/*fix in smart slider*/
.n2-ss-slider .n2-ow, .n2-ss-slider .n2-ow-all *, .n2-ss-slider .n2-ow-all *:after, .n2-ss-slider .n2-ow-all *:before, .n2-ss-slider .n2-ow:after, .n2-ss-slider .n2-ow:before {
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

/*search form style*/

.renthub_description_block td{
    padding-right:4px;
}

.datepicker-input.form-control[readonly]{
    background-color:white;
}

.datepicker-dropdown.dropdown-menu{
    width:auto;
}

.renthub_search_form_container .nav{
    margin:0;
    padding:0;
    border:none;
}

.renthub_search_form_container .search_form_container {
    padding:25px;
    font-size:12px;
}

.renthub_search_form_container .search_form_container label {
    color:white;
}

.renthub_search_form_container li {
    border:none;
}

.renthub_search_form_container .nav a {
    display:block;
    font-size: 14px;
    font-weight: 800;
    margin: 0 2px 0 0;
    text-shadow: none;
    border-radius: 0;
    background-color:white;
    border:none !important;
    color:black;
    padding:10px;
    box-shadow:none;
   /* position: relative;
    bottom: 6px;*/
}
#search_category_container {
    padding-left:15px;
    padding-right:15px;
}
.renthub_search_form_container {
    max-width:100%;
    vertical-align: middle;
    padding: 100px 10%;
}

.renthub_search_form_container .btn-submit{
    text-transform: uppercase;
}

.pickup-container,.dropoff-container,.pickup-datetime-container,.dropoff-datetime-container, .vehicle-type-container{
    width:25%;
    display:inline-block;
    float:left;
}
.search_form_container.parking .pickup-container,.search_form_container.parking .dropoff-container,.search_form_container.parking .pickup-datetime-container,.search_form_container.parking .dropoff-datetime-container{
    width:33%;
}
.start-search-button-container {
    float: right;
    width: 25%;
}

.linear_renthub_search_form_container{
    padding:5px;
}

.linear_renthub_search_form_container .pickup-container,
.linear_renthub_search_form_container .dropoff-container,
.linear_renthub_search_form_container .pickup-datetime-container,
.linear_renthub_search_form_container .dropoff-datetime-container
{
    width: 20%;
}
.renthub_linear_with_type .pickup-container,
.renthub_linear_with_type .dropoff-container,
.renthub_linear_with_type .pickup-datetime-container,
.renthub_linear_with_type .dropoff-datetime-container,
.renthub_linear_with_type .vehicle-type-container
{
    width: 18%;
}

.linear_renthub_search_form_container .start-search-button-container{
    width:19%;
}
.renthub_linear_with_type .start-search-button-container
{
    width: 9%;
}

.search-elements-margin{
    margin-right:15px;
}

.datetime-group .datepicker-input{
    width:63%;
    float:left;
}
.datetime-group .timepicker-input{
    width:32%;
    float:right;
}

@media (max-width: 1200px) and (min-width: 768px) {
    .renthub_search_form_container {
        padding: 100px 0;
    }

    .pickup-container,.dropoff-container,.pickup-datetime-container,.dropoff-datetime-container{
        width:50% !important;
    }

    .start-search-button-container, .vehicle-type-container{
        width:100% !important;
    }

    .linear_renthub_search_form_container .start-search-button-container{
        margin-bottom:15px;
        margin-top:15px;
    }
    .linear_renthub_search_form_container .start-search-button-container label{
        display:none;
    }

    .vehicle-type-container .search-elements-margin, .dropoff-container .search-elements-margin{
        margin-right:0;
    }

}

@media (max-width: 768px) {
    .renthub_search_form_container {
        padding: 100px 0;
    }

    .vehicle-type-container, .pickup-container,.dropoff-container,.pickup-datetime-container,.dropoff-datetime-container, .start-search-button-container, #rsf_start_search{
        width:100% !important;
    }

    .linear_renthub_search_form_container .start-search-button-container{
        margin-bottom:15px;
        margin-top:15px;
    }
    .linear_renthub_search_form_container .start-search-button-container label{
       display:none;
    }
    .search-elements-margin{
        margin-right:0;
    }




}

.small-search-form .search_form_container{
    margin-top:0;
    padding-top:0 !important;
}
.small-search-form{
    max-width:550px;
}
.small-search-form .form-title{
    margin: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 120% !important;
    border-bottom: 2px solid white;
    margin-bottom: 20px;
}

.small-search-form .vehicle-type-container,
.small-search-form .pickup-container,.small-search-form .dropoff-container,
.small-search-form .pickup-datetime-container,.small-search-form .dropoff-datetime-container,
.small-search-form .start-search-button-container, .small-search-form #rsf_start_search{
    width:100% !important;
}

.small-search-form .search-elements-margin{
    margin-right:0;
}
.nrhsf-container .form-title {
    margin: 10px;
    text-align: center;
    font-weight: bold;
    font-size: 120% !important;
    border-bottom: 2px solid white;
    margin-bottom: 20px;

}
