* {
	border: 0px;
}
/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0;
	list-style-type: none;
	font-weight: normal;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
a {
	text-decoration: none;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	color: inherit;
}
a:hover {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	text-decoration: none;
}
a:focus {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	text-decoration: none;
}
textarea {
	resize: none;
}
input:focus {
	outline: none;
}
img {
	max-width: 100%;
}
body{
	overflow-x:hidden;}
h2 {
	font-size: 47px;
	color: #403542;
	padding-bottom: 10px;
	font-family: DINProLight;
}
h3 {
	font-size: 18px;
	color: #4788ef;
	padding-bottom: 100px;
	font-family: DINProRegular;
}
.jumbotron {
	background-image: url(../img/banner-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #d4d3d1;
	margin: 0px;
	position: relative;
	padding-top: 300px;
	padding-right: 100px;
	padding-bottom: 45px;
	padding-left: 100px;
}
.loader{
	background-color: #FFF;
	padding: 0px;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 991;
}
.logo {
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 992;
	display: block;
	margin-right: auto;
	margin-left: auto;
	width: 134px;
}
.menu{
	position: absolute;
	z-index: 99;
	left: 75px;
	top: 75px;
	font-family: DINProBold;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.menu .fa{
	font-size: 28px;
	
	margin-right: 15px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.menu:hover, .menu:focus{
	color: #4788ef;
}
.model{
	position: absolute;
	z-index: 99;
	right: 75px;
	top: 75px;
	font-family: DINProBold;
	font-size: 12px;
	text-transform: uppercase;
	color: #000;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.model .fa{
	font-size: 28px;
	
	margin-left: 15px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.model:hover, .model:focus{
	color: #4788ef;
}
.navigation{
	background-image: url(../img/nav-bg.png);
	background-repeat: repeat;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 999;
	text-align:center; /* Align center inline elements */
    font: 0/0 a;
	display:none;
	padding-left:15px;
	padding-right:15px;
}
.navigation:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
nav{
    vertical-align: middle;
    display: inline-block;
}
nav li{
	font-family: DINProBold;
	font-size: 31px;
	color: #FFF;
	line-height: normal;
	letter-spacing: 5px;
	text-align: center;
	padding-bottom: 17px;
	text-transform: uppercase;
	padding-top: 17px;
}
nav li a:hover, nav li a:focus{
	color: #4788ef;
}
.navcloseBtn{
	position: absolute;
	top: 40px;
	right: 40px;
	font-family: DINProLight;
	font-size: 31px;
	color: #FFF;
	cursor: pointer;
}
.bannerText h1 {
	font-family: ROCKB;
	font-size: 40px;
	color: #000000;
	padding-bottom: 7px;
}
.bannerText h2 {
	font-family: ROCKL;
	font-size: 40px;
	color: #000000;
	padding-bottom: 9px;
}
.bannerText h3 {
	font-family: ROCK;
	font-size: 14px;
	color: #595959;
	padding-bottom: 30px;
	letter-spacing: 1px;
}
.bannerText .btn-primary {
	background-color: #080808;
	font-family: DINProBold;
	font-size: 13px;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 3px;
	padding-top: 14px;
	padding-right: 28px;
	padding-bottom: 14px;
	padding-left: 28px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-radius: 1px;
	line-height: normal;
	margin-bottom: 2px;
	background-image: url(../img/hover.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size:0px 100%;
	-webkit-transition: all 0.5s ease-in-out 0.0s;
	-moz-transition: all 0.5s ease-in-out 0.0s;
	-ms-transition: all 0.5s ease-in-out 0.0s;
	-o-transition: all 0.5s ease-in-out 0.0s;
	transition: all 0.5s ease-in-out 0.0s;
}
.bannerText .btn-primary:hover, .bannerText .btn-primary:focus {
	background-position: left center;
	background-size:100% 100%;
	-webkit-transition: all 0.5s ease-in-out 0.0s;
	-moz-transition: all 0.5s ease-in-out 0.0s;
	-ms-transition: all 0.5s ease-in-out 0.0s;
	-o-transition: all 0.5s ease-in-out 0.0s;
	transition: all 0.5s ease-in-out 0.0s;
}
.bannerText .btn-primary .bannerIcon {
	font-size: 21px;
	color: #FFF;
	font-family: Simple-Line-Icons;
	margin-right: 20px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}
.bannerText h2 strong {
	font-family: ROCK;
	font-weight: normal;
}
.bannerBottomText {
	text-align: center;
}
.bannerBottomText h3 {
	font-size: 12px;
	text-transform: uppercase;
	color: #040404;
	letter-spacing: 2px;
	padding-bottom: 18px;
	font-family: DINProBold;
}
.bannerBlock {
	margin-bottom: 26px;
}
.bannerText {
	float: left;
	width: 42%;
}
.bannerImg {
	float: right;
	width: 55%;
}
.bg-info{
	background-color: #FFF;
	
}
.bg-primary {
	padding-top: 95px;
	padding-bottom: 95px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e7e2e7;
	background-color: #FFF;
}
.iconBox {
	width: 20%;
	float: left;
	text-align: center;
}
.iconBox a:hover {
	text-decoration: none;
}
.iconBox a:hover h2 {
	color: #000;
}
.iconBox a:hover .icon {
	color: #4788ef;
	border-top-color: #4788ef;
	border-right-color: #4788ef;
	border-bottom-color: #4788ef;
	border-left-color: #4788ef;
}
.iconBox .icon {
	font-family: Simple-Line-Icons;
	font-size: 31px;
	color: #b2a6b4;
	border: 2px solid #b2a6b4;
	width: 76px;
	height: 76px;
	text-align: center;
	border-radius: 50%;
	line-height: 76px;
	margin-bottom: 26px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.iconBox h2 {
	font-family: DINProBold;
	font-size: 12px;
	line-height: normal;
	text-transform: uppercase;
	color: #5c505e;
	letter-spacing: 2px;
	padding-bottom: 0px;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.iconBox.videoIcon .icon {
	padding-left: 8px;
	color: #4788ef;
	border-top-color: #4788ef;
	border-right-color: #4788ef;
	border-bottom-color: #4788ef;
	border-left-color: #4788ef;
}
.iconBox.videoIcon h2 {
	color: #000;
}
.audiMobel {
	padding-top: 110px;
	padding-bottom: 140px;
	background-color: #FFF;
}
.audi1st {
	float: left;
	width: 37%;
	padding-top: 80px;
}
.audi2st {
	float: left;
	width: 26%;
	text-align: center;
}
.audi3st {
	float: left;
	width: 37%;
	padding-top: 80px;
}
.audiCircle {
	background-color: #ada0af;
	height: 172px;
	width: 172px;
	border-radius: 50%;
	font-size: 47px;
	color: #FFF;
	font-family: DINProLight;
	text-align: center;
	line-height: 172px;
	margin-right: auto;
	margin-left: auto;
}
.audiImg {
	margin-bottom: 80px;
}
.audiText {
	text-align: right;
}
.audiText h4 {
	font-size: 37px;
	color: #403542;
	font-family: DINProLight;
	padding-bottom: 15px;
}
.audiText h4 strong {
	font-family: DINProRegular;
	font-weight: normal;
}
.audiText ul li {
	display: inline-block;
	margin-left: 25px;
	font-size: 18px;
	color: #ada0af;
	font-family: DINProRegular;
}
.audiText ul li a:hover, .audiText ul li a:focus {
	color: #4788ef;
}
.audiText ul li .simplIcon {
	font-family: Simple-Line-Icons;
	margin-right: 17px;
	font-size: 21px;
	position: relative;
	top: 5px;
}
.audi3st .audiText {
	text-align: left;
}
.audi3st .audiText ul li {
	margin-left: 0px;
	margin-right: 25px;
}
.audiBodyBanner {
	overflow:hidden;
}
.audiBodyBanner img{
	-webkit-animation: zoomImg 30s linear 1s infinite; 
	animation: zoomImg 30s linear 1s infinite;
	
	}


@-webkit-keyframes zoomImg {
0% {
-ms-transform: scale(1,1); 
    -webkit-transform: scale(1,1); 
    transform: scale(1,1);
}
50% {
-ms-transform: scale(1.2,1.2); 
    -webkit-transform: scale(1.2,1.2); 
    transform: scale(1.2,1.2);
}
100% {
-ms-transform: scale(1,1); 
    -webkit-transform: scale(1,1); 
    transform: scale(1,1);
}
}
.bg-warning {
	background-color: transparent;
	background-image: none;
	padding-top: 126px;
	padding-bottom: 70px;
	margin: 0px;
	border: none;
}
/*.bg-warning h2 {
	font-size: 47px;
	color: #403542;
	padding-bottom: 16px;
}
.bg-warning h3 {
	font-size: 18px;
	color: #4788ef;
	padding-bottom: 100px;
}*/
.bg-warning .col-xs-1,  .bg-warning .col-sm-1,  .bg-warning .col-md-1,  .bg-warning .col-lg-1,  .bg-warning .col-xs-2,  .bg-warning .col-sm-2,  .bg-warning .col-md-2,  .bg-warning .col-lg-2,  .bg-warning .col-xs-3,  .bg-warning .col-sm-3,  .bg-warning .col-md-3,  .bg-warning .col-lg-3,  .bg-warning .col-xs-4,  .bg-warning .col-sm-4,  .bg-warning .col-md-4,  .bg-warning .col-lg-4,  .bg-warning .col-xs-5,  .bg-warning .col-sm-5,  .bg-warning .col-md-5,  .bg-warning .col-lg-5,  .bg-warning .col-xs-6,  .bg-warning .col-sm-6,  .bg-warning .col-md-6,  .bg-warning .col-lg-6,  .bg-warning .col-xs-7,  .bg-warning .col-sm-7,  .bg-warning .col-md-7,  .bg-warning .col-lg-7,  .bg-warning .col-xs-8,  .bg-warning .col-sm-8,  .bg-warning .col-md-8,  .bg-warning .col-lg-8,  .bg-warning .col-xs-9,  .bg-warning .col-sm-9,  .bg-warning .col-md-9,  .bg-warning .col-lg-9,  .bg-warning .col-xs-10,  .bg-warning .col-sm-10,  .bg-warning .col-md-10,  .bg-warning .col-lg-10,  .bg-warning .col-xs-11,  .bg-warning .col-sm-11,  .bg-warning .col-md-11,  .bg-warning .col-lg-11,  .bg-warning .col-xs-12,  .bg-warning .col-sm-12,  .bg-warning .col-md-12,  .bg-warning .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 1px;
	padding-left: 1px;
	padding-top: 0px;
	padding-bottom: 2px;
}
.bg-warning .audiCar {
	position: relative;
	overflow:hidden;
}
.bg-warning .audiCar img{
	-webkit-transition: all 10s ease-in-out 0.0s;
	-moz-transition: all 10s ease-in-out 0.0s;
	-ms-transition: all 10s ease-in-out 0.0s;
	-o-transition: all 10s ease-in-out 0.0s;
	transition: all 10s ease-in-out 0.0s;
	}
.bg-warning .audiCar:hover img {
	-ms-transform: scale(1.2,1.2); 
    -webkit-transform: scale(1.2,1.2); 
    transform: scale(1.2,1.2);
	
	
}

.audiCar .audicarText {
	position: absolute;
	text-align: center;
	bottom: 50px;
	right: 0;
	left: 0;
}
.audiCar h4 {
	font-size: 37px;
	color: #fff;
	padding-bottom: 6px;
	font-family: DINProLight;
}
.testDrive {
	font-family: 'DINProRegular';
	font-size: 18px;
	text-transform: capitalize;
}
.testDrive a {
	color: #fff;
	text-decoration: none;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
}
.testDrive a:hover {
	color: #fff;
	text-decoration: none;
}
footer {
	background-color: transparent;
	padding-top: 70px;
	padding-bottom: 0px;
	margin: 0px;
	border: none;
}
footer .footerNav ul {
	width: 100%;
}
footer .footerNav ul li {
	display: inline-block;
	font-family: 'DINProBold';
	font-size: 12px;
	margin: 0px 31px 0px 31px;
	padding: 0px;
	text-transform: uppercase;
	letter-spacing: 3px;
}
footer .footerNav ul li a {
	color: #5c505e;
	text-decoration: none;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
}
footer .footerNav ul li a:hover {
	color: #000;
}
footer .gapOne {
	padding-bottom: 85px;
}
footer .socialIcon {
	padding-bottom: 15px;
}
footer .socialIcon .icon {
	font-size: 27px;
	color: #ada0af;
	padding: 0px 8px 0px 8px;
	transition: 1s;
	-webkit-transition: 1s;
	-moz-transition: 1s;
}
footer .socialIcon .icon:hover {
	color: #000;
}
footer h6 {
	font-family: DINProBold;
	font-size: 12px;
	color: #403542;
	letter-spacing: 2px;
	padding-bottom: 68px;
	text-transform: uppercase;
}

@media (max-width: 1460px) {
.bannerText .btn-primary {
	max-width:300px;
	text-align:center;
	display:block;
	padding-left:25px;
	padding-right:25px;
}
.bannerText {
    width: 35%;
}
.bannerImg {
    width: 60%;
}	
	}

@media (max-width: 1200px) {
footer .footerNav ul li {
    margin: 0px 20px 0px 20px;
}
.jumbotron {
    padding-top: 250px;
    padding-right: 40px;
    padding-bottom: 45px;
    padding-left: 40px;
}
.menu{
	left: 40px;
	top: 40px;
}
.model{
	right: 40px;
	top: 40px;
}
	}

@media (max-width: 992px) {
h2 {
    font-size: 40px;
}
h3 {
    padding-bottom: 50px;
}
nav li{
	font-size: 25px;
	padding-bottom: 10px;
	padding-top: 10px;
	letter-spacing:3px;
}
.jumbotron {
    padding-top: 230px;
    padding-right: 15px;
    padding-bottom: 45px;
    padding-left: 15px;
}
.bannerText {
    width: 100%;
	text-align:center;
}
.bannerImg {
	max-width: 500px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:30px;
	width:auto;
}
.bannerText h1 {
    font-size: 30px;
}
.bannerText h2 {
    font-size: 26px;
}
.bannerText .btn-primary {
	margin-right: auto;
	margin-left: auto;    
}
.bg-primary {
    padding-top: 50px;
    padding-bottom: 50px;
}
.audiCar .audicarText {
    bottom: 20px;
}
.audiMobel {
    padding-top: 100px;
    padding-bottom: 100px;
}
.audiText h4 {
    font-size: 30px;
}
.audiCar h4 {
    font-size: 25px;
    padding-bottom: 6px;
}
.testDrive {
    font-size: 12px;
}
.bg-warning {
    padding-top: 60px;
    padding-bottom: 0px;
}
.bg-warning h3 {
   
    padding-bottom: 60px;
}
.audiCircle {
    height: 110px;
    width: 110px;
    font-size: 30px;
    line-height: 110px;
}
footer {
    padding-top: 50px;
}
footer .footerNav ul li {
    font-size: 12px;
    margin: 0px 15px 5px 15px;
    
    letter-spacing: 1px;
}
footer .gapOne {
    padding-bottom: 40px;
}
footer h6 {
    padding-bottom: 50px;
}

}

@media (max-width: 767px) {
h2 {
    font-size: 30px;
}
.menu{
	left: 10px;
	top: 10px;
}
.model{
	right: 10px;
	top: 10px;
}
nav li{
	font-size: 20px;
	padding-bottom: 8px;
	padding-top: 8px;
	letter-spacing:3px;
}
.navcloseBtn {
    top: 30px;
    right: 20px;
}
	.iconBox {
    width: 150px;
    float: none;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:40px;
}

.iconBox .icon{
	margin-bottom:20px;}
.audiMobel {
    padding-top: 80px;
    padding-bottom: 80px;
}
.bg-info{
	padding-left:15px;
	padding-right:15px;}
.audi1st {
    width: auto;
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
    padding-top: 0px;
	float:none;
	margin-bottom:70px;
	
}
.audi2st {
    width: auto;
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
    padding-top: 0px;
	float:none;
	margin-bottom:70px;
	
}
.audi3st {
    width: auto;
	max-width:500px;
	margin-left:auto;
	margin-right:auto;
    padding-top: 0px;
	float:none;
	margin-bottom:0px;
	
}
.audiImg {
    margin-bottom: 30px;
}
.audiText {
    text-align: center !important;
}
.audiText ul li {
    margin-left: 10px !important;
	margin-left:10px !important;
    font-size: 13px;
}
.audiText ul li .simplIcon {
    margin-right: 10px;
}

	}

@media (max-width: 360px) {
	.logo{
	width:80px;
}
.jumbotron {
    padding-top: 170px;
    padding-right: 15px;
    padding-bottom: 45px;
    padding-left: 15px;
}
nav li{
	font-size: 16px;
	padding-bottom: 8px;
	padding-top: 8px;
	letter-spacing:2px;
}
	}