﻿/* [[[ Branding Overrides ]]] */
html {
	background-color:transparent !important;
}
body {
	background: #D7CCB6 url(https://www.bookonthenet.net/west/RKEresStorage/Images/Portal/Stratford_Inn_bg.jpg);
}
#Footer { display: none; }
#Content { background: #fff; margin-top: -10px;}

/* [[[ TA Nav Panel ]]] */
.ta_nav_bar > li > a,
#lblShowDetails { color: #777777; }

.nav_bar_panel { background: #959595; } 
.pre_nav_bar > h2 { color: #777777; }
.nav-bar > li.res_steps:hover { background: #630831; }
.nav-bar > li.res_steps.active,
.nav-bar > li.res_steps.active:hover { background: #777777; }
.nav-bar > li.res_steps.no-access:hover { background: #959595; }

/* [[[ Search Page ]]] */
.eres_search .coupon_codes { color: #777777; }

/* [[[ Reservation Resultlist Page ]]] */
.eres_resultlist .rate_cat_hdr { background: #630831; }
.eres_resultlist .search_panel span,
.eres_resultlist .rates .rates_detail_row .btnShowRateDetail,
.eres_resultlist .rates .rates_detail_row .btnHideRateDetail,
.eres_resultlist .rates .lblAverageRate { color: #777777; } 

/* [[[ Special Promo ]]] */
.eres_resultlist .rates .lblSpecialRate { color: #C4DB44; }
.eres_resultlist .promo_corner { border-left-color: #C4DB44; }
.eres_resultlist .rate_category_wrapper.promo { border-color: #C4DB44; }

/* [[[ Guest Information ]]] */
.summary_panel span.summary_header { color: #777777; }
.reveal-modal .login_container a.create_account { color: #777777; }
.guest_reservation_info h2 { color: #777777; }
#lblCPSuccess { color: #777777; }

/* [[[ Reservation Complete ]]] */
.eres_complete .fb_posting, .eres_complete .EmailSending { color: #777777; }

/* [[[ Buttons ]]] */
.button.success { background-color: #630831; border: 1px solid #630831; }
.button.success:hover, .button.success:focus { background-color: #92526F; }
.button.alert { background-color: ##630831; color: #FFF; border: 1px solid #630831; }
.button.alert:hover, .button.alert:focus { background-color: #92526F; }
.button.secondary { background-color: #630831; color: #FFF; border: 1px solid #630831; }
.button.secondary:hover, .button.secondary:focus { background-color: #92526F; }

/* [[[ Hero Image ]]] */
#style_container_outer {position: absolute; top: 190px; right: 70px; }
#style_container 
{ 
  border: 5px solid #FFF;
  height: 300px; 
  width: 450px; 
  background: url(https://www.bookonthenet.net/west/RKEresStorage/Images/Portal/Stratford_Inn_image.jpg) no-repeat 0 0;
  -webkit-box-shadow: 0 0 10px rgba(34, 190, 247, 0.3);
  -moz-box-shadow: 0 0 10px rgba(34, 190, 247, 0.3);
  box-shadow: 0 0 10px rgba(34, 190, 247, 0.3);
}