.toggleMenu {
    display:  none;
    padding: 0;
}
.nav {
	width: 100%;
	border-right: none;
	border-bottom:1px solid rgba(20, 20, 35, .15);
}
.nav ul {
    list-style: none;
     *zoom: 1;
}
.nav ul:before,
.nav ul:after {
    content: " "; 
    display: table; 
}
.nav ul:after {
    clear: both;
}
.nav ul ul {
    list-style: none;
    width: 9em;
}
.nav ul a {
    padding: 10px 15px;
    color:#fff;
}
.nav ul li {
    position: relative;
}
.nav > ul > li {
    box-sizing: border-box;
	float: left;
	list-style: none;
	text-align: center;
	border-right: 1px solid rgba(20, 20, 35, .15);
}
	#header_nav_editorial > .nav > ul > li {
	float: right;
	}
	
	#header_nav_editorial > .nav ul li:nth-child(1),
	#header_nav_editorial > .nav ul li:nth-child(2),
	.collapse_header > #header_nav_editorial > .nav ul li:nth-child(2),
	.collapse_header > #header_nav_editorial > .nav ul li:nth-child(2) {
	border-right: none;
	}
	
		#header_nav_editorial > .nav ul li:nth-child(1),
		.collapse_header > #header_nav_editorial > .nav ul li:nth-child(1) {
			background-image:none;
		}
	
.nav > ul > li > .parent {
    background-image: url("../images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > ul > li > a {
    display: block;
}
.nav ul li  ul {
    position: absolute;
    left: -9999px;
}
.nav > ul > li.hover > ul {
    left: 0;
}
.nav ul li li.hover ul {
    left: 100%;
    top: 0;
}
.nav ul li a {
	color: rgba(20, 20, 35, 1);
	cursor: pointer;
    display: block;
    padding: 22px 0;
    text-decoration: none;
    text-transform: capitalize;
}
.nav ul li a:not(#more_menu):hover, 
.nav ul > li.hover > a:not(#more_menu) {
    background:rgba(20,20,35,1);
    color:rgba(252,67,73,1);
}



/*---- START HAMBURGER MENU CSS ----*/
.hamburger {
	display: none;
    float: left;
    padding: 0 22px;
	position: relative;
    overflow: hidden;
}
.hamburger_menu {
    cursor: pointer;
    display: block;
	float: left;
    height: 74px;
    width: 16px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.hamburger_nav.active {
	background-color: rgba(20, 20, 35, 1);
}
.collapse_header > .hamburger.active {
	background-color: rgba(20, 20, 35, 1);
}
.top, .middle, .bottom {
	background-color: rgba(20, 20, 35, 1);
	height: 2px;
	opacity: 1;
	pointer-events: none;
	position: absolute;
	-ms-transition: transform 0.5s ease, top 0.5s ease, left 0.5s ease;
	-webkit-transition: transform 0.5s ease, top 0.5s ease, left 0.5s ease;
	-moz-transition: transform 0.5s ease, top 0.5s ease, left 0.5s ease;
	-o-transition: transform 0.5s ease, top 0.5s ease, left 0.5s ease;
	transition: transform 0.5s ease, top 0.5s ease, left 0.5s ease;
	width: 16px;
}
.top.active, .bottom.active {
	background-color: #fff;
	top: 35px;
}
.top {
	top: 29px;
}
.top.active {
	position: relative;
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Safari */
	-moz-transform: rotate(45deg); /* Mozila FF */
	-o-transform: rotate(45deg); /* Opera */               
	transform: rotate(45deg);
}
.middle {
	top: 35px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.middle.active {
	background-color: #fff;
	opacity: 0;
}
.bottom {
	top: 41px;
}
.bottom.active {
position: relative;
-ms-transform: rotate(-45deg); /* IE 9 */
-webkit-transform: rotate(-45deg); /* Safari */
-moz-transform: rotate(-45deg); /* Mozila FF */
-o-transform: rotate(-45deg); /* Opera */
transform: rotate(-45deg);
top: 33px;
}

/*---- END HAMBURGER MENU CSS ----*/





.hamburger_items {
	background-color: rgba(20, 20, 35, 1);
    color: #fff;
    display: none;
    height: 55px;
    margin: 74px 0 0;/* TARGET 60 / CONTEXT 1320 */
	position: absolute;
    width: 100%; /* TARGET 1320 / CONTEXT 1320 */
}
.hamburger_items.active {
	display: block;
}




