
.megamenu {
	width: 100%;
}
.megamenu ul {
	position: relative;
	float: right;
	margin-right: 20px;
}
.megamenu ul > li {
	text-align: center;
	float: left;
}
.megamenu ul > li a {
	text-decoration: none;
	color: #333;
	padding: 10px;
	clear: both;
	display: block;
}
.megamenu ul > li a:hover {
	color: #fff;
	display: block;
}
/*.megamenu__none:hover,
.megamenu__multi:hover,
.megamenu__mega:hover,
.megamenu__single:hover {
	background: #072A24;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}*/
.megamenu__none a:hover,
.megamenu__multi a:hover,
.megamenu__mega a:hover,
.megamenu__single a:hover {
	
	background: #072A24;
	padding: 10px;
	display: block;
	-webkit-transition: .2s ease;
	transition: .2s ease;
}
.megamenu__second-level li {
	border-top: 1px solid #111;
}
.megamenu__second-level li a {
	color:#fff !important;
}

.megamenu__third-level li {
	border-top: 1px solid #111;
}
.megamenu__second-level li a:hover {
	background: #111;
}
.megamenu__third-level li a:hover {
	background: #2a1f1f;
}
.megamenu__fourth-level li a:hover {
	background: #1d0f0f;
}

.init-bottom:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 0 0 15px;
	border-right: 1px solid #7E7E7E;
	border-bottom: 1px solid #7E7E7E;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.megamenu:before, .megamenu:after {
	content: "";
	display: table;
}
.megamenu:after {
	clear: both;
}
.megamenu__mega .megamenu__second-level {
	position: fixed;
	top: 60px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 20px 2%;
	background: #072A24;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
.megamenu__mega:hover .megamenu__second-level {
	top: 50px;
	visibility: visible;
	color: #fff;
	line-height: 160%;
	opacity: 1;
}

/*.megamenu__mega .megamenu__second-level > li {
	float: left;
	width: 32%;
	border: none;
}
.megamenu__mega .megamenu__second-level > li:nth-child(3n+2) {
	margin: 0 1%;
}*/


.megamenu__mega h3 {
	text-align:right;
	margin-right: 20px;
	padding:10px;
	clear:both;
}

