*{
	margin:0;
	padding:0;
	border:0;
}

@font-face {
    font-family: 'bmwtypelight';
    src: url('../fonts/bmwltbd-webfont.eot');
    src: url('../fonts/bmwltbd-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bmwltbd-webfont.woff2') format('woff2'),
         url('../fonts/bmwltbd-webfont.woff') format('woff'),
         url('../fonts/bmwltbd-webfont.ttf') format('truetype'),
         url('../fonts/bmwltbd-webfont.svg#bmwtypelightbold') format('svg');
    font-weight: bold;
    font-style: normal;
    text-rendering: optimizeLegibility;
}




@font-face {
    font-family: 'bmwtypelight';
    src: url('../fonts/bmwlt-webfont.eot');
    src: url('../fonts/bmwlt-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/bmwlt-webfont.woff2') format('woff2'),
         url('../fonts/bmwlt-webfont.woff') format('woff'),
         url('../fonts/bmwlt-webfont.ttf') format('truetype'),
         url('../fonts/bmwlt-webfont.svg#bmwtypelightregular') format('svg');
    font-weight: normal;
    font-style: normal;
	text-rendering: optimizeLegibility;	
}

a,h1,h2,h3,p{
	 font-family: 'bmwtypelight';
	 font-weight:normal;
	padding:0;
	margin:0;
	-webkit-font-smoothing: antialiased;
}

a:hover{
	text-decoration: none;
}

img{
	width:100%;
	vertical-align:top;
}

body{
	background:#fff;
}
h1.headline{
    font-size: 18px;
    border-bottom: 2px solid #DDDDDD;
    padding-bottom: 2px;
    text-transform: uppercase;
    margin: 20px 0;
}
p.sub-headline{
	font-size:15px;
	margin:10px 0;
}


/*--------------Header-----------------*/
.header .logo{
    width: 30%;
    margin: 0 20px;
}
.main-content .slider.container{
	padding:0;
}

/*-------------Section 1-------------------*/
.section-1{
	max-width:85%;
	margin:0 auto;
}
.section-1 p{
	    font-size: 15px;
    margin: 20px 0;
}
.select-section{
	max-width:92%;
	margin:0 auto;
}
.callcenter{
	width: 85%;
    height: 60px;
    position: relative;
    margin: 0 auto;
}
.callcenter h2{
	font-size:21px;
	display:inline;
	    float: left;
}
.callcenter span#sub-headline-h2{
    font-size: 16px;
}
.callcenter a img#logo{
	width:80px;
	float: right;
}
h2.headline{
	text-align:center;
	font-size:14px;
	  display: table;
  white-space: nowrap;
      margin: 20px 0;
}


h2.headline:before,
h2.headline:after {
    border-top: 2px solid #cecece;
    content: "";
    display: table-cell;
    position: relative;
    top: 0.5em;
    width: 45%;
}
h2.headline:before {
  right: 1.5%;
}
h2.headline:after {
  left: 1.5%;
}
.select-section .card a img{
	width:50px;
	display:block;
	margin:0 auto;
}
.select-section .container{
	padding:0;
}
.select-section .card{
    padding-left: 0;
    padding-right: 0;
}

.select-section .card a p{
    font-size: 13px;
    text-align: center;
    margin: 20px 0;
    color:#000;
}
.select-section .card .container .row div:nth-child(1){
    border-right: 2px solid #ddd;
}
.select-section a > img.selector{
	margin:5px auto;
	    max-width: 900px;
	    width:100%;
	    display:block;
}
.service-type{
  font-size:16px;
  color:#000;
}

.service-type img{
  width:50%;
}

/*---------------Contact Form---------------*/
.contact-form h2{
  	font-size: 16px;
    border-bottom: 2px solid #DDDDDD;
    padding-bottom: 2px;
    text-transform: uppercase;
    margin-bottom:20px;
}
.contact-form{
	margin:50px 0;
}
.contact-form form{
	    max-width: 1000px;
    margin: 0 auto;
    width: 90%;
}
.contact-form form span.asterisk{
	color:red;
}

/*-------------BMW Section-------------------*/
.service-list{
	display:none;
}
.section-list{
	max-width:85%;
	margin:0 auto;
}

.service-list p{
	display:inline-block;
	font-size:16px;
	margin-bottom:20px;
	padding-left: 10px;
	line-height:30px;
}

.service-list h2{
    font-size: 16px;
    border-bottom: 2px solid #DDDDDD;
    padding-bottom: 2px;
    text-transform: uppercase;
    margin-bottom:20px;
}

.service-list .bt-tel{
	float:right;
	background: rgb(0,97,170);
background: linear-gradient(0deg, rgba(0,97,170,1) 0%, rgba(0,121,190,1) 100%);
	text-align: center;
	color:#fff;
	font-weight:normal;
    font-size: 14px;
    padding: 5px 35px;
    height:30px;
}

/*-------------------Footer-------------------*/
.footer{
    border-top: 1px solid #aaa;
    padding: 10px 0;
    width: 90%;
    margin: 20px auto 0;
}
.footer p{
    font-size: 11px;
    text-align: center;
    color: #bbb;
    font-size: 10px;
}

/*---------------------Thankyou----------------------*/
#thankyou .modal-body p{
	text-align:center;
	font-size:16px;
}
#thankyou .modal-body .checked{
	    width: 120px;
    display: block;
    margin: 20px auto;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.7);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


@media screen and (min-width:768px){
	.header{
		min-height:80px;
	}
	.header h1{
	    font-size: 18px;
	    font-weight: bold;
	    float: left;
	    margin-top: 30px;
	    color:#000;
	}
	.header h1 span{
		font-weight:normal;
	}
	.header .logo{
     width: 340px;
    /*float: right;*/
	}
	h1.headline {
    	font-size: 22px;
	}
	h2.headline{
		 font-size: 20px;
		 margin: 50px 30px;
	}
	.section-1 p {
	    font-size: 15px;
	    margin: 0;
	}
	.callcenter a img#logo{
		    float: none;
	    display: block;
	    margin: 40px auto;
	    width: 220px;
            line-height: 27px;
	}
	.callcenter h2, .select-section h2 {
	    display: block;
	    float: none;
	    text-align: center;
	    font-size: 18px;
	}
	.callcenter{
		width:100%;
		height:auto;
	}
	.select-section a > img.selector {
    	margin: 20px auto;
	}
	.select-section{
		    border-left: 2px solid #ddd;
	}
}