body {
    font-family: "Helvetica neue", Helvetica, Arial, sans-serif;
    background-image: url(/images/carbonfibre.png);
    background-repeat: repeat;
    background-color: unset;
}

.navbar {
    border-bottom: #ffffff solid 1px;
}

.navbar-inverse {
 background-color: unset;
 border-color: unset;
 background: unset;
 height: 100%;
}


.page-container {

}

.navbar-public {
    height: 100px;
    padding-top: 20px;
}

.logo-footer {
    width: 200px;
    height: 36px;
    margin-bottom: 15px;
}

.footer-no-bullets {
    list-style-type: none;
}

.footer-facebook {
    padding-left: 35px;
    position: relative;
    display: block;
    line-height: 1.2;
    float: right;
}

.footer-aaa {
    padding-top: 20px;
    display: block;
    line-height: 1.2;
    float: right;
}

.footer-content {
    padding-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.top-menu-titles {
    font-family: Helvetica, Arial, sans-serif;
    text-shadow: 1px 1px 1px #000;
    font-size: 18px;
    padding: 40px 13px 55px 0;
    float: left;
    margin: 0 0 0 10px;
    height: 25px;
    font-weight: 200;
}

#front_page_categories {
    min-height: 195px;
    background: rgb(57, 60, 57);
    box-shadow: 0px 3px 8px rgb(41, 41, 41);
    /*margin-bottom: 45px;
    padding-bottom: 25px;*/
    margin-left: 20px;
    margin-right: 20px;
}

#front_page_categories > div {
    background: url(/images/fade-dark.png) no-repeat 100% 0;
    border: 1px solid;
    padding-bottom: 10px;
}

#front_page_categories > div > a {
    color: rgb(214, 214, 214);
    font-size: 14px;
    font-family: "Square", "Helvetica Neue";
}


.car_icon {
    background-image: url(/images/icons/icon-car.png);
    height: 80px !important;
    width: auto !important;
    margin: 25px auto;
    text-align: center;
    overflow: hidden;
    position: static;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.camper_icon {
    background-image: url(/images/icons/icon-camper.png);
    height: 80px !important;
    width: auto !important;
    margin: 25px auto;
    text-align: center;
    overflow: hidden;
    position: static;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.truck_icon {
    background-image: url(/images/icons/icon-truck.png);
    height: 80px !important;
    width: auto !important;
    margin: 25px auto;
    text-align: center;
    overflow: hidden;
    position: static;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.tractor_icon {
    background-image: url(/images/icons/icon-tractor.png);
    height: 80px !important;
    width: auto !important;
    margin: 25px auto;
    text-align: center;
    overflow: hidden;
    position: static;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.front-page-title {
    font-family: "SquareBold";
    font-size: 50px;
    letter-spacing: 1px;
    color: white;
}


.front-page-sub-title {
    font-family: "SquareBold";
    font-size: 19px;
    letter-spacing: 1px;
    color: white;
}

.vehicle-page-title, .benefits_title {
    font-family: "SquareBold";
    font-size: 30px;
    letter-spacing: 1px;
    color: white;
}

#circuit-board {
    padding-left: 40px;
}

.icon_medium {
    line-height: 50px;
    font-family: "Square";
    font-size: 16px;
    text-transform: uppercase;
    white-space: nowrap;
}

img.icon_medium {
    /* width: 40px; */
}

.mark-grid {
    background: black;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.mark-grid > div.mark-grid-col {
    height: 60px;
}

.mark-grid > div > a {
    display: block;
    color: #ffffff;
    white-space: nowrap;
    text-decoration: none;
}

.mark-grid > div > a:hover {
    box-shadow: inset 0 0 10px #888888;
}

.mark-grid-image {
    width: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.mod-type-panel {
    background-color: white;
    color: black;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    min-height: 450px;
}

.mod-type-panel > img {
    max-width: 80%;
}

.mod-type-panels {
    margin-left: 20px;
    margin-right: 20px;
}

.mod-type-panel-title > h3 {
    font-family: "Square";
    font-size: 35px;
}

.mod-type-panel-title {
    padding-bottom: 20px;
}

.mod-type-panel-body {
    padding-top: 20px
}

.mod-type-panel-silver {
    background-color: #e1e1e1;
}

.mod-type-panel-order {
    background-color: white;
    color: black;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    min-height: 250px;
    position: relative;
}

.mod-type-panel-order-selected {
    border-color: green;
    border-width: 4px;
}

.mod-type-panel-order > img {
    max-width: 40%;
}

.mod-type-panel-orders {
    margin-left: 20px;
    margin-right: 20px;
}

.mod-type-panel-order-title > h3 {
    font-family: "Square";
    font-size: 35px;
}

.mod-type-panel-order-title {
    padding-bottom: 20px;
}

.mod-type-panel-order-body {
    padding-top: 20px;
}

.mod-type-panel-order-body > img {
    max-width: 40%;
}

.mod-type-panel-order-silver {
    background-color: #e1e1e1;
}

.mod-type-panel-order-footer {
    padding: 7px 20px;
    background-color: #fcfcfc;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.mod-type-price {
    font-size: 32px;
}



.ad_container {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    background: white;
    color: #000;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
}

.ad_container > div > h2 {
    line-height: 1.2;
    font-family: "Square";
    font-size: 40px;
}

.ad_container > div > p {
    margin-top: 2.0em;
    margin-bottom: 2.0em;
    font-size: 16px;
}

.icon_row {
    height: 50px;
}

.divider-dot {
    margin-top: 20px;
    padding-top: 4.0em !important;
    background: url('/images/divider-dashed.png') no-repeat 50% 0;
}

.salespoint_button {
    display: inline-block;
    font-weight: 500;
    padding: 2px 5px 1px 5px;
    line-height: 25px;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1px;
    border-radius: 20px;
    background-color: #4CAF50;
    border-color: #4CAF50;
    color: #fff;
    min-width: 50%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.model-list {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 12px;
}

.outlet-list {
    margin-left: 40px;
}

.company-details-title {
    margin-left: 40px;
}

.outlet-list > .panel {
    background-color: transparent;
    color: white;
}

.outlet-list > .panel > .panel-heading {
    background: white;
    color: black;
}

.background-transparent {

}

.footer-col {
    border-right: 1px solid;
}

.footer {
    position: relative;
}

.vehicle-search {
    margin-left: 20px;
    margin-right: 20px;
    padding: 3px;
    margin-bottom: 2.0em;
    background-color: #73CE00;
    background-image: linear-gradient(bottom, #057A05 5%, #73CE00 95%);
    background-image: -o-linear-gradient(bottom, #057A05 5%, #73CE00 95%);
    background-image: -moz-linear-gradient(bottom, #057A05 5%, #73CE00 95%);
    background-image: -webkit-linear-gradient(bottom, #057A05 5%, #73CE00 95%);
    background-image: -ms-linear-gradient(bottom, #057A05 5%, #73CE00 95%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #057A05), color-stop(0.75, #73CE00));
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 1px 1px 3px #000000;
    -webkit-box-shadow: 1px 1px 3px #000000;
    box-shadow: 1px 1px 3px #000000;
    position: relative;
}

.vehicle-search .quick_order_button .news_button .label {
    position: absolute;
}

.vehicle-search input, .vehicle-search select {
    border: 0px;
    display: block;
    background: #ffffff;
    -moz-box-shadow: inset 1px 1px 3px #a0a0a0;
    -webkit-box-shadow: inset 1px 1px 3px #a0a0a0;
    box-shadow: inset 1px 1px 3px #a0a0a0;
    margin-left: 12%;
    width: 88%;
    padding: 7px 10px;
    border-top-right-radius: 14px;
    -moz-border-radius-topright: 14px;
    -webkit-border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    -moz-border-radius-bottomright: 14px;
    -webkit-border-bottom-right-radius: 14px;
    color: black;
    height: 35px;
    line-height: 35px;
}

.quick_order_button {
    color: #331900;
    text-shadow: 1px 1px 1px #e78d00;
    background-color: #f17600;
    background: -webkit-linear-gradient(top, #f17600 0%, #ca5600 100%);
    background: -moz-linear-gradient(top, #f17600 0%, #ca5600 100%);
    background: -o-linear-gradient(top, #f17600 0%, #ca5600 100%);
    background: -ms-linear-gradient(top, #f17600 0%, #ca5600 100%);
    background: linear-gradient(top, #f17600 0%, #ca5600 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f17600', endColorstr='#ca5600',GradientType=0 );
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 1px 1px 3px #000000;
    -webkit-box-shadow: 1px 1px 3px #000000;
    box-shadow: 1px 1px 3px #000000;
    position: relative;
    font-family: "SquareBold", "Helvetica Neue";
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
}

.news_button {
    margin-left: 10px;
    color: #331900;
    text-shadow: 1px 1px 1px #84cb6b;
    background-color: #73CE00;
    background-image: linear-gradient(bottom, #057A05 5%, #73CE00 95%);
    background-image: -o-linear-gradient(bottom, #057A05 5%, #73CE00 95%);
    background-image: -moz-linear-gradient(bottom, #057A05 5%, #73CE00 95%);
    background-image: -webkit-linear-gradient(bottom, #057A05 5%, #73CE00 95%);
    background-image: -ms-linear-gradient(bottom, #057A05 5%, #73CE00 95%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #057A05), color-stop(0.75, #73CE00));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f17600', endColorstr='#ca5600',GradientType=0 );
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 1px 1px 3px #000000;
    -webkit-box-shadow: 1px 1px 3px #000000;
    box-shadow: 1px 1px 3px #000000;
    position: relative;
    font-family: "SquareBold", "Helvetica Neue";
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 20px;
    height: 35px;
    line-height: 35px;
}

.news_button > a, .quick_order_button > a {
    color: black;
}

.contact_details {
    padding-left: 20px;
}

.search_quickorder_news_bar_margin {
   /*margin-left: 20px;*/
   margin-right: 20px;
}

.vehicle-list-row {
    min-height: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    vertical-align: middle;
}

.circle {
    background: url(../images/circle.png) no-repeat;
    width: 150px;
    height: 150px;
    text-align: center;
    font-family: "Square";
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000000;
    display: table-cell;
    vertical-align: middle;
    transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
}

.circle strong {
    width: 150px;
    text-align: center;
    font-size: 34px;
    color: #ffffff;
    text-shadow: #447b00 1px 1px 0;
    display: block;
    font-family: "SquareBold";
    line-height: 1.2;
}

.circle span {
    display: block;
}

.send_question_button {
    display: inline-block;
    font-weight: 500;
    padding: 2px 5px 1px 5px;
    line-height: 25px;
    border: 1px solid transparent;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.1px;
    border-radius: 20px;
    background-color: #4CAF50;
    border-color: #4CAF50;
    color: #fff;
    min-width: 50%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    color: black;
}

.send_question_button > a {
    color: black;
}

.media-left img:not(.media-preview), .media-right img:not(.media-preview), .thumbnail .media img:not(.media-preview) {
    width: 100px;
    height: unset;
}

@media only screen and (max-width: 768px) {
    .front-page-title, .front-page-sub-title, .vehicle-page-title, .benefits_title {
        font-size: 30px;
    }

    .company-details-title {
        text-align: center;
    }

    #front_page_categories > div > a {
        font-size: 8px;
    }

    .top-menu-titles {
        height: auto;
    }

    .footer-col {
        border-right: none;
        border-bottom: 1px solid;
        text-align: center;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .icon_medium {
        font-size: 10px;
    }

    .contact_details {
        text-align: center;
    }

    .company-details-title {
        margin-left: unset;
    }


}

@media only screen and (max-width: 600px) {
    .front-page-title, .front-page-sub-title, .vehicle-page-title, .benefits_title {
        font-size: 24px;
    }

    #front_page_categories > div > a {
        font-size: 8px;
    }

    .company-details-title {
        text-align: center;
    }

    .top-menu-titles {
        height: auto;
    }

    .footer-col {
        border-right: none;
        border-bottom: 1px solid;
        text-align: center;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .icon_medium {
        font-size: 10px;
    }

    .contact_details {
        text-align: center;
    }

    .company-details-title {
        margin-left: unset;
    }
}


@media only screen and (max-width: 992px) {

}
