@charset "UTF-8";

/* Resets ------ */ 

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, hgroup, menu, footer, header, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; } article, aside, canvas, figure, figure img, figcaption, hgroup, footer, header, nav, section, audio, video { display: block; } a img {border: 0; background-color: transparent; background-repeat: no-repeat; background-size: auto auto; } 


	
@font-face{
		font-family: 'mazdaBold';
		src: url('../fonts/Mazda-Bold.woff2') format('woff2'),
		 url('../fonts/Mazda-Bold.woff') format('woff'),
		 url('../fonts/Mazda-Bold.ttf') format('truetype');
}


	
@font-face{
		font-family: 'Interstate';
		src: url('../fonts/Interstate-Regular.woff2') format('woff2'),
		 url('../fonts/Interstate-Regular.woff') format('woff'),
		 url('../fonts/Interstate-Regular.ttf') format('truetype');
	}
	
@font-face{
		font-family: 'InterstateBold';
		src: url('../fonts/Interstate-Bold.woff2') format('woff2'),
		 url('../fonts/Interstate-Bold.woff') format('woff'),
		 url('../fonts/Interstate-Bold.ttf') format('truetype');
	}
@font-face{
		font-family: 'InterstateBlack';
		src: url('../fonts/Interstate-Black.woff2') format('woff2'),
		 url('../fonts/Interstate-Black.woff') format('woff'),
		 url('../fonts/Interstate-Black.ttf') format('truetype');
	}
	


body { 
	background-color: rgba(0, 0, 0, 0.7);
	margin:0px;
	font-family: Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	
}


div {
	position: absolute;
	backface-visibility:hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-perspective: 1000;

}

#ad{
   border: rgb(0,0,0) 1px solid;
   background:#000000;
   
   overflow:hidden;
	top:0px;
   left:0px;

   position: relative;
	display: block;
	width: 298px;
	height: 598px;
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

#seq{
	display: block;
    position: absolute;
	left: 0px;
    top:0px;
}


#feat-bg{
	display: none;
	top: 362px;
	left: 0px;
	font-family: interstate;
	font-size: 12px;
	line-height: 15px;
	color: #000000;
	opacity: 0;
	padding: 6px 7px 0px 7px;
	
	background: #EE9401;
	
	/*mix-blend-mode: multiply;*/
	z-index: 59;
	width: 260px;
	height: 52px;
	text-align: left;	
	
}

#feat{
	display: block;
	top: 474px;
	left: 50px;
	font-family: interstate;
	font-size: 15px;
	line-height: 17px;
	color: #ffffff;
	opacity: 0;
	padding: 4px 7px 2px 6px;
	background: none;
	z-index: 60;
	width: 147px;
	height: 32px;
	text-align: left;
	white-space: pre;
}


#bonus{
	visibility: visible;
	opacity: 1;
	background-image: url("images/1000b.png");
	width: 891px;
	height: 300px;
	background-size: 100% 100%;
	left: -36px;
	top: 349px;
	z-index: 60;
	-webkit-transform: scale(0.65) ;
	-moz-transform: scale(0.65) ;
	transform: scale(0.65) ;
}

#bonusrect-bg{
	
	display:block;
    position: absolute;
	background: #efaa10;
    height: 56px;
    width: 320px;
    top: 359px;
    left: -13px;
    z-index: 49;
	opacity:0;/*0.75;*/
	
	
	-webkit-transform: rotate(-7.75deg);
	-moz-transform: rotate(-7.75deg);
	transform: rotate(-7.75deg);
}


#bonusrect{
	
	display:block;
    position: absolute;
	background: url('../images/box.png') 0 0 no-repeat;
    height: 196px;
    width: 164px;
    top:262px;
    left: -3px;
    z-index: 8;
	opacity:0;
	
	background-size: contain;
	
	mix-blend-mode: normal;
}



#brect{
	opacity:0;
	top: 400px;
	left: 47px;
	width: 291px;
	height: 56px;
	background: #db192f;
	z-index: 10;

	-webkit-mix-blend-mode: multiply;
	-moz-mix-blend-mode: multiply;
	mix-blend-mode: multiply;
	
}

#bggrad{
	
	left:47px;
	top:456px;
	transform: scale(0.229);
	transform-origin: top left;
	
	-webkit-mix-blend-mode: multiply;
	-moz-mix-blend-mode: multiply;
	mix-blend-mode: multiply;
}

#bggo{
	
	left:47px;
	top:456px;
	transform: scale(0.229);
	transform-origin: top left;
}




#bonusrect2{
	
	display:block;
    position: absolute;
	background: url('../images/box.png') 0 0 no-repeat;
    height: 196px;
    width: 164px;
    top:262px;
    left: -3px;
    z-index: 9;
	opacity:0;
	
	background-size: contain;
	
	mix-blend-mode: normal;
/*	mix-blend-mode: color-burn;*/
}


#G, #O {
	
	-webkit-background-blend-mode: overlay;
	-moz-background-blend-mode: overlay;
	background-blend-mode: overlay;
	
	-webkit-mix-blend-mode: overlay;
	-moz-mix-blend-mode: overlay;
	mix-blend-mode: overlay;
}



.mBold {
	font-family:'mazdaBold', Helvetica, Arial, sans-serif !important;
}
.interstate {
	font-family:Interstate, Arial, Helvetica, sans-serif;
}
.interstateBold {
	font-family:InterstateBold, Arial, Helvetica, sans-serif;
}


.buttons {
	position: absolute;
	bottom: 2px;
	right: 6px;
	z-index:50001;
	opacity:0;
	color:#ffffff;
}


#logo {
    background: transparent url("../images/logo.png") no-repeat scroll 0 0;
    height: 26px;
    left: 14px;
    position: absolute;
    bottom:8px;
    width: 113px;
    z-index: 9999;
	opacity:0;
}
#zz {
    background: transparent url("../images/zoom-zoom160x600.png") repeat scroll 0 0;
    height: 13px;
    left: 12px;
    position: absolute;
    bottom:14px;
    width: 140px;
    z-index: 9999;
	opacity:1;
}




#allTxt{
	
	display:block;
	width:300px; 
	left:44px;
	height:auto;
	
	/*-webkit-font-smoothing: subpixel-antialiased;*/

	color: #ffffff;
	
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	
  position: absolute;
  
  top:410px;
  
  z-index: 10;
		
  -moz-transform: perspective(1px) ;
  transform: perspective(1px) ;
  /*-webkit-transform: perspective(1px) ;
  transform: perspective(1px) ;*/
}

#priceBlock {
	
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    display: block;
    font-family: "mazdaBold",Helvetica,Arial,sans-serif;
    font-size: 16px;
    margin-left: 6px;
	left: 5px;
    padding-left: 0;
    position: absolute;
    top: 72px;
	margin-top:0px;
    width: auto;
	opacity:0;
	white-space:nowrap;
	-webkit-font-smoothing: subpixel-antialiased !important;
	-moz-osx-font-smoothing: auto !important;
	font-smoothing: auto !important;
	text-rendering: auto!important;
}

.priceOuter {
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	width:auto;
	text-align:left;
	margin-top: 0;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding: 0;
}
#priceInner{
    display: inline-block;
    font-family: Interstate,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: 500;
    left: 0;
    opacity: 1;
    position: relative;
    top: 17px;
    width: auto;
	height: 46px;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	margin-top:2px;
	padding: 0 5px 2px 2px;
	vertical-align: top;
}
#price_a{
	display: block;
	font-size: 11px;
	left: 0;
	padding: 0px;
	position: absolute;
	top: -17px;
	vertical-align: top;
	white-space: nowrap;
	line-height: 11px;
}
#price_b{
    display: inline-block;
    font-size: 20px;
    left: 0px;
    line-height: 100%;
    margin: -2px 0 0 0px;
    position: relative;
    top: 4px;
    vertical-align: top;
    white-space: nowrap;
}
#price_val{
    display: inline-block;
    font-family: Interstate;
	font-weight: 600;
    font-size: 42px;
    padding-left: 0;
    position: relative;
    white-space: nowrap;
}
#price_c{
	display: block;
	font-size: 11px;
	margin: 0 0 0 0px;
	position: absolute;
	text-align: right;
	top: 30px;
	vertical-align: top;
	white-space: nowrap;
	letter-spacing: 0.05em;
	width: auto;
	right: 14px;
}
.redTxt {
	color:#d80024;
}
.blkTxt {
	color:#ffffff;
    font-size: 90%;
}

#modelText1 {
	
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline-block;
    font-family: "mazdaBold",Helvetica,Arial,sans-serif;
    font-size: 26px;
	line-height: 30px;
    left: 13px;
	margin-left:-8px;
    padding: 0 0 0 8px;
    position: absolute;
	white-space:nowrap;
	opacity:0;
    top: 27px;
    width: auto;
}
#modelText2 {
	font-family:InterstateBold, Arial, Helvetica, sans-serif;
	font-size:16px;
    position: absolute;
	display:inline-block;
	background:rgba(0,0,0,0);
	padding: 0;
	white-space:nowrap;
	opacity:0;
	left:10px;
	width:auto;
	top: 54px;
}




#btn_disc{
    background: rgba(0, 0, 0, 0) none no-repeat scroll 0 0;
    display: inline-block !important;
    float: left;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 300;
    height: 20px;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    padding-left: 3px;
    padding-top: 7px;
    position: relative;
    text-align: center;
    top: 0;
    vertical-align: middle;
    white-space: nowrap;
    width: 16px;
    z-index: 99998;
}

#btn_disc:hover{
	margin-top:0px;
	margin-bottom:0px;
	margin-right:0px;
}

#CTA_button_label{
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: 600;
    height: 20px;
    padding: 8px 3px 0 0;
    position: relative;
    text-align: left;
    vertical-align: top;
    white-space: nowrap;
}

#CTA_button_arrow{
	position:relative; 
	margin:0; 
	padding:9px 0 0 2px; 
	font-weight:300; 
	font-family:arial; 
	font-size: 11px; 
	white-space: nowrap; 
	text-align:left; 
	display:inline-block;
	width:10px;
	height:20px;
	background: url('../images/arrow.png') no-repeat scroll 2px 10px rgba(0, 0, 0, 0);
}

#cta_btn{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 28px;
    left: 0px;
    position: relative;
    top: 0px;
	white-space:nowrap;
	display:inline-block;
	z-index: 9999;
}
#cta_btn:hover{
    left: 1px;
    top: 1px !important;
}

#disc_div{
	background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
	border: none;
	top: 456px;
	color: #ffffff;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: 600;
	height: 65px;
	left: 47px;
	padding: 6px 10px;
	position: absolute;
	visibility: hidden;
	width: 231px;
	z-index: 99997;
}		