@charset "UTF-8";
/* CSS Document */

.herorow {
	/*height:490px;*/
	min-height:490px;
	background-color:#000000;
	background-image:url(../../images/index/hero_bg.png);
	background-position:top right;
	background-repeat:no-repeat;
}

.herocont {
	display:block;
	/*min-height:490px;*/
}
.heroleft {
	display:block;
	float:left;
}

.heroright {
	display:block;
	float:left;
}

.heroright img {
	width:100%;
	max-width:783px;
}

.herotitle {
	font-family: 'Oswald', sans-serif;
	font-size:40px;
	font-weight:300;
	margin-bottom:20px;
	margin-top:80px;
	padding-left:15px;
	padding-right:15px;
}

.herotext {
	font-family: 'Lato', sans-serif;
	font-size:20px;
	font-weight:300;
	margin-bottom:10px;
	padding-left:15px;
	padding-right:15px;
}

.heroroundel {
	margin-bottom:80px;
}

.herostatic {
	position:relative;
	  top:0px;
	  left:0px;
	  width:100%;
}

.heroroundel{
	text-align:center;
}

.carousel-inner {
	margin-top:70px;
}

.carousel {
	/*height:490px;*/
	min-height:490px;
}
.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 24%;
}

@media (min-width: 767px) {
	

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
}

.carousel {
	/*height:490px;*/
	min-height:490px;
}


.carousel-inner {
	margin-top:0px;
}

.heroroundel{
	text-align:left;
}

.herotitle {
	margin-bottom:80px;
	margin-top:120px;
	padding-left:0px;
	padding-right:0px;
}

.herotext {
	
	margin-bottom:140px;
	padding-left:0px;
	padding-right:0px;
}

	.herostatic {
		
		  position:absolute;
	}
	
	.herocont {
		display:table;
		min-height:490px;
		height: 490px;
	}
	.heroleft {
		display:table-cell;
		vertical-align:bottom;
		float:none;
	}
	
	.heroright {
		display:table-cell;
		vertical-align:bottom;
		float:none;
	}
}



.modelrow img {
	width:100%;
	
}
.modeltext {
	font-family: 'Lato', sans-serif;
	font-size:18px;
	color:#ffffff;
	text-align:center;
	margin-bottom:40px;
}

.thecarsfirst {
	background-color:#fef200;
	font-family: 'Oswald', sans-serif;
	font-size:24px;
}

.thecarsfirst .text {
	padding:40px;
	font-family: 'Oswald', sans-serif;
	font-size:24px;
	font-weight:300;
	color:#000000;
	line-height:25px;
}



.thecarssecond {
	display:block;
	background-image:url(../../images/index/the-cars-1.png);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	min-height:250px;
}
.thecarsthird {
	display:block;
	background-image:url(../../images/index/the-cars-2.png);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	min-height:250px;
}
.thecarsfourth {
	display:block;
	background-image:url(../../images/index/the-cars-3.png);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	min-height:250px;
}
.thecarsfifth {
	display:block;
	background-image:url(../../images/index/the-cars-4.png);
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	min-height:250px;
}

.thecarsrow {
	display:block;
	width:100%;
}
.thecarsfirst {
	display:block;
}

@media (min-width: 767px) {
	.thecarsrow {
		display:table;
	}
	.thecarsfirst {
		display:table-cell;
		float:none;
	}
	.thecarssecond {
		display:table-cell;
		float:none;
	}
	.thecarsthird {
		display:table-cell;
		float:none;
	}
	.thecarsfourth {
		display:table-cell;
		float:none;
	}
	.thecarsfifth {
		display:table-cell;
		float:none;
	}
}


.magazinerow {
	background-color:#292929;
	padding-top:30px;
}
.magazinerow .magazine .magazineph {
	text-align:center;
}
.magazinerow .magazine .magazineph img {
	width:100%;
	max-width:1171px;
}

.magazine-left {
	font-family: 'Oswald', sans-serif;
	font-size:28px;
	font-weight:400;
	color:#FFFFFF;
	text-align:center;
		margin-bottom:40px;
}
@media (min-width: 767px) {
	.magazinerow {
		padding-top:90px;
	}
	.magazine-left {
		text-align:right;
		margin-bottom:0px;
	}
}


.magazinerow .seemagazine {
	margin-top:20px;
	background-color:#fff200;
	height:86px;
	font-family: 'Oswald', sans-serif;
	font-size:23px;
	font-weight:400;
	color:#000000;
	display:table;
	cursor:pointer;
}

.magazinerow .magcontent {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
.magazinerow .magcontent img {
	margin-right:30px;	
}



.giftsrow .giftstitle {
	background-color:#ed1c24;
	text-align:center;	
	font-family: 'Oswald', sans-serif;
	font-size:42px;
	font-weight:400;
	padding-top:16px;
	padding-bottom:16px;
	cursor:pointer;
	padding-left:15px;
	padding-right:15px;
	color:#FFFFFF;
}

.giftsrow .giftstitle:hover {
	color:#000000;	
}
@media (min-width: 767px) {
	.giftsrow .giftstitle {
		padding-left:0px;
		padding-right:0px;
	}
}


.giftsrow .giftslist {
	margin-top:20px;
	margin-bottom:36px;
    padding-right: 15px;
    padding-left: 15px;

}

.giftitem .text {
	background-color:#1c1c1c;	
	font-family: 'Lato', sans-serif;
	font-size:20px;
	color:#FFF;
	font-weight:300;
	text-align:center;
	line-height:26px;
	padding-top:20px;
	padding-bottom:20px;
}

.gift1 {
	background-color:#797878;
	background-image:url(../../images/index/gift1.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:contain;
	min-height:230px;
}

.gift2 {
	background-color:#797878;
	background-image:url(../../images/index/gift2.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:contain;
	min-height:230px;
}

.gift3 {
	background-color:#797878;
	background-image:url(../../images/index/gift3.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:contain;
	min-height:230px;
}

.gift4 {
	background-color:#797878;
	background-image:url(../../images/index/gift4.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:contain;
	min-height:230px;
}

.gift5 {
	background-color:#797878;
	background-image:url(../../images/index/gift5.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:contain;
	min-height:230px;
}

.gift6 {
	background-color:#797878;
	background-image:url(../../images/index/gift6.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	background-size:contain;
	min-height:230px;
}



.giftslist {
	display:block;
}
.giftitem {
	display:block;
	margin-bottom:15px;
}


@media (min-width: 767px) {
	
.giftslist {
  display:table;
  border-collapse: separate;
  border-spacing: 5px;
}
.giftitem {
	display:table-cell;
	float:none;
	vertical-align:top;
	background-color:#1d1c1c;
	margin-bottom:0px;
}
	
}





.subscribefirst {
	background-color:#da2128;
	font-family: 'Oswald', sans-serif;
	font-size:24px;
}

.subscribefirst .text {
	padding:40px;
	font-family: 'Oswald', sans-serif;
	font-size:56px;
	font-weight:400;
	color:#FFFFFF;
	text-align:center;
}
.subscribefirst .text:hover {
	color:#fff200;
}

.subscriberow {
	display:block;
	width:100%;
}
.subscribefirst {
	display:block;
	cursor:pointer;
}
.subscribesecond {
	display:block;
	font-family: 'Oswald', sans-serif;
	font-size:22px;
	font-weight:300;
	color:#FFFFFF;
	line-height:30px;
	padding-top:38px;
	padding-bottom:38px;
	padding-left:15px;
	padding-right:15px;
	background-color:#323232;
}

@media (min-width: 767px) {

.subscriberow {
	display:table;
	width:100%;
}
.subscribefirst {
	display:table-cell;
	float:none;
	vertical-align:middle;
}
.subscribesecond {
	display:table-cell;
	float:none;
	vertical-align:middle;
	padding-top:38px;
	padding-bottom:38px;
	padding-left:60px;
}
}



.questionnairerow {
	background-color:#000000;
}

.questionnairefirst {
	padding-left:15px;
	padding-right:15px;
}

.questionnairefirst .title {
	display:block;
	font-family: 'Oswald', sans-serif;
	font-size:42px;
	font-weight:400;
	color:#FFFFFF;
	text-align:center;
	margin-top:100px;
}

.questionnairefirst .text {
	display:block;
	font-family: 'Lato', sans-serif;
	font-size:20px;
	font-weight:300;
	color:#FFFFFF;
	text-align:center;
	margin-top:20px;
}

.btn_questionnaire {
	background-color:#fff200;
	font-family: 'Oswald', sans-serif;
	font-size:35px;
	font-weight:400;
	color:#000000;
	text-align:center;
	margin-top:65px;
	padding-top:12px;
	padding-bottom:12px;
	margin-bottom:80px;
	cursor:pointer;
}

.btn_questionnaire:hover {
	background-color:#da2128;
	color:#FFFFFF;
}
















.carousel-indicators {
	display:none;
}

.carousel-control.left {
	width:74px;
}

.carousel-control.right {
	width:74px;
}

.glyphicon-chevron-left:before {
    content: none;
}

.glyphicon-chevron-right:before {
    content: none;
}

.carousel-control .glyphicon-chevron-left {
    margin-left: 0px;
	left:0px;
}

.carousel-control .glyphicon-chevron-right {
    margin-right: 0px;
	right:0px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 74px;
    height: 73px;
    margin-top: -15px;
    font-size: 30px;
}
.carousel-control.left {
	background-image:none;
}
.carousel-control.right {
	background-image:none;
}

.carousel-control {
	opacity:1;
}

@media (min-width: 768px) {
.modal-dialog.bigger {
	width:70%;
	max-width:1066px;
}
}


.modelcar {
	opacity:1;
}
.modelcar:hover {
	opacity:0.5;
}

.magcontent {
	color:#000000;
}

.magcontent:hover {
	color:#FF0000;
}










.herorowp {
	/*height:490px;*/
	min-height:530px;
	background-color:#000000;
	background-image:url(../../images/magazine/bg_hero.jpg);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

.herobgp {
	padding-top:30px;
	padding-bottom:30px;
	/*min-height:530px;*/
	text-align:center;
}

.herobgp img {
	width:100%;
	max-width:810px;
	vertical-align:middle;
}

.herocontp {
	display:block;
	/*min-height:490px;*/
}

.herotitlep {
	font-family: 'Oswald', sans-serif;
	font-size:52px;
	font-weight:300;
	margin-bottom:20px;
	/*margin-bottom:20px;
	margin-top:80px;*/
	padding-left:0px;
	padding-right:15px;
}

.herotextp {
	font-family: 'Lato', sans-serif;
	font-size:20px;
	font-weight:300;
	margin-bottom:10px;
	padding-left:15px;
	padding-right:15px;
}

.heroroundelp {
	margin-bottom:80px;
}

.herostaticp {
	position:relative;
	  top:0px;
	  left:0px;
	  width:100%;
}

.heroroundelp{
	text-align:center;
}
	
.herospacerp {
	margin-top:0px;
}