/*fonts*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300);
body{
    font-family: font-family: 'Open Sans', sans-serif;
    font-weight:300;color: #c1c1c1;
}
a:focus {
    color: #e51e27;
}
.custom-product-page .white-text a {
    color: red;
    text-decoration: underline;
    font-weight: 400;
}
body.bp_xs {
    background-color: #000000;
}
#main-pane.bp_xs #main {
    margin:0;
    padding: 0px 20px 0px 20px;
}
.section-pad{
    padding-bottom: 50px;
}
.lead{
    display:none;
}
/* Home page updates */
header .btn {
    border-radius:0;
    font-weight:300;
	/* color: #c0050e; */
	background-color: #c0050e;
}
.carousel-indicators {
    display: none;
    
}
#about-info {
	display:block; 
	float:right;
	margin-top:-38px;
}

#about-info a {
	display:block; 
	font-size:12px;
	padding:2px 6px;
	border: solid 1px red;
	border-radius:6px;
	float:right;
	margin-right: 8px;
}

/*Product Details*/
.product-specification:before{
    content:"\25A0";
    color:red;
    font-size:24px;
    line-height:32px;
    vertical-align:middle;
    float:left;
    display: block;
    margin-right:10px;
}
.product-specification > div{
    padding-left:22px;
}
#main-pane #main #product-page .product-description {
    margin: -5px 0 20px;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.03em;
}
#main-pane #main #product-page .product-sections .product-specification h5 {
    margin:0;   
}

/* My attempt to override Autumn 1's contact map height on European offices of 360 */

.netherlands {
  max-height: 170px !important;
}

.germany {
  height: 170px !important;
}

.united-kingdom {
  max-height: 170px !important;
}

/* End my attempt to override Autumn 1's contact map height on European offices of 360 */


/* KURT'S TESTING PURE CSS ACCORDIAN FUNCTION */

/* Accordion styles */
#aq-custom-css #aq-accordion-function .tab {
  position: relative;
  margin-bottom: 1px;
  width: 100%;
  overflow: hidden;
}
#aq-custom-css #aq-accordion-function input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
#aq-custom-css #aq-accordion-function label {
  position: relative;
  display: block;
  padding: 1em;
  background: #16a085;
  /*font-weight: bold;*/
  color: #dd0000 !important;
  font-size: 18px !important;
  line-height: 1.5;
  cursor: pointer;
}
#aq-custom-css #aq-accordion-function .blue label {
  background: #2980b9;
}

#aq-custom-css #aq-accordion-function .black label {
  background: #323232;
}

#aq-custom-css #aq-accordion-function .tab-content {
  max-height: 0;
  overflow: hidden;
  background: #1abc9c;
  -webkit-transition: max-height .100s;
  -o-transition: max-height .100s;
  transition: max-height .100s;
  /* originally set to .35 */	
}
#aq-custom-css #aq-accordion-function .blue .tab-content {
  background: #3498db;
}

#aq-custom-css #aq-accordion-function .black .tab-content {
  background: #323232;
}

#aq-custom-css #aq-accordion-function .tab-content p {
  margin: 1em;
}
/* :checked */
#aq-custom-css #aq-accordion-function input:checked ~ .tab-content {
  max-height: 200em;
  /*max-height: 100%;*/	
}
/* Icon */
#aq-custom-css #aq-accordion-function label::after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 3em;
  height: 3em;
  line-height: 3;
  text-align: center;
  -webkit-transition: all .70s;
  -o-transition: all .70s;
  transition: all .70s;
  /* originally set to .35 */	
}
#aq-custom-css #aq-accordion-function input[type=checkbox] + label::after {
  content: "+";
}
#aq-custom-css #aq-accordion-function input[type=radio] + label::after {
  content: "\25BC";
}
#aq-custom-css #aq-accordion-function input[type=checkbox]:checked + label::after {
  transform: rotate(315deg);
}
#aq-custom-css #aq-accordion-function input[type=radio]:checked + label::after {
  transform: rotateX(180deg);
}

#aq-warranty .mce_inline_error {
	width:50% !important;
}

/* END KURT'S TESTING PURE CSS ACCORDIAN FUNCTION */


/* Kurts Code needed for YouTube video responsive viewing */

.responsive-youtube
{overflow:hidden; padding-bottom:56.25%; position:relative; height:0;}

.responsive-youtube iframe
{left:0; top:0; height:100%; width:100%; position:absolute;}

/* End Kurts Code needed for YouTube video responsive viewing */



/* Kurts Code needed for modals */

#sitetitle { 
	font-size: 2.5em; 
	font-weight: bold; 
	text-align: center; 
	color: #de7008; 
	margin: 0; 
	text-shadow: #bbbbbb 2px 2px 2px; 
}

.codelist { 
	list-style-type: none; 
	margin: 0; 
	padding: 0; 	
	font-family: "Courier New", monospace; 
	color: #774411; 	
	font-size: small; 
} /* needed for phpintroduction*/

/*DROPDOWN MENUS - HORIZONTAL*/

#menuh-container
	{ 
	padding: 0; border: none;
	position:  absolute;
	top: 0;
	left: 0;
	}

#menuh
	{ padding: 0; border: none;
	font-size: 14px;
	font-family: verdana, sans-serif; 
	width:100%;
	float:left;
	margin:1px 0; 
	}

#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid white;
	white-space:nowrap;
	margin:0;
	padding: 1px;
	}

#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	background-color: #de7009;
	text-decoration:none;
	}

#menuh a:hover	/* menu at mouse-over  */ 
	{ 
	text-decoration: underline;
	color: black;
	background-color: #f5f5dc;
	}

#menuh ul
	{
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
	width:104px;	/* width of all menu boxes */
	}

#menuh li
	{
	position:relative;
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul 
	{
	display:none;
	}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul 
	{
	display:block;
	}

/*end of dropdown menus - horizontal*/

/*DROPDOWN MENUS - VERTICAL FLYOUT*/

#menuv-container
	{ 
	padding: 0; 
	border: none;
	position:  absolute;
	top: 0px;
	left: 0;
	}

#menuv
	{ 
	padding: 0; 
	border: none;
	font-size: 14px;
	font-family: verdana, sans-serif;
	width:100%;
	margin:1px;	
	}

#menuv a
	{
	text-align: center;
	display:block;
	border: 1px solid white;
	white-space:nowrap;
	margin:0;
	padding: 1px;
	}

#menuv a, #menuv a:visited	/* menu at rest */
	{
	color: white;
	background-color: #888;
	text-decoration:none;
	}

#menuv a:hover	/* menu at mouse-over  */
	{
	color: black;
	background-color: #f5f5dc;
	}

#menuv ul
	{
	list-style-type:none;
	margin:0;
	padding:0;
	width:90px;	/* width of all menu boxes */
	}


#menuv li
	{
	position:relative;
	}

#menuv ul ul
	{
	left: 100%;
	top: 0;
	position:absolute;
	z-index:500;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuv ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuv li:hover
	{ 
	cursor:pointer;
	z-index:100;
	}

div#menuv li:hover ul ul,
div#menuv li li:hover ul ul,
div#menuv li li li:hover ul ul,
div#menuv li li li li:hover ul ul 
	{
	display:none;
	}

div#menuv li:hover ul,
div#menuv li li:hover ul,
div#menuv li li li:hover ul,
div#menuv li li li li:hover ul 
	{
	display:block;
	}

#menuv ul li img 
	{ 
	position:absolute; top: 25px; left: 320px; 
	}
#menuv ul li img 
	{ 
	display:none; 
	}
#menuv ul li:hover img 
	{ 
	display:block;
	}

/*end of dropdown menus - vertical*/

/*HOVER POPUP LINKS*/

/*hoverpopups type 1*/

#popup { /*color: #000; background-color: #c0c0c0;*/ }

#popup a, #popup a:visited {
	position: relative;
	display: block;
	/*width: 130px;*/
	/*line-height: 30px;
	text-align: right;
	padding: 0 10px;
	margin: 0;
	border: 1px solid #666;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;*/
}

#popup a span {
	display: none;
}

#popup a:hover { 
	background-color: #e9e9e2; 
}

/* the IE correction rule */
#popup a:hover	{
	color: #f00; 
	background-color: #e9e9e2;
	text-indent: 0; /* added the default value */
}

#popup a:hover span {
	display: block;
	position: absolute;
	top: 0px;
	left: 100px;
	width: 320px;
	margin-bottom: 20px;
	padding: 10px;
	color: #335500;
	font-weight: normal;
	background: #e5e5e5;
	text-align: left;
	border: 1px solid #666;
	z-index: 100; 
}


/*THUMBNAIL HOVERPOPUPS*/

.thumbnail  {
	position: relative;
	float: left;
	padding: 5px;
	/*z-index: 0;*/
}

.thumbnail:hover {
	background-color: #e9e9e2;
	/*z-index: 50;*/
	color: #335500;
	text-decoration: none;
}

.thumbnail span { /*CSS for enlarged image*/
	position: absolute;
	background-color: #e5e5e5;
	padding: 5px;
	/*left: -1000px;*/
	border: 1px solid #666;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail span img { /*CSS for enlarged image*/
	border-width: 0px; 
	/*padding: 2px;*/
}

.thumbnail:hover span { /*CSS for enlarged image on hover*/
	visibility: visible; 
	width: 200px;
	top: 5px; /* use IF IE6 style to correct IE6 positions of larger image relative to thumb */
	left: 300px;/*position where enlarged image should offset horizontally */
}

/*THUMBNAIL2 - thumbnail2 has border and border on hover*/

.thumbnail2 {
	position: relative;
	float: left;
	padding: 5px;
	/*z-index: 0;*/
}

.thumbnail2:hover { 
	background-color: #e9e9e2;
	/*z-index: 50;*/
	color: #335500;
	text-decoration: none;
}

.thumbnail2 span { /*CSS for enlarged image*/
	position: absolute;
	background-color: #e5e5e5;
	padding: 5px;
	/*left: -1000px;*/
	border: 1px solid #666;
	visibility: hidden;
	color: black;
	text-decoration: none;
}

.thumbnail2 span img { /*CSS for enlarged image*/
	border-width: 0px;
	/*padding: 2px;*/
}

.thumbnail2:hover span { /*CSS for enlarged image on hover*/
	visibility: visible; width: 208px;
	top: 5px; /* use IF IE6 style to correct IE6 positions of larger image relative to thumb */
	left: 300px;/*position where enlarged image should offset horizontally */
}

a.thumbnail2 img { 
	text-decoration:none;
	z-index: 50; 
}

/*if same attribute for all 4 states, then declare here in
a.thumbnail2*/ 

a.thumbnail2 img:link { 
	border: 2px solid #e9e9e2; 
	background: transparent; 
}

a.thumbnail2 img:visited { 
	border: 2px solid #e9e9e2; 
	background : transparent; 
}

a.thumbnail2 img:hover { 
	border: 2px solid #f00; 
	background : transparent; 
}

a.thumbnail2 img:active { 
	border: 2px solid #e9e9e2; 
	background : transparent; 
}

a.thumbnail2 img { 
	border: 2px solid #e9e9e2; 
}

/*end of hover popup links*/


/* end Kurts code needed for modals */





#features > div > div:nth-child(1) > div:nth-child(2) {
display:none !important;
}

.aq-registration-button {
    width: 200px !important;
    background-color: #DB191F !important;
    border-radius: 5px !important;
    padding: 10px !important;
    color: white !important;
    text-align: center !important;
    border: none !important;
    font-size: 16px !important;
    display: inline-block !important;
    text-decoration: none !important;
}



/*------------------------------- Simple lightbox ------------------------------- */
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.7;
	opacity:.70;
	filter: alpha(opacity=70);
}
.black_content {
	display: none;
	position: absolute;
	top: -5%;
	left: 30%;
	width: 500px;
	height: auto;
	padding: 16px;
	border: 16px solid black;
	color: white;
	background-color: black;
	z-index:1002;
	overflow: auto;
}
/* Niagara, Beetle. DragonFly Series pages */
.niagarah1{
     font-family: 'Josefin Sans', sans-serif;
     font-size: 55px;
     color:#E51C24;
     font-variant: small-caps;
     font-weight: bold;
}
.niagarah2{
     font-size: 36px !important;
     line-height: 40px;
     padding-bottom: 10px;
}
.niagarah3{
     font-size: 27px;
     font-family: 'Open Sans', sans-serif;
     font-weight:300;
}
.niagarah4{
    font-size:16px;
    color:#E51C24;
}
.niagara-quote{
     color:#E51C24;
     font-size:24px;
     width:65%;
     margin:0 auto;
     text-align:center;
     
}
.niagara-quote-by{
     width:80%;
     margin:0 auto;
     font-size:12px;
     text-align:center;
     line-height: 2;
     padding-bottom: 35px;
     color: #fff;
     font-style: italic;
    
}
.niagara-image{
     width:100%;
     height:auto;
     text-align:center;
     padding:0;
}
.niagara-image-back{
	width:80%;
	padding:20px 0 30px 0;
}
.niagara-row{
    width:100%;
    margin:0 auto;
    padding-bottom:100px;
}
.niagara-spec-col1{
    float:left;
    width:45%;
    padding-right:40px;
}
.niagara-spec-col2{
    float:left;
    width:45%;
}
.col-25{
		width:25%;
		height:auto;
  	float:left;
  	text-align:center;
}
.col-50{
  	width:50%;
		height:auto;
  	float:left;
 }
.full-width-list ul{
  	width:90% !important;
 }
.red-border{
  	border:1px solid #df1d23;
  	padding:10px;
    margin-top:20px;
  	color:#fff;
  	float:right;
 }
.red-border h3{
 		color:white; 
}
.red-button{
  		padding:10px;
  		margin:0 75px;
  		color:white;
  		background-color:#df1d23;
  		text-transform:uppercase;
  		line-height:50px;
  		display:block;
  		font-size: 20px;
      font-family: 'Open Sans', sans-serif;
      font-weight:300;
  		text-align:center;
 }

.red-button:hover{
   color:#000;
 }


/************************************************************/
/************************************************************/
@media only screen and (max-width: 550px){
	.red-button{
      font-size:12px;
       padding:5px;
      line-height:30px;
      margin:0 40px;
   }
  .niagara-spec-col1{
	    float:left;
	    width:100%;
	}
	.niagara-spec-col2{
	    float:left;
	    width:100%;
	}
  .sticky-menu{
    top:0px;
  } 
  .dealerlocator{
    border:0;
    padding:0;
    margin:0;
  }
  .soc_icon{
    width:100%;
    background-color:black;
    
  }
  #sidebar{
   z-index:2;
   background-color:black;
  }
  .sticky-menu{
     z-index:1;
    top:0;
  }
  
}
/**************** iphone6 portrait ************/
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : portrait) {
		.sticky-menu{
    		top:0 !important;
    }
		

}


.link-thumb{
	width:89px;
	height:89px;
	border: 1px solid #E51C24;
}
.niagara-info-link{
	float:left;
	margin-right:10px;
	width: 89px;
	text-align: center;
	line-height: 15px;
	font-size: 12px;
	text-transform: uppercase;
}
.niagara-lg-thumb{
	width:302px;
	padding: 20px 0 40px 0;
}
.pad50{
	padding-bottom:50px;
}
.niagara-inside{
	width:30%;
	height:auto;
	min-width:175px;
}
.niagara-pull{
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 42px;
    color: #E51C24;
}
.huge_it_slideshow_dots_container_3 {
	display: none !important;
}
.huge_it_slideshow_image_wrap_3 {
	background:#000 !important;
	border:none !important;
}
.huge_it_slideshow_dots_deactive_2 {
	display:none !important;
}
.huge_it_slideshow_dots_active_2 {
	display:none !important;
}
.huge_it_slideshow_image_wrap_2 {
	background:#000000 !important;
}
/*full-page ads*/
.dir-article-heading{
     border-bottom:1px solid #E51C24;
     margin-bottom:10px;
}
.dir-article-heading img{
    width: 100%;
    margin-bottom: -7px;
}
.dir-article-body{

}
.dir-article-excerpt{
    font-size: 34px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    border-left: 5px #E51C24 solid;
    padding-left:10px;
    margin:10px 0 15px 0;
    color:#D0D0D0;
}
.dir-article-excerpt-red{
    font-size: 34px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    color:#E51C24 !important;
}
.dir-article-excerpt-half{
    font-size: 34px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 300;
    border-left: 5px #E51C24 solid;
    padding-left:10px;
    width:47%;
    padding-left:15px;
    float:left;
    margin-top:30px;
    color:#D0D0D0;
}
.dir-image-slider{
     width:50%;
     min-height:1px;
     float:left;
     margin-top:30px;
}
.huge_it_slideshow_dots_container_4 {
     display: none !important;
}
.huge_it_slideshow_image_wrap_4 {
     background:#000 !important;
     border:none !important;
}
.dealerlocator{
    border:1px red solid;
    padding:5px 0 5px 10px;
    margin:15px 0 !important;
}
.menubreak{
   border-top:15px solid transparent;
   
}

/*-------- BEETLE PAGE ---------*/
.custom-product-page{
   width:100%;
   margin:0;
   padding:0;
}
.sub-menu{
   text-align:right;
}
.custom-product-page img{
   max-width:100%;
   height:auto;
}
.custom-product-page h2{
   font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   font-size:42px;
   color:#E51C24;
}
.custom-product-page dt, h3, h4, h5{
   font-family: 'Open Sans', sans-serif;
   font-weight: 300 !important;
   padding-top:10px;
   padding-bottom:5px;
}
.custom-product-page span{
    color:red;
}
.custom-product-page h3{
   font-size:28px;
   color:#E51C24;
}
.custom-product-page a{
    text-decoration: none;
    font-weight:100;
}
.custom-product-page a:hover{
    color: red;
}
.no-margin{
  	margin:0;
 }

.custom-product-page h4{
    color:#fff !important;
    text-transform:capitalize;
}
.custom-product-page h4:hover{
   color:red;
}
.custom-product-page ul{
   padding-left: 10px;
   font-size: 18px;
   font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   width: fit-content;
    list-style: none;
}
.bullet:before{
    content:"\25B6";
    color:red;
    padding-right:5px;
    font-size:12px;
}
.bullet{
   border-bottom: 1px gray solid;
   padding-bottom: 5px;
}
.bullet:last-child{
   border:none;
   padding-bottom:20px;
}
.red-heading{
   max-width:100%;
   font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   font-size:32px;
   border: 2px solid #E51C24;
   color: #fff;
   text-align:center;
   margin-bottom:50px;
}

/*ZEBRA ACCORDION*/
.Zebra_Accordion dd { display: none }
.Zebra_Accordion dt { cursor: pointer }
.dd{
  	border-bottom:#E51C24 solid 4px;
  	padding-bottom:40px;
 }
dt:before{
  content:"+ ";
 }
.Zebra_Accordion_Expanded:before{
  content:"- ";
 }
.Zebra_Accordion h3{
  	padding-top:50px;
  }
.beetle-content dt{
  	border-bottom:1px solid #313131;
  }
.beetle-content dt{
  	font-size:21px;
   color:#E51C24;
 }
.white-text{
  color:#fff !important;
 }

.sticky-menu{
    display: block;
    position: fixed;
    background-color: rgba(0,0,0,0.8);
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    top:100px;
}
.the-top{
    display: block;
    position: fixed;
    width: 50px;
    right: 20px;;
    bottom: 50px;
    text-align: center;
    padding: 10px 0 25px 0;
  
}
.red-info-icon{
 		width:20px;
  	height:auto;
    padding-right:3px;
    vertical-align:middle;
}



/*NEWS & REVIEWS*/
.review-left{
   float:left;
   margin-right:30px;
   margin-bottom:20px;
}
.review-right{
   float:left;
   margin-bottom:20px;
}
#news{
   padding-top:120px;
}
.news_post h3{
   color:#E51C24;
}
#news h1{
   color: #E51C24;
   font-family: 'Open Sans', sans-serif;
   font-weight: 300;
   font-size:40px;
   border-bottom: 1px solid gray;
   margin-bottom: 15px;
}
.news_post img{
   float: left;
   margin: 0 20px 20px 0;
   border: 2px solid red;
}
h1.pagetitle .title {
 	font-family: Arial, Helvetica, sans-serif;
}

.yikes-easy-mc-form .yikes-easy-mc-submit-button.admin-logged-in {
    background-color: red;
    font-size: 16px;
    color: white;
    border: 0;
 }
.online_dealers h4{
  	font-size:16px;
 }
.online_dealers a{
  	overflow-wrap: break-word;
  	font-weight:200px;
  	font-size:12px;
 }
.online_dealers img{
  	width:20px;
  	height:auto;
 }
.online_dealers span{
  	font-size:14px;
 }
.yikes-easy-mc-success-message {
    color: #e51c24;
    background: transparent;
    padding: 12px;
    position: relative;
    font-size: 22px;
}
.exclusive{
  float:left;
  width:32%;
  height:auto;
  padding-right:10px;
}
div.exclusive:last-child{
    padding-right:0px;
}
.exclusive img{
  border: 1px solid gray;
  width: 100%;
  height: auto;
  }
.exclusive h3{
  font-size:14px;
 }
.exclusive-row{
    width: 1000px;
    max-width: 100%;
    display: block;
    margin: 0px auto;
    clear: both;
    float: none;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-top: 5px;
    border-top: 1px solid darkgray;
 }
#downloads a {
    font-weight: 300;
    font-size: 12px;
    color: red;
}
#downloads{
  color:gray;
 }
.nav-default{
    position: fixed;
    z-index: 100;
    background: rgba(0,0,0,0.8);
}
.nav > li {
    position: relative;
    display: block;
    float: left;
}
#navbar-main {
  /* Added `.affix-top` class css when the element is top */
  &.affixed-top {
    background: black;
  }
  /* Added `.affix` class css when the element is >= 170px (Look: line 8 html) */
  &.affix {
    background: gray;
    top: 0;
    left: 0;
    right: 0;
  }
  /* Added `.affix-bottom` class css when the element is footer */
  &.affix-bottom {
    background: red; 
  }
}
#main-pane #main h1 {
    color:#e51e27;
}
#main-pane #main {
    margin: 0px 0 0px 10px;
    padding:0;
}


/*FAQs*/
.faq-question {
    font-size: 16px;
    line-height: 30px;
}
.faq-question:before{
    content:"\25BA";
    color:red;
    padding-right:5px;
    font-size:12px;
}

.faqs h3{
    font-size: 28px !important;
    color: red !important;
    font-weight: 400 !important;
    margin-top:30px !important;
}



/* mini nav on page */
.navbar-inner{
    left: inherit;
    right: inherit;
    padding: 0;
    margin: 0;
    background-color: rgba(0,0,0,0.9);
    border-bottom:0px solid #252525;

}
.navbar-inner .container {
    margin: 0;
    padding: 0;
}
.navbar-inner li{
    border-bottom:none;
}
.navbar-inner li a{
    font-size: 16px;
    border-bottom:3px solid transparent;
    font-weight:600;
    letter-spacing:0;
    color:white;
}
.navbar-inner .nav li > a:hover {
    font-size: 16px;
    background-color:transparent !important;
    color:red;
    text-decoration:none;
    /*border-bottom:3px solid red;*/
    font-weight:600;
    letter-spacing:0;
}
.modal-content{
    background-color: rgba(51, 51, 51, 0.92);
}
.modal .btn-primary {
    color: #ffffff;
    background-color: #e40013;
    border-color: transparent;
}
.modal-dialog {
    width:90vw;   
}
.modal-body{
    height:75vh;
}
.modal object{
    height:70vh;
}
.modal .new-window{
    color: #d40000;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
    text-align: right;
}
.modal-header, .modal-footer{
    border-color: #404040;
}




.close{
    color: #5a5a5a;
    line-height: inherit;
    opacity: 1;
    text-shadow:inherit;
}
#mc_embed_signup form {
    padding:0;   
}
#mc_embed_signup .mc-field-group select, .custom-product-page select {
    border: 1px solid #111;
   background: transparent;
   width: 150px;
   padding: 5px 35px 5px 5px;
   border: 1px solid #ccc;
   height: 34px;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
    background: url(../img/option-arrow.png) 96% / 5% no-repeat #eee;
    color:#a0a0a0;
    font-size: 14px;
}
#mc_embed_signup .datefield .monthfield input, #mc_embed_signup .datefield .dayfield input{
    padding:4px 0;
    width:60px;
    color:#a0a0a0;
    font-size: 14px;
}
#mc_embed_signup .datefield input {
    padding:4px 0;
    width:80px;
    color:#a0a0a0;
    font-size: 14px;
}
#mc-embedded-subscribe{
    width:100% !important;
}
#productSelect{
    width: 100%;
    padding: 5px 35px 5px 10px;
    border: 1px solid #ccc;
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/option-arrow.png) 96% / 5% no-repeat #eee;
    color: #a0a0a0;
    font-size: 18px;
}
#df-languages {
    margin-top: 20px;
    background-color: gray;
    border:0;
    color: #d2d2d2;
}
#df-languages a {
    color:red;
    
}
#df-languages a:hover {
    color:white;
    text-decoration: underline;
}
#df-languages img{
    width:7%;
}



/************************************************************/
/************************************************************
@media only screen and (min-width: 768px){
    .navbar-inner{
        width: 530px;
    }
    .navbar-inner .container{
        width: 530px;
    }
    #main-pane #main h2 {
        margin: 10px 0 25px 30px;
        padding: 0 0 11px 0px;
    }
    .form-container{
        padding: 20px;
        background-color: #292929;
        border-radius: 10px;
    }
    #mc-embedded-subscribe{
        width:inherit !important;
    }  
}


/************************************************************/
/************************************************************
@media only screen and (min-width: 992px){
    .navbar-inner{
        width: 695px;
    }
    .navbar-inner .container{
        width: 695px;
    }
    #productSelect{
        width: 250px;
    }
     
}


/************************************************************/
/************************************************************
@media only screen and (min-width: 1200px){
    .navbar-inner{
        width: 845px;
    }
    .navbar-inner .container{
        width:845px;
    }
}


/************************************************************/
/************************************************************
@media only screen and (max-width: 768px){
    #categories .category img {
        width:100%;   
    }
    .item-card-2 {
        width: 25%;
    }
    #searchbox .search-container {
        margin:0;
        width:100%;
        float:none;
    }
    #searchbox {
        margin: auto;
        width: 100%;
        padding: 20px !important;
        background-color: transparent !important;
        border-bottom: 1px solid #262626;
        border-top: 1px solid #262626;
    }
    #main-pane #main #product-page .product-image > img {
        min-width: 100%;
        max-width: 100%;
    }

    
}