i {
    margin-left: 5px;
}

.top-nav-collapse{
    background: #fff;
    height: 73px;
    padding-top: 10px;
}

.navbar-custom.top-nav-collapse ul.nav li a {
    color: #444;
}

.large-icon {
    font-size: 60px;
}
.intro .slogan h2 {
    text-shadow: 2px 3px 2px #000;
    font-size: 55px;
    line-height: 60px;
}

#apply{
    margin-top: 120px;
 }
#how p, #about p {
    font-size: 20px;
}
#how h5 {font-size: 16px;}

.intro {
    background: url(../img/car1.jpg) no-repeat fixed;
    background-size: 100%;
    /*min-height: 500px;*/
}

.main-btn{
    height: 55px;
    width: 240px;
    background-color: #F38630;
    padding-top: 13px;
    font-size: 22px;
    border: #FA6900;
    margin-top: 20px;
}
.main-btn:hover{
    background-color: #FA6900;
}
/* car type icons on apply page */
ul.car-search-types li {
    list-style: none;
    display: inline-block;
    text-align: center;
    width: 100px;
    padding: 20px 8px;
    cursor: pointer;
}
.arrowbox {
    position: absolute;
    left: -38px;
    top: -15px;
}
.icon-car {
    background: url('/img/car_button.png') top center;
    background-size: 80px 80px;
}
.icon-truck {
    background: url('/img/truck_button.png') top center;
    background-size: 80px 80px;
}
.icon-suv {
    background: url('/img/suv_button.png') top center;
    background-size: 80px 80px;
}
.icon-van {
    background: url('/img/van_button.png') top center;
    background-size: 80px 80px;
}
.icon-key {
    background: url('/img/other_button.png') top center;
    background-size: 80px 80px;
}
.icon {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}

/*  Slider  */
/*  First hide it */
input[type=range] {
    -webkit-appearance: none;
    margin: 18px 0;
    width: 100%;
}
input[type=range]:focus {
    outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #3071a9;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -14px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
    background: #367ebd;
}
input[type=range]::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #3071a9;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}
input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}
input[type=range]::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}
input[type=range]::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
    background: #3071a9;
}
input[type=range]:focus::-ms-fill-upper {
    background: #367ebd;
}

.logonoh{margin:20px;}

#custom_carousel .item {
    color:#000;
    background-color:#eee;
    padding:20px 0;
    /*height: 330px;*/
}
#custom_carousel .controls{
    overflow-x: auto;
    overflow-y: hidden;
    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    /*background:#ddd*/
}
#custom_carousel .controls li {
    display: table-cell;
    width: 1%;
    max-width:90px
}
#custom_carousel .controls li.active {
    /*background-color:#eee;*/
    /*border-top:3px solid orange;*/
    color: #fff;
    background-color: #337ab7;
}
#custom_carousel .controls a small {
    overflow:hidden;
    display:block;
    font-size:10px;
    margin-top:5px;
    font-weight:bold
}
#custom_carousel h3 {
    margin:5px 0  0 0;
}
output {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}
.rentown .btn-primary {
    color: #fff;
    background-color: #286090;
    border: 5px solid #286090;
    /*box-shadow: 2px 2px 2px #666;*/
    margin: 8px;
    padding: 5px;
}
.rentown .btn-primary.active {
    color: #fff;
    background-color: #286090;
    border: 5px solid #5bc0de;
    /*box-shadow: 2px 2px 2px #666;*/
    margin: 8px;
    padding: 5px;
}
.error {color:red;font-size: 10px;}
.required {color:red;font-size: 10px;}
.error.error-half {
    float: right;
    color: #F00;
}
.error.error-half {
    width: 37%;
}

.home-section{
    padding-top: 50px;
    padding-bottom: 0;
}
section h2 {margin: 0}
.section-heading {padding-top: 40px}


.slogan ul{
    list-style: none;
    margin-top: 25px;
    padding-left: 31%;
    text-align: left;
}
.slogan ul li {
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    text-shadow: 3px 3px 2px #000;
}
.slogan ul li i {
    font-size: 12px;
    vertical-align: middle;
}


