/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
html,
button,
input,
select,
textarea {
    color: #222;
}
html {
    font-size: 1em;
    line-height: 1.4;
}
a:active {
    outline: none;
}
a:focus {
    outline: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
img,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
/* ==========================================================================
Main Styles
========================================================================== */
a[href^=tel] {
text-decoration:inherit;
color: inherit;
}



@font-face {
    font-family: "new gothic";
    src: url("/static/fonts/NewsGothicCndNRegular.ttf") format("truetype");
}

@font-face {
    font-family: "franklin gothic";
    src: url("/static/fonts/FranklinGothicStdCondensed.otf") format("opentype");
}

html {
    height: 100%;
    min-height: 100%;
    box-sizing: border-box;
    overflow: hidden;

}
*, *:before, *:after {
  box-sizing: inherit;

}

body {
    font-family:'Open Sans', Helvetica, Helvetica Neue, Arial;
    background-color: #fff;
    height: 100%;
    /*height: 95%;*/
    /*min-height: 90%;*/
}
*,
    *:before,
    *:after {
        box-sizing: inherit;
    }
    .bg-container {
        display: flex;
        flex-direction: column;
        height: 100%;
        background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('/static/img/luxury.jpg');
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;

    }
    #world-map {
        height: 500px;
    }
/* ==========================================================================
Header Styles2
========================================================================== */
.header {
    padding: 25px 10px;
    margin-left: 20px;
    opacity: 0;
}
.header img.logo {
    width: 15%;
}
.main-header {
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 990;
    background-image: url('/static/img/header_bg.png');
    background-position: bottom center;
    background-repeat: repeat-x;
    width: 100%;
    height: 80px;
    text-align: center;
}
.main-header-content {
    position: absolute;
    left: 0px;
    right: 0px;
    /*padding: 10px;*/
    z-index: 9999;

}
/*.main-header-bg-wrapper {*/
/*opacity: 0.1;*/
/*}*/
.main-header-white-wrapper {
    height: 100%;
    background: rgba(255,255,255,0.4);
    background-blend-mode: overlay;

}
.main-header .logo {
    position: absolute;
    left: 20px;
    top: 20px;
}
.main-header .nav-content li {
    height: 35px;
}
.nav-content li a:hover {
    color: red;
}
.main-header .nav-header-content li a:hover {
    color: red;

}
.main-header .nav-header-content li a {
    font-size: 12px;
    color: #fff;
    opacity: 1;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
    padding: 0px 11px 34px 11px;
    z-index: 999;
    cursor: pointer;
    position: relative;

}
.inventory-navbar .item img {
    position: absolute;
    right: 20px;
    top: 12px;
    width: 55%;
    height: auto;
}
.inventory-navbar .item img.suv-icon {
    width: 60%;
    top: 15px;
    right: 17px;
}
.inventory-navbar .item img.sedan-icon {
    width: 70%;
    top: 7px;
    right: 15px;
}
.inventory-navbar .item img.coupe-icon {
    top: 15px;
    width: 65%;
    right: 15px;
}
.inventory-navbar .item img.exotic-icon {
    width: 80%;
    right: 13px;
    margin-right: -4px;
    top: 2px;
}
.inventory-navbar .item img.bike-icon {
    width: 60%;
    top: 14px;
}
.inventory-navbar .item img.boat-icon {
    top: 10px;
    width: 60%;
}
.inventory-navbar .item-name {
    position: absolute;
    bottom: 5px;
    width: 100%;
    right: 0px;
    font-size: 9px;
}
/*.inventory-navbar .item img.exotic-icon {*/
/*height: 80px;*/
/*margin: -10px;*/
/*}*/
.inventory-navbar {
    height: 0px;
    text-align: center;
    position: absolute;
    top: 61px;
    left: 0px;
    right: 0px;
    z-index: 100000;
    background: rgba(0,0,0,0.5);
    color: #fff;
    display: none;
}
.inventory-nav-content {
    display: inline-block;
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 60px;
}
.inventory-nav-content li {
    font-size: 14px;
    display: inline-block;
}
.inventory-nav-content li a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
}
.inventory-navbar .item {
    width: 90px;
    text-align: center;
    font-size: 9px;
    height: 100%;
    cursor: pointer;
    position: relative;
}
.inventory-navbar .item:hover {
    transition: all 0.4s;
    background: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: inset 0 20px 20px -20px rgba(255,255,255,1);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(255,255,255,1);
    box-shadow: inset 0 20px 20px -20px rgba(255,255,255,1);

}

/* .hvr-underline-reveal { */
    /* display: inline-block; */
    /* vertical-align: middle; */
    /* -webkit-transform: translateZ(0); */
    /* transform: translateZ(0); */
    /* box-shadow: 0 0 1px rgba(0, 0, 0, 0); */
    /* -webkit-backface-visibility: hidden; */
    /* backface-visibility: hidden; */
    /* -moz-osx-font-smoothing: grayscale; */
    /* position: relative; */
    /* overflow: hidden; */
/* } */
/* .hvr-underline-reveal:before { */
    /* content: ""; */
    /* position: absolute; */
    /* z-index: -1; */
    /* left: 0; */
    /* right: 0; */
    /* bottom: 0; */
    /* background: #fff; */
    /* height: 1px; */
    /* -webkit-transform: translateY(4px); */
    /* transform: translateY(4px); */
    /* -webkit-transition-property: transform; */
    /* transition-property: transform; */
    /* -webkit-transition-duration: 0.3s; */
    /* transition-duration: 0.3s; */
    /* -webkit-transition-timing-function: ease-out; */
    /* transition-timing-function: ease-out; */
/* } */
/* .hvr-underline-reveal:hover:before, .hvr-underline-reveal:focus:before, .hvr-underline-reveal:active:before { */
    /* -webkit-transform: translateY(0); */
    /* transform: translateY(0); */
/* } */
.main-header .nav-content li a:hover {
    color: #f00;
    /* text-shadow: 1px 1px 1px #000; */

}
#inventory:before {
    /* content: ""; */

    /* position: absolute; */
    /* width: 100%; */
    /* height: 1px; */
    /* bottom: 10px; */
    /* left: 0; */
    /* background-color: #fff; */
    /* visibility: hidden; */
    /* -webkit-transform: scaleX(0); */
    /* transform: scaleX(0); */
    /* -webkit-transition: all 0.3s ease-in-out 0s; */
    /* transition: all 0.3s ease-in-out 0s; */

}
/* .main-header .nav-content li a:before { */
    /* content: ""; */
    /* position: absolute; */
    /* width: 100%; */
    /* height: 1px; */
    /* bottom: 25px; */
    /* left: 0; */
    /* background-color: #fff; */
    /* visibility: hidden; */
    /* -webkit-transform: scaleX(0); */
    /* transform: scaleX(0); */
    /* -webkit-transition: all 0.3s ease-in-out 0s; */
    /* transition: all 0.3s ease-in-out 0s; */

/* } */
/* .main-header .nav-content li a:hover:before { */
    /* visibility: visible; */
    /* -webkit-transform: scaleX(1); */
    /* transform: scaleX(1); */
/* } */
.nav-content {
    transition: all 0.3s;
    display: inline-block;
    list-style: none;
    margin: 20px;
    padding: 0px;
}
.mob-icon {
display:none;
}
.slicknav_nav a:hover {
/*background: rgb(21, 21, 21) !important;*/
/*color: white !important;*/
}
.slicknav-overlay {
    position: absolute;
    top: 0px; left: 0px; right: 0px; bottom: 0px;
    background: rgba(0, 0, 0, 0.8);
    z-index: 950;
    display: none;
}
.about-brand-container {
    height: 80px;
}
.nav-header-content {
-webkit-backface-visibility: hidden;
-moz-backface-visibility:    hidden;
-ms-backface-visibility:     hidden;
    transition: all 0.3s;
    display: inline-block;
    list-style: none;
    margin: 18px;
    padding: 0px;
}
.nav-content li, .nav-header-content li {
    transition: all 0.3s;
    font-size: 14px;
    margin: 5px;
    display: inline-block;
    position: relative;
}
.nav-content li a , .nav-header-content li a {
    transition: all 0.3s;
    outline: 0;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}
.about-header-quote {
    letter-spacing: 2.5px;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    right: 20px;
    top: 25px;
}
.search-box-container {
    display: none;
    width: 220px;
    display: inline-block;
    float: right;
    background: rgba(0, 0, 0, 0.2);
    height: 30px;
    border-radius: 10px;
    color: #919191;
}
.search-icon {
    /*margin: 5px;*/

    font-size: 12px;
    padding: 9px 10px;
}
.active {
    color: #fff;
}
.search-go {
    text-transform: uppercase;
    padding: 7px 7px;
    width: 35px;
    border-left: 1px solid #8c8c8c;
    font-size: 12px;
    cursor: pointer;
    transition: all 0.2s;
}
.search-go:hover {
    color: fff;
    transition: all 0.2s;
}
.search-button:hover {
    color: #b02c14;
}
.pull-left {
    height: 100%;
    float: left;
}
.search-input {
    background: transparent;
    border: none;
    outline: 0;
    color: #fff;
    width: 150px;
    height: 100%;
    font-size: 12px;
}
/* ==========================================================================
Loading Styles
========================================================================== */

@-webkit-keyframes animate1 {
    from { top: 25px; }
    to { top: -25px; }
}
@-moz-keyframes animate1 {
    from { top: 25px; }
    to { top: -25px; }
}
@keyframes animate1 {
    from { top: 44px; }
    to { top: -44px; }
}
.loading-container {
    /* display: none; */
    width: 250px;
    height: 44px;
    background-color:gray;
 margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  overflow: hidden;
}
.loading-logo {
    /* background: url('/static/img/l.png') no-repeat; */
}
.loading-logo img{
    width: 250px;
    position: absolute;
    top: 0px;
    z-index: 100;
}
.loading-overlay {
    position: absolute;
    top: 0px;
    width: 250px;
    height: 44px;
    background-color: white;
    z-index: 50;
  -webkit-animation: animate1 1.5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation: animate1 1.5s;
  -moz-animation-iteration-count: infinite;
  animation: animate1 1.5s;
  animation-iteration-count: infinite;

}

.overlay {
    position: absolute;
    z-index: 999999;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    /* opacity: 0.95; */
    /* filter: alpha(opacity=85); */
    overflow: hidden;
}
/* ==========================================================================
Content Styles
========================================================================== */
#main {
    /*width: 90%;*/
    /*margin: 0 5%;*/
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.content {
    height: 100%;
}
.inner-content {
    text-align: center;
    height: 40%;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}
.inner-content p {
    color: #fff;
}
.inner-content-heading {
    /*min-height: 168px;*/
    opacity: 0;
    font-family: 'Didot';
    font-size: 145px;
    margin: 0px;
    /*height: 45%;*/
}
.inner-content-sub-heading {
    display: inline-block;
    opacity: 0;
    font-size: 18px;
    /*font-family: 'Kozuka ExtraLight';*/
    font-family: 'Open Sans';
    font-weight: 200;
    margin: -40px 0px 0px 0px;
    letter-spacing: 25px;
}
.inner-content-enter {
    opacity: 0;
    /*font-family: 'Kozuka ExtraLight';*/
    font-family: 'Open Sans';
    width: 200px;
    height: 50px;
    font-size: 12px;
    background: transparent;
    border-radius: 4px;
    color: #fff;
    border: 1px solid;
    border-color: #fff;
    text-align: center;
    padding: 16px;
    cursor: pointer;
    transition: background 0.4s;
    margin: 25px auto;
    letter-spacing: 3px;
}
.inner-content-enter:hover {
    transition: all 0.4s;
    background-color: #fff;
    color: #000;
}
.brands {
    opacity: 0;
    width: 60%;
}
.inventory-brands {
    width: 50%;
}
.about-brands {
    width: 40%;
    /*height: 35px;*/
}
.brand-container, .inventory-brand-container {
    /*position: absolute;*/
    /*left: 0px;*/
    /*right: 0px;*/
    /*bottom: 15px;*/
    height: 30px;
}
.inventory-brand-container {
    bottom: 20px;
}

.se-container{
    display: block;
    width: 100%;
    overflow: hidden;
    padding-top: 150px;
    /*font-family: 'Kozuka ExtraLight';*/
    font-family: 'Open Sans';
}
.thecompany, .se-content-title {
    /*font-family: 'Kozuka ExtraLight';*/
    font-family: 'Open Sans';
    font-size: 100px;
    font-weight: 200;
    letter-spacing: 1.5px;
    color: white;
}
.se-content-title {
    font-size: 60px;
    margin: 95px;
}
.se-content p {
    line-height: 5px;
    font-size: 17px;
    font-weight: 200;
}
.thecompany-sub {
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 3px;
    color: white;
    margin: -64px;
    text-transform: uppercase;
}
.section-one {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.7)), url('/static/img/1.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}
.se-container .section-three {
    position: relative;
    overflow: hidden;
    margin: -195px -55px;
}
.se-container .section-five {
    margin: -110px -70px;
    position: relative;
    overflow: hidden;
}
.bg-two {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url('/static/img/2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    /*-webkit-backface-visibility: hidden;*/
    /*-moz-backface-visibility: hidden;*/
    /*backface-visibility: hidden;*/
    /*background-position: center bottom;*/
    margin-top: -100px;
}
.bg-three {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url('/static/img/3.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    /*-webkit-backface-visibility: hidden;*/
    /*-moz-backface-visibility: hidden;*/
    /*backface-visibility: hidden;*/
    /*background-position: center bottom;*/
    margin-top: -100px;
}
.bg-four {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.6)), url('/static/img/4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    /*-webkit-backface-visibility: hidden;*/
    /*-moz-backface-visibility: hidden;*/
    /*backface-visibility: hidden;*/
    /*background-position: center bottom;*/
    margin-top: -100px;
}
.bg-five {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url('/static/img/5.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    /*-webkit-backface-visibility: hidden;*/
    /*-moz-backface-visibility: hidden;*/
    /*backface-visibility: hidden;*/
    background-position: center bottom;
    margin-top: -100px;
}
.bg-six {
    margin-top: -100px;
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.65)), url('/static/img/6.jpg');
    background-size: cover;
    /*-webkit-backface-visibility: hidden;*/
    /*-moz-backface-visibility: hidden;*/
    background-position: -50px -120px;
}
.se-content .margin {
    margin: 100px;
    width: 100%;
    height: 10px;
}
.se-content {
    color: white;
    line-height: 20px;
}
.se-content .founded p{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 1;
}
.se-content .famous p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1;
}
.se-slope:first-child{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);

}
.se-slope:first-child .se-content {
    margin: 40px;
}
.se-slope:nth-child(2) .se-content{
    padding: 250px 100px 400px 100px !important;
}
.se-slope{
    overflow: hidden;
    color: white;
    margin: -170px -70px;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}
.se-slope:nth-child(odd){
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    margin-top: -235px;
}
.se-slope:nth-child(even){
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
}
.se-slope:nth-child(odd) .se-content{
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
    padding: 105px 100px 315px 100px;
    text-align: center;
}
.se-slope:nth-child(even) .se-content{
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
    padding: 200px 100px 350px 100px;
    text-align: center;
}
.how-it-works {
    width: 400px;
    height: 40px;
    font-size: 12px;
    background: transparent;
    margin: 5% auto;
    padding: 9px;
    border: 1px solid #fff;
    text-transform: uppercase;
    transition: all 0.4s;
    cursor: pointer;
}
.how-it-works:hover {
    transition: all 0.4s;
    background-color: #fff;
    color: #000;
}

#how-it-works {
    display: block;
}

#how-amtraco-works.modal, #how-amtraco-delivers.modal{
    z-index: 7;
    width: 800px;
    color: white;
    position: relative;
    background: #111;
    border: 3px solid white;
}

#how-amtraco-works.modal .about-images-container{
}

.about-images-container{
    float: right;
    height: 100%;
    padding-left: 10px;
    margin-left: 20px;
    border-left: 1px solid white;
}

.about-images-container img{
    display: block;
    margin: 10px 0px;
    width: 150px;
}

.home-content {
    /*font-family: 'Kozuka ExtraLight';*/
    font-family: 'Open Sans';
    /*margin: 190px 10%;*/
    color: #fff;
}
.home-explore {
    text-decoration: none;
    color: white;
    transition: color 0.4s;
}

.home-explore:visited {
    color: white;
}

.inventory-nav-link, .inventory-nav-link:hover, .inventory-nav-link:visited{
    color: white;
    text-decoration: none;
}
.car-box-container a, .car-box-continer a:visited, .car-box-continer a:hover{
    text-decoration: none;
}
.car-box{
    position: relative;
    overflow: hidden;

}
.hot {
  background-color: rgb(253, 53, 53);
}
.soldout {
  background-color: rgb(186, 186, 11);
}
.new {
  background-color: rgb(0, 182, 0);
}
.car-status {
  width: 155px;
  height: 25px;
  display: inline-block;
  color: white;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  float: right;
  z-index: 1000;
  position: absolute;
  right: -56px;
  top: 10px;
  font-size: 13px;
  padding: 4px;
}
.home-inner-content-separator{
    font-size: 1px;
}

.home-explore:hover {
    color: #C00;
}

.inner-text {
    z-index: 1000;
    cursor: pointer;
    text-decoration: none;
    color: white;
    transition: all 0.4s;
}

.inner-text:hover {
    color: red;
    transition: all 0.4s;
}

.home-content-arrow{
    color: #c00;
    font-size: 30px;
}

.home-inner-content {
    font-family: "Oswald", "Open Sans";
    display: block;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-size: 40px;
    font-weight: 400;
    margin: 20px 0px 0px -5px;

}
.home-inner-sub-content {
    display: block;
    padding-left: 18px;
    font-family: "Open Sans Condensed", "Open Sans";
    font-size: 24px;
    margin-top: -15px;
    letter-spacing: 1;
    font-weight: 300;
    font-style: italic;
    margin-left: 10px;
}

.explore-icon {
    margin-right: 2px;
    font-size: 16px;
}

/* ==========================================================================
Single Deen om car
========================================================================== */

.single-car-container{
    margin: auto;
    margin-top: 120px;
    /* box css */
    font-family: 'Open Sans';
}

.single-car-container .images-container{
    font-family: 'Open Sans';
    width: 95%;
    margin:auto;
    text-align: center;
}

.single-car-container .main-image{
    width: 415px;
    max-height: 415px;
    margin: 5px;
    margin-right: 15px;
    float: left;
}

.single-car-container .main-image img{
    width: 100%;
    border: 3px white solid;
}

.single-car-container .small-images{
    float: left;
    min-width: 420px;
    max-width: 680px;
}
.single-car-container .small-image{
    float: left;
    border: 3px white solid;
    display: inline-block;
    margin: 5px;
    max-width: 206px;
}
.single-car-container .small-image img{
    max-width: 200px;
}
.specs-tables ,.specs-paragraphs{
    margin-right: 10px;
    margin-left: 10px;
    color: white;
    margin-top: 20px;
    min-height: 200px;
    background: rgba(15, 15, 15, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 20px;
}
.specs-paragraphs{
    padding-left: 10px;
    padding-right: 10px;
}
.specs-tables tr{
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.specs-tables tr:last-child{
    border: none;
}

.specs-paragraphs p, .specs-paragraphs h4, .specs-paragraphs pre{
    color: white;
    font-weight: normal;
}
.specs-paragraphs pre{
    font-size: 13px;
    font-family: 'Open Sans';
}
.specs-paragraphs table{
    vertical-align: top;
    width: 100%;
}
.specs-paragraphs table td.label{
    font-size: 14px;
    vertical-align: top;
    width: 200px;
}
.specs-paragraphs tr{
    vertical-align: top;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.specs-paragraphs tr:last-child{
    border: none;
}
.specs-paragraphs h3{
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.specs-paragraphs h4{
    margin-right: 30px;
    margin-top: 10px;
}


.specs-paragraphs p{
    margin-top: 10px;
    font-size: 13px;
}
.specs-tables h2{
    margin-left: 10px;
    font-weight: normal;
    font-size: 16px;
}

.specs-tables h3, .specs-paragraphs h3{
    /*letter-spacing: 3px;*/
    font-weight: normal;
    line-height: 3;
    margin: 0px 0px;

}

.specs-tables .price {
    line-height: 1.4285;
    margin-top: 8px;
}

.specs-tables .price + .price {
    margin-top: 0;
    margin-bottom: 8px;
}

.specs-table{
    width: 72%;
    font-size: 13px;
    display: inline-block;
    margin-left: 4px;
}
.specs-table td{
    color: white;
}

.specs-table .spec-value{
    width: 300px;
}
.specs-table .spec-label{
    width: 200px;
}
.specs-tables .controls-container{
    text-align: center;
    float: right;
    margin-right: 20px;
    width : 20%;
}

.specs-tables .controls-container .btn{
    display: block;
}

.btn {
    text-align: center;
    font-size: 12px;
    background: transparent;
    margin: 5% auto;
    padding: 9px 30px;
    border: 1px solid #fff;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.4s;
    cursor: pointer;
    color: white;
}
.btn:visited{
    color: white;
}

.btn:hover {
    transition: all 0.4s;
    background-color: #fff;
    color: #000;
}

#slides{
    height: 100%;
}
nav.slides-navigation .next{
    text-align: left;
    font-size: 70px;
}
nav.slides-navigation .prev{
    text-align: right;
    font-size: 70px;
}

/* ==========================================================================
Footer Styles
========================================================================== */
.footer {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.copyrights-container {
    opacity: 0;
}
.copyrights, .about-copyrights, .home-copyrights, .news-copyrights {
    /*font-family: 'Kozuka ExtraLight';*/
    font-family: 'Open Sans';
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    word-spacing: 12px;
}
.home-copyrights, .about-copyrights {
    position: absolute;
    bottom: 0px;
    color: white;
    z-index: 900;
    right: 0px;
    left: 0px;
    text-align: center;
}
.about-copyrights {
    font-size: 10px !important;
    bottom: 15px;
}
.copyrights-icon {
    margin: -10px;
}

.section-six-footer-container {
    position: absolute;
    bottom: 150px;
    left: 0px;
    right: 0px;
}

.all-content{
    min-height: 100%;
    position: relative;
    padding-bottom: 50px;
}

.contact .all-content,.about .all-content, .home .all-content, .news .all-content{
    padding-bottom: 0px;
}
.contact .all-content{
    background-color: rgb(15, 15, 15);
    // height: 110%;
    min-height: 100% !important;
}

.contact .input-wrapper {
  position: relative;
  top: auto;
  left: auto;
  z-index: 940;
}

#world-map {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.contact .map-wrapper {
  height: auto;
  padding-bottom: 300px;
  position: relative;
}

.contact .input-container {
  border-bottom: 1px solid transparent;
  padding-bottom: 36px;
}

.contact-copyrights {
  margin: 0;
  bottom: 10px;
}

body.contact, body.news{
    height: 100%;
    overflow: hidden;
}
.contact-info-container {
width: 260px;
text-align: center;
height: 90px;
position: absolute;
background: black;
z-index: 100;
left: 0px;
right: 0px;
bottom: 130px;
border: 1px solid white;
}
.contact-info {
    color: #fff;

}
.contact-info a:visited {
    color: #fff;

}
.fixed.footer{
    clear: both;
    position: absolute;
    z-index: 10;
    height: 27px;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.fixed.footer .copyrights-container{
    opacity: 1;
}
/* ===============
ALL: IE Fixes
=============== */
.ie7 .title {
    padding-top: 20px;
}
/* ===============
Inventory Style
=============== */
.inventory-container {
    /*width: 100%;*/
}
.inventory-menu {
    /* font-family: 'Kozuka ExtraLight'; */
    font-family: 'Open Sans';
    height: 50px;
    margin: 0px;
    margin-top: 60px;
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 0px;
    position: relative;
}
.inventory-inner-menu {
    height: 50px;
    width: auto;
    display: inline-block;
    margin: 0px;
    padding: 5px 15px;
    background: rgba(15, 15, 15, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 0px;
    color: rgba(255, 255, 255, 0.8);
    transition: all 0.4s;
}

.inventory-inner-menu .inventory-sub-menu{
    z-index: 2000;
    /*overflow-y: scroll;*/
    padding: 0px 0px 0px 3px;
    position: absolute;
    top: 22px;
    max-height: 400px;
    width: 120px;
    overflow: hidden;
    left: -1px;
    text-align: left;
    background: rgba(15, 15, 15, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-color: transparent;
    border-top: none;
    height: 0px;
    transition: all 0.3s;
    /* display: none; */
}
.inventory-inner-menu .conditions{
    width: 99px;
}
.inventory-inner-menu .inventory-sub-menu.active {
    border-color: rgba(255, 255, 255, 0.3);
}

.inventory-inner-menu .inventory-sub-menu li:hover{
    color: #C00;
}
.inventory-inner-menu .inventory-sub-menu.hidden {
}

#inventory-search {
    display: none;
    z-index: 100;
    height: 48px;
    width: 190px;
    border: none;
    background: transparent;
    margin-left: 15px;
    padding: 20px;
    outline: 0;
    color: white;
    /*position: relative;*/
    /*left: -1000000000px;*/
}
.inventory-inner-menu li {
    display: inline-block;
    position: relative;
    margin: 10px 5px;
    font-size: 12px;
    cursor: pointer;
}
/*.inventory-inner-menu li span.selected {*/
    /*color: red;*/
/*}*/

.inventory-inner-menu .inventory-sub-menu li{
    text-align: left;
    list-style: none;
    display: block;
}

.inventory-inner-menu li:hover {
    color: white;
}
.inventory-inner-menu li .fa-angle-down {
    margin: 5px 3px;
    font-size: 10px;
    vertical-align: top;

}
.close {
    display: none;
    z-index: 1001;
}
.inventory-search-box {
    position: absolute;
    right: 12px;
    display: inline-block;
    height: 100%;
    width: 50px;
    background: rgba(15, 15, 15, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0px;
    padding: 0px;
    line-height: 0;
    color: rgba(255, 255, 255, 0.8);
    font-size: 12px;
    cursor: pointer;
    /*transition: all 0.4s;*/
    z-index: 10;
}
.inventory-search-box .fa-search {
    margin-top: 17px;
}
.fa-search {
    cursor: pointer;
}
.inventory-search-box:hover {
    color: white;
}
body.inventory, body.single-car{
    background: url('/static/img/AmtracoInv.png')

}
.inventory-container img {
    /* filter: blur(6px); */
    /* -webkit-filter: blur(6px); */
    /* -moz-filter: blur(6px); */
    /* -o-filter: blur(6px); */
    /* -ms-filter: blur(6px); */
}
.bg-wrapper {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background:rgba(86, 86, 86, 0.3);
}

.cars-container {
    position: relative;
    /*width: 1200px;*/
    width: 100%;
    margin: 0 auto;
    text-align: center;
    z-index: 10;
    padding: 67px 0px 0px 0px;
}
.car-box {
    /* font-family: 'Kozuka ExtraLight'; */
    font-family: 'Open Sans';
    background: rgba(15, 15, 15, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.3);

    width: 350px;
    height: 300px;
    display: inline-block;
    padding: 0px;
    margin: 5px;
}

.car-box p{
}

.car-box-wrapper {
    margin: 0px;
    z-index: 1001;
    padding: 5px 15px;
    transition: all 0.4s;
    cursor: pointer;
    border: 2px solid transparent;
    height: 100%;
}

.car-box-wrapper:hover {
    border:2px solid white;
}

.car-box-title {
    color: white;
    font-size: 14px;
    text-align: left;
}
.car-box-img-container{
    position: relative;
    overflow: hidden;
    height: 177px;
}

.car-img-container{
    text-align: center;
    height: 177px;
    width: 100%;
    transition: all 0.4s;
    top: 0px;
    right: 0px;
    position: absolute;
}
.car-box:hover .car-img-container{
    top: -4px;
    height: 185px;
}

.car-box-img-container img {
    margin-left: auto;
    margin-right: auto;
    filter: blur(0px);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    height: inherit;
    z-index: 2;
}

.car-box-detail-container {
    color: white;
    text-align: left;
}
.car-box-detail {
    font-size: 12px;
    margin-bottom: -10px;
    margin-top: 20px;
}

.car-box-detail p {
    margin-top: 3px;
    margin-bottom: 0;
}

.car-box-detail-gasoline {
    font-size: 10px;
}
.cur-icon {
    font-size: 10px;
    margin: 8px 2px;
    vertical-align: top;
}
.car-price {
    float: right;
    font-size: 14px;
    margin-top: -4px;
}

.car-price + .car-price {
    margin-top: 2px;
}

.car-price small{
  font-size: 12px
}

.paggination ol li{
    list-style: none;
    display: inline-block;
    transition: all 0.4s;
    font-size: 12px;
    background: transparent;
    margin: 3px;
    padding: 5px;
    width: 25px;
    border: 1px solid #fff;
    border: 1px solid rgba(136, 136, 136, 0.33);
    text-transform: uppercase;
    transition: all 0.4s;
    cursor: pointer;
    color: white;
    background: rgba(15, 15, 15, 0.8);
}
.paggination ol li.current{
    list-style: none;
    background-color: #fff;
    color: #000;
}

.paggination ol li:hover{
    background-color: #fff;
    color: #000;
}
.paggination ol li a{
    text-decoration: none;
    color: inherit;
}

/* ===============
Contact Style
=============== */
.message-container {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 57px;
    height: 45px;
    z-index: 980;
    display: none;
    opacity: 0;
}
.message {
    text-align: center;
    padding: 15px;
    width: 300px;
    margin: 0 auto;
    height: 100%;
    background: #0f0f0f;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: white;
    font-size: 12px;
    border-radius: 2px;
}
.error {
    border-color: red !important;
}
.map-wrapper {
    background: #0f0f0f;
    width: 100%;
    height: 100%;
    padding-top: 10%;
    font-family: 'Open Sans';
}
.input-wrapper {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 10%;
}
.input-container {
    width: 445px;
    margin:-60px auto;
}
.text-input {
    width: 200px;
    height: 45px;
    margin-right: 20px;
}
.p-container {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.p-container table {
    margin: 0 auto;
}
.p-container table td{

    padding: 3px 5px;
    font-family: 'Open Sans';
    font-weight: 200;
    font-size: 14px;
  color: white;
  vertical-align: top;
}
.p-container i{
    margin-right: 5px;
}
.contact-info {
    font-size: 15px;
    font-weight: 200;
    font-family: 'Open Sans';
}

.contact-container {
    border: 1px solid transparent;
    background: rgba(176, 176, 176, 0.1);
    font-size: 12px;
    padding: 10px;
    color: #fff;
    outline: 0;
    transition: all 0.4s;
}
.input{
    border: 1px solid transparent;
    background: rgba(176, 176, 176, 0.1);
    font-size: 12px;
    padding: 10px;
    color: #fff;
    outline: 0;
    transition: all 0.4s;
}
.contact-container {
  width: 425px;
  /* height: 150px; */
  margin: 25px 0px;
  text-align: center;
}
.contact-info {
margin: 5px;
}
.social-container {
  text-align: center;
  padding: 10px;
}
.social-class i{
    transition: all 0.3s;
}
.social-class a:visited{
    color: white;
}
.social-class i {
    font-size: 20px;
    margin: 5px;
    color: white;
}
.social-class i.fa-youtube:hover{
    color: #bb0000;
}
.social-class i.fa-facebook:hover{
    color: #3b5998;
}
.social-class i.fa-instagram:hover{
    color: #517fa4;
}

.submit-button {
    width: 424px;
    margin-top: 20px;
    border: 1px solid rgba(136, 136, 136, 0.33);
    background: transparent;
    font-size: 12px;
    font-family: 'Open Sans';
    padding: 10px;
    color: #fff;
    outline: 0;
    transition: all 0.4s;
    text-transform: uppercase;
    letter-spacing: 2;
}
.input:focus {
    border: 1px solid white;
}
.input:hover {
    border: 1px solid white;
}
.submit-button:hover {
    color: black;
    background: white;
}
.contact-textarea {
    margin-top: 20px;
    width: 424px;
    height: 120px;
}
.contact-title {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 40px;
    font-weight: 200;
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 115px;
    z-index: 900;
}
.contact-sub-title {
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 12px;
    font-weight: 200;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 170px;
    z-index: 900;
    text-align: center;
}
/* ==========================================================================
News page
========================================================================== */

.sliding-middle-out li {
    display: inline-block;
    position: relative;
    padding-bottom: 3px;
}
.sliding-middle-out li:after {
    content: '';
    display: block;
    margin: 5px auto;
    height: 1px;
    width: 0px;
    background: transparent;
    transition: width .5s ease, background-color .5s ease;
}
.sliding-middle-out li:hover:after {
    width: 100%;
    background: white;
}
.news  .all-content {
    background: #0f0f0f;
    font-family: 'Open Sans';
}
.sidebar-container {
    float: left;
    width: 20%;
    height: 100%;
}
.titles-container {
    list-style: none;
    text-decoration: none;
    padding: 0px;
    margin-top: 60px;
    height: 90%;
}
.titles-container li {
    height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 12px;
}
.titles-container li.active {
    background: #202020
}
.titles-container li:hover {
    background: #202020
}
.titles-container a {
    text-decoration: none;
    color: white;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 25px 10px;
}
.news-preview-container, .news-detail-container {
    float: left;
    height: 100%;
    padding-top: 60px;
}
section.news-preview-container {
    text-align: center;
    width: 30%;
    position: relative;
}
section.news-preview-container img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 60px;
    bottom: 0px;
    opacity: 0.5;

}
.news-preview {
 position: relative;
  top: 35%;
  transform: translateY(-40%);
}
.news-preview p {
    font-size: 35px;
    font-weight: bold;
    letter-spacing: 1.5px;
    color: white;
    width: 85%;
    margin: 5px;
    text-align: center;
    margin-left: 40px;
}

.news-preview-detail p {
    font-size: 12px;
    font-weight: 200;
}
.news-next-article {
    position: absolute;
    bottom: 100px;
    right: 30px;
    width: 130px;
    color: #fff;
    height: 40px;
    font-size: 12px;
    background: transparent;
    margin: 5% auto;
    padding: 9px;
    border: 1px solid #fff;
    text-transform: uppercase;
    transition: all 0.4s;
    cursor: pointer;
    letter-spacing: 1.5;
}
.news-next-article:hover {
    transition: all 0.4s;
    background-color: #fff;
    color: #000;
}

section.news-detail-container {
    width: 50%;
    position: relative;
    color: #fff;
    background: url('/static/img/AmtracoInv.png');
    z-index: 1;
    margin: 60px 0px 0px 0px;
    padding: 0px;
}
.detail-title-container {
    line-height: 1;
    padding: 10px 30px;
}
.detail-title-container .detail-title {
    font-size: 15px;
    font-weight: bold;
}
.detail-title-container .detail-sub-title {
    font-size: 12px;
    font-weight: 200;
}
.detail-content-container {
    height: 92%;
}
.detail-content {
    font-size: 12px;
    padding: 0px 30px;
}
.news-copyrights {
    text-align: center;
}


.main-header-content .slicknav_menu {
    display: none;
}
/* ==========================================================================
Media Queries
========================================================================== */
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
   .se-slope:nth-child(odd) .se-content {
  -webkit-transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -o-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  transform: rotate(-5deg);
  padding: 50px 100px 267px 100px;
  text-align: center;
}
}
/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2) {
 .single-car-container .main-image {
    width: 100%;
    margin: 0px;
    max-height: 300px;
 }
      .mob-icon {
        display: inline-block;
      }
.home-inner-content {
    font-size: 32px;
}
.home-inner-sub-content {
    font-size: 18px;
    margin-top: -8px;
}
.single-car-container .small-image{
   float: none !important;
}
 .about-brands {
  width: 300px;
  margin: 5px;
}
    .specs-table .spec-label {
      width: 350px;
    }
    .about-header-quote {
        display: none;
        left: -135px;
        font-size: 6px !important;
        left: -140px;
        top: 40px !important;
    }
   .inventory-brand-container .inventory-brands {
      width: 300px;
    }
   .copyrights-container .copyrights {
  word-spacing: 3px;
  font-size: 6px;
  margin: 10px;
    }


}

/* Portrait */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
.contact .all-content{
    height: 145% !important;
}
    .single-car-container .images-container {
      width: 290px;
  }
.contact-sub-title {
   top: 130px;
}
}

/* Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
.container {
  padding: 13% 10% !important;
}
.contact .all-content{
    height: 140%;
}
      .input-container {
       margin: 0px 140px;
      }
   .inventory-brand-container .inventory-brands {
      width: 415px;
    }
   .copyrights-container .copyrights {
  word-spacing: 5px;
  font-size: 8px;
  margin: 10px;
    }
    .about-header-quote {
        display: none;
        left: -300px !important;
    }
    .single-car-container .images-container {
      width: 385px;
  }

}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {
 .single-car-container .main-image {
    width: 100%;
    margin: 0px;
    max-height: 300px;
 }
      .mob-icon {
        display: inline-block;
      }
.home-inner-content {
    font-size: 32px;
}
.home-inner-sub-content {
    font-size: 18px;
    margin-top: -8px;
}
.single-car-container .small-image{
   float: none !important;
}
.input-container {
    margin: -50px auto;
}

}

/* Portrait */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
.contact .all-content{
    height: 120%;
}
.contact-info-container {
  height: 50px;
  width: 288px;
  bottom: 53%;
  margin-left: 15px;
}
}

/* Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
.container {
  padding: 13% 10%;
}
.contact .all-content{
    height: 195% !important;
}
.map-wrapper .contact-info {
  padding: 0px;
  margin: 2px;
  font-size: 11px;
}
.map-wrapper .contact-info-container {
  height: 40px;
  width: 130px;
  bottom: 32px;
  margin-left: 5px;
}
    .single-car-container .images-container {
      width: 385px;
  }
    .copyrights {
  word-spacing: 7px;
  font-size: 10px;
  margin: 20px;
    }
.inventory-brands {
  width: 550px;
}
.main-header-content .about-header-quote {
        display: none;
  left: -388px ;
}

}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 370px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2) {
 .single-car-container .main-image {
    width: 100%;
    margin: 0px;
    max-height: 300px;
 }
      .mob-icon {
        display: inline-block;
      }
    .container {
        padding: 30% 10%;
    }
.home-inner-content {
    font-size: 32px;
}
.home-inner-sub-content {
    font-size: 18px;
    margin-top: -8px;
}
.single-car-container .small-image{
   float: none !important;
}
.founded p, .famous p, .bg-four p, .bg-six p {
    margin: 0px;
}
.se-content .about-copyrights{
    margin: 1em 0;
}
.about-header-quote {
        display: none;
  left: -135px;
  font-size: 6px;
  top: 40px;
}
.contact-sub-title {
   top: 175px;
}
.input-container {
    margin: -50px auto;
}

}

/* Portrait */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
.contact .all-content{
    height: 120% !important;
}
.about-header-quote {
        display: none;
  left: -196px;
}
.inventory-brand-container .inventory-brands {
      width: 350px;
    }
.copyrights {
  word-spacing: 1px;
  font-size: 8px;
}
.contact .all-content{
    background: black;
    height: 130%;
}

}

/* Landscape */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
.container {
  padding: 13% 10%;
}
.bg-three p, .bg-five p {
  width: 500px;
  margin: 0px auto;
}
.contact .all-content{
    background: black;
    height: 165%;
}
.about-header-quote {
        display: none;
left: -488px;
}
    .single-car-container .images-container {
      width: 400px;
  }
    .copyrights {
  word-spacing: 9px;
  font-size: 9px;
  margin: 20px;
    }
.inventory-brands {
  width: 550px;
}
.contact-container {
  margin: 25px 0px;
}
.contact-info-container {
  height: 50px;
  width: 180px;
  bottom: 35px;
  margin-left: 5px;
}
.contact-sub-title {
  top: 120px;
}

}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3) {
 .single-car-container .main-image {
    width: 100%;
    margin: 0px;
    max-height: 300px;
 }
      .mob-icon {
        display: inline-block;
      }
.home-inner-content {
    font-size: 32px;
}
.home-inner-sub-content {
    font-size: 18px;
    margin-top: -8px;
}
.single-car-container .small-image{
   float: none !important;
}
.about-header-quote {
        display: none;
  left: -135px;
  font-size: 6px !important;
  left: -230px;
  top: 40px !important;
}

}

/* Portrait */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {
    .copyrights {
      word-spacing: 3px;
      font-size: 8px;
    }
.inventory-brands {
  width: 400px;
}
.about-header-quote {
        display: none;
  left: -230px;
}

}

/* Landscape */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 768px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
.container {
  padding: 13% 10%;
}
.contact .all-content{
    height: 150%;
}
.contact-sub-title {
  top: 130px;
}
      .inventory-brands {
  width: 615px;
}

    .single-car-container .small-image {
      margin: 90px 0px 0px 0px;
    }
    .single-car-container .images-container {
      width: 500px;
    }
    .copyrights, .about-copyrights, .home-copyrights, .news-copyrights {
      margin-top: 20px;
    }


.about-header-quote {
        display: none !important;
}
.contact-info-container {
  height: 50px;
  width: 200px;
  bottom: 35px;
  margin-left: 15px;
}
}
/*IPAD MINI/2/3 landscape*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
 .about-brand-container {
  height: 60px;
}
.about-copyrights {
  bottom: 17px;
}
}
@media
    (max-device-width: 800px) and (orientation: portrait) and (min-resolution: 169dpi),
    (max-device-width: 800px) and (orientation: portrait) and {
.bg-three p, .bg-five p {
  width: 535px;
  margin: 0px auto;
}

    }
@media
    (max-device-width: 1280px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: #) (min-resolution: 169dpi),
    (max-device-width: 1280px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: #) { }
/*IPAD MINI/2/3 portrait*/
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
.single-car-container .small-image {
/*float: none;*/
}
.single-car-container .main-image {
    /*margin-bottom: 190px;*/

}
.bg-three p, .bg-five p {
  width: 535px;
  margin: 0px auto;
}
.about-brand-container {
  height: 60px;
}

}
@media only screen
and (max-device-width : 768px)

{
    .mob-icon {
        display:inline-block;
    }
.about-header-quote {
        display: none !important;
}
}
/* Really Large Devices, Wide Screens */
@media only screen and (max-width : 1920px) and (min-width: 1700px) {
    #world-map {
        height: 600px;
    }
    .bg-six {
        background-position: -50px 145%;
    }
    .container {
        padding: 7% 10%;
    }
    .home-inner-content {
    }
    .home-inner-sub-content {
    }
    .home-inner-explore {
    }

}
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1400px) {
    .input-container {
        width: 375px;
    }
    .text-input {
        width: 170px;
        height: 35px;
        margin-right: 15px;
    }
    .contact-textarea {
        margin-top: 20px;
        width: 362px;
        height: 80px;
    }
    .submit-button, .contact-container {
        width: 362px;
    }
    #world-map {
        height: 300px;
    }
    .container {
        /*padding: 15% 10%;*/
    }
    .main-header .nav-content li {
        margin: 12px;

    }
    .main-header .nav-content li a, #inventory {
        font-size: 12px;

    }
    .main-header .logo {
        width: 130px;
        top: 25px;
    }
    .about-header-quote {
        /*top: 25px;*/
        /*font-size: 10px;*/
    }

    .home-inner-content {
        /* width: 850px; */
    }
    .home-inner-sub-content {
    }
    .home-inner-explore {
        font-size: 16px;
    }
    .se-slope:nth-child(even) .se-content {
        padding: 150px 100px 300px 100px;
    }
    .bg-three{
        background-size: cover;
    }
    .bg-six {
        background-size: cover;
        background-position: -40px -175px;
    }
    .se-content-title {
        font-size: 60px;
        margin: 65px;
    }
    .inner-content-heading {
        font-size: 120px;

    }
    .inner-content-sub-heading {
        font-size: 15px;
        letter-spacing: 20px

    }
    .inner-content-enter {
        height: 40px;
        padding: 10px;
    }
    .thecompany {
        font-size: 80px;
    }
    .thecompany-sub {
        font-size: 12px;
        margin: -55px;
    }
    /*.copyrights, .about-copyrights { font-size: 5px;*/

    /*}*/
    .se-content p {
        line-height: 5px;
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 0.5px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 1024px) {
    /*.about-header-quote {*/
        /*font-size: 12px;*/
        /*margin: 0px;*/
    /*}*/
    .main-header .nav-content li {
        margin: 10px 5px;
    }
    .main-header .nav-content li a{
        font-size: 12px;
    }
    .bg-three, .bg-four, .bg-six {
        background-size: cover;
    }
    .thecompany {
        font-size: 70px;
    }
    .se-content .founded p {
        font-size: 18px;
    }
    .se-content .famous p{
        font-size: 10px;
    }
    .thecompany-sub {
        font-size: 10px;
        margin: -54px;
    }
    .se-content-title {
        font-size: 40px;
    }
    .se-content p {
        line-height: 10px;
        font-size: 12px;
        font-weight: 200;
    }
    .inner-content {
        /*margin: 8%;*/
    }
    .inner-content-heading {
        font-size: 100px;

    }
    .how-it-works {
        width: 250px;
    }
    .inner-content-sub-heading {
        font-size: 10px;
        letter-spacing: 15px

    }
    .inner-content-enter {
        height: 35px;
        padding: 8px;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) and (max-height: 599px) {
 .news-preview-container, .news-detail-container {
    height: 87%;
 }
    .contact-title {
        top: 70px;
    }
    .contact-sub-title {
        /*top: 130px;*/
    }
    .contact-info {
        padding: 0px;
        margin: 0px;
    }
    .input-container {
        width: 305px;
    }
    .container {
        /*padding: 30% 10%;*/
    }
    .bg-three p, .bg-five p {
        width: 305px;
        margin: 0px auto;
    }
 .contact-textarea {
    width: 290px;
 }
.contact-info-container {
    /*height: 50px;*/
    /*width: 288px;*/
    /*bottom: 53%;*/
    /*margin-left: 15px;*/
}
 .text-input {
    width: 135px;
 }
    .submit-button, .contact-container {

    width: 290px;
 }
     .input-container {
        width: 305px;
     }
}
@media only screen and (max-width : 768px) and (min-height: 600px)  and (max-height: 700px){
 .news-preview-container, .news-detail-container {
    height: 92%;
 }
    /*.container {*/
        /*padding: 30% 10%;*/
    /*}*/
    .bg-three p, .bg-five p {
        width: 305px;
        margin: 0px auto;
    }
    .input-container {
        width: 345px;
    }
.contact-info-container {
    width: 345px;
    bottom: 47%;
    margin-left: 15px;
    height: 90px;
}
 .contact-textarea {
    width: 340px;
 }
 .text-input {
    width: 168px;
    margin: 0px;
 }
    .submit-button, .contact-container {
    width: 340px;
 }
}
@media only screen and (max-width : 768px) and (min-height: 699px)  and (max-height: 799px){
    .container {
        padding: 30% 10%;
    }
    .bg-three p, .bg-five p {
        width: 305px;
        margin: 0px auto;
    }
 .contact-textarea {
    width: 358px;
 }
.contact-info-container {
    width: 360px;
    bottom: 50%;
    margin-left: 25px;
    height: 90px;
}
 .text-input {
    width: 170px;
 }
    .submit-button, .contact-container {
    width: 358px;
 }
}
@media only screen and (max-width : 768px) {
.contact-info-container {
    /*margin: 0 auto;*/
}
    .container {
        /*padding: 25% 10%;*/
    }
    .specs-table {
        font-size: 9px;
    }
 .specs-tables .controls-container .btn {
    padding: 9px 3px;
    margin: 20px  -13px 0px 11px;
    font-size: 7px;
 }
 .specs-paragraphs table td.label {
    font-size: 10px;
    vertical-align: top;
    width: 80px;
}
 .specs-paragraphs pre {

    font-size: 10px;
 }
 .specs-paragraphs p {
    font-size: 10px;
 }
 .specs-tables h3.price{
    margin: 15px -15px 0px 12px;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: initial;
 }
 .input-wrapper {
    left: 12px;
 }

 .specs-tables .controls-container {
     float: none;
     display: flex;
     flex-direction: row;
     width: 100%;
 }

 .controls-container .buttons-container{
     flex: 1;
     text-align: right;
     padding: 8px;
 }

 .prices-container {
     min-width: 150px;
 }

 .controls-container .buttons-container .btn {
     display: inline-block;
     margin: 2px;
     font-size: 10px;
     padding: 4px 12px;
 }
 .specs-table {
     width: auto;
 }


    /*.about-header-quote {*/
        /*font-size: 6px;*/
        /*left: -190px;*/
        /*top: 40px;*/
    /*}*/
    .main-header .nav-header-content {
        display: none;
    }
    .main-header-content .slicknav_menu {
        display: block;
    }
    .main-header .nav-content li {
        margin: 9px 0px;
    }
    .main-header .nav-content li a{
        font-size: 10px;
    }
    .bg-three, .bg-four, .bg-six {
        background-size: cover;
    }
    .thecompany {
        font-size: 39px;
        line-height: 30px;
    }

    .se-slope:nth-child(odd) .se-content:first-child {
        padding: 250px 10px 315px 19px
    }
    .thecompany, .se-content-title {
        letter-spacing: 5.5px;
    }
    .thecompany-sub {
        font-size: 5px;
        margin: -42px 20px 0px 40px;
        letter-spacing: 1.5px;
    }
    .se-content p {
        line-height: 20px;
        font-size: 12px;
        font-weight: 200;
    }
    .nav-content li a {
        font-size: 10px;
    }
    .bg-four .se-content-title, .bg-six .se-content-title {
        margin: 50px 0px;
    }
    .se-content-title {
        font-size: 40px;
        margin: 50px;
        line-height: 1;
    }
    .se-content .founded p {
        font-size: 14px;
    }
    .se-content .famous p{
        font-size: 12px;
    }
    .home-copyrights {
        word-spacing: 1px;
        font-size: 7px !important;
    }
    .about-copyrights {
        word-spacing: 1px;
        left: 0px;
        font-size: 6px !important;
    }
    .copyrights-icon {
        margin: 0px;

    }
    #how-it-works {
        display: none;
    }
    #delivery-button {
        display: none;
    }
    #world-map {
        display: none;
    }
    .brand-container {
        height: 10px;
        /*position: absolute;*/
        /*left: 15px;*/
        /*right: 0px;*/
        /*bottom: 45px;*/
    }
    .brand-container img {
        width: 80%;
    }
    .inventory-brand-container {
        height: 5px;
        /*position: absolute;*/
        /*left: 0px;*/
        /*right: 0px;*/
        /*bottom: 25px;*/
    }
    /*.copyrights p {*/
        /*word-spacing: 1px;*/
        /*font-size: 7px !important;*/
    /*}*/
 section.news-preview-container {
    display: none;
 }
 .sidebar-container {
    width: 30%;
 }
 section.news-detail-container {
        width: 70%;
 }
.titles-container li {
    font-size: 8px;
}
 .detail-content {
    font-size: 10px;
 }
    .about-brands {
      /*margin: 5px;*/
    }
    .nav-content {
        padding: 0 0 0 0px;
        margin: 20px;
        width: 370px;
    }
    .about-brand-container {
        height: 55px;
    }
    .nav-content li {
        margin: 2px;
    }
    .inner-content {
        /*margin:5% 8%;*/
    }
    .inner-content-heading {
        font-size: 60px;
        margin: 0px 0px 15px;
    }
    .inner-content-sub-heading {
        font-size: 10px;
        letter-spacing: 12px

    }
    .inner-content-enter {
        height: 35px;
        padding: 8px;
    }
    .how-it-works {
        width: 250px;
    }
    /*.copyrights {*/
        /*word-spacing: 1px;*/
        /*font-size: 7px !important;*/
    /*}*/
    .header img.logo {
        width: 20%;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    .car-box {
        width: auto;
    }
    .inventory-menu {
        margin-right: 5px;
    }
    .cars-container {
        width: 95%;
    }
    .inventory-inner-menu {
        width: 290px;
    }
    .inventory-inner-menu li{
        margin: 10px 0px;
        font-size: 10px;
    }
    /*.inventory-brands {*/
        /*width: 80%;*/
    /*}*/
    .main-header-content .slicknav_menu {
        display: block;
    }
    .main-header .nav-content{
        display: none;
    }
    /*.about-header-quote {*/
        /*left: -135px;*/

    /*}*/
    .main-header .logo {
        float: none;
    }

}

@media (max-width: 380px) {
    .car-box {
        height: auto;
        width: 100%;
        box-sizing: border-box;
        margin: 8px 0;
    }
    .car-box .car-box-detail .right {
        margin-top: 10px;
    }

    .car-box .car-box-detail .left,
    .car-box .car-box-detail .right {
        float: none;
        width: auto;
    }

    .car-box-wrapper {
        height: auto;
        box-sizing: border-box
    }

    .car-box-detail-container {
        padding-bottom: 10px;
    }

    .car-box .car-price {
        float: none;
        width: auto;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
 .single-car-container .main-image {
    width: 100%;
    margin: 0px;
    max-height: 300px;
 }
      .mob-icon {
        display: inline-block;
      }
.contact .all-content{
    height: 140%;
}
.about-header-quote {
    display: none;
}
.home-inner-content {
    font-size: 32px;
}
.home-inner-sub-content {
    font-size: 18px;
    margin-top: -8px;
}

}
/*@media (max-width: 1600px) {*/
/*.inner-content-heading {*/
/*font-size: 120px;*/

/*}*/
/*.inner-content-sub-heading {*/
/*font-size: 15px;*/
/*letter-spacing: 20px*/

/*}*/
/*.inner-content-enter {*/
/*height: 40px;*/
/*padding: 10px;*/
/*}*/
/*}*/
/*@media (max-width: 800px) {*/
/*.inner-content {*/
/*margin: 40% 10%;*/
/*}*/
/*.inner-content-heading {*/
/*font-size: 100px;*/

/*}*/
/*.inner-content-sub-heading {*/
/*font-size: 10px;*/
/*letter-spacing: 15px*/

/*}*/
/*.inner-content-enter {*/
/*height: 35px;*/
/*padding: 8px;*/
/*}*/
/*}*/
/* ==========================================================================
Helper classes
========================================================================== */
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
/* .hidden { */
    /* display: none !important; */
    /* visibility: hidden; */
/* } */
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.main-header-content .slicknav_menu {
    z-index: 951;
    background: transparent;
    padding: 0px;
    text-align: left;
}

.slicknav_nav li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);

}
.slicknav_nav li:last-child {
    border-bottom: none;
}
.mob-icon {
    margin-right: 5px;
}
.main-header-content .slicknav_nav {
  -webkit-box-shadow: 0 2px 5px rgba(255, 255, 255, 0.05);
  -moz-box-shadow: 0 2px 5px rgba(255, 255, 255, 0.05);
    background-color: rgb(21, 21, 21);
    width: 100%;
    float: right;
}

.main-header-content .slicknav_btn {
    margin: 15px 0px 20px;
    background-color: transparent;
}
.paggination ol {
    margin: 0px;
    padding: 0px;
}
.youtube-vid {
    width: 100%;
    height: 50%;
}


.home-copyrights .social-class i {
  font-size: 18px;
  vertical-align: middle;
  margin: 0 3px;
}

.home-copyrights .social-class:first-child i {
  margin-left: 0;
}

.home-copyrights .social-class a {
  display: inline-block;
}


.impressum-container {
  padding-top: 120px;
  color: white;
}

.impressum-container *:not(strong) {
  font-weight: 200;
}

.impressum-container h1
.impressum-container h2,
.impressum-container h3,
.impressum-container h4,
.impressum-container h5,
.impressum-container h6 {
  font-weight: normal;
}

.impressum-title,
.impressum-subtitle {
  color: white;
  font-weight: 200;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

.impressum-title {
  font-size: 24px;
  margin-top: 24px;
}

.impressum-subtitle {
  font-size: 12px;
}

.impressum-container{
  width: 90%;
  margin: auto;
  max-width: 960px;
}

.impressum-content {
  padding: 15px;
  background-color: #212121;
  line-height: 1.5;
}

.impressum-content p {
  font-size: 12px;
}

.impressum-content a {
  color: white;
}


.img-container.left {
  float: left;
  margin-right: 10px;
}

.img-container.right {
  float: right;
  margin-left: 10px;
}

.img-container.left,
.img-container.right {
  max-width: 25%;
  min-width: 100px;
}

.img-container img{
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.img-container figcaption {
  text-align: center;
  font-style: italic;
  font-size: 12px;
  padding: 3px 6px;
}

.left {
  float: left;
}

.right {
  float: right;
}
.car-box-detail .left,
.car-box-detail .right {
  width: 50%;
}

.text-transform {
  text-transform: initial;
}

