/*HEADER*/

.header {
	position: absolute;
	width:100%;
	z-index: 100;
	top:0;
	left:0;
}

.site_header_bottom {
	position: relative;
	height: 135px;
}

.site_header_bottom_inside {
	position: relative;
	height: 135px;
}

a.logo {
    display: block;
    position: absolute;
    width: 170px;
    height: 70px;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    background-image: url(../img/logomain_white.png);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
}

.navigation {
    display: block;
    position: relative;
	margin-right: 570px;
	text-align: right;
	height: inherit;
	z-index: 1;
}

.navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navigation ul li {
    display: inline-block;
	position: relative;
    padding: 0;
	margin-left: -4px;
    vertical-align: middle;
}

.navigation ul li::after {
    content: "|";
    color: #fff;
    font-family: serif;
    display: inline-block;
    position: relative;
    padding: 0 8px;
    vertical-align: middle;
}

.navigation ul li:last-of-type::after {
	display:none;
}

a.nav_a_main {
    position: relative;
	display: inline-block;
	font-family: 'Muli', sans-serif;
	color:#fff;
	font-size:16px;
	font-weight: 800;
    padding: 55px 0;
    height: 134px;
}

a.nav_a_main:hover {
	color:#fff;
}

a.nav_a_main::after {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 6px;
    background-color: #fff;
	transform: scale(1,0);
	transition: all 0.3s;
	transform-origin: top;
}

a.nav_a_main:hover::after {
	transform: scale(1,1);
}

a.nav_a_main.active::after {
	transform: scale(1,1);
}

/*END HEADER*/

/*HEADER FIXED*/

.headerfixed {
	position: fixed;
	width:100%;
	z-index: 300;
	top:0;
	left:0;
	background-color:#fff;
	height: 80px;
	transform: translate(0,-100%);
	transition: all 0.5s;
}

.headerfixed a.logo {
    display: block;
    position: absolute;
    width: 150px;
    height: 100%;
    top: 50%;
    left: 50px;
    transform: translate(0,-50%);
    background-image: url(../img/logomain.png);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 10;
}

.scrollDown .headerfixed {
	transform: translate(0,0);
}

.navigation_top {
	position: absolute;
	top:50%;
	right:50px;
	text-align: right;
	transform: translate(0,-50%);
}

.navigation_top a.more {
	margin: 0;
    margin-left: 0px;
}

a.more.more_header {
	position: absolute;
	top:50%;
	transform: translate(0, -50%);
	right:0;
	margin: 0;
	z-index: 15;
}

a.more.more_header.more_header_first {
	right:405px;
}

.headerfixed a.more.more_header {
	position: absolute;
	right:50px;
	top:50%;
	transform: translate(0, -50%);
}



/*END HEADER FIXED*/

/* MENU MOBILE */

.hamburger {
	position: absolute;
    width: 38px;
    height: 38px;
    top: 50%;
    right: 50px;
    cursor: pointer;
    transform: translate(0,-50%);
    display: none;
    z-index: 101;
    border-radius: 5px;
    background-color: #2b5da8;
}

.hamburgericon {
	position: absolute;
	width: 15px;
    height: 12px;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
}

.hamburger span {
	position: absolute;
	width: 100%;
	height: 1px;
	border: none;
	top: 0;
	left: 0;
	background: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hamburger span.middle {
	top: 50%;
    margin-top: -1px;
}

.hamburger span.bottom {
	top: auto;
    bottom: 1px;
	width: 80%;
}

.openMenu .hamburger .top {
	-webkit-transform: translateY(5px) translateX(0) rotate(45deg);
	transform: translateY(5px) translateX(0) rotate(45deg);
	left:0;
}

.openMenu .hamburger .middle {
	opacity: 0;
}

.openMenu .hamburger .bottom {
	-webkit-transform: translateY(-5px) translateX(0) rotate(-45deg);
	transform: translateY(-5px) translateX(0) rotate(-45deg);
	left:0;
	width: 100%;
}

.nav_mobile  {
	display: none;
	width: 200px;
    position: fixed;
    z-index: 1000;
    top: 90px;
    right: 50px;
    padding: 10px 18px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
    border-radius: 3px;
    background-color: #2b5da8;
}

.nav_mobile::after {
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0%;
    right: 10px;
    content: '';
    transform: translate(0%, -100%);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #2b5da8;
}

.nav_mobile li {
    margin: 5px 0px 5px 0px;
    float: none;
    display: block;
}

.nav_mobile a {
	display: block;
	font-family: 'Muli', sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

.nav_mobile a:hover {
    color: #fff;
}

.nav_mobile a i {
    font-size:75%;
	margin-right: 2px;
}

.nav_mobile li.active a {
    text-decoration: none;
    color: #fff;
}

.openMenu .nav_mobile  {
	display: block;
	/*transition-delay: 0.5s;
	transform: translate(100%,0);*/
}

/*.openMenu #main {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
	overflow: scroll;
}*/

/* END MENU MOBILE */





