/* Fonts */
@font-face {
    font-family: 'Ovink-Bold';
    src: url('https://media.travsrv.com/appSkins/a17255/v6/themes/standard/Ovink-Bold.eot?#iefix') format("embedded-opentype"),
        url("https://media.travsrv.com/appSkins/a17255/v6/themes/standard/Ovink-Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'Ovink-Medium';
    src: url('https://media.travsrv.com/appSkins/a17255/v6/themes/standard/Ovink-Medium.eot?#iefix') format("embedded-opentype"),
        url("https://media.travsrv.com/appSkins/a17255/v6/themes/standard/Ovink-Medium.ttf") format("truetype");
}

.SearchHotels .ArnPropName a {
    letter-spacing: initial !important;
}

#header.enterpriseHeader {
    background: #000 !important;
}

.enterpriseHeader #logo {
    width: initial !important;
}

.event-dates {
    font-family: 'Ovink-Bold';
    color: #fff;
    font-size: 17px;
    position: relative;
    top: 5px;
    left: 18px;
}

/* Button Colors */
.selectedTab,
.submit,
.OnSale .ArnShowRatesLink,
.ArnShowRatesLink,
.SearchHotels .bottomPager .ArnPages a,
.SearchHotels .bottomPager .ArnPages .not_page,
.bookRoom,
.SearchHotels .modifySearchButton,
.GroupHoldForm .ArnContentButtonWide,
.GroupHoldForm .ArnContentButtonNarrow,
.HoldRoomsForm .ArnContentButtonWide,
.HoldRoomsForm .ArnContentButtonNarrow {
    background: #F68823 !important;
    transition: all .5s ease;
}

.SearchHotels .bottomPager .ArnPages .pagesActive {
    color: #fff !important;
    background:#000 !important;
}

.GroupHoldForm .ArnContentButtonWide,
.GroupHoldForm .ArnContentButtonNarrow,
.HoldRoomsForm .ArnContentButtonWide,
.HoldRoomsForm .ArnContentButtonNarrow {
    border-top: 1px solid #a51edb !important;
    border-left: 1px solid #a51edb !important;
    border-right: 1px solid #a51edb !important;
}

.submit:hover,
.submit:active,
.submit:focus,
.ArnShowRatesLink:hover,
.ArnShowRatesLink:active,
.ArnShowRatesLink:focus,
.bookRoom:hover,
.bookRoom:focus,
.bookRoom:active {
    background: #000 !important;
}

.holdRoom:hover,
.holdRoom:active,
.holdRoom:focus {
    background: #000 !important;
}

.holdRoom {
    background: #5CA7E4 !important;
}

.hamburger:before,
.PropertyAmenities:before {
    border-top-color: #000 !important;
}

.SearchHotels .ArnPropName div.percentSavings,
.SinglePropDetail .bestPrice .percentSavings {
    background: #fc0 !important;
    color: #000 !important;
}

.specialEventRate,
.hostHotel {
    background: #000 !important;
}

.throbber {
    border-left: #000 !important;
}

.SearchHotels .ArnSearchContainerMainTable {
    xtop: 96px !important;
}
@media screen and (max-width: 800px){
	.SearchHotels .ArnSearchContainerMainTable{
		top: 0 !important;
	}
}
#slideit label.open:hover,
#slideit label.open:focus,
#slideit label.open,
#slideit span.title {
    background: #14e81f !important;
}

#slideit section {
    border-bottom: #000 !important;
}

.ArnPropName div.ratingCount {
    background: #000 !important;
}

.sash {
    background: #000 !important;
}

.openMapBtn {
    top: 114px !important;
}

.openMapBtn:hover,
.openMapBtn:focus,
.openMapBtn:active {
    background: #14e81f !important;
}

.ArnGoCitySearch:hover,
.ArnGoAddressSearch:hover,
.ArnGoLandmarkSearch:hover,
.ArnGoAirportSearch:hover {
    background: #000 !important;
}

.HoldRoomsForm .ArnRightListContainer input {
    width: 100% !important;
    max-width: 205px !important;
}
@media only screen and (min-width: 800px){
.ArnSortByName:hover, .ArnSortByClass:hover, .ArnSortByType:hover, .ArnSortByPrice:hover, .ArnSortByAvailability:hover, .ArnSortByDealPercent:hover, .ArnSortByDealAmount:hover, .ArnSortByVacationRental:hover, .ArnSortByDistance:hover, .ArnSortByName.active, .ArnSortByClass.active, .ArnSortByType.active, .ArnSortByPrice.active, .ArnSortByAvailability.active, .ArnSortByDealPercent.active, .ArnSortByDealAmount.active, .ArnSortByVacationRental.active, .ArnSortByDistance.active{
   border-left: 2px solid #000 !important;
}
}
@media only screen and (max-width: 800px) {

    .SearchHotels .ArnSortByName:hover,
    .SearchHotels .ArnSortByClass:hover,
    .SearchHotels .ArnSortByType:hover,
    .SearchHotels .ArnSortByPrice:hover,
    .SearchHotels .ArnSortByAvailability:hover,
    .SearchHotels .ArnSortByDealPercent:hover,
    .SearchHotels .ArnSortByDealAmount:hover,
    .SearchHotels .ArnSortByVacationRental:hover,
    .SearchHotels .ArnSortByDistance:hover,
    .SearchHotels .ArnSortByName.active,
    .SearchHotels .ArnSortByClass.active,
    .SearchHotels .ArnSortByType.active,
    .SearchHotels .ArnSortByPrice.active,
    .SearchHotels .ArnSortByAvailability.active,
    .SearchHotels .ArnSortByDealPercent.active,
    .SearchHotels .ArnSortByDealAmount.active,
    .SearchHotels .ArnSortByVacationRental.active,
    .SearchHotels .ArnSortByDistance.active {
        border-top: 4px solid #6bf442 !important;
        border-bottom: 4px solid #f441e5 !important;
    }
}

/* header to stay in skin */

@media only screen and (min-width: 800px) {
	body.IE {
		margin:105px 0 0;
	}
	#header.enterpriseHeader {
		transition: all .5s ease-in-out;
	}
	#header.enterpriseHeader .container {
	    transition: all .5s ease-in-out;
	}
	#header.enterpriseHeader .wsite-logo img {
	    transition: all .5s ease-in-out;
	}
	#header.enterpriseHeader.stick {
		xbackground-color:rgba(255,255,255,.95);
	}
	#header.enterpriseHeader.stick .container {
	    xpadding: 5px 0;
	}
	#header.enterpriseHeader.stick .wsite-logo img {
	    xwidth: 180px;
	}
	.SearchHotels #header.enterpriseHeader {
	    position: static;
	    width: 100%;
	}
	#header.enterpriseHeader .container {
		max-width: 98%;
		text-align: center;
	}
	.enterpriseHeader .postButtonLink, .enterpriseHeader .links li a {
	    font-weight: 500;
	}
	.enterpriseHeader .links a, .enterpriseHeader .wsite-menu li a, .enterpriseHeader #wsite-menus .wsite-menu li a {
	    display: inline-block;
	    padding: 13px 7.5px;
	    font-size: 16px;
	    vertical-align: middle;
	    color: #333;
	    line-height: 1em;
	}
	.enterpriseHeader .languageContainer {
		background-color: transparent;
		padding: 0;
		width: initial;
		width: auto;
		display: inline-block;
		margin: 0 0 0 7.5px;
		vertical-align: middle;
	}
	.enterpriseHeader .languageContainer select {
	    font-size: 14px;
	    font-weight: 500;
	}
	.wsite-logo img {
		width:360px;
	}
	#AdminControlsContainer {
	    position: relative;
	    z-index: 1;
		display:none;
	}
	#header.enterpriseHeader {
	    border-bottom: 1px solid #ccc;
	    position: static;
	    width: 100%;
		top:0;
	}
	.enterpriseHeader .navRow #nav {
	    float: right;
	    width: initial;
		width: auto;
	}
	.MemberAuthenticated .enterpriseHeader .arn_username {
	    background-color: transparent;
	    display: inline-block;
	    padding: 13px 15px 13px 5px;
	    vertical-align: middle;
	    border-right: 1px solid #CCC;
	    margin: 0 10px 0 0;
		font-weight: 700;
	}
}
@media only screen and (max-width: 800px) {
	#header.enterpriseHeader.container-fluid {
	    padding-right: 0;
	    padding-left: 0;
	}
	#navmobile {
	    top: 67px;
	}
	.enterpriseHeader .links li {
		display:none !important;
	}
	.enterpriseHeader .links a, .enterpriseHeader .wsite-menu li a, .enterpriseHeader #wsite-menus .wsite-menu li a {
	    display: block;
	    padding: 13px 7px;
	    text-align: center;
	    color: initial;
	    font-weight: 300;
	}
}


.arnMapMarker.noPrice {
	display:none !important;
}
@media only screen and (max-width: 800px) {
	.adminContainer span {
	    background-color: #777;
		cursor: auto;
	    background-size: 10px auto;
	    height: 20px;
	    width: 20px;
	}
	.adminMobile {
	    display: inline-block;
	    width: 20px;
	    margin: 0 5px;
	    float: left;
	}
	.languageContainer {
	    background-color: transparent;
	    padding: 0;
	    position: static;
	    width: initial;
	    float: right;
	}
	.languageContainer select {
	    font-size: 12px;
	    width: 110px;
	    height: 20px;
	    padding: 0;
	    border: none !important;
	}
	.MemberAuthenticated .arn_username {
	    font-size: 13px;
	    vertical-align: middle;
	    line-height: 1;
	    padding: 3px 0 0;
	}
}









.ArnSearchHolderBoth {
	xoverflow:hidden;
}
.ArnTimeout {
  font-size: 0;
}
.ArnTimeout a {
  font-size: 16px;
  font-weight:normal;
  text-decoration:underline;
}


#menu-button {
    display: none;
}

body,
.ArnSubPage td,
.ArnRoomsOnHold,
.ArnRoomsOnHold td {
    font-family: 'Nunito', 'sans-serif';
    font-weight: 400;
}

body.RootBody {
    background-size: cover !important;
}

body.RootBody,
body.WBResendOrCancelForm {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.uppercase {
    text-transform: uppercase;
}

input {
    text-indent: 0;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    padding-left: 6px;
}

input,
select,
.SearchHotels .modifySearch,
.SinglePropDetail .modifySearch,
.ArnAcdParentLable {
    font-weight: initial;
}

.modifySearch {
    font-family: 'Nunito', 'sans-serif';
    font-weight: 300;
}

.hostHotel {
    display: none;
}

.RootBody .ArnSearchContainerMainDiv,
.WBResendOrCancelForm {
    flex-grow: 1;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .RootBody .ArnSearchContainerMainDiv {
        margin-bottom: 4vh;
    }
}

.SearchHotels #header.enterpriseHeader {
    z-index: 10;
}

.totalsTable .dueNowRow td,
.totalsTable .balanceDueRow td {
    font-size: 24px;
}

.ArnPagerResult h3 {
    display: none;
}

.ArnPropNameLink,
.ArnPropNameLink:active,
.ArnPropNameLink:visited {
    color: #333;
    font-weight: normal;
}

.SearchHotels .ArnLeftSearchContainer,
.SearchHotels .ArnRightListContainer {
    margin-top: 0;
}

.SearchHotels .ArnSearchContainerMainTable {
    xtop: 70px;
    position: relative;
}

#SortControls {
    height: 185px;
}

.hamburger:after,
.hamburger:before {
    left: 204px;
}

.adminMobile>.hamburger {
    text-align: left;
}

#theMarketingOptInAjax input {
    width: 15px;
    margin-right: 4px;
}

#theMarketingOptInAjax label {
    font-size: 15px;
    font-weight: 700;
}

.CancelReservationAction.submit {
    margin-bottom: 5px;
}

.SearchHotels .ArnProperty:hover {
    box-shadow: 2px 2px 2px 0px #ccc;
}

.sash {
    width: 100%;
    margin-bottom: -5px;
    position: relative;
    z-index: 2;
    background: #000;
    color: #f9fcf9;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3.5px 8px;
    font-size: 15px;
}

.sash+.svg-container+.sash,
.sash+.sash {
    display: none;
}

.specialEventRate,
.memberSavings,
.SearchHotels .percentSavings,
.SinglePropDetail .bestPrice .memberSavings {
    display: none;
}

.ArnAcdChild {
    min-width: initial !important;
}

.SearchHotels input[type="text"],
.SearchHotels select,
.SearchHotels .ArnAcdParent {
    font-size: 15px;
}

@media only screen and (min-width:800px) {
    .SearchHotels .ArnLeftSearchContainer {
        width: 25%;
        max-width: initial;
    }

    .SearchHotels .ArnRightListContainer {
        width: 70%;
        max-width: 70%;
    }

    .SearchHotels .ArnRightExtraContainer {
		display: inline-block;
		width: 12%;
		float: right;
		position: static;;
		padding: 15px;
		font-size: 16px;
		font-weight: 300;
    }
	.SearchHotels .reserveHotel, .SearchHotels .modifySearch {
	    padding: 10px 0 0 10px;
	}
}

.SearchHotels .ArnRightExtraContainer .howtos button {
	background-color: black;
	display: block;
	width: 100%;
	color: white;
	border: none;
	margin: 10px 0;
	padding: 10px 5px;
	font-size: 15px;
	text-transform: capitalize;
	border-radius: 10px;
	font-weight: 500;
}

@media only screen and (min-width:1000px) {
    .SearchHotels .ArnLeftSearchContainer {
        width: 22%;
        max-width: initial;
    }

    .SearchHotels .ArnRightListContainer {
        width: 65%;
        max-width: 65%;
    }

    x.SearchHotels .ArnRightExtraContainer {
        width: 100%;
        transition: all 1s ease;
        transform: translate(4000px, 0);
        z-index: 3;
    }
}

@media only screen and (min-width:1150px) {
    .SearchHotels .ArnLeftSearchContainer {
        width: 17%;
        max-width: initial;
    }

    .SearchHotels .ArnRightListContainer {
        width: 70%;
        max-width: 70%;
    }

    x.SearchHotels .ArnRightExtraContainer {
        width: 30%;
        right: 0;
        left: inherit;
        transform: translate(0, 0);
    }

    .openMapBtn {
        display: none;
    }
}

.SearchHotels .ArnPropName {
    width: 70%;
    max-width: 375px;
}
@media screen and (min-width: 1150px) and (max-width: 1400px) {
	.SearchHotels .ArnRightListContainer {
	    width: 60%;
	    max-width: 60%;
	}
	.SearchHotels .ArnRightExtraContainer {
	    width: 22%;
	}
}
@media screen and (min-width: 800px) and (max-width: 1000px) {
    .SearchHotels .ArnRightListContainer {
        width: 58%;
        max-width: 58%;
    }
	.SearchHotels .ArnRightExtraContainer {
	    width: 15%;
	}
    .SearchHotels .ArnPropName {
        width: 68%;
    }

    .ArnLeftSearchContainer {
        font-size: 13px;
    }
}

.SearchHotels .ArnProperty {
    width: 100% !important;
}

.SearchHotels .ArnPropName a {
    letter-spacing: -1px;
    font-weight: initial;
}

.SearchHotels .ArnPropThumb {
    width: 32%;
}

.SearchHotels .ArnPropThumb img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
}

.customTag {
    position: absolute;
    bottom: 0;
    display: block;
    text-align: center;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    font-size: 15px;
    border-bottom-left-radius: 12px;
    width: 100%;
}

@media only screen and (max-width: 800px) {
	.nav, .nav a {
	    font-size: 15px;
	}
    .customTag {
        max-width: 32%;
    }
	.SearchHotels .ArnRightExtraContainer {
	    display: block;
	    width: 85%;
	    margin: 0 auto;
	    font-size: 16px;
	}
}

@media only screen and (max-width: 600px) {
    .customTag {
        max-width: 34%;
    }
}

@media only screen and (max-width: 500px) {
    .customTag {
        max-width: 33%;
    }
}

@media only screen and (max-width: 415px) {
    .customTag {
        max-width: 100%;
    }
}

.SearchHotels .ArnPropNameLink {
    margin: 4% 0 0 2%;
}

.SearchHotels .ArnPropName div {
    margin: 2px 0 0 2%;
    font-size: 14px;
    width: 100%;
}

.distanceLabel {
    font-size: 14px;
    font-weight: initial;
}

.PropLimitedAvail .ArnRateCell {
    padding: 0;
}

.PropLimitedAvail .detailsOrNearbyLabel .propertiesNearbyLink {
    margin-left: -7px
}

.SearchHotels .ArnRateCell {
    position: absolute;
    background: transparent;
    bottom: 18px;
    right: 0;
    top: initial;
    max-width: 180px;
    text-align: center;
}

.roomCount,
.SinglePropDetail .RateCalendarPopupClose.arnPopupClose {
    color: #ff3737;
}

.SearchHotels .OnSale .roomCount {
    /*bottom: 0;*/
}

.SearchHotels .roomCount {
    text-align: left;
    width: initial;
    padding: 0;
    font-weight: initial;
    margin: 6px 0 -6px 0;
    /*position: absolute;*/
    /*right: 25px;*/
    /*bottom: -8px;*/
}

.specialEventRate+.roomCount,
.ArnRateButton+.roomCount {
    text-align: center !important;
}

.SearchHotels .roomCount strong {
    font-weight: normal;
}

.ArnPropName div.ratingCount {
    background: #009dd9;
    border-radius: 3px;
    padding: 0 4px;
    overflow: hidden;
    max-width: 27px;
}

.SearchHotels .ArnPropName div.reviewCount {
    z-index: 2;
    max-width: 150px;
}

.SearchHotels .ArnPropName div.originalPrice {
    display: block;
    margin: 0;
    line-height: 1.6;
    font-family: 'Nunito', 'sans-serif';
    font-weight: 300;
}

.SearchHotels .ArnPropName div.originalPrice span {
    text-decoration: none !important;
    font-size: 20px;
    letter-spacing: -1px;
    text-align: center;
    color: #666;
}

.SearchHotels .originalRateAmount {
    display: inline-block;
}

.SearchHotels .ArnPriceCell>span {
    display: block;
    text-align: center;
}

.originalRateAmount {
    text-decoration: none !important;
}

.SearchHotels .ArnPropName div.originalPrice:before,
.SinglePropDetail .bestPrice .originalPrice:before {
    content: 'was ';
    text-decoration: none;
    font-size: 20px;
    letter-spacing: -1px;
    color: #666;
    font-family: 'Nunito', 'sans-serif';
    font-weight: 300;
}

.SearchHotels .ArnPropName div.originalPrice .originalRateAmount::first-letter,
.SearchHotels .originalRateContainer+.originalRateAmount:first-letter,
.SinglePropDetail .originalRateContainer+.originalRateAmount:first-letter {
    font-size: .5em;
    vertical-align: super;
}

.SearchHotels .ArnPropName div.yourRateContainer span,
.ArnPriceCell>span,
.SinglePropDetail .OnSale .bestPrice .yourRateAmount {
    font-size: 36px;
    letter-spacing: -1px;
    color: #000;
    font-family: 'Nunito', 'sans-serif';
    font-weight: 700 !important;
}

.SinglePropDetail .S16 .yourRateAmount {
    margin-top: 42px;
}

.SinglePropDetail .SB16 .yourRateAmount {
    margin-top: 0;
}

.SearchHotels .yourRateAmount,
.SearchHotels .yourRateContainer {
    text-align: center !important;
    width: 100% !important;
}

.yourRateAmount::first-letter {
    font-size: .5em;
    vertical-align: super;
}

.SearchHotels .OnSale .ArnShowRatesLink,
.ArnShowRatesLink {
    padding: 8px 20px !important;
    font-size: 17px;
}

.SearchHotels .yourRateAmount:after,
.SinglePropDetail .bestPrice .yourRateAmount:after {
    content: 'per night';
    display: block;
    font-size: 14px;
    font-family: 'Nunito', 'sans-serif';
    font-weight: 400;
    color: #333;
    margin: 5px 0 0 2%;
    text-align: center;
}

.staySmartRate {
	position: absolute;
	right: 0;
	top: 0px;
}

.svg-container {
    width: 75px;
    height: 75px;
    background: #ff8122;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0 1px 1px 0 #8d9092;
    position: absolute;
    left: 105%;
    top: -14px;
    z-index: 2;
}
.svg-container img {
    width: 100%;
}

.sash .event-rate {
    position: relative;
}

.triangle-bottomright {
    width: 0;
    height: 0;
    border-bottom: 10px solid #8d9092;
    border-left: 10px solid transparent;
    position: absolute;
    left: -10px;
    top: 0;
}

.svg-badge {
    width: 75%;
}

.checkmark {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    box-shadow: inset 0px 0px 0px #79cf46;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
    position: absolute;
    top: 29%;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 49;
    animation: stroke 1.3s infinite ease-in-out;
}

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

    .SearchHotels .svg-container {
        width: 36px;
        height: 36px;
        background: transparent;
        box-shadow: 0 1px 1px 0 transparent;
        top: -5px;
    }

    .SearchHotels .triangle-bottomright {
        display: none;
    }

    .checkmark {
        transform: scale(.6);
        top: 15%;
        left: 4px;
    }
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

.ArnLimitedAvail,
.ArnAvailability {
    bottom: 30px;
}

.ArnAcdChildrenSelect,
.ArnAcdAdultsContainer+.ArnAcdSpan {
    display: none;
}

.ArnAcdChild .ArnAcdSelect {
    width: 100%;
}

.ArnAcdAdultsSelect option:nth-child(n + 5) {
    display: none;
}

.ArnAcdSpan {
    width: 100%;
}

.ArnAcdChild {
    padding: 24px 18px 8px;
}

.SearchHotels .adminMobile {
    width: 100%;
}

.SearchHotels .adminMobile>.hamburger {
    float: left;
}

.openMapBtn {
    padding: 15px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    border: 1px solid #ccc;
    top: 88px;
    right: 20px;
    position: absolute;
    z-index: 4;
    transition: all .5s ease;
}

.openMapBtn:hover,
.openMapBtn:focus,
.openMapBtn:active {
    background: #009dd9;
    color: #fff;
}

.openMapBtn:before {
    content: 'Open Map';
}

.closeMapBtn {
    background: rgba(15, 15, 15, 0.8);
    color: #fff;
    transition: all .5s ease;
}

.closeMapBtn:before {
    content: 'X';
}

.showMap {
    transform: translate(0, 0) !important;
    left: 0 !important;
}

/* Prop Detail Page */

.SinglePropDetail .PropertyAmenities {
    position: relative;
    overflow: hidden;
}

.ArnAmenityContainer {
    visibility: visible;
    opacity: 1;
    transition: all .3s ease-in;
}

.hideAccordion {
    visibility: hidden;
    opacity: 0;
}

.SinglePropDetail .PropertyAmenities legend {
    background: #fff;
    top: 0;
    left: 0;
    padding: 15px;
    z-index: 4;
    cursor: pointer;
}

.PropertyAmenities:before,
.PropertyAmenities:after {
    top: 24px;
    left: 93%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.PropertyAmenities:before {
    border-color: rgba(204, 204, 204, 0);
    border-top-color: #009dd9;
    border-width: 9px;
    margin-left: -9px;
    z-index: 5;
}

.PropertyAmenities:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 6px;
    margin-left: -6px;
    z-index: 5;
}

.PropDetailView {
    margin-top: 30px !important;
    padding: 0 8px;
}

.PropertyImages .ArnPhotoContainer {
    overflow: hidden;
    object-fit: cover;
    width: 100%;
    object-position: 50% 50%;
}

.SinglePropDetail .bestPrice .memberSavings {
    display: none !important;
}

.SinglePropDetail .ArnRateCell {
    width: 25%;
    text-align: center;
    right: 0;
    top: 0;
}

.SinglePropDetail .ArnPropNameLink,
.SinglePropDetail .ArnPropAddress,
.SinglePropDetail .ArnTripAdvisorDetails {
    width: 75%;
    display: block;
}

.SinglePropDetail .ArnPropAddress,
.SinglePropDetail .ArnTripAdvisorDetails {
    font-size: 14px;
    line-height: 1.8;
}

.SinglePropDetail .bestPrice .yourRateContainer {
    display: block;
}

.SinglePropDetail .OnSale .bestPrice .yourRateAmount {
    text-align: center;
}

.SinglePropDetail .bestPrice .percentSavings {
    right: 0;
    width: 100%;
}

.SinglePropDetail .ArnPropName div.ArnTripAdvisorDetails {
    margin: 0;
}

.SinglePropDetail .bestPrice .originalPrice {
    display: block;
    margin-top: 30px;
    margin-right: 0 !important;
}

.SinglePropDetail .bestPrice .originalRateAmount {
    display: inline;
    font-size: 20px;
    font-family: 'Nunito', 'sans-serif';
    font-weight: 300;
}

.SinglePropDetail .bestPrice .percentSavings {
    top: -1px;
    font-family: 'Nunito', 'sans-serif';
    font-weight: 300;
    background: #009dd9;
}

.SinglePropDetail .showRoomsLink,
.SinglePropDetail .mainRate .bestPrice a.showRoomsLink {
    display: none !important;
}

.SinglePropDetail .originalRateAmount {
    font-size: 20px !important;
}

#bestPublicRate {
    display: none;
}

.SinglePropDetail .PropertyLinks a {
    background: #222;
}

.SinglePropDetail legend {
    background: #222;
    font-family: 'Nunito', 'sans-serif';
    font-weight: 300;
}

.SinglePropDetail .bookRoomCell .percentSavings {
    display: none;
}

.SinglePropDetail .SB16 .originalRateContainer,
.SinglePropDetail .SB16 .memberSavings,
.SinglePropDetail .SB16 .eliteRateContainer {
    display: none !important;
}

.SinglePropDetail .SB16 .originalRateAmount {
    text-decoration: line-through !important;
    text-align: center;
    font-weight: 300 !important;
    font-size: 17px !important;
}

.SinglePropDetail .SB16 .yourRateAmount {
    width: 100%;
    text-align: center;
    font-size: 36px;
    letter-spacing: -1px;
    color: #79cf46;
    font-weight: 700;
    line-height: 1;
}

.exclusiveRate {
    display: inline-block;
    padding: 5px;
    background: #f1f1f1;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #ccc;
    color: #79cf46;
    margin-bottom: 12px;
}

.exclusiveRate+.exclusiveRate {
    display: none;
}

.exclusiveRate svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
    fill: #79cf46;
}

.SinglePropDetail .ArnPropertyMapInner {
    height: 500px !important;
    z-index: 8;
}

.SinglePropDetail .ArnContentGeneralInfo {
    padding: 0;
}

.SinglePropDetail .GeneralInfo p {
    padding: 15px 0 0 15px;
}

/* Date Prompt */

#theDatePrompt {
    top: 12% !important;
    text-align: center;
    padding: 0 20px 40px !important;
    font-size: 14px;
    line-height: 1.4 !important;
}

#theDatePrompt>img {
    display: block;
    margin: 36px auto;
}

#theDatePrompt h3,
#theDatePrompt p,
#theDatePrompt td {
    text-align: left;
}

#theDatePrompt h3 {
    font-weight: 700;
    margin: 0 0 12px 0;
}

.lrgTipContainer {
    width: 800px;
    background: #549ad4;
    color: #fff;
    margin-top: 42px;
    padding: 0 0 20px;
	display:none;
}

.lrgTip {
    max-width: 530px;
    margin: 0 auto;
}

.lrgTip img {
    float: left;
    max-width: 100px;
    margin-right: 18px;
}

.arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 11px solid #fff;
    display: block;
    margin: 0 auto 20px auto;
}

.originalPrice {
    display: none !important;
}

.leaflet-container a.leaflet-popup-close-button {
    display: block;
    background: rgba(12, 12, 12, .65);
    z-index: 2;
    width: initial;
    height: initial;
    padding: 8px;
}

div#overlay {
    z-index: 9997 !important;
    opacity: .9 !important;
}

#theBookingPage .insuranceAgreement td:nth-of-type(2) li:nth-of-type(3) {
    display: none;
}

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

    .hamburger:before,
    .hamburger:after {
        background: transparent !important;
        left: 92%;
    }

    .SearchHotels .ArnSearchContainerMainTable {
        xtop: 40px;
    }

    .openMapBtn {
        top: 57px;
    }

    .SinglePropDetail .ArnRateCell {
        width: 30%;
    }

    .SinglePropDetail .ArnPropNameLink,
    .SinglePropDetail .ArnPropAddress,
    .SinglePropDetail .ArnTripAdvisorDetails {
        width: 70%;
    }
}

@media only screen and (max-width: 800px) {
    body {
        background: inherit;
    }

    .RootBody #header.enterpriseHeader {
        width: 100%;
    }

    .enterpriseHeader #logo {
        padding-left: 5px;
    }

    .SearchHotels .ArnSearchContainerMainTable {
        top: 0;
    }

    .event-dates {
        display: block;
        left: 5px;
    }

    .openMapBtn {
        display: none;
    }

    .SearchHotels .percentSavings {
        display: none;
    }

    .SearchHotels .originalRateAmount {
        font-size: 20px !important;
    }

    .SearchHotels .ArnPropName div.memberSavings {
        display: none !important;
    }

    .SearchHotels .ArnProperty {
        margin-bottom: 36px;
        border: 1px solid #ccc;
        border-radius: 10px;
    }

    .SearchHotels .yourRateAmount,
    .SearchHotels .ArnPropName div.originalPrice {
        line-height: 1 !important;
        font-size: 16px;
    }

    .SearchHotels .ArnPropName div {
        margin: 5px 0 0 0;
    }

    .SearchHotels .ArnPropNameLink {
        margin: 4% 0 0 0;
    }

    .SearchHotels .ArnRateCell {
        bottom: 6px;
        max-width: 130px;
    }

    .SearchHotels .ArnPropThumb {
        margin-bottom: -5px;
        border-bottom-left-radius: 10px;
    }

    .SearchHotels .ArnPropName {
        width: 45%;
    }

    .SearchHotels .ArnPropName div.originalPrice:before {
        display: none;
    }

    .SearchHotels .ArnPropName div.originalPrice span {
        text-decoration: line-through !important;
    }

    .SearchHotels .ArnRateButton,
    .SearchHotels .OnSale .ArnRateButton {
        width: initial;
        max-width: 120px;
        margin: 5px auto !important;
    }

    .SearchHotels .roomCount {
        font-size: 13px !important;
        /*position: static;*/
    }

    .SearchHotels .ArnGoCitySearch:hover,
    .SearchHotels .ArnGoLandmarkSearch:hover,
    .SearchHotels .ArnGoAirportSearch:hover {
        color: #fff;
    }

    .SinglePropDetail .ArnPropName {
        padding: 25px 10px 32px 10px;
        min-height: 140px;
    }

    .SinglePropDetail .OnSale .bestPrice .yourRateAmount {
        font-size: 36px !important;
        padding: 8px 0;
        margin-top: 36px;
    }

    .SinglePropDetail .PropertyAmenities {
        padding: 10px;
    }

    .SinglePropDetail .PropertyAmenities legend {
        padding: 0;
    }

    .PropertyAmenities:before,
    .PropertyAmenities:after {
        left: 230px;
        top: 15px;
    }

    .hideAccordion {
        display: none;
    }

    .SinglePropDetail .PropertyLinks a {
        background: #fff;
    }

    .SinglePropDetail .ArnRateTableHeader {
        background: #222;
    }

    .SinglePropDetail legend {
        background: #fff;
    }

    .SinglePropDetail .ArnRateTableHeader th.RoomDescriptionHeader {
        font-weight: 300;
    }

    .SinglePropDetail .ArnPropNameLink,
    .SinglePropDetail .ArnPropNameLink:active,
    .SinglePropDetail .ArnPropNameLink:visited {
        max-width: 63%;
    }

    .SinglePropDetail .bookRoomCell .ArnNightlyRate {
        margin: 12px 0;
        padding: 0;
    }

    .SinglePropDetail .ArnRateCell {
        max-width: 35%;
    }

    .SinglePropDetail .bookRoomCell .ArnNightlyRate {
        border: 0;
    }

    .SinglePropDetail .bookRoomCell .originalRateAmount {
        width: 100%;
    }

    .SinglePropDetail .OnSale .bookRoomCell .yourRateAmount {
        font-size: 32px !important;
        font-weight: 700;
    }

    .SinglePropDetail .bookRoom {
        line-height: initial;
    }

    #theDatePrompt {
        width: 100%;
        top: 0;
    }

    #theDatePrompt>img {
        max-width: 200px;
    }

    .lrgTipContainer {
        width: initial;
    }

    #mainHotelImage {
        height: 200px;
        object-fit: cover;
        object-position: center center;
        border: 2px solid #fff;
        box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    }

    .SinglePropDetail .S16 .yourRateAmount {
        margin-top: 0;
    }

    .paymentTitles {
        display: none !important;
    }

    .SearchHotels .bottomPager .ArnPages a,
    .SearchHotels .bottomPager .ArnPages .pagesActive,
    .SearchHotels .bottomPager .ArnPages .not_page {
        padding: 2px 8px;
    }

    #theBookingPage .FormFields .text,
    #theBookingPage .FormFields textarea {
        padding-left: 8px;
    }
}

@media only screen and (max-width: 600px) {
    .sash {
        font-size: 13px;
    }

    .SearchHotels .ArnPropName {
        width: 38%;
    }

    .ArnPropNameLink,
    .ArnPropNameLink:active,
    .ArnPropNameLink:visited {
        font-size: 17px;
    }

    .svg-container {
        width: 50px;
        height: 50px;
        left: 108%;
    }

    .SearchHotels .svg-container {
        top: -7px;
    }

    .checkmark {
        top: 14%;
    }

    .SearchHotels.mobile .ArnTripAdvisorDetails {
        height: initial;
    }

    .SearchHotels .ArnRateCell {
        max-width: 137px;
    }

    .SearchHotels .ArnPropThumb {
        width: 34%;
    }

    .SearchHotels .ArnPropName div.originalPrice:before {
        font-weight: 100;
    }

    .SinglePropDetail .ArnPhotoContainer .ArnMildText:first-child img {
        height: initial;
        max-width: initial;
    }

    .SinglePropDetail .ArnPropName {
        padding: 15px 0;
    }

    #theDatePrompt {
        position: absolute;
    }
}

@media only screen and (max-width: 565px) {
	.SinglePropDetail .staySmartRate img {
	    width: 100px;
	}
    .SinglePropDetail .bestPrice {
        line-height: 1;
    }

    .SinglePropDetail .bestPrice .originalPrice {
        margin-top: 0;
    }

    .SinglePropDetail .ArnPropName {
        min-height: initial;
    }

    .SinglePropDetail .OnSale .bestPrice .yourRateAmount {
        font-size: 28px !important;
    }

    .SinglePropDetail .originalRateAmount,
    .SearchHotels .ArnPropName div.originalPrice:before,
    .SinglePropDetail .bestPrice .originalPrice:before {
        font-size: 15px !important;
    }

    .SinglePropDetail .bookRoomCell .originalRateAmount {
        width: 100%;
    }

    .SinglePropDetail .OnSale .bookRoomCell .yourRateAmount {
        font-size: 32px !important;
        font-weight: 700 !important;
    }

    .SinglePropDetail .OnSale .bestPrice .yourRateAmount {
        margin-top: 10px;
    }

    #theDatePrompt {
        top: 0;
        position: absolute;
    }

    #theDatePrompt>img {
        margin: 18px auto 0 auto;
        width: 100%;
        max-width: 200px;
    }

    #theDatePrompt .SimpleSearch .ArnRooms {
        width: 100% !important;
    }

    #theDatePrompt .SimpleSearch {
        padding: 20px;
    }

    #theDatePrompt .SimpleSearch .CheckIn {
        float: left;
    }

    #theDatePrompt .lrgTip {
        padding: 0 20px;
    }

    #theDatePrompt .SimpleSearch .Checkout,
    #theDatePrompt .SimpleSearch .CheckIn,
    #theDatePrompt .SimpleSearch .ArnRooms {
        margin: 5px 0 0;
    }

    .lrgTipContainer {
        margin-top: 0;
    }

    .lrgTip img {
        max-width: 50px;
    }

    #theDatePrompt h3 {
        font-size: 20px;
    }

    #theDatePrompt p {
        font-size: 14px;
        margin-left: 68px;
    }
}

@media only screen and (max-width: 500px) {
    .SearchHotels .ArnPropName {
        width: 34%;
    }

    .SearchHotels .ArnPropThumb {
        width: 33%;
    }

    .ArnPropNameLink,
    .ArnPropNameLink:active,
    .ArnPropNameLink:visited {
        font-size: 15px;
    }

    .SinglePropDetail .ArnPropNameLink,
    .SinglePropDetail .ArnPropNameLink:active,
    .SinglePropDetail .ArnPropNameLink:visited {
        font-size: 17px;
    }

    .SearchHotels .originalRateAmount {
        display: inline !important;
    }

    .SearchHotels .ArnPropName div {
        font-size: 12px;
    }

    .svg-container {
        width: 45px;
        height: 45px;
    }
}

@media only screen and (max-width: 420px) {
    .SearchHotels .ArnPropThumb {
        display: block;
        width: 100%;
        border-radius: 10px 10px 0 0;
    }

    .sash {
        font-size: 14px;
    }

    .SearchHotels .ArnPropName {
        width: 60%;
        border: 0;
    }

    .SearchHotels .ArnRateCell {
        width: 40%;
    }

    .SearchHotels .OnSale .ArnRateCell {
        top: 202px;
    }

    .SearchHotels.mobile .roomCount {
        width: 100%;
        text-align: center !important;
    }

    .OnSale .yourRateAmount {
        font-size: 32px !important;
    }

    .ArnPropNameLink,
    .ArnPropNameLink:active,
    .ArnPropNameLink:visited {
        font-size: 17px;
    }

    .sash .yourSavings {
        display: none;
    }

    .ArnPropNameLink,
    .ArnPropAddress,
    .ArnPropDescription,
    .ArnTripAdvisorDetails,
    .ArnIconContainer,
    .roomCount {
        width: 95%;
    }

    .SinglePropDetail .ArnRateCell {
        position: absolute;
    }
}

/* Event Rate Guarantee */
.ArnSubPage {
    padding: 0 18px;
}

@media screen and (min-width: 800px) {
	.SinglePropDetail .ArnPropName {
	    padding: 50px 24px;
	}
	.SinglePropDetail .ArnRateCell {
	    margin: 45px 0 0;
	}
    .ArnSubPage {
        margin: 125px auto 70px;
    }
}

.ArnSubPage .submit {
    max-width: 250px;
}

.eventRateGuarantee p {
    display: block;
}

.eventRateGuarantee h1 {
    color: #7ccd4f;
    font-family: 'Nunito', 'sans-serif';
    font-weight: 700;
}

.eventRateGuarantee h2 {
    color: #5b5c5b;
    font-family: 'Nunito', 'sans-serif';
    font-weight: 700;
}

.eventRateGuarantee p,
.eventRateGuarantee li {
    font-family: 'Nunito', 'sans-serif';
    font-weight: 400;
    line-height: 1.4;
}

.eventRateGuarantee li {
    list-style-type: none;
}

.eventRateGuarantee li:before {
    content: '- '
}

.st0 {
    fill: #79CF46;
}

.st1 {
    fill: #73C140;
}

.st2 {
    fill: #FFFFFF;
}

.st3 {
    fill: #898989;
}

.st4 {
    fill: #6E6E6E;
}

.st5 {
    fill: #AEAEAE;
}

/***** Main styles *****/


.map-close {
    background: rgba(14, 14, 14, 0.65);
    color: #fff;
    position: absolute;
    right: 0;
    padding: 12px;
}

/* Hold Rooms */

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

    .SearchHotels .filters {
        width: 50%;
    }
}

/* Tooltip */

.tooltipContainer {
    opacity: 0;
    width: 100%;
    text-transform: initial;
    color: #333;
    font-size: 15px;
    position: absolute;
    text-align: left;
    font-weight: 300;
    left: 0;
    box-shadow: 0 0 transparent !important;
    top: 18px;
    transition: all .5s ease;
    visibility: hidden;
    background: transparent !important;
    pointer-events: none;
}

.tooltipContainer p {
    box-shadow: 1px 1px 1px 1px #ccc;
    padding: 10px;
    background: #fff;
    width: 110%;
    margin-top: 5px;
}

.hoverTooltip {
    width: 18px;
    height: 18px;
    line-height: 14px;
    font-size: 10px;
    border: 1px solid #b5b5b5;
    border-radius: 100%;
    color: #555;
    display: inline-block;
    text-transform: lowercase;
    position: relative;
    top: -2px;
    cursor: pointer;
    text-align: center;
}

.hoverTooltip:hover+.tooltipContainer {
    opacity: 1;
}

.SearchHotels .hoverTooltip {
    color: #fff;
}

.hoverTooltip:hover+.tooltipContainer,
.tooltipContainer:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: initial;
}

.tooltipClose {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px;
    cursor: pointer;
    color: #aaa;
    display: none;
}

/* Limited Availability */

.PropLimitedAvail .ArnAvailability {
    width: 175px;
    border-color: transparent;
    color: #ff3737;
}

.PropLimitedAvail .ArnAvailability h4 {
    margin: 4px 0;
    text-transform: uppercase;
    font-weight: 700;
}

.ArnSubPage .ArnAvailabilityWaitList p{
    margin-bottom: 5px;
    line-height: 15px;
}

.PropLimitedAvail div.ArnAvailability a {
    padding: 3px 20px;
}

.PropLimitedAvail .ArnAvailability a:hover,
.PropLimitedAvail .ArnAvailability a:active,
.PropLimitedAvail .ArnAvailability a:focus {
    color: #fff;
}

.savingsContainer .buttonContainer img {
    display: none;
}

.pagesActive {
    color: #fff;
}

.SearchHotels .bottomPager .ArnPages a,
.SearchHotels .bottomPager .ArnPages .pagesActive,
.SearchHotels .bottomPager .ArnPages .not_page {
    width: inherit;
    min-width: 35px;
    color: #fff;
    font-family: 'Nunito';
}

.SearchHotels .bottomPager .ArnPages a[accesskey] {
    color: #fff;
}

/* Safari Hack */

@media not all and (min-resolution:.001dpcm) {
    @media {
        .checkmark {
            left: 17px;
        }
    }
}

/* Ie Hack */

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .ArnLeftSearchContainer {
        float: left;
    }
}

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

    .ArnPropImageButtons,
    .adminControl,
    .ArnSortBy {
        display: none;
    }

    .ArnSortContainer {
        width: 85% !important;
    }

    .openMapBtn {
        top: 46px !important;
    }

    .SearchHotels .ArnPropName {
        left: 33%;
        top: 50px;
        max-width: initial !important;
    }

    .SearchHotels .ArnPropNameLink span {
        max-width: 64%;
        display: block;
    }

    .SearchHotels .ArnRateCell {
        right: 18px !important;
    }
}

.ArnAdults {
    margin-top: 4px;
}

.ArnAdults span {
    font-size: 14px;
}

.ArnStayTable td.ArnAdults,
.singlePropDetail .SimpleSearch .ArnNights,
.SimpleSearch .ArnRooms,
.SimpleSearch .ArnAdults {
    width: 50% !important;
}

.HoldRoomsForm select {
    width: 98%;
}

/* Removes current label and sets content of its container to 'Guests Per Room' */
.ArnAdults span.titleLabel {
    display: none;
}

.SinglePropDetail .ArnAdults {
    margin-top: 0;
    padding-right: 0;
}

.ArnAdults::before {
    content: 'Total Guests:';
    display: inline-block;
}

.SearchHotels .ArnStayTable td.ArnRooms {
    width: 50%;
}

.SearchHotels td.ArnAdults>span {
    display: none !important;
}

.SimpleSearch .ArnNights,
.SimpleSearch .ArnRooms,
.SimpleSearch .ArnAdults,
.SimpleSearch .ArnChildren {
    width: 50% !important;
}

.ArnStayTable {
    table-layout: fixed;
}

#theDatePrompt .SimpleSearch .ArnNights,
#theDatePrompt .SimpleSearch .ArnRooms,
#theDatePrompt .SimpleSearch .ArnAdults,
#theDatePrompt .SimpleSearch .ArnChildren {
    width: 16% !important;
}
@media screen and (min-width: 800px){
	.RootBody .ArnSearchHolderBoth{
		background: transparent;
		margin: -11px 7.5px 0 0;
	}
	.RootPage .ArnQuadSearchContainer.ArnPrimarySearchContainer{
		padding: 20px 15px 14px;
	}
	.RootBody .ArnStayTable td{
		text-align: left;
	}
}
@media screen and (min-width: 800px) and (max-width: 1200px) {
    .SimpleSearch .ArnNights,
    .SimpleSearch .ArnRooms,
    .SimpleSearch .ArnAdults,
    .SimpleSearch .ArnChildren {
        width: 100% !important;
    }

    .SimpleSearch .ArnAdults {
        padding: 0;
    }
}

@media screen and (max-width: 800px) {
    .RootBody .ArnStayTable td {
        margin: .5% !important;
        width: 49% !important;
    }

    .RootBody #adults {
        position: relative;
        top: 2px;
    }

    .SearchHotels .ArnAdults::before, .RootBody .ArnAdults::before {
        display: block;
    }

    .SinglePropDetail .SimpleSearch select {
        width: 99%;
    }

    .SearchHotels .titleLabel {
        max-width: none !important;
    }

    #theDatePrompt .SimpleSearch .ArnAdults::before {
        display: inline;
    }
	#theBookingPage.ArnSubPage {
	    padding: 0;
	}
	#theDSFormBody {
		padding:0 15px;
	}
}


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

    #theDatePrompt .SimpleSearch .ArnNights,
    #theDatePrompt .SimpleSearch .ArnRooms,
    #theDatePrompt .SimpleSearch .ArnAdults,
    #theDatePrompt .SimpleSearch .ArnChildren {
        width: 100% !important;
	margin: 5px 0 0;
    }
}


.ArnChildren {
    display: none !important;
}

/* Top Nav */

.nav,.nav a {
	color: white;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
}


/* Map */

.arnHideWhenMobile {
	display:none !important;
}
.ArnToggleMap {
    background-image: none;
    display: block;
    position: static;
    width: 100%;
    border: none;
    outline: none;
    height: initial;
    padding: 0;
	margin: 0 0 15px 0;
}
@media screen and (min-width:800px) {
	#ShowHotelOnMap {
    	background-color: #fff;
    	border-radius: 0 3px 0 0;
    	float: none;
    	padding: 0;
    	background-image: url("/appSkins/64/v6/themes/global/skins/brownstone/images/map-bg.jpg");
    	font-size: 0;
		height:150px;
	}
	.arnShowWhenMobile {
	    display: block !important;
	}
}
.ArnPropertyMap > div.arnMapCloseButton {
    height: initial !important;
    position: absolute;
    right: 0;
    color: white;
    background-color: tomato;
    padding: 5px 15px;
    font-size: 24px;
	cursor:pointer;
}
.ArnPropertyMap div.ArnPropertyMapInner {
	width: 95% !important;
	height: 85% !important;
	margin: 2.5% auto 0;
}
.ArnPropertyMap {
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: 9999;
    background-color: rgba(0,0,0,.8);

}
.SearchHotels .arnMapCloseButton {
    display: block !important;
    border: 2px solid red;
    position: fixed;
    right: 0;
    z-index: 999;
    color: white;
    background-color: red;
    top: 0;
    padding: .5% 1%;
    font-size: 25px;
	cursor:pointer;
}

/* Right Nav */

@media screen and (min-width:800px) {
	x.SearchHotels .ArnRightExtraContainer {
    	position: static;
    	width: 11%;
    	display: inline-block;
    	float: right;
	}
}

/* add back in trip advisor and amentiy icons */

.ArnTripAdvisorDetails img {
    display: block;
}
.ArnPropName div.ratingCount {
    display: none;
}
.SearchHotels .ArnPropName div.reviewCount {
    display: block;
    position: static;
}
.ArnIconContainer {
    display: block;
}

/* Chat Box */

x#olark-wrapper .olark-top-bar {
    background-color: #000 !important;
    border-color: #000 !important;
}
x#olark-wrapper #olark-container .olark-button {
    background-color: #000 !important;
}
x#olark-wrapper .olark-launch-button {
    background-color: #000 !important;
}

/* Bottom Links */

.ARN_ServiceLinks.searchLink,.ARN_ServiceLinks.termsLink,.ArnSupportLinks.ArnSupportBottom .dvd:nth-child(2),.ArnSupportLinks.ArnSupportBottom .dvd:nth-child(6) {
	display:none;
}

/* Agent on Checkout */

#theAgentAjax {
	max-width:50%;
}
@media screen and (max-width:800px) {
	#theAgentAjax {
	    max-width: 100%;
	    padding: 0;
	    margin: 0 0 15px;
	}
}



/* waitlist */

.PropLimitedAvail .WBWaitListFormOpenLink {
    font-size: 14px;
    width: 175px;
}
.PropLimitedAvail .ArnAvailability.ArnAvailabilityWaitList {
    bottom: 4px;
}
.PropLimitedAvail .ArnAvailability.ArnAvailabilityWaitList a {
    display: block;
}
@media screen and (max-width:800px) {
	.PropLimitedAvail .ArnAvailability.ArnAvailabilityWaitList {
	    font-size: 14px;
	}
}
@media screen and (max-width:600px) {
	.PropLimitedAvail .ArnAvailability.ArnAvailabilityWaitList {
	    width: 140px;
	}
}
@media screen and (max-width:420px) {
	.PropLimitedAvail .ArnAvailability.ArnAvailabilityWaitList {
	    bottom: initial;
	    right: 15px;
	    border: 1px solid #ccc;
	    top: 205px;
	    width: 159px;
	    font-size: 14px;
	    background-color: #f5f5f5;
	}
	.SearchHotels .PropLimitedAvail .ArnPropName {
		width: 100%;
		margin: 0;
		border-radius: 10px;
	}
	.SearchHotels .PropLimitedAvail .ArnPropName a,.SearchHotels .PropLimitedAvail .ArnPropName div {
		width: 50%;
	}
}


/* Waitlist */

.WBWaitListFormContainer .note {
    background-color: #f5f5f5;
    padding: 5px;
    margin: 10px 0;
    font-size: 15px;
    color: #333;
}

/* Credit Card text */

.cardNotification {
    background-color: darkorange;
	color: white;
    padding: 10px 15px;
    margin: 10px 0 10px 0;
}