* {
    margin: 0;
    padding:0;
}

body {
      background-color: #fff;
      font-family: 'Lato', sans-serif;
}

#ad {
    position: absolute;
    width : 300px;
    height : 250px;
    overflow: hidden;
}

#background{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 213px;
    width: 447px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#foreground{
    position: absolute;
    bottom: 0px;
    left: 0px;
    height: 238px;
    width: 662px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}
#outback {
    position: absolute;
    top: 87px;
    left: 40px;
}
#goat {
    position: absolute;
    top: 86px;
    left: 89px;
}
#foreground2{
    position: absolute;
    bottom: 0;
    left: 0px;
    height: 0px;
    width: 0px;
    display: none;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

.scene {
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width : 100%;
    height: 100%;
}

/*
    FOREGROUND
*/
#border {
    z-index: 2000;
    position: absolute;
    width: 298px;
    height: 248px;
    border: 1px solid black;
    top: 0px;
    left: 0px;
}

#white_band {
    position: absolute;
    width: 300px;
    height: 250px;
    top: 0;
    left: 0px;
	z-index: 101;
}

.logo {
    z-index: 1001;
    position: absolute;
	bottom: 13px;
    right: 13px;
    width: 65px;
 }

.line{
    z-index: 1001;
    position: absolute;
    top: 205px;
    left: 210px;
}

.book {
    z-index: 1001;
    position: absolute;
    top: 231px;
    left: 14px;
}

#branding{
    position: absolute;
    bottom: 11px;
    left: 111px;
}

/*
    TERMS & CONDITIONS
*/

#disclaimer {
    z-index: 9002;
    cursor: pointer;
    position: absolute;
    top: 5px;
    left: 235px;
}
#disclaimer_copy {
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    line-height: 95%;
    color: #ffffff;
    float: right;
}

#TC {
    z-index: 1002;
    position: absolute;
    left: 1px;
    top: 1px;
    width: 278px;
    height: 228px;
    color: #000;
    visibility: hidden;
    border: 10px solid #fff;
    background: rgba(255,255, 255, 0.9);
}
/* width */
::-webkit-scrollbar {
  width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

#TC_exit {
     z-index: 9003;
     position: absolute;
     width: 80px;
     height: 20px;
     visibility: hidden;
}

.TC_exit_button {
    margin-right: 10px;
    margin-left: 18px;
    padding: 0;
    top: 28px;
}

#TC_rollover {
    font-family: 'Lato', sans-serif;
    font-size: 8.5pt;
    margin-right: 0px;
    margin-left: 0px;
    padding: 20px 10px 5px 10px;
}

#TC_copy {
    clear: both;
    font-family: 'Lato', sans-serif;
    font-size: 8pt;
    color: #000000;
    margin-right: 0px;
    margin-left: 0px;
    height: 171px;
    padding: 10px;
}


#TC_logo{
    position: absolute;
    right: 0;
    top: 10px;
    width: 120px;
}

.car_image{
	width: 240px;
    top: 59px;
    position: absolute;
    z-index: 110;
    left: 30px;
	/* image-rendering: -moz-crisp-edges;          Firefox */
	image-rendering: -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

#headline {
    position: absolute;
    left: 0;
    right: 0;
    top: 22px;
    width: 154px;
    height: auto;
    margin: auto;
}
#subheadline2 {
    position: absolute;
    left: 25px;
    top: 58px;
    width: 238px;
    height: auto;
    margin: auto;
}
#headline2 {
    position: absolute;
    left: 385px;
    top: 23px;
    width: 234px;
    height: auto;
}
#price {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 300px;
    height: auto;
}

.copy {
    font-family: 'Lato', sans-serif;
    color:#FFF;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: unset;
    font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-osx-font-smoothing: grayscale;
}

#container {
    position: relative;
    top: 15px;
	width: 294px;
	text-align: center;
	opacity: 0;
}

#subheadline{
	position: relative;
	font-family: 'Lato', sans-serif;
    color: #9a9494;
	font-size: 10pt;
	top: -3px;
	letter-spacing: 0.01px;
}

.headline_black{
   font-family: 'Lato', sans-serif;
   font-weight: 900;
   font-size: 25px;
   top: 0px;
   position: relative;
}

#cta {
    font-family: 'Lato', sans-serif;
    font-size: 11px;
    position: absolute;
    bottom: 11px;
    left: 15px;
    float: left;
    background-color: #5c5c5c;
    color: #ffffff;
    padding: 5px 7px;
}
#plinth {
    position: absolute;
    top: 175px;
    width: 320px;
}

#model_logo{    
    position: relative;
	width: 170px;
    top: 5px;
}

#model_logo{
	image-rendering: -moz-crisp-edges;         /* Firefox */
	image-rendering: -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

.logo{
	image-rendering: -moz-crisp-edges;         /* Firefox */
	image-rendering: -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}

#branding{
	image-rendering: -moz-crisp-edges;         /* Firefox */
	image-rendering: -o-crisp-edges;         /* Opera */
    image-rendering: -webkit-optimize-contrast;/* Webkit (non-standard naming) */
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;  /* IE (non-standard property) */
}
#bottomSet {
    position: absolute;
    width: 300px;
    height: 250px;
    top: 300px;
    left: 0;
}