
@font-face {
font-family: "Pricedown";
src: url("fonts/pricedown_bl.ttf");
src: url("fonts/pricedown_bl.woff") format("woff"), url("fonts/pricedown_bl.woff2") format("woff2");
}

body {
    opacity: 1;
    transition: 1s opacity;
    background-color:#fff;
    padding:0;
    margin:0;
    /*overflow: hidden;*/

}
body.fade-in {
    opacity: 0;
    transition: none;
}
html {
    background-color: #fff !important;
}

.scenes-palette .item{
  display:inline-block;
  vertical-align: top;
}

.floatingFilmPriceDiv{
  display:none;
  padding-left:0;
  margin-left:0;
  width:100%;
  margin-left:-55px;
}
.floatingFilmPriceDiv li {
  background: #ccc;

 }
 .floatingFilmPriceDiv li p{
   margin:0;
   padding:4px;
   width:100%;
 }
  .floatingFilmPriceDiv li p span{
    float:right;
    color:#004064;
    font-weight:900;
  }
.floatingFilmPriceDiv li:nth-child(odd) { background: white; }


.watermark{
  width:100vw;
  height:100vh;
  position:fixed;
  left:0;
  top:0;
  pointer-events: none;
  background-size:cover;
  opacity: 0.5;
}

.vt_logo{
  position: fixed;
  left: min(3%, 20px);
  top: 4px;
  max-width: min(30%, 250px);
  z-index: 9;
}


  .cl div{
    margin-top:7px !important;
    margin-left:6px;
    }

.circle {
  height: 25px;
  width: 25px;
  background-color:#F00;
  border-radius: 50%;
  border:1px solid #000;
}
.black {
  height: 25px;
  width: 25px;
  background-color:#000;
  border-radius: 50%;
  border:1px solid #000;
}
.gray {
  height: 25px;
  width: 25px;
  background-color:#666;
  border-radius: 50%;
  border:1px solid #000;
}
.blue {
  height: 25px;
  width: 25px;
  background-color:#000064;
  border-radius: 50%;
  border:1px solid #000;
}
.white {
  height: 25px;
  width: 25px;
  background-color:white;
  border-radius: 50%;
  border:1px solid #000;
}
a.button {
  width: 80px;
  height: 30px;
  background: #333;
  display: block;
  position: relative;

  overflow: hidden;
  border: 1px solid #333333;
  color: white;
  text-decoration: none;

  -webkit-box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,.4);
  -moz-box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,.4);
  box-shadow: inset 0px 1px 1px 0px rgba(255,255,255,.4);

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;


  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;

  background-image: -webkit-linear-gradient(bottom, #383838 0%, #444444 49%, #555 50%, #555 100%);
  background-image: -moz-linear-gradient(bottom, #383838 0%, #444444 49%, #555 50%, #555 100%);
  background-image: -ms-linear-gradient(bottom, #383838 0%, #444444 49%, #555 50%, #555 100%);
  background-image: -o-linear-gradient(bottom, #383838 0%, #444444 49%, #555 50%, #555 100%);
  background-image: linear-gradient(bottom, #383838 0%, #444444 49%, #555 50%, #555 100%);
}

a.button span.text {
  position: absolute;
  top: 5px;
  left: 20px;
  font: 15px Arial;
}

a.button span.shine {
  content: '';
  position: absolute;
  height: 400px;
  width: 20px;
  background: white;
  top: -80px;
  left: -20px;
  display: block;
  opacity: 0.8;

  -webkit-box-shadow: 0px 0px 20px 10px white;
  -moz-box-shadow: 0px 0px 20px 10px white;
  box-shadow: 0px 0px 20px 10px white;

  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);

  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

a.button:hover {
  -webkit-box-shadow: inset 0px 1px 10px 0px rgba(255,255,255,.4), 0px 3px 3px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: inset 0px 1px 10px 0px rgba(255,255,255,.4), 0px 3px 3px 0px rgba(0,0,0,0.4);
  box-shadow: inset 0px 1px 10px 0px rgba(255,255,255,.4), 0px 3px 3px 0px rgba(0,0,0,0.4);
}
/*
a.button:active {
  -webkit-box-shadow: inset 0px 1px 15px 0px rgba(0,0,0,.4), inset 0px 1px 1px 1px rgba(0,0,0,.2), 0px 1px 1px 0 rgba(255,255,255,.5);
  -moz-box-shadow: inset 0px 1px 15px 0px rgba(0,0,0,.4), inset 0px 1px 1px 1px rgba(0,0,0,.2), 0px 1px 1px 0 rgba(255,255,255,.5);
  box-shadow: inset 0px 1px 15px 0px rgba(0,0,0,.4), inset 0px 1px 1px 1px rgba(0,0,0,.2), 0px 1px 1px 0 rgba(255,255,255,.5);
}

a.button:hover span.shine {
  left: 170px;
  top: -300px;
}
*/
  body{
    overflow-x:hidden;
    overflow-y:scroll;}

  @media (max-width: 1000px) and (min-width: 320px) {
     .br{
       margin-top:20px !important;}
    }
  .col-lg-4{
    /*background-color:#5353FF;*/
    background-color:#999;
    border:2px solid #FFF;
    text-transform:uppercase;
    cursor:pointer;
    text-align:center;
    }

    .tint-selector, .tint-ppf{
      margin-bottom: 5px !important;
    }

    .tint-selector .activeh,.tint-ppf .activeh {
      background-color:#5353FF;
    }

    .tint-selector .activehs, .tint-ppf .activehs {
    	background-color: #62d040;
    }

    .namd a{
      color:#FFF !important;
      font-weight:bold;
      font-style:italic;
      }
  .navbar-nav a{
    font-size:12px;
   }
   /*
  .navbar-nav a:hover{
    color:#FF925E !important;
     transition: 0.5s all;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-o-transition: 0.5s all;
-ms-transition: 0.5s all;

    }
	*/
.gh,.br{
  border:1px solid #CCC;
  }
  .navbar-default li{
    border-right:1px solid #CCC;}

.make p {
    text-align: center;
  }
  .make img {
    /*border: 1px solid;*/
    max-width:100%;
  }
.model_thumb {
  width: 200px;
  padding: 30px 0;
  /*border: 1px solid;*/
}
.model p {
  text-align: center;
}


.color-palette{
   transform: rotate(90deg);
   width: 250px;
   margin-top:90px;
   margin-left: -100px;
   /*margin-bottom: 80px;*/
 }
.color-palette .item{
   transform: rotate(-90deg);
 }
.color-palette .owl-nav{
   display: flex;
   justify-content: space-between;
   position: absolute;
   width: 110%;
   top: calc(50% - 30px);
 }
div.color-palette .owl-nav .owl-prev, div.color-palette .owl-nav .owl-next{
    font-size:36px;
    top:unset;
    bottom: 15px;
}

.color-palette .owl-prev {
	visibility: hidden;
}

.color-palette .owl-stage-outer {
	z-index: 1;
}
/*
.bottom-navbar {
  background-color: #000;
  padding: 5px;
  height: auto;
}*/

.bottom-navbar{
  display:flex;
  left:0;
  float:left;
  width:100%;
  margin: 0 auto;
}

.bottombar {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin:0 auto;
  padding:0;
  padding-top: 2px;
}

.bottom-navbar .nav {
  background-color: #333;
  width: 100%;
  padding:0;
  display:flex;
  overflow-x:auto;
  overflow-y: visible;
  margin:0 auto;
  padding-bottom: 3px;
}

.bottom-navbar .nav a {
  height: 100%;
}

.bottom-navbar .nav li {
  float: left;
  line-height: 1em;
}
#tint-shade-selector, #tint-type-selector{
  table-layout: fixed;
  float:left;

}

#tint-shade-selector{
  padding-left: 10px;
}



.bottom-navbar li a {
  color: #fff;
  font-weight: 600;
  /*border: 1px solid #666;*/
  font-size:0.70em;
  padding: 8px;
    white-space: nowrap;
}

/*
.bottom-navbar a:hover {
  color: #fff !important;
  background-color: #0083cd !important;
}
*/

.bottom-navbar .tab {
  background: #151515; /* Old browsers */
background: -moz-linear-gradient(bottom, #151515 0%, #262626 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(bottom, #151515 0%,#262626 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to top, #151515 0%,#262626 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#606060',GradientType=0 ); /* IE6-9 */
border:1px solid #1E1E1E;
min-width: 120px;
text-align: center;
}

.bottom-navbar .selected a, .bottom-navbar .selector span {
  /* color: #0083cd;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display:block;
  width:100%;
  min-width:1px;
}

.iconTable{
  margin:0 auto;
  border-radius: 6px;
}
.color_circle_div{
  width:36px; /* 26px */
  height:32px; /* 26px */
  padding:0;
  margin:5px;
  border:none;
  /* box-shadow:2px 2px 2px rgba(0,0,0,0.5); */
 border-radius:2px;
 overflow:hidden;
}

.color_circle_div::after {
  display: block;
  position: relative;
  /*background-image: linear-gradient(to top, transparent 30%, rgba(255,255,255,0.7) 100%);*/
  margin-top: -26px;
  height: 26px;
  width: 100%;
  content: '';
  border-radius:2px;

}


.header {
  /*background-color: #000;*/
  /*margin-bottom: 3%;*/
  /*box-shadow: 0px 5px 10px #121212;*/
  /*padding-top: 1%;*/
  /*margin-left: 5px;*/
  float: left;
  width: 100%;
  position: absolute;
  z-index: 999;
}

.clr {
  padding: 5px 0px !important;
}

.clr img {
  /* padding: 5px !important;--daryl */
}

.bc-brand-selection .brandName {
  color: #0083cd;
  border-radius: 4px;

border: 1px solid #666;
}

.bc-shades-selector img {
  /*max-width: 50%;*/
  max-height: 20px;
}

#tint-shade-selector a {
  padding: 0px;

}

.file_display{
  font-size:0.75em;
  font-style: italic;
  color:#555;
}

#tint-shade-selector .shade-front, #tint-shade-selector .shade-rear, .tinttypes, .brandTypes, #tint-shade-selector .shade-winds {
  padding: 0;
  margin: 3px 5px;
  width: 35px;
  border-radius: 4px;
  cursor: pointer;
  display:table-cell;
  vertical-align:middle;
  vertical-align: middle;
  font-size: 0.75em;
  font-weight: 500;

}

#tint-shade-selector .shade-front, #tint-shade-selector .shade-rear, #tint-shade-selector .shade-winds{

max-height: 34px;
min-height:34px;
float:left;
margin:0 auto;
margin-left:5px;

}

.btn-front, .btn-rear , .btn-winds{
  padding: 1px !important;
  border: 1px solid #666;
  width: 50px;
  float: left;
  border-radius: 3px !important;
  text-align: center;
  font-size: 0.5em !important;
  cursor: pointer;
  line-height: 30px;
  margin-left: 5px;
}

.rearview-preview-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  right: 0;
  height: 100%;
  width: 98%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #000;
}

.hidden{
  display:none;
}

.color-palette2, .color-palette-45front, .color-palette-45rear{
  display:table;
}

.color-palette2 .item, .color-palette-45front .item, .color-palette-45rear .item{
  display:table-cell;
}

#btn-reset {
  margin: 1%;
}

#bar_tint, #bar_tint_info{
	width: calc(100% - 90px);
	margin-left: 45px;
	margin-right: 0;
	border-radius: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}

.model-year, .car-mod{

  display: table;
  width: 100%;
  height: -webkit-calc(100vh - 100px);
  height: -moz-calc(100vh - 100px);
  height: calc(100vh - 100px);
}
.model-year{
    margin-top:0px;
    height:100vh;
}
.list-inline > li {
    margin-bottom: 10px;
  }

#clientlogo{
  display:none;
  max-height: 65px;
  position: absolute;
  right: 0;
  max-width: 25%;
  width: auto;
  margin: 0 auto;
  padding: 0;
  margin-top:10px;
  margin-right: 25px;
}
#clientlogo img{
  max-width:75% !important;
}
.carframe{

}

#footer0_scroll_left, #footer1_scroll_left{
  background:url(../images/left-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 68px;
}

#footer0_scroll_right, #footer1_scroll_right{
  background:url(../images/right-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 68px;
  right:0;
  left: auto;
}

.mobile_icon{
  display:none;
}
#toggle_ppf, #toggle_tint{
  /*padding:5px 15px;
  background-color:#0083cd;
  border:1px solid #004770;
  color:white;
  border-radius: 4px;*/

    background-color: transparent;
    border: none;
    color: white;
    border-radius: 0;
    font-size: 1.2rem;
    position: relative;
width: 100%;
line-height: 2.5rem;
}

#toggle_ppf:hover, #toggle_tint:hover{
  /*border:1px solid #004770;*/
}

.ppf_icon_toggle{
  display:block;
  position:fixed;
  margin:0 auto;
  bottom:0;
  margin-bottom: 55px;
  right: 0;
  margin-right: 300px;
  background-size:contain;
  background-repeat:no-repeat;
  height:45px;
  z-index:999;
  cursor:pointer;
}

.expand_icon{
  display:block;
  position:fixed;
  margin:0 auto;
  bottom:0;
  margin-bottom:45px;
  right:0;
  margin-right:5px;
  background:url(../images/expand.png);
  background-size:contain;
  background-repeat:no-repeat;
  width:45px;
  height:45px;
  z-index:999;
  cursor:pointer;
}

.priceTable{
  width:100%;

}
.priceTable td{
  padding:5px;
  text-align: center;
}
.priceTable input{
  width:45px;
  text-align: center;
}

.priceDiv{
  /* width:400px;*/
  height:100px;
  background:transparent;
  position:absolute;
  left:0;
  top:0;
  z-index:4;
  line-height: 1.5em;
}

.priceDiv_p1{
  text-align:left;
  Color:#111;
  font-weight:600;
  font-size:1.4em;
  line-height: 1em;
  margin-bottom: 4px;
}

.priceDiv_p2{
  text-align:left;
  font-size:2em;
  /* font-family: 'Pricedown', Arial, sans-serif;*/
  line-height: 0.65em;
  margin-bottom:0;
  color: #000;
  font-weight: bold;
}

.priceDiv_p4{
  color:#333;
  text-align:left;
  font-size:1em;
  line-height: 1em;
  margin:0 auto;
}

.tintinfo_logo{
  max-width:100px;
  height:auto;
  margin-bottom: 10px;
}

#tint_type{
  display:table;
  height:100%;
}

#tint_type p{
  vertical-align: bottom;
  margin: 0 auto;
  height: 100%;
  display: table-cell;
  padding: 12px;
  font-size: 1.5em;
  font-weight: 600;
  color: #3399ff;
  white-space: nowrap;
  width:auto;
}

#tint_solar, #tint_light, #tint_uv, #tint_ir, #tint_irer,#tint_auto75{
  display:table;
  height:100%;
  /* min-width: 200px; */
}

/* #tint_solar p, #tint_light p, #tint_uv p, #tint_ir p, #tint_irer p, #tint_auto75 p{
  color:#333;
  font-size:1em;
  vertical-align: bottom;
  margin: 0 auto;
  height: 100%;
  display: table-cell;
  padding: 10px;
  font-weight: 600;
  margin-right:20px;
  white-space: nowrap;
  width:auto;
  padding-left:0;
} */

/* .leftInfo p{
  display:inline-block !important;
  padding:1px !important;
  margin:0 auto !important;

} */

.tint-information-box{
  display:none;
}

.car-45-front, .car-45-back, .car-45-rear {
  height: 72.96px;
  width: 129.2px;
  position:relative;
  float:left;
  top:0;
  left:0;
  box-shadow: 0.4vh 0.4vh 1vh 0.25vh rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0) !important;
  border-radius: 2px;
  cursor: pointer;
}

.bottom-right-elements .car-45-front {
  margin-right: 10px;
}

.bottom-left-elements .car-45-front {
  margin-bottom: 5px;
}

#priceDiv_mobile{
  display:none;
}

#client_logo_2{
  display: block;
}

#client_logo_2 img{
  max-width:250px;
  max-height:150px;
}
.priceDiv_new{
  /* width:400px;*/

  background:transparent;
  position:relative !important;
}

.whitebar{
background-color:#fff !important;
}

.whitebar li{
  border-radius:4px;
  margin-right:2px;
}


@media only screen and (max-width: 844px) {
.iconTable{
  margin-top: 3px;
  margin-bottom: 3px;
}

.car-45-front, .car-45-back, .car-45-rear{
  height:60.8px;
  width:108px;
  position:inherit;
  float:initial;
  top:inherit;
  left:inherit;
  margin:0 auto;
  vertical-align: top;
  display:inline-block;
}


  .expand_icon{
    display:none;
  }

  .mobile_icon{
    display:none;
    position:fixed;
    margin:0 auto;
    top:0;
    margin-top:45px;
    right:0;
    margin-right:45px;
    background:url(../images/mobile_icon.png);
    background-size:contain;
    background-repeat:no-repeat;
    width:45px;
    height:100px;
    z-index:999;

    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }


  .header img{
      width: 45%;
  }

  .scrollarrows, .scrollarrows0{
    display: block;
  }

  .model-year{
    margin-top:65px;
  }

  .shade-front, .shade-rear, .shade-winds{
    display: table-cell;
    width: 45px;
    min-width: 35px;
    text-align: center;
    height: 34px;
    max-height: 34px;
    float:left;
    margin-left:5px;
  }

  .priceDiv{
    /* width:400px;*/
    height:100px;
    background:transparent;
    position:absolute;
    left:0;
    top:0;
    z-index:4;
    line-height: 1.5em;
    margin-top: -0;
    margin-left: -20px;
  }

  .priceDiv_p1{
    text-align:left;
    Color:#111;
    font-weight:600;
    font-size:0.85em;
    margin:0 auto;
  }

  .priceDiv_p2{
    text-align:left;
    font-size:2em;
    /*font-family: 'Pricedown', Arial, sans-serif;*/
    line-height: 1em;
    margin:0 auto;
  }

  .priceDiv_p4{
    color:#333;
    text-align:left;
    font-size:0.85em;
    line-height: 1em;
    margin:0 auto;
    margin-top:-5px;
  }

  .tintinfo_logo{
    max-width:100px;
    height:auto;
    max-height: 25px;
    margin: 0 auto;

  }

  #tint_solar p, #tint_light p, #tint_uv p, #tint_ir p,#tint_irer p, #tint_auto75 p{
    color:#333;
    font-size:0.65em;
    line-height: 0.65em;
    vertical-align: bottom;
    margin: 0 auto;
    height: 100%;
    display: table-cell;
    padding: 10px;
    font-weight: 600;
    margin-right:20px
  }

  #tint_type p{
    font-size:0.85em;
    padding:10px;
  }

  #clientlogo {
    margin-top:5px;
    margin-right: 10px;
  }

  .priceDiv p:nth-child(2){
    margin-top:-2px;
  }

}
.floatingPriceDiv, .floatingFilmPriceDiv{
  list-style:none;
  padding:0;
  margin:0 auto;
  padding-left:20px;
  padding-top:20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  top: 3.5vh;
  right: 1.5vh;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  padding: 8px;
  box-shadow: 0.4vh 0.4vh 1vh 0.25vh rgba(0, 0, 0, 0.8);
  max-width:200px;
  text-align: left;
}

/*
.floatingFilmPriceDiv{
  padding-left:0px;
  position:fixed;
  left:25px;
  width:auto;
  min-width:300px;
}
*/

.bottom-right-elements {
	position: fixed;
	right: 0;
	bottom: 0;
	margin-bottom: 44px;
	z-index: 999;
	width: 300px;
}

#tint_specification p {
	text-align: left;
}

@media only screen and (max-width: 844px) {

  .car-45-front{
    height: 60.8px;
    width: 108px;
    float:left;
    top:0;
    left:0;
    vertical-align: top;
    display:inline-block;
  }
  .bottom-right-elements {
	width: 250px;
  }
  .car-45-back,   .car-45-rear{
    height: 60.8px;
    width: 108px;
    position:relative;
    float:left;
    top:0;
    left:0;
    vertical-align: top;
    display:inline-block;
  }
  .expand_icon{
    display:none;
  }

  .mobile_icon{
    display:none;
    position:fixed;
    margin:0 auto;
    bottom:0;
    margin-top:40px;
    right:0;
    margin-right:10px;
    background:url(../images/mobile_icon.png);
    background-size:contain;
    background-repeat:no-repeat;
    width:45px;
    height:100px;
    z-index:999;

    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }


  .carframe{
    display:table;
    width:100%;
    height:100%;
  }

  .carframe-cell{
    display:table-cell !important;
    vertical-align: middle;
  }

  .scrollarrows, .scrollarrows0{
    display: block;
  }

  .model-year{
    margin-top:65px;
  }

  .header {
    position:relative;
  }

  .header img{
      width: 25%;
  }

  .shade-front, .shade-rear, .shade-winds{
    display: table-cell;
    width: 45px;
    min-width: 35px;
    text-align: center;
  }

#clientlogo{
  max-height: 30px;
  position: absolute;
  right: 0;
  max-width: 25%;
  width: auto;
  margin: 0 auto;

  margin-right: 1px;
  margin-top: 5px;
  padding:0;

}

.priceDiv{
    /* width:400px;*/
  height:100px;
  background:transparent;
  position:absolute;
  left:0;
  top:0;
  z-index:4;
  line-height: 2.5em;
  margin-top:-150px;
    margin-left: 15px;
}

.priceDiv_p1{
  text-align:left;
  Color:#111;
  font-weight:600;
  font-size:1.2em;
  margin:0 auto;

}

.priceDiv_p2{
  text-align:left;
  font-size: 1em !important;
    /*font-family: 'Pricedown', Arial, sans-serif;*/
  line-height: 1em;
  margin:0 auto;
  max-width: 100%;
  left: 0;
  margin-left: 0;
}

.priceDiv_p4{
  color:#333;
  text-align:left;
  font-size:1em;
  line-height: 1em;
  margin:0 auto;
}

.floatingPriceDiv, .floatingFilmPriceDiv{
  list-style:none;
  padding:0;
  margin:0 auto;
  padding-left:0px;
  padding-top:0px;
  position: absolute;

}


#tint_solar_2 p, #tint_light_2 p, #tint_uv_2 p, #tint_ir_2 p, #tint_irer_2 p, #tint_auto75_2 p{
  color:#333;
  font-size:0.75em;
  vertical-align: middle;
  margin: 0 auto;
  height: auto;
  display: table-cell;
  font-weight: 600;
  text-align:left;
  padding:0;
  padding-left:10px;

}

#tint_type_2 p{
 vertical-align: bottom;
 margin: 0 auto;
 height: 100%;
 display: table-cell;
 padding: 0;
 font-size: 1em;
 font-weight: 600;
 color: #3399ff;
 text-align:center;
 /*margin-left:5px;*/
 position:relative;
 float:left;
 /*margin-right:10px;*/
 padding-left: 5px;
}

.tintinfo_log_2, .tintinfo_logo{
  max-width:100px;
  height:auto;
  margin-bottom: 0;
  padding:0;
}


#tint_specification p{
  font-size:1em !important;
}

}

@media only screen and (max-width: 500px) {
.cariconsection{
  width:100%;
}

.tint-information-box {
    display: block;
    position: fixed;
    float: left;
    width: 100%;
    bottom:85px;
    padding-left: 15px;
    padding-right: 15px;
  }


  #priceDiv_mobile{
    display:block;
    width: 100%;
  }

  #priceDiv_mobile .priceDiv_p1{
    color: #3399ff;
    padding-left:5px;
  }

}
#bar_make .tab, #bar_make .selection.selected {
	background-image: linear-gradient(rgb(0, 131, 205) 0%, rgb(0, 64, 100) 100%) !important;
	display: inline-block;
	height: min(9.6vw, 8vh);
	width: min(15.2vw, 13vh);
	display: inline-block;
	min-width: 72px;
	min-height: 48px;
	max-width: 120px;
	max-height: 80px;
}
#bar_make .tab a {
	background-size: contain !important;
	padding-top: min(53px, max(29px, min(6.1vw, 5vh)));
	background-position: top;
	background-repeat: no-repeat;
	cursor: pointer;
}
@media (min-width: 720px) and (min-height: 600px) {
	#bar_make .tab a:before {
		content: "Vehicle ";
	}
}
#bar_make .navbar-nav {
	background-color: transparent !important;
}
#bar_make .selected a {
	font-size: 14px;
	color: #fff !important;
	padding: 0;
	padding-top: min(30px, max(15px, min(3.6vw, 3vh)));
}
#bar_make .selected a:hover {
	background: none !important;
}
.rmirror {
	width: 33.33vw;
	height: 5.9994vw;
	position: absolute;
	top: 0;
	left: 33.33vw;
	z-index: 10;
}
.rmirror-layer {
	background-size: 100%;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	height: 100%;
	box-shadow:none;
	background-color: rgba(0, 0, 0, 0 ) !important;
	background-position: center;
	transition: .5s ease;
	position: absolute;
	right: 0;
}
.rmirror-layer.rearview-base {
	background-size: 95%;
}
.carmainspacer {
	width: max(100vw, calc(100vh * 135 / 76));
	height: max(100vh, calc(100vw * 76 / 135));
	position: absolute;
	top: calc(50vh - max(50vh, calc(50vw * 76 / 135)));
	left: calc(50vw - max(50vw, calc(50vh * 135 / 76)));
	margin: 0;
	padding: 0;
}
.carmainspacer .img-responsive {
	width: 100%;
}
.whitebar {
	background-color: transparent !important;
}
.whitebar li.selected a:hover {
	background: inherit !important;
}
#tint-shade-selector .tint-position-selector {
	display: block;
	float: left;
	line-height: 1em;
	width: 64px;
	/*
	background-image: linear-gradient(rgb(153, 153, 153) 0%, rgb(51, 51, 51) 100%);
	*/
	border-radius: 4px;
	margin: 0;
	margin-left: 4px;
	padding-bottom: 3px !important;
}
#tint-shade-selector .tint-position-selector {
	text-decoration: none;
}
#tint-shade-selector .tint-position-selector.active, #tint-shade-selector .active .shade-percent {
	/*
	background-image: linear-gradient(rgb(0, 131, 205) 0%, rgb(0, 64, 100) 100%);
	*/
	color: #fff !important;
}
#tint-shade-selector .tint-position-selector .tint-position-icon {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	width: 64px;
	height: 25px;
}
#tint-shade-selector .shade-percent {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	font-size: 16px;
	/*
	background-image: linear-gradient(rgb(153, 153, 153) 0%, rgb(51, 51, 51) 100%);
	*/
	box-shadow: 1px 3px 6px 2px rgba(0,0,0,0.6);
	text-decoration: none;
	background-color: #0083cd;
	height: 100%;
}
#tint-shade-selector .not-selected > .shade-percent {
	background-color: #666;
}
#tint-shade-selector .shade-percent:hover {
	text-decoration: none !important;
}
.whitebar .bc-shades-selector {
	background: transparent !important;
}
.bottom-navbar {
	position: relative;
}
.bottom-navbar-title {
	color: #fff;
	font-weight: bold;
	white-space: nowrap;
	position: absolute;
	top: -24px;
	left: 5px;
}
.vt-scrollable {
	position: relative;
	width: 100%;
}
.vt-scroll-area {
	overflow-x: hidden !important;
}
.vt-scroll-slider, .vt-scroll-area .nav {
	overflow-x: visible !important;
}
.vt-scroll-left, .vt-scroll-right {
	position: absolute;
	top: 3px;
	width: 36px;
	height: 36px;
	border-radius: 4px;
	cursor: pointer;
	background-size: contain !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
	display: none;
}
.vt-scroll-left {
	left: 3px;
}
.vt-scroll-right {
	right: 3px;
}
.vt-scroll-enabled .vt-scroll-left, .vt-scroll-enabled .vt-scroll-right {
	display: block;
}
.bottom-navbar .bc-brand,
.bottom-navbar .bc-brand-selection,
.bottom-navbar .brandTypes,
.bottom-navbar .bc-type,
.bottom-navbar .bc-type-selection,
.bottom-navbar .bc-shades,
.bottom-navbar .tint-position-selector,
.bottom-navbar .tinttypes,
.vt-scroll-left,
.vt-scroll-right
{
	background: #0083cd;
	background-color: #0083cd !important;
	color: #fff;
	border: 0px none;
	box-shadow: 1px 3px 6px 2px rgba(0,0,0,0.6);
	margin-right: 3px;
}
.bottom-navbar .tint-position-selector {
	background: #666 !important;
}
.bottom-navbar .bc-brand:hover,
.bottom-navbar .bc-brand:not(.active):hover,
.bottom-navbar .bc-brand-selection:hover,
.bottom-navbar .brandTypes:hover,
.bottom-navbar .bc-type:hover,
.bottom-navbar .bc-type:not(.active):hover,
.bottom-navbar .bc-type-selection:hover,
.bottom-navbar .bc-shades:hover,
.bottom-navbar .bc-shades:not(.active):hover,
.bottom-navbar .tint-position-selector:hover,
.bottom-navbar .tint-position-selector.active,
.bottom-navbar .tinttypes:hover,
.bottom-navbar .shade-percent:hover,
.vt-scroll-left:hover,
.vt-scroll-right:hover,
.bottom-navbar .active > .shade-percent,
.bottom-navbar .selected
{
	background: #00a4e6;
	background-color: #00a4e6 !important;
}
.tint-table-wrapper {
	display:table;
	overflow-x:auto;
	border-spacing:5px 0px;
	height: 100%;
	margin-left: -5px;
}
.bottom-left-elements {
	position: absolute;
	z-index: 100;
	left: min(20px, max(0px, calc(4vw - 20px)));
	bottom: -30px;
	padding-left: 8px;
}

@media only screen and (max-width: 844px) {
	.bottom-left-elements {
		bottom: -20px;
	}

  .floatingFilmPriceDiv{
    max-height: 40%;
    overflow: scroll;
    left: 1rem;
    right: auto;
    bottom: 1rem !important;
    top: auto;
    font-size: 0.65em;
    width: 140px;
    border: 1px solid #ccc;
  }


  .ppf_icon_toggle {
    margin-right: 10px;
    margin-bottom: auto;
    margin-top: 45px;
    top: 10px;
  }

}
.bottom-right-elements .iconTable {
	display: none;
}

@media (max-height: 650px) {
	.bottom-left-elements {
		display: none;
	}
	.bottom-right-elements .iconTable {
		display: table;
	}
}
#tint_3micons img {
	max-width: 150px;
	height: auto;
}
.vt-scrollable:not(.vt-scroll-enabled) #bar_tint {
	margin-left: calc(8px + min(20px, max(0px, calc(4vw - 20px))));
}
/*
Override this from nav.less
*/
.nav > li > a:focus, .nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}
