*{
-webkit-tap-highlight-color: rgba(0,0,0,0);
}

::-webkit-scrollbar
{
width: 2px;  /* for vertical scrollbars */
height: 0px; /* for horizontal scrollbars */
background-color: #fff;
}
::-webkit-scrollbar-track
{
background: #fff;
}
::-webkit-scrollbar-thumb
{
background: #ccc;
}


body,html{
margin: 0;
padding: 0;
width: 100vw;
min-height: 100vh;
background-color: #EEE;
position:relative;
left: 0;
top: 0;
  -webkit-overflow-scrolling: touch;
}
#wrapper{
width: 100vw;
height: 100vh;
position: absolute;
top: 0;
left: 0;
text-align: left;
}
#filters{
    position: fixed;
    left: 0;
    top: 0px;
    width: 300px;
    height: 100vh;
background-color: #fff;
z-index: 1000;
overflow-y: scroll;
}
#filters .logo{
    position: absolute;
    left: 8%;
    top: 18px;
    width: 240px;
    height: 43px;
    background-image: url("../img/lexus_logo.png");
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}
#filters .headline{
position: absolute;
left: 10%;
top: 100px;
width: 80%;
height: 24px;
text-align: left;
font-family: sans-serif;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
color: #000;
}
#filters .intro{
position: absolute;
left: 10%;
top: 125px;
width: 80%;
height: 150px;
text-align: left;
font-family: sans-serif;
font-size: 12px;
line-height: 14px;
color: #000;
}
#filters .intro a{
color: #000;
font-weight: bold;
text-decoration: underline;
}
#filters .toggles{
position: absolute;
left: 10%;
top: 395px;
width: 80%;
height: 50px;
}
#filters .thickRule{
width: 100%;
height: 2px;
background-color: #000;
float: left;
}
#filters .thinRule{
width: 100%;
height: 1px;
background-color: #000;
float: left;
}
#filters .size{
float:left;
width: 100%;
height: 14px;
text-align: left;
font-family: sans-serif;
font-size: 14px;
font-weight: normal;
font-weight: bold;
text-transform: uppercase;
color: #000;
margin: 10px 0 10px 0;
}
#filters ul{
float: left;
width: 100%;
list-style: none;
text-align: left;
padding: 0;
;
}
#filters ul li{
float:left; 
font-family: sans-serif;
font-size: 12px;
font-weight: normal;
padding: 3px;
margin: 5px;
transition: background-color 0.3s;
cursor: pointer;
padding: 5px;
}
/*
#filters ul li:hover{
cursor: pointer;
background-color: #fff;
}
*/

.selected{
	background-color: #000;
	color: #fff;
}
.notSelected{
	background-color: #fff;
	color: #000;
}
.active{
	background-color: #000;
	color: #fff;
}
.inactive{
	background-color: #fff;
	color: #000;
}
.strike{
	color: #000;
	background-color: #fff;
text-decoration: line-through;
cursor: pointer;
}
#filters .structure{
float: left;
width: 100%;
height: 14px;
text-align: left;
font-family: sans-serif;
font-size: 14px;
font-weight: normal;
text-transform: uppercase;
color: #000;
margin: 10px 0 10px 0;
font-weight: bold;
}
#banners{
position: absolute;
    left: 0;
    top: 0px;
    width: calc(100vw - 325px);
    height: auto;
    min-height: 100vh;
    background-color: #EEE;
    padding-left: 400px;
    padding-top: 62px;
overflow-y: visible;

}
#banners .sizeHeader{
float: left;
	width: 90%;
	height: 97px;
	border-top:6px solid #000;
}
#banners .subHeader{
float: left;
	width: 90%;
	height: 20px;
	line-height: 20px;
	border-top:1px solid #000;
	text-align: left;
	font-size: 11px;
	font-family: sans-serif;
	margin-bottom: 50px;
}
.updated{
opacity: 0.5;
pointer-events: none;
}
#top{
position: fixed;
width: 29px;
height: 42px;
background-image: url(../img/top.png);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
right: 35px;
bottom: 25px;
opacity: 0.2;
display: none;
}
#top:hover{
opacity: 1.0;
cursor: pointer;
}
