@charset "utf-8";
/* CSS Document */


header{
	width: 1200px;
	max-width: 96%;
	height: auto;
	position: absolute;
	top: 25px;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index:99;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}


#header-inner {
	width: 1200px;
	max-width: 96%;
	height: auto;
	margin: 0px auto;
	position: relative;
}

#logo{
	display: block;
	position: absolute;
	top: 3px;
	left: 0%;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}


#logo img{
	margin: auto;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
}

#logosmall{
	position: absolute;
	top: 0px;
	left: 0%;
	width: 150px;
	height: 0px;
	float: left;
	background: url("imageedit_5_5221410304.png") no-repeat;
    background-size: contain; 
}


.h-bottom{
  width: 100%;
  float: left;
	padding: 0px 0px 20px 0px;
}

.h-login{
	float: right;
	width: 100%;
	text-align: right;
}
.h-login a{
	text-decoration: none;
	font-family: 'apexnewbookwebfont';
  font-size: 14px;
	color: #fff;
}
.h-login a:hover{
	color: #224d85;
}
.h-social{
	float: right;
	padding: 5px 0px 5px 15px;
	margin-left: 20px;
	margin-top: 8px;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.h-social i{
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  margin: 0px 5px;
  transition: all 0.3s ease;
	 -webkit-transition: all 0.3s ease;
	 -moz-transition: all 0.3s ease;
	 -o-transition: all 0.3s ease;
}
.h-social i:hover{
  color: #02afee;
}

header.smaller{
	top: 0px;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.6);
}
header.smaller .h-top{
	padding-top: 0px;
}
header.smaller #logo{
	display: none;
}
header.smaller #logosmall{
	margin-top: 8px;
	height: 49px;
	-webkit-transition: all 0.9s ease;
	-moz-transition: all 0.9s ease;
	-ms-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}
header.smaller .h-bottom{
	padding-bottom: 5px;
}

header.smaller .menu ul li a:hover {

}

.nav-active {
   color: #118292 !important;
   border-bottom: solid 2px #118292 !important;
}



.menu-social{
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	display: none;
}
.menu-social i{
  color: #1d263d;
  font-size: 16px;
  text-decoration: none;
  margin: 0px 5px;
  transition: all 0.3s ease;
	 -webkit-transition: all 0.3s ease;
	 -moz-transition: all 0.3s ease;
	 -o-transition: all 0.3s ease;
}
.menu-social i:hover{
  color: #02afee;
}



/*footer*/
#footer-wrapper {
	width: 100%;
	float: left;
	height: auto;
	padding: 0px;
	margin: 0px;
	background: #000;
}
#footer-inner {
	width: 1200px;
	max-width: 96%;
	height: auto;
	min-height: 100px;
	padding:10px 0px;
	margin: 0px auto;
	text-align: center;
}
.footer-navigation{
  width: 100%;
  float: left;
  padding: 10px 0px;
  margin-top: 10px;
}
.footer-navigation nav {
	display: block;
	text-align:center;
}
.footer-navigation nav ul li {
display: inline;
  color: #636363;
}
.footer-navigation nav ul {
}
.footer-navigation nav ul li a {
  font-family: 'apexnewbookwebfont';
  font-weight: 200;
  font-size: 15px;
	text-decoration: none;
	color: #636363;
	padding: 5px 15px;
	transition: all 0.3s ease;
   	 -webkit-transition: all 0.3s ease;
     -moz-transition: all 0.3s ease;
     -o-transition: all 0.3s ease;
}
.footer-navigation nav ul li a:hover {
	color:#01b0ef;
	text-decoration: underline;
}
#footer-inner p {
  font-family: 'apexnewbookwebfont';
  font-weight: 200;
  font-size: 15px;
	color: #636363;
}

.footer-social{
  width: 100%;
  float: left;
  padding: 10px 0px;
  text-align: center;
}
.footer-social i{
  color: #636363;
  font-size: 22px;
  text-decoration: none;
  margin: 0px 5px;
  transition: all 0.3s ease;
	 -webkit-transition: all 0.3s ease;
	 -moz-transition: all 0.3s ease;
	 -o-transition: all 0.3s ease;
}
.footer-social i:hover{
  color: #02afee;
}


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

@media screen and (max-width: 1280px) {
}
@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) {
	 .h-social{
	 	padding: 5px 0px 5px 10px;margin-left: 10px;}
	 .h-social i{
	   font-size: 17px; }


}
 @media screen and (max-width: 900px) {
	 header{
		background: #1d263d;width: 98%;max-width: 98%; top: 0px;}
	header.smaller{
		top: 0px;position: fixed;	background-color:#000;	}
	.h-social{
	 border-left: 0px;}

	 #logo{
	 	left: 33%;}
	 #logosmall{
	 	left:38%;	 }

}
@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: 660px) {

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

}
 @media screen and (max-width: 603px) {
	 .h-login{
	 	text-align: left; }
	 .h-social{
	 	display: none; }
		header{
			min-height: 80px;}
		header.smaller{
				min-height:70px;}

		#logo{
 	 	left: auto; right: 0px;}
 	 #logosmall{
 	 	left: auto; right: 0px; }
	.menu-social{
		display: inline;}

}
 @media screen and (max-width: 568px) {
	 #logo img{
		 margin-top: 5px; width: 150px;}
		 header{
	 		min-height: 65px;}

}


 @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) {
}


.h-login {
    float: right;
    width: 100%;
    text-align: right;
    background: black;
    padding: 9px;
}



header {
    width: 100%;
     max-width: 100%; 
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    /*background: #224d85;*/
    z-index: 99;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
header.smaller .h-bottom {
    padding-bottom: 0px;
    background: #224d85a1;
    /* padding: 6px; */
}