@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400|Montserrat:400,700');
/* RGB SCHEME COLOR */
.separator {
  border-bottom: 1px solid #8b8f96;
}
.verticalcenter {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
html,
body,
footer,
.wrapper {
  background-color: #f0f0f0;
  font-family: 'Roboto Slab', serif;
  font-size: 16px;
  color: #8b8f96;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  border: none;
}
h1 {
  font-size: 32px;
  line-height: 36px;
}
h2 {
  font-size: 28px;
  line-height: 32px;
}
h3 {
  font-size: 24px;
  line-height: 28px;
}
h4 {
  font-size: 20px;
  line-height: 24px;
}
a {
  color: #bd2132;
}
a:hover,
a:focus {
  color: #bd2132;
  text-decoration: none;
}
.form-group .form-control {
  border-radius: 0;
  margin-bottom: 10px;
}
.form-group label {
  font-size: 12px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.form-group input.form-control,
.form-group input.form-control:hover,
.form-group input.form-control:focus,
.form-group textarea.form-control {
  transition: none;
  border: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  min-height: 50px;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.form-group input.form-control {
  border-bottom: 1px solid #bd2132;
}
.form-group input.form-control:hover,
.form-group input.form-control:focus {
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #e5e9f0;
  border-bottom: 3px solid #bd2132;
}
.form-group textarea.form-control {
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  border-bottom: 1px solid #bd2132;
}
.form-group textarea.form-control:hover,
.form-group textarea.form-control:focus,
.form-group textarea.form-control:active {
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  background-color: #e5e9f0;
  border-bottom: 3px solid #bd2132;
}
section#topbar {
  min-height: 30px;
  background-color: #8b8f96;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #f0f0f0;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
nav.navbar {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: white;
  min-height: 130px;
  margin: 0 0 0 0;
}
nav.navbar .navbar-brand {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
nav.navbar .navbar-brand img {
  height: 100px;
}
nav.navbar .navbar-brand:hover,
nav.navbar .navbar-brand-hover {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari */
  transform: scale(1.1);
}
nav.navbar .navbar-toggle {
  margin-top: 50px;
}
nav.navbar .navbar-nav {
  font-family: 'Montserrat', sans-serif;
  color: #8b8f96;
}
nav.navbar .navbar-nav li a {
  -o-transition: 0.2s;
  -ms-transition: 0.2s;
  -moz-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  height: 130px;
}
nav.navbar .navbar-nav li a:hover,
nav.navbar .navbar-nav li a:focus {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari */
  transform: scale(1.1);
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #bd2132;
  color: #f0f0f0;
}
section#header {
  height: 400px;
  background: #bd2132 url("../img/hero-bg.jpg") no-repeat center center;
  background-blend-mode: darken;
  background-size: cover;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
section#header h1 {
  font-family: 'Roboto Slab', serif;
  font-style: italic;
  color: white;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
section#home {
  min-height: 300px;
  background-color: #e5e9f0;
}
section#home .title,
section#home .title-inner {
  background-color: white;
  min-height: 90px;
  margin-bottom: 30px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
section#home .title h2,
section#home .title-inner h2 {
  text-align: center;
  text-decoration: overline underline;
  color: #bd2132;
}
section#home .title-inner {
  background-color: #bd2132;
}
section#home .title-inner h2 {
  color: white;
}
section#home .title-single {
  background-color: white;
  min-height: 90px;
  margin-bottom: 30px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: #bd2132;
  margin-bottom: 0px;
}
section#home .title-single h2 {
  text-align: center;
  text-decoration: overline underline;
  color: #bd2132;
}
section#home .title-single h2 {
  color: white;
}
section#home #cta {
  min-height: 90px;
  text-align: center;
  background-color: #f0f0f0;
  background: -webkit-linear-gradient(left top, #f0f0f0, #FFFFFF);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left top, #f0f0f0, #FFFFFF);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left top, #f0f0f0, #FFFFFF);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(left top, #f0f0f0, #FFFFFF);
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
section#home #cta a {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #bd2132;
  padding: 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  border: 3px solid #bd2132;
}
section#home #cta a span {
  font-size: 18px;
}
section#home #cta a:hover {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 35px;
  text-decoration: none;
  background-color: #bd2132;
  color: white;
}
section#home .single-car {
  background-color: white;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-box-shadow: 0px 0px 21px -10px #000000;
  -moz-box-shadow: 0px 0px 21px -10px #000000;
  box-shadow: 0px 0px 21px -10px #000000;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 30px;
}
section#home .single-car a {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-weight: light;
  font-size: 15px;
}
section#home .single-car a:hover,
section#home .single-car a:focus {
  color: white;
}
section#home .single-car img {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
section#home .single-car #status {
  text-align: center;
  position: absolute;
  top: 0;
  right: 15px;
  left: 15px;
  display: inline-block;
  background-color: #bd2132;
  height: 0px;
  -o-transition: 0.6s;
  -ms-transition: 0.6s;
  -moz-transition: 0.6s;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
section#home .single-car #status p {
  text-align: center;
  font-size: 12px;
  padding: 15px;
  display: none;
}
section#home .single-car h4.carname {
  font-family: 'Roboto Slab', serif;
  min-height: 50px;
  color: #bd2132;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
section#home .single-car .single-content {
  text-align: center;
  background-color: #f0f0f0;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  min-height: 45px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
section#home .single-car .single-content .price {
  font-family: 'Roboto Slab', serif;
  font-size: 15px;
  background-color: #bd2132;
  color: white;
  min-height: 45px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
section#home .single-car:hover {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari */
  transform: scale(1.1);
  -webkit-box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 21px -5px rgba(0, 0, 0, 0.5);
}
section#home .single-car:hover #status {
  height: 30px;
}
section#home .single-car:hover #status p {
  display: block;
}
section#home #car-single,
section#home #contact {
  background-color: white;
}
section#home #car-single .car-details,
section#home #contact .car-details {
  padding: 30px;
}
section#home #car-single h3,
section#home #contact h3 {
  color: #bd2132;
}
section#home #car-single h3 span,
section#home #contact h3 span {
  font-family: 'Roboto Slab', serif;
  color: #c7cbd2;
  font-weight: 400;
}
section#home #car-single #specifications-list ul,
section#home #contact #specifications-list ul {
  margin-top: 30px;
}
section#home #car-single #specifications-list ul > li,
section#home #contact #specifications-list ul > li {
  border-bottom: 1px solid #f0f0f0;
  min-height: 30px;
  padding-top: 7px;
  padding-bottom: 7px;
}
section#home #car-single #specifications-list ul > li .col-xs-6,
section#home #contact #specifications-list ul > li .col-xs-6 {
  padding: 0px;
}
section#home #car-single #specifications-list ul > li .name,
section#home #contact #specifications-list ul > li .name {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}
section#home #car-single #specifications-list ul > li .value,
section#home #contact #specifications-list ul > li .value {
  text-align: center;
}
section#home #car-single .price,
section#home #contact .price {
  display: block;
  text-align: center;
  padding: 15px;
}
section#home #car-single .price h1,
section#home #contact .price h1 {
  font-family: 'Roboto Slab', serif;
  color: #bd2132;
}
section#home #car-single .cta-single,
section#home #contact .cta-single {
  padding: 30px 30px 15px 30px;
  background-color: #bd2132;
}
section#home #car-single .cta-single h2,
section#home #contact .cta-single h2 {
  text-align: left;
  color: white;
  font-family: 'Roboto Slab', serif;
  padding-bottom: 15px;
}
section#home #car-single .cta-single a,
section#home #contact .cta-single a {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: white;
  padding: 15px;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  border: 3px solid white;
  display: block;
  text-align: center;
}
section#home #car-single .cta-single a span,
section#home #contact .cta-single a span {
  font-size: 18px;
}
section#home #car-single .cta-single a:hover,
section#home #contact .cta-single a:hover {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari */
  transform: scale(1.1);
  text-decoration: none;
  background-color: white;
  color: #bd2132;
}
section#home #car-single .desc-single,
section#home #contact .desc-single {
  padding: 30px;
}
section#home #car-single .desc-single h3,
section#home #contact .desc-single h3 {
  margin-bottom: 15px;
}
section#home #car-single .desc-single p,
section#home #contact .desc-single p {
  text-align: left;
}
section#home #car-single .desc-single ol,
section#home #contact .desc-single ol,
section#home #car-single .desc-single ul,
section#home #contact .desc-single ul {
  padding-left: 20px;
}
section#home #car-single .desc-single ul,
section#home #contact .desc-single ul {
  list-style-type: disc;
}
section#home #car-single .gallery-single,
section#home #contact .gallery-single {
  padding: 0px 30px 15px 30px;
}
section#home #car-single .gallery-single h3,
section#home #contact .gallery-single h3 {
  margin-bottom: 15px;
}
section#home #car-single .gallery-single .col-xs-6,
section#home #contact .gallery-single .col-xs-6,
section#home #car-single .gallery-single .col-md-3,
section#home #contact .gallery-single .col-md-3 {
  margin-bottom: 15px;
}
section#home #car-single img,
section#home #contact img {
  border-radius: 3px;
}
section#home #contact h3 {
  margin-bottom: 15px;
}
section#home #contact .col-xs-12,
section#home #contact .col-md-6 {
  margin-top: 15px;
  margin-bottom: 15px;
}
section#home #contact .col-xs-8,
section#home #contact .col-xs-4 {
  padding: 0px;
}
section#home #contact form button,
section#home #contact form input[type=button] {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  width: 100%;
  min-height: 50px;
  background-color: #bd2132;
  border: 3px solid #bd2132;
  font-family: 'Montserrat', sans-serif;
  color: white;
  text-transform: uppercase;
}
section#home #contact form button:hover,
section#home #contact form input[type=button]:hover {
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: white;
  font-family: 'Montserrat', sans-serif;
  color: #bd2132;
  text-transform: uppercase;
}
section#brand,
section#progress {
  min-height: 400px;
  background: #bd2132 url("../img/brand-bg.jpg") no-repeat 75% 25%;
  background-blend-mode: multiply;
  background-size: cover;
  border-top: 1px solid #8b8f96;
  border-bottom: 1px solid #31353c;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: right;
}
section#brand h1,
section#progress h1 {
  color: white;
  font-family: 'Roboto Slab', serif;
  font-style: none;
  font-weight: 300;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
}
section#brand h1 span,
section#progress h1 span {
  font-size: 30px;
  font-style: italic;
}
section#progress {
  background: #bd2132 url("../img/progress-bg.jpg") no-repeat 75% 25%;
  background-blend-mode: multiply;
  background-size: cover;
}
footer {
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  min-height: 100px;
  background-color: #31353c;
  font-family: 'Montserrat', sans-serif;
  color: #f0f0f0;
}
