/* ajustes jparra por integracion*/
svg .ocultar {
  display: none;
}

.detail-block {
  overflow-x: hidden;
}

.svg-inject {
  max-width: 90%
}

.nombre-evento {
  font-size: 3.7rem;
}

@media screen and (min-width: 768px) {
  .nombre-evento {
    font-size: 4rem;
  }
}
/* fin ajustes */
.menu-list,
.footer-links,
.social-networks,
.links-list,
.links-list ul,
.terms-list,
.logo-list,
.list-wrap .list-items,
.popup-wrap .two-columns {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap; /* 1 */
  text-overflow: ellipsis; /* 2 */
  overflow: hidden;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-medium {
  font-weight: 500 !important;
}

.font-weight-semibold {
  font-weight: 600 !important;
}

.font-weight-extrabold {
  font-weight: 900 !important;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

  .fancybox-container * {
    box-sizing: border-box;
  }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
  transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

  .fancybox-slide::before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
  }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

  .fancybox-slide--image::before {
    display: none;
  }

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  animation-timing-function: cubic-bezier(.5, 0, .14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

  .fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
  }

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, .6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

  .fancybox-button,
  .fancybox-button:visited,
  .fancybox-button:link {
    color: #ccc;
  }

    .fancybox-button:hover {
      color: #fff;
    }

    .fancybox-button:focus {
      outline: none;
    }

    .fancybox-button.fancybox-focus {
      outline: 1px dotted;
    }

    .fancybox-button[disabled],
    .fancybox-button[disabled]:hover {
      color: #888;
      cursor: default;
      outline: none;
    }

    /* Fix IE11 */

    .fancybox-button div {
      height: 100%;
    }

    .fancybox-button svg {
      display: block;
      height: 100%;
      overflow: visible;
      position: relative;
      width: 100%;
    }

      .fancybox-button svg path {
        fill: currentColor;
        stroke-width: 0;
      }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

  .fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
  }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

  .fancybox-navigation .fancybox-button div {
    padding: 7px;
  }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */

.fancybox-caption {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

  .fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
  }

/* Loading indicator */

.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
  transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(.5, .5, .5);
  transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

  .fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
  }

  .fancybox-share p {
    margin: 0;
    padding: 0;
  }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

  .fancybox-share__button:visited,
  .fancybox-share__button:link {
    color: #fff;
  }

  .fancybox-share__button:hover {
    text-decoration: none;
  }

.fancybox-share__button--fb {
  background: #3b5998;
}

  .fancybox-share__button--fb:hover {
    background: #344e86;
  }

.fancybox-share__button--pt {
  background: #bd081d;
}

  .fancybox-share__button--pt:hover {
    background: #aa0719;
  }

.fancybox-share__button--tw {
  background: #1da1f2;
}

  .fancybox-share__button--tw:hover {
    background: #0d95e8;
  }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

  .fancybox-share__button svg path {
    fill: #fff;
  }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, .1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

  .fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
  }

  .fancybox-thumbs__list a:focus::before {
    opacity: .5;
  }

  .fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
  }

/* Styling for Small-Screen Devices */

/*! jQuery UI - v1.11.4 - 2015-11-30
* http://jqueryui.com
* Includes: core.css, autocomplete.css, datepicker.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
  }

  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
  }

  .ui-datepicker .ui-datepicker-prev-hover,
  .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
  }

  .ui-datepicker .ui-datepicker-prev {
    left: 2px;
  }

  .ui-datepicker .ui-datepicker-next {
    right: 2px;
  }

  .ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
  }

  .ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
  }

  .ui-datepicker .ui-datepicker-prev span,
  .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
  }

  .ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
  }

    .ui-datepicker .ui-datepicker-title select {
      font-size: 1em;
      margin: 1px 0;
    }

  .ui-datepicker select.ui-datepicker-month,
  .ui-datepicker select.ui-datepicker-year {
    width: 45%;
  }

  .ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
  }

  .ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
  }

  .ui-datepicker td {
    border: 0;
    padding: 1px;
  }

    .ui-datepicker td span,
    .ui-datepicker td a {
      display: block;
      padding: .2em;
      text-align: right;
      text-decoration: none;
    }

  .ui-datepicker .ui-datepicker-buttonpane {
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }

    .ui-datepicker .ui-datepicker-buttonpane button {
      float: right;
      margin: .5em .2em .4em;
      cursor: pointer;
      padding: .2em .6em .3em .6em;
      width: auto;
      overflow: visible;
    }

      .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
        float: left;
      }

  .ui-datepicker.ui-datepicker-multi {
    width: auto;
  }

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

  .ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
  }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

  .ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
  }

  .ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
  }

  .ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
  }

  .ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
  }

  .ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
  }

    .ui-datepicker-rtl .ui-datepicker-buttonpane button {
      float: left;
    }

      .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
      .ui-datepicker-rtl .ui-datepicker-group {
        float: right;
      }

  .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
  .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
  }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

  .ui-menu .ui-menu {
    position: absolute;
  }

  .ui-menu .ui-menu-item {
    position: relative;
    margin: 0;
    padding: 3px 1em 3px .4em;
    cursor: pointer;
    min-height: 0;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  }

  .ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
  }

  .ui-menu .ui-state-focus,
  .ui-menu .ui-state-active {
    margin: -1px;
  }

.ui-menu-icons {
  position: relative;
}

  .ui-menu-icons .ui-menu-item {
    padding-left: 2em;
  }

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-widget {
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 1em;
}

  .ui-widget .ui-widget {
    font-size: 1em;
  }

  .ui-widget input,
  .ui-widget select,
  .ui-widget textarea,
  .ui-widget button {
    font-family: "Roboto Condensed", sans-serif !important;
    font-size: 1em;
  }

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

  .ui-widget-content a {
    color: #333;
  }

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

  .ui-widget-header a {
    color: #333;
  }

  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
  }

    .ui-state-default a,
    .ui-state-default a:link,
    .ui-state-default a:visited {
      color: #454545;
      text-decoration: none;
    }

  .ui-state-hover,
  .ui-widget-content .ui-state-hover,
  .ui-widget-header .ui-state-hover,
  .ui-state-focus,
  .ui-widget-content .ui-state-focus,
  .ui-widget-header .ui-state-focus {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
  }

    .ui-state-hover a,
    .ui-state-hover a:hover,
    .ui-state-hover a:link,
    .ui-state-hover a:visited,
    .ui-state-focus a,
    .ui-state-focus a:hover,
    .ui-state-focus a:link,
    .ui-state-focus a:visited {
      color: #2b2b2b;
      text-decoration: none;
    }

  .ui-state-active,
  .ui-widget-content .ui-state-active,
  .ui-widget-header .ui-state-active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #fff;
  }

    .ui-state-active a,
    .ui-state-active a:link,
    .ui-state-active a:visited {
      color: #fff;
      text-decoration: none;
    }

  .ui-state-highlight,
  .ui-widget-content .ui-state-highlight,
  .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
  }

    .ui-state-highlight a,
    .ui-widget-content .ui-state-highlight a,
    .ui-widget-header .ui-state-highlight a {
      color: #777620;
    }

  .ui-state-error,
  .ui-widget-content .ui-state-error,
  .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
  }

    .ui-state-error a,
    .ui-widget-content .ui-state-error a,
    .ui-widget-header .ui-state-error a {
      color: #5f3f3f;
    }

  .ui-state-error-text,
  .ui-widget-content .ui-state-error-text,
  .ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
  }

  .ui-priority-primary,
  .ui-widget-content .ui-priority-primary,
  .ui-widget-header .ui-priority-primary {
    font-weight: bold;
  }

  .ui-priority-secondary,
  .ui-widget-content .ui-priority-secondary,
  .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal;
  }

  .ui-state-disabled,
  .ui-widget-content .ui-state-disabled,
  .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none;
  }

    .ui-state-disabled .ui-icon {
      filter: Alpha(Opacity=35);
    }

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: 0 0 0 0;
  padding: 5px;
  background: #666;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

/* custom select styles */

.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-width: 150px;
  background: #fff;
  height: 57px;
  width: 100%;
  border: solid 1px #ECECEC !important;
  font-size: 16px;
  border-radius: 4px;
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
}

  .jcf-select::-webkit-input-placeholder {
    color: #000;
  }

  .jcf-select::-moz-placeholder {
    opacity: 1;
    color: #000;
  }

  .jcf-select:-moz-placeholder {
    color: #000;
  }

  .jcf-select:-ms-input-placeholder {
    color: #000;
  }

  .jcf-select.placeholder {
    color: #000;
  }

  .jcf-select:focus,
  .jcf-select:active {
    color: #000;
    background: transparent;
    border-color: #888c90;
  }

  .jcf-select select {
    z-index: 1;
    left: 0;
    top: 0;
  }

  .jcf-select .jcf-select-text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default;
    display: block;
    font-size: 16px;
    line-height: 57px;
    margin: 0 35px 0 25px;
  }

  .jcf-select .jcf-select-opener {
    position: absolute;
    text-align: center;
    width: 26px;
    bottom: 0;
    right: 0;
    top: 0;
    color: #000;
  }

    .jcf-select .jcf-select-opener:after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f078";
      position: absolute;
      top: 53%;
      right: 20px;
      font-size: 15px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
    }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

  body > .jcf-select-drop.jcf-drop-flipped {
    margin: 1px 0 0;
  }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #3c3c3c;
}

/* multiple select styles */

.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */

.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 17px;
  font-size: 14px;
  width: 100%;
}

  .jcf-list .jcf-list-content {
    vertical-align: top;
    display: inline-block;
    overflow: auto;
    width: 100%;
  }

  .jcf-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

    .jcf-list ul li {
      overflow: hidden;
      display: block;
    }

  .jcf-list .jcf-overflow {
    overflow: auto;
  }

  .jcf-list .jcf-option {
    overflow: hidden;
    cursor: default;
    display: block;
    padding: 10px 9px;
    color: #656565;
    height: 1%;
  }

  .jcf-list .jcf-disabled {
    background: #fff !important;
    color: #aaa !important;
  }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
  background: #ddd !important;
}

.selected {
  border-color: #888c90;
}

  .selected.jcf-focus {
    border-color: #888c90 !important;
  }

    .selected.jcf-focus .jcf-select-opener {
      color: #888c90;
    }

  .selected .jcf-select-opener {
    color: #888c90;
  }

/* custom scrollbars styles */

.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative;
  width: 100% !important;
}

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #e3e3e3;
  width: 10px;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 999;
}

  .jcf-scrollbar-vertical .jcf-scrollbar-dec,
  .jcf-scrollbar-vertical .jcf-scrollbar-inc {
    background: #bbb;
    height: 0;
    width: 0;
    left: 0;
    top: 0;
  }

  .jcf-scrollbar-vertical .jcf-scrollbar-inc {
    top: auto;
    bottom: 0;
  }

  .jcf-scrollbar-vertical .jcf-scrollbar-handle {
    background: #7f8183;
    height: 1px;
    width: 10px;
    border-radius: 5px;
  }

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #7f8183;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 10px;
  display: none !important;
}

  .jcf-scrollbar-horizontal .jcf-scrollbar-dec,
  .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    background: #bbb;
    height: 14px;
    width: 14px;
  }

  .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
    left: auto;
    right: 0;
  }

  .jcf-scrollbar-horizontal .jcf-scrollbar-slider {
    display: inline-block;
    position: relative;
    height: 14px;
  }

  .jcf-scrollbar-horizontal .jcf-scrollbar-handle {
    position: absolute;
    background: #7f8183;
    height: 14px;
  }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3;
}


.icon-next:before {
  content: "î¤†";
}

.icon-play:before {
  content: "î¤‡";
}

.icon-search:before {
  content: "î¤ˆ";
}

.icon-share:before {
  content: "î¤‰";
}

.icon-ticket:before {
  content: "î¤Š";
}

.icon-car:before {
  content: "î¤Œ";
}

.icon-card:before {
  content: "î¤";
}

.icon-twitter:before {
  content: "î¤";
}

.icon-instagram:before {
  content: "î¤‚";
}

.icon-facebook:before {
  content: "î¤ƒ";
}

.icon-whatsapp:before {
  content: "î¤‘";
}

.icon-check:before {
  content: "î¤¦";
}

.icon-down:before {
  content: "î¤€";
}

.icon-close:before {
  content: "î¤…";
}

.icon-bubble:before {
  content: "î¤‹";
}

.icon-group:before {
  content: "î¤";
}

.icon-chevron-right:before {
  content: "î¤„";
}

.icon-chevron-left:before {
  content: "î¤Ž";
}

.icon-clock:before {
  content: "î¤";
}

/* Slick slider styles */

.slick-slider-frame {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

  .slick-list:focus {
    outline: none;
  }

  .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
  }

.slick-slider-frame .slick-track,
.slick-slider-frame .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

  .slick-track:before,
  .slick-track:after {
    content: "";
    display: table;
  }

  .slick-track:after {
    clear: both;
  }

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  font-family: "Titillium Web", "Montserrat", Arial, sans-serif;
}

  #header .logo {
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
    max-width: 180px;
  }

    #header .logo img {
      width: 180px;
      height: 47px;
    }

  #header .right-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

.menu-list li {
  font-size: 14px;
  letter-spacing: 1.68px;
}

  .menu-list li.register .icon-wrap {
    top: 25px;
    font-size: 12px;
    left: 20px;
  }

  .menu-list li .icon-wrap {
    position: absolute;
    top: 22px;
    font-size: 21px;
    font-weight: 300;
    left: 22px;
  }

  .menu-list li.active a {
    color: #fc5a0f !important;
  }

.menu-list .border-bottom {
  border-color: rgba(255, 255, 255, .3) !important;
}

.menu-list a {
  -webkit-transition: color .3s linear;
  transition: color .3s linear;
  position: relative;
}

  .menu-list a:hover {
    color: #fc5a0f !important;
  }

.nav-active {
  overflow: hidden;
}

.nav-opener {
  width: 21px;
  height: 19px;
  display: block;
  position: relative;
}

  .nav-opener span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 2px;
    background: #fff;
  }

    .nav-opener span:nth-child(2) {
      top: 8px;
    }

    .nav-opener span:last-child {
      top: 16px;
    }

.resize-active * {
  -webkit-transition: none !important;
  transition: none !important;
}

#footer {
  font-size: 12px;
}

  #footer .logo-wrap img {
    width: 150px;
    height: 40px;
  }

  #footer a:not(.btn) {
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
  }

    #footer a:not(.btn):hover {
      opacity: .7;
    }

  #footer .social-networks {
    width: 50%;
  }

.footer-title {
  font-size: 14px;
  font-weight: 700;
}

.footer-links li {
  padding: 0 7px;
  letter-spacing: 1.4px;
}

.social-networks.secondary li {
  display: inline-block;
  vertical-align: middle;
}

.social-networks.secondary a {
  -webkit-transition: background .3s linear, color .3s linear;
  transition: background .3s linear, color .3s linear;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  font-size: 19px;
}

  .social-networks.secondary a:hover {
    opacity: 1;
    color: #fc5a0f;
    background: #fff;
  }

.social-networks li {
  font-size: 28px;
}

.social-networks a {
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

  .social-networks a:hover {
    opacity: .7;
  }

.links-list > li {
  padding: 3px 15px;
  margin-bottom: 9px;
}

.terms-list {
  font-family: "Roboto Condensed", sans-serif !important;
}

  .terms-list li {
    position: relative;
    font-size: 12px;
    letter-spacing: .5px;
  }

    .terms-list li:not(:last-child):after {
      content: "/";
      position: absolute;
      top: 0;
      right: -2px;
    }

.border-large:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -999px;
  right: -999px;
  height: 1px;
  background: #fff;
  opacity: .7;
}

html {
  font-size: 10px;
}

body {
  min-width: 320px;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

.btn {
  -webkit-transition: opacity .3s linear, background .3s linear, color .3s linear;
  transition: opacity .3s linear, background .3s linear, color .3s linear;
  letter-spacing: 1.4px;
  padding: 13px 20px;
  text-transform: uppercase;
}

  .btn.with-icon {
    letter-spacing: -4px;
  }

  .btn.btn-link {
    padding: 13px 22px;
  }

  .btn.btn-secondary:hover {
    opacity: .7;
  }

  .btn.btn-outline-secondary {
    -webkit-transition: border-color .3s linear, color .3s linear, background .3s linear;
    transition: border-color .3s linear, color .3s linear, background .3s linear;
  }

    .btn.btn-outline-secondary:hover {
      border-color: #000;
      color: #000;
      background: transparent;
    }

  .btn.disabled {
    background: #bfbfbf !important;
  }

  .btn .btn-text {
    letter-spacing: 1.4px;
    text-align: left;
    width: calc(100% - 55px);
  }

  .btn .icon-wrap {
    font-size: 20px;
    width: 50px;
  }

  .btn:focus,
  .btn:active {
    outline: none;
    box-shadow: none !important;
  }

.search-form {
  position: relative;
  width: 100%;
}

  .search-form button {
    position: absolute;
    top: 53%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: transparent;
    font-size: 20px;
    padding: 0;
  }

    .search-form button:focus {
      outline: none;
    }

  .search-form .form-control {
    border: 2px solid rgba(255, 255, 255, .3);
    color: white;
    border-radius: 25px;
    font-size: 14px;
    height: 51px;
  }

    .search-form .form-control::-webkit-input-placeholder {
      color: rgba(255, 255, 255, .5);
    }

    .search-form .form-control::-moz-placeholder {
      opacity: 1;
      color: rgba(255, 255, 255, .5);
    }

    .search-form .form-control:-moz-placeholder {
      color: rgba(255, 255, 255, .5);
    }

    .search-form .form-control:-ms-input-placeholder {
      color: rgba(255, 255, 255, .5);
    }

    .search-form .form-control.placeholder {
      color: rgba(255, 255, 255, .5);
    }

    .search-form .form-control:focus {
      color: white;
      background: transparent;
      border-color: #fff;
    }

.form-control {
  background: transparent;
  height: 57px;
  width: 100%;
  border: 1px solid #fc5a0f;
  font-size: 16px;
  border-radius: 4px;
  color: #000;
  font-family: "Montserrat", Arial, sans-serif;
  -webkit-appearance: none;
}

  .form-control::-webkit-input-placeholder {
    color: #000;
  }

  .form-control::-moz-placeholder {
    opacity: 1;
    color: #000;
  }

  .form-control:-moz-placeholder {
    color: #000;
  }

  .form-control:-ms-input-placeholder {
    color: #000;
  }

  .form-control.placeholder {
    color: #000;
  }

  .form-control:focus,
  .form-control:active {
    color: #000;
    background: transparent;
    border-color: transparent;
    box-shadow: none;
  }

.fixed-block {
  -webkit-transition: background .3s linear;
  transition: background .3s linear;
  position: fixed;
  z-index: 999;
  right: 30px;
  font-size: 12px;
  bottom: 20px;
  background: #000;
  border-radius: 58px;
  letter-spacing: 1.44px;
}

  .fixed-block .text {
    display: inline-block;
    vertical-align: middle;
  }

  .fixed-block .icon-wrap {
    font-size: 32px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
  }

  .fixed-block:hover {
    background: #7f8183;
  }

.heading {
  letter-spacing: 1.4px;
}

.note {
  color: #7f8183;
  font-size: 14px;
  position: relative;
}

  .note:after {
    content: "*";
    position: absolute;
    top: 0;
    left: 0;
  }

.title {
  text-transform: uppercase;
  letter-spacing: 1.6px;
}

.info-text {
  font-size: 14px;
  line-height: 1.4;
}

.border-style {
  position: relative;
}

  .border-style:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -999px;
    right: 0px;
    height: 1px;
    background: rgba(108, 123, 138, .08);
    z-index: -1;
    overflow-x: hidden;
  }

.gray-bg {
  position: relative;
}

  .gray-bg:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: -999px;
    bottom: 0;
    background: #f2f3f4;
    z-index: -1;
  }

.bg-parallax {
  background-attachment: fixed;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  bottom: 0;
  background-position: center;
}

  .bg-parallax img {
    height: auto;
    position: absolute;
    width: auto;
  }

.is-touch-device {
  background-size: cover;
}

.card.active {
  box-shadow: 0 4px 4px rgba(0, 0, 0, .1);
}

.card .card-header .name,
.card .card-header time {
  color: #000;
}

.card .card-header .status {
  color: #f47920;
}

.card .card-header.bg-info.disabled {
  pointer-events: none !important;
  background: #f9f9fa !important;
}

  .card .card-header.bg-info.disabled .name,
  .card .card-header.bg-info.disabled time,
  .card .card-header.bg-info.disabled .status {
    color: #7f8183 !important;
  }

.card.popup-active .card-header,
.card.popup-active .form-group,
.card.popup-active .popup-hide,
.card.popup-active .selected-date {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.card .calendar-holder .selected-date,
.card .calendar-holder .form-group,
.card .calendar-holder .popup-hide {
  -webkit-transition: opacity .3s linear, visibility .3s linear;
  transition: opacity .3s linear, visibility .3s linear;
  opacity: 1;
  /*visibility: hidden;*/
}

.card.show-select .selected-date,
.card.show-select .form-group,
.card.show-select .popup-hide {
  opacity: 1;
  visibility: visible;
}

.ui-datepicker .ui-datepicker-next .ui-icon {
  background: none;
  position: relative;
}

  .ui-datepicker .ui-datepicker-next .ui-icon:after {
    content: ">";
    position: absolute;
    top: 0;
    left: 0;
  }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  color: #7f8183;
}

.calendar {
  max-width: 400px;
  margin: 0 auto;
  display: block;
}

  .calendar .ui-datepicker {
    width: 100%;
    border: none;
  }

  .calendar .ui-widget-header {
    background: transparent;
    border: none;
    padding: 15px;
    font-size: 16px;
    color: #7f8183;
    font-weight: 400;
  }

  .calendar .ui-datepicker-prev,
  .calendar .ui-datepicker-next {
    font-size: 19px;
    padding: 0;
    top: 15px;
    border: none;
    width: auto;
    cursor: pointer;
  }

    .calendar .ui-datepicker-prev:after,
    .calendar .ui-datepicker-next:after {
      position: absolute;
      font-family: icomoon;
      top: 0;
      left: 0;
    }

    .calendar .ui-datepicker-prev:hover,
    .calendar .ui-datepicker-next:hover {
      font-weight: 400;
      background: transparent;
    }

  .calendar .ui-datepicker-prev {
    left: 20px;
  }

    .calendar .ui-datepicker-prev:after {
      content: "\e90e";
    }

  .calendar .ui-datepicker-next {
    right: 20px;
  }

    .calendar .ui-datepicker-next:after {
      content: "\e904";
    }

  .calendar th {
    font-size: 12px;
    color: #702BDE;
  }

  .calendar .ui-state-default {
    display: block;
    padding: 7px 2px;
    border-radius: 50%;
  }

  .calendar .ui-datepicker td span,
  .calendar .ui-datepicker td a {
    text-align: center;
  }

  .calendar .ui-state-default,
  .calendar .ui-widget-content .ui-state-default,
  .calendar .ui-widget-header .ui-state-default {
    background: transparent;
    border: none;
  }

  .calendar td {
    font-size: 12px;
    padding: 4px 2px;
    text-align: center;
  }

    .calendar td.available-date.ui-datepicker-current-day a.ui-state-active {
      width: 30px;
      height: 30px;
      box-shadow: 0 0 1px 3px rgba(112, 43, 222, .3);
      background: #702BDE;
      color: #fff;
      padding-top: 7px;
    }

    .calendar td.available-date a {
      color: #702BDE;
      font-weight: 700;
    }

      .calendar td.available-date a.ui-state-default:after {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        box-shadow: 0 0 1px 3px rgba(112, 43, 222, .3);
      }

      .calendar td.available-date a.ui-state-active {
        color: #702BDE;
      }

    .calendar td.unavailable-date {
      pointer-events: none;
    }

      .calendar td.unavailable-date a {
        color: rgba(136, 140, 144, .3);
      }

        .calendar td.unavailable-date a.ui-state-active {
          color: rgba(136, 140, 144, .3);
        }

        .calendar td.unavailable-date a:after {
          content: "";
          position: absolute;
          top: 5px;
          left: 5px;
          right: 5px;
          bottom: 5px;
          border-radius: 50%;
          box-shadow: 0 0 1px 3px rgba(136, 140, 144, .3);
        }

    .calendar td a {
      width: 30px;
      height: 30px;
      -webkit-transition: opacity .3s linear;
      transition: opacity .3s linear;
      margin: 0 auto;
      position: relative;
      color: #000;
      text-align: center;
      border: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }

      .calendar td a.active,
      .calendar td a.listed {
        color: #702BDE;
        font-weight: 700;
      }

        .calendar td a.active:after,
        .calendar td a.listed:after {
          content: "";
          position: absolute;
          top: 5px;
          left: 5px;
          right: 5px;
          bottom: 5px;
          border-radius: 50%;
          box-shadow: 0 0 1px 3px rgba(112, 43, 222, .3);
        }

      .calendar td a.listed {
        color: rgba(136, 140, 144, .3);
      }

        .calendar td a.listed:after {
          box-shadow: 0 0 1px 4px rgba(136, 140, 144, .3);
        }

      .calendar td a.selected {
        background: #702BDE;
      }

      .calendar td a:hover {
        opacity: .5;
      }

  .calendar .selected-date {
    color: #000;
    font-size: 14px;
  }

.icon-status {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  border-radius: 50%;
  top: 2px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 2px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f47920;
  box-shadow: 0 0 1px 5px rgba(244, 121, 32, .3);
}

  .icon-status.available:after {
    content: "\e926";
    color: #fff;
    font-weight: 700;
    font-family: icomoon;
    font-size: 7px;
  }

  .icon-status.schedule {
    background: none;
    box-shadow: none;
    top: -1px;
  }

    .icon-status.schedule:after {
      content: "\e910";
      color: #702BDE;
      font-size: 20px;
    }

.unavailable .icon-status {
  box-shadow: 0 0 1px 5px rgba(127, 129, 131, .3);
  background: #7f8183;
  top: 2px;
}

  .unavailable .icon-status:after {
    color: #d8dadb;
    font-size: 8px;
    content: "\e905";
  }

.hero-block {
  position: relative;
}

  .hero-block .text-wrap,
  .hero-block .info-wrap,
  .hero-block .title-holder {
    position: relative;
    z-index: 9;
  }

  .hero-block .text-holder {
    max-width: 300px;
  }

  .hero-block .btn {
    padding-right: 8px;
  }

  .hero-block [class^="col-"],
  .hero-block [class*=" col-"] {
    position: static;
  }

  .hero-block:before,
  .hero-block:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }

  .hero-block:after {
    width: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, 0) 50%);
  }

@media screen and (min-width: 768px) {
  .hero-block:after {
    width: 50%;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, 0) 100%);
  }
}

.hero-block:before {
  background: rgba(0, 0, 0, .55);
}

.logo-list a {
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

  .logo-list a:hover {
    opacity: .7;
  }

.content-wrapper .heading-wrap {
  font-size: 14px;
}

.content-wrapper .btn.with-icon {
  padding-right: 8px;
}

.content-wrapper .btn.btn-link {
  padding-right: 2.7rem;
}

.list-wrap .list-items {
  line-height: 1.1;
}

.list-wrap li {
  border-bottom-color: rgba(108, 123, 138, .08) !important;
  border-top-color: rgba(108, 123, 138, .08) !important;
}

  .list-wrap li:last-child {
    border-bottom: none;
  }

.list-wrap .text-wrap {
  position: relative;
  font-size: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-wrap .icon-wrap {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 13px;
}

.list-wrap .sub-title {
  font-size: 14px;
  display: block;
}

.list-wrap .percentage {
  -ms-flex-preferred-size: 100px;
  flex-basis: 100px;
  max-width: 100px;
}

.list-wrap .amount {
  font-size: 25px;
}

.detail-wrap {
  font-size: 14px;
  line-height: 1.76;
}

  .detail-wrap .slider-lines {
    position: relative;
  }

    .detail-wrap .slider-lines:after {
      content: "";
      position: absolute;
      bottom: 0;
      height: 200px;
      left: 0;
      right: 0;
      background-image: -webkit-linear-gradient(bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
      background-image: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
    }

  .detail-wrap .h1 {
    font-size: 28px;
  }

  .detail-wrap table td {
    vertical-align: top;
  }

  .detail-wrap table th {
    letter-spacing: 1.4px;
    width: 9rem;
  }

    .detail-wrap table th:first-child {
      width: calc(100% - 270px);
    }

    .detail-wrap table th:last-child {
      width: 7rem;
    }

  .detail-wrap .btn {
    min-width: 130px;
  }

    .detail-wrap .btn.slide-opener {
      min-width: 281px;
    }

  .detail-wrap .sector {
    position: relative;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
  }

    .detail-wrap .sector:after {
      width: 13px;
      height: 13px;
      border-radius: 50%;
      content: "";
      background: #e8b74b;
      box-shadow: 0 0 0 4px rgba(232, 183, 75, .3);
      position: absolute;
      top: 7px;
      left: 3px;
    }

    .detail-wrap .sector.vip:after {
      background: #e84b4b;
      box-shadow: 0 0 0 4px rgba(232, 75, 75, .3);
    }

    .detail-wrap .sector.golden:after {
      background: #ed6587;
      box-shadow: 0 0 0 4px rgba(237, 101, 135, .3);
    }

.sidebar-content .main-title {
  background: -webkit-linear-gradient(left, #e05149 0%, #e2544a 2%, #e25249 5%, #e3554b 5%, #e25249 5%, #e15349 7%, #e4544b 7%, #e15347 8%, #e45449 10%, #e45547 13%, #e75347 14%, #e35547 14%, #e75347 14%, #e35547 15%, #e65447 15%, #e45648 16%, #e75347 16%, #e45545 17%, #e75347 17%, #e55646 17%, #e85647 18%, #e55344 19%, #e75546 19%, #e75645 25%, #e95845 25%, #e85543 26%, #e85744 26%, #e75442 27%, #e75945 27%, #e85543 27%, #e75945 27%, #e85543 27%, #e85744 28%, #e75442 28%, #e95644 29%, #e85541 30%, #e95644 30%, #e95642 33%, #eb5844 33%, #e95644 34%, #e95740 34%, #ea5841 40%, #ec5a41 40%, #ea5841 40%, #ec5a41 42%, #ea583f 42%, #ec5a41 43%, #eb5940 43%, #ee5941 43%, #e85b40 43%, #ef5941 44%, #eb5b41 44%, #eb5b41 47%, #ed5d43 47%, #eb5b41 49%, #ed5d43 49%, #ee5d42 50%, #ea5d42 51%, #ee5d42 51%, #e95d42 51%, #ed5d42 51%, #e95d42 52%, #ec6144 57%, #ec6144 62%, #ec6140 63%, #ec6144 63%, #ed6245 64%, #ec6142 65%, #ec6343 67%, #ee6545 67%, #eb6242 67%, #ee6545 68%, #ec6343 68%, #ee6545 68%, #ed6444 71%, #ec6547 71%, #ed6442 71%, #ec6545 71%, #eb6542 72%, #ec6545 72%, #eb6542 73%, #ec6545 73%, #eb6540 73%, #ec6545 74%, #ee6543 76%, #ee6845 77%, #ed6845 78%, #eb6643 79%, #ed6845 79%, #eb6643 79%, #ed6845 79%, #ec6744 81%, #ee6946 82%, #ed6943 82%, #ee6946 83%, #ec6841 83%, #ee6a44 83%, #ec6842 84%, #f06a45 84%, #ec6b44 85%, #ec6d44 91%, #ee6f46 92%, #ec6c45 92%, #ed6d46 96%, #ef7047 96%, #ed6e45 96%, #eb7046 97%, #ee6f46 97%, #ed6e45 98%, #ef7148 99%, #ed6f46 99%, #ef7148 100%);
  background: linear-gradient(to right, #e05149 0%, #e2544a 2%, #e25249 5%, #e3554b 5%, #e25249 5%, #e15349 7%, #e4544b 7%, #e15347 8%, #e45449 10%, #e45547 13%, #e75347 14%, #e35547 14%, #e75347 14%, #e35547 15%, #e65447 15%, #e45648 16%, #e75347 16%, #e45545 17%, #e75347 17%, #e55646 17%, #e85647 18%, #e55344 19%, #e75546 19%, #e75645 25%, #e95845 25%, #e85543 26%, #e85744 26%, #e75442 27%, #e75945 27%, #e85543 27%, #e75945 27%, #e85543 27%, #e85744 28%, #e75442 28%, #e95644 29%, #e85541 30%, #e95644 30%, #e95642 33%, #eb5844 33%, #e95644 34%, #e95740 34%, #ea5841 40%, #ec5a41 40%, #ea5841 40%, #ec5a41 42%, #ea583f 42%, #ec5a41 43%, #eb5940 43%, #ee5941 43%, #e85b40 43%, #ef5941 44%, #eb5b41 44%, #eb5b41 47%, #ed5d43 47%, #eb5b41 49%, #ed5d43 49%, #ee5d42 50%, #ea5d42 51%, #ee5d42 51%, #e95d42 51%, #ed5d42 51%, #e95d42 52%, #ec6144 57%, #ec6144 62%, #ec6140 63%, #ec6144 63%, #ed6245 64%, #ec6142 65%, #ec6343 67%, #ee6545 67%, #eb6242 67%, #ee6545 68%, #ec6343 68%, #ee6545 68%, #ed6444 71%, #ec6547 71%, #ed6442 71%, #ec6545 71%, #eb6542 72%, #ec6545 72%, #eb6542 73%, #ec6545 73%, #eb6540 73%, #ec6545 74%, #ee6543 76%, #ee6845 77%, #ed6845 78%, #eb6643 79%, #ed6845 79%, #eb6643 79%, #ed6845 79%, #ec6744 81%, #ee6946 82%, #ed6943 82%, #ee6946 83%, #ec6841 83%, #ee6a44 83%, #ec6842 84%, #f06a45 84%, #ec6b44 85%, #ec6d44 91%, #ee6f46 92%, #ec6c45 92%, #ed6d46 96%, #ef7047 96%, #ed6e45 96%, #eb7046 97%, #ee6f46 97%, #ed6e45 98%, #ef7148 99%, #ed6f46 99%, #ef7148 100%);
  position: relative;
  z-index: 1;
}

  .sidebar-content .main-title:after {
    width: 24px;
    height: 24px;
    content: "";
    position: absolute;
    bottom: -5px;
    right: 37px;
    background: #ed7146;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .sidebar-content .main-title .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .sidebar-content .main-title .icon-wrap {
    font-size: 30px;
  }

.sidebar-content .info-hold {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.sidebar-content .name {
  font-size: 2.5rem;
  color: #000;
  cursor: pointer;
}

.sidebar-content time {
  font-size: 1.8rem;
  letter-spacing: 1.4px;
}

.sidebar-content .status {
  position: relative;
  font-size: 12px;
  text-align: left;
  -ms-flex-preferred-size: 20px;
  flex-basis: 20px;
  max-width: 20px;
  min-height: 18px;
}

.sidebar-content .btn-secondary {
  background: -webkit-linear-gradient(left, #e05149 0%, #e2544a 2%, #e25249 5%, #e3554b 5%, #e25249 5%, #e15349 7%, #e4544b 7%, #e15347 8%, #e45449 10%, #e45547 13%, #e75347 14%, #e35547 14%, #e75347 14%, #e35547 15%, #e65447 15%, #e45648 16%, #e75347 16%, #e45545 17%, #e75347 17%, #e55646 17%, #e85647 18%, #e55344 19%, #e75546 19%, #e75645 25%, #e95845 25%, #e85543 26%, #e85744 26%, #e75442 27%, #e75945 27%, #e85543 27%, #e75945 27%, #e85543 27%, #e85744 28%, #e75442 28%, #e95644 29%, #e85541 30%, #e95644 30%, #e95642 33%, #eb5844 33%, #e95644 34%, #e95740 34%, #ea5841 40%, #ec5a41 40%, #ea5841 40%, #ec5a41 42%, #ea583f 42%, #ec5a41 43%, #eb5940 43%, #ee5941 43%, #e85b40 43%, #ef5941 44%, #eb5b41 44%, #eb5b41 47%, #ed5d43 47%, #eb5b41 49%, #ed5d43 49%, #ee5d42 50%, #ea5d42 51%, #ee5d42 51%, #e95d42 51%, #ed5d42 51%, #e95d42 52%, #ec6144 57%, #ec6144 62%, #ec6140 63%, #ec6144 63%, #ed6245 64%, #ec6142 65%, #ec6343 67%, #ee6545 67%, #eb6242 67%, #ee6545 68%, #ec6343 68%, #ee6545 68%, #ed6444 71%, #ec6547 71%, #ed6442 71%, #ec6545 71%, #eb6542 72%, #ec6545 72%, #eb6542 73%, #ec6545 73%, #eb6540 73%, #ec6545 74%, #ee6543 76%, #ee6845 77%, #ed6845 78%, #eb6643 79%, #ed6845 79%, #eb6643 79%, #ed6845 79%, #ec6744 81%, #ee6946 82%, #ed6943 82%, #ee6946 83%, #ec6841 83%, #ee6a44 83%, #ec6842 84%, #f06a45 84%, #ec6b44 85%, #ec6d44 91%, #ee6f46 92%, #ec6c45 92%, #ed6d46 96%, #ef7047 96%, #ed6e45 96%, #eb7046 97%, #ee6f46 97%, #ed6e45 98%, #ef7148 99%, #ed6f46 99%, #ef7148 100%);
  background: linear-gradient(to right, #e05149 0%, #e2544a 2%, #e25249 5%, #e3554b 5%, #e25249 5%, #e15349 7%, #e4544b 7%, #e15347 8%, #e45449 10%, #e45547 13%, #e75347 14%, #e35547 14%, #e75347 14%, #e35547 15%, #e65447 15%, #e45648 16%, #e75347 16%, #e45545 17%, #e75347 17%, #e55646 17%, #e85647 18%, #e55344 19%, #e75546 19%, #e75645 25%, #e95845 25%, #e85543 26%, #e85744 26%, #e75442 27%, #e75945 27%, #e85543 27%, #e75945 27%, #e85543 27%, #e85744 28%, #e75442 28%, #e95644 29%, #e85541 30%, #e95644 30%, #e95642 33%, #eb5844 33%, #e95644 34%, #e95740 34%, #ea5841 40%, #ec5a41 40%, #ea5841 40%, #ec5a41 42%, #ea583f 42%, #ec5a41 43%, #eb5940 43%, #ee5941 43%, #e85b40 43%, #ef5941 44%, #eb5b41 44%, #eb5b41 47%, #ed5d43 47%, #eb5b41 49%, #ed5d43 49%, #ee5d42 50%, #ea5d42 51%, #ee5d42 51%, #e95d42 51%, #ed5d42 51%, #e95d42 52%, #ec6144 57%, #ec6144 62%, #ec6140 63%, #ec6144 63%, #ed6245 64%, #ec6142 65%, #ec6343 67%, #ee6545 67%, #eb6242 67%, #ee6545 68%, #ec6343 68%, #ee6545 68%, #ed6444 71%, #ec6547 71%, #ed6442 71%, #ec6545 71%, #eb6542 72%, #ec6545 72%, #eb6542 73%, #ec6545 73%, #eb6540 73%, #ec6545 74%, #ee6543 76%, #ee6845 77%, #ed6845 78%, #eb6643 79%, #ed6845 79%, #eb6643 79%, #ed6845 79%, #ec6744 81%, #ee6946 82%, #ed6943 82%, #ee6946 83%, #ec6841 83%, #ee6a44 83%, #ec6842 84%, #f06a45 84%, #ec6b44 85%, #ec6d44 91%, #ee6f46 92%, #ec6c45 92%, #ed6d46 96%, #ef7047 96%, #ed6e45 96%, #eb7046 97%, #ee6f46 97%, #ed6e45 98%, #ef7148 99%, #ed6f46 99%, #ef7148 100%);
  font-size: 16px;
  letter-spacing: 1.78px;
}

.video-wrap {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

  .video-wrap .icon-wrap {
    width: 69px;
    height: 69px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    background-color: rgba(255, 255, 255, .44);
    z-index: 2;
  }

  /*.video-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .48);
    z-index: 1;
  }*/

  .video-wrap button {
    border: none;
  }

    .video-wrap button:focus {
      outline: none;
    }

  .video-wrap #pause-button {
    -webkit-transition: opacity .3s linear, visibility .3s linear;
    transition: opacity .3s linear, visibility .3s linear;
    opacity: 0;
    visibility: hidden;
  }

  .video-wrap:hover #pause-button {
    opacity: 1;
    visibility: visible;
  }

.todo-block {
  background: #f2f3f4;
}

  .todo-block .heading-text {
    font-size: 14px;
    letter-spacing: 1.4px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .todo-block .btn-wrap {
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
    max-width: 250px;
  }

  .todo-block .todo-slider {
    position: relative;
    margin: 0 -50px 0 0;
  }

    .todo-block .todo-slider:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      background-image: -webkit-linear-gradient(178deg, #f2f3f4 50%, rgba(242, 243, 244, .89) 70%, rgba(242, 243, 244, 0) 100%);
      background-image: linear-gradient(-88deg, #f2f3f4 50%, rgba(242, 243, 244, .89) 70%, rgba(242, 243, 244, 0) 100%);
      width: 17%;
      bottom: 0;
    }

  .todo-block .slick-disabled {
    opacity: 0;
    visibility: hidden;
  }

  .todo-block .slick-arrow {
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    position: absolute;
    top: 44%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    background: transparent;
    border: none;
    color: #fc5a0f;
    font-size: 50px;
    padding: 0;
    z-index: 9;
  }

    .todo-block .slick-arrow.slick-prev {
      left: 0;
    }

    .todo-block .slick-arrow.slick-next {
      right: 4%;
    }

    .todo-block .slick-arrow:focus {
      outline: none;
    }

    .todo-block .slick-arrow:hover {
      opacity: .7;
    }

  .todo-block .info-wrap {
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    padding: 0 15px;
    font-size: 14px;
    text-decoration: none;
    color: #7f8183;
  }

    .todo-block .info-wrap img {
      display: inline-block;
      vertical-align: top;
      width: 100%;
    }

    .todo-block .info-wrap:focus {
      outline: none;
    }

    .todo-block .info-wrap:hover {
      opacity: .7;
    }

.map-block {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 291px;
}

  .map-block iframe {
    width: 100%;
    border: none;
    height: 291px;
  }

.reserve-block {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

  .reserve-block:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #f55d41;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: .86;
  }

  .reserve-block .text-wrap {
    max-width: 320px;
  }

  .reserve-block .btn {
    padding-right: 35px;
  }

    .reserve-block .btn .icon-wrap {
      font-size: 24px;
    }

.popup-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  z-index: 9;
}

  .popup-wrap:before {
    content: "";
    position: absolute;
    top: -20px;
    bottom: 0;
    right: -15px;
    left: -15px;
    z-index: -1;
    border-radius: 1.5px;
    background: rgba(0, 0, 0, .25);
  }

  .popup-wrap .content-holder {
    background: #fff;
  }

  .popup-wrap.show {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
  }

  .popup-wrap .schedule-wrap {
    max-height: 265px;
    overflow-y: auto;
  }

  .popup-wrap .title,
  .popup-wrap .sub-title {
    font-size: 12px;
    color: #000;
  }

  .popup-wrap .two-columns time {
    position: relative;
  }

  .popup-wrap .two-columns li {
    position: relative;
    z-index: 1;
  }

    .popup-wrap .two-columns li:nth-child(n+3) {
      border-top: none !important;
    }

    .popup-wrap .two-columns li:nth-child(2n) {
      border-left: none !important;
    }

  .popup-wrap label {
    cursor: pointer;
    position: relative;
    margin: 0;
  }

    .popup-wrap label.unavailable {
      pointer-events: none;
    }

      .popup-wrap label.unavailable input[type="radio"]:checked + .time-wrap:after {
        content: "\e926";
        background: transparent;
      }

  .popup-wrap .time-wrap:after {
    -webkit-transition: opacity .3s linear, visibility .3s linear;
    transition: opacity .3s linear, visibility .3s linear;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: rgba(112, 43, 222, .3);
    opacity: 0;
    visibility: hidden;
  }

  .popup-wrap input[type="radio"]:checked + .time-wrap:after {
    opacity: 1;
    visibility: visible;
  }

  .popup-wrap input[type="radio"]:checked + .time-wrap .icon-status,
  .popup-wrap input[type="radio"]:checked + .time-wrap .icon-status.schedule {
    top: 0;
    padding: 0;
  }

    .popup-wrap input[type="radio"]:checked + .time-wrap .icon-status:after,
    .popup-wrap input[type="radio"]:checked + .time-wrap .icon-status.schedule:after {
      width: 16px;
      height: 16px;
      content: "\e926";
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      color: #fff;
      font-size: 5px;
      padding-left: 2px;
      border-radius: 50%;
      background: #702BDE;
      box-shadow: 0 0 1px 5px rgba(112, 43, 222, .3);
    }

  .popup-wrap .icon-status {
    left: -30px;
  }

  .popup-wrap .close-btn {
    position: absolute;
    right: 2rem;
    border: 0;
    top: 2rem;
    background: none;
    color: gray;
  }

.js-slide-hidden {
  position: relative !important;
  overflow: hidden;
  top: 0 !important;
  left: 0 !important;
}

.share-block.hover .social-networks {
  opacity: 1;
  visibility: visible;
}

.share-block .social-networks {
  opacity: 0;
  visibility: hidden;
  margin-top: 5px;
}

.important-block {
  position: relative;
  z-index: 1;
  color: #000;
}

  .important-block:after {
    content: "";
    background: #fbf8cf;
    position: absolute;
    top: -50px;
    left: -999px;
    right: -20px;
    bottom: 0;
    z-index: -1;
  }

  .important-block h2 {
    font-size: 3.6rem;
  }

  .important-block .text {
    font-size: 14px;
  }

.slider-lines {
  -webkit-transition: height .3s linear;
  transition: height .3s linear;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  line-height: 1.76;
}

  .slider-lines a {
    color: #f47920 !important;
  }

  .slider-lines:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 60px;
    left: 0;
    right: 0;
    background-image: -webkit-linear-gradient(bottom, #e8ddc0 10%, rgba(232, 221, 192, 0) 100%);
    background-image: linear-gradient(to top, #fbf8cf 10%, rgba(232, 221, 192, 0) 100%);
  }

.line-openclose.active-state .slider-lines:after {
  content: none;
}

.line-openclose.active-state .btn .show-text {
  display: none;
}

.line-openclose.active-state .btn .hide-text {
  display: inline-block;
}

.line-openclose .line-opener {
  min-width: 281px;
}

.line-openclose .hide-text {
  display: none;
}

.compare-block {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, .9);
  z-index: 99;
  color: #000;
  font-size: 14px;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, .15);
}

  .compare-block .text-wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-height: 43px;
    overflow: hidden;
    padding-right: 10px;
  }

  .compare-block .btn-wrap {
    -ms-flex-preferred-size: 170px;
    flex-basis: 170px;
    max-width: 170px;
    text-align: right;
  }

    .compare-block .btn-wrap .btn {
      display: block;
    }

      .compare-block .btn-wrap .btn:hover {
        opacity: .6;
      }

  .compare-block.hide {
    opacity: 0;
    visibility: hidden;
  }

@media (min-width: 375px) {
  .share-block .social-networks {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  #footer .logo-wrap img {
    width: 198px;
    height: 53px;
  }

  #footer .social-networks {
    width: auto;
  }

  .footer-links li {
    padding: 11px 0;
  }

  .footer-content {
    max-width: 200px;
  }

  .terms-list li {
    font-size: 14px;
  }

  .border-large:before {
    content: none;
  }

  .search-form button {
    right: 20px;
    top: 51%;
  }

  .border-sm-none {
    border: none !important;
  }

  .w-sm-auto {
    width: auto !important;
  }

  .calendar .ui-datepicker-prev {
    left: 10px;
  }

  .calendar .ui-datepicker-next {
    right: 20px;
  }

  .detail-wrap .h1 {
    font-size: 32px;
  }
}

@media (min-width: 1024px) {
  .nav-drop {
    position: relative;
  }

  .footer-links {
    max-width: 220px;
  }

  .links-list > li {
    padding: 0;
  }

  .search-form {
    width: 250px;
    margin: 0;
    max-width: none;
  }

  .border-md-none {
    border: none !important;
  }

  .calendar {
    max-width: none;
    margin: 0;
  }

    .calendar .ui-state-default {
      padding: 9px 6px 9px 4px;
    }

    .calendar td {
      font-size: 16px;
    }

      .calendar td.available-date.ui-datepicker-current-day a.ui-state-active {
        width: 36px;
        height: 36px;
        box-shadow: 0 0 1px 3px rgba(112, 43, 222, .3);
      }

      .calendar td.available-date a.ui-state-default:after {
        box-shadow: 0 0 1px 3px rgba(112, 43, 222, .3);
      }

      .calendar td.unavailable-date a:after {
        box-shadow: 0 0 1px 5px rgba(136, 140, 144, .3);
      }

      .calendar td a {
        width: 40px;
        height: 40px;
      }

  .content-wrapper .btn.btn-link {
    padding-right: 17px;
  }

  .detail-wrap .slider-lines {
    height: auto !important;
  }

    .detail-wrap .slider-lines:after {
      content: none;
    }
}

@media (min-width: 1400px) {
  #header .logo {
    -ms-flex-preferred-size: 211px;
    flex-basis: 211px;
    max-width: 211px;
  }

    #header .logo img {
      width: 211px;
      height: 56px;
    }

  .subscribe-block {
    max-width: 260px;
  }

  .search-form {
    width: 300px;
  }

    .search-form button {
      right: 22px;
      top: 50%;
    }

  .detail-wrap .h1 {
    font-size: 40px;
  }

  .sidebar-content .main-title .icon-wrap {
    -ms-flex-preferred-size: 80px;
    flex-basis: 80px;
    max-width: 80px;
    font-size: 29px;
  }

  .slider-lines {
    max-width: 430px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.PrecioUno,
.PrecioDos,
.PrecioTres {
  animation: fadeIn ease .5s;
  -webkit-animation: fadeIn ease .5s;
}

@media (min-width: 1600px) {
  .btn.btn-link {
    padding: 13px 20px;
  }

  .search-form {
    width: 367px;
  }

  .calendar .ui-state-default {
    padding: 10px 6px 9px 4px;
  }

  .calendar td.available-date.ui-datepicker-current-day a.ui-state-active {
    width: 46px;
    height: 46px;
  }

  .calendar td a {
    width: 50px;
    height: 50px;
    padding-top: 13px !important;
  }

  .content-wrapper .btn.btn-link {
    padding-right: 0;
  }

  .sidebar-content .status {
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
    max-width: 150px;
    font-size: 14px;
  }

  .todo-block .info-wrap .todo-title {
    font-size: 17px;
  }

  .popup-wrap:before {
    left: -35px;
    right: -35px;
  }
}

@media (max-width: 1023px) {
  #header {
    -webkit-transition: margin .3s linear, padding .3s linear;
    transition: margin .3s linear, padding .3s linear;
  }

  .nav-drop {
    -webkit-transition: margin .3s linear, opacity .3s linear, visibility .3s linear;
    transition: margin .3s linear, opacity .3s linear, visibility .3s linear;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100vh;
    overflow-y: auto;
    right: 0;
    background: #000;
    width: 250px;
    margin-right: -250px;
  }

  .nav-active #header {
    margin-left: -250px;
    padding-right: 250px;
  }

  .nav-active .nav-drop {
    opacity: 1;
    visibility: visible;
    margin-right: 0;
  }

  .nav-active #wrapper {
    margin-left: -250px;
    padding-right: 250px;
  }

  #wrapper {
    -webkit-transition: padding .3s linear, margin .3s linear;
    transition: padding .3s linear, margin .3s linear;
  }

  .container {
    width: 100%;
    max-width: none;
  }
}

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

.cabeceras {
  background: #c6397d !important;
  background: linear-gradient(90deg, #c6397d 24%, #6c2ce2 83%) !important;
}

.sidebar-content .main-title::after {
  left: 0px !important;
  margin-left: 20px;
  background-color: #c6397d !important;
}

.reserve-block::after {
  background: #c6397d !important;
  background: linear-gradient(90deg, #c6397d 24%, #6c2ce2 83%) !important;
  filter: multiply;
  -webkit-filter: multiply(100%);
}

.precios--resena {
  font-size: 2rem;
  color: #000;
  padding: 3rem 0px 1rem 0px;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

select span.jcf-select {
  border: solid 1px #ECECEC !important;
  background: red !important;
}

.sidebar-content .btn-secondary {
  background: #702BDE !important;
  height: 57px !important;
  padding: 1.8rem 0 1rem 0 !important;
}

  .sidebar-content .btn-secondary.disabled {
    border: solid 1px #E8E8EA !important;
    background: #f3f3f4 !important;
    color: #ccc !important;
    height: 57px !important;
    padding: 1.8rem 0 1rem 0 !important;
  }

.icon-clock {
  color: #702BDE !important;
}

.date--resena {
  text-transform: uppercase;
  color: #702BDE;
  font-size: 1.8rem;
  font-weight: 400;
}

.bx--entrada__gris {
  background-color: #f9f6fe;
  margin-left: -30px;
  margin-right: -30PX;
  padding: 30px 30px;
  margin-bottom: 40px;
}

#prices strong {
  font-size: 1.2rem;
}

.important-block .slider-content a {
  color: #f47920 !important;
  transition: all .4s;
}

  .important-block .slider-content a:hover {
    text-decoration: underline !important;
  }

.logo-horizontal {
  width: 300px;
  margin: 2rem auto 2rem auto;
  max-width: 100%;
  display: block;
}

.precio-total {
  color: black;
  font-weight: 600;
}

.text-funciones-agotadas {
  text-align: center;
  text-transform: uppercase;
  color: var(--nara);
  margin-left: 1rem;
}

.icon-funciones-agotadas {
  font-size: 8px;
  content: "\e905";
  color: #d8dadb;
  box-shadow: 0 0 1px 5px rgb(127 129 131 / 30%);
  background: #7f8183;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

  .icon-funciones-agotadas:after {
    content: "\e905";
    color: #d8dadb;
    font-weight: 700;
    font-family: icomoon;
    font-size: 8px;
  }

/*Cookie disclaimer*/
.cookie-disclaimer {
  width: 100%;
  position: fixed;
  bottom: 0;
  display: flex;
  background: #fff2eb;
  padding: 1rem 3rem;
  z-index: 9999;
  color: darkgray;
  border-top: 2px solid var(--nara);
}

.cookie-disclaimer__btn {
  background: var(--nara);
  color: white;
  border: none;
  padding: 1rem 3rem;
}

.cookie-disclaimer__titulo {
  font-size: 2.5rem;
}

.cookie-disclaimer__mensaje {
  font-size: 1.6rem;
}
/*End Cookie disclaimer*/
