@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}
ol li {
  padding: 5px 0 5px 15px;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: middle;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"], input[type="button"], button, .button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #3c3f4b;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #3c3f4b;
  opacity: 1;
}
hr {
  clear: both;
  overflow: hidden;
  display: block;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  display: block;
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
strong {
  font-weight: 700;
}
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.selbel_w {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  font-family: "Proxima Nova";
  height: 40px;
}
.selbel_w select {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  display: block;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.selbel_w select + span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #555;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #eee;
  line-height: 40px;
}
.selbel_w select + span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #555 transparent transparent transparent;
  position: absolute;
  right: 13px;
  top: 16px;
}
.selbel_w select + span.err {
  border-color: #ef4036;
}
.selbel_w select option {
  padding: 5px;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 20px;
  clear: both;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #FF0000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: "Proxima Nova";
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: "Proxima Nova";
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
}
div.wpcf7 .ajax-loader {
  height: 0;
  width: 0;
}
div.wpcf7 .ajax-loader.is-active {
  background: url("../img/spinner.gif");
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  background-size: cover;
}
.error404 .content {
  text-align: center;
}
.error404 .content h1 {
  font-size: 2.619047619rem;
  line-height: 1.2;
  padding-bottom: 40px;
  font-weight: 400;
}
.error404 .content h1 span {
  font-size: 3.8095238095rem;
  line-height: 1.2;
  color: #473d3a;
  font-weight: 700;
}
.error404 .content p {
  font-size: 0.8571428571rem;
}
#menuOpen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(71, 61, 58, 0.85);
  height: 50px;
  display: none;
}
#menuOpen.opened span:before, #menuOpen.opened span:after {
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#menuOpen.opened span:before {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-45deg) translate(-7px, 7px);
  -moz-transform: rotate(-45deg) translate(-7px, 7px);
  -ms-transform: rotate(-45deg) translate(-7px, 7px);
  -o-transform: rotate(-45deg) translate(-7px, 7px);
  transform: rotate(-45deg) translate(-7px, 7px);
}
#menuOpen.opened span:after {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  -moz-transform: rotate(45deg) translate(7px, 7px);
  -ms-transform: rotate(45deg) translate(7px, 7px);
  -o-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
}
#menuOpen p {
  margin-left: 3%;
  color: #fff;
  font-family: "Aprille";
  font-size: 24px;
  text-transform: uppercase;
  line-height: 50px;
  padding-bottom: 0;
}
#menuOpen span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 3%;
  width: 27px;
  height: 27px;
  cursor: pointer;
  z-index: 300;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#menuOpen span:before, #menuOpen span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  box-shadow: 0 4px 0 0 #fff, 0 18px 0 0 #fff;
  -webkit-box-shadow: 0 4px 0 0 #fff, 0 18px 0 0 #fff;
  -moz-box-shadow: 0 4px 0 0 #fff, 0 18px 0 0 #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#menuOpen span:after {
  content: "";
  position: absolute;
  top: 7px;
  height: 4px;
  -webkit-box-shadow: 0 4px 0 0 #fff;
  -moz-box-shadow: 0 4px 0 0 #fff;
  -ms-box-shadow: 0 4px 0 0 #fff;
  -o-box-shadow: 0 4px 0 0 #fff;
  box-shadow: 0 4px 0 0 #fff;
}
html {
  font: 400 21px/1.5714 "Proxima Nova", sans-serif;
}
body {
  color: #3c3f4b;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
#main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
.container {
  margin: 0 auto;
  width: 1440px;
  max-width: 94%;
  position: relative;
}
.flex, .image-text .items .item:nth-child(3) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.alstart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.alend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.tac {
  text-align: center;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="password"], textarea {
  height: 40px;
  width: 100%;
  border: 1px solid #000;
  background: #fff;
  padding: 0 0.9523809524rem;
  font-family: "Proxima Nova";
  font-size: 0.6666666667rem;
}
textarea {
  resize: none;
  height: 100px;
  padding: 12px 0.9523809524rem;
}
.button, .submit {
  display: inline-block;
  line-height: 1;
  padding: 13px 0.9523809524rem 18px;
  font-size: 1.3333333333rem;
  font-family: "Aprille";
  letter-spacing: 0.1333333333rem;
  background: #473d3a;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.46);
  border-radius: 5px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .button, .submit {
    padding: 13px 30px 18px;
  }
}
.button:hover, .submit:hover {
  text-decoration: none;
  opacity: 0.7;
}
.last_no_spacing > *:last-child, .testimonials .swiper-slide > div > *:last-child, .full_img > div > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "Aprille";
  padding-bottom: 25px;
  line-height: 1.2;
}
h1 {
  font-size: 3.3333333333rem;
  font-weight: 300;
  letter-spacing: 1rem;
  text-shadow: 2px 3px 83px #000;
  color: #ffffff;
  text-align: center;
  text-transform: lowercase;
}
h2 {
  font-size: 2rem;
  font-weight: 300;
  padding-bottom: 55px;
}
@media screen and (min-width: 1025px) {
  h2 {
    letter-spacing: 4.2px;
  }
}
h2 em {
  font-family: "Saturday Script Alt1";
  font-size: 3.0476190476rem;
  letter-spacing: 0;
  font-style: normal;
}
h3 {
  font-size: 1.2380952381rem;
  font-weight: 300;
  letter-spacing: 2.6px;
}
p {
  padding-bottom: 20px;
  line-height: 1.5;
}
a {
  color: #d28263;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: underline;
}
header {
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 20px;
}
@media screen and (min-width: 1025px) {
  .home header {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b3000000", endColorstr="#00000000", GradientType=0);
    /* IE6-9 */
    padding: 20px 0;
    top: 0;
  }
}
.hs-form {
  text-align: center;
}
.hs-form label {
  text-align: center !important;
}
.hs-form .selbel_w {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  #mainMenu > ul {
    font-size: 0;
  }
  #mainMenu > ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  #mainMenu > ul > li > a {
    font-family: "Aprille";
    font-size: 14px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: #ffffff;
    display: block;
    position: relative;
    transition: all 0.2s ease-in-out;
  }
  #mainMenu > ul > li > a:before, #mainMenu > ul > li > a:after {
    content: "";
    position: absolute;
    bottom: -5px;
    width: 0;
    height: 1px;
    margin: 5px 0 0;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.3s;
    opacity: 0;
  }
  #mainMenu > ul > li > a:before {
    left: calc(50%);
    background-color: #fff;
  }
  #mainMenu > ul > li > a:after {
    right: calc(50%);
    background-color: #fff;
  }
  #mainMenu > ul > li:hover > a, #mainMenu > ul > li.current-menu-item > a {
    text-decoration: none;
  }
  #mainMenu > ul > li:hover > a:before, #mainMenu > ul > li:hover > a:after, #mainMenu > ul > li.current-menu-item > a:before, #mainMenu > ul > li.current-menu-item > a:after {
    width: 50%;
    opacity: 1;
  }
  #mainMenu > ul > li:hover > ul {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
  #mainMenu > ul > li.nav_logo {
    background-image: url("../img/logo.png");
    background-size: cover;
    height: 89px;
    width: 423px;
  }
  #mainMenu > ul > li.nav_logo a {
    opacity: 0;
    height: 100%;
  }
  #mainMenu > ul > li ul {
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    width: 270px;
    position: absolute;
    left: 0;
    top: 100%;
    background: rgba(239, 239, 239, 0.8);
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu > ul > li ul li {
    position: relative;
  }
  #mainMenu > ul > li ul li a {
    display: block;
    padding: 7px 18px;
    color: #473d3a;
    font-size: 0.619047619rem;
    text-decoration: none;
  }
  #mainMenu > ul > li ul li:hover > a, #mainMenu > ul > li ul li.current-menu-item > a {
    color: #fff;
    background: #473d3a;
  }
  #mainMenu > ul > li ul li:hover ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #mainMenu > ul > li ul li ul {
    left: 270px;
    top: 0;
  }
}
.content ul {
  margin: 0 0 20px 15px;
}
.content ul li {
  padding: 5px 0 5px 15px;
  position: relative;
}
.content ul li:before {
  content: "";
  background: #473d3a;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 0.7142857143rem;
  left: 0;
}
footer {
  background: url("../img/footer-bg.jpg") no-repeat 50%/50%;
  background-size: cover;
  padding: 85px 0;
  position: relative;
  text-align: center;
  overflow: hidden;
  color: #ececeb;
  font-size: 1.1428571429rem;
  font-family: "Aprille";
  letter-spacing: 2.4px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
footer a {
  color: #ececeb;
  position: relative;
  transition: all 0.2s ease-in-out;
}
footer a:before, footer a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 0;
  height: 1px;
  margin: 5px 0 0;
  transition: all 0.2s ease-in-out;
  transition-duration: 0.3s;
  opacity: 0;
}
footer a:before {
  left: calc(50%);
  background-color: #ececeb;
}
footer a:after {
  right: calc(50%);
  background-color: #ececeb;
}
footer a:hover {
  text-decoration: none;
}
footer a:hover:before, footer a:hover:after {
  width: 50%;
  opacity: 1;
}
footer:before {
  content: "";
  background-image: url("../img/f-before.png");
  height: 59px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 3;
}
footer:after {
  content: "";
  background-image: url("../img/f-after.png");
  height: 41px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  position: absolute;
}
footer .shadow {
  background-color: rgba(32, 26, 26, 0.25);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}
footer .container:before {
  content: "";
  background-image: url("../img/italy-overlay.png");
  background-repeat: no-repeat;
  background-size: contain;
  height: 411px;
  width: 366px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  opacity: 0.75;
}
footer .container > * {
  position: relative;
  z-index: 4;
}
footer .center {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .center > * {
  margin: 0 38px;
  position: relative;
}
footer .center > *:after {
  content: "";
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 6px;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  right: -38px;
}
footer .center > *:last-child:after {
  display: none;
}
footer figure {
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 40px;
}
footer figure img {
  margin: 0 auto;
}
footer figure:after {
  content: "";
  background-image: url("../img/e.png");
  background-repeat: no-repeat;
  width: 102px;
  height: 31px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
}
footer .other_info {
  display: inline-block;
  position: relative;
  margin-top: 10px;
}
footer .other_info:before, footer .other_info:after {
  content: "";
  font-family: FontAwesome;
  color: #ffffff;
  font-size: 6px;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
}
footer .other_info:before {
  left: -38px;
}
footer .other_info:after {
  right: -38px;
}
.top {
  min-height: 525px;
  background-size: cover;
  background-position: center 0;
  position: relative;
}
.top:before {
  content: "";
  background-image: url("../img/shadow.png");
  background-repeat: repeat-x;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  position: absolute;
}
.top h1 {
  padding: 75px 0 0;
}
.mob_logo {
  display: none;
}
.type-1 {
  padding: 160px 0;
  background-image: url("../img/plaster-bg_11.jpg");
  background-size: auto;
  background-repeat: repeat;
  position: relative;
}
.type-1:before {
  content: "";
  background-image: url("../img/border-type1-t.jpg");
  background-position: 50% 50%;
  height: 73px;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
}
.type-1:after {
  content: "";
  background-image: url("../img/border-type1-b.jpg");
  background-position: 50% 50%;
  height: 73px;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
}
.type-2 {
  background-color: #ffffff;
  text-align: center;
  position: relative;
  padding: 115px 0;
}
.type-2:before {
  content: "";
  background-image: url("../img/border-type2-t.jpg");
  height: 73px;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  position: absolute;
}
.type-2:after {
  content: "";
  background-image: url("../img/border-type2-b.jpg");
  height: 73px;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
}
.team {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -2.5%;
  width: 105%;
}
.team > * {
  width: 28.3333333333%;
  margin: 0 2.5% 3.3333333333em;
}
.team .item {
  margin-bottom: 0;
}
.team figure {
  margin-bottom: 45px;
}
.team figure img {
  margin: 0 auto;
}
.team .info {
  max-width: 370px;
  margin: 0 auto;
  font-size: 0.7619047619rem;
}
.team .info p {
  color: #484140;
}
.testimonials h2 {
  padding-bottom: 105px;
  margin-bottom: 40px;
  position: relative;
}
.testimonials h2:after {
  content: "";
  background-image: url("../img/quotes.png");
  background-repeat: no-repeat;
  height: 84px;
  width: 84px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 0;
}
.testimonials p:last-of-type {
  padding-bottom: 45px;
}
.testimonials .swiper-container {
  padding: 0 50px;
}
@media screen and (max-width: 1024px) {
  .testimonials .swiper-container {
    padding: 0 25px;
  }
}
.testimonials .custom_next, .testimonials .custom_prev {
  background-image: none;
  border-top: 3px solid #473d3a;
  border-left: 3px solid #473d3a;
  margin-top: 0;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  top: 25%;
}
.testimonials .custom_next:hover, .testimonials .custom_prev:hover {
  border-color: #0f0d0c;
}
@media screen and (max-width: 1024px) {
  .testimonials .custom_next, .testimonials .custom_prev {
    height: 20px;
    width: 20px;
  }
}
.testimonials .custom_next {
  -webkit-transform: rotateZ(135deg);
  -moz-transform: rotateZ(135deg);
  -ms-transform: rotateZ(135deg);
  -o-transform: rotateZ(135deg);
  transform: rotateZ(135deg);
  right: 2%;
}
.testimonials .custom_prev {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  left: 2%;
}
.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.columns .item {
  margin-bottom: 0;
}
.columns .item:nth-child(1) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.columns .item:nth-child(2) {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.columns .item:nth-child(3) {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.columns figure {
  margin-bottom: 25px;
}
.columns figure img {
  margin: 0 auto;
}
.columns .info {
  max-width: 400px;
  margin: 0 auto;
  font-size: 0.7619047619rem;
}
.columns .info p {
  color: #484140;
}
.wsi {
  padding-bottom: 120px;
}
.full_img {
  color: #ffffff;
  text-align: center;
  text-shadow: 2px 3px 83px rgba(0, 0, 0, 0.46);
  font-family: "Aprille";
  font-size: 1.1428571429rem;
}
.full_img:not(.parallax) {
  min-height: 760px !important;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 1024px) {
  .full_img:not(.parallax) {
    min-height: 300px !important;
  }
}
.full_img h2 {
  padding-bottom: 15px;
}
.full_img.alstart {
  padding: 175px 0 50px;
}
.full_img.alend {
  padding: 50px 0 100px;
}
a.full_img:hover {
  text-decoration: none;
}
.single_destinations .flex > div, .single_destinations .image-text .items .item:nth-child(3) > div, .image-text .items .single_destinations .item:nth-child(3) > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.single_destinations .flex:nth-child(1), .single_destinations .image-text .items .item:nth-child(3):nth-child(1), .image-text .items .single_destinations .item:nth-child(3):nth-child(1) {
  margin-bottom: 30px;
}
.single_destinations .flex:nth-child(1) figure, .single_destinations .image-text .items .item:nth-child(3):nth-child(1) figure, .image-text .items .single_destinations .item:nth-child(3):nth-child(1) figure {
  margin-left: 100px;
}
.single_destinations .flex:nth-child(2) figure, .single_destinations .image-text .items .item:nth-child(3):nth-child(2) figure, .image-text .items .single_destinations .item:nth-child(3):nth-child(2) figure {
  margin-right: 100px;
  filter: drop-shadow(0px 5px 10px #000);
}
.destinations_box {
  padding: 115px 0 75px;
}
.destinations_box .flex, .destinations_box .image-text .items .item:nth-child(3), .image-text .items .destinations_box .item:nth-child(3) {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.destinations_box a {
  -webkit-flex-basis: 444px;
  -moz-flex-basis: 444px;
  -ms-flex-preferred-size: 444px;
  flex-basis: 444px;
  min-height: 290px;
  position: relative;
  margin-bottom: 40px;
}
.destinations_box a:before {
  content: "";
  background-color: rgba(48, 42, 41, 0.24);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.destinations_box a:hover {
  text-decoration: none;
}
.destinations_box a:hover:before {
  background-color: rgba(48, 42, 41, 0.5);
}
.destinations_box a span {
  font-size: 2rem;
  font-weight: 300;
  font-family: "Aprille";
  color: #ffffff;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1025px) {
  .destinations_box a span {
    letter-spacing: 4.2px;
  }
}
.homeSlider .top_home {
  height: 100vh;
  padding-bottom: 80px;
  color: #ffffff;
}
.homeSlider .top_home h2 {
  font-size: 1.7142857143rem;
  padding-bottom: 20px;
}
.homeSlider .top_home h2 em {
  font-size: 1.9523809524rem;
}
.homeSlider .homeSliderNext, .homeSlider .homeSliderPrev {
  background-image: none;
  border-top: 3px solid #473d3a;
  border-left: 3px solid #473d3a;
  margin-top: 0;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.homeSlider .homeSliderNext:hover, .homeSlider .homeSliderPrev:hover {
  border-color: #0f0d0c;
}
.homeSlider .homeSliderNext {
  -webkit-transform: rotateZ(135deg);
  -moz-transform: rotateZ(135deg);
  -ms-transform: rotateZ(135deg);
  -o-transform: rotateZ(135deg);
  transform: rotateZ(135deg);
  right: 2%;
}
.homeSlider .homeSliderPrev {
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  left: 2%;
}
.w2 {
  width: 1200px;
}
.home_columns {
  padding: 90px 0;
  overflow: hidden;
}
.home_columns:before {
  top: -45px;
}
.home_columns:after {
  bottom: -45px;
}
.regions h2 {
  padding-bottom: 20px;
}
.regions .regs_desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 30px;
}
.regions .regs_desc .info {
  display: none;
}
.regions figure {
  -webkit-flex-basis: 670px;
  -moz-flex-basis: 670px;
  -ms-flex-preferred-size: 670px;
  flex-basis: 670px;
  max-width: 670px;
}
.regions figure svg {
  width: 100%;
}
.parallax {
  min-height: 760px;
}
.has-info {
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.has-info:hover {
  opacity: 0.8;
}
.has-info.act {
  filter: url(#inset-shadow);
  opacity: 0.8;
}
.has-info-pin {
  cursor: pointer;
}
.footer-text-box {
  padding: 160px 0 120px;
}
@media screen and (max-width: 1025px) {
  .footer-text-box {
    padding: 60px 0 20px !important;
  }
}
.footer-text-box::before {
  height: 43px;
  background-position: initial;
}
.footer-text-box::after {
  display: none;
}
.footer-text-box .title {
  text-transform: uppercase;
  margin-top: 40px;
}
.footer-text-box .title span {
  margin: 0 30px;
  letter-spacing: 5px;
}
.footer-text-box .title::before, .footer-text-box .title::after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2px;
  background: rgba(60, 63, 75, 0.2);
}
.footer-text-box .swiper-slide {
  height: auto;
}
.blog .content, .tag .content, .search .content, .single-post .content {
  background: #fff;
}
@media screen and (max-width: 1024px) {
  .blog .content > .flex, .blog .image-text .items .content > .item:nth-child(3), .image-text .items .blog .content > .item:nth-child(3), .tag .content > .flex, .tag .image-text .items .content > .item:nth-child(3), .image-text .items .tag .content > .item:nth-child(3), .search .content > .flex, .search .image-text .items .content > .item:nth-child(3), .image-text .items .search .content > .item:nth-child(3), .single-post .content > .flex, .single-post .image-text .items .content > .item:nth-child(3), .image-text .items .single-post .content > .item:nth-child(3) {
    display: block;
  }
}
.blog article, .tag article, .search article, .single-post article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.blog article h1, .tag article h1, .search article h1, .single-post article h1 {
  color: #3c3f4b;
  letter-spacing: 0.6rem;
  text-shadow: none;
}
.blog article .button, .tag article .button, .search article .button, .single-post article .button {
  margin: 10px 10px 10px 0;
}
@media screen and (max-width: 480px) {
  .blog article .button, .tag article .button, .search article .button, .single-post article .button {
    margin: 5px 5px 5px 0;
  }
}
.blog article .author, .tag article .author, .search article .author, .single-post article .author {
  border-bottom: 5px dotted #c9b8b2;
  padding: 10px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .blog article .author, .tag article .author, .search article .author, .single-post article .author {
    margin-bottom: 20px;
  }
}
.blog article .share-links, .tag article .share-links, .search article .share-links, .single-post article .share-links {
  padding-top: 20px;
}
.blog article .share-links span, .tag article .share-links span, .search article .share-links span, .single-post article .share-links span {
  margin-right: 10px;
}
.blog article .share-links a, .tag article .share-links a, .search article .share-links a, .single-post article .share-links a {
  display: inline-block;
  margin: 0 10px;
}
.blog aside, .tag aside, .search aside, .single-post aside {
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  margin-left: 40px;
  border-left: 1px solid #c9b8b2;
  padding: 20px;
}
@media screen and (max-width: 1024px) {
  .blog aside, .tag aside, .search aside, .single-post aside {
    border: none;
    padding: 0;
    margin-left: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .blog aside, .tag aside, .search aside, .single-post aside {
    margin-bottom: 12px;
  }
}
.blog aside h2, .tag aside h2, .search aside h2, .single-post aside h2 {
  padding-bottom: 20px;
  font-size: 26px;
}
.blog aside ul li, .tag aside ul li, .search aside ul li, .single-post aside ul li {
  padding-top: 0;
  padding-bottom: 0;
}
.blog aside ul li::before, .tag aside ul li::before, .search aside ul li::before, .single-post aside ul li::before {
  top: 13px;
  width: 6px;
  height: 6px;
}
@media screen and (max-width: 1024px) {
  .blog aside ul li::before, .tag aside ul li::before, .search aside ul li::before, .single-post aside ul li::before {
    top: 9px;
  }
}
@media screen and (max-width: 480px) {
  .blog aside ul li::before, .tag aside ul li::before, .search aside ul li::before, .single-post aside ul li::before {
    width: 3px;
    height: 3px;
  }
}
.blog aside .tagcloud, .tag aside .tagcloud, .search aside .tagcloud, .single-post aside .tagcloud {
  margin: 0 0 20px 15px;
}
.blog aside .tagcloud .tag-cloud-link, .tag aside .tagcloud .tag-cloud-link, .search aside .tagcloud .tag-cloud-link, .single-post aside .tagcloud .tag-cloud-link {
  display: block;
  font-size: 21px !important;
}
@media screen and (max-width: 480px) {
  .blog aside .tagcloud .tag-cloud-link, .tag aside .tagcloud .tag-cloud-link, .search aside .tagcloud .tag-cloud-link, .single-post aside .tagcloud .tag-cloud-link {
    font-size: 15px !important;
  }
}
.post {
  border-bottom: 5px dotted #c9b8b2;
  padding: 40px 0;
}
@media screen and (max-width: 1024px) {
  .post {
    padding: 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .post {
    display: block;
  }
}
.post .thumb {
  -webkit-flex-basis: 150px;
  -moz-flex-basis: 150px;
  -ms-flex-preferred-size: 150px;
  flex-basis: 150px;
  margin-right: 20px;
}
@media screen and (max-width: 600px) {
  .post .thumb {
    margin-right: 0;
    margin-bottom: 15px;
    display: block;
  }
}
.post .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.post .info h2 {
  padding-bottom: 25px;
}
@media screen and (max-width: 600px) {
  .post .info h2 {
    padding-bottom: 15px;
  }
}
.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.nav-links a:not(.prev):not(.next), .nav-links span {
  display: none;
}
.nav-links .prev {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.nav-links .next {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.blog-info {
  border-top: 3px solid #7E5846;
  padding: 40px 0 0;
  margin-top: 160px;
}
@media screen and (max-width: 1024px) {
  .blog-info {
    margin-bottom: 60px;
  }
  .blog-info > .flex, .image-text .items .blog-info > .item:nth-child(3) {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .blog-info {
    margin-top: 30px;
  }
}
.blog-info .item {
  -webkit-flex-basis: 33.33%;
  -moz-flex-basis: 33.33%;
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
  padding: 0 15px;
  background-image: url("../img/middle-divider.png");
  background-position: right;
  background-size: 3px 10px;
  background-repeat: repeat-y;
}
@media screen and (max-width: 1024px) {
  .blog-info .item {
    padding: 0;
    margin-bottom: 30px;
  }
  .blog-info .item:last-child {
    margin-bottom: 0;
  }
}
.blog-info .item p {
  text-align: inherit;
}
.blog-info .item:nth-child(3n-2) {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .blog-info .item:nth-child(3n-2) {
    text-align: center;
    background-image: none;
  }
}
.blog-info .item:nth-child(3n-1) {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .blog-info .item:nth-child(3n-1) {
    background-image: none;
  }
}
.blog-info .item:nth-child(3n) {
  text-align: right;
  background-image: none;
}
@media screen and (max-width: 1024px) {
  .blog-info .item:nth-child(3n) {
    text-align: center;
  }
}
.sliders_box .main-title {
  padding-bottom: 0;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .sliders_box .main-title {
    margin-bottom: 30px;
  }
}
.sliders_box .main-title::after, .sliders_box .main-title::before {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  content: "";
  height: 2px;
  background: #d8d9db;
}
.sliders_box .main-title span {
  margin: 0 40px;
  color: #3c3f4b;
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .sliders_box .main-title span {
    margin: 0 15px;
  }
}
.sliders_box .locations-list-wrapper {
  position: relative;
  z-index: 0;
  margin-bottom: 70px;
}
@media screen and (max-width: 480px) {
  .sliders_box .locations-list-wrapper {
    margin-bottom: 30px;
  }
}
.sliders_box .item-wrapper {
  padding: 20px 0 90px;
}
@media screen and (max-width: 1024px) {
  .sliders_box .item-wrapper {
    padding: 20px 0 50px;
  }
}
@media screen and (max-width: 480px) {
  .sliders_box .item-wrapper {
    padding: 0 0 30px;
  }
}
.sliders_box .swiper-container {
  padding: 40px 0;
}
.sliders_box .swiper-button-next, .sliders_box .swiper-button-prev {
  background-image: none;
  border-top: 3px solid #473d3a;
  border-left: 3px solid #473d3a;
  margin-top: 0;
  width: 40px;
  height: 40px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (max-width: 480px) {
  .sliders_box .swiper-button-next, .sliders_box .swiper-button-prev {
    display: none;
  }
}
.sliders_box .swiper-button-next:hover, .sliders_box .swiper-button-prev:hover {
  border-color: #0f0d0c;
}
@media screen and (max-width: 1024px) {
  .sliders_box .swiper-button-next, .sliders_box .swiper-button-prev {
    height: 20px;
    width: 20px;
    cursor: none;
  }
}
.sliders_box .swiper-button-next {
  -webkit-transform: translate(0, -50%) rotateZ(135deg);
  -moz-transform: translate(0, -50%) rotateZ(135deg);
  -ms-transform: translate(0, -50%) rotateZ(135deg);
  -o-transform: translate(0, -50%) rotateZ(135deg);
  transform: translate(0, -50%) rotateZ(135deg);
  right: -7%;
}
@media screen and (max-width: 1660px) {
  .sliders_box .swiper-button-next {
    right: -2.5%;
  }
}
.sliders_box .swiper-button-prev {
  -webkit-transform: translate(0, -50%) rotateZ(-45deg);
  -moz-transform: translate(0, -50%) rotateZ(-45deg);
  -ms-transform: translate(0, -50%) rotateZ(-45deg);
  -o-transform: translate(0, -50%) rotateZ(-45deg);
  transform: translate(0, -50%) rotateZ(-45deg);
  left: -7%;
}
@media screen and (max-width: 1660px) {
  .sliders_box .swiper-button-prev {
    left: -2.5%;
  }
}
.post-type-main {
  background: none;
}
.post-type-main .destinations_box {
  padding: 70px 0 0;
}
.post-type-main .destinations_box .container {
  width: 1450px;
}
.post-type-main .destinations_box > .flex, .post-type-main .image-text .items .destinations_box > .item:nth-child(3), .image-text .items .post-type-main .destinations_box > .item:nth-child(3) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.post-type-main .destinations_box a {
  min-height: 230px;
  -webkit-flex-basis: 352px;
  -moz-flex-basis: 352px;
  -ms-flex-preferred-size: 352px;
  flex-basis: 352px;
  margin: 0 5px 10px;
  text-align: center;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .post-type-main .destinations_box a {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    margin: 0 auto 5px;
    min-height: 180px;
  }
}
.itineraries-box {
  padding: 70px 0;
}
@media screen and (max-width: 1024px) {
  .itineraries-box {
    padding: 40px 0;
  }
}
@media screen and (max-width: 480px) {
  .itineraries-box {
    padding: 25px 0;
  }
}
.itineraries-box .itineraries-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .itineraries-box .itineraries-nav {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .itineraries-box .itineraries-nav .first-title {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .itineraries-box .itineraries-nav {
    margin-bottom: 25px;
  }
  .itineraries-box .itineraries-nav .sut-title {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.itineraries-box .itineraries-nav p {
  padding-bottom: 0;
}
.itineraries-box .itineraries-nav .selbel_w {
  -webkit-flex-basis: 230px;
  -moz-flex-basis: 230px;
  -ms-flex-preferred-size: 230px;
  flex-basis: 230px;
  margin: 0 30px;
}
@media screen and (max-width: 1024px) {
  .itineraries-box .itineraries-nav .selbel_w {
    margin: 0 15px;
    -webkit-flex-basis: 180px;
    -moz-flex-basis: 180px;
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
  }
}
.itineraries-box .itineraries-nav .selbel_w select + span {
  font-size: 1rem;
}
.itineraries-box .itineraries-list {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.itineraries-box .itineraries-list .item {
  -webkit-flex-basis: 31%;
  -moz-flex-basis: 31%;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .itineraries-box .itineraries-list .item {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .itineraries-box .itineraries-list .item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.itineraries-box .itineraries-list .thumb {
  height: 275px;
  display: block;
}
.itineraries-box .itineraries-list .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.itineraries-box .itineraries-list .thumb:hover {
  opacity: 0.8;
}
.itineraries-box .itineraries-list .title {
  border-bottom: 4px solid #d28263;
  font-size: 1.9047619048rem;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.itineraries-box .itineraries-list p {
  text-align: center;
}
.itineraries-box .itineraries-list p:not(.days) {
  padding-bottom: 0;
}
.itineraries-box .itineraries-list .link {
  font-weight: 700;
  color: #d28263;
}
.regions-map-box {
  text-align: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.regions-map-box .image {
  display: inline-block;
}
.regions-map-box .image:hover {
  opacity: 0.8;
}
.tpl-landing #wpadminbar {
  display: none;
}
.tpl-landing footer {
  display: none;
}
.tpl-landing .footer-text-box {
  display: none;
}
.top-block-lp {
  position: relative;
  z-index: 0;
  color: #fff;
  padding: 100px 0 600px;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .top-block-lp {
    padding: 60px 0 400px;
  }
}
@media (max-width: 768px) {
  .top-block-lp {
    padding: 40px 0 400px;
  }
}
.top-block-lp:after {
  box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.35);
  content: "";
  bottom: 0;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.top-block-lp h1 {
  text-transform: capitalize;
  text-shadow: none;
  padding-bottom: 60px;
}
@media (max-width: 1366px) {
  .top-block-lp h1 {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .top-block-lp h1 {
    padding-bottom: 20px;
  }
}
.top-block-lp h1 em {
  font-family: "Saturday Script Alt1";
}
.top-block-lp h4 {
  text-transform: uppercase;
  font-family: "Proxima Nova";
  font-size: 28px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .top-block-lp h4 {
    font-size: 24px;
  }
}
.top-block-lp p {
  font-size: 32px;
  line-height: 1.7;
}
@media (max-width: 1366px) {
  .top-block-lp p {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .top-block-lp p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.top-block-lp .image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.top-block-lp .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.logo-block-lp {
  overflow: hidden;
}
.logo-block-lp .logo-block-lp-items {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 70px 0 30px;
}
@media (max-width: 1366px) {
  .logo-block-lp .logo-block-lp-items {
    padding: 50px 0 30px;
  }
}
@media (max-width: 768px) {
  .logo-block-lp .logo-block-lp-items {
    padding: 40px 0;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
}
.logo-block-lp .logo-block-lp-item {
  margin-bottom: 20px;
  -webkit-flex-basis: 28%;
  -moz-flex-basis: 28%;
  -ms-flex-preferred-size: 28%;
  flex-basis: 28%;
}
@media (max-width: 1366px) {
  .logo-block-lp .logo-block-lp-item {
    margin-bottom: 15px;
    -webkit-flex-basis: 31%;
    -moz-flex-basis: 31%;
    -ms-flex-preferred-size: 31%;
    flex-basis: 31%;
  }
}
@media (max-width: 768px) {
  .logo-block-lp .logo-block-lp-item {
    -webkit-flex-basis: 46%;
    -moz-flex-basis: 46%;
    -ms-flex-preferred-size: 46%;
    flex-basis: 46%;
  }
}
@media (max-width: 600px) {
  .logo-block-lp .logo-block-lp-item {
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .logo-block-lp .logo-block-lp-item:last-child {
    margin-bottom: 0;
  }
}
.logo-block-lp .image img {
  margin: 0 auto;
}
.bottom-block-lp {
  position: relative;
  overflow: hidden;
}
.bottom-block-lp:before {
  box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.35);
  content: "";
  top: 0;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.bottom-block-lp:after {
  box-shadow: 0 0 15px 6px rgba(0, 0, 0, 0.35);
  content: "";
  bottom: 0;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.bottom-block-lp .image {
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  z-index: 0;
  overflow: hidden;
}
.bottom-block-lp .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.bottom-block-lp .bottom-block-lp-info {
  padding: 100px 0 30px;
  min-height: 960px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 1366px) {
  .bottom-block-lp .bottom-block-lp-info {
    min-height: 700px;
  }
}
@media (max-width: 768px) {
  .bottom-block-lp .bottom-block-lp-info {
    min-height: 500px;
  }
}
@media (max-width: 480px) {
  .bottom-block-lp .bottom-block-lp-info {
    min-height: auto;
    padding: 60px 0;
  }
}
.bottom-block-lp .bottom-block-lp-info .text {
  color: #ffffff;
}
.bottom-block-lp .bottom-block-lp-info .text h1, .bottom-block-lp .bottom-block-lp-info .text h2, .bottom-block-lp .bottom-block-lp-info .text h3, .bottom-block-lp .bottom-block-lp-info .text h4, .bottom-block-lp .bottom-block-lp-info .text h5, .bottom-block-lp .bottom-block-lp-info .text h6 {
  color: #fff;
  text-shadow: 0px 3px 83px rgba(0, 0, 0, 0.4);
}
.bottom-block-lp .bottom-block-lp-info .text *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.bottom-links-lp {
  padding: 80px 0 65px;
}
@media (max-width: 1366px) {
  .bottom-links-lp {
    padding: 60px 0 45px;
  }
}
@media (max-width: 768px) {
  .bottom-links-lp {
    padding: 50px 0 35px;
  }
}
@media (max-width: 480px) {
  .bottom-links-lp {
    padding: 30px 0 15px;
  }
}
.bottom-links-lp .bottom-links-lp-items {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bottom-links-lp .bottom-links-lp-item {
  position: relative;
  padding: 0 45px;
  line-height: 1;
  margin-bottom: 15px;
}
@media (max-width: 1366px) {
  .bottom-links-lp .bottom-links-lp-item {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .bottom-links-lp .bottom-links-lp-item {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .bottom-links-lp .bottom-links-lp-item {
    padding: 0;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
  }
}
.bottom-links-lp .bottom-links-lp-item:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #332b28;
}
@media (max-width: 480px) {
  .bottom-links-lp .bottom-links-lp-item:after {
    display: none;
  }
}
.bottom-links-lp .bottom-links-lp-item:first-child {
  padding-left: 0;
}
.bottom-links-lp .bottom-links-lp-item:last-child {
  padding-right: 0;
}
.bottom-links-lp .bottom-links-lp-item:last-child:after {
  display: none;
}
.bottom-links-lp .bottom-links-lp-item .link {
  display: inline-block;
  color: #332b28;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 768px) {
  .bottom-links-lp .bottom-links-lp-item .link {
    letter-spacing: 1px;
  }
}
.bottom-links-lp .bottom-links-lp-item .link:hover {
  color: #a94d21;
}
[data-tf-loaded="true"] > div {
  height: 100% !important;
}
@media screen and (max-width: 1260px) {
  #mainMenu > ul > li.nav_logo {
    height: 46px;
    width: 220px;
  }
  .single_destinations .flex:nth-child(2), .single_destinations .image-text .items .item:nth-child(3):nth-child(2), .image-text .items .single_destinations .item:nth-child(3):nth-child(2) {
    display: block;
    text-align: center;
  }
  .single_destinations .flex:nth-child(2) figure, .single_destinations .image-text .items .item:nth-child(3):nth-child(2) figure, .image-text .items .single_destinations .item:nth-child(3):nth-child(2) figure {
    margin: 0 0 30px 0;
  }
  .single_destinations .flex img, .single_destinations .image-text .items .item:nth-child(3) img, .image-text .items .single_destinations .item:nth-child(3) img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 16px;
  }
  #menuOpen {
    display: block;
    text-align: center;
    padding-top: 5px;
  }
  #menuOpen.opened + #mainMenu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #menuOpen a.menu_logo {
    display: inline-block;
    max-width: 180px;
  }
  #mainMenu {
    position: fixed;
    top: 50px;
    width: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: rgba(71, 61, 58, 0.85);
    right: 0;
    bottom: 0;
    overflow: auto;
  }
  #mainMenu ul {
    display: block;
  }
  #mainMenu ul li {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  #mainMenu ul li a {
    font-family: "Aprille";
    letter-spacing: 1px;
    margin: 0;
    color: #fff;
    font-size: 18px;
    padding: 10px 3%;
    border-bottom: 1px solid #000;
    position: relative;
    display: block;
    text-decoration: none;
  }
  #mainMenu ul li a:after {
    display: none;
  }
  #mainMenu ul li.nav_logo {
    display: none;
  }
  #mainMenu ul li:hover > a {
    background: none;
    color: #fff;
  }
  #mainMenu ul li.current-menu-item > a {
    background: #86685f;
    color: #fff;
  }
  #mainMenu ul li.menu-item-has-children > a:after {
    display: none;
  }
  #mainMenu ul li span {
    width: 60px;
    background: #473d3a;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
  }
  #mainMenu ul li span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 18px;
    height: 2px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu ul li span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 2px;
    height: 18px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu ul li span.active:after {
    opacity: 0;
  }
  #mainMenu ul li ul {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    position: static;
    background: none;
    display: none;
    -webkit-transition: all none ease;
    -moz-transition: all none ease;
    -ms-transition: all none ease;
    -o-transition: all none ease;
    transition: all none ease;
  }
  #mainMenu ul li ul li {
    display: inline-block;
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
  #mainMenu ul li ul li a {
    margin: 0;
    color: #fff;
    font-size: 18px;
    padding: 10px 6%;
    border-bottom: 1px solid #000;
    position: relative;
    text-decoration: none;
  }
  #mainMenu ul li ul li span {
    background: none;
  }
  #mainMenu ul li ul li:hover a {
    background: none;
    color: #fff;
  }
  #mainMenu ul li ul li.current-menu-item a {
    background: #473d3a;
    color: #fff;
  }
  #mainMenu ul li ul li ul li a {
    font-size: 16px;
    font-style: italic;
  }
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
  h2 {
    padding-bottom: 20px;
  }
  header {
    margin-top: 50px;
  }
  .mob_logo {
    display: none;
  }
  .mob_logo img {
    margin: 0 auto;
    height: 65px;
  }
  .top {
    min-height: 300px;
    margin-top: 50px;
  }
  .top h1 {
    padding-bottom: 50px;
  }
  .columns figure img {
    height: 150px;
  }
  .full_img {
    background-size: cover;
    background-position: center;
    min-height: 300px !important;
    padding: 75px 0 !important;
  }
  .type-1 {
    overflow: hidden;
    padding: 70px 0;
  }
  .type-1:before {
    top: -25px;
  }
  .type-1:after {
    bottom: -25px;
  }
  .type-2 {
    overflow: hidden;
    padding: 60px 0;
  }
  .type-2:before {
    top: -35px;
  }
  .type-2:after {
    bottom: -35px;
  }
  .testimonial h2 {
    padding-bottom: 80px;
    margin-bottom: 15px;
  }
  .testimonial p:last-of-type {
    padding-bottom: 20px;
  }
  .single_destinations .flex:nth-child(1), .single_destinations .image-text .items .item:nth-child(3):nth-child(1), .image-text .items .single_destinations .item:nth-child(3):nth-child(1) {
    display: block;
    text-align: center;
    margin-bottom: 30px;
  }
  .single_destinations .flex:nth-child(1) figure, .single_destinations .image-text .items .item:nth-child(3):nth-child(1) figure, .image-text .items .single_destinations .item:nth-child(3):nth-child(1) figure {
    margin-left: 0;
  }
  .single_destinations .flex img, .single_destinations .image-text .items .item:nth-child(3) img, .image-text .items .single_destinations .item:nth-child(3) img {
    margin: 0 auto;
  }
  footer {
    padding: 30px 0;
  }
  footer figure {
    padding-bottom: 30px;
    margin-bottom: 25px;
  }
  footer figure img {
    height: 80px;
  }
  footer:before {
    height: 25px;
  }
  footer:after {
    height: 25px;
  }
  .regions {
    text-align: center;
  }
  .regions > .alc {
    display: block;
  }
  .regions .regs_desc {
    margin: 0 0 20px;
  }
  .parallax {
    position: relative;
    overflow: hidden;
  }
  .pbg {
    position: absolute;
    top: 0;
    left: 50%;
    bottom: 0;
    height: 150%;
    transform: translateX(-50%);
    width: auto;
    max-width: 9999px;
  }
}
@media screen and (max-width: 960px) {
  .destinations_box .flex, .destinations_box .image-text .items .item:nth-child(3), .image-text .items .destinations_box .item:nth-child(3) {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
  .destinations_box a {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .homeSlider .top_home {
    height: auto;
    min-height: 300px;
    padding-bottom: 30px;
  }
  .homeSlider .homeSliderNext, .homeSlider .homeSliderPrev {
    width: 20px;
    height: 20px;
  }
  .mob_logo img {
    height: 35px;
  }
  .team {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .team > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
  footer .center {
    display: block;
  }
  footer .center > *:after {
    display: none;
  }
  footer .center a {
    display: block;
  }
  footer .other_info:before, footer .other_info:after {
    display: none;
  }
}
@media screen and (max-width: 479px) {
  html {
    font-size: 14px;
  }
  h2 {
    font-size: 21px;
    padding-bottom: 10px;
  }
  h2 em {
    font-size: 25px;
  }
  h3 {
    padding-bottom: 10px;
  }
  p {
    padding-bottom: 10px;
    line-height: 1.3;
  }
  .homeSlider .top_home h2 {
    font-size: 21px;
  }
  .homeSlider .top_home h2 em {
    font-size: 25px;
  }
  .mob_logo {
    margin-bottom: 40px;
  }
  .mob_logo img {
    height: 20px;
  }
  .top {
    min-height: 200px;
  }
  .top h1 {
    font-size: 24px;
    padding: 50px 0 20px;
  }
  .columns figure {
    margin-bottom: 10px;
  }
  .columns figure img {
    height: 65px;
  }
  .full_img {
    padding-top: 100px;
  }
  .testimonial h2 {
    padding-bottom: 60px;
  }
  .testimonial h2:after {
    width: 60px;
    height: 60px;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .team figure {
    margin-bottom: 15px;
  }
  .destinations_box a {
    min-height: 180px;
    margin-bottom: 5px;
  }
  footer {
    letter-spacing: 1px;
    line-height: 1.3;
  }
  footer figure {
    padding-bottom: 25px;
    margin-bottom: 5px;
  }
  footer figure img {
    height: 50px;
  }
}
.oj-top-text {
  padding: 100px 0 60px;
}
@media (max-width: 1024px) {
  .oj-top-text {
    padding: 35px 0;
  }
}
.oj-top-text p {
  text-align: center;
}
.image-text .items {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.image-text .items .item {
  -webkit-flex-basis: 45%;
  -moz-flex-basis: 45%;
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  padding: 35px 35px 50px 35px;
  border: 4px solid #d6d1ce;
  border-radius: 15px;
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  .image-text .items .item {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 20px;
    margin-bottom: 30px;
  }
}
.image-text .items .item:nth-child(3) {
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 35px;
}
@media (max-width: 768px) {
  .image-text .items .item:nth-child(3) {
    display: block;
  }
}
.image-text .items .item:nth-child(3) .info {
  max-width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: justify;
}
@media (max-width: 768px) {
  .image-text .items .item:nth-child(3) .info {
    text-align: center;
  }
}
.image-text .items .item:nth-child(3) .info h2 {
  padding-bottom: 35px;
}
.image-text .items .item:nth-child(3) .info p {
  padding-bottom: 35px;
  text-align: justify;
}
@media (max-width: 768px) {
  .image-text .items .item:nth-child(3) .info p {
    text-align: center;
  }
}
.image-text .items .item:nth-child(3) .thumb {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  margin-right: 50px;
  margin-bottom: 0;
  display: inline-block;
}
@media (max-width: 768px) {
  .image-text .items .item:nth-child(3) .thumb {
    margin-right: 0;
  }
}
.image-text .items .item:nth-child(3) .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.image-text .items .item .image img {
  width: 100%;
}
.image-text .items .item .info {
  text-align: center;
  max-width: 350px;
  margin: 0 auto 10px;
}
@media (max-width: 768px) {
  .image-text .items .item .info {
    max-width: 100%;
  }
}
.image-text .items .item .info h2 {
  text-transform: uppercase;
  padding-bottom: 20px;
}
.image-text .items .item .info p {
  text-align: center;
}
.post-type-archive-small-group-tours .top-info {
  padding: 70px 0;
}
.post-type-archive-small-group-tours .top-info h2 {
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.post-type-archive-small-group-tours .top-info h4 {
  text-transform: uppercase;
}
.post-type-archive-small-group-tours .top-info p {
  line-height: 2;
}
.small-tours .post {
  border-radius: 15px;
  padding: 25px 45px 25px 25px;
  border: 4px solid #d6d1ce;
  margin-bottom: 78px;
}
@media (max-width: 1024px) {
  .small-tours .post {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .small-tours .post {
    margin-bottom: 30px;
  }
}
.small-tours .post .image {
  -webkit-flex-basis: 520px;
  -moz-flex-basis: 520px;
  -ms-flex-preferred-size: 520px;
  flex-basis: 520px;
  margin-right: 90px;
}
@media (max-width: 1365px) {
  .small-tours .post .image {
    -webkit-flex-basis: 400px;
    -moz-flex-basis: 400px;
    -ms-flex-preferred-size: 400px;
    flex-basis: 400px;
  }
}
@media (max-width: 1024px) {
  .small-tours .post .image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
  }
}
.small-tours .post .image img {
  height: 420px;
  width: 100%;
  object-fit: cover;
  filter: drop-shadow(6px 6px 16px rgba(0, 0, 0, 0.15));
  border-radius: 15px;
}
@media (max-width: 768px) {
  .small-tours .post .image img {
    height: auto;
  }
}
.small-tours .post .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.small-tours .post .info .schedule-title {
  margin-bottom: 30px;
}
.small-tours .post .info h2 a {
  color: #000;
  font-size: 64px;
  letter-spacing: -0.004em;
}
@media (max-width: 1366px) {
  .small-tours .post .info h2 a {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .small-tours .post .info h2 a {
    font-size: 30px;
  }
}
.small-tours .post .info h2 a:hover {
  text-decoration: none;
}
.small-tours .post .info p {
  font-size: 30px;
}
@media (max-width: 1366px) {
  .small-tours .post .info p {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .small-tours .post .info p {
    font-size: 18px;
  }
}
@media (max-width: 1365px) {
  .small-tours .post .info .bottom {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.small-tours .post .info .bottom .date {
  -webkit-flex-basis: 35%;
  -moz-flex-basis: 35%;
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  font-size: 24px;
  text-transform: uppercase;
  color: #453D3A;
  font-family: "Poppins";
  font-weight: 600;
  letter-spacing: 0.25em;
}
@media (max-width: 1550px) {
  .small-tours .post .info .bottom .date {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-preferred-size: 48.5%;
    flex-basis: 48.5%;
  }
}
@media (max-width: 1365px) {
  .small-tours .post .info .bottom .date {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 768px) {
  .small-tours .post .info .bottom .date {
    font-size: 18px;
  }
}
.small-tours .post .info .bottom .button {
  -webkit-flex-basis: 32%;
  -moz-flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}
@media (max-width: 1550px) {
  .small-tours .post .info .bottom .button {
    -webkit-flex-basis: 48.5%;
    -moz-flex-basis: 48.5%;
    -ms-flex-preferred-size: 48.5%;
    flex-basis: 48.5%;
  }
}
@media (max-width: 1365px) {
  .small-tours .post .info .bottom .button {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.small-tours .post .info .bottom .line {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1550px) {
  .small-tours .post .info .bottom .line {
    display: none;
  }
}
.small-tours .post .info .bottom .line:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 30px;
  right: 30px;
  height: 3px;
  background: #453d3a;
}
.detail-section {
  margin-bottom: 150px;
}
@media (max-width: 1024px) {
  .detail-section {
    margin-bottom: 60px;
  }
}
.detail-section > .flex, .image-text .items .detail-section > .item:nth-child(3) {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .detail-section > .flex, .image-text .items .detail-section > .item:nth-child(3) {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.detail-section .days-nights {
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  border: 3px solid #d6d1ce;
  border-radius: 15px;
}
@media (max-width: 1024px) {
  .detail-section .days-nights {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 30px;
  }
}
.detail-section .days-nights .day-num {
  text-transform: uppercase;
  font-size: 30px;
}
@media (max-width: 1366px) {
  .detail-section .days-nights .day-num {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .detail-section .days-nights .day-num {
    margin: 0 15px;
  }
}
@media (max-width: 480px) {
  .detail-section .days-nights .day-num {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .detail-section .days-nights figure {
    margin: 0 15px;
  }
}
@media (max-width: 480px) {
  .detail-section .days-nights figure img {
    width: 50%;
    margin: 0 auto;
  }
}
.detail-section .days-nights .days {
  border-bottom: 3px solid #d6d1ce;
}
.detail-section .days-nights .item {
  padding: 20px 50px;
}
@media (max-width: 1366px) {
  .detail-section .days-nights .item {
    padding: 15px 30px;
  }
}
@media (max-width: 1024px) {
  .detail-section .days-nights .item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .detail-section .days-nights .item {
    padding: 10px;
  }
}
.detail-section .days-nights .item figure {
  margin: 0;
}
.detail-section .details {
  -webkit-flex-basis: 60%;
  -moz-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}
@media (max-width: 1024px) {
  .detail-section .details {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.hotels-section {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .hotels-section {
    margin-bottom: 15px;
  }
}
@media (max-width: 1280px) {
  .hotels-section > .flex, .image-text .items .hotels-section > .item:nth-child(3) {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.hotels-section .hotel-text {
  -webkit-flex-basis: 370px;
  -moz-flex-basis: 370px;
  -ms-flex-preferred-size: 370px;
  flex-basis: 370px;
  margin-right: 120px;
}
@media (max-width: 1365px) {
  .hotels-section .hotel-text {
    margin-right: 50px;
  }
}
@media (max-width: 1280px) {
  .hotels-section .hotel-text {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 35px;
  }
}
.hotels-section .items {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hotels-section .items .item {
  border-radius: 15px;
  padding: 25px 45px 25px 25px;
  border: 4px solid #d6d1ce;
  margin-bottom: 47px;
}
@media (max-width: 768px) {
  .hotels-section .items .item {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
  }
}
.hotels-section .items .item .image {
  flex-basis: 368px;
  margin-right: 50px;
}
@media (max-width: 768px) {
  .hotels-section .items .item .image {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.hotels-section .items .item .image img {
  border-radius: 15px;
}
@media (max-width: 768px) {
  .hotels-section .items .item .image img {
    width: 100%;
    object-fit: cover;
    height: 250px;
  }
}
@media (max-width: 480px) {
  .hotels-section .items .item .image img {
    height: auto;
  }
}
.hotels-section .items .item .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hotels-section .items .item .info h2 {
  padding-bottom: 15px;
  font-size: 55px;
}
@media (max-width: 1440px) {
  .hotels-section .items .item .info h2 {
    font-size: 38px;
  }
}
@media (max-width: 768px) {
  .hotels-section .items .item .info h2 {
    font-size: 30px;
  }
}
.hotels-section .items .item .info p {
  font-size: 25px;
}
@media (max-width: 1440px) {
  .hotels-section .items .item .info p {
    font-size: 22px;
  }
}
@media (max-width: 1024px) {
  .hotels-section .items .item .info p {
    font-size: 18px;
  }
}
.pdf {
  margin-bottom: 120px;
  position: relative;
}
@media (max-width: 1024px) {
  .pdf {
    margin-bottom: 90px;
  }
}
.pdf .pdf-inner {
  position: relative;
}
.pdf .pdf-inner:before {
  content: "";
  background-image: url("../images/before-line.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 37px;
  position: absolute;
  left: 0;
  right: 0;
  top: -37px;
}
.pdf .pdf-inner:after {
  content: "";
  background-image: url("../images/after-line.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 37px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -37px;
}
.pricing-availability {
  margin-bottom: 90px;
}
@media (max-width: 1024px) {
  .pricing-availability {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .pricing-availability {
    margin-bottom: 30px;
  }
}
.pricing-availability .title {
  text-align: center;
}
.pricing-availability table {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .pricing-availability table {
    margin-bottom: 30px;
  }
}
.pricing-availability table tr:first-child td {
  background-image: url("../images/table-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 90px;
  color: #fff;
  font-size: 38px;
}
@media (max-width: 1024px) {
  .pricing-availability table tr:first-child td {
    height: 45px;
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .pricing-availability table tr:first-child td {
    font-size: 24px;
  }
}
.pricing-availability table td {
  background: #f8eee8;
  padding: 15px;
  text-align: center;
  font-size: 28px;
  border: 3px solid #fff;
}
@media (max-width: 1024px) {
  .pricing-availability table td {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .pricing-availability table td {
    font-size: 18px;
  }
}
._df_book.df-lite.df-container {
  background-color: #f5f5f5 !important;
}
.single-small-group-tours .oj-top-text .w2 {
  width: 1024px;
}
.single-small-group-tours .oj-top-text p {
  font-size: 24px;
}
.single-small-group-tours .content.type-1 {
  background-image: none;
  padding-bottom: 30px;
}
.single-small-group-tours .content.type-1:after {
  display: none;
}
.post-type-archive-small-group-tours .content.type-1 {
  background-image: none;
  padding-bottom: 30px;
}
.post-type-archive-small-group-tours .content.type-1:after {
  display: none;
}
.trips-section {
  margin: 150px 0;
}
@media (max-width: 1024px) {
  .trips-section {
    margin: 100px 0;
  }
}
@media (max-width: 768px) {
  .trips-section {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .trips-section {
    margin: 40px 0;
  }
}
.trips-section .container {
  width: 1650px;
}
.trips-section .trips-wrapper .trip-item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 40px 20px 20px;
  grid-gap: 90px;
  border: 4px solid #d6d1ce;
  border-radius: 24px;
  margin-bottom: 70px;
}
@media (max-width: 1400px) {
  .trips-section .trips-wrapper .trip-item {
    grid-gap: 20px;
  }
}
@media (max-width: 1024px) {
  .trips-section .trips-wrapper .trip-item {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .trips-section .trips-wrapper .trip-item {
    margin-bottom: 40px;
    padding: 10px;
  }
}
@media (max-width: 576px) {
  .trips-section .trips-wrapper .trip-item {
    margin-bottom: 20px;
  }
}
.trips-section .trips-wrapper .trip-item .image-wrapper {
  flex-basis: 37%;
}
.trips-section .trips-wrapper .trip-item .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 1024px) {
  .trips-section .trips-wrapper .trip-item .image-wrapper {
    flex-basis: 100%;
  }
}
.trips-section .trips-wrapper .trip-item .text-wrapper {
  flex: 1;
}
@media (max-width: 1024px) {
  .trips-section .trips-wrapper .trip-item .text-wrapper {
    flex-basis: 100%;
  }
}
.trips-section .trips-wrapper .trip-item .text-wrapper .category-wrapper {
  width: fit-content;
  margin-bottom: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05)), url("../img/category-bg.png");
  box-shadow: inset 3px 3px 2px rgba(0, 0, 0, 0.25);
  border-radius: 35px;
  padding: 0px 40px;
  font-family: "Aprille";
  font-weight: 400;
  font-size: 31px;
  color: #fff;
}
@media (max-width: 1200px) {
  .trips-section .trips-wrapper .trip-item .text-wrapper .category-wrapper {
    font-size: 27px;
  }
}
.trips-section .trips-wrapper .trip-item .text-wrapper .info-wrapper h2 {
  padding-bottom: 20px;
  font-size: 64px;
  font-family: "Aprille";
}
@media (max-width: 1200px) {
  .trips-section .trips-wrapper .trip-item .text-wrapper .info-wrapper h2 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .trips-section .trips-wrapper .trip-item .text-wrapper .info-wrapper h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .trips-section .trips-wrapper .trip-item .text-wrapper .info-wrapper h2 {
    font-size: 30px;
  }
}
.trips-section .trips-wrapper .trip-item .text-wrapper .info-wrapper p {
  font-family: "Proxima Nova";
  font-size: 30px;
  color: #000;
}
@media (max-width: 1200px) {
  .trips-section .trips-wrapper .trip-item .text-wrapper .info-wrapper p {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .trips-section .trips-wrapper .trip-item .text-wrapper .info-wrapper p {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .trips-section .trips-wrapper .trip-item .text-wrapper .info-wrapper p {
    font-size: 18px;
  }
}
.trips-section .trips-wrapper .trip-item .text-wrapper .bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 30px;
}
@media (max-width: 1024px) {
  .trips-section .trips-wrapper .trip-item .text-wrapper .bottom-row {
    grid-gap: 15px;
    justify-content: center;
  }
}
.trips-section .trips-wrapper .trip-item .text-wrapper .bottom-row .date p {
  padding-bottom: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #453d3a;
  letter-spacing: 0.2459em;
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .trips-section .trips-wrapper .trip-item .text-wrapper .bottom-row .date p {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .trips-section .trips-wrapper .trip-item .text-wrapper .bottom-row .date p {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .trips-section .trips-wrapper .trip-item .text-wrapper .bottom-row .date {
    flex-basis: 100%;
  }
  .trips-section .trips-wrapper .trip-item .text-wrapper .bottom-row .date p {
    text-align: center;
  }
}
.trips-section .trips-wrapper .trip-item .text-wrapper .bottom-row .line {
  flex: 1;
  height: 3px;
  width: 100%;
  background-color: #453d3a;
}
@media (max-width: 768px) {
  .trips-section .trips-wrapper .trip-item .text-wrapper .bottom-row .line {
    display: none;
  }
}
.trips-section .trips-wrapper .trip-item .text-wrapper .bottom-row .btn {
  background: #453d3a;
  box-shadow: 3.47666px 3.47666px 4.63555px rgba(0, 0, 0, 0.25);
  border-radius: 5.79443px;
  padding: 0px 40px;
  font-size: 38px;
  line-height: 61px;
  color: #fff;
  font-family: "Aprille";
  text-decoration: none;
}
@media (max-width: 1200px) {
  .trips-section .trips-wrapper .trip-item .text-wrapper .bottom-row .btn {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .trips-section .trips-wrapper .trip-item .text-wrapper .bottom-row .btn {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .trips-section .trips-wrapper .trip-item .text-wrapper .bottom-row .btn {
    font-size: 18px;
  }
}
.trips-section .trips-wrapper .trip-item .text-wrapper .bottom-row .btn:hover {
  background-color: #37312e;
}
.testimonial-section {
  margin: 150px 0;
  position: relative;
}
@media (max-width: 1024px) {
  .testimonial-section {
    margin: 100px 0;
  }
}
@media (max-width: 768px) {
  .testimonial-section {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .testimonial-section {
    margin: 40px 0;
  }
}
@media (max-width: 1700px) {
  .testimonial-section .testimonial-wrapper {
    padding: 0 110px;
  }
}
.testimonial-section .container {
  width: 1360px;
  position: relative;
  z-index: 10;
}
.testimonial-section::after, .testimonial-section::before {
  position: absolute;
  width: 240px;
  height: 240px;
  content: "";
  background-image: url("../img/quote-new.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .testimonial-section::after, .testimonial-section::before {
    display: none;
  }
}
.testimonial-section::after {
  right: -90px;
  top: -70px;
}
.testimonial-section::before {
  left: -90px;
  bottom: -70px;
  transform: rotate(180deg);
}
.text-image-section {
  margin: 150px 0;
}
@media (max-width: 1024px) {
  .text-image-section {
    margin: 100px 0;
  }
}
@media (max-width: 768px) {
  .text-image-section {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .text-image-section {
    margin: 40px 0;
  }
}
.text-image-section .text-image-wrapper .text-image-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 80px;
  align-items: center;
  justify-content: center;
  margin-bottom: 200px;
}
@media (max-width: 1024px) {
  .text-image-section .text-image-wrapper .text-image-row {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
    margin-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .text-image-section .text-image-wrapper .text-image-row {
    grid-gap: 20px;
    margin-bottom: 60px;
  }
}
@media (max-width: 576px) {
  .text-image-section .text-image-wrapper .text-image-row {
    grid-gap: 15px;
    margin-bottom: 30px;
  }
}
.text-image-section .text-image-wrapper .text-image-row .text-wrapper h2 {
  font-size: 64px;
  line-height: 103px;
  color: #000;
  font-family: "Aprille";
}
@media (max-width: 1200px) {
  .text-image-section .text-image-wrapper .text-image-row .text-wrapper h2 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .text-image-section .text-image-wrapper .text-image-row .text-wrapper h2 {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .text-image-section .text-image-wrapper .text-image-row .text-wrapper h2 {
    font-size: 30px;
  }
}
.text-image-section .text-image-wrapper .text-image-row .text-wrapper p {
  font-size: 30px;
  line-height: 46px;
}
@media (max-width: 1200px) {
  .text-image-section .text-image-wrapper .text-image-row .text-wrapper p {
    font-size: 24px;
    line-height: 25px;
  }
}
@media (max-width: 768px) {
  .text-image-section .text-image-wrapper .text-image-row .text-wrapper p {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .text-image-section .text-image-wrapper .text-image-row .text-wrapper p {
    font-size: 18px;
  }
}
.text-image-section .text-image-wrapper .text-image-row .text-wrapper .btn {
  background: #453d3a;
  box-shadow: 3.47666px 3.47666px 4.63555px rgba(0, 0, 0, 0.25);
  border-radius: 5.79443px;
  padding: 5px 40px;
  font-size: 38px;
  line-height: 61px;
  color: #fff;
  font-family: "Aprille";
  text-decoration: none;
}
@media (max-width: 1200px) {
  .text-image-section .text-image-wrapper .text-image-row .text-wrapper .btn {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .text-image-section .text-image-wrapper .text-image-row .text-wrapper .btn {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .text-image-section .text-image-wrapper .text-image-row .text-wrapper .btn {
    font-size: 18px;
  }
}
.text-image-section .text-image-wrapper .text-image-row .text-wrapper .btn:hover {
  background-color: #37312e;
}
.text-image-section .text-image-wrapper .text-image-row .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-image-section .text-image-wrapper .text-image-row:nth-child(even) .text-wrapper {
  order: -1;
}
@media (max-width: 1024px) {
  .text-image-section .text-image-wrapper .text-image-row:nth-child(even) .text-wrapper {
    order: 0;
  }
}
.gallery-section {
  margin: 150px 0;
}
@media (max-width: 1024px) {
  .gallery-section {
    margin: 100px 0;
  }
}
@media (max-width: 768px) {
  .gallery-section {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .gallery-section {
    margin: 40px 0;
  }
}
.gallery-section .gallery-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
  grid-gap: 40px;
  height: 100%;
  margin-bottom: 40px;
}
.gallery-section .gallery-wrapper .image {
  flex-basis: 32.3%;
}
.gallery-section .gallery-wrapper .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.gallery-section .gallery-wrapper .image:first-child, .gallery-section .gallery-wrapper .image:nth-child(4n) {
  flex-basis: 64.6%;
}
.top-section {
  margin: 150px 0;
}
@media (max-width: 1024px) {
  .top-section {
    margin: 100px 0;
  }
}
@media (max-width: 768px) {
  .top-section {
    margin: 60px 0;
  }
}
@media (max-width: 576px) {
  .top-section {
    margin: 40px 0;
  }
}
.top-section .container {
  width: 1300px;
}
.top-section .top-wrapper {
  text-align: center;
}
.top-section .top-wrapper .wys {
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .top-section .top-wrapper .wys {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .top-section .top-wrapper .wys {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .top-section .top-wrapper .wys {
    margin-bottom: 20px;
  }
}
.top-section .top-wrapper h2 {
  font-size: 64px;
  font-family: "Aprille";
}
@media (max-width: 1024px) {
  .top-section .top-wrapper h2 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .top-section .top-wrapper h2 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .top-section .top-wrapper h2 {
    font-size: 30px;
  }
}
.top-section .top-wrapper p {
  font-size: 30px;
}
@media (max-width: 1024px) {
  .top-section .top-wrapper p {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .top-section .top-wrapper p {
    font-size: 20px;
  }
}
.top-section .top-wrapper .btn {
  background: #453d3a;
  box-shadow: 3.47666px 3.47666px 4.63555px rgba(0, 0, 0, 0.25);
  border-radius: 5.79443px;
  padding: 17px 40px;
  font-size: 43px;
  line-height: 61px;
  color: #fff;
  font-family: "Aprille";
  text-decoration: none;
}
@media (max-width: 1200px) {
  .top-section .top-wrapper .btn {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .top-section .top-wrapper .btn {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .top-section .top-wrapper .btn {
    font-size: 18px;
  }
}
.top-section .top-wrapper .btn:hover {
  background-color: #37312e;
}
.itineraries-section .title {
  max-width: 1020px;
  margin: 0 auto;
  margin-bottom: 70px;
}
@media (max-width: 1024px) {
  .itineraries-section .title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .itineraries-section .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 576px) {
  .itineraries-section .title {
    margin-bottom: 20px;
  }
}
.itineraries-section .title h2 {
  font-size: 67px;
  font-family: "Aprille";
  padding-bottom: 20px;
}
@media (max-width: 1024px) {
  .itineraries-section .title h2 {
    font-size: 45px;
  }
}
@media (max-width: 768px) {
  .itineraries-section .title h2 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .itineraries-section .title h2 {
    font-size: 30px;
  }
}
.itineraries-section .title p {
  font-size: 30px;
}
@media (max-width: 1024px) {
  .itineraries-section .title p {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .itineraries-section .title p {
    font-size: 20px;
  }
}
.itineraries-section .itineraries-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 80px;
}
@media (max-width: 1400px) {
  .itineraries-section .itineraries-wrapper {
    grid-gap: 40px;
  }
}
@media (max-width: 1024px) {
  .itineraries-section .itineraries-wrapper {
    grid-gap: 20px;
  }
}
@media (max-width: 768px) {
  .itineraries-section .itineraries-wrapper {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
  }
}
@media (max-width: 576px) {
  .itineraries-section .itineraries-wrapper {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 15px;
  }
}
.itineraries-section .itineraries-wrapper .image-wrapper {
  margin-bottom: 20px;
}
.itineraries-section .itineraries-wrapper .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.itineraries-section .itineraries-wrapper .name h3 {
  font-size: 40px;
  text-align: center;
}
@media (max-width: 1400px) {
  .itineraries-section .itineraries-wrapper .name h3 {
    font-size: 35px;
  }
}
@media (max-width: 1024px) {
  .itineraries-section .itineraries-wrapper .name h3 {
    font-size: 27px;
  }
}
.itineraries-section .itineraries-wrapper .button-wrapper {
  text-align: center;
}
.itineraries-section .itineraries-wrapper .button-wrapper .btn {
  border: 2px solid #453d3a;
  filter: drop-shadow(2.2424px 2.2424px 2.98986px rgba(0, 0, 0, 0.25));
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 16;
  font-family: "Aprille";
  text-align: center;
  color: #453d3a;
}
:root {
  --f-spinner-width: 36px;
  --f-spinner-height: 36px;
  --f-spinner-color-1: rgba(0, 0, 0, 0.1);
  --f-spinner-color-2: rgba(17, 24, 28, 0.8);
  --f-spinner-stroke: 2.75;
}
.f-spinner {
  margin: auto;
  padding: 0;
  width: var(--f-spinner-width);
  height: var(--f-spinner-height);
}
.f-spinner svg {
  width: 100%;
  height: 100%;
  vertical-align: top;
  animation: f-spinner-rotate 2s linear infinite;
}
.f-spinner svg * {
  stroke-width: var(--f-spinner-stroke);
  fill: none;
}
.f-spinner svg *:first-child {
  stroke: var(--f-spinner-color-1);
}
.f-spinner svg *:last-child {
  stroke: var(--f-spinner-color-2);
  animation: f-spinner-dash 2s ease-in-out infinite;
}
@keyframes f-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes f-spinner-dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.f-zoomInUp {
  animation: 0.2s ease-out 0.1s both f-zoomInUp;
}
.f-zoomOutDown {
  animation: 0.2s ease-out both f-zoomOutDown;
}
@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 16px, 0);
    opacity: 0;
  }
}
.f-throwOutUp {
  animation: 0.175s ease-out both f-throwOutUp;
}
.f-throwOutDown {
  animation: 0.175s ease-out both f-throwOutDown;
}
@keyframes f-throwOutUp {
  to {
    transform: translate3d(0, -150px, 0);
    opacity: 0;
  }
}
@keyframes f-throwOutDown {
  to {
    transform: translate3d(0, 150px, 0);
    opacity: 0;
  }
}
.f-fadeIn {
  animation: 0.2s ease both f-fadeIn;
  z-index: 2;
}
.f-fadeOut {
  animation: 0.2s ease both f-fadeOut;
  z-index: 1;
}
@keyframes f-fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeOut {
  100% {
    opacity: 0;
  }
}
.f-fadeSlowIn {
  animation: 0.5s ease both f-fadeSlowIn;
  z-index: 2;
}
.f-fadeSlowOut {
  animation: 0.5s ease both f-fadeSlowOut;
  z-index: 1;
}
@keyframes f-fadeSlowIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeSlowOut {
  100% {
    opacity: 0;
  }
}
.f-fadeFastIn {
  animation: 0.2s ease-out both f-fadeFastIn;
  z-index: 2;
}
.f-fadeFastOut {
  animation: 0.2s ease-out both f-fadeFastOut;
  z-index: 2;
}
@keyframes f-fadeFastIn {
  0% {
    opacity: 0.75;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-fadeFastOut {
  100% {
    opacity: 0;
  }
}
.f-crossfadeIn {
  animation: 0.2s ease-out both f-crossfadeIn;
  z-index: 2;
}
.f-crossfadeOut {
  animation: 0.1s linear 0.1s both f-crossfadeOut;
  z-index: 1;
}
@keyframes f-crossfadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes f-crossfadeOut {
  100% {
    opacity: 0;
  }
}
.f-slideIn.from-next {
  animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext;
}
.f-slideIn.from-prev {
  animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev;
}
.f-slideOut.to-next {
  animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext;
}
.f-slideOut.to-prev {
  animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev;
}
@keyframes f-slideInPrev {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideInNext {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes f-slideOutNext {
  100% {
    transform: translateX(-100%);
  }
}
@keyframes f-slideOutPrev {
  100% {
    transform: translateX(100%);
  }
}
.f-classicIn.from-next {
  animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;
  z-index: 2;
}
.f-classicIn.from-prev {
  animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;
  z-index: 2;
}
.f-classicOut.to-next {
  animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;
  z-index: 1;
}
.f-classicOut.to-prev {
  animation: 0.85s cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;
  z-index: 1;
}
@keyframes f-classicInNext {
  0% {
    transform: translateX(-75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicInPrev {
  0% {
    transform: translateX(75px);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-classicOutNext {
  100% {
    transform: translateX(-75px);
    opacity: 0;
  }
}
@keyframes f-classicOutPrev {
  100% {
    transform: translateX(75px);
    opacity: 0;
  }
}
:root {
  --f-button-width: 40px;
  --f-button-height: 40px;
  --f-button-border: 0;
  --f-button-border-radius: 0;
  --f-button-color: #374151;
  --f-button-bg: #f8f8f8;
  --f-button-hover-bg: #e0e0e0;
  --f-button-active-bg: #d0d0d0;
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 20px;
  --f-button-svg-height: 20px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: none;
  --f-button-svg-disabled-opacity: 0.65;
}
.f-button {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: content-box;
  position: relative;
  margin: 0;
  padding: 0;
  width: var(--f-button-width);
  height: var(--f-button-height);
  border: var(--f-button-border);
  border-radius: var(--f-button-border-radius);
  color: var(--f-button-color);
  background: var(--f-button-bg);
  box-shadow: var(--f-button-shadow);
  pointer-events: all;
  cursor: pointer;
  transition: var(--f-button-transition);
}
@media (hover: hover) {
  .f-button:hover:not([disabled]) {
    color: var(--f-button-hover-color);
    background-color: var(--f-button-hover-bg);
  }
}
.f-button:active:not([disabled]) {
  background-color: var(--f-button-active-bg);
}
.f-button:focus:not(:focus-visible) {
  outline: none;
}
.f-button:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color));
}
.f-button svg {
  width: var(--f-button-svg-width);
  height: var(--f-button-svg-height);
  fill: var(--f-button-svg-fill);
  stroke: currentColor;
  stroke-width: var(--f-button-svg-stroke-width);
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: opacity 0.15s ease;
  transform: var(--f-button-transform);
  filter: var(--f-button-svg-filter);
  pointer-events: none;
}
.f-button[disabled] {
  cursor: default;
}
.f-button[disabled] svg {
  opacity: var(--f-button-svg-disabled-opacity);
}
.f-carousel__nav .f-button.is-prev, .f-carousel__nav .f-button.is-next, .fancybox__nav .f-button.is-prev, .fancybox__nav .f-button.is-next {
  position: absolute;
  z-index: 1;
}
.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-next {
  top: 50%;
  transform: translateY(-50%);
}
.is-horizontal .f-carousel__nav .f-button.is-prev, .is-horizontal .fancybox__nav .f-button.is-prev {
  left: var(--f-button-prev-pos);
}
.is-horizontal .f-carousel__nav .f-button.is-next, .is-horizontal .fancybox__nav .f-button.is-next {
  right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev, .is-horizontal.is-rtl .fancybox__nav .f-button.is-prev {
  left: auto;
  right: var(--f-button-next-pos);
}
.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next, .is-horizontal.is-rtl .fancybox__nav .f-button.is-next {
  right: auto;
  left: var(--f-button-prev-pos);
}
.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-next {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}
.is-vertical .f-carousel__nav .f-button.is-prev, .is-vertical .fancybox__nav .f-button.is-prev {
  top: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-next, .is-vertical .fancybox__nav .f-button.is-next {
  bottom: var(--f-button-next-pos);
}
.is-vertical .f-carousel__nav .f-button.is-prev svg, .is-vertical .f-carousel__nav .f-button.is-next svg, .is-vertical .fancybox__nav .f-button.is-prev svg, .is-vertical .fancybox__nav .f-button.is-next svg {
  transform: rotate(90deg);
}
html.with-fancybox {
  width: auto;
  overflow: visible;
  scroll-behavior: auto;
}
html.with-fancybox body {
  touch-action: none;
}
html.with-fancybox body.hide-scrollbar {
  width: auto;
  margin-right: calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));
  overflow: hidden !important;
  overscroll-behavior-y: none;
}
.fancybox__container {
  --fancybox-color: #dbdbdb;
  --fancybox-hover-color: #fff;
  --fancybox-bg: rgba(24, 24, 27, 0.98);
  --fancybox-slide-gap: 10px;
  --f-spinner-width: 50px;
  --f-spinner-height: 50px;
  --f-spinner-color-1: rgba(255, 255, 255, 0.1);
  --f-spinner-color-2: #bbb;
  --f-spinner-stroke: 3.65;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #f8f8f8;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: visible;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overscroll-behavior-y: contain;
}
.fancybox__container *, .fancybox__container *::before, .fancybox__container *::after {
  box-sizing: inherit;
}
.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--fancybox-bg);
  opacity: var(--fancybox-opacity, 1);
  will-change: opacity;
}
.fancybox__carousel {
  position: relative;
  box-sizing: border-box;
  flex: 1;
  min-height: 0;
  z-index: 10;
  overflow-y: visible;
  overflow-x: clip;
}
.fancybox__viewport {
  width: 100%;
  height: 100%;
}
.fancybox__track {
  display: flex;
  margin: 0 auto;
  height: 100%;
}
.fancybox__slide {
  flex: 0 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 var(--fancybox-slide-gap) 0 0;
  padding: 4px;
  overflow: auto;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 40px;
}
.fancybox__slide.has-iframe, .fancybox__slide.has-video, .fancybox__slide.has-html5video {
  overflow: hidden;
}
.fancybox__slide.has-image {
  overflow: hidden;
}
.fancybox__slide.has-image.is-animating, .fancybox__slide.has-image.is-selected {
  overflow: visible;
}
.fancybox__slide::before, .fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}
.fancybox__content {
  align-self: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 0;
  padding: 2rem;
  max-width: 100%;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  cursor: default;
  border-radius: 0;
  z-index: 20;
}
.is-loading .fancybox__content {
  opacity: 0;
}
.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}
.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}
.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}
.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}
.fancybox__content [data-selectable], .fancybox__content [contenteditable] {
  cursor: auto;
}
.fancybox__slide.has-image > .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: none;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
}
.fancybox__slide.has-image > .fancybox__content > picture > img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content, .is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content {
  visibility: hidden;
}
.is-animating .fancybox__content, .is-dragging .fancybox__content {
  filter: blur(0px);
  will-change: transform, width, height;
}
.fancybox-image {
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  user-select: none;
}
.fancybox__caption {
  align-self: center;
  max-width: 100%;
  flex-shrink: 0;
  margin: 0;
  padding: 14px 0 4px 0;
  overflow-wrap: anywhere;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  cursor: auto;
  visibility: visible;
}
.is-loading .fancybox__caption, .is-closing .fancybox__caption {
  opacity: 0;
  visibility: hidden;
}
.is-compact .fancybox__caption {
  padding-bottom: 0;
}
.f-button.is-close-btn {
  --f-button-svg-stroke-width: 2;
  position: absolute;
  top: 0;
  right: 8px;
  z-index: 40;
}
.fancybox__content > .f-button.is-close-btn {
  --f-button-width: 34px;
  --f-button-height: 34px;
  --f-button-border-radius: 4px;
  --f-button-color: var(--fancybox-color, #fff);
  --f-button-hover-color: var(--fancybox-color, #fff);
  --f-button-bg: transparent;
  --f-button-hover-bg: transparent;
  --f-button-active-bg: transparent;
  --f-button-svg-width: 22px;
  --f-button-svg-height: 22px;
  position: absolute;
  top: -38px;
  right: 0;
  opacity: 0.75;
}
.is-loading .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}
.is-zooming-out .fancybox__content > .f-button.is-close-btn {
  visibility: hidden;
}
.fancybox__content > .f-button.is-close-btn:hover {
  opacity: 1;
}
.fancybox__footer {
  padding: 0;
  margin: 0;
  position: relative;
}
.fancybox__footer .fancybox__caption {
  width: 100%;
  padding: 24px;
  opacity: var(--fancybox-opacity, 1);
  transition: all 0.25s ease;
}
.is-compact .fancybox__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  background: rgba(24, 24, 27, 0.5);
}
.is-compact .fancybox__footer .fancybox__caption {
  padding: 12px;
}
.is-compact .fancybox__content > .f-button.is-close-btn {
  --f-button-border-radius: 50%;
  --f-button-color: #fff;
  --f-button-hover-color: #fff;
  --f-button-outline-color: #000;
  --f-button-bg: rgba(0, 0, 0, 0.6);
  --f-button-active-bg: rgba(0, 0, 0, 0.6);
  --f-button-hover-bg: rgba(0, 0, 0, 0.6);
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-filter: none;
  top: 5px;
  right: 5px;
}
.fancybox__nav {
  --f-button-width: 50px;
  --f-button-height: 50px;
  --f-button-border: 0;
  --f-button-border-radius: 50%;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: transparent;
  --f-button-hover-bg: rgba(24, 24, 27, 0.3);
  --f-button-active-bg: rgba(24, 24, 27, 0.5);
  --f-button-shadow: none;
  --f-button-transition: all 0.15s ease;
  --f-button-transform: none;
  --f-button-svg-width: 26px;
  --f-button-svg-height: 26px;
  --f-button-svg-stroke-width: 2.5;
  --f-button-svg-fill: none;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));
  --f-button-svg-disabled-opacity: 0.65;
  --f-button-next-pos: 1rem;
  --f-button-prev-pos: 1rem;
  opacity: var(--fancybox-opacity, 1);
}
.fancybox__nav .f-button:before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  left: -20px;
  bottom: -30px;
  z-index: 1;
}
.is-idle .fancybox__nav {
  animation: 0.15s ease-out both f-fadeOut;
}
.is-idle.is-compact .fancybox__footer {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}
.fancybox__slide > .f-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));
  z-index: 30;
  cursor: pointer;
}
.fancybox-protected {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 40;
  user-select: none;
}
.fancybox-ghost {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: contain;
  z-index: 40;
  user-select: none;
  pointer-events: none;
}
.fancybox-focus-guard {
  outline: none;
  opacity: 0;
  position: fixed;
  pointer-events: none;
}
.fancybox__container:not([aria-hidden]) {
  opacity: 0;
}
.fancybox__container.is-animated[aria-hidden="false"] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden="false"] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden="false"] .fancybox__slide > *:not(.fancybox__content) {
  animation: 0.25s ease 0.1s backwards f-fadeIn;
}
.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop {
  animation: 0.35s ease backwards f-fadeIn;
}
.fancybox__container.is-animated[aria-hidden="true"] > *:not(.fancybox__backdrop, .fancybox__carousel), .fancybox__container.is-animated[aria-hidden="true"] .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-animated[aria-hidden="true"] .fancybox__slide > *:not(.fancybox__content) {
  animation: 0.15s ease forwards f-fadeOut;
}
.fancybox__container.is-animated[aria-hidden="true"] .fancybox__backdrop {
  animation: 0.35s ease forwards f-fadeOut;
}
.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}
.has-iframe .fancybox__content, .has-map .fancybox__content, .has-pdf .fancybox__content {
  width: 100%;
  height: 100%;
}
.fancybox__container:not(.is-compact) .has-iframe .fancybox__content, .fancybox__container:not(.is-compact) .has-map .fancybox__content, .fancybox__container:not(.is-compact) .has-pdf .fancybox__content {
  width: calc(100% - 120px);
  height: 90%;
}
.has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}
.has-map .fancybox__content, .has-pdf .fancybox__content, .has-youtube .fancybox__content, .has-vimeo .fancybox__content, .has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}
.has-map .fancybox__content {
  background: #e5e3df;
}
.fancybox__html5video, .fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}
.fancybox-placeholder {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}
.f-carousel__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-outline: 0;
  --f-thumb-outline-color: #5eb0ef;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
  --f-thumb-border-radius: 2px;
  --f-thumb-offset: 0px;
  --f-button-next-pos: 0;
  --f-button-prev-pos: 0;
}
.f-carousel__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
  --f-thumb-selected-opacity: 1;
}
.f-carousel__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
}
.f-thumbs {
  position: relative;
  flex: 0 0 auto;
  margin: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  perspective: 1000px;
  transform: translateZ(0);
}
.f-thumbs .f-spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  background-image: linear-gradient(#ebeff2, #e2e8f0);
  z-index: -1;
}
.f-thumbs .f-spinner svg {
  display: none;
}
.f-thumbs.is-vertical {
  height: 100%;
}
.f-thumbs__viewport {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.f-thumbs__track {
  display: flex;
  will-change: transform;
}
.f-thumbs__slide {
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  width: var(--f-thumb-width);
  min-width: var(--f-thumb-width);
  height: var(--f-thumb-height);
  overflow: visible;
  cursor: pointer;
}
.f-thumbs__slide.is-loading img {
  opacity: 0;
}
.is-classic .f-thumbs__viewport {
  height: 100%;
}
.is-modern .f-thumbs__track {
  width: max-content;
}
.is-modern .f-thumbs__track::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(var(--left, 0) * 1px);
  width: calc(100% - var(--width, 0) * 1px);
  cursor: pointer;
}
.is-modern .f-thumbs__slide {
  --clip-path: inset(
        0
            calc(
                (var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0)) * 0.5 *
                    (1 - var(--progress, 0))
            )
            round var(--f-thumb-border-radius, 0)
    );
  transform: translate3d(calc(var(--shift, 0) * -1px), 0, 0);
  transition: none;
  pointer-events: none;
}
.is-modern .f-thumbs__slide:focus-within:not(.is-selected) {
  filter: drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color));
}
.is-modern .f-thumbs__slide > * {
  clip-path: var(--clip-path);
}
.is-modern.in-touch .f-thumbs__slide {
  filter: none;
}
.is-modern.is-resting .f-thumbs__slide {
  transition: all 0.33s ease;
}
.is-modern.is-resting .f-thumbs__slide > * {
  transition: all 0.33s ease;
}
.f-thumbs__slide__button {
  appearance: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  border-radius: var(--f-thumb-border-radius);
  overflow: hidden;
  background: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  pointer-events: auto;
  touch-action: manipulation;
  opacity: var(--f-thumb-opacity);
  transition: opacity 0.2s ease;
}
.f-thumbs__slide__button:hover {
  opacity: var(--f-thumb-hover-opacity);
}
.f-thumbs__slide__button:focus:not(:focus-visible) {
  outline: none;
}
.f-thumbs__slide__button:focus-visible {
  outline: none;
  opacity: var(--f-thumb-selected-opacity);
}
.is-nav-selected .f-thumbs__slide__button {
  opacity: var(--f-thumb-selected-opacity);
}
.is-nav-selected .f-thumbs__slide__button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: auto;
  bottom: 0;
  border: var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);
  border-radius: var(--f-thumb-border-radius);
  animation: f-fadeIn 0.2s ease-out;
  z-index: 10;
}
.f-thumbs__slide__img {
  position: absolute;
  overflow: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: var(--f-thumb-offset);
  box-sizing: border-box;
  pointer-events: none;
  object-fit: cover;
}
.f-thumbs.is-horizontal .f-thumbs__track {
  margin: 0 auto;
  padding: 8px 0 12px 0;
}
.f-thumbs.is-horizontal .f-thumbs__slide {
  margin: 0 var(--f-thumb-gap) 0 0;
}
.f-thumbs.is-vertical .f-thumbs__track {
  flex-wrap: wrap;
  margin: auto 0;
  padding: 0 8px;
}
.f-thumbs.is-vertical .f-thumbs__slide {
  margin: 0 0 var(--f-thumb-gap) 0;
}
.fancybox__thumbs {
  --f-thumb-width: 96px;
  --f-thumb-height: 72px;
  --f-thumb-border-radius: 2px;
  --f-thumb-outline: 2px;
  --f-thumb-outline-color: #ededed;
  position: relative;
  opacity: var(--fancybox-opacity, 1);
  transition: max-height 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}
.fancybox__thumbs.is-classic {
  --f-thumb-gap: 8px;
  --f-thumb-opacity: 0.5;
  --f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-classic .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}
.fancybox__thumbs.is-modern {
  --f-thumb-gap: 4px;
  --f-thumb-extra-gap: 20px;
  --f-thumb-clip-width: 46px;
  --f-thumb-opacity: 1;
  --f-thumb-hover-opacity: 1;
}
.fancybox__thumbs.is-modern .f-spinner {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05));
}
.fancybox__thumbs.is-horizontal {
  padding: 0 var(--f-thumb-gap);
}
.fancybox__thumbs.is-vertical {
  padding: var(--f-thumb-gap) 0;
}
.is-compact .fancybox__thumbs {
  --f-thumb-width: 64px;
  --f-thumb-clip-width: 32px;
  --f-thumb-height: 48px;
  --f-thumb-extra-gap: 10px;
}
.fancybox__thumbs.is-hidden {
  max-height: 0px !important;
}
.is-closing .fancybox__thumbs {
  transition: none !important;
}
.fancybox__toolbar {
  --f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));
  --f-button-width: 46px;
  --f-button-height: 46px;
  --f-button-color: var(--fancybox-color);
  --f-button-hover-color: var(--fancybox-hover-color);
  --f-button-bg: rgba(24, 24, 27, 0.65);
  --f-button-hover-bg: rgba(70, 70, 73, 0.65);
  --f-button-active-bg: rgba(90, 90, 93, 0.65);
  --f-button-border-radius: 0;
  --f-button-svg-width: 24px;
  --f-button-svg-height: 24px;
  --f-button-svg-stroke-width: 1.5;
  --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));
  --f-button-svg-fill: none;
  --f-button-svg-disabled-opacity: 0.65;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
  color: var(--fancybox-color, currentColor);
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));
  pointer-events: none;
  z-index: 20;
}
.fancybox__toolbar :focus-visible {
  z-index: 1;
}
.fancybox__toolbar.is-absolute, .is-compact .fancybox__toolbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.is-idle .fancybox__toolbar {
  pointer-events: none;
  animation: 0.15s ease-out both f-fadeOut;
}
.fancybox__toolbar__column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}
.fancybox__toolbar__column.is-left, .fancybox__toolbar__column.is-right {
  flex-grow: 1;
  flex-basis: 0;
}
.fancybox__toolbar__column.is-right {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.fancybox__infobar {
  padding: 0 5px;
  line-height: var(--f-button-height);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
  cursor: default;
  user-select: none;
}
.fancybox__infobar span {
  padding: 0 5px;
}
.fancybox__infobar:not(:first-child):not(:last-child) {
  background: var(--f-button-bg);
}
[data-fancybox-toggle-slideshow] {
  position: relative;
}
[data-fancybox-toggle-slideshow] .f-progress {
  height: 100%;
  opacity: 0.3;
}
[data-fancybox-toggle-slideshow] svg g:first-child {
  display: flex;
}
[data-fancybox-toggle-slideshow] svg g:last-child {
  display: none;
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child {
  display: none;
}
.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child {
  display: flex;
}
[data-fancybox-toggle-fullscreen] svg g:first-child {
  display: flex;
}
[data-fancybox-toggle-fullscreen] svg g:last-child {
  display: none;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child {
  display: none;
}
:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child {
  display: flex;
}
.f-progress {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  background: var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));
  z-index: 30;
  user-select: none;
  pointer-events: none;
}
.card {
  cursor: pointer;
  perspective: 1000px;
  position: relative;
  height: auto;
  min-height: 230px;
}
@media screen and (max-width: 480px) {
  .card {
    margin-bottom: 5px;
    min-height: 180px;
  }
}
.front, .back {
  display: flex;
  border-radius: 6px;
  background-position: center;
  background-size: cover;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: ease-in-out 600ms;
}
.front {
  z-index: 10;
  background: #fff;
}
.front .title {
  font-size: 34px;
  letter-spacing: 2px;
  font-family: "Aprille";
  font-weight: 300;
  color: #fff;
}
@media (max-width: 768px) {
  .front .title {
    font-size: 30px;
    line-height: 1.2;
    padding: 0 5px;
  }
}
.front .thumb {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.front .thumb:before {
  content: "";
  background-color: rgba(48, 42, 41, 0.24);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.front .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card:hover .front {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.card:nth-child(even):hover .front {
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.back {
  background: rgba(232, 229, 229, 0.1);
  padding: 0 2em;
  z-index: -1;
  -webkit-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -o-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.back p {
  text-align: center;
  padding-bottom: 15px !important;
}
.back .title {
  font-size: 30px;
  line-height: 1.2;
  letter-spacing: 2px;
  font-family: "Aprille";
  font-weight: 600;
}
@media (max-width: 768px) {
  .back .title {
    padding: 0 5px;
  }
}
.back .btn-wrapper {
  position: relative;
  z-index: 0;
}
.back .button {
  -webkit-transform: translateZ(59px);
  -moz-transform: translateZ(59px);
  -ms-transform: translateZ(59px);
  -o-transform: translateZ(59px);
  transform: translateZ(59px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transition: 300ms ease;
}
.back .button:before {
  content: "";
  transition: 300ms ease;
  position: absolute;
  display: block;
  -webkit-transform: translateZ(-59px);
  -moz-transform: translateZ(-59px);
  -ms-transform: translateZ(-59px);
  -o-transform: translateZ(-59px);
  transform: translateZ(-59px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: calc(100% - 20px);
  width: calc(100% - 20px);
  border-radius: 100px;
  left: 10px;
  top: 16px;
}
.back .button:active {
  -webkit-transform: translateZ(59px/2);
  -moz-transform: translateZ(59px/2);
  -ms-transform: translateZ(59px/2);
  -o-transform: translateZ(59px/2);
  transform: translateZ(59px/2);
}
.back .button:active:before {
  -webkit-transform: translateZ(-29.5px);
  -moz-transform: translateZ(-29.5px);
  -ms-transform: translateZ(-29.5px);
  -o-transform: translateZ(-29.5px);
  transform: translateZ(-29.5px);
  top: 12px;
}
.back .button:before {
  box-shadow: 0 0 10px 10px rgba(70, 60, 57, 0.25);
  background-color: rgba(70, 60, 57, 0.25);
}
@media screen and (max-width: 480px) {
  .back .button {
    width: 100%;
    border-radius: 2px;
  }
}
.card:hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.card:nth-child(even):hover .back {
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -o-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.post .info h2 {
  text-transform: capitalize;
}
