/* mock for incentive items */
/* 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;
}

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

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

#logo {
    padding: 12px 0;
}

.wsite-logo img {
    max-width: 400px;
    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;
}

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

.links a, .wsite-menu li a, #wsite-menus .wsite-menu li a {
    color: #ffffff;
}

.links a:hover {
    background-color: transparent;
	padding: 0 15px;
}

.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;
}

@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;
    }

    .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: 0 4px;
            text-align: left;
        }

        #wsite-menus {
            display: none !important;
        }
		
		.links a, .wsite-menu li a, #wsite-menus .wsite-menu li a {
		    color: #428bca;
		}

        #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: #fff 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: black none repeat scroll 0 0;
            box-sizing: border-box;
            color: #ffffff;
            display: block;
            left: 0;
            opacity: 0;
            padding: 40px 0 65px;
            position: absolute;
            top: 59px;
            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;
        }

    }

}
.getDeal {
    border: 1px solid mediumvioletred;
    color: mediumvioletred;
    font-size: 16px;
    margin: 8px 0 0;
    padding: 2px 8px;
    position: static;
	display: none;
}
.SinglePropDetail .getDeal {
    border: none;
    margin: 0;
    padding: 0;
	font-weight: normal;
}
.propertyViews {
    xdisplay: block !important;
    margin: 25px 0 0 15px !important;
	color:black;
	font-weight:bold;
	display: none !important;
}
.cancelPolicy {
    margin: 0 0 0 15px !important;
	display: none !important;
}
.cancelPolicy img {
    margin: 0 3px 0 0 !important;
    opacity: 1 !important;
    position: static !important;
	display: none !important;
}
.hurryBook {
    border-bottom: 1px solid mediumseagreen;
    border-top: 1px solid mediumseagreen;
    color: mediumseagreen;
    display: block;
    font-size: 18px;
    font-weight: bold;
    margin: 20px 0;
    padding: 5px 0 2px;
}
.recommendedProperty {
    border-bottom: 1px solid mediumseagreen;
    border-top: 1px solid mediumseagreen;
    color: mediumseagreen;
    font-size: 20px;
    margin: 0 0 10px;
    text-align: center;
}
.recommendedProperty img {
    margin: 0 5px 0 0;
    width: 10px !important;
}
.bookNowConfirm {
    color: #32a7e3;
    display: block;
    margin: 5px 0 0;
    text-align: center;
}
.excellentDeal {
    color: mediumseagreen;
    xdisplay: block;
    float: right;
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
    text-align: right;
    width: 92%;
	display: none !important;
}
.highDemand {
    color: #fff;
    font-size: 25px;
    left: 0;
    position: absolute;
    text-transform: uppercase;
    top: -3px;
    z-index: 1;
	xtext-shadow: -1px 1px 1px rgba(1, 1, 1, 0.5);
	display: none !important;
}

/* mock for incentive items */

.logo {
    background-image: url(//media.travsrv.com/appSkins/40805/v6/themes/standard/images/logo-square2.png);
}

.CheckOutForm .ArnSubPage h4, .CheckOutForm .ArnSubPage .h4, .CheckOutForm .ArnSubPage strong, .CheckOutForm .ArnSubPage strong {
    font-size: 1em;
}
#theBookingPage .ArnRateOdd th, #theBookingPage td .ArnNightlyRateCal {
    font-weight: normal;
}
.PaymentPolicies td {
    font-size: 1em;
	font-weight:normal;
}
.ArnRateCalendar .ArnRateEven th, .ArnRateCalendar .ArnRateEven td {
    font-weight: normal;
}

.savingsTable .savings th, .savingsTable .savings td {
    color: #3aab03;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    font-weight: 500;
	font-size: 1em;
}
.savingsTable .savings td {
    text-align: right;
}
.mapContainer {
    top: 244px;
}
.yourPoints {
	color:white;
}
@media screen and (max-width: 800px) {
	.row {
	    margin-right: 0;
	    margin-left: 0;
	}
	.logo {
	    width: 300px;
	}
	.MemberAuthenticated .arn_username {
	    width: initial;
	}
	#theBookingPage fieldset legend {
	    border-bottom: none;
	}
	#theBookingPage fieldset legend {
	    display: block;
	    top: 0;
	}
	.GuestForms {
	    background-color: white;
	}
	#ThePolicies img {
	    margin: 0 5px 0 0;
	    width: 14px;
	}
	#theStayPolicies {
	    display: none;
	}
	#ThePolicies span {
	    font-size: 18px;
	    font-weight: 500;
	    padding: 25px;
	    cursor: pointer;
	    display: block;
	    text-align: center;
	}
	.mapContainer {
		display:block !important;
	    background-color: rgba(1, 1, 1, 0);
	    height: initial;
	}
	.ArnPropertyMap .arnMapCloseButton {
	    display: block !important;
	    top: 8px;
	    right: 10px;
	    position: absolute;
	    z-index: 1000;
	    color: #FFF;
	    padding: 4px 8px;
	    background-color: black;
	    border-radius: 5px;
	    font-size: 20px;
	    line-height: 1em;
	    font-weight: 300;
		cursor: pointer;
	}
	.SearchHotels .leaflet-popup {
	    transform: translateX(0%) !important;
	    position: fixed;
	    text-align: center;
	    margin-bottom: 0;
	    bottom: 0 !important;
	    top: initial;
	    width: 100%;
	    z-index: 999;
	    left: 0;
	    right: initial;
	}
	.SearchHotels .leaflet-popup-content {
	    background-color: white;
	}
	.SearchHotels .ArnPropertyMap {
	    width: 100%;
	    margin: 0 auto;
	    max-height: 100%;
	    overflow: hidden;
	    border: none;
	    position: fixed;
	    z-index: 9999;
	    top: 0;
	    left: 0;
	    height: 100%;
	}
	.SearchHotels .leaflet-popup-content {
	    width: 100% !important;
	}
	.SearchHotels .arnMapPopup .imageContainer {
	    width: 100%;
	}
	.SearchHotels .arnMapPopup .imageContainer img {
	    width: 100%;
	}
	.SearchHotels .ArnPropertyMapInner {
		height:100% !important;
	}
	#ShowHotelOnMap .mapIcon {
	    position: relative;
	    margin: 0px 3px 0 0;
	    display: inline-block;
	    left: 0;
	    top: -1px;
	}
}

.arnMapMarker.highlight {
    background-color: darkred;
    border: solid 1px #500000;
	z-index: 9000;
}
.arnMapMarker.highlight .arnMapMarkerTriangle {
    border-top-color: darkred;
	z-index: 9000;
}

.RootTypeDestination .popularDestinationsLandingContainer {
	display:none;
}
@media (min-width: 800px) {
	.SearchDestination .ArnContainer {
    	height: 225px;
    	min-height: 225px;
	}
	.SearchDestination .ArnPropThumb {
	    width: 36%;
	    cursor: pointer;
	}
	.SearchDestination .ArnContainer .ArnPropThumb img {
	    width: 400px;
	}
	.SearchDestination .ArnPropName {
	    width: 35%;
	}
	.SearchDestination .ArnRateCell {
	    width: 28%;
	}
	.SearchDestination .ArnRateList td {
	    display: inline-block;
	    width: 75% !important;
	    max-width: 75% !important;
		padding: 0 10px 0 0;
	}
	.SearchDestination .ArnRateList td.bookRoomCell {
	  max-width:25% !important;
	  min-width:25% !important;
	}
}

/* Pricing Area */

.SearchDestination .ArnRateCell {
    position: relative;
	padding:0;
	top: 15px;
}
.SearchDestination .percentSavings,.SearchDestination .ArnNightlyRate .percentSavings,.ArnNightlyRate .percentSavings,.SinglePropDetail .percentSavings {
	font-size: 16px;
	padding: 5px 10px;
	top: -35px;
	background-color: transparent;
	font-size: 16px;
	text-transform: lowercase;
	font-weight: 300;
	right: initial;
	border-radius: 0;
	width: 100%;
	color: red;
	text-align: center;
}
.SearchDestination .percentSavings,.SearchDestination .ArnNightlyRate .percentSavings {
	display:none;
}
.SearchDestination .ArnContentButtonWide, .SearchDestination .ArnContentButtonNarrow {
    border-bottom: 1px solid #00335d;
}
.ArnContentButtonNarrow:nth-child(4){
  display:none !important;
}
.ArnRateCell {
    position: absolute;
    right: 33px;
    text-align: right;
    top: 24.5px;
    width: 200px;
	color: black;
	font-size: 20px;
	width: 300px;
}
.ArnRateCell {
    top: 45px;
}
.ArnRateCell span {
	font-weight:500;
}
.ArnPriceCell {
    font-size: 20px;
}
.originalPrice span {
	font-weight:100;
}
.originalRateContainer,.eliteRateContainer,.originalRateAmount,.yourRateAmount,.creditsLabel,.creditsValue,.rebateRateContainer,.rebateRateAmount {
	display: inline-block;
	text-align: left;
	width: 50%;
	margin: 0;
	font-size: 16px;
	font-style: normal;
	font-weight: 300 !important;
}
.ArnRateButton {
    width: 100px;
}
.SearchDestination .rateRow .yourRateAmount {
    font-size: 16px;
}
.SearchDestination .bookRoomCell {
    min-width: 130px;
    max-width: 130px;
}
.SearchDestination .ArnNightlyRate {
    margin: 0;
}
.SearchDestination .rateRow .yourRateContainer {
    margin: 10px 0 0 0;
}
.SearchDestination .ArnContentContainer .ArnNightlyRate strong {
    font-weight: 300;
}
.SinglePropDetail .originalRateContainer {
    display: inline-block;
}
.SinglePropDetail .ArnNightlyRate .memberSavings {
    display: block;
}
.SinglePropDetail .ArnRateList .ArnNightlyRate .yourRateAmount {
    font-size: 16px;
}
.SinglePropDetail .bookRoomCell {
	min-width: 220px;
	padding: 0 0 0 10px;
}
.SinglePropDetail .rateRow {
    min-height: 235px;
}
.SinglePropDetail .bookRoomCell {
    top: 34px;
    position: relative;
}
.SinglePropDetail .ArnRateList .ArnNightlyRate {
    top: 0;
}
.SinglePropDetail .bestPrice .yourRateAmount {
    font-size: 16px;
}
.SinglePropDetail .ArnPriceCell {
    font-size: 18px;
    width: 75%;
    margin: auto;
}
.originalPrice {
    width: 100%;
	color: #333;
}
.originalRateAmount,.yourRateAmount,.creditsValue,.rebateRateAmount {
    text-align: right;
}
.originalRateAmount {
	text-decoration: line-through;
	color:#333;
}
.yourRateContainer {
	color: #333;
    margin: 0;
    width: 100%;
}
.yourRateAmount {
	font-weight:500;
}
.yourRebateContainer {
	font-size:15px;
	color:#3aab03;
}
.eliteRateContainer {
	color:#333;
}
.SearchHotels .memberSavings,.SearchDestination .ArnContentContainer .memberSavings,.SinglePropDetail .ArnNightlyRate .memberSavings,.SinglePropDetail .memberSavings {
	border-bottom: 1px dashed black;
	margin: 0px 0 5px;
	padding: 0 0 5px;
	text-align: left;
	color: #3aab03 !important;
}
.SinglePropDetail .memberSavings {
    text-transform: none;
    display: block;
}
.SinglePropDetail .originalPrice {
    display: block;
    position: static;
}
.memberSavings,.memberSavings span {
	font-weight:100;
}
.memberSavingsPercent,.saveWrap {
	display:none;
}
.percentSavings {
    border: 1px solid red;
    bottom: 1px;
    color: red;
    font-size: 15px;
	text-align: center;
    left: 0;
    padding: 0 5px 1px;
    position: absolute;
}
.percentSavings {
	xbackground-color: seashell;
    border-bottom: 1px solid red;
    border-top: 1px solid red;
	border-left:none;
	border-right:none;
    top: -30px;
	bottom:initial;
	bottom:auto;
    width: 100%;
}
.arnCurrency {
    display: initial !important;
    font-size: 60% !important;
    font-weight: 500 !important;
    margin: 0 !important;
}
.rateExplaination {
    background-image: url("//media.travsrv.com/appSkins/64/v6/themes/global/skins/brownstone/images/icons/i-logo.png");
    display: inline-block;
    width: 12px;
    height: 12px;
    background-size: 12px auto;
    background-repeat: no-repeat;
    margin: 0 0 0 5px;
}
.bookRoomCell .rateExplaination {
    display: none;
} 
.rateExplainationDetails {
    position: absolute;
    background-color: rgba(255,255,255,.98);
    font-size: 14px;
    text-align: left;
    padding: 10px;
    top: 0;
    right: 0;
    z-index: 3;
    border: 1px solid #DDD;
    height: 322px;
    width: 320px;
}
.rateExplainationDetails h1 {
    font-size: 16px;
	font-weight:500;
	margin: 15px 0 0px;
}
.closeExplainationDetails {
	position:absolute;
	top:5px;
	right:5px;
	cursor:pointer;
}
.ArnShowRatesLink,.SearchDestination .rateRow .bookRoom,.SinglePropDetail .bookRoom,
.ArnShowRatesLink:hover,.SearchDestination .rateRow .bookRoom:hover,.SinglePropDetail .bookRoom:hover {
	background: #009dd9 none repeat scroll 0 0;
	color: #ffffff !important;
	font-size: 16px;
	padding: 4px 10px;
	transition: background 0.2s linear 0s !important;
	display: block;
	width: 102px;
	text-align: center;
	margin: 10px 0 0;
	text-decoration:none;
}
.ArnShowRatesLink:hover {
    background: #007dbb none repeat scroll 0 0;
    text-decoration: none;
}
.ArnShowRatesLink:last-child {
    text-align: center;
	text-decoration:none;
}

@media (max-width: 1366px) {
	#currentPropertyPage {
	    width: 70%;
	}
	.mapContainer {
	    width: 30%;
	}
	.SearchDestination .ArnPropName {
	    width: 34%;
	}
	.ArnPropNameLink, .ArnPropNameLink:active, .ArnPropNameLink:visited {
	    font-size: 18px;
	}
	.SearchDestination .ArnRateCell {
	    width: 30%;
	}
}
@media (max-width: 1246px) {
	.originalRateContainer, .eliteRateContainer, .originalRateAmount, .yourRateAmount, .creditsLabel, .creditsValue, .rebateRateContainer, .rebateRateAmount {
    	font-size: 14px;
	}
}
@media (max-width: 1100px) {
	.originalRateContainer, .eliteRateContainer, .originalRateAmount, .yourRateAmount, .creditsLabel, .creditsValue, .rebateRateContainer, .rebateRateAmount {
    	font-size: 12px;
	}
	.ArnPropNameLink, .ArnPropNameLink:active, .ArnPropNameLink:visited {
	    font-size: 15px;
	}
	.SearchDestination .percentSavings, .SearchDestination .ArnNightlyRate .percentSavings, .ArnNightlyRate .percentSavings, .SinglePropDetail .percentSavings {
	    font-size: 12px;
	}
	.ArnPropAddress {
	    font-size: 12px;
	    line-height: 1.4em;
	}
}
@media (max-width: 800px) {
	.SearchDestination .ArnPropName {
    	width: 100%;
	}
	.SearchDestination .ArnRateCell {
	    width: 75%;
	    margin: 0 0 0px auto;
	}
	.ArnRateCell {
	    top: 0px;
	    margin: 20px auto 0 !important;
	    display: block;
	}
	.ArnToggleMap {
	    display: inline-block !important;
	    width: 50%;
	    background: none;
	    border: none;
	    padding: 0 !important;
	    outline: 0;
	    color: #555;
	    font-size: 14px;
	    text-align: center;
	}
	.SearchHotels .filters {
	    display: inline-block !important;
		border-right:0;
		width:50%;
	}
	.SearchHotels .filtersContainer {
	    text-align: center;
	}
	.SearchHotels .ArnContainer {
	    padding: 0 0 5px 0;
	}
	.originalRateContainer, .eliteRateContainer, .originalRateAmount, .yourRateAmount, .creditsLabel, .creditsValue, .rebateRateContainer, .rebateRateAmount {
	    font-size: 14px;
	}
	.SearchDestination .percentSavings, .SearchDestination .ArnNightlyRate .percentSavings, .ArnNightlyRate .percentSavings, .SinglePropDetail .percentSavings {
	    font-size: 14px;
	}
	.SearchDestination .bookRoomCell {
	    min-width: 100%;
	    max-width: 100%;
	}
	.SearchDestination .ArnRateList td,.SearchDestination .ArnRateList td.bookRoomCell {
	    display: block;
	    width: 100% !important;
	    max-width: 100% !important;
		padding: 0;
	}
	#ShowHotelOnMap,#ShowHotelOnMap:hover {
	    background-color: transparent;
		border:none;
		outline:none;
	}
	.ArnToggleMap:hover {
	    border: none;
	    outline: none;
		text-decoration:none;
	}
	.SinglePropDetail .ArnRateCell {
	    margin: 0 !important;
	    padding: 0;
	}
	.SinglePropDetail .bookRoomCell .originalRateAmount {
	    margin: 0px 0 0 5px;
	}
	.SinglePropDetail .bookRoomCell .originalRateContainer {
	    display: inline-block !important;
	    width: 48%;
	}
	.ArnShowRatesLink, .SearchDestination .rateRow .bookRoom, .SinglePropDetail .bookRoom, .ArnShowRatesLink:hover, .SearchDestination .rateRow .bookRoom:hover, .SinglePropDetail .bookRoom:hover {
	    width: 100%;
	    margin: 10px 0 0;
	}
	.SinglePropDetail .ArnRateList .ArnNightlyRate {
	    top: 34px;
	    margin: 15px 0 55px 0;
	}
	.SearchHotels .ArnRateButton {
	    width: 100%;
	}
}

.ArnToggleMap {
    display: block;
}

.ArnTimeout {
  font-size: 0;
}
.ArnTimeout a {
  font-size: 16px;
  font-weight:normal;
  text-decoration:underline;
}
#currentPropertyPage {
    width: 60%;
}
.topPager.ArnPagerContainer {
	padding: 5px 7.5px 0;
}
.SearchHotels .ArnSupportLinks {
    width: 60% !important;
}
.mapContainer {
    width: 40%;
}
.mapIcon img {
	width:9px;
}
#theBookingPage .originalPrice {
    text-decoration: line-through;
}

.SearchDestination .ArnRateCalendar {
    width: 100%;
}
.SearchDestination .ArnRateCalendar td {
    background-color: rgba(1, 1, 1, 0.05);
    border: 5px solid #fff;
    color: #7f7f7f;
    padding: 5px 10px;
    text-align: center !important;
    width: initial !important;
    padding: 5px;
    font-size: 14px;
    display: table-cell;
    max-width: initial !important;
}
.SearchDestination .ArnRateCalendar .originalPrice {
    text-align: center;
    text-decoration: line-through;
    color: #999;
    font-size: .8em;
}
.SearchDestination .ArnRateList tr:last-child td:first-child {
    width: 100% !important;
    max-width: 100% !important;
}
.SearchDestination .ArnRateList tr:last-child td:first-child .ArnRateCalendar td:first-child {
	width:initial !important;
}
.SearchDestination .ArnRateCalendar {
    margin: 15px 0 0;
}
.SearchDestination .rateRow:hover {
	background-color:white !important;
}
@media (max-width: 800px) {
	.SearchDestination .ArnRateCell {
	    top: 0;
		right: 0;
		left: 0;
	    width: 88% !important;
	}
	.SearchDestination .ArnRateCalendar td {
	    border: 2px solid #fff;
	    padding: 0px;
	    font-size: .55em;
	}
	.SearchDestination .ArnRateCalendar .originalPrice {
	    font-size: 1em;
	}
	.SearchHotels .ArnSupportLinks {
	    width: 100% !important;
	}
}
@media (max-width: 415px) {
	.SearchDestination .ArnContentButtonContainer {
	    width: 99%;
	}
}
@media (max-width: 400px) {
	.ArnRateCalendar {
		display:none;
	}
}
@media (min-width: 800px) and (max-width: 1360px) {
	.SearchHotels .ArnSortContainer {
	    width: 65%;
	}
}
@media (min-width: 1280px) {
	.links a, .wsite-menu li a, #wsite-menus .wsite-menu li a {
	    font-size:24px;
	}
}

.ArnTimeout {
  font-size: 0;
}
.ArnTimeout a {
  font-size: 16px;
  font-weight:normal;
  text-decoration:underline;
  cursor:pointer;
}
.ArnSecondarySearchOuterContainerTop select {
    display: inline-block !important;
}
.ArnSecondarySearchOuterContainerTop a:hover {
    text-decoration: none !important;
}
.searchBy {
    display: none !important;
}
.ArnPagerResult {
	display:block !important;
}
.ArnPagerResult select {
	display:none !important;
}
.SinglePropDetail .ArnPropDescription {
	display:none;
}



.links a, .wsite-menu li a, #wsite-menus .wsite-menu li a {
    color: #ffffff;
    cursor: pointer;
    display: inline;
    font-size: 24px !important;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all 600ms linear 0s;
	text-decoration:none;
}
.RootBody .ArnHeader {
	background-image:none;
}
#logo {
    display: inline-block !important;
    width: 33%;
}
.wsite-logo {
    color: #555;
    display: inline-block;
    font-size: 20px;
    width: 100%;
}
.wsite-logo span {
    display: inline-block;
    xwidth: 33%;
}
.home a {
    background-color: #555;
    color: white;
    padding: 20px;
	text-align:left;
}
.savings {
	text-align:center;
}
.savings a {
    color: white;
    font-size: 24px;
    text-transform: uppercase;
}
.arn_username {
    background-color: transparent;
    color: #fff !important;
    font-size: 24px;
    margin: 0;
    padding: 0;
    text-align: left;
    text-transform: uppercase;
}
#hop_lipoints {
    background-color: rgb(0, 157, 217);
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 5px 10px;
}
#hop_numpoints {
    font-size: 20px;
    font-weight: bold;
}
.navRow .container > div {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
}
.WBValidatedRegistrationForm #nav,.WBValidatedRegistrationForm #navmobile, .WBValidatedRegistrationForm .hamburger span, .WBValidatedRegistrationForm .hamburger::before, .WBValidatedRegistrationForm .hamburger::after {
    display:none !important;
}
.navRow #nav {
    padding-left: 0;
    text-align: center;
    width: 33%;
}
.language {
	text-align:right;
}
.WBLoginForm .navRow #nav,.WBLoginForm.mobile .hamburger,.WBRegistrationForm .navRow #nav,.WBRegistrationForm.mobile .hamburger {
    display:none !important;
}
#header {
    background-color: #001f3f;
    border-bottom: 1px solid #000;
    line-height: 1.2em;
    padding:30px 0;
    position: relative;
    z-index: 10;
}
#header .container {max-width:98%;padding-left:0;padding-right:0;}
.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 {
	xcolor: #000;
	text-decoration:underline;
}
.links li a,.links li a:hover,.links li a:active,.links li a:visited {
    font-family: "Lato",sans-serif;
    background-color: transparent;
    border: medium none;
    color: white !important;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding: 13px 15px;
    text-decoration: none;
    transition: color 0.2s linear 0s;
    color: white;
}
.links li a:hover {
	xcolor: #000 !important;
}
.navbar-right {
    color: white;
    display: inline-block;
    float: none;
    text-align: right;
    width: 33%;
}
.navbar-nav > li {
    background-color: #009dd9;
    border-radius: 5px;
    float: right;
    font-size: 18px;
    padding: 15px 20px;
}
.mobile .ArnHeader {
    height: 116px;
}
.mobile .postButtonLink {
    margin: 0 auto;
}
@media screen and (min-width: 1280px) and (max-width: 1455px) { 
	.links a, .wsite-menu li a, #wsite-menus .wsite-menu li a {
	    font-size: 20px !important;
	}
	.arn_username {
		font-size: 20px;
	}
}
@media screen and (min-width: 1000px) and (max-width: 1280px) { 
	.links a, .wsite-menu li a, #wsite-menus .wsite-menu li a {
	    font-size: 18px !important;
	    padding: 0 6px;
	}
	.arn_username {
		font-size: 18px;
	}
}
@media screen and (min-width: 1000px) and (max-width: 1160px) { 
	.links {
	    padding: 0;
	}
	.links li a {
	    font-size: 14px;
	    padding: 13px 5px;
	}
	.postButtonLink {
	    font-size: 14px;
	    padding: 0 5px;
	}
}
@media (max-width: 1000px) {
	.wsite-logo span {
	    width: 100%;
	}
	.WK .navbar-right {
	    margin-right: 0 !important;
	    margin-top: 0 !important;
	}
	.links a, .wsite-menu li a, #wsite-menus .wsite-menu li a {
	    display: block;
	}
	#navmobile {
	    background: #000 none repeat scroll 0 0;
	}
	#header .container {
	    padding-left: 5px;
	    padding-right: 5px;
	}
	#logo {
	    margin: 0 0 0 10px;
	    padding: 10px 0;
	    position: relative;
	    text-align: left;
	    top: 3px;
	    width: 100%;
	}
	.links {
	    margin: 0;
		padding:0;
	}
	.links li a,.links li form {
	    padding: 13px 7px;
	}
	.postButtonLink {
	    margin: 0 auto;
	}
	.navbar-right {
	    display: block;
	    float: none;
	    margin: 0;
	    position: absolute;
	    right: 0;
	    width: 100%;
	}
	.navbar-nav > li {
	    background-color: #009dd9;
	    border-radius: 0;
	    float: none;
	    font-size: 16px;
	    padding: 15px 20px;
	    text-align: center;
		width:100%;
	}
	.SearchHotels .ArnPrimarySearchOuterContainer {
	    margin: 22px 0 0;
	}
}

.SearchHotels {
    margin: 116px 0 0 !important;
}
#header {
    padding: 0px 0;
    font-size: 12px;
	border-bottom: none;
}
header nav.fixed {
    position: static;
    visibility: visible;
    opacity: 1;
}
header nav.outOfSight {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
}
.logo {
    font-size: 25px;
    line-height: 1.6em;
    padding: 0;
    display: inline-block;
    margin: 0;
    height: 100%;
}
.MemberAuthenticated .arn_username {
    color: #292929 !important;
}
.popularDestinationsLandingContainer {
	display:none;
}
.submit,.ArnShowRatesLink,.SinglePropDetail .bookRoom,.OnSale .ArnShowRatesLink {
    background: #48b7bf none repeat scroll 0 0;
}
.submit :hover,.ArnShowRatesLink:hover,.SinglePropDetail .bookRoom :hover {
    background: #48b7bf none repeat scroll 0 0;
}
.SinglePropDetail .ArnPropName {
	border-top: 2px solid #58595b;
}
header .brand-logo {
   width:250px; 
   max-height: 100%;
}
@media screen and (max-width:1170px) {
  header .brand-logo {
      width: 140px;
      padding-left: 20px;
  }
  header .module.left{
    padding: 0 20px;
  }
}
@media screen and (max-width:980px) {
  header .brand-logo {
      width: 250px;
  }
}
@media screen and (max-width:800px) {
	.logo {
	    font-size: 16px;
	    line-height: 5em;
	}
	.RootBody .ArnSearchContainerMainDiv {
		background-color: #58595b;
	}
	.SearchHotels {
	    margin: 0 0 0 !important;
	}
}

/* removes pricing items */

.originalPrice,.memberSavings,.rateExplaination {
	display:none !important;
}
.originalRateContainer, .eliteRateContainer, .originalRateAmount, .yourRateAmount, .creditsLabel, .creditsValue, .rebateRateContainer, .rebateRateAmount {
    width: auto;
	font-weight: 500 !important;
}
.eliteRateContainer {
	padding: 0 10px 0 0;
}

.featuredProperty h3 {
    font-size: 14px !important;
}

.arnMapPopup .original {
	display:none;
}

.arnMapMarker.noPrice {
    display: none !important;
  }
  
  /* New Support Page */

  .ARN_ServiceLinks.supportLink {
      xdisplay: none;
  }
  .ArnSubPage.WBSupportForm .SSForm.WBSupportFormContainer,.ArnSubPage.WBSupportForm h1,.ArnSubPage.WBSupportForm table,.ArnSubPage.WBSupportForm p {
  	display:none;
  }
  .ArnSubPage.WBSupportForm .supportContainer h1,.ArnSubPage.WBSupportForm .supportContainer p {
  	display:block;
  }
  .supportContainer {
  	color:#666;
  }
  .supportContainer .left,
  .supportContainer .right {
    display:inline-block;
    width:50%;
    vertical-align: top;
  }
  .supportContainer .right div {
  	border-top: 1px solid #d3d3d3;
  	margin: 50px 0 0;
  	padding: 10px 0 0;
  }
  .supportContainer h1 {
  	font-weight:100;
  	font-size: 40px;
  	margin-top: 0;
  }
  .supportContainer h1 img {
      margin: -7px 5px 0 0;
  }
  .supportContainer h2 {
  	font-weight:700;
    font-size:18px;
  }
  @media screen and (max-width:1000px) {
  	.supportContainer .left {
  	    display:none;
  	}
  	.supportContainer .right {
  	    display:block;
  	    width: 100%;
  	    padding: 20px;
  	}
  }
  
  /* CSS changes to verbiage in header */
  .RootPage .ArnSearchHeader {
      font-size: 37px;
  	line-height:1.2;
  }

  /*fix to mobile */

  @media screen and (max-width: 600px){
  	.RootPage .ArnSearchHeader {
  	    font-size: 26px;
  	}	
  }

  @media screen and (max-width: 768px){
  .RootBody .ArnSearchContainerMainDiv {
      height: 480px;
  	}
  }

  @media (max-width: 990px){
  	header .nav-bar .module-group {
      	text-align: center;
  	}
  	.RootTypeDestination .ArnPrimarySearchContainer {
  	    z-index: 3;
  	}
  	header .module.widget-handle .menu {
  	    text-align: center;
  	}
  }
  