@charset "utf-8";
/* CSS Document */

html, body{
	margin: 0;
	padding: 0;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}

body{
	/*background-color: #3F3F4E;*/
	color: #FFFFFF;
	text-align: center;
	background: url(../images/BG_Overlay.jpg) no-repeat;
	background-size: cover;
	min-width: inherit;
}

.content{
	width: auto;
	margin: 0 auto;
}

.logo{
	text-align: center;
	background: rgba(255,255,255,0.8);
	margin: 50px 0 0;
	padding: 0 0 20px;
}

.logo img{
	width: 300px;
	height: auto;
}

#left, #right{
	float: none;
}

.floating{
	width: 90%;
	margin: 20px auto;
	display: block;
	text-align: left;
	clear: both;
}

#commoninfo{
	text-align: center;
	margin: 50px 0 0;
	border-top: 1px solid white;
	padding: 10px 0 0;
}

h1{
	border-bottom: 1px solid #FFFFFF;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin: 0 0 20px;
	padding: 0;
}

h2{
	margin: 0;
	line-height: 22px;
}

p{
	margin: 0;
	padding: 0;
}

#contactscontainer{
	position: relative;
	width: auto;
	height: auto;
	margin: 50px auto 0;
	background: rgba(255,255,255,0.3);
	border-radius: 20px;
	padding: 20px;
}

.contacts{
	text-align: left;
	height: auto;
	float: none;
	clear: both;
}

a, a:visited{
	color: #FFFFFF;
}

a:hover{
	text-decoration: none;
}

.contacts a{
	text-decoration: none;
}

.contacts a:hover{
	color: #3F3F4E;
}

.contacts a[href*="facebook"]{
	font-size: 0px;
}

.contacts a[href*="facebook"]::before{
	font-family: "FontAwesome";
	content: "\f09a";
	font-size: 35px;
}

.contacts ul::before{
	font-family: "FontAwesome";
	content: "\f0e0";
	font-size: 32px;
	float: left;
}

.contacts li{
	margin-left: 50px;	
}

.contacts a[href*="tel"]::before{
	margin-right :20px;
}

ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#Cleft{
	width: auto;
}

#Cright{
	width: auto;
	text-align: left;
}

#Ccenter{
	width: auto;
	border-right: 0px;
	border-left: 0px;
	padding: 20px 0;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	margin: 30px 0;
}