/******************************************************************

Stylesheet: IE Stylesheet

******************************************************************/
/******************************************************************
IMPORTS & DEPENDENCIES
Remember, all the BASE styles are called already since IE can
read those. Below, we need to import only the stuff IE can't
understand (what's inside the media queries). We also need to
import the mixins file so SASS can understand the variables.
******************************************************************/
/******************************************************************

Stylesheet: Variables

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/******************************************************************

Stylesheet: Mixins Stylesheet

******************************************************************/
/*********************
TRANSITION
*********************/
/*********************
PLACEHOLDER
*********************/
/*********************
NO SELECTION
*********************/
/*********************
TRANSFORMS
*********************/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/*********************
BOX SHADOW
*********************/
/*********************
RATIO
*********************/
/******************************************************************

Stylesheet: Desktop Stylsheet

******************************************************************/
/*********************
LINK STYLES
*********************/
a, a:visited {
  transition: all 0.2s ease-in;
}
a.btn:hover, a:visited.btn:hover {
  background-color: #ba192d;
}

/****************************
H1, H2, H3, H4, H5 STYLES
****************************/
h1, .h1 {
  font-size: 46px;
}

h2, .h2 {
  font-size: 37px;
}

h3, .h3 {
  font-size: 29px;
}

h4, .h4 {
  font-size: 23px;
}

/*********************
FORM STYLES
*********************/
form input.btn.primary {
  transition: all 0.2s ease-in;
}
form input.btn.primary:hover {
  background-color: #ba192d;
}

/****************************
OVERLAY STYLES (AD)
****************************/
.overlay .overlay-content .showroom-header {
  padding: 30px 60px;
}
.overlay .overlay-content .showroom-header a.go-back {
  display: inline-flex;
  align-items: center;
}
.overlay .overlay-content .showroom-header a.go-back .label {
  display: inline-block;
  margin: 0 0 0 5px;
}
.overlay .overlay-content .showroom-header .logo {
  margin-left: auto;
}
.overlay .overlay-content .showroom-header .logo svg {
  height: 45px;
}
.overlay .overlay-content .showroom-slides .slide .slide-content {
  padding: 60px;
  margin: 111px 0 0;
  height: calc( 100vh - 111px );
}
.overlay .overlay-content .showroom-slides .slide .slide-content .slide-columns {
  display: flex;
}
.overlay .overlay-content .showroom-slides .slide .slide-content .slide-columns .col {
  flex: 1;
}
.overlay .overlay-content .showroom-slides .slide .slide-content .slide-columns .col.price {
  margin-left: auto;
  text-align: right;
}
.overlay .overlay-content .showroom-slides .slide .slide-content .slide-columns .col.secondary {
  font-size: 15px;
}
.overlay .overlay-content .showroom-slides .slide.type-intro .slide-content .slide-text .intro-specs div {
  font-size: 29px;
}
.overlay .overlay-content .showroom-slides .slide.type-intro .slide-content .slide-text .intro-specs div i {
  font-size: 19px;
}
.overlay .overlay-content .showroom-slides .slide.type-specs .slide-columns .col {
  padding: 0 30px 0 0;
}
.overlay .overlay-content .showroom-slides .slide.type-specs .slide-columns .col.secondary {
  padding: 0;
}
.overlay .overlay-content .showroom-slides .slide.type-specs .slide-columns .col .color .color-dot {
  width: 90px;
  height: 90px;
  border-radius: 45px;
}
.overlay .overlay-content .showroom-slides .slide.type-gallery .ad-gallery a.gallery-item {
  width: 25%;
}
.overlay .overlay-content .showroom-slides .slide.type-features ul.ad-features {
  display: flex;
  width: 100%;
  margin: 15px 0 30px;
  flex-wrap: wrap;
}
.overlay .overlay-content .showroom-slides .slide.type-features ul.ad-features li {
  width: 33.33%;
  padding: 0 30px 0 0;
}
.overlay .overlay-content .showroom-slides .slide.type-summary .col .contact-person {
  margin: 0 0 30px;
}
.overlay .overlay-content .showroom-slides .slide.type-summary .col .contact-person .person-img {
  width: 90px;
  height: 90px;
  border-radius: 45px;
}
.overlay .overlay-content .showroom-slides .slide.type-summary .col:first-child {
  padding: 0 30px 0 0;
}
.overlay .overlay-content .showroom-slides .slide.type-summary .col:last-child {
  padding: 0 0 0 30px;
}

/****************************
LAYOUT STYLES
****************************/
.wrap {
  padding: 0 120px;
}

/****************************
HEADER STYLES
****************************/
body:not(.home) .header {
  padding: 0 0 30px;
}

.header {
  margin: 0 0 105px;
}
.header .top-bar {
  padding: 45px 0;
}
.header .top-bar .wrap a.logo svg {
  height: 45px;
}
.header .top-bar .wrap ul.top-bar-links li a {
  width: auto;
  margin: 0 0 0 30px;
}
.header .top-bar .wrap ul.top-bar-links li a .icon {
  margin-right: 10px;
}
.header .top-bar .wrap ul.top-bar-links li a .label {
  display: inline-block;
}
.header .top-bar .wrap ul.top-bar-links li a.phone {
  background-color: white(0);
}
.header .top-bar .wrap ul.top-bar-links li a.email {
  padding: 0 30px;
}
.header .top-bar .wrap ul.top-bar-links li a.email .icon {
  display: none;
}
.header .top-bar .wrap ul.top-bar-links li a.email:hover {
  background-color: #ba192d;
}
.header .nav.wrap ul li.menu-item-has-children:hover > a:after {
  transform: rotate(180deg);
}
.header .nav.wrap > ul {
  margin: 0;
}
.header .nav.wrap > ul > li {
  padding: 0;
}
.header .nav.wrap > ul > li > a {
  display: none;
}
.header .nav.wrap > ul > li > ul {
  display: flex;
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.header .nav.wrap > ul > li > ul > li {
  flex: 1;
  margin: 0 30px 0 0;
  padding: 0;
}
.header .nav.wrap > ul > li > ul > li:last-child {
  margin: 0;
}
.header .nav.wrap > ul > li > ul > li > a {
  color: #FFFFFF;
  border-top: 1px solid white(0.15);
}
.header .nav.wrap > ul > li > ul > li:hover > a {
  border-top: 1px solid white(1);
}
.header .nav.wrap > ul > li > ul > li:hover > ul {
  display: flex;
  max-width: 420px;
  flex-wrap: wrap;
}
.header .nav.wrap > ul > li > ul > li > ul {
  position: absolute;
  display: none;
  padding: 30px;
  background-color: #FFFFFF;
  box-shadow: 0 15px 30px black(0.15);
  z-index: 1;
}
.header .nav.wrap > ul > li > ul > li > ul li.btn a {
  margin: 30px 0 0;
}

/****************************
CONTENT STYLES
****************************/
.section {
  margin: 0 0 120px;
}
.section.type-intro {
  position: relative;
}
.section.type-intro .slider-wrap .slider-nav {
  display: block;
  position: absolute;
  top: 80px;
  right: 120px;
  padding: 30px 0;
  z-index: 1;
}
.section.type-intro .slider-wrap .slider-nav a.slick-arrow {
  display: inline-flex;
  width: 45px;
  height: 45px;
  border-radius: 30px;
  color: #A0A2A4;
  background-color: #FFFFFF;
  align-items: center;
  justify-content: center;
}
.section.type-intro .slider-wrap .slider-nav a.slick-arrow.slick-prev {
  margin-right: 7.5px;
}
.section.type-intro .slider-wrap .slider-nav a.slick-arrow.slick-next {
  margin-left: 7.5px;
}
.section.type-intro .slider-wrap .slider-dots {
  display: none;
}
.section.type-intro .slider-wrap .intro-slider .slide {
  position: relative;
}
.section.type-intro .slider-wrap .intro-slider .slide h1 {
  width: 760px;
  margin: 0 0 -30px;
  padding: 0 0 0 120px;
  font-size: 72px;
}
.section.type-intro .slider-wrap .intro-slider .slide .slide-img .slider-progress {
  height: 30px;
}
.section.type-intro .slider-wrap .intro-slider .slide .slide-img .img {
  padding-top: 42.86%;
}
.section.type-intro .slider-wrap .intro-slider .slide .latest-post {
  position: absolute;
  left: 90px;
  bottom: 45px;
  width: 340px;
  margin: 0;
  padding: 0;
  z-index: 15;
}
.section.type-intro .slider-wrap .intro-slider .slide .latest-post .post-inner .image .img {
  transition: all 0.3s ease-in-out;
}
.section.type-intro .slider-wrap .intro-slider .slide .latest-post:hover .post-inner .image .img {
  padding-top: 56.25%;
}
.section.type-cars {
  position: relative;
  z-index: 5;
}
.section.type-cars .car-filters {
  padding: 30px 0;
}
.section.type-cars .car-filters form {
  align-items: flex-end;
}
.section.type-cars .car-filters form > div:not(.submit) {
  flex: 1;
  width: auto;
  margin: 0 30px 0 0;
}
.section.type-cars .car-filters form > div:not(.submit):nth-child(odd), .section.type-cars .car-filters form > div:not(.submit):nth-child(even) {
  padding: 0;
}
.section.type-cars .car-filters form > div:not(.submit) select {
  margin: 0;
}
.section.type-cars .car-filters form .submit {
  flex: 1;
  width: auto;
}
.section.type-cars .car-views {
  margin: 0 0 60px;
}
.section.type-cars .car-views a:hover {
  background-color: #e6ebf1;
}
.section.type-cars .cars-list {
  margin: 0 0 210px;
}
.section.type-cars .cars-list .car {
  margin: 0 0 30px;
  padding: 0 0 30px;
}
.section.type-cars .cars-list .car .car-info {
  padding-left: 30px;
}
.section.type-cars .cars-list .car .car-info h3 {
  font-size: 29px;
}
.section.type-cars .cars-list .car .car-info .car-specs {
  margin: 15px 0;
  font-size: 15px;
}
.section.type-cars .cars-list .car .car-info .car-price {
  font-size: 29px;
}
.section.type-cars .cars-list .car .car-img {
  width: 240px;
}
.section.type-cars .cars-list .car .car-img .img {
  padding-top: 56.25%;
}
.section.type-cars .cars-slider {
  margin: 0 -120px;
  padding: 0 120px;
}
.section.type-cars .cars-slider .car {
  width: 370px;
  margin: 0 60px 0 0;
}
.section.type-cars .cars-slider .car .car-img .img {
  overflow: hidden;
}
.section.type-cars .cars-slider .car .car-img .img img {
  transition: all 0.2s ease-in-out;
}
.section.type-cars .cars-slider .car .car-img:hover .img img {
  transform: scale(1.1);
}
.section.type-cars .slider-nav {
  padding: 30px 0 0;
}
.section.type-services {
  position: relative;
  margin: -120px 0 120px;
  padding: 210px 0 90px;
}
.section.type-services .slider-links {
  display: flex;
  margin: 60px 0 15px;
}
.section.type-services .slider-links a {
  flex: 1;
  margin: 0 30px 0 0;
  padding: 15px 0;
  color: #FFFFFF;
  border-top: 1px solid white(0.15);
}
.section.type-services .slider-links a:last-child {
  margin: 0 0 0 30px;
}
.section.type-services .slider-links a:hover {
  border-top: 1px solid white(1);
}
.section.type-services .content-slider {
  margin: 0;
}
.section.type-services .content-slider .slide {
  display: flex;
  flex-wrap: nowrap;
}
.section.type-services .content-slider .slide .slide-img {
  width: 50%;
}
.section.type-services .content-slider .slide .slide-img .img {
  height: 100%;
  padding-top: 100%;
}
.section.type-services .content-slider .slide .slide-txt {
  width: 50%;
  padding: 60px;
}
.section.type-services .content-slider .slide .slide-txt h1 {
  margin: 0 -60px 45px;
  transform: translate(-60px, 0);
}
.section.type-services .content-slider .slide .slide-txt a.btn:hover {
  background-color: #252e36;
}
.section.type-services .slider-nav {
  padding: 30px 0;
  background-color: transparent;
}
.section.type-about .columns {
  display: flex;
}
.section.type-about .columns .col {
  flex: 1;
  margin: 0;
}
.section.type-about .columns .col:first-child {
  margin-right: 45px;
}
.section.type-about .columns .col:last-child {
  margin-left: 45px;
}
.section.type-about .video {
  margin: 120px -120px 0;
  overflow: hidden;
}
.section.type-about .video a {
  display: flex;
}
.section.type-about .video img {
  display: block;
}
.section.type-about .video:hover a {
  transform: scale(1.1);
}
.section.type-contact {
  margin: -120px 0 120px;
  padding: 0 0 210px;
}
.section.type-contact h1 {
  margin: -90px 0 0;
  text-indent: -28px;
}
.section.type-contact .columns {
  display: flex;
  margin: 60px 0 0;
}
.section.type-contact .columns .col {
  flex: 1;
  margin: 0;
}
.section.type-contact .columns .col:first-child {
  padding: 0 60px 0 0;
}
.section.type-contact .columns .col:last-child {
  padding: 0 0 0 60px;
}
.section.type-map {
  position: relative;
  margin: -210px 0 120px;
  z-index: 75;
}
.section.type-map .map {
  position: relative;
  margin: 0;
}
.section.type-map .map a.marker {
  width: 90px;
  height: 90px;
  border-radius: 45px;
}
.section.type-map .map a.marker:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.section.type-map .map a.route {
  display: inline-block;
  left: 45px;
  bottom: 45px;
  background-color: #3A4854;
}
.section.type-map .map a.route:hover {
  background-color: #252e36;
}
.section.type-single {
  padding: 0 0 120px;
}
.section.type-single .post-img {
  margin: -45px 0 60px;
}

/****************************
FOOTER STYLES
****************************/
.footer {
  margin: 0 0 120px;
}
.footer .footer-content {
  display: flex;
}
.footer .footer-content .col.socials {
  width: 255px;
}
.footer .footer-content .col.socials a:hover {
  background-color: #E2243C;
}
.footer .footer-content .col.nav {
  flex: 1;
}
.footer .footer-content .col.nav ul.footer-nav {
  display: flex;
}
.footer .footer-content .col.nav ul.footer-nav > li {
  flex: 1;
  margin: 0 30px;
}
.footer .footer-content .col.nav ul.footer-nav > li:last-child {
  margin-right: 0;
}
.footer .footer-content .col.nav ul.footer-nav > li:first-child {
  margin-left: 0;
}
.footer .footer-content .col.scroll {
  margin-left: 90px;
}
.footer .footer-content .col.scroll a.scroll-top {
  margin: 0;
}
.footer .footer-bottom {
  display: flex;
  margin: 120px 0 0;
}
.footer .footer-bottom .col {
  margin: 0;
  padding: 30px 0 0;
}
.footer .footer-bottom .col.copy {
  width: 255px;
}
.footer .footer-bottom .col.links {
  flex: 1;
}
.footer .footer-bottom .col.links ul li {
  display: inline-block;
  margin-right: 15px;
}
