.ac_t011_page {
	width: 100%;
	height: 100%;
	position: relative;
}
.ac_t011_content {
	position: absolute;
	left: 0;
	top: 44px;
	width: 100%;
	height: calc(100% - 44px);
	overflow: auto;
}
.ac_t011_page .mhCallBox1 {
	background-position: right 26px bottom;
}
.ac_t011_pop {
	position: absolute;
	left: 0;
	top: 44px;
	width: 100%;
	height: calc(100% - 44px);
	background-color: rgba(0,0,0,0.9);
	display: none;
	z-index: 100;
}
.ac_t011_popInner {
	display: flex;
	width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.ac_t011_innerPages {
	width: 100%;
	height: 100%;
}

@media (max-width: 700px) {
	/*.ac_t011_content {
		top: 40px;
		height: calc(100% - 40px);
	}
	.ac_t011_pop {
		top: 40px;
		height: calc(100% - 40px);
	}*/
}



.ac_t012_page {
	width: 100%;
	height: 100%;
	position: relative;
}
.ac_t012_content {
	position: absolute;
	left: 0;
	top: 44px;
	width: 100%;
	height: calc(100% - 44px);
	overflow: auto;
	background-color: #101010;
}
.ac_t012_pop {
	position: absolute;
	left: 0;
	top: 44px;
	width: 100%;
	height: calc(100% - 44px);
	background-color: rgba(0,0,0,0.9);
	display: none;
	z-index: 100;
}
.ac_t012_popInner {
	display: flex;
	width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.ac_t012_page .mhCallBox1 {
	background-position: right 26px bottom;
	margin: auto;
	position: relative;
	top: -56px;
}
.ac_t012_innerPages {
	width: 100%;
	height: 100%;
}


@media (max-width:1000px) {
	.ac_t012_page .mhCallBox1 {
		position: relative;
		top: auto;
		margin-top: 40px;
	}
	.mhCover1Arrow {
		/*position: relative !important;
		bottom: auto !important;*/
		margin-top: 20px;
	}
}

@media (max-width: 700px) {
	/*.ac_t012_content {
		top: 40px;
		height: calc(100% - 40px);
	}
	.ac_t012_pop {
		top: 40px;
		height: calc(100% - 40px);
	}*/
}



.ac_t014_page {
	width: 100%;
	height: 100%;
	position: relative;
}
.ac_t014_page .mhCallBox2text {
	color: #fff !important;
}
.ac_t014_content {
	position: absolute;
	left: 0;
	top: 44px;
	width: 100%;
	height: calc(100% - 44px);
	overflow: auto;
	background-color: #101010;
}
.ac_t014_innerPages {
	width: 100%;
	height: 100%;
}
.ac_t014_page .mhCallBox1 {
	background-position: right 26px bottom;
}

.ac_t014_pop {
	position: absolute;
	left: 0;
	top: 44px;
	width: 100%;
	min-height: calc(100% - 44px);
	background-color: rgba(0,0,0,0.9);
	display: none;
	z-index: 100;
}
.ac_t014_popInner {
	display: flex;
	width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

@media (max-width: 700px) {
	/*.ac_t014_content {
		top: 40px;
		height: calc(100% - 40px);
	}
	.ac_t014_pop {
		top: 40px;
		height: calc(100% - 40px);
	}*/
}



.ac_t013_page {
	width: 100%;
	height: 100%;
	position: relative;
}
.ac_t013_content {
	position: absolute;
	left: 0;
	top: 44px;
	width: 100%;
	height: calc(100% - 44px);
	overflow: auto;
	background-color: #101010;
	overflow-x: hidden;
}
.ac_t013_pop {
	position: absolute;
	left: 0;
	top: 44px;
	width: 100%;
	height: calc(100% - 44px);
	background-color: rgba(0,0,0,0.9);
	display: none;
	z-index: 100;
}
.ac_t013_popInner {
	display: flex;
	width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.ac_t013_innerPages {
	width: 100%;
	height: 100%;
}
.ac_t013_innerPages2 {
	width: 100%;
	height: 100%;
}
.ac_t013_page .mhCallBox1 {
	background-position: right 26px bottom;
}
.ac_t013_quizCont {
	background-color: #101010;
	background-size: cover;
    background-position: center center;
    background-image: url(https://s3-eu-west-1.amazonaws.com/openmags/users/d54f3e0b2e6c783462e0576743787382/mzd_p0_fondo.jpg);
    min-height: 100%;
    color: #fff;
}
.ac_t013_quizCont1 {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: rgba(0,0,0,0.7);
}
.ac_t013_question {
	width: calc(100% - 20px);
	max-width: 760px;
}
.ac_t013_questionNumber {
	font-family: "MazdaTypeRegular";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	margin-bottom: 30px;
	text-align: center;
}
.ac_t013_questionNumber b {
	font-size: 47px;
}
.ac_t013_questionText {
	font-family: "MazdaTypeRegular";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 19px;
	margin-bottom: 50px;
}
.ac_t013_answer {
	font-family: "MazdaTypeRegular";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	margin: auto;
	margin-bottom: 25px;
	border: 2px solid #6e6e6e;
	padding: 17px 45px;
	box-sizing: border-box;
	width: 100%;
	max-width: 700px;
	border-radius: 10px;
	position: relative;
	line-height: 27px;
	cursor: pointer;
}
.ac_t013_answerKO {
	border: 2px solid #a11619;
	background-color: #a11619;
}
.ac_t013_answerOK {
	border: 2px solid #00a652;
	background-color: #00a652;
}

.ac_t013_answer::after {
	content: "A.";
	position: absolute;
	left: 15px;
	top: 17px;
	font-family: "MazdaTypeBold";
}
.ac_t013_answer2::after {
	content: "B.";
}
.ac_t013_answer3::after {
	content: "C.";
}
.ac_t013_quizCont1 .mhPage5controls {
	margin: 0;
    margin-top: 20px;
}
.ac_t013_dotsCont {
	display: flex;
	align-items: center;
}
.ac_t013_dotsCont .mhPage3galControlsDotOn {
	border-color: #999;
}
.ac_t013_page .mhPage3galArrow {
	transition-property: opacity;
	transition-duration: .5s;
}
.ac_t013_resultEnc {
	font-family: "MazdaTypeRegular";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 19px;
	text-align: center;
	margin-bottom: 20px;
	min-width: 200px;
}
.ac_t013_resultTitle {
	font-family: "MazdaTypeRegular";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 45px;
	text-align: center;
	margin-bottom: 63px;
}
.ac_t013_resultText {
	font-family: "MazdaTypeRegular";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
	min-height: 40vh;
	padding: 0 20px;
}
.ac_t013_2arrowsCont {
	width: 100%;
	margin-top: 30px;
}

.ac_t013_pop {
	position: absolute;
	left: 0;
	top: 44px;
	width: 100%;
	height: calc(100% - 44px);
	background-color: rgba(0,0,0,0.9);
	display: none;
	z-index: 100;
}
.ac_t013_popInner {
	display: flex;
	width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1000px) {
    .ac_t013_quizCont1 {
        justify-content: flex-start;
    }
    .ac_t013_questionNumber {
        margin-bottom:0;
        margin-top: 20px;
    }
    .ac_t013_questionText {
        font-size: 18px;
        padding: 60px;
        margin-bottom: 0;
    }
    .ac_t013_answer {
        max-width: 620px;
    }
    .ac_t013_page .mhPage3galArrow {
        height:32px;
        background-color: transparent;
    }
    .ac_t013_2arrowsCont {
        margin-top: 80px;
    }

}
@media (max-width: 700px) {
	/*.ac_t013_content {
		top: 40px;
		height: calc(100% - 40px);
	}
	.ac_t013_pop {
		top: 40px;
		height: calc(100% - 40px);
	}*/
	.ac_t013_question {
	    width: 100%;
	}
	.ac_t013_answer {
	    max-width: 90%;
	}
	.ac_t013_questionText {
	    padding: 20px;
	}
}



.ac_t019_page {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	/*background: #101010;*/
	background: #f5f5f5;
	overflow: auto;
}
.ac_t019_page .mhHeader {
	z-index: 1;
}
.ac_t019_dealer {
	background-color: #d5d5d5;
	width: 100%;
	height: 44px;
	position: fixed;
	left: 0;
	top: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #101010;
    font-family: "MazdaTypeBold";
    font-size: 1.1rem;
    padding-right: 77px;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
	z-index: 1;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
@media (max-width:1000px) {
	.ac_t019_dealer {
		padding-right: 37px;
	}
}
@media (max-width:500px) {
	.ac_t019_dealer {
		font-size: 14px;
		padding: 5px;
	}
}
.ac_t019_cover {
	background: #101010;
	background-image: url("https://s3-eu-west-1.amazonaws.com/openmags/users/f79c24ff01f5b23880f59c06cb298cbf/mazdaDealersCover.jpg");
	background-size: cover;
	background-position: center center;
	position: relative;
	width: 100%;
	min-height: calc(100% - 88px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: #fff;
	margin-top: 88px;
}
.ac_t019_coverCol {
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
}
.ac_t019_coverText {
	padding-left: 65px;
}
.ac_t019_coverBox > div:first-of-type {
	margin-left: auto;
	margin-right: 50px;
}
.ac_t019_coverTitle {
	font-family: MazdaTypeRegular;
    letter-spacing: .05em;
    font-size: 51px;
    padding: 0 10px;
    text-transform: uppercase;
    max-width: 70%;
}
.ac_t019_coverSubtitle {
	font-family: MazdaTypeRegular;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 65px;
    padding: 0 10px;
    max-width: 70%;
}
@media (max-width:1200px) {
	.ac_t019_coverTitle, .ac_t019_coverSubtitle { 
		max-width: 90%;
	}
}
.ac_t019_coverArrow {
	position: absolute;
    right: 40px;
    bottom: 40px;
}
@media (max-width:830px) {
	.ac_t019_cover {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.ac_t019_coverCol {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
	.ac_t019_coverArrow {
		display: none;
	}
	.ac_t019_coverText {
		margin-top: 40px;
	}
	.ac_t019_coverTitle {
		font-size: 7vmin;
	}
	.ac_t019_coverSubtitle {
		font-size: 5vmin;
	}
	.ac_t019_coverBox > div:first-of-type {
		margin: auto;
	}
}
.ac_t019_page .mhCallBox1 {
    background-position: right 26px bottom;
}


.ac_t019_promos {
	background: #f5f5f5;
}
.ac_t019_promosTitle {
	text-transform: uppercase;
	font-family: MazdaTypeRegular;
    letter-spacing: .05em;
    font-size: 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #1f2325;
    padding-top: 30px;
}
.ac_t019_promoItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	color: #101010;
	width: 100%;
	max-width: 1400px;
	margin: auto;
	margin-top: 150px;
	min-height: calc(100vh - 200px);
}
.ac_t019_promoItem:first-of-type {
	margin-top: 100px;	
}
.ac_t019_promoItem:last-of-type {
    margin-bottom: 100px;
}
.ac_t019_promoItem:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}
.ac_t019_promoItem:nth-child(even) .textBlock {
	padding-right: 0;
	padding-right: 60px;
}
.ac_t019_promoItem .title {
	font-family: MazdaTypeBold;
    letter-spacing: .05em;
    font-size: 30px;
    max-width: 60%;
    /*margin: auto;*/
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #1f2325;
}
.ac_t019_promoItem .text {
	font-family: MazdaTypeRegular;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    padding-bottom: 12px;
    line-height: 28px;
    color: #1f2325;
}
.ac_t019_promoItem .price1 {
	font-family: MazdaTypeBold;
    letter-spacing: .05em;
    font-size: 25px;
}
.ac_t019_promoItem .price2 {
	font-family: MazdaTypeRegular;
    letter-spacing: .05em;
    font-size: 18px;
}
.ac_t019_promoItem .footer {
	font-family: MazdaTypeRegular;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    font-size: .9rem;
    line-height: 1.2rem;
    margin-top: 40px;
}
.ac_t019_promoItem .textBlock {
	-ms-flex-preferred-size: 40%;
	    flex-basis: 40%;
	padding-left: 60px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.ac_t019_promoItem .mediaBlock {
	-ms-flex-preferred-size: 60%;
	    flex-basis: 60%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.ac_t019_promoItem .imageContainer {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	overflow: hidden;
	position: relative;
}
.ac_t019_promoItem .imageControls {
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.ac_t019_promoItem .image {
	width: 100%;
	height: 100%;
	background-image: url("https://s3-eu-west-1.amazonaws.com/openmags/users/f79c24ff01f5b23880f59c06cb298cbf/mazdaSliderImg.jpg");
	background-size: cover;
	background-position: center center;
	position: absolute;
    left: 0;
    top: 0;
}
.ac_t019_promoItem .image:nth-child(even) {
	background-image: url("https://s3-eu-west-1.amazonaws.com/openmags/users/f79c24ff01f5b23880f59c06cb298cbf/mazdaSliderImg2.jpg");
}
.ac_t019_promoItem .arrowLeft {
	position: absolute;
	left: 0;
	top: calc(50% - 40px);
	background-image: url("https://s3-eu-west-1.amazonaws.com/openmags/users/f79c24ff01f5b23880f59c06cb298cbf/blueArrowMazdaLeft.png");
	   z-index: 1;
    width: 45px;
    height: 80px;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.ac_t019_promoItem .arrowRight {
	position: absolute;
	right: 0;
	top: calc(50% - 40px);
	background-image: url("https://s3-eu-west-1.amazonaws.com/openmags/users/f79c24ff01f5b23880f59c06cb298cbf/blueArrowMazdaRight.png");
	   z-index: 1;
    width: 45px;
    height: 80px;
    background-color: #f5f5f5;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.ac_t019_promoItem .dot {
    border: 3px solid #999;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #999;
    margin: 0 6px;
    cursor: pointer;
    -webkit-transition-property: background-color;
    -o-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: .5s;
         -o-transition-duration: .5s;
            transition-duration: .5s;
}
.ac_t019_promoItem .dotOn {
    background-color: transparent;
    border-width: 2px;
    width: 20px;
    height: 20px;
    border-color: #999;
}
.ac_t019_promoItem .mhCardCall {
	color: #fff;
	width: 200px;
	margin: 30px auto;
}
@media (max-width:1000px) {
	.ac_t019_promoItem, .ac_t019_promoItem:nth-child(even) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		margin-top: 50px;
	}
	.ac_t019_promoItem .textBlock,
	.ac_t019_promoItem:nth-child(even) .textBlock {
	    -ms-flex-preferred-size: 100%;
	        flex-basis: 100%;
	    padding-right: 0;
	    padding-left: 0;
	    text-align: center;
	    max-width: 90%;
	    margin: auto;
	}
	.ac_t019_promoItem .imageContainer {
	    height: 40vh;
	    margin-top: 30px;
	}
}

.ac_t019_mainEvent {
	min-height: calc(100vh - 128px);
	background-color: #f5f5f5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/*padding-top: 60px;*/
}
.ac_t019_mainEvent .colLeft {
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
}
.ac_t019_mainEvent .colRight {
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
	background-size: cover;
	background-position: center center;
	background-image: url("https://s3-eu-west-1.amazonaws.com/openmags/users/f79c24ff01f5b23880f59c06cb298cbf/mazdaEvent.jpg");
	justify-content: center;
}
.eventEnc, .eventTitle {
	text-transform: uppercase;
}
.ac_t019_mainEvent .title {
	font-family: MazdaTypeBold;
    letter-spacing: .05em;
    font-size: 30px;
    max-width: 60%;
    margin: auto;
    margin-bottom: 25px;
    margin-top: 130px;
    text-align: center;
    text-transform: uppercase;
}
.ac_t019_mainEvent .text {
	font-family: MazdaTypeRegular;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 6px;
    text-align: center;
    margin: auto;
    margin-top: 50px;
    max-width: 60%;
}
.ac_t019_ctaButton {
    margin: auto;
    margin-top: 48px;
    margin-bottom: 20px;
    border: 2px solid #101010;
    background-color: #101010;
    color: #fff;
    padding: 10px 5px;
    width: 280px;
    font-family: MazdaTypeRegular;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
    cursor: pointer;
    line-height: 16px;
    text-transform: uppercase;
}
.ac_t019_ctaButton:hover {
	background-color: #910a2d;
	border-color: #910a2d;
}
.ac_t019_ctaButton a:hover {
	color: #fff;
}
.ac_t019_promoItem .ac_t019_ctaButton {
	/*margin-top: 20px;*/
}
.ac_t019_mainEvent .button:hover {
    background-color: #910a2d;
    border-color: #910a2d;
}

@media (max-width:1000px) {
	.ac_t019_mainEvent .title,
	.ac_t019_mainEvent .text {
		max-width: 90%;
	}
}

@media (max-width:750px) {
	.ac_t019_mainEvent {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		    -ms-flex-direction: column !important;
		        flex-direction: column !important;
	}
	.ac_t019_mainEvent .title{
		margin-top: 50px;
	}
	.ac_t019_mainEvent .colRightImg {
		height: 70vh;
	}
	.ac_t019_mainLocation .colRightMapa iframe {
		height: 70vh !important;
		margin-top: 40px;
	}
}

@media (max-height:600px) {
	.ac_t019_mainEvent .title{
		margin-top: 50px;
	}
}


.ac_t019_mainLocation .title {
	text-transform: none;
}
.ac_t019_mainLocation a {
	color: #9d9d9d;
	text-decoration: underline;
}
.ac_t019_mainLocation:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.ac_t019_mainLocation .colRight {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	background-image: none;
}
.ac_t019_mainLocation .colRightMapa {
	-ms-flex-preferred-size: 50%;
	    flex-basis: 50%;
}
.ac_t019_mainLocation .colRightMapa iframe {
	width: 100%;
	height: 100%;
}
.ac_t019_mainLocation .colRightImg {
	-ms-flex-preferred-size: 75%;
	    flex-basis: 75%;
	background-image: url("https://s3-eu-west-1.amazonaws.com/openmags/users/f79c24ff01f5b23880f59c06cb298cbf/mazdaEvent.jpg");
	background-position: center center;
	background-size: cover;
}

.ac_t019_pop {
	position: fixed;
	left: 0;
	top: 44px;
	width: 100%;
	min-height: calc(100% - 44px);
	background-color: rgba(0,0,0,0.9);
	display: none;
	z-index: 100;
}
.ac_t019_popInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}




/*Tablet*/
@media (min-width:768px) and (max-width:1023px)
{

}

/*Phone*/
@media (max-width:767px)
{

}



.ac_t010_page {
	width: 100%;
	height: 100%;
	position: relative;
	background-color: #101010;
}
.ac_t010_content {
	position: absolute;
	left: 0;
	top: 44px;
	width: 100%;
	height: calc(100% - 44px);
	overflow: hidden;
	background-image: url(https://s3-eu-west-1.amazonaws.com/openmags/users/f79c24ff01f5b23880f59c06cb298cbf/sampleMazda1.jpg);
	background-position: left center;
	background-size: cover;
	background-repeat: no-repeat;
}
.ac_t010_shopName {
	background: #d5d5d5;
    height: 44px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #333;
    font-family: "MazdaTypeBold";
    font-size: 1.1rem;
    padding-right: 77px;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: none;
}
.ac_t010_mainSlogan {
	/*font-size: 120px;*/
	font-size: 6.5rem;
	color: #fff;
	text-align: center;
	z-index: 10;
	padding-top: 15px;
}
.ac_t010_mainSlogan .part1 {
	font-family: "MazdaTypeRegular";
}
.ac_t010_mainSlogan .part2 {
	font-family: "MazdaTypeBold";
}
.ac_t010_menuOff {
	position: absolute;
    bottom: 0;
    margin-left: auto;
    width: 100%;
}
/*.ac_t010_arrow {
	background-color: #080808;
	width: 39px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	margin: auto;
	cursor: pointer;
	margin-bottom: 20px;
}
.ac_t010_arrowDown {
	background-image: url(https://s3-eu-west-1.amazonaws.com/openmags/users/f79c24ff01f5b23880f59c06cb298cbf/blueArrowMazdaDown.png);
}
.ac_t010_arrowUp {
	background-image: url(https://s3-eu-west-1.amazonaws.com/openmags/users/f79c24ff01f5b23880f59c06cb298cbf/blueArrowMazdaUp.png);
	margin-top: 30px;
	margin-bottom: 20px;
}
*/
.ac_t010_arrow {
	width: 52px;
    height: 52px;
    cursor: pointer;
    position: relative;
    -webkit-transform: matrix(1,0,0,1,0,0);
    transform: matrix(1,0,0,1,0,0);
    -webkit-transition: all .8s;
    transition: all .8s;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
.mxp-scrollArrow-icon {
    overflow: hidden;
}
.mxp-scrollArrow-icon .mxp-scrollArrow-icon-container {
    fill: transparent;
    stroke: #fff;
}
.mxp-scrollArrow-icon .mxp-scrollArrow-icon-container circle {
    stroke-miterlimit: 10;
    stroke-width: 18px;
}
.mxp-scrollArrow-icon .mxp-scrollArrow-icon-container polyline {
    -webkit-animation: mxp-top-to-bottom 1.4s infinite;
    animation: mxp-top-to-bottom 1.4s infinite;
    stroke-miterlimit: 10;
    stroke-width: 18px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.mxp-polyUp {
	-webkit-animation: mxp-bottom-to-top 1.4s infinite !important;
    animation: mxp-bottom-to-top 1.4s infinite !important;
}
.mxp-scrollArrow-icon:hover .mxp-scrollArrow-icon-container {
    fill: #fff;
    stroke: #101010
}

.mxp-scrollArrow-icon:hover .mxp-scrollArrow-icon-container circle {
    stroke: #fff
}


@-webkit-keyframes mxp-top-to-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-170px);
        transform: translateY(-170px)
    }

    35% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    65% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(150px);
        transform: translateY(150px)
    }
}

@keyframes mxp-top-to-bottom {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-170px);
        transform: translateY(-170px)
    }

    35% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    65% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(150px);
        transform: translateY(150px)
    }
}
@-webkit-keyframes mxp-bottom-to-top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(150px);
        transform: translateY(150px)
    }

    35% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    65% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-170px);
        transform: translateY(-170px)
    }
}
@keyframes mxp-bottom-to-top {
    0% {
        opacity: 0;
        -webkit-transform: translateY(150px);
        transform: translateY(150px)
    }

    35% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    65% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-170px);
        transform: translateY(-170px)
    }
}









.ac_t010_menuOffText {
	/*font-size: 34px;*/
	font-size: 1.9rem;
	font-family: "MazdaTypeRegular";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}
.ac_t010_menuOffText .userName {
	font-family: "MazdaTypeRegular";
	letter-spacing: 0.05em;
}
.ac_t010_menuOn {
	position: absolute;
	transition-property: bottom;
	transition-timing-function: ease-out;
	transition-duration: 0.5s;
	bottom: 0;
	z-index: 11;
	width: 100%;
}
.ac_t010_menuOnInner {
	width: 100%;
	max-width: 900px;
	margin: auto;
}
.ac_t010_menuOnHidden {
	bottom: -420px;
	display: none;
}
.ac_t010_menuOnHeader {
	font-family: "MazdaTypeMedium";
	font-size: 20px;
	color: #fff;
	text-align: center;
	padding: 19px 0 20px 0;
	background: #101010;
}
.ac_t010_menuOnContent {
	flex-grow: 1;
	background: #101010;
	overflow: auto;
	overflow-x: hidden;
	/*max-height: 350px;*/
	max-height: 450px;
	color: #fff;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.ac_t010_menuOnItem {
	width: 263px;
	height: 251px;
	margin-bottom: 30px;
	font-family: "MazdaTypeRegular";
	color: #fff;
	display: grid;
	grid-template-areas: "img"
						 "txt"
						 "but";
}
.ac_t010_menuOnItemImg {
	width: 263px;
	height: 141px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	grid-area: img;
}
.ac_t010_menuOnItem:nth-child(1n + 1) .ac_t010_menuOnItemImg {
	background-image: url(https://s3-eu-west-1.amazonaws.com/openmags/users/f79c24ff01f5b23880f59c06cb298cbf/imgMazda1.jpg);
}
.ac_t010_menuOnItem:nth-child(2n + 2 ) .ac_t010_menuOnItemImg {
	background-image: url(https://s3-eu-west-1.amazonaws.com/openmags/users/f79c24ff01f5b23880f59c06cb298cbf/imgMazda2.jpg);
}
.ac_t010_menuOnItem:nth-child(3n + 3) .ac_t010_menuOnItemImg {
	background-image: url(https://s3-eu-west-1.amazonaws.com/openmags/users/f79c24ff01f5b23880f59c06cb298cbf/imgMazda3.jpg);
}
.ac_t010_menuOnItemTxt {
	font-size: 17px;
	text-align: center;
	padding: 17px 0 20px 0;
	text-transform: uppercase;
	grid-area: txt;
}
.ac_t010_menuOnItemBut {
	width: 65px;
	border-radius: 3px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 16px;
    margin: auto;
    text-align: center;
    padding: 6px 0;
    cursor: pointer;
    grid-area: but;
    font-family: "MazdaTypeRegular";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;
}
.ac_t010_menuOnItemBut:hover, .ac_t010_menuOnItemBut:active {
	background-color: #910a2d;
	border-color: #910a2d;
}
.ac_t010_mobContent {
	display: none;
}
.ac_t010_ipad {
	display: none;
}

@media (max-width: 1000px) {
    .ac_t010_menuOnItem {
        width: 223px;
    }
    .ac_t010_menuOnItemImg {
        width: 223px;
    }
    .ac_t010_shopName {
	    padding-right: 37px;
    }
}

@media (max-width: 1000px) and (min-width: 700px) and (orientation:portrait) {
	.ac_t010_content {
		height: 70vh;
	}
	.ac_t010_ipad {
		display: block;
	}
	.ac_t010_content .ac_t010_menuOff {
		width: 0;
		height: 0;
	}
	.ac_t010_content .ac_t010_menuOn {
		width: 0;
		height: 0;
	}
}

@media (max-width: 700px) {
	.ac_t010_page {
		width: auto;
		height: auto;
		background-color: #101010;
	}
	.ac_t010_content {
		display: none;
	}
	.ac_t010_shopName {
	    height: 34px;
	    padding-right: 10px;
	    margin-top: 10px;
        margin-bottom: -10px;
	}
	.ac_t010_mobContent {
		display: block	
	}
	.ac_t010_mobImage {
		height: 50vh;
		width: 100%;
		background-position: center center;
		background-size: cover;
		background-image: url(https://s3-eu-west-1.amazonaws.com/openmags/users/f79c24ff01f5b23880f59c06cb298cbf/sampleMazda1.jpg);
	}
	.ac_t010_menuOnContent {
		flex-direction: column;
		max-height: none;
	}
	.ac_t010_menuOnItem {
		width: auto;
		height: auto;
		/*grid-template-areas: "img txt"
							 "img but";*/
		margin: auto;
		margin-bottom: 20px;
		display: block;
	}
	.ac_t010_menuOnItemTxt {
		padding: 0 0 15px 0;
	}
    .ac_t010_menuOnItemBut {
        margin-bottom: 10px;
    }
	.ac_t010_menuOnItemImg {
		margin: auto;
		margin-bottom: 20px;
	}
	.ac_t010_menuOffText {
		margin: 10px 0;
	}
	.ac_t010_mainSlogan {
		margin: 10px 0;
	}
}

@media (max-width: 500px) {
	.ac_t010_mainSlogan {
		font-size: 40px;
	}
	.ac_t010_menuOffText {
		font-size: 20px;
	}
}


@media (max-width:900px) {
	.ac_t010_mainSlogan {
		font-size: 110px;
	}
	.ac_t010_menuOnItemTxt {
	    font-size: 15px;
	}
}

@media (max-width: 700px) {
	.ac_t010_mainSlogan {
		font-size: 50px;
	}
}



