﻿@font-face{
    font-family:'logo2';
    src:url('../fonts/Lucida Handwriting Italic.ttf') format('truetype');
    font-weight:100;
}
h1.logo1{
    color: white;
    font-family:Arial, Helvetica, sans-serif;
    text-shadow: -1px 0 #5a5151, 0 1px #5a5151, 1px 0 #5a5151, 0 -1px #5a5151;
    height:0px;
}
h2.logo2{
    font-family:logo2;
    color:white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    font-weight:lighter;
    height:0px;
}
h2.logo3{
    color: white;
    font-family:Arial, Helvetica, sans-serif;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    height:0px;
}
h2.logo4{
    color: white;
    font-family:Arial, Helvetica, sans-serif;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
    height:0px;
    left:5%;
    right:5%;
}
input#street{
    width:100%;
    height:33px;
    margin-top:1px;
    color:black;
}
input#fromDate{
    border-radius:0px;
}
input#toDate{
    border-radius:0px;
}
input#smarty-btn{
    border-radius:0px;
}
div#slide-video-div{
    background-color:black;
    position:absolute;
    width:200px;
    height:180px;
    z-index:11;
    border:3px solid white;
}
hr.top-separate-line{
    border:1px solid grey;
    margin-bottom:20px;
    margin-top:0px;
}
.no-padding {
    padding: 0px;
}
.no-padding-top {
    padding-top: 0px !important;
}
.no-padding-bottom {
    padding-bottom: 0px;
}
.no-padding-top-bottom {
    padding-top: 0px;
    padding-bottom: 0px;
}
.content-height {
    height: 600px;
}
div.pre-header {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    border-left: 2px solid black;
}
div.pre-header-no-top {
    padding-top: 0;
    padding-bottom: 10px;
    background-color: #FFFFFF;
    border-left: 2px solid black;
}
city-page-outer-div {
    display: flex;
    justify-content: center;
}
.city-page-list-div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 10%;
}
.city-page-list-div-inner {
    display: flex;
    flex-wrap: wrap;
    margin: 5px;
    padding: 10px;
    width: 20%;
}
.city-page-list-div-inner :hover {
    background-color: whitesmoke;
    color: red;
}
.city-page-list-link {
    display: block;
    width: 100%;
    font-size: 15px;
    color: black;
    border-radius: 5px;
    padding: 10px;
}
h2#choose-text {
    background-color: #272323;
    opacity: 0.6;
    border-radius: -1%;
    border-radius: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 26px;
}
.other-carousel-caption {
    position: absolute;
    z-index: 10;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    right: 0%;
    left: 0%;
    top:-10px;
}
div.features{
    background:rgba(2,2,2,0.62);
    text-align:center; 
}
img.feature-img{
    height:250px;
    display:block;
    margin:0 auto;
    width:260px;
}
p.rv-text{
    padding:15px;
}
h4.action-title{
    background-color:#272424;
    font-weight:initial;
    color:#FCFCFC;
     
}
.title{
    background-color: #463f3f;
    font-size: 15px;
    width: 212px;
    margin: 0 auto;
    height:50px;
    opacity:0.6;
    padding-top:15px;
}
div.img-tile{
    box-shadow: 2px 2px 10px black;
    width: 212px;
    display: block;
    margin: 0 auto;
    height: 202px;
    border: 1px solid grey;
    margin-bottom:10px;
}
div.img-tile:hover{
    opacity:0.8;
}
.img-tile:hover > a > .title{
    background-color: #272424;
    opacity:1;
}
.img-tile:hover > a > .title span{
    color:yellow;
}
img.vehicle-img{
    width: 200px;
    height: 132px;
}
h5.vehicle-license{
    background-color: #272424;
    padding: 12px;
    border-radius: 5px;
    margin-top: 5px;
    margin-bottom: 0px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
h6.vehicle-location{
    color: #272424;
    font-size: 14px;
    margin-top: 3px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
p.vehicle-price{
    color: #272424;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: -10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
div.vehicle-info{
    padding-right:10px;
    padding-left:10px;
}
button.btn-search{
    background-color: #15a737;
}
button.btn-search:focus{
    outline:0;
}
div.mobile-title{
    box-shadow: 0px 6px 7px #888888;
    padding-bottom: 15px;
}
div.mobile-title span{
    padding-left:30px;
    font-size:25px;
    font-weight:normal;
}
span.menu-item-vehicle {
    font-family: Lato !important;
    font-size: 12px !important;
    color: #020202 !important;
    font-weight: bold !important;
    padding-right: 5px;
}
span.vehicle-count {
    color: darkblue;
    font-size: 20px;
    font-family: Lato !important;
    font-weight: bold;
}
div.menu-div{
    margin-top:5px;
}
img.pickup_img{
    height:25px;
    padding-right:5px;
}
img.pickup_img:hover{
    transform: scale(1.5);
}
img.modal-map{
    background:#4B4B4B; 
    height:128px; 
    border-radius:10px; 
    overflow:hidden; 
    position:relative;
    width:190px;
}
a.noneA{
    color:black;
}
a.noneA:hover{
    text-decoration:none;
}
div.primary-vehicle-div {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    background-color: #e1e1e1;
    border-radius: 3%;
    padding: 15px;
    width: 230px;
    display: block;
    margin: 0 auto;
    height: 250px;
    cursor:pointer;
}
div.primary-vehicle-div:hover{
    opacity:0.8;
}
div.primary-vehicle-div .popup-dialog {
    width: 87%;
    background-color: #FFFFFF;
    color: black;
    text-align: center;
    border-radius: 5px;
    padding: 15px 0;
    position: absolute;
    margin-left: 0px;
    z-index:1000;
    border: 1px solid black;
    transition:opacity 0.5s linear;
}
div.primary-vehicle-div .popup-dialog::after {
    content: "";
    position: absolute;
    bottom: -14%;
    left:55%;
    margin-left: -20px;
    border-width: 10px;
    border-style: solid;
    border-color:  black transparent transparent transparent;
}
div.primary-vehicle-div:hover > a > .vehicle-license{
    color:yellow;
}
div.primary-vehicle-div:hover > a > .vehicle-license > span{
    color:yellow !important;
}
div.secondary-vehicle-div .popup-dialog {
    background-color: #FFFFFF;
    color: black;
    text-align: center;
    border-radius: 5px;
    padding: 15px 0;
    position: absolute;
    margin-left: 60px;
    margin-top:20px;
    z-index:1000;
    border: 1px solid black;
    transition:opacity 0.5s linear;
}
div#target-vehicle-div-tooltip {
    border:5px solid red;
    border-radius:0px;
    padding-bottom:10px;
    padding-left:13px;
    padding-right:13px;
    padding-top:11px;
}
div#target-vehicle-div-tooltip .popup-dialog {
    margin-left:1.5px;
}
div#target-vehicle-div-tooltip .popup-dialog::after {
    bottom: -13%;
}
#element {
    background: #FFFFFF;
    width:275px;
}
div.estimateDiv{
    margin: 10px;
    text-align: center;
    border: 2px solid #e1e1e1;
    border-radius: 7px;
    padding-bottom: 10px;
    padding-top: 10px;
}
div.priceDiv{
    text-align:center;
}
div#element span{
    color:black;
    font-size:12px;
}
.ribbon {
  -webkit-transform: rotate(-45deg); 
     -moz-transform: rotate(-45deg); 
      -ms-transform: rotate(-45deg); 
       -o-transform: rotate(-45deg); 
          transform: rotate(-45deg); 
    border: 25px solid transparent;
    border-top: 25px solid yellow;
    position: absolute;
    bottom: 97px;
    right: -19px;
    padding: 0 10px;
    width: 107px;
    color: black;
    font-family: sans-serif;
    z-index:1;
}
.ribbon .featured-txt {
    position: absolute;
    top: -24px;
    left: -6px;
    font-size: 16px;
    font-weight: bold;
}
div.vehicle-info a:hover{
    text-decoration:none;
}
.banner {
    background-color: red;
    color: white;
    text-align: center;
    width: 214px;
    position: absolute;
    top: 145px;
    height: 19px;
    font-size: 14px;
    margin-left: -7px;
}
.banner::before{
    border-color: transparent darkred transparent transparent;
    border-style: solid;
    border-width: 0px 7px 7px 7px;
    content: '';
    position: absolute;
    left: -7px;
    top: 19px;
}
.banner::after{
    border-color: transparent transparent transparent darkred;
    border-style: solid;
    border-width: 0px 7px 7px 7px;
    content: '';
    position: absolute;
    left: 207px;
    top: 19px;
}
.list-ribbon {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border: 25px solid transparent;
    border-top: 25px solid yellow;
    position: absolute;
    bottom: 16px;
    right: -18px;
    padding: 0 10px;
    width: 107px;
    color: black;
    font-family: sans-serif;
}
.list-ribbon .featured-txt {
    position: absolute;
    top: -24px;
    left: -6px;
    font-size: 16px;
    font-weight: bold;  
}
.popup-invisible{
    visibility:hidden;
}
.tile-default-opacity{
    opacity:1.0;
}
div.work-vimeo-div{
    background-color:#4B4B4B; 
    margin-top:-10px; 
}
h5.work-vimeo-title{
    padding-top:30px; 
    padding-left:50px;
}
div.blog-div{
    background-color:white;
    padding-top:10px;
}
h2.show-vehicles-title{
    color:white;
    background-color:#4B4B4B;
    padding-top:8px;
    padding-bottom:8px;
}
h5.pickup-city-header{
    padding:7px;
    font-size:23px;
    background-color:#4B4B4B;
}
span.city-span{
    font-weight:bold;
    font-size:13px;
}
span.region-span{
    font-size:11px;
}
h2.horizontal-location-div{
    float:left;
}
span.horizontal-location-span{
    color:black;
    white-space:nowrap;
}
span.horizontal-location-span:hover{
    color:red;
}
span.visible-search-error{
    float:right;
    font-weight:bold;
    color:red;
    padding-top:7px;
    padding-right:5px;
    display:block;
}
span.invisible-search-error{
    float:right;
    font-weight:bold;
    color:red;
    padding-top:7px;
    padding-right:5px;
    display:none;
}
.invalid-input{
    border:2px solid red;
}
div#mobile-search-bar{
    background-color:#FFFFFF; 
    padding-bottom:10px; 
    border-top:2px solid black; 
    border-right:2px solid black; 
    border-left:2px solid black;
}
span#quick-search-status{
    padding-left:30px; 
    padding-top:15px; 
    color:red; 
    font-size:15px; 
    padding-right:5px;
}
div#footer-description{
    margin:0 auto; 
    text-align:center; 
    font-family: -webkit-body; 
    font-size:15px; 
    color: #CCC; 
    padding-bottom:20px; 
    padding-left:30px; 
    padding-right:30px; 
    padding-top:0px;
}
span#footer-year{
    font-weight:normal; 
    color:#CCC; 
    font-family:-webkit-body;
}
button#slide-video-btn{
    background-color:red;
    color:white;
    height:20px;
    margin-top:-5px;
    font-size:12px;
    padding-top:1px;
    border-radius:3px;
}
img.clip-vehicle-img{
    width: 200px;
    position: absolute;
    top: -18px;
    left: 15px;
    clip: rect(33px, 200px, 165px, 0px);
    margin: 0px;
}
img.highlight-clip-vehicle-img{
    width: 194px;
    position: absolute;
    top: -18px;
    left: 13px;
    clip: rect(28px, 194px, 160px, 0px);
    margin: 0px;
}
div.vehicle-div{
    background-color: #e1e1e1;
    border-radius: 3%;
    padding: 15px;
    width: 230px;
    display: block;
    margin: 0 auto;
    position:relative;
    cursor:pointer;
    height:205px;
}
div.vehicle-div:hover{
    opacity:0.8;
}
.vehicle-div:hover > a > .vehicle-license{
    color:yellow;
}
.vehicle-div:hover > a > .vehicle-license > span{
    color:yellow !important;
}
.numberCircle{
    position:absolute;
    border-radius: 50%;
    behavior: url(PIE.htc);
    
    background: #fff;
    border: 2px solid #666;
    color: red;
    text-align: center;
    font-weight: bold;
    margin-bottom: 2px;
    box-shadow: 3px 6px 4px -3px #666;
}

div#region_div h1{
    text-align:center;
    color:black;
}
div#region_div h1{
    font-size:30px;
    text-align:center;
    color:black;
}
div#region_div h3{
    margin-top:0px;
    text-align:center;
    color:black;
}
div#region_div h6{
    margin-left:50px;
    margin-right:50px;
    text-align:center;
    color:black;
}
div#region_div h4{
    color:red;
    text-align:center;
}
input.btn_original{
    filter:invert(70%);
}
input.btn_detail{
    filter:invert(70%);
}
@media only screen and (min-width : 1200px){
    div#region_div h1{
       margin-top:-30px;
    }
    div.testimonials-watermark{
        top: 6%;
        width: 50%;
        text-align: left;
        padding-left: 50px;
        left: -33%;
    }
    div.insurance-watermark{
        top: 11%;
        width: 50%;
        text-align: left;
        padding-left: 50px;
        left: -33%;
    }
    div.work-watermark{
        top: 8%;
        width: 50%;
        text-align: left;
        padding-left: 50px;
        left: -33%;
    }
    h2#choose-text{
        margin-bottom:-40px;
    }
    img#choose-img{
        height:70px; 
        margin-left:-32px;
    }
    .other-carousel-caption{
        margin-left: -50px;
        margin-right: -50px;
        bottom: 270px;
    }
    h1.logo1{
        font-size:42px;
        top:5px;
    }
    h2.logo2{
        font-size:25px;
        top:55px;
        left:-17%;
    }
    h2.logo3{
        font-size:24px;
        top:85px;
    }
    h2.logo4{
        font-size:25px;
        top:395px;
    }
    div.numberCircle{
        margin-top:-38px;
        width: 36px;
        height: 36px;
        padding: 6px;
        font-size: 16px;
    }
    div#number1{
        margin-left:-18px;
    }
    div#number2{
        margin-left:-30px;
    }
    div#number3{
        margin-left:-16px;
    }
    div#number4{
        margin-left:0px;
    }
    select#locationName{
        margin-left:0px;
    }
    div#fromDate-div{
        margin-left:-15px;
        margin-right:-15px;
    }
    div#toDate-div{
        margin-left:0px;
        margin-right:-30px;
    }
    input#smarty-btn{
        margin-left:15px;
        width:90%;
    }
    div#toDate-div input.form-control{
        font-size:14px;
    }
    div#toDate-div div.input-group-addon{
        padding:6px 12px;
        font-size:14px;
    }
    div#fromDate-div input.form-control{
        font-size:14px;
    }
    div#fromDate-div div.input-group-addon{
        padding:6px 12px;
        font-size:14px;
    }
    input#street{
        margin-bottom:0px;
    }
    a.show-me-how{
        width:230px;
        height:50px;
        font-size:23px;
        border-radius:10px;
        border:2px solid #000000;
        margin-top:50px;
    }
    a.show-me-how:hover{
        border:2px solid #000000;
    }
    div#slide-video-div{
        left:796px;
        top:2px;
    }
    div.blog-div{
        top: 350px;
        left: 0%;
        margin-left:65px;
        width:85%;
        height:54px;
    }
    h2.show-vehicles-title{
        font-size:30px;
    }
    h5.pickup-city-header{
        margin-top:10px;
    }
    input.btn_original{
        margin-left:50px;
    }
    iframe.video-dialog-height {
        height: 490px;
    }
}
@media only screen and (max-width : 1199px) {
    iframe.video-dialog-height {
        height: 490px;
    }
}
@media only screen and (max-width : 992px) {
    iframe.video-dialog-height {
        height: 320px;
    }
}
@media only screen and (max-width : 768px) {
    iframe.video-dialog-height {
        height: 380px;
    }
}

@media only screen and (max-width : 480px) {
    iframe.video-dialog-height {
        height: 195px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px){
    div#region_div h1{
       margin-top:-30px;
    }
    div.testimonials-watermark{
        top: 6%;
        width: 50%;
        text-align: left;
        padding-left: 50px;
        left: -33%;
    }
    div.insurance-watermark{
        top: 11%;
        width: 50%;
        text-align: left;
        padding-left: 50px;
        left: -33%;
    }
    div.work-watermark{
        top: 8%;
        width: 50%;
        text-align: left;
        padding-left: 50px;
        left: -33%;
    }
    h2#choose-text{
        margin-bottom:-36px;
    }
    img#choose-img{
        height:70px; 
        margin-left:-35px;
    }
    .other-carousel-caption{
        margin-left: -50px;
        margin-right: -50px;
        bottom:390px;
    }
    h1.logo1{
        font-size:42px;
        top:10px;
    }
    h2.logo2{
        font-size:25px;
        top:60px;
        left:-190px;
    }
    h2.logo3{
        font-size:24px;
        top:90px;
    }
    h2.logo4{
        font-size:25px;
        top:420px;
    }
    div.numberCircle{
        margin-top:-38px;
        width: 36px;
        height: 36px;
        padding: 6px;
        font-size: 16px;
    }
    div#number1{
        margin-left:-18px;
    }
    div#number2{
        margin-left:-30px;
    }
    div#number3{
        margin-left:-16px;
    }
    div#number4{
        margin-left:0px;
    }
    select#locationName{
        margin-left:0px;
    }
    div#fromDate-div{
        margin-left:-15px;
        margin-right:-15px;
    }
    div#toDate-div{
        margin-left:0px;
        margin-right:-30px;
    }
    input#smarty-btn{
        margin-left:15px;
        width:90%;
    }
    div#toDate-div input.form-control{
        font-size:14px;
    }
    div#toDate-div div.input-group-addon{
        padding:6px 12px;
        font-size:14px;
    }
    div#fromDate-div input.form-control{
        font-size:14px;
    }
    div#fromDate-div div.input-group-addon{
        padding:6px 12px;
        font-size:14px;
    }
    input#street{
        margin-bottom:0px;
    }
    a.show-me-how{
        width:230px;
        height:50px;
        font-size:23px;
        border-radius:10px;
        border:2px solid #000000;
        margin-top:50px;
    }
    a.show-me-how:hover{
        border:2px solid #000000;
    }
    div#slide-video-div{
        left:813px;
        top:16px;
    }
    div.blog-div{
        top: 370px;
        left: 0%;
        margin-left:55px;
        width:87%;
        height:54px;
    }
    h2.show-vehicles-title{
        font-size:30px;
    }
    h5.pickup-city-header{
        margin-top:10px;
    }
    input.btn_original{
        margin-left:50px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    div#region_div h1{
       margin-top:-30px;
    }
    div.testimonials-watermark{
        top: 4%;
        width: 50%;
        text-align: left;
        padding-left: 50px;
        left: -33%;
    }
    div.insurance-watermark{
        top: 8%;
        width: 50%;
        text-align: left;
        padding-left: 50px;
        left: -33%;
    }
    div.work-watermark{
        top: 6%;
        width: 50%;
        text-align: left;
        padding-left: 50px;
        left: -33%;
    }
    h2#choose-text{
    }
    .other-carousel-caption{
        margin-left: 0px;
        margin-right: 0px;
        bottom:390px;
    }
    h1.logo1{
        font-size:38px;
        top:10px;
    }
    h2.logo2{
        font-size:25px;
        top:60px;
        left:-190px;
    }
    h2.logo3{
        font-size:24px;
        top:90px;
    }
    h2.logo4{
        font-size:25px;
        top:280px;
    }
    div.numberCircle{
        margin-top:-38px;
        width: 36px;
        height: 36px;
        padding: 6px;
        font-size: 16px;
    }
    div#number1{
        margin-left:-18px;
    }
    div#number2{
        margin-left:-30px;
    }
    div#number3{
        margin-left:-16px;
    }
    div#number4{
        margin-left:0px;
    }
    select#locationName{
        margin-left:0px;
    }
    div#fromDate-div{
        margin-left:-15px;
        margin-right:-15px;
    }
    div#toDate-div{
        margin-left:0px;
        margin-right:-30px;
    }
    input#smarty-btn{
        margin-left:15px;
        width:90%;
    }
    div#toDate-div input.form-control{
        font-size:13px;
    }
    div#toDate-div div.input-group-addon{
        padding:5px 6px;
        font-size:12px;
    }
    div#fromDate-div input.form-control{
        font-size:13px;
    }
    div#fromDate-div div.input-group-addon{
        padding:5px 6px;
        font-size:12px;
    }
    input#street{
        margin-bottom:0px;
    }
     a.show-me-how{
        width:160px; 
        border-radius:10px; 
        border:1px solid #000000; 
        margin-bottom:-30px;
        font-size:14px;
        height:35px;
    }
    a.show-me-how:hover{
        border:1px solid #000000;
    }
    div#slide-video-div{
        left:593px;
        top:6px;
    }
    div.blog-div{
        top: 230px;
        left: 0%;
        margin-left:30px;
        width:90%;
        height:54px;
    }
    h2.show-vehicles-title{
        font-size:30px;
    }
    h5.pickup-city-header{
        margin-top:10px;
    }
    input.btn_original{
        margin-left:3px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px){
    div#region_div h1{
       margin-top:0px;
    }
    div.testimonials-watermark{
        top: 4%;
        width: 50%;
        text-align: left;
        padding-left: 20px;
        left: -31%;
        font-size:12px;
    }
    div.insurance-watermark{
        top: 4%;
        width: 50%;
        text-align: left;
        padding-left: 20px;
        left: -31%;
        font-size:12px;
    }
    div.work-watermark{
        top: 3%;
        width: 50%;
        text-align: left;
        padding-left: 20px;
        left: -31%;
        font-size:12px;
    }
    h2#choose-text{
    }
    .other-carousel-caption{
        margin-left: 0px;
        margin-right: 0px;
        bottom:390px;
    }
     h1.logo1{
        font-size:35px;
        top:-33px;
    }
    h2.logo2{
        font-size:35px;
        top:20px;
        left:-60%;
    }
    h2.logo3{
        font-size:24px;
        top:57px;
    }
    h2.logo4{
        font-size:16px;
        top:127px;
    }
    div.numberCircle{
        margin-top:5px;
        width: 24px;
        height: 24px;
        padding: 2px;
        font-size: 13px;
    }
    div#number1{
        margin-left:10px;
    }
    div#number2{
        margin-left:10px;
    }
    div#number3{
        margin-left:-6px;
    }
    div#number4{
        margin-left:10px;
    }
    select#locationName{
        margin-left:38px;
    }
    div#fromDate-div{
        margin-left:38px;
        margin-right:-10px;
    }
    div#toDate-div{
        margin-left:22px;
        margin-right:0px;
    }
    input#smarty-btn{
        margin-left:0px;
        width:50%;
    }
    div#toDate-div div.input-group-addon{
        padding:5px 5px;
    }
    input#street{
        margin-bottom:10px;
    }
    a.show-me-how{
        width:160px; 
        border-radius:10px; 
        border:1px solid #000000; 
        margin-bottom:-30px;
        font-size:14px;
        height:35px;
    }
    a.show-me-how:hover{
        border:1px solid #000000;
    }
    div.blog-div{
        top: 240px;
        width: 90%;
        left: 0%;
        height:128px;
    }
    h2.show-vehicles-title{
        font-size:20px;
    }
    h5.pickup-city-header{
        margin-top:155px;
    }
}
@media (max-width: 575.98px){
    div#region_div h1{
       margin-top:0px;
    }
    div.testimonials-watermark{
        top: 4%;
        width: 50%;
        text-align: left;
        padding-left: 20px;
        left: -31%;
        font-size:12px;
    }
    div.insurance-watermark{
        top: 4%;
        width: 50%;
        text-align: left;
        padding-left: 20px;
        left: -31%;
        font-size:12px;
    }
    div.work-watermark{
        top: 3%;
        width: 50%;
        text-align: left;
        padding-left: 20px;
        left: -31%;
        font-size:12px;
    }
    h2#choose-text{
    }
    .other-carousel-caption{
        margin-left: 0px;
        margin-right: 0px;
        bottom:390px;
    }
     h1.logo1{
        font-size:35px;
        top:-33px;
    }
    h2.logo2{
        font-size:35px;
        top:20px;
        left:-60%;
    }
    h2.logo3{
        font-size:24px;
        top:57px;
    }
    h2.logo4{
        font-size:16px;
        top:127px;
    }
    div.numberCircle{
        margin-top:5px;
        width: 24px;
        height: 24px;
        padding: 2px;
        font-size: 13px;
    }
    div#number1{
        margin-left:10px;
    }
    div#number2{
        margin-left:10px;
    }
    div#number3{
        margin-left:-6px;
    }
    div#number4{
        margin-left:10px;
    }
    select#locationName{
        margin-left:38px;
    }
    div#fromDate-div{
        margin-left:38px;
        margin-right:-10px;
    }
    div#toDate-div{
        margin-left:22px;
        margin-right:0px;
    }
    input#smarty-btn{
        margin-left:0px;
        width:50%;
    }
    div#toDate-div div.input-group-addon{
        padding:5px 5px;
    }
    input#street{
        margin-bottom:10px;
    }
    a.show-me-how{
        width:160px; 
        border-radius:10px; 
        border:1px solid #000000; 
        margin-bottom:-30px;
        font-size:14px;
        height:35px;
    }
    a.show-me-how:hover{
        border:1px solid #000000;
    }
    div.blog-div{
        top: 246px;
        width: 90%;
        left: 0%;
        height:128px;
    }
    h2.show-vehicles-title{
        font-size:20px;
    }
    h5.pickup-city-header{
        margin-top:155px;
    }
}
div#sticky-tab:hover{
    cursor:pointer;
}
@media only screen and (min-width : 1200px){
    div#equipment_handler{
        margin-left:10px;
        margin-right:10px;
    }
}
@media (min-width: 992px) and (max-width: 1199.98px){
    div#equipment_handler{
        margin-left:10px;
        margin-right:10px;
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    div#equipment_handler{
        margin-left:0px;
        margin-right:20px;
    }
}
@media (min-width: 576px) and (max-width: 767.98px){
    div#equipment_handler{
        margin-left:70px;
        margin-right:70px;
    }
}
@media (max-width: 575.98px){
    div#equipment_handler{
        margin-left:55px;
        margin-right:55px;
    }
}
.color-red {
    color: red;
}
.oops-heading {
    color: black;
    padding-left: 45px;
}
.no-vehicles {
    text-align: justify;
    color: black;
    font-weight: normal;
}
h2#web-location-page-html p {
    color: black;
    font-size: 15px !important;
}

h2#web-location-page-html-bottom {
    margin-top: -20px;
    margin-bottom: -20px;
}

h2#web-location-page-html-bottom p {
    color: black;
    font-size: 15px !important;
}

h6#horizontal-menu-header a span {
    color: black;
}
.allclasses-div {
    margin-top: -5px;
}
.allclasses-hr {
    border:1px solid grey;
    margin-top:5px;
}
.maintenance-div {
    text-align: center;
}
.maintenance-heading {
    color: black;
    padding-top: 100px;
    padding-bottom: 120px;
}
.region_div {
    text-align: center;
}
.city-state-padding {
    padding-bottom: 5px;
}
.align-text-center {
    text-align: center;
}
.change-location-heading {
    color: red;
    text-align: center;
}
.campgrounds-map {
    height: 600px;
    background: yellow;
    margin-left: 10px;
    margin-right: 10px;
}
.color-black {
    color: black;
}
.not-found-location {
    color: red;
}
.color-white {
    color: white;
}
.text-decoration-none {
    text-decoration: none;
}
.home-display-none {
    display: none;
}
.float-right {
    float: right;
}
.text-align-center {
    text-align: center;
}
.get-estimate-margin-right {
    margin-right: 15px;
}
.top-separate-line-div {
    padding-top: 0px;
    height: 714px;
}
.top-separate-line-heading {
    color: black;
    padding-left: 45px;
    font-weight: normal;
    
}
.pre-header-hr {
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
    margin-top: -10px;
}
.pre-header-hr-no-margin-top {
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
    margin-top: 0px;
}
.home-pre-header {
    padding-bottom: 10px;
    background-color: #FFFFFF;
    border-left: 2px solid black;
}
.list-page-name-on-web {
    margin-top: 137px;
}
.not-found-vehicle-heading {
    color: #000000;
    font-size: 30px;
}
.not-found-vehicle-heading4 {
    color: red;
    font-family: Arial;
    text-align: center;
}
.pre-header-div-height {
    height: 350px;
}
.similar-error-hr {
    border: 1px solid grey;
    margin-top: -10px;
}
.similar-error-heading {
    color: red;
    font-style: italic;
    text-align: center;
}
.error-pre-header-div {
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #FFFFFF;
    border-left: 2px solid black;
}
.error-top-separte-line {
    margin-bottom: 150px;
}
.error-heading {
    color: #333;
    font-family: Lato;
}
.error-heading-font {
    font-size: 50px;
}
.error-link {
    border-radius: 0px;
    width: 100%;
    color: white;
    font-size: 15px;
    box-shadow: 8px 8px 4px #333;
}
.error-link-bold {
    font-family: Lato;
    font-size: 20px;
}
.font-weight-normal {
    font-weight: normal;
}
.faq-heading {
    color: #000000;
    font-size: 30px;
}
.faq-span {
    color: black;
    font-weight: normal;
}
.rental-program-heading {
    color: #000000;
    font-size: 30px;
}
.general-info-list-style {
    list-style-type: square;
    list-style-position: outside;
}
.general-info-specific {
    padding-top: 0px;
    height: 600px;
}
.home-vehicle-input {
    font-size: 12px;
    float: right;
    width: 50%;
}
.home-vehicle-div {
    padding-bottom: 16px;
}
.home-vehicle-button {
    background-color: #0e862a !important;
}
.location-name-select {
    border-radius: 0px;
    margin-bottom: 5px;
}
.fromDate-div {
    margin-bottom: 5px;
}
.home-addon-div {
    border-radius: 0px;
    cursor: pointer;
}
.home-credit-card-img {
    height:20px; 
    margin-top:-60px; 
    margin-left:34px;
}
.bbb-logo {
    height: 20px;
    margin-top: -100px;
    margin-left: 340px;
}
.home-div-pick-up-cities {
    text-align: center;
    margin-top: -25px;
}
.home-div-pick-up-cities-heading {
    font-size: 20px;
    margin-left: 40px;
    margin-right: 40px;
}
.find-perfect-rv-h1 {
    color: black;
    text-align: center;
    font-size: 17px;
    margin-top: -10px;
}
.find-perfect-rv-h3 {
    color: black;
    text-align: center;
    margin-bottom: -30px;
}
.home-name-on-web {
    color: white;
    font-weight: bold;
}
.home-div-pre-header {
    color: black !important;
    background-color: #5a5151 !important;
    text-align: center;
}
.home-committed-to-integrity {
    font-size: 23px;
}
.carousel-caption-left-9 {
    left: 9%;
}
.carousel-caption-left-11 {
    left: 11%;
}
.carousel-caption-left-15 {
    left: 15%;
}
.sharemycoach-style {
    font-family: Lato;
    font-weight: bold;
    color: white;
}
h3#custom-header p {
    color: black;
    font-size: 13px !important;
}
.information-div {
    padding-top: 0px;
    height: 714px;
}
.citypages-list {
    padding-top: 0px;
    height: auto;
}
.list-style-type-none {
    list-style-type: none;
}
.comming-soon-header {
    color: black;
    padding-left: 45px;
}
.insurance-div {
    margin-top: -20px;
}
.insurance-heading {
    font-size: 16px;
    margin-top: 0px;
}
.insurance-embed-heading {
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}
.insurance-video-section {
    background-color: #ff0000;
    border-left: 2px solid black;
}
.insurance-video-section-li {
    padding-top: 9px;
}
.insurance-want-to-know-more {
    font-size: 20px;
}
.information-image {
    height: 25px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    background-color: #FFFFFF;
    margin-top: -5px;
}
.insurance-video-section-li2 {
    margin-top: 9px;
    padding-left: 60px;
}
.insurance-video-section-li2-span {
    font-size: 20px;
}
.insurance-video-section-li3 {
    margin-top: -10px;
    padding-left: 60px;
}
.insurance-video-icons {
    padding-top: 12px;
    margin-left: -50px;
}
.learn-more-row-div {
    padding-top: 0px;
    height: 714px;
}
.learn-more-heading {
    color: black;
    padding-left: 45px;
}
.newsletter-sign-up {
    color: black;
    font-weight: normal;
}
.news-letter-div {
    border: 1px solid
}
.news-letter-div2 {
    background-color: #4B4B4B;
}
.news-letter-heading {
    font-size: 20px;
    margin-top: 10px;
}
.news-letter-row {
    background-color: #cccccc;
    padding-bottom: 5px;
    padding-top: 5px;
}
.optional-equipment-paragraph {
    font-weight: bold;
    color: black;
}
.optional-equipment-style {
    height: 100px;
    color: black;
}
.optional-equipment-specific {
    padding-top: 0px;
    height: 600px;
}
.optional-equipment-table {
    width: 100%;
    border: 1px solid grey;
}
.optional-equipment-td {
    background-color: red;
    color: white;
    text-align: center;
}
.optional-equipment-coming-soon {
    color: red;
    text-align: center;
}
.page-pre-header-div {
    padding-top: 0px;
    height: 714px;
}
.separate-line-hr {
    margin-top: -10px;
}
.subhead-p {
    font-size: 18px;
    font-family: proxima_nova_rgbold, Arial, Helvetica, sans-serif;
    color: rgb(63, 142, 166);
    background-color: rgb(254, 254, 254);
}
.small-subhead-p-strong {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    vertical-align: baseline;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-variant: inherit;
    line-height: inherit;
}
.small-subhead-p-style {
    color: rgb(51, 51, 51);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 22.5px;
    background-color: rgb(254, 254, 254);
}
.small-subhead-ul {
    margin: 0px 0px 0px 40px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    vertical-align: baseline;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 22.5px;
    list-style: none;
    color: rgb(51, 51, 51);
    background-color: rgb(254, 254, 254);
}
.small-subhead-li {
    margin: 0px 0px 0px 30px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    vertical-align: baseline;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
    list-style: disc;
}
.subhead-p-style-strong {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    vertical-align: baseline;
}
.subhead-em-style {
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
    vertical-align: baseline;
    font-family: inherit;
    font-size: inherit;
    font-variant: inherit;
    font-weight: inherit;
    line-height: inherit;
}
.quote-result-failed-heading {
    color: black;
    padding-left: 45px;
}
.quote-result-failed-div {
    padding-top: 0px;
    height: 714px;
}
.quote-result-bbb {
    height: 75px;
}
.quote-result-ifa {
    height: 75px;
    margin-left: 35px;
}
.quote-result-rvia {
    height: 75px;
}
.quote-result-rvda {
    height: 65px;
}
.quote-result-rvra {
    height: 55px;
}
.web-quote-success-style {
    font-weight: normal;
    color: black;
    padding-left: 45px;
    line-height: 45px;
}
.resource-heading {
    color: #000000;
    font-size: 30px;
}
.resource-div-hr {
    border: 1px solid grey;
    margin-bottom: 20px;
    margin-top: -10px;
}
.rv-owners-heading {
    color: #000000;
    font-size: 30px;
}
.rv-training-video-div {
    padding-top: 0px;
    height: 600px;
}
.show-me-how-div {
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
}
.show-me-how-attention {
    color: black;
    font-weight: bold;
    font-size: 25px;
}
.show-me-how-make-money {
    color: black;
    font-weight: bold;
    font-size: 15px;
}
.show-me-how-ready {
    color: black;
    font-weight: bold;
    font-size: 15px;
}
.show-me-how-row {
    background-color: #ff0000;
    border-left: 2px solid black;
}
.show-me-how-img {
    height: 25px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    background-color: #FFFFFF;
    margin-top: -5px;
}
.show-me-how-video-icons {
    padding-top: 12px;
    margin-left: -50px;
}
.show-me-how-video-li1 {
    padding-top:9px;
}
.show-me-how-video-li2 {
    margin-top: 9px;
    padding-left: 60px;
}
.show-me-how-video-li3 {
    margin-top: -10px;
    padding-left: 60px;
}
.show-me-how-video-li-span {
    font-size: 20px;
}
.show-me-how-topline {
    margin-top: -20px;
}
.padding-top-five {
    padding-top: 5px;
}
.testimonials-pre-header {
    padding-top: 0px;
}
.testimonial-head-div {
    margin-top:-20px;
}
.testimonial-heading {
    font-size: 16px;
    margin-top: 0px;
}
.testimonial-div2 {
    background-color: #4B4B4B;
    margin-top: -20px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
}
.testimonial-div2-heading2 {
    padding-top: 50px;
}
.testimonial-div2-heading3 {
    padding-top: 30px;
}
.testimonial-div-link {
    text-decoration: none;
    text-align: center;
}
.testimonial-div-link-h5 {
    padding: 12px;
    margin-bottom: 0px;
    background-color: #4B4B4B;
}
.help-block-small {
    color: #a94442;
}
.testimonial-success-message {
    color: black;
    padding-left: 45px;
}
.testimonial-video-section {
    background-color: #ff0000;
    border-left: 2px solid black;
}
.testimonial-video-section-li1 {
    padding-top: 9px;
}
.testimonial-video-section-li1-span {
    font-size: 20px;
}
.testimonial-video-section-li1-span-img {
    height: 25px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    background-color: #FFFFFF;
    margin-top: -5px;
}
.testimonial-video-section-li2 {
    margin-top: 9px;
    padding-left: 60px;
}
.testimonial-video-section-li2-span {
    font-size: 20px;
}
.testimonial-video-section-li3 {
    margin-top: -10px;
    padding-left: 60px;
}
.testimonial-video-section-li3-i {
    padding-top: 12px;
    margin-left: -50px;
}
.testimonial-main-div {
    background-color: #e1e1e1;
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: none;
}
.works-div {
    background-color: #FFFFFF;
    padding-bottom: 20px;
    border-left: 2px solid black;
}
.works-rvda {
    height: 80px;
    margin-top: 25px;
    padding-left: 30px;
}
.works-rvia {
    height: 120px;
}
.works-rvra {
    height: 65px;
    margin-top: 25px;
}
.works-video-section-div {
    background-color: #ff0000;
    border-left: 2px solid black;
}
.works {
}
.buy-an-rv-header-img {
    width: 150px;
    height: 150px;
}
.buy-an-rv-consignment {
    color: black;
    padding-left: 30px;
    padding-right: 30px;
}
.buy-an-rv-primary-div {
    margin: 0 auto;
    align-content: center;
    text-align: center;
    padding-top: 15px;
}
.bm18-header-heading {
    font-weight: bold;
    padding-top: 20px;
}
.bm18-header-img {
    width: 129px;
}
.bm18-header-header-logo {
    margin: 0 auto;
    padding-top: 40px;
}
.bm18-header-my-title {
    text-align: center;
    color: black;
    font-weight: bold;
    margin-top: 40px;
}
.bm18-header-heading4 {
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
}
.bm18-header-header-video {
    width: 100%;
}
.kh19-right-side {
    padding-left: 5px;
    padding-right: 5px;
    border: 2px solid black;
}
.kh19-right-side-heading4 {
    font-size: 27px;
}
.kh19-right-side-span1 {
    font-size: 12px;
    float: left;
}
.kh19-right-side-span1-reno {
    font-size: 17px;
    float: left;
}
.kh19-right-side-span1-stanton {
    font-size: 65px;
    float: left;
}
.kh19-right-side-span2 {
    font-weight: bold;
    float: right;
}
.kh19-right-side-span3 {
    font-style: italic;
}
.kh19-font-weight-bold {
    font-weight: bold;
}
.kh19-heading-includes {
    font-size: 27px;
    text-align: center;
}
.kh19-right-side-img-header-pdf {
    width: 129px;
}
.kh19-mso-subtitle {
    margin: 0in 0in 10pt;
}
.kh19-mso-normal {
    margin-bottom: 10.0pt
}
.kh19-mso-span {
    font-size: 13.5pt;
}
.kh19-mso-span-font {
    font-size: 13.5pt;
    font-family: 'Times New Roman', serif;
}
.kh19-mso-tab-count {
    mso-tab-count: 1;
}
.insurance-ul {
    columns: 3;
    list-style-type: none;
}
.insurance-company-height {
    height: 500px;
}
.ed19-right-side-span {
    margin-right: 65px;
    font-size: 12px;
}
.mso-spacerun {
    mso-spacerun: yes;
}
.add-your-fleet-to-rv {
    background-color: #e1e1e1;
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 15px;
}
.text-align-right {
    text-align: right;
}
.sc20-header-img {
    width: 275px;
}
.sm19-heading4 {
    font-size: 17px;
}