body {
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-image: url('../images/homepage.jpg');
	background-color: #e5e5e5;
	-ms-transition: background 0.6s ease 0s;
	-moz-transition: background 0.6s ease 0s;
	-o-transition: background 0.6s ease 0s;
	-webkit-transition: background 0.6s ease 0s;
	transition: background 0.6s ease 0s;
	font-family: "Helvetica Neue", "Helvetica";
	line-height: 180%;
	letter-spacing: 0.30px;
    
}


.container-fluid {
	/*max-width: 1200px;*/
}

.graybg {
	background-image: url("../images/dot.png");
	color: #ffffff;
	padding: 22px 40px;
}

.gray_left {
	padding-left: 0px;
	padding-right: 0px;
}

.gray_right {
	padding-left: 0px;
	padding-right: 0px;
}

h1 {
	color: #e94647;
	padding-left: 15px;
	font-size: 39px;
	font-weight: bold;
	padding-bottom: 10px;
}

.footer {
	color: white;
}

a {
	color: white;
}

a:hover {
	color: white;
}

.wrapper {

}

.tele {
	text-align: right;
	color: white;
	margin-top: 20px;
	font-size: 15px;
	width: 244px;
}

@media (max-width: 1199px) {

	.tele {
		width: inherit !important;
		text-align: center;
	}

	.gray_left {
		display: none;
	}

	.logo {
		margin: 0 auto;
		margin-top: 15px;
		height: 200px !important;
	}

}