@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: 'mazdaRegular';
		src: url('../fonts/Mazda-Regular.woff2') format('woff2'),
		 url('../fonts/Mazda-Regular.woff') format('woff'),
		 url('../fonts/Mazda-Regular.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');
	}
	

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


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

}


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

   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;
	/*
	transform: translate3d(0,0,0) rotate(0deg) scale(1);
	transform-origin: top left 0px;*/
}


.interstate{
	
    font-family: Interstate,Arial,Helvetica,sans-serif;
}
.interstateBold{
	
    font-family: InterstateBold,Arial,Helvetica,sans-serif;
}



#plane{
	
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
}



.tri{
	display: inline-block;
	position: relative;
	margin: 0 0.2em 0 0;
	padding: 0px 5px 0px 0px;
	font-size: 11px;
	white-space: nowrap;
	width: 0.6em;
	top: -0.1em;
}


#signwrap{
	
	top:29px;
	left:6px;
	
	position: absolute;
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	backface-visibility:visible;
	z-index: 90;
	
	-webkit-transform: scale(0.52) translate(48px, 19px);
	-moz-transform: scale(0.52) translate(48px, 19px);
	transform: scale(0.52) translate(48px, 19px);
}

#depSignwrap{
	
	position: absolute;
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	backface-visibility:visible;
	z-index: 90;
	
	
}

.sign {
    display: block;
    height: 24px;
    vertical-align: middle;
	background-image: 'none'; 
    background-color: #333333 ;
	border-radius: 3px;
	background-size: cover !important;
    color: #FFF;
	opacity:0;
	left:-200px;
	font-size: 46px;
	text-align: center;
	line-height: 50px;
	font-family: InterstateBold;
	width:48px ;
	overflow: hidden;
	
	-webkit-font-smoothing: antialiased;
	
    -moz-transform:rotateX(90deg);
    -webkit-transform:rotateX(90deg);
    -o-transform:rotateX(90deg);
    -ms-transform:rotateX(90deg);
    transform:rotateX(90deg);
	
	z-index: 95;
	
}

.signbg {
    display: block;
    height: 24px;
    vertical-align: middle;
	background-image: 'none'; 
    background-color: #333333 ;
	border-radius: 3px;
	background-size: cover !important;
    color: #FFF;
	opacity:0;
	left:-200px;
	font-size: 26px;
	text-align: center;
	line-height: 29px;
	font-family: InterstateBold;
	width:48px ;
	overflow: hidden;
	
	-webkit-font-smoothing: antialiased;
	
    -moz-transform:translateZ(-10px) !important;
    -webkit-transform:rotatranslateZ(-10px) !important;
    -o-transform:translateZ(-10px) !important;
    -ms-transform:translateZ(-10px) !important;
    transform:translateZ(-10px) !important;
	
	z-index: 95;
	
}
.signUpper{
    -moz-transform-origin: bottom center 0px;
    -webkit-transform-origin: bottom center 0px;
    -o-transform-origin: bottom center 0px;
    -ms-transform-origin: bottom center 0px;
	transform-origin: bottom center 0px;
	
	border-radius: 3px 3px 0px 0px !important;
}
.signLower{
	
	z-index: 100;
	
    -moz-transform-origin: top center 0px;
    -webkit-transform-origin: top center 0px;
    -o-transform-origin: top center 0px;
    -ms-transform-origin: top center 0px;
	transform-origin: top center 0px;
	
	line-height: 0px !important;
	height: 24px ;
	background-position-y: -12px;
	
	border-radius: 0px 0 3px 3px !important;
}

.icn{
	
	background: url('../images/plane_icn_blk.png') no-repeat scroll 0px -6px rgb(255,204,0);
}
.icnb{
	
	background: url('../images/plane_icn_blk.png') no-repeat scroll 0px -54px rgb(255,204,0);
}


.depsignbg {
    display: block;
    height: 24px;
    vertical-align: middle;
	background-image: 'none' !important; 
    background-color: #333333 !important;
	border-radius: 3px;
	background-size: cover !important;
    color: #FFF;
	opacity:0;
	left:-200px;
	font-size: 23px;
	text-align: center;
	line-height: 29px;
	font-family: InterstateBold;
	overflow: hidden;
	
	-webkit-font-smoothing: antialiased;
	
    -moz-transform:translateZ(-10px) !important;
    -webkit-transform:rotatranslateZ(-10px) !important;
    -o-transform:translateZ(-10px) !important;
    -ms-transform:translateZ(-10px) !important;
    transform:translateZ(-10px) !important;
	
	z-index: 95;
}

.depsign {
    display: block;
    height: 24px;
    vertical-align: middle;
	background-image: 'none' !important; 
    background-color: #333333 !important;
	border-radius: 3px;
	background-size: cover !important;
    color: #FFF;
	opacity:0;
	left:-200px;
	font-size: 39px;
	text-align: center;
	line-height: 48px;
	font-family: InterstateBold;
	overflow: hidden;
	
	-webkit-font-smoothing: antialiased;
	
    -moz-transform:rotateX(90deg);
    -webkit-transform:rotateX(90deg);
    -o-transform:rotateX(90deg);
    -ms-transform:rotateX(90deg);
    transform:rotateX(90deg);
	
	z-index: 95;
}

.depsignUpper{
    -moz-transform-origin: bottom center 0px;
    -webkit-transform-origin: bottom center 0px;
    -o-transform-origin: bottom center 0px;
    -ms-transform-origin: bottom center 0px;
	transform-origin: bottom center 0px;
	
	border-radius: 3px 3px 0px 0px;
}

.depsignLower{
	
	z-index: 100;
	
    -moz-transform-origin: top center 0px;
    -webkit-transform-origin: top center 0px;
    -o-transform-origin: top center 0px;
    -ms-transform-origin: top center 0px;
	transform-origin: top center 0px;
	
	line-height: 0px !important;
	height: 24px !important;
	background-position-y: -12px !important;
	
	border-radius: 0px 0 3px 3px;
}






#extwrap{
	
	top:15px;
	left:-2px;
	
	position: absolute;
	-webkit-backface-visibility: visible;
	-moz-backface-visibility: visible;
	backface-visibility:visible;
	z-index: 90;
	
	-webkit-transform: scale(1.18) translate(0px, 0px);
	-moz-transform: scale(1.18) translate(0px, 0px);
	transform: scale(1.18) translate(0px, 0px);
}




#xtraTxt{
	
	color: #ffffff;
	font-family: Interstate,Arial,Helvetica,sans-serif;
	font-weight: 500;
	opacity: 0;
	position: relative;
	text-shadow: 0px 0px 6px #000000;
	z-index: 100;
	
	-webkit-font-smoothing: subpixel-antialiased !important;
	-moz-osx-font-smoothing: auto !important;
	font-smoothing: auto !important;
	text-rendering: auto!important;
}









.yTxt{
	
	color: rgb(255,204,0);
}



.buttons {
    left: 11px;
    opacity: 0;
    position: absolute;
    bottom: 13px;
    z-index: 50001;
}








#logo {
    background: transparent url("../images/logo.png") no-repeat scroll 0 0;
    height: 66px;
    right: 14px;
    position: absolute;
    bottom:14px;
    width: 72px;
    z-index: 9999;
	opacity:0;
}
#zz {
    background: transparent url("../images/zoom-zoom160x600.png") repeat scroll 0 0;
    height: 13px;
    right: 10px;
    position: absolute;
    bottom:15px;
    width: 140px;
    z-index: 9999;
	opacity:1;
}














#allTxt{

	display:block;
	width:500px;
	height:auto;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;

	position: absolute;

	margin-top: 10px;
	top:-6px;
	left: 330px;

	z-index: 90;


	-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: #E00024;
    display: block;
    font-family: "mazdaBold",Helvetica,Arial,sans-serif;
    font-size: 16px;
    margin-left: 0px;
	left:0;
    padding-left: 0;
    position: absolute;
    top: 36px;
	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:-3px;
	top:0px;
	width:auto;
	text-align:left;
	margin-top: 0;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	padding: 0;

	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-o-transform: scale(0.85);
	transform: scale(0.85);
}
#priceInner{
    color: #FFCD00;
    display: inline-block;
    font-family: Interstate,Arial,Helvetica,sans-serif;
    font-size: 20px;
	line-height: 22px;
    font-weight: 500;
    left: 0;
    opacity: 1;
    position: relative;
    top: 0px;
    width: 94px;
	height: 46px;
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	margin-top:2px;
	padding: 0;
	vertical-align: top;
	
	text-shadow: 0px 0px 7px #000000;
}
#price_a{
    display: block;
    font-size: 14px;
    left: 0;
    padding: 0 0 3px 4px;
    position: relative;
    top: -5px;
    vertical-align: top;
    white-space: nowrap;
}
#price_b{
    display: inline-block;
    font-family: Interstate,Arial,Helvetica,sans-serif;
    font-size: 18px;
    left: 0;
    line-height: 100%;
    margin: -5px 0 0 3px;
    position: relative;
    top: 7px;
    vertical-align: top;
    white-space: nowrap;
}
#price_val{
	display: inline-block;
    font-family: Interstate,Arial,Helvetica,sans-serif;
    font-size: 36px;
    padding-left: 0;
    position: relative;
    white-space: nowrap;
    letter-spacing: 1px;
}
#price_c{
    display: block;
    font-size: 12px;
    margin: 0 0 0 3px;
    position: relative;
    text-align: right;
    top: 8px;
    vertical-align: top;
    white-space: nowrap;
	width: 145px;
}
.redTxt {
	color:#d80024;
}
.blkTxt {
	color:#000000;
    font-size: 90%;
}

#modelText1 {

    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ffffff;
    display: inline-block;
    font-family: "mazdaBold",Helvetica,Arial,sans-serif;
    font-size: 20px;
    left: 0px;
	margin-left:-8px;
    padding: 0 0 0 10px;
    position: absolute;
	white-space:nowrap;
    top: 0;
    width: auto;
	line-height: 100%;
	min-height: 16px;
	opacity: 0;
	
	text-shadow: -2px -2px 11px rgba(0,0,0,0.65);
}
#modelText2 {
	font-family: InterstateBold, Arial, Helvetica, sans-serif;
	font-weight: 500;
	color: #ffffff;
	font-size: 12px;
	line-height: 110%;
	position: absolute;
	display: inline-block;
	background: rgba(0,0,0,0);
	padding: 8px 0 0 0;
	white-space: nowrap;
	left: 0px;
	width: auto;
	height: 15px;
	top: 32px;
	opacity: 0;
	text-shadow: -1px 0px 7px rgba(0,0,0,0.9);
}

.free{
		color: #E00024;
    display: inline-block;
    font-family: InterstateBold,Arial,Helvetica,sans-serif;
    font-size: 38px;
    left: 0px;
    line-height: 100%;
    margin: 0 0 0px 0px;
    position: relative;
    top: 0px;
    vertical-align: top;
    white-space: nowrap;
}
.disc{

    display: inline-block;
    font-family: Interstate,Arial,Helvetica,sans-serif;
    font-size: 16px;
    left: 0px;
    line-height: 100%;
    margin: 0 0 0px 0px;
    position: relative;
    top: 1px;
    vertical-align: top;
    white-space: nowrap;
}
.feat{
	color: #E00024;
	/*color: #000000;*/
    display: block;
    font-family: Interstate,Arial,Helvetica,sans-serif;
    font-size: 14px;
    left: 118px;
    line-height: 110%;
    margin: 0 0 5px 0px;
    position: relative;
    top: -34px;
    vertical-align: top;
    white-space: nowrap;
}
.feat2{

    color: #000000;
    display: inline-block;
    font-family: InterstateBold,Arial,Helvetica,sans-serif;
    font-size: 18px;
    left: 0;
    line-height: 110%;
    margin: 0 0 5px 0px;
    position: relative;
    top: 0px;
    vertical-align: top;
    white-space: nowrap;
}
#featBlock{
    color: #000000;
    display: block;
    font-family: Interstate,Arial,Helvetica,sans-serif;
    font-size: 14px;
    left: 0px;
    line-height: 110%;
    margin: 0 0 5px 0px;
    position: relative;
    top: 25px;
    vertical-align: top;
    white-space: nowrap;
	opacity: 0;
}

#featBlock > ul{
	margin-left: 13px;
}

#featBlock > ul > li{
	margin-bottom: -2px;
}



















#btn_disc{
    background: rgba(0, 0, 0, 0) none no-repeat scroll 0 0;
    color: #FFFFFF;
    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;
    color: #FFFFFF;
    display: inline-block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: 600;
    height: 20px;
    padding: 9px 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; 
	color:#FFFFFF;
	font-size: 11px; 
	white-space: nowrap; 
	text-align:left; 
	display:inline-block;
	width:8px;
	height:12px;
	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: 1px solid rgba(255, 255, 255, 0.3);
	color: #ffffff;
	display: block;
	font-family: Gotham,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 10px;
	line-height: 140%;
	height: auto;
	padding: 6px 8px;
	position: absolute;
	left: 0px;
	bottom: 56px;
	visibility: hidden;
	width: 280px;
	z-index: 99997;

}		