.wrapper {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh);
}
body {
  font-family: 'Avenir', sans-serif;
  font-size: 16px;
  font-weight: 500;
  height: 100%;
}
/*    --------------------------------------------------
	:: fonts
	-------------------------------------------------- */
@font-face {
  font-family: 'Avenir Next Demi';
  src: url('/lib/fonts/AvenirNext-DemiBold.woff2') format('woff2'), url('/lib/fonts/AvenirNext-DemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('/lib/fonts/Avenir-Black.woff2') format('woff2'), url('/lib/fonts/Avenir-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('/lib/fonts/Avenir-Light.woff2') format('woff2'), url('/lib/fonts/Avenir-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir';
  src: url('/lib/fonts/Avenir-Medium.woff2') format('woff2'), url('/lib/fonts/Avenir-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Avenir Book';
  src: url('/lib/fonts/Avenir-Book.woff2') format('woff2'), url('/lib/fonts/Avenir-Book.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*    --------------------------------------------------
	:: common
	-------------------------------------------------- */
ol, ul, li {
  margin: 0;
  padding: 0;
}
:focus {
  outline: 0;
}
li {
  list-style-type: none;
}
a {
  -webkit-transition: all 150ms ease;
  -moz-transition: all 150ms ease;
  -ms-transition: all 150ms ease;
  -o-transition: all 150ms ease;
  transition: all 150ms ease;
  color: #BC392D;
}
a:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* IE 8 */
  filter: alpha(opacity=50); /* IE7 */
  opacity: 0.6;
  text-decoration: none;
}
::selection {
  background: #BC392D;
  color: #FFFFFF;
  text-shadow: 0;
}
::-moz-selection {
  background: #BC392D;
  color: #FFFFFF;
}
/* PDF document links */
a[href$='.pdf']:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1c1";
  color: #D32F2F;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}
/* Word Document Links */
a[href$='.doc']:before, a[href$='.docx']:before, a[href$='.rtf']:before, a[href$='.wps']:before, a[href$='.txt']:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1c2";
  color: #D32F2F;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}
/* Excel Document Links */
a[href$='.xls']:before, a[href$='.odt']:before, a[href$='.xlsx']:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1c3";
  color: #D32F2F;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}
/* PowerPoint Document Links */
a[href$='.ppt']:before, a[href$='.pot']:before, a[href$='.pps']:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f1c4";
  color: #D32F2F;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-right: 8px;
}
.pagetitle {
  font-family: 'Avenir Next Demi';
  font-weight: 600;
  font-size: 4em;
  color: #000000;
}
@media(max-width:1579.98px) {
  .pagetitle {
    font-size: 3.2em;
  }
}
@media (max-width: 575.98px) {
  .pagetitle {
    font-size: 2em;
  }
}
@media (max-width: 575.98px) {
  .h2, h2 {
    font-size: 1.3rem;
  }
}
.page-title {
  font-size: 2.1rem;
  font-weight: 900;
  border-bottom: 1px solid #b9b9b9;
}
.youtubefembedframe {
  height: 500px
}
/*------------------------------------
- COLOR status
------------------------------------*/
.Archive {
  color: #f68741
}
.Available {
  color: #948e21
}
.OnRequest {
  color: #ff6d69
}
.Guaranteed {
  color: #2c8cec
}
.LastPlaces {
  color: #f42434
}
.Full {
  color: #010b8b
}
.FullWithWaitingList {
  color: #1e0521
}
.Full2BusOpen {
  color: #0be7fb
}
.Cancelled {
  color: #686868
}
.Pending {
  color: #ff9400
}
.OpenDates {
  color: #a1ae25;
}
/*------------------------------------
- COLOR primary
------------------------------------*/
.alert-primary {
  color: #591b15;
  background-color: #f0c7c4;
  border-color: #ecb8b3;
}
.alert-primary hr {
  border-top-color: #e8a59f;
}
.alert-primary .alert-link {
  color: #300e0b;
}
.badge-primary {
  color: #fff;
  background-color: #BC392D;
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: #fff;
  background-color: #922c23;
}
.bg-primary {
  background-color: #BC392D !important;
}
a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
  background-color: #922c23 !important;
}
.border-primary {
  border-color: #BC392D !important;
}
.btn-primary {
  color: #fff;
  background-color: #BC392D;
  border-color: #BC392D;
}
.btn-primary:hover {
  color: #fff;
  background-color: #9f3026;
  border-color: #922c23;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(188, 57, 45, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #BC392D;
  border-color: #BC392D;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #922c23;
  border-color: #862820;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(188, 57, 45, 0.5);
}
.btn-outline-primary {
  color: #BC392D;
  background-color: transparent;
  border-color: #BC392D;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #BC392D;
  border-color: #BC392D;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(188, 57, 45, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #BC392D;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #BC392D;
  border-color: #BC392D;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(188, 57, 45, 0.5);
}
.list-group-item-primary {
  color: #591b15;
  background-color: #ecb8b3;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #591b15;
  background-color: #e8a59f;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #591b15;
  border-color: #591b15;
}
.table-primary, .table-primary > th, .table-primary > td {
  background-color: #ecb8b3;
}
.table-hover .table-primary:hover {
  background-color: #e8a59f;
}
.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #e8a59f;
}
.text-primary {
  color: #BC392D !important;
}
a.text-primary:hover, a.text-primary:focus {
  color: #922c23 !important;
}
iframe {
  width: 100%;
}
@media(min-width:768px) {
  .container {
    max-width: 760px
  }
}
@media(min-width:992px) {
  .container {
    max-width: 980px
  }
}
@media(min-width:1200px) {
  .container {
    max-width: 1190px
  }
}
@media(min-width:1400px) {
  .container {
    max-width: 1380px
  }
}
@media(min-width:1800px) {
  .container {
    max-width: 1764px
  }
}
.form-control {
  font-size: 18px;
}
.text-danger {
  color: #bb2e2b !important;
}
.text-success {
  color: #4d7606 !important;
}
.text-black {
  color: #000 !important
}
.errform {
  color: #CD0003;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #9f3026;
  border: 1px solid #9f3026
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #9f3026;
  border: 1px solid #9f3026
}
strong {
  font-weight: 900 !important
}
/*------------------------------------
- header
------------------------------------*/
.logo {
  font-size: .9em;
  font: 'Avenir Next Ultra';
  font-weight: 200;
  letter-spacing: 1.2px;
}
.header-social a, .header-social a::after {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-social a {
  background: none;
  border: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 1.2em;
  position: relative;
  text-transform: uppercase;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
}
.header-social a::before, .header-social a::after {
  background: #fff;
  content: '';
  position: absolute;
  z-index: -1;
}
.header-social a:hover {
  color: #343A40;
}
/* BUTTON 2 */
.btn-2::after {
  height: 100%;
  left: 0;
  top: 0;
  width: 0;
}
.btn-2:hover:after {
  width: 100%;
}
/*    --------------------------------------------------
	:: menu in modal
	-------------------------------------------------- */
.openmodal {
  cursor: pointer
}
.openmodal:hover {
  color: #fff;
}
.modal-content {
  border: 0;
  border-radius: 0;
}
.btn-closemodal {
  height: 72px;
  line-height: 72px;
  width: 72px;
  margin-top: 15px;
  margin-right: 15px;
  color: #fff;
  text-align: center;
  font-size: 2em;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.modal-full {
  min-width: 100%;
  margin: 0;
}
.modal-full .modal-content {
  min-height: 100vh;
}
.modal-full .navigation a {
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .95);
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 10%;
  width: 100%;
  padding: 5%;
  text-align: center
}
.overlay a {
  text-decoration: none;
  transition: 0.3s;
  font-size: 40px;
}
@media (max-width: 767.98px) {
  .overlay a {
    font-size: 20px;
    padding: 3px;
  }
}
.list a:after {
  content: ","
}
.list a:last-child:after {
  content: ""
}
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}
.overlay .closebtn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #000;
  height: 60px;
  line-height: 60px;
  width: 60px;
  font-size: 2em;
  color: #fff;
  text-align: center;
  padding: 0;
  display: block;
}
@media screen and (max-height: 450px) {
  .overlay a {
    font-size: 20px
  }
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}
/*    --------------------------------------------------
	:: home
	-------------------------------------------------- */
/* slider */
.col-home img {
  opacity: .5;
}
.col-home h2 {
  font-size: 4.2em;
  font-family: 'Avenir Next Demi';
  font-weight: 600;
  line-height: .9em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media(max-width:1779.98px) {
  .col-home h2 {
    font-size: 3.7em;
  }
}
@media(max-width:1399.98px) {
  .col-home h2 {
    font-size: 2.42em;
  }
}
@media (min-width: 1579.99px) and (max-width: 1779.97px) {
  .col-home h2 {
    font-size: 3em;
  }
  .col-home-cntnt {
    padding-bottom: .5rem !important
  }
}
@media(max-width:1579.98px) {
  .col-home-cntnt {
    padding-bottom: 1rem !important
  }
}
@media (max-width: 1199.98px) {
  .col-home h2 {
    font-size: 2.15em;
  }
}
@media (max-width: 991.98px) {
  .col-home h2 {
    font-size: 1.5em;
  }
  .col-home-cntnt {
    padding-bottom: .25rem !important
  }
}
.title-last-word {
  opacity: .5;
}
.col-home-orange {
  background-color: #da7e00
}
.col-home-green {
  background-color: #919000
}
.col-home-blue {
  background-color: #62badc
}
.col-home-yellow {
  background-color: #cedb00
}
.col-home-purple {
  background-color: #9f26b4
}
.col-home-red {
  background-color: #f42434
}
.col-home-pink {
  background-color: #FF00A6
}
.col-home .text {
  font-size: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
}
@media(max-width:1579.98px) {
  .col-home .text {
    font-size: 1.1em;
  }
}
@media (max-width: 991.98px) {
  .col-home .text {
    font-size: .9em;
  }
}
.read-more {
  position: absolute;
  top: 0;
  right: 1rem;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .read-more .fa-3x {
    font-size: 2em;
  }
}
.read-more-3 {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  z-index: 2;
}
@media (max-width: 1199.98px) {
  .read-more-3 .fa-3x {
    font-size: 2em;
  }
}
.col-adv-1 {
  margin-bottom: 30px;
}
@media (max-width: 575.98px) {
  .col-adv-1 {
    margin-bottom: 1rem !important;
  }
}
/* guides */
.bg-guides {
  background: #90278C;
  position: relative;
  z-index: 1;
}
.bg-guides h2 {
  position: absolute;
  z-index: 2;
  top: 25%;
  width: 50%;
  left: 25%;
  text-align: center;
  color: #ffffff;
  font-family: 'Avenir Next Demi';
  font-weight: 600;
  font-size: 5em;
  line-height: .8em;
}
@media(max-width:1579.98px) {
  .bg-guides h2 {
    font-size: 3.5em;
  }
}
@media (max-width: 991.98px) {
  .bg-guides h2 {
    top: 40%;
  }
}
@media (max-width: 575.98px) {
  .bg-guides h2 {
    font-size: 2.5em;
  }
}
.bg-guides h2 span {
  opacity: .5;
  display: block
}
.bg-guides img {
  opacity: .3;
}
.bg-guides img:hover {
  opacity: .8;
}
.bg-guides .card {
  background-color: transparent;
  border: none;
  border-radius: 0;
  position: relative;
}
.bg-guides .card .h4 {
  position: absolute;
  z-index: 2;
  width: 100%;
  text-align: center;
  bottom: 0;
  left: 0;
  color: #FFFFFF;
  opacity: 0
}
@media(max-width:1579.98px) {
  .bg-guides .card .h4 {
    font-size: 1em;
  }
}
.bg-guides .card:hover .h4 {
  opacity: 1
}
/* PRÃ“XIMOS VIAJES */
.hometrips {
  font-family: 'Avenir Next Demi';
  font-weight: 600;
  font-size: 4em;
  color: #000000
}
@media(max-width:1579.98px) {
  .hometrips {
    font-size: 3.2em;
  }
}
@media (max-width: 575.98px) {
  .hometrips {
    font-size: 2em;
  }
}
/*
    code by Iatek LLC 2018 - CC 2.0 License - Attribution required
    code customized by Azmind.com
*/
@media (min-width: 992px) {
  /* Show 4th slide on md if col-md-4*/
  .carousel-inner .active.col-lg-4.carousel-item + .carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -33.3333%; /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  /* Show 3rd slide on sm if col-sm-6*/
  .carousel-inner .active.col-sm-6.carousel-item + .carousel-item + .carousel-item {
    position: absolute;
    top: 0;
    right: -50%; /*change this with javascript in the future*/
    z-index: -1;
    display: block;
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .carousel-item {
    margin-right: 0;
  }
  /* show 2 items */
  .carousel-inner .active + .carousel-item {
    display: block;
  }
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left), .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item {
    transition: none;
  }
  .carousel-inner .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  /* left or forward direction */
  .active.carousel-item-left + .carousel-item-next.carousel-item-left, .carousel-item-next.carousel-item-left + .carousel-item, .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* farthest right hidden item must be also positioned for animations */
  .carousel-inner .carousel-item-prev.carousel-item-right {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    visibility: visible;
  }
  /* right or prev direction */
  .active.carousel-item-right + .carousel-item-prev.carousel-item-right, .carousel-item-prev.carousel-item-right + .carousel-item, .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
    visibility: visible;
  }
}
/* MD */
@media (min-width: 992px) {
  /* show 3rd of 3 item slide */
  .carousel-inner .active + .carousel-item + .carousel-item {
    display: block;
  }
  .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
    transition: none;
  }
  .carousel-inner .carousel-item-next {
    position: relative;
    transform: translate3d(0, 0, 0);
  }
  /* left or forward direction */
  .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  /* right or prev direction */
  .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
    position: relative;
    transform: translate3d(100%, 0, 0);
    visibility: visible;
    display: block;
  }
}
.carousel-control-next, .carousel-control-prev {
  width: 5%;
}
.hometrip {
  position: relative;
  height: 610px;
}
@media (max-width: 575.98px) {
  .hometrip {
    position: relative;
    height: 480px;
  }
}
.hometrip .title {
  position: absolute;
  z-index: 2;
  font-size: 1.8em;
  left: 0;
  top: 40px;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}
@media(max-width:1579.98px) {
  .hometrip .title {
    font-size: 1.4em;
  }
}
.hometrip .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4; /* number of lines to show */
  -webkit-box-orient: vertical;
  font-size: 1.3em;
}
@media(max-width:1579.98px) {
  .hometrip .desc {
    font-size: 1.3em;
  }
}
.carouseltitle {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  -webkit-box-orient: vertical;
}
.hometrip .price {
  position: absolute;
  z-index: 2;
  font-size: 2em;
  right: 0;
  bottom: 30px;
}
.hometrip .price small {
  font-size: .65em;
}
@media (max-width: 575.98px) {
  .hometrip .price {
    bottom: 20px;
  }
}
.hometriplink img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
.trip-desc {
  position: absolute;
  top: 360px;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 575.98px) {
  .trip-desc {
    top: 240px;
  }
}
.title-1 {
  color: rgba(146, 146, 1, 1)
}
.trip-1 {
  background-color: rgba(146, 146, 1, .7)
}
.trip-1 .price {
  color: #929001
}
.title-2 {
  color: #F12434
}
.trip-2 {
  background-color: rgba(241, 36, 52, .7)
}
.trip-2 .price {
  color: #F12434
}
.title-3 {
  color: #DE7C00
}
.trip-3 {
  background-color: rgba(222, 124, 0, .7)
}
.trip-3 .price {
  color: #DE7C00
}
.title-4 {
  color: #929001
}
.trip-4 {
  background-color: rgba(146, 146, 1, .7)
}
.trip-4 .price {
  color: #929001
}
.title-5 {
  color: #F12434
}
.trip-5 {
  background-color: rgba(241, 36, 52, .7)
}
.trip-5 .price {
  color: #F12434
}
.title-6 {
  color: #DE7C00
}
.trip-6 {
  background-color: rgba(222, 124, 0, .7)
}
.trip-6 .price {
  color: #DE7C00
}
.title-7 {
  color: #929001
}
.trip-7 {
  background-color: rgba(146, 146, 1, .7)
}
.trip-7 .title {
  color: #929001
}
.trip-7 .price {
  color: #929001
}
.title-8 {
  color: #F12434
}
.trip-8 {
  background-color: rgba(241, 36, 52, .7)
}
.trip-8 .title {
  color: #F12434
}
.trip-8 .price {
  color: #F12434
}
.title-9 {
  color: #DE7C00
}
.trip-9 {
  background-color: rgba(222, 124, 0, .7)
}
.trip-9 .title {
  color: #DE7C00
}
.trip-9 .price {
  color: #DE7C00
}
.title-10 {
  color: #929001
}
.trip-10 {
  background-color: rgba(146, 146, 1, .7)
}
.trip-10 .title {
  color: #929001
}
.trip-10 .price {
  color: #929001
}
.title-11 {
  color: #F12434
}
.trip-11 {
  background-color: rgba(241, 36, 52, .7)
}
.trip-11 .title {
  color: #F12434
}
.trip-11 .price {
  color: #F12434
}
.title-12 {
  color: #DE7C00
}
.trip-12 {
  background-color: rgba(222, 124, 0, .7)
}
.trip-12 .title {
  color: #DE7C00
}
.trip-12 .price {
  color: #DE7C00
}
/* FEATURED DESTINATION */
@media (max-width: 991.98px) {
  #ftrddstntn .card-columns {
    column-count: 2;
  }
}
@media (max-width: 575.98px) {
  #ftrddstntn .card-columns {
    column-count: 1;
  }
}
#ftrddstntn .title {
  font-size: 3em;
  font-family: 'Avenir Next Demi';
  font-weight: 600;
  line-height: .8em;
}
@media(max-width:1579.98px) {
  #ftrddstntn .title {
    font-size: 2em;
  }
}
#ftrddstntn .title span {
  opacity: .7;
  display: block
}
#ftrddstntn .card {
  background-color: transparent;
  border: 0;
  border-radius: .0;
  border-bottom: 1px solid #fac8c9;
}
#ftrddstntn .card:nth-of-type(even) {
  border-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 991.98px) {
  #ftrddstntn .card:nth-of-type(even) {
    border-bottom: 1px solid #fac8c9;
    padding-bottom: 10px;
  }
}
#ftrddstntn .card strong {
  font-family: 'Avenir';
  font-weight: 900;
  font-size: 1.4em;
}
@media(max-width:1579.98px) {
  #ftrddstntn .card strong {
    font-size: 1.1em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
#ftrddstntn .card small {
  font-size: 1em;
  opacity: .7;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media(max-width:1579.98px) {
  #ftrddstntn .card small {
    font-size: .9em;
  }
}
/* CALENDAR + NEWSLETTER HOME */
.calendarhome {
  background-color: #000;
  position: relative
}
.calendarhome img {
  opacity: .3;
}
.calendartext {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
}
.calendartext h5 {
  font-size: 4em;
  font-family: 'Avenir Next Demi';
  font-weight: 600;
  line-height: .8em;
}
@media(max-width:1579.98px) {
  .calendartext h5 {
    font-size: 2.8em;
  }
}
@media (max-width: 575.98px) {
  .calendartext h5 {
    font-size: 2em;
  }
}
.calendartext h5 span {
  opacity: .7;
  display: block
}
.newsletterhome h5 {
  font-size: 4em;
  font-family: 'Avenir Next Demi';
  font-weight: 600;
}
@media(max-width:1579.98px) {
  .newsletterhome h5 {
    font-size: 2.5em;
  }
}
@media (max-width: 991.98px) {
  .newsletterhome h5 {
    font-size: 1.8em;
  }
}
.newsletterhome p {
  font-size: 2em;
}
@media(max-width:1579.98px) {
  .newsletterhome p {
    font-size: 1.5em;
  }
}
@media (max-width: 991.98px) {
  .newsletterhome p {
    font-size: 1em;
  }
}
/* LOGOS SLIDER */
.logo-slider {
  background: white;
  -webkit-box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
  box-shadow: 0 0px 0px 0px rgba(0, 0, 0, 0.125);
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.logo-slider::before, .logo-slider::after {
  background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 175px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.logo-slider::after {
  right: 0;
  top: 0;
  -webkit-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.logo-slider::before {
  left: 0;
  top: 0;
}
.logo-slider .logo-slide-track {
  -webkit-animation: logo-scroll 120s linear infinite;
  animation: logo-scroll 120s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(300px * 14);
  animation-duration: 60s;
  animation-iteration-count: infinite;
}
.logo-slider .slide {
  height: 300px;
  width: 300px;
  padding: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@-webkit-keyframes logo-scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-300px * 7));
    transform: translateX(calc(-300px * 7));
  }
}
@keyframes logo-scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-300px * 7));
    transform: translateX(calc(-300px * 7));
  }
}
/*    --------------------------------------------------
	:: footer
	-------------------------------------------------- */
.cookie-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 99;
}
.cookie-popup-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  width: 600px;
  text-align: left;
  max-width: 95%
}
footer {
  margin-top: auto;
}
.iconsfooter a[href$=".pdf"]::before {
  display: none;
}
/*    --------------------------------------------------
	:: trip
	-------------------------------------------------- */
.tripimage {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.tripimage .caption {
  margin: 60px 0;
  padding: 90px 0;
  width: 100%;
}
.tripimage .caption-orange {
  background-color: rgba(212, 128, 0, .6)
}
.tripimage .caption-green {
  background-color: rgba(145, 144, 0, .6)
}
.tripimage .caption-blue {
  background-color: rgba(98, 186, 220, .6)
}
.tripimage .caption-yellow {
  background-color: rgba(206, 219, 0, .6)
}
.tripimage .caption-purple {
  background-color: rgba(159, 38, 180, .6)
}
.tripimage .caption-red {
  background-color: rgba(244, 36, 52, .6)
}
.tripimage .caption-pink {
  background-color: rgba(255, 0, 166, .6)
}
.tripimage .caption-no-color {
  background-color: rgba(0, 0, 0, .6)
}
.tripimage .caption h1 {
  font-family: 'Avenir';
  font-weight: 900;
  font-size: 3em;
}
@media (max-width: 575.98px) {
  .tripimage .caption h1 {
    font-size: 2em;
  }
}
.tripimage .caption h2 {
  font-family: 'Avenir';
  font-weight: 900;
  font-size: 2.6em;
}
@media (max-width: 575.98px) {
  .tripimage .caption h2 {
    font-size: 1.5em;
  }
}
.tripimage .caption .h3 {
  font-family: 'Avenir';
  font-weight: 900;
  font-size: 2.2em;
  display: block
}
@media (max-width: 575.98px) {
  .tripimage .caption .h3 {
    font-size: 1.3em;
  }
}
.tripimage .caption button {
  color: rgba(212, 128, 0, 1.00);
  font-family: 'Avenir';
  font-weight: 300;
}
.trip-title {
  font-weight: 900;
  font-size: 1.4em;
  border-bottom: 1px solid #b9b9b9;
}
.tripdetails {
  color: #333333;
  font-size: 1.5em;
  font-weight: 300;
}
@media(max-width:1579.98px) {
  .tripdetails {
    font-size: 1.2em;
  }
}
@media (max-width: 575.98px) {
  .tripdetails {
    font-size: 1.05em;
  }
}
.tripdetails .color {
  color: #e5821c
}
.tripdetails .booktitle {
  font-family: 'Avenir Book';
}
@media (max-width: 575.98px) {
  .tripdetails .booktitle {
    font-size: 1.2em;
  }
}
.tripdetails .btn-color {
  background-color: rgba(212, 128, 0, 1.00);
}
.tripdetails .btn-book {
  font-weight: 300;
  font-size: 1.3em;
}
/*---------- star rating ----------*/
.star-rating, .back-stars, .front-stars {
  display: flex;
}
.star-rating {
  font-size: 1.2em;
}
.back-stars {
  color: #B2B2B2;
  position: relative;
  left: 50%; /*Add this*/
  transform: translate(-50%, 0); /*Add this*/
}
.front-stars {
  color: #FF8400;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: all 0.5s;
  width: 100%;
}
/*    --------------------------------------------------
	:: trips
	-------------------------------------------------- */
.trips .bg-orange {
  background-color: #da7e00
}
.trips .bg-green {
  background-color: #919000
}
.trips .bg-blue {
  background-color: #62badc
}
.trips .bg-yellow {
  background-color: #cedb00
}
.trips .bg-purple {
  background-color: #9f26b4
}
.trips .bg-red {
  background-color: #f42434
}
.trips .bg-pink {
  background-color: #FF00A6
}
.trips .bg-nocolor {
  background-color: #000
}
.trips .title {
  font-size: 3.5em;
  font-weight: 300
}
@media(max-width:1579.98px) {
  .trips .title {
    font-size: 2.5em;
  }
}
@media (max-width: 575.98px) {
  .trips .title {
    font-size: 1.7em;
  }
}
.sortbar .color {
  font-size: 1.3em;
}
.sortbar .orange .color {
  color: #da7e00
}
.sortbar .green .color {
  color: #919000
}
.sortbar .blue .color {
  color: #62badc
}
.sortbar .yellow .color {
  color: #cedb00
}
.sortbar .purple .color {
  color: #9f26b4
}
.sortbar .red .color {
  color: #f42434
}
.sortbar .pink .color {
  color: #FF00A6
}
.sortbar .nocolor .color {
  color: #000
}
#products .view-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-left: 0;
  margin-bottom: 0;
}
#products .thumbnail {
  margin-bottom: 30px;
  padding: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  position: relative;
  width: 100%;
}
#products .item.list-group-item {
  float: none;
  width: 100%;
  background-color: #fff;
  margin-bottom: 30px;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  border: 0;
}
#products .item .img-event {
  height: 330px;
}
#products .item .img-event img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center;
}
#products .item.list-group-item .img-event {
  float: left;
  width: 40%;
  height: auto;
}
#products .item.list-group-item .img-event img {
  height: auto;
  width: 100%;
}
#products .item .img-event {
  height: 330px;
}
@media (max-width: 575.98px) {
  #products .item .img-event {
    height: auto;
  }
}
#products .item .img-event img {
  height: 100%;
}
@media (max-width: 575.98px) {
  #products .item .img-event img {
    height: 100%;
  }
}
.img-event a[href$='.pdf']:before {
  display: none
}
.item .card-footer a[href$='.pdf']:before {
  display: none
}
#products .item {
  border-right: 3px solid #fff;
}
#products .item .orange {
  color: #da7e00
}
#products .item .btn-orange {
  background-color: #da7e00
}
#products .item .green {
  color: #919000
}
#products .item .btn-green {
  background-color: #919000
}
#products .item .blue {
  color: #62badc
}
#products .item .btn-blue {
  background-color: #62badc
}
#products .item .yellow {
  color: #cedb00
}
#products .item .btn-yellow {
  background-color: #cedb00
}
#products .item .purple {
  color: #9f26b4
}
#products .item .btn-purple {
  background-color: #9f26b4
}
#products .item .red {
  color: #f42434
}
#products .item .btn-red {
  background-color: #f42434
}
#products .item .pink {
  color: #ff00a6
}
#products .item .btn-pink {
  background-color: #ff00a6
}
#products .item .color {
  color: rgba(212, 128, 0, 1.00)
}
#products .item .btn-color {
  background-color: rgba(212, 128, 0, 1.00);
}
#products .item .btn {
  font-weight: 300;
}
#products .item .status {
  position: absolute;
  top: 50px;
  left: 0;
  font-size: 1.3em;
}
#products .item .card-footer {
  text-align: center
}
#products .item.list-group-item .card-footer {
  text-align: left;
  margin-left: calc(40% + 1px)
}
#products .item .card-title {
  font-weight: 900;
  font-size: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 86px;
}
@media (max-width: 575.98px) {
  #products .item .card-title {
    -webkit-line-clamp: auto;
    height: auto;
  }
}
.trip-days {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
}
#products .item.list-group-item .card-title {
  -webkit-line-clamp: auto;
  height: auto;
}
#products .item .list-group-item-text {
  font-weight: 300;
  font-size: 1.1em;
}
#products .item .list-group-item-text strong {
  font-size: 1.4em;
}
#products .item.list-group-item .list-group-image {
  margin-right: 10px;
}
#products .item.list-group-item .thumbnail {
  margin-bottom: 0px;
  display: inline-block;
}
#products .item.list-group-item .caption {
  float: left;
  width: 60%;
  margin: 0;
}
#products .item.list-group-item:before, #products .item.list-group-item:after {
  display: table;
  content: " ";
}
#products .item.list-group-item:after {
  clear: both;
}
/* PDF DOWNLOADS */
.tripspdfs {
  background-image: url(/images/catbg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tripspdfs .title {
  margin: 120px 0 30px;
  width: 100%;
  text-align: right;
  font-family: 'Avenir Next Demi';
  font-weight: 600;
  color: #fff;
  font-size: 4em
}
.tripspdfs .title h5 {
  font-size: 1em;
  line-height: .8em;
}
@media(max-width:1579.98px) {
  .tripspdfs .title h5 {
    font-size: .7em;
  }
}
.tripspdfs .title span {
  opacity: .7;
  display: block
}
/*    --------------------------------------------------
	:: guides
	-------------------------------------------------- */
.guides .card-columns .card:nth-child(1n) {
  background: #DA7E00
}
.guides .card-columns .card:nth-child(2n) {
  background: #919000
}
.guides .card-columns .card:nth-child(3n) {
  background: #62BADC
}
.guides .card-columns .card small a {
  text-decoration: underline;
  color: #fff;
}
.guides a[href$=".pdf"]::before {
  display: none;
}
@media(max-width:1800px) {
  .guides small {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 1199.98px) {
  .guides .card-columns {
    column-count: 2;
  }
}
@media (max-width: 767.98px) {
  .guides .card-columns {
    column-count: 1;
  }
}
.plus {
  position: absolute;
  bottom: 0;
  right: 0
}
.guidephotos .card-columns {
  column-count: 2;
}
@media (min-width: 576px) {
  .guidephotos .card-columns {
    column-count: 3;
  }
}
@media (min-width: 992px) {
  .guidephotos .card-columns {
    column-count: 1;
  }
}
.guide-item .status {
  position: absolute;
  top: 50px;
  left: 0;
  font-size: 1em;
}
/*    --------------------------------------------------
	:: Careers
	-------------------------------------------------- */
.careers .card-columns .card:nth-child(1n) {
  background: #DA7E00
}
.careers .card-columns .card:nth-child(2n) {
  background: #919000
}
.careers .card-columns .card:nth-child(3n) {
  background: #62BADC
}
.careerdetails {
  color: #333333;
  font-size: 1.5em;
  font-weight: 300;
}
.careerdetails b {
  font-weight: 900;
  font-size: 1.2em;
  border-bottom: 1px solid #b9b9b9;
  text-transform: uppercase;
  display: block;
  padding-bottom: .6rem;
  padding-top: .6rem;
  margin-bottom: 1rem;
  margin-top: 1.5rem;
}
/*    --------------------------------------------------
	:: CheckOut
	-------------------------------------------------- */
.checkout {
  color: #333333;
  font-size: 1.5em;
  font-weight: 300;
}
@media (max-width: 575.98px) {
  .checkout {
    color: #333333;
    font-size: 1.2em;
    font-weight: 300;
  }
}
.checkout .btn-book {
  font-weight: 300;
  font-size: 1.3em;
}
.checkout .color {
  color: #e5821c
}
.checkout .booktitle {
  font-family: 'Avenir Book';
}
@media (max-width: 575.98px) {
  .checkout .booktitle {
    font-size: 1.2em;
  }
}
.checkout .btn-color {
  background-color: rgba(212, 128, 0, 1.00);
}
.checkout .btn-book {
  font-weight: 300;
  font-size: 1.3em;
}
.checkoutprotection {
  font-size: 15px;
}
.trip-map iframe {
  width: 100%;
  height: 600px
}
@media (max-width: 767.98px) {
  .trip-map iframe {
    height: 300px
  }
}