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

@media (min-width: 1200px) {
	/*#header.scroll {height: 60px;}*/
	/*#header.scroll #logo {left: 10px; top: 6px; width: 100px;}*/
	/*#header.scroll ul {padding-top: 9px;}*/
	/*#header.scroll #client-login {top: 8px;}*/
}

@media (min-width: 1000px) and (max-width: 1199px) {
	/*body.altitude #header ul {width: 500px;}*/
	/*body.altitude #header ul li {padding: 0;}*/
	/*.content {*/
		/*border-top: 70px solid #ffffff;*/


	/*}*/

}

@media (min-width: 700px) and (max-width: 999px) {
	body.altitude {position: absolute; left: 0; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; padding: 0;}

	/*.content {*/
		/*border-top: 60px solid #ffffff;*/
	/*}*/
	/*body.altitude.open-menu #header ul {right: 0;}*/
	/*body.altitude.open-menu #header .overlay {opacity: 0.8; -webkit-opacity: 0.8; -moz-opacity: 0.8; visibility: visible;}*/

	/*body.altitude #header .mobile-menu-icon {right: 0; padding: 15px; position: absolute; top: 7px; width: 50px; cursor: pointer;}*/
	/*body.altitude #header .mobile-menu-icon span {display: block; background: #104d71; height: 6px; margin-bottom: 8px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;}*/
	/*body.altitude #header #logo {left: 10px;}*/
	/*body.altitude #header ul {border-left: 1px solid #c7c7c7; height: 100%; position: fixed; width: 380px; right: -380px; box-sizing: border-box; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; padding: 0; background: #ffffff; z-index: 2;}*/
	/*body.altitude #header ul li {padding: 0; width: 100%; border-bottom: 1px solid #c7c7c7;}*/
	/*body.altitude #header ul li a {height: 60px; line-height: 58px; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;}*/
	/*body.altitude #header ul li.login {display: block; height: 60px; padding-left: 25px; font-size: 18px; line-height: 60px;}*/
	/*body.altitude #header ul li.login img {width: 11px;}*/
	/*body.altitude #header #client-login {display: none;}*/
	/*body.altitude #header .overlay {background: #ffffff; display: block; position: fixed; width: 100%; height: 100%; left: 0; top: 0; opacity: 0; -webkit-opacity: 0; -moz-opacity: 0; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; visibility: hidden; z-index: 1;}*/
	/*body.altitude #header .overlay span {display: block; width: 40px; height: 40px; background: url(../assets/close.png); background-size: cover; position: absolute; right: 25px; top: 25px;}*/
}

@media (max-width: 699px) {
	body.altitude {position: absolute; left: 0; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; padding: 0; overflow-x: hidden;}
	/*body.altitude.open-menu #header ul {right: 0;}*/
	/*body.altitude.open-menu #header .overlay {opacity: 0.8; -webkit-opacity: 0.8; -moz-opacity: 0.8; visibility: visible;}*/
	
	/*body.altitude #header {height: 60px;}*/
	/*body.altitude #header .mobile-menu-icon {right: 0; padding: 13px; position: absolute; top: 0; width: 45px; cursor: pointer;}*/
	/*body.altitude #header .mobile-menu-icon span {display: block; background: #104d71; height: 6px; margin-bottom: 7px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;}*/
	/*body.altitude #header #logo {left: 10px; top: 7px; width: 100px;}*/
	/*body.altitude #header ul {border-left: 1px solid #c7c7c7; height: 100%; position: fixed; width: 280px; right: -280px; box-sizing: border-box; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; padding: 0; background: #ffffff; z-index: 2;}*/
	/*body.altitude #header ul li {padding: 0; width: 100%; border-bottom: 1px solid #c7c7c7;}*/
	/*body.altitude #header ul li a {height: 60px; line-height: 58px; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;}*/
	/*body.altitude #header ul li.login {display: block; height: 60px; padding-left: 25px; font-size: 18px; line-height: 60px;}*/
	/*body.altitude #header ul li.login img {width: 11px;}*/
	/*body.altitude #header #client-login {top: 10px; right: 10px; font-size: 16px; padding: 8px 18px 6px; display: none;}*/
	/*body.altitude #header #client-login img {display: inline; width: 10px;}*/
	/*body.altitude #header #client-login span {display: none;}*/
	/*body.altitude #header .overlay {background: #ffffff; display: block; position: fixed; width: 100%; height: 100%; left: 0; top: 0; opacity: 0; -webkit-opacity: 0; -moz-opacity: 0; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; visibility: hidden; z-index: 1;}*/
	/*body.altitude #header .overlay span {display: block; width: 30px; height: 30px; background: url(../assets/close.png); background-size: cover; position: absolute; right: 15px; top: 15px; display: none;}*/
	
	/*body.altitude #login .form {margin-left: -40%;}*/
	
	body.altitude .content {border-top: none;}
}