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


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

*/

/* JET MENU CONTAINER   */

body {
				margin: 0;
				padding: 0;
				/*font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif; 
				font-size: 14px; */
			}
		.content {
				margin: 30;
				display: block;
			}
			.panel{
				position: absolute;
				padding: 5px;
				height: 20px;
				width: 250px;
				height: 64px;
				left: 50%;
				margin: 150px 0 0 -125px;
				z-index: 1;
			}
			.panel a{
				display: inline-block; 
				width: 30px; 
				margin: 0;
				height: 30px; 
				outline: none; 
				background: #45484d;
				border: solid 1px #333;
			}
			.panel a:nth-child(1){ background: #e0e0e0; }
			.panel a:nth-child(2){ background: #111111; }
			.panel a:nth-child(3){ background: #82837E; }
			.panel a:nth-child(4){ background: #02b8fa; }
			.panel a:nth-child(5){ background: #008C9E; }
			.panel a:nth-child(6){ background: #88c425; }
			.panel a:nth-child(7){ background: #2ecc71; }
			.panel a:nth-child(8){ background: #C21A01; }
			.panel a:nth-child(9){ background: #FA023C; }
			.panel a:nth-child(10){ background: #ff670f; }
			.panel a:nth-child(11){ background: #D46D22; }
			.panel a:nth-child(12){ background: #febf01; }
			.panel a:nth-child(13){ background: #a849a3; }
			.panel a:nth-child(14){ background: #F56991; }
			.jetmenu{
				margin: 0 0 20px 0;
				z-index: 999;
			}
			.gs-title{text-align: left;}

/* MENU CONFIGURATION
**********************************************************/
.jetmenu{
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	list-style: none;
}
.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 > li > a{
	padding: 20px 24px 22px;
	font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	display: inline-block;
}
.jetmenu > li:hover > a,
.jetmenu > li.active > a{
	
}

/* DROPDOWN CONFIGURATION
**********************************************************/
.jetmenu ul.dropdown, 
.jetmenu ul.dropdown li ul.dropdown {
	list-style: none;
    margin: 0;
    padding: 0;   
	display: none;
    position: absolute;
    z-index: 999;
	min-width: 134px;
	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',"Helvetica Neue",Helvetica,Arial,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;
}
.jetmenu ul li .indicator{
	font-size: 12px;
	top: 1px;
	left: 10px;
}

/* MEGAMENU
**********************************************************/
.jetmenu > li > .megamenu{
	position: fixed;
	display: none;
	background: #fff;
	width: 25%;
	top: 60px;
	font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #999;
	z-index: 999;
	padding: 20px 30px 20px;
	border-top: 1px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: none;
}

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

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

/* megamenu links */
.jetmenu li > .megamenu a{
	color: #999;
	text-decoration: none;
	font-size: 12px;
	-webkit-transition: color 0.1s linear; 
	-moz-transition: color 0.1s linear; 
	-o-transition: color 0.1s linear; 
	transition: color 0.1s linear; 
}
.jetmenu li > .megamenu a:hover{
	color: #dedede;
}

/* megamenu images */
.jetmenu  .megamenu img{
	width: 100%;
	-webkit-transition: border 0.1s linear; 
	-moz-transition: border 0.1s linear;
	-o-transition: border 0.1s linear;
	transition: border 0.1s 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%;
	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: 'Open Sans',"Helvetica Neue",Helvetica,Arial,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.1s linear; 
	-moz-transition: border 0.1s linear;
	-o-transition: border 0.1s linear;
	transition: border 0.1s 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: 0;
	margin-right: 0; 
}
.jetmenu table.gsc-search-box td.gsc-input {
    padding-right: 0;
}
body #global input.gsc-search-button {
    font-size: 12px;
	}
.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: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
	-webkit-transition: background 0.1s linear; 
	-moz-transition: background 0.1s linear; 
	-o-transition: background 0.1s linear; 
	transition: background 0.1s 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.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%;
}

.megamenu  {
	width: 98%;
	padding: 0 1%;
	margin: 0 auto;
}

.megamenu .row {
	margin: 1em 0;	
}

.megamenu .column {
	float: left;
	margin: 0 0 0 2%;	
}

.megamenu .column:first-child {
	margin: 0;	
}


/* 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: #000;
}
.jetmenu > li.showhide span.title{
	margin: 15px 0 0 25px;
	font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
	float: left;
}
.jetmenu > li.showhide span.icon{
	margin: 17px 20px;
	float: right;
}
.jetmenu > li.showhide .icon em{
	margin-bottom: 3px;
	display: block;
	width: 20px;
	height: 2px;
	background: #999;
}

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

/* blue */
.blue > li:hover > a, .blue > li.active > a{	 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: #02b8fa; }


/* ADDITIONS FOR CAPE FAREWELL EXTERNAL
**********************************************************/

body #globalmenu img { border: 0; }
body #globalmenu a { text-decoration: none; border-bottom: none;  }

#globalmenu .container-max { max-width: 1200px; margin: 0 auto; }

.megamenu .row { margin: 0 0; }

.megamenu .one-col { width: 11%; }
.megamenu .two-col { width: 22%; }
.megamenu .three-col { width: 21%; }
.megamenu .four-col { width: 21%; }
.megamenu .five-col { width: 15%; border-left: 1px solid #ccc; padding-left: 1.5%; }

.megamenu .two-col img { max-width: 97%; }
#globalmenu img.cflogo { max-width: 135px; }

#coverup {
	width: 0; 
	height: 0; 
	background: transparent;
	}
	
#coverup.on {
	position: absolute; 
	width: 100%; 
	height: 100%; 
	top: 0; 
	left: 0; 
	z-index: 50; 
	position: fixed;
	background:#000;
    background: transparent\9;
  	background:rgba(0,0,0,0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000);
	zoom: 1;
 }

.jetmenu li > .megamenu ul.horizontal li{
	padding: 0 20px;
    width: auto;
}

.jetmenu > li > .megamenu.full-width /* modified */  { 
	width: 100%; 
	padding: 20px 10px 10px; 
}
.jetmenu > li > .megamenu.full-width.horizontal { 
	width: 100%; 
	padding: 10px 0;
}
.jetmenu li > .megamenu ul {
	width: 100%; 
	padding: 0;
}

#global .submenu .megamenu {
	-moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #333;
    border-top: 1px solid #000;
    color: #999;
    display: none;
    font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
    padding: 30px 30px;
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 999;
    width: 100%;
}

#global {
	background: #000; 
	color: #fff; 
	font-size: 16px; 
	height: 60px; 
	line-height: 16px;
	position: fixed;
	width: 100%; 
	z-index: 999;
}
	
#globalmargin { 
	height: 60px; 
	display: block;
}

#globallogo {
	position: relative;
    z-index: 999; 
}
	
#globallogo a {
	color: #fff; 
	text-transform: uppercase;
	text-decoration: none;
}
#globallogo a:hover { color: #2AB4FE; }

#globalmenu {
	display: inline-block; 
	z-index: 999;
}
	
#globalmenu {  
	left: 50%;
    margin-left: -268px;
    position: absolute;
    width: 575px;  /* modified */  
}

.megamenu .column {
	margin-left: 0;	
} /* modified */
    
#globallogo > span {
	display: block;
    float: left;
    padding: 20px 20px 20px 35px;
    background: url("../images/global-logo.gif") no-repeat 0 19px transparent;
	margin-left: 30px;
}
	
#globalmenu li { line-height: 16px; }

#globalmenu > li, 
body #globalmenu h2 { text-transform: uppercase; }

#globalmenu .jetmenu > li.top-menu-item > a { 
	text-transform: uppercase;
	}
	
#globalmenu li { position: relative; }

#globalmenu .jetmenu > li > a { padding: 20px 17px 24px; } /* modified */

#globalmenu #menu-item-search a.search-icon { display: block; padding-top: 22px; padding-bottom: 22px; width: 20px; background: url("../images/search.png") no-repeat 50% 50% transparent; overflow: hidden; }
#globalmenu #menu-item-search a.search-icon span { margin-left: -1000px; }

#globalmenu h2 {
	font-family: 'Open Sans',"Helvetica Neue",Helvetica,Arial,sans-serif; 
	font-size: 13.2px; 
	line-height: 20px;
	color: #000; 
	font-weight: bold; 
	margin: 10px 20px 5px 0; 
	}
	
#globalmenu p {
	font-size: 13.1px;
	line-height: 20px;
	margin: 0 10px 20px 0; 
	color: #000; 
   }
   
#globalmenu .jetmenu li > .megamenu a { font-size: 13.1px; line-height: 20px; color: #000; }
#globalmenu .jetmenu li > .megamenu a.bold { color: #0086CE; }

#globalmenu .blue > li > a:hover:after,
#globalmenu .blue > li.active > a:after {
    content: "";
    display: block;
    border: 6px solid #000;
    border-bottom-color: #fff;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -6px;
	}

#globalmenu .jetmenu > li > .megamenu { height: 254px; top: 60px; } /* modified */

#globalmenu .jetmenu li > .megamenu ul li { padding: 0; }

#globalsocial { 
	display: inline-block; 
	position: fixed;
    right: 0;
	margin-top: 16px;
	margin-right: 20px;
	z-index: 999;  
	}
body #globalsocial ul { padding: 0; margin: 0; }
body #globalsocial li {
	display: inline-block; 
	position: relative;
	vertical-align: top; 
	font-size: 1px;
	line-height: 1px;
	}
#globalsocial li.hide-text a {
	display: inline-block;
	width: 29px; 
	height: 30px;
	background: url('../images/social.png') no-repeat 0 0 transparent;
	overflow:hidden;
    white-space:nowrap;
	font-size: 1px;
	line-height: 1px;
	color: #000;
	}

#globalsocial li#gtw a { background-position: 5px 0; }
#globalsocial li#gfb a { background-position: -25px 0; }
#globalsocial li#gyt a { background-position: -55px 0; }
#globalsocial li#gpin a { background-position: -90px 0; }
#globalsocial li#gem a { background-position: -123px 0; }

#globalsocial li#gtw a:hover { background-position: 5px -30px; }
#globalsocial li#gfb a:hover { background-position: -25px -30px; }
#globalsocial li#gyt a:hover { background-position: -55px -30px; }
#globalsocial li#gpin a:hover { background-position: -90px -30px; }
#globalsocial li#gem a:hover { background-position: -123px -30px; }

#globalmenu .promo a:hover img { 
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */ 
	}

#globalmenu .column ul { margin-top: 0; }

#globalmenu .megamenu .extra-margin-top { margin-top: 3.8em; /*modified */ }

/* Link hover shift anim */ 
#globalmenu .blurb h2 {
	-webkit-transition: margin-left 0.5s;
	-moz-transition: margin-left 0.5s;
	-o-transition: margin-left 0.5s;
	transition: margin-left 0.5s;
	}
#globalmenu .blurb:hover h2 { 
	margin-left: 7px;
	}
	
#globalmenu .jetmenu li > .megamenu h2 a { 
	color: #000; 
	-webkit-transition: margin-left 0.5s;
	-moz-transition: margin-left 0.5s;
	-o-transition: margin-left 0.5s;
	transition: margin-left 0.5s; 
	}
	
#globalmenu .jetmenu li > .megamenu h2 a:hover { 
	color: #000; 
	margin-left: 7px;
	}

#globalmenu .jetmenu li > .megamenu .shift-me a { 
	-webkit-transition: margin-left 0.5s;
	-moz-transition: margin-left 0.5s;
	-o-transition: margin-left 0.5s;
	transition: margin-left 0.5s; 
	}
	
#globalmenu .jetmenu li > .megamenu .shift-me a:hover { 
	margin-left: 7px;
	}

/* Google custom search */ 
#globalmenu table.gsc-search-box { width: 70%; padding: 0; margin: 0; border: 1px solid #d5d5d5; }
#globalmenu table.gsc-search-box:hover { border-color: #02b8fa; }
#globalmenu td.gsc-clear-button { display: none; }
#globalmenu .jetmenu li > .megamenu form input[type="text"] { background-image: none !important; border-radius: 0; }

#globalmenu td.gsc-input { vertical-align: top; border: none; margin: 0; padding: 0; }
#globalmenu td.gsc-input input.gsc-input { border: none; border-radius: 0; box-shadow: none; margin-bottom: 0; height: 26px; box-sizing:content-box; }

#globalmenu .blue li > .megamenu form input[type="text"]:focus, 
#globalmenu .blue li > .megamenu form textarea:focus { border-radius: 0; box-shadow: none; box-sizing:content-box; margin-bottom: 0; }

#globalmenu td.gsc-search-button { background: #02b8fa; vertical-align: middle; border: none; margin: 0; padding: 0; height: 26px; }
#globalmenu input.gsc-search-button {
    display: block;
	font-size: 13px;
	-webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;  
   background: #02b8fa; 
   border: none;
   border-radius: 0;
   height: 26px;
   margin: 0 0 0 9px; 
   padding: 5px 10px;
   text-transform: uppercase; 
	}


/* Google search results */ 
.container-max .gsc-results-wrapper-overlay { width: 80%; left: 8%; }
.container-max .gsc-modal-background-image { background-color: #000;  }

#globalmenu .gsc-refinementsArea,
#globalmenu .gsc-above-wrapper-area { border-bottom: none; }
#globalmenu .gs-title { font-size: 15px; line-height: 18px; font-weight: bold;  }

#globalmenu .gs-title b, 
#globalmenu gs-snippet b,
#globalmenu .gs-webResult .gs-snippet b,
body #globalmenu .gs-webResult.gs-result a.gs-title:link b, 
body #globalmenu .gs-imageResult a.gs-title:link b { color: #0d80a2; font-weight: bold; }

#globalmenu .gs-snippet { font-size: 13px; line-height: 18px; }
#globalmenu .gsc-url-bottom,
#globalmenu .gs-visibleUrl { font-weight: normal; font-size: 12px; color: #999; margin-top: 3px; }
	
#globalmenu .gsc-table-result { margin: 0 0 1em; border-top: 1px solid #CCC; padding-top: 1em; } 

#globalmenu .gs-result .gs-title, 
#globalmenu .gs-result .gs-title * {
    text-decoration: none; color: #0d80a2; font-size: 15px;
}
#globalmenu .gsc-selected-option-container { min-width: 90px; }

/* Meganav Styling - modified block below */
.cf-megamenu { font-size: 95%; }
.cf-megamenu h3 { font-size: 13.1px; text-transform: uppercase; font-weight: bold; }

.cf-megamenu a,
body .cf-megamenu a.external { color: #111; }

.cf-megamenu a:hover,
body .cf-megamenu a.external:hover { color: #999; }

body .cf-megamenu #globalmenu a.highlight { color: #0d80a2; }
body .cf-megamenu #globalmenu a.highlight:hover { color: #999; }

.cf-megamenu .promo { border-left: 1px solid #d0d0d0; padding-left: 24px; margin-right: -25px; }
.cf-megamenu .promo h4 { font-size: 110%; margin-top: 0.5em; margin-bottom: 1em; font-weight: normal; font-style: italic; color: #959595;  }
.cf-megamenu .promo img { max-height: 140px; width: 100%; margin-bottom: 8px; }

.cf-megamenu .promo-image-float { max-width: 46%; float: left; margin: 0 16px 1px 0; }
.cf-megamenu #globalmenu .promo p { margin: 0 25px 0 0; }
.cf-megamenu #globalmenu .megamenu p a { line-height: 14px; }
.cf-megamenu #globalmenu .megamenu .promo p { line-height: 18px; }

.jetmenu li > .megamenu ul.split-me li { width: 50%; float: left; }

/* END CAPE CHANGES



/* RESPONSIVE LAYOUT
**********************************************************/

@media (max-width: 1030px) { /* modified */
	.cf-megamenu #globalmenu .megamenu .promo p { line-height: 15px; margin-right: 0;  }
	.megamenu.full-width .container { padding-right: 0; padding-left: 0; }
	.cf-megamenu .promo { padding-left: 20px; }
}

@media (max-width: 1020px) {
	#globalmenu .jetmenu > li > a { padding-right: 13px; padding-left: 13px; } /* modified */
	#globalsocial { display: none;  } /* modified */
	#globalmenu { margin-left: -150px; width: 510px; }
}
	
@media (max-width: 767px) {
	#globalmenu .jetmenu > li > a,
	#globalmenu #menu-item-search a.search-icon { padding: 8px 10px 10px 22px; } /* modified */
	
	.jetmenu > li {
		display: block;
		width: 100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box;
	}
	.jetmenu > li > a {
		padding: 10px 20px;
	}
	
	.jetmenu a {
		width: 100%;
		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: 40px !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: 15px;
		-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: 40px !important; }
	.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; }
	
	
	/* ADDITIONS FOR CAPE FAREWELL
	**********************************************************/
	#globalmenu p { font-size: 12px; line-height: 18px; }
	#globalmenu .jetmenu li > .megamenu a { font-size: 12px; line-height: 18px; }
	
	#globalmenu .promo { display: none; } /* modified */
	
	#global { height: auto; }
	#globalsocial { display: none; }
	#globallogo, #globalmenu  {
	  background: none repeat scroll 0 0 #000000;
	  display: block;
	  position: relative;
	  width: 100%;
		}
	#globallogo > span { margin-left: 10px; }
	#globalmenu {
    	left: 0;
    	margin-left: 0;
		}
	#globalmenu .one-col,
	#globalmenu .two-col { display: none; }
	#globalmenu .five-col { border-left: none; padding-left: 0; } 
	#globalmenu h2 { margin-top: 0; margin-bottom: 0; }
	#globalmenu p { margin-top: 0; margin-bottom: 0; }
	
	#globalmenu .jetmenu > li.top-menu-item { border-top: 1px solid #2e2e2e; border-bottom: 1px solid #000; background: #1a1a1a none; }
	
	
	#globalmenu #menu-item-search a.search-icon { display: block; height: auto; width: auto; background: none; overflow:auto; }
	#globalmenu #menu-item-search a.search-icon span { margin-left: 0; }
	
	
	#globalmenu .blue > li > a:hover:after,
	#globalmenu .blue > li.active > a:after {
    	content: none;
    	display: block;
    	border: none;
    	}

	#delete #globalmenu .blue > li > a:hover:before,
	#delete #globalmenu .blue > li.active > a:before {
	  content: "";
	  display: block;
	  border: 6px solid #000;
	  border-left-color: #fff;
	  position: absolute;
	  top: 14px;
	  left: 10px;
	  margin-left: 0;
	  }
	li#globalswitch { 
	  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	  z-index: 999;
	  position: fixed;
	  top: 0;
	  }
	#globalmenu .blue > li.top-menu-item { line-height: 1em; }
	#globalmenu .blue > li.top-menu-item p { line-height: 1.3em; }
	
	#globalmenu .column ul { margin-top: 0; }
	.jetmenu > li > .megamenu.full-width { padding: 0 20px; 	}
	.jetmenu > li > .megamenu .row {
		margin-top: 0; margin-bottom: 0;
	}
	.jetmenu li > .megamenu ul {
    margin-bottom: 0;
	}

	 /* Google custom search */
	.jetmenu > li#menu-item-search > .megamenu.full-width { width: 100%; padding: 10px 0; }
	#global table.gsc-search-box { width: 100%; }
	.container-max .gsc-results-wrapper-overlay { width: 90%; padding: 0; left: 5%; }
	.gsc-wrapper { padding: 10px; }
	#globalmenu .gsc-tabsArea { padding-left: 10px; padding-bottom: 5px; border-bottom: none; }
	#globalmenu .gsc-tabHeader  { padding-bottom: 5px; }
	.gsc-orderby { margin-right: 5px; }
	.gsc-orderby-label { font-size: 11px; }
	
	
	/* Megamenu container scroll */
	#globalmenu .megamenu .extra-margin-top { margin-top: 0; }
	
	.jetmenu > li > .megamenu .row div h3 {
	margin: 0 1em 0 0; 
	padding-top: 1.5em; 
	}

	.jetmenu > li > .megamenu .row [class*="col"] {
    display: block;
	height: auto;
    clear: left;
	padding-left: 0;
	}

	/* #globalmenu .jetmenu > li > .megamenu { height: auto; } */
	.jetmenu > li > .megamenu.full-width { overflow-y: auto; }
	.jetmenu > li > .megamenu.full-width .container { padding-bottom: 2em; padding-left: 0; margin-left: 0; }
	
}