footer{
	opacity:0;
	}
body, html{
	height:100%;
	box-sizing:border-box;
	}
body{
	position:relative;
	min-height:100%;
	margin: 0;
	color: #111;
	background-color:#FFF;
	font-size:17px;
	line-height:23px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:400;
	background-repeat: repeat;
	overflow-y: scroll;
 	-webkit-overflow-scrolling: touch;
	}
body.hideIt{
	overflow:hidden;
	}
.wrapper {
    position: relative;
    width: 100%;
	opacity:0;
	}
.wrapper.on {
	transition: all ease-in-out 500ms 100ms;
    opacity: 1;
	}
*, *::before, *::after {
    box-sizing: inherit;
	}
li, a{
	text-decoration:none;
	list-style:none;
	color:inherit;
	}
/*---------- HEADER ----------*/
/*--- MIN NAV ---*/
.min-nav {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 40px;
    margin-bottom: 0px;
    text-align: left;
    white-space: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: subpixel-antialiased;
    z-index: 9999999 !important;
    transition-duration: 600ms;
    transition-property: all;
    transition-timing-function: ease-in-out;
	padding: 8px 15px 12px 15px;
	background-color:#333;
	}
.min-nav .container{
	width:100% !important;
	max-width:100% !important;
	padding: 0px;
	}
.min-nav .container .min-logo{
    width:190px;
    float: left;
	margin:1px 0px 0px 0px;
	}
.min-nav .min-nav-btn {
    position: relative;
    margin-top:0px;
    float: right;
    height: 32px;
    width: 32px;
    cursor: pointer;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0);
	}
.min-nav-btn i {
    position: absolute;
    display: block;
    top: 4px;
    height: 2px;
    width: 32px;
    background-color: rgba(255, 255, 255, 1);
    transition: all ease-in-out 300ms;
	}
.min-nav-btn i:nth-child(2) {
    top: 12px;
	}
.min-nav-btn i:nth-child(3) {
    top: 20px;
	}
.min-nav-btn.on i {
    transform: rotate(45deg);
    top: 12px;
	}
.min-nav-btn.on i:nth-child(2) {
    opacity: 0;
	}
.min-nav-btn.on i:nth-child(3) {
    transform: rotate(-45deg);
	}
.min-nav-header-construction-banner{
    position: absolute;
    display: block;
    text-align: left;
    text-transform: uppercase;
    font-size: 18.3px;
    padding: 4px 9px 3px 9px;
    top: 40px;
    color: #FFF;
    margin-left: -2px;
    background-color: #CF0000;
    transition: all ease-in-out 300ms;
    z-index: -1;
    }
/*--- /MIN NAV ---*/
/*--- DROPDOWN NAV ---*/
.Navigation {
    position: fixed;
    height: 100% !important;
    max-height: 100% !important;
    width: 100%;
    top: -100%;
    left: 0px !important;
    background-color: #333;
    padding-bottom: 0;
    overflow: auto !important;
    z-index: 99999;
    padding-top:0px;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: ease-in-out;
	opacity:1;
	behavior: 'smooth';
	}
/*--- /DROPDOWN NAV ---*/
/*--- HEADER FULL ---*/
.Header {
	position: fixed;
	margin: 0px auto;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 120px;
	z-index: 999999;
	transition-duration:300ms;
	transition-property: all;
	transition-timing-function: ease-in-out;
	opacity: 0;
	top: -220px;
	background-color:rgba(255, 255, 255, 1);
	}
.Header .header-inner {
	width: 100%;
	max-width: 1660px;
	padding: 0px 15px 0px 15px;
	position: relative;
	margin: 0px auto;
	}
.Header .header-inner .logo {
    position: relative;
    width: 215px;
    float: left;
    left: 0px;
    margin-top: 45px;
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: ease-in-out;
	}
.Header .header-inner .logo .header-construction-banner{
    position: absolute;
    display: block;
    width: 220;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.01em;
    padding: 9px 10px 7px 10px;
    margin-left: -4px;
    top: 34px;
    color: #FFF;
    background-color: #CF0000;
    border: 4px solid #FFF;
    transition: all ease-in-out 300ms;
    white-space: nowrap;
    }
.Header .header-inner .menu {
	margin-top: 40px;
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: ease-in-out;
	float: right;
	}
.Header .header-inner .menu ul {
    margin: 0px;
    padding: 0px;
	}
.Header .header-inner .menu ul li{
	position: relative;
	float: left;
	cursor: pointer;
	margin: 6px 4px 6px 4px;
	line-height: 14px;
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: ease-in-out;
	color: #111;
	width: auto;
	text-align: center;
	padding-bottom: 2px;
	}
.Header .header-inner .menu ul li:last-child{
    margin-right: 0px;
	}
.Header .header-inner .menu ul li.reg {
	margin: 0px;
	border:2px solid rgb(0, 0, 0);
	padding:6px 7px 7px 7px !important;
	height:30px;
	top:-1px;
	}
.Header .header-inner .menu ul li a{
	font-size: 13px;
	line-height: 13px;
	color: inherit;
	text-decoration: none;
	list-style: none;
	transition-duration: 300ms;
	transition-property: all;
	transition-timing-function: ease-in-out;
	border-bottom:2px solid rgba(230, 0, 0, 0);
	text-transform:capitalize;
	text-transform:uppercase;
	text-align:center;
	}
.Header .header-inner .menu ul li.reg a{
	color: #111;
	}
.Header .header-inner .menu ul li.selected a{
	font-weight:700;
	}
.Header .header-inner .menu .menu-2{
    position: absolute;
    display: block;
    width: auto;
    top: 9px;
    right: 30px;
    margin: 0px;
    padding: 0px;
    transition: all ease-in-out 300ms;
	}
.Header .header-inner .menu .menu-2 .construction-btn{
    background-color: RGB(0, 0, 0);
    padding: 7px 7px 7px 7px !important;
    top: -1px;
    color: #FFF !important;
    transition: all ease-in-out 300ms;
    width: auto;
    text-align: center;
    margin: 0px;
    height: 30px !important;
    letter-spacing: 0.02em;
    }
.Header .header-inner .menu .menu-2 .construction-btn a{
    line-height: 18px !important;
    }
/*
.Header.header-shrink .header-inner .menu .menu-2 .construction-btn{
	background-color: RGB(0, 0, 0);
	padding: 7px 0px 7px 0px !important;
	color: #FFF !important;
	transition:all ease-in-out 300ms;
	text-align:center;
	margin: 0px 0px 0px 4px !important;
	height:30px !important;
	letter-spacing:0.02em;
	}*/
.Header.header-shrink .header-inner .menu .menu-2 .reg{
	top:1px;
	}
.menu-slash{
	font-size:19px;
	font-weight:300;
	font-style:italic;
	bottom:-2px;
	margin-left:0px !important;
	margin-right:0px !important;
	}

/*--- /HEADER FULL ---*/
/*---------- HEADER ----------*/
@media(min-width:484px){
/*---------- HEADER ----------*/
/*--- MIN NAV ---*/
.Header .header-inner {
	padding: 0px 30px 0px 30px;
	}
/*--- /MIN NAV ---*/
/*---------- /HEADER ----------*/
}
@media(min-width:824px){
/*---------- HEADER ----------*/
/*--- MIN NAV ---*/
.min-nav {
	padding: 8px 30px 12px 30px;
	}
/*--- /MIN NAV ---*/
/*---------- /HEADER ----------*/
}
@media(min-width:1200px){
/*---------- HEADER ----------*/
/*--- MIN NAV ---*/
.min-nav {
    top: -49px;
	}
.min-nav-header-construction-banner {
    display: none;
    }
/*--- /MIN NAV ---*/
/*--- HEADER FULL ---*/
.Header.header-shrink {
    top: -34px;
    }
.Header {
	top: 0px;
	}
.Header.on {
	transition-duration:600ms;
    transition-property: all;
	transition-timing-function:ease-in-out;
	opacity:1;
	}
.Header .header-inner .logo {
    margin-top:48px;
	}
.Header .header-inner .menu {
	margin-top:52px;
	}
.Header.header-shrink .header-inner .menu {
	margin-top:66px;
	}
.Header .header-inner .menu ul li {
    margin: 8px 3px 6px 3px;
	}
.Header .header-inner .menu ul li.m1{
	width:113px !important;
	}
.Header .header-inner .menu ul li.m2{
	width:88px !important;
	}
.Header .header-inner .menu ul li.m3{
	width:75px !important;
	}
.Header .header-inner .menu ul li.m4{
	width:110px !important;
	}
.Header .header-inner .menu ul li.m5{
	width:42px !important;
	}
.Header .header-inner .menu ul li.m6{
	width:92px !important;
	}
.Header .header-inner .menu ul li.m7{
	width:77px !important;
	}
.Header .header-inner .menu ul li.m8{
	width:40px !important;
	}
.Header .header-inner .menu ul li.m9{
	width:57px !important;
	}
.Header .header-inner .menu ul li.m11{
	width:46px !important;
	}
.Header .header-inner .menu ul li a {
    font-size: 14px;
	line-height:14px;
	}
.Header.header-shrink .header-inner .menu .menu-2{
    top: 32px;
    }
.Header .header-inner .menu .menu-2 .construction-btn {
    top: 1px;
    }
.Header .header-inner .menu .menu-2 .reg {
    top: 1px;
    }
/*--- /HEADER FULL ---*/
/*---------- /HEADER ----------*/
}
@media only screen and (min-width:1500px){
.Header .header-inner .logo {
	width: 260px;
	}
.Header .header-inner .logo .header-construction-banner{
    font-size: 24px;
    }
.Header .header-inner .menu ul li {
    margin: 8px 9px 6px 9px;
	}
.Header .header-inner .menu ul li a {
    font-size: 16px;
	line-height:16px;
	}
.Header .header-inner .menu ul li.m1{
	width:119px !important;
	}
.Header .header-inner .menu ul li.m2{
	width:93px !important;
	}
.Header .header-inner .menu ul li.m3{
	width:79px !important;
	}
.Header .header-inner .menu ul li.m4{
	width:116px !important;
	}
.Header .header-inner .menu ul li.m5{
	width:45px !important;
	}
.Header .header-inner .menu ul li.m6{
	width:96px !important;
	}
.Header .header-inner .menu ul li.m7{
	width:82px !important;
	}
.Header .header-inner .menu ul li.m8{
	width:43px !important;
	}
.Header .header-inner .menu ul li.m9{
	width:65px !important;
	}
.Header .header-inner .menu ul li.m11{
	width:53px !important;
	}
}




























