/* Customizations Here */

/* START Header Large Image Background */

header {
    border-bottom: none;
}
.headerLogo {
    background-image: url("images/logo.jpg");
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: 126px;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
}
.headerLogo a {
    display: inline-block;
    width: 100%;
    height: 124px;
}
@media screen and (max-width:800px){
	.headerLogo {
		background-image: url("images/logomobile.jpg");
	    background-position: center;
	}
	.headerLogo a {
	    display: inline-block;
	    width: 100%;
	    height: 124px;
	}
}

/* END Header Large Image Background */

.logo-container {
    background-color: #000000;
    box-shadow: 0 2px 10px black;
}

@media screen and (min-width:800px){
	.ArnPropThumb {
	    height: 225px;
	}
	.ArnPropThumb img {
	    margin-top: 40px;
	}
	.ArnPropNumber {
	    top: 45px;
	}
#theDatePrompt {
    	left: 50%;
	}
}
.message {
    background-color: white;
    border: 1px solid #ddd;
    font-size: 18px;
    font-weight: bold;
    margin: 25px 28px 0;
    padding: 20px 0;
    text-align: center;
}
.message h1 {
	font-size: 18px;
	margin: 10px auto;
}
.SearchHotels .ArnPrimarySearchOuterContainer,.ArnQuadSearchContainer.ArnPrimarySearchContainer,.SinglePropDetail .SimpleSearch {
    background-color: #000000;
}
.submit,.ArnShowRatesLink,.ArnShowRatesLink:hover,.SinglePropDetail .bookRoom, .SinglePropDetail .holdRoom {
    background: #000000 none repeat scroll 0 0;
}
.SinglePropDetail .ArnPropName {
    border-top: 2px solid #000000;
}
.GroupHoldForm #bookRoomButton input {
    background: #000000 none repeat scroll 0 0;
}
.ArnSortByDealPercent,.ArnSortByDealAmount {
	display:none !important;
}
.ArnProperty,.ArnSortContainer,.ArnPropertyMap,.message {
    width: 97.5%;
}
.ArnRightExtraContainer {
	display:none;
}
.ArnRightContainer {
	width:160px;
}
.SearchHotels .ArnRightExtraContainer {
    display: inline-block;
    margin: 0 10px;
	width: 160px;
}
.howtos {
    margin: 10px 0px 10px 0px;
}
.howtos strong {
    font-weight: bold;
    font-size: 16px;
}
.howtos button {
	width:100%;
	font-size: 12px;
	font-weight: bold;
	background-color:#000000;
	border-radius: 5px;
	border: none;
	text-align:center;
	text-decoration: none;
	color: #ffffff;
	padding: 10px 5px 10px 5px;
	margin: 5px 0px 5px 0px;
}
.howtos button:hover{
	background-color:#000000;
}
.howtocontent {
	font-size:13px;
}
.howtocontent button {		
	background-color:#000000;
}
.howtocontent button:hover {
	background-color:#000000;
}
.ARN_ServiceLinks.lowRateLink {
	display:none;
}
.ArnSupportLinks.ArnSupportBottom .dvd:nth-child(2) {
	display:none;
}
@media screen and (max-width:1800px){
	.ArnProperty,.ArnSortContainer,.ArnPropertyMap,.message {
	    width: 95.5%;
	}
}
@media screen and (max-width:1220px){
	.SearchHotels .ArnRightExtraContainer {
	    display: block;
	    margin: 0 auto;
	    width: 99%;
	}
	.ArnRightContainer {
		width:100%;
	}
}
@media screen and (max-width:800px){
	.ArnProperty, .ArnPropertyMap {
	    width: 98%;
	}
	.message {
		width:100%;
		margin:28px 0 0;
	}
	.ArnSortContainer {
		width:100%;
	}
	.howtos strong {
	    border-top: 1px solid black;
	    display: block;
	    margin: 0;
	    padding: 15px 0 0;
	    text-align: center;
	}
}

/* Special Event rate Label */

.specialEventRate {
    color: white;
    background-color: purple;
    display: inline-block;
    padding: 0 10px 2px;
    text-align: center;
    font-size: 16px;
}
@media screen and (max-width:1280px){
	.specialEventRate {
	    margin: 5px 0 0;
	}
}
@media screen and (max-width:800px){
	.specialEventRate {
	    font-size: 14px;
	    width: 96px;
	}
