.menu_bar {
	display: none;
}


/* MOBILE MENU ICONS

/* TOP NAV */

.mobilemenuicon {
	display: block;
	background: url(../images/mobile_menu.png) no-repeat;
	width: 50px;
	height: 30px;
	background-size: 30px;
	background-position: right
}

.mobilemenuicon.mobilemenustickyicon {
	background: url(../images/main_menu_sticky.png) no-repeat;
	width: 50px;
	height: 30px;
	background-size: 32px;
}


/* MAIN MENU LEVEL 1*/

#topNav ul,
#topNav li,
#topNav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#topNav>ul>li>a.active {}

.stickyHeader #topNav>ul>li>a {
	color: #fff;
	margin-top: 10px;
	line-height: 100px!important;
}

#topNav>ul {
	background: transparent;
}

#topNav ul,
#topNav li,
#topNav ul>li {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 0;
}

#topNav>ul>li {
	display: inline-block;
	position: relative;
	font-family: 'ralewaysemibold';
	text-transform: uppercase;
	letter-spacing: 1px
}

#topNav>ul>li:hover {
	color: #fff
}

#topNav>ul>li>a {
	color: #fff;
	display: block;
	text-decoration: none;
	padding: 0 8px;
	padding-top: 12px;
	line-height: 60px;
	transition: background 0.5s ease, color 0.3s linear;
	/*font-weight:bold;*/
	font-size: 14px;
}

#topNav>ul>li:nth-child(1),
#topNav>ul>li:nth-child(3),
#topNav>ul>li:nth-child(4) {
	/* display: none; */
}

#topNav>ul>li a span {
	margin-right: 5px;
	margin-left: 5px;
}

.menuclosebtn {
	display: block;
	background: url(../images/menuclosebtn.png) no-repeat;
	width: 100%;
	height: 40px!important;
	font-size: 0!important;
	background-position: right;
}


/* MAIN MENU LEVEL 2*/

#topNav>ul>li .children {
	display: none;
	background: rgba(255, 255, 255, 0.1);
	position: absolute;
	width: 248px;
	z-index: 1000;
}


/* #topNav > ul > li:hover .children {display:block;}  */

#topNav>ul>li .children li {
	display: block;
	overflow: hidden;
	border-bottom: 1px solid transparent;
	-webkit-transition: background 0.5s ease, color 0.3s linear;
	-moz-transition: background 0.5s ease, color 0.3s linear;
	-o-transition: background 0.5s ease, color 0.3s linear;
	transition: background 0.5s ease, color 0.3s linear;
	margin-bottom: 0;
}

#topNav>ul>li .children li:hover {
	background-color: rgba(255, 255, 255, 0.3);
	background: rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.1);
}

#topNav>ul>li .children li a {
	display: block;
	padding: 15px;
	color: #fff;
	font-size: 14px;
}

#topNav>ul>li .children li a:hover {
	color: #fff;
	text-decoration: none;
}

#topNav>ul>li .children li a span {
	float: right;
	position: relative;
	top: 1px;
	margin-right: 0;
	margin-left: 10px;
}


/* STICKY HEADER STYLES */


/* MAIN MENU LEVEL 1 */

#topNav.stickynav>ul>li {
	text-transform: none!important;
}

#topNav.stickynav>ul>li>a {
	font-size: 17px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0;
	line-height: 90px;
}


/* MAIN MENU LEVEL 2 */

#topNav.stickynav>ul>li .children li {
	background: rgba(0, 0, 0, 0.45)
}

#topNav.stickynav>ul>li .children li:hover {
	background-color: #3c7fe4
}

#topNav.stickynav>ul>li .children li a {
	display: block;
	padding: 15px;
	color: #fff;
	font-size: 16px;
}

#topNav.stickynav>ul>li .children li a:hover {
	color: #fff;
}

#topNav.stickynav>ul>li .children li a span {}


/* MAIN MENU BUTTONS */

.mainmenubtn {
	background: rgba(255, 255, 255, 0) url("../images/main_menu.png") no-repeat scroll center center;
	font-size: 0 !important;
	height: 45px;
	padding: 0 !important;
	width: 40px;
}

.stickyHeader .mainmenubtn.stickybtn {
	padding: 0 !important;
	height: 75px;
	margin-left: 30%;
}

@media screen and (max-width: 1024px) {
	#topNav>ul>li>a,
	#topNav>ul>li .children li a {
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media screen and (max-width: 767px) {
	#topNav {
		background: #2563c1;
	}
	.menu_bar {
		display: block;
		width: 100%;
		position: fixed;
		top: 0;
	}
	.menu_bar .bt-menu {
		box-sizing: border-box;
		color: #fff;
		display: block;
		font-size: 25px;
		font-weight: bold;
		overflow: hidden;
		position: absolute;
		right: 20px;
		text-decoration: none;
		top: 20px;
		width: 62px;
	}
	.menu_bar span {
		float: right;
		font-size: 40px;
	}
	#topNav {
		width: 100%;
		height: 100%;
		top: 0;
		position: fixed;
		right: -100%;
		margin: 0;
		overflow-y: scroll;
	}
	#topNav>ul>li {
		display: block;
	}
	#topNav>ul>li>a {
		line-height: 40px;
		color: #fff;
		font-family: 'ralewayextrabold';
		font-size: 18px;
		text-transform: uppercase;
	}
	#topNav>ul>li a span {
		margin-left: 0;
	}
	#topNav>ul>li:hover .children {
		display: none;
		margin: 0;
		padding: 0;
	}
	#topNav>ul>li .children {
		width: 100%;
		position: relative;
	}
	#topNav>ul>li .children li {
		margin: 0;
		padding: 0;
		background: #fb0f57!important
	}
	#topNav>ul>li .caret {
		float: right;
	}
	#topNav>ul>li>a,
	#topNav>ul>li .children li a {
		font-size: 18px;
		padding: 0 16px;
		text-transform: uppercase;
		font-weight: normal;
	}
	#topNav>ul>li .children li a {
		font-size: 15px;
		font-family: 'ralewayextrabold';
		padding: 16px;
	}
}

@media screen and (min-width:1025px) {
	#topNav>ul>li>a:hover {
		color: #ffc500;
	}
}

.menu-wrap .menu > div > div > ul > li:nth-child(3) {
    /* display: none; */
}