body{
	margin:0 auto;
	padding:0;
	font-family: 'Poppins', sans-serif;
}

a{
	text-decoration:none;
}

img{border:0;}

* {  
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  margin:0;	
}

#header-container{
	float:left;
	width:100%;
	position:relative;
	clear:both !important;
	background-image:url("../images/header-img.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 8px;
}

.header{
	width:100%;
	max-width:1280px;
	margin:0 auto;
}
.header-content{float: left; width: 100%;}

.top-img{
	float: left;
	width: 100%;
	height: 8px;
	text-align: center;
}

.logo{
	float: left;
	width: auto;
	text-align: left;
	padding: 15px 0px 15px 0px;
}

.top-right-header{
	float: right;
	width:61%;
	padding-top: 20px;
}

.phone{
	float: right;
	width:auto;
	color: #3a3a3a;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	background-image: url("../images/phone-icon.png");
	background-repeat: no-repeat;
	background-position: middle left;
	padding-left: 22px;
}

.email{
	float: right;
	width:auto;
	color: #3a3a3a;
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
	background-image:url("../images/mail.png");
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 22px;
	margin-left: 50px;
	margin-right: 13px;
}

.email a{color: #3a3a3a;}

.navigation{
	float: left;
	width:100%;
	padding-top: 15px;
}



#maincontent-container{
	float:left;
	width:100%;
	position:relative;
	clear:both !important;

}

.maincontent{
	width:100%;
	max-width:1440px;
	margin:0 auto;
}






#footer-container{
	float:left;
	width:100%;
	position:relative;
	clear:both !important;
	background-color:#dcdcdc;
	padding: 10px 0;

}

.footer{
	width:100%;
	max-width:1280px;
	margin:0 auto;
	clear:both;
	position:relative;	
}

.footercontent{
	float:left;
	width:100%;
	padding-bottom:20px;
}

.footer-block1{
	float:left;
	width:45%;
}

.footer-logo{
	float:left;
	width:100%;
}

.copyright{
	float:left;
	width:100%;
	font-size: 14px;
	color: #5d5d5d;
	line-height: 20px;
	font-weight: 300;
	padding-top: 5px;
}


.footer-block2{
	float: right;
	width:50%;
}

.social-links{
	float:right;
	width:auto;
	margin-top: 33px;
}

.bottomlinks{
	float:right;
	width:100%;
	text-align: right;
}

.bottomlinks ul{
	float:right;
	width:auto;
	margin: 0;
	padding: 0;
}

.bottomlinks ul li{
	float:left;
	width:auto;
	margin: 0;
	padding: 9px 10px;
	list-style-type: none;
	font-size: 14px;
	display: inline-block;
	color: #626262;
	line-height: 20px;
	font-weight: 300;
}
.bottomlinks ul li:last-child{padding-right:0;}

.bottomlinks ul li a{color: #626262;}

.footer-slant{
	float:left;
	width:100%;
	height: 88px;	
	text-align: center;
}

.footer-img{
	float: left;
	width: 100%;
	background-image:url("../images/footer-img.jpg");
	background-repeat: no-repeat;
	background-position: bottom center;
	padding-bottom: 12px;
}
