.Shade {
    min-width: inherit;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #ccc;
    opacity: 0.5;
    font-size: 38px;
    text-align: center;
    padding: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: thin;
}
.Shade:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    content: '';
    opacity: 1;
    background:url('../../media/spinnner.gif') no-repeat center center;
}
div[class^="col-"] {
  box-sizing: border-box;
}
* {
  margin:0;
  padding:0;
}
a{text-decoration:none;color:#244e85;}
a:hover{color:#2782bc;}
.military a:hover{color:#8b9820;}
body {
  font:12.5px/1.5 "Helvetica Neue",Helvetica, Arial, sans-serif;
  color:#333;
  background:url("../../media/main_bg.jpg") repeat scroll 0px 0px #FFFFFF;
  /* min-width:500px; */
}
body.live_chat_manager {
  min-width: inherit;
}
body.live_chat_manager #incoming-chats {
  width: inherit;
  margin: 10px;
}
body.live_chat {
  background: white;
  min-width: inherit;
}
body.live_chat #nav-logo {
  display: none;
}
body.live_chat #footer {
  display: none;
}
body.live_chat .chatwin {
  margin: 20px 0;
  width: 100%;
  height: 750px;
  margin-bottom: 0px;
  margin-top: 5px;
}
body.live_chat .mainwin {
  padding-bottom: 5px;
}
.military{
  background:url('../../media/camo2.jpg') repeat scroll;
}

.military .product-list-headers {
  background: #8d994a !important;
}
.military a{
  color:#32482b;
}
.commercial{
  background:url('../../media/commercial_bg.jpg') repeat scroll 30px 0 #244e86;
}
.commercial .right-home-col {
  position: relative;
  top: 42px;
}
.commercial #autocomp-find-frm.frm1.bctr {
  display: none;
}


.military #logo{
  /* background-position:1px -141px; */
  background-position:0px -113px;
}

.warning {
  background-color: #f3b4b4;
  font-size: 15px;
  text-align: center;
  color: black;
  padding: 7px;
  /* text-decoration: underline; */
  position: relative;
  z-index: 9999;
}
.notice {
  background-color: #DAEDF7;
  text-align: center;
  color: #31708f;
  padding: 7px;
  text-decoration: underline;
}
.notice__red {
  background-color: #f72b2b;
  color: white;
  font-size: 15px;
}
.notice__red a:link,
.notice__red a:hover,
.notice__red a:visited {
  color: white;
}
.greener {
  color: #1eff00;
}
.text-warning {
  color: RGB(250, 252, 0);
}
.text-danger {
  color: RGB(234, 60, 0);
}
.text-normal {
  font-size: 14px;
}
.expandLink {
  RGB(9, 115, 225);
}
.expandLink--whiteStroke {
  text-shadow:
  -1px -1px 0 rgb(255,255,255),
  1px -1px 0 rgb(255,255,255),
  -1px 1px 0 rgb(255,255,255),
  1px 1px 0 rgb(255,255,255);
}
#mainwrap{
  margin:0 auto;
  /*	min-width:1006px;*/
  max-width:1300px;
  position:relative;
  padding:0 10px;
  background:url("../../media/bluegraphtext2.png") repeat scroll 0px 0px #FFFFFF;
  -moz-box-shadow:0 0 215px rgba(0,0,0,0.5);
  -webkit-box-shadow:0 0 5px rgba(0,0,0,0.5);
  /*    box-shadow:inset 0 0px 10px -2px black, 0 0 215px rgba(0, 0, 0, 0.5);*/
  box-shadow: 0 0 215px rgba(0, 0, 0, 0.5);
}
.military #mainwrap{
  background-color:transparent;
}

.user #nav-logo .country-choice-link {
  display: none;
}

.modelview #nav-logo{
  /* background: white; */
  position:fixed;
  z-index: 10;
}
.scroll-phone {
  display: none;
}
.fotoramaSmall img {
  position: absolute;
  left: -9999px;
  width: 250px;
}
.fotoramaSmall .fotorama-help-text {
  display: none;
}
.fotoramaSmall .fotorama__caption__wrap {
  color: white;
  /* background-color: #F1EB9F !important; */
  background-color: rgba(0, 0, 0, 0.4) !important;
  font-size: 10px;
}
.fotoramaSmall .fotorama__stage {
  border-radius: 10px;
  background: #F3F3F3;
}
.fotoramaModal {
  position: relative;
}
.fotoramaModal .fotorama__stage {
    background: #F3F3F3;
}
.fotoramaModal.fotorama button.mfp-close:not(:first-child) {
  display:block;
  opacity: 1;
  font-size: 30px;
  left: 15px;
  top: 20px;
  text-shadow: 1px 1px 5px black;
}
.fotoramaSmall .fotorama__wrap {
  border-left: 2px solid rgba(35, 33, 33, 0.3);
  border-right: 8px solid rgba(35, 33, 33, 0.3);
  border-bottom: 4px solid rgba(35, 33, 33, 0.4);
  border-radius: 10px;
}
.fotoramaSmall .fotorama__stage__shaft {
  border-radius: 25px;
}
.fotoramaSmall .fotorama__stage {
  padding-right: 4px;
  /* padding-bottom: 20px; */
  border-top: 2px solid rgba(35, 33, 33, 0.3);
  border-bottom: 2px solid #F1EB9E;
}
.fotoramaSmall .fotorama__stage__frame {
  border-radius: 10px;
  border: 2px solid #F1EB9F;
}
.fotorama .fotorama__arr{ background-image:url(../images/fotorama@2x-custom.png);background-repeat:  no-repeat; opacity: 1; background-size:96px 160px}
.fotorama .fotorama__arr--prev { left: 0px; opacity: 1;}
.fotorama .fotorama__arr--next { right: 0px; opacity: 1;}
.fotorama .fotorama__wrap--no-controls .fotorama__arr { opacity: 1; }
.fotorama .fotorama__arr--next,
.fotorama .fotorama__arr--prev { transform: translate3d(0px,0,0) !important; }
.fotorama .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev,
.fotorama .fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
    transform: translate3d(0,0,0);
}

.fotoramaSmall .fotorama__arr{background:url(../images/fotorama@2x-custom-small.png) no-repeat;background-size:96px 160px}
.fotoramaSmall .fotorama__arr--next {     background-position: -32px 0; }

.fotoramaSmall .fotorama__arr.fotorama__arr--disabled,
.fotorama .fotorama__arr.fotorama__arr--disabled,
.fotoramaBig .fotorama__arr.fotorama__arr--disabled {
  opacity: 0;
}

.fotoramaZoom.icon {
  padding: 5px 15px 5px 3px;
    cursor: pointer;
    position: absolute;
    left: 65px;
    top: 15px;
    z-index: 2;
    color: white;
    font-size: 20px;
    text-shadow: 1px 1px 1px black;
}
.sorry-text {
  font-size: 17px;
  font-style: italic;
  margin-bottom: 10px;
}
.no-photos {
  background: white;
  font-weight: bold;
  box-shadow: 0 0 10px black;
  border-radius: 10px;
  padding: 10px;
  color: blue;
  margin-top: 15px;
}

.js-info-photo-toggle {
  cursor: pointer;
}

/* .whitespace-nowrap { */
/*   white-space: nowrap; */
/* } */
.frm1 h4.lead-dot {
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
  font-style: italic;
  border-bottom: none;
  margin-bottom: 0px;
  margin-top: 0px;
}

@media all and (max-width:991px){
    .searchBoxHelp {
        left: 0px !important;
        z-index: 99;
    }
  .long_name {
    font-size: 25px;
  }
  .medium_name {
    font-size: 27px;
  }
  .short_name {
    font-size: 32px;
  }
  .featured-title h3 p {
    font-size: 21px !important;
  }

}
@media all and (min-width:1025px){
	#nav-logo.scroll-header {
        background: white;
        width: 100%;
        top: 0;
        max-width: 1300px;
    }
	#nav-logo.scroll-header #logo {
		background-image: url('https://aircraftcovers.com/media/bwings.png') !important;
		height: 50px;
    background-position: inherit;
	}
	#nav-logo.scroll-header #saying {
		display: none;
	}
	#nav-logo.scroll-header #top-nav {
		margin: 10px;
		border: none;
		background-color: white;
	}
	#nav-logo.scroll-header #top-nav li {
		width: 10%;
	}
	#nav-logo.scroll-header #phone-info {
		display: none;
	}
	#nav-logo.scroll-header .scroll-phone {
    position: relative;
    top: 5px;
		display: block;
		text-align: right;
		padding-right: 100px;
	}
}
.results-wrapper {
	position: relative;
	top: -50px;
	margin-top: 225px;
}
.military .results-wrapper {
  top: -37px;
}

.printbtn { line-height: 1; }

#nav-logo .country-choice-link {
	float: left;
	padding-left: 65px;
	background: url(/media/world-ball2.png) no-repeat left center;
	background-size: 64px;
	padding-top: 25px;
	padding-bottom: 15px;
	margin-left: 15px;
	margin-top: 5px;
}

#footer{
	padding:60px 2%;
	z-index: 3;
	margin:20px auto 0;
	width:96%;
	max-width:155ex;
	text-align:center;
	clear:both;
}
#footer ul{
    list-style-type:none;
    vertical-align:top;
    text-align:center;
    border-top:1px solid rgba(0,0,0,0.3);
    border-bottom:1px solid rgba(0,0,0,0.3);
    display:inline-block;
    padding:8px 0;
}
#footer ul li{
    float:left;
    margin:0 5px;
}
#footer ul li a{
    font-size: 100%;
}
#footer .follow-buttons, #footer .material-list
{
  border:none;
}
#footer .follow-buttons
{
   float:right;
}
#footer .material-list
{
   float:left;
}
/* #footer .follow-buttons li { */
/*   margin: 2px; */
/* } */
#footer .follow-buttons li a
{
  display:block;
  float:left;
  overflow: hidden;
  /* text-indent:-1000px; */
  /* background-image:url('../../media/mainsprite8.png'); */
  -moz-box-shadow:0 1px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.3);
  box-shadow:0 1px 3px rgba(0,0,0,0.3);
  -moz-border-radius:14px;
    -webkit-border-radius:14px;
    border-radius:14px;
}

#footer .material-list li a
{
  display:block;
  float:left;
  overflow: hidden;
  text-indent:-1000px;
  background-image:url('../../media/mainsprite8.png');
  -moz-box-shadow:0 1px 3px rgba(0,0,0,0.3);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.3);
  box-shadow:0 1px 3px rgba(0,0,0,0.3);
  -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
}
#footer .follow-buttons li a
{
   width:60px;
   height:60px;
}
@media (max-width: 705px) {
  #footer .follow-buttons li a img
  {
    width: 50px;
    height: 50px;
  }
  #footer .follow-buttons li a
  {
    width:50px;
    height:50px;
    display:block;
    float:left;
    overflow: hidden;
    /* text-indent:-1000px; */
    /* background-image:url('../../media/mainsprite8.png'); */
    -moz-box-shadow:0 1px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.3);
    box-shadow:0 1px 3px rgba(0,0,0,0.3);
    -moz-border-radius:14px;
    -webkit-border-radius:14px;
    border-radius:14px;
  }
}
#footer .follow-buttons li a:hover, #footer .material-list li a:hover
{
  -moz-box-shadow:0 2px 5px rgba(0,0,0,0.5);
  -webkit-box-shadow:0 2px 5px rgba(0,0,0,0.5);
  box-shadow:0 2px 5px rgba(0,0,0,0.5);
}
#footer .follow-buttons li .twitter
{
  background-position:-66px -194px;
}
#footer .follow-buttons li .facebook
{
  background-position:-2px -194px;
}
#footer .follow-buttons li .yelp
{
  background-position:-128px -192px;
}
#footer .material-list li a.tenara
{
   background-position:-134px -196px;
   width:102px;
   height:59px;
}
#footer .material-list li a.sunbrella
{
   background-position:-241px -196px;
   width:124px;
   height:54px;
}

#footer .material-list li a.country-choice-link {
	/*background-image: none;
	text-indent: 0;*/
	background-position:0px -255px;
	width:190px;
	height:58px;
	-moz-box-shadow:inset 0 10px 25px -5px rgba(255,255,255,0.7),0 1px 3px rgba(0,0,0,0.3);
	  -webkit-box-shadow:inset 0 10px 25px -5px rgba(255,255,255,0.7),0 1px 3px rgba(0,0,0,0.3);
	  box-shadow:inset 0 10px 25px -5px rgba(255,255,255,0.7),0 1px 3px rgba(0,0,0,0.3);
}
#footer .material-list li a.country-choice-link:hover{
	-moz-box-shadow:inset 0 3px 25px -5px rgba(255,255,255,0.7),0 1px 3px rgba(0,0,0,0.3);
	  -webkit-box-shadow:inset 0 3px 25px -5px rgba(255,255,255,0.7),0 1px 3px rgba(0,0,0,0.3);
	  box-shadow:inset 0 3px 25px -5px rgba(255,255,255,0.7),0 1px 3px rgba(0,0,0,0.3);
}

#admin-link{
    color:#333333;
    cursor:text;
}
#admin-link:hover{
    color:#333333 !important;
}
.military #copyright{
    color:#32482B;
}
.phone-number{
    letter-spacing:0.2ex;
}
.aircraft-color-textarea{
    height:2.5ex;
}
/*--------buttons--------*/
.rad_btn{
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	background:url("../../media/btn_hl.png") repeat-x scroll 0 49% #94a3b4;
	color:black;
	text-decoration:none;
	display:block;
	width:auto;
	text-align:center;
	font-size:1.3em;
	padding:10px 0;
	cursor:pointer;
	border:none;
}
.rad_btn:hover{
	background-position:0px 40%;
}
.msg .xbox{
    position: absolute;
    left: -12px;
    top: -12px;
}
.xbox{
	background:url("../../media/mainsprite8.png") repeat scroll -4px -74px transparent;
	display:block;
	height:22px;
	width:22px;
}
.xbox:hover{
	background-position:-4px -101px;
}
.xbox:active{background-position:-4px -48px;}
.acctMsg .xbox{
	position:absolute;
	top:-5px;
	left:-5px;
}
/*--------end buttons--------*/

/*--------messages--------*/
.acctMsg{
	background:#2782bc;
	color:#FFF;
	text-shadow:0 1px 0 #000, 0 0 3px #000;
	display:none;
	left:57%;
	padding:20px 30px;
	position:absolute;
	top:85px;
	z-index:203;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-box-shadow: 0 0 8px #000;
	-webkit-box-shadow: 0 0 8px #000;
	box-shadow: 0 0 8px #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	max-width:357px;
	text-align:left;
	font-size:110%;
}
.military .acctMsg{
    background:#8b9820;
}
.acctMsg a {
	color:#DDDDEF;
	font-weight:bold;
}
.acctMsg a:hover{color:red;}
.acctMsg .xbox{
	position:absolute;
	top:-5px;
	left:-5px;
}
#grayout {
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background: transparent url("../../media/dimpx50.png") repeat scroll 0 0;
	background:rgba(0,0,0,0.5);
	z-index:201;
	display:none;
}
.msg_wrap{
	width:100%;
	position:absolute;
	z-index: 202;
	top:0;
	left:0;
	display:none;
}
.msg {
	background:none repeat scroll 0 0 #555;
	font-size:16px;
	line-height:30px;
	margin:0 auto;
	padding:20px;
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-box-shadow: 0 0 8px #000;
	-webkit-box-shadow: 0 0 8px #000;
	box-shadow: 0 0 8px #000;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	position:relative;
	min-width:500px;
	z-index: 202;
	color:#FFF;
}
.msg-pf{
	position:fixed;
	margin:150px 0 0 34%;
}
.acctdiv{
	background:none repeat scroll 0 0 #555;
	font-size:16px;
	line-height:30px;
	margin:0 auto;
	padding:20px;
	position:relative;
	min-width:500px;
}
.msg-h3 {
    color: #FFE10E;
    display: block;
    font-size: 150%;
    font-weight: bolder;
}
.msg-h3 span{
    color: #BBBBBB;
    font-size: 0.7em;
    font-weight: normal;
}
.msg-h3 .rad_btn{
	float: left;
    font-size: 70%;
    margin-left: 20px;
    padding: 3px 10px;
}
/*--------end messages--------*/

/*--------frm1--------*/
input[disabled],input[disabled="disabled"]
{
  color:gray;
}
.frm1 fieldset{
	border:none;
	margin:0 0 15px 0;
}
.frm1 fieldset.fl{
		width: 47%;
	    padding-right: 3%;
}
.frm1 .frm-img{
	border:5px solid white;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.frm1 fieldset label{
	margin:0 0 3px 0;
	font-weight:bold;
}
.frm1 label{
	display: block;
}
.err{
	color: #FF3333;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;

}
.frm1 fieldset label span.err,.frm1 label span.err{
    float: right;
    max-width: 50%;
	position:relative;
	color: #FF3333;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
	text-align:right;
}
.frm1 fieldset label span.err{top:-3px;right:10px;}
.frm1 label span.err{top:5px;}
.frm1 .tbl1 fieldset label span.err{
	max-width:100% !important;
	top:-2px !important;
}
.frm1 fieldset .checkbox{
	float:left;
}
.frm1 fieldset select{
	padding:5px;
	width:90%;
}
.frm1 fieldset input.checkbox{
	display: block;
    margin: 4px 6px;
    width: auto;
}
.frm1 h3,.frm1 h2,.lineh3{
	font-size:140%;
	padding-bottom:3px;
	border-bottom:1px solid #ccc;
	clear:both;
}
#IEroot #final-cart-section h3{
   clear:none;
}
.discounted .js-price {
	/* text-decoration: line-through; */
}

.discounted .js-total {
	/* color: red; */
}
.frm1 h4{
	margin:10px 0;
	font-size:120%;
	padding-bottom:3px;
	border-bottom:1px solid #ccc;
}
.frm1 h3 .rad_btn,.lineh3 .rad_btn,.frm1 h2 .rad_btn{
	font-size:90%;font-weight:normal;padding:5px 10px;float:left;
}
.frm1 h2,.lineh3{
   letter-spacing:0.05em;
}
.frm1 h2,.lineh2{
    font-size:200%;
	margin:35px 0 10px;
}



.frm1 h2 .rad_btn,.lineh3 .rad_btn{
	font-size:90%;
}
.frm1 fieldset span{
	color: #818181;
    display: block;
    font-size: 11px;
    font-weight: normal;
}
.frm1 fieldset input,.frm1 fieldset textarea{
    -moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
    background: url("../../media/input_bg.png") repeat-x scroll left top #E0E0E0;
    border-color: #F0F0F0;
    border-style: none solid solid none;
    border-width: medium 1px 1px medium;
    font-size: 1.4em;
    padding: 5px;
    width: 98%;
    border:1px solid rgba(0,0,0,0.3);
    font-family:inherit;
}
.frm1 fieldset textarea#comments {
	min-height: 200px;
}
.frm1 .tbl1 fieldset input,.frm1 .tbl1 fieldset textarea{font-size:1em;}
/*--------end frm1--------*/
/*--------frm2--------*/
.frm2 fieldset{
	border:none;
	line-height:10px;
}
.frm2 label{
	margin-right:5px;
}
.frm2 input{
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
    background: url("../../media/input_bg.jpg") repeat-x scroll left top #E0E0E0;
    border-color: #F0F0F0;
    border-style: none solid solid none;
    border-width: medium 1px 1px medium;
    font-size: 1.0em;
    padding: 3px;
}
/*--------end frm2--------*/
/*--------widths--------*/
.w100{width:100% !important;}
.w95{width:95% !important;}
.w90{width:90% !important;}
.w85{width:85% !important;}
.w80{width:80% !important;}
.w75{width:75% !important;}
.w70{width:70% !important;}
.w60{width:60% !important;}
.w65{width:65% !important;}
.w37{width:37% !important;}
.w49{width:49% !important;}
.w55{width:55% !important;}
.w50{width:50% !important;}
.w45{width:45% !important;}
.w44{width:44% !important;}
.w40{width:40% !important;}
.w35{width:35% !important;}
.w33{width:33% !important;}
.w32{width:32% !important;}
.w30{width:30% !important;}
.w29{width:29% !important;}
.w25{width:25% !important;}
.w20{width:20% !important;}
.w10{width:10% !important;}
.w15{width:15% !important;}
.w7{width:7% !important;}
.w5{width:5% !important;}
.max1000{
    max-width:1000px;
    margin:10px auto ;
}
/*--------end widths--------*/
/*--------margins--------*/
.ml1{margin-left:1%;}
.mbtn{margin-bottom:10px;}
.mttn{margin-top:10px;}
.mt20{margin-top:20px;}
.mltn{margin-left:10px;}
.mrtn{margin-right:10px;}
.bctr{margin-left:auto;margin-right:auto;}
/*--------end margins--------*/
/*--------padding--------*/
.pd10{padding:10px;}
.ptb10{padding:10px 0;}
.pb10{padding-bottom:10px !important;}
/*--------end padding--------*/
/*--------display/position--------*/

/* problem in here: */







.tertiary{background:#f5f5f5 url("../../media/shadow1.png") repeat-x 0 top scroll;}

.bp{background:url("../../media/gtext.jpg") repeat scroll;}
/*.yp{background:url("../../media/bluetext.jpg") repeat scroll;}*/
.yp a:hover{color:#000;}
.dbp{background:url("../../media/bluegraphtext.jpg") repeat scroll 0px 0px #2d416d;}
.bs-5{
	-moz-box-shadow:0 2px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 2px 5px rgba(0,0,0,0.3);
	box-shadow:0 2px 5px rgba(0,0,0,0.3);
}
.bs-30{
	-moz-box-shadow:0 2px 30px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 2px 30px rgba(0,0,0,0.5);
	box-shadow:0 2px 30px rgba(0,0,0,0.5);
}
/*---square button---*/
.sb{
	display:block;
	border-bottom:1px solid rgba(0, 0, 0, 0.4);
	border-top:1px solid rgba(255,255,255,0.7);
	-moz-box-shadow:0 2px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 2px 2px rgba(0,0,0,0.3);
	box-shadow:0 2px 2px rgba(0,0,0,0.3);
	padding:5px 15px;
}
.sb:hover{
	text-shadow:1px 1px 10px #FFF;
	-moz-box-shadow:0 1px 10px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 1px 10px rgba(0,0,0,0.5);
	box-shadow:0 2px 10px rgba(0,0,0,0.5);
	color:#172e59;
}
a.sb:active{
	text-shadow:1px 1px 6px #97AFBC;
	-moz-box-shadow:0 1px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow:0 1px 0 rgba(0,0,0,0.3);
	box-shadow:0 1px 0 rgba(0,0,0,0.3);
}
/*---round button---*/
#IEroot .rb{
	border:1px solid #444;
}
.rb{
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border-bottom:1px solid rgba(0, 0, 0, 0.4);
	border-top:1px solid rgba(255,255,255,0.7);
	display:block;
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.2) inset;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2) inset;
	box-shadow:0 1px 2px rgba(0,0,0,0.2) inset;
}
a.rb:hover{
	text-shadow:1px 1px 10px #FFF;
	-moz-box-shadow:0 1px 5px rgba(0,0,0,0.4);
	-webkit-box-shadow:0 1px 5px rgba(0,0,0,0.4);
	box-shadow:0 2px 5px rgba(0,0,0,0.4);
	color:#172e59;
}
body.military .rb:hover{
	color:#263722;
}
a.rb:active{
	text-shadow:1px 1px 6px #97AFBC;
	-moz-box-shadow:0 0 6px rgba(0,0,0,0.8) inset;
	-webkit-box-shadow:0 0 6px rgba(0,0,0,0.8) inset;
	box-shadow:0 0 6px rgba(0,0,0,0.8) inset;
	border-top:1px solid transparent;
}
.rb .hl{
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	background: url("../../media/btn_hl.png") repeat-x scroll 0 49% transparent;
    display: block;
    font-size: 125%;
    padding: 5px 10px 7px;
}

.pdf-subtext {
	display: block;
	font-size: 80%;
	position: relative;
	right: -42px;
	top: -16px;

}

.anchorLink {
  color: black;
  position: fixed;
  bottom: 50px;
  z-index: 4;
  right: 50px;
  display: none;
  cursor: pointer;
}
.anchorLink img {
  width: 58px;
  height: 58px;
}
.product-row .rb .hl {
	padding: 5px;
	font-size: 135%;
	letter-spacing: -0.06em;
	line-height: 1;
}
.rb .hl:active {
	box-shadow:inset 0 -0.5em 1.5em 0.5em white;
}
.rb span .sm-arr-dn,.rb span .sm-arr-up{
	left: -9px;
    top: 2px;
}
.sm-arr-dn,.sm-arr-up,.sm-arr-rt,.sm-arr-lf,.pdf-icon,.pdf-icon-small{
	background-image:url("../../media/mainsprite8.png");
	display:inline-block;
}
#IEroot .sm-arr-dn,#IEroot .sm-arr-up,#IEroot .sm-arr-rt,#IEroot .sm-arr-lf
{
  zoom:1;
  display:inline
}
.pdf-icon
{
   background-position:-225px -160px;
   width:34px;
   height:36px;
}
.pdf-icon-small
{
   background-position:-259px -170px;
   width:24px;
   height:26px;
}
.sm-arr-dn{
	width:19px;
	height:21px;
	background-position:-47px -146px;
	position:relative;
}
.sm-arr-up{
	width:19px;
	height:21px;
	background-position:-3px -146px;
	position:relative;
}
.sm-arr-lf{
	width:21px;
	height:19px;
	background-position:-23px -146px;
	position:relative;
}
.sm-arr-rt{
	width:21px;
	height:19px;
	background-position:-67px -146px;
	position:relative;
}
.hwse,.lwse,.multi-engine,.biplane,.jet,.mil-air,.exp-air,.glider,.lightsport,.jet-eng,.commercial-ico,.helicopter,.m-prop,.m-jet,.m-heli,.m-uav,.cart-icon,.home-icon,.about-icon,.c-prop{
	background-image:url("../../media/iconsprite.png");
}
.hwse{
	width:113px;
	height:53px;
	background-position:-308px 0px;
}
.lwse{
	width:109px;
	height:49px;
	background-position:0px -102px;
}
.multi-engine{
	width:107px;
	height:57px;
	background-position:-308px -98px;
}

.hide{display:none !important;}
.hidden {
	display: none;
}
.ib{
	display:inline-block;
	vertical-align:top;
}
#IEroot .ib{
    display:inline;
    zoom:1;
}
.block{display:block;}
.clearfix{clear:both;}
.fl{float:left;}
.fr{float:right;}
.pa{position:absolute;}
.pr{position:relative;}
.pf{position:fixed;}
.oh{overflow:hidden;}
/*--------end display--------*/
/*--------text--------*/
.titn{text-indent:10px;}
.tctr{text-align:center;}
.text-center{text-align:center;}
.trt{text-align:right;}
.tlt{text-align:left;}
.rtl{direction:rtl;}
/* .yellow{color:#fdbe14;} */
.yellow{color:#97AFBC;}
.bold{font-weight:bold;}
.nobold{font-weight:normal;}
.gray{color:#898989;}
.lg-text{font-size:150%;}
.mtext{font-size:120%;}
.fs70{font-size:70% !important;}
.text-shadow{text-shadow:1px 1px 1px rgba(0,0,0,0.8);}
.orange{color:#fb9800;}
.green{color:#44C533;font-weight:bold;}
.red{color: #FF3333;}
.darkblue{color:#244e85;}
.darkerblue{color:#172e59;}
.black{color:#000 !important;}
.underline{text-decoration:underline !important;}

/*--------end text--------*/
/*--------classes--------*/

/*--------colors--------
darker blue: #172e59
dark blue: #244e85
pale dark blue: #2d416d
yellow text: #fdbe14
gray bg: #c5c5c5
lighter bg: #f5f5f5
dark green:#263722
green:#32482b
*/

/*--------end colors--------*/
.dim1{background:url("../../media/dimpx11.png") repeat scroll 0px 0px transparent;}
.dim2{background:url("../../media/dimpx30.png") repeat scroll 0px 0px transparent;}
.dim3{background:url("../../media/dimpx50.png") repeat scroll 0px 0px transparent;}
.dim4{background:url("../../media/dimpx70.png") repeat scroll 0px 0px transparent;}
.mainwin{
	padding:1px 0 20px;
}



/* problem ends here */
.biplane{
	width:98px;
	height:47px;
	background-position:-215px -158px;
}
.jet{
	width:101px;
	height:55px;
	background-position:-313px -155px;
}
.mil-air{
	width:108px;
	height:54px;
	background-position:0px -48px;
}
.helicopter{
    background-position: -203px -74px;
    height: 65px;
    width: 106px;
}
.commercial-ico{
	width:103px;
	height:74px;
	background-position:-205px 0;
}
.jet-eng{
	width:82px;
	height:73px;
	background-position:-119px -74px;
}
.c-prop{
    width:104px;
    height:45px;
    background-position:-313px -53px;
}
.lightsport{
	width:106px;
	height:62px;
	background-position:-109px -147px;
}
.glider{
	width:109px;
	height:58px;
	background-position:0px -148px;
}
.exp-air{
	width:95px;
	height:72px;
	background-position:-110px 0;
}
.m-prop{background-position: 0 -205px;height: 47px;width: 112px;}

.m-jet{width:106px;height:66px;background-position:-112px -209px;}
.m-heli{width:100px;height:64px;background-position:-218px -205px;}
.m-uav{width:106px;height:66px;background-position:-315px -209px;}
.home-icon{width:44px;height:42px;background-position:-361px -53px;}
.cart-icon{width:52px;height:45px;background-position:-309px -53px;}
.about-icon{width:77px;height:23px;background-position:-231px -135px;}

.main-nav-btn{
	width:110px;
	height:110px;
	margin:6% auto;
	overflow:hidden;
	border-style:solid;
	border-width:1px;
	border-color:rgba(20,20,80,0.8);
	text-align:left;
}
.main-nav-btn:hover{
	border-top:1px solid rgba(255,255,255,0.5);
}
.main-nav-btn .hl{
	width:110px;
	height:110px;
	padding:0;
	position:relative;
}
.main-nav-btn span span.h3{
	bottom:6px;
	position:absolute;
	text-align:center;
	font-size:85%;
	width:110px;
	line-height:1.2em;
	font-weight:bold;
	text-shadow:none;
}
.main-nav-btn span .hwse,.main-nav-btn span .lwse,.main-nav-btn span .multi-engine,.main-nav-btn span .biplane,.main-nav-btn span .jet,.mil-air,.main-nav-btn span .exp-air,.main-nav-btn span .glider,.main-nav-btn span .commercial-ico,.main-nav-btn span .helicopter,.main-nav-btn span .m-prop,.main-nav-btn span .m-uav{
	position:absolute;
	top:10px;
	left:0px;
	display:block;
}
.main-nav-btn span .c-prop{
    position:absolute;
	top:16px;
	left:3px;
	display:block;
}
.main-nav-btn span .lightsport{
	position:absolute;
	top:3px;
	left:3px;
}
.main-nav-btn span .m-heli{
	position:absolute;
	top:12px;
	left:7px;
}
.main-nav-btn span .m-jet{
	position:absolute;
	top:9px;
	left:3px;
}
.main-nav-btn span .jet-eng{
	position:absolute;
	top:0px;
	left:13px;
}
.main-nav-btn span .helicopter{
	left:2px;
}
.main-nav-btn span .jet,.main-nav-btn span .biplane{
	left:3px;
	top:20px;
}
.main-nav-btn span .exp-air{
	top:1px;
	left:4px;
}
.top-radius-10{
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
}
.top-radius-20{
	-moz-border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
	border-radius:4px 4px 0 0;
}
.rt-radius-10{
	-moz-border-radius:0 10px 10px 0;
	-webkit-border-radius:0 10px 10px 0;
	border-radius:0 10px 10px 0;
}
.rt-radius-20{
	-moz-border-radius:0 20px 20px 0;
	-webkit-border-radius:0 20px 20px 0;
	border-radius:0 20px 20px 0;
}
.btm-radius-10{
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-radius:0 0 10px 10px;
	border-radius:0 0 10px 10px;
}
.btm-radius-20{
	-moz-border-radius:0 0 4px 4px;
	-webkit-border-radius:0 0 4px 4px;
	border-radius:0 0 4px 4px;
}
.lf-radius-10{
	-moz-border-radius:10px 0 0 10px;
	-webkit-border-radius:10px 0 0 10px;
	border-radius:10px 0 0 10px;
}
.lf-radius-20{
	-moz-border-radius:20px 0 0 20px;
	-webkit-border-radius:20px 0 0 20px;
	border-radius:20px 0 0 20px;
}
.radius-10{
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	padding:10px;
}
.radius-20{
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	padding:20px;
}

.pic-viewer-window,.niceimg{
	color:#172e59;
	border:2px solid white;
    -moz-box-shadow:0 3px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow:0 3px 5px rgba(0,0,0,0.2);
    box-shadow:0 3px 5px rgba(0,0,0,0.2);
	position:relative;
}
.niceimg{
	border:2px solid #F5F5F5;
}
.pic-viewer-window .inner{
	overflow:hidden;
	position:relative;
}
.photocredit {
	position: absolute;
	background: #3B679E;
	right: -2px;
	padding: 3px 5px;
	color: #FFF;
	text-align: right;
}

.photocredit a {
	color: white;
}

.main-model-pic .bcc-comment {
	left: 10px !important;
	top: 430px;
	}
.photocredit:hover {
	color:white;
}

#real-viewer {
	/* display:none; */
}

.carousel {
	/* width: 1000%; */
	/* height: 165px; */
}

.carousel-inner {
	/* width:700px; */
	/* height: 165px; */
	/* overflow: scroll; */
}

#real-viewer .photocredit {
	 top:inherit;
	 bottom: -28px;
}

#real-viewer .bcc-comment {
	 top: inherit;
	 bottom: 60px;
	 left: 675px !important;
}

.real-viewer-hide {
	position: absolute;
	/*display: none;*/
	z-index: 2;
	left: -60px;
	padding: 9px 15px;
font-size: 19px;
cursor: pointer;
border: none;
}
.model-img-a img {
	width: 180px;
}
.model-img-a{
    margin:5px;
    height: 165px;
}
.inner .caption{
	bottom: 0;
    color: white;
    font-size: 14px;
    line-height:18px;

    padding: 10px 5%;
    position: absolute;
    width: 90%;
	float:left;
}
#IEroot .inner .caption{
	position:relative;
	width:98%;
}
.inner .caption a{color:#FCAA10;}
.inner .caption a:hover{color:#CCC;}
.picture-btns a{
	background:url("../../media/mainsprite8.png") no-repeat scroll -88px -162px transparent;
	width:28px;
	height:28px;
	display:block;
	float:left;
	margin-right:5px;
}
.picture-btns a:hover{
	background-position:-148px -162px;
}
.picture-btns a:active{
	background-position:-120px -162px;
}
.picture-btns a.sel{
	background-position:-120px -162px;
}

#military .picture-btns a:active{
	background-position:0 0;
}
#military .picture-btns a.sel{
	background-position:0 0;
}
.back-btn,.forward-btn{background-image:url("../../media/mainsprite8.png");width:32px;height:32px;display:block;}
.back-btn{background-position:-31px -43px;}
.back-btn:hover{background-position:-31px -112px;}
.back-btn:active{background-position:-31px -77px;}
.forward-btn{background-position:-69px -43px;}
.forward-btn:hover{background-position:-69px -112px;}
.forward-btn:active{background-position:-69px -77px;}
.gal-loading{
    background:#171717 url('../../media/ajax-loader3.gif') no-repeat 50% 50%;
    z-index: 1;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.gsa-pricing-box{
   text-shadow:none;
}
.gsa-pricing-box a{
   color:#32482b !important;
}
.gsa-pricing-box a:hover{
   color:#8b9820 !important;
}
.gsa-banner{
	margin: 5px auto;
    width: 180px;
}
.gsa-banner .logo{
	background:white url("../../media/mainsprite8.png") -182px -141px;
	width:43px;
	height:40px;

}
.gsa-banner .info{
	background-color: white;
    height: 40px;
    padding: 0 5px;
}
.gsa-banner .logo, .gsa-banner .info{
   display:inline-block;
   vertical-align:top;
}
#IEroot .gsa-banner .logo, #IEroot .gsa-banner .info{
   zoom:1;
   display:inline
}
.gsa-banner h3{color: #7D7D7D;
   color: #7D7D7D;
   font-size: 88%;
   font-weight: bold;
   line-height: 0.6em;
   margin-top: 0.4em;
}
.gsa-banner em{
	color: #7C7C7C;
	font-size: 62%;
	font-style: normal;
}
/*--------end classes--------*/
/*--------home page--------*/
#midwin{
    padding-top:10px;
    max-width:1100px;
    margin:0 auto;
    min-height:454px;
}

.left-home-col
{
   width:635px;
   float:left;
}

.greeting-bar {
	padding: 0 !important;
	padding-bottom: 15px !important;
	cursor: pointer;
	/* display: none; */
	min-height: 75px;
}

.greeting-bar h2 {
	border-bottom: 1px solid white;
}

#product-month,
#aircraft-month {
	margin-top: 10px;
	font-size: 16px;
	font-style: italic;
	color: #3B679E;
	padding: 5px 10px;
	background: white;
	border-radius: 5px;
	border: 1px solid #000;
	cursor: pointer;
}

#product-month {
	margin-left: 10px;
}

#aircraft-month {
	margin-right: 10px;
}

.promo-drop {
	display: none;
	padding: 0 5px;
	background: #F5F5DC;
	background: #fff;
	position: absolute;
	width: 45%;
	border-radius: 5px;
	color: #000;
	text-shadow: none;
	font-size: 14px;
	z-index: 1;
	border: 1px solid gray;
}

.promo-drop h3 {
	font-size: 20px;
	margin: 10px 0px;
	color: #DD3A3A;
}

.promo-drop a:link,
.promo-drop a:visited{
	color: #DD3A3A;
}

.promo-drop a:hover {
	text-decoration: underline;
}

.promo-drop img {
	margin: 10px auto;
}

.greeting-dropdown-text {
	margin-top: 15px;
	text-shadow: none;
	color: black;
	display:none;
	position: absolute;
	z-index: 2;
	width: 85%;
	text-align:left;
	left: 15px;
	padding: 20px; /* The font. Try changing font-size and see how the lines
	still follow the text */
font: normal 120%/1.5 Arial, sans-serif; /* The "paper" color */
	font-family: "Comic Sans MS", cursive, sans-serif;
	font-style: italic;
	font-weight:bold;
background-color: #F1EAA3; /* The lines */
background-image: -webkit-linear-gradient(#E3E0A1 1px, transparent 1px);

	background-image: -moz-linear-gradient(#E3E0A1 1px, transparent 1px);
	background-image: -o-linear-gradient(#E3E0A1 1px, transparent 1px);
	background-image: -ms-linear-gradient(#E3E0A1 1px, transparent 1px);
	background-image: linear-gradient(#E3E0A1 1px, transparent 1px); /* This makes the lines follow the text.
	First value could be whatever (as long as it's > 0),
	second should be equal to line-height */

-webkit-background-size: 100% 1.5em;
	-moz-background-size: 100% 1.5em;
	background-size: 100% 1.5em; /* If you have padding, this makes the background
	offset according to it */

-webkit-box-shadow: 0px 2px 10px 0px #000;
	box-shadow: 0px 2px 10px 0px #000;
	background-origin: content-box;
}

.bx-shadow1 {
     -moz-box-shadow:0 0px 3px rgba(0,0,0,0.3);
     -webkit-box-shadow:0 0px 3px rgba(0,0,0,0.3);
     box-shadow:0 0px 3px rgba(0,0,0,0.3);
}
.bx-shadow2 {
     -moz-box-shadow:0 2px 3px rgba(0,0,0,0.3);
     -webkit-box-shadow:0 2px 3px rgba(0,0,0,0.3);
     box-shadow:0 2px 3px rgba(0,0,0,0.3);
}
.border-none {
    border: none !important;
}
.rounded {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.rounded-lg {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
}

.py-2 {
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
}
.mt-2 {
        margin-top: 0.5rem;
}
.bg-yellow-500 {
        background-color: rgba(255, 254, 134, 1);
}
.main-nav-wrap{
    position:relative;
    border-radius:10px;
     /* -moz-box-shadow:0 2px 3px rgba(0,0,0,0.3); */
     /* -webkit-box-shadow:0 2px 3px rgba(0,0,0,0.3); */
     /* box-shadow:0 2px 3px rgba(0,0,0,0.3); */
     color:#FFFFFF;
     /* text-shadow: #000 1px 2px 0; */
     /* padding:13px 5px; */
     text-align:center;
}
.text-black {
        color: #000;
}
.text-shadow-1{
    text-shadow: #000 1px 2px 0;
}
.main-nav-wrap .lineh3{
   text-indent:10px;
}
.main-nav-btn-wrap{
    display:inline-block;
    width:32%;
}
#IEroot .main-nav-btn-wrap
{
   zoom:1;
   display:inline
}
.gallery-container .pic-viewer-window{
	width:599px;
}
.news-container .pic-viewer-window{
	width:272px;
}
.news-container,.home-photo-container
{
   display:inline-block;
   width:280px;
   margin-top:20px;
   vertical-align:top;
}
.home-photo-container
{
   text-shadow:none;
   margin-left:20px;
}
.home-photo-container .lineh3
{
   clear:none;
}
#gal-news-container h2{
	text-indent:20px;
	float:left;
	margin-right:20px;
}
.main-nav-wrap,#autocomp-find-frm{
	margin-bottom:15px;
}

.main-nav-wrap .lineh3
{
   clear:none;
}

.right-home-col
{
   margin:0 0 30px 625px;
}

.monthly-specials {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: red;
	padding: 5px;
}

#autocomp-find-frm{
    padding:10px 15px;
    border-radius:10px;
    -moz-box-shadow:0 2px 3px rgba(0,0,0,0.3);
    -webkit-box-shadow:0 2px 3px rgba(0,0,0,0.3);
    box-shadow:0 2px 3px rgba(0,0,0,0.3);
    color:#FFFFFF;
    text-shadow: #000 1px 2px 0;
    letter-spacing:0.1em;
}
#find-aircraft-title
{
   clear:none;
}

.pic-viewer-window .back-btn{
	position:absolute;
	top:48%;
	left:-17px;
	z-index: 2;
}
.pic-viewer-window .forward-btn{
	position:absolute;
	top:48%;
	right:-17px;
	z-index: 2;
}

.midwin-photos{
/*    min-width:1055px;*/
}
.back-home-a{
    text-indent:30px;
    font-size:140%;
    font-weight:bold;
    display:block;
    margin-bottom:10px;
    float:left;
}
.home-photo-h2
{
  text-align:center;
  clear:both;
  font-size:190%;
  margin-bottom:10px;
  color:#FF3333;
}
#logo{
    display:block;
    width:239px;
    height:115px;
    /* background:url('../../media/logo.png') no-repeat 0 3px scroll; */
    background:url('../../media/logo.svg') no-repeat 0 3px scroll;
    text-indent:-1000px;
    overflow:hidden;
    float:left;
    margin-top:11px;
}
#phone-info{
    display:block;
    color:black;
    font-size:110%;
    margin-right:10px;
    margin-left:249px;
    text-align:right;
}
#phone-info p{
    margin-left:105px;
    text-align:right;
}
#phone-info .liveChatLink{
    text-align:left;
    float:left;
    display:block;
    background: #ed2502; /* Old browsers */
    background: -moz-linear-gradient(top, #ed2502 0%, #ef5743 50%, #f6290c 51%, #f02f17 71%, #ce2823 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed2502), color-stop(50%,#ef5743), color-stop(51%,#f6290c), color-stop(71%,#f02f17), color-stop(100%,#ce2823)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ed2502 0%,#ef5743 50%,#f6290c 51%,#f02f17 71%,#ce2823 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ed2502 0%,#ef5743 50%,#f6290c 51%,#f02f17 71%,#ce2823 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ed2502 0%,#ef5743 50%,#f6290c 51%,#f02f17 71%,#ce2823 100%); /* IE10+ */
    background: linear-gradient(top, #ed2502 0%,#ef5743 50%,#f6290c 51%,#f02f17 71%,#ce2823 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed2502', endColorstr='#ce2823',GradientType=0 ); /* IE6-9 */
    color:#eeeeee;
    text-shadow:0 1px 0 #000;
    padding:1px 30px 5px 10px;
    border-radius:0 0 0.5em 0.5em;
    -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5);
    box-shadow:0 1px 3px rgba(0,0,0,0.5);
    position:relative;
    top:-2.5em;
    font-size:12px;
}
#phone-info .liveChatLink:hover
{
   color:#FFF;
   -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.5);
    box-shadow:0 1px 1px rgba(0,0,0,0.5);
}
.liveChatLink{
    position:relative;
}
.liveChatLink span.bubble{
    display:block;
    position:absolute;
    top:4px;
    right:5px;
    width:20px;
    height:15px;
    background:url('../../media/mainsprite8.png') no-repeat -230px -141px;
}
.liveChatLink:hover span{
    background-position:-250px -141px;
}

#product-list-chat-link{
    margin: 5px auto;
    width: 21ex;
    padding-right:26px;
}

.radio-ul{
    list-style-type:none;
    -moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border-bottom:1px solid rgba(0, 0, 0, 0.4);
	border-top:1px solid rgba(255,255,255,0.7);
	display:block;
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.2);
	box-shadow:0 1px 3px rgba(0,0,0,0.2);
	background-color:rgba(250,250,255,0.7);
}
.military #top-nav{
    background-color:rgba(245,250,245,0.7);
}
#top-nav{
    margin:50px 0 10px 30px;
	margin-left:249px;
/*	min-width:720px;*/
}
.radio-ul li{
    display:inline-block;
    background: url("../../media/btn_hl.png") repeat-x scroll 0 -63px transparent;
    vertical-align:top;
}
.radio-ul li{
    width:19.6%;
}
#IEroot .radio-ul li{
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	display:inline;
   zoom:1;
}
.radio-ul li.current,#autocomp-find-frm,.yp{
    background: #3b679e; /* Old browsers */
    color:#FFF;
}

#coupon-subtotal-container .yp {
	background: #3b679e;
}

.nonsense {
	background: -moz-linear-gradient(top,  #3b679e 0%, #2b88d9 50%, #207cca 51%, #5196cc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b679e), color-stop(50%,#2b88d9), color-stop(51%,#207cca), color-stop(100%,#5196cc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#5196cc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#5196cc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#5196cc 100%); /* IE10+ */
    background: linear-gradient(top,  #3b679e 0%,#2b88d9 50%,#207cca 51%,#5196cc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b679e', endColorstr='#5196cc',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 0 25px rgba(0,0,0,0.5);
}

.coupon-image {
	position: relative; top: -218px;left: 20px; max-width: 600px; margin-bottom: -200px;
}

button.yp
{
   border:none;
   padding:1em 2em;
   border-radius:0.5em;
   cursor:pointer;
   box-shadow:inset 0 4px 10px rgba(255,255,255,0.4),0 1px 2px rgba(0,0,0,0.3);
   color:#F1F1F1;
}
button.yp:hover
{
   color:#FFF;
   box-shadow:inset 0 4px 10px rgba(255,255,255,0.6),0 2px 3px rgba(0,0,0,0.3);
}
button.yp:active
{
   box-shadow:inset 0 4px 10px rgba(0,0,0,0.6),0 1px 0 #FFF;
}
.yp a
{
   color:#DEDEF2;
}
.yp .rb
{
   color:#244e85;
background-color:white;
}
#military .yp .rb
{
   color:#32482B;
}
.yp .frm1 fieldset span
{
   color:#DEDEDE;
}
.military .radio-ul li.current, #military #autocomp-find-frm,#military .yp,.military .yp{
    background: #8d994a; /* Old browsers */
}

.military .takenout {
	   background: -moz-linear-gradient(top,  #8d994a 0%, #8d994a 48%, #808944 49%, #5e6d09 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8d994a), color-stop(48%,#8d994a), color-stop(49%,#808944), color-stop(100%,#5e6d09)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #8d994a 0%,#8d994a 48%,#808944 49%,#5e6d09 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #8d994a 0%,#8d994a 48%,#808944 49%,#5e6d09 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #8d994a 0%,#8d994a 48%,#808944 49%,#5e6d09 100%); /* IE10+ */
    background: linear-gradient(top,  #8d994a 0%,#8d994a 48%,#808944 49%,#5e6d09 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d994a', endColorstr='#5e6d09',GradientType=0 ); /* IE6-9 */

}
.radio-ul li.current a{
    color:#FFF !important;
}
#top-nav li{
    /*width:14.25%;*/
    width:16.65%;
  /* width: 14%; */
}

#IEroot #top-nav li{
    width:16%;
}
#admin #top-nav li{
    width:14.25%;
}
.radio-ul li:first-child{
    -moz-border-radius:8px 0 0 8px;
	-webkit-border-radius:8px 0 0 8px;
	border-radius:8px 0 0 8px;
}
.radio-ul li:last-child{
    -moz-border-radius:0 8px 8px 0;
	-webkit-border-radius:0 8px 8px 0;
	border-radius:0 8px 8px 0;
}
.radio-ul li a{
    padding:10px 0;
    width:100%;
    display:block;
    font-size:130%;
    font-weight:bold;
    text-align:center;
    background: url("../../media/btn_edge.png") no-repeat scroll right -39px transparent;
}
.radio-ul li:last-child a{
    background:none;
}
#homeview-options{
    margin-top:10px;
    width:92%;
}
#homeview-options li{
    width:33.1%;
    font-size:80%;
}
#home-photo-list-div .inner{
    position:relative;
}
#home-photo-list-div{
    width:300px;
    overflow:hidden;
	position:relative;
}
.homeview-ul{
    padding:0 20px;
    font-size:120%;
    font-weight:bold;
    list-style:square;
    margin-top:5px;
    width:260px;
}

#saying{
    font-size: 113%;
    font-weight: bold;
    text-indent: 10px;
    display: block;
    list-style-type: none;
    margin: 10px 0 10px 249px;
/*    min-width: 720px;*/
}
#find-box{
	position:relative;
	z-index: 2;
	width:300px;
	margin-left:13px;
}
#find-box h3{
    margin-bottom:8px;
}
#splashwin{
    width:600px;
    margin-right:20px;
    position:relative;
    overflow:hidden;
}
#splash-text,#news-text{
    background:url('../../media/dimpx50.png') repeat;
    color:white;
    font-weight:bold;
    bottom:0;
    position:absolute;
    width:90%;
    margin:0 auto;
    padding:10px 5%;
    letter-spacing:1px;
    font-size:105%;
}
#splashwin,#news{
    float:left;
    border:2px solid white;
    -moz-box-shadow:0 3px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow:0 3px 5px rgba(0,0,0,0.2);
    box-shadow:0 3px 5px rgba(0,0,0,0.2);
}

#news{
    position:absolute;
    top:0;
    width:272px;
}

#news-h{
    position:absolute;
    top:-3.5ex;
}
.news-gal-title-btns{
   border-bottom: 1px solid #CCCCCC;
   margin-bottom: 8px;
   padding-bottom: 3px;
}


/*--------end home page--------*/
/*--------gen aviation results--------*/
#results-hdr-rt{
    margin-left:180px;
}
#section-img{
    position:relative;
    float:left;
    left:-20px;
    top:-8px;
}
.results-header {
	top: 198px;
	width: 1000px;
	z-index:11;
}
.results-header .btn,
.bottom-nav .btn,
.results-header .btn:hover,
.results-header .btn:active,
.results-header .btn:focus,
.results-header .btn:active:focus {
  width: 100%;
  text-align: left;
  font-size: 20px;
  color: #3b679e;
  box-sizing: border-box;
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px 10px 0px 5px;
}

.results-wrapper,.cart-wrapper{
	max-width:1000px;
	margin:22px auto 10px;
	/* -moz-box-shadow:0 2px 5px rgba(0,0,0,0.2); */
	/* -webkit-box-shadow:0 2px 5px rgba(0,0,0,0.2); */
	/* box-shadow:0 2px 5px rgba(0,0,0,0.2); */
}

.results-wrapper .w50.fl {
	line-height: 2;
}
#IEroot .results-wrapper{
	margin:0 auto;
	padding:0 10px;
}
.results-wrapper .yp{
	padding:4px 0px 0px ;
}
.results-wrapper #filter-results-frm{
  margin-right: 20px;
	float:right;
	width:29%;
	text-align:right;
	position:relative;
}
#filter-results-frm .ajax-loader-2{
	left: -36px;
    position: absolute;
    top: 23px;
}
.gen-mainwin{
	position:relative;
	z-index: 0;
	top:-10px;
}
div#results .gbar,div#results .wbar{
	padding:2px 10px 2px 20px;
}
#results .manufacturer{
	width:39%;
	display:inline-block;
}

#results .model{
	width:39%;
	display:inline-block;
}
#results div .view-page-btn{
	display:inline-block;
	width:17%;
	text-align:center;
}
#IEroot #results .manufacturer,
#IEroot #results .model,
#IEroot #results div .view-page-btn{
    display:inline;
    zoom:1;
}
.gbar{
	background-color:#e3e3e3;
	position:relative;
}


.flag-list {
	width: 100%;
	float: left;
}

.flag {
	list-style: none;
	width: 230px;
	float: left;

}

.flag a {
	display: table;
}

.flag img {
	margin-right: 10px;
}

.flag span {
	display: table-cell;
	vertical-align: middle;
}

.flag a:link,
.flag a:visited {
	color: #fff;
}

.wbar{
	background-color:#FFF;
	position:relative;
}
.galleryTable fieldset {
  border: none;
}
.gbar fieldset,.wbar fieldset{
	margin-bottom:0 !important;
}
.gbar fieldset input,.wbar fieldset input{
	text-align:center;
}
.gbar img,.wbar img{
	display:none;
	position:absolute;
	left:20px;
	top:60px;
	-moz-box-shadow:0 2px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 2px 3px rgba(0,0,0,0.5);
	box-shadow:0 2px 3px rgba(0,0,0,0.5);
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	z-index: 3;
}
.gbar:hover img,.wbar:hover img{
	display:block;
}
.breadcrumbs{
	font-size:130%;
}
/*--------end gen aviation results--------*/
/*--------model page--------*/
.nicebtn .hl{
	padding:5px 3px;
}

.arrow-btn .hl{
	padding-left:25px;
}
.graybg{
	background-color:#e3e3e3;
}
.main-model-pic{
	position:relative;
	top:-10px;
	margin:0 8px 0 8px;
}
.product-desc-p{
	padding:5px 10px 10px 10px;
}
#IEroot .product-desc-p{
	padding:0;
	margin-left:15px;
	margin-right:15px;
}

.product-list-headers {
	line-height: 1;
}

.product-list-headers h3{
	padding:8px 0 2px 0 !important;
	text-indent:10px;
}
h2.pd10 {
	color: white;
	/* background: red; */
	font-size: 150%;
	margin: 0;
	border: none;
	padding: 4px 10px;
/* background: -webkit-gradient(linear, 0% 12%, 0% 100%, from(#b5b5b5), to(#FF0303)); */

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ef3135+0,ca2427+44,a21e22+100 */
background: #ef3135; /* Old browsers */
background: -moz-linear-gradient(top,  #ef3135 0%, #ca2427 44%, #a21e22 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ef3135 0%,#ca2427 44%,#a21e22 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ef3135 0%,#ca2427 44%,#a21e22 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef3135', endColorstr='#a21e22',GradientType=0 ); /* IE6-9 */
}
.pointer-events-none {
    pointer-events: none;
}
.product-cat-header{
	clear: both;
	text-align:left;
	text-indent: 10px;
	cursor: pointer;
	background:RGB(94, 92, 94);
	border-width:1px 0 0;
	border-color:#CCC;
	border-style:solid;
	box-shadow:0 8px 16px -10px rgba(0, 0, 0, 0.5);
	position:relative;
	z-index: 1;
	margin-bottom:2px;
	color:#FFF;
}
.product-cat-header .icon-hamburger,
.product-cat-header .icon-cancel {
  float: left;
  font-size: 30px;
  line-height: 0;
  position: relative;
  right: 14px;
  top: -2px;
}
.product-cat-header .icon-cancel {
  top: 0px;
  font-size: 26px;
}
#model-products-h2 {
  position: relative;
}

.filterBox {
  position: absolute;
  left: 38%;
  z-index: 3;
  top: 0;
  color: black;
  background: rgb(255,255,255);
  background: rgba(255,255,255,0.9);
  font-size: 12px;
  border-radius: 0 0 5px 5px;
  font-style: italic;
}
.filterBox-checkboxList {
  padding: 5px;
  border: 1px solid black;
  line-height: 1;
  font-weight: normal;
  font-size: 11px;
  letter-spacing: 0px;
  display: none;
}
.filterBox-tab {
  background: RGB(255, 254, 0);
  cursor: pointer;
  color: RGB(234, 60, 0);
  border-radius: 0 0 5px 5px;
  box-shadow: 0px 1px 2px black;
  font-size: 14px;
}
.filterBox-tab .icon-cancel,
.filterBox-tab .icon-hamburger {
  color: black;
  font-size: 17px;
  margin: 0px 5px 0px 7px;
  position: relative;
  top: 3px;
}
.filterBox-tab .icon-cancel {
  display: none;
}
.filterBox-tab .icon-hamburger {
  font-size: 22px;
  top: 6px;
  left: -1px;
  line-height: 0;
}
.filterBox-tab .isOpen .icon-cancel {
  display: inline;
}
.filterBox-tab .isOpen .icon-hamburger {
  display: none;
}
.icon-cancel {
  display:none;
}
.isOpen .icon-cancel {
  display: inline;
}
.isOpen .icon-hamburger {
  display: none;
}

.js-openTab {
  padding: 5px;
  padding-top: 0;
  display: inline-block;
}

.filterBox-help {
  display: inline-block;
  font-size: 20px;
  vertical-align: bottom;
  line-height: 1;
  margin-left: 2px;
  padding: 5px;
  color: RGB(0, 128, 229);
}

.filterBoxHelp {
  position: absolute;
  top: 50%;
  left: 102%;
  width: 95%;
  background: RGB(255, 255, 199);
  padding: 6px;
  border-radius: 5px;
  border: 2px solid black;
  display: none;
}
.filterBoxHelp p {
  margin-left: 25px;
  font-size: 11px;
}

.closeFilterHelp {
  position: absolute;
  color: white;
  padding: 1px 5px;
  font-size: 13px;
  box-shadow: 0px 1px 2px black;
  cursor: pointer;
  background: red;
  border-radius: 5px;
  font-style: normal;
  margin-right: 7px;
}


.cat-description {
	text-indent: 0px;
	line-height: 1.6;
	padding: 0px 10px 5px 10px;
}

.product-list-headers h3 span.short{
	display:none;
}
#model-images .pic-viewer-window,#model-images-spotlight img{
	width:700px;
	margin:0 auto;
	margin-bottom: 30px;
}
.fotorama-help-text {
	padding: 5px;
	text-align: center;
	background: white;
	color: red;
	margin: 10px;
}

.fotorama__wrap {
	margin: 0 auto;
}

.fotorama__nav-wrap {
	margin-top: 15px;
}
.fotorama__img {
	z-index: 20;
}
.fotorama__stage__frame .fotorama__image {
	border: 2px solid red;
}
.fotoramaSmall .fotorama__stage {
	margin-top: 10px;
	/* //background: #3B679E; */
}
.fotorama__stage {
	margin-top: 20px;
	/* //background: #3B679E; */
}

.fotorama .fotorama__caption {
  z-index: 35;
}
.fotorama__caption__wrap {
	color: white;
	width: 100%;
	background-color: rgba(35, 33, 33, 0.9) !important;
}
.fotoramaModal .fotorama__caption__wrap {
    background-color: rgb(35, 33, 33) !important;
}
.fotorama__html {
	z-index: 40;
}
/*--------end model page--------*/
/*--------topnav search--------*/
#top-nav-search fieldset{position:relative;}
#top-nav-search fieldset .ajax-loader{
	position:absolute;
	right:-16px;
	top:2px;
	display:block;
}
#model-results{
	background: none repeat scroll 0 0 #E4E4E4;
	left: 135px;
	position: absolute;
	top: 110%;
	width: 300px;
	-moz-box-shadow:0 0 2px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 2px rgba(0,0,0,0.5);
	box-shadow:0 0 2px rgba(0,0,0,0.5);
	z-index: 3;
}
#model-results a,#model-results p{
	display: block;
    line-height: 17px;
    padding: 5px 9px;
}
#model-results a:hover{
	background-color:#fff;
}
.ajax-loader{
	background:url('../../media/ajax-loader.gif');
	width:16px;
	height:16px;
}
.ajax-loader-2{
	background:url('../../media/ajax-loader-2.gif');
	width:32px;
	height:32px;
}

body.military .ajax-loader{
	background:url('../../media/ajax-loader2.gif');
}
.tech-sheet-btn-div{
	position:absolute;
	top:5px;
	/*width:60%;
	max-width:513px;*/
}

.tech-sheet-btn-div .nicebtn {
	font-size: 75%;
}
a.sel .niceimg{
	border-color:#97AFBC;
	z-index: 2;
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.5);
	-webkit-box-shadow:0 0 2px rgba(0,0,0,0.5);
	box-shadow:0 0 2px rgba(0,0,0,0.5);
}
.product-row{
  display:none;
	padding:4px 0;
}
.product-row .ib {
    vertical-align: middle;
}


.expand-products,
.collapse-products {
	line-height: 3;
	text-align: center;
	font-size: 16px;
	cursor:pointer;
}

.expand-products {
	background: white;
	color: red;
}
.all-shown {
	line-height: 3;
	text-align: center;
	font-size: 16px;
	background: white;
	color: red;
}
.collapse-products {
	background: white;
	color: red;
}

.product-row.cant-find {
	display: block !important;
}

.featured-title h3 p {
  padding-left: 10px;
}
.featured-link.nicebtn {
	background: red;
	}

.featured-product-row .product-row{
	display: block;
}

.featured-product-row .gbar {
	background-color: #EFC2BF;
}

.cart-wrapper .yp{
	padding:10px 0;
}
.cart-wrapper .yp h1,.cart-wrapper .yp h2{
	text-indent:20px;
}
#product-suggestions-wrap{
	margin-top:70px;
}
.sub-label{
	font-size:150%;
	text-align:right;
	float:left;
	margin-right:5px;
}
.sub-label span{
	font-size:62%;
	color:#4e4e4e;
}
.sub-value{
	font-size:175%;

}

.coupon-error
{

}

.total-box{
	width:25%;
	min-width:200px;
	margin: 5px 8% 5px auto;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	padding:10px;

}
.cartbar{
	border-bottom:2px solid #FFF;
}
#checkout-progress,#tour-progress{
	width:100%;
	float:left;
}
#checkout-progress li,#tour-progress li{
	width:25%;
	float:left;
	list-style-type:none;
	padding-top:10px;
	position:relative;
}
#tour-progress li{
    width:16.6%;
    text-align:center;
}
#checkout-progress li span,#tour-progress li span {
	display: block;
    margin: 0 auto;
    text-align: center;
	border-top:2px solid #3f3f3f;
	padding-top:10px;

}
#checkout-progress li .progress-marker,#tour-progress li .progress-marker{
	background: url("../../media/mainsprite8.png") repeat scroll -112px -139px transparent;
    display: block;
    height: 20px;
    left: 35%;
    position: absolute;
    top: -2px;
    width: 60px;
}
#coupon-divider{
  color:#FFF;
  text-shadow: #000 0px 1px 0;
}
#coupon-divider .sub-label span{
  color:#FFF;
}
.big-label label{
    font-size:130%;
}
.form-error{
	color:#a21627;
	padding:12px 30px;
	width:60%;
	margin:20px auto;
	background:#dbb7b7;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:2px solid #b02020;
	text-align:center;
	font-size:110%;
}
.imprint-checkbox fieldset label,#military_order_wrap label{
	float:none !important;
	display:inline;
}
.imprint-checkbox fieldset input{
	margin-left:0 !important;
}
#military_order_wrap{
    border:2px solid #70731F;
    background: #B8A03E url('../../media/camo.png') repeat scroll 0 0;
    padding:10px 12px 0;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;
    width:50%;
    margin:0 auto;
    font-size:130%;
    letter-spacing:1px;
}
#military_order_wrap .inp_note{
    font-size:80%;
    font-weight:bold;
    color:#FFF;
}
.receipt-div{
    -moz-border-radius:8px;
    -webkit-border-radius:8px;
    border-radius:8px;
    background-color:rgba(255,255,255,0.2);
    border:1px solid #CCC;
    padding:8px;
    margin-bottom:10px;
}
/*--------end topnav search--------*/
.link_entry{
    float:left;
    width:100%;
}
.link_entry span{
    width:50%;
    float:left;
    display:block;
    text-align:right;
}
.link_entry a{
    width:50%;
    float:left;
    text-align:left;
    display:block;
}

/*--------faq--------*/
#faq-dl
{
  text-align:left;
  width:80%;
  margin:10px auto 0;
  font-size:120%;
}
#faq-dl dt
{
  margin:5px 0;
}
#faq-dl dd
{
  border:1px solid #C5D3E1;
  padding:10px;
  margin:5px 20px 10px;
  color:#444;
  display:none;
}
/*--------end faq--------*/

/*--------cart--------*/
.cartQuant
{
  width:40% !important;
  margin:0 auto;
	padding: 2px !important;
}

.cart-errmsg, .coupon-error
{
  width:10em;
  color:#FFF;
  position:absolute;
  left:-122%;
  top:-45%;
  z-index: 1;
  background:#FF0000;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  -moz-box-shadow:0 0 3px rgba(0,0,0,0.3);
  -webkit-box-shadow:0 0 3px rgba(0,0,0,0.3);
  box-shadow:0 0 3px rgba(0,0,0,0.3);
  line-height:0.5em;
  padding:10px;
  text-align:right;
}
.cart-errmsg .sm-arr-rt, .coupon-error .sm-arr-rt
{
  position:relative;
  top:5px;
  left:7px;
}
.coupon-error
{
   left: 105%;
   line-height: 1em;
   top: 20%;
}
.yp fieldset span.inp_note
{
    color:#DEDEDE;
}
.color-msg
{
	font-size:90%;
	color:#777;
}
/*--------end cart--------*/

.holiday-break {
	text-align: center;
	line-height: 2;
	color: #F00;
	font-size: 18px;
	font-style: italic;
	text-decoration: underline;
	margin: 15px;
}

.featured-wrap {margin-top: 245px; }
.no-featured {margin-top:245px;}

.results-wrapper .w50.fl {
	width: 100% !important;
	position:relative;
	text-align: center;
}

.results-wrapper .w50.fl h1.fl {
	line-height:1;
	float: none;
}

.results-wrapper .w50.fl, .tech-sheet-btn-div {
	display: block;
	float: none;
	width: 100% !important;
	position: relative;
	text-align: center;
	margin: 3px 0;
	/* max-width: 2000px; */
}

.tech-sheet-btn-div .nicebtn {
	display: inline-block;
	float: none;
	vertical-align: top;
	margin-right: 4px;
	margin-bottom: 10px;
}

.results-header {
	top: 245px;
}

.model-images {
	top: -58px;
}

.pdf-subtext {
	right: -13px;
}
/* ----------------------------------
//  Media Queries
// --------------------------------*/
@media all and (max-width:500px){
  .filterBox {
    left: 26%;
  }
  .fotoramaZoom.icon.icon-magnify {
    left: 10px;
    top: 15px;
  }
  .material-list {
    width: 60%;
  }
  .material-list .country-choice-link {
    margin-top: 15px;
  }
  .msg_wrap .msg {
    width: 80%;
    min-width: auto;
  }
}
@media all and (max-width:700px){
	.bcc-comment-btn {
		width:50px;
	}
}
	@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
	.featured-wrap {
		margin-top: 350px;
	}

	.results-header {
		top: 248px;
	}
}
@media all and (max-width:750px){
  .fotoramaFeatured { display: none; }
}
@media all and (max-width: 850px) {
  .fotoramaFeatured {
    top: 20px !important;
  }
  .filterBoxHelp {
    left: 0;
    top: 115%;
  }
  .fotoramaZoom.icon {
    left: 30px;
  }
}
@media all and (max-width: 800px) {
  .fotoramaFeatured {
    top: 12px !important;
    z-index: 10;
  }
}
.fotoramaModal {
  width: 960px;
}
.Image__feedback {
  display: block;
  max-width: 100%;
  margin: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media all and (max-width:1024px){
  .fotoramaModal {
    width:100%;
  }
	.featured-wrap {margin-top: 0px; }
	.no-featured {margin-top:0px;}
	.expand-section{
		position: static !important;
		display: block;
	}
	.modelview #nav-logo{
		background: white;
		position:static;
		z-index: 1;
	}

	.results-wrapper {
		margin-top: 70px;
	}
	.results-header {
		position:static;
		top: 198px;
		width: inherit;
		z-index:1;
	}
	#logo{
		float:none;
		margin:0 auto;
	}
	#phone-info .liveChatLink{
		padding:0.5em 1em 1em;
		position:absolute;
		font-size:130%;
		top:-4em;
	}
	#phone-info .liveChatLink span.bubble{
		position:relative;
		margin:0 auto;
		top:0;
		right:0;
	}
	#mainwrap{
/*		display:none;*/
	}
	#saying {
		margin:10px;
		text-align:center;
	}
	#top-nav {
		margin:10px;
		clear:both;
	}
	#top-nav li {
		width:33.3%;
		border-top:1px solid white;
	}
	#top-nav li:nth-child(3) a{
		background-image:none;
	}
	#midwin {
		position:relative;
		/* height:1950px; */
	}
	#midwin .right-home-col, #midwin .left-home-col {
		width:100%;
		float:none;
		margin:10px auto;
		/* position:absolute; */
		top:0px;
	}
	#midwin .main-nav-wrap, #autocomp-find-frm{
		width:90%;
		margin-left:auto;
		margin-right:auto;
	}
	#midwin .left-home-col{
		top:850px;
	}
	#commercial #midwin .left-home-col{
		top:410px;
	}
	#midwin .left-home-col > div{
		margin-left:auto;
		margin-right:auto;
		display:block;
	}
	#miwin .news-container,#miwin .home-photo-container {

	}
	#midwin .left-home-col .gallery-container{
		width:610px;
		margin-left:auto;
		margin-right:auto;
		display:block;
	}
	#phone-info{
		margin:0 auto;
	}
	#phone-info p{
		text-align:center;
		margin:10px auto;
	}
	#midwin .left-home-col .gallery-container{
		max-width: 610px;
		width: 95%;
	}
	#midwin .left-home-col .gallery-container .pic-viewer-window {
		max-width:599px;
		width:100%;
	}
	#midwin .left-home-col .gallery-container .pic-viewer-window .inner img{
		width:100%;
	}

	#section-img {
		display:none;
	}
	.results-wrapper #results-hdr-rt {
		margin:0;
	}

	.results-wrapper .w50.fl,
	.tech-sheet-btn-div
	{
		display:block;
		float:none;
		width:100% !important;
		position:relative;
		text-align:center;
		margin:10px 0;
		max-width:2000px;
	}
	.results-wrapper .w50.fl h1.fl{
		float:none;
	}
	.tech-sheet-btn-div .nicebtn{
		display: inline-block;
		float: none;
		vertical-align: top;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	#model-images-spotlight img,#model-images .pic-viewer-window{
		/*width:90%;*/
	}
	.main-model-pic.pic-viewer-window .inner img{
		width:100%;
	}
	/* ----------------------------------
	//  about page
	// --------------------------------*/
	#about-radio-ul{
		width:90% !important;
	}
    .tab_content_wrap img {
        max-width: 100%;
    }
	.tab_content_wrap .tab_content .fl{
		float:none;
	}
	.tab_content_wrap .tab_content p.tab-main-content{
		margin-left:0 ;
		margin-top:10px;
	}
	#mainwrap .friend-info-wrapper {
		margin-left:0;
	}
	#mainwrap .tabs li a {
		text-align:center;
		padding-left:0;
		padding-right:0;
	}
	#mainwrap .total-box {
		width:70%;
		margin-right:0;
	}
	.product-list-headers h3 span.long{
		display:none;
	}
	.product-list-headers h3 span.short{
		display:inline;
	}
	.product-list-headers h3{
		text-indent:0;
	}
	.product-row span.long{
		display:none;
	}
	.product-row .bcc-comment-btn {
		left: 0px !important;
	}

	.product-row .bcc-comment {
		width: 150px;
	}

	.product-row .bcc-comment-title {
		margin-left: 45px;
	}

	.product-list-headers .btn-info {
		padding: 1px 5px;
		top: 7px;
		right: 5px;
	}

	.product-list-headers .info-text {
		top: -108px;
	}

	.pdf-subtext {
		right: -13px;
	}

	.coupon-image {
		top: 0;
		margin-bottom: 0;
	}

	.header-info {
		position: static !important;
		display: block;
	}

	.photocredit {
		top: inherit;
	}

	.main-model-pic .bcc-comment {
		left: 0 !important;
		top: 430px !important;
	}

	#real-viewer .photocredit {
		right: inherit;
	}

	#real-viewer .bcc-comment {
		top: inherit !important;
		left: inherit !important;
	}
}

.bcc-comment-btn,
.bcc-feedback-btn {
	cursor: pointer;
	padding: 10px;
	display:table !important;
	position:relative !important;
	left:5px !important;
	top:0px !important;
	-moz-box-shadow:none !important;
	-webkit-box-shadow:none !important;
	box-shadow:none !important;
	-moz-border-radius:0px !important;
	-webkit-border-radius:0px !important;
	border-radius:0px !important;
	z-index: 2 !important;
}

.bcc-comment:after,
.bcc-comment:before,
.bcc-feedback:after,
.bcc-feedback:before {
  display: table;
  content: " ";
  clear: both;
}
.bcc-comment,
.bcc-feedback {
	font-size: 12px !important;
	display: none;
	padding: 10px 10px; /* The font. Try changing font-size and see how the lines
	still follow the text */
font: normal 120%/1.5 Arial, sans-serif; /* The "paper" color */
background-color: #F1EAA3; /* The lines */
background-image: -webkit-linear-gradient(#E3E0A1 1px, transparent 1px);

	background-image: -moz-linear-gradient(#E3E0A1 1px, transparent 1px);
	background-image: -o-linear-gradient(#E3E0A1 1px, transparent 1px);
	background-image: -ms-linear-gradient(#E3E0A1 1px, transparent 1px);
	background-image: linear-gradient(#E3E0A1 1px, transparent 1px); /* This makes the lines follow the text.
	First value could be whatever (as long as it's > 0),
	second should be equal to line-height */

-webkit-background-size: 100% 1.5em;
	-moz-background-size: 100% 1.5em;
	background-size: 100% 1.5em; /* If you have padding, this makes the background
	offset according to it */

-webkit-box-shadow: 0px 2px 10px 0px #000;
  box-shadow: inset 0 8px 10px -5px #4E4D4D, inset 0 -8px 10px -5px #4E4D4D;
	background-origin: content-box;
}


.bcc-comment .handwritten {
	font-family: "Comic Sans MS", sans-serif;
	font-style: italic;
	color: blue;
}

.bcc-comment .mailto {
	text-decoration: none;
	color: blue;
  display: block;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}


.bcc-comment-binding {
 height: 20px;
 background: red;
 width: 100%;
 position: absolute;
 left: 0;
 top: 0;
 color: white;
 line-height: 0.8;
 border-bottom: 2px solid #ccc;
}


.bcc-comment-close {
 cursor: pointer;
 position: relative;
 top: 1px;
 left: 7px;
 font-style: normal;
 font-size: 13px;
 font-weight: bold;
}

.bcc-comment-title {
	margin-left: 86px;
	font-size: 11px;
	font-style: italic;
	position: relative;
	top: 2px;
}

.bcc-options-trigger {
	padding: 5px;
	margin-bottom: 20px;
}
.bcc-options-list {
	margin-left: 15px;
}

.btn-info {
	cursor: pointer;
	padding: 5px;
background: gold;
border: 2px solid black;
border-radius: 5px;
-webkit-border-radius: 5px;
position: relative;
z-index: 2;
top: 16px;
right: 5px;
}

.product-list-headers {
	position: relative;
}

.info-text {
	cursor: pointer;
	display: none;
	background: white;
	border: 1px solid black;
	position: absolute;
	padding: 20px;
	z-index: 4;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	right: 9px;
	top: 108px;
}
.info-text img {
	display: block;
margin: 0 auto;
margin-bottom: 5px;
}
}








.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  /* margin-left: -15px; */
  /* margin-right: -15px; */
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .offset_for_3_buttons {
    margin-left: 11.33%;
  }
  .offset_for_2_buttons {
    margin-left: 24%;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}



.bottom-nav .btn .icon,
.results-header .btn .icon {
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
}
[role="button"] {
  cursor: pointer;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/* from clsmodel inline styles that break ie8 */
/* .bcc-left-info { */
/*   min-height: inherit !important; */
/* } */
/* img.ya { */
/*   display: block; */
/*   position: static; */
/* } */
@media all and (max-width:500px){
  #top-nav li {
    width:49%;
  }
  #top-nav li a {
    padding: 12px 0px;
    background: none;
  }
  #phone-info .liveChatLink {
    padding: 10px 2px;
    font-size: 83%;
  }
  .filterBox {
    display: none;
  }
  .featured-title {
    display: none;
  }
}
.form-n-number {
  padding-top: 5px;
}
a.n-number-link {
  width: 80%;
  display: inline-block;
  background: yellow;
  padding: 5px 0px;
  font-size: 16.25px;
  color: black;
  text-shadow: none;
  border-radius: 5px;
  position: relative;
  top: -16px;
  font-family: system-ui, arial, sans-serif;
}
a.n-number-link:hover {
  color: black;
}
.text-left {
  text-align: left;
}
.H3 {
  border-bottom: none;
}
.yellow-bg {
  background: yellow !important;
}
@media all and (max-width:470px){
  .lookup-nnumber {
    font-size: 12px;
  }
}
.popup-form-n-number h3 {
  color: white;
  border-bottom: none;
}
.popup-form-n-number {
  padding: 10px 20px;
  background: #3b679e;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 20px 2px rgba(255,255,255,1);
-moz-box-shadow: 0px 0px 20px 2px rgba(255,255,255,1);
box-shadow: 0px 0px 20px 2px rgba(255,255,255,1);
}

.n-number-mfp .mfp-content {
  width: 40% !important;
  min-width: 350px;
  max-width: 450px;
}

.n-number-mfp .mfp-close {
  position: absolute;
  top: -10px;
  left: -5px;
  text-indent: -9999px;
  opacity: 1;
  background: url(../../media/mainsprite8.png) repeat scroll -4px -74px transparent;
  display: block;
  height: 22px;
  width: 22px;
}
.n-number-mfp .mfp-close:active {
  top: -10px;
}
.popup-n-number-results {
  color: white;
  font-weight: bold;
}
a.popup-n-number-link {
  width: 90%;
  float: right;
  display: inline-block;
  font-weight: normal;
  background: yellow;
  padding: 5px 0px;
  font-size: 16.25px;
  color: black;
  text-shadow: none;
  border-radius: 5px;
  position: relative;
  top: 27px;
  font-family: system-ui, arial, sans-serif;
}
@media all and (max-width:1000px){
  #popup-lookup-nnumber {
    font-size: 12px;
  }
}

.text-center {
    text-align: center;
}

.text-blue {
    color: #3b679e !important;
}
.text-red {
    color: red;
}
.text-red-600 {
    color: red;
}
.opacity-20 {
    opacity: 0.2;
}
.opacity-30 {
    opacity: 0.3;
}
.opacity-40 {
    opacity: 0.4;
}
.opacity-100 {
    opacity: 1;
}
.bold {
    font-weight: bold;
}
.uppercase {
    text-transform: uppercase;
}
.text-md {
    font-size: 16px;
}
.p3 {
    padding: 8px;
}
.bg-white {
    background: white;
}
.mt-3 {
    margin-top: 8px !important;
}
.italic {
    font-style: italic;
}
.text-md {
    font-size: 17px;
}
.text-lg {
    font-size: 20px;
}
.text-xl {
    font-size: 30px;
}
.ml-10 {
    margin-left: 25px;
}
.leading-none {
    line-height: 1;
}
.mt-2 {
    margin-top: 8px;
}
.max-w-xl {
    max-width: 1300px;
}
.p-4 {
    padding: 10px;
}
.bg-yellow-400 {
    background-color: #fcfc4b;
}
.text-white {
    color: #fff;
}
.text-shadow {
    text-shadow: 2px 2px 4px #000;
}
.align-middle {
    vertical-align: middle;
}
.w-1\/2 {
    width: 50%;
}
.ml-12 {
    margin-left: 35px;
}
.w-1\/3 {
    width: 33%;
}
.w-2\/3 {
    width: 66%;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.cursor-pointer {
    cursor: pointer;
}
.w-full {
    width: 100%;
}
.inline-block {
    display: inline-block;
}
.-ml-4 {
    margin-left: -20px;
}
.box-border {
    box-sizing: border-box;
}
.opacity-80 {
    opacity: 0.8;
}
.p-3 {
    padding: 8px;
}
.p-10 {
    padding: 30px;
}
.-ml-2 {
    margin-left: -10px;
}
.ml-2 {
    margin-left: 10px;
}
.shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.66);
}
.px-10 {
    padding-left: 30px;
    padding-right: 30px;
}
.relative {
    position: relative;
}
.tns-controls {
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 99999;
}
.text-2xl {
    font-size: 50px;
}
.pl-1 {
    padding-left: 5px;
}
.pl-8 {
    padding-left: 35px;
}
.pr-8 {
    padding-right: 35px;
}
.pt-3 {
    padding-top: 10px;
}
.m-auto {
    margin: auto;
}
.tns-nav {
    display: none;
}
.leading-none {
    line-height: 1;
}
.pt-6 {
    padding-top: 20px;
}
.pb-4 {
    padding-bottom: 15px;
}
.outline-none {
    outline: none;
}
.leading-7 {
    line-height: 1.75rem;
}

@media all and (min-width:640px){
    .sm\:whitespace-nowrap {
        white-space: nowrap;
    }
}
@media all and (max-width:640px){
    .sm\:text-xs {
        font-size: 11px;
    }
    .sm\:text-md {
        font-size: 14px !important;
    }
    .sm\:ml-15 {
        margin-left: 15px;
    }
    .sm\:text-lg {
        font-size: 20px !important;
    }
    .sm\:static {
        position: static !important;
    }
}
.ais-SearchBox-loadingIndicator {
    display: none;
}
.ais-SearchBox-input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
.ais-Snippet-highlighted {
    color: #4b6f9b !important;
background: none !important;
}
#hits_help {
    margin: 10px 0;
    font-size: 15px;
}
.ais-Hits-list {
    list-style: none;
    background-color: #ccd8e6;
    padding-top: 0px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    border-radius: 10px;
    text-shadow: none !important;
    text-align: left;
    max-height: 200px;
max-width: 92%;
    overflow: scroll;
}
.ais-Hits-item {
    line-height: 1.5;
    border-bottom: 1px solid #436999;
}
.ais-Hits-item a {
    font-size: 14px;
    font-weight: bold;
    color: #4b6f9b !important;
    width: 100%;
    display: inline-block;
    padding: 7px;
}
.ais-Pagination-list li {
display: inline;
}
