/*@font-face {*/
	/*font-family: BmwFontBold;*/
	/*src: url(../fonts/BMWTypeWebBoldAll.20161018.woff2)*/
/*}*/

/*@font-face {*/
	/*font-family: BmwFontLight;*/
	/*src: url(../fonts/BMWTypeWebLightAll.20161018.woff2)*/
/*}*/

body {
	overflow: hidden!important;
	margin: 0
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center;
	padding-top: 20px
}

#main-heading {
	visibility: hidden
}

#main-wrapper {
	width: 300px;
	height: 600px;
	background-color: #f8f8f8;
    border: 1px solid #dcdbdb;
}

#bmwthreedium {
	position: fixed;
	bottom: 0;
	left: 25px;
	z-index: 999;
	width: 250px;
	height: 420px;
	border: 2px solid gray
}

@media only screen and (max-width:500px) {
	#bmwthreedium {
		width: 100%;
		left: 0
	}
}

#threedium-add {
	text-align: center;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	font-weight: 700;
	z-index: 999;
	padding-bottom: 30px
}

.title-first {
	font-family: BmwFontBold, Montserrat;
	font-size: 24px;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #262626
}

.title-second {
	font-family: BmwFontBold, Montserrat;
	font-size: 24px;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #262626
}

.color-change {
	margin-top: 15px;
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	width: 225px;
	height: 35px;
	line-height: 35px;
	font-family: BmwFontBold, Montserrat;
	font-size: 10px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	color: #696969;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #9b9b9b
}

a.book-test-drive {
	font-family: BmwFontBold, Montserrat;
	margin-top: 10px;
	margin-bottom: 13px;
	display: inline-block;
	font-size: 12px;
	letter-spacing: .05em;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	background: #1c69d4;
	width: 225px;
	height: 52px;
	line-height: 52px
}

#tmp-button {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0
}

#tmp-button a {
	height: 35px;
	line-height: 35px;
	width: 200px
}

.extra-position {
	position: relative
}

.webgl-content {
	margin-bottom: 20px;
	margin-top: 33px;
	width: 300px;
	height: 250px;
	position: relative
}

.animated {
	visibility: hidden
}

.show-animated {
	visibility: visible;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s
}

.background-white {
	background: #fff
}

.color-change-popup {
	border-radius: 6px;
	visibility: hidden;
	width: 234px;
	background-color: #fff;
	color: #fff;
	text-align: center;
	padding-bottom: 10px;
	position: absolute;
	z-index: 1;
	bottom: 58%;
	left: 50%;
	transform: translateX(-50%);
	box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, .15)
}

.color-change-popup img {
	display: inline-block;
	width: 40px;
	margin-top: 13px
}

.close-button {
	position: absolute;
	right: 7px;
	top: 3px;
	color: gray
}

.close-button a {
	color: gray;
	font-family: open sans, 'sans-serif';
	text-decoration: none;
	font-size: 13px
}

.close-button a:hover {
	color: #4d4d4d
}

#minimize {
	position: absolute;
	right: 23px;
	top: -1px;
	color: gray
}

#minimize a {
	color: gray;
	font-family: open sans, 'sans-serif';
	text-decoration: none;
	font-size: 13px
}

#minimize a:hover {
	color: #4d4d4d
}

.threedium-add-wrapper {
	/*height: 420px;*/
	width: 300px;
	height: 600px;
	display: none
}

.cta-form {
	height: 420px;
	display: none
}

.message {
	opacity: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 80px;
	-webkit-transition: opacity .5s linear;
	transition: opacity .5s linear;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	color: #1c69d4;
	width: 200px
}

.show {
	visibility: visible;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s
}

.showOut {
	opacity: 1
}

.showBlock {
	display: block;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

@keyframes fadeIn {
	from {
		opacity: 0
	}
	to {
		opacity: 1
	}
}

#rotate-scroll {
	display: table;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%)
}

.drag-to-rotate,
.scroll-to-zoom,
.controls {
	display: table-cell
}

.drag-to-rotate span,
.scroll-to-zoom span,
.controls span {
	font-family: BmwFontBold, Montserrat;
	font-size: 6px;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: .02em;
	text-align: left;
	color: #696969;
	vertical-align: top
}

.controls {
	vertical-align: top;
	padding-top: 11px
}

.controls span {
	font-family: BmwFontLight, Montserrat;
	font-size: 9px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #696969
}

.rotate-img {
	display: block;
	width: 18px;
	height: 26px;
	margin: 0 auto;
	padding-bottom: 5px
}

.scroll-img {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto;
	padding-bottom: 5px
}

#grayWrapper {
	position: relative;
	background-color: #f8f8f8;
	margin: 0 auto;
	width: 300px;
	height: 450px;
	margin-top: 4px;
	margin-bottom: 4px;
	box-sizing: border-box
}

input {
	margin-top: 10px;
	width: 225px;
	height: 35px;
	line-height: 35px;
	font-family: Montserrat;
	font-size: 10px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	color: #696969;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #cdcdcd;
	padding-left: 10px
}

input[type=button] {
	font-size: 12px;
	letter-spacing: .05em;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	background: #1c69d4;
	width: 225px;
	height: 52px;
	line-height: 52px
}

select {
	margin-top: 10px;
	width: 225px;
	height: 35px;
	line-height: 35px;
	font-family: Montserrat;
	font-size: 10px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: normal;
	color: #696969;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #cdcdcd;
	padding-left: 10px;
	border-radius: 0;
	-webkit-appearance: none
}

form {
	padding-top: 15px
}

.messageDown {
	top: auto;
	bottom: 45px
}

#backButton {
	display: block;
	padding-top: 5px;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 400;
	color: #696969;
	cursor: pointer
}

#button-submit {
	font-family: BmwFontLight, Montserrat;
	margin-bottom: 0
}

#ui-datepicker-div {
	width: 217px
}