
/* Fonts */
@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic);

@font-face {
    font-family: 'BebasNeue';
    src: url('../fonts/BebasNeue-webfont.eot');
    src: url('../fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/BebasNeue-webfont.woff') format('woff'),
         url('../fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('../fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* Trick to save Fancybox from get broken */

.fancybox-wrap, .fancybox-wrap * {
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
}

/* Google translate */

.goog-te-gadget-simple {
    background: none !important;
    border: 0 !important;
    padding: 0 !important;
}

.goog-te-gadget-simple img {
    display: none;
}

.goog-te-gadget-simple span a {
    color: #999 !important;
    font-family: "PT Sans";
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase !important;
    margin: 0 !important
}

.goog-te-gadget-simple span a:hover {
    color: white !important;
}

.goog-te-gadget-simple span a span {
    border: 0 !important;
}

.goog-te-gadget-simple span a > span:first-child {
    margin-right: 7px !important;
}

/* ******************** */

/* Reset some styles to allow asolute positioning elements to bottom */
html, body { height: auto; }
body { position: static; }
/* *** */


/* ******************** */

button.pswp__button {
    background-color: transparent !important;
}

/* For steaky footer */
html { position: relative; min-height: 100% }

body {
    background-color: #151314;
    font-family: 'Pt Sans', Arial, sans-serif;
    font-weight: 400;
    color: #333333;
    /*margin: 0 0 300px;*/
    margin: 0;
    border-top: 7px solid #000000;
}

h1, h2 {
    font-family: 'BebasNeue', Arial, sans-serif;
    font-weight: normal;
}

h3, h4, h5, h6, p {
    font-family: 'Pt Sans', Arial, sans-serif;
}

h1, h2 {
    font-size: 1.625rem;
    text-transform: uppercase;
    color: #1a1818;

}

h3 {
    font-size: .875rem;
    color: #a0081a;
    margin: 0 0 .5rem;
}

h4 {
    font-size: 1.125rem;
    color: #000;
    font-weight: bold;
    margin: 0 0 .5rem;
}

p, ul, input {
    font-weight: 400;
    margin-bottom: .5rem;
    font-size: .75rem;
    line-height: 1.125rem;
}

p, ul, a {
    color: #333333;
}

a,
a.visited,
a.focus {
    text-decoration: underline;
/*	color: #F3901D; */
}

a:hover,
a:focus {
    color: #A0081A;

}

strong, b {
    font-weight: 700;
    color: black
}

.no-padding {
    padding: 0 !important;
}

.yellow {
    color: #FFAB00;
}


.rojo {
    color: #A0081A;
}

.solid-btn {
    background: #333;
    font-family: 'BebasNeue', Arial, sans-serif;
    color: #FFF;
    font-size: 18px;
    line-height: 28px;
    float: right;
    padding: 3px 15px;
    text-decoration: none;
    margin-top: 15px;
}

.solid-btn:hover {
    background-color: black;
    color: #FFF;
}

header {
    position: relative;
    padding-top: 20px;
    background: black;
}

.phones {
    font-family: 'BebasNeue';
    color: white;
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}

.fa-whatsapp {
    color: #1ba00f;
}

header h1 {
    /*width: 374px;
    height: 82px;
    display: block;*/
    margin-top: 40px;
    margin-bottom: 20px;
    /*margin-left: -50px;*/
}

header h1 a {
/*	width: 374px;
    height: 82px;
    display: block;
    text-indent: -9999px;
    background: url(../img/logo-new-header.png);
    background-size: cover;*/
}

.slider-caption {
/*	float: right;
    position: absolute;
    right: 0;
    top: 340px;
    width: 300px;
    text-align: right;
    */
    transition: all .35s ease;
    position: absolute;
    top: 15%;
    left: 10%;
}


.slider-caption span {
    /*background: rgba(255,255,255,.6);
    display: inline-block;*/
    font-size: 25px;
    text-shadow: 0 0 5px black;

    color: white;

    font-family: "BebasNeue";
}

.lang-selector {
/*	float: right;
    background-color: black;*/
    margin-bottom: 0 !important;
}

.lang-selector li {
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    padding: 3px 0;
    font-size: 13px;
    color: #999;
    font-weight: bold;
    background: black;
}

.lang-selector li a {
    font-size: 13px;
    color: #999;
    padding: 0 7px;
    text-decoration: none;
}

.lang-selector li a.active {
    color: white;
    cursor: default;
}

.lang-selector li a:hover {
    color: white;
}

.nav {
    background: #000000;
    position: absolute;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 2.125rem;

    transition: all .5s ease;
}


.nav .toggle-icon {
    width: 16px;
    height: 16px;
    display: block;
    margin: 10px;
    position: relative;
    text-indent: 1.94444rem;
    transform: translate(0,0,0);
}

.nav .toggle-icon span:after {
    content: "";
    position: absolute;
    display: block;
    height: 0;
    top: 50%;
    margin-top: -0.44444rem;
    /*left: 0.80556rem;*/
    box-shadow: 0 0px 0 1px #FFF, 0 7px 0 1px #FFF, 0 14px 0 1px #FFF;
    width: 0.88889rem;
}

.nav-menu {
    margin: 0;
    padding: 0;
    text-align: center;
}

.left-off-canvas-menu .nav-menu {
    text-align: left;
}

.nav ul.nav-menu li {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.nav-menu li a {
    font-family: 'BebasNeue', Arial, sans-serif;
    display: block;
    padding: .5rem .8rem;
    font-size: 1.125rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #FFFFFF;
    position: relative;
    text-decoration: none;
}

.nav-menu ul li a {
        padding: .25rem .8rem;
}

.nav-menu li a:hover {
    background: #222222;
}

.nav-menu li a.active {
    background: #A0081A;
    cursor: default;
}

.nav ul.nav-menu .submenu {
    position: absolute;
    margin: 0;
    background-color: black;
    min-width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
}

.nav ul.nav-menu .submenu li {
    display: block;
    min-width: 100%;
}

.nav ul.nav-menu li:hover > .submenu {
    opacity: 1;
    visibility: visible
}

.nav ul.nav-menu .submenu .submenu {
    top: 0;
    left: 100%;
    max-width: 300%;
}

.nav ul.nav-menu .submenu .submenu a {
    overflow: hidden;
    text-align: left;
    white-space: nowrap;
    opacity: .75;
}

.nav ul.nav-menu .submenu .submenu a:hover {
    opacity: 1
}

/* SIDE NAVIGATIONS */

ul.side-nav,
ul.side-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.side-nav li {
/*	margin-bottom: 3px;*/
}

ul.side-nav li a {
    font-family: 'BebasNeue', Arial, sans-serif;
    font-weight: normal;
    height: 22px;
    line-height: 22px;
    display: block;
    text-decoration: none;
    color: black !important;
}

ul.side-nav-large > li > a {
    font-size: 1.25rem !important;
    padding: .25rem .875rem !important;
    height: 30px;
    color: white !important;
    background: black !important;
}

ul.side-nav-large > li > a.active {
    background: #a0081a !important;
}

ul.side-nav-large ul {
    margin-top: 3px;
    height: 0;
    transition: all .4s ease;
    overflow: hidden;
}
/*
ul.right-menu {
    margin-top: 3px;
    transition: all .4s ease;
}
*/
ul.side-nav-large ul li,
ul.side-nav-small li {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 0;
    margin-bottom: 0;
}

ul.side-nav-large ul li a {
    font-size: .9375rem;
    padding: 2px 2rem !important;
    overflow: hidden
}

ul.side-nav-small li a {
    padding: 0 !important;
    font-family: 'Pt Sans', Arial, sans-serif;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
}

ul.side-nav-large ul li a.active {
    color: #a0081a  !important;
    background: url(../img/left-menu-bullet.png) 15px center no-repeat;
}

ul.side-nav-small li a {
    color: #333 !important
}

ul.side-nav-small li a.active {
    color: #a0081a !important;
}

/* ********* */

section.main {
/*	padding: 2rem 0;*/
}



.top-slider {
    width: 100%;
    height: 360px;
    overflow: hidden;
    margin-bottom: 0 !important;
    transition: all .3s .4s ease;
}

.faded {
    opacity: 0;

}

.top-slider .slick-list {
    transition: all .3s ease;
    top: 50%;
}


/* Centra verticalmente el slide en el slider del header, asumiendo que cada foto tiene 800px de alto y el slider tiene 360px */
/*.top-slider .slick-track { top: 50%; margin-top: -220px; }*/

.top-slider-wrapper {
    position: relative;

}
.over-header {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../img/top-slider-mask.png) center top repeat-y;
}

/* TrusPilot */

.trustpilot {
    background-color: #eee;
}
.trust-front {
    padding: 15px 25px;
}

.trust-front .star-rating {
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 5px;
}
.trust-front p {
    line-height: 1.2;
}

.trust-front svg {
    width: 100px;
}
.trust-slider {
    margin: 0 !important;
}

.trust-slider button.slick-next,
.trust-slider button.slick-prev {
    background-color: #eee;
}

.trust-slider button.slick-next {
    right: -15px;
}

.trust-slider .button.slick-prev {
    left: -15px;
}

.trust-slide-inner {
    height: 160px;
    padding: 20px 30px 10px 20px;
}

.star-rating {
    margin-bottom: 10px;
}

.star-rating .star {
    float: left;
    line-height: 1em;
    padding: 3px;
    border-radius: 3px;
    margin: 0 3px 0 0;
}

.star-rating.star-rating-small .star {


    margin: 0 1px 0 0;
}

.star-rating.count-5 .star {
    background-color: #007f4e
}

.star-rating .star img {
    width: 20px;
}

.star-rating.star-rating-small .star img {
    width: 10px;
}

.trust-slide p {
    line-height: 1.2;
}

.trust-tit {
    font-weight: bold;
}

.trust-autor {
    font-size: 12px;
    margin-top: 15px;
    color: #666;
}

/* *** */

.main {
    padding: 5px 0;
}

.main > .row {
    background: #F0F0F0;
    background: white;
    padding-bottom: 20px;
}

.main .row {
    padding-bottom: 20px;
}

.main > .row:first-child {
    padding-top: 30px;
}

.main > .row:last-child {
    padding-bottom: 30px;
}

.block {
    padding: 10px;
    margin-bottom: 1.25rem;
}

.block-lightgrey {
    background: #f5f5f7;
    border: 1px solid #F0F0F0;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,1);
}

.block-darkgrey {
    background: #CECECE;
    border: 1px solid #CECECE;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,1);
}

.block-yellow {
    background: #FFAB00;
    border: 1px solid #FFAB00;
    box-shadow: inset 0 0 0 2px rgba(255,255,255,1);
}

.block-img {
    padding: 2px;
    position: relative;
}

.block-img-desc {
    padding: 10px;
}

.block-img-desc p {
    overflow: hidden;
}

.block h2 {
    margin: 0 0 .5rem;
    line-height: 1.625rem;
    border-bottom: 1px solid #F0F0F0;
    box-shadow: 0 1px 0 rgb(255,255,255);
}

.block-darkgrey h2 {
    border-bottom-color: rgba(135,135,135,.5);
}

.block p {
/*	text-align: justify;*/
}

/* Clients */
.default-caption {
    position: absolute;
    right: 5px;
    bottom: 5px;
    width: 80%;
    text-align: right;
    z-index: 10;
    transition: all .35s ease;
}

.default-caption span {
    background: rgba(255,255,255,.6);
    display: inline-block;
    font-size: .75rem;
    padding: .3rem .5rem;
}


/* Form */

form input[type="text"],
form textarea,
form select {
    font-family: 'Pt Sans', Arial, sans-serif;
    font-weight: 400;
    border: 0;
    background: #EBEBEB;
    border: 1px solid #EBEBEB;
    padding: 0.3125rem 0.25rem 0.3437rem;
    font-size: .8125rem;
    line-height: 1rem;
    height: auto;
    box-shadow: none;
    transition: all .35s ease;
}

form {
    margin: 0;
}

form .row {
    padding-bottom: 0 !important;
}

form textarea {
    height: 70px;
}

input[type="text"]:focus,
textarea:focus {
    border-color: #CCC;
    background: #EFEFEF;
    box-shadow: none;
}

.response {
    font-weight: 700;
    color: #a0081a;
}

.contact-form-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease;
}

.contact-form-wrapper.in {
    max-height:500px;
}


.contact-form .columns {
    padding-right: 1rem !important;
}

input[type="submit"] {
    color: white;
    text-transform: uppercase;
    border: 0;
    border-radius: 5px;
    padding: 0.25rem 1.5rem 0.25rem 0.6rem;
    background: url(../img/submit-bullet.png) right center no-repeat #2F2F2F;
}

::-webkit-input-placeholder {
  color: #969696;
  font-style: italic;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #969696;
  font-style: italic;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #969696;
  font-style: italic;
}

:-ms-input-placeholder {
  color: #969696;
  font-style: italic;
}


/* Buttons */
/*
button,
.button {
    font-family: 'Roboto', Arial, sans-serif;
    font-weight: 400;
}

button.tiny, .button.tiny {
    font-size: .8125rem;
    padding: 0.3125rem 1rem 0.3437rem;
}

button.secondary, .button.secondary {
    background-color: #969696;
    color: white
}

button.secondary:hover, .button.secondary:hover {
    color: white
}

button.success:hover, .button.success:hover {
    background-color: #75CB38;
}

.button.download {
    padding-left: 1.5rem;
    background-image: url(../img/download-icon.png);
    background-position:  8px center;
    background-repeat: no-repeat;
}

*/

/* Carousels (Slick Slider) */
.slick-slider {
    margin-bottom: 20px
}

.shadow:after {
    content: '';
    width: 100%;
    height: 25px;
    display: block;
    position: absolute;
    bottom: -35px;
    background: url(../img/slick-slider-shadow.png) center center no-repeat;
    background-size: 100%;
}

.slick-item {
}

.slick-item > .slide-inner.block-lightgrey {
    padding: 2px;
}

.multiple .slick-item > .slide-inner {
    margin: 8px;
}

.slide-inner > .tag {
    padding: 0 10px;
    font-family: 'BebasNeue', Arial, sans-serif;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: white;
    height: 30px;
    overflow: hidden;
}

.slide-inner > .tag a {
    color: white;
    text-decoration: none;
}

.slide-inner > .tag-cinta {
    width: 200px;
    height: 46px;
    position: absolute;
    z-index:10;
    top: 90px;
    left: -6px;
    background: url(../img/tag.png) no-repeat;
    overflow: hidden;
}

.label-days {
    background: url(../img/label-days.png);
    width: 70px;
    height: 120px;
    position: absolute;
    right: 5px;
    top: -2px;
    z-index: 1;
}

.label-days span {
    font-family: 'BebasNeue', Arial, sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 1;
    text-align: center;
    color: white;
    display: block;
    transform: rotate(-11deg);
    margin-top: 60px;
    margin-left: 10px;
}

.slide-inner > .tag-rect {
    background: #151314;
}

.slide-inner > .tag-rect:hover {
    background: black;
}

.slide-inner > .tag-rect a {
    color: white;
    text-decoration: none;
}

.slick-slider > button {
    width: 26px;
    height: 40px;
    margin-top: -20px;
    border-radius: 10px;
    background: center center no-repeat rgba(255,255,255,1);
}

.day-date {
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}

.slick-gal,
.slick-day,
.slick-hotel {
    margin-bottom: 10px;
}

.slick-gal ul.slick-dots,
.slick-day ul.slick-dots,
.slick-hotel ul.slick-dots {
    margin: 5px 0;
    text-align: left;
    position: relative;
    bottom: auto;
}

.slick-gal ul.slick-dots li,
.slick-day ul.slick-dots li,
.slick-hotel ul.slick-dots li {
    vertical-align: top;
    margin: 0 0 0 2px;
    width: 8px;
}

.slick-gal ul.slick-dots li button,
.slick-day ul.slick-dots li button,
.slick-hotel ul.slick-dots li button {
    height: auto;
    margin: 0;
    width: 14px;
}

.slick-gal ul.slick-dots li button:before,
.slick-day ul.slick-dots li button:before,
.slick-hotel ul.slick-dots li button:before {
    font-size: 8px;
    width: 14px;
}


.slick-gal > button {
    width: 40px;
    height: 55px;
    margin-top: -27px;
    border-radius: 3px;
    background: center center no-repeat none;
    opacity: .5;
    transition: all .5s ease;
}

.slick-day > button,
.slick-hotel > button {
    width: 20px;
    height: 28px;
    margin-top: -14px;
    border-radius: 3px;
    background: center center / cover no-repeat none;

    /*	opacity: 0;*/
    opacity: .5;
    transition: all .5s ease;
}

.slick-gal:hover > button,
.slick-day:hover > button,
.slick-hotel:hover > button {
    opacity: .5;
}

.slick-slider > button:before {
    content: ''
}

.slick-slider > button.slick-prev {
    background-image: url(../img/slick-prev.png);
}

.slick-slider > button.slick-next {
    background-image: url(../img/slick-next.png);
}

.slick-slider > button:hover {
    background-color: rgba(255,255,255,1);
}

.slick-gal > button.slick-prev,
.slick-day > button.slick-prev,
.slick-hotel > button.slick-prev {
    background-image: url(../img/slick-gal-prev.png);
    left: -3px;
}

.slick-gal > button.slick-next,
.slick-day > button.slick-next,
.slick-hotel > button.slick-next {
    background-image: url(../img/slick-gal-next.png);
    right: -3px;
}

.slick-gal > button:hover,
.slick-day > button:hover,
.slick-hotel > button:hover {
    opacity: 1;
    background-color: transparent;
}

.slide-inner .foot {
    font-family: 'BebasNeue', Arial, sans-serif;
    font-weight: normal;
    font-size: 13px;
    height: 30px;
    line-height: 28px;
    border-top: 1px solid #a0081a;
    border-bottom: 1px solid #a0081a;
}

.pack .slide-inner > .pack-foot-wrapper {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    padding: 3px;
    background: #f5f5f7;
}

.slide-inner .foot > span,
.slide-inner .foot > a {
    display: inline-block;
    vertical-align: top;
}

.slide-inner .foot .from,
.slide-inner .foot .cost {
    color: white;
    background: #a0081a;
    padding-left: 10px;
}

.slide-inner .foot .cost {
    font-size: 20px;
    padding-right: 10px;
}

.slide-inner .foot .view-itinerary {
    padding-left: 10px;
    text-decoration: none;
}

/* Packages */

.pack-list .columns {
    margin-bottom: 30px;
}

.slick-gal .zoom {

}

.slick-gal .zoom:before,
.slick-day .zoom:before,
.slick-hotel .zoom:before {
    content: '';
    display: block;
    width: 54px;
    height: 55px;
    position: absolute;
    z-index: 1;
    background: url(../img/slick-gal-zoom.png);
    top: 50%;
    left: 50%;
    margin-top: -27px;
    margin-left: -27px;
    opacity: 0;
    transition: all .35s ease;
}

.slick-gal .zoom:hover:before,
.slick-day .zoom:hover:before,
.slick-hotel .zoom:hover:before {
    opacity: .5;
}

ul.pack-filters {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 10px 0 15px;
}

ul.pack-filters li {
    float: left;
    color: #000;
    margin-right: 5px;
    margin-bottom: 5px;
    padding-right: 5px;

    font-family: 'BebasNeue', Arial, sans-serif;
    font-weight: normal;

    font-size: 1.125rem;
}

ul.pack-filters li:first-child {
    /*padding: 0;*/
}

ul.pack-filters li:last-child {
    display: none;
}

ul.pack-filters li a {
    color: #999;
    text-decoration: none;

}

ul.pack-filters li a:hover,
ul.pack-filters li a.active {
    color: #A0081A;
}

.filters-group {
    margin: 0 0 30px;
}

.filter-wrap {
    margin: 10px 0;
    line-height: 37px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

select.filter-select {
    width: auto;
    margin: 0;
    width: 130px;
    float: right
}

.flag {
    margin: 0 5px 5px 0;
    display: inline-block !important;
}


/* Package */

.price {
    font-family: 'BebasNeue', Arial, sans-serif;
    font-weight: normal;
    color: white;
    background: #a0081a;
    float: right;
    display:inline-block;
    padding: .1rem .5rem .15rem;
    margin: .25rem 0;
    text-align: right
}

.price span {
    font-size: 1.25rem;
}

.price span.from {
    font-size: 1rem;
}

.price span.price-note {
    font-family: "PT Sans";
    font-size: 12px;
    display: block;
    line-height: 1;
    margin-top: -5px;
    margin-bottom: 3px;
    text-align: right;
}

.pack-gal {
    margin-bottom: 25px;
}


.pack-desc p,
.pack-desc ul li {
    font-size: .875rem;
    line-height: 1.33;
}

.pack-desc ul {
    padding: 0;
    list-style: none;
    margin: 0 0 16px;
}

.pack-desc ul li {
    padding: 3px 0;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
}

.pack-desc ul li i {
    color: #A0081A;
    margin-right: 8px;
}

.program {

}

.itinerary-item {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #DDD;
    box-shadow: inset 0 -2px 0 #FFF;
}

.itinerary-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    box-shadow: none;
    border: 0;
}



.itinerary-item-desc p {
    line-height: 17px;
    margin-bottom: 17px;
}

.itinerary-item-desc h3 {
    font-weight: 700;
    color: black;
    margin-bottom: 9px;
    line-height: 17px;
}

.itinerary-item-desc h6 {
    color: #A0081A;
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 6px;
}

a.toggle-shorten {
    font-size: .75rem;
    line-height: 17px;
    margin: 9px 0 0 0;
    text-decoration: none;
    font-weight: 700;
    display: block
}

form a.toggle-shorten {
    font-size: .8rem;
    display: block;
    text-align: right;
}

.item-desc-shorten {
    height: 51px;		/* 3 lineas x line-height: 17px */
    overflow: hidden;
    transition: all .5s ease;
}

.form-shorten {
    height: 0;
    overflow: hidden;
    transition: all .5s ease;
}

.day-top {
    padding: 0 .625rem .625rem;
    color: black;
    /*background: #a0081a;*/
    position: relative;

    font-size: 1.125rem;
    margin-bottom: 1rem;
    height: 1.5rem;

}

.day-bullet {
    width: 36px;
    height: 36px;
    display: block;
    position: absolute;
    left: 0;
    top: -7px;
    background: url(../img/day-golf-ball.png) center center / cover no-repeat;
}

.day-num {
    position: absolute;
    left: 45px;
    font-family: 'BebasNeue', Arial, sans-serif;
    font-weight: normal;
    font-size: 1.125rem;
}

.download_pdf {
    margin: 0 .5rem;
    padding: 0.2rem 0.5rem 0.2rem 0.2rem;
/*	background: #EDEDED;*/
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.6rem;
    font-size: 13px;
    font-weight: bold;
    color: #666
}

.download_pdf img {
    margin-left: 4px;
    vertical-align: top;
}
.download_pdf:hover {
    background: #EDEDED;
    color: #333
}

.enquire-form {
    position: fixed;
    top:15%;
    right: 0;
    width: 250px;
    z-index: 1000;
    transition: transform .4s .2s ease-out
}

.enquire-form.closed {
    transform: translateX(100%);
    transition: transform .5s ease-out
}

.enquire-form input {
    margin-bottom: .5rem !important
}

.show-form {
    position:absolute;
    top: 100px;
    left:0;

    width: 100px;
    height: 40px;
    transform: rotate(-90deg);
    transform-origin: left bottom;
}

.show-form a {
    font-family: "BebasNeue";
    width: 100px;
    height: 40px;
    background: #FFAB00;
    display: block;
    opacity: 0;

    transform: translateY(40px);
    transition: all .2s ease-out;


    color: black;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 40px;
    text-align: center;
    font-weight: 400;
    font-size: 24px;

    border-radius: 15px 15px 0 0;
}

.enquire-form.closed .show-form a {
    opacity: 1;
    transform: translateY(0);
    transition: all .2s .4s ease-out;

}

.form-wrapper #nombre {
    transition: all .3s .5s ease;
}

.form-wrapper #nombre.bordo {
    border: 2px solid #A0081A;
}

/* Courses */

.courses-gallery {
    margin-bottom: 30px;
}

.course_cost {
    font-family: 'BebasNeue', Arial, sans-serif;
    color: black;
    font-size: 25px;
    line-height: 30px;
    margin: 20px 0 0;
    float: left;
}

.attraction-item {
    height: 480px;
    margin-bottom: 20px;
}

.attraction-item > .row {
    padding-bottom: 0 !important;
}

.attraction-item .block-img-desc {
    padding-bottom: 50px
}
/*
.attraction-item .pack-foot-wrapper {
    padding: 0 !important;
    width: auto !important;
    right: 0;
    left: auto !important;
}
*/
.attraction-item .pack-foot-wrapper .foot {
    /*border: 0 !important;*/
    height: auto;
    padding-right: 15px;
}



.duration i {
    font-size: 16px;
    vertical-align: middle;
}

.attraction-details .duration {
    position: relative;
    margin-bottom: 15px;
}

/* Testimonials */

.testimonio {
    padding: 25px 15px 15px;
    margin: 15px 0 30px;
}

.testimonio-thum {
    border-radius: 50%;
    overflow: hidden;
    margin: 0 15px 10px 15px;
    display: inline-block;
    max-width: 220px;
}

.testimonio-autor {
    font-size: .8rem;
    margin-bottom: 0;
    font-weight: bold;
    color: black;
}
/*
.testimonio p {
    font-size: .9rem;
    line-height: 1.4rem
}
*/
.stars {
    list-style: none;
    margin: 0;
    padding: 0;

}

.stars li.star {
    display: inline-block;
    vertical-align: top;
    font-size: 1.1rem;
    margin: 7px 2px;
    color: #68b14e;
}

.stars li.stars-count {
}

.testimonio-gallery {
    margin: 25px 0 0;
}

.testimonio-gallery ul {
    margin: 0;
}

.testimonio-gallery ul li {
    width: 80px;
    height: 80px;
    display: inline-block;
    margin: 0 15px 15px 0;
}

.testimonio-gallery ul li a {
    display: block;
}

.pagination {
    display: inline-block !important;
    margin: 0 auto;
}

.pagination * {
    font-weight: bold !important;
    text-decoration: none;
}

.pagination a.current {
    pointer-events: none;
    background: #DDD;
}

/* Mapa */

.ampliar-mapa {
    font-size: .75rem;
    display: block;
    line-height: 1.625rem;
    background: url(../img/zoom_15x15.png) 10px center no-repeat #d6d6d6;
    padding: 0 10px;
    text-decoration: none;
}


/* Scrolls */



.pack .block-scrollable {
    height: 580px;
}

.program {
    height: 424px;
}

.program .scrollable {
    height: 398px;
}

.block-scrollable .block-img-desc {
    padding: 0;
    position: relative;
}

.scrollable {
    margin: 10px 5px 10px 10px;
    height: 206px;
    /*width: 400px;*/
    overflow: hidden;
    position: absolute;
}


.scrollable > div {
    padding-right: 15px;
}

.pack .scrollable {
    height: 12.6rem;
}


/* TripAdvisor widget */

.tripAdvisor-widget {
    border: 1px solid #4a8b34;
    text-align: center;
    margin-bottom: 1.25rem;
}

/* Features */
.features {
    list-style: none;
    margin: 40px auto;
    padding: 0;
    display: inline-block;
}

.features li {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    min-width: 140px;
    text-align: center;
    margin-bottom: 30px;
}

.features li i {
    font-size: 48px;
    color: #720000;
    margin-bottom: 15px;
}

.features li h4 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
}

.features li h5 {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    color: #505050;
}


/* Steaky footer */
footer {
    width: 100%;
    /*position: absolute;
    bottom: 0;*/
    border-top: 1px solid #29903c;
    background: url(../img/footer-pattern.png) #232323;
}

footer .content {

    padding: 1rem 0 2rem;
}

.footer-nav {
    margin: 0 0 20px;
}

.footer-nav ul {
    display: inline-block;
    margin: auto;
}

.footer-nav ul li {
    display: inline-block;
    vertical-align: top;
    font-size: .85rem;
    color: white;
}

.footer-nav ul li a {
    color: white;
    padding: 5px;
    text-decoration: none;
}

.footer-nav ul li a:hover {
    text-decoration: underline;
}

.footer-nav ul li:after {
    content: ' | ';
}

.footer-nav ul li:last-child:after {
    content:'';
}


footer p {
    font-size: 0.687rem;
    line-height: .875rem;
    margin: 0;
    color: white;
}

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: white;
    text-decoration: underline;
}

.footer-logos {
    margin-top: 30px;
}




.sign {
    position: absolute;
    bottom: 5px;
    right: 5px;
    opacity: .5;
    transition: all .3s ease;
}

.sign:hover {
    opacity: 1;
}

.sign a,
.sign a span {
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(../img/sign.png);
}

.sign a {
    text-indent: -9999px;
    background-position: bottom;
}

.sign a span {
    background-position: top;
    opacity: 1;
    transition: all .3s ease;
}

.sign a:hover span {
    opacity: 0;
}





/* ******************** */

.hidden {
    display: none;
}

.nav a {
    transition: all .5s ease;
}
