* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  box-sizing: border-box;
  outline: none;
}

select::-ms-expand {
  display: none;
}

body {
  font-family: 'Montserrat', sans-serif;
  overflow-x: hidden;
  color: #03295a;
}

.page-content, body#tinymce{
  font-family: 'Montserrat', sans-serif;
  color:  #03295a;
}

#content .page-content h1, body#tinymce h1{
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: #2198B6;
  padding-bottom: 15px;
  margin: 0;
}

#content .page-content h2, body#tinymce h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 21px;
  color: #2198B6;
  padding-bottom: 15px;
  margin: 0;
  padding-top: 10px;
}

#content .page-content h3, body#tinymce h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #2198B6;
  padding-bottom: 15px;
  margin: 0;
  padding-top: 10px;
}

#content .page-content h4, body#tinymce h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color:  #03295a;
  margin: 0;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 15px;
}

#content .page-content h5, body#tinymce h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color:  #03295a;
  margin: 0;
  font-weight:600;
  margin-bottom: 10px;
  margin-top: 15px;
}

.banner {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  margin-bottom: 30px;
}

.reserva-banner .styled-select-date:before {
  right: -2px;
}

.quote {
  float: left;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
}

.guestitem-content {
  float: left;
}

.guestbook-name {
  float: right;
  display: block;
  font-family: 'Montserrat', sans-serif;
  color: #2198B6;
  font-size: 18px;
  margin-top: 30px;
}

.nivoSlider {
  z-index: -1;
}

.banner_overlay {
  margin-top: 30px;
  position: relative;
  width: 100%;
}

.banner:hover {
  opacity: 0.8;
}

.text_bg {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.l1 {
  font-size: 24px;
  font-weight: 700;
}

.l2 {
  font-size: 22px;
  font-weight: 700;
}

#content {
  padding-top: 0px;
  padding-bottom: 40px;
}

#side-bar-content {
  background-color: #e8edee;
  font-size: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.guestbook-page h1 {
  text-align: center;
  font-size: 36px;
}

.guestbook-page h3 {
  text-align: center;
  font-size: 22px;
  margin-top: 0px;
  margin-bottom: 40px;
  color: #525252;
}

.guestbook-page h3 a {
  color: #2198B6;
}

.guestbook_frame {
  text-align: left;
  padding-top: 28px;
  padding-left: 50px;
  padding-right: 50px;
  padding-bottom: 28px;
  border: solid 3px #e8edf1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.guestbook_frame .top {
  background: url("https://www.sunsetbeachclub.com/img/comillas.png");
  background-repeat: no-repeat;
  padding: 12px;
  position: absolute;
  top: 13px;
  left: 15px;
}

.guestbook_frame .bottom {
  background: url("https://www.sunsetbeachclub.com/img/comillas.png");
  background-repeat: no-repeat;
  padding: 12px;
  position: absolute;
  bottom: 74px;
  right: 31px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.guestbook_frame .text {
  color: #525252;
  font-size: 16px;
  font-style: italic;
}

.guestbook_item {
  margin-bottom: 50px;
}

.side-bar-left {
  z-index: 0;
  position: relative;
  left: 240px;
  width: 240px;
  margin-left: -240px;
  float: left;
}

.fluid-content {
  width: 100%;
  position: relative;
  margin-left: 270px;
  padding-right: 270px;
  float: left;
}

.webcam-content {
  padding: 0px;
}

#special-availability {
  padding: 25px;
  margin-top: 30px;
  font-size: 22px;
  color: #2198B6;
  text-align: center;
  background-color: #e8edee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.separator {
  border-bottom: solid 1px #e8edee;
}

.nivo-caption {
  background-color: #2198B6;
  opacity: 0.8;
  font-family: 'Montserrat', sans-serif !important;
}

#slider-ajax .nivo-caption {
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 18px;
  opacity: 1;
  font-family: 'Montserrat', sans-serif;
}

#slider-ajax .nivo-caption:after {
  content: "";
  padding-top: 25px;
  padding-bottom: 10px;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
}

#slider-ajax #previousButton {
  position: absolute;
  bottom: 7px;
  font-size: 28px;
  right: 35px;
  color: white;
  cursor: pointer;
}

#slider-ajax #nextButton {
  position: absolute;
  bottom: 7px;
  font-size: 28px;
  right: -3px;
  color: white;
  cursor: pointer;
}

#slider-ajax #previousButton:hover {
  color: #848484;
}

#slider-ajax #nextButton:hover {
  color: #848484;
}

#slider-ajax .nivo-directionNav {
  opacity: 0;
}

.page-content a, body#tinymce a {
  color: #2198B6;
}

.page-content a:hover, body#tinymce a:hover {
  color: #535353;
  border-bottom: 1px dashed #535353;
}

.gallery_box .style {
  background-color: #03295a;
  margin-bottom: 20px;
  padding-bottom: 10px;
  cursor: pointer;
  color: white;
}

#slider-ajax {
  border: 21px solid #03295a;
  margin-bottom: 30px;
  border-bottom: 7px solid #03295a;
}

#slider-ajax .nivoSlider {
  margin-bottom: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#slider-ajax .nivo-caption {
  position: relative;
  /* background: #e8edee; */
  color: white;
  padding-right: 64px;
  opacity: 1 !important;
}

/* .gallery_box .style .img {
  border-bottom: 1px solid #2198B6;
} */

.gallery_box .tiitle {
  font-size: 16px;
  margin-top: 10px;
}

.gallery_box .tiitle
{
  font-weight: 600;
}

.gallery_box .tiitle,
.gallery_box .count {
  color: white;
  padding-left: 15px;
  display: block;
}

#side-bar-content .current {
  color: white;
  background-color: #2198B6;
  padding: 5px 0px;
}

#side-bar-content .dropdown-toggle {
  display: block;
  margin-top: 0px;
}

#side-bar-content li,
#side-bar-content > a:first-child {
  margin-top: 10px;
  padding-left: 15px;
  color: #2198B6;
}

#content h2 {
  color: #2198B6;
  margin-bottom: 20px;
  font-size: 29px;
}

li.memberlogin {
  display: none;
}

.dropdown-toggle {
  cursor: pointer;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0px;
}

.children-years {
  color: #535353;
  font-size: 10px;
}

.carousel-content {
  line-height: 40px;
  font-style: italic;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  text-align: center;
  color: white;
  background-color: #2198B6;
  display: flex;
  align-items: center;
}

h1 {
  font-size: 24px;
  color: #2198B6;
  margin-top: 0px;
}

.carousel-controls {
  position: relative;
  width: 300px;
  margin: 0 auto;
}

.newsletter-button {
  background-image: url("https://www.sunsetbeachclub.com/img/newsletter-button.png");
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: cover;
}

.newsletter-button_2 {
  background-image: url("https://www.sunsetbeachclub.com/img/newsletter-button-vertical.png");
  background-repeat: no-repeat;
  background-position: 0px center;
  background-size: cover;
}

#carousel-example {
  background-color: #2198B6;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.ribbon-menu {
  background-color: #2198B6;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  width: 55px;
  cursor: pointer;
  height: 60px;
}

.ribbon-menu:hover {
  background-color: #87c6d6;
}

.ribbon-menu .ribbon-icon {
  text-align: center;
  position: relative;
}

.ribbon-menu .ribbon-info {
  position: absolute;
  width: inherit;
  color: white;
  bottom: 3px;
  text-align: center;
  display: block;
  font-size: 11px;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
  padding-right: 5px;
}

#flag-blog {
  color: white;
  font-size: 36px;
}

#flag-videos {
  padding: 10px 19px 9px 12px;
  background: url("../img/sprite-sunset.png");
  background-position: -4px 87px;
}

#flag-gallery {
  padding: 10px 21px 14px 12px;
  background: url("../img/sprite-sunset.png");
  background-position: -41px 87px;
}

#flag-webcam {
  padding: 10px 21px 14px 12px;
  background: url("../img/sprite-sunset.png");
  background-position: -78px 87px;
}

#flag-weather {
  padding: 10px 19px 9px 12px;
  background: url("../img/sprite-sunset.png");
  background-position: -4px 87px;
}

.main {
  width: 1083px;
  padding-left: 0px;
  padding-right: 0px;
  margin: 0 auto;
  float: none;
  display: block;
}

.nav > li > a {
  padding: 16px 6.6px;
}

.navbar-toggle .icon-bar {
  background-color: #2198B6;
  width: 26px;
  height: 3px;
}

.navbar-toggle {
  position: absolute;
  right: -5px;
  margin-top: 0px;
  top: 2px;
  margin-top: 16px;
  margin-bottom: -4px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}

.topbar {
  width: 100%;
  height: 48px;
  background: #ecf0f1;
}

.mt50px {
  margin-top: 60px !important;
}

div.logo {
  /* width: 185px;
    height: 165px; */
    position: absolute;
    top: 0;
    left: 15;
    margin-top: 10px;
}

.navbar {
  z-index: 1;
  /* margin-bottom: 50px; */
  margin-top: 10px;
  margin-bottom: 5px;
}

navbar-collapse {
}

.navbar-collapse {
  padding: 0;
}

.navbar-nav > li > a {
  font-size: 15px;
  color: #2198B6;
}

#reserva th {
  padding: 0;
  border: 0;
}

#reserva input {
  cursor: pointer;
}

#reserva table {
  margin: 0;
  padding: 0;
  border: 0;
}

.datepicker {
  left: 0 !important;
}

.temp {
  color: white;
  font-size: 16px;
  margin-top: -5px;
}

.english {
  background: url("https://www.sunsetbeachclub.com/img/sprite.png");
  background-position: -2px 30px;
  padding: 17px 13px 21px 11px;
}

.español {
  background: url("https://www.sunsetbeachclub.com/img/sprite.png");
  background-position: -26px 30px;
  padding: 17px 13px 21px 11px;
}

.suomi {
  background: url("https://www.sunsetbeachclub.com/img/sprite.png");
  background-position: -50px 30px;
  padding: 17px 13px 21px 11px;
}

.norsk {
  background: url("https://www.sunsetbeachclub.com/img/sprite.png");
  background-position: -74px 30px;
  padding: 17px 13px 21px 11px;
}

.dansk {
  background: url("https://www.sunsetbeachclub.com/img/sprite.png");
  background-position: -101px 30px;
  padding: 17px 13px 21px 11px;
}

.netherlands {
  background: url("https://www.sunsetbeachclub.com/img/sprite.png");
  background-position: -126px 30px;
  padding: 17px 13px 21px 11px;
}

.français {
  background: url("https://www.sunsetbeachclub.com/img/sprite.png");
  background-position: -150px 30px;
  padding: 17px 13px 21px 11px;
}

.deutsch {
  background: url("https://www.sunsetbeachclub.com/img/sprite.png");
  background-position: -174px 30px;
  padding: 17px 13px 21px 11px;
}

.topbar #jssor_2 span {
  cursor: pointer;
}

.nav #jssor_3 span {
  cursor: pointer;
}

.topbar ul.idiomas,
.topbar ul.redes {
  margin-top: 13px;
}

.topbar ul.idiomas {
  /* width: 280px;
  left: 37px; */
  display: inline-block;
  margin-left: 30px;
}

.topbar ul.idiomas li,
.topbar ul.redes li {
  display: inline-block;
}

.topbar ul.idiomas li a,
.topbar ul.redes li a {
  padding: 12px 12px 11px 11px;
  display: block;
  margin-right: 5px;
}

.topbar ul.idiomas li:nth-child(1) a {
  background: url("https://www.sunsetbeachclub.com/img/sprite.png");
  background-position: -1px -1px;
  opacity: 0.4;
}

.topbar ul.idiomas li:nth-child(2) a {
  background: url("https://www.sunsetbeachclub.com/img/sprite.png");
  background-position: -26px -1px;
  opacity: 0.4;
}

.topbar ul.idiomas li:nth-child(3) a {
  background: url("https://www.sunsetbeachclub.com/img/sprite.png");
  background-position: -51px -1px;
  opacity: 0.4;
}

.topbar ul.idiomas li:nth-child(4) a {
  background: url("https://www.sunsetbeachclub.com/img/sprite.png");
  background-position: -76px -1px;
  opacity: 0.4;
}

.topbar ul.idiomas li:nth-child(5) a {
  background: url("https://www.sunsetbeachclub.com/img/sprite.png");
  background-position: -101px -1px;
  opacity: 0.4;
}

.topbar ul.idiomas li:nth-child(6) a {
  background: url("https://www.sunsetbeachclub.com/img/sprite.png");
  background-position: -126px -1px;
  opacity: 0.4;
}

.topbar ul.idiomas li:nth-child(7) a {
  background: url("https://www.sunsetbeachclub.com/img/sprite.png");
  background-position: -151px -1px;
  opacity: 0.4;
}

.topbar ul.idiomas li:nth-child(8) a {
  background: url("https://www.sunsetbeachclub.com/img/sprite.png");
  background-position: -176px -1px;
  opacity: 0.4;
}

.topbar ul.idiomas li a.active,
.topbar ul.idiomas li a:hover {
  opacity: 1;
}

.menu-idiomas ul.idiomas,
.menu-idiomas ul.redes {
  position: absolute;
  left: 71%;
  display: none;
  margin-left: -242px;
  top: 10px;
}

.menu-idiomas ul.idiomas li,
.menu-idiomas ul.redes li {
  display: inline-block;
}

.menu-idiomas ul.idiomas li a,
.menu-idiomas ul.redes li a {
  padding: 12px 12px 11px 11px;
  display: block;
  margin-right: 10px;
}

.menu-idiomas ul.idiomas li:nth-child(1) a {
  background: url("https://www.sunsetbeachclub.com/img/sprite.png");
  background-position: -1px -1px;
}

.menu-idiomas ul.idiomas li:nth-child(2) a {
  background: url("https://www.sunsetbeachclub.com/img/sprite.png");
  background-position: -26px -1px;
}

.menu-idiomas ul.idiomas li:nth-child(3) a {
  background: url("https://www.sunsetbeachclub.com/img/sprite.png");
  background-position: -51px -1px;
}

.menu-idiomas ul.idiomas li:nth-child(4) a {
  background: url("https://www.sunsetbeachclub.com/img/sprite.png");
  background-position: -76px -1px;
}

.menu-idiomas ul.idiomas li:nth-child(5) a {
  background: url("https://www.sunsetbeachclub.com/img/sprite.png");
  background-position: -101px -1px;
}

.menu-idiomas ul.idiomas li:nth-child(6) a {
  background: url("https://www.sunsetbeachclub.com/img/sprite.png");
  background-position: -126px -1px;
}

ul.idiomas li a.active,
ul.idiomas li a:hover {
  opacity: 1;
}

div.phone-redes {
  height: 48px;
  position: relative;
  margin-right: -49px;
  margin-left: 31px;
}

div.phone-redes p {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-style: italic;
  color: #434343;
  position: absolute;
  top: 13px;
}

div.phone-redes p span {
  padding: 10px 10px 9px 9px;
  margin-right: 5px;
  background: url("https://www.sunsetbeachclub.com/img/sprite.png");
  background-position: -204px 12px;
}

.topbar ul.redes {
  right: -55px;
}

.topbar ul.redes li a {
  background-color: #2198B6;
  border-radius: 4px;
}

.topbar ul.redes li a:hover {
  background-color: #87c6d6;
}

.topbar ul.redes li a:active {
  background-color: #2198B6;
}

.topbar ul.redes li:nth-child(1) a {
  background-image: url("https://www.sunsetbeachclub.com/img/sprite.png");
  background-position: -221px 4px;
}

.topbar ul.redes li:nth-child(2) a {
  background-image: url("https://www.sunsetbeachclub.com/img/sprite.png");
  background-position: -246px 3px;
}

.topbar ul.redes li:nth-child(3) a {
  background-image: url("https://www.sunsetbeachclub.com/img/sprite.png");
  background-position: -271px 2px;
}

a {
  color: inherit;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

div.phone-footer {
  height: 40px;
  position: relative;
  text-decoration: none;
  color: #a7a7a7;
}

div.phone-footer p span.telefono {
  padding: 10px 10px 9px 9px;
  margin-right: 5px;
  background: url("../img/sprite-sunset.png");
  background-position: -235px 41px;
}

div.phone-footer p span.email {
  padding: 10px 12px 9px 9px;
  margin-right: 5px;
  background: url("../img/sprite-sunset.png");
  background-position: -264px 41px;
}

div.phone-footer p span.map {
  padding: 10px 10px 9px 9px;
  margin-right: 5px;
  background: url("../img/sprite-sunset.png");
  background-position: -291px 41px;
}

#footer {
  background-color: #03295a;
  padding-top: 55px;
  color: #a7a7a7;
  font-family: 'Montserrat', sans-serif;
}

#footer ul li {
  margin-bottom: 10px;
  font-weight: 500;
  padding-left: 1px;
  padding-right: 3px;
}

#footer .listaFooterLinks ul li {
  font-style: italic;
}

#footer .title {
  color: #d5d5d5;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

#footer .networks {
  margin-bottom: 20px;
}

#footer .info .datos {
  margin-bottom: 15px;
}

#footer .networks .title {
  margin-bottom: 15px;
}

#footer .awards {
  margin-top: 26px;
}

#footer .dark {
  background-color: #0d0d0d;
  padding-top: 28px;
  padding-bottom: 20px;
}

.dark ul li a {
  font-size: 13px;
  color: #a7a7a7;
  text-decoration: none;
}

section {
  margin-top: 30px;
  margin-bottom: 50px;
}

.top-apartments {
  margin-top: 10px !important;
}

h2 {
  color: #2198B6;
  margin-bottom: 45px;
  font-size: 28px;
}

h3 {
  color: #2198B6;
  margin-top: 30px;
  font-size: 20px;
}
#activities h3,
#bars-restaurants h3,
#much-more h3,
#actividades h3 {
  margin-top: 15px;
  margin-bottom: 30px;
}

.description {
  font-family: 'Montserrat', sans-serif;
}

.apartment {
  height: 170px;
  background-size: cover;
}

.more_1 {
  background-image: url("https://www.sunsetbeachclub.com/img/much-more/golf.jpg");
}

.more_2 {
  background-image: url("https://www.sunsetbeachclub.com/img/much-more/supermarket.jpg");
}

.more_3 {
  background-image: url("https://www.sunsetbeachclub.com/img/much-more/gym.jpg");
}

.more_4 {
  background-image: url("https://www.sunsetbeachclub.com/img/much-more/cinema.jpg");
}

.styled-select {
  background-color: white;
  position: relative;
}

.styled-select:before {
  pointer-events: none;
  color: #535353;
  position: absolute;
  font-size: 12px;
  right: -2px;
  content: "\e252";
  font-family: "Glyphicons Halflings";
  line-height: 1;
  margin: 10px;
  display: inline-block;
}

select {
  cursor: pointer;
}

.styled-select-date {
  position: relative;
}

.styled-select-date:before {
  pointer-events: none;
  color: #535353;
  position: absolute;
  font-size: 15px;
  right: 0px;
  top: -2px;
  content: "\f073";
  font-family: "FontAwesome";
  line-height: 1;
  margin: 10px;
  display: inline-block;
}

.styled-select-date-2:before {
  pointer-events: none;
  font-size: 20px;
  right: 3px;
  top: 0px;
}

.styled-select_2:before {
  top: 5px;
}

.description {
  font-size: 16px;
  font-weight: 100;
}

.carousel {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #eaeaea;
}

.slideshow .carousel {
  background-color: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
}

.reserva-form {
  background-color: #e8edee;
  padding: 15px;
  border-radius: 5px;
  font-size: 14px;
}

.reserva-form .title {
  font-weight: 100;
  color: #2198B6;
  padding-left: 10px;
  font-family: 'Montserrat', sans-serif;
}

.reserva-form input,
select {
  padding: 5px;
  padding-left: 10px;
  display: block;
  border: solid 1px gainsboro;
  margin-bottom: 5px;
}

.reserva-form select {
  background: transparent;
}

.reserva-form .btn {
  line-height: 29px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  font-size: 15px;
  width: 100%;
  border: none;
  background-image: none;
  background-color: #2198B6;
  margin-top: 19px;
}

.reserva-form .btn:hover {
  background-image: none;
  background-color: #87c6d6;
}

.texto-diagonal {
  position: absolute;
    bottom: 0px;
    padding-left: 11px;
    color: white;
    padding-bottom: 5px;
    padding-top: 3px;
    width: 100%;
    background: rgba(32, 152, 182, 0.7);
}

.texto-banners{
  z-index: 9;
}

.texto-diagonal .text1 {
  font-size: 22px;
}

.texto-diagonal .text2 {
  margin-top: -5px;
  font-size: 19px;
}

.capa-diagonal {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  background: url("https://www.sunsetbeachclub.com/img/capa-azul.png");
  background-position: -30px -30px;
  opacity: 0.8;
  background-size: cover;
  background-repeat: no-repeat;
}
.capa-diagonal-contenedor .col-sm-3 {
  margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
  .capa-diagonal-contenedor .col-sm-3 {
    width: 50%;
  }
}
@media screen and (max-width: 420px) {
  .capa-diagonal-contenedor .col-sm-3 {
    width: 100%;
  }
}
/*#actividades.carousel {
    padding-bottom: 10px;
}*/
#availability {
  margin-top: 0px;
  margin-bottom: 40px;
}

#availability .full {
  background-color: #f86c08;
  color: white;
  font-size: 28px;
  line-height: 60px;
  transition: all 0.2s;
}

#availability .full:hover {
  opacity: 0.8;
}

#activities,
#information {
  font-size: 16px;
}

#activities,
#information h3 {
  margin-bottom: 30px;
}

#information .btn {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  font-size: 15px;
  border: none;
  background-image: none;
  background-color: #2198B6;
  margin-top: 30px;
}

#information .btn:hover {
  background-image: none;
  background-color: #87c6d6;
}

#photo-video-webcam {
  margin-bottom: 0px;
  float: left;
  width: 100%;
}

#photo-video-webcam .mb30 {
  margin-bottom: 20px;
}

#photo-video-webcam h4 {
  font-size: 22px;
  color: #2198B6;
}

.gallery .photo {
  height: 170px;
}

#photo-video-webcam input {
  width: 100%;
  border: 1px solid #c1c1c1;
  line-height: 35px;
  padding: 5px 15px;
}

#photo-video-webcam .btn {
  margin-top: 20px;
  background: #2198B6;
  font-size: 20px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: none;
  background-image: none;
}

#photo-video-webcam .btn:hover {
  background-image: none;
  background-color: #87c6d6;
}

.sans {
  font-style: italic;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
}

#testimonials {
  background-color: #2198B6;
  color: white;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 0px;
  margin-bottom: 0px;
}

#testimonials h2 {
  color: white;
}

#testimonials .testimonial {
  line-height: 40px;
  font-style: italic;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
}

#testimonials .testimonial .autor {
  font-size: 19px;
}

.btn, .popup#popupConsent .choice-container-buttons .c-button {
  margin-top: 40px;
  background: #f86c08;
  border-radius: 0px;
  color: #ffffff;
  font-size: 20px;
  padding: 6px 25px 6px 25px;
  text-decoration: none;
  transition: all 0.2s;
  font-weight: bold;
}

#accept{
  font-weight: 600;
}

.btn:hover, .btn:focus, .btn.focus{
  color: white;
  opacity: 0.8;
}

.popup#popupConsent .choice-container-buttons .c-button#accept, .popup#popupConsent .choice-container-buttons .c-button#configure, .popup#popupConsent .choice-container-buttons .c-button#enregistre{
  background: transparent;
    border: 2px solid #f86c08;
    color: #f86c08;
}

/* .c-button#enregistre{
  margin-bottom: 20px;
} */

.popup#popupConsent .choice-container-buttons .c-button:hover {
  background: #f86c08 !important;
  color: white !important;
  text-decoration: none;
  opacity: 1;
}

.xs-button .btn {
  margin-top: 15px;
  font-size: 15px;
}

/*JSSOR 1*/
/* jssor slider bullet navigator skin 05 css */
/*
.jssorb05 div           (normal)
.jssorb05 div:hover     (normal mouseover)
.jssorb05 .av           (active)
.jssorb05 .av:hover     (active mouseover)
.jssorb05 .dn           (mousedown)
*/
.jssorb05 {
  position: absolute;
}

.jssorb05 div,
.jssorb05 .av {
  position: absolute;
  /* size of bullet elment */
  width: 16px;
  height: 16px;
  background: url("https://www.sunsetbeachclub.com/img/bullet.png") no-repeat;
  overflow: hidden;
  cursor: pointer;
}

.jssorb05 .av {
  background: url("https://www.sunsetbeachclub.com/img/bullet_1.png") no-repeat;
}

/* jssor slider arrow navigator skin 22 css */
/*
.jssora22l                  (normal)
.jssora22r                  (normal)
.jssora22l:hover            (normal mouseover)
.jssora22r:hover            (normal mouseover)
.jssora22l.jssora22ldn      (mousedown)
.jssora22r.jssora22rdn      (mousedown)
*/
.jssora22l {
  display: block;
  position: absolute;
  /* size of arrow element */
  width: 28px;
  height: 44px;
  cursor: pointer;
  background: url("https://www.sunsetbeachclub.com/img/arrow_l.png") center
    center no-repeat;
  overflow: hidden;
}

.jssora22r {
  display: block;
  position: absolute;
  /* size of arrow element */
  width: 40px;
  height: 58px;
  cursor: pointer;
  background: url("https://www.sunsetbeachclub.com/img/arrow_r.png") center
    center no-repeat;
  overflow: hidden;
}

.jssora22l:hover {
  opacity: 0.8;
}

.jssora22r:hover {
  opacity: 0.8;
}

.col-xs-15 {
  width: 17%;
  float: right;
}

.jcarousel-wrapper {
  margin: 20px auto;
  position: relative;
}

/** Carousel **/

.jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jcarousel li {
  float: left;
}

.jcarousel img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

/** Carousel Controls **/

.jcarousel-control-prev,
.jcarousel-control-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #4e443c;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 24px/27px Arial, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 4px #f0efe7;
  -moz-box-shadow: 0 0 4px #f0efe7;
  box-shadow: 0 0 4px #f0efe7;
}

.jcarousel-control-prev {
  left: 15px;
}

.jcarousel-control-next {
  right: 15px;
}

/** Carousel Pagination **/

.jcarousel-pagination {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
}

.jcarousel-pagination div {
  width: 16px;
  height: 16px;
  background: url("https://www.sunsetbeachclub.com/img/bullet.png") no-repeat;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.jcarousel-pagination div.active {
  width: 16px;
  height: 16px;
  background: url("https://www.sunsetbeachclub.com/img/bullet_1.png") no-repeat;
  overflow: hidden;
  cursor: pointer;
}

#footer ul.networks li,
#footer ul.redes li {
  display: inline-block;
}

#footer ul.networks li a,
#footer ul.redes li a {
  padding: 12px 12px 11px 11px;
  display: block;
  margin-right: 10px;
}

#footer ul.networks li:nth-child(1) a {
  margin-right: 3px;
  background: url("../img/sprite-sunset.png");
  background-position: -60px -47px;
}

#footer ul.networks li:nth-child(2) a {
  margin-right: 3px;
  background: url("../img/sprite-sunset.png");
  background-position: -83px -47px;
}

#footer ul.networks li:nth-child(3) a {
  margin-right: 3px;
  background: url("../img/sprite-sunset.png");
  background-position: -106px -47px;
}

#footer ul.networks li:nth-child(4) a {
  margin-right: 3px;
  background: url("../img/sprite-sunset.png");
  background-position: -131px -47px;
}

#footer ul.networks li:nth-child(5) a {
  margin-right: 3px;
  background: url("../img/sprite-sunset.png");
  background-position: -154px -47px;
}

#footer ul.networks li:nth-child(7) a {
  margin-right: 3px;
  background: url("../img/sprite-sunset.png");
  background-position: -179px -47px;
}

#footer ul.networks li:nth-child(6) a {
  background: url("../img/sprite-sunset.png");
  background-position: -203px -47px;
}

.sans ul.networks li,
.sans ul.redes li {
  display: inline-block;
}

.sans ul.networks li a,
.sans ul.redes li a {
  padding: 12px 12px 11px 11px;
  display: block;
  margin-right: 10px;
}

.sans ul.networks li:nth-child(1) a {
  margin-right: 3px;
  background: url("../img/sprite-sunset.png");
  background-position: -60px -47px;
}

.sans ul.networks li:nth-child(2) a {
  margin-right: 3px;
  background: url("../img/sprite-sunset.png");
  background-position: -83px -47px;
}

.sans ul.networks li:nth-child(3) a {
  margin-right: 3px;
  background: url("../img/sprite-sunset.png");
  background-position: -106px -47px;
}

.sans ul.networks li:nth-child(4) a {
  margin-right: 3px;
  background: url("../img/sprite-sunset.png");
  background-position: -131px -47px;
}

.sans ul.networks li:nth-child(5) a {
  margin-right: 3px;
  background: url("../img/sprite-sunset.png");
  background-position: -154px -47px;
}

.sans ul.networks li:nth-child(6) a {
  margin-right: 3px;
  background: url("../img/sprite-sunset.png");
  background-position: -179px -47px;
}

.sans ul.networks li:nth-child(7) a {
  background: url("../img/sprite-sunset.png");
  background-position: -203px -47px;
}

#availability #reserva input,
#availability #reserva select {
  line-height: 30px;
}

/*--------------------------
        CAROUSSEL
---------------------------*/

.jcarousel2-wrapper {
  margin: 20px auto;
  position: relative;
}

.jcarousel2 {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.jcarousel2 ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jcarousel2 li {
  float: left;
}

.jcarousel2 img {
  display: block;
  max-width: 100%;
  height: auto !important;
}

/** Carousel Controls **/

.jcarousel2-control-prev,
.jcarousel2-control-next {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  background: #4e443c;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 0 1px #000;
  font: 24px/27px Arial, sans-serif;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0 0 4px #f0efe7;
  -moz-box-shadow: 0 0 4px #f0efe7;
  box-shadow: 0 0 4px #f0efe7;
}

.jcarousel2-control-prev {
  left: 15px;
}

.jcarousel2-control-next {
  right: 15px;
}

/** Carousel Pagination **/

.jcarousel2-pagination {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
}

.jcarousel2-pagination div {
  width: 24px;
  height: 24px;
  background: url("https://www.sunsetbeachclub.com/img/bullett.png") no-repeat;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.jcarousel2-pagination div.active {
  width: 24px;
  height: 24px;
  background: url("https://www.sunsetbeachclub.com/img/bullett_1.png") no-repeat;
  overflow: hidden;
  cursor: pointer;
}

.navbar-collapse.in {
  overflow: hidden;
}

#availability-arrow,
#availability-arrow2 {
  -moz-transition: -moz-transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  transition: transform 0.3s;
}

.toggle-arrow {
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.navbar-nav .open .dropdown-menu > li > a {
  color: #2198B6;
  padding: 8px 20px;
  padding-right: 35px;
}

.navbar-nav .open .dropdown-menu > li > a:hover {
  color: white;
}

.navbar-brand {
  width: 79%;
  padding: 3px 15px;
}

.navbar-nav > li > a {
  text-transform: uppercase;
  position: relative;
  background-color: transparent;
  color: #03295a;
  text-decoration: none;
  padding: 0;
  margin-top: 12px;
  font-weight: 600;
  margin-bottom: 11px;
}

.navbar-nav > li {
  padding: 4px 12px;
}

.navbar-nav > li > .dropdown-menu {
  background-color: #ecf0f1;
  padding: 0px;
  border: 0;
}

@media (min-width: 640px) and (max-width: 1139px) {
  .navbar-nav > li > .dropdown-menu {
    background-color: #2198B6;
    padding: 0px;
    border: 0;
  }
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #ccc;
}

.more-items {
  width: 100%;
  height: 50px;
  background: #d3d3d3;
  color: white;
  line-height: 50px;
  font-size: 20px;
  cursor: pointer;
  margin-bottom: -10px;
  float: left;
}

.mobile-title {
  width: 100%;
  margin-top: -30px;
  background: #2198B6;
  color: white;
  line-height: 50px;
  font-size: 28px;
  margin-bottom: 40px;
}

#activities .col-xs-6,
#bars .col-xs-6 {
  margin-top: 30px;
}

.navbar-toggle .icon-bar:nth-of-type(2) {
  top: 0px;
}

.navbar-toggle .icon-bar:nth-of-type(3) {
  top: 0px;
}

.navbar-toggle .icon-bar {
  position: relative;
  transition: all 500ms ease-in-out;
}

.navbar-toggle.active .icon-bar:nth-of-type(1) {
  top: 8px;
  transform: rotate(45deg);
}

.navbar-toggle.active .icon-bar:nth-of-type(2) {
  background-color: transparent;
}

.navbar-toggle.active .icon-bar:nth-of-type(3) {
  top: -8px;
  transform: rotate(-45deg);
}

/*--------------------------
        MEDIA QUERIES
---------------------------*/

@media (max-width: 1139px) {
  .ribbon-menu .ribbon-info {
    padding-right: 0px;
  }

  .topbar ul.redes {
    right: -11px;
  }

  .calendar-content .titular {
    margin-top: 25px;
  }

  .input-de-eventos {
    /*margin-top: -75px;*/
    margin-top: 0px;
  }

  #special-availability {
    padding-bottom: 2px;
  }

  #special-availability .reserva-form {
    margin-bottom: 25px;
  }

  .mb20-md {
    margin-bottom: 20px;
  }

  .jcarousel2-wrapper .row {
    margin: 0;
  }

  .col-xs-15 {
    padding-right: 45px;
  }

  .toppbar .col-md-5 {
    float: right;
  }

  .no-padding-md {
    padding: 0px;
  }

  .navbar-nav > li {
    padding: 0;
  }

  .navbar-nav > li > a {
    padding: 25px;
    padding-right: 25px !important;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    color: white;
    padding: 8px 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: #87c6d6;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
    font-size: 13px;
  }

  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    background-color: #87c6d6;
  }

  .navbar-nav > li > a {
    color: white;
    padding-right: 10.6px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 8px;
    padding-bottom: 7px;
  }

  .nav > li > a:hover,
  .nav > li > a:focus {
    background-color: #87c6d6;
  }

  .nav > li > a:hover,
  .nav > li > a:focus {
    text-decoration: none;
    background-color: #87c6d6;
  }

  .navbar-nav {
    width: 100%;
    margin: 0px 0px;
    background-color: #2198B6;
  }

  .navbar {
    margin-left: -1px;
    margin-bottom: -1px;
    margin-right: -1px;
    margin-top: 0px;
  }

  .webcam-newsletter {
    margin-top: 15px;
  }

  .sans ul {
    text-align: center;
  }

  .awards {
    margin-top: 0px !important;
  }

  .cusstom-container {
    margin-bottom: 20px;
  }

  header div.phone-redes{
    text-align: left !important;
  }
  header .phone-redes p{
    margin-left: 0px;
  }

  .topbar ul.idiomas {
    left: 10px;
  }
}

@media (min-width: 1140px) {
  .events-tags {
    margin-top: 10px;
  }

  .navbar-collapse {
    padding-top: 6px;
    margin-bottom: 4px;
  }

  .navbar-nav > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -2px;
    left: 0;
    background-color: #2198B6;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }

  .navbar-nav > li > a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  .nav > li > a:hover,
  .nav > li > a:focus {
    background-color: transparent !important;
  }

  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus:before {
    margin-top: 12px;
    background-color: transparent;
    width: 101%;
    box-shadow: -1px 3px 0px -1px;
  }
}

@media (max-width: 1133px) {
  .main {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    float: left;
    display: block;
  }
}

.navbar-toggle {
  margin-top: 5px;
}

@media (min-width: 640px) and (max-width: 1139px) {
  .topbar .phone-redes {
    padding-left: 0px;
    margin-left: 25px;
  }

  .topbar ul.idiomas {
    padding-left: 15px;
  }
}

@media (max-width: 639px) {
  .events-tas .hour {
    display: block !important;
    margin-bottom: 10px;
    padding: 3px 0px;
    background: #2198B6;
    width: 100%;
  }

  .events-tas .hour div:last-child {
    width: 100%;
    display: block;
    margin-left: 9px !important;
    margin-bottom: -5px !important;
  }

  #reserva-movil-interior {
    display: none;
  }

  .fluid-content {
    margin: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .day-picker,
  .week-picker {
    padding: 0;
  }

  .calendar-content .ui-datepicker-header {
    width: 106% !important;
  }

  .calendar-content .ui-state-active,
  .ui-widget-content .ui-state-active,
  .ui-widget-header .ui-state-active,
  .calendar-content .ui-state-default {
    padding: 10px !important;
  }

  .noBordeNaranja{
    border: none !important;
    padding-bottom: 30px !important;
    padding-top: 10px !important;
  }
  
  .margenMovil{  
    margin-bottom: 20px;
}
}

@media (max-width: 640px) {
  .mb15-xs {
    margin-bottom: 20px;
  }

  #content {
    padding-top: 0px;
  }

  #availability .full {
    font-size: 24px;
  }

  .sans {
    margin-top: -44px;
  }

  .awards {
    margin-top: 15px !important;
    margin-bottom: 25px;
  }

  .text-center-xs {
    text-align: center;
    margin-top: 15px;
  }
  
  #photo-video-webcam {
    margin-bottom: 0px;
    margin-top: -70px !important;
    padding-top: 30px;
  }

  #webcam_link_2{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .webcam-content{
    padding-right: 0px !important;
  }
}

/*--------------------------
    MEDIA QUERIES DE GRID
---------------------------*/

@media (min-width: 600px) and (max-width: 1139px) {
  .row-fluid > [class*="col-md-3"]:nth-child(2n + 1) {
    clear: both;
    margin-left: 0;
    float: right;
  }

  .row-fluid > [class*="col-md-3"]:nth-child(1),
  row-fluid .col-md-3:nth-child(2) {
    margin-bottom: 30px;
  }

  .row-fluid > [class*="col-md-3"]:nth-child(2) {
    margin-bottom: 30px;
  }

  .row-fluid .col-md-3 {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .reserva-interior .boton {
    width: 19%;
  }

  .reserva-interior .promo {
    width: 14%;
  }

  .reserva-interior .conjunto {
    width: 25%;
  }
}

@media (max-width: 1199px) {
  .webcam-content {
    padding-right: 15px;
  }
}

@media (max-width: 479px) {

  .popup .choice-container-buttons{
    display: block !important;
    text-align: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .popup#popupConsent .choice-container-buttons .c-button {
    width: 250px;
    margin-right: 0px !important;
}

#accept, #enregistre{
  margin-bottom: 15px;
}

  #information {
      margin-top: -40px;
  }
  .row-fluid > [class*="col-md-3"]:nth-child(2n + 1) {
    clear: both;
    margin-left: 0;
    float: right;
  }

  /* .row-fluid > [class*="col-md-3"]:nth-child(1),
  [class*="col-md-3"]:nth-child(2) {
    margin-bottom: 30px;
  } */
  #much-more .col-md-3 {
    margin-bottom: 0;
  }

  .row-fluid .col-md-3 {
    width: 100%;
  }

  .evento {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 599px) {
  .row-fluid > [class*="col-md-3"] {
    clear: both;
    margin-left: 0;
    float: right;
  }

  .row-fluid > [class*="col-md-3"] {
    margin-bottom: 30px;
  }

  .row-fluid .col-md-3 > [class*="title"]:nth-child(1),
  [class*="title"]:nth-child(2) {
    width: 100%;
    float: left;
    text-align: left;
  }

  .row-fluid .col-md-3 > [class*="img-responsive"]:nth-child(1) {
    width: 50%;
    float: left;
    margin-right: 15px;
    text-align: left;
  }

  .row-fluid .col-md-3 {
    width: 100%;
  }

  .row-fluid .col-md-3 .title h3 {
    margin-top: 0px;
  }
}

@media (max-width: 599px) {
  .row-fluid > [class*="col-md-3"] {
    clear: both;
    margin-left: 0;
    float: right;
  }

  .row-fluid > [class*="col-md-3"] {
    margin-bottom: 30px;
  }

  .row-fluid .col-md-3 > [class*="title"]:nth-child(1),
  [class*="title"]:nth-child(2) {
    width: 100%;
    float: left;
    text-align: left;
  }

  .row-fluid .col-md-3 .container-image-zoom {
    width: 45.61878453038674%;
    float: left;
    margin-right: 15px;
    text-align: left;
  }

  .row-fluid .col-md-3 > [class*="title"]:nth-child(2) {
    width: 45.61878453038674%;
    float: left;
    margin-left: 15px;
    text-align: left;
  }
  #information .title .description {
    font-size: 15px;
  }

  #our-apartments .title .description {
    font-size: 16px;
  }

  #information h3 {
    font-size: 22px;
  }

  #information .title .text-center {
    text-align: left;
  }

  #information .btn {
    margin-top: 15px;
  }

  .row-fluid .col-md-3 {
    width: 100%;
  }

  .row-fluid .col-md-3 .title h3 {
    margin-top: 0px;
    font-size: 22px;
  }
}

@media (max-width: 479px) {
  .row-fluid > [class*="col-md-3"] {
    clear: both;
    margin-left: 0;
    float: right;
  }

  .row-fluid > [class*="col-md-3"] {
    margin-bottom: 30px;
  }

  .row-fluid .col-md-3 > [class*="title"]:nth-child(1),
  [class*="title"]:nth-child(2) {
    width: auto;
    float: left;
    text-align: left;
  }

  .row-fluid .col-md-3 .container-image-zoom,
  [class*="title"]:nth-child(2) {
    width: 100% !important;
    float: left !important;
    margin-right: 15px;
    text-align: left !important;
  }

  [class*="title"]:nth-child(2){
    margin-left: 0 !important;
    margin-right: 0;
    margin-top: 20px;
  }

  #our-apartments .text-center {
    margin-top: 20px;
    text-align: center;
    width: 100%;
    margin-left: 0px;
  }

  #information .title {
    width: 100%;
    margin-left: 0px;
    margin-top: 5px;
    text-align: center;
  }

  #information .title .text-center {
    text-align: center;
  }

  #information h3 {
    margin-bottom: 15px;
    margin-top: 15px;
  }
}

@media (max-width: 750px) and (min-width: 641px) {
  /*    #reserva-form-xs .col-sm-5{
        width: 50% !important;
        float: left !important;
        margin: 0px;
    }*/
  /*    #reserva-form-xs .col-sm-2{
        width: 33.33333%;
    }*/
  /*    #reserva-form-xs .col-sm-7{
        width: 66.66666%;
    }
    #reserva-form-xs .col-sm-offset-0{
        width: 100% !important;
    }*/
}

@media (max-width: 524px) {

  .marginTopMovil{
    margin-top: 10px !important;
  }

  #reserva-form-xs > div,
  #reserva-form-xs > div > div,
  #reserva-form-xs > div > div > div,
  #reserva-form-xs select {
    width: 100% !important;
    float: none !important;
    margin: 0px;
  }

  #reserva-form-xs .no-padding-xs {
    padding: 0px;
  }
}

.controlsBlock {
  position: relative;
  bottom: 0;
  left: 0;
  top: -30px;
  display: block;
  width: 65px;
  margin: 0 auto;
  z-index: 1;
  height: 24px;
  text-align: center;
}

.controls {
  position: relative;
  display: block;
}

.carousel-control {
  position: absolute;
  top: 25.5px;
  bottom: 0;
  left: 0;
  background: #000000;
  font-size: 7px;
  background: none !important;
  text-align: center;
}

.carousel-control i {
  font-size: 20px;
}

.carousel-control.left {
  left: 0;
}

.carousel-control.right {
  right: 0;
}

.carousel-control:hover,
.carousel-control:focus {
  opacity: 0.7;
}

.carousel-control .glyphicon-menu-left,
.carousel-control .glyphicon-menu-right {
  position: absolute;
  min-width: 30px;
  min-height: 30px;
  font-size: 30px !important;
  z-index: 5;
  display: inline-block;
}

.carousel-control .glyphicon-menu-left {
  left: 0;
}

.carousel-control .glyphicon-menu-right {
  right: 0;
}

#myCarousel .item {
  width: auto;
}

.page-content select {
  margin-bottom: 0px;
  width: 100%;
  height: 41px;
  outline: none;
  color: #a6a6a6;
  border: 1px solid #d9d9d9 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 5px 10px 10px 0px;
  padding-left: 10px;
  background-color: #fff;
}

.page-content input[type="text"], .page-content input[type="email"] {
  margin-bottom: 0px;
  width: 100%;
  height: 41px;
  outline: none;
  color: #a6a6a6;
  border: 1px solid #d9d9d9 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 5px 10px 10px 0px;
  padding-left: 10px;
}

.page-content textarea {
  border: 1px solid #d9d9d9;
  font-family: "Roboto", "Noto", sans-serif;
  color: #a6a6a6;
  font-weight: 400;
  font-size: 15px;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 5px 10px 10px 0px;
  padding: 10px;
  background-color: #fff;
  width: 100%;
  height: 150px;
}

.picker__holder {
  min-width: 240px !important;
  overflow-y: hidden !important;
}

.picker__header {
  margin-bottom: 10px;
}

.picker {
  z-index: 10000;
  font-family: 'Montserrat', sans-serif;
}

.page-content ul li:before, body#tinymce ul li:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-top: 6px;
  position: absolute;
  margin-left: -14px;
  background: #2198B6;
  border-radius: 100%;
  /* or whatever color you prefer */
}

.page-content ul li, body#tinymce ul li {
  margin-bottom: 3px;
  margin-left: 13px;
}

.picker__header {
  color: #2198B6;
}

.picker__nav--next:before {
  border-left: 0.75em solid #2198B6 !important;
}

.picker__nav--prev:before {
  border-right: 0.75em solid #2198B6 !important;
}

/*.picker__nav--disabled, .picker__nav--disabled:hover, .pckier__nav--disabled:before, .picker__nav--disabled:before:hover{border-right: 0.75em solid #f5f5f5 !important;}*/

.instagram-photo {
  opacity: 1;
  transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -webkit-transition: opacity 0.25s ease-in-out;
}

.instagram-photo:hover {
  opacity: 0.7;
}

.calendar-content {
  padding: 10px 20px;
  background-color: #e8edee;
  min-height: 366px;
}

.calendar-content .ui-datepicker-header {
  background: transparent;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
  border: none;
  font-size: 18px;
  font-weight: 500;
  color: #2198B6;
  width: 100%;
}

.calendar-content .ui-datepicker-inline {
  border: none;
  background: transparent;
}

.calendar-content .ui-state-default {
  background: white !important;
  text-align: center;
  padding: 12px;
  color: #535353;
}

.calendar-content .ui-datepicker-calendar > thead span {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #2198B6;
  font-size: 16px;
}

.calendar-content .col-xs-7 {
  margin-top: 65px;
}

.calendar-content .ui-state-default:hover {
  border-bottom: 1px;
}

.calendar-content .ui-state-hover {
  background: #87c6d6 !important;
  border: none;
  text-align: center;
  padding: 12px;
}

.calendar-content .ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  background: #2198B6 !important;
  border: none !important;
  text-align: center;
  color: white !important;
  padding: 12px;
}

.calendar-content .titular {
  color: #2198B6;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 15px;
}

.calendar-content .ui-datepicker td {
  padding: 0;
}

.button-calendar {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #2198B6;
  font-size: 26px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-left-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  cursor: pointer;
  padding: 10px;
}

.button-calendar:hover {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: white;
  background: #87c6d6;
  font-size: 26px;
}

.picker-active {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: white;
  background: #2198B6;
  font-size: 26px;
}

.info-events-calendar {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #2198B6;
  margin-top: 37px;
  line-height: 22px;
  font-size: 16px;
}

.pickers-events-content .botonera label {
  color: #2198B6;
  margin-left: 5px;
}

.pickers-events-content .botonera .btn {
  background: #2198B6;
  margin-top: 0;
  padding: 6px 20px 6px 15px;
  font-size: 14px;
}

.pickers-events-content .botonera .btn i {
  margin-right: 5px;
}

.pickers-events-content .botonera {
  margin-top: 15px;
}

.ui-datepicker table {
  font-size: 0.7em !important;
}

.info-events-calendar .mini {
  font-size: 12px;
}

/*
.ui-datepicker-prev span {
    background-image: url(https://legacy.australianetwork.com/img/icon_arrow_left_black.png) !important;
        background-position: -3px -3px !important;
}

.ui-datepicker-next span {
    background-image: url(https://legacy.australianetwork.com/img/icon_arrow_right_black.png) !important;
        background-position: -3px -3px !important;
}*/

.ui-datepicker-next:hover {
  border: none !important;
  cursor: pointer;
}

.ui-datepicker-prev:hover {
  cursor: pointer;
  border: none !important;
}

/*

.ui-widget-header .ui-icon{
    background-image: none !important;
    font-family: 'Glyphicons Halflings';
    content: "\e250";
}*

 //*** custom checkboxes ***/

input[type="checkbox"].tags-checkbox:checked + label > div:first-of-type,
input[type="checkbox"].tags-checkbox + label > div:last-of-type {
  display: none;
}

input[type="checkbox"].tags-checkbox:checked + label > div:last-of-type {
  display: inline-block;
  position: relative;
}

.unchecked,
.checked {
  cursor: pointer;
  width: 15px;
  height: 15px;
  display: inherit;
  margin-right: 10px;
  border-radius: 2px;
  background: white;
  border: 1px solid;
  margin-bottom: -2px;
}

.checked .glyphicon {
  margin-top: 1px;
  color: #535353;
  margin-left: 1px;
  font-size: 11px;
  position: absolute;
}

.label-content {
  color: #535353;
  font-weight: 400;
  font-size: 16px;
}

.calendar-content input[type="submit"] {
  font-size: 14px;
  background-color: #2198B6;
  line-height: 20px;
  padding: 6px 12px;
  border: none;
  color: white;
  font-family: 'Montserrat', sans-serif;
  margin: 20px 0;
}

.checkable_placeholder {
  padding-right: 10px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: none !important;
}

.ui-datepicker td {
  border: 1px solid #e9e6e9 !important;
}

.customForm {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #2198B6;
  margin: 0;
  font-weight: 300;
}

.formCustonButton {
  line-height: 29px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  font-size: 15px;
  border: none;
  background-image: none;
  background-color: #2198B6;
  color: #fff;
  margin-top: 19px;
  padding: 10px 30px 10px 30px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.txt300 {
  font-weight: 300 !important;
}

.formInfoBox {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #434343;
  margin: 0;
  font-weight: 500;
  background-color: #e3e7e9;
  padding: 10px;
  margin-top: 15px;
}

.dynamic_form {
  padding: 25px;
  border: 1px solid #e3e7e9;
}

.evento .fecha-evento {
  color: white;
  font-size: 23px;
  text-align: center;
  background-color: #2198B6;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  padding-top: 12px;
  line-height: 24px;
  padding-left: 6px;
  margin-left: 0px;
  padding-right: 5px;
}

.evento .foto-evento {
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}

.azul-evento {
  background-color: #2198B6;
}

.evento {
  margin-top: 30px;
  opacity: 1;
  transition: opacity 0.45s ease-in-out;
  -moz-transition: opacity 0.45s ease-in-out;
  -webkit-transition: opacity 0.45s ease-in-out;
}

.evento:hover:not(#eventoCalendario) {
  opacity: 0.6;
}

#eventoCalendario {
  text-align: center;
}

.dayweekpicker {
  display: inline-block;
}

#eventoCalendario .botonera div#viewDay,
#eventoCalendario .botonera div#viewMonth {
  text-align: left;
  margin-left: 25px;
}

#eventoCalendario .botonera div#viewMonth {
  margin-bottom: 12px;
}

.events-tags {
  text-align: left;
  margin-left: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.evento .info-evento {
  background-color: #e8edee;
  padding: 10px;
}

.evento .info-evento span {
  display: block;
}

.evento .info-evento .titular-evento {
  font-size: 18px;
  color: #2198B6;
}

.evento .info-evento .zona-evento {
  margin-top: 5px;
  font-size: 16px;
  color: #2198B6;
  margin-bottom: 5px;
}

.evento .info-evento .tipo-evento {
  color: #2198B6;
}

.dark .list-inline .glyphicon {
  font-size: 6px;
}

footer .list-inline svg{
  font-size: 8px !important;
  vertical-align: initial;
}

.glyphicon.glyphicon-one-fine-dot:before {
  content: "\25cf";
  font-size: 1.5em;
  position: absolute;
  margin-top: -12px;
}

.tooltip_event .col-xs-10 {
  padding-left: 0px;
  padding-right: 10px;
  /*margin-bottom:5px;*/
  display: table;
  min-height: 35px;
}

.tooltip_event .col-xs-2 {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: -10px;
  margin-right: 5px;
}

.tooltip_event .col-xs-10 span {
  display: table-cell;
  vertical-align: middle;
  /* min-height: 40px; */
}

.event-info {
  background-color: #2198B6;
  color: white;
  font-family: 'Montserrat', sans-serif;
  padding: 20px;
  font-size: 17px;
  margin-bottom: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.event-info div {
  display: table;
  min-height: 30px;
}

.event-info img {
  margin-right: 5px;
}

.event-info .separator {
  margin-bottom: 15px;
  border-bottom: 1px solid white;
  margin-top: 15px;
  width: 100%;
  min-height: 0px !important;
}

.event-info .cell {
  display: table-cell;
  vertical-align: middle;
  min-height: 30px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

#top_menu {
  font-family: 'Montserrat', sans-serif;
}

#top_menu .open .dropdown-submenu > .dropdown-menu {
  display: none;
  position: relative;
  min-width: 100%;
}

#top_menu .open .dropdown-submenu > .dropdown-toggle:after {
  position: absolute;
  right: 12px;
  font-size: 20px;
  content: "\0221F";
  transform: rotate(315deg);
  margin-top: -7px;
}

#side-bar-content .dropdown-submenu > .dropdown-menu {
  display: none;
  margin-top: 0px;
  position: relative;
  min-width: 100%;
}

#side-bar-content a.mainTitle {
  background-color: #2198B6;
  color: white;
  padding: 10px;
  cursor: default;
  font-size: 20px;
}

#side-bar-content a.mainTitle:hover {
  background-color: #2198B6;
  padding-left: 10px;
}

#side-bar-content li.dropdown-submenu > a.mainTitle {
  background-color: #e8eded;
  color: #2198B6;
  padding: 0px;
  padding: 4px 0px;
  padding-left: 10px;
  font-size: inherit;
  cursor: pointer;
}

#side-bar-content > a{
  pointer-events: none;
}

#side-bar-content li.dropdown-submenu > a.mainTitle:after {
  position: absolute;
  right: 10px;
  font-size: 14px;
  content: "\021EA";
  transform: rotate(90deg);
}

#side-bar-content li.dropdown-submenu > a.mainTitle:hover {
  background-color: #2198B6;
  color: white;
  padding-left: 10px;
}

#side-bar-content li.dropdown-submenu > ul.dropdown-submenu {
  background-color: #e8eded;
  color: #2198B6;
  padding: 0px;
  margin-left: 0;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.submenu2, .nav li.dropdown-submenu > ul.dropdown-menu > li.dropdown-submenu > ul.dropdown-menu {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  font-size: 13px;
  background: transparent;
  border: none;
}

.nav li.dropdown-submenu > ul.dropdown-menu > li.dropdown-submenu > ul.dropdown-menu > li > a {
  padding-left: 30px !important;
}

#side-bar-content li.dropdown-submenu > ul.dropdown-submenu {
  min-width: 100% !important;
  background: transparent;
  border: none;
  margin-top: 0px;
  font-size: 14px;
}

#side-bar-content li.dropdown-submenu > ul.dropdown-submenu a {
  padding: 0px;
  color: #2198B6;
}

#side-bar-content li.dropdown-submenu > ul.dropdown-submenu > li > a {
  padding-left: 20px;
}

#side-bar-content li.dropdown-submenu > ul.dropdown-submenu > li.current a {
  padding: 0px;
  color: white;
  padding-left: 20px;
}

#side-bar-content li.dropdown-submenu > ul.dropdown-submenu > li.current a:hover {
  background-color: #2198B6 !important;
}

#side-bar-content li.dropdown-submenu > ul.dropdown-submenu a:hover {
  color: white;
  padding-left: 20px;
}

#side-bar-left .current a {
  color: white;
}

#side-bar-content li.open > a.mainTitle {
  background-color: #2198B6;
  color: white;
}

#side-bar-content li.open > ul {
  display: block !important;
}

#side-bar-content li {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0px;
  font-family: 'Montserrat', sans-serif;
}

#side-bar-content li.dropdown-submenu.open > ul.dropdown-submenu li a {
  display: block;
  position: relative;
  padding-left: 20px;
}

#side-bar-content  li.dropdown-submenu.open > ul.dropdown-submenu > li.current {
  color: white;
  background-color: #2198B6;
}

#side-bar-content .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #87c6d6;
}

#side-bar-content .dropdown-submenu > a {
  padding-left: 10px;
  display: inherit;
}

#side-bar-content .dropdown-menu > li > a {
  padding-left: 20px;
}

#side-bar-content .dropdown-menu > li > a:hover {
  padding-left: 20px;
}

#side-bar-content li:hover {
  /* color: white;
  background: #2198B6; */
}

#side-bar-content li a:hover {
  color: white;
  background: #2198B6;
}

.theme-default .nivoSlider {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

#reserva input,
#reserva select {
  color: #333;
  font-family: 'Montserrat', sans-serif;
}

.answer {
  padding: 10px;
  background: #e3e9ea;
  display: none;
  margin-bottom: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.question {
  font-weight: 700;
  cursor: pointer;
}

.question:before {
  font-size: 12px;
  position: relative;
  content: "\e252";
  font-family: "Glyphicons Halflings";
  float: right;
  margin-left: 15px;
}

.banner_oferta {
  border: 6px solid #2198B6;
  text-align: center;
  margin-top: 30px;
}

#banners {
  margin-bottom: 30px;
}

.banner_oferta .text1 {
  margin-bottom: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: white;
  font-size: 26px;
  background-color: #2198B6;
}

.banner_oferta .inside {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  padding: 5px 0px;
}

.banner_oferta .desc {
  color: #2198B6;
  font-size: 20px;
}

.banner_oferta .price {
  color: #2198B6;
  font-size: 46px;
}

.banner_oferta .extra {
  margin-top: -7px;
  margin-bottom: 8px;
  color: #2198B6;
  font-size: 18px;
}

.banner_overlay .capa-diagonal {
  background-position: 0px -58px;
}

#cover {
  position: absolute;
  height: 100%;
  width: 100%;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  color: #2198B6;
  /* display: none; */
  top: 15%;
  margin-top: -51px;
  font-size: 19px;
  line-height: 24px;
}

.content-cover {
  position: relative;
  height: 100%;
  width: 100%;
}

.load {
  background: white;
  height: auto;
  padding: 14px;
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
  border-radius: 7px;
  -webkit-box-shadow: 1px 0px 24px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 1px 0px 24px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 1px 0px 24px 0px rgba(50, 50, 50, 0.75);
}

.dynamic_form .btn {
  font-size: 14px;
  padding: 6px 17px 6px 17px;
  margin-top: 0px;
}

video {
  width: 100% !important;
  height: auto !important;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 20px;
  left: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #2198B6
    url("https://www.sunsetbeachclub.com/img/cd-top-arrow.svg") no-repeat center
    50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}

.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: 0.5;
}

.no-touch .cd-top:hover {
  background-color: #87c6d6;
  opacity: 1;
}

@media only screen and (min-width: 768px) {
  .cd-top {
    left: 20px;
    bottom: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    left: 30px;
    bottom: 30px;
  }
}

.image-zoom-hover:hover {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.image-zoom-hover {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.container-image-zoom {
  overflow: hidden;
}

.show-more-testimonials {
  /* font-family: 'Montserrat', sans-serif; */
  margin-top: 30px;
}

.show-more-testimonials a {
  padding: 8px 15px;
  border-radius: 3px;
  background: #66a3f9;
}

.show-more-testimonials a:hover {
  opacity: 0.85;
}

.events-tas .hour {
  display: inline;
  margin-bottom: 10px;
  padding: 3px 0px;
  background: #2198B6;
}

.events-tas .hour div {
  display: inline;
  padding: 6px 10px;
  color: white;
}

.events-tas .hour div:last-child {
  padding: 6px 10px;
  padding-left: 0px;
  margin-left: -10px;
}

.events-tas h3 {
  font-family: Kaushan Script, serif !important;
}

.jumboShare_btn_text {
  color: white;
}

.nota-videos {
  font-size: 20px;
  margin-top: 20px;
  font-style: oblique;
  color: #2198B6;
  margin-bottom: 20px;
}

.addVideo {
  cursor: pointer;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.addVideo:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .subtext_videos {
    padding: 0px 50px !important;
  }
  .movilTextos h2{
    font-size: 26px !important;
    margin-top:25px !important;
  }
  .movilTextos h3{
    font-size: 18px !important;
    margin-bottom:25px !important;
  }
}

.tags_experience {
  list-style: none;
}

.tags_experience li:before {
  content: "" !important;
  color: transparent;
}

.tags_experience li {
  border-radius: 3px;
  background: #2198B6;
  margin-top: 15px;
  color: white;
  padding: 5px 10px;
  text-align: center;
}

@media print {
  a[href]:after {
    content: none !important;
  }

  .no-print {
    display: none !important;
  }

  .nivo-controlNav {
    display: none;
  }

  .fluid-content {
    margin-left: 0px !important;
    padding-right: 0px !important;
  }

  .topbar {
    width: 100%;
    height: 48px;
    background: #ecf0f1 !important;
  }

  .phone-print {
    margin-top: 20px !important;
    margin-bottom: 15px !important;
  }

  .nivo-caption {
    width: 101% !important;
    margin-bottom: -3px !important;
  }

  * {
    -webkit-print-color-adjust: exact;
  }

  #actividades,
  #bars-restaurants,
  .cc-cookies,
  #photo-video-webcam,
  .cd-top,
  #availability,
  #jssor_1 {
    display: none !important;
  }

  .phone_print_portada {
    margin-top: 30px !important;
  }

  .slider-wrapper,
  .slider-wrapper img {
    max-width: 100% !important;
  }
}
.topbar .phone-redes .fa{
  color: #03295a;
}
.telefonosOcultos {
  position: absolute;
  top: 25px;
  left: -1px;
  background: #ecf0f1;
  white-space: nowrap;
  padding: 15px;
  font-size: 16px;
  z-index: 9;
}
.despliegaTelefonos {
  font-size: 16px;
  color: #03295a;
  font-family: "Montserrat", sans-serif;
  font-weight: bolder;
}
.telefonosOcultos a, .telefonosOcultos b, .telefonosOcultos p{
  color: #03295a;
}
.despliegaTelefonos:hover {
  transition: all 0.2s;
  cursor: pointer;
  opacity: 0.7;
}

.tituloTelefonosOcultos {
  color: #2198B6;
  margin-bottom: 4px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 5px;
}

.tituloTelefonosOcultos:first-child {
  margin-top: 0px;
}

@media only screen and (max-width: 1085px) {
  .evento .fecha-evento {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 1060px) {
  .evento .fecha-evento {
    padding-top: 8px;
  }
}
@media only screen and (max-width: 1000px) {
  .evento .fecha-evento {
    padding-top: 4px;
  }
}
@media only screen and (max-width: 976px) {
  .evento .fecha-evento {
    padding-top: 20px;
  }
  #eventoCalendario {
    width: 50%;
  }
  .evento {
    width: 50%;
  }
  .ui-datepicker table {
    font-size: 0.6em !important;
  }
  #eventoCalendario .botonera div#viewDay,
  #eventoCalendario .botonera div#viewMonth {
    margin-left: 14px;
  }
}
@media only screen and (max-width: 910px) {
  #eventoCalendario {
    width: 100%;
    height: auto !important;
  }
  .ui-datepicker table {
    font-size: 1em !important;
  }
}
@media only screen and (max-width: 550px) {
  .evento .fecha-evento {
    padding-top: 10px;
  }
}
@media only screen and (max-width: 530px) {
  .evento .fecha-evento {
    padding-top: 8px;
  }
}
@media only screen and (max-width: 510px) {
  .evento .fecha-evento {
    padding-top: 4px;
  }
}
@media only screen and (max-width: 500px) {
  .ui-datepicker table {
    font-size: 0.9em !important;
  }
  .evento {
    width: 100%;
  }
  .evento .fecha-evento {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 450px) {
  #eventoCalendario .calendar-content > div > div {
    width: 100%;
  }
  /* #eventoCalendario {
    height: 100% !important;
  }
  .ui-datepicker table {
    font-size: 1.4em !important;
  } */
  .pickers-events-content .botonera {
    margin-top: 0;
  }
  #filter > i.fa-caret-left:before {
    content: "\f0d8";
  }
}
@media only screen and (max-width: 425px) {
  .ui-datepicker table {
    font-size: 1.2em !important;
  }
}
@media only screen and (max-width: 364px) {
  .ui-datepicker table {
    font-size: 1em !important;
  }
}
@media only screen and (max-width: 334px) {
  .ui-datepicker table {
    font-size: 0.9em !important;
  }
}
.ui-datepicker-inline {
  width: 100% !important;
}


.textoPequenio {
  font-size: 13.5px !important;
  font-style: italic !important;
  text-transform: none !important;
  color: #03295a !important;
  letter-spacing: normal !important;
  font-family: 'Montserrat', sans-serif;
}

#photo-video-webcam .img-responsive {
  width: 100%;
}

#actividades .jcarousel-pagination {
  position: absolute;
  bottom: -38px;
  left: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  margin: 0;
  margin: 0 auto;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}

#header{
  box-shadow: 0px 0px 8px -1px #00000069;
}

.navbar-collapse.in {
  overflow: hidden;
  position: absolute;
  width: 100%;
  max-height: 80vh;
  overflow: auto;
}

.navbar-collapse {
  border-top: 0px !important;
}

.sticky {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background: white;
}

/* .sticky + .allContent {
  padding-top: 210px;
} */
header div.phone-redes{
  text-align: center;
}
.topbarDropPhones{
  margin-top: 13px;
  position: relative;
  display: inline-block;
}
.topbarDropPhones i{
  color: #f86c08
}
.telefonosOcultos b{
  font-family: 'Montserrat', sans-serif;
}

.nuevoEstilo.reserva-form input, .nuevoEstilo.reserva-form select {
  padding: 5px;
  padding-left: 10px;
  display: block;
  border: solid 1px gainsboro;
  margin-bottom: 5px;
  background: #e8e8e8;
  border-color: #e8e8e8;
}

.nuevoEstilo.reserva-form .styled-select {
  background-color: #e8e8e8;
}

.nuevoEstilo h1{
  color: #03295a;
}

.nuevoEstilo h1 b{
  color: #f86c08;
}

.nuevoEstilo#reserva .btn, .nuevoEstilo.reserva-form .btn, #reserva .btn:focus {
  color: white;
  font-family:'Montserrat', sans-serif !important;
  background: #f86c08;
  border-radius: 0;
  font-weight: bold;
  font-size: 18px;
}

.nuevoEstilo.reserva-form .title {
  font-weight: 100;
  color: #03295a;
  font-weight: 400;
  padding-left: 10px;
  font-family: 'Montserrat', sans-serif;
}

.nuevoEstilo.reserva-form input, .nuevoEstilo.reserva-form select {
  color: #03295a !important;
}

.popup p {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 1.2rem;
  font-family:'Montserrat', sans-serif
}

.popup#popupConsent .choice-container-buttons .c-button {
  margin-top: 0px !important;
  font-family: 'Montserrat', sans-serif;
  /* box-shadow: none; */
  border-radius: 0;
  letter-spacing: normal;
  font-size: 17px;
}

.popup #configureSection table .text-switch {
  font-family: 'Montserrat', sans-serif;
}

.switch{
  border: none !important;
  display: block !important;
}

.popup{
  border-radius: 0px !important;
  z-index: 99999 !important;
}

#backgroundPopup{
  z-index: 9999;
}

.cc-cookies{
  display: none;
}

.popup #configureSection table .text-switch, .popup p {
  font-size: 16px !important;
  font-family: 'Montserrat', sans-serif;
  text-align: left !important;
}

.popup h2{
  margin-bottom: 25px;
  margin-top: 0px;
  text-align: center;
}

.popup .choice-container-buttons {
  margin-top: 15px;
}

.switch .circle.move-circle-left {
  background-color: #999999 !important;
}

.switch .circle.move-circle-right {
  background-color: #2198B6 !important;
}

.switch .circle#technicalCookiesCircle{
  background-color: #999999 !important;
}

.popup .choice-container-buttons {
  display: flex;
  justify-content: center !important;
  margin-right: none !important;
  margin-left: none !important;
  margin-top: 20px;
  margin-bottom: 20px;
}
#accept{
  margin-right: 20px;
}

#configureSection table th{
  padding-bottom: 10px;
}

#configureSection table{
  width: 100%;
}

#configureSection table tr:first-child .switch{
  cursor: not-allowed;
}

.is-invalid{
  border-color: red !important;
}

h2.homepageTitle{
  font-weight: 900;
  font-size: 28px;
}

.homepageSubtitle{
  font-size: 18px;
  line-height: 26px;
  max-width: 1100px;
  margin: 0 auto;
  color: #03295a;
  font-weight: 400;
}

.backgroundBlue{
  background-color: #2198B6;
}

#actividades .container-image-zoom{
  padding: 10px;
  background: white;
  font-size: 16px;
}

#actividades .text1{
  margin-top: 10px;
  font-weight: 600;
}

#actividades .main{
  margin-top: 40px;
}

.white{
  color: white !important;
}

.navbar ul li .btn{
  color: white;
  font-family: 'Montserrat', sans-serif !important;
  background: #f86c08;
  border-radius: 0;
  font-weight: bold;
  font-size: 18px;
  padding: 6px 15px 6px 15px;
  margin-top: 4px;
  min-width: 167px;
}

.navbar ul li .btn:hover, .navbar ul li .btn:focus, .navbar ul li .btn.focus {
  color: white;
  opacity: 0.8;
  background-color: #f86c08 !important;
}

.navbar-nav > li > a.btn:hover:before{
  display: none;
}

.navbar-nav > li:last-child {
  padding-right: 0px;
}

.navbar-nav > li:first-child {
  padding-left: 0px;
}

footer h3{
  color: white;
  border-bottom: 1px solid #2198B6;
  padding-bottom: 3px;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  margin-top: 0px;
  margin-right: 20%;
}

footer div, footer p, footer li, footer a{
  color: white;
}

footer .tituloTelefonosOcultos{
  text-transform: none;
}

footer .tituloTelefonosOcultos:first-child {
  margin-top: 5px;
}

@media (max-width: 639px) {
  .m30-xs{
    margin-top: 30px;
  }
  .separatorPage{
    display: none;
  }
  .page-content{
    padding-top: 30px;
  }
  #actividades .container-image-zoom{
    margin-bottom: 30px;
  }
  #actividades h2{
    margin: 0;
  }
}

@media (min-width: 640px) {
  .m30-sm{
    margin-top: 30px !important;
  }
}

ul.listadoIdiomas{
  display: inline-block;
  margin-left: 15px;
  font-weight: bolder;
  font-size: 16px;
  margin-bottom: 2px;
}

ul.listadoIdiomas i{
  font-size: 20px;
  vertical-align: middle;
  color: #f86c08;
  margin-top: -4px;
}

ul.listadoIdiomas ul{
  background: #ecf0f1;
  font-size: 16px;
  z-index: 9;
  color: #03295a;
  font-weight: 500;
  border-radius: 0;
  border: none;
  min-width: 70px;
}

ul.listadoIdiomas ul li a{
  font-size: 16px;
  color: #03295a;
  font-weight:600;
}

ul.listadoIdiomas ul li a:hover{
  background-color: #87c6d6;
  color: white;
}

.dropdown.listadoIdiomas .dropdown-menu {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  max-height: 0;
  display: block;
  overflow: hidden;
  opacity: 0;
}

.dropdown.listadoIdiomas.open .dropdown-menu { /* For Bootstrap 4, use .dropdown.show instead of .dropdown.open */
  max-height: 300px;
  opacity: 1;
}

.topMenuHr{
  height: 1px;
  background: #03295a;
  border-color: #03295a;
  margin: 0;
  margin-top: 2px;
}

#header .navbar-right{
  margin-right: 0;
}

a.btn.btnOutline{
  background: white !important;
  color: #03295a !important;
  border: 1px solid #f86c08 !important;
  text-transform: none;
  font-size: 16px !important;
}

a.btn.btnOutline:hover{
  color: white !important;
  opacity: 1 !important;
}

.listaFooterLinks .fa{
  font-size: 7px;
  margin-right: 4px;
  vertical-align: middle;
  margin-top: -1px;
}

.listaFooterLinks ul{
  margin-top: 10px;
}

#side-bar-content li.dropdown-submenu > ul {
  background-color: #e8eded;
  color: #2198B6;
  padding: 0px;
  margin-left: 0;
}

#side-bar-content .dropdown-submenu > ul.dropdown-submenu{
  display: none;
}

#calendar_image{
  margin-bottom: 20px;
}

#content .page-content a{
  font-weight: 600;
}

.fancybox__content{
  padding: 0px !important;
}

#fancyReservation.fancybox__content{
  padding:20px !important;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none !important;
  box-shadow: none;
}

.open>ul{
  display: block!important;
}

.nivo-caption {
  background: #2198b6 !important;
  opacity: 0.9 !important;

}

.slider-gallery-content .nivo-caption {
  background: #03295a !important;
}

.page-content span.label-warning,body#tinymce span.label-warning{
  background-color: #f86c08 !important;
  color: white !important;
  font-size: 14px !important;
}

.page-content span.label-info ,body#tinymce span.label-info {
  background-color: #2198B6 !important;
  color: white !important;
  font-size: 14px !important;
}

.page-content span.label-primary ,body#tinymce span.label-primary {
  background-color: #03295a !important;
  color: white !important;
  font-size: 14px !important;
}

.page-content span.label,body#tinymce span.label{
  display: inline-block;
  text-align: left;
  white-space: normal;
  padding: 0.5em 0.6em 0.5em;
}

/* .socialListFooter{
  font-size: 18px;
  background-color: #eaeaea;
  text-align: center;
  padding: 10px 0px;
  height: 100%;
} */

.socialListFooter{
  font-size: 22px;
  text-align: center;
  padding: 10px 0px;
  height: 100%;
}

/* .socialListFooter li{
  margin-bottom: 15px;
} */

.socialListFooter li{
  margin-bottom: 20px;
}

/* .socialListFooter ul{
  margin-top: 50px;
} */

.socialListFooter ul{
  margin-top: -3px;
}

.footerSocialList li{
  display: inline-block;
  font-size: 19px;
  margin-right: 9px;
  margin-top: 15px;
}

.children-years{
  display: none;
}

.responsive-iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 21.24%; /* ratio original: 217 / 1024 */
  height: 0;
  overflow: hidden;
}

.responsive-iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* En pantallas pequeñas, hacemos el iframe más alto (cuadrado o más legible) */
@media (max-width: 728px) {
  .responsive-iframe-container {
    padding-bottom: 75%; /* cambia el ratio a algo más cuadrado */
  }
}