@import "main.css";
@import "normalize.css";
@import "bootstrap.css";
@import "//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css";
@import "http://fonts.googleapis.com/css?family=Poppins:400,300,700";

/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src*=".svg"] {
    width: 100%;
}

/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    img[src*=".svg"] {
        width: 100%;
    }
}

html,
body {
    min-height: 100%;
}

body {
    color: #383745;
    font-family: Poppins, serif;
    padding-top: 15px;
}

@media handheld, only screen and (max-width: 767px) {
    body {
        padding: 0;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, serif;
    font-weight: normal;
    margin: 0.5em 0;
}

strong {
    font-weight: 600;
}

p,
ul,
ol,
table {
    margin: 0.5em 0;
}

a {
    color: #383745;
    text-decoration: none;
}

a:hover {
    color: #383745;
}

*:hover {
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.clear {
    clear: both;
}

.anton {
    font-family: Poppins, serif;
    font-weight: normal;
}

.worksans {
    font-family: Poppins, serif;
    font-weight: normal;
}

.red {
    color: #383745;
}

.black {
    color: #000000;
}

.lightgrey {
    color: #e6e6e6;
}

.grey {
    color: #b3b3b3;
}

.white {
    color: #ffffff;
}

.darkgrey {
    color: #383745;
}

.green {
    color: #009245;
}

.red {
    color: #383745;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.lowercase {
    text-transform: lowercase;
}

.uppercase {
    text-transform: uppercase;
}

#header {
    background: #383745;
    line-height: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

#header .grid {
    overflow: visible;
}

@media handheld, only screen and (max-width: 767px) {
    #header {
        position: relative;
        line-height: normal;
    }
}

#header #logo {
    max-width: 320px;
    padding: 10px 20px;
}

#header #menu {
    font-family: Poppins, serif;
    text-transform: lowercase;
    padding-top: 40px;
    padding-right: 10px;
}

#header #menu ul {
    list-style: none;
    margin-bottom: 0;
}

#header #menu ul li {
    display: inline-block;
    padding: 5px 10px 12px;
    position: relative;
}

@media handheld, only screen and (max-width: 767px) {
    #header #menu ul li .hide-on-desktop {
        display: inline-block !important;
    }
}

#header #menu ul li a {
    color: #ffffff;
}

#header #menu ul li a:hover {
    color: #b3b3b3;
}

#header #menu ul li ul {
    position: absolute;
    text-align: center;
    background: #383745;
    display: none;
    /*-webkit-box-shadow: 0px 5px 8px 0px rgba(50, 50, 50, 0.6);
                      -moz-box-shadow:    0px 5px 8px 0px rgba(50, 50, 50, 0.6);
                      box-shadow:         0px 5px 8px 0px rgba(50, 50, 50, 0.6);*/
    left: -170px;
    width: 230px;
    bottom: -45px;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

#header #menu ul li ul li {
    display: inline-block;
}

#mainsearchbar span.twitter-typeahead {
    position: static !important;
    display: inline !important;
}

#mainsearchbar span.twitter-typeahead .tt-menu {
    color: #000000;
    text-align: left;
    width: 100%;
    background: #ffffff;
    border: 1px solid #b3b3b3;
    border-top: none;
    max-height: 250px;
    overflow-y: auto;
}

#mainsearchbar span.twitter-typeahead .tt-menu .tt-selectable {
    cursor: pointer;
    padding: 5px 10px;
}

#mainsearchbar span.twitter-typeahead .tt-menu .tt-selectable:hover {
    background: #383745;
    color: #ffffff;
}

.ats-content-search-parts--col select {
    display: block;
    margin: 1.5em 0 0;
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #b3b3b3;
}

.ats-content-search-parts--col h3 {
    margin: 1.5em 0 0;
}

#categories {
    padding: 3em 0;
}

#categories #hiddencats {
    display: none;
}

#categories .cat {
    padding: 20px 35px;
}

#categories .cat a {
    color: #383745;
}

#categories .cat a:hover {
    color: #383745;
}

#categories .cat [class*="col-"] {
    float: none;
    padding-right: 0;
}

@media handheld, only screen and (max-width: 767px) {
    #categories .cat {
        padding: 0;
    }

    #categories .cat [class*="col-"] {
        float: left;
        padding-right: 10px;
    }
}

#categories .cat h4 {
    font-size: 1.1em;
    text-transform: none;
}

@media handheld, only screen and (max-width: 767px) {
    #categories .cat h4 {
        margin-top: 1em;
        font-size: 1.2em;
        text-align: left;
    }
}

#categories #catsbutton hr {
    width: 60px;
    border: none;
    border-top: 5px solid #b3b3b3;
    margin-bottom: 20px;
}

#categories #catsbutton a {
    background: #383745;
    padding: 5px 20px;
    color: #ffffff;
    text-transform: lowercase;
    font-family: Poppins, serif;
}

#categories #catsbutton a:hover {
    background: #383745;
}

#articlesearch {
    background: url(../img/articlesearch.png) center no-repeat;
    color: #ffffff;
    padding: 25px 0;
}

@media handheld, only screen and (max-width: 767px) {
    #articlesearch {
        background: #383745;
    }
}

#articlesearch input {
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    /*width: 100%;*/
    display: block;
    padding: 10px;
    margin: 0.5em 0;
}

#articlesearch button {
    display: block;
    padding: 10px;
    margin: 0.5em 0;
    background: transparent;
    border: none;
    color: #ffffff;
}

#articlesearch .btn {
    display: block;
    background: #383745;
    color: #ffffff;
    text-align: center;
    font-size: 1.2em;
    font-family: Poppins, serif;
    padding: 10px;
}

#articlesearch .btn:hover {
    color: #383745;
}

#usp {
    padding: 50px 0;
}

#usp .usp {
    padding: 0 50px;
}

#aboutus {
    background: url(../img/aboutbg.png) center no-repeat;
    color: #ffffff;
    padding: 40px 0;
}

@media handheld, only screen and (max-width: 767px) {
    #aboutus {
        background: #383745;
    }
}

#aboutus a {
    color: #ffffff;
}

#aboutus a:hover {
    color: #b3b3b3;
}

#aboutus input,
#aboutus select,
#aboutus textarea {
    background: none;
    color: #ffffff;
    border: none;
    border-bottom: 1px solid #ffffff;
    padding: 5px;
    margin: 0.2em 0;
}

#aboutus input option,
#aboutus select option,
#aboutus textarea option {
    color: #000000;
    background: #ffffff;
}

#aboutus input[type="submit"],
#aboutus select[type="submit"],
#aboutus textarea[type="submit"] {
    background: #383745;
    border: none;
    display: block;
    padding: 5px 10px;
    font-family: Poppins, serif;
    text-transform: lowercase;
    width: 100%;
    text-align: left;
    margin-top: 1em;
}

#aboutus input[type="submit"]:hover,
#aboutus select[type="submit"]:hover,
#aboutus textarea[type="submit"]:hover {
    background: #000000;
}

#aboutus textarea {
    height: 139px;
}

#address {
    background: url(../img/addressbg.png) center no-repeat;
    color: #ffffff;
    padding: 25px 0;
}

@media handheld, only screen and (max-width: 767px) {
    #address {
        background: #383745;
    }
}

#address a {
    color: #ffffff;
}

#address a:hover {
    color: #383745;
}

#address h3 {
    text-align: center;
    font-size: 1.8em;
    margin: 1em 0 0;
}

#maps {
    background: url(../img/maps.png) center no-repeat;
    height: 350px;
    cursor: pointer;
}

@media handheld, only screen and (max-width: 767px) {
    #maps {
        background-position: 57% 65%;
    }
}

/*#cars {
  padding: 40px 0;
}*/
#cars .clearleft {
    clear: left;
}

#cars .clearleft.noclear {
    clear: none;
}

#cars #imagegallery,
#car #imagegallery {
    padding: 20px;
    background: #e6e6e6;
}

#cars #carinfo,
#car #carinfo {
    background: url(../img/carbg.png) top repeat-x;
    padding: 40px 0;
}

#cars h1,
#car h1 {
    margin-bottom: 40px;
}

#cars h1.nomargin,
#car h1.nomargin {
    margin-bottom: 0;
}

#cars h2,
#car h2 {
    margin-bottom: 20px;
    margin-top: 0;
}

#cars #morecars .readmore,
#car #morecars .readmore {
    margin: 0;
}

#cars #morecars .readmore .btn,
#car #morecars .readmore .btn {
    display: block;
    font-family: Poppins, serif;
    background: #b3b3b3;
    color: #ffffff;
    padding: 5px 10px;
    text-transform: lowercase;
}

#cars #morecars .readmore .btn:hover,
#car #morecars .readmore .btn:hover {
    background: #383745;
}

#cars .car,
#car .car {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    margin-bottom: 20px;
}

#cars .car .price,
#car .car .price {
    font-size: 2em;
    font-family: Poppins, serif;
}

#cars .car .price small,
#car .car .price small {
    font-size: 0.5em;
    color: #b3b3b3;
}

#cars li,
#car li {
    list-style: none;
}

#cars #price,
#car #price {
    border-left: 1px solid #e6e6e6;
    padding-left: 20px;
}

@media handheld, only screen and (max-width: 767px) {
    #cars #price,
    #car #price {
        border: none;
        padding-left: 0;
    }
}

#cars #price p,
#car #price p {
    font-size: 2.8em;
    font-family: Poppins, serif;
}

#cars #price p.small,
#car #price p.small {
    font-size: 1.3em;
    line-height: 1;
}

#cars #price p.small.priceremark,
#car #price p.small.priceremark {
    color: #b3b3b3;
    margin: -1.5em 0 2.5em;
}

#cars #buttons .btn,
#car #buttons .btn {
    background: #b3b3b3;
    color: #ffffff;
    display: inline-block;
    font-family: Poppins, serif;
    padding: 10px 15px;
    text-transform: lowercase;
}

#cars #buttons .btn:hover,
#car #buttons .btn:hover {
    background: #383745;
}

#cars #buttons .btn.btn-outline,
#car #buttons .btn.btn-outline {
    background: none;
    border: 1px solid #b3b3b3;
    color: #b3b3b3;
}

#cars #buttons .btn.btn-outline:hover,
#car #buttons .btn.btn-outline:hover {
    background: #b3b3b3;
    color: #ffffff;
}

#cars #buttons .btn.btn-cart,
#car #buttons .btn.btn-cart {
    background: #383745;
    font-size: 1.4em;
}

#cars #buttons .btn.btn-cart:hover,
#car #buttons .btn.btn-cart:hover {
    background: #383745;
}

#cars .car .text,
#car .car .text,
#cars #cardetails .text,
#car #cardetails .text,
#cars #price .text,
#car #price .text {
    padding: 0 15px 15px;
    font-size: 0.85em;
    min-height: 248px;
}

#cars .car .text h3,
#car .car .text h3,
#cars #cardetails .text h3,
#car #cardetails .text h3,
#cars #price .text h3,
#car #price .text h3 {
    font-size: 1.4em;
    height: 56px;
    overflow: hidden;
}

#cars .car .text h2,
#car .car .text h2,
#cars #cardetails .text h2,
#car #cardetails .text h2,
#cars #price .text h2,
#car #price .text h2 {
    margin: 0;
}

#cars .car .text hr,
#car .car .text hr,
#cars #cardetails .text hr,
#car #cardetails .text hr,
#cars #price .text hr,
#car #price .text hr {
    border: none;
    border-top: 4px solid #383745;
    width: 40px;
    margin-left: 0;
    margin-bottom: 1em;
}

#cars .car .text .readmore,
#car .car .text .readmore,
#cars #cardetails .text .readmore,
#car #cardetails .text .readmore,
#cars #price .text .readmore,
#car #price .text .readmore {
    margin: 1em 0 0;
}

#cars .car .text .readmore .btn,
#car .car .text .readmore .btn,
#cars #cardetails .text .readmore .btn,
#car #cardetails .text .readmore .btn,
#cars #price .text .readmore .btn,
#car #price .text .readmore .btn {
    display: block;
    font-family: Poppins, serif;
    background: #383745;
    color: #ffffff;
    padding: 5px 10px;
    text-transform: lowercase;
    font-size: 1.1em;
}

#cars .car .text .readmore .btn:hover,
#car .car .text .readmore .btn:hover,
#cars #cardetails .text .readmore .btn:hover,
#car #cardetails .text .readmore .btn:hover,
#cars #price .text .readmore .btn:hover,
#car #price .text .readmore .btn:hover {
    background: #383745;
}

#searchpart {
    padding: 10px 0 40px;
}

#searchpart .readmore {
    margin: 0;
}

#searchpart .readmore .btn {
    display: block;
    font-family: Poppins, serif;
    background: #b3b3b3;
    color: #ffffff;
    padding: 10px 15px;
    text-transform: lowercase;
    font-size: 1.5em;
}

#searchpart .readmore .btn:hover {
    background: #383745;
}

@media handheld, only screen and (min-width: 767px) {
    #pagetop {
        position: fixed;
        bottom: 65px;
        right: 20px;
        background: rgba(43, 41, 38, 0.6);
        padding: 10px;
        color: #ffffff;
        width: 90px;
        display: inline-block;
    }

    #pagetop:hover {
        background: rgba(207, 10, 44, 0.8);
    }

    #pageback {
        position: fixed;
        bottom: 20px;
        right: 20px;
        background: rgba(43, 41, 38, 0.6);
        padding: 10px;
        color: #ffffff;
        width: 90px;
        display: inline-block;
    }

    #pageback:hover {
        background: rgba(207, 10, 44, 0.8);
    }
}

#subfooter {
    background: url(../img/subfooterbg.png) center bottom no-repeat;
    padding: 15px 0;
}

#footer {
    background: url(../img/footerbg.png) center top no-repeat;
    padding: 30px 0;
    color: #ffffff;
    font-size: 0.9em;
}

@media handheld, only screen and (max-width: 767px) {
    #footer {
        background: #383745;
    }
}

#footer h3 {
    text-transform: lowercase;
    font-size: 1.4em;
}

#footer ul {
    list-style: none;
    line-height: 1.5;
}

#footer hr {
    border: none;
    border-top: 4px solid #383745;
    width: 40px;
    margin-left: 0;
    margin-bottom: 1em;
}

#footer a {
    color: #ffffff;
}

#footer a:hover {
    color: #383745;
}

#copyright {
    background: #000000;
    color: #ffffff;
    padding: 20px 0;
    font-size: 0.7em;
}

#copyright a {
    color: #ffffff;
}

#copyright a:hover {
    color: #383745;
}

/*
 * This is a nice full CSS3 loader made with LESS
*/
/* u can custom almost everything u need with these variables just bellow */
/* but from here u'll have to understand what u'r dealing with */
/* mixins */
/* animations */
.spin {
    -webkit-animation: spin 750ms infinite linear;
    -moz-animation: spin 750ms infinite linear;
    animation: spin 750ms infinite linear;
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spin {
    to {
        -moz-transform: rotate(360deg);
    }
}

.rspin {
    -webkit-animation: rspin 2250ms infinite linear;
    -moz-animation: rspin 2250ms infinite linear;
    animation: rspin 2250ms infinite linear;
}

@-webkit-keyframes rspin {
    to {
        -webkit-transform: rotate(-360deg);
    }
}

@-moz-keyframes rspin {
    to {
        -moz-transform: rotate(-360deg);
    }
}

/* let's style that thing */
#spinner {
    display: none;
}

.loader {
    background-color: #eeeeee;
    border-radius: 100%;
    position: relative;
    height: 75px;
    width: 75px;
    overflow: hidden;
}

.loader .c {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -34% 0 0 -34%;
    width: 68%;
    height: 68%;
    background-color: #ffffff;
    border-radius: 100%;
    z-index: 3;
}

.loader .d {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.loader .d .e {
    position: absolute;
    top: 1%;
    left: 50%;
    margin: 0 0 0 -7.5px;
    height: 14px;
    width: 15px;
    -webkit-transform: rotate(10deg) skew(20deg);
    -moz-transform: rotate(10deg) skew(20deg);
    border-radius: 3px;
    background: #383745;
}

.loader .r {
    z-index: 2;
    position: absolute;
    left: 50%;
    top: -1px;
    bottom: -1px;
    margin-left: -3.75px;
    background-color: #ffffff;
    width: 7.5px;
}

.loader .r1 {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}

.loader .r2 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}

.loader .r3 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
}

.loader .r4 {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
}

.retourform select {
    margin: 0px;
    padding: 0px !important;
}

option {
    padding: 0px;
}

#aboutus ::-webkit-input-placeholder {
    color: white;
}

#aboutus ::-moz-placeholder {
    color: white;
}

#aboutus :-ms-input-placeholder {
    color: white;
}

#aboutus :-moz-placeholder {
    color: white;
}

#message {
    background: #383745;
    color: #ffffff;
    padding: 10px;
    display: none;
}

#deliveryaddressfield input:disabled {
    background: #dddddd;
}