
@font-face {
    font-family: 'bebas_neueregular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* MENU CONFIGURATION
**********************************************************/
.tablet-menu{ display:none;}
.desktop-header { display:block;}
.responsive-header { display:none;}
.jetmenu{
	width: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	float: left;
	list-style: none;
}
.jetmenu li{
	display: inline-block;
	float: left;
}

.jetmenu > li:hover { background:#90C322}
.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: 13px;
	display: inline-block;
	font-size:14px;
	font-family: "lato",Geneva,sans-serif;
	text-transform:uppercase;
	color:#fff;
}


/* 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: 146px;
	background: #333333;
}*/
.jetmenu ul.dropdown{
    top: 44px;
	
}
.jetmenu ul.dropdown li ul.dropdown{
    left: 146px;
	top: inherit;
}
.jetmenu ul.dropdown li{
	clear:both;
	width:100%;
	font-size: 12px;
}
.jetmenu ul.dropdown li a{
	width:100%;
	padding: 15px;
	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 > a{
	background: #e0e0e0;
	color: #555;
}

/* SUBMENU INDICATORS
**********************************************************/
.jetmenu .indicator{
	position: relative;
	left: 5px;
	top: 0;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url("../img/downArrow.png");
	background-position: 95% center;
    background-repeat: no-repeat;
    padding-right: 15px;
}
.jetmenu ul li .indicator{
	font-size: 12px;
	top: 1px;
	left: 10px;
}

/* MEGAMENU
**********************************************************/
.jetmenu > li > .megamenu{
	position: absolute;
	display: none;
	background: #3E3E3E;
	min-width: 15%;
	top: 40px;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	color: #999;
	z-index: 9999;
	padding: 20px 25px;
	border-top:5px solid #86B217;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 10px 30px -10px #000000;
}

/* megamenu list */
.jetmenu li > .megamenu ul{
	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: #fff;
	display:block;
	text-decoration: none;
	font-size: 12px;
	font-family:'lato',Arial;
	-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 .liproduct img{
	width: 100%;
	height:auto;
	-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;
}

/* 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', 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 > .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: '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 > .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 .left_column .row .col1 {
	 width: 18.2%;
 }
.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{
	right: 0;
}

/* COLLAPSIBLE MENU
**********************************************************/
.jetmenu > li.showhide{
	display: none;
	width: 100%;
	height: 50px;
	cursor: pointer;
	color: #999;
	background: #333;
}
.jetmenu > li.showhide span.title{
	margin: 15px 0 0 25px;
	font-family: 'Open Sans', 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;
}


/* RESPONSIVE LAYOUT
**********************************************************/
@media only screen and (min-width: 992px) and (max-width: 1279px) {
	.liproduct {
    max-width: 145px !important;
    padding-left: 0 !important;
    text-align: center !important;
    width: 100% !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.responsive-header { display:block;}
#responsiveBigMenu { display:none;}	
}
@media (max-width: 768px) {
	.responsive-header { display:block;}
#responsiveBigMenu { display:none;}	
}

.jetmenu ul.dropdown li a, .jetmenu ul.cmsdropdown li a {
	width:100%;
	padding: 8px;
	display:inline-block;
	float:left;
	clear:both;
    font-family: 'lato',Arial;
    font-size: 14px;
	white-space:nowrap;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.jetmenu ul.dropdown li:hover > a, .jetmenu ul.cmsdropdown li:hover > a {
	background:#90C322;
	color: #fff;
}
.listproduct .col1 { margin-bottom:30px; text-align:center;}
.megamenu .row.listproduct [class*="col"]:first-child {
	margin-left:1.72766% !important;
}
.megamenu .row.listproduct .col1 {
	margin-left:1.72766% !important;
}
.listproduct .col1 img { width:100%; max-width:160px; height:auto;}

.menupro_content { display:inline-block; clear:both; width:100%; margin-top:15px;}
.menupro_content h3 {color: #FFFFFF;
    font-family:'lato',Arial; 
    font-size: 16px;
    padding-bottom: 5px; font-weight:normal; margin-bottom:0; margin-top:5px;}
.our_price_display { font-size:12px; color:#90C322; font-family:'lato',Arial;  }
.double-column {width:auto; max-width:100%;}
.left_column { float:left; width:80%;}
.rip .no-rip .rightmenu_column {
    float: right;
    padding-left:5%;
   }
.no-rip .rightmenu_column {
    float: right;
    padding-left: 15px;
    width: 100%;
	text-align:center; }
.no-rip .rightmenu_column .rightPanel img { max-width:300px; width:100%;}
.no-rip .rightmenu_column .col1 { display:inline-block;}
.no-rip.megamenu { width:auto;}
.double-column.rip .no-rip.megamenu { float:right; width:auto !important;}
.rip .no-rip.megamenu { float:right; width:17.4%}
.leftlink_column { float:left; padding-right:25px;}
.rip .rightmenu_column {border-left: 1px dashed #666666;}
.jetmenu li > .megamenu .bcategories ul.mega-menu > li ul li ul {
	position:absolute;
	background:#494949;
	box-shadow:0 10px 30px -10px #000000;
}
.jetmenu li > .megamenu .bcategories ul.mega-menu > li:first-child:hover, .jetmenu li > .megamenu .bcategories ul.mega-menu > li:first-child { border-bottom:none !important;}
.jetmenu li > .megamenu .bcategories ul.mega-menu > li:first-child > a { 
	margin: 0;
	color:#fff;
	font-size:12px;
	background:#494949;
	display: block;
    padding: 11px 8px;
	border-bottom:2px solid #90C322;}
.jetmenu li > .megamenu .bcategories ul.mega-menu > li:first-child > a > .mega-sub-indicator { display:none;}
.rightmenu_column .rightPanel ul li img {
	height: auto;
    max-width: 400px;
    width: 100%;}
/* bcategories */
.jetmenu li > .megamenu .bcategories ul { width:100%;}
.jetmenu li > .megamenu .bcategories ul li:last-child { border-bottom:1px solid #555;}

.jetmenu li > .megamenu .bcategories ul li:first-child a { color:#fff; font-family:'lato',Arial; }
.jetmenu li > .megamenu .bcategories li { 
border-bottom:1px solid #666; padding:0; text-transform:uppercase; -webkit-transition: background 0.2s linear; 
	-moz-transition: background 0.2s linear; 
	-o-transition: background 0.2s linear; 
	transition: background 0.2s linear;
	 }
.jetmenu li > .megamenu .bcategories ul li a { display:block; padding:11px 8px; white-space:pre-wrap;}
.jetmenu li > .megamenu .bcategories ul li:hover a { color:#fff;}


.jetmenu li > .megamenu .bcategories li:hover {
border-bottom:1px solid #90C322;
}
.jetmenu li > .megamenu .bcategories ul li > a:hover { 

background:#333; 
color:#90C322;
-webkit-transition: background 0.2s linear; 
	-moz-transition: background 0.2s linear; 
	-o-transition: background 0.2s linear; 
	transition: background 0.2s linear; }

.jetmenu li > .megamenu ul.cmsdropdown li:first-child { border:0; padding:0; margin:0;}
.jetmenu li > .megamenu ul.cmsdropdown li { float:left; clear:both;}

.liproduct { width:145px; max-width:145px; text-align:center; padding-left:15px;}
.old_price { color:#666; text-decoration:line-through;}

.bcontent .image { width:34%; height:auto; margin-right:2%;}
.bcontent .image img { width:100%; height:auto;}
.bcontent .content { width:64%; float:left; line-height:1.5;}
.bcontent .cleardiv { width:100%; display:inline-block; clear:both; margin:10px 0; }
.jetmenu li > .megamenu ul.bottomlinks { display:inline; list-style:none; margin-top:15px; padding-top:15px;}
.jetmenu li > .megamenu ul.bottomlinks li { float:left; width:auto !important; padding:5px!important; margin-left:5px;}
.jetmenu li > .megamenu ul.bottomlinks img { width:100%; height:auto; max-width:1160px;}
.jetmenu li > .megamenu .divider_column { width:100%; display:inline-block; border-bottom:1px dashed #ccc; clear:both; margin:10px 0;}

.jetmenu li > .megamenu ul.bottomlinks li:first-child { margin-left:0;}
.megamenu.footer { background:#666; float:left; width:100%; }
.megamenu.footer a:hover { color:#fff;}

.bcategories .col1 { min-height:170px !important;}
.megamenu .row.bcategories [class*="col"]:first-child { margin-left:2.12766% !important;}
.megamenu.full-width .row.bcategories [class*="col"]:first-child { margin-left:0 !important;}
.megamenu .row.bcategories { margin-left:-2.12766% !important;}
.megamenu.full-width .row.bcategories { margin-left:0 !important;}
.megamenu .row.bcategories .col1 {
    width: 17.8%;
}

/* Mean-menu */
.mean-container .mean-bar { position:relative; width:100%;}

/*.mega-menu > li > ul {
	position:relative;
	top:0;
	width:10em; 
	display:block !important;
	visibility:visible !important;
}
ul.mega-menu > li:first-child > a { background:#494949; border-bottom:2px solid #90C322}
ul.mega-menu li li li:hover ul,
ul.mega-menu li li li.megaHover ul {
	left:99%; 
	top:0;
	background:#3E3E3E;
	position:absolute;
	box-shadow: 0px 0px 35px 2px #121212;
}
ul.mega-menu li li:hover ul,
ul.mega-menu li li.megaHover ul {
	left:99%;
	top:0;
	background:#3E3E3E;
	z-index:9999;
	position:absolute;
	box-shadow: 0px 0px 35px 2px #121212;
}

ul.mega-menu li { position:relative;}*/
