/* **Default color Theme** ==============================================*/
body.theme_default {
  /*==============================================
  variable
  ================================================*/

  /*==============================================
  Start STying
  ================================================*/

  background-image: url('../images/body_bg.png');
  background-color: #ffeedc;
}
body.theme_default #top_header {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}
body.theme_default #top_header .main_navbar li a:hover {
  background: #ce4e4a;
}
body.theme_default #top_header .main_navbar li.active {
  background: #ce4e4a;
}
body.theme_default #top_header .main_navbar li.active a {
  color: #ffffff !important;
}
body.theme_default #top_header .main_navbar a {
  color: #ffffff !important;
}
body.theme_default #top_header .main_navbar .dropdown.open {
  background: #ce4e4a;
}
body.theme_default #top_header.mini_menu {
  background: #232323;
}
body.theme_default #content_top {
  background: #333333;
}
body.theme_default #logo_message_area {
  background-color: #2b2c2c;
}
body.theme_default #logo_message_area .logo {
  background: #2b2c2c;
}
body.theme_default #content .box_spa {
  background: #ce4e4a;
}
body.theme_default #content .circle_hover:hover {
  border: 5px solid #ce4e4a;
}
body.theme_default #content .boxfeature .img_preview h4 {
  background-color: #333333;
}
body.theme_default #content .link_acomodation li a {
  background: #333333;
}
body.theme_default #content .link_acomodation li a:after {
  border-left: 10px solid #333333;
}
body.theme_default #content .link_acomodation li.active a {
  background: #ce4e4a;
}
body.theme_default #content .link_acomodation li.active a:after {
  border-left: 10px solid #ce4e4a;
}
body.theme_default #content .link_socials a {
  background: #ce4e4a;
}
body.theme_default #content .link_socials a:hover {
  background: #232323;
}
body.theme_default #content .grid_accomodation .price,
body.theme_default #content .grid_extras .price {
  background: #232323;
}
body.theme_default #content .box.block {
  border-bottom: 1px solid #232323;
}
body.theme_default #content .tags a {
  background: #ce4e4a;
}
body.theme_default #content .tags a:hover {
  background: #232323;
}
body.theme_default #content .comments ul li .reply {
  color: #ce4e4a;
}
body.theme_default #content .comments .comment_inner {
  border-bottom: 1px solid #ce4e4a;
}
body.theme_default #content .lobster_tab li a {
  background: #232323;
}
body.theme_default #content .lobster_tab li.active a {
  background: #ce4e4a;
}
body.theme_default #content .grid_btn_reservations .panel.bg1 {
  background: #ce4e4a;
}
body.theme_default #content .grid_btn_reservations .panel.bg2 {
  background: #333333;
}
body.theme_default #content .lobster_calendar .fc-border-separate tr.fc-last th {
  background: #ce4e4a;
}
body.theme_default #content .lobster_calendar .fc-event {
  background: #ce4e4a;
}
body.theme_default #footer {
  background-color: #333333;
}
body.theme_default #footer .link_socials a {
  background: #232323;
}
body.theme_default #footer .link_socials a:hover {
  background: #ce4e4a;
}
body.theme_default #footer .subcrible {
  background-color: #232323;
}
body.theme_default #footer .footer_bottom {
  background-color: #211d1d;
}
body.theme_default .btn-inverse {
  background-color: #211d1d;
}
body.theme_default .btn-inverse:hover {
  background-color: #030000;
}
body.theme_default .btn-primary {
  background-color: #ce4e4a;
}
body.theme_default .btn-primary:hover {
  background-color: #b0302c;
}
/* **END Default color Theme** ==============================================*/
/* **Default color Blue Theme** ==============================================*/
body.theme_blue {
  /*==============================================
  variable
  ================================================*/

  /*==============================================
  Start STying
  ================================================*/
  /*
  background-image: none;
  */
  background-color: #e0ffde;
}
body.theme_blue #top_header {
  color: #ffffff;
  background-color: rgba(0, 49, 85, 0.8);
}
body.theme_blue #top_header .main_navbar li a:hover {
  background: #00406e;
}
body.theme_blue #top_header .main_navbar li.active {
  background: #00406e;
}
body.theme_blue #top_header .main_navbar li.active a {
  color: #ffffff !important;
}
body.theme_blue #top_header .main_navbar a {
  color: #ffffff !important;
}
body.theme_blue #top_header .main_navbar .dropdown.open {
  background: #00406e;
}
body.theme_blue #top_header.mini_menu {
  background: #0e1d23;
}
body.theme_blue #content_top {
  background-image: url("../images/leafbg.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-attachment: fixed;
}
body.theme_blue #logo_message_area {
  background-color: #00406e;
}
body.theme_blue #logo_message_area .logo {
  background: #00406e;
}
body.theme_blue #logo_message_area2 {
  background-color: #fff;
}
body.theme_blue #logo_message_area2 .logo {
  background: #fff;
}
body.theme_blue #content .box_spa {
  background: #00406e;
}
body.theme_blue #content .circle_hover:hover {
  border: 5px solid #00406e;
}
body.theme_blue #content .boxfeature .img_preview h4 {
  background-color: #0e1d23;
}
body.theme_blue #content .link_acomodation li a {
  background: #0e1d23;
}
body.theme_blue #content .link_acomodation li a:after {
  border-left: 10px solid #0e1d23;
}
body.theme_blue #content .link_acomodation li.active a {
  background: #00406e;
}
body.theme_blue #content .link_acomodation li.active a:after {
  border-left: 10px solid #00406e;
}
body.theme_blue #content .link_socials a {
  background: #00406e;
}
body.theme_blue #content .link_socials a:hover {
  background: #0e1d23;
}
body.theme_blue #content .grid_accomodation .price,
body.theme_blue #content .grid_extras .price {
  background: #00406e;
}
body.theme_blue #content .box.block {
  border-bottom: 1px solid #00406e;
}
body.theme_blue #content .tags a {
  background: #00406e;
}
body.theme_blue #content .tags a:hover {
  background: #0e1d23;
}
body.theme_blue #content .comments ul li .reply {
  color: #00406e;
}
body.theme_blue #content .comments .comment_inner {
  border-bottom: 1px solid #00406e;
}
body.theme_blue #content .lobster_tab li a {
  background: #0e1d23;
}
body.theme_blue #content .lobster_tab li.active a {
  background: #00406e;
}
body.theme_blue #content .grid_btn_reservations .panel.bg1 {
  background: #4194b8;
}
body.theme_blue #content .grid_btn_reservations .panel.bg2 {
  background: #00406e;
}
body.theme_blue #content .lobster_calendar .fc-border-separate tr.fc-last th {
  background: #4194b8;
}
body.theme_blue #content .lobster_calendar .fc-event {
  background: #4194b8;
}
body.theme_blue #footer {
  background-color: #00406e;
}
body.theme_blue #footer .link_socials a {
  background: #0e1d23;
}
body.theme_blue #footer .link_socials a:hover {
  background: #00406e;
}
body.theme_blue #footer .subcrible {
  background-color: #0e1d23;
}
body.theme_blue #footer .footer_bottom {
  background-color: #0c161c;
}
body.theme_blue .btn-inverse {
  background-color: #0c161c;
}
body.theme_blue .btn-inverse:hover {
  background-color: #000000;
}
body.theme_blue .btn-primary {
  background-color: #00406e;
}
body.theme_blue .btn-primary:hover {
  background-color: #005a83;
}
/* **END Default color BLUE Theme** ==============================================*/

/* **Style Border Navigation MObile** ==============================================*/
@media (max-width: 979px) {
  body.theme_default #top_header {
    border-bottom: 4px solid #CE4E4A;
  }
  body.theme_blue #top_header {
    border-bottom: 4px solid #00406e;
  }
  body.theme_green #top_header {
    border-bottom: 4px solid #2ECC71;
  }
  body.theme_black #top_header {
    border-bottom: 4px solid #3D4445;
  }
}
