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