html {
	height: 100%;
    min-width: 1300px;
}
body {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    border-radius: 10px;
}
button, img, input, select, textarea {
    vertical-align: middle;
}
input[type=button] {
    border: none;
    border-radius: 5px;
    background: #2460b7;
    line-height: 2.5;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    width: 40%;
    text-align: center;
    outline: 0;
    font-weight: 700;
    margin-right: 18px;
}
* {
    margin: 0;
    padding: 0;
    font-family: "Segoe UI",Arial,sans-serif !important;
}
.header {
    background: #111;
    text-align: center;
}
.header h2 {
    text-shadow: 1px 1px 2px black, 0 0 1em black, 0 0 0.2em black;
}
.header-container {
    position: relative;
}
.header-container img {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.header-container .container {
    position: absolute;
    top: 0;
    width: 100%;
    font-size: 36px;
    color: #cfcfcf;
}
.container {
    margin-left: auto;
    margin-right: auto;
    padding: 0;
}
.col {
    display: table;
    width: 100%;
}
.col-5 {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.col-10 {
    width: 100%;
}
.container h2 {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    margin-top: calc(100%/19);
    margin-bottom: 32px;
    color: #fff;
}
.container h4 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    line-height: 2;
    margin-top: 0;
    margin-bottom: -18px;
}
.container p {
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    margin-top: 18px;
    margin-bottom: 18px;
    font-weight: 400;
}
.container {
    width: 1170px;
}
.product {
    background: #fff;
    margin-bottom: 20px;
    margin-top: 20px;
	width: 1200px;
	margin: 0 auto;
}
.product::after {
    display: block;
    overflow: hidden;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}
.product-preview {
    width: 50%;
    float: left;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.product-image {
    width: 600px;
    max-width: 735px;
}
.product-title {
    padding-bottom: 18px;
}
.product-info {
    width: 43%;
    margin-left: 7%;
    float: left;
    box-sizing: border-box;
    position: relative;
}
.product-details-list {
    padding-bottom: 18px;
}
.product-details-list li {
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #383838;
    margin-left: 38px;
    list-style-type: disc;
    font-weight: 500;
}
.price-container {
    padding-bottom: 18px;
}
.price-container p {
    font-size: 14px;
}
.contact-us {
    font-size: 13px;
    color: #383838;
    font-weight: 500;
}
.pb80 {
    padding-bottom: 80px;
}
.side-image {
    width: 100%;
    max-width: 570px;
}
.bmw-b {
	color: #81c4ff;
}
.bmw-m {
	color: #16588e;
}
.bmw-w {
	color: #e7222e;
}
.footer {
    background: #272727;
    box-sizing: border-box;
    padding-top: 18px;
    font-size: 12px;
    font-weight: 400;
    color: #919699;
}
.footer div {
    text-align: center;
    padding-bottom: 18px;
}
