.hamburger {
	display: block;
	width: 50px;
	height: 50px;
	position: fixed;
	top: 75px;
	right:37px;
	background:#000;
	border:2px solid #ffffff;
	border-radius: 100%;
	z-index: 9999;
	box-sizing: border-box;
	padding: 15px 11px 11px 11px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
	-ms-touch-action: manipulation;
	touch-action: manipulation; }

.hamburger:hover {
	background:#6092bf; }

.hamburger__icon {
	position: relative;
	margin-top: 7px;
	margin-bottom: 7px; }

.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
	display: block;
	width: 25px;
	height: 1px;
	background-color: #fff;
	-moz-transition-property: background-color, -moz-transform;
	-o-transition-property: background-color, -o-transform;
	-webkit-transition-property: background-color, -webkit-transform;
	transition-property: background-color, transform;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s; }

.hamburger__icon:before, .hamburger__icon:after {
	position: absolute;
	content: ""; }

.hamburger__icon:before {
	top: -7px; }

.hamburger__icon:after {
	top: 7px; }

.hamburger.active .hamburger__icon {
	background-color: transparent; }

.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
	background-color: #fff; }

.hamburger.active .hamburger__icon:before {
	-moz-transform: translateY(7px) rotate(45deg);
	-ms-transform: translateY(7px) rotate(45deg);
	-webkit-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg);}

.hamburger.active .hamburger__icon:after {
	-moz-transform: translateY(-7px) rotate(-45deg);
	-ms-transform: translateY(-7px) rotate(-45deg);
	-webkit-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg);}

.fat-nav {
	top: 0;
	left: 0;
	z-index: 9999;
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	background:#fff;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	overflow-y: hidden;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch; }

.fat-nav__wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start; }

.fatnav-left {
	width:50%;
	height: 100%;
	background-image: url("../images/mainv_new.jpg");
	background-size: cover;
	background-position: center; }

.fatnav-right {
	width:50%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center; }

.fatnav-menu {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width:75%; }

.fatnav-menu li {
	width:50%;
	margin-bottom:10px;
	font-size: 20px;
	letter-spacing: 3px;
	padding:0 10px; }

li.fatnav-logo {
	width:100%;
	padding:0 0 50px 0;
	border-bottom:1px solid rgba(0,0,0,.1);
	margin-bottom:50px; }

.fatnav-logo svg {
	display: block;
	width:auto;
	max-width:100%;
	height:130px; }

.st0-tbr,.st1-tbr,.st2-tbr {transition: .2s;}

.fatnav-logo:hover .st0-tbr,.fatnav-logo:hover .st1-tbr,.fatnav-logo:hover .st2-tbr {
	fill:#6092bf; }

.fatnav-logo:hover .st1-tbr {
	stroke:#6092bf;	}

@media screen and (max-width:1300px) {
	.hamburger {top: 50px;}
	.fatnav-menu li {font-size: 16px;}
	.fatnav-left {width:40%;}
	.fatnav-right {width:60%;}
	li.fatnav-logo {padding:0 0 40px 0;margin-bottom:40px;}
	.fatnav-logo svg {height:100px; }
}

@media screen and (max-width:768px) {
	.hamburger {right:30px;top:30px;}
	.fat-nav__wrapper {display: block;}
	.fatnav-left {display: none;}
	.fatnav-right {width:100%;height: 100%;}
	.fatnav-menu li {font-size: 18px;}
}

@media screen and (max-width:480px) {
	.hamburger {width: 40px;height: 40px;right:10px;top:15px;padding: 10px 8px 8px 8px; }
	.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {width:20px;}	
	.fatnav-logo svg {height:70px;}
	.fatnav-menu li {font-size: 14px;width: 100%;margin-bottom:5px;padding:0;}
	li.fatnav-logo {padding:30px 0;margin-bottom:30px;}
	
}