﻿
.fa-arrow-right, .fa-arrow-left {
    font-size: 18px !important;
    background-color: #fff;
    border-radius: 10%;
    padding: 2px;
    color: #BC333B !important;
    margin: -8px;
}

.fa-arrow-right, .fa-arrow-left {
    border: none;
    padding: 10px !important;
}

.lineBottom {
    border-bottom: 2px solid #d4d4d4;
    width: 100%;
    margin: auto auto;
    clear: both;
}

/* Landscape phones and down */

@media only screen and (max-width : 639px) {


    html {
        background-image: none;
        background: #392012;
    }

    body {
        background-image: none;
        background: #392012;
    }

    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .titleRentAnRV {
        display: none;
    }

    .topHeaderNav, .mainHeaderNav {
        display: none;
    }

    img {
        vertical-align: middle;
    }

    .img-responsive {
        display: block;
        max-width: 100%;
        height: auto;
    }

    .img-rounded {
        border-radius: 6px;
    }




    .mobileContent {
        padding: 20px 0 0 0;
    }


    .banner-rent {
        background: #ffd200;
        text-align: left;
        width: 100%;
        margin: 0 0 20px 0;
        margin: 0;
        padding: 15px 0 15px 0;
    }


        .banner-rent a {
            color: #FFF !important;
            font-family: "chunkfive-webfont";
            font-size: 16px;
            background-color: #CB333B;
            border-bottom-right-radius: 10px;
            border-top-right-radius: 10px;
            border-bottom-left-radius: 10px;
            border-top-left-radius: 10px;
            padding: 10px;
            width: 50%;
            text-align: center;
            display: block;
            height: 38px;
            text-decoration: none;
            text-transform: uppercase;
            max-width: 300px;
            min-width: 200px;
            margin:auto auto;
        }
        .banner-rent a:hover {
            color:#FFCC00!important;
        }
    .mobile-nav-container {
        display: none;
        background: #fff;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 9999;
    }

    .mobile-nav-header {
        background: url(/Portals/_default/Skins/ElMonte/images/mobile/header.png) repeat;
        margin: 0 0 20px 0;
        padding: 15px 0;
    }

    .mobile-nav {
        padding-bottom: 40px;
        background: #fff;
    }

    .mobile-nav-hr {
        background: #dc2831;
        height: 5px;
    }

    .mobile-social-icons {
        background: #fff;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .mobile-social-icons-middle {
        padding: 0 4%;
    }

    .mobile-header {
        background: url(/Portals/_default/Skins/ElMonte/images/mobile/header.png) repeat;
    }

    .mobile-phone {
        padding: 7px 0 10px 10px;
    }

    .mobile-expand-nav {
        padding: 10px 0 10px 10px;
        z-index: 99999;
    }

        .mobile-expand-nav img {
            cursor: pointer;
        }

    #dnn_pnav {
        background: #fff;
        margin: 0;
        padding: 0;
    }

        #dnn_pnav ul ul li {
            display: none;
        }



    .arrow-up {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #fff;
        position: absolute;
        top: 65px;
        right: 25px;
    }



    /* Search */
    #searchWrapper {
        z-index: 105;
        background-image: none;
        background-repeat: no-repeat;
        position: static;
        width: auto;
        height: auto;
        bottom: auto;
        left: auto;
        margin-left: 0;
    }

        #searchWrapper .hide {
            display: none;
        }




    #searchTitle {
        /* color: #583420; */
        display: none;
        float: left;
        width: 250px;
        font-weight: bold;
        text-transform: uppercase;
        text-align: center;
        font-size: 28px;
        line-height: 28px;
        margin-top: 35px;
    }

    #txtSearchWrapper {
        background-image: none;
        position: relative;
        width: auto;
        float: none;
        margin: 0 0;
        text-align: left;
    }

    .txtSearchMobile {
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        border: 0px solid #BBB9B9;
        font-size: 16px;
        padding: 5px 0 5px 15px;
        margin: 0;
        width: 100%;
        line-height: 16px;
        display: block;
        position: static;
        right: 25px;
        font-weight: normal;
        height: 35px;
    }


    a.lnkSearch:link {
        position: absolute;
        right: 0;
        top: 12px;
        background-image: url(/Portals/_default/Skins/ElMonte/images/mobile/icon-search.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 20px;
        height: 20px;
    }



    #txtSearchWrapper .hide {
        display: none;
        visibility: hidden;
    }




    .container {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom:2px;
    }

        .container:before,
        .container:after {
            content: " ";
            /* 1 */
            display: table;
            /* 2 */
        }

        .container:after {
            clear: both;
        }

        .container:before,
        .container:after {
            content: " ";
            /* 1 */
            display: table;
            /* 2 */
        }

        .container:after {
            clear: both;
        }

    .row {
        /*margin-left: -15px;
  margin-right: -15px;*/
    }

        .row:before,
        .row:after {
            content: " ";
            /* 1 */
            display: table;
            /* 2 */
        }

        .row:after {
            clear: both;
        }

        .row:before,
        .row:after {
            content: " ";
            /* 1 */
            display: table;
            /* 2 */
        }

        .row:after {
            clear: both;
        }



    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11,
    .col-xs-12,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        position: relative;
        min-height: 1px;
    }

    .col-xs-1,
    .col-xs-2,
    .col-xs-3,
    .col-xs-4,
    .col-xs-5,
    .col-xs-6,
    .col-xs-7,
    .col-xs-8,
    .col-xs-9,
    .col-xs-10,
    .col-xs-11 {
        float: left;
    }

    .col-xs-1 {
        width: 8.333333333333332%;
    }

    .col-xs-2 {
        width: 16.666666666666664%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-4 {
        width: 33.33333333333333%;
    }

    .col-xs-5 {
        width: 41.66666666666667%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-7 {
        width: 58.333333333333336%;
    }

    .col-xs-8 {
        width: 66.66666666666666%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-10 {
        width: 83.33333333333334%;
    }

    .col-xs-11 {
        width: 91.66666666666666%;
    }

    .col-xs-12 {
        width: 100%;
    }

    .Normal {
        padding:0 15px;

    }




    .footer {
        position: relative;
        text-align: center;
    }

        .footer a {
            /*display: block;
            padding: 5px;
            width: 20%;
            position: absolute;
            top: -16px;
            left: 40%;
            z-index: 0;
            background: #392012;
            color: #e6e0ce;*/
        }

    #footerMobile a {
        color: #e6e0ce;
        text-decoration: none;
    }



    .footer p {
        font-size: 16px;
        color: #e6e0ce;
        padding: 30px 0;
    }

    .footer-full-site {
        background: #e6e0ce;
        height: 2px;
        margin: 40px 0 0 0;
    }


            .full-site-link a {
            font-size: 16px;
            padding:5px;
        }

    .DNNModuleContent table {
        width:inherit!important;
    }
    .DNNModuleContent .stateSelectionTableMobile {
        width:100%!important;
    }

    .DNNModuleContent table img {
        width:100%!important;
        height:auto!important;
    }
    .insideContentPane, .locationLabel, .fullPane {
        padding:5px!important;
    }


    /*new design*/
    .bg-image .navbar .container {
        margin: 0 !important;
        padding: 0 !important;
    }
    .navbar-brand {
        padding:10px 15px!important;
    }

    .navbar-brand img {
        width: 100%;
    }

    .col-xs-12 {
        padding: 0 !important;
    }

    .nav-custom {
        margin-top: 70px;
        border: 1px solid #000000;
    }

    .phoneButton {
        padding-left: 30px;
    }

    .hambMenu {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 30px !important;
        background-color: #BC333B;
        border-radius: 10%;
        color: #fff;
    }

    .nav-bar {
        margin-bottom: 0 !important;
    }

    #navbarMobileView {
        position: absolute;
        width: 100%;
        height: 1000px;
        top: 0;
        right: 0;
        left: 0;
        z-index: 200;
        background-color: #fff;
    }

        #navbarMobileView .navbar-nav {
            float: right;
            padding: 10px 10px 100px 10px;
        }

    .container > .navbar-collapse {
        margin: 0 !important;
    }

    .navbar-nav {
        background: #fff;
        margin: 0;
        padding: 0;
        margin-bottom: 5px !important;
    }

        .navbar-nav ul ul li {
            display: none;
        }


        .navbar-nav ul {
            margin: 0;
            padding: 0;
        }


        .navbar-nav li {
            margin: 0;
            padding: 0 0 10px 0;
            list-style: none;
            text-align: right;
        }

        .navbar-nav ul > li {
            margin: 0;
            padding: 0;
            list-style: none;
            text-align: right;
        }


        .navbar-nav li > a {
            display: block;
            padding: 6px 0 6px 30px;
            font-size: 20px;
            color: #31261D;
            font-family: 'ChunkFiveRegular', 'Segoe UI', Helvetica, Arial;
            /*text-transform: uppercase;*/
        }


            .navbar-nav li > a:hover {
                text-decoration: none;
            }


        .navbar-nav ul > li > a {
            display: block;
            padding: 13px 38px 13px 38px;
            font-size: 16px;
            color: #000;
            font-family: Arial;
            font-size: 16px;
            text-transform: none;
        }


            .navbar-nav ul > li > a:hover, .navbar-nav ul > li > a:focus {
                display: block;
                padding: 13px 38px 13px 38px;
                background: #dc2831 url(/Portals/_default/Skins/ElMonte/images/mobile/nav-arrow.png) 95% 50% no-repeat;
                color: #fff;
                text-decoration: none;
            }

    #dnnMenu .topLevel li {
        width: 30% !important;
        margin-right: 5px;
    }

    #dnnMenu .subLevel li {
        width: 100% !important;
    }

        #dnnMenu .subLevel li.item a div {
            font-size: 12px !important;
            line-height: 12px !important;
        }

    #dnnMenu .topLevel li a div {
        font-size: 16px !important;
        line-height: 24px !important;
    }


    a[aria-expanded=false] .glyphicon-chevron-up {
        display: none;
    }

    a[aria-expanded=true] .glyphicon-chevron-down {
        display: none;
    }

    .menuPhone {
        text-align: right;
        padding: 0px;
        float: right;
    }

    .btn-primary {
        width: 100% !important;
    }

    .glyphicon-chevron-up, .glyphicon-chevron-down {
        font-size: 20px !important;
        color: #BC333B;
        float: none;
        right: 5px;
        float: none !important;
        top: 5px !important;
    }

    .fa-bars:hover, .fa-phone:hover, .fa-close:hover, .fa-search:hover {
        color: #31261D;
    }

    .fa-facebook:hover, .fa-instagram:hover, .fa-youtube:hover, .fa-linkedin:hover, .fa-arrow-right:hover, .fa-arrow-left:hover {
        color: #31261D;
    }

    .menuPhoneNumber {
        text-decoration: underline;
        color: #BC333B !important;
        padding-right: 20px;
        line-height: 40px
    }

        .menuPhoneNumber:hover {
            color: #31261D !important;
        }

    /*new design*/
    html {
        background: none;
    }

    .row {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }

    .lineBottom {
        border-bottom: 2px solid #d4d4d4;
    }

    .mobile-header {
        background: none !important;
    }

    #footerSpace {
        width: 100% !important;
        margin: 0 !important;
        height: 500px !important;
    }

    #footerAAAImg {
        display: none !important;
    }

    #footer {
        width: 100% !important;
        padding: 10px;
        background-color: #31261D !important;
    }

    #footerBottom, .footerCopy, .menuBottom {
        display: none !important;
    }

    #footerButtons a {
    }

    .fa-bars, .fa-close, .fa-search {
        font-size: 30px !important;
        width: 46px;
        background-color: #BC333B;
        border-radius: 10%;
        padding: 10px;
        color: #fff;
    }
    .fa-phone {
        font-size: 30px !important;
        width: 46px;
        background-color: #FFCC00;
        border-radius: 10%;
        padding: 10px;
        color: #fff;
    }

    .fa-facebook, .fa-instagram, .fa-youtube, .fa-linkedin {
        font-size: 28px !important;
        background-color: #fff;
        border-radius: 10%;
        /*border: 1px solid #BC333B;*/
        padding: 2px;
        color: #BC333B !important;
        margin: 8px;
    }

    .fa-arrow-right, .fa-arrow-left {
        font-size: 18px !important;
        border: none;
        padding: 2px;
        color: #BC333B !important;
        margin: 8px;
        padding: 10px !important;
    }

    .signUpNewsletterButton {
        height: 40px;
        line-height: 40px;
        width: 70%;
        color: #BC333B !important;
        border: 1px solid #BC333B !important;
        font-weight: bold;
        text-decoration: none !important;
        border-radius: 4px;
        display: inline-table;
        margin-bottom: 10px;
        background-color: #FFCC00;
    }

    .fixed-top {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 2030;
        height: 70px;
        padding: 5px;
    }

    .signUpNewsletterButton:hover {
        color: #31261D !important;
    }

    .mobile a {
        color: #31261D;
    }

    .bg-image {
        background-image: url('/Portals/_default/Skins/ElMonte/images/bg3.jpg');		
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-color: #fff;
        padding: 70px 5px 5px 5px;
    }

    .col-xs-2, .col-xs-4, .col-xs-6, .col-xs-8, .col-xs-10, col-xs-12 {
        position: relative;
        /*min-height: 0px; */
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .navbar-collapse {
        padding-right: 15px !important;
        padding-left: 7px !important;
        padding-top: 5px !important;
        height: 100vh;
    }

    .couponcodeContainer {
        display: none;
    }

    .divPickupDateContainer, .divDroOffDateContainer {
        width: 99% !important;
    }

        .divPickupDateContainer .labelPlaceholder, .divDroOffDateContainer .labelPlaceholder {
            width: 100%;
        }

    .divDatePickerContainer, .divDatePickerContainer2 {
        width: 50% !important;
    }

    .divDatePickerContainer2 {
        left: 1px;
    }

    .daterangepicker {
        top: 390px !important;
        left: 0px !important;
    }

    .daterangepicker {
        width: 100% !important;
    }

        .daterangepicker .drp-calendar {
            max-width: 100% !important;
        }
    /*internal pages*/
    .banner-rent {
        margin: 70px 0 5px 0;
        background: none;
        border-top: 2px solid #d4d4d4;
        border-bottom: 2px solid #d4d4d4;
        text-align: center !important;
    }

    body {
        background: #fff;
    }

    #woodPanelFooterWrapper {
        display: none;
    }

    .mobile #footer {
        display: block !important;
    }

    .rv {
        width: 100px !important;
    }

    .tableInsideSidePane {
        background-color: #fff !important;
    }

    .closeButtonContainer {
        float: right;
        text-align: right;
        padding: 0;
    }

    .phoneSearchContainer {
        margin-top: 5px;
    }

    .carousel-control {
        width: auto;
    }

    /*search module*/
    .insideContentPane {
        /*border-top: 2px solid #d4d4d4;*/
    }

    .separator {
        background-color: #d4d4d4 !important;
        height: 2px !important;
    }

    .contentSeparator {
        border-top: 2px solid #d4d4d4;
    }

    .flyoutContainer {
        margin: auto auto !important;
    }

    .mobile .rvImage {
        margin: 0 !important;
    }

    a .bigRedButton, a.bigRedButton:link, a.bigRedButton:visited, a.lilRedButton, a.lilRedButton:link, a.lilRedButton:visited {
        background-color: #CB333B !important;
        border: 0 !important;
        webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none;
    }

    .mobile .itemTitle, .mobile .priceHeader, .mobile .avgHeader {
        width: 100% !important
    }

    .mobile .reserveNowTitle, .mobile .reserveAVGPrice {
        width: 100% !important;
        text-align: center !important;
        float: none !important;
    }

    .mobile .itemTitle {
        font-size: 14px !important;
        line-height: 14px !important;
    }

    .mobile .sleepsTitle, .mobile .sleeps {
        float: none !important;
    }

    .mobile .reserveNow {
        width: 100% !important;
        padding-right: 0px !important;
    }

        .mobile .reserveNow a {
            width: 100% !important;
        }

    .reserveNowTitle, .reserveAVGPrice {
        color: #31261D !important;
    }
    /*checkout page*/
    .mobileCheckout #selectionReview .sep {
        background-image: none !important;
        height: 0px !important;
        margin: 0 !important;
        clear: both;
    }

    .mobileCheckout .insideSidePaneContainerTitle {
        margin: 0;
        color: #31261D;
        display: block;
        line-height: 14px;
        text-transform: uppercase;
        text-align: left;
        font-size: 14px;
        font-weight: bold;
        background: #fff !important;
        border-right: 0 !important;
        border-left: 0 !important;
        border-top: 2px solid #d4d4d4;
        border-bottom: 2px solid #d4d4d4;
        webkit-border-radius: none;
        -moz-border-radius: unset !important;
        border-radius: unset !important;
    }

    .noBorderTop {
        border-top: 0 !important;
    }

    .mobileCheckout .insideSidePaneContainerTitle .noTopLine {
        border-top: 0 !important;
    }

    .mobileCheckout .insideSidePaneContainer {
        margin: 0 5px 0 5px;
    }

        .mobileCheckout .insideSidePaneContainer .insideSidePaneContainer {
            margin: 0 !important;
        }

    .mobileCheckout .insideSidePaneContainerContentPane {
        background-image: none !important;
        padding: 0 !important;
    }

    .mobileCheckout .insideSidePane .DnnModule {
        width: 100% !important;
    }

    .mobileCheckout #selectionReview .mobileSummary .priceInfo, .mobileCheckout #selectionReview .mobileSummary .orderTotal {
        text-align: right;
    }

    .mobileCheckout #selectionReview .price {
        color: #31261D !important;
        font-weight: normal !important;
        padding-right: 40px !important;
    }

    .congratsContainer .price {
        color: #31261D !important;
        font-weight: normal !important;
    }

    .congratsContainer h6, .congratsContainer h5, .congratsContainer h4, #RentalReview h4 {
        color: #31261D !important;
        font-weight: normal !important;
        font-size: 14px !important;
        padding: 10px 0;
    }

    .mobileCheckout .orderTotal, .mobileCheckout .orderTotalPrice {
        background-color: rgba(203, 51, 59, 0.5) !important;
    }

    .mobileCheckout .orderTotal {
        border-top: 1px solid #CB333B;
        border-left: 1px solid #CB333B;
        border-bottom: 1px solid #CB333B;
        padding: 0 !important;
        line-height: 20px;
        vertical-align: middle;
    }

    .mobileCheckout .orderTotalPrice {
        border-top: 1px solid #CB333B;
        border-right: 1px solid #CB333B;
        border-bottom: 1px solid #CB333B;
        line-height: 20px;
        vertical-align: middle;
    }

    /*skin css*/
    #collapseDisplayMobile .glyphicon-chevron-up, #collapseDisplayMobile .glyphicon-chevron-down {
        right: 0px !important;
        margin: 0 10px !important;
    }

    .insideSidePaneContainerWrapper .mobile {
        padding: 10px;
    }

    #collapseDisplayMobile {
        margin: 10px;
        display: inline-table;
    }

    #contentWrapperInside .optionTable {
        width: 80% !important;
        margin: auto auto;
    }

        #contentWrapperInside .optionTable tr {
            margin: 10px 0 0 0;
        }

    select.sfSelect {
        border: 1px solid #d4d4d4;
        padding: 5px 10px;
        margin: 10px 0 0 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #31261D;
        font-size: 14px;
        background-color: #FFF;
        width: 100% !important;
        -webkit-appearance: button;
        background-image: none;
        position: relative;
        float: left;
        height: 35px;
    }

    #reserveRV .sfTxtBox {
        display: block;
        width: 100% !important;
    }

    input.sfTxtBox, textarea.sfTxtBox {
        border: 1px solid #d4d4d4;
        padding: 5px 10px;
        margin: 0 0 10px 0;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        color: #31261D;
        font-size: 14px;
        background-color: #FFF;
        position: relative;
        float: left;
        height: 35px;
    }

    select[id$="sfPurchaseReview_SelectionReview_ddlMonth"], select[id$="sfPurchaseReview_SelectionReview_ddlYear"] {
        width: 49% !important;
        margin: 0;
    }

    select[id$="sfPurchaseReview_SelectionReview_ddlYear"] {
        float: right;
        display: inline-table;
    }

    select[id$="sfPurchaseReview_SelectionReview_ddlMonth"] + div {
        width: 2% !important;
        display: inline-table;
        text-align: center;
        margin-top: 5px;
    }

    input[id$="sfPurchaseReview_SelectionReview_txtZipCode"] {
        width: 95% !important;
        float: right;
    }

    span[id$="sfPurchaseReview_SelectionReview_rfvCountry"] + div, span[id$="sfPurchaseReview_SelectionReview_rfvCountry"] + div + div {
        width: 50% !important;
    }

    #ddlState {
        width: 95% !important;
        margin: 0;
    }

    #reserveRV .insideSidePaneContainerContentPane {
        width: 80%;
        margin: auto auto;
    }

    input[id$="sfPurchaseReview_SelectionReview_chkTerms"] {
        cursor: pointer;
        position: relative;
        left: 0;
        height: 25px;
        width: 25px;
        padding: 0;
        margin: 0;
        overflow: hidden;
        border: 1px solid #d4d4d4;
    }

    .sfCheckbox label {
        background: none;
        padding-left: 35px;
        margin-top: -25px;
    }

    #reserveRV .ccCharge .price {
        padding-right: 0 !important;
    }

    #reserveRV .ccCharge {
        background-color: #FFF !important;
        padding: 15px 5% !important;
        font-size: 12px !important;
        font-weight: normal !important;
    }

    .bigRedButton {
        width: 60%;
        margin: auto auto;
    }

    .privacyMessage {
        font-size: 12px !important;
        font-weight: normal !important;
        text-align: center;
        padding: 15px 5%;
    }

    #selectionReviewSlider {
        padding: 15px 5% !important;
    }

    a.questionMark:link, a.questionMark:visited {
        position: relative !important;
        right: 0 !important;
        top: 0 !important;
        background-image: none !important;
        display: block;
        width: 0 !important;
        height: 15px !important;
        text-decoration: none;
    }

    a.questionMark:hover {
        background-image: none !important;
    }

    .fa-question-circle {
        color: #CB333B;
    }

    .ofTitle {
        width: 60%;
        float: left;
    }

    .ofPrice {
        width: 40%;
        float: left;
        text-align: left;
    }

    .rrImage {
        width: 100% !important;
    }

    .list-heading .title {
        display:block!important;
    }
    .lineBottom {
        width: 100%!important;
    }
    
}
@media only screen and (max-width : 380px) {

    .fa-bars, .fa-phone, .fa-close, .fa-search {
        font-size: 20px !important;
        width: 38px;
    }

    .closeButtonContainer {
        padding-left: 18px !important;
    }

    .phoneSearchContainer {
        margin-top: -5px;
    }

    .ITXRentAnRVContainer {
        margin-top: 100px !important;
    }

    .daterangepicker {
        top: 330px !important;
        left: 0px !important;
    }

    .fa-arrow-right, .fa-arrow-left {
        font-size: 18px !important;
    }

    #carouselReviewsRotator .carousel-inner {
        height: 240px !important;
    }
    .list-heading .title {
        display: block !important;
    }
    .lineBottom {
        width: 100% !important;
    }
    #carouselReasonRotatorDesktop .col-xs-4 .reason_content {
        height:auto!important;
    }
}

@media only screen and (max-width : 420px) {

    .phoneButton {
        padding-left: 15px;
    }

    .reason_content {
        height: 150px;
    }

    .ITXRentAnRVContainer {
        margin-top: 130px !important;
    }

    .fa-arrow-right, .fa-arrow-left {
        font-size: 18px !important;
    }

    #carouselReviewsRotator .carousel-inner {
        height: 200px !important;
    }
    .list-heading .title {
        display: block !important;
    }
    .lineBottom {
        width: 100% !important;
    }
    #carouselReasonRotatorDesktop .col-xs-4 .reason_content {
        height: auto!important;
    }
}

@media only screen and (max-width: 324px) {
    .phoneButton {
        padding-left: 5px;
    }

    .ITXRentAnRVContainer {
        margin-top: 60px !important;
    }

    .daterangepicker {
        top: 330px !important;
        left: 0px !important;
    }

    .fa-arrow-right, .fa-arrow-left {
        font-size: 18px !important;
    }

    .signUpNewsletterButton {
        width: 90%
    }

    #carouselReviewsRotator .carousel-inner {
        height: 270px !important;
    }

    .review_content {
        width: 95% !important;
        margin: 5px !important;
    }
    .list-heading .title {
        display: block !important;
    }
    .lineBottom {
        width: 100% !important;
    }
    #carouselReasonRotatorDesktop .col-xs-4 .reason_content {
        height: auto!important;
    }
}
