/* **Default color Theme** ==============================================*/
theme_default {


  background-image: url('../../../images/body_bg.png');
  background-color: #dcdbda;
}
#top_header {
    color: #333;
    background-color: #fff;
}
#top_header .main_navbar li a:hover {
  background: #fa5b0f;
  color: #fff;
}
#top_header .main_navbar li.active {
  background: #fa5b0f;
}
#top_header .main_navbar li.active a {
  color: #ffffff !important;
}
#top_header .main_navbar a {
  color: #333;
}
#top_header .main_navbar .dropdown.open {
  background: #fa5b0f;
}
#top_header.mini_menu {
  background: #fff;
}
#content_top {
  background: #333333;
}
#logo_message_area {
  background-color: #fa5b0f;
}
#logo_message_area .logo {
  background: #fa5b0f;
}

 #content .box_spa {
  background: #fa5b0f;
}

 #content .circle_hover:hover {
  border: 5px solid #fa5b0f;
}

 #content .boxfeature .img_preview h4 {
  background-color: #333333;
}

 #content .link_acomodation li a {
  background: #333333;
}

 #content .link_acomodation li a:after {
  border-left: 10px solid #333333;
}

 #content .link_acomodation li.active a {
  background: #fa5b0f;
}

 #content .link_acomodation li.active a:after {
  border-left: 10px solid #fa5b0f;
}

 #content .link_socials a {
  background: #fa5b0f;
}

 #content .link_socials a:hover {
  background: #232323;
}

 #content .grid_accomodation .price,

 #content .grid_extras .price {
  background: #232323;
}

 #content .box.block {
  border-bottom: 1px solid #232323;
}

 #content .tags a {
  background: #fa5b0f;
}

 #content .tags a:hover {
  background: #232323;
}

 #content .comments ul li .reply {
  color: #fa5b0f;
}

 #content .comments .comment_inner {
  border-bottom: 1px solid #fa5b0f;
}

 #content .lobster_tab li a {
  background: #232323;
}

 #content .lobster_tab li.active a {
  background: #fa5b0f;
}

 #content .grid_btn_reservations .panel.bg1 {
  background: #fa5b0f;
}

 #content .grid_btn_reservations .panel.bg2 {
  background: #333333;
}

 #content .lobster_calendar .fc-border-separate tr.fc-last th {
  background: #fa5b0f;
}

 #content .lobster_calendar .fc-event {
  background: #fa5b0f;
}

 #footer {
  background-color: #333333;
}

 #footer .link_socials a {
  background: #232323;
}

 #footer .link_socials a:hover {
  background: #fa5b0f;
}

 #footer .subcrible {
  background-color: #232323;
}

 #footer .footer_bottom {
  background-color: #211d1d;
}

 .btn-inverse {
  background-color: #211d1d;
}

 .btn-inverse:hover {
  background-color: #030000;
}

 .btn-primary {
  background-color: #fa5b0f;
}

 .btn-primary:hover {
  background-color: #b0302c;
}
/* **END Default color Theme** ==============================================*/