/*
NAME: Jet Responsive Megamenu
AUTHOR PAGE: http://codecanyon.net/user/marcoarib
ITEM PAGE: http://codecanyon.net/item/jet-responsive-megamenu/5719593
*/

/*@import url(//fonts.googleapis.com/css?family=Open+Sans);*/
@import "font-awesome.css";

/* MENU CONFIGURATION
**********************************************************/
.jetmenu {
	/*width: 100%;*/
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	list-style: none;
	background: transparent;

}

.jetmenu li {
	display: inline-block;
	float: left;
	position: relative
}

.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 > li > a {
	/*padding: 20px 24px;*/
	font-family:  sans-serif;
	font-size: 1.4rem;
	color: #999;
	text-decoration: none;
	display: inline-block;
	margin-top: 2rem;
	margin-bottom: 2rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.jetmenu > li:hover > a,
.jetmenu > li.active > a {
	/*background: #e0e0e0;*/
	color: #555;
}

/* DROPDOWN CONFIGURATION
**********************************************************/

span.aboutcur {
	position: absolute;
	top: -1.1rem;
	z-index: 999;
	left: 33rem;
}

span.extracur {
	position: absolute;
	top: -1.1rem;
	z-index: 999;
	left: 57rem;
}

.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: 13.4rem;
	background: #1B4633;
}

.jetmenu ul.dropdown {
	top: 6rem;
}

.jetmenu ul.dropdown li ul.dropdown {
	left: 100%;
	top: inherit;
}

.jetmenu ul.dropdown li {
	clear: both;
	width: 100%;
	font-size: 1.2rem;
}

.jetmenu ul.dropdown li a {
	width: 100%;
	padding: 1.2rem 2.4rem 1.2rem;
	display: inline-block;
	float: left;
	clear: both;
	font-family:  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 > a {
	background: #e0e0e0;
	color: #555;
}

/* 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;
	background:transparent url(img/arrow-dn.png) no-repeat center bottom
}
*/
.jetmenu .indicator {
	position: relative;
	left: 2.3rem;
	top: 1.9rem;
	font-size: 1.4rem;
	/* float: right; */
	background: transparent url(img/arrow-dn.png) no-repeat center bottom;
	text-align: center;
	display: block;
	z-index: 9999;
	width: 1.2rem;
	height: 1rem;
}


.jetmenu ul li .indicator {
	font-size: 1.2rem;
	top: 0.1rem;
	left: 1rem;
}

/* MEGAMENU
**********************************************************/
.jetmenu > li > .megamenu {
	position: absolute;
	display: none;
	background: /*#1B4633*/ #ffffff;
	width: 25%;
	top: 6rem;
	font-family:  sans-serif;
	font-size: 1.2rem;
	color: #888;
	z-index: 99;
	/*padding: 20px 30px 20px; commented */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0.95
}

/* megamenu list */
.jetmenu li > .megamenu ul {
	margin: 0 0 0rem 0;
	/*float: left;*/
	padding: 0;
	display: block;
	position: relative;
}

.jetmenu li > .megamenu ul li {
	width: 100%;
	padding: 0.4rem 0;
}

.jetmenu li > .megamenu ul li.title {
	margin: 0 0 0.8rem;
	padding: 0 0 0.5rem;
	font-size: 1.4rem;
	/*border-bottom: solid 1px #666;*/
}

/* megamenu h5 */
.jetmenu li > .megamenu h5 {
	/*width: 100%;*/
	margin: 0;
	/*	padding: 0;*/
	padding: 0.8rem 0 0.8rem 1.2rem;
	display: block;
	color: #fff;
	text-align: center;
	font-family: 'ItalianPlateNo1Regular';
	font-size: 1.8rem !important;
	float: left;
	/*background: #76bc1e url(img/menuborder.png) no-repeat right;*/
}

.jetmenu li > .megamenu .bluemenu h5 {
	background: #139deb url(img/menuborder.png) no-repeat right;
}

.jetmenu li > .megamenu p {
	width: 85%;
	text-align: left;
	font-size: 1.4rem;
	font-family: 'ItalianPlateNo1Regular';
	padding-left: 1rem
}

.jetmenu li > .megamenu a.more {
	text-align: left;
	display: block;
	padding-left: 1rem !important;
	padding-top: 0.8rem;
	background: none !important;
	font-family: 'ItalianPlateNo1Medium'
}

/* megamenu links */
.jetmenu li > .megamenu a {
	color: #fff;
	text-decoration: none;
	font-size: 1.4rem;
	font-family: 'ItalianPlateNo1Medium';
	/*-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 a:hover {
	color: #e3fdd3 !important;
}

/* 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.full-width {
	/*width: 100%;*/
	width: 25rem;
	left: 0;
	margin-top: 5.9rem;
}

/* MEGAMENU FORM CONFIGURATION
**********************************************************/
.jetmenu li > .megamenu form {
	width: 100%;
}

/* megamenu inputs */
.jetmenu li > .megamenu form input[type="text"],
.jetmenu li > .megamenu form textarea {
	padding: 0.5rem;
	color: #999;
	background: #444;
	font-family:  sans-serif;
	font-size: 1.4rem;
	border: solid 0.1rem 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: 1rem;
}

.jetmenu li > .megamenu form textarea {
	width: 100%;
	margin-top: 1rem;
}

.jetmenu li > .megamenu form input[type="submit"] {
	width: 25%;
	float: right;
	height: 3rem;
	margin-top: 1rem;
	border: none;
	cursor: pointer;
	background: #444;
	color: #777;
	font-family:  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 > .megamenu form input[type="submit"]:hover {
	background: #e0e0e0;
	color: #555;
}

/* MEGAMENU GRID SYSTEM
**********************************************************/
.megamenu .row {
	/*width: 100%;*/
	margin-top: 1.5rem;
	overflow: hidden;
	background: url(img/menulinkbg.png) repeat;

}

.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: 2rem;
	float: left;
	/*margin-left: 2.127659574468085%;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: 0.1rem #bbdfa5 solid;
	text-align: center;
	padding: 1rem;
	line-height: 2rem;
	/*margin-bottom: -99999px;
    padding-bottom: 99999px;*/
}

.megamenu .row .col1 img,
.megamenu .row .col2 img,
.megamenu .row .col3 img,
.megamenu .row .col4 img,
.megamenu .row .col5 img,
.megamenu .row .col6 img {
	/*
 border-radius:50%;
    width:124px;
    height:124px;
    behavior: url('/kcal/js/PIE.htc');*/
	/*commented for W3C validation
    zoom: 1;
    */
	float: left;
	z-index: 9999;
}

.menucircle {
	width: 12.4rem;
	height: 12.4rem;
	/*commented for W3C validation
 behavior: url('/kcal/js/PIE.htc');
 */
	background: #139deb;
	border-radius: 50%;
	margin: 0 auto;
	position: relative;
	z-index: 99
}

.jetmenu li > .megamenu .bluemenu .menucircle h5 {
	background: none !important;
	font-family: 'ItalianPlateNo1Light' !important;
	font-size: 1.4rem !important;
	text-align: center !important;
	margin: 0 auto;
	padding-top: 3rem;
	padding-bottom: 0rem;
	margin-bottom: 0rem
}

.jetmenu li > .megamenu .bluemenu p strong {
	font-family: 'ItalianPlateNo1Extrabold';
	color: #139deb
}

.jetmenu li > .megamenu .bluemenu p:nth-child(2) {
	padding-top: 0.4rem;
	padding-bottom: 0.4rem
}

.jetmenu li > .megamenu .bluemenu ul li a {
	color: #139deb
}

.jetmenu li > .megamenu .bluemenu span.bluebold {
	color: #1B4633;
	padding-top: 1.4rem !important;
	display: block;
	font-family: 'ItalianPlateNo1Extrabold';
}

.megamenu .bluemenu ul li ul li {
	color: #139deb !important;
	text-align: left;
	padding-left: 0.2rem
}

.jetmenu li > .megamenu .bluemenu .menucircle h2 {
	background: none !important;
	font-family: 'ItalianPlateNo1Medium' !important;
	font-size: 2.4rem !important;
	text-align: center !important;
	margin: 0 auto;
	padding-top: 0rem;
	color: #fff
}

.megamenu .row ul li ul li {
	/*background: url(img/menu/list-bul.png) no-repeat left 5px;*/
	color: #666;
	font-family: 'ItalianPlateNo1Regular';
	margin-left: 0.7rem;
}

.megamenu .row [class*="col"]:first-child {
	margin-left: 0;
}

.megamenu .row .col1 {
	/*width: 14.893617021276595%;
    width:16.668%
    width:16.667%;*/

}

.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: 2.3rem !important;
	margin-right: 0.6rem;
	font-size: 1.8rem;
	float: left;
}

/* COLLAPSIBLE MENU
**********************************************************/
.jetmenu > li.showhide {
	display: none;
	width: 100%;
	height: 5rem;
	cursor: pointer;
	color: #999;
	background: #333;
}

.jetmenu > li.showhide span.title {
	margin: 1.5rem 0 0 2.5rem;
	font-family:  sans-serif;
	float: left;
}

.jetmenu > li.showhide span.icon {
	margin: 1.7rem 2rem;
	float: right;
}

.jetmenu > li.showhide .icon em {
	margin-bottom: 0.3rem;
	display: block;
	width: 2rem;
	height: 0.2rem;
	background: #999;
}

/* STYLES
**********************************************************/

/* black */
.black > li:hover > a, .black > li.active > a {
	background: #111111;
	color: #fff;
}

.black ul.dropdown li:hover > a {
	background: #111111;
	color: #fff;
}

.black li > .megamenu form input[type="text"]:focus, .black li > .megamenu form textarea:focus {
	border-color: #111111;
}

.black li > .megamenu form input[type="submit"]:hover {
	background: #111111;
	color: #fff;
}

.black li > .megamenu a:hover {
	color: #dedede;
}

/* grey */
.grey > li:hover > a, .grey > li.active > a {
	background: #82837E;
	color: #fff;
}

.grey ul.dropdown li:hover > a {
	background: #82837E;
	color: #fff;
}

.grey li > .megamenu form input[type="text"]:focus, .grey li > .megamenu form textarea:focus {
	border-color: #82837E;
}

.grey li > .megamenu form input[type="submit"]:hover {
	background: #82837E;
	color: #fff;
}

.grey li > .megamenu a:hover {
	color: #dedede;
}


/* menugen */
.menugen > li:hover > a, .menugen > li.active > a { /*background:transparent;*/
	color: #fff;
}

.menugen ul.dropdown li:hover > a {
	background: #02b8fa;
	color: #fff;
}

.menugen li > .megamenu form input[type="text"]:focus, .menugen li > .megamenu form textarea:focus {
	border-color: #02b8fa;
}

.menugen li > .megamenu form input[type="submit"]:hover {
	background: #02b8fa;
	color: #fff;
}

.menugen li > .megamenu a:hover {
	color: #76bc1e;
}

/* blue */
.blue > li:hover > a, .blue > li.active > a {
	background: transparent;
	color: #fff;
}

.blue ul.dropdown li:hover > a {
	background: #02b8fa;
	color: #fff;
}

.blue li > .megamenu form input[type="text"]:focus, .blue li > .megamenu form textarea:focus {
	border-color: #02b8fa;
}

.blue li > .megamenu form input[type="submit"]:hover {
	background: #02b8fa;
	color: #fff;
}

.blue li > .megamenu a:hover {
	color: #fff;
}

/* deeper */
.deeper > li:hover > a, .deeper > li.active > a {
	background: #008C9E;
	color: #fff;
}

.deeper ul.dropdown li:hover > a {
	background: #008C9E;
	color: #fff;
}

.deeper li > .megamenu form input[type="text"]:focus, .deeper li > .megamenu form textarea:focus {
	border-color: #008C9E;
}

.deeper li > .megamenu form input[type="submit"]:hover {
	background: #008C9E;
	color: #fff;
}

.deeper li > .megamenu a:hover {
	color: #008C9E;
}


/* emerald */
.emerald > li:hover > a, .emerald > li.active > a {
	background: #2ecc71;
	color: #fff;
}

.emerald ul.dropdown li:hover > a {
	background: #2ecc71;
	color: #fff;
}

.emerald li > .megamenu form input[type="text"]:focus, .emerald li > .megamenu form textarea:focus {
	border-color: #2ecc71;
}

.emerald li > .megamenu form input[type="submit"]:hover {
	background: #2ecc71;
	color: #fff;
}

.emerald li > .megamenu a:hover {
	color: #2ecc71;
}

/* red */
.red > li:hover > a, .red > li.active > a {
	background: #C21A01;
	color: #fff;
}

.red ul.dropdown li:hover > a {
	background: #C21A01;
	color: #fff;
}

.red li > .megamenu form input[type="text"]:focus, .red li > .megamenu form textarea:focus {
	border-color: #C21A01;
}

.red li > .megamenu form input[type="submit"]:hover {
	background: #C21A01;
	color: #fff;
}

.red li > .megamenu a:hover {
	color: #C21A01;
}

/* pox */
.pox > li:hover > a, .pox > li.active > a {
	background: #FA023C;
	color: #fff;
}

.pox ul.dropdown li:hover > a {
	background: #FA023C;
	color: #fff;
}

.pox li > .megamenu form input[type="text"]:focus, .pox li > .megamenu form textarea:focus {
	border-color: #FA023C;
}

.pox li > .megamenu form input[type="submit"]:hover {
	background: #FA023C;
	color: #fff;
}

.pox li > .megamenu a:hover {
	color: #FA023C;
}

/* orange */
.orange > li:hover > a, .orange > li.active > a {
	background: transparent;
	color: #fff;
}

.orange ul.dropdown li:hover > a {
	background: #02b8fa;
	color: #fff;
}

.orange li > .megamenu form input[type="text"]:focus, .orange li > .megamenu form textarea:focus {
	border-color: #02b8fa;
}

.orange li > .megamenu form input[type="submit"]:hover {
	background: #02b8fa;
	color: #fff;
}

.orange li > .megamenu a:hover {
	color: #76bc1e;
}

/* sunburst */
.sunburst > li:hover > a, .sunburst > li.active > a {
	background: #D46D22;
	color: #fff;
}

.sunburst ul.dropdown li:hover > a {
	background: #D46D22;
	color: #fff;
}

.sunburst li > .megamenu form input[type="text"]:focus, .sunburst li > .megamenu form textarea:focus {
	border-color: #D46D22;
}

.sunburst li > .megamenu form input[type="submit"]:hover {
	background: #D46D22;
	color: #fff;
}

.sunburst li > .megamenu a:hover {
	color: #D46D22;
}

/* yellow */
.yellow > li:hover > a, .yellow > li.active > a {
	background: #febf01;
	color: #222;
}

.yellow ul.dropdown li:hover > a {
	background: #febf01;
	color: #222;
}

.yellow li > .megamenu form input[type="text"]:focus, .yellow li > .megamenu form textarea:focus {
	border-color: #febf01;
}

.yellow li > .megamenu form input[type="submit"]:hover {
	background: #febf01;
	color: #222;
}

.yellow li > .megamenu a:hover {
	color: #febf01;
}

/* purple */
.purple > li:hover > a, .purple > li.active > a {
	background: #a849a3;
	color: #fff;
}

.purple ul.dropdown li:hover > a {
	background: #a849a3;
	color: #fff;
}

.purple li > .megamenu form input[type="text"]:focus, .purple li > .megamenu form textarea:focus {
	border-color: #a849a3;
}

.purple li > .megamenu form input[type="submit"]:hover {
	background: #a849a3;
	color: #fff;
}

.purple li > .megamenu a:hover {
	color: #a849a3;
}

/* pink */
.pink > li:hover > a, .pink > li.active > a {
	background: #F56991;
	color: #fff;
}

.pink ul.dropdown li:hover > a {
	background: #F56991;
	color: #fff;
}

.pink li > .megamenu form input[type="text"]:focus, .pink li > .megamenu form textarea:focus {
	border-color: #F56991;
}

.pink li > .megamenu form input[type="submit"]:hover {
	background: #F56991;
	color: #fff;
}

.pink li > .megamenu a:hover {
	color: #F56991;
}

/* RESPONSIVE LAYOUT
**********************************************************/
@media (max-width: 768px) {
	.jetmenu > li{
		display: block;
		width: 100%;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	.jetmenu > li > a {
		padding: 1.5rem 2.5rem;
	}

	.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 > li > a {
		padding-left: 4rem !important;
	}

	.jetmenu > li > .megamenu {
		width: 100% !important;
		position: static;
		border-top: none;
	}

	.jetmenu > li > .megamenu .row [class*="col"] {
		float: none;
		display: block;
		width: 100% !important;
		margin-left: 0;
		margin-top: 1.5rem;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.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: 4rem !important;
	}

	.jetmenu > li > ul.dropdown > li > ul.dropdown > li > a {
		padding-left: 6rem !important;
	}

	.jetmenu > li > ul.dropdown > li > ul.dropdown > li > ul.dropdown > li > a {
		padding-left: 8rem !important;
	}
}

@media (min-width: 768px) and (max-width: 900px) {
	.jetmenu > li > .megamenu {
		width: 100% !important;
		left: 0 !important;
	}
}