/*header { width: 100%; }*/
.nav-bar { display: none; }

.menu-area {background-color:#0C0C0C; position: relative;}
.main-menu::before {background:#0C0C0C; position: absolute; top: 0; left: -26px; width: 7%; height: 100%; content: ''; -webkit-transform: skewX(30deg);}
.menu-area::after {background: #E30C13; position: absolute; top: 0; right: 0; width: 50%; height: 100%; content: '';}
.main-menu {position: relative; z-index: 1; background: #E30C13;}

header nav { float:right;  z-index: 1000; width: auto; margin:0; padding:0;}
header nav ul { list-style: none; }
header nav ul li {float: left; position: relative;}
header nav:after {content: ""; display: block; clear: both;}

header nav ul li a {color:#FFF; display: block; padding:15px 8px; margin:0; line-height:60px; text-decoration: none; font-size:13px; text-transform:uppercase; font-weight:700; letter-spacing:1px;}
header nav ul li a:hover, header nav ul li a.active { color:#FBEA09; background:url(../images/nav_hover.png) no-repeat center bottom; text-decoration:none; }
header nav ul li i { margin-right:1px; }
header nav ul li:hover .children { display: block; }
header nav ul li .children {display: none; background:#E30C13; position: absolute;  width:200px;  z-index: 1000; border:1px solid #D4080F;}
header nav ul li .children span { display: none; }
header nav ul li .children li {display: block; width: 100%; border-bottom: 1px solid #D4080F;}
header nav ul li .children li:last-child { border-bottom:none !important;}

header nav ul li .children li a { margin-left:0; line-height:20px; font-size:12px; padding:7px 15px; margin:0; text-transform:none; color:#FFF; font-weight:500; text-transform:capitalize; }
header nav ul li .children li a:hover {background:#FBEA09; color:#E30C13;}

header nav ul li .fa-angle-down {
  position: relative;
  top: 2px;
}

header nav ul li .faicon { display:none;
  position: relative;
  top:1px; left:5px
}

@media only screen and ( min-width: 1299px) and (max-width: 2399px) {

header nav ul li a { padding:15px; line-height:60px; font-size:14px;}
header nav ul li .children {width:250px;}
header nav ul li .children li a { line-height:20px; font-size:13px; padding:10px 15px; }

}

/*responsive nav style*/

@media only screen and ( min-width: 768px) and ( max-width: 980px ) {

.menu-area {position: relative;}
.main-menu::before {position: absolute; top: 0; left: -19px; width: 7%; height: 100%; content: ''; -webkit-transform: skewX(30deg);}
.menu-area::after { position: absolute; top: 0; right: 0; width: 50%; height: 100%; content: '';}
.main-menu {position: relative; z-index: 1; }

header nav ul li a { padding:15px 7px; line-height:40px; font-size:11px; letter-spacing:normal;}
header nav ul li .children {width:190px;}
header nav ul li .children li a { line-height:20px; font-size:11px; padding:7px 15px; }	
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

.menu-area {background-color:#0C0C0C; position: relative;}
.main-menu::before {background:none; position: absolute; top: 0; left:0; width: 0%; height: 100%; content: ''; -webkit-transform: skewX(30deg);}
.menu-area::after {background:none; position: absolute; top: 0; right: 0; width:0%; height: 100%; content: '';}
.main-menu {position: relative; z-index: 1; background: #0C0C0C;}

.nav-bar {display: block; width: 100%; position: fixed; top: 0; background:#E30C13; border-bottom:1px solid #D4080F; z-index: 1000;}
.nav-bar span {float: left; font-size:16px; font-weight:800; letter-spacing:4px; line-height:25px; text-transform:uppercase; padding:10px 15px; color: #FFF;}

.nav-bar .fa-ellipsis-v {display: block; padding:10px 15px; color: #FFF; overflow: hidden; font-size:18px; line-height:25px; font-weight: bold; text-decoration: none; float: right;}
header nav {width:75%; height: auto; position: fixed; right: 100%; top:46px; overflow: hidden; overflow-y: auto; height: 100%; background:#0C0C0C; margin:0;  }
header nav ul li {display: block; border-bottom: 1px solid #141414; width: 100%; }
header nav ul li:last-child { margin-bottom:60px !important;}
header nav ul li .children li:last-child { border-bottom:none !important;  margin-bottom:0px !important;}
header nav ul li a {color:#FFF; display: block; padding:10px 15px; margin:0; line-height:20px; text-decoration: none; font-size:14px; font-weight:700;}
header nav ul li a:hover, header nav ul li a.active { background:#FBEA09; color:#E30C13 !important; text-decoration:none; }
/*header ul li a { display: block; font-size:14px; line-height:20px; margin:0; padding:0; border:1px solid #C93 }*/
header nav ul li .children {width: 100%; position: relative; overflow: hidden; display: none; border-left:none; border:none;}
header nav ul li:hover .children { display: none; }
header nav ul li ul li:first-child { border-top: 1px solid #141414; }

header nav ul li .children span {display: inline-block; margin-right: 10px;}

/*header nav ul li .children a {
  margin-left: 10px;
  padding: 5px 0;
}*/

header nav ul li .fa-angle-down {position: relative; top: 3px;}
header nav ul li .children li {display: block; width: 100%; border-bottom: 1px solid #141414;}
header nav ul li .children li a {margin-left:0; line-height:20px; font-size:13px; padding:8px 15px 8px 30px; text-transform:capitalize; background:#0C0C0C; color:#FFF; font-weight:500; }
header nav ul li .children li a:hover {background:#FBEA09; color:#E30C13;}

header nav ul li .faicon { position: relative; display:block; top:3px; right:0; float:right;}

}
