

@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,200italic,300,400italic,300italic,500,500italic,600,600italic,700,800,700italic,800italic,900,900italic);


/* MENU CONFIGURATION
**********************************************************/
.jetmenu{
	 width: 100%; 
	padding: 0 !important;
	margin: 0 !important;
	position: relative;
	float: left;
	list-style: none;
}
.jetmenu li{
	display: inline-block;
	float: left;
	text-align: 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 20px;
	font-family: 'Raleway',  Lucida Sans Unicode, Geneva, sans-serif;
	font-size: 14px;
	font-weight:600;
	color: #FFF;
	text-transform:uppercase;
	text-decoration: none;
	display: inline-block;
}
.jetmenu > li:hover > a,
.jetmenu > li.active > a{
	color: #474747;
}

/* 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;
	width: 230px;
	background-color: rgba(0,0,0,0.80);

}
.jetmenu ul.dropdown{
    top: 55px;
	border-radius:  0px 0px 8px 8px;
}
.jetmenu ul.dropdown li ul.dropdown{
    left: 146px;
	top: inherit;
}
.jetmenu ul.dropdown li{
	clear:both;
	width:100%;
	font-size: 11px;
	text-transform: uppercase;
}
.jetmenu ul.dropdown li a{
	width:100%;
	padding: 9px 15px 9px 10px;
	display:inline-block;
	float:left;
	font-size: 13px;
	clear:both;
	font-family: 'Raleway',  Lucida Sans Unicode, Geneva, sans-serif;
	text-decoration: none;
	color: #FFF;
	box-sizing:border-box;
	-moz-box-sizing:border-box; 
	-webkit-box-sizing:border-box;
}
.jetmenu ul.dropdown li:hover > a{
	color: #fff;
 	background: red; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(-90deg, #200D11 , #391B19); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(-90deg, #200D11 , #391B19); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(-90deg, #200D11 , #391B19); /* For Firefox 3.6 to 15 */
    background: linear-gradient(-90deg, #200D11 , #391B19); /* Standard syntax */
    background-color: #210000;
   
}

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

/* MEGAMENU
**********************************************************/
.jetmenu > li > .megamenu{
	position: absolute;
	display: none;
	background-color: rgba(255,255,255,0.80);
	background-image: url(../img/padrao_fundo1.png);
	min-width: 25%;
	top: 54px;
	font-size: 11px;
	text-transform:uppercase; 
	color: #000;
	z-index: 99;
	padding: 20px 30px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 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;
    border-bottom: solid 1px  #000;
}

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

/* megamenu links */
.jetmenu li > .megamenu a{
	color: #000;
	text-decoration: none;
	font-size: 11px;
	-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: #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;
}

/* MEGAMENU WIDTHS
**********************************************************/
.jetmenu > li > .megamenu.half-width{
	width: 50%;
}
.jetmenu > li > .megamenu.full-width{
	width: 100%;
	left: 0;
	border-radius:  0px 0px 8px 8px;
}

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

/* megamenu inputs */
.jetmenu li > .megamenu form input[type="text"],
.jetmenu li > .megamenu form textarea{
	font-family: 'Raleway',  Lucida Sans Unicode, Geneva, sans-serif;
	font-size: 11px;
	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;
	margin-bottom: 5px;
    padding: 10px !important;
    background-color: #FFF !important;
    border-radius: 5px;
	color: #000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: border .8s;
    border: 2px solid #7B7B7B !important;
    -webkit-transition: border .8s;
}
.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: 50%;
	float: right;
	height: 40px;
	border-radius: 5px;
	margin-top: 10px;
	border: none;
	cursor: pointer;
	background-image: url(../img/padrao_fundo.png);
	/*border: 2px solid #aeaaab !important;*/
	color: #FFF;
	font-family: 'Raleway',  Lucida Sans Unicode, Geneva, 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; 
	text-transform:uppercase;
}
.jetmenu li > .megamenu form input[type="submit"]:hover {
	background-image: url(../img/padrao_fundo2.png) !important;
	color: #FFF;
}

#send:hover {
	background-image: url(../img/padrao_fundo2.png) !important;
	color: #FFF;
}

/* MEGAMENU GRID SYSTEM
**********************************************************/
.megamenu .row{
	width: 100%;
	margin-top: 14px;
}
.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: 30%;
}
.megamenu .row .col2{
	width: 65%;
}
.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{
	right: 0;
}

/* COLLAPSIBLE MENU
**********************************************************/
.jetmenu > li.showhide{
	display: none;
	width: 100%;
	height: 60px;
	cursor: pointer;
	color: #000;
	background: #FFF;
}
.jetmenu > li.showhide span.title{
	margin: 20px 0 0 25px;
	font-family: 'Raleway',  Lucida Sans Unicode, Geneva, 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: #a8d7f6; */
}

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


/* blue */
.blue > li:hover > a, .blue > li.active > a{  color: #FFF; background: rgba(0,0,0,0.80) ;  }
.blue ul.dropdown li:hover > a{  color: #FFF; }
.blue li > .megamenu form input[type="text"]:focus, .blue li > .megamenu form textarea:focus{ border-color: #000; }
.blue li > .megamenu form input[type="submit"]:hover{ background-image:url(../img/padrao_fundo.png../img/fundo_menu-1.jpg); background-position:center; background-size:cover;  color: #fff; }
.blue li > .megamenu a:hover{ color: #FFF; text-decoration: underline; }


/* RESPONSIVE LAYOUT
**********************************************************/
@media (max-width: 790px) {
  #menu_center {
	display: inherit;
	position:relative;
	width: 100%;
	left: 0;
	margin-left: 0;
	}

	.jetmenu > li{
		width: 100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box;
	}

	.jetmenu > li > a{
		padding: 15px 25px;
		color:  #FFF;
	}
	.jetmenu a{
		width: 100%;
		background-color: rgba(0,0,0,0.80);
		color: #FFF;
		box-sizing:border-box;
		-moz-box-sizing:border-box; 
		-webkit-box-sizing:border-box; 
	}
	
	.col2 a{
		background-color: transparent !important;
	}
	
	.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;
	}
	.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;
	}
	.megamenu .row:first-child  [class*="col"]:first-child {
		margin-top: 0;
	}
	.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; }
}