@font-face {
	font-family:'BMWTypeNextLatinTT-Regular';
	src:url('../fonts/BMWTypeNextLatinTT-Regular.eot');
	src:url('../fonts/BMWTypeNextLatinTT-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BMWTypeNextLatin-Regular.woff2') format('woff2'),
		url('../fonts/BMWTypeNextLatinTT-Regular.woff') format('woff'),
		url('../fonts/BMWTypeNextLatinTT-Regular.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:'BMWTypeNextLatinTT-Bold';
	src:url('../fonts/BMWTypeNextLatinTT-Bold.eot');
	src:url('../fonts/BMWTypeNextLatinTT-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BMWTypeNextLatin-Bold.woff2') format('woff2'),
		url('../fonts/BMWTypeNextLatinTT-Bold.woff') format('woff'),
		url('../fonts/BMWTypeNextLatinTT-Bold.ttf') format('truetype');
	font-weight:bold;
	font-style:normal;
}
@font-face {
	font-family:'BMWTypeNextLatinTT-Light';
	src:url('../fonts/BMWTypeNextLatinTT-Light.eot');
	src:url('../fonts/BMWTypeNextLatinTT-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/BMWTypeNextLatin-Light.woff2') format('woff2'),
		url('../fonts/BMWTypeNextLatinTT-Light.woff') format('woff'),
		url('../fonts/BMWTypeNextLatinTT-Light.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}
body {font-family:'BMWTypeNextLatinTT-Regular',Arial;position:relative;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;
	font-size:16px;
	font-weight:100;
	margin:0;
	color:#000;
}

.header2 {
	font-family: 'BMWTypeNextLatinTT-Light';
	font-size: 23px;
	color: #444444;
}


h1 {
	font-family: 'BMWTypeNextLatinTT-Bold';
	font-size: 25px;
}

h2 {
	font-family: 'BMWTypeNextLatinTT-Light';
	font-size: 25px;
}

h3 {
	font-family: 'BMWTypeNextLatinTT-Light';
	font-size: 18px;
}

p {
	font-family: 'BMWTypeNextLatinTT-Regular';
	color: #000;
	font-size: 18px;
}

.desc {
	font-family: 'BMWTypeNextLatinTT-Regular';
	color: #444;
	font-size: 16px;
}

/* Solid border */
hr.solid {
  border-top: 1px solid #bbb;
}

.small{
	font-family: 'BMWTypeNextLatinTT-Regular';
	color: #000;
	font-size: 12px;
}

.bold{
	font-family: 'BMWTypeNextLatinTT-Bold';
	color: #000;
	font-size: 17px;
}

.headline {
	text-align: left;
		margin: auto;
	    max-width:1000px;
	width: 100%;
}

.load {
    max-width: 1160px;
    margin: 0px auto;
    display: block;
    height: 7px;
}

.content {
    max-width: 900px;
    padding: 0px 30px 30px 30px;
    margin: 0px auto;
    position: relative;
    min-height: 350px;
}

    .content .group {
        display: inline-table;
        width: 100%;
        height: auto;
    }

        .content .group .cell {
            display: inline;
            height: auto;
        }

.landing .cell.one {
    width: 100%;
}

.landing .cell.two {
    width: 30%;
}

.cell.one {
    width: 70%;
}

.cell.two {
    width: 30%;
}

.surveybtn {
    background-color: #1b6dd6;
    padding: 7px 15px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    display: inline;
    font-size:13px
}

    .surveybtn:hover {
        background-color: #1052a7;
        padding: 7px 15px;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }

.nextbtn {
    display: inline-table;
}

    .nextbtn .next {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
    }

    .nextbtn .btn {
        display: table-cell;
        height: 100%;
        padding-left: 10px;
        vertical-align: middle;
    }

.group h4 {
    margin: 15px 0px;
    text-transform: uppercase;
    color: #333;
}

.iframe-container{
	-webkit-overflow-scrolling: touch;
  	overflow: auto;
	height: 105;
	max-height: 105px;
}

.answer {
    display: inline-table;
    height: 100%;
	font-family: 'BMWTypeNextLatinTT-Regular';
	color: #000;
	font-size: 15px;
    margin-bottom: 5px;
}
    .answer .choose {
        display: inline-table;
        height: 100%;
        vertical-align: middle;
        padding-right: 10px;
    }

    .answer .text {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
		width: 80%;
    }

    .answer.two .choose.two {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
        width: 270px;
    }

    .answer.hidden {
visibility: hidden;
    }

    .answer.two .text.two {
        display: table-cell;
        height: 100%;
        vertical-align: middle;
        width: 400px;
    }

    .answer.two {
        margin-bottom: 20px;
    }

    #icon-spacing {
        margin-left: 10px;
        vertical-align: middle;
    }

label {
    cursor: pointer;
}

.radiostyle {
    width: 20px;
    height: 20px;
}

@media (min-width:501px) {

    .visible-xs {
        display: none;
    }

    .hidden-xs {
        display: block;
    }
}

#form2, #form3, #form4, #form5, #form6, #form7 {
    display: none;
}

select,
input[type="text"] {
    padding: 5px;
    background-color: #fff;
    border: 1px solid #838486;
    box-sizing: border-box;
}

input[type="text"] {
    width: 100%;
}

.header {
    max-width: 1030px;
    margin: 40px auto 0px auto;
    padding: 0px 5px;
}

.car {
    max-width: 1174px;
    margin: 0px auto;
}

.contenttwo {
    max-width: 1050px;
    margin: 40px auto 0px auto;
    padding: 0px 15px 50px 15px;
}

.tncbox {
    overflow-y: scroll;
    height: 200px;
    max-width: 700px;
    border: 1px solid #d0d1e1;
    padding-left: 10px;
    margin: 20px 0px;
}

.surveybtnp {
    float: left;
}

.fbbtnp {
    float: right;
}

@media (max-width:500px) {
    .surveybtn {
    background-color: #1b6dd6;
    padding: 7px 10px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size:14px
}
    .surveybtn:hover {
        background-color: #1052a7;
        padding: 7px 10px;
        text-align: center;
        color: #fff;
        cursor: pointer;
    }
    .content .group .cell {
        display: block;
        height: auto;
        margin-bottom: 15px;
    }

    .landing .cell.one,
    .landing .cell.two,
    .cell.one,
    .cell.two {
        width: 100%;
    }

    body {
        font-size: 13px;
    }

    .hidden-xs {
        display: none;
    }

    .visible-xs {
        display: block;
    }

    .content {
        padding: 0px 20px 15px 20px;
    }


    .load {
        height: 4px;
    }

    .answer.two .choose.two,
    .answer.two .text.two {
        display: block;
        height: auto;
        vertical-align: middle;
        width: 100%;
    }

    .answer.two {
        margin-bottom: 10px;
        width: 100%;
    }

    .surveybtnp {
        float: none;
        margin-bottom: 50px;
    }

    .fbbtnp {
        float: none;
    }

	.bottom-container{
	width: 107%;
	position: ;
	overflow: auto; 
	-webkit-overflow-scrolling: touch; 
	height: 105;
	max-height: 105px;
	right: 5px;
}
    .header {
        max-width: 1030px;
        margin: 40px auto 0px auto;
        padding: 0px 15px;
    }
}

#tnc{
    overflow-y: scroll;
}

#bmw-logo {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 640px) {
    #tnc{
        width: 100%;
    }
}

@media only screen and (max-width: 500px) {
    #tnc{
        width: 95%;
    }
}

.error{
    color: red;
    margin-left: 1px;
    font-size: 12px;
    @media only screen and (max-width: 500px){
        margin-left: 0;
    }
}

#application{
    font-weight: 700;
    font-size: 18px;
    font-family: "Arial";
    color: #7D5345;
}

#perf-headline{
    font-weight: 700;
    font-size: 18px;
    font-family: "Arial";
}

#fine-print{
    font-size: 10px;
    font-style: italic;
}

#hidden-message{
    font-weight: 700;
    font-size: 19px;
    font-family: "Arial";
    color: #7D5345;
}

input[type="text"], input[type="date"], textarea{
    border: 2px solid #ccc;
    border-radius: 4px;
    width: 95%;
    position: relative;
    border-radius: 4px;
    margin-left: 1px;
    padding-left: 10px;
    padding-right: 10px;
    @media only screen and (max-width: 500px){
        margin-left: 0;
    }
}

#consent, #consent1, #consent2{
    margin-left: 0;
}

.btn-page {
    display: inline-block;
}

.error.valid{
    color: #00ea77;
}

#contact_home{
    width: 30%;
    margin-right: 15px;
    margin-left: 14px;
    margin-bottom: 5px;
    @media only screen and (max-width: 899px){
        width: 15%; 
    }
}

#contact_mobile{
    width: 30%;

    @media only screen and (max-width: 899px){
        width: 15%; 
    }
}

#contact_home-error{
    display: block;
    margin-top: -2px;
}

#contact_mobile-error{
    display: block;
    margin-top: 3px;
}

.mobile-layout{
    display: inline-flex;
    width: 75%;
}

.interests{
    display: block;
    position: relative;
}

.interests-checkbox{
    display: -webkit-inline-flex;
    display: inline-flex;
    position: relative;
}

.firstcolumn{
    padding-right: 10px;
}

.secondcolumn{
    padding-right: 10px;
}

.thirdcolumn{
    padding-right: 10px;
}

.fourthcolumn{
    padding-right: 10px;
}

.fifthcolumn{
    display: inline-block;
    position: relative;
    width: 73%;
    margin-bottom: 15px;
}

.uniquefeatures {
    width: auto;
    margin-right: 10px;
}

.importantcarfeatures {
    width: auto;
    margin-right: 10px;
}

#sb {
    width: 105px;
    margin-right: 10px;
}

.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 2px solid #ccc;
    border-bottom: none;
    border-top: none;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 999;
    width: 94%;
    top: 100%;
    left: 1px;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #eee;
    border-bottom: 2px solid #ccc;
}

.autocomplete-items div:hover {
    background: #7ad;
}

.autocomplete-active {
    background-color: #05f;
    color: #777;
}

.row {
    display: initial;
    margin-top: 10px;
    margin-bottom: 10px;
}

.col {
    display: inline-block;
    width: 32%;
    vertical-align: middle;
    margin-bottom: 10px;
}

@media only screen and (max-width: 500px) {
    .col {
        width: 50%;
    }
}

tr, table, td {
    border: 2px solid #ccc;
}

table{
    border-collapse: collapse;
    border-radius: 4px;
    border-style: hidden;
    box-shadow: 2px 3px 6px 3px #999;
}

td{
    width: 25%;
}

input[type="radio"] + label.error{
    float: left;
    position: absolute;
    margin-left: -15px;
    margin-top: 20px;
}

#Consent-error{
    float: left;
    display: block;
    margin-top: 5px;
    width: 90%;
}

#faq{
    color: currentColor;
}

#faq:hover{
    color: #0095da;
}

#btn-next-vehicleinfo{
    display: inline-block;
}

#btn-next-personalinfo{
    display: inline-block;
}

#btn-next-companyinfo{
    display: inline-block;
}

#btn-next-leisure{
    display: inline-block;
}

#accompanied{
    margin-left: 1px;
    font-size: 9.5px;
}

#remove-margins{
    margin: 0;
}

#page{
    text-align: -webkit-center;
    font-weight: 700;
    font-size: 14px;
    margin-top: 20px;
}

input:disabled{
    opacity: 0.5;
    background-color: #ddd;
}

select[readonly] {
    pointer-events: none;
    touch-action: none;
}

#clear-rank {
    display: inline-block;
}

@keyframes fadein {
    0% {
        transform: translateX(25px);
        opacity: 0;
    }
    100% {
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes fadeout {
    0% {
        transform: translateX(0px);
        opacity: 1;
    }
    100% {
        transform: translateX(25px);
        opacity: 0;
    }
}

@media only screen and (max-width: 500px) {
    #Consent-error{
        margin-bottom: 2px;
    }
}

@media only screen and (max-width: 363px) {
    #Consent-error{
        margin-bottom: -8px;
    }
}
@media only screen and (max-width: 352px) {
    #Consent-error{
        margin-bottom: 8px;
    }
}
@media only screen and (max-width: 341px) {
    #Consent-error{
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 500px) {
    #perf-headline{
        font-size: 16px;
    }
    .mobile-layout{
        width: 95%;
    }
}

input{
    height: 30px;
    margin-left: 1px;
}

input[type="radio"], input[type="checkbox"]{
    height: auto;
    margin-bottom: 5px;
}

input[type="radio"].error{
    margin-bottom: 10px;
    border-color: #ccc;
}

input[type="radio"].valid{
    border-color: #ccc;
}

@media only screen and (max-width: 615px){
    input[type="radio"], input[type="checkbox"]{
        margin-bottom: 15px;
    }
}

input[type="date"]{
    height: 25px;
    width: 89%;
    background: transparent;
}

textarea{
    width: 89.5%;
}

select{
    border: 2px solid #ccc;
    border-radius: 4px;
    width: 95%;
    height: 30px;
    position: relative;
    margin-left: 1px;
}

button{
    width: 30%;
    border-radius: 0 !important;
    background-color:#1751ca !important;
    font-size:15px !important;
	color:white !important;
    line-height: 2.5rem !important;
}
                
button:hover{ 
    background-color:#2064f5 !important; 
}

@media (min-width: 600px) and (max-width:1099px) {
button {
width: 75%;
    border-radius: 0 !important;
    background-color:#1751ca !important;
    font-size:25px !important;
	color:white !important;
    line-height: 4rem !important;
    }
}

input[type="button"]{
    border: 2px solid #ccc;
    border-radius: 4px;
    height: 20px;
    margin-left: 1px;
    display: inline-block;
}

@media only screen and (max-width: 500px){
    input, textarea{
        padding-right: 5px;
        padding-left: 5px;
    }
}

input[type="button"]{
    border: 2px solid #ccc;
    border-radius: 4px;
    height: 20px;
    margin-left: 1px;
    display: inline-block;
}


@media only screen and (max-width: 615px){
    .interests-checkbox{
        display: inline-block;
    }
}

.venue, #other-questions {
display: none;
}

.DropDown{
    border-radius: 0 !important;
    border: 2.3px solid lightgrey;
    width: 95% !important;
    background-image: url('/bmw/img/BmwDropdownicon.png') !important;
    background-position: 100% !important;
    background-size: 35px !important;
    background-repeat: no-repeat !important;
    border-radius: .25rem;
    width: 100%;
    transition: border .1s linear,background-color .1s linear;
    display: inline-block;
    padding: 0 40px 0 10px;
    height:40px;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline:0;
                
    /*webkit browsers */
    -moz-appearance: none;
    /*Firefox */
    appearance: none;
}

select::-moz-focus-inner, select:focus, select:active {
    outline:0;
}

.DropDown>option{
    color:#000 !important;
}