html, body {
    height: 100%;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #282e3e;
    background-color: #fff;
}
/* #82c434; */
i, cite, em, var, address, dfn {
    font-style: normal;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin: 5px 0px;
}

.b {
    color: #282e3e;
}

.bb, .btn-info, .btn-info:hover, .navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: #282e3e;
}

.btn-info.focus, .btn-info:focus, .btn-info.active, .btn-info:active,
.btn-info:hover, .btn-info.active.focus, .btn-info.active:focus,
.btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus,
.btn-info {
    background-color: #282e3e;
    border: 1px solid #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 1);
}

.p {
    cursor: pointer;
}

.btn, .btn:hover {
    padding: 10px 25px;
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    border: 1px solid #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 1);
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 2;
    color: #fff;
    background-color: #282e3e;
    border-color: #282e3e;
}

.navbar-inverse .navbar-toggle {
    border-color: #282e3e;
}

.w {
    color: #ffffff;
}

.r {
    color: #bd1b2c;
}

.br {
    color: #D94748;
}

.y {
    color: #EBBB11;
}

.by {
    color: #EBBB11;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #282e3e;
    border-top: 1px solid #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .7);
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #282e3e
}

.error-summary {
    color: #fff;
    background: #282e3e;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.dropdown-menu, .dropdown-menu > li > a, .navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form, .navbar-inverse {
    background-color: #282e3e;
    color: #ffffff;
}

.navbar-inverse .navbar-nav .open .dropdown-menu, .navbar-inverse .navbar-nav > li > a,
.navbar-inverse .navbar-text {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover, .navbar-brand:hover,
.navbar-brand:focus, .navbar-brand {
    background-color: transparent;
    color: #dddddd;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-inverse .navbar-nav {
    text-transform: uppercase;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.justify {
    text-align: justify;
}

.input {
    background: #282e3e;
    color: #ffffff;
    border-radius: 2px;
    padding: 10px;
    width: 100%;
    margin: 5px 3px;
    border: 1px solid #ffffff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 1);
}

.mapCanvas {
    width: 100%;
    height: 300px;
    margin: 20px 0px;
}

.logo {
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    max-width: 300px;
    padding: 10px 0px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.logo:hover {
    box-shadow: 0 0 9px rgba(0, 0, 0, .7);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.breadcrumb {
    background-color: #f5f5f5;
    border-radius: 0px;
    border: 1px solid #eeeeee;
}

.dropdown-menu > li > a:hover {
    background-color: #bbbbbb;
    color: #fff;
}

.breadcrumb > li + li::before {
    padding: 0 5px;
    color: #bbb;
    content: "\00bb ";
}

.carm {
    background: #eeeeee;
    color: #282e3e;
    border-radius: 7px;
    text-align: center;
    margin: 5px 0px;
    min-height: 400px;
    width: 100%;
    border: 1px solid #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.navbar-brand > img:hover {
    opacity: 0.7;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.btnSocial {
    opacity: 1;
    padding: 0px 5px;
}

.btnSocial:hover {
    opacity: 0.7;
}

.navbar-brand > img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.carm:hover {
    color: #222222;
    box-shadow: 0 0 10px rgba(0, 0, 0, .7);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.v0 {
    padding: 0px;
    margin: 0px;
}

.m5 {
    padding: 5px;
}

.displaying {
    color: #282e3e;
    font-weight: 700;
    font-size: 16px;
}

.navbar-inverse, .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    background-color: #282e3e;
}

.navbar-inverse {
    border-bottom: 1px solid #FFFFFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, .7);
}

.bx-wrapper .bx-viewport {
    -moz-box-shadow: 0 0 0px #fff;
    -webkit-box-shadow: 0 0 0px #fff;
    box-shadow: 0 0 0px #fff;
    border: 0px solid #fff;
    left: -5px;
    background: #fff;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.pv50 {
    padding: 50px 0px;
}

.pt10 {
    padding-top: 10px;
}

.mt10 {
    margin-top: 10px;
}

.la {
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.lb {
    background: #282e3e;
    color: #ffffff;
    border: 2px solid #fff;
    border-radius: 9px;
    text-align: center;
    padding: 15px 3px;
    margin: 5px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .5);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.lb:hover {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 0 0 4px rgba(0, 0, 0, 1);
}

.lb > a:hover {
    color: #dddddd;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.lb > a {
    color: #ffffff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.dealer {
    background: #eeeeee;
    color: #282e3e;
    border: 2px solid #ffffff;
    border-radius: 4px;
    padding: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.dealer:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, .7);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.scrollup {
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    text-indent: -9999px;
    background: url('scrollup.png') no-repeat;
    background-color: transparent;
}

.container-body {
    background: #fbfbfb;
}

@media ( min-width: 768px) {
    .fld {
        float: left;
    }

    .container-body {
        box-shadow: 0 0 3px rgba(0, 0, 0, .7);
    }

    .min100 {
        min-height: 100px;
    }

    .navbar-brand {
        float: none;
    }

    .navbar-inverse .navbar-nav > li > a, .navbar-inverse .navbar-text {
        padding-top: 25px;
    }

    .googleTranslate {
        float: left;
    }
}

@media ( min-width: 999px) {
    .topTD {
        margin: 20px 0px 10px 0px;
    }
}

@media ( max-width: 999px) {
    .navbar-brand > img {
        max-width: 160px;
    }

    .topTD {
        margin: 5px 0px 10px 0px;
    }
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #d2d6de;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
    background-color: #d2d6de;
    color: #fff;
}

.navbar-inverse .navbar-nav .open .dropdown-menu {
    background-color: #282e3e;
}

@media ( max-width: 1000px) {
    .navbar-inverse {
        background: #282e3e url(/img/logo.png) no-repeat 50% 10px;
    }
}

@media ( max-width: 767px) {
    .mc {
        text-align: center;
    }

    .breadcrumb {
        display: none;
    }

    .googleTranslate {
        display: inline-block;
        float: none;
    }
}

.imgr {
    box-shadow: 0 0 2px rgba(0, 0, 0, 1);
    margin-bottom: 10px;
}

@media ( max-width: 350px) {
    .imgr {
        max-width: 280px;
    }
}

.imgm {
    width: 280px;
    height: 200px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 1);
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.imgm:hover {
    box-shadow: 0 0 7px rgba(0, 0, 0, .7);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.tooltip {
    background-color: #ffffff;
    color: #282e3e;
    width: 335px;
    border: 1px solid #aaaaaa;
}

.tooltip-inner {
    background-color: #ffffff;
    color: #282e3e;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #ffffff;
}

.tooltip.right .tooltip-arrow {
    border-right-color: #ffffff;
}

.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #ffffff;
}

.tooltip.left .tooltip-arrow {
    border-left-color: #ffffff;
}

.advertising {
    padding: 10px 0px;
    text-align: center;
    margin: 20px 0px;
}

.alitera {
    margin-bottom: 15px;
    font-weight: 700;
    color: #282e3e;
}

.alitera > a, .alitera:hover {
    text-decoration: none;
    color: #222222;
}

.faffix {
    background: #fff;
    color: #222222;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 10px 15px 10px 5px;
    border: 1px solid rgba(0, 0, 0, .5);
    border-right: 1px solid #fff;
    position: relative;
    left: 3px;
}

.vin {
    width: 300px;
}

.error {
    color: #990000;
    font-size: 12px;
    font-weight: 700;
    animation: pulse 7s infinite;
}

.addbp {
    position: relative;
    bottom: 40px;
    margin-bottom: -40px;
}

.addnew {
    position: absolute;
    top: 4px;
    right: 0px;
}

.addsold {
    position: absolute;
    top: 4px;
    left: 0px;
}

.fl {
    float: left;
}

.fn {
    float: none;
}

.ico {
    float: left;
    min-width: 24px;
    text-align: center;
    padding-right: 6px;
}

.sbp {
    cursor: pointer;
    padding-top: 16px;
    animation: pulse 10s infinite;
}

@keyframes pulse {
    0% {
        color: #bd1b2c;
    }

    40% {
        color: #bd1b2c;
    }
    50% {
        color: #fff;
    }
    60% {
        color: #bd1b2c;
    }
    100% {
        color: #bd1b2c;
    }
}

::-webkit-input-placeholder {
    color: #fff;
}

::-moz-placeholder {
    color: #fff;
}

:-moz-placeholder {
    color: #fff;
}

:-ms-input-placeholder {
    color: #fff;
}

.card {
    background: #eeeeee;
    border: 1px solid #666;
    border-radius: 5px;
    padding: 1px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .5);
}

.mt20 {
    margin-top: 20px;
}

.gaReCaptcha {
    display: inline-block;
}

.topMobile {
    border: 0;
    font-size: 18px;
    margin: 15px;
    background: #282e3e;
    color: #FFFFFF;
}

.topMobile2 {
    left: -100px;
}

.btn-primary {
    color: #fff;
    background-color: #282e3e;
    border-color: #001A35;
}

.btn-primary:hover {
    color: #fff;
    background-color: #001A35;
    border-color: #001A35;
}

a {
    color: #282e3e;
    text-decoration: none;
}

.pagination > li > a, .pagination > li > span {
    color: #282e3e;
    background-color: #F4F4F4;
    border: 1px solid #CCC;
}

.alert-success {
    background: #001A35;
    color: #ffffff;
    border: 1px solid #001A35;
}

.alert-warning {
    background: #D33724;
    color: #ffffff;
    border: 1px solid #D33724;
}

.e {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.rating-container .filled-stars {
    color: #FF7701;
    -webkit-text-stroke: 0;
    cursor: pointer;
}

.rating-container .empty-stars {
    cursor: pointer;
}

.bootstrap-dialog-header, .modal-header, .bootstrap-dialog.type-warning .modal-header {
    background: #D33724;
    color: #ffffff;
    border: 1px solid #D33724;
}

.btn-default, .btn-default:hover, .btn-default:active, .btn-default:focus {
    background: #D33724;
    color: #ffffff;
    border: 1px solid #D33724;
    border-radius: 0;
    outline: 0;
    padding: 5px 30px;
    box-shadow: 0 0 1px rgba(137, 0, 0, .5);
}

.close {
    color: #ffffff;
    font-size: 24px;
    opacity: 1;
}

.modal-footer {
    padding: 10px;
    text-align: center;
    border-top: 1px solid #D33724;
}

.bootstrap-dialog-message {
    text-align: center;
}

.bootstrap-dialog .bootstrap-dialog-message {
    font-size: 16px;
}

.oh {
    overflow: hidden;
}


