body {
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
    background: #e5e5e5 none 0 0 repeat;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
    font-family: 'Lato', sans-serif;
}
header {
    background-color: #012556;
}
.headerLogo,#nav {
    display:inline-block;
}
.MemberAuthenticated .arn_username {
    background-color: transparent;
    display: inline-block;
    color: #6D6E71;
    padding: 20px;
}

#theRewardsAjax {
    display:none;
}

/* Adds In Vacation Rentals Link */

.ArnSortByVacationRental {
    display: none !important;
}

/* Header Responsive CSS */

.nav-main .navbar, .nav-main button[type="submit"] {
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    background: transparent;
    border-radius: 0;
    border: 0;
    margin: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.nav-main .navbar-nav > li > a, .nav-main .navbar-nav > li button[type="submit"] {
    color: #bde3ff;
    display: block;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: normal;
    padding: 40px 10px !important;
    text-transform: uppercase;
    transition: all 600ms linear 0s;
}

.nav-main .navbar-nav li > a:hover {
    background: none;
    color: #FFF;
}

.nav-main .navbar-nav > .active > a:hover, .nav-main .navbar-nav > .active > a:focus {
    background: none;
    color: #CCC;
}

.nav-main .dropdown-menu {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.8em;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.nav-main .dropdown-menu li a {
    display: block;
    width: 100%;
    clear: both;
}

.nav-main .dropdown.open > a {
    background: none !important;
    color: inherit !important;
}

.nav-main .dropdown.open li > a:hover, .nav-main .dropdown.open li.active > a {
    background: none;
    color: #CCC !important;
}

.nav-main.stick {
    background: rgba(236, 240, 241, 0.9) none repeat scroll 0 0;
}

.nav-main.stick .navbar-brand {
    padding-top: 5px;
}

.nav-main.stick .navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.nav-main.stick .navbar-nav > li > a {
    font-size: 1.10em;
}

.offcanvas {
    display: none;
}

.offcanvas.in {
    display: block;
}

.navbar-toggle {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.navbar-nav > li > a {
    padding: 8px;
    xpadding-top: 15px;
}

#header .navRow {
    position: relative;
    color: #999;
}

#header {
    overflow: visible;
}

.navRow .container {
    display: table;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

.navRow .container > div {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.navRow #navmobile {
    text-align: right;
    padding-left: 0;
}

#logo {
    padding: 4px 0;
}

.wsite-logo img {
    max-width: 200px;
    max-height: 120px;
    margin: 0 !important;
    transition: all 300ms linear 0s;
}

#menu-button, #navmobile, #mobile-input {
    display: none;
}

.stuck {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

#navmobile > ul li:last-child a {
    padding-right: 0 !important;
}

.links {
    margin: 0 auto;
    padding:0;
    display: inline-block;
}

.links li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
}

.links a, .wsite-menu li a, #wsite-menus .wsite-menu li a {
    display: inline;
    padding: 53px 15px;
    color: #ffffff;
    font-size: 15px;
    transition: all 600ms linear 0s;
    cursor:pointer;
    text-transform:none;
    xfloat:right;
}

.links a:hover {
    background-color: transparent;
}

.navRow.stuck .links a, .navRow.stuck .wsite-menu li a, .navRow.stuck #wsite-menus .wsite-menu li a {
    padding: 25px 10px;
    font-size: 13px;
}

.wsite-menu li a, #wsite-menus .wsite-menu li a {
    padding: 10px 10px;
}

.links a:hover, .wsite-menu a:hover, .links #active a {
    color: #FFF;
}

.navbar-nav > li {
    border-left: 1px solid #555;
    color: #555;
    display: inline-block;
    float: none;
    font-size: 16px;
    font-weight: 300;
    margin: 0 0 0 5px;
    padding: 0 0 0 10px;
    vertical-align: top;
}

.pointsInfo {
    border: medium none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.navRow .nav {
    display: inline-block;
    float: none;
}

.pointsInfoDetails {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #ddd;
    font-size: 16px;
    padding: 20px;
    position: absolute;
    right: 0;
    width: 50%;
    z-index: 9;
}

.headerBottom {
    background-color: white;
    color: #555;
    display: none;
    padding: 20px;
    width: 100%;
}
.headerBottom li {
    color: #555;
}

@media (max-width: 1000px) {
    body {
        height: 100%;
    }
    
    .adminMobile {
        display: inline-block;
        margin: 0;
        text-align: center;
        width: 100%;
    }
    
    .navRow .container > div {
        text-align: center;
        width: 100%;
    }

    #logo {
        padding: 20px 4px;
    }
    
    .headerBottom {
        display: block;
    }

    .navRow #navmobile {
        display: none;
    }

    .hamburger {
        position: relative;
    }

    .hamburger span, .hamburger:before, .hamburger:after {
        position: relative;
        display: block;
        width: 24px;
        height: 4px;
        background: #ffffff;
        -webkit-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
        -moz-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
        -o-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
        -ms-transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
        transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53);
    }

    .hamburger:before, .hamburger:after {
        content: '';
    }

    .hamburger span {
        margin: 4px 0;
    }

    #navmobile {
        position: absolute;
        top: auto;
        left: 0;
        display: block;
        width: 100%;
        padding: 40px 0 65px;
        box-sizing: border-box;
        background: #333;
        color: #ffffff;
        opacity: 0;
        z-index: -1;
        -webkit-transition: opacity .35s ease-in-out, z-index .1s .35s ease-in-out, -webkit-transform .1s .35s ease-in-out;
        -moz-transition: opacity .35s ease-in-out, z-index .1s .35s ease-in-out, -moz-transform .1s .35s ease-in-out;
        -o-transition: opacity .35s ease-in-out, z-index .1s .35s ease-in-out, -o--transform .1s .35s ease-in-out;
        -ms-transition: opacity .35s ease-in-out, z-index .1s .35s ease-in-out, -ms-transform .1s .35s ease-in-out;
        transition: opacity .35s ease-in-out, z-index .1s .35s ease-in-out, transform .1s .35s ease-in-out;
    }

    .postload #navmobile {
        height: 100%;
        overflow: hidden;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    #navmobile > ul {
        display: block;
        width: 100%;
    }

    .postload #navmobile > ul {
        height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    #mobile-input:checked ~ #header .row1 {
        display: none;
    }

    #mobile-input:checked ~ #header .navRow {
        xposition: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 2;
    }

    #mobile-input:checked ~ #header #navmobile {
        display: block;
        xposition: fixed;
        opacity: 1;
        z-index: 2;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: opacity .35s ease-in-out;
        -moz-transition: opacity .35s ease-in-out;
        -o-transition: opacity .35s ease-in-out;
        -ms-transition: opacity .35s ease-in-out;
        transition: opacity .35s ease-in-out;
    }

    #navmobile li {
        display: block;
        text-align: center;
    }

    .links a, .wsite-menu li a {
        display: inline-block;
        font-size: 16px;
        padding: 20px 15px;
    }

    @media (max-width: 1000px) {
        #header .container {
            width: 100% !important;
        }

        .wsite-logo img {
            max-height: 75px;
            max-width: 400px;
        }

        .navRow.stuck .links a, .navRow.stuck .wsite-menu li a, .navRow.stuck #wsite-menus .wsite-menu li a {
            padding: 10px 10px;
            font-size: 16px;
        }

        .navRow .container > div {
            text-align: center;
            width: 100%;
        }

        #logo {
            padding: 20px 4px;
            text-align: center;
        }
        
        .MemberAuthenticated .arn_username {
            text-align: right;
            font-size: 16px;
        }
        
        .pointsInfoDetails {
            width: 100%;
        }

        #wsite-menus {
            display: none !important;
        }

        #menu-button, .wsite-nav-cart {
            display: table-cell;
            height: 21px;
            vertical-align: middle;
            width: 24px;
        }

        .navRow #nav {
            display: none;
        }

        .hamburger {
            position: relative;
        }

        .hamburger span, .hamburger::before, .hamburger::after {
            background: #333 none repeat scroll 0 0;
            display: block;
            height: 4px;
            position: relative;
            transition: all 300ms cubic-bezier(0, 0.085, 0.68, 0.53) 0s;
            width: 24px;
        }

        .hamburger::before, .hamburger::after {
            content: "";
        }

        .hamburger span {
            margin: 4px 0;
        }

        #mobile-input:checked ~ #header .hamburger::before {
            top: 7px;
            transform: rotate(45deg);
        }

        #mobile-input:checked ~ #header .hamburger::after {
            top: -9px;
            transform: rotate(-45deg);
        }

        #mobile-input:checked ~ #header .hamburger span {
            opacity: 0;
        }

        #navmobile {
            background: #eee none repeat scroll 0 0;
            box-sizing: border-box;
            color: #ffffff;
            display: block;
            left: 0;
            opacity: 0;
            padding: 40px 0 65px;
            position: absolute;
            top: 91px;
            transition: opacity 0.35s ease-in-out 0s, z-index 0.1s ease-in-out 0.35s, transform 0.1s ease-in-out 0.35s;
            width: 100%;
            z-index: -1;
        }

        .postload #navmobile {
            height: 100%;
            overflow: hidden;
            transform: scale(0);
        }

        #navmobile > ul {
            display: block;
            width: 100%;
        }

        .postload #navmobile > ul {
            height: 100%;
            overflow-y: auto;
        }

        #mobile-input:checked ~ #header .navRow {
            left: 0;
            xposition: fixed;
            top: 0;
            width: 100%;
            z-index: 2;
        }

        #mobile-input:checked ~ #header #navmobile {
            display: block;
            opacity: 1;
            xposition: fixed;
            transform: scale(1);
            transition: opacity 0.35s ease-in-out 0s;
            z-index: 2;
        }

        #navmobile li {
            display: block;
            text-align: center;
        }

        #navmobile li a:hover {
            color: #999;
            background-color: transparent;
        }

    }

}

/* Priceline Cars */

.arnCar input {
    font-size: initial;
    height: initial;
    text-indent: 0;
    width: initial;
}

.WBLoginFormContainer.ArnSubPage .SSFormBody {
  margin-top: 50px;
}

/* map markers */

.arn-leaflet-reset-button {
    background-color: #0072ce;
    color: white;
    cursor: pointer;
    display: block !important;
    height: 30px;
    padding: 4px;
    width: 60px;
    box-shadow: none !important;
    text-align: center;
}
.arnMapMarker {
    background-color: #ff5050 !important;
    border: 1px solid #c02020 !important;
    border-radius: 3px;
    color: white !important;
    cursor: pointer;
    height: initial !important;
    height: auto !important;
    min-height: 20px;
    min-width: 25px;
    padding: 3px 6px;
    position: absolute;
    text-align: center;
    width: initial !important;
    width: auto !important;
    z-index: 8000 !important;
}
.arnMapMarkerTriangle {
    position: absolute;
    height: 0;
    width: 0;
    border-top: 10px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top-color: #ff5050 !important;
    z-index: 8000;
}

.arnMapMarker.noPrice {
    background-color: #888888;
    border: solid 1px #555555;
    z-index: 7000;
}
.arnMapMarker.noPrice .arnMapMarkerTriangle {
    border-top-color: #888888;
}

.arnMapMarker:hover {
    background-color: #109090;
    border: solid 1px #006060;
    z-index: 9000;
}
.arnMapMarker:hover .arnMapMarkerTriangle {
    border-top-color: #109090;
    z-index: 9000;
}

/***** START FROM HERE ******/

/* Fonts */
@font-face {
   font-family: 'Avenir';
   src: url('//media.travsrv.com/appSkins/47495/v6/themes/standard/Avenir-Book.eot?#iefix') format("embedded-opentype"),
        url("//media.travsrv.com/appSkins/47495/v6/themes/standard/Avenir-Book.ttf") format("truetype");
}
@font-face {
   font-family: 'Avenir-Black';
   src: url('//media.travsrv.com/appSkins/47495/v6/themes/standard/Avenir-Black.eot?#iefix') format("embedded-opentype"),
        url("//media.travsrv.com/appSkins/47495/v6/themes/standard/Avenir-Black.ttf") format("truetype");
}
@font-face {
   font-family: 'Simple Joys';
   src: url('//media.travsrv.com/appSkins/47495/v6/themes/standard/simple_joys.eot?#iefix') format("embedded-opentype"),
        url("//media.travsrv.com/appSkins/47495/v6/themes/standard/simple_joys.ttf") format("truetype");
}

body {
  background-color: #DDCAE3;
  background-repeat: repeat-x;
  background-position: center top;
}
/* Main Colors */
.yui3-skin-sam .yui3-calendar-day:hover {
  background-color: #99D6CE !important;
}
.yui3-skin-sam .yui3-calendar-content {
  border-color: 1px solid #ccc !important
}
.ArnQuadSearchContainer.ArnPrimarySearchContainer, .SearchHotels .ArnPrimarySearchOuterContainer, .SinglePropDetail .SimpleSearch {
  background-color: #ac4e00;
}
.SinglePropDetail .ArnPropName {
  border-color: #ac4e00;
}
.submit, .SinglePropDetail .bookRoom, .SinglePropDetail .holdRoom, .OnSale .ArnShowRatesLink, .ArnShowRatesLink {
  background-color: #99D6CE;
  color: #ac4e00;
  font-family: "Avenir";
  font-weight: 600;
  text-transform: uppercase;
}
.newFaq .ArnSubPage {
  display: block;
}

/* Root Body */
.RootBody .reserveHotel {
  display: none;
}
.popularCities {
  display: none;
}
.RootBody .ArnSearchContainerMainDiv {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px 20px 20px;
}
.RootPage .ArnSearchHotelsImg {
  height: auto;
  margin-bottom: 20px;
}
.RootBody .ArnGoCitySearch, .RootBody .ArnGoAddressSearch, .RootBody .ArnGoLandmarkSearch, .RootBody .ArnGoAirportSearch {
  display: inline-block;
}
.lightBlueBg {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: rgba(153,214,206,0.5);
}
a.featuredProperty {
  min-height: 550px;
  width: 24%;
}
.featuredProperty h2 {
  padding: 15px 5px 0;
}
.RootBody .ArnRadiusContainer {
  width: 25%;
}
.hamburger {
  cursor: pointer;
}
.hamburger span, .hamburger::before, .hamburger::after {
  margin: 4px 10px !important;
}
.imageContainer {
  position: relative;
}
#theWBLoginForm h2 {
  display: none;
}
div#lightbox {
  z-index: 9999 !important;
}
/* Search Hotels */
.SearchHotels .ArnSearchContainerMainDiv {
  margin-top: 60px;
}
.SearchHotels.mobile .ArnSearchContainerMainDiv {
  margin-top: 0;
}
.SearchHotels .ArnRightListContainer {
  position: relative;
  top: -60px;
}
.SearchHotels.mobile .ArnRightListContainer {
  position: static;
  top: 0px;
  margin-bottom: 50px;
}
.ArnPages a {
  color: #6D6E71;
}

.rateExplaination {
  display: none;
}
.perksExplanation {
  background-image: url("//media.travsrv.com/appSkins/47495/v6/themes/standard/images/i-logo.png");
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: 12px auto;
    background-repeat: no-repeat;
  margin: 0 0 0 5px;
  cursor: pointer;
}
.SinglePropDetail .perksExplanation {
  display: none;
}
.mobile .perksExplanation {
  display: none;
}
.creditsLabel {
  cursor: pointer;
}
.rateExplainationDetails::before {
  content: '';
  width: 0;
  height: 0;
  display: block;
  top: -18px;
  position: relative;
  border-bottom: 8px solid #ccc;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.rateExplainationDetails {
  top: auto;
  display: none;
  color: #000;
  box-shadow: 5px 5px 5px #ccc;
}
.creditsLabel:hover .rateExplainationDetails {
  display: block;
}
#searching {
 display: none;
}
/* Single Prop Detail */
.SinglePropDetail .ArnSearchContainerMainTable {
  background-color: #efefef;
}
.roomCount {
  display: none;
}
.SinglePropDetail .originalPrice, .SinglePropDetail .memberSavings, .SinglePropDetail .yourRateContainer {
  font-size: 14px;
}
.SinglePropDetail .perksExplanation {
  width: 8px;
  height: 8px;
  background-size: 8px;
}
/*Check Out Page */
.DSFormContainer {
  display: none;
}
#inventoryNotice {
  display: none;
}
#theCouponFieldset {
  display: none;
}
.hurryBook {
  display: none;
  text-align: center;
  padding: 0 20px;
}
.hurryBook .font1 {
  font-family: "Avenir";
  font-size: 24px;
}
.hurryBook .font2 {
  font-family: "Simple Joys";
  font-size: 30px;
}
.totalsTable .dueNowRow td, .totalsTable .balanceDueRow td {
  font-size: 30px;
}
.savingsTable .savings td {
  font-size: 20px;
}
/* Create Account Page */
.WBValidatedRegistrationForm .gradient {
  height: 100%;
}
.WBValidatedRegistrationForm, .WBDomainValidatedRegistrationForm, .WBRefererValidatedRegistrationForm, .WBRegistrationForm {
  background-color: #DDCAE3;
}
#thePassCodeAjax label {
  visibility: hidden;
}
/* Forgot Password */
.WBForgotPasswordForm #nav {
  display: none;
}

/*Sub Pages*/
.WBPrivacyPolicy .ArnSubPage, .WBFaq .ArnSubPage, .WBRateGuaranteeForm .ArnSubPage, .WBTermsAndConditions .ArnSubPage, .WBSupportForm .ArnSubPage, .WBResendOrCancelForm .ArnSubPage {
  background-color: #fff;
  padding: 20px 15px;
}
.ResendGuestReceiptEmailAction.submit {
  width: auto;
}
/******** responsive ***********/
/*RootPage*/
@media screen and (max-width: 1100px) {
  a.featuredProperty {
    width: 49%;
  }
}
@media screen and (max-width: 1024px) {
.RootBody #theSubmitButton {
  margin: 0 auto;
  width: 30%;
  position: relative;
  top: -4px;

}
}
@media screen and (max-width: 1000px) {
.arn_username#arn_liusername {
  text-align: center;  
}
footer {
  background-color: #ac4e00 !important;
}
}
@media screen and (max-width: 800px) {
.featuredProperty > img {
  height: 300px;
  width: auto;
}
a.featuredProperty {
  overflow: hidden;
  width: 90%;
}
.SinglePropDetail .ArnPhotoContainer .ArnMildText:first-child img {
  max-width: 100%;
}
}
@media screen and (max-width: 585px) {
.RootBody .ArnRadiusContainer {
  width: 50%;
}
}
@media screen and (max-width: 400px) {
.RootBody .ArnGoLandmarkSearch {
  display: none;
}
.RootBody .ArnGoCitySearch, .RootBody .ArnGoAddressSearch, .RootBody .ArnGoLandmarkSearch, .RootBody .ArnGoAirportSearch {
  width: 33.33%;
}
}
/* Search Hotels */
@media only screen and (max-width: 1335px) {
.ArnRateCell {
  width: 270px;
  top: 40px;
}
.percentSavings {
  top: -29px;
  bottom: auto;
}
}
@media only screen and (max-width: 1025px) {
.ArnToggleMap {
  font-size: 11px;
}
.ArnGoCitySearch, .ArnGoAddressSearch, .ArnGoLandmarkSearch, .ArnGoAirportSearch, .ArnGoCitySearch:hover, .ArnGoAddressSearch:hover, .ArnGoLandmarkSearch:hover, .ArnGoAirportSearch:hover {
  text-align: center;
}
}
.mobile .ArnToggleMap {
  font-size: 14px;
}
@media only screen and (max-width: 800px) {
.ArnHotelNameContainer span {
  color: #fff;
}
.ArnSortBy, .ArnSortByClass, .ArnSortByType, .ArnSortByPrice, .ArnSortByDealPercent, .ArnSortByDealAmount,.ArnSortByVacationRental,.ArnSortByDistance, .ArnSortBy:hover, .ArnSortByClass:hover, .ArnSortByType:hover, .ArnSortByPrice:hover, .ArnSortByDealPercent:hover, .ArnSortByDealAmount:hover,.ArnSortByVacationRental:hover,.ArnSortByDistance:hover {
  width: auto;
  min-width: 65px;
  border-right: 1px solid #ccc;
}
}
@media only screen and (max-width: 460px) {
.ArnSortByType {
  display: none !important;
}
.ArnPagerResult h3 {
  font-size: 14px !important;
}
}
@media only screen and (max-width: 400px) {
.ArnSortByDealPercent{
  display: none !important;
}
}
.mobile .mapIcon {
  display: none;
}
/*** CSS to decrease screenwidth ***/
@media only screen and (max-width: 1420px) {
.ArnRateCell {  
  width: 300px !important;
  top: 45px !important;
  right: 33px !important;
}
.percentSavings {
  bottom: initial !important;
  top: -30px !important;
}
.SinglePropDetail .ArnContentContainer .percentSavings {
  top: -5px !important;
}
}
@media only screen and (max-width: 1335px) {
.ArnPropThumb {
  width: 200px !important;
  overflow: hidden !important;
}
.SearchHotels .ArnPropName {
  left: 210px !important;
}
}
@media only screen and (max-width: 1280px) {
.SearchHotels .ArnPropName {
  width: 230px;
}
.ArnRateCell {  
  width: 250px !important;
}
}

@media only screen and (max-width: 1190px) {
.ArnPropThumb {
  width: 140px !important;
}
.SearchHotels .ArnPropName {
  left: 145px !important;
}
}
@media only screen and (max-width: 1120px) {
.ArnRightExtraContainer {
  display: none !important;
}
}
@media only screen and (max-width: 1000px) {
.SearchHotels .ArnPropName {
  width: 200px;
}
.ArnRateCell {
  width: 185px !important;
  right: 15px !important;
  font-size: 13px;
}
.perksExplanation {
  display: none;
}
}
@media only screen and (max-width: 820px) {
.SearchHotels .ArnRateCell {
  width: 155px !important;
  font-size: 13px !important;
}
}
@media only screen and (max-width: 800px) {
.CheckOutForm.mobile #ThePolicies span {
  border: 1px solid #ccc;
  background-color: #fff;
  margin: 10px auto;
}
.IE.mobile.CheckOutForm .GuestForms {
  float: right;
}
.IE.mobile.CheckOutForm .PaymentPolicies {
  float: left;
}
}
/***mobile squares***/
@media only screen and (max-width: 600px) {
.mobile .ArnContainer {
  background-size: cover;
  min-height: 300px;
}
.mobile.SearchHotels .ArnPropThumb {
  width: 100% !important;
  display: block;
  max-height: 175px;
  height: auto;
}
.mobile .ArnImageLink {
  display: block;
}
.mobile .ArnPropThumb img {
  margin: 0 auto;
  height: auto !important;
  display: block;
  position: relative;
}
.mobile.SearchHotels .ArnPropName {
  display: inline-block;
  margin: 5px 0 10px;
  text-align: center;
  left: 0px !important;
}
.mobile .ArnTripAdvisorDetails .reviewCount {
  margin: 5px auto 0;
  width: auto;
}
.SearchHotels.mobile .ArnTripAdvisorDetails {
  height: auto !important;
}
.mobile.SearchHotels .ArnRateCell {
  display: inline-block;
  position: relative;
  margin-top: 36px !important;
  margin-right: 17px !important;
  top: 0 !important;
  right: 0 !important;
  float: right;
}
.originalRateAmount,.yourRateContainer {
  display: inline !important; 
}
.ArnRateCell span {
  font-size: 13px !important; 
  font-weight: 100 !important; 
}
.originalRateAmount {
  color: #777 !important; 
  font-size: 13px !important; 
  font-weight: 100 !important;
}
.ArnPropertyTierTwo .originalRateContainer, .ArnPropertyTierThree .originalRateContainer {
  display: inline-block !important;
}
.ArnPropertyTierTwo .originalRateAmount, .ArnPropertyTierThree .originalRateAmount {
  display: inline-block !important;
  width: 50%;
}
.originalRateContainer, .eliteRateContainer, .yourRebateContainer, .originalRateAmount {
  display: inline-block !important;
}
.percentSavings, .memberSavings, .originalPrice {
  display: block !important;
}  
}
@media only screen and (max-width: 565px) {
.mobile.SinglePropDetail .ArnContentContainer .percentSavings {
  top: 0px !important;
}
.ArnPropertyTierTwo .originalRateContainer, .ArnPropertyTierThree .originalRateContainer {
  display: inline-block !important;
}
.ArnPropertyTierTwo .originalRateAmount, .ArnPropertyTierThree .originalRateAmount {
  display: inline-block !important;
  width: 50%;
}
.ArnRateCell span {
  font-size: 15px !important;
}
.mobile .ArnRateCell {
  min-width: 160px;
}
.ArnRateCell .memberSavings span, .ArnRateCell .originalPrice span {
  font-size: 13px !important;
}
.SinglePropDetail .originalRateAmount {
  width: 50%;
}
}
@media only screen and (max-width: 500px) {
.SinglePropDetail .ArnRateCell {
  display: none;
}
.SinglePropDetail .ArnPropName {
  text-align: center;
}
}
@media only screen and (max-width: 415px) {
.mobile .bottomPager .ArnPages {
  width: 100%;
  padding-left: 0;
  max-width: 390px;
  margin: 0 auto;
}
.mobile .ArnPropName {
  display:block;
  width: 100%;
}
.mobile .ArnRateCell {
  width: 100% !important;
  padding: 0 15px 10px;
  float: none;
}
.mobile.SinglePropDetail .ArnRateCell {
  display: none !important;
}
.SearchHotels .ArnProperty {
  max-height: 50000px !important;
}
.mobile.SearchHotels .ArnRateCell {
  float: none;
}
}
@media only screen and (max-width: 390px ) {
.mobile .bottomPager .ArnPages {
  width: 100%;
  padding-left: 0;
  max-width: 320px;
  margin: 0 auto;
}
.mobile .ArnPages a {
  padding: 3px 6px !important;
  font-size: 12px !important;
}
}
@media screen and (max-width: 350px) {
    .SinglePropDetail .ArnProperty {
        max-height: none;
    }
}
.mobile .ArnSubPage {
  margin-bottom: 80px;
}

/* login page */
.WBLoginFormContainer.ArnSubPage {
  background-color: transparent;
  overflow: hidden;
  margin: 0;
  position: relative;
}
.WBLoginForm .ArnSupportLinks.ArnSupportBottom {
  margin: 0;
}
.WBLoginForm .gradient {
  height: 100%;
  background-image: none;
}
.WBLoginForm {
  background-image: linear-gradient(#99D6CE,#DDCAE3);
}
.WBLoginFormContainer.ArnSubPage #theWBLoginForm h1 {
  font-family: "Avenir";
  font-size: 30px !important;
}
/*  Registration Page */
.registrationText {
  display: none;
}
.WBValidatedRegistrationForm .SSFormBody, .WBDomainValidatedRegistrationForm .SSFormBody, .WBRefererValidatedRegistrationForm .SSFormBody, .WBRegistrationForm .SSFormBody {
  border:none;
}
.WBValidatedRegistrationForm .SSFormBody .WBValidatedRegistrationFormFields div, .WBDomainValidatedRegistrationForm .SSFormBody .WBDomainValidatedRegistrationFormFields div, .WBRefererValidatedRegistrationForm .SSFormBody .WBRefererValidatedRegistrationFormFields div, .WBRegistrationForm .SSFormBody .WBRegistrationFormFields div {
  width: 100%;
}

.WBValidatedRegistrationForm .ArnSubPage {
  max-width: 600px;
  background-color: #fff;
}
.WBValidatedRegistrationForm .WBAdminContainer .SSFormBody .submit {
  width: 100%;
}
.WBValidatedRegistrationForm .SSFormBody .WBValidatedRegistrationFormActions.FormActions {
  width: 100%;
}
.WBAdminContainer .SSFormBody fieldset legend {
  font-family: "Avenir";
  font-size: 30px !important; 
  text-align: center;
  color: #333;
  font-weight: 500;
}
.WBValidatedRegistrationForm .loginLink {
  display: none;
}
.WBValidatedRegistrationForm .loginLink.show {
  display: inline-block;
  text-align: center;
}

/* Forgot Password */
.WBForgotPasswordForm .ArnSubPage {
  margin: 200px auto;
}
.WBForgotPasswordForm .ArnSupportLinks.ArnSupportBottom {
  position: absolute;
  bottom: 0;
}
.WBForgotPasswordForm footer {
  position: absolute;
  width: 100%;
  bottom: 100px;
}
.WBForgotPasswordForm #footerTopImg {
  top: auto;
  bottom: 0;
}
.WBForgotPasswordFormInform.WAFormDialogMessage {
  display: block;
  text-align: center;
  margin: 50px auto 400px;
}
.WBForgotPasswordFormInform.WAFormDialogMessage .message {
  font-family: "Avenir-Black";
  font-size: 32px;
  color: #333;
}

/* how it works page IMPORTANT */
.howItWorks .ArnSearchContainerMainDiv, .howItWorks .landingBottomContent, .howItWorks .WBLoginFormContainer.ArnSubPage {
  display: none;
}
/* Remove F1 logo since I can't find it in the HTML for the life of me! */
img[src="//media.travsrv.com/appSkins/47495/v6/themes/standard/images/Logo-F1.png"]{
  display: none;
}

/*From header.html*/
.ArnPushPageContent,
.ArnPushPage {
    display: none !important;
}

.loader {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #DDCAE3;
    background-image: linear-gradient(#99D6CE, #DDCAE3);
    z-index: 99999;
    top: 0;
    overflow: hidden;
}

.loaderMap {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("https://media.travsrv.com/appSkins/47495/v6/themes/standard/images/Perks-Map.png");
    background-position: center 140px;
    background-repeat: no-repeat;
}

.SearchHotels .loader {
    display: block;
}

.SearchHotels.ratesLoaded.jQueryDone .loader.off,
.WBProfileList .loader {
    display: none;
}

.loaderContentContainer {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    top: 45%;
    transform: translateY(-50%);
}

.loaderContent {
    display: block;
    width: 100%;
    max-width: 100;
    color: #ac4e00;
    font-family: "Avenir-Black";
    font-size: 50px;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
}

#loaderHeader {
    text-transform: uppercase;
}

#loaderBody {
    font-family: 'Avenir';
    font-size: 30px;
    line-height: 24px;
    color: #6D6E71;
}

#loaderBodyBottom {
    font-family: 'Simple Joys';
    font-size: 90px;
    line-height: 24px;
    color: #ac4e00;
}

#loaderThrobber {
    display: block;
    background-image: url("https://media.travsrv.com/appSkins/47495/v6/themes/standard/images/test.gif");
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100px;
    margin: 0 auto;
}

.loaderFooter {
    display: block;
    position: absolute;
    height: 200px;
    width: 100%;
    bottom: 0;
    background-image: url("https://media.travsrv.com/appSkins/47495/v6/themes/standard/images/Perks-Skyline.png");
    background-repeat: repeat-x;
    background-position: left bottom;
}

@media only screen and (max-width: 950px) {
    #loaderBody {
        font-size: 45px;
    }
}

@media only screen and (max-width: 720px) {
    #loaderHeader {
        font-size: 35px;
    }

    #loaderBody {
        font-size: 35px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 1250px) {
    #withCredits .loaderContent {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1050px) {
    #withCredits .loaderContent {
        font-size: 28px;
    }

    #withCredits #loaderBody {
        font-size: 20px;
    }

    #withCredits #loaderBodyBottom {
        font-size: 50px;
    }

    #withCredits #loaderThrobber {
        height: 50px;
        width: 90%;
    }
}

@media only screen and (max-width: 950px) {
    #withoutCredits #loaderBody {
        font-size: 45px;
    }
}

@media only screen and (max-width: 720px) {
    #withoutCredits #loaderHeader {
        font-size: 35px;
    }

    #withoutCredits #loaderBody {
        font-size: 35px;
        line-height: 30px;
    }

    #withCredits .loaderContent {
        font-size: 20px;
    }

    #withCredits #loaderBody {
        font-size: 14px;
    }

    #withCredits #loaderBodyBottom {
        font-size: 40px;
    }
}

@media only screen and (max-width: 380px) {
    #withCredits .loaderContent {
        font-size: 16px;
    }

    #withCredits #loaderBody {
        font-size: 12px;
    }

    #withCredits #loaderBodyBottom {
        font-size: 30px;
    }
}

/*From header.html*/
#AdminControlsContainer {
    background-color: transparent;
    position: relative;
    z-index: 2;
}

.RootBody .ArnHeader {
    background-image: none;
}

#logo {
    display: inline-block !important;
    width: 21%;
    float: left;
}

.navRow .container>div {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}

#memberLogin {
    display: none;
}

.WBValidatedRegistrationForm #memberLogin {
    display: inline-block;
}

.WBValidatedRegistrationForm #menuLinks,
.WBValidatedRegistrationForm #navmobile,
.WBValidatedRegistrationForm .hamburger span,
.WBValidatedRegistrationForm .hamburger::before,
.WBValidatedRegistrationForm .hamburger::after,
.WBFaq #nav,
.WBSupportForm #nav,
.WBLoginForm #nav {
    display: none !important;
}

.navRow #nav {
    padding-left: 0;
    text-align: right;
    width: 77%;
}

.language {
    text-align: right;
}

.WBLoginForm .navRow #menuLinks,
.WBLoginForm.mobile .hamburger,
.WBRegistrationForm .navRow #nav,
.WBRegistrationForm.mobile .hamburger {
    display: none !important;
}

#header {
    background-color: transparent;
    box-shadow: none;
    border-bottom: none;
    line-height: 1.2em;
    padding: 25px 0;
    position: relative;
    z-index: 9;
}

.RootBody #header {
    background-color: transparent;
    box-shadow: none;
}

#header .container {
    max-width: 2000px;
    padding: 0 20px
}

.mobile #header {
    height: auto;
}

.postButtonLink {
    font-family: "Lato", sans-serif;
    background-color: transparent;
    border: medium none;
    color: #333;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 100;
    padding: 0px 5px;
    text-decoration: none;
    transition: color 0.2s linear 0s;
}

.postButtonLink:hover {
    color: #000;
}

.links li a {
    font-family: "Avenir", sans-serif;
    background-color: transparent;
    border: medium none;
    color: #6D6E71;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 100;
    padding: 10px 20px;
    text-decoration: none;
    transition: color 0.2s linear 0s;
}

.links li a:hover {
    color: #ac4e00 !important;
}

.arn_username {
    color: white;
    font-size: 16px;
    margin: 0 0 0 10px;
    padding: 0;
}

.mobile .ArnHeader {
    height: 116px;
}

.mobile .postButtonLink {
    margin: 0 auto;
}

div.arnUser {
    background-color: transparent;
    display: inline-block;
    float: right;
}

#header .links {
    line-height: 1.4;
    margin-right: 0px;
}

#commands {
    width: auto;
}

#commands a,
#userCommands a {
    color: #6D6E71;
    font-family: "Avenir";
    font-size: 16px;
    line-height: 1.4;
    padding: 10px 20px
}

#userCommands a:hover,
#commands a:hover {
    background-color: transparent;
    color: #ac4e00;
}

#userCommands {
    text-align: center;
    position: relative;
}

#userCommands a {
    color: #fff;
}

#userCommands a:nth-child(3) {
    position: absolute;
    top: 0;
    right: 0;
}

.RootBody #arn_liusername {
    font-size: 60px;
    font-family: "Avenir-Black";
    line-height: 1.4;
    color: #ac4e00;
    text-transform: uppercase;
    display: none;
}

.RootBody .show#arn_liusername {
    display: block;
}

li.pointsInfo {
    display: none;
}

.navbar-nav {
    margin: 0;
    padding: 10px 0px;
    text-align: right;
    float: none;
    background-color: transparent;
}

.navbar-nav>li {
    border-left: none;
    border-right: none;
    padding: 20px;
    margin: 0 0px 0 5px;
    background-color: #ac4e00;
    text-transform: uppercase;
    font-family: "Avenir";
    color: #fff;
}

@media screen and (min-width: 1000px) and (max-width: 1160px) {
    .links {
        padding: 0;
    }

    .links li a {
        font-size: 16px;
        padding: 10px;
    }

    .postButtonLink {
        font-size: 14px;
        padding: 0 5px;
    }
}

@media (max-width: 1000px) {
    #header .container {
        padding-left: 5px;
        padding-right: 5px;
    }

    #logo {
        padding: 10px 0;
        text-align: center;
        width: 200px;
    }

    .links {
        margin: 0;
        padding: 0;
    }

    .links li a,
    .links li form {
        padding: 13px 7px;
    }

    .postButtonLink {
        margin: 0 auto;
    }
}

.gradient {
    display: block;
    position: absolute;
    background-image: linear-gradient(#99D6CE, #DDCAE3);
    background-color: transparent;
    height: 1000px;
    width: 100%;
    z-index: -1;
    top: 0;
}

#rootBodySubTitle {
    display: none;
    color: #6D6E71;
    font-family: "Simple Joys";
    font-size: 70px;
    line-height: 50px;
}

.ArnSearchHotelsImg #rootBodySubTitle {
    display: block;
}

.gradient img {
    width: 70%;
    min-width: 800px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 40px;
}

.RootBody .gradient img {
    top: 140px;
}

@media screen and (max-width: 800px) {
    .gradient img {
        width: 100%;
        min-width: auto;
    }

    .arn_username#arn_liusername {
        width: 100%;
        margin: 0;
        display: none;
    }

    .RootBody .arn_username#arn_liusername {
        font-size: 40px;
        height: auto;
    }

    #rootBodySubTitle {
        font-size: 55px;
        line-height: 40px;
    }

    #AdminControlsContainer {
        z-index: 9;
    }

    .adminContainer .adminMobile span {
        background-color: #ac4e00;
        position: absolute;
        top: -120px;
        right: 20px;
    }

    #commands {
        background-color: #ac4e00;
        border-bottom: 1px solid #262626;
    }

    #userCommands a,
    #commands a,
    #userCommands:hover a,
    #commands:hover a {
        color: #fff;
    }

}

@media screen and (max-width: 560px) {
    .RootBody .arn_username#arn_liusername {
        font-size: 32px;
    }

    #rootBodySubTitle {
        font-size: 40px;
        line-height: 20px;
    }
}

@media screen and (max-width: 450px) {
    .RootBody .arn_username#arn_liusername {
        font-size: 20px;
    }

    #rootBodySubTitle {
        font-size: 28px;
        line-height: 12px;
    }
}

.navbar-nav>li>a {
    padding: 0px;
    color: #fff;
}

.navbar-nav>li>a:hover {
    background-color: transparent;
}

<!-------Perks Landing Page CSS--------->
/*From header.html*/
.WBValidatedRegistrationFormContainer,
.WBValidatedRegistrationForm #user_lipoints {
    display: none;
}

.MemberAuthenticated .arn_username {
    display: none;
}

.perksLandingPageWrapper {
    display: none;
    min-height: 400px;
}

.WBValidatedRegistrationForm .perksLandingPageWrapper {
    display: block;
}

.perksLandingPageContainer {
    display: block;
    width: 100%;
    font-size: 0;
    padding: 50px;
}

.topContainer {
    padding: 20px;
}

.purpleBG {
    background-color: #ac4e00;
}

.blueBG {
    background-color: #D6EDE9;
}

#topSkylineImg {
    display: block;
    position: relative;
    height: 194px;
    width: 100%;
    background-image: url("https://media.travsrv.com/appSkins/47495/v6/themes/standard/images/Perks-Skyline-2.png");
    background-position: left top;
    background-repeat: repeat-x;
}

.perksLandingPageContent {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    text-align: center;
}

#valuePropContainer {
    float: left;
}

.perksLandingPageWrapper h1 {
    font-size: 60px;
}

.perksLandingPageWrapper p {
    font-size: 20px;
    font-family: "Avenir", "Open Sans";
    color: #6D6E71;
}

.simpleJoys {
    font-family: "Simple Joys", "Open Sans" !important;
    color: #ac4e00;
}

.valuePropFormContent {
    display: block;
    width: 100%;
    max-width: 500px;
    height: 100%;
    text-align: left;
    margin: 0 auto;
}

#theWBValidatedRegistrationForm {
    display: block;
    width: 90%;
    max-width: 400px;
    height: 100%;
    padding: 20px;
    background-color: #6D6E71;
    margin: 10px auto;
    font-size: 12px;
    text-align: center;
}

#theWBValidatedRegistrationForm label {
    display: none;
}

.WBValidatedRegistrationFormFields legend {
    color: #fff;
    border-bottom: none;
}

#theWBValidatedRegistrationForm input::placeholder {
    color: #aaa;
    text-transform: uppercase;
}

#theWBValidatedRegistrationForm .FormFields {
    margin-bottom: 10px;
}

.WBValidatedRegistrationForm .failure,
.WBValidatedRegistrationForm #unavailableUser,
.WBValidatedRegistrationForm .failure,
.WBValidatedRegistrationForm #unavailableUser,
.WBValidatedRegistrationForm #availableUser,
#validPassCode {
    color: #fff;
}

#theWBValidatedRegistrationForm .FormFields#thePassCodeAjax {
    margin-bottom: 5px;
}

a.needPromocode {
    display: block;
    margin-bottom: 5px;
    color: #99D6CE;
    text-transform: uppercase;
}

#theWBValidatedRegistrationForm input[type="text"],
#theWBValidatedRegistrationForm input[type="password"] {
    padding: 10px;
    height: 50px;
}

#theWBValidatedRegistrationForm fieldset .passwordInputView,
#theWBValidatedRegistrationForm .submit {
    width: 100%;
}

.WBValidatedRegistrationFormFields legend {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 10px;
}

.contentContainer {
    display: inline-block;
    width: 50%;
    height: 100%;
    min-height: 100px;
}

.testimonialsBrand {
    text-align: center;
    font-family: "Avenir";
    font-size: 24px;
    color: #fff;
    padding: 10px 30px;
    width: 80%;
    margin: 0 auto;
}

.perksLandingPageWrapper .testimonialsBrand p {
    color: #fff;
    font-size: 20px;
}

.perksLandingPageWrapper .testimonialsBrand#brands p {
    text-transform: uppercase;
}

.testimonialsBrand p.author {
    text-align: right;
    font-size: 40px;
    margin-bottom: 0;
}

.testimonialsBrand img {
    width: 45%;
    max-width: 200px;
    margin-right: 10px;
}

#howItWorksSection {
    text-align: center;
    padding: 100px 50px;
}

#howItWorksSection .titleContainer {
    font-family: "Avenir-Black", "Open Sans";
    font-size: 40px;
    color: #6D6E71;
    text-align: center;
    text-transform: uppercase;
}

#howItWorksSection .contentContainer {
    width: 33.33%;
}

#howItWorksSection p {
    color: #ac4e00;
    font-size: 60px;
}

a.getStarted {
    text-transform: uppercase;
    color: #fff;
    font-family: "Avenir-Black";
    font-size: 24px;
    background-color: #ac4e00;
    padding: 5px 20px;
}

a.getStarted:hover {
    color: #fff;
}

.contentWrapper#timeline {
    width: 66.67%;
    margin: 0 auto;
    border: 1px dashed #6D6E71;
    overflow: visible;
    height: 0;
}

#timeline .contentContainer {
    color: #6D6E71;
    overflow: visible;
    height: 0;
    min-height: 0;
    font-size: 16px;
    position: relative;
}

#timeline .contentContainer p {
    display: block;
    background-color: #939598;
    width: 38px;
    text-align: center;
    border: 2px solid #6D6E71;
    border-radius: 100%;
    top: -19px;
    position: absolute;
    color: #6D6E71;
    font-size: 20px;
    font-family: "Avenir-Black", "Open Sans";
}

#description .contentContainer {
    padding: 0 50px;
    margin-top: 25px;
}

#description .contentContainer p {
    display: block;
    color: #6D6E71;
    font-family: "Avenir", "Open Sans";
    font-size: 16px;
    text-align: center;
    max-width: 150px;
    margin: 0 auto;
}

.getStartedButton {
    margin-top: 30px;
}


@media only screen and (max-width: 1000px) {

    #menu-button,
    .wsite-nav-cart {
        display: none;
    }

    #header .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .navRow #nav {
        display: inline-block;
        float: right;
        width: 40%;
    }

    .mobile .valuePropFormContent {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 800px) {
    .mobile .perksLandingPageContent {
        width: 100%;
    }

    #theWBValidatedRegistrationForm {
        max-width: 500px;
        width: 100%;
    }

    .contentContainer {
        width: 100%;
    }

    .perksLandingPageContainer {
        padding: 20px;
    }

    .testimonialsBrand {
        display: block;
        width: 100%;
        padding: 10px;
    }

    .testimonialsBrand#brands {
        margin-bottom: 30px;
    }

    #howItWorksSection .contentContainer {
        width: 100%;
        display: block;
        margin-bottom: 80px;
    }

    #howItWorksSection p {
        color: #6D6E71;
        font-size: 20px;
    }

    #howItWorksSection p.simpleJoys {
        color: #ac4e00;
        font-size: 60px;
        line-height: 80px;
    }

    #howItWorksSection p.stepNumber {
        width: 40px;
        height: 40px;
        background-color: #939598;
        border: 2px solid #6D6E71;
        font-family: "Avenir-Black", "Open Sans";
        font-size: 20px;
        color: #6D6E71;
        text-align: center;
        border-radius: 100%;
        margin: 0 auto 20px;
    }
}

@media only screen and (max-width: 600px) {
    .wsite-logo img {
        max-width: 200px;
    }
}

@media only screen and (max-width: 500px) {
    #header .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .mobile #logo {
        text-align: left;
    }

    .wsite-logo img {
        width: 150px;
    }

    .navbar-nav>li>a {
        font-size: 12px;
        line-height: 12px;
    }

    .valuePropFormContent {
        margin-bottom: 20px;
    }

    .perksLandingPageWrapper h1 {
        font-size: 36px;
        line-height: 28px;
    }

    .perksLandingPageWrapper p,
    .perksLandingPageWrapper .testimonialsBrand p {
        font-size: 14px;
    }

    .testimonialsBrand p.author {
        font-size: 30px;
    }

    #howItWorksSection .titleContainer {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 450px) {
    .mobile #logo {
        width: 40%;
    }

    .navbar-nav>li {
        padding: 15px 10px;
    }
}


.desktopVersion {
    display: block;
}

.mobile .desktopVersion {
    display: none;
}

.mobileVersion {
    display: none;
}

.mobile .mobileVersion {
    display: block;
}

/*From header.html*/
.promocodeRequestFormContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
}

.RootBody .promocodeRequestFormContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.promocodeRequestForm {
    display: block;
    position: absolute;
    height: auto;
    max-width: 600px;
    width: 100%;
    background-color: #fff;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 20px;
}

.promocodeTitle {
    display: block;
    color: #6D6E71;
    font-family: "Avenir-Black";
    font-size: 26px;
    text-align: center;
    text-transform: uppercase;
}

.promocodeSubTitle {
    font-size: 14px;
    font-family: 'Avenir';
    text-transform: none;
    color: #6D6E71;
}

.otherOptionsContainer {
    display: block;
    padding: 20px;
    margin-bottom: 15px;
}

a.otherMemberOptions {
    display: inline-block;
    width: 100%;
    background-color: #6D6E71;
    color: #fff;
    height: 40px;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Avenir", "Open Sans";
    line-height: 40px;
}

@media only screen and (max-height: 700px) {
    .promocodeRequestFormContainer {
        overflow: scroll;
        -webkit-overflow: scroll;
        -webkit-overflow-scrolling: touch position: absolute;
    }

    .promocodeRequestForm {
        top: 0;
        transform: translateY(0%) translateX(-50%);
        overflow: scroll;
        -webkit-overflow: scroll;
        -webkit-overflow-scrolling: touch
    }

    .formContent {
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
    }
}

@media only screen and (max-width: 600px) {
    .promocodeRequestFormContainer {
        overflow: scroll;
        -webkit-overflow: scroll;
        -webkit-overflow-scrolling: touch position: absolute;
    }

    .promocodeRequestForm {
        top: 0;
        transform: translateY(0%) translateX(-50%);
        overflow: scroll;
        -webkit-overflow: scroll;
        -webkit-overflow-scrolling: touch
    }

    .formContent {
        -webkit-overflow-scrolling: touch;
        overflow: scroll;
    }

    a.otherMemberOptions {
        width: 100%;
        max-width: 100%;
        margin-top: 20px;
        float: none !important;
    }
}

.formLogo {
    display: block;
    height: 100px;
    margin-bottom: 25px;
    padding: 0 20px;
    width: 100%;
    max-width: 250px;
    text-align: center;
    margin: 0 auto;
}

.formLogo img {
    height: auto;
    width: 100%;
}

@media only screen and (max-width: 500px) {
    .promocodeTitle {
        font-size: 15px;
    }

    .promocodeSubTitle {
        font-size: 10px;
    }
}

@media screen and (max-width: 1000px){
  .RootBody .ArnAdults{margin:5px 0 0 !important;}
  .RootBody div.autocomplete{min-width: 0 !important;width: 100% !important;}
}