/*Stack child items vertically*/
/* line 2, ../sass/helpers/_flex.scss */
.vbox {
  display: flex;
  /*Align children vetically*/
  flex-direction: column;
  align-content: flex-start;
  overflow: hidden;
  /*Prevent extending beyond boundaries*/
}

/*Stack child items horizontally*/
/* line 12, ../sass/helpers/_flex.scss */
.hbox {
  display: flex;
  /*Align children horizontally*/
  flex-direction: row;
  align-content: flex-start;
  /*Wrap items to next line on main-axis*/
  flex-wrap: wrap;
  overflow: hidden;
  /*Prevent extending beyond boundaries*/
}

/*Stretch item along parent's main-axis*/
/* line 25, ../sass/helpers/_flex.scss */
.flex {
  flex: 1;
}

/*Stretch item along parent's cross-axis Overrides any cross-* class of parent*/
/* line 30, ../sass/helpers/_flex.scss */
.stretch-self {
  align-self: stretch;
}

/*Center item along parent's cross-axis. Overrides any cross-* class of parent*/
/* line 34, ../sass/helpers/_flex.scss */
.center-self {
  align-self: center;
}

/*Stack child items to the main-axis start*/
/* line 39, ../sass/helpers/_flex.scss */
.main-start {
  justify-content: flex-start;
}

/*Stack child items to the cross-axis start*/
/* line 43, ../sass/helpers/_flex.scss */
.cross-start {
  align-items: flex-start;
  align-content: flex-start;
}

/*Stack child items to the main-axis center*/
/* line 48, ../sass/helpers/_flex.scss */
.main-center {
  justify-content: center;
}

/*Stack child items to the cross-axis center*/
/* line 52, ../sass/helpers/_flex.scss */
.cross-center {
  align-items: center;
  align-content: center;
}

/*Stack child items to the main-axis end.*/
/* line 57, ../sass/helpers/_flex.scss */
.main-end {
  justify-content: flex-end;
}

/*Stack child items to the cross-axis end.*/
/* line 61, ../sass/helpers/_flex.scss */
.cross-end {
  align-items: flex-end;
  align-content: flex-end;
}

/*Stretch child items along the cross-axis*/
/* line 66, ../sass/helpers/_flex.scss */
.cross-stretch {
  align-items: stretch;
  align-content: stretch;
}

/*Wrap items to next line on main-axis*/
/* line 72, ../sass/helpers/_flex.scss */
.wrap {
  flex-wrap: wrap;
}

/*Don't wrap items to next line on main-axis*/
/* line 76, ../sass/helpers/_flex.scss */
.nowrap {
  flex-wrap: nowrap;
}

/*!
 * Generated with CSS Flag Sprite generator (https://www.flag-sprites.com/)
 */
/* line 5, ../sass/helpers/_flags.scss */
.flag {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 20px;
  background: url("../img/flags.png") no-repeat;
}

/* line 14, ../sass/helpers/_flags.scss */
.flag.flag-gb {
  background-position: 0 -32px;
}

/* line 18, ../sass/helpers/_flags.scss */
.flag.flag-fr {
  background-position: -32px 0;
}

/* line 22, ../sass/helpers/_flags.scss */
.flag.flag-es {
  background-position: 0 0;
}

/* Breakpoints */
/* line 47, ../sass/app.scss */
.modal--tours .tab-content::before, .tours__img img, .destinations__block, .abs-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 54, ../sass/app.scss */
.no-margin {
  margin: 0;
}

/* line 58, ../sass/app.scss */
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

/* line 63, ../sass/app.scss */
.cover, .page-cover, .page-section--crusaders .page-content .separator, .page-section--crusaders .gallery__carousel .slide, .front__slide-wrapper, .destinations .flex, .destination__slide-wrapper, .destination__slide-wrapper::after {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@font-face {
  font-family: 'Asphalt';
  src: url("../fonts/Asphalts-Brush.ttf");
}
/* line 75, ../sass/app.scss */
.asphalt, .page-section--crusaders .page-cover h1, .front__slide .city, .destinations__block span, .destination__slide .city {
  font-family: 'Asphalt', sans-serif;
}

/* line 79, ../sass/app.scss */
.open-sans, .page-content .main-text--destination, .page-content .text-block, .page-section--crusaders .page-content .programs__list .list li, .page-section--crusaders .page-content .programs__services .table tr th, .modal--tours .tab-content .tab-pane .content, .options__content, .testimonials .testimonial, .contact, .golf__content {
  font-family: 'Open Sans', sans-serif;
}

/* line 83, ../sass/app.scss */
.titillium, .title, .golf__content h3 {
  font-family: 'Titillium Web', sans-serif;
}

/* line 88, ../sass/app.scss */
.color--gray-devil {
  color: #666666 !important;
}
/* line 91, ../sass/app.scss */
.color--black {
  color: black !important;
}

/* line 97, ../sass/app.scss */
.bg--gray {
  background-color: #e5e5e5;
  color: #666666;
}
/* line 101, ../sass/app.scss */
.bg--blue-dark {
  background-color: #014165;
}
/* line 105, ../sass/app.scss */
.bg--gray-dark {
  background-color: #e5e5e5;
}
/* line 109, ../sass/app.scss */
.bg--gray-ligth {
  background-color: #eeeeee;
}
/* line 113, ../sass/app.scss */
.bg--orange {
  background-color: #ed8600;
}

@media (max-width: 992px) {
  /* line 120, ../sass/app.scss */
  .navbar-collapse.collapse {
    display: none !important;
  }

  /* line 123, ../sass/app.scss */
  .navbar-collapse.collapse.in {
    display: block !important;
    overflow-y: auto !important;
  }

  /* line 129, ../sass/app.scss */
  .navbar-header .collapse, .navbar-toggle {
    display: block !important;
  }

  /* line 132, ../sass/app.scss */
  .navbar-header {
    float: none;
  }

  /* line 135, ../sass/app.scss */
  .navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
}
/* line 139, ../sass/app.scss */
.g-recaptcha {
  margin: 15px 0;
}
/* line 141, ../sass/app.scss */
.g-recaptcha div:first-child {
  margin-left: auto;
}
/* line 146, ../sass/app.scss */
.g-recaptcha--centered div:first-child {
  margin: 0 auto !important;
}

/* line 152, ../sass/app.scss */
.fancybox-content {
  border: 30px solid white;
  box-shadow: 3px 6px 15px rgba(0, 0, 0, 0.1);
}
/* line 156, ../sass/app.scss */
.fancybox-c-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  color: white;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  font-size: 24px;
}
/* line 169, ../sass/app.scss */
.fancybox-is-open .fancybox-bg {
  opacity: .7;
}

/* line 174, ../sass/app.scss */
.page-cover {
  height: 460px;
}
@media (max-width: 992px) {
  /* line 174, ../sass/app.scss */
  .page-cover {
    height: 250px;
  }
}
/* line 181, ../sass/app.scss */
.page-content {
  padding: 70px 0 80px;
  font-size: 16px;
}
@media (max-width: 992px) {
  /* line 181, ../sass/app.scss */
  .page-content {
    padding: 35px 0 40px;
  }
}
@media (min-width: 991px) {
  /* line 188, ../sass/app.scss */
  .page-content__inner {
    padding: 0 50px;
  }
}
/* line 193, ../sass/app.scss */
.page-content .main-text {
  font-size: 25px;
  font-weight: 300;
  color: #666666;
}
/* line 197, ../sass/app.scss */
.page-content .main-text--destination {
  font-size: 25px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  /* line 197, ../sass/app.scss */
  .page-content .main-text--destination {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  /* line 193, ../sass/app.scss */
  .page-content .main-text {
    font-size: 20px;
  }
}
/* line 210, ../sass/app.scss */
.page-content .text-block {
  font-size: 16px;
  color: #727277;
  margin-bottom: 50px;
}
/* line 215, ../sass/app.scss */
.page-content .text-block h2 {
  font-size: 30px;
  color: #013a5a;
  font-weight: 300;
  margin-bottom: 25px;
}
/* line 220, ../sass/app.scss */
.page-content .text-block h2.subtitle {
  font-size: 25px;
  color: #005D91;
  font-weight: bold;
}
/* line 227, ../sass/app.scss */
.page-content .text-block p:not(:last-child) {
  margin-bottom: 20px;
}
/* line 231, ../sass/app.scss */
.page-content .text-block ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
/* line 235, ../sass/app.scss */
.page-content .text-block ul li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}
/* line 239, ../sass/app.scss */
.page-content .text-block ul li:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #005D91;
  display: block;
  position: absolute;
  left: 0;
  top: 7px;
}
/* line 259, ../sass/app.scss */
.page-section--crusaders .page-cover {
  padding: 75px 0 300px 0;
  background-position: bottom center;
  height: auto;
  text-align: center;
}
/* line 264, ../sass/app.scss */
.page-section--crusaders .page-cover .logo {
  width: 290px;
  margin: 0 40px 70px 40px;
  max-width: 100%;
}
@media (max-width: 992px) {
  /* line 264, ../sass/app.scss */
  .page-section--crusaders .page-cover .logo {
    margin: 0 auto 70px;
    float: none !important;
  }
}
/* line 274, ../sass/app.scss */
.page-section--crusaders .page-cover h1 {
  font-size: 100px;
  display: inline-block;
  text-align: left;
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  color: #E12E33;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 992px) {
  /* line 259, ../sass/app.scss */
  .page-section--crusaders .page-cover {
    padding: 30px 0 100px;
  }
}
/* line 289, ../sass/app.scss */
.page-section--crusaders .page-content {
  color: #5b5b5f;
  padding-bottom: 0;
}
/* line 292, ../sass/app.scss */
.page-section--crusaders .page-content h2 {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
  color: black;
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  /* line 292, ../sass/app.scss */
  .page-section--crusaders .page-content h2 {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  /* line 292, ../sass/app.scss */
  .page-section--crusaders .page-content h2 {
    font-size: 30px;
  }
}
/* line 305, ../sass/app.scss */
.page-section--crusaders .page-content p {
  margin-bottom: 30px;
}
/* line 309, ../sass/app.scss */
.page-section--crusaders .page-content .separator {
  padding: 130px 0 90px 0;
  background-image: url("../img/crusaders-separator-bg.png");
  position: relative;
}
/* line 314, ../sass/app.scss */
.page-section--crusaders .page-content .separator img:first-child {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  /* line 314, ../sass/app.scss */
  .page-section--crusaders .page-content .separator img:first-child {
    max-height: 500px;
    margin: 0 auto;
  }
}
/* line 322, ../sass/app.scss */
.page-section--crusaders .page-content .separator__absolute {
  position: absolute;
  top: -270px;
}
@media (max-width: 992px) {
  /* line 322, ../sass/app.scss */
  .page-section--crusaders .page-content .separator__absolute {
    top: 0;
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    transform: translateY(-20%);
  }
}
@media (max-width: 767px) {
  /* line 322, ../sass/app.scss */
  .page-section--crusaders .page-content .separator__absolute {
    position: relative;
    top: auto;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 767px) {
  /* line 309, ../sass/app.scss */
  .page-section--crusaders .page-content .separator {
    background-position: top center;
    background-size: auto;
    padding: 60px 0;
  }
}
/* line 343, ../sass/app.scss */
.page-section--crusaders .page-content .programs__list {
  margin-bottom: 60px;
}
/* line 345, ../sass/app.scss */
.page-section--crusaders .page-content .programs__list .list {
  padding-left: 30px;
}
/* line 347, ../sass/app.scss */
.page-section--crusaders .page-content .programs__list .list li {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
/* line 352, ../sass/app.scss */
.page-section--crusaders .page-content .programs__list .list li::before {
  content: '\f00c';
  font-family: 'FontAwesome';
  position: absolute;
  right: calc(100% + 6px);
  color: black;
}
/* line 363, ../sass/app.scss */
.page-section--crusaders .page-content .programs__services {
  padding: 30px 0 80px;
}
/* line 365, ../sass/app.scss */
.page-section--crusaders .page-content .programs__services .table {
  font-size: 20px;
  color: #232222;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  /* line 365, ../sass/app.scss */
  .page-section--crusaders .page-content .programs__services .table {
    margin-bottom: 30px;
  }
}
/* line 372, ../sass/app.scss */
.page-section--crusaders .page-content .programs__services .table th, .page-section--crusaders .page-content .programs__services .table td {
  border: 0;
  padding-left: 40px;
}
/* line 377, ../sass/app.scss */
.page-section--crusaders .page-content .programs__services .table tr th {
  font-size: 25px;
  color: white;
  padding: 20px 40px;
  background-color: #be1e1d;
}
/* line 383, ../sass/app.scss */
.page-section--crusaders .page-content .programs__services .table tr th:first-child {
  background-color: #9e1417;
}
/* line 387, ../sass/app.scss */
.page-section--crusaders .page-content .programs__services .table tr td {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #eeeeee;
}
/* line 391, ../sass/app.scss */
.page-section--crusaders .page-content .programs__services .table tr td:first-child {
  background-color: #e5e5e5;
}
/* line 400, ../sass/app.scss */
.page-section--crusaders .page-bottom {
  color: white;
  padding: 140px 0 70px;
  background-image: url("../img/crusaders-bottom-field.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
/* line 410, ../sass/app.scss */
.page-section--crusaders .gallery {
  overflow: hidden;
  padding-bottom: 50px;
}
/* line 415, ../sass/app.scss */
.page-section--crusaders .gallery__carousel .owl-stage-outer {
  overflow: visible;
  margin-bottom: 80px;
}
/* line 419, ../sass/app.scss */
.page-section--crusaders .gallery__carousel .owl-item {
  opacity: 0;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
/* line 422, ../sass/app.scss */
.page-section--crusaders .gallery__carousel .owl-item.active {
  opacity: 1;
}
/* line 424, ../sass/app.scss */
.page-section--crusaders .gallery__carousel .owl-item.active.left {
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
/* line 427, ../sass/app.scss */
.page-section--crusaders .gallery__carousel .owl-item.active.right {
  -moz-transform: translateY(30px) rotate(8deg);
  -ms-transform: translateY(30px) rotate(8deg);
  -webkit-transform: translateY(30px) rotate(8deg);
  transform: translateY(30px) rotate(8deg);
}
/* line 430, ../sass/app.scss */
.page-section--crusaders .gallery__carousel .owl-item.active.center {
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  z-index: -1;
}
/* line 437, ../sass/app.scss */
.page-section--crusaders .gallery__carousel .owl-nav {
  color: #999999;
  text-align: center;
}
/* line 441, ../sass/app.scss */
.page-section--crusaders .gallery__carousel .owl-prev, .page-section--crusaders .gallery__carousel .owl-next {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
/* line 448, ../sass/app.scss */
.page-section--crusaders .gallery__carousel .slide {
  position: relative;
  border: 30px solid white;
  box-shadow: 3px 6px 15px rgba(0, 0, 0, 0.2);
  width: 450px;
  max-width: 100%;
  margin: 0 auto;
}
/* line 456, ../sass/app.scss */
.page-section--crusaders .gallery__carousel .slide::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
/* line 464, ../sass/app.scss */
.page-section--crusaders .gallery__popup img {
  height: 530px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  /* line 464, ../sass/app.scss */
  .page-section--crusaders .gallery__popup img {
    height: 350px;
  }
}

/* line 480, ../sass/app.scss */
.modal--tours .close {
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 99;
  top: 30px;
  right: 0;
}
/* line 490, ../sass/app.scss */
.modal--tours .tabs {
  width: 100px;
  float: left;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 767px) {
  /* line 490, ../sass/app.scss */
  .modal--tours .tabs {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
/* line 501, ../sass/app.scss */
.modal--tours .tabs img {
  height: 60px;
}
/* line 505, ../sass/app.scss */
.modal--tours .tabs li:not(:last-child) {
  margin-bottom: 25px;
}
/* line 508, ../sass/app.scss */
.modal--tours .tabs li:not(.active) img {
  opacity: .5;
}
@media (max-width: 767px) {
  /* line 504, ../sass/app.scss */
  .modal--tours .tabs li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 15px !important;
  }
}
/* line 520, ../sass/app.scss */
.modal--tours .tab-content {
  float: left;
  padding: 30px 0;
  position: relative;
}
@media (min-width: 768px) {
  /* line 520, ../sass/app.scss */
  .modal--tours .tab-content {
    width: calc(100% - 100px);
  }
}
/* line 527, ../sass/app.scss */
.modal--tours .tab-content::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  box-shadow: inset 7px 0 9px -7px rgba(0, 0, 0, 0.6);
  pointer-events: none;
  display: block;
  z-index: 9;
}
/* line 538, ../sass/app.scss */
.modal--tours .tab-content .tab-pane {
  background-color: white;
  padding: 55px 20px 20px;
  position: relative;
  pointer-events: all;
}
/* line 544, ../sass/app.scss */
.modal--tours .tab-content .tab-pane .head {
  background-color: #ed8600;
  display: inline-block;
  padding: 10px 18px;
  color: white;
  position: absolute;
  top: 0;
  font-weight: bold;
  font-size: 20px;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 556, ../sass/app.scss */
.modal--tours .tab-content .tab-pane .content {
  padding: 0 13px;
  font-size: 16px;
  color: #666666;
}
/* line 561, ../sass/app.scss */
.modal--tours .tab-content .tab-pane .content p {
  margin-bottom: 20px;
}
/* line 569, ../sass/app.scss */
.modal--tours .form .form-group, .modal--tours .form {
  margin-bottom: 20px;
}
/* line 572, ../sass/app.scss */
.modal--tours .form .form-control {
  background-color: #eeeeee;
  border-radius: 0;
  box-shadow: none;
}
/* line 576, ../sass/app.scss */
.modal--tours .form .form-control:not(textarea) {
  height: 40px;
}
/* line 581, ../sass/app.scss */
.modal--tours .form .button {
  padding: 10px 40px;
}
/* line 588, ../sass/app.scss */
.modal--gallery .close {
  top: 0;
  opacity: 1;
  color: white;
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 99;
  right: 0;
}
/* line 600, ../sass/app.scss */
.modal--gallery .owl-nav {
  position: relative;
  background-color: #005D91;
  text-align: right;
  color: white;
  padding: 10px;
}
/* line 607, ../sass/app.scss */
.modal--gallery .owl-prev, .modal--gallery .owl-next {
  width: 32px;
  height: 32px;
}
/* line 610, ../sass/app.scss */
.modal--gallery .owl-prev.disabled, .modal--gallery .owl-next.disabled {
  color: #003857 !important;
}

/* line 617, ../sass/app.scss */
.button {
  padding: 15px 20px;
  text-transform: uppercase;
  color: white;
  background-color: #014165;
  border: 0;
  display: inline-block;
  cursor: pointer;
}
/* line 625, ../sass/app.scss */
.button--bordered {
  color: #014165;
  background-color: transparent;
  border: 1px solid #014165;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
/* line 630, ../sass/app.scss */
.button--bordered:hover, .button--bordered:active, .button--bordered.focus {
  background-color: #014165;
  color: white;
}
/* line 636, ../sass/app.scss */
.button:hover, .button:active, .button.focus {
  text-decoration: none;
}

/* line 640, ../sass/app.scss */
.form-control {
  border: 0;
  background-color: white;
  border-radius: 0;
  box-shadow: none;
  color: #999999;
}

/* line 647, ../sass/app.scss */
.list-block {
  margin-bottom: 25px;
  color: #666666;
}
/* line 650, ../sass/app.scss */
.list-block * {
  display: block;
}
/* line 653, ../sass/app.scss */
.list-block b {
  color: #014165;
  font-size: 18px;
}
/* line 657, ../sass/app.scss */
.list-block span {
  font-size: 16px;
}

/* line 661, ../sass/app.scss */
.section {
  padding-top: 70px;
}

/* line 664, ../sass/app.scss */
.title {
  font-weight: bold;
  font-size: 55px;
  color: #014165;
  margin-bottom: 50px;
}
/* line 670, ../sass/app.scss */
.title--white {
  color: white;
}
@media (max-width: 767px) {
  /* line 664, ../sass/app.scss */
  .title {
    font-size: 35px;
  }
}

/* line 678, ../sass/app.scss */
.subtitle {
  font-size: 26px;
  color: #666666;
  margin-bottom: 50px;
}

/* line 685, ../sass/app.scss */
body {
  font-family: 'Titillium Web', sans-serif;
}

/* line 689, ../sass/app.scss */
.navigation {
  padding-bottom: 3px;
  background-color: white;
  margin: 0;
  border: 0;
}
/* line 695, ../sass/app.scss */
.navigation-wrapper {
  height: 105px;
}
@media (max-width: 767px) {
  /* line 695, ../sass/app.scss */
  .navigation-wrapper {
    height: 54px;
  }
}
/* line 702, ../sass/app.scss */
.navigation .icon-bar {
  background-color: #014165;
}
/* line 706, ../sass/app.scss */
.navigation .navbar-brand {
  width: 300px;
  height: auto;
  padding: 0;
  margin-bottom: -18px;
}
@media (max-width: 992px) {
  /* line 706, ../sass/app.scss */
  .navigation .navbar-brand {
    width: 250px;
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  /* line 706, ../sass/app.scss */
  .navigation .navbar-brand {
    width: 180px;
    padding: 10px 15px;
  }
}
/* line 721, ../sass/app.scss */
.navigation .navbar-nav .navigation__link {
  padding: 45px 10px 32px;
  margin: 0 5px;
  border-bottom: 5px solid transparent;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #005D91;
  background-color: transparent !important;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
@media (max-width: 992px) {
  /* line 721, ../sass/app.scss */
  .navigation .navbar-nav .navigation__link {
    padding: 10px 15px;
  }
}
/* line 736, ../sass/app.scss */
.navigation .navbar-nav .navigation__link:hover, .navigation .navbar-nav .navigation__link:active, .navigation .navbar-nav .navigation__link.focus, .navigation .navbar-nav .navigation__link.active {
  background-color: transparent;
  border-bottom: 5px solid #ed8600;
  text-shadow: 0 0 0.65px #005D91, 0 0 0.65px #005D91;
}
@media (max-width: 992px) {
  /* line 743, ../sass/app.scss */
  .navigation .navbar-nav li {
    display: block;
    float: none;
  }
}
@media (min-width: 991px) {
  /* line 752, ../sass/app.scss */
  .navigation .navbar-nav .dropdown__left {
    left: 0;
  }
  /* line 755, ../sass/app.scss */
  .navigation .navbar-nav .dropdown__right {
    right: 0;
  }
  /* line 758, ../sass/app.scss */
  .navigation .navbar-nav .dropdown__centered {
    right: -200%;
    text-align: right;
  }
}
@media (min-width: 991px) {
  /* line 765, ../sass/app.scss */
  .navigation .navbar-nav .dropdown:hover .dropdown-menu, .navigation .navbar-nav .dropdown:active .dropdown-menu, .navigation .navbar-nav .dropdown.focus .dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 1;
  }
}
/* line 773, ../sass/app.scss */
.navigation .navbar-nav .dropdown.open .dropdown-menu {
  display: block;
  opacity: 1;
}
/* line 778, ../sass/app.scss */
.navigation .navbar-nav .dropdown-menu {
  color: white;
  background-color: transparent;
  box-shadow: none;
  border: 0;
  opacity: 0;
  left: 50%;
  margin: 0 auto;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
@media (min-width: 991px) {
  /* line 778, ../sass/app.scss */
  .navigation .navbar-nav .dropdown-menu {
    text-align: center;
    right: auto;
    width: 1500px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  /* line 792, ../sass/app.scss */
  .navigation .navbar-nav .dropdown-menu:after {
    content: '';
    position: absolute;
    width: 10000000px;
    bottom: -1px;
    left: -500000px;
    height: 1px;
    background-color: white;
  }
}
@media (max-width: 992px) {
  /* line 778, ../sass/app.scss */
  .navigation .navbar-nav .dropdown-menu {
    position: static;
    float: none;
  }
}
/* line 806, ../sass/app.scss */
.navigation .navbar-nav .dropdown-menu li {
  margin: 0;
  display: inline-block;
}
@media (max-width: 992px) {
  /* line 806, ../sass/app.scss */
  .navigation .navbar-nav .dropdown-menu li {
    display: block;
  }
}
/* line 813, ../sass/app.scss */
.navigation .navbar-nav .dropdown-menu a {
  padding: 15px 10px;
  color: white;
}
@media (max-width: 992px) {
  /* line 813, ../sass/app.scss */
  .navigation .navbar-nav .dropdown-menu a {
    color: gray;
  }
}
/* line 819, ../sass/app.scss */
.navigation .navbar-nav .dropdown-menu a:hover, .navigation .navbar-nav .dropdown-menu a:active, .navigation .navbar-nav .dropdown-menu a.focus, .navigation .navbar-nav .dropdown-menu a.active {
  background-color: transparent !important;
  color: white;
  font-weight: bold;
  text-shadow: 0 0 .65px white, 0 0 .65px white;
}
@media (max-width: 992px) {
  /* line 819, ../sass/app.scss */
  .navigation .navbar-nav .dropdown-menu a:hover, .navigation .navbar-nav .dropdown-menu a:active, .navigation .navbar-nav .dropdown-menu a.focus, .navigation .navbar-nav .dropdown-menu a.active {
    color: gray;
  }
}
/* line 829, ../sass/app.scss */
.navigation .navbar-nav .dropdown-menu a:after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 1px;
  color: transparent;
  overflow: hidden;
  visibility: hidden;
  margin-bottom: -1px;
}
@media (max-width: 992px) {
  /* line 720, ../sass/app.scss */
  .navigation .navbar-nav {
    float: none !important;
    margin: 7.5px -15px;
  }
}
/* line 849, ../sass/app.scss */
.navigation .navbar-toggle {
  margin-top: 30px;
}
@media (max-width: 767px) {
  /* line 849, ../sass/app.scss */
  .navigation .navbar-toggle {
    margin-top: 15px;
  }
}
@media (max-width: 992px) {
  /* line 855, ../sass/app.scss */
  .navigation .navbar__collapse {
    max-height: 350px;
  }
}
/* line 862, ../sass/app.scss */
.navigation__language {
  max-height: 102px;
}
/* line 864, ../sass/app.scss */
.navigation__language .navigation__link {
  border: 0 !important;
}
/* line 866, ../sass/app.scss */
.navigation__language .navigation__link .flag {
  -moz-transform: translateY(-7px);
  -ms-transform: translateY(-7px);
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
/* line 871, ../sass/app.scss */
.navigation__language .dropdown-menu a span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

/* line 880, ../sass/app.scss */
.front {
  background-color: gray;
}
/* line 882, ../sass/app.scss */
.front__slide {
  height: 660px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 882, ../sass/app.scss */
  .front__slide {
    height: 500px;
    max-height: 100vh;
  }
}
/* line 890, ../sass/app.scss */
.front__slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: white;
  opacity: 0.3;
}
/* line 900, ../sass/app.scss */
.front__slide-wrapper {
  position: relative;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.15);
  background-blend-mode: multiply;
}
/* line 907, ../sass/app.scss */
.front__slide-wrapper::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* line 914, ../sass/app.scss */
.front__slide .container {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
}
/* line 920, ../sass/app.scss */
.front__slide .title {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  color: white;
  position: relative;
  z-index: 2;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.45);
}
@media (max-width: 992px) {
  /* line 920, ../sass/app.scss */
  .front__slide .title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  /* line 920, ../sass/app.scss */
  .front__slide .title {
    font-size: 20px;
  }
}
/* line 937, ../sass/app.scss */
.front__slide .city {
  line-height: 1;
  color: #ed8600;
  font-size: 160px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  text-shadow: 5px -5px 25px rgba(0, 0, 0, 0.8);
  -moz-transform: rotate(-8deg) translate(-50%, -50%);
  -ms-transform: rotate(-8deg) translate(-50%, -50%);
  -webkit-transform: rotate(-8deg) translate(-50%, -50%);
  transform: rotate(-8deg) translate(-50%, -50%);
}
@media (max-width: 992px) {
  /* line 937, ../sass/app.scss */
  .front__slide .city {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  /* line 937, ../sass/app.scss */
  .front__slide .city {
    font-size: 70px;
  }
}
/* line 958, ../sass/app.scss */
.front .owl-nav {
  position: absolute;
  bottom: 25px;
  left: 50%;
  text-align: center;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 965, ../sass/app.scss */
.front .owl-prev, .front .owl-next {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin-right: 5px;
  color: white !important;
  position: relative;
}
/* line 973, ../sass/app.scss */
.front .owl-prev:hover, .front .owl-prev:active, .front .owl-prev.focus, .front .owl-prev.active, .front .owl-next:hover, .front .owl-next:active, .front .owl-next.focus, .front .owl-next.active {
  color: #ed8600 !important;
}

/* line 980, ../sass/app.scss */
.options {
  background-color: #005D91;
}
/* line 986, ../sass/app.scss */
.options__buttons a {
  padding: 75px 15px 50px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-weight: 300;
  font-size: 28px;
  flex: 0 1 calc(33.3333%);
  cursor: pointer;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}
@media (max-width: 767px) {
  /* line 986, ../sass/app.scss */
  .options__buttons a {
    padding: 35px 15px 30px;
    flex: 0 1 calc(100%);
    font-size: 22px;
  }
}
/* line 1001, ../sass/app.scss */
.options__buttons a:hover, .options__buttons a:active, .options__buttons a.focus, .options__buttons a.active {
  text-decoration: none;
  background-color: #ed8600;
  font-weight: bold;
}
/* line 1007, ../sass/app.scss */
.options__buttons a:nth-child(2) {
  border-top: 1px solid #77caf8;
  border-bottom: 1px solid #77caf8;
}
@media (min-width: 768px) {
  /* line 1007, ../sass/app.scss */
  .options__buttons a:nth-child(2) {
    border-left: 1px solid #77caf8;
    border-right: 1px solid #77caf8;
    border-top: 0;
    border-bottom: 0;
  }
}
/* line 1017, ../sass/app.scss */
.options__buttons a span {
  display: inline-block;
  padding-bottom: 15px;
  border-bottom: 5px solid #005D91;
  line-height: 1.2em;
}
/* line 1026, ../sass/app.scss */
.options__content {
  font-size: 20px;
  color: #727277;
}
/* line 1031, ../sass/app.scss */
.options__content-wrapper {
  padding: 40px 45px 80px;
}
@media (max-width: 992px) {
  /* line 1031, ../sass/app.scss */
  .options__content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
  }
}

/* line 1044, ../sass/app.scss */
.highlight__slide {
  position: relative;
}
@media (max-width: 767px) {
  /* line 1048, ../sass/app.scss */
  .highlight__slide img {
    height: 200px;
    object-fit: cover;
  }
}

/* line 1056, ../sass/app.scss */
.tours {
  padding-bottom: 70px;
}
/* line 1058, ../sass/app.scss */
.tours__item {
  padding-bottom: 10px;
  border-bottom: 7px solid transparent;
  display: inline-block;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  font-size: 20px;
}
@media (max-width: 992px) {
  /* line 1058, ../sass/app.scss */
  .tours__item {
    margin-bottom: 30px;
    font-size: 16px;
  }
  /* line 1068, ../sass/app.scss */
  .tours__item img {
    max-height: 90px;
  }
}
/* line 1073, ../sass/app.scss */
.tours__item:hover, .tours__item:active, .tours__item.focus {
  border-bottom-color: white;
  text-decoration: none;
}
/* line 1078, ../sass/app.scss */
.tours__item span {
  display: block;
  padding: 10px 20px;
  background-color: #ed8600;
  color: white;
  text-decoration: none;
}
/* line 1087, ../sass/app.scss */
.tours__img {
  height: 150px;
  position: relative;
  margin-bottom: 15px;
}

/* line 1098, ../sass/app.scss */
.destinations .flex {
  position: relative;
  flex: 0 1 calc(50%);
  -moz-transition: background-image, 0.3s;
  -o-transition: background-image, 0.3s;
  -webkit-transition: background-image, 0.3s;
  transition: background-image, 0.3s;
}
@media (min-width: 768px) {
  /* line 1098, ../sass/app.scss */
  .destinations .flex {
    background-size: 110%;
    flex: 0 1 calc(25%);
  }
}
/* line 1107, ../sass/app.scss */
.destinations .flex::before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
@media (min-width: 768px) {
  /* line 1107, ../sass/app.scss */
  .destinations .flex::before {
    padding-bottom: calc(100% - 100px);
  }
}
/* line 1116, ../sass/app.scss */
.destinations .flex .destinations__block:not(.visible) {
  opacity: 0;
}
/* line 1121, ../sass/app.scss */
.destinations .flex:hover:not(.visible), .destinations .flex:active:not(.visible), .destinations .flex.focus:not(.visible) {
  background-color: #ed8600;
  background-blend-mode: multiply;
}
@media (min-width: 768px) {
  /* line 1126, ../sass/app.scss */
  .destinations .flex:hover:not(.visible), .destinations .flex:active:not(.visible), .destinations .flex.focus:not(.visible) {
    background-size: 105%;
  }
}
/* line 1130, ../sass/app.scss */
.destinations .flex:hover .destinations__block:not(.visible), .destinations .flex:active .destinations__block:not(.visible), .destinations .flex.focus .destinations__block:not(.visible) {
  opacity: 1;
}
/* line 1135, ../sass/app.scss */
.destinations .flex.visible .destinations__block {
  opacity: 1;
}
/* line 1138, ../sass/app.scss */
.destinations .flex.visible span {
  color: #014165 !important;
}
/* line 1144, ../sass/app.scss */
.destinations__block {
  margin: 0;
  text-align: center;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  -moz-transform: translate(-50%, calc(-50% + 30px));
  -ms-transform: translate(-50%, calc(-50% + 30px));
  -webkit-transform: translate(-50%, calc(-50% + 30px));
  transform: translate(-50%, calc(-50% + 30px));
}
/* line 1150, ../sass/app.scss */
.destinations__block span {
  display: inline-block;
  font-size: 120px;
  line-height: 0.5;
  color: white;
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
@media (max-width: 767px) {
  /* line 1150, ../sass/app.scss */
  .destinations__block span {
    font-size: 60px;
  }
}
@media (max-width: 479px) {
  /* line 1150, ../sass/app.scss */
  .destinations__block span {
    font-size: 45px;
  }
}
/* line 1164, ../sass/app.scss */
.destinations__block .button {
  position: relative;
  margin-top: 10px;
}
@media (min-width: 768px) {
  /* line 1164, ../sass/app.scss */
  .destinations__block .button {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  /* line 1164, ../sass/app.scss */
  .destinations__block .button {
    padding: 10px 15px;
  }
}
/* line 1173, ../sass/app.scss */
.destinations__block .button:hover, .destinations__block .button:active, .destinations__block .button.focus {
  color: white;
  text-decoration: none;
}

/* line 1181, ../sass/app.scss */
.tournaments {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(50%, #e5e5e5), color-stop(50%, #eeeeee));
  background-image: -moz-linear-gradient(left, #e5e5e5 50%, #eeeeee 50%);
  background-image: -webkit-linear-gradient(left, #e5e5e5 50%, #eeeeee 50%);
  background-image: linear-gradient(to right, #e5e5e5 50%, #eeeeee 50%);
}
/* line 1183, ../sass/app.scss */
.tournaments img {
  padding: 30px 0 60px;
}
/* line 1185, ../sass/app.scss */
.tournaments img.hover {
  display: none !important;
}
/* line 1192, ../sass/app.scss */
.tournaments a:hover img, .tournaments a:active img, .tournaments a.focus img {
  display: none;
}
/* line 1194, ../sass/app.scss */
.tournaments a:hover img.hover, .tournaments a:active img.hover, .tournaments a.focus img.hover {
  display: block !important;
}

/* line 1202, ../sass/app.scss */
.clients {
  padding-bottom: 60px;
}

/* line 1206, ../sass/app.scss */
.testimonials {
  padding-bottom: 45px;
  color: white;
}
/* line 1209, ../sass/app.scss */
.testimonials__slide {
  padding: 0 30px;
}
/* line 1214, ../sass/app.scss */
.testimonials .testimonial__block {
  padding: 13px 40px 35px;
  border: 1px solid white;
  text-align: center;
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
  position: relative;
}
/* line 1222, ../sass/app.scss */
.testimonials .testimonial__block::after {
  content: '';
  position: absolute;
  top: calc(100% + 1px);
  right: 60px;
  width: 20px;
  height: 20px;
  background-color: #ed8600;
  border-left: 1px solid white;
  border-bottom: 1px solid white;
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
/* line 1234, ../sass/app.scss */
.testimonials .testimonial__block .quote::before {
  content: url("../img/quote.png");
  margin-bottom: 15px;
  display: inline-block;
}
@media (max-width: 767px) {
  /* line 1214, ../sass/app.scss */
  .testimonials .testimonial__block {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
  }
}
/* line 1246, ../sass/app.scss */
.testimonials .testimonial__author {
  float: right;
  margin-top: 30px;
  text-transform: uppercase;
  text-align: right;
}
/* line 1251, ../sass/app.scss */
.testimonials .testimonial__author b {
  display: block;
  text-transform: initial;
}

/* line 1259, ../sass/app.scss */
.contact {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 9;
}
/* line 1264, ../sass/app.scss */
.contact__info {
  font-size: 16px;
  color: #5b5b5f;
  margin-bottom: 45px;
}
/* line 1268, ../sass/app.scss */
.contact__info h3 {
  font-size: 25px;
  color: #014165;
}
/* line 1272, ../sass/app.scss */
.contact__info:last-child {
  margin-bottom: 25px;
}
/* line 1276, ../sass/app.scss */
.contact__form {
  padding: 110px 20px 10px;
}
/* line 1280, ../sass/app.scss */
.contact .mailto {
  color: #014165;
  font-weight: bold;
}
/* line 1284, ../sass/app.scss */
.contact small {
  font-size: 12px;
  display: block;
  color: #999999;
  padding: 10px 0 15px;
}
/* line 1290, ../sass/app.scss */
.contact .flex {
  padding: 60px 15px;
  flex: 0 1 calc(100%);
}
@media (min-width: 768px) {
  /* line 1290, ../sass/app.scss */
  .contact .flex {
    flex: 0 1 calc(50%);
  }
}
/* line 1296, ../sass/app.scss */
.contact .flex.gray {
  background-color: #f5f5f5;
}
/* line 1300, ../sass/app.scss */
.contact .title {
  margin-bottom: 30px;
}

/* line 1305, ../sass/app.scss */
.map {
  height: 550px;
  background-color: gray;
}

/* line 1310, ../sass/app.scss */
.footer {
  background-color: #005D91;
  color: white;
  padding: 20px 0;
}

/* line 1318, ../sass/app.scss */
.destination__slide {
  height: 460px;
  position: relative;
}
@media (max-width: 767px) {
  /* line 1318, ../sass/app.scss */
  .destination__slide {
    height: 460px;
    max-height: 100vh;
  }
}
/* line 1326, ../sass/app.scss */
.destination__slide::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: white;
  opacity: 0.3;
}
/* line 1336, ../sass/app.scss */
.destination__slide-wrapper {
  position: relative;
  height: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.15);
  background-blend-mode: multiply;
}
/* line 1343, ../sass/app.scss */
.destination__slide-wrapper::after {
  content: '';
  background-image: url("../img/overlay.png");
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
}
/* line 1355, ../sass/app.scss */
.destination__slide-wrapper::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* line 1362, ../sass/app.scss */
.destination__slide .container {
  position: relative;
  z-index: 2;
  display: inline-block;
  vertical-align: middle;
}
/* line 1368, ../sass/app.scss */
.destination__slide .title {
  font-size: 35px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
  color: white;
  position: relative;
  z-index: 2;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.45);
}
@media (max-width: 992px) {
  /* line 1368, ../sass/app.scss */
  .destination__slide .title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  /* line 1368, ../sass/app.scss */
  .destination__slide .title {
    font-size: 20px;
  }
}
/* line 1385, ../sass/app.scss */
.destination__slide .city {
  line-height: 1;
  color: white;
  font-size: 160px;
  text-shadow: 5px -5px 25px rgba(0, 0, 0, 0.8);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -webkit-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
@media (max-width: 992px) {
  /* line 1385, ../sass/app.scss */
  .destination__slide .city {
    font-size: 100px;
  }
}
@media (max-width: 767px) {
  /* line 1385, ../sass/app.scss */
  .destination__slide .city {
    font-size: 70px;
  }
}
/* line 1404, ../sass/app.scss */
.destination__gallery {
  text-align: center;
}
/* line 1407, ../sass/app.scss */
.destination__gallery .owl-stage-outer {
  margin-bottom: 30px;
}
/* line 1410, ../sass/app.scss */
.destination__gallery .owl-nav {
  color: #999999;
}
/* line 1413, ../sass/app.scss */
.destination__gallery .owl-prev, .destination__gallery .owl-next {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

/* line 1425, ../sass/app.scss */
.golf__content {
  padding: 50px 0;
}
/* line 1428, ../sass/app.scss */
.golf__content h3 {
  color: #014165;
  font-weight: bold;
  margin-bottom: 25px;
}
