.btn-close {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  font-family: "AdobeBlank";
  width: 50px;
  height: 50px;
  border: 0;
  background: none;
  padding: 0;
  border-radius: 100%;
}
.btn-close::before, .btn-close::after {
  content: '';
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 38px;
  height: 2px;
  background-color: #ce4d1f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 24px 0 0 5px;
}
.btn-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); 
}
.btn-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); 
}
.btn-close:hover, .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none; 
}
.btn-close:hover:before, .btn-close:focus:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); 
}
.btn-close:hover:after, .btn-close:focus:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); 
}
.caret {
  display: none;
}
@media (max-width: 767px) {
  .btn-close {
  width: 40px;
  height: 40px; 
  }
  .btn-close::before, .btn-close::after {
    width: 32px;
    margin: 19px 0 0 4px; 
  } 

}


        
.modal {
	outline: none;
	overflow-y: auto;
	text-align: center;
	padding: 0 !important;
	z-index: 1650; }
.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin: 0 3px 0 -10px; }
.modal .btn-close {
  position: absolute;
  z-index: 30;
  top: 0;
  right: 0;
  margin: 15px 18px 0 0; }
@media (max-width: 991px) {
  .modal .btn-close {
    margin-top: 20px; 
  } 
}
	@media (max-width: 767px) {
	  .modal::before {
		margin-left: -4px;
		margin-right: 0; }
	  .modal .btn-close {
		margin-top: 16px;
		margin-right: 16px; } }
  
  .modal-backdrop {
	background: #000000;
	z-index: 1600; }
	.modal-backdrop.in {
	  opacity: 0.8; }
  
  .modal-dialog {
	max-width: 913px;
	width: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-top: 60px;
	margin-bottom: 60px; }
	@media (max-width: 991px) {
	  .modal-dialog {
		max-width: 682px; } }
	@media (max-width: 767px) {
	  .modal-dialog {
		max-width: calc(100vw - 60px); } }
	@media (max-width: 413px) {
	  .modal-dialog {
		max-width: calc(100vw - 30px);
		margin-top: 15px;
		margin-bottom: 15px; } }
  
  .modal-content {
	width: 100%;
	border-radius: 0;
	-webkit-box-shadow: none;
			box-shadow: none;
	background-color: #ffffff;
	border: 0;
	min-height: 100px;
	padding: 40px; }
	@media (max-width: 767px) {
	  .modal-content {
		padding: 30px; } }
	@media (max-width: 413px) {
	  .modal-content {
		padding-left: 15px;
		padding-right: 15px; } }
  
  .modal-subscribe-form {
	padding: 21px 20px 20px;
	text-align: center;
	color: #000000; }
	.modal-subscribe-form .stamp-image {
	  position: relative;
	  overflow: hidden;
	  width: 128px;
	  margin: 0 auto 34px; }
	  .modal-subscribe-form .stamp-image img {
		display: block;
		width: 100%;
		display: block;
		max-width: 100%;
		height: auto; }
	.modal-subscribe-form h3 {
	  color: inherit;
	  font-size: 26px;
	  line-height: 1.2;
	  font-weight: 400;
	  font-family: "Futura-PT", Arial, sans-serif;
	  margin: 0 0 51px; }
	.modal-subscribe-form .input-box {
	  max-width: 320px;
	  margin: 0 auto 39px; }
	  .modal-subscribe-form .input-box .form-control {
		height: 47px;
		font-size: 20px;
		font-weight: 400;
		font-family: "Futura-PT", Arial, sans-serif;
		border-width: 0 0 1px;
		border-color: #000000;
		color: #000000;
		padding: 2px 15px;
		margin: 0;
		text-align: center;
		-webkit-box-shadow: none;
				box-shadow: none;
		border-radius: 0;
		-webkit-appearance: none; }
		.modal-subscribe-form .input-box .form-control::-moz-placeholder {
		  color: rgba(0, 0, 0, 0.4);
		  opacity: 1; }
		.modal-subscribe-form .input-box .form-control:-ms-input-placeholder {
		  color: rgba(0, 0, 0, 0.4); }
		.modal-subscribe-form .input-box .form-control::-webkit-input-placeholder {
		  color: rgba(0, 0, 0, 0.4); }
		.modal-subscribe-form .input-box .form-control:focus {
		  outline: none; }
	.modal-subscribe-form .confirmation {
	  padding: 0 0 45px;
	  margin: 0 auto;
	  display: block;
	  position: relative;
	  max-width: 440px; }
	  .modal-subscribe-form .confirmation::before {
		content: "";
		position: absolute;
		left: 0;
		width: 24px;
		height: 24px;
		top: 2px;
		border: 2px solid #000000;
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out; }
	  .modal-subscribe-form .confirmation label {
		display: block;
		font-size: 20px;
		line-height: 1.4;
		font-weight: 400;
		font-family: "Futura-PT", Arial, sans-serif;
		position: relative;
		padding: 0 0 0 40px;
		letter-spacing: 0.63px;
		text-align: left; }
		.modal-subscribe-form .confirmation label::before, .modal-subscribe-form .confirmation label::after {
		  content: "";
		  position: absolute;
		  -webkit-transform: rotate(45deg);
				  transform: rotate(45deg);
		  opacity: 0;
		  -webkit-transition: opacity 0.3s;
		  transition: opacity 0.3s;
		  height: 2px;
		  width: 28px;
		  top: 13px;
		  left: -2px;
		  background: #ce4d1f; }
		.modal-subscribe-form .confirmation label::before {
		  -webkit-transform: rotate(-45deg);
				  transform: rotate(-45deg); }
	  .modal-subscribe-form .confirmation input {
		position: absolute;
		left: -9999px;
		top: -9999px;
		opacity: 0;
		visibility: hidden; }
		.modal-subscribe-form .confirmation input:checked ~ label::before, .modal-subscribe-form .confirmation input:checked ~ label::after {
		  opacity: 1; }
	  .modal-subscribe-form .confirmation:hover:before {
		border-color: #ce4d1f; }
	.modal-subscribe-form .btn.btn-default {
	  border-color: #000000;
	  background: none;
	  font-weight: normal;
	  color: #ce4d1f;
	  border-width: 2px;
	  font-size: 20px;
	  line-height: 22px;
	  padding: 14px;
	  min-width: 140px;
	  letter-spacing: 0.63px; }
	  .modal-subscribe-form .btn.btn-default:hover {
		color: #000000; }
	.modal-subscribe-form .thank {
	  font-size: 26px;
	  line-height: 1.2;
	  font-weight: 400;
	  font-family: "Futura-PT", Arial, sans-serif;
	  padding-top: 30px; }
	@media (max-width: 991px) {
	  .modal-subscribe-form {
		padding-top: 63px;
		padding-bottom: 60px; }
		.modal-subscribe-form .stamp-image {
		  margin-bottom: 32px; }
		.modal-subscribe-form h3 {
		  line-height: 1.385;
		  margin-bottom: 47px; } }
	@media (max-width: 767px) {
	  .modal-subscribe-form {
		padding: 73px 0 71px; }
		.modal-subscribe-form .stamp-image {
		  margin-bottom: 32px; }
		.modal-subscribe-form h3 {
		  font-size: 20px;
		  line-height: 1.4;
		  margin-bottom: 31px; }
		.modal-subscribe-form .input-box {
		  max-width: none;
		  margin: 0 0 39px; }
		  .modal-subscribe-form .input-box .form-control {
			height: 40px;
			font-size: 15px; }
		.modal-subscribe-form .confirmation {
		  padding-bottom: 36px;
		  text-align: left; }
		  .modal-subscribe-form .confirmation::before {
			width: 20px;
			height: 20px; }
		  .modal-subscribe-form .confirmation label {
			font-size: 15px;
			line-height: 1.533;
			padding-left: 28px;
			padding-right: 0;
			letter-spacing: 0.47px; }
			.modal-subscribe-form .confirmation label::before, .modal-subscribe-form .confirmation label::after {
			  width: 22px;
			  top: 11px;
			  left: -1px; }
		.modal-subscribe-form .thank {
		  font-size: 20px;
		  line-height: 1.4;
		  padding-top: 25px; } }
  

          /* members-section */
.members-section {
    padding-top: 100px;
    padding-bottom: 80px;
    position: relative;
    z-index: 5;
    background-color: #ffffff; }
    @media (max-width: 767px) {
      .members-section {
        padding: 60px 0 40px; } }
    .members-section .container {
      width: auto;
      max-width: 1360px; }
    .members-section h2 {
      text-align: center;
      margin: 0 0 33px;
      font: 70px/1 "HighTide", Times, serif; }
      @media (max-width: 991px) {
        .members-section h2 {
          font-size: 60px; } }
      @media (max-width: 767px) {
        .members-section h2 {
          font-size: 50px; } }
    .members-section .members-list {
      margin: 0 -10px;
      padding: 0;
      list-style: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .members-section .members-list li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 12%;
        flex: 0 0 12%;
        max-width: 12%;
        padding: 0 25px 49px; }
        @media (max-width: 991px) {
          .members-section .members-list li {
            padding-bottom: 25px; } }
        @media (max-width: 767px) {
          .members-section .members-list li {
            -webkit-box-flex: 0;
                -ms-flex: 0 0 50%;
                    flex: 0 0 50%;
            max-width: 50%;
            padding-bottom: 20px; } }
        .members-section .members-list li img {
          display: inline-block;
          vertical-align: top;
          max-width: 100%;
          height: auto;
          max-height: 106px; }
@media (max-width: 991px) {
.members-section .members-list li img {
max-height: 90px; 
} 
}
  
.two-columns-about {
	padding-bottom: 80px;
	max-width: 1195px;
}
@media (max-width: 767px) {
	.two-columns-about {
		padding-bottom: 0;
	}
}
        
@media (max-width: 1024px){
	.two-columns-about {
		padding-bottom: 75px;
	}
}

.offices {
	padding: 0 0 80px;
	font-size: 28px;
	line-height: 41px;
	text-align: center;
}
@media (max-width: 1599px) {
	.offices {
		font-size: 25.4px;
		line-height: 34px;
		padding-bottom: 71px;
	}
}
@media (max-width: 1199px) {
	.offices {
		padding-bottom: 41px;
		font-size: 22.86px;
	}
}
@media (max-width: 991px) {
	.offices {
		font-size: 20px;
		line-height: 150%;
		padding-bottom: 77px;
	}
}
@media (max-width: 767px) {
	.offices {
		font-size: 15px;
		line-height: 150%;
		padding-bottom: 99px;
	}
}

.top-area .intro-text {
	max-width: 990px;
	margin: 0 auto;
	padding-top: 80px;
}
@media (max-width: 767px) {
    .top-area .intro-text {
		padding-top: 50px;
	}
}


.travel-section {
	padding: 0 0 0;
	font-size: 28px;
	line-height: 41px;
	text-align: center;
}
@media (max-width: 1599px) {
	.travel-section {
		font-size: 25.4px;
		line-height: 34px;
		padding: 241px 0 0;
	}
}
@media (max-width: 1199px) {
	.travel-section {
		padding: 140px 0 0;
		font-size: 22.86px;
	}
}
@media (max-width: 991px) {
	.travel-section {
		padding: 103px 0 0;
		font-size: 20px;
		line-height: 150%;
	}
}
@media (max-width: 767px) {
	.travel-section {
		padding: 86px 0 0;
		font-size: 15px;
		line-height: 150%;
	}
}

.home .gallery-photos {
    margin: 0 auto 85px;
}
.home .related-posts {
    padding-bottom: 60px;
}
.home .related-posts .cta-link {
    bottom: 0;
}
.cta-link {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    line-height: 1.2;
    font-family: "Futura-PT", Arial, sans-serif;
    font-weight: 400;
    letter-spacing: 0.63px;
    position: relative;
    padding-bottom: 11px;
    color: #ce4d1f; }
    .cta-link::before {
      content: "";
      position: absolute;
      z-index: 5;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #ce4d1f;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .cta-link::after {
      content: "";
      position: absolute;
      z-index: 6;
      bottom: 0;
      left: 0;
      width: 0;
      height: 1px;
      background-color: #ce4d1f;
      -webkit-transition: all 0.6s;
      transition: all 0.6s; }
    .cta-link:hover {
      text-decoration: none;
      color: #ce4d1f; }
      .cta-link:hover::before {
        display: none; }
      .cta-link:hover::after {
        width: 100%; }
  @media (max-width: 767px) {
    .cta-link {
      font-size: 15px;
      letter-spacing: 0.47px;
      padding: 0 20px 9px; 
    }
    .single .animated-intro-banner .cta-link {
      margin-bottom: 60px;
    }
  }
    .cta-link {
        display: inline-block;
        vertical-align: top;
        font-size: 20px;
        line-height: 1.2;
        font-family: 'Futura-PT', Arial, sans-serif;
        font-weight: 400;
        letter-spacing: 0.63px;
        position: relative;
        padding-bottom: 11px;
        color: #ce4d1f;
      }
      .cta-link::before {
        content: "";
        position: absolute;
        z-index: 10;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #ce4d1f;
        transition: all 0.3s;
      }
      .cta-link:hover {
        text-decoration: none;
        color: inherit;
      }
      .cta-link:hover::before {
        background-color: inherit;
      }
      @media (max-width: 767px) {
        .cta-link {
          font-size: 15px;
          letter-spacing: 0.47px;
          padding: 0 20px 9px;
        }
      }
      


/* gallery-photos */
.gallery-photos {
    max-width: 945px;
    margin-left: auto;
    -webkit-transform: translate(17px, 0);
            transform: translate(17px, 0);
    cursor: url(../img/cursor-arrow.png), pointer; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .gallery-photos {
        cursor: e-resize; } }
    @supports (-ms-ime-align: auto) {
      .gallery-photos {
        cursor: url(../img/cursor-arrow.cur), auto; } }
    @media (max-width: 1199px) {
      .gallery-photos {
        max-width: 700px;
        -webkit-transform: translate(0, 0);
                transform: translate(0, 0);
        margin-right: auto; } }
    @media (max-width: 991px) {
      .gallery-photos {
        max-width: 683px; } }
    @media (max-width: 767px) {
      .gallery-photos {
        max-width: none;
        padding-right: 30px;
        margin: 0 -10px; } }
    @media (max-width: 413px) {
      .gallery-photos {
        padding-right: 20px; } }
    .gallery-photos .slick-list {
      overflow: visible; }
    .gallery-photos .slide {
      padding: 0 15px;
      background: url("../img/loader.svg") no-repeat 50% 50%;
      position: relative;
      top: 34px;
      -webkit-transition: top 0.3s ease-out;
      transition: top 0.3s ease-out;
      cursor: /*url(../img/cursor-arrow.png),*/ pointer;
      outline: 0 !important; 
      transform: translate(0,0);
      top: 0;}
      @media (max-width: 991px) {
        .gallery-photos .slide {
          top: 0; } }
      @media (max-width: 767px) {
        .gallery-photos .slide {
          padding-left: 10px;
          padding-right: 10px; } }
      .gallery-photos .slide.slick-current, .gallery-photos .slide.slick-active {
        top: 0; }
        .gallery-photos .slide.slick-current ~ .slide, .gallery-photos .slide.slick-active ~ .slide {
          top: -47px;
          top: 0; }
          @media (max-width: 991px) {
            .gallery-photos .slide.slick-current ~ .slide, .gallery-photos .slide.slick-active ~ .slide {
              top: 0; } }
      .gallery-photos .slide > a {
        text-decoration: none !important;
        display: block;
        outline: 0 !important; }
    .gallery-photos figure {
      margin: 0;
      position: relative;
      left: 0;
      outline: 0 !important;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .gallery-photos figure:hover {
        left: -20px; }
      .gallery-photos figure .bg-img, .gallery-photos figure .bg-image {
        padding-bottom: 67.2%; }
        
      .gallery-photos figure figcaption {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        background: rgba(141, 143, 60, 0.3);
        color: #ffffff;
        padding: 50px 50px 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        font: 300 26px/1.3847 "LeituraNews", Times, serif;
        text-align: center;
        letter-spacing: 0.8px;
        opacity: 0; }
        @media (max-width: 991px) {
          .gallery-photos figure figcaption {
            padding: 30px; } }
        @media (max-width: 767px) {
          .gallery-photos figure figcaption {
            font-size: 20px;
            line-height: 28px;
            padding: 15px; } }
        @media (max-width: 413px) {
          .gallery-photos figure figcaption {
            font-size: 14px;
            line-height: 20px; } }
        .gallery-photos figure figcaption > a {
          display: inline-block;
          vertical-align: top;
          color: inherit;
          text-decoration: none;
          outline: 0 !important;
          max-width: 500px; }
      .gallery-photos figure:hover figcaption {
        opacity: 1; }
      .gallery-photos figure:active figcaption {
        background: rgba(206, 77, 31, 0.9); }
  
.travellers-images {
    position: relative;
    z-index: 10; }
  
  .travellers-images-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: url(../img/cursor-arrow.png), pointer; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .travellers-images-list {
        cursor: e-resize; } }
    @supports (-ms-ime-align: auto) {
      .travellers-images-list {
        cursor: url(../img/cursor-arrow.cur), auto; } }
    .travellers-images-list .slick-track {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      opacity: 1 !important; }
    .travellers-images-list li {
      position: relative;
      width: 511px;
      max-width: 511px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 511px;
              flex: 0 0 511px;
      margin-right: -30px; }
      .travellers-images-list li:nth-child(even) {
        width: 407px;
        max-width: 407px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 407px;
                flex: 0 0 407px; }
    .travellers-images-list .image {
      position: relative;
      overflow: hidden;
      -webkit-transition: left 0.3s;
      transition: left 0.3s;
      left: 0; }
      .travellers-images-list .image img {
        display: block;
        width: 100%;
        display: block;
        max-width: 100%;
        height: auto; }
      .travellers-images-list .image:hover {
        left: -20px; }
    @media (min-width: 768px) {
      .travellers-images-list {
        width: auto !important; } }
    @media (max-width: 1199px) {
      .travellers-images-list li {
        width: 294px;
        max-width: 294px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 294px;
                flex: 0 0 294px;
        margin-right: -17px; }
        .travellers-images-list li:nth-child(even) {
          width: 234px;
          max-width: 234px;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 234px;
                  flex: 0 0 234px; } }
    @media (max-width: 767px) {
      .travellers-images-list .slick-list {
        overflow: hidden; }
      .travellers-images-list li {
        width: 230px;
        max-width: 230px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 230px;
                flex: 0 0 230px;
        margin-right: -14px;
        padding-top: 10px;
        padding-bottom: 10px; }
        .travellers-images-list li:nth-child(even) {
          width: 181px;
          max-width: 181px;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 181px;
                  flex: 0 0 181px; } }
  
  @media (min-width: 1200px) {
    .travellers-images .travellers-images-list > li .image-animation {
      position: relative;
      opacity: 0; }
    .travellers-images.active .travellers-images-list > li .image-animation {
      opacity: 1; }
    .travellers-images.active .travellers-images-list > li .image-animation-center {
      -webkit-animation: image-animation-center 2s 1;
              animation: image-animation-center 2s 1; }
    .travellers-images.active .travellers-images-list > li .image-animation-left-1 {
      -webkit-animation: image-animation-left-1 2s 1;
              animation: image-animation-left-1 2s 1; }
    .travellers-images.active .travellers-images-list > li .image-animation-left-2 {
      -webkit-animation: image-animation-left-2 2s 1;
              animation: image-animation-left-2 2s 1; }
    .travellers-images.active .travellers-images-list > li .image-animation-right-1 {
      -webkit-animation: image-animation-right-1 2s 1;
              animation: image-animation-right-1 2s 1; }
    .travellers-images.active .travellers-images-list > li .image-animation-right-2 {
      -webkit-animation: image-animation-right-2 2s 1;
              animation: image-animation-right-2 2s 1; } }
              .images-slideshow .slick-arrow {
                position: absolute;
                z-index: 20;
                top: 0;
                bottom: 0;
                font-size: 0;
                line-height: 0;
                font-family: "AdobeBlank";
                padding: 0;
                background: none;
                border: 0;
                width: auto;
                height: auto;
                overflow: hidden;
                cursor: url(../img/cursor-arrow-02.png), pointer; }
                @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
                  .images-slideshow .slick-arrow {
                    cursor: e-resize; } }
                @supports (-ms-ime-align: auto) {
                  .images-slideshow .slick-arrow {
                    cursor: url(../img/cursor-arrow-02.cur), auto; } }
            


.main-navigation > ul > li > div .btn-holder {
margin-top: 40px; margin-bottom: 20px;
}
.main-navigation > ul > li > div .sub-menu-item ul li {
margin-bottom: 8px;
}
.menu-title-link {
  color: black;
}
                        
.holiday-types h3 {
  margin: 15px 0;
  padding-bottom: 0;
}

.join-module .wpcf7-checkbox label,
.join-module .wpcf7-list-item label {
  font-weight: 400;
  position: relative;
}
.join-module .wpcf7-checkbox label:before, 
.join-module .wpcf7-list-item label:before {
  position: absolute;
  content: '';
  left: 0;
  width: 24px;
  height: 24px;
  top: 2px;
  border: 2px solid #000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

}
.join-module .wpcf7-checkbox label .wpcf7-list-item-label:before,
.join-module .wpcf7-checkbox label .wpcf7-list-item-label::after,
.join-module .wpcf7-list-item label .wpcf7-list-item-label:before,
.join-module .wpcf7-list-item label .wpcf7-list-item-label::after {
  content: "";
    position: absolute;
    -webkit-transform: rotate(
45deg);
    transform: rotate(
45deg);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    height: 2px;
    width: 28px;
    top: 13px;
    left: -2px;
    background: #ce4d1f;
}
.join-module .wpcf7-checkbox label input:checked ~ .wpcf7-list-item-label:before,
.join-module .wpcf7-checkbox label input:checked ~ .wpcf7-list-item-label::after,
.join-module .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before,
.join-module .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}
.join-module .wpcf7-checkbox label .wpcf7-list-item-label,
    .join-module .wpcf7-list-item label .wpcf7-list-item-label {
      display: block;
      font-size: 20px;
      line-height: 28px;
      position: relative;
      padding-left: 40px;
      letter-spacing: 0.5px; }
      @media (max-width: 767px) {
        .join-module .wpcf7-checkbox label .wpcf7-list-item-label,
        .join-module .wpcf7-list-item label .wpcf7-list-item-label {
          font-size: 18px; } }
      .join-module .wpcf7-checkbox label .wpcf7-list-item-label:before, .join-module .wpcf7-checkbox label .wpcf7-list-item-label::after,
      .join-module .wpcf7-list-item label .wpcf7-list-item-label:before,
      .join-module .wpcf7-list-item label .wpcf7-list-item-label::after {
        content: "";
        position: absolute;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        opacity: 0;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
        height: 2px;
        width: 28px;
        top: 13px;
        left: -2px;
        background: #ce4d1f; }
      .join-module .wpcf7-checkbox label .wpcf7-list-item-label:before,
      .join-module .wpcf7-list-item label .wpcf7-list-item-label:before {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    .join-module .wpcf7-checkbox label input,
    .join-module .wpcf7-list-item label input {
      position: absolute;
      left: -9999px;
      top: -9999px;
      opacity: 0;
      visibility: hidden; }
      .join-module .wpcf7-checkbox label input:checked ~ .wpcf7-list-item-label:before, .join-module .wpcf7-checkbox label input:checked ~ .wpcf7-list-item-label::after,
      .join-module .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before,
      .join-module .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label::after {
        opacity: 1; }
    .join-module .wpcf7-checkbox label:hover:before,
    .join-module .wpcf7-list-item label:hover:before {
      border-color: #ce4d1f; }
  .join-module .wpcf7-checkbox.wpcf7-not-valid,
  .join-module .wpcf7-list-item.wpcf7-not-valid {
    color: #ce4d1f; }
    .join-module .wpcf7-checkbox.wpcf7-not-valid label:before,
    .join-module .wpcf7-list-item.wpcf7-not-valid label:before {
      border-color: #ce4d1f; }
    .join-module .wpcf7-checkbox.wpcf7-not-valid ~ .wpcf7-not-valid-tip,
    .join-module .wpcf7-list-item.wpcf7-not-valid ~ .wpcf7-not-valid-tip {
      padding-left: 40px;
      padding-top: 0; }
  .join-module .wpcf7-form-control-wrap {
    display: block;
    padding-bottom: 40px; }
  .join-module span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 10px; }
    .join-module span.wpcf7-list-item label {
      margin: 0;
      display: block; }
  .join-module .btn {
    border-color: #000000;
    background: none;
    font-weight: normal;
    color: #ce4d1f;
    border-width: 2px;
    font-size: 20px;
    line-height: 22px;
    padding: 14px;
    min-width: 140px; }
    .join-module .btn:hover {
      color: #000000; }

      .join-module .wpcf7-submit {
        border-color: #000000;
        background: none;
        font-weight: normal;
        color: #ce4d1f !important;
        border-width: 2px !important;
        font-size: 20px;
        line-height: 22px;
        padding: 14px !important;
        min-width: 140px;
      }
    .join-module .wpcf7-submit:hover {
      color: #000000 !important;
  }
  .join-module h3 {
    font-size: 26px;
    line-height: 1.3847;
    margin: 0 0 25px;
    font-weight: 300;
    font-family: "LeituraNews", Times, serif;
  }
  @media screen and (max-width: 1024px){

  .quiz-holder .wpcf7 {
      height: auto !important;
    }
    
  }

  .home .quiz-step.bg-pink .img-holder img {
    max-height: 200px;
  }

  .main-navigation > ul > li {
    font: 600 14px/1.286 "Futura-PT", Arial, sans-serif;
    text-transform: uppercase;
    padding: 31px 32px 26px;
  }
  .main-navigation > ul > li > div .sub-menu-ul li a {
    font-weight: 300;
    text-decoration: none;
    padding-bottom: 0px;
    border-bottom: 1px solid black;
    display: inline-block;
    font-size: 20px;
  }
  .main-navigation > ul > li > div .sub-menu-item h4 {
    font-family: 'LeituraNews';
    margin-bottom: 12px;  
    font-weight: 300;
    text-decoration: none;
    padding-bottom: 0px;
    border-bottom: 1px solid black;
    display: inline-block;
    font-size: 20px;
    margin-top: 0;
  }
  @media (max-width: 991px) {
    .main-navigation > ul > li {
      margin: 0;
      font-size: 15px;
      line-height: 1.25;
      padding: 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
  }
    /* diferencia 679 - nomes eric */
.grecaptcha-badge {
  display: none !important;
}
.page-template-contact .grecaptcha-badge {
  display: block !important;
}
.quiz-step[data-id="1"] h2 {
  line-height: 1.222;
  font-weight: 300;
}
.quiz-step[data-id="2"] h2,
.quiz-step[data-id="3"] h2,
.quiz-step[data-id="4"] h2,
.quiz-step[data-id="5"] h2 {
  font-family: 'HighTide';
  font-weight: 400;
}
.quiz-step[data-id="6"] h2 {
  line-height: 1.222;
  font-weight: 300;
}
/* 886 - eric */ 
.contact-form .select {
  margin: 0 0 53px;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #ce4d1f;
  border-radius: 0;
  background: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font: 600 17px/20px "Futura-PT",Arial,sans-serif;
  padding: 20px 32px;
  text-align: center;
  text-transform: uppercase;
  color: #ce4d1f;
  -webkit-appearance: none;
}
.menu-title-link:hover {
  color: #ce4d1f;
}
.contact-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 45px;
}
.contact-form .wpcf7-form-control-wrap label {
  pointer-events: all;
}
/* 891 eric */
.page-template-contact .location {
  padding: 0 0 120px 
}
/* diferencia 534 - nomes eric */
@media (min-width: 1450px) {
  blockquote q {
      font-size: 1.5vw !important;
 }
}
@media (max-width: 1599px) {
  .special-guest {
    margin-bottom: 0px;
  }
}
/* 1 - nomes eric */
.story-section {
  position: relative;
  z-index: 10;
}
.grecaptcha-badge {
  display: none !important;
}
.page-template-contact .grecaptcha-badge {
  display: block !important;
}

/* 2 - nomes eric */

.single-post.post-template-travels .links-cover {
    bottom: 0;
    right: 0;
}
.single-post.post-template-travels.postid-58181 .links-cover a:first-of-type, .single-post.post-template-travels.postid-57691 .links-cover a:last-of-type {
    display: none;
}
/* 257 - nomes eric */ 
.cta-link::after {
  content: "";
  position: absolute;
  z-index: 6;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ce4d1f;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
/* 260 - nomes eric */
.btn-close {
  display: inline-block;
  vertical-align: top;
  position: relative;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  font-family: "AdobeBlank";
  width: 50px;
  height: 50px;
  border: 0;
  background: none;
  padding: 0;
  border-radius: 100%;
}
.btn-close::before, .btn-close::after {
  content: '';
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  width: 38px;
  height: 2px;
  background-color: #ce4d1f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 24px 0 0 5px;
}
.btn-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-close:hover, .btn-close:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-close:hover:before, .btn-close:focus:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.btn-close:hover:after, .btn-close:focus:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .btn-close {
      width: 40px;
      height: 40px;
 }
  .btn-close::before, .btn-close::after {
      width: 32px;
      margin: 19px 0 0 4px;
 }
}
/* 284 - nomes eric */
#footer {
  position: relative;
  z-index: 5;
  background-color: #ffffff;
}
#footer .top-block a:hover {
  color: #ce4d1f;
  text-decoration: none;
}
#footer .col-sm-4,
#footer .bottom-block a {
  font-weight: normal;
}
/* 292 - nomes eric */
@media (min-width: 1200px) {
  blockquote q {
      font-size: 1.5vw !important;
      line-height: 25px !important;
 }
}
@media (min-width: 1400px) {
  blockquote q {
      line-height: 30px !important;
 }
}
@media (min-width: 1600px) {
  blockquote q {
      line-height: 35px !important;
 }
}

/* 310 nomes eric */
.info-block p:last-of-type {
  margin: 0 0 40px;
}
/* 315 nomes eric */
@media (min-width: 1025px) {
  .properties-section .row {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
 }
}
/* 362 - nomes eric */
.tax-region .gallery-heading {
  padding-top: 0px;
}
/* 428 NOMES ERIC */
.contact-form .select {
  margin: 0 0 53px;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #ce4d1f;
  border-radius: 0;
  background: none;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  font: 600 17px/20px "Futura-PT",Arial,sans-serif;
  padding: 20px 32px;
  text-align: center;
  text-transform: uppercase;
  color: #ce4d1f;
  cursor: pointer;
  -webkit-appearance: none;
}
.contact-form .select:hover {
  background: #ce4d1f;
  color: #ffffff;
  border-color: #ce4d1f;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.contact-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 0;
}
.contact-form .wpcf7-form-control-wrap.acceptance-774 {
  pointer-events: none;
}
.contact-form .wpcf7-form-control-wrap label {
  pointer-events: all;
}
.page-template-contact .location {
  padding: 0 0 120px 
}

/* 548 npomes eric */
/* .main-navigation {
  position: relative;
  z-index: 120;
}
.open-search .main-navigation {
  opacity: 0;
  pointer-events: none;
} */

/* 489 nomes eric */
.bg-video iframe {
  height: 100%;
  width: 100%;
  transform: scale(1.3);
}


/* 500 nomes eric */
.scrolled .intro-banner .image {
  margin-top: -103px;
}
.intro-banner .stamp-image {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 160px;
  margin: 0 0 -81px -56px;
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}
.intro-banner.intro-banner-shown .stamp-image {
  opacity: 1;
}
@media (max-width: 991px) {
  .scrolled .intro-banner .image {
    margin-top: 0;
  }
}
@media (max-width: 767px) {

.scrolled .intro-banner .image {
  margin-top: 0;
}
}
/* 505 nomes eric */
.travellers-section {
  position: relative;
  z-index: 10;
  background-color: #ffffff;
}
.travellers-section::before {
  content: "";
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f4e8d3;
  height: 100px;
}
.travellers-section .container {
  padding-top: 150px;
  padding-bottom: 40px;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .travellers-section::before {
      display: none;
 }
}

/* 530 nomes eric */ 

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .info-tabs .tabs-content {
      float: right;
      width: 810px;
 }
}
.images-slideshow .slick-slide {
  padding: 0 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  left: 0;
}
.images-slideshow.slick-next-hover .slick-slide:not(.slick-current) {
  left: -20px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .images-slideshow img {
      max-height: 544px;
 }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .images-slideshow .slick-arrow {
      cursor: e-resize;
 }
}
@supports (-ms-ime-align: auto) {
  .images-slideshow .slick-arrow {
      cursor: url(../img/cursor-arrow-02.cur), auto;
 }
}
.images-slideshow .slick-arrow:focus {
  outline: none;
}

/* 540 nomes eric */
.trip-info {
  background-color: #ffffff;
  color: #000000;
  font-size: 26px;
  line-height: 1.385;
  font-family: "Futura-PT", Arial, sans-serif;
  position: relative;
  z-index: 5;
}
.trip-info .container {
  padding-top: 150px;
  padding-bottom: 150px;
}
.trip-info p {
  margin: 0 0 20px;
}
.trip-info p a {
  text-decoration: none;
  color: inherit;
  background-position: 0 100%;
  background-size: 1px 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #ce4d1f));
  background-image: linear-gradient(transparent 50%, #ce4d1f 50%);
  background-repeat: repeat-x;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.trip-info p a:hover {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767px){
  .travellers-images::before, .travellers-images::after {
    display: none;
  }
}
section.section-space.section-space- + section { padding-top: 7px; }
.trip-info .trip-info-heading {
  text-align: center;
  padding-bottom: 99px;
  font-size: 70px;
  line-height: 0.943;
  font-family: "HighTide", Times, serif;
}
.trip-info .trip-info-heading h2 {
  color: inherit;
  margin: 0 auto 35px;
  font-size: 36px;
  line-height: 1.222;
  font-weight: 300;
  font-family: "LeituraNews", Times, serif;
  max-width: 700px;
}
.trip-info .trip-info-heading p {
  margin: 0 auto;
  max-width: 830px;
}
.trip-info .images-carousel {
  margin: -32px -135px 0 31px;
}
@media (max-width: 1439px) {
  .trip-info .images-carousel {
      margin-left: 0;
      margin-right: -30px;
 }
}
@media (max-width: 991px) {
  .trip-info .container {
      padding-top: 110px;
      padding-bottom: 100px;
      max-width: 704px;
 }
  .trip-info p {
      margin-bottom: 20px;
 }
  .trip-info .trip-info-heading {
      padding-bottom: 51px;
 }
  .trip-info .trip-info-heading h2 {
      margin: 0 0 36px;
      max-width: none;
 }
  .trip-info .trip-info-heading p {
      max-width: 630px;
 }
  .trip-info .images-carousel {
      margin: 64px -10px 0;
 }
}
@media (max-width: 767px) {
  .trip-info {
      font-size: 20px;
      line-height: 1.4;
 }
  .trip-info .container {
      padding-top: 47px;
      padding-bottom: 61px;
 }
  .trip-info p {
      margin-bottom: 20px;
 }
  .trip-info .trip-info-heading {
      padding-bottom: 37px;
      font-size: 50px;
      line-height: 0.8;
 }
  .trip-info .trip-info-heading h2 {
      margin-bottom: 66px;
      font-size: 28px;
      line-height: 1.286;
 }
  .trip-info .trip-info-heading p {
      margin: 0;
      max-width: none;
 }
  .trip-info .images-carousel {
      margin: 30px 34px 0 0;
 }
}
.images-carousel {
  position: relative;
  font-size: 0;
  line-height: 0;
  font-family: "AdobeBlank";
}
.images-carousel .slick-list {
  padding: 30px;
}
.images-carousel .slides {
  position: relative;
}
.images-carousel .slick-slide {
  position: relative;
}
.images-carousel .slick-slide .image {
  margin: 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.images-carousel .slick-slide .image img {
  display: block;
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
}
.images-carousel .slick-slide.slick-current + .slick-slide {
  opacity: 0.5 !important;
}
.images-carousel .slick-slide.slick-current .image {
  -webkit-transform: translate(-30px, -30px);
  transform: translate(-30px, -30px);
}
.images-carousel .slick-slide:focus {
  outline: none;
}
@media (max-width: 991px) {
  .images-carousel {
      max-width: 653px;
 }
  .images-carousel .slick-list {
      padding: 0;
      overflow: visible;
 }
  .images-carousel .slides {
      margin-left: -15px;
      margin-right: -15px;
 }
  .images-carousel .slick-slide {
      padding: 0 15px;
 }
  .images-carousel .slick-slide.slick-current + .slick-slide {
      opacity: 1 !important;
 }
  .images-carousel .slick-slide.slick-current .image {
      -webkit-transform: none;
      transform: none;
 }
}
@media (max-width: 767px) {
  .images-carousel {
      margin-right: 34px;
 }
  .images-carousel .slides {
      margin-left: -10px;
      margin-right: -10px;
 }
  .images-carousel .slick-slide {
      padding-left: 10px;
      padding-right: 10px;
 }
}
.info-banner {
  margin: 0;
  position: relative;
  overflow: hidden;
  min-height: 449px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #000000;
  z-index: 5;
}
.info-banner .image {
  overflow: hidden;
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.68;
}
.info-banner figcaption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  z-index: 15;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.308;
  font-weight: 400;
  font-family: "Futura-PT", Arial, sans-serif;
  min-height: 449px;
  text-align: center;
}
.info-banner figcaption .container {
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 870px;
}
.info-banner figcaption h2 {
  color: inherit;
  margin: 0 auto 10px;
  max-width: 620px;
  font-size: 36px;
  line-height: 1.222;
  font-family: "LeituraNews", Times, serif;
  font-weight: 300;
}
.info-banner figcaption p {
  margin: 0;
}
@media (max-width: 767px) {
  .info-banner {
      min-height: 300px;
 }
  .info-banner figcaption {
      font-size: 20px;
      line-height: 1.4;
      min-height: 300px;
 }
  .info-banner figcaption .container {
      padding-top: 50px;
      padding-bottom: 50px;
 }
  .info-banner figcaption h2 {
      margin: 0 0 10px;
      max-width: none;
      font-size: 30px;
 }
}
.modal {
  outline: none;
  overflow-y: auto;
  text-align: center;
  padding: 0 !important;
  z-index: 1650;
}
.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin: 0 3px 0 -10px;
}
.modal .btn-close {
  position: absolute;
  z-index: 30;
  top: 0;
  right: 0;
  margin: 15px 18px 0 0;
}
@media (max-width: 991px) {
  .modal .btn-close {
      margin-top: 20px;
 }
}
@media (max-width: 767px) {
  .modal::before {
      margin-left: -4px;
      margin-right: 0;
 }
  .modal .btn-close {
      margin-top: 16px;
      margin-right: 16px;
 }
}
.modal-backdrop {
  background: #000000;
  z-index: 1600;
}
.modal-backdrop.in {
  opacity: 0.8;
}
.modal-dialog {
  max-width: 913px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .modal-dialog {
      max-width: 682px;
 }
}
@media (max-width: 767px) {
  .modal-dialog {
      max-width: calc(100vw - 60px);
 }
}
@media (max-width: 413px) {
  .modal-dialog {
      max-width: calc(100vw - 30px);
      margin-top: 15px;
      margin-bottom: 15px;
 }
}
.modal-content {
  width: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  border: 0;
  min-height: 100px;
  padding: 40px;
}
@media (max-width: 767px) {
  .modal-content {
      padding: 30px;
 }
}
@media (max-width: 413px) {
  .modal-content {
      padding-left: 15px;
      padding-right: 15px;
 }
}
.modal-subscribe-form {
  padding: 21px 20px 20px;
  text-align: center;
  color: #000000;
}
.modal-subscribe-form .stamp-image {
  position: relative;
  overflow: hidden;
  width: 127px;
  margin: 0 auto 34px;
}
.modal-subscribe-form .stamp-image img {
  display: block;
  width: 100%;
  display: block;
  max-width: 100%;
  height: auto;
}
.modal-subscribe-form h3 {
  color: inherit;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Futura-PT", Arial, sans-serif;
  margin: 0 0 51px;
}
.modal-subscribe-form .input-box {
  max-width: 320px;
  margin: 0 auto 39px;
}
.modal-subscribe-form .input-box .form-control {
  height: 47px;
  font-size: 20px;
  font-weight: 400;
  font-family: "Futura-PT", Arial, sans-serif;
  border-width: 0 0 1px;
  border-color: #000000;
  color: #000000;
  padding: 2px 15px;
  margin: 0;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
}
.modal-subscribe-form .input-box .form-control::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
}
.modal-subscribe-form .input-box .form-control:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.modal-subscribe-form .input-box .form-control::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.modal-subscribe-form .input-box .form-control:focus {
  outline: none;
}
.modal-subscribe-form .confirmation {
  padding: 0 0 45px;
  margin: 0 auto;
  display: block;
  position: relative;
  max-width: 440px;
}
.modal-subscribe-form .confirmation::before {
  content: "";
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  top: 2px;
  border: 2px solid #000000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.modal-subscribe-form .confirmation label {
  display: block;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  font-family: "Futura-PT", Arial, sans-serif;
  position: relative;
  padding: 0 0 0 40px;
  letter-spacing: 0.63px;
  text-align: left;
}
.modal-subscribe-form .confirmation label::before, .modal-subscribe-form .confirmation label::after {
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: 2px;
  width: 28px;
  top: 13px;
  left: -2px;
  background: #ce4d1f;
}
.modal-subscribe-form .confirmation label::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-subscribe-form .confirmation input {
  position: absolute;
  left: -9999px;
  top: -9999px;
  opacity: 0;
  visibility: hidden;
}
.modal-subscribe-form .confirmation input:checked ~ label::before, .modal-subscribe-form .confirmation input:checked ~ label::after {
  opacity: 1;
}
.modal-subscribe-form .confirmation:hover:before {
  border-color: #ce4d1f;
}
.modal-subscribe-form .btn.btn-default {
  border-color: #000000;
  background: none;
  font-weight: normal;
  color: #ce4d1f;
  border-width: 2px;
  font-size: 20px;
  line-height: 22px;
  padding: 14px;
  min-width: 140px;
  letter-spacing: 0.63px;
}
.modal-subscribe-form .btn.btn-default:hover {
  color: #000000;
}
.modal-subscribe-form .thank {
  font-size: 26px;
  line-height: 1.2;
  font-weight: 400;
  font-family: "Futura-PT", Arial, sans-serif;
  padding-top: 30px;
}
@media (max-width: 991px) {
  .modal-subscribe-form {
      padding-top: 63px;
      padding-bottom: 60px;
 }
  .modal-subscribe-form .stamp-image {
      margin-bottom: 32px;
 }
  .modal-subscribe-form h3 {
      line-height: 1.385;
      margin-bottom: 47px;
 }
}
@media (max-width: 767px) {
  .modal-subscribe-form {
      padding: 73px 0 71px;
 }
  .modal-subscribe-form .stamp-image {
      margin-bottom: 32px;
 }
  .modal-subscribe-form h3 {
      font-size: 20px;
      line-height: 1.4;
      margin-bottom: 31px;
 }
  .modal-subscribe-form .input-box {
      max-width: none;
      margin: 0 0 39px;
 }
  .modal-subscribe-form .input-box .form-control {
      height: 40px;
      font-size: 15px;
 }
  .modal-subscribe-form .confirmation {
      padding-bottom: 36px;
      text-align: left;
 }
  .modal-subscribe-form .confirmation::before {
      width: 20px;
      height: 20px;
 }
  .modal-subscribe-form .confirmation label {
      font-size: 15px;
      line-height: 1.533;
      padding-left: 28px;
      padding-right: 0;
      letter-spacing: 0.47px;
 }
  .modal-subscribe-form .confirmation label::before, .modal-subscribe-form .confirmation label::after {
      width: 22px;
      top: 11px;
      left: -1px;
 }
  .modal-subscribe-form .thank {
      font-size: 20px;
      line-height: 1.4;
      padding-top: 25px;
 }
}
.members-section {
  padding-top: 100px;
  padding-bottom: 80px;
  position: relative;
  z-index: 5;
  background-color: #ffffff;
}
.subscribe-module .head h2 a {
  text-decoration: none;
  color: inherit;
}
.subscribe-module .head h2 a:hover {
  text-decoration: underline;
  color: #ce4d1f;
}
.subscribe-module .head h2:hover a {
  color: #ce4d1f;
}
.form-subscribe .form-control:focus {
  outline: none;
}

/* 572 nomes eric */
/* gallery-photos */
.gallery-photos {
  max-width: 945px;
  margin-left: auto;
  -webkit-transform: translate(17px, 0);
  transform: translate(17px, 0);
  cursor: /* url(../img/cursor-arrow.png),*/ pointer;
  
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .gallery-photos {
      cursor: e-resize;
 }
}
@supports (-ms-ime-align: auto) {
  .gallery-photos {
      cursor: url(../img/cursor-arrow.cur), auto;
 }
}



/* NOUS */
.info-tabs .info-tabs-nav > ul > li > a {
  text-decoration: none;
  background-position: 0 100%;
  background-size: 1px 2px;
  background-repeat: repeat-x;
}

.testimonials-module .slide .testimonial-content {
  padding: 10px !important;
}
.images-slideshow img {
  height: 540px;
  object-fit: cover;
}
@media screen and (max-width: 767px){
  .open-menu #header-bar .btn-search {
    pointer-events: all;
  }
  .open-search #header-bar .btn-search::before {
    background: #ffffff;
    width: 27px;
    height: 2px;
    top: 12px;
    left: 4px;
    border: 0;
    border-radius: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: 100% 0
  }
  .open-search #header-bar .btn-search::after {
    background: #ffffff;
    width: 27px;
    bottom: 13px;
    right: 14px;
    height: 2px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: 100% 100%;
  }
}


.search-filters .search-item ul[data-filter="post_types"] li.active a {
  color: black;
}
.search-filters .search-item .single-choice li ul li.active a {
  color: #ce4d1f;
  font-weight: bold;
}

.search-filters .trvl-stories.disable {
  display: none;
}
div.search .search-item:not(:nth-child(1)) > ul > li.active > a {
  font-weight: bold;
}
div.search .form-search .btn {
  font: normal 40px/45px "HighTide", Times, serif;
}
div.search .form-search .btn .wrap-in {
  text-transform: capitalize;
}
.story-section .text-box p a {
	font: 35px/33px "HighTide", Times, serif;
}
div.search .search-item>ul ul {margin-top: 5px !important; }
div.search .search-item>ul li {margin-bottom: 5px !important; }
div.search .search-item:nth-child(4)>ul > li > a {
  text-transform: uppercase;
}
.info-tabs .info-tabs-nav > ul > li > a::before {
  width: 0;
}
.story-intro-section .container .text-centered p a,
.info-section .container p a {
  font-family: "HighTide", Times, serif;
  font-size: 45px; 
  line-height: 42px; 
}
@media screen and (min-width: 1025px){
  div.search footer {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  div.search .search-filters {
    max-height: 485px;
  }
}
.subscribe-module.new-slider-home .gallery-photos .slide,
.subscribe-module.new-slider-home .gallery-photos .slide.slick-current,
.subscribe-module.new-slider-home .gallery-photos .slide.slick-active,
.subscribe-module.new-slider-home .gallery-photos .slide.slick-current ~ .slide,
.subscribe-module.new-slider-home .gallery-photos .slide.slick-active ~ .slide {
  top: 0;
  transform: translate(0, 0);
}
.subscribe-module.new-slider-home .gallery-photos .slide,
.subscribe-module.new-slider-home .gallery-photos {
  cursor: pointer;
}
.gallery-photos > .slick-btn,
.images-slideshow .slick-arrow {
  /* position: absolute;
  top: 50%;
  left: 125px;
  transform: translate(-50%,-50%);
  z-index: 1;
  background-image: url(../img/arrow-left-white-01.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 40px;
  cursor: pointer; */
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  z-index: 10;
  padding: 0px 30px 0 20px;
  background: rgba(256,256,256,0.85);
  height: 40px;
  border-radius: 100%;
  left: 110px;
  transform: translate(-50%,-50%);
}
.gallery-photos > .slick-btn:before,
.images-slideshow .slick-arrow:before {
  position: absolute;
  top: 50%;
  background: url(../images/arr-black-right-001.svg) no-repeat;
  background-size: 11px 20px;
  width: 11px;
  height: 20px;
  margin: -10px 0 0;
  content: "";
}
.images-slideshow .slick-arrow.slick-prev {
  display: inline-block !important;
  left: 33px;
  padding: 0 0 0 50px;
}
.gallery-photos > .slick-btn.slick-next,
.images-slideshow .slick-arrow.slick-next {
  right: 60px;
  left: unset;
  padding: 0 50px 0 0;

}
.testimonials-module .gallery-photos > .slick-btn{
  left: -16vw;
  right: unset;
}
.testimonials-module .gallery-photos > .slick-btn.slick-next{
  right: -16vw;
  left: unset;
}
@media screen and (max-width: 1650px){
  .testimonials-module .gallery-photos > .slick-btn{
    left: -8vw;
  }
  .testimonials-module .gallery-photos > .slick-btn.slick-next{
    right: -8vw;
  }
}
@media screen and (max-width: 1400px){
  .testimonials-module .gallery-photos > .slick-btn{
    left: -5vw;
  }
  .testimonials-module .gallery-photos > .slick-btn.slick-next{
    right: -5vw;
  }
}
@media screen and (max-width: 1250px){
  .testimonials-module .gallery-photos > .slick-btn{
    left: 0;
  }
  .testimonials-module .gallery-photos > .slick-btn.slick-next{
    right: 0;
  }
}
.gallery-photos > .slick-btn:hover,
.images-slideshow .slick-arrow:hover {
  padding: 0 30px 0 30px;
}
.gallery-photos > .slick-btn:hover:after,
.images-slideshow .slick-arrow:hover:after {
  width: 44px;
}
.gallery-photos > .slick-btn:before,
.images-slideshow .slick-arrow:before {
  background: url(../../../themes/Bru-bru/img/arr-black-left-001.svg) no-repeat;
  transform: rotate(0deg);
  left: 7px;
}
.gallery-photos > .slick-btn.slick-next:before,
.images-slideshow .slick-arrow.slick-next:before {
  background: url(../../../themes/Bru-bru/img/arr-black-right-001.svg) no-repeat;
  left: unset;
} 
.gallery-photos > .slick-btn:after,
.images-slideshow .slick-arrow:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #231f20;
  top: 50%;
  margin: -1px 0 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  width: 22px;
}
.gallery-photos > .slick-btn.slick-prev:after,
.images-slideshow .slick-arrow.slick-prev:after {
  left: 9px;
}
.gallery-photos > .slick-btn.slick-next:before,
.images-slideshow .slick-arrow.slick-next:before {
  right: 7px;
}
.gallery-photos > .slick-btn.slick-next:after,
.images-slideshow .slick-arrow.slick-next:after {
  right: 9px;
}
.images-slideshow .slick-arrow.slick-next {
  right: -10px;
}
.why-travel-section .images-slideshow .slick-arrow.slick-next {
  right: -300px;
}
@media screen and (max-width: 767px){
  .why-travel-section .images-slideshow .slick-arrow.slick-next {
    right: -60px;
  }
}
@media screen and (max-width: 1510px){
  .images-slideshow .slick-arrow.slick-next {
    right: -15px;
  }
}

new-slider-home .gallery-photos figure:hover {
  left: 0;
}
.single .this-content-wrapper .info-block .container {
  text-align: center;
}
.single .this-content-wrapper .info-block .container figure {
  text-align: left;
}
.tax-region .ideas-section {
  display: none;
}
/* .home .hidden {
  display: block !important;
} */

.info-tabs.active .info-tabs-nav > ul > li.active::after {
  width: 90px;
  background-color: rgb(174, 174, 174);
}

.slideshow .slick-arrow.slick-next {
  right: 33px;
}
.slideshow .slick-arrow {
  padding: 0px 20px 0 20px;
  background: rgba(256,256,256,0.85);
  height: 40px;
  border-radius: 100%;
}
.slideshow .slick-arrow.slick-next:before {
  background: url(../../../themes/Bru-bru/img/arr-black-right-001.svg) no-repeat;
}
.slideshow .slick-arrow.slick-prev:before {
  background: url(../../../themes/Bru-bru/img/arr-black-left-001.svg) no-repeat;
  transform: rotate(0deg);
}
.slideshow .slick-arrow.slick-next:hover,
.slideshow .slick-arrow.slick-prev:hover {
  padding: 0 30px 0 30px;
}
.slideshow .slick-arrow.slick-next:before{
  right: 7px;
}

.slideshow .slick-arrow.slick-prev:before {
  left: 7px;
}

.slideshow .slick-arrow.slick-next:after {
  right: 9px;
}

.slideshow .slick-arrow.slick-prev:after {
  left: 9px;
}
/* BLOCKS MODULE */
.blocks-module .title,
.join-module .title,
.join-module .sub-title {
  padding: 0 0 40px;
}
.blocks-module .blocks-wrap {
  font-family: "Futura-PT", Arial, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 400;
  display: flex;
  justify-content: space-evenly;
}

.blocks-module .blocks-wrap .block {
  display: flex;
  text-align: center;
  flex-direction: column;
  width: 155px;
  align-items: center;
}
.blocks-module .blocks-wrap .block img {
  margin-bottom: 10px;
  max-width: 130px;
}
.page-template-about .blocks-module {
  padding: 100px 0;
}
@media screen and (max-width: 767px){
  .blocks-module .blocks-wrap {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    font-size: 18px;
  }
  .blocks-module .blocks-wrap .block {
    margin-bottom: 15px;
  }
  .blocks-module .blocks-wrap .block img {
    max-width: 115px;
  }
}
/* END BLOCKS MODULE */
/* RESPONSIVE */
@media screen and (min-width: 1025px){
  .quiz-step footer {
    justify-content: center !important;
    width: auto !important;
  }
  .btn-back-quiz {
    margin-right: 75px;
  }
  #header-bar:hover .logo:before, .sticky.home #header-bar:hover .logo:before {
    opacity: 1 !important;
  }
  #header-bar:hover .logo:after, .sticky.home #header-bar:hover .logo:after {
    opacity: 0 !important;
  }
  .mobile-p {
    display: none;
  }
}
@media screen and (max-width: 1024px){
  .quiz-step {
    height: auto !important; 
    display: none !important;
  }
  .quiz-step.active {
    display: flex !important;
    padding-bottom: 146px;
  }
  .home .wpcf7-form {
    transform: unset !important;
  }
}
@media screen and (max-width: 767px){
  .testimonials-module .slide .testimonial-title { line-height: 35px; }
  .main-navigation > ul > li > div .sub-menu-group .sub-menu-item {
    margin-bottom: 5px;
  }
  span.quiz-progress {
    width: 100% !important;
  }
  .quiz-step.active {
    padding-bottom: 100px;
  }
  .story-section .pic-holder .picture {
    background-size: contain;
    background-repeat: no-repeat;
  }
  .home .related-posts .cta-link {
    width: fit-content;
    margin: 0 auto;
    transform: unset !important;
    left: unset;
    padding: 0 0 9px;
  }
  .tax-region .map-section .subscribe-box.style001 {
    border: unset;
  }
  .join-module form input:not(.wpcf7-submit) {
    border-radius: unset;
  }
  .intro-banner .stamp-image {
    bottom: 40px;
    left: 60px;
    width: 85px;
  }
  .intro-banner figcaption {
    text-align: center;
  }
  .quiz-holder .wpcf7 {
    height: auto !important;
  }
  
  .quiz-step .check-group .wpcf7-list-item { height: 46px; }
  
  .steps-aside {
    bottom: 30px !important;
  }
  .btn-back-quiz {
    margin-left: 0;
  }
  .quiz-step .quiz-content {
    max-height: 470px;
  }
  .info-tabs .tab .info-tabs-mobile-opener {
    margin: 0 30px 0 0;
  }
  .info-tabs .tab.active .info-tabs-mobile-opener {
    margin-right: 96px;
  }
  .info-tabs .tab.active .info-tabs-mobile-opener::after {
    content: "";
    margin: 17px 0 0 17px;
  }
  .info-tabs .tab .info-tabs-mobile-opener::after {
    content: " >>";
    margin: 0 0 0 10px;
  }
  .mobile-p {
    display: block;
  }
  .why-travel-section .mobile-p {
    margin: 0 96px 0 10%;
    opacity: 0;
  }
  .why-travel-section .tab.active .mobile-p {
    opacity: 1;
  }

  .normal.modul {
    padding: 0 7px !important;
    width: 49% !important;
    min-height: 206px;
  }
  .holiday-types h3 {
    margin: 5px 0 15px;
  }
  .normal.modul h3 {
    font-size: 16px !important;
    padding: 0 7px 9px;
  }
  .holiday-types .holiday-box.type-02, .holiday-types .holiday-box.type-03, .holiday-types .holiday-box.type-04, .holiday-types .holiday-box.type-05, .holiday-types .holiday-box.type-06, .holiday-types .holiday-box.type-07 {
    margin: 0 0 10px;
  }
  .holiday-types .normal.modul figcaption {
    margin-bottom: 10px;
  }


  .mega-menu-nav ul .has-drop > a:not([href]) {
    display: none;
  }
  .main-navigation > ul > li:hover > div, .main-navigation > ul > li:hover > ul {
    opacity: 0;
    visibility: hidden;
  }
  .main-navigation > ul > li.opened > div, .main-navigation > ul > li.opened > ul {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .join-module .wpcf7-form-control-wrap {
    width: 100% !important;
  }
  .join-module .wpcf7-form-control-wrap:last-of-type {
    margin-top: 0 !important;
  }
  .travel-area .travel-filter .btn {
    min-width: 50%;
    display: inline-block;
    border-right: 2px solid #ce4d1f;
    border-left: 2px solid #ce4d1f;
  }
  .gallery-photos figure .bg-img, .gallery-photos figure .bg-image {
    width: 90vw;
  }

  .subscribe-module .cta-link {
    padding: 0 5px 9px;
  }
  .gallery-photos figure:hover {
    left: 0;
  }
  .subscribe-module.subscribe-module.new-slider-home .gallery-photos > .slick-btn {
    width: 30px;
    left: 30px;
  }
  .subscribe-module.subscribe-module.new-slider-home .gallery-photos > .slick-btn.slick-next {
    right: 0;
    left: unset;
  }
  .images-slideshow .slick-arrow.slick-prev {
    left: 45px;
  }
  .testimonials-module .slick-btn {
    top: 10%;
  }


  /* Correcció títol Buscar */
  span.wrap-in {
  font-weight: 400;
  }

  /* Acordió: obrir i tancar */

  ul.single-choice.filter-group, ul.multiple-choice, ul.uppercase.filter-group {
  display: none;
  }
  .search-item.active ul.single-choice.filter-group,.search-item.active ul.multiple-choice,.search-item.active ul.uppercase.filter-group {
    display: block;
  }

  ul.single-choice.filter-group {
  padding-top: 10px !important;
  }

  /* Acordió: estil nivell 1 */

  /* /Afegir/modificar atributs / */
  div.search .search-item h4 {
  margin-bottom: 10px;
  border-bottom: 2px solid #ce4d1f;
  padding-bottom: 10px;
  position: relative;
  }

  /* Crear classe */
  div.caret {
  position: absolute;
  top: 0px;
  right: 20px;
  margin-top: auto;
  margin-bottom: auto;
  width: 8px;
  height: 8px;
  color: #ce4d1f;
  border: solid;
  display: block;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease,-webkit-transform 0.3s ease;
  }

  /* Crear */
  .search-item h4 {
  color: #ce4d1f;
  }

  /* Afegir atribut */
  div.search .search-item {
  position: relative;
  }

  /* Afegir dins de <div class="search-item">:

  <div class="caret"></div>

  Crear classes */
  .search-filters .container .search-item:first-child {
  border: 2px solid #ce4d1f;
  margin-bottom: 40px !important;
  }
  .search-filters .container .search-item:first-child h4 {
  border-bottom: 0;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  }
  .search-filters .container .search-item:first-child .caret {
  top: 13px;
  }

  /* Afegir atributs */
  div.search .search-item>ul>li a {
  padding-bottom: 5px;
  display: block;
  }

  /* Sub acordió */
  ul.single-choice.filter-group ul {
  display: none;
  }
  div.search .search-item ul.filter-group>li a {
  padding-left: 30px;
  }
  .open-search div.search footer {
    position: fixed;
    bottom: 0;
    background: white;
    width: 100%;
  }
  div.search .search-item>ul>li.active ul {
    display: block;
  }
  div.search .form-search .btn {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}

