/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/* web page layout */
/* uses fontawesome :  http://fontawesome.io/cheatsheet/ */
@charset "utf-8";

html,
button,
input,
select,
textarea {
    color: #222;
}

body{ 
    margin:0px;
}

html {
    font-family: Arial, san-serif;
    font-size: 1em;
    line-height: 1;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

a:active, a:focus { 
    outline-style: none;
    -moz-outline-style:none; 
}
a:active, a:selected, a:visited {  
    border: none;
    outline: none;
}

a {
    border:none;
    text-decoration: none;
}

p{

    margin-top: .4em;
    margin-bottom: .4em;
}
h1,h2,h3,h4,h5,h6{
    margin-top: .4em;
    margin-bottom: .4em;
}



img {
    border: none;
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE 8 */   
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE 6 & 7 */      
    zoom: -1;
}

html { -webkit-font-smoothing: antialiased; }
/* END CSS DEFAULT SETTINGS */


/* hmm */
#playerContainerUwm video#uwmHTML5player{
    position: absolute;
}
/* hmm */

#makeThumbs a.loading:before { 
    display: none;
} 
/*disable loading state*/

#video_XYposition {
-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
-moz-box-shadow:    0px 0px 5px rgba(0, 0, 0, 0.3);
box-shadow:         0px 0px 5px rgba(0, 0, 0, 0.3);
}



.mainoffer {
    background-color: #fff;
    margin-top: 0px;
    position: relative;
    width: 100%;
    /* WARNING possible trouble */
}

.offertable {
    display: table;
    height: 200px;
    margin:0px auto;
}

.offermid{
    display: table-cell;
    vertical-align: middle;
    padding:20px;
    padding-top:10px;
}


.mainnav{
    width:100%;
    display: block;
}
.mainnav ul{
    width:100%;
    text-align: center;
    margin: 0px;
    padding:0px;
    list-style: none;
}
.mainnav li{
    list-style: none;
    background-color: red;
    vertical-align: middle;
    position: relative;
}
.mainnav a{
    height: 100%;
    padding:20px;
    display: block;
}
#makeleft:before,
#makeright:before{
text-shadow: 0 0 5px #000000;
}

div#makeright,div#makeleft{
    width: 4%;
    background-color: transparent;
}
div#makeright:hover,
div#makeleft:hover,
div#makeright.disabled,
div#makeleft.disabled,
div#makeright.disabled:hover,
div#makeleft.disabled:hover{
    background-color: transparent;
}

#header_box{
    padding-left: 10px;
}

div#thumbViewport{ 
    width: 100%;
    margin-left: -3px;
}



#custombgs{
    display: none!important;  
}


.vehicleImage{
    position: relative;
}
.vehicleImage img{
    width:95%;
    margin-left: 2.5%;
}

#default_background{
    /*will be overwritten - hard disabled on mobile*/
    display: none!important;   
    background-image: none!important; 
    /*will be overwritten*/
}
html{
    background-image: none!important; 
}


#default_background{
    display: block;
    position: absolute;
    z-index: 0;
    width:100%;
    height: 100%;
}

#outer-wrap{
    z-index: 2;
    display: block;
    position: absolute;
    width:100%;
    height: 100%;
}

/*Background Behavior*/
#default_background{
    height: 100%;
    width:100%;
    min-height: 600px;
    background-size:100% 100%;
}
/*Background Behavior*/

#maincontent{ 
    z-index: 1;
}









/* DISCLAIMER WITH JQUERY SCROLL
------------------------------------------------------------------------------------------ */

#disclaimerObj{
    padding:10px;
    font-size: 12px;
}


#disclaimerObj .thumb .end,
#disclaimerObj .thumb {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

#disclaimerObj .scrollbar { 
display: none!important;
}

/*------------------------------------------------------------------------------------------ */
/* DISCLAIMER WITH JQUERY SCROLL
------------------------------------------------------------------------------------------ */

.vehicleImage{
    -webkit-transform: translate(0em,0);
    -moz-transform: translate(0em,0);
    -o-transform: translate(0em,0);
    -ms-transform: translate(0em,0);
    transform: translate(0em,0);
}
