/*FONTS*/
@font-face {
  font-family: 'montserratregular';
  src: url(../fonts/montserrat-regular-webfont.eot);
  src: url(../fonts/montserrat-regular-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/montserrat-regular-webfont.woff2) format('woff2'), url(../fonts/montserrat-regular-webfont.woff) format('woff'), url(../fonts/montserrat-regular-webfont.ttf) format('truetype'), url(../fonts/montserrat-regular-webfont.svg#montserratregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratlight';
  src: url(../fonts/Montserrat-Light.eot);
  src: url(../fonts/Montserrat-Light.eot?#iefix) format('embedded-opentype'), url(../fonts/Montserrat-Light.woff2) format('woff2'), url(../fonts/Montserrat-Light.woff) format('woff'), url(../fonts/Montserrat-Light.ttf) format('truetype'), url(../fonts/Montserrat-Light.svg#montserratlight) format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'montserratbold';
  src: url(../fonts/Montserrat-Bold.eot);
  src: url(../fonts/Montserrat-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/Montserrat-Bold.woff2) format('woff2'), url(../fonts/Montserrat-Bold.woff) format('woff'), url(../fonts/Montserrat-Bold.ttf) format('truetype'), url(../fonts/Montserrat-Bold.svg#montserratbold) format('svg');
  font-weight: bold;
  font-style: normal;
}
/*FONTS*/
/*#76bf11/*#ff9100/*#e51f4e/*#3c3c3b #00c5e5*/
/*#598f0d/*#ff6700/*#b2183d/*#1d1e1c #0099b2*/
.custom-container, #top-bar div.module:not(.slideshow-responsive):not(.menu-responsive), footer .footer-bottom div.module:not(.slideshow-responsive):not(.menu-responsive) {
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/*GENERAL*/
body, p {
  color: #2b2b2b;
  font-size: 14px;
  font-family: "montserratlight", Arial, serif;
}
h1, h2, h3, h4 {
  color: #1d1e1c;
}
h1 {
  font-size: 36px;
  font-family: "montserratlight", Arial, serif;
}
h2 {
  font-size: 20px;
  font-family: "montserratlight", Arial, serif;
}
h3 {
  font-size: 18px;
  font-family: "montserratregular", Arial, serif;
  margin-top: 0;
}
h4 {
  font-size: 14px;
  font-family: "montserratregular", Arial, serif;
  margin-top: 0;
}
a {
  color: #1d1e1c;
}
a, a:focus, a:active {
  background: none;
  text-decoration: none;
}
a:hover, a:focus, a:active {
  color: #1d1e1c;
}
a:hover {
  text-decoration: underline;
}
td, th {
  padding: 5px;
}
td img {
  width: auto;
  max-width: none;
}
strong, b {
  font-family: "montserratbold", Arial, sans-serif;
}
.container {
  max-width: inherit;
}
.navbar-brand img {
  max-width: 200px;
  width: auto;
  padding: 5px 0 5px 0;
}
.thumbnail {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.panel {
  border-radius: 0;
  box-shadow: none;
}
.panel-default {
  border-color: rgba(198, 198, 198, 0.5);
}
.panel-default > .panel-heading {
  border-color: rgba(198, 198, 198, 0.5);
}
.panel-default > .panel-heading, .panel-default > .panel-heading h3, .panel-default > .panel-heading h2 {
  color: #1d1e1c;
}
.panel-default > .panel-heading > h2 {
  margin: 0;
}
#affix-container {
  background: #fff;
  transform: translateZ(0);
  /*WHEN AFFIX IS ENABLED */
}
#affix-container.ts-affix.affix-view {
  -webkit-box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.2);
}
#top-mobile-buttons {
  display: flex;
}
#top-mobile-buttons button:first-of-type {
  margin-left: auto;
  margin-right: 0;
}
span.icon-bar {
  background: #2b2b2b;
}
@media (max-width: 768px) {
  .container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .v-table {
    display: table;
    width: 100%;
  }
  .v-table .vertical {
    float: none;
    vertical-align: middle;
    display: table-cell;
  }
}
@media (min-width: 1200px) {
  body, p {
    font-size: 16px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 18px;
  }
}
/*END GENERAL*/
/*TOOLS-BAR*/
body.guest #tools-bar .dropdown .ts-counter.badge {
  display: none;
}
body.logged #tools-bar .navbar-nav > li > a {
  font-size: 18px;
}
#tools-bar {
  background: #fff;
  border-bottom: 1px solid rgba(198, 198, 198, 0.5);
  border-radius: 0;
}
#tools-bar .logo-container .navbar-brand {
  padding: 0;
}
#tools-bar .navbar-nav > li > a {
  color: #878787;
  font-size: 20px;
  padding: 15px 25px;
}
#tools-bar .navbar-nav > li > a:hover {
  color: #2b2b2b;
}
#tools-bar .navbar-brand {
  padding: 10px 10px 0 10px;
}
#tools-bar .dropdown-menu {
  padding: 10px 0 10px 0;
}
#tools-bar .dropdown-menu > li > a {
  color: #878787;
}
#tools-bar .dropdown-menu .btn {
  color: #fff;
  font-size: 14px;
}
#tools-bar .dropdown-menu a:not(.btn) {
  padding: 5px 20px;
}
#tools-bar .dropdown-menu a:not(.btn):hover {
  background: #f6f6f6;
}
#tools-bar .dropdown-menu.dropdown-heading {
  padding-top: 0;
}
#tools-bar .dropdown .ts-counter.badge {
  display: inline-block;
  position: relative;
  top: -12px;
  left: -12px;
}
#tools-bar .ts-currencies strong {
  font-weight: normal;
  font-family: "montserratlight", Arial, serif;
}
#tools-bar .ts-currencies strong + span {
  display: none;
}
@media (max-width: 767px) {
  #tools-bar .user-tools {
    padding: 0;
  }
  #tools-bar .navbar-nav > li > a {
    font-size: 18px;
    border-top: 1px solid #f6f6f6;
    text-align: left;
  }
  #tools-bar .navbar-nav > li > a:hover {
    color: #1d1e1c;
  }
  #tools-bar .dropdown-menu a {
    color: #878787;
  }
}
@media (max-width: 1439px) {
  body.logged #tools-bar .navbar-nav > li > a {
    font-size: 15px;
    padding: 15px 10px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  #tools-bar .ts-support > a, #tools-bar .ts-bookings > a, #tools-bar .ts-user-account > a {
    font-size: 0 !important;
  }
  #tools-bar .ts-support > a .caret, #tools-bar .ts-bookings > a .caret, #tools-bar .ts-user-account > a .caret {
    margin: -10px 0 0 6px;
  }
  #tools-bar .ts-support i, #tools-bar .ts-bookings i, #tools-bar .ts-user-account i {
    font-size: 20px;
    display: inline-block !important;
  }
  #tools-bar .ts-user-account > a {
    font-size: 13px !important;
  }
  #tools-bar .ts-user-account > a > span {
    display: none;
  }
}
@media (max-width: 991px) {
  #affix-container {
    position: relative;
    z-index: 1;
  }
  #tools-bar .container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  body.logged #tools-bar .navbar-nav > li.ts-officeview a {
    color: #fff;
    font-size: 16px;
    padding: 0;
  }
  body.logged #tools-bar .navbar-nav > li.ts-officeview a i.fa-desktop {
    width: 26px;
    height: 26px;
    border-radius: 100%;
    margin: 12px 12px;
    padding: 6px 4px;
    background-color: #5cb85c;
  }
  body.logged #tools-bar .navbar-nav > li.ts-officeview a i.fa-lock {
    width: 26px;
    height: 26px;
    border-radius: 100%;
    margin: 12px 12px;
    padding: 5px 8px;
    background-color: #f00;
  }
  body.logged #tools-bar .navbar-nav > li.ts-officeview a:hover {
    color: #fff;
    opacity: 0.9;
  }
}
@media (min-width: 1200px) {
  #tools-bar .ts-langs span.hidden-sm {
    display: none;
  }
  #tools-bar .ts-user-account {
    background: #3c3c3b;
    width: auto;
  }
  #tools-bar .ts-user-account > a {
    color: #fff !important;
    text-transform: uppercase;
  }
  #tools-bar .ts-user-account .caret {
    display: none;
  }
  #tools-bar .ts-user-account .dropdown-menu {
    margin-left: -150px;
  }
  #tools-bar .ts-user-account .dropdown-toggle, #tools-bar .ts-user-account .dropdown-toggle:hover {
    color: #fff;
  }
  #tools-bar .ts-user-account .dropdown-toggle:hover {
    opacity: 0.9;
  }
  #tools-bar .ts-user-account .hidden-sm, #tools-bar .ts-user-account .hidden-md {
    display: inline-block !important;
  }
}
@media (min-width: 1440px) {
  #tools-bar .ts-user-account {
    position: absolute;
    top: 0;
    right: 0;
  }
  #tools-bar .logo-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #tools-bar .logo-container img {
    background: #fff;
    padding: 0;
  }
  #tools-bar .user-tools {
    width: 100%;
    min-height: 50px;
  }
  #tools-bar div.col-lg-10 {
    position: static;
  }
  #tools-bar #booking-menu {
    margin-right: 0;
  }
  body.logged #top-bar #booking-menu {
    margin-right: 0;
  }
}
/*END TOOLS-BAR*/
/*TOP-MENU*/
#top-menu {
  background: #fff;
  border-bottom: 1px solid rgba(198, 198, 198, 0.5);
  margin: 3px auto 0 auto;
}
#top-menu .navbar-default {
  border: none;
}
#top-menu .navbar-default a.level0:hover {
  opacity: 1;
}
#top-menu .navbar-default ul.dropdown-menu > li a {
  white-space: normal;
}
#top-menu .navbar-default ul.dropdown-sub-menu {
  list-style: none;
  padding: 0;
}
#top-menu .navbar-default ul.dropdown-sub-menu a {
  display: block;
}
#top-menu .navbar-default ul.dropdown-sub-menu a:hover {
  text-decoration: none;
}
#top-menu .menu-responsive {
  font-family: "montserratbold", Arial, sans-serif;
}
#top-menu .company-logo {
  display: none;
}
@media (max-width: 767px) {
  #top-menu .navbar-nav > li > a {
    text-align: left;
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 0;
  }
  #top-menu .navbar-nav > li > a:hover {
    background: #f6f6f6;
  }
  #top-menu .navbar-default .navbar-header {
    background: #3c3c3b;
  }
  #top-menu .navbar-default .navbar-header .navbar-toggle .icon-bar {
    background: #fff;
  }
  #top-menu, #top-menu .container, #top-menu div[class*="col-lg"] {
    padding: 0;
  }
  #top-menu .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  #top-menu .navbar-default a.level0:after {
    content: '';
    background: transparent;
    height: 2px;
    width: 0;
    display: block;
    transition: width 0.5s ease, background-color 0.5s ease;
    -webkit-transition: width 0.5s ease, background-color 0.5s ease;
    -moz-transition: width 0.5s ease, background-color 0.5s ease;
    -o-transition: width 0.5s ease, background-color 0.5s ease;
    position: absolute;
    bottom: 10px;
    left: 0;
  }
  #top-menu .navbar-default a.level0:hover:after {
    background: #3c3c3b;
    width: 100%;
  }
  #top-menu .navbar-default ul.navbar-nav:not(.nav-justified) .home-item a.level0 {
    padding: 24px 20px 16px 20px;
  }
  #top-menu .navbar-default .home-item {
    text-align: center;
  }
  #top-menu .navbar-default .home-item a.level0 {
    font-size: 0;
    line-height: 0;
  }
  #top-menu .navbar-default .home-item a.level0:before {
    font-family: FontAwesome;
    font-size: 28px;
    content: "\f015";
  }
  #top-menu .navbar-default .home-item a.level0:after {
    height: 0;
    background: none;
  }
  #top-menu .navbar-default .home-item a.level0:hover {
    opacity: 0.9;
  }
}
@media (min-width: 1200px) {
  #top-menu div[class*="col-lg"] {
    float: right;
  }
}
@media (min-width: 1440px) {
  #top-menu .company-logo {
    display: block;
    position: absolute;
    top: 35px;
    right: 30px;
  }
}
/*END TOP-MENU*/
/*INTRO-CONTENT*/
body:not(.editor) #intro-content {
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
body:not(.editor) #intro-content h2 {
  font-size: 19px;
  font-family: "montserratregular", Arial, serif;
  text-align: center;
  text-transform: uppercase;
  margin: 10px 0 15px 0;
}
body:not(.editor) #intro-content .module {
  background: rgba(255, 255, 255, 0.5);
  padding: 20px 30px;
}
body:not(.editor) #intro-content .module label a {
  color: #2b2b2b;
}
body:not(.editor) #intro-content .module input[type=text], body:not(.editor) #intro-content .module input[type=password], body:not(.editor) #intro-content .module button.select-box, body:not(.editor) #intro-content .module #room-input {
  font-family: "montserratlight", Arial, serif;
  background: #fff;
  border-color: #c6c6c6;
}
body:not(.editor) #intro-content .module input[type=text]:focus, body:not(.editor) #intro-content .module input[type=password]:focus, body:not(.editor) #intro-content .module button.select-box:focus, body:not(.editor) #intro-content .module #room-input:focus {
  background: rgba(255, 255, 255, 0.6);
}
body:not(.editor) #intro-content .userlogin-responsive {
  max-width: 350px;
  margin: 0 auto;
}
body:not(.editor) #intro-content .userlogin-responsive input[type=text], body:not(.editor) #intro-content .userlogin-responsive input[type=password] {
  font-size: 20px;
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  body:not(.editor) #intro-content {
    width: 100%;
    position: relative;
  }
  body:not(.editor) #intro-content .userlogin-responsive {
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  body:not(.editor) #intro-content h2 {
    font-size: 24px;
  }
}
/*END INTRO-CONTENT*/
/*TOP-BAR*/
#top-bar, #top-bar .module {
  margin-bottom: 10px;
}
#top-bar h2 {
  font-family: "montserratlight", Arial, serif;
  font-size: 36px;
  text-align: center;
}
#top-bar .slideshow-responsive .carousel-caption {
  margin: 0 auto;
  padding: 25px;
  background: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
#top-bar .slideshow-responsive .carousel-caption .carousel-caption-text h4 {
  font-size: 28px;
}
#top-bar .slideshow-responsive .carousel-caption .carousel-caption-summary {
  font-size: 24px;
}
@media (min-width: 768px) {
  #top-bar .slideshow-responsive {
    /*min-width: 600px;*/
  }
}
@media (min-width: 1200px) {
  #top-bar h2 {
    font-size: 36px;
  }
  #top-bar .slideshow-responsive .carousel-caption .carousel-caption-text h4 {
    font-size: 32px;
  }
  #top-bar .slideshow-responsive .carousel-caption .carousel-caption-summary {
    font-size: 28px;
  }
}
@media (min-width: 1440px) {
  #top-bar h2 {
    font-size: 36px;
  }
  #top-bar .slideshow-responsive .carousel-caption .carousel-caption-text h4 {
    font-size: 40px;
  }
  #top-bar .slideshow-responsive .carousel-caption .carousel-caption-summary {
    font-size: 32px;
  }
}
/*EMD TOP-BAR*/
/*CONTENT*/
#cart-bar .btn {
  font-size: 14px;
  padding: 10px;
}
#btn-container {
  border-bottom: 1px solid rgba(198, 198, 198, 0.5);
  margin-bottom: 20px;
}
#btn-container .breadcrumb {
  background: none;
  margin: 0;
  padding-left: 0;
}
#btn-container .breadcrumb > li {
  color: #c6c6c6;
}
#btn-container .print-btn a:hover {
  text-decoration: underline;
}
h1#title {
  margin: 0 0 30px 0;
}
/*Left Bar*/
#left-bar h2 {
  color: #fff;
  font-size: 22px;
  text-align: center;
  background: #1d1e1c;
  margin: 0;
  padding: 10px;
}
#left-bar .news-responsive .cols-1 .news-item {
  width: 100%;
}
#left-bar .menu-responsive li {
  width: 100%;
  display: block;
}
#left-bar .menu-responsive li:not(:last-child) {
  border-bottom: 1px solid rgba(198, 198, 198, 0.5);
}
#left-bar .menu-responsive li.open > a.level0 {
  border-bottom: 1px solid rgba(198, 198, 198, 0.5);
}
#left-bar .menu-responsive li.open > a.level0:hover {
  box-shadow: none;
}
#left-bar .menu-responsive li a {
  font-size: 16px;
  padding: 12px;
}
#left-bar .menu-responsive li a.level0 {
  border-left: 3px solid transparent;
}
#left-bar .menu-responsive li a.level0:hover {
  border-left-color: #3c3c3b;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.3);
}
#left-bar .menu-responsive .navbar-default {
  border: 0;
}
#left-bar .menu-responsive .dropdown-menu {
  position: relative;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
}
#left-bar .menu-responsive .dropdown-menu a {
  white-space: inherit;
}
#left-bar .banner-responsive.module {
  border: 0;
}
#left-bar .banner-responsive a .caption {
  background-color: #3c3c3b;
  border-radius: 2px;
  border: none;
  padding: 8px 20px;
  box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.5);
  right: 10px;
  left: auto;
}
#left-bar .newsletter-responsive .input-group {
  margin: 15px 10px 15px 10px;
}
#left-bar .newsletter-responsive .form-inline {
  text-align: center;
}
#left-bar .newsletter-responsive .form-inline .input-group {
  display: block;
}
#left-bar .newsletter-responsive .form-inline .input-group-addon {
  height: 34px;
  float: left;
  padding-top: 9px;
  position: relative;
  z-index: 1;
}
#left-bar .newsletter-responsive .form-inline .form-control {
  width: 100%;
  float: right;
  margin: -34px 0 10px 0;
  padding-left: 44px;
  z-index: 0;
}
#left-bar .newsletter-responsive .form-inline .input-group-btn {
  width: 100%;
  display: initial;
}
#left-bar .userlogin-responsive {
  padding: 0;
}
#left-bar .userlogin-responsive .content .form-group.login-group {
  margin: 15px 10px 15px 10px;
}
#left-bar .userlogin-responsive .content .form-group.password-group {
  margin: 0px 10px 15px 10px;
}
#left-bar .module {
  margin-bottom: 8px;
  border: 1px solid rgba(198, 198, 198, 0.5);
}
#left-bar .module .panel-default {
  border: 0;
}
#left-bar .module button.btn {
  font-size: 16px;
}
#left-bar .panel-heading {
  padding: 0;
}
body#section-profile.withbar.guest #body-content .btn, body#section-profile.withbar.guest #body-content .btn:hover {
  font-size: 12px;
}
body#section-profile.guest #body-content .col-md-6:first-of-type a.btn-primary {
  background-color: #3b5998;
}
body#section-profile.guest #body-content .col-md-6:first-of-type a.btn-danger {
  background-color: #d34836;
}
#body-content .search-query label + div, #body-content .search-query h3 .small {
  color: #878787;
  font-size: 16px;
}
#body-content .search-query .btn, #body-content .search-query .btn:hover {
  color: #2b2b2b;
  font-size: 18px;
  border: 1px solid #c6c6c6;
  border-radius: 4px;
  background: none;
  box-shadow: none;
  padding: 6px 12px;
}
#body-content .search-query .btn:hover {
  background-color: #f6f6f6;
}
#body-content #results-navbar {
  margin-bottom: 10px;
}
#body-content #results-navbar #results-sort > .row .col-xs-5 {
  padding-top: 13px;
}
#body-content #results-navbar .btn-group .btn {
  color: #2b2b2b;
  font-size: 18px;
  border: 1px solid #c6c6c6;
  background: none;
  box-shadow: none;
  padding: 6px 12px !important;
  margin-left: -6px;
}
#body-content #results-navbar .btn-group .btn:hover {
  background-color: #f6f6f6;
}
#body-content #results-navbar .btn-group .btn-group:nth-of-type(1) .btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#body-content #results-navbar .btn-group .btn-group:nth-of-type(2) .btn {
  border-width: 1px 0 1px 0;
}
#body-content #results-navbar .btn-group .btn-group:nth-of-type(2) + .btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#body-content #results-navbar .btn-group .btn-group:nth-of-type(2) + .btn, #body-content #results-navbar .btn-group .btn-group:nth-of-type(2) + .btn:hover {
  color: #fff;
  background-color: #ffa500;
  border-color: #ffa500;
}
#body-content #results-navbar .btn-group .btn-group:nth-of-type(2) + .btn:hover {
  opacity: 0.9;
}
#body-content #results-list div[id*="-info"].collapse .panel-section .col-sm-7 {
  color: #878787;
}
#body-content #results-list div[id*="-info"].collapse .panel-section .col-sm-7 span:not(.result-map), #body-content #results-list div[id*="-info"].collapse .panel-section .col-sm-7 .small {
  font-family: "montserratlight", Arial, serif;
  font-weight: normal;
}
#body-content #results-list div[id*="-info"].collapse .panel-section .result-picture {
  padding: 5px;
}
#body-content #results-list div[id*="-info"].collapse .panel-section h3 {
  font-size: 19px;
  margin-top: 10px;
}
#body-content #results-list div[id*="-info"].collapse .panel-section p {
  font-family: "montserratlight", Arial, serif;
}
#body-content #results-list div[id*="-info"].collapse .panel-section .result-location {
  margin: 15px 0 15px 0;
}
#body-content #results-list div[id*="-info"].collapse .panel-section label {
  border-radius: 0;
}
#body-content #results-list a {
  color: #1d1d1b;
}
#body-content #results-list .results-more-summary {
  background-color: #878787;
}
#body-content #results-list .results-more-summary a.expand-hide, #body-content #results-list .results-more-summary a.collapse-hide {
  color: #fff;
}
#body-content #results-list .ts-padding, #body-content #results-list .ts-padding.close {
  padding: 10px 5px;
  text-align: left;
}
#body-content #results-list li[role="presentation"] a {
  font-family: "montserratlight", Arial, serif;
}
#body-content #results-list .result-item h3 {
  margin: 20px 0 0 0;
}
#body-content #results-list .result-summary {
  font-weight: normal;
  font-family: "montserratlight", Arial, serif;
}
#body-content #results-list span.lead strong {
  font-weight: normal;
}
#body-content .notnull {
  color: #f00;
}
#body-content .bookItems .btns .btn, #body-content .bookItems .btns .btn.btn-primary {
  font-size: 12px;
  padding: 10px;
}
#body-content .searchParams {
  border: 1px solid rgba(198, 198, 198, 0.5);
}
#body-content .searchParams td, #body-content .searchParams th {
  padding: 10px;
}
#body-content .searchParams th {
  color: #878787;
  font-size: 16px;
  font-weight: normal;
  background: transparent;
  border-bottom: 1px solid rgba(198, 198, 198, 0.5);
}
#body-content .orderby {
  border: 1px solid rgba(198, 198, 198, 0.5);
  border-radius: 0;
  background: none;
  padding: 10px;
  margin-bottom: 20px;
}
#body-content .orderby > div b {
  text-transform: uppercase;
  font-family: "montserratlight", Arial, serif;
  font-weight: normal;
}
#body-content .orderby > div + a {
  margin-left: -12px;
}
#body-content .orderby a {
  font-family: "montserratlight", Arial, serif;
  background: none;
  border-color: #f6f6f6;
  margin: 30px 2px 0 2px;
}
#body-content .orderby a:hover {
  background: #f6f6f6;
  text-decoration: none;
}
#body-content .multipage_page {
  color: #c6c6c6;
  text-align: right;
  margin-top: 23px;
  padding-bottom: 23px;
}
#body-content .multipage_page strong {
  font-weight: normal;
}
#body-content .searchItem {
  font-family: "montserratlight", Arial, serif;
  background: transparent;
  padding: 12px;
}
#body-content .searchItem .serviceTitle {
  color: #1d1d1b;
  font-family: "montserratlight", Arial, serif;
  text-transform: uppercase;
  padding-bottom: 12px;
}
#body-content .searchItem a:not(.btn) {
  color: #1d1d1b;
}
#body-content .searchItem table {
  margin-top: 2px;
}
#body-content .searchItem table.serviceItem {
  margin-top: 10px;
}
#body-content .searchItem table.serviceItem th {
  padding-bottom: 8px;
}
#body-content .searchItem table.serviceItem .help-block {
  color: #c6c6c6;
}
#body-content .searchItem table.serviceItem .form-inline > .form-group {
  margin-right: 0;
}
#body-content .searchItem table.serviceItem .suppItem {
  border: none;
  padding: 8px 8px 8px 18px;
  background-position: 8px 14px;
}
#body-content .paramSel TD, #body-content .paramSel TH {
  background: none;
  border-color: #f6f6f6;
  border-bottom-width: 2px;
  padding: 8px;
}
#body-content .paramSel:hover TD, #body-content .paramSel:hover TH {
  background: none;
}
#body-content .conf TD, #body-content TD.conf {
  padding: 8px 4px;
}
#body-content SPAN.conf, #body-content SPAN.disabled, #body-content SPAN.onrq {
  color: #fff;
  border: none;
}
#body-content SPAN.onrq {
  background: #ffa500;
}
#body-content .bookMainlabel {
  display: block;
  font-weight: bold;
}
#body-content .bookItemHead h2 {
  font-size: 20px;
}
#body-content .bookItemHead td {
  padding: 5px;
}
#body-content .bookMainedit .suppsBook TD {
  background: none;
}
#body-content .onrq TD, #body-content TD.onrq {
  padding: 8px;
}
#body-content .onrq br {
  display: none;
}
#body-content .onrq TD:nth-child(2) {
  width: 40%;
}
#body-content .onrq .help, #body-content .conf .help, #body-content .serviceTitle {
  color: #1d1d1b;
}
#body-content .pricebox {
  background: none;
  border-left: none;
  border-right: none;
}
#body-content .itemprice {
  color: #878787;
}
#body-content #treserved_suppa_group .title {
  font-size: 20px;
  background-color: transparent;
  border-color: #f6f6f6;
  padding: 5px 5px 5px 12px;
}
#body-content .bookMainread {
  padding: 0;
}
#body-content .subOpt .content ul {
  padding-left: 20px;
}
#body-content .subOpt .head .fa-caret-down {
  padding-right: 5px;
}
#body-content #fstats_invoices {
  border-spacing: 12px;
  border-collapse: separate;
}
#body-content #fstats_invoices td {
  text-align: center;
}
#body-content .onrq .details, #body-content .conf .details {
  color: #fff;
}
#body-content .onrq .oldprice, #body-content .conf .oldprice {
  color: #000;
}
#body-content .pricesCalendar:not(:hover) td.selected a {
  font-size: 8px;
  display: inline-block;
}
#body-content .sgallery {
  background: none;
  border-color: rgba(198, 198, 198, 0.5);
  padding: 10px;
  border-collapse: separate;
}
#body-content .sgallery .full {
  border: none;
  width: 40%;
  padding: 0;
}
#body-content .sgallery .full #gmain {
  width: 100% !important;
  padding: 0 !important;
}
#body-content .sgallery .full IMG {
  border: none;
  padding: 0;
  width: 100%;
  height: auto;
}
#body-content .sgallery tbody tr .full ~ td:nth-of-type(2) {
  width: 60%;
  padding: 0;
}
#body-content .sgallery .thumbs td {
  color: inherit;
}
#body-content .sgallery .thumbs td div {
  font-size: 13px;
}
#body-content .sgallery .thumbs img {
  border: none;
  padding: 0;
}
#body-content .sgallery .thumbs .selected IMG {
  border: none !important;
  padding: 0 !important;
}
#body-content table.vinfo, #body-content table.vinfo tbody > tr {
  border: 1px solid rgba(198, 198, 198, 0.5);
}
#footer-content {
  min-height: 100px;
  margin-bottom: 10px;
}
#footer-content h2 {
  font-family: "montserratlight", Arial, serif;
  font-size: 36px;
  text-align: center;
}
@media (min-width: 992px) {
  #footer-content {
    min-height: 200px;
  }
}
@media (max-width: 767px) {
  #left-bar .menu-responsive .navbar-default .navbar-header {
    display: none;
  }
  #left-bar .menu-responsive .navbar-default .collapse {
    display: block;
  }
}
/*END CONTENT*/
/*FOOTER*/
footer .newsletter-responsive h2 {
  text-transform: uppercase;
}
footer .newsletter-responsive .input-group-addon {
  display: none;
}
footer .footer-bottom {
  margin: 40px 0 40px 0;
}
footer .footer-bottom h2 {
  font-family: "montserratlight", Arial, serif;
  font-size: 36px;
  text-align: center;
}
footer .footer-bottom .slideshow-responsive .carousel-caption {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  background: none;
  padding-bottom: 80px;
}
footer .footer-bottom .slideshow-responsive .carousel-caption-text h4 {
  font-size: 60px;
  text-transform: uppercase;
  margin: 0;
}
footer .footer-bottom .slideshow-responsive .carousel-caption-summary {
  font-size: 50px;
}
footer .footer-bottom-two {
  border-top: 1px solid rgba(198, 198, 198, 0.5);
}
footer .footer-bottom-two .module:not(.newsletter-responsive) h2 {
  font-family: "montserratlight", Arial, serif;
  font-size: 36px;
  text-align: center;
}
footer .footer-bottom-two .navbar-default {
  border: none;
}
footer .footer-info-social {
  background: #2b2b2b;
  border-bottom: 1px solid #3c3c3b;
  padding: 20px 0 20px 0;
}
footer .footer-info-social .footer-logo img {
  max-width: 150px;
  height: auto;
}
footer .footer-info-social .footer-logo + div {
  text-align: right;
}
footer .footer-info-social h2 {
  color: #fff;
  font-family: "montserratregular", Arial, serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 30px 0 0;
}
footer .footer-info-social a {
  color: #2b2b2b;
}
footer .footer-info-social a:hover {
  opacity: 0.9;
}
footer .footer-info-social i.fa {
  font-size: 27px;
  background: #fff;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  padding: 8px 2px;
  border-radius: 100%;
}
footer .footer-info-details {
  color: #fff;
  background: #1d1d1b;
  padding: 30px 0 30px 0;
}
footer .footer-info-details h2 {
  color: #fff;
  font-family: "montserratlight", Arial, serif;
  font-size: 30px;
  text-align: center;
  margin: 0 0 10px 0;
}
footer .footer-info-details .module a, footer .footer-info-details .footer-contact a {
  color: #fff;
}
footer .footer-info-details .footer-address {
  margin-bottom: 15px;
}
footer .footer-info-details .menu-responsive .navbar-default {
  border: none;
}
footer .footer-info-details .menu-responsive .navbar-default li {
  width: 100%;
  border: none;
  float: none;
  display: block;
  margin: 0;
}
footer .footer-info-details .menu-responsive .navbar-default li a {
  text-align: left;
}
footer .footer-info-details .menu-responsive .navbar-default li a, footer .footer-info-details .menu-responsive .navbar-default li a:hover, footer .footer-info-details .menu-responsive .navbar-default li a:focus {
  color: #fff;
  background: none;
  padding: 5px;
}
footer .footer-info-details .menu-responsive .navbar-default li a:hover {
  text-decoration: underline;
}
footer .footer-info-details .menu-responsive .navbar-default .dropdown-menu {
  background: none;
  border: none;
  box-shadow: none;
  display: block;
  float: none;
  position: static;
  margin: 0;
}
.copy-right {
  text-align: center;
  font-family: "montserratlight", Arial, serif;
  background: #2b2b2b;
  padding: 15px 0;
}
.copy-right, .copy-right a {
  color: #fff;
}
.copy-right strong {
  font-weight: normal;
}
.copy-right .ts-bottom-links a::after {
  content: "|";
  position: relative;
  bottom: 0;
  left: 0;
  font-size: 16px;
  margin-left: 8px;
  margin-right: 5px;
  text-decoration: none;
}
.copy-right .ts-bottom-links a:last-child::after {
  content: '';
}
body:not(.editor) footer .footer-info-details .menu-responsive li.level0 {
  float: left;
  width: auto;
  padding: 0 20px;
}
body:not(.editor) footer .footer-info-details .menu-responsive li.level0 a.level0 {
  margin-bottom: 10px;
}
body:not(.editor) footer .footer-info-details .menu-responsive li.level0 a.level0:hover {
  text-decoration: none;
}
body:not(.editor) footer .footer-info-details .menu-responsive li.level0 .caret {
  display: none;
}
@media (max-width: 767px) {
  body:not(.editor) footer .footer-info-details .menu-responsive li.level0 {
    float: none;
  }
  footer .footer-info-details .menu-responsive .navbar-default {
    margin-top: 10px;
  }
  footer .footer-info-details .menu-responsive .navbar-default a.level0 {
    padding-left: 0;
  }
  footer .footer-info-details .menu-responsive .navbar-default .navbar-header {
    display: none;
  }
  footer .footer-info-details .menu-responsive .navbar-default .collapse {
    display: block;
  }
}
@media (max-width: 991px) {
  footer .footer-info-social .container {
    width: 100%;
  }
  footer .footer-info-social .footer-logo + div {
    text-align: left;
  }
}
@media (max-width: 1199px) {
  footer .footer-bottom .slideshow-responsive .carousel-caption-text h4 {
    font-size: 30px;
  }
  footer .footer-bottom .slideshow-responsive .carousel-caption-summary {
    font-size: 20px;
  }
  footer .newsletter-responsive {
    text-align: center;
  }
  footer .newsletter-responsive .input-group, footer .newsletter-responsive .input-group .form-control {
    width: 100%;
  }
  footer .newsletter-responsive .input-group .form-control {
    float: none;
  }
  footer .newsletter-responsive .input-group .input-group-btn {
    width: auto;
    display: block;
    margin: 5px auto;
  }
}
@media (min-width: 1200px) {
  footer .newsletter-responsive {
    padding: 20px 0;
  }
  footer .newsletter-responsive h2, footer .newsletter-responsive .content {
    display: table-cell;
    vertical-align: middle;
  }
  footer .newsletter-responsive form {
    padding: 0;
  }
  footer .newsletter-responsive h2 {
    color: #2b2b2b;
    width: 20%;
    padding: 0 20px 0 0;
  }
  footer .newsletter-responsive .form-control {
    width: 80% !important;
    display: inline-block;
    padding: 19px;
  }
  footer .newsletter-responsive .input-group-btn {
    float: right;
  }
  footer .newsletter-responsive .input-group {
    display: block;
  }
  footer .footer-info-details .footer-address {
    width: 50%;
  }
}
/*END FOOTER*/
/*FORMS AND BUTTONS*/
body:not(.editor) a.btn, body:not(.editor) button.btn, body:not(.editor) input.btn {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
body:not(.editor) a.btn, body:not(.editor) button.btn, body:not(.editor) input.btn, body:not(.editor) a.btn.btn-primary, body:not(.editor) button.btn.btn-primary, body:not(.editor) input.btn.btn-primary, body:not(.editor) a.btn.btn-primary:active, body:not(.editor) button.btn.btn-primary:active, body:not(.editor) input.btn.btn-primary:active, body:not(.editor) a.btn.btn-primary:focus, body:not(.editor) button.btn.btn-primary:focus, body:not(.editor) input.btn.btn-primary:focus, body:not(.editor) a.btn.btn-default:active, body:not(.editor) button.btn.btn-default:active, body:not(.editor) input.btn.btn-default:active, body:not(.editor) a.btn.btn-default:hover, body:not(.editor) button.btn.btn-default:hover, body:not(.editor) input.btn.btn-default:hover, body:not(.editor) a.btn.btn-default:focus, body:not(.editor) button.btn.btn-default:focus, body:not(.editor) input.btn.btn-default:focus {
  text-transform: uppercase;
  background-color: #3c3c3b;
  border-radius: 2px;
  border: none;
  padding: 8px 20px;
  box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.5);
  outline: none;
}
body:not(.editor) a.btn:hover, body:not(.editor) button.btn:hover, body:not(.editor) input.btn:hover, body:not(.editor) a.btn.btn-primary:hover, body:not(.editor) button.btn.btn-primary:hover, body:not(.editor) input.btn.btn-primary:hover, body:not(.editor) a.btn.btn-primary:active:hover, body:not(.editor) button.btn.btn-primary:active:hover, body:not(.editor) input.btn.btn-primary:active:hover, body:not(.editor) a.btn.btn-primary:focus:hover, body:not(.editor) button.btn.btn-primary:focus:hover, body:not(.editor) input.btn.btn-primary:focus:hover, body:not(.editor) a.btn.btn-default:active:hover, body:not(.editor) button.btn.btn-default:active:hover, body:not(.editor) input.btn.btn-default:active:hover, body:not(.editor) a.btn.btn-default:hover:hover, body:not(.editor) button.btn.btn-default:hover:hover, body:not(.editor) input.btn.btn-default:hover:hover, body:not(.editor) a.btn.btn-default:focus:hover, body:not(.editor) button.btn.btn-default:focus:hover, body:not(.editor) input.btn.btn-default:focus:hover {
  color: #fff;
  background-color: #3c3c3b;
  opacity: 0.9;
}
body:not(.editor) a.btn.btn-danger, body:not(.editor) button.btn.btn-danger, body:not(.editor) input.btn.btn-danger, body:not(.editor) a.btn.btn-danger:hover, body:not(.editor) button.btn.btn-danger:hover, body:not(.editor) input.btn.btn-danger:hover {
  background-color: #d43f3a;
}
body:not(.editor) .btn-group .btn, body:not(.editor) .btn-group .btn:hover {
  font-size: 15px;
  padding: 10px !important;
  margin-right: 5px;
}
input[type=text], input[type=password], textarea, .form-control {
  background-color: transparent;
  border-radius: 0;
  border-color: #c6c6c6;
  box-shadow: none;
  outline: none;
}
input[type=text]:focus, input[type=password]:focus, textarea:focus, .form-control:focus {
  background-color: #fff;
  border-color: #c6c6c6;
  box-shadow: none;
}
label, .label {
  font-weight: normal;
}
.form-control {
  min-height: 34px;
}
@media (min-width: 1200px) {
  body:not(.editor) a.btn, body:not(.editor) button.btn, body:not(.editor) input.btn {
    font-size: 18px;
  }
}
/*END FORMS AND BUTTONS*/
/*POPULAR*/
body:not(#section-catalog) .servicepopular-responsive .cat-info {
  padding: 0;
  margin-top: 18px;
}
body:not(#section-catalog) .servicepopular-responsive .cat-info:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
body:not(#section-catalog) .servicepopular-responsive .cat-info-cont {
  font-size: 16px;
  text-align: center;
  border: 1px solid rgba(198, 198, 198, 0.5);
  padding: 10px;
}
body:not(#section-catalog) .servicepopular-responsive .cat-info-cont min b {
  font-weight: normal;
}
body:not(#section-catalog) .servicepopular-responsive .cat-img-holder {
  padding: 0;
  border: none;
  float: none;
}
body:not(#section-catalog) .servicepopular-responsive h3 {
  font-size: 24px;
  text-transform: uppercase;
}
body:not(#section-catalog) .servicepopular-responsive h3 a {
  color: #2b2b2b;
}
body:not(#section-catalog) .servicepopular-responsive a:hover {
  text-decoration: none;
}
body:not(#section-catalog) .servicepopular-responsive .more-link1 {
  color: #2b2b2b;
  font-weight: normal;
}
body:not(#section-catalog) .servicepopular-responsive .cat-small .cat-info:hover, body:not(#section-catalog) .servicepopular-responsive .cat-full .cat-info:hover {
  box-shadow: none;
}
body:not(#section-catalog) .servicepopular-responsive .cat-small .cat-info-cont, body:not(#section-catalog) .servicepopular-responsive .cat-full .cat-info-cont {
  border: none;
}
body:not(#section-catalog) .servicepopular-responsive .cat-page .cat-info {
  border-top: 2px solid #3c3c3b;
}
.servicepopular-responsive .cat-category {
  height: 15px;
  margin-top: 10px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.servicepopular-responsive .cat-category.categ1 {
  background-image: url(../images/one-star.svg);
}
.servicepopular-responsive .cat-category.categ2 {
  background-image: url(../images/two-stars.svg);
}
.servicepopular-responsive .cat-category.categ3 {
  background-image: url(../images/three-stars.svg);
}
.servicepopular-responsive .cat-category.categ4 {
  background-image: url(../images/four-stars.svg);
}
.servicepopular-responsive .cat-category.categ5 {
  background-image: url(../images/five-stars.svg);
}
.servicepopular-responsive .cat-category img {
  display: none;
}
.servicepopular-responsive .cat-big:not(.show-desc) .cat-img-holder a {
  overflow: hidden;
  display: block;
}
.servicepopular-responsive .cat-big:not(.show-desc) .cat-img-holder a .cat-fluidratio {
  transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.servicepopular-responsive .cat-big:not(.show-desc) .cat-img-holder:hover a .cat-fluidratio {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.servicepopular-responsive .cat-big.show-desc .cat-img-holder .cat-img-info {
  background: rgba(255, 255, 255, 0.8);
  width: auto;
  padding: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  opacity: 0;
  display: block;
  transition: opacity 0.9s ease-in-out;
  -webkit-transition: opacity 0.9s ease-in-out;
  -moz-transition: opacity 0.9s ease-in-out;
  -o-transition: opacity 0.9s ease-in-out;
}
.servicepopular-responsive .cat-big.show-desc .cat-img-holder .cat-img-info .cat-description {
  color: #2b2b2b;
  font-weight: normal;
  display: block;
}
.servicepopular-responsive .cat-big.show-desc .cat-img-holder .cat-img-info .cat-description i {
  color: #fff;
  background: #3c3c3b;
  width: 25px;
  border-radius: 2px;
  padding: 5px;
  display: block;
  margin: 5px auto 15px auto;
}
.servicepopular-responsive .cat-big.show-desc .cat-img-holder:hover .cat-img-info {
  opacity: 1;
}
.servicepopular-responsive .cat-full h3 {
  text-align: center;
}
.servicepopular-responsive .three-cols h3 {
  font-size: 15px !important;
}
.servicepopular-responsive .three-cols .cat-info-cont {
  font-size: 13px !important;
}
.withbar .servicepopular-responsive .cat-big.show-desc .cat-description {
  font-size: 13px;
  text-align: justify;
  padding: 10px 20px 0 10px;
}
.withbar .servicepopular-responsive .cat-big.show-desc .cat-img-holder .cat-img-info {
  left: 0px;
}
@media (min-width: 992px) {
  body:not(#section-catalog) .servicepopular-responsive .one-cols .cat-info {
    max-height: 260px;
    width: 100%;
    overflow: hidden;
    display: table;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  }
  body:not(#section-catalog) .servicepopular-responsive .one-cols .cat-img-holder {
    width: 60%;
  }
  body:not(#section-catalog) .servicepopular-responsive .one-cols .cat-info-cont {
    width: 40%;
  }
  body:not(#section-catalog) .servicepopular-responsive .one-cols .cat-img-holder, body:not(#section-catalog) .servicepopular-responsive .one-cols .cat-info-cont {
    max-height: 260px;
    float: none;
    vertical-align: middle;
    display: table-cell;
  }
  body:not(#section-catalog) .servicepopular-responsive .one-cols .cat-fluidratio {
    height: 260px;
    padding: 0;
  }
  body:not(#section-catalog) .servicepopular-responsive .one-cols .cat-book-link {
    text-transform: uppercase;
    background-color: #3c3c3b;
    display: block;
    border-radius: 2px;
    padding: 8px 20px;
    box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 2px 1px 4px rgba(0, 0, 0, 0.5);
    position: absolute;
    right: 14%;
    bottom: 20px;
  }
  body:not(#section-catalog) .servicepopular-responsive .one-cols .cat-book-link:hover {
    opacity: 0.9;
  }
  body:not(#section-catalog) .servicepopular-responsive .one-cols .cat-book-link a {
    color: #fff;
  }
  body:not(#section-catalog) .servicepopular-responsive .three-cols .row {
    display: flex;
    flex-wrap: wrap;
  }
  body:not(#section-catalog) .servicepopular-responsive .three-cols .cat-list {
    display: flex;
  }
  body:not(#section-catalog) .servicepopular-responsive .three-cols .cat-info {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  body:not(#section-catalog) .servicepopular-responsive .three-cols .cat-img-holder, body:not(#section-catalog) .servicepopular-responsive .three-cols .cat-info-cont {
    flex: 1;
  }
  body:not(#section-catalog) .servicepopular-responsive .three-cols .cat-info-cont {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  body:not(#section-catalog) .servicepopular-responsive .cat-info-cont {
    font-size: 18px;
  }
  body:not(#section-catalog) .servicepopular-responsive h3 {
    font-size: 26px;
    text-transform: uppercase;
  }
}
/*END POPULAR*/
/*MENU*/
.nav > li > a:hover, .nav > li > a:focus {
  background: none;
  outline: none;
}
.nav .open a, .nav .open a:hover, .nav .open a:focus {
  background: none;
  border: none;
}
.navbar-nav, .navbar {
  margin: 0;
  border-radius: 0;
}
.navbar {
  min-height: auto;
}
.nav-stacked > li + li {
  margin-top: 0;
}
button.navbar-toggle {
  border: none;
  border-radius: 0;
  margin: 10px 10px 10px 0;
}
button.navbar-toggle:hover, button.navbar-toggle:focus {
  background: none;
}
button.navbar-toggle .fa:before {
  font-size: large;
}
button.navbar-toggle:hover {
  border-color: transparent;
}
.navbar-collapse {
  padding: 0;
  box-shadow: none;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border: none;
}
.dropdown-menu {
  border-radius: 0;
  padding: 0;
}
.menu-responsive .navbar-default {
  background: none;
  border-color: rgba(198, 198, 198, 0.5);
}
.menu-responsive .navbar-default li.active a {
  background: none;
  color: #1d1e1c;
}
.menu-responsive .navbar-default a.level0 {
  color: #878787;
  font-size: 20px;
  text-transform: uppercase;
  background: none;
}
.menu-responsive .navbar-default a.level0:hover, .menu-responsive .navbar-default a.level0:focus {
  color: #1d1e1c;
  background: none;
}
.menu-responsive .navbar-default a.level0:hover {
  opacity: 0.9;
}
.menu-responsive .navbar-default .dropdown-menu {
  width: 100%;
}
.menu-responsive .navbar-default .dropdown-menu a {
  color: #878787;
  padding: 5px 20px;
}
.menu-responsive .navbar-default .dropdown-menu a:hover {
  background: #f6f6f6;
}
.menu-responsive .nav-justified li {
  white-space: nowrap;
}
@media (max-width: 991px) {
  .menu-responsive .navbar-default a.level0, .menu-responsive .navbar-default a.level0:hover {
    font-size: 16px;
  }
}
/*END MENU*/
/*SLIDESHOW*/
.slideshow-responsive .carousel-indicators {
  opacity: 0.8;
}
.slideshow-responsive .carousel-indicators:hover {
  opacity: 1;
}
.slideshow-responsive .carousel-caption {
  text-shadow: none;
  left: 0;
  right: 0;
}
.slideshow-responsive .carousel-caption-text h4 {
  color: #fff;
  font-family: "montserratbold", Arial, sans-serif;
  text-transform: uppercase;
}
.slideshow-responsive .carousel-caption-summary {
  font-family: "montserratlight", Arial, serif;
}
@media (max-width: 991px) {
  .slideshow-responsive .carousel-caption {
    width: 100%;
  }
}
/*END SLIDESHOW*/
/*NEWS*/
.news-responsive .news-content .news-img-container {
  overflow: hidden;
}
.news-responsive .news-content img.thumbnail {
  transition: all 2s ease-in-out;
  -webkit-transition: all 2s ease-in-out;
  -moz-transition: all 2s ease-in-out;
  -o-transition: all 2s ease-in-out;
}
.news-responsive .news-content:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.news-responsive .news-content:hover img.thumbnail {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  opacity: 1;
}
.news-responsive .news-sub-content {
  text-align: center;
  border: 1px solid rgba(198, 198, 198, 0.5);
  padding: 20px;
}
.news-responsive .news-sub-content h3 {
  font-size: 22px;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.news-responsive .news-sub-content h3 a {
  color: #2b2b2b;
}
.news-responsive .news-sub-content .news-summary {
  font-family: "montserratlight", Arial, serif;
  font-size: 15px;
  text-align: justify;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .news-responsive .news-item {
    margin-bottom: 10px;
  }
  .news-responsive .news-summary {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .news-responsive .news-sub-content h3 {
    font-size: 24px;
  }
  .news-responsive .news-sub-content .news-summary {
    font-size: 16px;
  }
}
/*END NEWS*/
/*BANNER*/
.banner-responsive .thumbnail {
  position: relative;
  margin-bottom: 10px;
}
.banner-responsive .caption {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  max-width: 70%;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
}
.banner-responsive a:hover {
  text-decoration: none;
  opacity: 0.9;
}
@media (min-width: 768px) {
  .banner-responsive .thumbnail a > img {
    height: 250px;
    object-fit: fill;
  }
  .banner-responsive.full-size .thumbnail a > img, .banner-responsive .col-md-12 .thumbnail a > img {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .banner-responsive .caption {
    font-size: 14px;
    text-shadow: 2px 2px 8px #000;
  }
}
/*END BANNER*/
/*CALENDAR*/
.daterangepicker .calendar {
  max-width: inherit;
}
div.calendar {
  font-family: "montserratregular", Arial, serif;
  border: none;
}
div.calendar table .wn, div.calendar tfoot .ttip, div.calendar thead .name, div.calendar .button {
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #fff, #f6f6f6);
  background-image: -moz-linear-gradient(top, #fff, #f6f6f6);
  background-image: -o-linear-gradient(top, #fff, #f6f6f6);
  background-image: linear-gradient(to bottom, #fff, #f6f6f6);
  padding: 5px;
}
div.calendar table {
  font-family: "montserratregular", Arial, serif;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid transparent;
}
div.calendar table > thead tr:nth-child(1) > td.button, div.calendar table thead .title {
  font-family: "montserratregular", Arial, serif;
  color: #fff;
  font-size: 14px;
  background: #1d1e1c;
  border: none;
  padding: 5px;
}
div.calendar table thead tr:nth-child(1) > td.button:first-of-type {
  border-right: 1px solid #fff;
}
div.calendar table thead tr:nth-child(1) > td.button:last-of-type {
  border-left: 1px solid #fff;
}
div.calendar tbody, div.calendar thead .name, div.calendar .button.hilite {
  border: 1px solid #fff;
}
div.calendar tbody .rowhilite td {
  color: #2b2b2b;
  background: #f6f6f6;
}
div.calendar tbody td.day {
  text-align: center;
}
div.calendar tbody td.today {
  color: #878787;
}
div.calendar tbody td.selected, div.calendar tbody td.hilite {
  color: #fff;
  font-weight: normal;
  background: #1d1e1c;
  border-color: #1d1e1c;
}
div.calendar tbody .wn {
  padding: 2px 5px 2px 2px;
}
div.calendar tbody tfoot .ttip {
  padding: 5px;
}
div.calendar .wn, div.calendar tfoot .ttip {
  color: #2b2b2b;
  border-color: #fff;
}
div.calendar td.weekend {
  color: #1d1e1c;
}
div.calendar .button {
  font-size: 15px;
  border-color: #fff;
}
/*END CALENDAR*/
/*USER-LOGIN*/
.userlogin-responsive {
  text-align: center;
  padding: 10px;
}
.userlogin-responsive input[type="checkbox"] {
  width: 15px;
  height: 15px;
  vertical-align: top;
  margin-right: 6px;
}
.userlogin-responsive input[type=text], .userlogin-responsive input[type=password] {
  text-align: center;
}
.userlogin-responsive .left-inner-addon input {
  padding: 10px;
}
.userlogin-responsive .form-group {
  /*div[class*="col-"] {
   float: none;
   width: 100%;
   }
   div[class*="offset"] {
   margin: 0;
   }*/
}
.userlogin-responsive .form-group:nth-of-type(3), .userlogin-responsive .form-group:nth-of-type(5) {
  font-family: "montserratlight", Arial, serif;
  font-size: 14px;
}
.userlogin-responsive .form-group i {
  display: none;
}
.userlogin-responsive .form-group .btn {
  font-size: 16px;
  width: auto !important;
  display: inline-block;
  margin: 0 auto 10px auto;
}
/*END USER-LOGIN*/
/*SERVICES SEARCH*/
.servicesearch #del-room, .hotelsearch-responsive #del-room, .servicesearch #del-room:hover, .hotelsearch-responsive #del-room:hover, .servicesearch #del-room:focus, .hotelsearch-responsive #del-room:focus {
  background: #f00;
}
/*END SERVICES SEARCH*/
/*PAGINATION*/
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  color: #1d1d1b;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  background-color: #c6c6c6;
  border-color: #c6c6c6;
}
