/*
NAME: Jet Responsive Megamenu 
AUTHOR PAGE: http://codecanyon.net/user/marcoarib
ITEM PAGE: http://codecanyon.net/item/jet-responsive-megamenu/5719593
*/

/* MENU CONFIGURATION
**********************************************************/
.content{
	display: block;
	margin: auto;
	padding: 0;
	width: 100%;
	text-align: center;
	float: left;
}
.jetmenu{
	width: 100%;
	padding-top: 3px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	position: relative;
	float: none;
	list-style: none;
	text-align: center;
	margin-left: auto;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	display: block;
}
.jetmenu li{
	display: inline-block;
	float: none;
	color: #FFFFFF;
	padding: 0;
	margin: 0;
	text-align: center;
}
.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;
	letter-spacing: normal;
}
.jetmenu > li > a{
	font-family: "Sorts Mill Goudy", serif;
	font-size: 14pt;
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	padding-top: 9px;
	padding-right: 11px;
	padding-bottom: 13px;
	padding-left: 11px;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.1em;
}
.jetmenu > li:hover > a,
.jetmenu > li.active > a{
}

/* DROPDOWN CONFIGURATION
**********************************************************/
.jetmenu ul.dropdown, 
.jetmenu ul.dropdown li ul.dropdown {
	list-style: none;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 7px;
	display: none;
	position: absolute;
	z-index: 99;
	background-color: #880D53;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	box-shadow: 0px 3px 5px -2px #0071BC;
	-moz-box-shadow: 0px 3px 5px -2px #0071BC;
	-webkit-box-shadow: 0px 3px 5px -2px #0071BC;
	width: 50%;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
} 
.jetmenu ul.dropdown{
	top: 36px;
	width: 50%;
	left: 25%;
}
.jetmenu ul.dropdown li ul.dropdown{
	left: 100%;
	top: inherit;
	padding-right: 0px;
	margin-right: 0px;
}
.jetmenu ul.dropdown li{
	clear: both;
	width: 98%;
	padding-right: 0px;
	padding-left: 0px;
	font-size: 20px;
	margin-top: 3px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 120%;
	border-radius: 3px;
}
.jetmenu ul.dropdown li a{
	width: 100%;
	display: inline-block;
	float: left;
	clear: both;
	font-family: "Sorts Mill Goudy", serif;
	text-decoration: none;
	color: #FFFFFF;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 14px;
	padding-right: 11px;
	padding-bottom: 11px;
	padding-left: 11px;
	border-radius: 3px;
	background-color: #7B0648;
}
.jetmenu ul.dropdown li:hover > a{
	color: #555;
	background-color: #660066;
	border-radius: 3px;
}

/* 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 > li > .megamenu{
	position: absolute;
	display: none;
	width: 25%;
	top: 67px;
	font-family: "Sorts Mill Goudy", serif;
	font-size: 16px;
	z-index: 99;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #F2F2F2;
	line-height: 1.3em;
	border-top-style: none;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	box-shadow: 0px 3px 5px -2px #0071BC;
	-moz-box-shadow: 0px 3px 5px -2px #0071BC;
	-webkit-box-shadow: 0px 3px 5px -2px #0071BC;
}

/* megamenu list */
.jetmenu li > .megamenu ul{
	float: left;
	padding: 0;
	display: block;
	position: relative;
	margin: 0;
}
.jetmenu li > .megamenu ul li{
	width: 100%;
	padding: 0px;
}
.jetmenu li > .megamenu ul li.nav-title{
	font-size: 18px;
	color: #003366;
	background-color: transparent;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
.jetmenu li > .megamenu h5 {
	width: 100%;
	margin: 0;
	padding: 0;
	font-weight: 400;
}
.jetmenu li > .megamenu h6 {
	width: 100%;
	margin: 0;
	padding: 0;
}

/* megamenu links */
.jetmenu li > .megamenu a{
	color: #0099CC;
	text-decoration: none;
	font-size: 15px;
	-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    > .megamenu p{
	color: #006699;
	font-size: 16px;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
	font-weight: 700;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
.jetmenu li > .megamenu a:hover{
	color: #FFFFFF;
}

/* 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 > li.fix-sub > .megamenu,
.jetmenu > li.fix-sub > .megamenu.half-width,
.jetmenu > li.fix-sub > .dropdown{
	right: 0;
}

/* MEGAMENU WIDTHS
**********************************************************/
.jetmenu > li > .megamenu.half-width{
	width: 50%;
}
.jetmenu > li > .megamenu.three-quarters-width {
	width: 75%;
}
.jetmenu > li > .megamenu.full-width{
	width: 100%;
	left: 0;
}

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

/* megamenu inputs */
.jetmenu li > .megamenu form input[type="text"],
.jetmenu li > .megamenu form textarea{
	padding: 5px;
	color: #999;
	background: #444;
	font-family: "Sorts Mill Goudy", 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 > .megamenu form input[type="text"]:focus,
.jetmenu li > .megamenu form textarea:focus{
	border-color: #e0e0e0;
}
.jetmenu li > .megamenu form input[type="text"]{
	width: 100%;
	margin-top: 10px;
}
.jetmenu li > .megamenu form textarea{
	width: 100%;
	margin-top: 10px;
}
.jetmenu li > .megamenu form input[type="submit"]{
	width: 25%;
	float: right;
	height: 30px;
	margin-top: 10px;
	border: none;
	cursor: pointer;
	background: #444;
	color: #777;
	font-family: "Sorts Mill Goudy", 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 > .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.12766%;
	-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: 22.8723%;
}
.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 > li.right{
	float: right;
}
.jetmenu > li.right > .megamenu,
.jetmenu > li.right > .megamenu.half-width,
.jetmenu > li.right > .dropdown{
	right: 0;
}

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

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

/* COLLAPSIBLE MENU
**********************************************************/
.jetmenu > li.showhide{
	display: none;
	width: 100%;
	height: 50px;
	cursor: pointer;
	color: #999;
	background: #333;
}
.jetmenu > li.showhide span.nav-title{
	margin: 15px 0 0 25px;
	font-family: "Sorts Mill Goudy", serif;
	float: left;
}	
.nav-title h1   {
	font-family: "Sorts Mill Goudy", serif;
	color: #FFF;
	font-size: 1.5em;
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
	clear: none;
	height: auto;
	margin-bottom: 0px;
	margin-top: 0px;
}
.title-note    {
	font-family: "Sorts Mill Goudy", serif;
	color: #FFF;
	font-size: .75em;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	line-height: normal;
	float: left;
	top: 0px;
	text-align: center;
}
.jetmenu > li.showhide span.icon{
	margin-top: 17px;
	margin-right: 0px;
	margin-left: 20px;
	margin-bottom: 17px;
	float: right;
}
.jetmenu > li.showhide .icon em{
	margin-bottom: 3px;
	display: block;
	width: 20px;
	height: 2px;
	background: #999;
}

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

/* red */
.red > li:hover > a, .red > li.active > a{
	color: #FF7BF5;
	border-radius: 3px;
}
.red ul.dropdown li:hover > a {
	color: #880D53;
	background-color: #C4E6FF;
}
.red li > .megamenu form input[type="text"]:focus, .red li > .megamenu form textarea:focus{
	border-color: #99FF00;
}
.red li > .megamenu form input[type="submit"]:hover{ background: #C21A01; color: #fff; }
.red li > .megamenu a:hover{
	color: #66CCFF;
}

/* RESPONSIVE LAYOUT
**********************************************************/
@media (max-width: 1023px) {
	.-----1023MAX------------------- {
		display: block;
	}
	.content{
	display: block;
	margin: auto;
	width: 100%;
	padding-top: 0px;
}

	.jetmenu > li{
	display: block;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-color: #871A55;
	}
	.jetmenu > li > a{
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 18px;
	font-size: 16pt;
	color: #FFFFFF;
	text-shadow: 0px 0px 0px #FFF;
	font-weight: 400;
	margin-top: 1px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 1px;
	background-color: #5F113B;
	text-align: center;
	letter-spacing: 0.125em;
	}
	.jetmenu a{
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-top: 0px;
	padding-top: 0px;
	}
	.jetmenu ul.dropdown, 
	.jetmenu ul.dropdown li ul.dropdown{
	left: 0;
	position: static !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	}
	.jetmenu ul.dropdown li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
	.jetmenu ul.dropdown > li > a{
	color: #FFFFFF;
	font-weight: 400;
	}
	.nav-title h1   {
	font-family: "Sorts Mill Goudy", serif;
	color: #FFF;
	font-size: 1.5em;
	width: 100%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	line-height: 100%;
	padding-top: 1%;
	padding-bottom: 1%;
}

/* MEGAMENU
**********************************************************/
.jetmenu > li > .megamenu{
	position: absolute;
	top: 0px;
	z-index: 99;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
}
.jetmenu li > .megamenu ul li {
	padding-top: 0px;
	padding-bottom: 8px;
	border-bottom-width: 0px;
	border-bottom-style: none;
	width: 100%;
	padding-right: 0px;
	padding-left: 0px;
}
.jetmenu li > .megamenu ul li.nav-title{
	border-bottom-style: none;
	margin: 0;
	padding-top: 9;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.jetmenu li > .megamenu a{
	color: #3DADD7;
	text-decoration: none;
	font-size: 130%;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
	line-height: 150%;
	font-weight: 400;
}
.jetmenu li > .megamenu p {
	color: #99FF00;
	text-decoration: none;
	font-size: 16pt;
	-webkit-transition: color 0.3s linear;
	-moz-transition: color 0.3s linear;
	-o-transition: color 0.3s linear;
	transition: color 0.3s linear;
	font-weight: 700;
	line-height: 2em;
	margin: 0px;
}

/* megamenu h5 */
.jetmenu li > .megamenu h5{
	width: 100%;
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 120%;
	line-height: 150%;
}
	.jetmenu > li > .megamenu{
	width: 100% !important;
	position: static;
	border-top-style: none;
	}
	.jetmenu > li > .megamenu .row [class*="col"]{
	float: none;
	display: block;
	margin-left: 0;
	margin-top: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	}
	.jetmenu > li > .megamenu .row:first-child  [class*="col"]:first-child {
		margin-top: 0;
	}
	.jetmenu > li > .megamenu .row{
	margin-top: 0;
	}
	.jetmenu > li > ul.dropdown > li > a{
	padding-left: 40px !important;
	font-size: 16pt;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	.jetmenu > li > ul.dropdown > li > ul.dropdown > li > a{
	padding-left: 60px !important;
}
	.jetmenu > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a{
	padding-left: 80px !important;
}
.red ul.dropdown li:hover > a{
	color: #3DADD7;
	background-color: transparent;
}
/* COLLAPSIBLE MENU
**********************************************************/
.jetmenu > li.showhide{
	display: none;
	width: 100%;
	cursor: pointer;
	color: #000000;
	background-color: transparent;
	font-size: 20px;
	height: 43px;
}
.jetmenu > li.showhide span.nav-title{
	font-family: "Sorts Mill Goudy", serif;
	margin-top: 15px;
	margin-right: 19px;
	margin-bottom: 0;
	margin-left: 5px;
	color: #871A55;
	background-color: transparent;
	float: right;
}

.jetmenu > li.showhide span.icon{
	float: right;
	margin-top: 18px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.jetmenu > li.showhide .icon em{
	margin-bottom: 3px;
	display: block;
	width: 20px;
	height: 2px;
	background-color: #871A55;
}
}

/*
@media (min-width: 768px) and (max-width: 960px) {
	.-----768MIN----960MAX-------------------{
		display: block;
	}
	.jetmenu > li > .megamenu{
	width: 100% !important;
	left: 0 !important;
	}
	.jetmenu > li.showhide span.nav-title{
	font-family: "Sorts Mill Goudy", serif;
	float: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 19px;
}
}*/
