/* Customizations Here */

/* Header/logo */
.wsite-logo img {
    width: 120px !important;
}

/*side logos*/
img.pull-right.header-image, 
img.pull-left.header-image {
    width: 110px !important;
}
/* Button Colors */
.submit,a.ArnShowRatesLink,.SearchHotels .ArnContentContainer a.bookRoom {
    background: #1F1060 none repeat scroll 0 0;
}
.SearchHotels .ArnPages a, .SearchHotels .ArnPages span {
	border: 1px solid #1F1060;
}
.SearchHotels .ArnPages span.pagesActive,
.SearchHotels .ArnContentButtonContainer div.active,.SearchHotels .ArnContentButtonContainer div:hover,
.SinglePropDetail a.bookRoom, .SinglePropDetail a.holdRoom,
.btn.btn-custom-color {
    background-color: #1F1060;
}

/* Background Colors */
.specialEventRate {
    background-color: #1F1060;
}
.SearchHotels .ArnQuadSearchContainer.ArnPrimarySearchContainer,
.ArnSupportLinks.ArnSupportBottom{
    background-color: #A1C838;
}
.arnMapMarker:hover {
    background-color: #A1C838;
    border: solid 1px white;
}
.arnMapMarker:hover .arnMapMarkerTriangle {
    border-top-color: #A1C838;
}
.arnMapMarker.highlight {
    background-color: #A1C838;
    border: solid 1px #A1C838;
}
.arnMapMarker.highlight .arnMapMarkerTriangle {
    border-top-color: #A1C838;
}

@media only screen and (min-width: 800px) {
    #header.enterpriseHeader.stick .wsite-logo img {
        width: 125px;
    }

}

@media only screen and (max-width: 800px) {
	img.pull-right.header-image, 
	img.pull-left.header-image {
	    display:none !important;
	}
	#header.enterpriseHeader .container {
	    justify-content: center;
	}
}



