
/*background color*/
body { background: url(bg.png) repeat scroll ; }

   /*********theme bg color********/
.header-theme-bgcolor { background: #904E40; } /*theme Color*/
 div#logos label { color: #904E40; }
.view-select-row a.select-view { background: #904E40; }
.room-content-area { border-top: 2px Solid #904E40;}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { margin-left: 1px; top: 10px; height: 39px; color: #904E40; }
.room-number-block h2 { font-weight: 700; font-size: 14px; color: #904E40; text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); -moz-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); -webkit-text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5); margin: 5px 0; }
header .hotel-name {color: #904E40;}
.ac-title {background: #904E40;}
.otherlinks li a:hover {color: #904E40;}
.modal-content .modal-header {background: #904E40;}
/*.thead-default th {background-color: #977678;}*/ /*Light Shade of theme bgcolor*/
.roomUpgrade .h2RoomUpgrade {background: #904E40;color: #fff;}

.room-block:hover { border: 1px solid #904E40; box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3); z-index: 2; background: #f4f4f4; background: -moz-linear-gradient(top, #f4f4f4 30%, #ffffff 100%);
 background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f4f4f4), color-stop(100%, #ffffff)); background: -webkit-linear-gradient(top, #f4f4f4 30%, #ffffff 100%);
 background: -o-linear-gradient(top, #f4f4f4 30%, #ffffff 100%); background: -ms-linear-gradient(top, #f4f4f4 30%, #ffffff 100%); background: linear-gradient(to bottom, #f4f4f4 30%, #ffffff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f4f4', endColorstr='#ffffff', GradientType=0); }

.promotion-code h2 {background: #904E40; }

.panel-primary { border-color: #904E40; }

a { color: #904E40; }
.room-features .std-accordion .std-accod-name { color: #94020b; }

.roomUpgrade .h2RoomUpgrade {background: #904E40;}
.header-col-border-bottom{    border-bottom: #904E40 1px solid;  }

.bookingDetails h4:after { background: #904E40; content: ""; display: block; width: 100%; height: 1px; margin-top: 10px; background: #904E40;
    background: -moz-linear-gradient(left, #904E40 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #904E40), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(left, #904E40 0%, #ffffff 100%);
    background: -o-linear-gradient(left, #904E40 0%, #ffffff 100%);
    background: -ms-linear-gradient(left, #904E40 0%, #ffffff 100%);
    background: linear-gradient(to right, #904E40 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#904E40', endColorstr='#ffffff', GradientType=1); } 

.bookingDetails .bookingBlock .bdText.bookNum { color: #904E40; font-weight: bold; }
/*.bookPage h2 { background: #904E40 !important;}*/
.scrollToTop .fa-inverse { color: #904E40; }


/********buttom bg color*********/

.btnSearch {background: #F50528;} /*Button color*/
.btnSearch:hover { background: #555!important;}

.rate-view-multi-block .room-price-block .btn {background: #F50528;}
.rate-view-multi-block .room-price-block .btn:hover {background: #555;}

.room-guest-details .btn, .room-details-col .btn {background: #F50528;}
.room-guest-details .btn:hover, .room-details-col .btn:hover {background: #555;}

.dailyrate div.dailyrateheader { background: #F50528;}

.modal-content .modal-footer .btn { background: #F50528;}
.modal-content .modal-footer .btn:hover { background: #555;}

.fa-gift:before {color: #fff;}

.book-detail-new-search {background:#F50528;}

.btn:hover { background: #F50528; }
.dailyRate .dailyRow .dailyList label.dailyListHead { background: #F50528; color: #fff; padding: 3px 9px; font-weight: normal;  }

footer p { color: #CA3162; }


