/* header to stay in skin */

@media screen and (min-width: 1000px) and (max-width: 1160px) {
    .enterpriseHeader .links a {
        font-size: 14px;
        padding: 13px 5px;
    }
}

@media only screen and (max-width: 1000px) {
    .enterpriseHeader #logo img {
        width: 180px;
    }
}

.MemberNotAuthenticated #nav li {
    display: inline-block;
}

/* Color Changes */

.ratingCount {
    background-color: #003268;
}

.arrowDown::before {
    border-top-color: #dda827;
}

.submit, a.ArnShowRatesLink, .SearchHotels .ArnContentContainer a.bookRoom {
    background: #00a3d2 none repeat scroll 0 0;
    text-transform: uppercase;
}

.submit:hover, a.ArnShowRatesLink:hover, .SearchHotels .ArnContentContainer a.bookRoom:hover {
    background: #008fb9 none repeat scroll 0 0;
}

a.ArnGoCitySearch:hover, a.ArnGoAddressSearch:hover, a.ArnGoLandmarkSearch:hover, a.ArnGoAirportSearch:hover, a.selectedTab, x.SinglePropDetail a.showRoomsLink {
    background-color: #008fb9;
}

.ArnSortContainer a:hover {
    border-left: 4px solid #dda827;
}

.OnSale .mainRate .yourRateContainer, .OnSale .yourRateContainer, .SearchHotels .OnSale .yourRateAmount {
    color: #00718a;
}

.SearchHotels .ArnPages a, .SearchHotels .ArnPages span {
    color: black;
}

.SearchHotels .ArnPages span.pagesActive,
.SearchHotels .ArnContentButtonContainer div.active, .SearchHotels .ArnContentButtonContainer div:hover,
.SinglePropDetail a.bookRoom, .SinglePropDetail a.holdRoom {
    background-color: #00a3d2;
    text-transform: uppercase;
}

.SearchHotels .ArnContentButtonContainer div:hover, .SinglePropDetail a.bookRoom:hover, .SinglePropDetail a.holdRoom:hover {
    background-color: #008fb9;
}

@media screen and (min-width: 1000px) {
    .hamburger:before {
        border-top-color: #dda827;
    }
}

@media screen and (max-width: 1000px) {
    .SearchHotels .filters, .SearchHotels a.ArnToggleMap {
        xborder-bottom: 4px solid #00a3d2;
    }

    .SearchHotels .modifySearchButton {
        background-color: #00a3d2;
    }
}

.ArnCarRentals .landing-page-bottom .activities,
.ArnCarRentals .landing-page-bottom .hotels {
    display: none;
}

/* Custome Css*/

.enterpriseHeader .wsite-logo img {
    width: 175%;
}

.SearchHotels.SearchMode-WBHotelListKeystone .ArnLeftSearchContainer {
    background-color: #FFF;
}

.enterpriseHeader {
    padding: 0px 10px;
}

@media screen and (max-width: 1000px) {
    .enterpriseHeader #navmobile {
        top: 50px;

    }
}

@media screen and (max-width: 1000px) {
    .enterpriseHeader {
        z-index: 35;
    }
}

.CheckOutForm #theConfirmationContainer .submit {
    display: block !important
}

/* Branding color Changes */

.searchOptionsControls button.doneSearchOptions.submit {
    background-color: #01A2D2;
    color: white;
}

.searchOptionsControls button.clearSearchOptions.submit {
    border: 2px solid #DDA927 !important;
    color: #DDA927;
}

.submit {
    background: #01A2D2;
}

.SinglePropDetail.WBPropertyDetailViewKeystone .PropertyLinks a:hover:after, .SinglePropDetail.WBPropertyDetailViewKeystone .PropertyLinks a.active:after {
    background-color: #DDA927 !important;
    position: absolute;
    background-color: transparent;
}

.SinglePropDetail.WBPropertyDetailViewKeystone a.showRoomsLink {
    background-color: #01A2D2;
}

.SinglePropDetail.WBPropertyDetailViewKeystone .SimpleSearch form>input.submit {
    background-color: #01A2D2;
    color: #fff;
}

.SinglePropDetail.WBPropertyDetailViewKeystone .bookRoom, .SinglePropDetail.WBPropertyDetailViewKeystone .holdRoom {
    background-color: #01A2D2;
    color: white;
}

.SearchHotels.SearchMode-WBHotelListKeystone #theOtherSubmitButton {
    background-color: #DDA927;
}

.SearchHotels.SearchMode-WBHotelListKeystone #theSubmitButton {
    background-color: #DDA927;
}

.SearchHotels.SearchMode-WBHotelListKeystone .ArnSecondarySearchOuterContainer .ArnIndividualSearchContainer.ArnPropertyClassesContainer div span svg path {
    fill: #DDA927;
}

.SearchHotels.SearchMode-WBHotelListKeystone .ArnSecondarySearchOuterContainer .ArnIndividualSearchContainer.ArnPropertyClassesContainer div span svg.inactive path {
    fill: #ddd;
}

.ArnPropClass svg path, .customRatingImageSpan svg path {
    fill: #DDA927;
}

.ArnPropClass svg.inactive path, .customRatingImageSpan svg.inactive path {
    fill: #ddd;
}

#theOtherClearFilterButton, #theOtherSubmitButton2 {
    background-color: #DDA927;
}

.ArnIconContainer img.On {
    margin: 0 5px 0 0;
}