/*! 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;
    overflow: hidden;

}

::-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 */



#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;

}

.offermid{
    display: table-cell;
    vertical-align: middle;
    padding:20px;
    padding-top:10px;
}


.mainnav{
    width:100%;
    display: block;
}
.mainnav ul{
    width:100%;
    display: table;
    text-align: center;
    margin: 0px;
    padding:0px;
    list-style: none;
}
.mainnav li{
    display: table-cell;
    list-style: none;
    background-color: red;
    vertical-align: middle;
    position: relative;
}
.mainnav a{
    height: 100%;
    padding-left:15px;
    padding-right:15px;
    padding-top: 13px;
    padding-bottom: 13px;
    display: block;
}


#center-all{
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 900px;
    min-height: 600px;
}
#column_box{
   display: table;
   table-layout: fixed;
   vertical-align: top;
   border-spacing: 0;
   width: 100%;
}



#video_box{
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 55%;
}

#headerTitle{
    width: 55%;
}

#content_box{
    display: table-cell;
    vertical-align: top;
    position: relative;
    padding-left: 10px;
}

#footer_box{
    position: relative;
    min-height: 75px;
    width: 100%;
    display: block;
}

#header_box{
    position: relative;
    width: 100%;
}

h1.pageheader{
    margin-top:0px;
    margin-bottom: 0px;
    display: table-cell;
    vertical-align: bottom;
    line-height: .8em;
}
#headerTitle{
    text-align: right;
    height: 70px;
    position: relative;
    display: table;
    z-index: 1;
}





#custombgs{
    display: block;
    position: absolute;
    z-index: 1;
    width:100%;
    height: 100%;
}

.vehicleImage img{
    width:95%;
    margin-left: 2.5%;
}

#default_background{
     /*will be overwritten*/
    background-image: none;
    display: block;
    position: absolute;
    z-index: 0;
    height: 100%;
    width:100%;
    min-height: 600px;
    background-size:100% 100%;
}

#outer-wrap{
    z-index: 2;
    display: block;
    position: absolute;
    width:98%;
    padding-left: 1%;
    height: 100%;
}

/*Background Behavior*/

#custombgs img{
    width: 100%;
    height: 100%;
    min-height: 600px;
}
/*Background Behavior*/

#maincontent{
    z-index: 1;
}









/* DISCLAIMER WITH JQUERY SCROLL
------------------------------------------------------------------------------------------ */

/* scrollbar */
#disclaimerObj {
text-align: left;
z-index: 3;
margin-top: 10px;
height: 40px;
width: 374px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #aaa;

}

#disclaimerObj .viewport { 
width: 359px; 
height: 52px;
overflow: hidden; 
position: relative; 
}

#disclaimerObj .overview { 
    list-style: none; 
    position: absolute; 
    left: 0; 
    top: 0; 
 }
#disclaimerObj .thumb .end,
#disclaimerObj .thumb {
    background-color:#aaa;
}


#disclaimerObj .overview p { margin-top:0px;}
#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 { 
position: relative;
float: right; 
width:15px; 
}

#disclaimerObj .track {
    background:#000;
    background: rgba(0,0,0,.6);
    height: 100%;
    width:8px;
    position: relative;
    padding: 0 1px;
    margin-left: 8px;
    cursor: pointer;
}
#disclaimerObj .thumb { display:block; height: 10px; width: 8px; cursor: pointer; overflow: hidden; position: absolute; top: 0;
 }
#disclaimerObj .thumb .end { overflow: hidden; height: 5px; width: 13px; }
#disclaimerObj .disable{ display: none; }


/*------------------------------------------------------------------------------------------ */
/* DISCLAIMER WITH JQUERY SCROLL
------------------------------------------------------------------------------------------ */



.vehicleImage{

    -webkit-transform: translate(100%,0);
    -moz-transform: translate(100%,0);
    -o-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    transform: translate(100%,0);

     -webkit-transition: transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1); /* older webkit */
    -webkit-transition: transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
       -moz-transition: transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
         -o-transition: transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); 
            transition: transform 500ms cubic-bezier(0.175, 0.885, 0.320, 1.275); /* easeOutBack */
}

.vehicleImage.animIn{
    opacity: 1!important;
    display: block!important;
    -webkit-transform: translate(0em,0);
    -moz-transform: translate(0em,0);
    -o-transform: translate(0em,0);
    -ms-transform: translate(0em,0);
    transform: translate(0em,0);

}
.vehicleImage.animOut{
     opacity: 0!important;
     display: none!important;
    -webkit-transform: translate(100%,0);
    -moz-transform: translate(100%,0);
    -o-transform: translate(100%,0);
    -ms-transform: translate(100%,0);
    transform: translate(100%,0);
}

.mainoffer .offermid{
    opacity: 0;
    -webkit-transition: opacity 1s ease; /* older webkit */
    -webkit-transition: opacity 1s ease; 
       -moz-transition: opacity 1s ease; 
         -o-transition: opacity 1s ease; 
            transition: opacity 1s ease; /* easeOutBack */
    
}
.mainoffer.animIn .offermid{
   opacity: 1!important;
}
.mainoffer.animOut .offermid{
    opacity: 0!important;
}