body {
    background-color: #f5f5f5!important
}

#wrapper {
    position: relative;
    left: 0;
    max-width: 100vw;
    overflow-x: hidden
}

#mobNav {
    position: fixed;
    width: 260px;
    right: -260px;
    top: 0;
    bottom: 0;
    z-index: 200;
    background: #111;
    box-shadow: 0 0 20px rgba(0,0,0,0.3)
}

#navBtn {
    position: absolute;
    left: -50px;
    top: 76px;
    background: #ff0102;
    padding: 6px 10px;
    border-radius: 2px;
    font-size: 24px;
    color: #fff;
    cursor: pointer
}

#carNav {
    position: fixed;
    width: 260px;
    padding-bottom: 30px;
    left: -260px;
    top: 0;
    bottom: 0;
    z-index: 200;
    background: #111;
    box-shadow: 0 0 20px rgba(0,0,0,0.3)
}

#carNavBtn {
    position: absolute;
    right: -56px;
    top: 76px;
    background: #ff0102;
    padding: 6px 10px;
    border-radius: 2px;
    font-size: 24px;
    color: #fff;
    cursor: pointer
}

@media (max-width: 1100px) {
    #topNav {
        padding:0!important
    }

    .midNav .social {
        margin-top: -20px;
        padding-botttom: 10px
    }

    #topNav li {
        display: none!important
    }
}

.mobNavOn {
    right: 0!important
}

.carNavOn {
    left: 0!important
}

.wrapperOn {
    left: -260px!important
}

.wrapperCOn {
    left: 260px!important
}

#mobNav .nav_first {
    padding-bottom: 100px;
    min-width: 110%;
    display: block
}

#mobNav .nav_first>li>a {
    font-size: 16px;
    width: 100%;
    display: block;
    color: #ddd;
    padding: 5px 10px 5px 5px;
    border-top: 1px solid rgba(255,255,255,0.05);
    border-bottom: 1px solid #000;
    font-weight: 300
}

#mobNav .nav_first>li>a:hover {
    color: #fff
}

#mobNav .nav_first>li>.staticNav {
    position: relative
}

#mobNav .nav_first>li>a:before {
    content: "\f105";
    padding-left: 5px;
    font-family: fontAwesome;
    width: 20px;
    display: inline-block;
    color: #999
}

#mobNav .nav_first>li>a.navOpen:before {
    content: "\f107"
}

#mobNav .nav_second>li>a {
    padding: 10px 5px 0 30px;
    margin-bottom: 5px;
    line-height: .8;
    display: block;
    width: 100%;
    position: relative;
    color: #ddd;
    color: rgba(255,255,255,0.6);
    font-size: 14px
}

#mobNav .nav_second>li>a:before {
    position: absolute;
    content: ">";
    left: 14px;
    color: rgba(255,255,255,0.2);
    transition: all .3s ease-in-out
}

#mobNav .nav_second>li>a:hover {
    padding-left: 40px
}

#mobNav .nav_second>li>a:hover:before {
    left: 24px;
    color: #fff
}

.nav_second .staticNav {
    color: #aaa!important
}

.nav_third .staticNav {
    color: #aaa!important
}

.nav_second .staticNav:before,.nav_third .staticNav:before {
    content: " "!important
}

#topNav .noTopNav {
    display: none!important
}

body,h1,h2,h3,h4,h5,p,a,li,strong,div,span,input,select {
    font-family: 'Source Sans Pro',sans-serif;
    line-height: 1.3
}

header,.siteFooter {
    background: #060004;
    background: -moz-linear-gradient(top,#060004 0%,#38020b 54%,#4c0316 95%);
    background: -webkit-linear-gradient(top,#060004 0%,#38020b 54%,#4c0316 95%);
    background: linear-gradient(to bottom,#060004 0%,#38020b 54%,#4c0316 95%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#060004',endColorstr='#4c0316',GradientType=0);
    border-bottom: 10px solid #7c0017;
    position: relative
}

header {
    height: 130px
}

header .container {
    position: relative;
    z-index: 100
}

header .logo {
    position: absolute;
    top: 6px
}

header .logo img {
    max-height: 110px
}

.bvrla {
    position: absolute;
    bottom: 15px
}

#navBtn.fixHead,#carNavBtn.fixHead {
    top: 3px
}

.btn {
    text-shadow: 0 1px 0 rgba(0,0,0,0.5);
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    padding: 1px 18px;
    border-top: 1px solid rgba(255,255,255,0.2);
    box-shadow: inset 0 -10px 20px rgba(0,0,0,0.3);
    display: inline-block;
    margin: 10px;
    border-radius: 4px
}

.btn:before {
    position: absolute;
    content: "";
    z-index: -1;
    border-radius: 6px;
    width: 104%;
    height: 112%;
    box-shadow: inset 0 10px 20px rgba(0,0,0,0.3);
    background: inherit;
    left: -2%;
    top: -6%
}

.btn:after {
    position: absolute;
    content: "";
    z-index: -2;
    border-radius: 6px;
    width: 90%;
    height: 100%;
    box-shadow: 0 2px 10px 3px rgba(0,0,50,0.5);
    background: inherit;
    left: 6%;
    top: 0
}

.btn:active {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95)
}

.btn:hover {
    background: #f12
}

#breadcrumbs {
    background-color: #ddd;
    padding: 10px 0;
    font-size: 11px;
    white-space: nowrap;
    color: rgba(0,0,0,0.2);
    font-weight: 400;
    overflow: auto;
    border-bottom: 1px solid #bbb
}

#breadcrumbs a {
    color: #444;
    font-weight: 400;
    font-size: 12px;
    padding: 0 10px 0 4px
}

#breadcrumbs a:hover {
    text-decoration: underline
}

#breadcrumbs .container:before {
    content: "You are here:";
    display: inline;
    color: #999
}

#topNav {
    font-size: 0;
    padding: 0;
    margin-left: -10px;
    padding-left: 280px;
    padding-top: 75px;
    max-width: 95%
}

#topNav .noTopNav {
    display: none
}

#topNav li {
    display: inline-block;
    margin: 0;
    padding: 10px
}

#topNav li a {
    color: #fff;
    font-weight: 300;
    font-size: 20px
}

#topNav li:hover,#topNav li.selected {
    background: #ff0102;
    border-radius: 10px 10px 0 0
}

.midNav .social {
    text-align: right
}

.midNav .social a {
    color: #fff;
    font-size: 22px
}

.midNav .social li {
    display: inline-block;
    padding: 35px 0 5px 10px
}

.megamenu {
    min-height: 100px;
    padding: 20px 0 10px
}

.megamenu ul li {
    cursor: pointer;
    line-height: 1.4;
    position: relative;
    left: 0;
    margin-bottom: 10px;
    font-size: 14px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.megamenu ul li:before {
    content: "\f054";
    font-family: fontAwesome;
    margin-right: 8px;
    color: #bccb09
}

.megamenu ul li:hover {
    left: 5px
}

.megamenu ul li a {
    color: inherit
}

.megamenu h2 {
    color: #bccb09;
    font-size: 32px;
    margin-bottom: 15px
}

footer ul li {
    color: #fff;
    font-size: 14px;
    line-height: 1.5
}

footer ul li a {
    color: #fff
}

footer ul li img {
    margin-top: 10px
}

.formTextBox {
    outline: none;
    font-size: 16px;
    font-weight: 300;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.3);
    padding: 3px 12px;
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
    color: #444;
    min-width: 60px
}

.w100p {
    width: 100%
}

.w50p {
    width: 50%
}

.w40p {
    width: 40%
}

fieldset input[type="checkbox"] {
    margin: 0;
    margin-top: -2px
}

fieldset a {
    font-weight: 600;
    color: inherit
}

@media (max-width: 768px) {
    .homeHeroBlock h2 {
        font-size:26px
    }

    .homeHeroBlock h3 {
        font-size: 20px
    }
}

.home-tweets-ul {
    padding: 0 10%
}

.siteFooter {
    border-top: 1px solid #222;
    background-color: #111;
    padding: 15px;
    position: relative
}

.siteFooter h4 {
    color: #ddd;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 15px
}

.siteFooter .row>div {
    position: static
}

.footLogo {
    max-width: 180px;
    width: 100%;
    padding-top: 60%;
    margin-right: 10px;
    position: relative;
    bottom: 0;
    background: url(files/image/MSS_logo_main.png) no-repeat 0 90%;
    background-size: contain
}

.siteFooter address {
    color: #ccc;
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
    position: relative;
    padding-left: 45px
}

.siteFooter address label {
    position: absolute;
    left: 0;
    font-size: 10px;
    color: #666;
    padding-top: 3px
}

.siteFooter ul li {
    margin-bottom: 4px
}

.siteFooter ul li a {
    color: #bbb;
    font-weight: 300;
    padding-left: 0
}

.siteFooter ul li a:before {
    content: "\f105";
    color: #f12;
    font-family: fontAwesome;
    padding-right: 6px
}

.siteFooter ul li a:hover {
    color: #fff;
    margin-left: 5px
}

#toolTip {
    position: fixed;
    text-align: center;
    z-index: 10000;
    line-height: 1.3;
    padding: 5px 8px;
    font-size: 13px;
    border-radius: 3px;
    color: #fff;
    box-shadow: 2px 10px 10px rgba(0,0,0,0.2);
    background: #222;
    left: -1000px;
    top: -1000px;
    max-width: 200px;
    pointer-events: none
}

#toolTip:after {
    content: "\f0d7";
    font-size: 20px;
    position: absolute;
    font-family: fontAwesome;
    bottom: -16px;
    left: 49%;
    text-shadow: 0 6px 3px rgba(0,0,0,0.1);
    color: #222
}

.formTextBox {
    outline: none;
    font-size: 16px;
    background: #f5f5f5;
    font-weight: 300;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.3);
    padding: 3px 12px;
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
    color: #444;
    min-width: 60px
}

.totalForm input,.totalForm textarea {
    font-family: 'Source Sans Pro',sans-serif
}

.formTextBox:hover,.formTextarea:hover {
    border-color: #ebff65;
    box-shadow: 0 0 5px rgba(255,255,255,0.3)
}

.formTextBox:focus,.formTextarea:focus {
    border-color: #000;
    background: #ebff65;
    box-shadow: 0 0 5px #ebff65
}

.formButton {
    cursor: pointer;
    outline: none;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid rgba(0,0,0,0.3);
    padding: 3px 12px;
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
    color: #fff;
    color: rgba(255,255,255,0.8);
    background: #0075bf
}

.formButton:hover {
    color: #fff;
    opacity: .9
}

.formButton:active {
    color: #fff;
    opacity: 1;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    background: #000!important
}

.w100p {
    width: 100%
}

.w50p {
    width: 50%
}

.w40p {
    width: 40%
}

fieldset {
    padding: 3px;
    border: 1px solid #aaa;
    border-radius: 3px
}

fieldset label {
    padding: 10px;
    font-size: 14px;
    color: #333;
    display: block;
    font-weight: 300
}

fieldset select {
    width: 100%;
    font-size: 16px;
    background: #f5f5f5
}

fieldset input[type="checkbox"] {
    margin: 0;
    margin-top: -2px
}

fieldset a {
    font-weight: 600;
    color: inherit
}

.formButton {
    font-weight: 600;
    padding: 4px 20px;
    background: red
}

.formButton:hover {
    background: #ebff65!important;
    color: #000
}

.mandatoryError {
    background: #fdd;
    color: red
}

.formTextarea {
    width: 100%;
    height: 80px;
    outline: none;
    font-size: 16px;
    background: #f5f5f5;
    font-weight: 300;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0.3);
    padding: 3px 12px;
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
    color: #444
}

.topLabel {
    color: #666;
    font-size: 10px;
    text-align: center;
    background: #f5f5f5;
    padding: 2px
}

.formError {
    text-align: center;
    color: red;
    font-weight: 600;
    font-size: 14px;
    padding: 10px
}

.error {
    background: red;
    color: #fff
}

.headTop {
    background: #000;
    padding: 5px;
    font-size: 18px;
    color: #fff!important;
    text-align: center
}

@media (max-width: 480px) {
    .headTop {
        font-size:13px;
        padding: 5px 10%
    }
}

.carBox {
    height: auto;
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #ddd;
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.carBox h2 {
    position: absolute;
    font-size: 20px;
    top: 0;
    padding: 10px 20px;
    width: 100%;
    background: #90001e;
    color: #fff
}

.carBox h2 span {
    display: block;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    opacity: .7;
    padding-top: 4px
}

@media (min-width: 768px) {
    .carBox {
        height:545px
    }
}

@media (min-width: 992px) {
    .carBox {
        height:500px
    }
}

@media (min-width: 1092px) {
    .carBox {
        height:520px
    }
}

.boxIcons {
    text-align: center;
    display: block;
    white-space: nowrap;
    overflow-x: auto
}

.boxIcons li {
    display: inline-block;
    margin: 10px 6px
}

.boxIcons img {
    max-width: 40px
}

.boxIcons li span {
    display: block;
    font-size: 10px;
    text-align: center
}

.carBox.Electric h2 {
    background: #26a!important
}

.carBox.Hybrid h2,.carBox.LPG h2 {
    background: #393!important
}
.carBox.Hydrogen h2, .carBox.Hydrogen a {
    background: #393!important
}

.carBoxImg {
    padding-top: 55%;
    position: relative;
    overflow: hidden;
    margin-top: 55px
}

.carBoxImg span {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(1)
}

.carBox:hover .carBoxImg span {
    transform: scale(1.1)
}

.carBox:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.2)
}

.carBox .row {
    margin: 0
}

.carBox .col-xs-6 {
    text-align: center;
    color: #fff
}

.carBox .col-xs-6 span {
    font-size: 12px;
    font-weight: 100
}

.carBoxBusiness {
    background: #211;
    padding: 10px 0 20px;
    position: relative
}

.carBoxPersonal {
    background: #544;
    padding: 10px 0 20px;
    position: relative
}

.carBox sub {
    font-size: 8px;
    padding: 0 5px;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 12px
}

.carBox .col-xs-6 h4 {
    font-size: 22px
}

.carBox .col-xs-6 h6 {
    position: absolute;
    top: -34px;
    background: #7c0017;
    height: 34px;
    padding: 3px 0 10px;
    border-radius: 6px 6px 0 0;
    left: 20%;
    width: 60%
}

.carBox .col-xs-6 h6 sub {
    bottom: 2px
}

.carBox.Electric .col-xs-6 h6 {
    background: #26a
}

.carBox.Hybrid .col-xs-6 h6 {
    background: #26a
}

.carBox .instock {
    position: absolute;
    bottom: 12px;
    right: 12px;
    font-weight: 700;
    width: 100%;
    text-align: right;
    color: #000
}

.carBox .special {
    position: absolute;
    text-align: left;
    left: 12px;
    bottom: 12px;
    color: #000;
    font-weight: 700
}

.carBox.Electric a {
    background: #26a
}

.carBox.Hybrid a,.carBox.LPG a {
    background: #393
}

.carBox p {
    font-size: 8px;
    text-align: center;
    height: 46px;
    background: #eee;
    padding: 8px 15px;
    color: #333;
    overflow: hidden
}

.carBox a {
    background: #7c0017;
    color: #fff;
    margin: 10px;
    font-weight: 300;
    text-align: center;
    padding: 12px;
    border-radius: 0 0 10px 6px;
    display: block
}

.carBox a:hover {
    background: #000
}

.modelListWrap {
    background: #190e0e;
    padding: 10px 5px 15px;
    box-shadow: inset 0 10px 12px #000
}

.modelListWrap h2 {
    color: #fff;
    font-weight: 300;
    font-size: 24px;
    padding: 15px 0
}

.modelList {
    position: relative;
    background: #433435;
    margin: 10px 0;
    padding: 5px 15px;
    border-radius: 20px
}

.modelList a {
    color: #fff;
    font-weight: 300;
    display: block;
    white-space: nowrap;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.modelList:hover {
    background: #7c0017;
    box-shadow: 0 0 6px #000
}

.modelList span {
    position: absolute;
    color: #ccc;
    right: 6px;
    border-radius: 20px;
    background: rgba(255,255,255,0.2);
    min-width: 20px;
    padding: 0 5px;
    text-align: center;
    font-size: 14px;
    top: 6px
}

#modelFiltering {
    text-align: center;
    background: #ddd;
    margin: 20px 0;
    padding: 10px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc
}

#modelFiltering label {
    font-size: 12px;
    color: #333
}

#modelFiltering select {
    background: #fff url(/files/image/icons/select.png) no-repeat calc(100% - 8px) 50%;
    background-size: 16px;
    appearance: none;
    -webkit-appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    color: #333;
    padding: 5px 25px 5px 10px;
    box-shadow: 0 0 4px rgba(0,0,0,0.1);
    border-radius: 6px
}

.reset {
    width: 40px!important;
    display: inline-block;
    vertical-align: bottom
}

.reset i {
    font-size: 18px;
    padding-bottom: 3px
}

.reset span {
    display: block;
    font-size: 8px;
    line-height: 1
}

#carNav>ul {
    max-height: 100vh;
    overflow-y: auto;
    padding-bottom: 30px
}

#carNav>ul>li {
    position: relative;
    min-height: 32px;
    margin-bottom: 1px;
    background: #433435
}

#carNav>ul>li:nth-of-type(2n) {
    background: #403030
}

#carNav>ul>li a {
    color: #fff;
    display: block;
    padding: 7px 15px;
    font-size: 16px;
    font-weight: 300
}

#carNav>ul>li i {
    position: absolute;
    right: 10px;
    color: #680013;
    top: 5px;
    background: rgba(255,255,255,0.2);
    width: 23px;
    text-align: center;
    height: 23px;
    border-radius: 4px;
    padding-top: 4px;
    z-index: 100
}

#carNav>ul>li>ul {
    background: #190e0e
}

#carNav>ul>li>ul>li {
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,0.1)
}

#carNav>ul>li>ul>li>a {
    font-size: 14px;
    padding: 5px 0 5px 20px;
    color: #ddd
}

#carNav>ul>li>ul>li>a:before {
    content: "\f105";
    font-family: fontAwesome;
    padding-right: 5px
}

#carNav .navOpen i {
    transform: rotate(90deg)
}

#headerSearch {
    position: absolute;
    right: 10px;
    top: 10px
}

#headerSearchInput {
    position: absolute;
    width: 50%;
    min-width: 300px;
    padding: 5px 32px 5px 10px;
    color: #444;
    right: 0;
    top: 0;
    font-size: 18px;
    border: 1px solid #333;
    border-radius: 6px
}

#headerSearch:before {
    content: "\f002";
    font-family: fontAwesome;
    position: absolute;
    right: 11px;
    top: 4px;
    font-size: 22px!important;
    color: #999;
    z-index: 100
}

#searchResults {
    position: absolute;
    top: 40px;
    right: 0;
    min-width: 300px;
    max-height: 94vh;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    overflow-y: auto;
    border-radius: 4px;
    background: #000;
    z-index: 90
}

#searchResults li {
    background: #f5f5f5;
    padding: 0;
    font-size: 12px;
    border-bottom: 1px solid #111;
    border-top: 1px solid #444;
    width: 100%;
    overflow-x: hidden
}

#searchResults li a {
    color: #fff
}

#searchResults li h3 {
    background: #7c0017;
    padding: 5px;
    font-size: 14px
}

#searchResults li h4 {
    background: #6c0007;
    padding: 5px;
    font-size: 11px
}

#searchResults hr {
    display: none
}

#searchResults .row {
    margin: 0
}

#searchResults .col-xs-4 {
    border-right: 1px solid #ddd;
    background: #fff;
    padding: 0!important;
    min-height: 60px;
    text-align: center
}

#searchResults .col-xs-4 img {
    max-height: 60px!important
}

#searchResults li label {
    color: #666;
    font-size: 9px;
    text-align: center;
    display: block;
    padding: 8px 0 2px
}

#searchResults li p {
    color: #000;
    text-align: center;
    font-size: 20px;
    padding: 0;
    margin: 0
}

#searchResults li p:before {
    content: "Â£";
    font-size: 14px
}

#searchResults li p span {
    display: block;
    color: #666;
    font-size: 8px
}

#searchResults .col-xs-4:nth-of-type(2) {
    background: #eee
}

#searchResults li:hover {
    opacity: .9
}

#headerSearch h6 {
    display: block;
    position: absolute;
    color: #fff;
    white-space: nowrap;
    right: 0;
    top: 44px;
    text-align: right;
    font-size: 28px;
    font-weight: 700
}

#headerSearch h6 span {
    font-size: 20px;
    font-weight: 100;
    padding-right: 10px
}

#headerSearch a {
    display: block!important;
    color: #fff;
    font-size: 16px
}

@media (max-width: 1700px) {
    #headerSearch h6 {
        right:54px!important
    }
}

@media (max-width: 666px) {
    header {
        height:140px
    }

    header .logo {
        position: relative;
        padding-top: 50px;
        text-align: left;
        padding-left: 50px
    }

    header .logo img {
        height: 70px
    }

    #headerSearch {
        left: 10px
    }

    #headerSearchInput {
        width: 100%!important
    }

    #headerSearch h6 span {
        font-size: 13px;
        display: block;
        padding: 0
    }

    #headerSearch h6 {
        font-size: 20px;
        top: 54px
    }

    #headerSearch a {
        font-size: 11px
    }
}

@media (max-width: 440px) {
    header .logo {
        position:relative;
        padding-top: 45px;
        text-align: center;
        padding-left: 0
    }

    header {
        height: 175px
    }

    #headerSearch .cont {
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
        font-size: 12px;
        top: 115px
    }

    #headerSearch .cont span,#headerSearch .cont span a {
        display: inline-block!important;
        font-size: 12px;
        padding: 0 5px!important
    }
}

.homeSearch {
    padding: 80px 100px 130px;
    background: url(files/image/pics/home_search_natural.jpg) no-repeat 50%;
    background-size: cover
}

.homeSearch h2 {
    padding: 40px 0 20px;
    font-size: 32px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px rgba(0,0,0,0.3)
}

searchFields {
    text-align: center
}

.searchFields select {
    width: 22%;
    margin: 10px 1%;
    font-size: 15px;
    padding: 5px 15px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 6px;
    border: 1px solid #7c0017;
    box-shadow: 0 0 10px #fff;
    background: #fff
}

#homeSearchBtn {
    background: #7c0017;
    font-size: 24px;
    color: #fff;
    padding: 8px 24px;
    border-radius: 30px;
    border: 3px solid #fff;
    box-shadow: 0 0 10px #000
}

#homeSearchBtn:hover {
    background: #000;
    box-shadow: 0 0 10px #fff;
    transition: scale(1.05)
}

#homeSearchResults .col-xs-12>h2,.homeOffersTitle {
    font-size: 28px;
    text-align: center;
    padding: 20px;
    color: #222;
    font-weight: 300
}

@media (max-width: 1100px) {
    .homeSearch {
        padding:70px 50px 120px
    }
}

@media (max-width: 900px) {
    .homeSearch {
        padding:60px 30px 80px
    }
}

@media (max-width: 768px) {
    .searchFields select {
        width:47%
    }

    .bvrla {
        position: static;
        margin-bottom: 25px
    }
}

@media (max-width: 480px) {
    .searchFields select {
        width:100%;
        margin-bottom: 4px
    }

    .homeSearch h2 {
        font-size: 22px;
        text-shadow: 0 1px rgba(0,0,0,0.6);
        background: rgba(50,0,0,0.8);
        margin: 0 -45px;
        padding: 10px
    }

    .homeSearch {
        padding: 0 30px 5px
    }

    #homeSearchBtn {
        font-size: 20px
    }
}

.resultsCount {
    fontsize: 18px;
    text-align: Center;
    padding: 10px 0;
    font-weight: 700
}

.resultsLots {
    width: auto!important;
    border: none!important;
    display: block!important
}

.paging {
    text-align: center;
    border: 1px solid #ddd;
    background: #fff;
    padding: 15px 5px
}

.paging span {
    display: inline-block;
    border-radius: 3px;
    box-shaodw: 0 0 2px rgba(0,0,0,0.1);
    font-size: 13px;
    width: auto;
    margin-right: 3px;
    min-width: 24px;
    color: #444;
    height: 26px;
    vertical-align: top;
    border: 1px solid #ddd;
    padding: 4px
}

.paging span b {
    cursor: pointer;
    text-decoration: underline
}

.footInsert {
    background: #eee;
    font-size: 12px;
    padding: 15px 0;
    line-height: 1.4;
    color: #222;
    text-align: justify
}

.contentBox {
    position: relative;
    background: #fff;
    float: left;
    margin: 20px 0 0;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #ddd;
    box-shadow: 0 0 3px rgba(0,0,0,0.1)
}

.contentBox h1 {
    font-size: 24px;
    font-weight: 700;
    padding: 5px 0 10px
}

.contentBox h3 {
    font-weight: 300;
    line-height: 1.5;
    font-size: 18px
}

.brand_logo {
    position: relative;
    padding-top: 8%;
    padding-bottom: 8%
}

.brand_logo img {
    max-height: 60px;
}

.rentalInfo,.rentalPrice {
    overflow: hidden;
    margin-bottom: 15px;
    min-height: 150px;
    position: relative;
    background: #fff;
    margin: 20px 0 0;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #ddd;
    box-shadow: 0 0 3px rgba(0,0,0,0.1)
}

.carAdditional p {
    margin-bottom: 6px;
    font-size: 14px
}

.rentalInfo h2,.rentalPrice h2 {
    margin: -15px -15px 5px;
    background: #7c0017;
    color: #fff;
    border-radius: 6px 6px 0 0;
    padding: 5px 15px;
    font-weight: 700;
    font-size: 20px
}

.rentalInfo label,.rentalPrice label {
    display: inline-block;
    padding-top: 5px;
    width: 100px;
    font-size: 12px;
    color: #555;
    vertical-align: top
}

.rentalInfo span,.rentalPrice span {
    display: inline-block;
    font-size: 16px;
    color: #111;
    margin: 0 0 10px;
    max-width: 190px;
    vertical-align: top
}

.rentalPrice p {
    text-align: center
}

.rentalPrice p b {
    display: inline-block;
    background: #190e0e;
    color: #fff;
    font-size: 48px;
    padding: 0 20px;
    border-radius: 20px;
    border: 6px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.7);
    margin: 10px 0
}

.row .col-xs-12:nth-of-type(3) .rentalPrice p b {
    background: #433435!important
}

.rentalPrice .special {
    position: absolute;
    font-weight: 700;
    background: red;
    color: #fff;
    top: 60px;
    font-size: 20px;
    padding: 3px;
    width: 300px;
    max-width: 300px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.5);
    text-align: center;
    right: -80px;
    transform: rotate(45deg)
}

.rentalPrice .special i {
    padding: 0 10px
}

.rentalInfo h2 {
    margin-bottom: 20px
}

.rentalPrice .instock {
    position: absolute;
    font-weight: 700;
    color: #fff;
    top: 6px;
    font-size: 20px;
    max-width: 300px;
    text-align: right;
    right: 12px
}

@media(max-width: 480px) {
    #modelFiltering .text-center {
        text-align:left!important
    }

    #modelFiltering label {
        width: 100%!important;
        display: inline-block;
        padding: 10px;
        text-align: center
    }

    #modelFiltering select {
        width: 48%;
        margin-bottom: 4px;
        font-size: 14px
    }

    #modelFiltering select span {
        display: none
    }

    .rentalPrice span {
        max-width: 180px
    }
}

.specialprice {
    display: block!important;
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 23px
}

#modal {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(240,240,240,0.8)
}

#modalBox {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    background: #fff;
    padding: 25px;
    border: 1px solid #ddd;
    position: relative;
    margin: 40px auto;
    width: 90%;
    max-width: 640px;
    transform: scale(1.0)
}

#modalBox .closeModal {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 24px;
    color: #999;
    cursor: pointer
}

#modalBox .closeModal:hover {
    color: #7c0017
}

#modalBox.shrunk {
    transform: scale(0.9)!important;
    opacity: 0
}

#modalBox h3 {
    font-weight: 300;
    color: #7c0017;
    font-size: 24px!important
}

#modalBox p {
    color: #444;
    font-weight: 300;
    margin: 5px 0;
    font-size: 14px;
    line-height: 1.6
}

#modalBox fieldset {
    padding: 0;
    margin: 0
}

#modalBox fieldset label {
    font-size: 12px!important;
    padding: 5px 0
}

#modalBox p a {
    color: #3d71b9;
    font-weight: 400
}

#modalBox h4 {
    font-weight: 100;
    color: #333;
    font-size: 18px!important;
    margin: 10px 0
}

#modalBox .modalBtn {
    display: inline-block;
    margin: 5px 10px 0 0;
    font-size: 16px;
    background: #3d71b9;
    color: #fff;
    padding: 6px 16px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,0.1)
}

#modalBox .modalBtn:hover {
    background: #111
}

@media(max-width: 768px) {
    #modalBox {
        position:absolute;
        margin: 0 auto;
        top: 10px;
        left: 5px;
        right: 5px;
        max-height: 95vh;
        overflow: auto
    }
}

#rgeWrapper #modal {
    position: relative!important
}

.inputWrap {
    position: relative;
    display: block;
    margin: 2px 0;
    overflow: hidden;
    margin-bottom: 6px
}

.inputWrap.wrapLeft input,.inputWrap.wrapLeft select {
    padding-left: 50px!important;
    margin: 0!important
}

.inputWrap.wrapRight input,.inputWrap.wrapRight select {
    padding-right: 50px!important;
    margin: 0!important
}

.inputWrap i.wrapLeft {
    position: absolute;
    left: 11px;
    top: 7px;
    font-size: 18px;
    width: 18px;
    text-align: center;
    text-shadow: 0 1px 2px #fff;
    color: #555
}

.inputWrap i.wrapRight {
    position: absolute;
    right: 11px;
    top: 7px;
    font-size: 18px;
    text-shadow: 0 1px 2px #fff;
    color: #555;
    z-index: 9;
    pointer-events: none
}

.inputWrap.wrapLeft:before {
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
    background: #eee;
    width: 38px;
    border-radius: 3px 0 0 3px;
    border-right: 1px solid #ccc;
    box-shadow: 1px 0 2px rgba(0,0,0,0.1)
}

.inputWrap.wrapRight:after {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    content: "";
    background: #eee;
    width: 38px;
    border-radius: 3px 0 0 3px;
    border-left: 1px solid #ccc;
    box-shadow: -1px 0 2px rgba(0,0,0,0.1);
    pointer-events: none
}

.inputWrap input[type="text"],.inputWrap input[type="number"],.inputWrap textarea,.inputWrap input[type="password"] {
    display: inline-block;
    height: 32px;
    outline: 0;
    border-radius: 4px;
    width: 100%;
    border: 1px solid #ddd;
    padding: 6px 10px;
    font-size: 14px;
    font-family: 'Source Sans Pro';
    font-weight: 500
}

.inputWrap input[type="text"]:hover,.inputWrap input[type="number"]:hover,.inputWrap input[type="password"]:hover {
    background: #f5f5f5
}

.inputWrap input[type="text"]:focus,.inputWrap input[type="number"]:focus,.inputWrap input[type="password"]:focus {
    background: #fff;
    border: 1px solid red;
    box-shadow: 0 0 4px rgba(0,100,200,0.6)
}

.inputWrap textarea {
    height: 80px;
    padding-left: 50px
}

.inputWrap select {
    width: 100%;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    height: 32px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 14px;
    font-family: 'Source Sans Pro';
    font-weight: 500;
    color: #555
}

.forms label {
    display: block;
    font-size: 13px;
    color: #333;
    padding-left: 30px;
    position: relative;
    margin-bottom: 6px
}

.forms label input {
    position: absolute;
    left: 3px
}

.forms input[type="submit"] {
    float: right;
    background: #7c0017;
    border: 0;
    color: #fff;
    font-size: 18px;
    padding: 4px 20px;
    border-radius: 20px
}

.forms input[type="submit"]:hover {
    background: #000
}

.enquireNow {
    font-size: 22px;
    background: #7c0017;
    color: #fff;
    padding: 5px 20px;
    border-radius: 30px;
    margin: 15px 0;
    display: inline-block;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border: 4px solid #fff
}

.enquireNow:before {
    content: "\f0e0";
    font-family: fontAwesome;
    padding-right: 12px
}

.enquireNow:hover {
    background: #000
}

.lpContent h1 {
    font-size: 36px;
    color: #333
}

.lpContent h2 {
    font-size: 24px;
    color: #222;
    margin: 15px 0;
    max-width: 900px
}

.lpContent h3 {
    font-size: 20px;
    color: #7c0017;
    margin: 5px 0;
    max-width: 900px
}

.lpContent p {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 12px;
    font-weight: 300;
    max-width: 1100px
}

.lpContent {
    margin: 10px auto;
    border-radius: 6px;
    background: #fff;
    padding: 15px
}

.lpContent li {
    position: relative;
    margin-left: 35px;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 12px;
    font-weight: 300;
    max-width: 1100px
}

.lpContent li:before {
    content: "\f054";
    position: absolute;
    left: -25px;
    color: #7c0017;
    font-family: fontAwesome
}

.lpContent a {
    color: #7c0017;
    font-weight: 600
}

.maintenance {position:absolute; left:10px; top:15px; font-weight:bold; }