@font-face {
  font-family: "Graphik Web";
  src: url("../fonts/Graphik-Light-Web.eot");
  src: url("../fonts/Graphik-Light-Web.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Graphik-Light-Web.woff2") format("woff2"),
    url("../fonts/Graphik-Light-Web.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Graphik Web";
  src: url("../fonts/Graphik-Bold-Web.eot");
  src: url("../fonts/Graphik-Bold-Web.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Graphik-Bold-Web.woff2") format("woff2"),
    url("../fonts/Graphik-Bold-Web.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

.light-text {
  font-family: "Graphik Web", sans-serif;
  font-weight: 300;
}

.bold-text {
  font-family: "Graphik Web", sans-serif;
  font-weight: 700;
}


body {
  position: relative;
  min-width: 320px;
  font: 17px/19px "Gotham Web", sans-serif;
  background-color: #f7f7f7;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  
}
input[type="search"] {
  -webkit-appearance: textfield;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: none;
  padding: 0;
}
blockquote,
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
}
a {
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover{color:#337ab7;}
a:focus {
  color: inherit;
}
a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
.wrapper {
  position: relative;
  overflow: hidden;
  min-height: 30vh;
}

/* div.wrapper {background-color: #D3CFDC !important;} */

.container,
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

.form-control {
  -webkit-appearance: none;
}
h1 {
  margin: 0 0 11px;
  font-size: 48px;
  line-height: 50px;
}
h2 {
  margin: 0 0 23px;
  font-size: 27px;
  line-height: 29px;
}
h3 {
  margin: 0 0 16px;
  font-size: 17px;
  line-height: 19px;
}
p {
  margin: 0 0 20px;
}
.btn {
  vertical-align: top;
  width: 100%;
  padding: 7px 12px;
  border: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 18px;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-primary {
  background-color: #45c9b6;
  color: #fff;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary.focus:active,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus,
.btn-primary:hover {
  background-color: #337ab7;
  color: #fff;
}
.btn-default {
  border: 1px solid;
  border-color: transparent transparent #090329;
  background: #f1f1f1;
  color: #090329;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default:focus,
.btn-default.focus,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default.focus:active,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus,
.btn-default:hover {
  border-color: transparent transparent #fff;
  background-color: transparent;
  color: #fff;
}
hr {
  margin: 51px 0;
  border-color: #0370b6;
}

/* HEADER */
#header .navbar {
  height: 73px;
  /* background-image: url('/upload/images/blue_bg_2022.jpg'); */
  background: rgb(68, 201, 185);
  background: linear-gradient(
    135deg,
    rgba(68, 201, 185, 1) 0%,
    rgba(30, 142, 196, 1) 50%,
    rgba(8, 105, 169, 1) 100%
  );
  background-size: cover;
  background-position: center center;
  width: 100%;
  position: fixed;
  z-index: 50;
}

/* navbar */
.navbar {
  min-height: 1px;
  margin: 0;
  padding: 30px 0 25px;
  border: none;
  border-radius: 0;
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  color: #fff;
}

.page-template-venues-template.marquesina-open .navbar {
  top: 45px;
}
.navbar-absolute-top {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
}
.page-template-venues-template .navbar-absolute-top {
  position: fixed;
}
.btn-menu {
  position: relative;
  float: left;
  width: 28px;
  height: 24px;
}
.btn-menu:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  border-radius: 2px;
  background: #090329;
  content: "";
  -webkit-box-shadow: 0 10px #090329, 0 20px #090329;
  box-shadow: 0 10px #090329, 0 20px #090329;
}
.navbar-right {
  margin: 0;
}
#wishlist-menu-item img {
  width: 21px;
}
#wishlist-menu-item span {
  font-size: 80%;
}
.user-menu {
  float: left;
  position: relative;
  list-style: none;
  margin: 0;
  /* padding:0 34px 0 0; */
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.user-menu:before {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 20px;
  background: #fff;
  content: "";
}
.user-menu li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin: 0 0 0 29px;
  font-size: 15px;
  line-height: 18px;
}
.user-menu a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 0 9px;
}
.user-menu a:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #090329;
  opacity: 0;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.user-menu .active a {
  font-weight: 700;
}

.user-menu a:hover,
.user-menu .active a,
.user-menu a:focus {
  text-decoration: none;
}
.user-menu a:hover:before {
  opacity: 0;
}
.user-menu .ico {
  padding: 0;
}
.user-menu .ico:before {
  display: none;
}
.user-menu img {
  vertical-align: top;
}
.user-menu .logout {
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 175px;
  margin: -2px 0 0;
  padding: 17px 19px 20px;
  visibility: hidden;
  opacity: 0;
  border-top: 2px solid #090329;
  font-size: 17px;
  line-height: 19px;
  background: #f1f1f1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.user-menu .logout:before {
  display: none;
}
.user-menu li:hover .logout {
  visibility: visible;
  opacity: 1;
}
.navbar-left .user-menu li {
  margin: 0 0 0 15px;
  padding: 0 15px 0 0;
}
.navbar-left .user-menu li:before {
  position: absolute;
  right: 0;
  top: 4px;
  width: 1px;
  height: 14px;
  background: #fff;
  content: "";
}
.navbar-left .user-menu li:last-child::before,
.navbar-left .user-menu li:nth-last-child(2)::before {
  background: transparent;
}
.navbar-left .user-menu:before {
  display: none;
}

/* logos */
.logos {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
}
.logos li {
  display: inline-block;
  vertical-align: top;
  padding: 0 0 0 29px;
}
.logos a {
  display: inline-block;
  vertical-align: top;
}
.logos img {
  vertical-align: top;
  height: 24px;
}
.logo-first-link img {
  height: 32px;
  position: relative;
  top: -6px;
  width: 115px;
}
/* menu-panel */
.menu-panel {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 200;
  width: 395px;
  padding: 0 50px;
  overflow-y: auto;
  background: #d3cfdc;
  color: #0370b6;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.menu-panel:before,
.menu-panel:after {
  display: block;
  height: 97px;
  content: "";
}
.marquesina-open .menu-panel {
  padding-top: 50px;
}
.btn-close {
  position: absolute;
  top: 25px;
  left: 14px;
  width: 34px;
  height: 34px;
}
.btn-close:before,
.btn-close:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 3px;
  background: #fff;
  content: "";
}
.btn-close:before {
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.btn-close:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
.marquesina-open .btn-close {
  top: 65px;
  left: 9px;
}
/* main-menu */
.main-menu {
  font-size: 19px;
  line-height: 21px;
  letter-spacing: -1px;
  text-align: center;
}
.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu a {
  display: block;
  padding: 15px 0 19px;
}
.fader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  visibility: hidden;
}
.menu-opened {
  position: relative;
  overflow: hidden;
}
.menu-opened .menu-panel {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
/*.menu-opened .fader {
	z-index:150;
	visibility:visible;
}*/
.main-menu .active > a {
  text-decoration: none;
  font-weight: 700;
}
.main-menu a:hover {
  color: #ffffff;
}

/* li.active {border-bottom: 1px solid black;} */
/* intro */
.intro {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100vh;
  background-position: 0 100%;
  -webkit-background-size: cover;
  background-size: cover;
  font-size: 34px;
  line-height: 36px;
  letter-spacing: -1px;
  text-decoration: none;
}
.intro:hover {
  text-decoration: none;
}
.intro > img {
  display: none;
}
.intro .cell {
  display: table-cell;
  vertical-align: middle;
  padding: 90px 55px 319px;
}
.intro .block {
  max-width: 450px;
}
.intro h2 {
  margin: 0 -50px 15px 0;
  font-size: 53px;
  line-height: 56px;
}
.promo-box h1,
.intro h2 {
  font-size: 53px;
  line-height: 56px;
}
.intro h3 {
  margin: 0;
  font-size: 34px;
  line-height: 36px;
  font-weight: 700;
}
.intro p {
  margin: 0;
}
.intro p.error {
  display: none !important;
}
/* promo-box */
.promo-box {
  display: table;
  table-layout: fixed;
  width: calc(100% + 2px);
  height: 62.22vh;
  /*margin:0 -2px;*/
  color: #fff;
  font-size: 23px;
  line-height: 25px;
  letter-spacing: -1px;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #090329;
}
.promo-box .cell {
  display: table-cell;
  vertical-align: middle;
  padding: 90px 74px 48px;
}
.promo-box .block {
  max-width: 370px;
}
.promo-box h2 {
  margin: 0 -120px 15px 0;
  font-size: 53px;
  line-height: 56px;
}
.promo-box h2 a:hover,
.promo-box h2 a:focus {
  text-decoration: none;
  opacity: 0.7;
}
.promo-box:hover,
.promo-box:focus {
  color: white;
  text-decoration: none;
}
.promo-box.sm {
  height: 37.78vh;
}
.promo-box.blue {
  background-color: #0370b6;
}
.promo-box.pink {
  background-color: #4cbbec;
}
.promo-box.sm .cell {
  padding: 20px 74px 77px;
}
.promo-box.sm h2 {
  margin: 0 0 13px;
  font-size: 37px;
  line-height: 39px;
}
/* row-no-offset */
.row-no-offset {
  overflow: hidden;
  margin: 0;
}
.row-no-offset [class*="col-"] {
  padding: 0;
}
/* visual */
.visual {
  position: relative;
  height: 558px;
  margin: 0 0 88px;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  background-color: #090329;
}
.visual > img {
  display: none;
}
/* favorite */
.favorite {
  position: absolute;
  top: 54px;
  right: 55px;
  width: 58px;
  height: 54px;
}
.favorite:before,
.favorite:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(/assets/images/ico-02.svg) no-repeat;
  -webkit-background-size: 58px 54px;
  background-size: 44px 44px;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.favorite:after {
  opacity: 0;
  background-image: url(/assets/images/ico-05.svg);
}
.favorite:hover:before,
.favorite.selected:before {
  opacity: 0;
}
.favorite:hover:after,
.favorite.selected:after {
  opacity: 1;
}

/* page-nav */
.page-nav {
  position: relative;
  z-index: 40;
  margin-top: -73px;
  padding-top: 19px;
  padding-bottom: 19px;
  /* background:#fff; */
  height: 73px;
}
.single-venue .page-nav {
  margin-top: -23px;
}
.page-nav .nav {
  margin: 0 -25px;
  font-size: 0;
  line-height: 0;
}
.page-nav .nav > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 22px;
  font-size: 17px;
  line-height: 19px;
}
.page-nav .nav > li + li:before {
  position: absolute;
  left: -2px;
  top: 0;
  font-size: 14px;
  content: "|";
}
.page-nav .nav > li > a {
  padding: 0;
}
.page-nav .nav > li > a:hover,
.page-nav .nav > li > a:focus {
  background: none;
}
.page-nav .nav > .active > a {
  font-weight: 700;
}
.page-nav .nav > li > a:hover {
  /* color: #0370B6; */
  font-weight: 700;
}
.page-nav.affix {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 0;
}
/* heading */
.heading h2 {
  margin: 0;
}
.heading .btn {
  position: relative;
  margin-top: 53px;
}
/* content-list */
.content-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.content-list p {
  letter-spacing: -0.5px;
}
.content-list li {
  position: relative;
  padding: 0 0 8px 0;
  letter-spacing: -0.5px;
}
.content-list li:before {
  position: absolute;
  left: -10px;
  top: 0;
  content: "•";
  font-weight: 900;
  font-size: 20px;
}
/* gallery */
.gallery {
  position: relative;
  z-index: 10;
  margin: 4px 0 -7px;
  padding: 0 0 0 15px;
}
.gallery .slide {
  height: 420px;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
}
.gallery .slide > img {
  display: none;
}
.gallery .slick-dots {
  list-style: none;
  margin: 0;
  padding: 17px 0 10px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.gallery .slick-dots li {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px 0 4px;
}
.gallery .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #8e8e8e;
}
.gallery .slick-dots button:hover,
.gallery .slick-dots .slick-active button {
  background: #45c9b6;
}
.gallery .slick-arrow {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 40%;
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  font-size: 0;
  line-height: 0;
  z-index: 999;
  cursor: pointer;
}
.gallery .slick-arrow.in {
  opacity: 1;
  visibility: visible;
}
.gallery .slick-prev {
  left: 35px;
  width: 35px;
  height: 35px;
  border-style: solid;
  border-color: white;
  border-width: 5px 5px 0 0;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.gallery .slick-next {
  right: 20px;
  width: 35px;
  height: 35px;
  border-style: solid;
  border-color: white;
  border-width: 5px 5px 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(45deg);
}

.extra-links {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 10px;
  color:#0370b6;
}
.selection-area .extra-links {
  margin-bottom: 40px;
  text-align: right;
  position: relative;
  padding-right: 20px;
}
.selection-area .extra-links:after,
.selection-area .extra-links:before,
.back-link:after,
.back-link:before {
  content: "";
  position: absolute;
  top: 24px;
  right: -2px;
  width: 11px;
  height: 1px;
  border-bottom: 1px solid #0370b6;
}

.selection-area .extra-links:after,
.back-link:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 17px;
}
.selection-area .extra-links:before,
.back-link:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.selection-area .extra-links:hover a,
.back-link:hover {
  color: #992054;
  text-decoration: none;
}
.selection-area .extra-links a:hover {
  text-decoration: none;
  color:#992054;
}
.selection-area .extra-links:hover:after,
.selection-area .extra-links:hover:before,
.back-link:hover:after,
.back-link:hover:before {
  border-color: #ffffff;
}

/* venue-nav */
.venue-nav {
  position: absolute;
  width: 100%;
  top: -65px;
}
.venue-nav.stick {
  position: fixed;
  top: 73px;
}
.back-link-venue,
.send-request-venue {
  position: relative;
  width: 50%;
  float: left;
  padding: 7px 12px;
  color: white;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
}
.back-link-venue {
  background: #29abe2;
  padding-left: 40px;
  text-align: left;
}
.send-request-venue {
  background: #52e4fe;
  padding-right: 40px;
  text-align: right;
}

.send-request-venue:after,
.send-request-venue:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 1px;
  right: 20px;
  border-bottom: 1px solid #ffffff;
}
.send-request-venue:after {
  top: 11px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.send-request-venue:before {
  top: 19px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.back-link-venue:after,
.back-link-venue:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 20px;
  border-bottom: 1px solid #ffffff;
}
.back-link-venue:after {
  top: 19px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.back-link-venue:before {
  top: 11px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* data-table */
.data-table {
  position: relative;
  text-align: center;
}
.data-table:before {
  position: absolute;
  left: 25%;
  top: 0;
  bottom: 0;
  right: 50%;
  border: solid #0370b6;
  border-width: 0 1px;
  content: "";
}
.data-table:after {
  position: absolute;
  top: 0;
  right: 25%;
  bottom: 0;
  width: 1px;
  background: #0370b6;
  content: "";
}
.data-table ul {
  position: relative;
  z-index: 10;
  list-style: none;
  margin: 0;
  padding: 0;
}
.data-table ul li {
  float: left;
  width: 25%;
  padding: 11px 10px 12px;
}
.data-table .th {
  padding: 0 10px 4px;
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
}
.data-table sup {
  font-size: 65%;
}
.data-table .th small {
  display: block;
  margin-top: 3px;
  font-size: 10px;
  line-height: 12px;
  font-weight: 400;
}
/* map */
.map {
  position: relative;
  height: 397px;
}
.map-box .favorite {
  z-index: 10;
  top: 5px;
  right: -5px;
  width: 35px;
  height: 35px;
}
.map-box .favorite:before,
.map-box .favorite:after {
  background-size: 25px 25px;
}
/* infoBox */
.infoBox {
  min-width: 70px;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
}
.infoBox > img {
  position: absolute !important;
  top: 10px;
  left: 10px;
  z-index: 10;
  margin: 0 !important;
  width: 20px;
}
.single .infoBox > img {
  display: none;
}
.infoBox .inner {
  padding: 8px;
  border: 1px solid #d6d6d6;
  background: #fff;
  display: none;
}
.infoBox .inner.red {
  color: #0370b6;
}
/* map-distance */
.map-distance {
  margin: 0 0 55px;
  padding: 7px 18px 9px;
  border-top: 1px solid #0370b6;
  background: #0370b6;
  color: #0370b6;
}
.map-distance dl {
  margin: 0;
  font-size: 11px;
  line-height: 13px;
}
.map-distance dl dt,
.map-distance dl dd {
  display: inline;
  line-height: inherit;
}
.map-distance dl.block-right {
  text-align: right;
}
.map-distance dl.block-right dd {
  padding-left: 18px;
}
.map-distance dl.block-right dt span.esp {
  background-image: url(/upload/images/ico-marker-espana-white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 13px;
  height: 13px;
  display: inline-block;
  position: absolute;
  margin-left: -20px;
  margin-top: 2px;
}
.map-distance dl.block-right dt span.fira {
  background-image: url(/upload/images/ico-marker-fira-white.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 22px;
  height: 15px;
  display: inline-block;
  position: absolute;
  margin-left: -28px;
  margin-top: 4px;
}

/* video */
.video {
  position: relative;
  height: 0;
  padding-bottom: 45%;
  overflow: hidden;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}
.video > img {
  display: none;
}
.video video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-container {
  max-height: 70vh;
  overflow: hidden;
  width: 100%;
  position: relative;
}
#mute_video,
#unmute_video {
  width: 40px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.001);
}
#unmute_video {
  display: none;
}
#mute_video img,
#unmute_video img {
  width: 100%;
}
/* thumbnail */
.thumbnails {
  padding: 59px 0 59px;
  font-size: 0;
  line-height: 0;
}
.thumbnails [class*="col-"] {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.thumbnail {
  margin-bottom: 46px;
  padding: 0;
  border: 0;
  border-radius: 0;
  font: 700 17px/19px "Graphik Web", sans-serif;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0370b6;
  text-decoration: none;
}
.thumbnail .img {
  position: relative;
  height: 0;
  padding-bottom: 67.75%;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
}
.thumbnail .img > img {
  display: none;
}
.thumbnail .caption {
  display: block;
  padding: 20px 0 7px;
  border-bottom: 2px solid #0370b6;
  color: #0370b6;
}
.thumbnail a:hover,
.thumbnail a:hover .caption {
  text-decoration: none;
  color: #0370b6;
  border-bottom: 0;
  border-bottom: 2px solid #0370b6;
}
.thumbnails.type2 {
  padding: 0;
}
.thumbnail.type2 {
  margin-bottom: 40px;
}
.thumbnail.type2 .img {
  padding-bottom: 68%;
}
.thumbnail.type2 .caption {
  padding-top: 13px;
}
.thumbnail .favorite {
  top: 19px;
  right: 19px;
  width: 29px;
  height: 27px;
}
.thumbnail .favorite:hover {
  border: none;
}

.thumbnail .favorite::before,
.thumbnail .favorite::after {
  -webkit-background-size: 29px 27px;
  background-size: 29px 27px;
}
.thumbnail .img {
  transition: background-size 0.3s ease-in-out;
  -moz-transition: background-size 0.3s ease-in-out;
  -ms-transition: background-size 0.3s ease-in-out;
  -o-transition: background-size 0.3s ease-in-out;
  -webkit-transition: background-size 0.3s ease-in-out;
  background-size: 100% 100%;
}
.thumbnail .img:hover {
  background-size: 101% 101%;
}

.thumbnail.type2 img {
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  margin: 0;
}
.thumbnail.type2 .img {
  overflow: hidden;
}
.thumbnail.type2 .img:hover + .venue-link .caption {
  color: #0370b6;
  border-bottom: 2px solid #0370b6;
}

.thumbnail.type2:hover img {
  width: 100%;
  max-width: 100%;
   filter: brightness(1.2);
}

/* related venues - related services */
.related-venues,
.related-services {
  margin: 0 -50px;
}
.related-venues .inner,
.related-services .inner {
  margin: 0 50px;
}
.related-venues h2,
.related-services h2 {
  margin-bottom: 5px;
}
.related-venues .thumbnails,
.related-services .thumbnails {
  padding-top: 30px;
  padding-bottom: 0;
}
.related-venues .thumbnail.desc {
  margin-bottom: 0;
  background-color: transparent;;
}
.related-services .thumbnail {
  margin-bottom: 20px;
}
.related-services .desc p {
  font-size: 12px;
  border-bottom: 1px solid;
  padding-bottom: 4px;
  background-color: #f7f7f7;
}

/* services-modal */
.services-modal {
  padding-right: 0 !important;
}
.services-modal .modal-dialog {
  position: relative;
  width: auto;
  margin: 0;
}
.services-modal.fade:not(.in) .modal-dialog {
  -webkit-transform: translateY(25%);
  transform: translateY(25%);
}
.services-modal .modal-content {
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.services-modal .modal-header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 26px 90px 26px 30px;
  border: none;
}
.services-modal .btn-close {
  top: 23px;
  left: auto;
  right: 27px;
  width: 47px;
  height: 47px;
}
.btn-close.blue::before,
.btn-close.blue::after {
  background: #0370b6;
}
.services-modal h4,
.services-modal h5 {
  margin: 0;
  font-size: 26px;
  line-height: 29px;
  font-weight: 700;
}
.services-modal .modal-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding: 26px 30px;
  border: none;
  font-size: 27px;
  line-height: 29px;
  font-weight: 700;
  text-align: left;
}
.services-modal .info-link {
  float: left;
  max-width: 48%;
}
.services-modal .info-link:before {
  content: "+ ";
}
.services-modal .gallery-count {
  float: right;
  max-width: 48%;
}
.services-modal .list {
  list-style: none;
  margin: 0;
  padding: 0 0 61px;
  font-weight: 700;
}
.services-modal .list li {
  padding: 0 0 9px;
}
/* info-modal */
.info-modal {
  color: #fff;
}
.info-modal .modal-dialog {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.info-modal .modal-content {
  display: table-cell;
  vertical-align: middle;
  padding: 125px 0 60px;
  background: #090329;
}
.info-modal .row {
  font-family: "AdobeBlank";
  font-size: 0;
  line-height: 0;
}
.info-modal [class*="col-"] {
  float: none;
  display: inline-block;
  vertical-align: top;
  font: 17px/19px "Graphik Web", sans-serif;
}
.info-modal h5 {
  margin: 0 0 16px;
  padding: 0 0 6px;
  border-bottom: 2px solid #fff;
}
/* services-gallery + related venue slider */
.services-gallery .slide {
  position: relative;
  height: 100vh;
}
.services-gallery .inner {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.services-gallery .inner > img {
  display: block !important;
  max-height: calc(100vh - 320px);
  height: 100%;
  width: auto;
  max-width: 100%;
}

.related-gallery .slick-arrow {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 30%;
  width: 40px;
  height: 40px;
  border: none;
  background: none;
  font-size: 0;
  line-height: 0;
  z-index: 10;
  cursor: pointer;
}
.related-gallery .slick-arrow.in {
  opacity: 1;
  visibility: visible;
}
.related-gallery .arrow-prev {
  left: 25px;
  width: 25px;
  height: 25px;
  border-style: solid;
  border-color: inherit;
  border-width: 4px 4px 0 0;
  color: #cfcfcf;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.related-gallery .arrow-next {
  right: 25px;
  width: 25px;
  height: 25px;
  border-style: solid;
  border-color: inherit;
  border-width: 4px 4px 0 0;
  color: #cfcfcf;
  -webkit-transform: rotate(135deg);
  transform: rotate(45deg);
}
.services-gallery .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 50%;
  padding: 0;
  border: none;
  background: none;
  font-size: 0;
  line-height: 0;
}
.services-gallery .slick-prev {
  left: 20%;
  cursor: url("../images/arrow-01.svg"), default;
}
.services-gallery .slick-next {
  right: 20%;
  cursor: url("../images/arrow-02.svg"), default;
}
.services-gallery .arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 30%;
}
.services-gallery .arrow-prev {
  left: 20%;
  cursor: url("../images/arrow-01.svg"), default;
}
.services-gallery .arrow-next {
  right: 20%;
  cursor: url("../images/arrow-02.svg"), default;
}
.services-gallery .slick-slide img {
  display: none;
}
.services-gallery iframe {
  position: relative;
  z-index: 20;
  vertical-align: top;
  border: none;
  height: calc(100vh - 320px);
  max-width: 100%;
  width: 80vw;
}
.services-gallery.video-gallery .arrow {
  top: 50%;
  bottom: auto;
  width: 53px;
  height: 30px;
  margin-top: -15px;
  background: url(../images/arrow-04.svg) no-repeat;
  cursor: pointer;
}
.services-gallery.video-gallery .arrow-prev {
  left: -70px;
}
.services-gallery.video-gallery .arrow-next {
  right: -70px;
  background-image: url(../images/arrow-05.svg);
}
/* services-panel */
.services-panel {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
  width: 395px;
  padding: 0 45px 0 30px;
  background: #090329;
  color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.services-panel.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.services-panel .top {
  padding: 25px 0;
}
.services-panel .inner {
  position: absolute;
  left: 30px;
  right: 45px;
  bottom: 99px;
  max-height: calc(100% - 208px);
  overflow-y: auto;
  padding: 0 35px 0 0;
}
.services-panel .inner:after {
  display: block;
  height: 56px;
  content: "";
}
.services-panel p {
  margin: 0;
}
.services-panel .bottom {
  position: absolute;
  left: 30px;
  right: 45px;
  bottom: 0;
  padding: 41px 0 27px;
  border-top: 1px solid #fff;
}
.services-panel .back-link {
  display: block;
  width: 53px;
  height: 30px;
  background: url(../images/arrow-03.svg) no-repeat;
  -webkit-background-size: 53px 30px;
  background-size: 53px 30px;
}
.services-panel .back-link:hover {
  -webkit-transform: translateX(-1px);
  transform: translateX(-1px);
}

/* related venue slider */
.related-gallery .slide {
  padding: 0 15px;
}
.related-gallery .description {
  font-weight: normal;
}

/* about-section */
.page-template-about-template {
  background: #d3cfdc;
}
.page-template-about-template h3 {
  font-size: 34px;
  line-height: 36px;
}
.page-template-about-template .contact-section address {
  font-size: 17px;
}

.page-template-about-template .contact-section {
  padding: 78px 0;
}

/* contact-section */
.page-template-contact-template .contact-section {
  padding: 148px 0 0 0;
  /*color:white;*/
}
.page-template-contact-template {
  background: #d3cfdc;
}
/*.page-template-contact-template  .btn-menu:before {
	background: white;
    content: "";
    -webkit-box-shadow: 0 10px white, 0 20px white;
    box-shadow: 0 10px white, 0 20px white;
}*/
.page-template-contact-template .logo-first-link {
  display: block;
  text-align: center;
}
.page-template-contact-template .wrapper .logo-first-link img {
  max-height: 45px;
}
.contact-section h2 {
  margin: 0 0 42px;
  font-size: 45px;
  line-height: 47px;
}
.contact-section address {
  margin: 0;
  font-size: 24px;
  line-height: 23px;
}
.contact-section address p {
  margin: 0 0 18px;
}

/* search-map */
.search-map {
  min-height: 1px;
}
/* map-box */
.map-boxes {
  position: absolute;
  left: -9999px;
  top: -9999px;
  z-index: -1;
  visibility: hidden;
}
.map-box {
  width: 212px;
  background: #fff;
  font-size: 13px;
  line-height: 16px;
  text-align: left;
}
.map-box .img {
  position: relative;
}
.map-box .img .slide {
  height: 137px;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
}
.map-box .img .slide > img {
  display: none;
}
.map-box .img .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.map-box .img .slick-dots li {
  display: inline-block;
  vertical-align: top;
  padding: 0 3px;
}
.map-box .img .slick-dots button {
  display: block;
  width: 7px;
  height: 7px;
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  background: none;
}
.map-box .img .slick-dots button:hover,
.map-box .img .slick-dots .slick-active button {
  background: #fff;
}
.map-box figcaption {
  padding: 9px 13px 11px;
}
.map-box a:hover,
.map-box a:focus {
  text-decoration: none;
}
.map-box h4 {
  margin: 0;
  font-size: 18px;
  line-height: 20px;
}
.map-box h5 {
  margin: 0;
  font-size: 13px;
  line-height: 16px;
  font-weight: 700;
}
.map-box p {
  margin: 0;
}
.bootstrap-select {
  min-width: 100%;
  max-width: 100%;
}
.btn-group.open .dropdown-toggle {
  box-shadow: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.bootstrap-select > .btn.btn-default {
  padding-left: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 17px;
  line-height: 20px;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  margin-top: -7px;
  right: 3px;
  width: 12px;
  height: 12px;
  border-style: solid;
  border-color: inherit;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.bootstrap-select.btn-group .dropdown-menu {
  border-radius: 0;
  margin-top: 0;
}
.bootstrap-select.btn-group .dropdown-menu > li > a {
  padding: 14px 20px;
  color: inherit;
}
.bootstrap-select.btn-group .dropdown-menu > li > a:hover {
  color: #0370b6;
}
.bootstrap-select.btn-group .dropdown-menu > li + li:before {
  content: "";
  display: block;
  margin: 0 20px;
  height: 1px;
  border-bottom: 1px solid;
}
.bootstrap-select.btn-group .btn-default + .dropdown-menu {
  border-color: transparent;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.5);
}
.bootstrap-select.btn-group .btn-default + .dropdown-menu .dropdown-menu {
  background: none;
}
/* page-title */
.new-title {
  /*title inside header*/
  height: 50px;
  margin-top: 50px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 99;
  color: white;
}
.page-template-venues-template .new-title {
  margin-top: 107px;
}
.page-template-venues-template.marquesina-open .new-title {
  margin-top: 140px;
}
.page-template-send-request-template .new-title {
  margin-top: 115px;
}
.menu-opened .new-title {
  z-index: 9;
}
.page-title {
  padding-top: 94px;
  padding-bottom: 99px;
  margin-bottom: 67px;
  text-align: center;
  position: relative;
}
.page-template-services-template .page-title {
  padding-bottom: 0;
  padding-top: 0;
}

.page-template-services-template.ourservices-sticky .filter {
  top: 51px;
  bottom: auto;
  position: fixed;
}

.page-title h1,
.new-title h1 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 15px;
}
/* contact-form */
.contact-form {
  max-width: 374px;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 30px;
}
.contact-form h2 {
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 8px;
}
.contact-form p {
  margin-bottom: 26px;
}
.contact-form .form-group {
  margin-bottom: 17px;
}
.contact-form .req-str {
  display: block;
  font-size: 11px;
  line-height: 14px;
  margin-top: -4px;
  margin-bottom: 16px;
  color: #0370b6;
}
.contact-form .req-str .req {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 0.2em;
  min-width: 15px;
  padding-right: 5px;
  font-size: 28px;
  color: #0370b6;
}
.form-control {
  border-color: #0370b6;
  background-color: #f7f7f7;
  border-radius: 0;
  height: 54px;
  padding: 14px 10px;
  color: #0370b6;
}
textarea.form-control {
  height: 122px;
  resize: none;
}

textarea.form-control::placeholder {
  color: #0370b6;
}

input.form-control::-webkit-input-placeholder,
input.form-control:-moz-placeholder,
input.form-control::-moz-placeholder,
input.form-control:-ms-input-placeholder {
  color: #0370b6;
}

input.form-control::placeholder {
  color: #0370b6;
}

.page-template-venues-template .form-control::placeholder,
.page-template-venues-template .form-control::-webkit-input-placeholder,
.page-template-venues-template .form-control:-moz-placeholder,
.page-template-venues-template .form-control::-moz-placeholder,
.page-template-venues-template .form-control:-ms-input-placeholder {
  color: #0370b6;
}

.page-template-venues-template .form-control {
  color: #4f4f4f;
}

/* accordion */
.accordion {
  margin-top: 5px;
}
.accordion .panel {
  border-radius: 0;
  border: 0;
  margin-bottom: 0;
  box-shadow: none;
}
.accordion .panel-heading {
  border-radius: 0;
  border-bottom: 0;
  padding: 0 0 0 23px;
  margin-bottom: 6px;
  position: relative;
}
.accordion .panel-title {
  font-size: 23px;
  line-height: 26px;
  font-weight: 700;
}
.accordion .panel-title .btn-remove {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
  width: 11px;
  height: 11px;
}
.accordion .panel-title .btn-remove:hover {
  color: #ffffff;
}
.accordion .panel-title .btn-remove:before,
.accordion .panel-title .btn-remove:after {
  content: "";
  position: absolute;
  top: 5px;
  left: -2px;
  width: 15px;
  height: 2px;
  border-bottom: 2px solid;
}
.accordion .panel-title .btn-remove:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.accordion .panel-title .btn-remove:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.accordion .panel-title a:not(.btn-remove) {
  display: block;
  padding: 9px 35px 9px 0;
}
.accordion .panel-title a:not(.btn-remove):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -8px;
  width: 11px;
  height: 11px;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.accordion .panel-default > .panel-heading {
  background: none;
  color: #010541;
  border-top: 3px solid;
  display: none;
}
.accordion .panel-body {
  padding: 15px 0 1px;
  border-top: 2px solid #0370b6 !important;
  background-color: #f7f7f7;
}
.items-heading {
  padding-bottom: 6px;
  font-size: 14px;
  line-height: 17px;
  color: #9e9e9e;
}
.items-heading h4 {
  margin: 0;
  font: inherit;
  color: #0370b6;
}
/* wish-item */
.wish-item {
  border-top: 1px solid #0370b6;
  padding-top: 14px;
  padding-bottom: 18px;
}
.wish-item .img {
  height: 0;
  padding: 0 0 67.92%;
  margin-top: 3px;
  position: relative;
}
.wish-item .img a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wish-item .img a:hover:before {
  opacity: 0.8;
}
.wish-item .img,
.wish-item .img a {
  background-color: #000;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.wish-item .img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.wish-item h5 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  margin: 0 0 10px;
}
.wish-item .opts {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 19px;

}
.wish-item .btn-remove {
  display: block;
  position: relative;
  margin-top: 2px;
  margin-left: auto;
  margin-right: 9px;
  width: 19px;
  height: 19px;
}
.wish-item .btn-remove:hover {color: #f00;}
.wish-item .btn-remove:before,
.wish-item .btn-remove:after {
  content: "";
  position: absolute;
  top: 8px;
  left: -2px;
  width: 23px;
  height: 1px;
  border-bottom: 1px solid;
}
.wish-item .btn-remove:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.wish-item .btn-remove:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* extra-links */
.extra-links {
  border-top: 2px solid;
  padding-top: 12px;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 30px;
}
.link {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 16px;
  position: relative;
  padding-bottom: 4px;
}
.link:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.link:focus,
.link:hover {
  text-decoration: none;
}
.link:hover:after {
  width: 0;
  border-bottom-color: transparent;
}
/* popup */
.modal-request {
  background-color: rgba(9, 3, 41, 0.5);
}

.modal-backdrop {
  background-color: #aaa;
}
.popup .modal-dialog {
  font-family: "Graphik Web", sans-serif;
  color: #090329;
  font-size: 18px;
  margin: 0;
  max-width: 508px;
}
.popup .modal-dialog,
.popup.fade .modal-dialog {
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup.in .modal-dialog {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup .modal-content {
  border-radius: 0;
  border-color: #d3cfdc;
  background-color: #d3cfdc;
}
.popup .modal-header {
  padding: 29px 30px 7px;
  border-bottom-color: transparent;
}
.popup .modal-body {
  padding: 9px 30px 10px;
}
.popup .modal-footer {
  padding: 10px 30px 36px;
  border-top-color: transparent;
}
.popup .modal-header .close {
  position: relative;
  width: 23px;
  height: 23px;
  opacity: 1;
}
.popup .modal-header .close:hover {
  color: #f00;
}
.popup .modal-header .close span {
  display: none;
}
.popup .modal-header .close:before,
.popup .modal-header .close:after {
  content: "";
  position: absolute;
  top: 11px;
  left: -3px;
  width: 30px;
  height: 1px;
  border-bottom: 1px solid #090329;
}
.popup .modal-header .close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup .modal-header .close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup h4 {
  font-size: 23px;
  line-height: 26px;
  margin: 0 0 10px;
  color: #090329;
}
.popup p {
  margin-bottom: 10px;
  line-height: 20px;
  color: #090329;
}
/* filter */
.filter {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 80;
  padding-bottom: 36px;
  text-align: left;
}
.filter .container-fluid {
  max-width: 1340px;
}
.filter .filter-bar {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #d3cfdc;
  color: #0370b6;
  box-shadow: 0 2px 7px -1px grey;
}
.filter .form-control {
  padding: 6px 0;
  height: 38px;
  background: none;
  box-shadow: none;
  border-color: transparent transparent #fff;
}
.filter .form-control::placeholder {
  color: #fff;
}
.filter .btn-default {
  background: transparent;
  color: #fff;
  border-color: transparent transparent #fff;
}
.filter .btn-submit {
  width: 26px;
  height: 38px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border-bottom: 1px solid #fff;
  background: url("../images/ico-zoom.svg") no-repeat 50% 50%;
  -webkit-background-size: 18px 18px;
  background-size: 18px 18px;
}
.filter .filter-opener {
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-width: 145px;
  padding: 7px 35px 9px 0;
  line-height: 20px;
  color: #0370b6;
}
.filter .filter-opener:hover {
  text-decoration: none;
}
.filter ul {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
  line-height: 1.5;
}
.filter .filter-opener:before,
.filter .filter-opener:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 4px;
  width: 19px;
  height: 1px;
  margin: 0;
  border-bottom: 1px solid;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filter .filter-opener:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.filter .filter-opener:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.filter .filter-opener.collapsed:before,
.filter .filter-opener.collapsed:after {
  width: 12px;
}
.filter .filter-opener.collapsed:before {
  margin-right: 7px;
}
.filter .filter-opener.collapsed:after {
  margin-right: -1px;
}
.filter .entity {
  padding-top: 14px;
  padding-bottom: 16px;
}
.filter .lbl {
  display: block;
  padding-bottom: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid;
}
.filter .radio {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 19px;
}
/* radio */
.radio {
  line-height: 20px;
}
.radio label,
.checkbox label {
  padding-left: 24px;
}
.radio .fake-radio {
  position: absolute;
  top: 5px;
  left: 3px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: 1px solid;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.radio input:checked + .fake-radio,
.radio input.active + .fake-radio {
  background-color: #090329;
}
.customForm-hidden {
  display: block !important;
  position: absolute !important;
  left: -9999px !important;
}
.row-52 {
  margin-left: -26px;
  margin-right: -26px;
}
.row-52 > * {
  padding-left: 26px;
  padding-right: 26px;
}
/* about-page */
.about-page {
  background: #9a99a0;
}
/* about */
.about {
  padding: 55px 0 135px;
  color: #fff;
  font-size: 20px;
  line-height: 21px;
  letter-spacing: -1px;
}
.about h2 {
  font-size: 22px;
  margin: 0;
}
.about p {
  margin: 0 0 30px;
}
.about p:last-of-type {
  margin: 0 0 15px;
}
.about.content-list li {
  padding: 0 0 7px;
}
.about.content-list li:before {
  left: -10px;
}
.content-list ul {
  list-style: none !important;
  padding: 0 0 0 10px;
}
.content-list li::before {
  content: "·";
}
.btn-info {
  border: 1px solid #fff;
  background: #fff;
  color: #090329;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info,
.btn-info:focus,
.btn-info.focus,
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info.focus:active,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus,
.btn-info:hover {
  background-color: #090329;
  border-color: #fff;
  color: #fff;
}
.popup .modal-footer {
  text-align: inherit;
}
.popup .btn-hold {
  margin-top: 25px;
}
/* action-hold */
.action-hold {
  position: relative;
  border-bottom: 1px solid;
  margin-top: 44px;
}
.action-hold .hold {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.action-hold .hold a {
  position: relative;
  z-index: 3;
  display: inline-block;
  vertical-align: top;
  padding-top: 10px;
  padding-left: 20px;
  line-height: 20px;
  padding-bottom: 10px;
}
.action-hold .hold a:before,
.action-hold .hold a:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  border-style: solid;
}
.action-hold .hold a:before {
  width: 15px;
  height: 1px;
  margin-top: 7px;
  border-width: 0 0 1px;
}
.action-hold .hold a:after {
  width: 1px;
  height: 15px;
  margin-left: 7px;
  border-width: 0 0 0 1px;
}
.action-hold .hold,
.action-hold .form-group {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.action-hold .form-group,
.action-hold.opened .hold {
  visibility: hidden;
  opacity: 0;
}
.action-hold.opened .form-group {
  visibility: visible;
  opacity: 1;
}
.action-hold .form-group {
  margin-bottom: 12px;
}
.action-hold label {
  display: block;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #9e9e9e;
  margin-bottom: 3px;
}
.action-hold .form-control {
  background: none;
  border-color: transparent;
  box-shadow: none;
  padding: 5px 0 10px;
  height: auto;
}
/* example-box */
.example-box {
  border-bottom: 1px solid;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 6px;
  font-size: 15px;
}
.example-box p {
  margin: 0;
}
.selection-area.all-res {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 150;
  background: #d3cfdc;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.selection-area.all-res .container-fluid {
  max-width: 550px;
}
.selection-area.all-res .scrollable-box {
  height: calc(100vh - 395px);
  overflow-y: auto;
  margin-bottom: 25px;
}
.selection-area.all-res .btn {
  margin-bottom: 20px;
}
.llos-continue-link {
  display: none;
}
.scrollable-box .accordion {
  overflow: hidden;
}
.btn-primary .caret.arrow-right {
  border: 0;
  width: 21px;
  height: 12px;
  position: relative;
  top: -1px;
  background: url("../images/arrow-02.svg") no-repeat 100% 50%;
  -webkit-background-size: auto 12px;
  background-size: auto 12px;
}
.btn-primary .caret.arrow-right:last-child {
  margin-left: 9px;
}
.selection-opened {
  overflow-y: scroll;
}
.selection-opened .wrapper {
  height: 100vh;
}

/* popup-item */
.popup-item .modal-dialog {
  max-width: 508px;
  margin-top: 0;
  margin-bottom: 0;
}
.popup-item .modal-dialog,
.popup-item.fade .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.popup-item.in .modal-dialog {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.popup-item .modal-content {
  border-radius: 0;
  border-color: #090329;
  background-color: #090329;
  color: #fff;
}
.popup-item .modal-header,
.popup-item .modal-body,
.popup-item .modal-footer {
  padding-left: 34px;
  padding-right: 34px;
}
.popup-item .modal-header {
  padding-top: 31px;
  padding-bottom: 8px;
  border-bottom-color: transparent;
}
.popup-item .modal-dialog {
  max-width: 400px;
}
.popup-item .modal-body {
  padding-top: 8px;
}
.popup-item .modal-footer {
  border-top-color: transparent;
  text-align: inherit;
  /* padding-top: 11px;
	padding-bottom: 35px; */
}
.popup-item .modal-header .close {
  position: relative;
  width: 23px;
  height: 23px;
  opacity: 1;
  color: inherit;
}
.popup-item .modal-header .close:hover {
  color: #f00;
}
.popup-item .modal-header .close:before,
.popup-item .modal-header .close:after {
  content: "";
  position: absolute;
  top: 11px;
  left: -3px;
  width: 30px;
  height: 1px;
  border-bottom: 1px solid #fff;
}
.popup-item .modal-header .close:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup-item .modal-header .close:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup-item .modal-header .close span {
  display: none;
}
.popup-item h4 {
  font-size: 23px;
  line-height: 26px;
  margin: 0 0 8px;
}
.popup-item .head {
  padding-bottom: 37px;
}
.popup-item .form-group {
  margin-bottom: 15px;
}
.popup-item .form-group + .form-group {
  margin-top: 17px;
}
.popup-item .form-control,
.popup-item .wppb-user-forms .text-input,
.popup-item .wppb-user-forms .extra_field_input {
  border-color: transparent transparent #fff;
  background: none;
  color: #fff;
  padding: 10px 0;
  height: 46px;
  box-shadow: none;
}
.popup-item .form-control::placeholder,
.popup-item .modal-content .input::placeholder,
.popup-item .extra_field_input::placeholder,
.popup-item .text-input::placeholder,
.popup-item .form-control::-webkit-input-placeholder,
.popup-item .modal-content .input::-webkit-input-placeholder,
.popup-item .extra_field_input::-webkit-input-placeholder,
.popup-item .text-input::-webkit-input-placeholder {
  color: #fff;
}
.popup-item .form-control::-moz-placeholder,
.popup-item .modal-content .input::-moz-placeholder,
.popup-item .extra_field_input::-moz-placeholder,
.popup-item .text-input::-moz-placeholder,
.popup-item .form-control:-moz-placeholder,
.popup-item .modal-content .input:-moz-placeholder,
.popup-item .extra_field_input:-moz-placeholder,
.popup-item .text-input:-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.popup-item .form-control:-ms-input-placeholder,
.popup-item .modal-content .input::-ms-input-placeholder,
.popup-item .extra_field_input::-ms-input-placeholder,
.popup-item .text-input::-ms-input-placeholder {
  color: #fff;
}
.popup-item .input {
  float: none !important;
  border-color: transparent transparent #fff !important;
  border-radius: 0 !important;
  background: none;
  color: #fff !important;
  padding: 10px 0 !important;
  height: 46px;
  box-shadow: none;
}
.popup-item .wppb-user-forms .text-input,
.popup-item .extra_field_input {
  float: none;
  border-radius: 0;
  color: #fff !important;
}
.popup-item .checkbox,
.popup-item .radio,
.popup-item .login-remember {
  margin-top: 0;
  min-height: 16px;
}

/* popup promocion */
#promocion .modal-dialog {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#promocion .modal-content {
  background: transparent;
  background-size: 100%;
  border: 0;
  z-index: 9;
}
#promocion .opacity {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#promocion .modal-content img {
  width: 60px;
}
#promocion .modal-content h2 {
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0;
}
#promocion .modal-content p {
  font-size: 24px;
  line-height: 36px;
  text-align: center;
}
#promocion .modal-content p a #svg-arrow-popup {
  fill: #fff;
  width: 20px;
  position: relative;
  top: 2px;
  -webkit-appearance: none;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#promocion .modal-content p a:hover {
  text-decoration: none;
  color: #090329;
}
#promocion .modal-content p a:hover #svg-arrow-popup {
  fill: #090329;
}
#promocion.popup-item .modal-header {
  text-align: center;
}
#promocion.popup-item .modal-body {
  padding-bottom: 45px;
  padding-top: 45px;
}
#promocion.popup-item .modal-dialog {
  max-width: 55vw;
  width: 55vw;
}
#promocion.popup-item .modal-footer {
  text-align: center;
}
#promocion.popup-item .modal-footer img {
  width: 200px;
}
#promocion.popup-item .modal-header .close {
  position: absolute;
  left: 20px;
  top: 20px;
}
#promocion.popup-item .modal-header .close:before,
#promocion.popup-item .modal-header .close:after {
  border-bottom: 3px solid white;
}
#promocion .button {
  color: #77ff00;
  padding: 10px 20px;
  border: 1px solid #77ff00;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  width: 150px;
  text-align: center;
  margin-top: 30px;
}
#promocion .button:hover {
  color: black;
  background: #77ff00;
  text-decoration: none;
}

/*about popup*/
#about {
  position: fixed;
  font-size: 1.9vh;
  line-height: 2.2vh;
  background: rgba(9, 3, 41, 0.5);
}
#about .modal-dialog {
  max-width: 58vw;
  width: 46vw;
}
#about .modal-header {
  position: fixed;
  right: 0;
  top: 20px;
  padding: 0 2rem;
  z-index: 999;
}
#about .modal-content {
  border-radius: 0;
  border-color: #45c9b6;
  background-color: #45c9b6;
  color: #ffffff;
  max-height: 85vh;
  min-height: 64vh;
  padding: 4vh;
  overflow-y: auto;
}
#about .modal-dialog .contact-section p {
  width: 50%;
  float: left;
  text-align: left;
}
/*#about .modal-content .scrollable {
	max-height: 55vh;
	height: calc(55vh - 30px);
	overflow-y: scroll;
	direction: rtl;
}*/
#about h3 {
  font-size: 4vh;
  line-height: 4.6vh;
  font-weight: normal;
}
#about ul {
  padding: 0 0 0 20px;
}
#about .modal-body {
  padding: 1vh 1vw 0 0;
  direction: ltr;
}
#about .modal-header .close {
  margin-top: 2px;
}
#about .modal-header .close:before,
#about .modal-header .close:after {
  border-bottom: 2px solid #ffffff;
}
/*#about ::-webkit-scrollbar-track {
	border: none;
	background-color: transparent;
	  width: 1px;
}

#about ::-webkit-scrollbar {
	width: 8px;
	background-color: transparent;
	cursor:pointer;
}

#about ::-webkit-scrollbar-thumb {
	background-color: #000;
	border-radius: 20px;
	cursor:pointer;
}*/
#about .contact-section {
  display: flex !important;
  width: 100%;
  justify-content: space-around;
  margin-top: 6vh;
}

#contact {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 145px;
  z-index: 99;
  transform: translateY(150px);
  -webkit-transition: all 0.5s ease 0.5s;
  -moz-transition: all 0.5s ease 0.5s;
  -o-transition: all 0.5s ease 0.5s;
  -ms-transition: all 0.5s ease 0.5s;
  transition: all 0.5s ease 0.5s;
}
#contact.in {
  transform: translateY(0);
}
#contact .modal-content {
  border-color: #45c9b6;
  background-color: #45c9b6;
  color: #ffffff;
}
#contact .modal-body {
  width: 100%;
  display: flex;
  justify-content: space-around;
  padding: 55px 100px 50px 0px;
  font-size: 1.1vw;
}
#contact .modal-body p {
  margin: 0;
  color: #ffffff;
}
#contact .modal-header .close:before,
#contact .modal-header .close:after {
  border-bottom: 2px solid #ffffff;
}
.popup-item .ico-web,
.popup-item .ico-mail,
.popup-item .ico-marker,
.popup-item .ico-phone {
  width: 22px;
  height: 16px;
  display: inline-block;
}

.popup-item .ico-web:before,
.popup-item .ico-mail:before,
.popup-item .ico-marker:before,
.popup-item .ico-phone:before {
  content: "";
  background-image: url(../images/world-white.svg);
  width: 16px;
  height: 16px;
  background-size: 100%;
  display: block;
  position: absolute;
  margin-top: 3px;
}
.popup-item .ico-mail:before {
  background-image: url(../images/mail-white.svg);
}
.popup-item .ico-marker:before {
  background-image: url(../images/marker-white.svg);
}
.popup-item .ico-phone:before {
  background-image: url(../images/phone-white.svg);
}
.popup-item .logo-first-link img {
  height: 42px;
  top: 0;
  width: 115px;
}
.login-remember {
  display: block;
  position: relative;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 16px;
}
#wppb-login-wrap p[class*="login"],
#select_user_to_edit_form p[class*="login"] {
  margin-bottom: 15px;
  padding: 0;
}
#wppb-login-wrap p.login-password,
#select_user_to_edit_form p.login-password {
  margin-top: 17px;
}
#wppb-login-wrap p.login-remember,
#select_user_to_edit_form p.login-remember {
  margin-bottom: 10px;
}
.login-remember label {
  min-height: 24px;
  margin: 0;
  font-weight: 400;
}
.popup-item .radio label,
.popup-item .checkbox label,
.popup-item .login-remember label {
  padding-left: 20px;
}
.popup-item .spec-hold,
.popup-item .link-forgot {
  font-size: 13px;
  line-height: 16px;
}
.popup-item .head p {
  margin-bottom: 0;
}
.popup-item .modal-footer .btn {
  margin-bottom: 15px;
}
.popup-item .reg-link {
  display: inline-block;
  vertical-align: top;
}
.checkbox .fake-check,
.login-remember .fake-check {
  position: absolute;
  top: 2px;
  left: 0;
  width: 13px;
  height: 13px;
  border: 1px solid;
}
.checkbox .fake-check:before,
.login-remember .fake-check:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  opacity: 0;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.checkbox input:checked + .fake-check:before,
.login-remember input:checked + .fake-check:before {
  opacity: 1;
}
#wppb-login-wrap p.login-submit,
#select_user_to_edit_form p.login-submit {
  margin: 37px 0 12px;
}
.popup-item .login-submit .button,
.popup-item .form-submit .button {
  display: block;
  width: 100%;
  padding: 7px 12px;
  border: 1px solid #fff;
  border-radius: 0;
  background: #fff;
  color: #090329;
  font-size: 16px;
  line-height: 18px;
}
.popup-item .login-submit .button:active,
.popup-item .login-submit .button:hover,
.popup-item .login-submit .button:focus,
.popup-item .form-submit .button:active,
.popup-item .form-submit .button:hover,
.popup-item .form-submit .button:focus {
  background-color: #090329;
  border-color: #fff;
  color: #fff;
}
.popup-item .wppb-user-forms ul li {
  margin: 0 0 15px;
  padding: 0;
}
.popup-item .wppb-user-forms ul li + li {
  margin-top: 17px;
}
.popup-item .form-submit {
  margin: 37px 0 0;
}
.popup-item #wppb_general_top_error_message,
.popup-item .wppb-error,
.popup-item .wppb-warning {
  margin: 0 0 10px;
  padding: 0;
  border: none;
  background: none;
  color: #f00;
}
.popup-item .wppb-register-user .wppb-field-error,
.popup-item .wppb-edit-user .wppb-field-error,
.popup-item #wppb-recover-password .wppb-field-error {
  margin-bottom: 15px !important;
  padding: 0 !important;
  border: none;
  background: none;
  color: #f00;
}
.popup-item .wppb-form-field > span.wppb-form-error {
  border: none;
}
/* wppb-user-forms */
.container-fluid .wppb-user-forms {
  padding-bottom: 30px;
  font-weight: 400;
}
.container-fluid .wppb-user-forms ul {
  max-width: none;
  margin: 0;
}
.container-fluid .wppb-user-forms ul li {
  padding: 0 0 17px;
}
.container-fluid .wppb-user-forms ul li:before {
  display: none;
}
.container-fluid .wppb-user-forms .text-input,
.container-fluid .wppb-user-forms .extra_field_input {
  float: none;
  display: block;
  width: 100%;
  height: 54px;
  padding: 14px 10px;
  border: 1px solid #000242;
  border-radius: 0;
  font-size: 17px;
  line-height: 1.42857;
  color: #000242;
  -webkit-appearance: none;
}
.container-fluid .wppb-user-forms .text-input::-moz-placeholder,
.container-fluid .wppb-user-forms .extra_field_input::-moz-placeholder,
.container-fluid .wppb-user-forms .text-input:-moz-placeholder,
.container-fluid .wppb-user-forms .extra_field_input:-moz-placeholder {
  color: #000242;
  opacity: 1;
}
.container-fluid .wppb-user-forms .text-input:-ms-input-placeholder,
.container-fluid .wppb-user-forms .extra_field_input:-ms-input-placeholder {
  color: #000242;
}
.container-fluid .wppb-user-forms .text-input::placeholder,
.container-fluid .wppb-user-forms .extra_field_input::placeholder,
.container-fluid .wppb-user-forms .text-input::-webkit-input-placeholder,
.container-fluid
  .wppb-user-forms
  .extra_field_input::-webkit-input-placeholder {
  color: #000242;
}
.container-fluid .wppb-user-forms .wppb-description-delimiter {
  margin: 17px 0 16px;
  font-size: 11px;
  line-height: 14px;
  font-style: normal;
}
.container-fluid .wppb-user-forms .wppb-description-delimiter:before {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 0.2em;
  min-width: 15px;
  padding-right: 5px;
  font-size: 28px;
  content: "*";
}
.container-fluid .wppb-user-forms .form-submit {
  padding: 0;
}
.container-fluid .wppb-user-forms .form-submit .button {
  display: block;
  width: 100%;
  padding: 7px 12px;
  border: none;
  border-radius: 0;
  font-size: 16px;
  line-height: 18px;
  background: #090329;
  color: #fff;
}
.container-fluid .wppb-user-forms .form-submit .button:hover,
.container-fluid .wppb-user-forms .form-submit .button:active,
.container-fluid .wppb-user-forms .form-submit .button:focus {
  background: #333575;
}
/* page-template-venues-template */
.page-template-venues-template .map-distance {
  right: 20px;
  padding: 7px 18px;
  border: none;
  background: #06175a;
  color:#fff;
}
.page-template-venues-template .map-distance dd:nth-child(1) {
  margin-left: 20px;
}
.page-template-venues-template .map-distance dd:nth-child(2) {
  margin-left: 50px;
}
.page-template-venues-template .map-distance dd:nth-child(3) {
  margin-left: 35px;
}
.page-template-venues-template .map-distance dd span.venue,
.page-template-venues-template .map-distance dd span.fira,
.page-template-venues-template .map-distance dd span.esp {
  width: 30px;
  line-height: 24px;
}
.page-template-venues-template .map-distance dd span.venue:before {
  content: "";
  display: inline-block;
  background-image: url(../images/ico-marker-green.svg);
  background-repeat: no-repeat;
  background-size: 18px 22px;
  width: 18px;
  height: 26px;
  margin-left: -25px;
  margin-top: 0px;
  position: absolute;
}
.page-template-venues-template .map-distance dd span.fira:before {
  content: "";
  display: inline-block;
  background-image: url(../images/ico-marker-fira-green.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 32px;
  height: 20px;
  margin-left: -38px;
  margin-top: 4px;
  position: absolute;
}
.page-template-venues-template .map-distance dd span.esp:before {
  content: "";
  display: inline-block;
  background-image: url(../images/ico-marker-espana-green.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  margin-left: -25px;
  margin-top: 2px;
  position: absolute;
}

.small-screen {
  display: none !important;
}
.large-screen {
  display: inline-block !important;
}

.marquee-wrapper,
button.close.marquesina {
  display: none;
}
.page-template-venues-template.marquesina-open .marquee-wrapper {
  display: block;
  height: 53px;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10;
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: #45c9b6;
  color: #ffffff;
  padding-top: 15px;
  padding-bottom: 10px;
  z-index: 999;
  max-width: 1980px;
}
.page-template-venues-template.marquesina-open button.close.marquesina {
  display: block;
  top: 0;
  left: 0;
  background: #d3cfdc;
  position: fixed;
  width: 53px;
  height: 53px;
  z-index: 999;
  opacity: 1;
}
button.close.marquesina span {
  top: 12px;
  left: 14px;
  position: absolute;
}
button.close.marquesina span:before,
button.close.marquesina span:after {
  content: "";
  position: absolute;
  top: 11px;
  left: -3px;
  width: 30px;
  height: 1px;
  border-bottom: 2px solid #ffffff;
}
button.close.marquesina span:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
button.close.marquesina span:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.marquee-wrapper a,
.marquee-wrapper a:hover {
  text-decoration: none;
}

/* media */

@media screen and (min-width: 1440px) {
  #contact .modal-body {
    font-size: 16px;
  }

  #about .modal-dialog {
    max-width: 830px;
  }
  #about .modal-content {
    min-height: auto;
    padding: 30px;
  }
  #about .modal-body {
    padding: 0 25px 0 0;
  }
  #about .contact-section {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1440px) and (min-height: 750px) {
  #about {
    font-size: 16px;
    line-height: 18px;
  }
  #about h3 {
    font-size: 34px;
    line-height: 36px;
  }
}

@media screen and (max-width: 1440px) {
  #about .contact-section {
    flex-direction: column;
  }
  #about .modal-dialog .contact-section p {
    width: 100%;
  }
}

@media screen and (max-width: 1599px) {
  /* intro */
  .intro .cell {
    padding: 90px 30px 319px;
  }
  /* promo-box */
  .promo-box .cell {
    padding: 90px 30px 48px;
  }
  .promo-box.sm .cell {
    padding: 20px 30px 30px;
  }
}
@media screen and (max-width: 1280px) and (min-width: 992px) {
  .user-menu {
    padding: 0 15px 0 0;
  }
  .user-menu li {
    margin: 0 0 0 15px;
    font-size: 15px;
  }
}
@media screen and (max-width: 1199px) {
  /* intro */
  .intro,
  .intro h3 {
    font-size: 30px;
    line-height: 32px;
  }
  .intro h2 {
    margin: 0 0 15px;
    font-size: 43px;
    line-height: 45px;
  }
  /* promo-box */
  .promo-box {
    font-size: 20px;
    line-height: 22px;
  }
  .promo-box h2 {
    margin: 0 0 15px;
    font-size: 43px;
    line-height: 45px;
  }
  .promo-box.sm h2 {
    font-size: 30px;
    line-height: 32px;
  }
  /* modal */
  .services-gallery .inner > img {
    width: 80vw;
    height: auto;
  }
  #contact .modal-body {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .page-template-venues-template .navbar-absolute-top {
    background: transparent;
  }
  .navbar-right {
    margin-top: 0;
    float: none !important;
  }
  .navbar-left .user-menu li {
    margin: 0 0 0 10px;
    padding: 0 10px 0 0;
  }
  .user-menu {
    padding: 0 5px 0 0;
  }
  .user-menu:before {
    background: transparent;
  }
  .logos {
    float: right;
  }
  .logos li {
    padding: 0 8px;
  }
  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .single-venue {
    padding-top: 60px;
  }
  .page-template-venues-template .page-title h1,
  .page-template-send-request-template .page-title h1 {
    color: inherit;
  }
  .popup .modal-dialog,
  .popup.fade .modal-dialog {
    width: 90%;
  }
  .video video {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    transform: none;
  }
  .services-panel p {
    font-size: 16px;
    line-height: 22px;
  }
  .services-gallery iframe {
    height: 50vw;
  }
  /* navbar */
  .navbar {
    padding: 20px 0;
  }
  .page-template-venues-template #header,
  .page-template-send-request-template #header {
    background: transparent;
    height: auto;
  }
  #header .navbar {
    height: 60px;
    background-image: url("/upload/images/header-blue-2021.jpg");
    background-size: cover;
    background-position: center center;
  }
  .page-template-venues-template #header .navbar,
  .page-template-send-request-template #header .navbar,
  .page-template-about-template #header .navbar,
  .page-template-contact-template #header .navbar {
    height: 150px;
    background-size: cover;
    background-position: center center;
    width: 100%;
    position: fixed;
    z-index: 99;
  }
  .btn-menu:before {
    background: #fff;
    content: "";
    -webkit-box-shadow: 0 10px #fff, 0 20px #fff;
    box-shadow: 0 10px #fff, 0 20px #fff;
  }

  .new-title {
    /*title inside header*/
    margin-top: 70px;
  }
  .page-template-venues-template .new-title,
  .page-template-send-request-template .new-title {
    margin-top: 70px;
  }
  .page-template-venues-template.marquesina-open .new-title {
    margin-top: 115px;
  }

  .form-control {
    color: #0370b6;
  }
  .filter .form-control {
    border-color: transparent transparent #0370b6;
  }
  .filter .btn-submit {
    border-bottom: 1px solid #0370b6;
    background: url("../images/ico-zoom-blue.svg") no-repeat 50% 50%;
  }
  .form-control::placeholder,
  .form-control::-webkit-input-placeholder,
  .form-control::-moz-placeholder,
  .form-control:-ms-input-placeholder {
    color: #0370b6;
  }

  input.form-control::placeholder {
    color: #0370b6 !important;
  }

  /* intro */
  .intro,
  .intro h3 {
    font-size: 25px;
    line-height: 27px;
  }
  .intro .cell {
    padding: 90px 20px 319px;
  }
  .intro h2 {
    font-size: 35px;
    line-height: 37px;
  }
  /* promo-box */
  .promo-box {
    font-size: 18px;
    line-height: 20px;
  }
  .promo-box .cell {
    padding: 90px 20px 48px;
  }
  .promo-box.sm .cell {
    padding: 20px 20px 30px;
  }
  .promo-box h2 {
    font-size: 35px;
    line-height: 37px;
  }
  .promo-box.sm h2 {
    font-size: 25px;
    line-height: 27px;
  }
  /* thumbnail */
  .thumbnail.type2 {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 19px;
  }
  .thumbnail.type2 .caption {
    padding-top: 7px;
  }
  /* page-title */
  .wrapper {
    padding-top: 114px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .page-title {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .page-template-venues-template .wrapper,
  .page-template-send-request-template .wrapper,
  .page-template-about-template .wrapper,
  .page-template-contact-template .wrapper {
    padding-top: 167px;
  }
  .page-template-venues-template.marquesina-open .wrapper {
    padding-top: 200px;
  }
  .page-template-about-template .contact-section,
  .page-template-contact-template .contact-section {
    padding-top: 0;
  }
  .contact-section h2 {
    display: none;
  }
  .page-title h1,
  .new-title h1 {
    font-size: 18px;
    line-height: 23px;
  }
  /* contact-form */
  .contact-form {
    font-size: 14px;
    line-height: 17px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-form h2 {
    font-size: 15px;
    line-height: 20px;
  }
  .contact-form .form-group {
    margin-bottom: 8px;
  }
  .contact-form .req-str {
    font-size: 14px;
    line-height: 17px;
  }
  .form-control {
    height: 37px;
    font-size: 15px;
    padding: 7px 9px;
  }
  textarea.form-control {
    height: 100px;
  }
  /* popup */
  .popup .modal-header,
  .popup .modal-body,
  .popup .modal-footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .popup .modal-header {
    padding-top: 20px;
  }
  .popup .modal-footer {
    padding-bottom: 20px;
  }
  .popup .modal-dialog {
    max-width: 100%;
  }
  .link-review {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
    font-size: 14px;
    line-height: 16px;
  }
  .link-review:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 1px;
    width: 25px;
    height: 21px;
    opacity: 0.44;
    background: url("../images/ico-02.svg") no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  .llos-continue-link {
    position: relative;
    display: none;
    float: left;
    color: rgb(35, 30, 93);
    font-size: 12px;
    line-height: 15px;
    padding: 15px 0;
  }
  /* selection-area */
  .selection-area {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 150;
    padding: 55px 26px 0 10px;
    background: #d3cfdc;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .selection-area.opened {
    opacity: 1;
    visibility: visible;
  }
  .selection-area .close {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 23px;
    height: 23px;
    opacity: 1;
  }
  .selection-area .close:before,
  .selection-area .close:after {
    content: "";
    position: absolute;
    top: 11px;
    left: -3px;
    width: 28px;
    height: 1px;
    border-bottom: 1px solid #0370b6;
  }
  .selection-area .close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .selection-area .close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .selection-area h2 {
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    margin: 0 0 34px;
  }
  /* accordion */
  .accordion .panel-heading {
    margin-bottom: 0;
    padding-left: 13px;
  }
  .accordion .panel-default > .panel-heading {
    border-top-width: 1px;
  }
  .accordion .panel-title {
    font-size: 14px;
    line-height: 17px;
  }
  .accordion .panel-title .btn-remove {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  .accordion .panel-title a:not(.btn-remove) {
    padding: 11px 20px 12px 5px;
  }
  .accordion .panel-title a:not(.btn-remove):after {
    right: 0;
  }
  .accordion .panel-body {
    padding-top: 3px;
  }
  .wish-item {
    padding-top: 7px;
    padding-bottom: 24px;
    font-size: 14px;
  }
  .wish-item .img {
    margin-bottom: 10px;
  }
  .wish-item h5 {
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 4px;
  }
  .wish-item .opts {
    line-height: 16px;
  }
  .wish-item .btn-remove {
    margin-top: 0;
    margin-right: -3px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }
  .extra-links {
    text-align: center;
  }
  .items-heading {
    display: none;
  }
  .extra-links .text-right {
    text-align: inherit;
  }
  /* filter */
  .filter {
    position: relative;
    padding-bottom: 0;
    margin-top: -11px;
    font-size: 16px;
  }
  .filter .container-fluid {
    max-width: 600px;
    /* background: #D2CEDB; */
  }
  .filter .filter-bar {
    position: relative;
    top: 0;
    background-color: #d2cedb;
    color: inherit;
    box-shadow: none;
  }
  .filter .radio input:checked + .fake-radio {
    background-color: #0370b6;
  }
  .filter .form-control {
    font-size: 16px;
    line-height: 23px;
    height: 35px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
  }
  .filter .form-control::placeholder,
  .filter .form-control::-webkit-input-placeholder,
  .filter .form-control:-moz-placeholder,
  .filter .form-control::-moz-placeholder,
  .filter .form-control:-ms-input-placeholder {
    text-align: center;
  }
  .filter .btn-submit {
    width: 17px;
    height: 35px;
    -webkit-background-size: 14px 14px;
    background-size: 14px 14px;
  }
  .filter .input-group .form-control:first-child {
    padding-left: 20px;
    padding-right: 5px;
  }

  input.form-control::placeholder {
    color: #fff;
  }
  .filter .filter-opener {
    display: block;
    text-align: center;
    margin-top: 6px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 6px;
    padding-left: 39px;
  }
  .filter .filter-opener:before,
  .filter .filter-opener:after {
    width: 15px;
  }
  .filter .filter-opener.collapsed:before,
  .filter .filter-opener.collapsed:after {
    width: 9px;
  }
  .filter .filter-opener.collapsed:before {
    margin-right: 3px;
  }
  .filter .filter-opener.collapsed:after {
    margin-right: -3px;
  }
  .filter .entity {
    padding-top: 0;
    padding-bottom: 10px;
  }
  .filter .lbl {
    padding-bottom: 9px;
    margin-top: 5px;
    margin-bottom: 11px;
  }
  .filter .radio {
    padding-bottom: 5px;
  }
  .radio label,
  .checkbox label {
    padding-left: 18px;
  }
  .radio .fake-radio {
    top: 6px;
    width: 10px;
    height: 10px;
  }
  .filter .entity .form-control {
    text-align: left;
    font-weight: 700;
    margin-bottom: 17px;
  }
  .filter .entity .form-control::placeholder,
  .filter .entity .form-control::-webkit-input-placeholder,
  .filter .entity .form-control::-moz-placeholder,
  .filter .entity .form-control:-moz-placeholder,
  .filter .entity .form-control:-ms-input-placeholder {
    text-align: left;
  }
  /* about */

  .about {
    font-size: 20px;
    line-height: 24px;
  }
  .wish-item {
    padding-bottom: 0;
  }
  /* popup */
  .popup {
    font-family: "Graphik Web", sans-serif;
    color: #090329;
    font-size: 18px;
    line-height: 20px;
  }
  .popup h4 {
    line-height: 25px;
    margin-bottom: 8px;
  }
  .action-hold {
    margin-top: 15px;
    margin-bottom: 13px;
  }
  .action-hold label {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 8px;
  }
  .example-box {
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 9px;
  }
  .popup .btn-hold {
    margin-top: 56px;
  }
  .selection-opened .selection-area.all-res {
    opacity: 1;
    visibility: visible;
  }
  .selection-area.all-res .container-fluid {
    max-width: 100%;
  }
  .selection-area.all-res .scrollable-box {
    height: auto;
    overflow: visible;
  }

  .selection-opened .selection-area.all-res .btn-primary {
    color: #0370b6;
  }

  .selection-opened .selection-area.all-res .btn-primary .caret.arrow-right {
    background: url(../images/arrow-06.svg) no-repeat;
    background-size: auto 12px;
  }

  .scrollable-box .accordion {
    overflow: visible;
  }

  .small-screen {
    display: block !important;
  }
  .large-screen {
    display: none !important;
  }
  .modal-open #about .modal-dialog {
    display: none !important;
  }
  .modal-backdrop.in {
    display: none;
  }

  .page-template-about-template h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .page-template-about-template .contact-section address {
    font-size: 14px;
    line-height: 20px;
  }
  .page-template-venues-template.marquesina-open .navbar {
    top: 50px;
  }
  .the-map .search-map {
    height: 100vh;
    display: block !important;
  }
  .venue-nav.stick {
    top: 60px;
  }
}

@media screen and (max-height: 899px) {
  /* intro */

  .promo-box {
    font-size: 18px;
    line-height: 20px;
  }
  .promo-box .cell {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .promo-box.sm .cell {
    padding-bottom: 20px;
  }
  .promo-box.sm h2 {
    font-size: 30px;
    line-height: 32px;
  }
  /* modal */
  .services-gallery .inner > img {
    max-width: 80vw;
    max-height: calc(100vh - 160px);
  }
  /* related venues slick dots */
  .related-services {
    margin-bottom: 40px;
  }
  .related-gallery .slick-dots {
    list-style: none;
    margin: 0;
    padding: 17px 0 0;
    font-size: 0;
    line-height: 0;
    text-align: center;
  }
  .related-gallery .slick-dots li {
    display: inline-block;
    vertical-align: top;
    padding: 0 5px 0 4px;
  }
  .related-gallery .slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #8e8e8e;
  }
  .related-gallery .slick-dots button:hover,
  .related-gallery .slick-dots .slick-active button {
    background: #0370b6;
  }
}
@media screen and (max-width: 767px),
  screen and (orientation: landscape) and (max-width: 767px),
  screen and (orientation: portrait) and (max-width: 767px) {
  .logo-first-link img {
    top: -1px;
  }
  .gallery {
    padding: 0;
  }

  #thumbnails.disabled .llos-hidden-on-map {
    display: none;
  }
  #thumbnails .llos-hidden-on-map {
    display: block;
  }

  body {
    font-size: 14px;
    line-height: 16px;
    -webkit-text-size-adjust: none;
  }
  .container,
  .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
  h1 {
    margin: 0 0 5px;
    font-size: 23px;
    line-height: 25px;
  }
  h2 {
    margin: 0 0 7px;
    font-size: 18px;
    line-height: 20px;
  }
  h3 {
    margin: 0 0 7px;
    font-size: 14px;
    line-height: 16px;
  }
  p {
    margin: 0 0 14px;
  }
  .btn {
    padding: 0;
    /* font-size:px; */
    /* line-height:20px; */
    width: 0;
    background-color: #45c9b6;
    height: 40px;
  }

  .venue-controls {
    width: 100vw;
    display: flex;
    align-content: center;
    position: absolute;
    top: 177px;
  }
  #barAnchorMob.stick {
    height: 29px;
  }
  .venue-nav-mobile {
    width: calc(100% + 20px);
    position: relative;
    top: -17px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .venue-nav-mobile.stick {
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 9;
  }
  .back-link-venue,
  .send-request-venue {
    font-size: 11px;
    line-height: 11px;
    padding: 9px 12px;
  }
  .back-link-venue {
    padding-left: 30px;
  }
  .send-request-venue {
    padding-right: 30px;
  }
  .send-request-venue:after,
  .send-request-venue:before {
    right: 10px;
  }
  .back-link-venue:after,
  .back-link-venue:before {
    left: 10px;
  }

  hr {
    margin: 18px 0;
  }
  /* navbar */

  #header .navbar {
    height: 50px;
  }
  .navbar {
    padding: 12px 0;
  }
  .navbar-right {
    float: right;
  }
  .logos {
    text-align: right;
  }
  .logos li {
    display: inline-block;
    padding: 0 0 0 15px;
  }
  .home.fixed_navigation .logos {
    display: none;
  }
  .logos li + li {
	width: 70px;
    padding-top: 6px;
  }
  .logos img {
    max-height: 18px;
    width: auto;
  }
  .logo-first-link img {
    max-height: 26px;
    max-width: 120px;
  }

  .page-template-venues-template .map-distance {
    display: inherit;
  }

  /* menu-panel */
  .menu-panel {
    width: 100%;
    padding: 0 38px;
  }
  .menu-panel::before,
  .menu-panel::after {
    height: 76px;
  }
  .btn-close {
    top: 7px;
    left: 4px;
    width: 34px;
    height: 34px;
  }
  .main-menu {
    font-size: 18px;
    line-height: 20px;
  }
  .main-menu li:last-child {
    border: none;
  }

  .main-menu .active > li {
    border-bottom: 1px solid #0370b6 !important;
  }

  /* intro */
  .intro {
    height: 361px;
    background-position: 0 50%;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: normal;
  }
  .intro .cell {
    padding: 46px 30px 37px;
  }
  .intro .block {
    max-width: 61%;
  }
  .intro h2 {
    margin-right: -110px;
    font-size: 29px;
    line-height: 31px;
  }
  .intro h3 {
    font-size: 18px;
    line-height: 20px;
  }
  /* promo-box */
  .promo-box {
    height: 279px;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: normal;
  }
  .promo-box .cell {
    padding: 30px 34px 42px;
  }
  .promo-box .block {
    max-width: 83%;
  }
  .promo-box h2 {
    margin: 0 -50px 6px 0;
    font-size: 29px;
    line-height: 31px;
  }
  .promo-box.sm {
    height: 152px;
  }
  .promo-box.sm .cell {
    padding: 20px 140px 20px 34px;
  }
  .promo-box.sm h2 {
    margin: 0 -30px 6px 0;
    font-size: 23px;
    line-height: 25px;
  }
  /* page-nav */
  .page-nav,
  .single-venue .page-nav {
    margin: 6px 0 -38px;
    padding: 11px 0;
    text-align: center;
  }
  .page-nav .nav {
    margin: 0 -15px;
  }
  .page-nav .nav > li {
    padding: 0 15px;
    font-size: 13px;
    line-height: 15px;
  }
  /* gallery */
  .gallery {
    position: relative;
    margin: 0px -10px 17px;
  }
  .gallery .slide {
    height: 160px;
  }
  .gallery .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 19px;
    padding: 0;
  }
  .gallery .slick-dots li {
    padding: 0 3px;
  }
  .gallery .slick-dots button {
    width: 7px;
    height: 7px;
    border: 1px solid #fff;
    background: none;
  }
  .gallery .slick-dots button:hover,
  .gallery .slick-dots .slick-active button {
    background: #fff;
  }
  /* heading */
  .heading {
    /*padding-bottom:36px; */
  }
  .heading h2 {
    font-size: 15px;
    line-height: 17px;
  }
  .heading .btn {
    margin: 15px 0 -36px;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .heading .btn.affix {
    position: fixed;
    top: 37px;
    left: 10px;
    right: 10px;
    z-index: 50;
    width: auto;
    margin: 0;
  }
  /* content-list */
  .content-list li {
    padding: 0 0 3px 7px;
  }
  /* data-table */
  .data-table {
    margin: 0 0 -11px;
    overflow: hidden;
    font-family: "AdobeBlank";
    font-size: 0;
    line-height: 0;
    text-align: left;
  }
  .data-table::before,
  .data-table::after {
    display: none;
  }
  .data-table ul {
    font: 14px/16px "Graphik Web", sans-serif;
  }
  .data-table .th {
    padding: 0 0 6px;
    font-size: 18px;
    line-height: 20px;
  }
  .data-table ul li {
    float: none;
    width: auto;
    padding: 2px 0;
  }
  .data-table .tr {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 0 14px;
  }
  .data-table .tr li:first-child {
    font-weight: 700;
  }
  /* map */
  .map {
    height: 272px;
    margin: 22px 0 0;
  }
  /* map-distance */
  .map-distance {
    background-color: #0370b6;
    margin: 0 0 28px;
    padding: 9px 10px 12px;
    border: none;
  }
  .map-distance dl {
    font-size: 14px;
    line-height: 16px;
  }
  /* infoBox */
  .infoBox {
    min-width: 46px;
    font-size: 12px;
    line-height: 12px;
  }
  .infoBox .inner {
    padding: 1px 6px 0;
    display: block !important;
  }
  /* video */
  .video {
    padding-bottom: 56.25%;
  }
  /* thumbnail */
  .thumbnails {
    padding: 25px 0 32px;
  }
  .thumbnail {
    margin: 0;
    font-size: 15px;
    line-height: 17px;
  }
  .thumbnail .caption {
    padding: 12px 0 15px;
  }
  .thumbnail:hover .caption {
    color: #0370b6;
  }
  /* contact-section */
  /*.contact-section { padding:36px 0; }*/
  .contact-section .container-fluid {
    padding: 0 26px;
/*    color: #0370b6; */
  }
  .contact-section address {
    font-size: 14px;
    line-height: 16px;
  }
  .page-template-contact-template .contact-section address {
    text-align: center;
    line-height: 24px;
  }
  .page-template-contact-template .contact-section address p {
    margin-bottom: 20px;
  }
  .contact-section address p {
    margin: 0 0 5px;
    font-size: 16px;
  }
  .contact-section address h3 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: 100;
  }
  /* services-modal */
  .services-modal {
    background-color: #090329;
  }
  .services-modal .modal-content {
    padding: 0 10px 16px;
    height: 100vh;
  }
  .services-modal .modal-header {
    position: static;
    padding: 60px 0 42px;
    text-align: center;
  }
  .services-modal .btn-close {
    top: 9px;
    right: 9px;
    width: 32px;
    height: 32px;
  }
  .services-modal h4 {
    font-size: 18px;
    line-height: 20px;
  }
  .services-modal h5 {
    font-size: 14px;
    line-height: 16px;
  }
  .services-modal .modal-footer {
    position: static;
    padding: 45px 25px;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
  }
  .services-modal .modal-footer .bottom {
    font-weight: normal;
    font-size: 14px;
    text-align: left;
  }
  .page-template-services-template.ourservices-sticky .filter {
    position: relative;
    top: auto;
  }
  .page-template-services-template #filter-002 {
    display: block;
  }
  .page-template-services-template .page-title {
    background: #090329;
    color: #fff;
  }
  .page-template-services-template .page-title * {
    color: #fff;
  }
  /* info-modal */
  .info-modal .modal-content {
    vertical-align: top;
    padding: 0;
  }
  .services-modal .container-fluid {
    padding: 0 35px;
  }
  .info-modal [class*="col-"] {
    font-size: 14px;
    line-height: 16px;
  }
  .info-modal .modal-header {
    padding-bottom: 47px;
  }
  .services-modal .list {
    padding: 0 0 29px;
    font-weight: 400;
  }
  .services-modal .list li {
    padding: 0 0 7px;
  }
  .info-modal h5 {
    margin: 0 0 9px;
  }
  /* service-gallery */
  .services-gallery .slide {
    height: auto;
    overflow: hidden;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #fff;
  }
  .services-gallery .inner {
    left: auto;
    top: auto;
    display: block;
    height: 0;
    padding-bottom: 67.33%;
    -webkit-transform: none;
    transform: none;
  }
  .services-gallery .arrow,
  .services-gallery .inner > img {
    display: none !important;
  }
  .services-gallery .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-align: center;
  }
  .services-gallery .slick-dots li {
    display: inline-block;
    vertical-align: top;
    padding: 0 3px;
  }
  .services-gallery .slick-dots button {
    display: block;
    width: 7px;
    height: 7px;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    background: none;
  }
  .services-gallery .slick-dots button:hover,
  .services-gallery .slick-dots .slick-active button {
    background: #fff;
  }
  .services-gallery.video-gallery {
    padding-bottom: 20px;
  }
  .services-gallery.video-gallery .slick-dots {
    bottom: 0;
  }
  .services-gallery.video-gallery .slick-dots button {
    border-color: #000;
  }
  .services-gallery.video-gallery.slick-dots button:hover,
  .services-gallery.video-gallery .slick-dots .slick-active button {
    background: #000;
  }
  .services-gallery iframe {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: none;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* service-panel */
  .services-panel {
    position: static;
    width: auto;
    padding: 17px 10px;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .services-panel .inner {
    position: static;
    max-height: none;
    padding: 0;
  }
  .services-panel .inner:after {
    display: none;
  }
  /* thumbnail */
  .thumbnails.type2 {
    height: auto !important;
  }
  .thumbnail.type2 .img {
    padding-bottom: 67.33%;
  }
  .thumbnail.type2 .caption {
    padding: 5px 0 3px;
  }
  .thumbnail .favorite {
    top: 12px;
    right: 10px;
  }
  /* switch-nav */
  .switch-nav {
    list-style: none;
    margin: 0 0 12px;
    padding: 10px 0;
    background: #28ABE2;
    color: #ffffff;
  }
  .switch-nav li {
    position: relative;
    float: left;
    width: 50%;
    padding: 0 10px;
  }
  .switch-nav li + li:before {
    position: absolute;
    left: 0;
    top: 11px;
    width: 1px;
    height: 11px;
    margin-top: -5px;
    background: #ffffff;
    content: "";
  }
  .switch-nav a {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 16px;
    line-height: 23px;
  }
  .switch-nav a:hover,
  .switch-nav a:focus {
    text-decoration: none;
  }
  .switch-nav .map-link {
    padding: 0 0 0 14px;
  }
  .switch-nav .map-link:before {
    position: absolute;
    left: 0;
    top: 5px;
    width: 9px;
    height: 15px;
    background: url(../images/ico-marker-blue.png) no-repeat;
    -webkit-background-size: 9px 15px;
    background-size: 9px 15px;
    content: "";
  }
  .switch-nav .list-link {
    padding: 0 0 0 19px;
  }
  .switch-nav .list-link:before {
    position: absolute;
    left: 0;
    top: 7px;
    width: 14px;
    height: 2px;
    background: #ffffff;
    content: "";
    box-shadow: 0 4px #ffffff, 0 8px #ffffff;
  }
  .switch-nav .active a {
    font-weight: 700;
  }

  /* search-map */
  /*.search-map { height:278px !important; }*/
  .search-map {
    height: calc(100vh - 240px) !important;
  }
  /* about */
  .about {
    padding: 12px 0;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: normal;
  }
  .about p {
    margin: 0 0 16px;
  }
  .about.content-list {
    padding: 4px 0 0;
  }
  .about.content-list li {
    padding: 0 0 4px 0;
  }

  .wish-item {
    padding-bottom: 24px;
  }
  .popup-item {
    font-size: 18px;
    line-height: 20px;
    opacity: 1;
    display: block !important;
    visibility: hidden;
  }
  .popup-item.in {
    visibility: visible;
  }
  .popup-item.fade .modal-dialog {
    -webkit-transform: none;
    transform: none;
  }
  .popup-item .modal-dialog {
    opacity: 1;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  .popup-item.in .modal-dialog {
    top: 0;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
  .popup-item .modal-dialog {
    max-width: 100%;
    margin: 0;
  }
  .popup-item .modal-header {
    height: 48px;
  }
  .popup-item .modal-content {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-transition: all 0.1s ease;
    transition: all 0.1s ease;
    opacity: 0;
    height: 70vh;
    top: 30vh;
  }
  .popup-item.in .modal-content {
    opacity: 1;
  }
  .popup-item .modal-content > * {
    flex-basis: 100%;
    width: 100%;
  }
  .popup-item .modal-footer {
    align-self: flex-end;
  }
  .popup-item .head {
    padding-bottom: 22px;
  }
  .popup-item .spec-hold {
    font-size: 14px;
    margin-top: 23px;
  }
  .popup-item .spec-hold .text-right {
    text-align: inherit;
  }
  .popup-item .modal-header {
    padding-top: 16px;
  }
  .popup-item .modal-header .close {
    width: 25px;
    height: 25px;
    margin-right: -22px;
  }
  .popup-item .modal-header .close:before,
  .popup-item .modal-header .close:after {
    height: 2px;
    border-bottom-width: 2px;
  }
  /* .popup-item .modal-footer {
		padding-bottom: 33px;
	} */
  .popup-item .checkbox,
  .popup-item .radio {
    margin-bottom: 1px;
  }
  .popup-item .form-control,
  .popup-item .modal-content .input,
  .popup-item .wppb-user-forms .text-input,
  .popup-item .wppb-user-forms .extra_field_input {
    font-size: 18px;
    line-height: 25px;
    height: 44px;
    padding-top: 9px;
    padding-bottom: 9px;
  }
  .popup-item .form-group + .form-group {
    margin-top: 14px;
  }
  .checkbox .fake-check,
  .login-remember .fake-check {
    top: 3px;
    width: 10px;
    height: 10px;
  }
  .popup-item .reg-link {
    font-size: 14px;
    line-height: 17px;
  }

  #promocion.popup-item .modal-dialog {
    max-width: 80%;
    width: 80%;
    visibility: visible;
    height: 70vh;
    transform: none;
    top: 20vh;
    left: 10%;
  }
  #promocion .modal-content {
    position: relative;
    top: 0;
    z-index: 9;
    height: 70vh;
  }
  .popup-item#promocion .modal-body {
    padding-top: 40px;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }
  #promocion .modal-content h2,
  #promocion .modal-content p {
    font-size: 18px;
    line-height: 22px;
    padding: 0 15px;
  }
  #promocion .button {
    padding: 10px 15px;
    margin-top: 15px;
  }

  #promocion .popup-item .modal-footer {
    align-self: flex-start;
  }

  #wppb-login-wrap p.login-password,
  #select_user_to_edit_form p.login-password {
    margin-top: 0;
  }
  /* related venue slider*/
  .related-gallery .thumbnail {
    margin-bottom: 20px;
  }
  .related-services .desc,
  .related-services .desc p {
    margin-bottom: 0;
  }

  .related-services .desc p {
    border-bottom: none;
    text-align: center;
    font-size: 14px;
  }

  .wp-pagenavi {
    display: none !important;
  }
  body:not(.single-venue) .back-link {
    top: 0 !important;
    margin-top: 10px;
  }

  .user-menu li.menu-item {
    display: none;
  }
  .user-menu {
    padding-right: 20px;
  }
  .services-modal {
    overflow-y: auto;
  }
  .services-gallery .slide {
    background-size: 100% 100%;
  }
  .services-gallery .slide:after {
    content: "";
    display: block;
    padding-bottom: 56.25%;
  }
}
@media screen and (max-width: 479px) {
  /* thumbnail */
  .thumbnails.type2 [class*="col-"] {
    width: 100%;
  }
}
body:not(.fixed_navigation) .btn-menu.white:before {
  background: #fff;
  -webkit-box-shadow: 0 10px #fff, 0 20px #fff;
  box-shadow: 0 10px #fff, 0 20px #fff;
}



@media screen and (min-width: 992px) {
  .search-map,
  .thumbnails.type2 {
    display: block !important;
  }

  /* page-template-venues-template */
  .page-template-venues-template #header,
  .page-template-send-request-template #header {
    height: 287px;
    background-image: url("/upload/images/background2024.png");
    background-size: cover;
    background-position: bottom left;
    width: 100%;
    position: fixed;
    z-index: 9;
  }
  .page-template-venues-template #header .navbar {
    height: 287px;
  }
  .page-template-send-request-template #header,
  .page-template-send-request-template #header .navbar {
    height: 253px;
  }
  .page-template-venues-template.marquesina-open #header,
  .page-template-venues-template.marquesina-open #header .navbar {
    height: 150px; max-width: 1980px;
  }

  .page-template-venues-template #header .navbar,
  .page-template-send-request-template
    #header
    .navbar
    .page-template-about-template
    #header
    .navbar,
  .page-template-contact-template #header .navbar {
    background: transparent;
    position: relative;
  }

  .page-template-venues-template .page-title,
  .page-template-send-request-template .page-title {
    position: fixed;
    left: 0;
    top: 60px;
    right: 0;
    z-index: 50;
    margin-top: 50px;
    padding-top: 64px;
  }
  .page-template-send-request-template .page-title {
    top: 30px;
  }
  .page-template-venues-template .page-title h1,
  .page-template-send-request-template .page-title h1 {
    color: #fff;
  }
  .page-template-venues-template .wrapper {
    padding: 310px 0 0;
  }
  .page-template-send-request-template .wrapper {
    padding: 275px 0 0;
  }
  .page-template-venues-template.marquesina-open .wrapper {
    padding: 239px 0 0;
  }
  .page-template-venues-template .search-map {
    position: fixed !important;
    top: 183px;
    right: 20px;
    bottom: 0;
    width: calc(50% - 30px);
  }
  .page-template-venues-template .search-map {
    top: 239px;
  }
  .page-template-venues-template.marquesina-open .page-title {
    top: 113px;
  }
  .collapse-sm,
  .collapse-xs {
    display: block !important;
  }
  /* selection-area.all-res */
  .selection-area.all-res {
    width: 50%;
    margin-right: -50%;
    opacity: 1;
    visibility: visible;
    padding-top: 92px;
  }
  .selection-area.all-res .scrollable-box {
    padding-right: 5px;
  }
  .selection-area.all-res .head {
    min-height: 153px;
  }
  .selection-area.all-res h2 {
    font-size: 36px;
    line-height: 40px;
  }
  .selection-area.all-res .accordion .panel-body {
    padding-top: 17px;
  }
  .selection-area .close {
    position: relative;
    width: 30px;
    height: 30px;
    opacity: 1;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 15px;
  }
  .selection-area .close:hover {
    color: #f00;
  }
  .selection-area .close:before,
  .selection-area .close:after {
    content: "";
    position: absolute;
    top: 14px;
    left: -5px;
    width: 40px;
    height: 2px;
    border-bottom: 2px solid #0370b6;
  }
  .selection-area .close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .selection-area .close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .selection-opened .fader {
    visibility: visible;
    opacity: 1;
    z-index: 140;
  }
  .selection-opened .selection-area.all-res {
    margin-right: 0;
  }
  /* page-template-venues-template */
  .page-template-venues-template.marquesina-open .wrapper {
    padding: 150px 0 0;
    margin: 0;
  }
  .page-template-venues-template .search-map {
    top: 289px;
  }
  .page-template-venues-template.marquesina-open .search-map {
    top: 362px;
  }
}
@media screen and (min-width: 992px) and (max-height: 699px) {
  .selection-area.all-res {
    padding-top: 40px;
  }
  .selection-area.all-res .head {
    min-height: 90px;
  }
  .selection-area.all-res .scrollable-box {
    height: calc(100vh - 240px);
  }
}
