/* colors */
.red {
  color: #656263 !important;
}
.lightRed {
  color: #656263 !important;
}
.paleYellow {
  color: #656263 !important;
}
.teal {
  color: #231f20 !important;
}
.grey {
  color: #808080 !important;
}
.evilGrey {
  color: #666666 !important;
}
.sidebarGrey {
  color: #4d4d4d !important;
}
.lightGrey {
  color: #AbA798 !important;
}
.greenBlue {
  color: #4d4d4d !important;
}
.greyBlue {
  color: #B2B2FF !important;
}
.lightBlue {
  color: #CBE9E4 !important;
}
.white {
  color: #fff !important;
}
.regColor {
  color: #1a1a1a !important;
}
.brown {
  color: #4d4d4d !important;
}
.orange {
  color: #d69241 !important;
}
body {
  background-color: #d8caad;
  font-family: 'Droid Sans', 'Arial', sans-serif;
  color: #1a1a1a;
}
/* Mixin */
/* --------------------------------------------------------------------------------------- header styles */
#header {
  height: 192px;
  border-bottom: #231f20 11px solid;
  position: relative;
}
#header #contactRow {
  color: #808080;
}
#header #contactRow a {
  color: #808080;
}
#header #contactRow a:hover {
  color: #6e684f;
}
#header #headerLeft {
  position: absolute;
  top: 121px;
  left: 0;
  color: white;
  background-color: #4C4CA3;
  font-weight: bold;
  font-size: 45px;
  padding-top: 10px;
}
#header #headerRight {
  position: absolute;
  top: 136px;
  background-color: #656263;
}
#header ul#tabRow li {
  color: #808080;
}
@media only screen and (max-width: 570px) {
  #header ul#tabRow li {
    border-bottom: 2px solid #231f20;
  }
}
#header ul#tabRow li.activeTab,
#header ul#tabRow li:hover {
  background-color: #231f20;
}
#header ul#tabRow li a {
  text-transform: lowercase;
  font-weight: bold;
  padding: 12px 15px;
}
#header #bottomPhone {
  font-weight: bold;
  color: #191970;
  font-size: 21px;
}
#header #bottomPhone h2 {
  font-weight: bold;
  font-size: 30px;
}
#header #contactRow {
  text-transform: lowercase;
  top: 51px;
}
/* --------------------------------------------------------------------------------------- sidebar styles */
#lightBlueSidebar {
  background-color: #4C4CA3;
}
#sidebar,
#sidebar_l1_top {
  color: #4d4d4d;
  background-color: #4C4CA3;
}
#sidebar p,
#sidebar_l1_top p {
  color: white;
}
#sidebar label,
#sidebar_l1_top label {
  color: white;
}
#sidebar_l1_top {
  background-color: #191970 !important;
}
.sidebarBox p {
  color: #808080 !important;
  font-size: 19px !important;
  line-height: 22px !important;
}
.sidebarBox p a {
  color: #CCCCFF !important;
}
.sidebarBox p a:hover {
  color: #9999ff !important;
}
.bgBrightYellow {
  background-color: #191970 !important;
}
#darkBlueSidebar {
  background-color: #4C4CA3;
}
#darkBlueSidebar .select,
#darkBlueSidebar input[type=text] {
  color: #B2B2FF !important;
}
#darkBlueSidebar {
  background-color: #191970;
}
#sidebarLinks {
  color: #CCCCFF;
  font-size: 14px;
}
#sidebarLinks a {
  color: white;
}
.sidebar_lower {
  background-color: #191970;
}
.sidebar_lower #sidebarLinks {
  color: #CCCCFF;
  font-size: 14px;
}
.sidebar_lower #home_search_button {
  background-color: #656263;
  font-size: 16px;
  color: #fff !important;
  text-align: center;
}
.sidebar_lower #home_search_button:hover {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-color: #7f7b7c;
}
.sidebar_lower a {
  color: white;
  font-weight: bold;
  font-size: 14px;
}
input[type=text].cal {
  background: url('/images/brand-budgetel/calBkg.png') no-repeat top right;
}
/* --------------------------------------------------------------------------------------- header styles */
#header #homeLogo {
  position: static;
}
#header #homeLogo img {
  width: 310px;
}
#header #topPhone {
  position: absolute;
  top: 4px;
  right: 0px;
  width: 300px;
}
/* --------------------------------------------------------------------------------------- sidebar styles */
.bgBrightYellow {
  background-color: #191970 !important;
}
#whiteSidebar,
#sidebar_l1_bottom {
  border-right: 1px solid #e6e6e6;
}
#whiteSidebar h2,
#sidebar_l1_bottom h2 {
  color: #231f20 !important;
  font-weight: bold;
  font-size: 45px;
}
#whiteSidebar ul li,
#sidebar_l1_bottom ul li {
  border-bottom: 1px solid #e6e6e6;
}
#whiteSidebar ul li a,
#sidebar_l1_bottom ul li a {
  font-weight: bold;
  color: #4d4d4d !important;
}
#whiteSidebar ul li.active a,
#sidebar_l1_bottom ul li.active a {
  color: #CCCCFF !important;
}
#whiteSidebar ul li:hover,
#sidebar_l1_bottom ul li:hover {
  background-color: #f2f2f2;
}
#whiteSidebar ul li:hover a,
#sidebar_l1_bottom ul li:hover a {
  color: #CCCCFF !important;
}
.sidebarBox {
  border: 5px solid #B7B4A7;
  background-color: #B7B4A7;
}
.sidebarBoxInner a:hover {
  color: #CCCCFF !important;
}
/* --------------------------------------------------------------------------------------- home page styles */
#home_slice {
  background-color: #e5dcc9;
}
/* --------------------------------------------------------------------------------------- l1 page styles */
#l1_slice {
  background-color: #e5dcc9;
}
#hotel_layout_slice_bottom .fit_in_center #hotel_images {
  background-color: #1a1a1a;
}
#hotel_layout_slice_bottom .fit_in_center #hotel_images #slideshow2 img {
  border: 2px solid #1a1a1a;
}
#hotel_layout_slice_bottom .fit_in_center #hotel_images #slideshow2.cycle-slide-active {
  opacity: 1;
  border: 2px solid #656263;
}
#map-overlay #overlay_text h2.brand {
  color: #808080;
  font-weight: bold;
}
#map-overlay #overlay_text h2.name {
  color: #656263 !important;
  font-weight: bold;
}
#map-overlay #overlay_text p {
  color: #1a1a1a !important;
  font-weight: 400;
}
#result_text h2.brand {
  color: #808080;
}
#result_text h2.name {
  color: #656263 !important;
}
.result_buttons a {
  color: #fff !important;
}
#results_content .result,
#others_content .result {
  border-bottom: 1px solid #e6e6e6;
}
.slider_lower {
  background-color: #231f20;
}
@media only screen and (max-width: 570px) {
  .slider_lower {
    background-color: rgba(35, 31, 32, 0.5);
  }
}
#slider_lower_text h1 {
  font-weight: bold;
}
#slider_lower_text a:hover,
#pet-policy:hover {
  color: #191970 !important;
}
#slider_lower_text h3 {
  color: #808080;
}
#sliderPager a {
  background-color: #aaa797;
}
#hotelListingUL li {
  font-size: 16px;
  line-height: 19px;
}
#hotelListingUL a {
  color: #191970 !important;
}
#hotelListingUL a:hover {
  color: #22229a !important;
}
#sliderPager a.activeSlide {
  background-color: #ba0a2c;
}
#l1Content p {
  font-size: 16px;
}
#l1Content h1.lightRed {
  color: #231f20 !important;
}
#l1Content a {
  color: #656263;
}
#l1Content a:hover {
  color: #CCCCFF;
}
#l1Content h1.title {
  color: #666666;
}
#l1Content h1 p {
  color: #4d4d4d;
}
#l1Content p strong {
  color: #4d4d4d;
}
#l1Content h2 {
  color: #B2B2FF;
}
#l1_map_slice h1 {
  color: #656263 !important;
}
#l1_map_slice #brandLocations {
  font-weight: bold;
}
#l1_map_slice #abfLocations {
  color: #1a1a1a !important;
  font-weight: bold;
}
#l1_map_slice #l1UpperImage .title h2#abfLocations {
  border-left: 1px solid #666666;
}
#l1_map_slice #l1UpperImage .title h2#brandLocations {
  color: #656263;
}
#l1_map_content h1 {
  color: #656263;
}
#abf_worldwide_header {
  background-color: #808080;
  border-bottom: 10px solid #676767;
}
@media only screen and (max-width: 570px) {
  #hotelTabInfoHotelFeatures.none h3,
  #hotelTabInfoRoomFeatures.none h3,
  #hotelTabInfoLocalAttractions.none h3 {
    background-color: #6969b9;
  }
}
#hotelLandingAddressBox {
  border-right: 1px solid #e6e6e6;
}
#hotelLandingTabInfoHeader {
  border-bottom: 5px solid #231f20;
}
#hotelLandingTabInfoHeader ul li {
  color: #666666;
}
.activeDetailsTab {
  background-color: #231f20;
}
.hotel_brand {
  color: #808080;
}
.hotel_city {
  color: #231f20 !important;
}
#hotelLandingAddressBox h2 {
  color: #808080;
}
#hotelLandingAddressBox p {
  color: #4d4d4d !important;
  font-weight: bold;
  font-size: 16px !important;
  line-height: 19px !important;
}
#hotelLandingAddressBox a {
  color: #CCCCFF;
}
#hotelLandingAddressBox a:hover {
  color: #9999ff !important;
}
#hotelLandingTabInfoHeader ul li {
  color: #666;
  text-transform: capitalize;
  font-weight: bold;
  font-size: 16px;
}
#hotelTabInfoHotelFeatures h3,
#hotelTabInfoRoomFeatures h3,
#hotelTabInfoLocalAttractions h3 {
  color: #231f20 !important;
}
#hotel_map h2 {
  font-weight: bold;
}
.hotelListingSidebarSection h2 {
  color: #231f20 !important;
  font-weight: bold;
}
.hotelListingSidebarSection h3 {
  color: #4d4d4d !important;
  padding-top: 10px;
}
.hotelListingSidebarSection p {
  color: #666666 !important;
  font-weight: bold;
  font-size: 14px !important;
}
.hotelListingSidebarSection p #weatherTime,
.hotelListingSidebarSection p #weatherConditions {
  color: #1a1a1a !important;
}
.hotelListingSidebarSection a {
  color: #CCCCFF;
}
.hotelListingSidebarSection a:hover {
  color: #9999ff !important;
}
/* --------------------------------------------------------------------------------------- footer styles */
#boxesRow h2 {
  color: #231f20 !important;
  font-weight: bold;
}
#boxesRow p {
  font-weight: bold;
  color: #808080 !important;
  font-size: 19px !important;
}
#boxesRow p a {
  color: #191970;
}
#boxesRow p a:hover {
  color: #22229a;
}
#footerContent .social-icon-left:hover,
#footerContent .social-icon-right:hover {
  color: #191970 !important;
}
#footerBrands {
  border-bottom: 1px solid #AbA798;
}
#blueFooterBar {
  background-color: #191970;
}
#blueFooterBar h3 {
  color: #fff !important;
  font-weight: bold;
}
#blueFooterBar p {
  color: #CCCCFF;
}
#blueFooterBar a.social {
  color: #CCCCFF;
}
#footerSearchInput {
  color: #4d4d4d;
}
#footerSearchSubmit {
  background-color: #656263;
  color: white;
  text-transform: lowercase;
  line-height: 2px;
}
#footerSearchSubmit:hover {
  background-color: #8c8889;
}
#footerUpper {
  border-bottom: 1px solid #A0A0A0;
}
#footerUpper ul li a {
  color: #808080;
  font-weight: bold;
}
#footerUpper ul li a:hover {
  color: #4d4d4d;
}
#footerUpper h3 {
  color: #4d4d4d !important;
  font-weight: bold;
  font-size: 21px;
}
.abfWorldwide {
  color: #808080 !important;
}
#footerLower {
  color: #A0A0A0;
}
#footerLower a {
  color: #A0A0A0;
}
/* --------------------------------------------------------------------------------------- content area styles */
#homePageSlider {
  background-color: #231f20;
}
/* --------------------------------------------------------------------------------------- generic styles, standard HTML elements */
/* sizes */
.size10 {
  font-size: 10px;
}
.size14 {
  font-size: 14px;
}
.size16 {
  font-size: 16px;
}
.size19 {
  font-size: 19px !important;
}
.size20 {
  font-size: 20px;
}
.size21 {
  font-size: 21px;
}
.size24 {
  font-size: 24px;
}
.size30 {
  font-size: 30px;
}
.size40 {
  font-size: 40px;
}
/* generic */
.absolute {
  position: absolute;
}
.bold {
  font-weight: bold;
}
/* html defaults */
input[type=text] {
  color: #4d4d4d;
}
input[type=submit],
button,
.overlay_book,
.overlay_details {
  background-color: #656263;
}
input[type=submit]:hover,
button:hover,
.overlay_book:hover,
.overlay_details:hover {
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3));
  background-color: #7f7b7c;
}
.overlay_details {
  background-color: #656263;
}