@charset "utf-8";
/* CSS Document */
/*Header*/
#header-wrapper{
	width: 100%;
	float: left;
	height: auto;
	padding: 0px;
	margin: 0px;
	background:#181e2c;
}
#header-inner{
	width:1200px;
	height:90px;
	padding:0px;
	margin:0px auto;
}
.header-bg{
	width:100%;
	float:left;
	position:relative;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

header {
	max-width: 1600px;
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	margin: 0px auto;
	z-index: 9;
	transition: all 0.3s ease;
   	 -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
}

header .logobg {
	float: left;
}
header .logobg img {
	width: 150px;
	position: absolute;
	margin: 0px auto;
	left: 0px;
	right: 0px;
	top: 0px;
	z-index: 6;
	transition: all 0.3s ease;
   	 -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
}

header .header-navigation{
	position: absolute;
	margin: 0px auto;
	left: 0px;
	right: 0px;
	top: 0px;
	width:750px;
}


header.smaller #header-inner {
	height:50px;
}
header.smaller #header-wrapper {
	border-bottom: 1px solid #303542;
}
header.smaller .logobg img {
		width: 70px;
}

header.smaller .header-menu ul a {
  padding: 14px 20px 14px 20px;
}
header.smaller .header-menu ul li ul li a {
	padding: 5px 20px 5px 20px;
}

header.smaller .main-menu  {
	top: 5px;
}
.header-menu ul li:nth-child(2) a{
	  margin-right:300px !important;
}
.header-menu ul ul li:nth-child(2) a{
	  margin-right:0px !important;
}


/*FOOTER*/

.footer-social{
	width: 100%;
	height: 70px;
	float: left;
	margin-top:20px;
  background:url(../images/footer-social.png) no-repeat top center;
}
.contact-social{
  width: 100%;
  float: left;
  margin-top:20px;
  padding: 10px 0px;
  text-align: center;
}
.contact-social img{
    transition: all 0.3s ease;
   	 -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
}
.contact-social img:hover{
  background: #e99b3c;
  -webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
}

#footer-wrapper {
	width: 100%;
	float: left;
	height: auto;
	padding: 0px;
	margin: 0px;
	background: #181e2c;
}
#footer-inner {
	width: 1200px;
	height: auto;
	padding: 20px 0px;
	margin: 0px auto;
	text-align: center;
	background: #181e2c;
}
#footer-inner p {
	color: #c6c4c4;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  font-size: 14px;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
#footer-inner nav {
	display: block;
	text-align:center;
	margin-bottom:5px;
}
#footer-inner nav ul li {
display: inline;
  color: #aeb0b2;
}
#footer-inner nav ul {
}
#footer-inner nav ul li a {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-weight: 200;
  font-size: 14px;
	text-decoration: none;
	color: #c6c4c4;
	padding: 5px 10px;
	transition: all 0.3s ease;
   	 -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
}
#footer-inner nav ul li a:hover {
	color:#f3a445;
	text-decoration: underline;
}

/* -------------------------------  Media Query  ------------------------------- */

@media screen and (max-width: 1280px) {
	#header-inner{
		width: 96%;}
  #footer-inner {
    width: 96%;}
}
@media screen and (max-width: 1200px) {
}
 @media screen and (max-width: 1100px) {
}
@media screen and (max-width: 1070px) {

}
 @media screen and (max-width: 1024px) {

}
 @media screen and (max-width: 1000px) {

}
 @media screen and (max-width: 900px) {
	 header .header-navigation{
	 	width:100% !important; }

}
@media screen and (max-width: 860px) {
}
 @media screen and (max-width: 850px) {
}
@media screen and (max-width: 800px) {
}
 @media screen and (max-width: 768px) {

}
 @media screen and (max-width: 700px) {
	 #header-inner{
	 	height:65px; }
	 header .logobg img {
	 	width: 100px;
 }

}
 @media screen and (max-width: 640px) {

}
 @media screen and (max-width: 603px) {
}
 @media screen and (max-width: 568px) {

}


 @media screen and (max-width: 500px) {

  }


 @media screen and (max-width: 460px) {

}
 @media screen and (max-width: 360px) {

}
 @media screen and (max-width: 320px) {
}
 @media screen and (max-width: 300px) {
}
@media screen and (max-width: 240px) {
}
