.slider-text h1 {
    font-size: 50px;
    color: #fff;
    line-height: 1.2;
    font-weight: 200;
    text-shadow: 0 0 10px #000;
}

.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0.4;
    background: #2ebdc4;
    background: -moz-linear-gradient(-45deg, #334960 0%, #03A9F4 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #2ebdc4), color-stop(100%, #68e5b2));
    background: -webkit-linear-gradient(-45deg, #334960 0%, #03A9F4 100%);
    background: -o-linear-gradient(-45deg, #334960 0%, #03A9F4 100%);
    background: -ms-linear-gradient(-45deg, #334960 0%, #03A9F4 100%);
    background: -webkit-linear-gradient(315deg, #334960 0%, #03A9F4 100%);
    background: -o-linear-gradient(315deg, #334960 0%, #03A9F4 100%);
    background: linear-gradient(135deg, #334960 0%, #03A9F4 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2ebdc4', endColorstr='#68e5b2', GradientType=1);
}

.block-17 {
    overflow: inherit;
}

.block-17 form .fields {
    width: 100%;
    position: relative;
}

.block-17 form .fields .one-third {
    width: 100%;
    background: #fff;
}

.block-17 form .fields .one-third:last-child {
    border-right: none;
    border-left: 0;
}

.block-17 form .fields .form-control {
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.daterangepicker {
    display: none;
    width: 790px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 35px;
    padding-top: 27px;
    padding-bottom: 25px;
    margin-top: 2px;
}

@media (max-width: 767px) {
    .daterangepicker {
        width: -webkit-calc(100% - 60px);
        width: -moz-calc(100% - 60px);
        width: calc(100% - 60px);
        padding: 25px 0px;
    }
}

.daterangepicker:before,
.daterangepicker:after {
    display: none;
}

.daterangepicker .calendar {
    margin: 0;
    width: 325px;
    max-width: 325px;
}

.daterangepicker .calendar th {
    font-size: 14px;
    color: #aaa;
    cursor: default;
    font-weight: 400;
}

.daterangepicker .calendar th.month {
    font-size: 16px;
    color: #555;
    font-weight: 700;
}

.daterangepicker .calendar th.next,
.daterangepicker .calendar th.prev {
    font-size: 20px;
    color: #ccc;
    text-align: center;
}

.daterangepicker .calendar.right {
    float: right;
}


/* countdown */

.wrap {
    position: relative;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: auto;
}

.countdown {
    width: 100%;
    margin: 0 auto;
}

.countdown .bloc-time {
    float: left;
    margin-right: 5px;
    text-align: center;
}

.countdown .bloc-time:last-child {
    margin-right: 0;
}

.countdown .count-title {
    display: inline-block;
    margin-left: 5px;
    font: normal 0.84em "Lato";
    color: #fefefe;
    text-transform: uppercase;
}

.countdown .figure {
    position: relative;
    float: left;
    height: 35px;
    width: 32px;
    margin-right: 4px;
    background-color: #fff;
    border-radius: 8px;
    -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
}

.countdown .figure:last-child {
    margin-right: 0;
}

.countdown .figure>span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    font: normal 1.9em/35px "Lato";
    font-weight: 700;
    color: #de4848;
}

.countdown .figure .top:after,
.countdown .figure .bottom-back:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.countdown .figure .top {
    z-index: 3;
    background-color: #f7f7f7;
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -moz-transform: perspective(40px);
    -ms-transform: perspective(40px);
    -webkit-transform: perspective(40px);
    transform: perspective(40px);
}

.countdown .figure .bottom {
    z-index: 1;
}

.countdown .figure .bottom:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-color: rgba(0, 0, 0, 0.02);
}

.countdown .figure .bottom-back {
    z-index: 2;
    top: 0;
    height: 50%;
    overflow: hidden;
    background-color: #f7f7f7;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
}

.countdown .figure .bottom-back span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.countdown .figure .top,
.countdown .figure .top-back {
    height: 50%;
    overflow: hidden;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.countdown .figure .top-back {
    z-index: 4;
    bottom: 0;
    background-color: #fff;
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -moz-transform: perspective(40px) rotateX(180deg);
    -ms-transform: perspective(40px) rotateX(180deg);
    -webkit-transform: perspective(40px) rotateX(180deg);
    transform: perspective(40px) rotateX(180deg);
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.countdown .figure .top-back span {
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    margin: auto;
}

@media (max-width: 767px) {
    .daterangepicker .calendar {
        width: 235px;
        max-width: 270px;
    }
    .daterangepicker .calendar.right,
    .daterangepicker .calendar.left {
        float: none !important;
        clear: none !important;
        margin: 0 auto !important;
    }
    .daterangepicker .calendar.left {
        margin-bottom: 30px !important;
    }
}

.daterangepicker .calendar-table {
    padding: 0;
}

.daterangepicker .calendar-table .table-condensed thead tr:nth-child(2) th {
    padding-top: 27px;
    padding-bottom: 17px;
}

.daterangepicker.ltr .calendar.left .calendar-table {
    padding: 0;
}

.daterangepicker_input {
    display: none;
}

.daterangepicker td {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 46px;
    width: 32px;
    font-family: "Poppins", "Arial", "Helvetica Neue", sans-serif;
    text-align: center;
    font-size: 14px;
    color: #555;
}

@media (max-width: 767px) {
    .daterangepicker td {
        height: 32px;
        width: 32px;
    }
}

.daterangepicker td.start-date,
.daterangepicker td.end-date {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #00ad5f;
}

.daterangepicker td.start-date.end-date {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.daterangepicker td.in-range {
    background: #03a9f43b;
}

.daterangepicker td.today {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    background: #c9c9c9;
}

.daterangepicker td.today.in-range {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    background: #6c7ae0;
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    background: transparent;
    color: #aaa;
}

.daterangepicker select {
    outline: none;
    font-family: inherit;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 16px;
    padding: 8px 4px;
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background: #357ebd;
}

.dropdown-datepicker {
    position: relative;
}

.dropdown-datepicker .daterangepicker {
    width: 385px;
    padding: 20px;
    max-width: 385px;
    margin-left: 0;
    margin-right: -20px;
}

.dropdown-datepicker .daterangepicker .calendar {
    width: 100%;
    max-width: 100%;
}

.dropdown-datepicker .daterangepicker .calendar td {
    width: 32px;
    height: 32px;
}

.input-group-icon {
    position: relative;
    width: 100%;
}

.input-icon {
    font-size: 24px;
    color: #808080;
    position: absolute;
    line-height: 60px;
    right: 20px;
    top: 0;
    width: 20px;
    background: #fff;
    text-align: center;
    cursor: pointer;
}

.quantity {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    float: right;
}

@media (max-width: 575px) {
    .quantity {
        float: none;
        margin-top: 10px;
    }
}

.minus,
.plus {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 26px;
    text-align: center;
    border: 2px solid #ccc;
    font-size: 24px;
    color: #ccc;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.minus:hover,
.plus:hover {
    background: #2196F3;
    border-color: #2196F3;
    color: #fff;
}

.list-room {
    list-style: none;
    max-height: 220px;
    padding-right: 20px;
    padding-inline-start: 0;
}

.list-room__item {
    margin-bottom: 20px;
}

.list-room__footer {
    padding-top: 22px;
    border-top: 1px solid #e5e5e5;
}

.list-room__name {
    margin-bottom: 27px;
    display: block;
    font-weight: 700;
    color: #999;
}

.list-person {
    list-style: none;
    padding-inline-start: 10px;
}

.list-person .list-person__item:last-child {
    margin-bottom: 0;
}

.list-person__item {
    margin-bottom: 13px;
}

.list-person__item::after {
    content: "";
    clear: both;
    display: table;
}

.list-person__item .name {
    font-size: 18px;
    color: #555;
    font-weight: 700;
    display: inline-block;
    margin-top: 5px;
}

.quantity>input {
    outline: none;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    font-size: 18px;
    font-family: inherit;
    -webkit-appearance: none;
    width: 55px;
    text-align: center;
    font-size: 18px;
    color: #555;
    font-weight: 700;
    outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#btn-add-room {
    font-family: inherit;
    font-size: 16px;
    color: #6c7ae0;
    font-weight: 700;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#btn-add-room:hover {
    text-decoration: underline;
}

.dropdown-select {
    display: none;
    font-family: "Lato", "Arial", "Helvetica Neue", sans-serif;
    position: absolute;
    left: 0;
    right: 0;
    top: -webkit-calc(100% + 2px);
    top: -moz-calc(100% + 2px);
    top: calc(100% + 2px);
    background: #fff;
    z-index: 999999999999999999;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    padding: 15px 30px;
}

.dropdown-select.show {
    display: block;
}

.open .input-icon::before {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.open .input-icon.zmdi-plus:before {
    content: '\f273';
}

.slider-text .browse span a.active {
    background-color: #48a0ff;
    color: white;
}

.slider-text .browse span a.active i {
    color: white;
}

.hero-wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: 0.5;
    background: #2ebdc4;
    background: -moz-linear-gradient(-45deg, #2ebdc4 0%, #68e5b2 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, #2ebdc4), color-stop(100%, #68e5b2));
    background: -webkit-linear-gradient(-45deg, #2ebdc4 0%, #68e5b2 100%);
    background: -o-linear-gradient(-45deg, #2ebdc4 0%, #68e5b2 100%);
    background: -ms-linear-gradient(-45deg, #2ebdc4 0%, #68e5b2 100%);
    background: -webkit-linear-gradient(315deg, #2ebdc4 0%, #68e5b2 100%);
    background: -o-linear-gradient(315deg, #2ebdc4 0%, #68e5b2 100%);
    background: linear-gradient(#2ebdc400 0%, #2196F3 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#2ebdc4', endColorstr='#68e5b2', GradientType=1);
}

.destination .text .two .per-price {
    font-size: 20px;
    line-height: 1;
}

.price-filter input {
    border: none;
    color: #2196F3;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 18px;
    width: 100%;
    display: block !important;
    background-color: transparent;
}

.price-filter .form-check {
    padding-left: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border-radius: 50%;
    outline: none;
}

.block-27 ul li a,
.block-27 ul li span {
    color: #47a0ff;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #47a0ff;
}

.block-27 ul li.active a,
.block-27 ul li.active span {
    background: #47a0ff;
    color: #ffffff;
    border: 1px solid transparent;
}

.hotel-img {
    height: 450px;
    margin-bottom: 2em;
}

input[type="radio"]:checked+.label-text:before {
    content: "\f058";
    color: #2dabce;
    animation: effect 250ms ease-in;
}

input[type="radio"]+.label-text:before {
    content: "\f10c";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 5px;
}

.form-check2 input[type="radio"] {
    position: absolute;
    right: 9000px;
}

.form-check2 label {
    font-size: 25px;
    margin-bottom: 0;
}

.dropdown-menu {
    top: 80%;
    min-width: 100%;
    background-color: #fff !important;
    border: 1px solid #fff !important;
    border-top: 0 !important;
    color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.41) !important;
}

.ftco-navbar-light {
    z-index: 1050;
    background: #0d8ebd !important;
    top: 0;
}

.block-17 form .fields .select-custom-child .form-control {
    height: 45px !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.block-17 form .fields .select-custom-child .icon {
    right: 10px;
}

.destination .text {
    border: 0;
    border-top: 0;
    background: #fff;
}

.destination {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    border: 1px solid #e6e6e6;
    border-top: 1px solid transparent;
    margin-right: 0;
}

.price-div {
    position: absolute;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 100px;
    top: 10px;
    right: 10px;
    box-shadow: 0 0 10px #00000069;
    text-align: center;
    line-height: 1;
}

.overlay-descr {
    float: left;
    width: 100%;
    height: 80px;
    position: absolute;
    bottom: 0;
    -webkit-box-shadow: inset 0px -52px 90px -20px rgb(255, 255, 255, 1);
    -moz-box-shadow: inset 0px -52px 90px -20px rgb(255, 255, 255, 1);
    box-shadow: inset 0px -52px 90px -20px rgb(255, 255, 255, 1);
}

.logo-agenzia {
    background-image: url(../images/logo.png);
    width: 100%;
    height: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    margin-bottom: 2em;
}

.price-dett .per-price {
    font-size: 25px !important;
    color: #0d8ebd;
    font-weight: 500;
}

.super_sub_content p {
    margin-bottom: 0;
}

.best-price {
    background-color: #0fc5d5;
    color: #fff;
    font-weight: 600;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0 / 68%);
    font-weight: 500;
    margin-right: 10px;
}

.nav-link i {
    font-size: 20px;
    vertical-align: middle;
}

.navbar-light .navbar-nav .active>.nav-link {
    color: rgba(0, 0, 0, 0.9);
    color: #47a0ff;
    font-weight: 500;
    border-bottom: 1px solid;
    padding-bottom: 2px;
}

.delivery-phone {
    position: fixed;
    width: 60px;
    height: 60px;
    /* bottom: 80px; */
    right: 40px;
    z-index: 999;
    background-color: #47a0ff;
    border-radius: 100px;
    color: #fff;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    box-shadow: 0 0 10px black;
    top: 130px;
}

.delivery-phone a {
    color: #fff;
}

.delivery-phone a i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: left 0.2s ease-in-out;
    -moz-transition: left 0.2s ease-in-out;
    -o-transition: left 0.2s ease-in-out;
    transition: left 0.2s ease-in-out;
    font-size: 25px;
}

.contents,
.contents .inner {
    display: inline-block;
}

.contents {
    white-space: nowrap;
    margin-left: -1em;
    padding-left: 1em;
}

.contents .inner {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    width: 0%;
    overflow: hidden;
    -webkit-transition: width 0.5s ease-in-out;
    -moz-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
    font-weight: 600;
}

.delivery-phone:hover {
    width: 240px;
}

.delivery-phone:hover i {
    left: 10%;
}

.delivery-phone:hover .contents .inner {
    width: 190px;
}

.menu-text-custom {
    display: none;
}

.navbar-brand {
    width: 20%;
}

.navbar-brand img {
    width: 100%;
}

.bonus-vac {
    background-color: #0fc5d5;
    color: #fff;
    border-radius: 10px;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-bottom: 2em;
}

.owl-carousel:hover .owl-nav .owl-prev {
    left: 20px;
}

.owl-carousel:hover .owl-nav .owl-next {
    right: 20px;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    color: #ffffff !important;
    text-shadow: 0 0 10px #000;
    outline: none;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
    font-size: 60px;
}

@media only screen and (max-width: 767px) {
    .ftco-section {
        padding: 4em 0;
    }
    .slider-text .navbar {
        display: none;
    }
    .navbar-brand {
        width: 70%;
    }
    .slider-text h1 {
        font-size: 35px;
        color: #fff;
        line-height: 1.2;
        font-weight: 200;
        margin-top: 1em;
    }
    .ftco-navbar-light {
        background: #ffffff !important;
        position: absolute;
        top: 0;
        z-index: 1049;
    }
    .ftco-navbar-light .navbar-toggler {
        color: rgba(0, 0, 0, 0.5) !important;
    }
    .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
        color: #444;
    }
    .ftco-navbar-light .navbar-nav>.nav-item.active>a {
        color: rgb(15, 84, 162);
    }
    .hero-wrap,
    .slider-text {
        height: auto !important;
        padding-bottom: 1em;
        padding-top: 4em;
    }
    .hero-wrap .overlay {
        display: none;
    }
    .slider-text .browse span a {
        width: 100%;
        text-align: center;
    }
    .single-destinations .btn-primary {
        width: 100%;
    }
    .slider-text .bread {
        font-weight: 700 !important;
        opacity: 1 !important;
    }
    .countdown .figure>span {
        font: normal 1.6em/25px "Lato";
    }
    .countdown .figure {
        height: 25px;
        width: 22px;
    }
    .wrap-offer-count {
        height: 70px !important;
    }
    .destination .img-2 {
        height: 200px !important;
    }
    .offer-banner {
        position: absolute;
        top: 10px;
        z-index: 10;
        right: 0;
        width: 140px !important;
        color: #00000070;
        filter: drop-shadow(0px 0px 6px #00000070);
        transform: translate(-15px, 139px) !important;
    }

    .dropdown-menu {
        max-height: 50vh;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover{
        color: inherit;
    }

    .hero-wrap .tit-bar {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

        .hero-wrap .tit-bar .breadcrumbs {
            margin-top: 0 !important;
        }

        .hero-wrap .tit-bar h3 {
            margin-bottom: 0 !important;
        }

    .delivery-phone{
        right: 15px !important;
    }
}

