/* Craig's custom css*/

/* note: To update logo images, place logo.png or logo.jpg in header.html & header-products.html 
- Placement prompt/note in those files */

/*****************************/
/******** Logo Sizing ********/
/****************************/

/* left and right logo size */
.header-image {
    width: 150px;
}
/*left and right logo size on scroll - for screen sizes 800px in width or larger */
@media only screen and (min-width: 800px){
	#header.enterpriseHeader.stick .header-image {
    	width: 140px;
	}
}

/*center logo width/size*/
@media only screen and (min-width: 800px){
	#header.enterpriseHeader .wsite-logo img {
    	width: 225px;
	}
}

/*center logo width/sizing on scroll*/
@media only screen and (min-width: 800px){
	#header.enterpriseHeader.stick .wsite-logo img {
    	width: 250px;
	}
}

/*************************/
/******** Message ********/
/************************/

.message {
    background-color: white;
    border: 1px solid #ddd;
    font-size: 18px;
    font-weight: bold;
}

/********************************************/
/******** Search Container Background ********/
/********************************************/

.SearchHotels .ArnPrimarySearchOuterContainer, 
.ArnQuadSearchContainer.ArnPrimarySearchContainer, 
.SinglePropDetail .SimpleSearch {
    background-color: #344a60;
}

/******************************/
/******** Button Color ********/
/******************************/

.submit, .ArnShowRatesLink,
.SinglePropDetail .bookRoom, .SinglePropDetail .holdRoom {
    background: #344a60 none repeat scroll 0 0;
}

.howtos button,
.howtocontent button,
.SearchHotels .ArnLeftSearchContainer .submit {
    background-color: #344a60;
	color: white;
}

.btn.btn-custom-color {
    background-color: #82c0b3;
	color: white;
}

/***********************************/
/******** Button Hover Color ********/
/**********************************/

.howtos button:hover,
.howtocontent button:hover,
a.ArnShowRatesLink:hover,
.SinglePropDetail .bookRoom:hover,
.SinglePropDetail .holdRoom:hover,
.submit:hover,
.SearchHotels .ArnLeftSearchContainer .submit:hover {
    background-color: #1f2c3a;
}

.btn.btn-custom-color:hover {
    background-color: #5b867d;
}

/************************************/
/******** Background Colors ********/
/***********************************/

/* Special Event rate Label */
.specialEventRate {
    background-color: #344a60;
	color: white;
}

/*footer color*/
.ArnSupportLinks.ArnSupportBottom {
   background-color: #D1D1D1;
   color:black;
}

/************************************/
/*********** Map Colors ************/
/***********************************/
.arnMapMarker {
	background-color: #888;
	border: 1px solid white;
	border-radius: 3px;
	color: white;
}
.arnMapMarker:hover {
    background-color: #143289;
    border: solid 1px white;
}

