<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
NAME: Jet Responsive Megamenu 
AUTHOR PAGE: http://codecanyon.net/user/marcoarib
ITEM PAGE: http://codecanyon.net/item/jet-responsive-megamenu/5719593
*/

@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url('https://fonts.googleapis.com/css?family=Poppins');
@import "font-awesome.css";

/* MENU CONFIGURATION
**********************************************************/
.jetmenu{
	width: 100%;
	padding: 0;
	margin: 10 0 0 0;
	position: relative;
	float: left;
	list-style: none;
	/*padding-left:14px;*/
	background:#de0029;
}
.jetmenu li{
	display: inline-block;
	float: left;
}
.jetmenu a{
	-o-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	outline: none;
	z-index: 10;
}
.jetmenu &gt; li &gt; a{
	padding: 14px 8px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #fff;
	font-weight:500;
	text-decoration: none;
	display: inline-block;
	margin-right:8px;
}

.jetmenu &gt; li:hover &gt; a,
.jetmenu &gt; li.active &gt; a{
	background: #b80022;
	color: #555;
}

/* DROPDOWN CONFIGURATION
**********************************************************/
.jetmenu ul.dropdown, 
.jetmenu ul.dropdown li ul.dropdown {
	list-style: none;
    margin: 0;
    padding: 0;   
	display: none;
    position: absolute;
    z-index: 99;
	min-width: 180px;
	background: #333333;
}
.jetmenu ul.dropdown{
    top: 60px;
}
.jetmenu ul.dropdown li ul.dropdown{
    left: 100%;
	top: inherit;
}
.jetmenu ul.dropdown li{
	clear:both;
	width:100%;
	font-size: 12px;
}
.jetmenu ul.dropdown li a{
	width:100%;
	padding: 12px 24px 12px;
	display:inline-block;
	float:left;
	clear:both;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	color: #999;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
.jetmenu ul.dropdown li:hover &gt; a{
	background: #e0e0e0;
	color: #fff;
}

/* dropdowns to left side */
.jetmenu ul.dropdown li ul.dropdown.left{
    left: auto;
	right: 100%;
}

/* SUBMENU INDICATORS
**********************************************************/
.jetmenu .indicator{
	position: relative;
	left: 5px;
	top: 0;
	font-size: 14px;
	float: right;
}
.jetmenu ul li .indicator{
	font-size: 12px;
	top: 1px;
	left: 10px;
}

/* MEGAMENU
**********************************************************/
.jetmenu &gt; li &gt; .megamenu{
	position: absolute;
	display: none;
	background: #333333;
	width: 25%;
	top: 51px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #fff;
	text-align:left;
	z-index: 99;
	padding: 20px 30px 20px;
	border-top: 1px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* megamenu list */
.jetmenu li &gt; .megamenu ul{
	margin: 0 0 20px 0;
	float: left;
	padding: 0;
	display: block;
	position: relative;
}
.jetmenu li &gt; .megamenu ul li{
	width: 100%;
	padding: 4px 0;
}
.jetmenu li &gt; .megamenu ul li.title{
	margin: 0 0 8px;
	padding: 0 0 5px;
	font-size: 14px;
	border-bottom: solid 1px #666;
}

/* megamenu h5 */
.jetmenu li &gt; .megamenu h5{
	width: 100%;
	margin: 0;
	padding: 0;
}

/* megamenu links */
.jetmenu li &gt; .megamenu a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	-webkit-transition: color 0.3s linear; 
	-moz-transition: color 0.3s linear; 
	-o-transition: color 0.3s linear; 
	transition: color 0.3s linear; 
}
.jetmenu li &gt; .megamenu a:hover{
	color: #dedede;
}

/* megamenu images */
.jetmenu  .megamenu img{
	width: 100%;
	-webkit-transition: border 0.3s linear; 
	-moz-transition: border 0.3s linear;
	-o-transition: border 0.3s linear;
	transition: border 0.3s linear;
}

/* to fix right attribute on submenus (menu aligned to left (default)) */
.jetmenu &gt; li.fix-sub &gt; .megamenu,
.jetmenu &gt; li.fix-sub &gt; .megamenu.half-width,
.jetmenu &gt; li.fix-sub &gt; .dropdown{
	right: 0;
}

/* MEGAMENU WIDTHS
**********************************************************/
.jetmenu &gt; li &gt; .megamenu.half-width{
	width: 50%;
}
.jetmenu &gt; li &gt; .megamenu.full-width{
	width: 100%;
	left: 0;
}

/* MEGAMENU FORM CONFIGURATION
**********************************************************/
.jetmenu li &gt; .megamenu form{
	width: 100%;
}

/* megamenu inputs */
.jetmenu li &gt; .megamenu form input[type="text"],
.jetmenu li &gt; .megamenu form textarea{
	padding: 5px;
	color: #999;
	background: #444;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	border: solid 1px transparent;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: border 0.3s linear; 
	-moz-transition: border 0.3s linear;
	-o-transition: border 0.3s linear;
	transition: border 0.3s linear;
}
.jetmenu li &gt; .megamenu form input[type="text"]:focus,
.jetmenu li &gt; .megamenu form textarea:focus{
	border-color: #e0e0e0;
}
.jetmenu li &gt; .megamenu form input[type="text"]{
	width: 100%;
	margin-top: 10px;
}
.jetmenu li &gt; .megamenu form textarea{
	width: 100%;
	margin-top: 10px;
}
.jetmenu li &gt; .megamenu form input[type="submit"]{
	width: 25%;
	float: right;
	height: 30px;
	margin-top: 10px;
	border: none;
	cursor: pointer;
	background: #444;
	color: #777;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: background 0.3s linear; 
	-moz-transition: background 0.3s linear; 
	-o-transition: background 0.3s linear; 
	transition: background 0.3s linear; 
}
.jetmenu li &gt; .megamenu form input[type="submit"]:hover{
	background: #e0e0e0;
	color: #555;
}

/* MEGAMENU GRID SYSTEM
**********************************************************/
.megamenu .row{
	width: 100%;
	margin-top: 15px;
}
.megamenu .row:first-child {
	margin-top: 0;
}
.megamenu .row:before,
.megamenu .row:after {
	display: table;
	content: "";
	line-height: 0;
}
.megamenu .row:after {
	clear: both;
}
.megamenu .row .col1,
.megamenu .row .col2,
.megamenu .row .col3,
.megamenu .row .col4,
.megamenu .row .col5,
.megamenu .row .col6{
	display: block;
	width: 100%;
	min-height: 20px;
	float: left;
	margin-left: 2.127659574468085%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.megamenu .row [class*="col"]:first-child {
	margin-left: 0;
}
.megamenu .row .col1{
	width: 14.893617021276595%;
}
.megamenu .row .col2{
	width: 31.914893617021278%;
}
.megamenu .row .col3{
	width: 48.93617021276595%;
}
.megamenu .row .col4{
	width: 65.95744680851064%;
}
.megamenu .row .col5{
	width: 82.97872340425532%;
}
.megamenu .row .col6{
	width: 100%;
}

/* RIGHT ALIGNMENT (MENU ITEM)
**********************************************************/
.jetmenu &gt; li.right{
	float: right;
}
.jetmenu &gt; li.right &gt; .megamenu,
.jetmenu &gt; li.right &gt; .megamenu.half-width,
.jetmenu &gt; li.right &gt; .dropdown{
	right: 0;
}

/* to fix right attribute on submenus (menu aligned to right) */
.jetmenu &gt; li.jsright{
	float: right;
}
.jetmenu &gt; li.jsright.last &gt; .megamenu,
.jetmenu &gt; li.jsright.last &gt; .megamenu.half-width,
.jetmenu &gt; li.jsright.last &gt; .dropdown{
	right: 0;
}

/* ICONS (FONT AWESOME)
**********************************************************/
.jetmenu &gt; li &gt; a &gt; i{
	line-height: 23px !important;
	margin-right: 6px;
	font-size: 18px;
	float: left;
}

/* COLLAPSIBLE MENU
**********************************************************/
.jetmenu &gt; li.showhide{
	display: none;
	width: 100%;
	height: 50px;
	cursor: pointer;
	color: #999;
	background: #333;
}
.jetmenu &gt; li.showhide span.title{
	margin: 15px 0 0 25px;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
.jetmenu &gt; li.showhide span.icon{
	margin: 17px 20px;
	float: right;
}
.jetmenu &gt; li.showhide .icon em{
	margin-bottom: 3px;
	display: block;
	width: 20px;
	height: 2px;
	background: #999;
}

/* STYLES
**********************************************************/

/* black */
.black &gt; li:hover &gt; a, .black &gt; li.active &gt; a{ background: #111111;	color: #fff; }
.black ul.dropdown li:hover &gt; a{ background: #111111; color: #fff; }
.black li &gt; .megamenu form input[type="text"]:focus, .black li &gt; .megamenu form textarea:focus{ border-color: #111111; }
.black li &gt; .megamenu form input[type="submit"]:hover{ background: #111111; color: #fff; }
.black li &gt; .megamenu a:hover{ color: #dedede; }

/* grey */
.grey &gt; li:hover &gt; a, .grey &gt; li.active &gt; a{ background: #82837E;	color: #fff; }
.grey ul.dropdown li:hover &gt; a{ background: #82837E; color: #fff; }
.grey li &gt; .megamenu form input[type="text"]:focus, .grey li &gt; .megamenu form textarea:focus{ border-color: #82837E; }
.grey li &gt; .megamenu form input[type="submit"]:hover{ background: #82837E; color: #fff; }
.grey li &gt; .megamenu a:hover{ color: #dedede; }

/* blue */
.blue &gt; li:hover &gt; a, .blue &gt; li.active &gt; a{	background: #ed1c24; color: #fff; }
.blue ul.dropdown li:hover &gt; a{ background: #ed1c24; color: #fff; }
.blue li &gt; .megamenu form input[type="text"]:focus, .blue li &gt; .megamenu form textarea:focus{ border-color: #00a9d6; }
.blue li &gt; .megamenu form input[type="submit"]:hover{ background: #00a9d6; color: #fff; }
.blue li &gt; .megamenu a:hover{ color: #ed1c24; }


/* RESPONSIVE LAYOUT
**********************************************************/
@media (max-width: 900px) {
	.jetmenu &gt; li{
		display: block;
		width: 100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box;
	}
	.jetmenu &gt; li &gt; a{
		padding: 15px 25px;
	}
	.jetmenu a{
		width: 100%;
		background: #333;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box; 
	}
	.jetmenu ul.dropdown, 
	.jetmenu ul.dropdown li ul.dropdown{
		width: 100% !important;
		left: 0;
		position: static !important;
		border: none;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box; 
	}
	.jetmenu ul.dropdown li {
		background: #fff !important;
		border: none;
	}
	.jetmenu ul.dropdown &gt; li &gt; a{
		padding-left: 40px !important;
	}
	.jetmenu &gt; li &gt; .megamenu{
		width: 100% !important;
		position: static;
		border-top: none;
	}
	.jetmenu &gt; li &gt; .megamenu .row [class*="col"]{
		float: none;
		display: block;
		width: 100% !important;
		margin-left: 0;
		margin-top: 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.jetmenu &gt; li &gt; .megamenu .row:first-child  [class*="col"]:first-child {
		margin-top: 0;
	}
	.jetmenu &gt; li &gt; .megamenu .row{
		margin-top: 0;
	}
	.jetmenu &gt; li &gt; ul.dropdown &gt; li &gt; a{ padding-left: 40px !important; }
	.jetmenu &gt; li &gt; ul.dropdown &gt; li &gt; ul.dropdown &gt; li &gt; a{ padding-left: 60px !important; }
	.jetmenu &gt; li &gt; ul.dropdown &gt; li &gt; ul.dropdown &gt; li &gt; ul.dropdown &gt; li &gt; a{ padding-left: 80px !important; }
}
@media (min-width: 901px) and (max-width: 1099px) {
	.jetmenu &gt; li &gt; .megamenu{
		width: 100% !important;
		left: 0 !important;
	}
}

@media screen and (max-width: 1280px){.jetmenu &gt; li &gt; a{padding: 14px 8px;font-size: 14px;}}




</pre></body></html>