﻿@charset "UTF-8";
/*@font-face {
    font-family: 'FontAwesome';
    src: url(//wp.swlabs.co/exploore/wp-content/themes/exploore/assets/public/font/font-icon/font-awesome/fonts/fontawesome-webfont.eot?v=4.5.0);
    src: url(//wp.swlabs.co/exploore/wp-content/themes/exploore/assets/public/font/font-icon/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'), url(//wp.swlabs.co/exploore/wp-content/themes/exploore/assets/public/font/font-icon/font-awesome/fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'), url(//wp.swlabs.co/exploore/wp-content/themes/exploore/assets/public/font/font-icon/font-awesome/fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'), url(//wp.swlabs.co/exploore/wp-content/themes/exploore/assets/public/font/font-icon/font-awesome/fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'), url(//wp.swlabs.co/exploore/wp-content/themes/exploore/assets/public/font/font-icon/font-awesome/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal
}*/

body {
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #555e69;
    background-color: #fff;
}

@media screen and (min-width: 990px) {
    body .layout-boxed {
        max-width: 1200px;
        width: 100%;
        margin: auto;
        position: relative;
        background-color: #fff;
        -webkit-box-shadow: 0px 0px 5px #4B4B4B;
        -moz-box-shadow: 0px 0px 5px #4B4B4B;
        box-shadow: 0px 0px 5px #4B4B4B;
        overflow: hidden;
    }
    #page.layout-boxed #content-wrapper #page-content .entry-content > .vc_row.vc_row-fluid.vc_row-no-padding {
        width: 1170px !important;
        left: 0 !important;
    }
    .layout-boxed .banner-sale-1 .title-box .title-overlay {
        padding-left: 35%;
    }
    .layout-boxed .banner-sale-1 .title-box .title-1 {
        font-size: 60px;
    }
    .layout-boxed .timeline-hotel-view .timeline:before {
        z-index: 1;
    }
    .layout-boxed .timeline-hotel-view .timeline-title,
    .layout-boxed .timeline-point i {
        z-index: 2;
        background-color: #fff;
    }
    .layout-boxed .timeline-hotel-view .timeline-point:before {
        z-index: 0;
    }
    .layout-boxed .travelers .traveler-list .slick-next {
        right: -28px;
    }
    .layout-boxed .travelers .traveler-list .slick-prev {
        left: -28px;
    }
    .layout-boxed .travelers .traveler-list .slick-prev,
    .layout-boxed .travelers .traveler-list .slick-next {
        width: 40px;
        height: 40px;
    }
    .layout-boxed .travelers .traveler-list .slick-prev:before,
    .layout-boxed .travelers .traveler-list .slick-next:before {
        line-height: 36px;
    }
    .layout-boxed .banner-sale-2 .banner-left {
        padding-left: 13%;
    }
    .layout-boxed .banner-sale-2 .title-box .title-1 {
        font-size: 60px;
    }
    .layout-boxed .text-salebox {
        margin-left: 50px;
    }
    .layout-boxed .timeline {
        z-index: 1;
    }
    .timeline-hotel-view .timeline-block:last-child .timeline-point:after {
        max-height: 100px;
    }
}

.adminbar-on header .header-main.header-fixed {
    top: 32px;
}

#wrapper-content .section.page-detail {
    padding-top: 100px;
    padding-bottom: 100px;
}

.spinner {
    margin: 0 auto;
    width: 60px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #ffdd00;
    height: 100%;
    width: 6px;
    margin: 2px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%,
    100%,
    40% {
        -webkit-transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}

@keyframes sk-stretchdelay {
    0%,
    100%,
    40% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}

.theme-setting {
    position: fixed;
    left: -220px;
    top: 30%;
    background-color: #fff;
    border: 0;
    z-index: 9999;
    -webkit-transition: 0.3s left cubic-bezier(0.03, 0.88, 0.34, 0.97);
    transition: 0.3s left cubic-bezier(0.03, 0.88, 0.34, 0.97);
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
}

.theme-setting .theme-loading {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.3);
    display: none;
}

.theme-setting .theme-loading .theme-loading-content {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
}

.theme-setting .btn-theme-setting {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    position: absolute;
    font-size: 16px;
    color: #ababae;
    z-index: 9999;
    right: -40px;
    top: 0;
    box-shadow: 3px 0 5px rgba(0, 0, 0, 0.2);
}

.theme-setting .content-theme-setting {
    width: 220px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
}

.theme-setting .content-theme-setting .title {
    padding: 20px 0;
    color: #242c42;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

.theme-setting .content-theme-setting ul {
    margin: 0;
    padding-bottom: 15px;
}

.theme-setting .content-theme-setting ul li {
    width: 24px;
    height: 24px;
    border: 0px solid #f0f0f0;
    vertical-align: middle;
    margin: 0 7px;
    cursor: pointer;
}

.theme-setting .content-theme-setting ul li[data-color="color-1"] {
    background-color: #ffdd00;
}

.theme-setting .content-theme-setting ul li[data-color="color-2"] {
    background-color: #2aacff;
}

.theme-setting .content-theme-setting ul li[data-color="color-3"] {
    background-color: #E91E63;
}

.theme-setting .content-theme-setting ul li[data-color="color-4"] {
    background-color: #86bc42;
}

.theme-setting .content-theme-setting ul li[data-color="color-5"] {
    background-color: #50bcb6;
}

.theme-setting .content-theme-setting ul li[data-color="color-6"] {
    background-color: #c74a73;
}

.theme-setting .content-theme-setting ul li[data-color="color-7"] {
    background-color: #f66666;
}

.theme-setting .content-theme-setting ul li[data-color="color-8"] {
    background-color: #ffb0b0;
}

.theme-setting .content-theme-setting ul li[data-color="color-9"] {
    background-color: #ff9c00;
}

.theme-setting .content-theme-setting ul li[data-color="color-10"] {
    background-color: #F1C40F;
}

.padding-top {
    padding-top: 100px;
}

.padding-bottom {
    padding-bottom: 100px;
}

.padding-top-140 {
    padding-top: 140px;
}

.padding-bottom-70 {
    padding-bottom: 70px;
}

.margin-top70 {
    margin-top: 70px;
}

.page-banner.homepage-default {
    height: 100vh;
}

.page-banner.homepage-04 {
    height: 100vh;
}

.page-banner.hotel-view {}

.page-banner-2.homepage-02 {}

.page-banner-2.homepage-03 {
    vertical-align: bottom;
}

.tours {}

.videos {}

.hotels {}

.travelers {}

.banner-sale-1 {}

.contact {}

.contact.style-2 {}

.tour-result {}

.flight-result {}

.hotel-result {}

.cruises-result {}

.car-rent-result {}

.tour-view {}

.blog {}

.blog-detail {}

.contact-page {}

.about-us-page {}

/*
.bg-faq {
    background-image: url(//wp.swlabs.co/exploore/wp-content/themes/exploore/assets/images/background/bg-section-faq.jpg);
}

.bg-team {
    background-image: url(//wp.swlabs.co/exploore/wp-content/themes/exploore/assets/images/background/bg-section-team.jpg);
}

.page-login {
    background-image: url(//wp.swlabs.co/exploore/wp-content/themes/exploore/assets/images/background/cruises-result.jpg);
}*/

header {
    position: relative;
    z-index: 999;
}

.bg-transparent {
    background-color: transparent;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.bg-transparent .header-topbar {
    border-color: rgba(255, 255, 255, 0.3);
}

.bg-transparent .header-topbar a,
.bg-transparent .header-topbar p,
.bg-transparent .header-topbar span {
    color: #fff;
}

.header-topbar .topbar-left .list-inline {
    margin-left: 0;
}

.bg-transparent .header-topbar .topbar-left li {
    border-color: rgba(255, 255, 255, 0.3);
}

.bg-transparent .header-topbar .topbar-left li:hover i,
.bg-transparent .header-topbar .topbar-left li:hover span {
    color: #ffdd00;
}

.bg-transparent .header-topbar .login-widget li + li:before {
    color: rgba(255, 255, 255, 0.3);
}

.bg-transparent .header-main {
    box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.bg-transparent .header-main.header-fixed {
    background-color: #121212;
}

.bg-transparent .header-main.header-fixed .navigation .nav-links .main-menu {
    color: #fff;
}

.bg-transparent .header-main.header-fixed .nav-search {
    background-color: #121212;
    border-top: 1px solid #fff;
}

.bg-transparent .header-main.header-fixed .nav-search form input[type='text'] {
    background-color: #fff;
}

.bg-transparent .header-main.header-fixed .nav-search form .searchbutton {
    background-color: #ffdd00;
}

.bg-white {
    background-color: #fff;
    position: relative;
    z-index: 1;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.bg-white .header-topbar {
    border-color: #f1f1f1;
}

.bg-white .header-topbar a,
.bg-white .header-topbar p,
.bg-white .header-topbar span {
    color: #959595;
}

.bg-white .header-topbar .topbar-left li {
    border-color: #f1f1f1;
}

.bg-white .header-topbar .topbar-left li:hover i,
.bg-white .header-topbar .topbar-left li:hover span {
    color: #ffdd00;
}

.bg-white .header-topbar .login-widget li + li:before {
    color: #f1f1f1;
}

.bg-white .header-main {
    box-shadow: none;
    border-bottom: 1px solid #f1f1f1;
}

.bg-white .header-main.header-fixed {
    background-color: #fff;
}

.bg-white .header-main.header-fixed .navigation .nav-links .main-menu {
    color: #555e69;
}

.bg-white .header-main.header-fixed .nav-search {
    background-color: #fff;
    border-top: 1px solid #fff;
}

.bg-white .header-main.header-fixed .nav-search form input[type='text'] {
    background-color: #fff;
}

.bg-white .header-main.header-fixed .nav-search form .searchbutton {
    background-color: #fff;
}

.bg-white .dropdown-topbar {
    border: 1px solid #f1f1f1;
    top: 41px;
    left: -1px;
}

.header-01 .header-main {
    border-bottom: none;
}

.header-01 .header-main .navbar-header {
    display: block;
    float: none;
}

.header-01 .header-main .logo {
    text-align: center;
}

.header-01 .header-main .logo .header-logo img {
    max-width: 190px;
}

.header-01 .header-main .navigation {
    float: none;
}

.header-01 .header-main .mega-menu-content {
    top: 134px;
}

.header-01 .header-main .dropdown-menu-1,
{
    top: 34px;
}

.header-01 .header-main .nav-search {
    top: auto;
    right: 0;
    width: auto;
}

.header-01 .header-main.header-fixed .navbar-header {
    display: inherit;
    float: left;
}

.header-01 .header-main.header-fixed .logo {
    text-align: left;
    line-height: 50px;
}

.header-01 .header-main.header-fixed .navigation {
    float: right;
}

.header-01 .header-main.header-fixed .navigation .nav-links .main-menu {
    padding-bottom: 0;
}

.header-01 .header-main.header-fixed .dropdown-menu-1,
.header-01 .header-main.header-fixed .nav-search {
    top: 50px;
}

.header-01 .navigation .nav-links {
    display: table;
    float: left;
    margin: 0 auto;
}

.header-01 .navigation .nav-links .main-menu {
    line-height: 24px;
    padding-bottom: 10px;
}

.header-01 .navigation .nav-links li .main-menu:before {
    bottom: 1px;
}

.header-01 .navigation .nav-links li .main-menu:after {
    bottom: 2px;
}

.header-02 .header-main {
    border-bottom: none;
}

.header-03 {
    position: relative;
}

.header-03 .header-topbar {
    color: #959595;
    background-color: #fff;
    border-bottom: none;
    line-height: 50px;
}

.header-03 .header-topbar .topbar-left {
    text-align: left;
}

.header-03 .header-topbar .topbar-center {
    text-align: center;
}

.header-03 .header-topbar .topbar-right {
    text-align: right;
}

.header-03 .header-topbar .btn-menu {
    display: inline-block;
    cursor: pointer;
}

.header-03 .header-topbar .btn-menu:hover .icons,
.header-03 .header-topbar .btn-menu:hover .text {
    color: #ffdd00;
}

.header-03 .header-topbar .btn-menu .icons,
.header-03 .header-topbar .btn-menu .text {
    display: inline-block;
    margin-bottom: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.header-03 .header-topbar .btn-menu .text {
    margin-left: 15px;
    text-transform: uppercase;
}

.header-03 .header-topbar .header-logo img {
    max-width: 130px;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.header-03 .header-topbar .login-widget {
    margin-bottom: 0;
}

.header-03 .header-main {
    position: absolute;
    border-top: 1px solid #f1f1f1;
    border-bottom: none;
    background-color: #fff;
    top: -150px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.header-03 .header-main .navbar-header {
    display: none;
}

.header-03 .header-main.header-fixed .navbar-header {
    display: inherit;
}

.header-03 .header-main.header-fixed .navigation {
    float: right;
}

.header-03 .header-main.header-fixed .navigation .nav-links .main-menu {
    padding: 0;
}

.header-03 .header-main .navigation {
    float: none;
}

.header-03 .show-menu {
    top: 50px;
}

.header-03 .navigation .nav-links {
    display: table;
    float: left;
    margin: 0 auto;
}

.header-04 .header-main {
    border-bottom: none;
}

.header-04 .header-main .dropdown-menu-1,
.header-04 .header-main .nav-search,
.header-04 .header-main .mega-menu-content {
    top: 70px;
}

.header-04 .header-main .navbar-header {
    display: none;
}

.header-04 .header-main .nav-search {
    top: 70px;
}

.header-04 .header-main .nav-search {
    right: 0;
}

.header-04 .header-main.header-fixed .navbar-header {
    display: inherit;
}

.header-04 .header-main.header-fixed .navigation {
    float: right;
}

.header-04 .header-main.header-fixed .navigation .nav-links .main-menu {
    padding: 0;
}

.header-04 .header-main.header-fixed .dropdown-menu-1,
.header-04 .header-main.header-fixed .nav-search {
    top: 50px;
}

.header-04 .header-main .navigation {
    float: none;
}

.header-04 .navigation .nav-links {
    display: table;
    float: left;
    margin: 0 auto;
}

.header-04 .navigation .nav-links .main-menu {
    line-height: 24px;
    padding: 35px 0 11px;
}

.header-04 .navigation .nav-links li .main-menu:before {
    bottom: 1px;
}

.header-04 .navigation .nav-links li .main-menu:after {
    bottom: 2px;
}

.header-topbar {
    width: 100%;
    line-height: 40px;
    position: relative;
    z-index: 101;
    border-bottom: 1px solid;
}

.header-topbar a,
.header-topbar p,
.header-topbar span {
    font-size: 12px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.header-topbar a:hover,
.header-topbar p:hover,
.header-topbar span:hover {
    color: #ffdd00;
}

.header-topbar .topbar-left {
    margin-bottom: 0;
}

.header-topbar .topbar-left > li {
    display: inline-block;
    min-width: 40px;
    text-align: center;
    vertical-align: top;
    border-right: 1px solid;
    position: relative;
}

.header-topbar .topbar-left > li .topbar-icon {
    margin-right: 8px;
    font-size: .9em;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.header-topbar .topbar-left > li .icons-dropdown {
    padding-left: 5px;
    margin: 0;
}

.header-topbar .topbar-left > li:first-child {
    border-left: 1px solid;
}

.bg-transparent .header-topbar .topbar-left > li:first-child {
    border-color: rgba(255, 255, 255, 0.3);
}

.bg-white .header-topbar .topbar-left > li:first-child {
    border-color: #f1f1f1;
}

.header-topbar .topbar-left > li:hover i,
.header-topbar .topbar-left > li:hover span {
    color: #ffdd00;
}

.header-topbar .topbar-right {
    margin-bottom: 0;
}

.header-topbar .login-widget .item {
    text-transform: capitalize;
}

.header-topbar .login-widget li + li:before {
    content: '|';
    left: 0;
    padding: 0 20px 0 10px;
}

.dropdown-topbar {
    position: absolute;
    width: 150px;
    background-color: #fff;
    top: 42px;
    left: 0;
    border: none;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.dropdown-topbar li {
    padding: 0 20px;
    border-bottom: 1px solid #f1f1f1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.dropdown-topbar li .link {
    display: block;
    color: #434a54;
}

.dropdown-topbar li:last-child {
    border-bottom: 0;
}

.dropdown-topbar li:hover {
    background-color: #f5f5f5;
}

.header-main {
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 100;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.header-main .navbar-header {
    float: left;
}

.header-main .navigation {
    float: right;
}

.header-main .logo {
    line-height: 100px;
}

.header-main .logo .header-logo img {
    max-width: 130px;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.header-main.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-bottom: 0;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.header-main.header-fixed .logo {
    line-height: 50px;
}

.header-main.header-fixed .logo .header-logo img {
    max-width: 125px;
    width: 100%;
}

.header-main.header-fixed .navigation .nav-links li .main-menu:after,
.header-main.header-fixed .navigation .nav-links li .main-menu:before {
    display: none;
}

.header-main.header-fixed .navigation .nav-links .main-menu {
    line-height: 50px;
}

.header-main.header-fixed .nav-search {
    top: 50px;
}

.header-main.header-fixed .dropdown-menu-1,
.header-main.header-fixed .mega-menu-content {
    top: 50px;
}

.header-main.hide-menu {
    top: -120px !important;
    position: fixed;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.header-main.hide-menu .logo {
    line-height: 41px;
}

.header-main.hide-menu .logo .header-logo img {
    max-width: 125px;
    width: 100%;
}

.header-main.hide-menu .navigation .nav-links .main-menu {
    line-height: 50px;
}

.header-main.hide-menu .dropdown-menu-1 {
    top: 50px;
}

.dropdown-focus {
    display: block;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-focus.dropdown-menu-1,
.dropdown-focus.dropdown-menu-2,
.dropdown-menu-1 .dropdown-menu-2.dropdown-focus,
.dropdown-focus.dropdown-menu-3,
.dropdown-focus.mega-menu-content {
    display: block;
}

@media (min-width: 769px) {
    .dropdown:hover .dropdown-menu-1 {
        display: block;
    }
    .dropdown:hover .dropdown-menu-1 li:hover > .dropdown-menu-2 {
        display: block;
    }
    .mega-menu:hover .mega-menu-content {
        display: block;
    }
}

.nav-search {
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
    position: absolute;
    right: 0;
    top: 100px;
}

.nav-search form {
    display: table;
    width: 100%;
    height: 40px;
    border: 1px solid #f1f1f1;
}

.nav-search form input[type='text'] {
    border: none;
    display: table-cell;
    width: 225px;
    height: 40px;
    padding: 0 20px;
}

.nav-search form .searchbutton {
    width: 40px;
    height: 40px;
    padding: 0;
    display: table-cell;
    border: none;
    box-shadow: none;
    background-color: transparent;
    text-align: center;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.navigation {
    position: relative;
}

.navigation .nav-links {
    position: relative;
}

.navigation .nav-links li.active .main-menu,
.navigation .nav-links li:hover .main-menu {
    color: #ffdd00;
}

.navigation .nav-links li.active .main-menu:after,
.navigation .nav-links li:hover .main-menu:after {
    width: 100%;
    transition-delay: .3s;
}

.navigation .nav-links li.active .main-menu:before,
.navigation .nav-links li:hover .main-menu:before {
    width: calc(100% + 20px);
}

.navigation .nav-links li:hover .main-menu .icons-dropdown i {
    color: #ffdd00;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.navigation .nav-links li.dropdown.active .main-menu:after,
.navigation .nav-links li.dropdown:hover .main-menu:after {
    width: 80%;
    transition-delay: .3s;
}

.navigation .nav-links li.dropdown.active .main-menu:before,
.navigation .nav-links li.dropdown:hover .main-menu:before {
    width: calc(80% + 20px);
}

.navigation .nav-links .main-menu {
    line-height: 100px;
    padding: 0;
    margin: 0 20px;
    color: #555e69;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    background-color: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.navigation .nav-links .main-menu .icons-dropdown {
    padding-left: 5px;
}

.navigation .nav-links .main-menu .icons-dropdown i {
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.navigation .nav-links .main-menu:after,
.navigation .nav-links .main-menu:before {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background-color: #ffdd00;
    left: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.navigation .nav-links .main-menu:after {
    height: 2px;
    bottom: 30px;
}

.navigation .nav-links .main-menu:before {
    bottom: 29px;
}

.navigation .nav-links .button-search {
    cursor: pointer;
}

.navigation .nav-links .button-search .main-menu {
    margin-right: 0;
}

.bg-transparent .navigation .nav-links li.active .main-menu,
.bg-transparent .navigation .nav-links li:hover .main-menu {
    color: #ffdd00 !important;
}

.bg-transparent .navigation .nav-links .main-menu {
    color: #fff;
}

.bg-transparent .nav-search {
    background-color: rgba(255, 255, 255, 0.1);
}

.bg-transparent .nav-search form {
    border: none;
}

.bg-transparent .nav-search form input[type='text'] {
    background-color: rgba(255, 225, 255, 0.5);
    color: #434a54;
}

.bg-transparent .nav-search form input[type='text']::-webkit-input-placeholder {
    color: #434a54;
}

.bg-transparent .nav-search form input[type='text']:-moz-placeholder {
    color: #434a54;
}

.bg-transparent .nav-search form input[type='text']::-moz-placeholder {
    color: #434a54;
}

.bg-transparent .nav-search form input[type='text']:-ms-input-placeholder {
    color: #434a54;
}

.bg-transparent .nav-search form:-ms-input-placeholder {
    color: #434a54;
}

.bg-transparent.header-01 .nav-search form input[type='text']::-webkit-input-placeholder {
    color: #909090;
}

.bg-transparent.header-01 .nav-search form input[type='text']:-moz-placeholder {
    color: #909090;
}

.bg-transparent.header-01 .nav-search form input[type='text']::-moz-placeholder {
    color: #909090;
}

.bg-transparent.header-01 .nav-search form input[type='text']:-ms-input-placeholder {
    color: #909090;
}

.bg-transparent .nav-search form .searchbutton {
    background-color: rgba(255, 221, 0, 0.5);
    color: #434a54;
}

.bg-white .navigation .nav-links li.active .main-menu,
.bg-white .navigation .nav-links li:hover .main-menu {
    color: #ffdd00 !important;
}

.dropdown-menu-1,
.dropdown-menu-2,
.mega-menu-content {
    top: 100%;
    min-width: 240px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    padding: 0;
    border-bottom: 2px solid #ffdd00;
    transition: all 0.3s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.dropdown-menu-1 li,
.dropdown-menu-2 li,
.mega-menu-content li {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.dropdown-menu-1 li .link-page,
.dropdown-menu-2 li .link-page,
.mega-menu-content li .link-page {
    text-transform: capitalize;
    color: #555e69;
    font-weight: normal;
    line-height: 50px;
    padding: 0 20px;
}

.dropdown-menu-1 li .link-page .icons-dropdown,
.dropdown-menu-2 li .link-page .icons-dropdown,
.mega-menu-content li .link-page .icons-dropdown {
    float: right;
    line-height: 50px;
    height: 50px;
}

.dropdown-menu-1 li .link-page .icons-dropdown i,
.dropdown-menu-2 li .link-page .icons-dropdown i,
.mega-menu-content li .link-page .icons-dropdown i,
{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.dropdown-menu-1 li .link-page .icons-dropdown.active i,
.dropdown-menu-2 li .link-page .icons-dropdown.active i,
.mega-menu-content li .link-page .icons-dropdown.active i {
    transform: rotate(180deg) !important;
    -webkit-transform: rotate(180deg) !important;
    -moz-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    -o-transform: rotate(180deg) !important;
}

.dropdown-menu-1 li:last-child > .link-page,
.dropdown-menu-2 li:last-child > .link-page,
.mega-menu-content li:last-child > .link-page {
    border-bottom: none;
}

.dropdown-menu-1 li:hover,
.dropdown-menu-2 li:hover,
.mega-menu-content li:hover {
    background-color: #fafafa;
}

.dropdown-menu-1 li:hover .link-page .icons-dropdown i,
.dropdown-menu-2 li:hover .link-page .icons-dropdown i,
.mega-menu-content li:hover .link-page .icons-dropdown i {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}

.navbar-nav > li.mega-menu {
    position: inherit;
}

.dropdown-menu {
    display: inherit;
}

.mega-menu-content.none {
    display: none;
}

.mega-menu-content.block {
    display: block;
}

.mega-menu-content {
    display: none;
    position: absolute;
    width: 1140px;
    background-color: #ffffff;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 40px;
    border-top: 1px solid #e9e9e9;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.mega-menu-content .mega-menu-title {
    border: 0;
}

.mega-menu-content .mega-menu-title:hover {
    background-color: transparent;
}

.mega-menu-content .mega-menu-column {
    padding: 30px 20px;
    list-style-type: none;
    margin: 0;
}

.mega-menu-content .mega-menu-column > .mega-menu-column-box > .mega-menu-title {
    margin-top: 13px;
}

.mega-menu-content .mega-menu-column > .mega-menu-column-box > .mega-menu-title:first-child {
    margin-top: 0;
}

.mega-menu-content .mega-menu-column > .mega-menu-column-box > .mega-menu-title .sf-with-ul {
    display: block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #444;
    padding: 0;
    line-height: 1.3;
}

.mega-menu-content .dropdown-menu {
    float: none;
    list-style-type: none;
    position: relative;
    display: block;
    top: auto !important;
    left: auto !important;
    box-shadow: none;
    border: 0 !important;
    min-width: 1px;
    width: 100%;
    padding: 0;
}

.mega-menu-content .dropdown-menu .link-page {
    padding: 3px 15px 3px 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-menu-1.none {
    display: none;
}

.dropdown-menu-1.block {
    display: block;
}

.dropdown-menu-1 {
    display: none;
}

.dropdown-menu-1 .dropdown-menu-2 {
    display: none;
}

.dropdown-menu-2 {
    top: 0;
    margin-top: -1px;
}

.dropdown-menu-2.right {
    left: 100%;
}

.dropdown-menu-2.left {
    left: -100%;
}

.show-nav .wrapper-mobile-nav {
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -moz-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -ms-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -o-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    box-shadow: 5px 0 8px rgba(0, 0, 0, 0.2);
}

.show-nav .wrapper-content {
    transform: translate3d(85%, 0, 0);
    -webkit-transform: translate3d(85%, 0, 0);
    -moz-transform: translate3d(85%, 0, 0);
    -ms-transform: translate3d(85%, 0, 0);
    -o-transform: translate3d(85%, 0, 0);
}

.wrapper-content,
.wrapper-mobile-nav {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.wrapper-mobile-nav {
    background: #ffdd00;
    color: #555e69;
    position: absolute;
    display: none;
    left: 0;
    top: 0;
    z-index: 9999;
    height: 100%;
    width: 85%;
    transform: translate3d(-101%, 0, 0);
    -webkit-transform: translate3d(-101%, 0, 0);
    -moz-transform: translate3d(-101%, 0, 0);
    -ms-transform: translate3d(-101%, 0, 0);
    -o-transform: translate3d(-101%, 0, 0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.wrapper-mobile-nav .header-topbar {
    background-color: #3c3c3c;
    padding: 20px 0;
    border: none;
}

.wrapper-mobile-nav .header-topbar .search-mobile {
    display: block;
    margin: 0 20px;
}

.wrapper-mobile-nav .header-topbar .search-mobile .search-form {
    position: relative;
}

.wrapper-mobile-nav .header-topbar .search-mobile .search-form .form-control {
    width: 100%;
    padding-right: 30px;
    background-color: #fff;
}

.wrapper-mobile-nav .header-topbar .search-mobile .btn-search {
    cursor: pointer;
    position: absolute;
    right: 10px;
    line-height: 35px;
    background-color: transparent;
    border: 0;
}

.wrapper-mobile-nav .header-main {
    display: inline-block;
    padding: 0;
    box-shadow: none;
}

.wrapper-mobile-nav .header-main .login-widget {
    border-bottom: none;
    margin-top: 20px;
    display: none;
}

.wrapper-mobile-nav .header-main .login-widget .item {
    background-color: #4d4d4d;
    border: 1px solid #4d4d4d;
    border-radius: 50px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    padding: 4px 15px;
    width: 100px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.wrapper-mobile-nav .header-main .login-widget .item:hover {
    background-color: #ffdd00;
}

.menu-mobile {
    width: 100%;
    text-align: left;
    background-color: #fff;
}

.menu-mobile .nav-links {
    width: 100%;
    text-align: left;
}

.menu-mobile li {
    display: inline-block;
    width: 100%;
    position: relative !important;
    border-bottom: 1px solid rgba(60, 60, 60, 0.9);
}

.menu-mobile .main-menu {
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 500;
    background-color: #ffdd00;
    text-transform: uppercase;
}

.menu-mobile .main-menu:active,
.menu-mobile .main-menu:hover {
    background-color: #ffdd00;
}

.menu-mobile .icons-dropdown {
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
    line-height: 50px;
    width: 80px;
    z-index: 2;
    text-align: center;
    border-left: 1px solid rgba(60, 60, 60, 0.7);
}

.menu-mobile .icons-dropdown i {
    font-weight: 700;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.menu-mobile .icons-dropdown.active i {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.menu-mobile .dropdown-menu {
    width: 100%;
    padding: 0;
    border-top: 1px solid rgba(60, 60, 60, 0.7);
    border-bottom: none;
    transition: none;
    box-shadow: none;
}

.menu-mobile .dropdown-menu li:last-child {
    border-bottom: none;
}

.menu-mobile .dropdown-menu.dropdown-menu-1 {
    background-color: #ffe74c;
}

.menu-mobile .dropdown-menu.dropdown-menu-1 .link-page {
    padding-left: 30px;
    color: #3c3c3c;
}

.menu-mobile .dropdown-menu.dropdown-menu-1 .link-page:hover {
    background-color: transparent;
}

.menu-mobile .dropdown-menu.dropdown-menu-1 .dropdown-menu-2 {
    background-color: #ffeb66;
}

.menu-mobile .dropdown-menu.dropdown-menu-1 .dropdown-menu-2 li a {
    padding-left: 55px;
}

.menu-mobile .dropdown-menu.dropdown-menu-1 .dropdown-menu-2 li .link {
    border: none;
}

.menu-mobile .dropdown-menu.dropdown-menu-1 .dropdown-menu-2 li .dropdown-menu-2 li {
    border-bottom: none;
    border-top: 1px solid rgba(153, 153, 153, 0.5);
}

.menu-mobile .dropdown-menu.dropdown-menu-1 li:hover,
.menu-mobile .dropdown-menu.dropdown-menu-2 li:hover {
    background-color: transparent;
}

.hamburger-menu {
    display: none;
    color: #000;
}

.hamburger-menu-wrapper {
    position: relative;
    width: 40px;
    height: 40px;
    background-color: transparent;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.hamburger-menu-wrapper .icons {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    height: 4px;
    width: 30px;
    top: 18px;
    left: 5px;
    background-color: #fff;
    transition-delay: .5s;
}

.hamburger-menu-wrapper .icons:after,
.hamburger-menu-wrapper .icons:before {
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: #fff;
    content: '';
    top: -10px;
    left: 0;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}

.hamburger-menu-wrapper .icons:after {
    top: 10px;
}

.hamburger-menu-wrapper.open .icons {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.hamburger-menu-wrapper.open .icons:before {
    -webkit-transform: rotateZ(-45deg) scaleX(0.6) translate(-18px, -4px);
    transform: rotateZ(-45deg) scaleX(0.6) translate(-18px, -4px);
}

.hamburger-menu-wrapper.open .icons:after {
    -webkit-transform: rotateZ(45deg) scaleX(0.6) translate(-18px, 4px);
    transform: rotateZ(45deg) scaleX(0.6) translate(-18px, 4px);
}

.sidebar-widget::before {
    display: table;
    content: '';
}

.sidebar-widget:after {
    display: table;
    content: '';
    clear: both;
}

.sidebar-widget .col-2:last-child > .widget:last-child {
    margin-bottom: 0;
}

.sidebar-widget .col-2:last-child .col-1:last-child .widget:last-child {
    margin-bottom: 0;
}

.sidebar-widget .widget {
    margin-bottom: 50px;
}

.sidebar-widget .widget .title-widget {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #fafafa;
    border-bottom: 2px solid #dcdcdc;
    margin-bottom: 25px;
}

.sidebar-widget .widget .title-widget .title {
    text-transform: uppercase;
    display: inline-block;
    color: #3c3c3c;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid #dcdcdc;
    height: 100%;
}

.sidebar-widget .widget .content-widget .count {
    float: right;
    color: #6e747c;
}

.sidebar-widget .widget .widget-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-widget .widget .widget-list .single-widget-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #f5f5f5;
}

.sidebar-widget .widget .widget-list .single-widget-item a.link {
    display: block;
}

.sidebar-widget .widget .widget-list .single-widget-item:first-child {
    border-top: none;
    padding-top: 0;
}

.sidebar-widget .widget .widget-list .single-widget-item:last-child {
    padding-bottom: 0;
}

.sidebar-left {
    float: left;
}

.main-left {
    float: left;
}

.sidebar-right {
    float: right;
}

.main-right {
    float: right;
}

.main-right.f-none {
    float: none;
}

.contact-us-widget .info-list > div {
    display: table;
    border: none;
    width: 100%;
    padding: 0 0 10px;
}

.contact-us-widget .info-list > div .icons {
    display: table-cell;
    width: 25px;
}

.contact-us-widget .info-list > div span,
.contact-us-widget .info-list > div .link {
    display: table-cell;
    color: #8e8e8e;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.sidebar .contact-us-widget .info-list > div span,
.sidebar .contact-us-widget .info-list > div .link {
    color: #555e69;
}

.contact-us-widget .info-list > div .link {
    display: inline;
}

.contact-us-widget .info-list > div .link:hover span {
    color: #ffdd00;
}

.form-email .text {
    margin-bottom: 15px;
    line-height: 20px;
}

.form-email .form-email-widget {
    height: 33px;
    background-color: #f5f5f5;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-size: 13px;
}

.form-email .form-email-widget:active,
.form-email .form-email-widget:focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.form-email .btn-email {
    background-color: #ffdd00;
    color: #121212;
    line-height: 33px;
    text-align: center;
    padding: 0 14px;
    width: 39px;
    font-size: 14px;
    border: none;
    border-radius: 0 !important;
}

.booking-widget {
    text-align: center !important;
}

.booking-widget ul {
    margin-bottom: 0;
    text-align: left;
    margin-left: 45px;
}

.booking-widget ul li {
    border: none;
    width: 100%;
    padding: 0;
}

.booking-widget ul li .link {
    display: block;
    color: #8e8e8e;
    position: relative;
    padding: 0 0 12px 20px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.booking-widget ul li .link:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f111';
    color: #ffdd00;
    left: 0;
    font-size: 7px;
}

.booking-widget ul li .link:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f111';
    color: #ffdd00;
    left: 0;
    font-size: 7px;
}

.booking-widget ul li:hover .link {
    color: #ffdd00;
}

.booking-widget ul li:hover .link:before {
    content: '\f10c';
}

.booking-widget ul li:last-child .link {
    padding-bottom: 0;
}

.explore-widget ul,
.top-deals-widget ul {
    margin-bottom: 0;
}

.explore-widget ul li,
.top-deals-widget ul li {
    border: none;
    width: 100%;
    padding: 0;
}

.explore-widget ul li .link,
.top-deals-widget ul li .link {
    color: #8e8e8e;
    position: relative;
    padding: 0 0 12px;
    display: block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.explore-widget ul li:hover .link,
.top-deals-widget ul li:hover .link {
    color: #ffdd00;
}

.explore-widget ul li:last-child .link,
.top-deals-widget ul li:last-child .link {
    padding-bottom: 0;
}

.destination-widget ul,
.gallery-widget ul,
.recent-post-list {
    margin: 0;
    display: inline-block;
    width: calc(100% + 10px);
    width: -webkit-calc(100% + 10px);
    width: -moz-calc(100% + 10px);
}

.destination-widget ul li,
.gallery-widget ul li,
.recent-post-list li {
    padding: 0 10px 5px 0;
    float: left;
}

.destination-widget ul .thumb,
.gallery-widget ul .thumb,
.recent-post-list .thumb {
    padding: 0;
    display: inline-block;
    position: relative;
    width: 100%;
}

.destination-widget ul .thumb:after,
.gallery-widget ul .thumb:after,
.recent-post-list .thumb:after {
    position: absolute;
    content: '';
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.destination-widget ul .thumb img,
.gallery-widget ul .thumb img,
.recent-post-list .thumb img {
    width: 100%;
}

.destination-widget ul .thumb:hover:after,
.gallery-widget ul .thumb:hover:after,
.recent-post-list .thumb:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.destination-widget ul li {
    width: 33.3333%;
}

.destination-widget ul li:nth-last-child(-n + 3) {
    padding-bottom: 0;
}

.gallery-widget ul li {
    width: 25%;
}

.slz-shortcode .gallery-widget ul li:nth-last-child(-n + 4) {
    padding-bottom: 5px;
}

.recent-post-list {
    padding: 0;
    margin: 0;
    width: 100%;
}

.recent-post-list .single-widget-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #f5f5f5;
}

.recent-post-list .single-widget-item a.link {
    display: block;
}

.recent-post-list .single-widget-item:first-child {
    border-top: none;
    padding-top: 0;
}

.recent-post-list .single-widget-item:last-child {
    padding-bottom: 0;
}

.find-widget {
    background-color: #ffdd00;
    padding: 40px 30px;
    text-align: center;
    color: #545454;
}

.find-widget .title-widgets {
    font-size: 1.43rem;
    text-transform: uppercase;
    color: #3c3c3c;
    font-weight: bold;
    margin: 0 0 30px;
    background-color: transparent;
    border-bottom: none;
}

.find-widget .text-input {
    position: relative;
}

.find-widget .text-input:after {
    content: '';
    display: table;
    clear: both;
}

.find-widget .submit-btn-wrapper {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 170px;
    height: 38px;
    line-height: 38px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background-color: #3c3c3c;
    margin-bottom: 0;
    cursor: pointer;
}

.find-widget .submit-btn-wrapper .submit-btn {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: none;
    padding: 0;
    margin-left: 2px;
    margin-right: 10px;
    background-color: #505050;
    color: #ffdd00;
    font-size: 14px;
}

.find-widget .submit-btn-wrapper .text {
    color: #ffdd00;
    font-size: .93rem;
}

.find-widget .text-input > .text-box-wrapper:first-child {
    margin-top: 0;
}

.find-widget .input-daterange {
    float: left;
}

.find-widget .text-box-wrapper {
    text-align: left;
    margin-top: 20px;
    float: left;
    vertical-align: bottom;
}

.find-widget .text-box-wrapper > .text-box-wrapper {
    margin-top: 0;
}

.find-widget .text-box-wrapper .input-group {
    width: 100%;
    min-height: 35px;
    background-color: #fff;
    display: block;
    position: relative;
}

.find-widget .text-box-wrapper .tb-label {
    font-weight: normal;
}

.find-widget .text-box-wrapper .tb-input {
    padding: 0 1em;
    height: 35px;
    line-height: 35px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    width: 100%;
    border-radius: 0;
    border: none;
    text-align: left;
}

.find-widget .text-box-wrapper .tb-input.count {
    text-align: center;
}

.find-widget .text-box-wrapper.half {
    display: inline-block;
    width: calc((100% - 8px) / 2);
    width: -webkit-calc((100% - 8px) / 2);
    width: -moz-calc((100% - 8px) / 2);
}

.find-widget .text-box-wrapper.half.left {
    margin-right: 4px;
}

.find-widget .text-box-wrapper.half.right {
    margin-left: 4px;
}

.find-widget .text-box-wrapper .tb-icon {
    background-color: transparent;
    border: none;
    color: #bebebe;
    height: 35px;
    line-height: 35px;
    position: absolute;
    padding: 0;
    width: 14px;
    top: 0;
    right: 14px;
}

.find-widget .text-box-wrapper .input-group-btn {
    border: none;
    background-color: #fff;
    width: 40px;
    height: 35px;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    font-size: 14px;
}

.find-widget .text-box-wrapper .input-group-btn.btn-minus {
    left: 0;
}

.find-widget .text-box-wrapper .input-group-btn.btn-plus {
    right: 0;
}

.find-widget .ffw-radio-selection {
    text-align: justify;
    line-height: 0;
    margin: 0 auto;
}

.find-widget .ffw-radio-selection span.ffw-radio-btn-wrapper {
    height: 1em;
    line-height: 1em;
}

.find-widget .ffw-radio-selection span.ffw-radio-btn-wrapper .ffw-radio-btn {
    display: none;
}

.find-widget .ffw-radio-selection span.ffw-radio-btn-wrapper .ffw-radio-btn ~ .ffw-radio-label:before {
    font-family: FontAwesome;
    content: '\f10c';
    margin-right: 6px;
    overflow: visible;
}

.find-widget .ffw-radio-selection span.ffw-radio-btn-wrapper .ffw-radio-btn:checked ~ .ffw-radio-label:before {
    font-family: FontAwesome;
    content: '\f192';
}

.find-widget .ffw-radio-selection span.ffw-radio-btn-wrapper .ffw-radio-label {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    font-weight: normal;
}

.find-widget .select-wrapper {
    position: relative;
    background-color: #fff;
}

.find-widget .select-wrapper i.fa {
    color: #bebebe;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.find-widget .sbHolder {
    border: none;
    height: 35px;
    line-height: 35px;
}

.find-widget .sbHolder .sbOptions {
    left: 0;
    right: 0;
    border: none;
}

.find-widget .sbHolder .sbDisabled,
.find-widget .sbHolder .sbSelector,
.find-widget .sbHolder a {
    padding: 0;
    height: 35px;
    line-height: 35px;
}

.find-widget .sbHolder .sbDisabled {
    border-bottom: none;
}

.find-widget .select-wrapper .sbHolder .sbToggle {
    background-position: 0 -42px;
}

.find-widget .form-control {
    position: relative;
    background-color: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 35px;
}

.tab-search-long .text-box-wrapper {
    display: inline-block;
    width: 100%;
    margin-top: 0;
}

.tab-search-long .input-daterange {
    display: inline-block;
    vertical-align: bottom;
}

.tab-search-long .ffw-radio-selection {
    width: 350px;
}

.tab-search-long .place {
    width: calc((100% - 54px) * 32 / 100);
    width: -webkit-calc((100% - 54px) * 32 / 100);
    width: -moz-calc((100% - 54px) * 32 / 100);
    margin-right: 8px;
}

.tab-search-long .input-daterange {
    width: calc((100% - 54px) * 36 / 100);
    width: -webkit-calc((100% - 54px) * 36 / 100);
    width: -moz-calc((100% - 54px) * 36 / 100);
    margin-right: 8px;
}

.tab-search-long.slz-shortcode .find-cruises-widget .input-daterange {
    width: calc((100% - 54px) * 24 / 100);
    width: -webkit-calc((100% - 54px) * 24 / 100);
    width: -moz-calc((100% - 54px) * 24 / 100);
}

.tab-search-long.slz-shortcode .find-tours-widget .input-daterange {
    width: calc((100% - 54px) * 24 / 100);
    width: -webkit-calc((100% - 54px) * 24 / 100);
    width: -moz-calc((100% - 54px) * 24 / 100);
}

.tab-search-long .input-daterange .half {
    width: calc((100% - 8px) / 2);
    width: -webkit-calc((100% - 8px) / 2);
    width: -moz-calc((100% - 8px) / 2);
}

.tab-search-long .input-daterange .half:first-child {
    margin-right: 8px;
}

.tab-search-long .count {
    width: calc((100% - 54px) * 8 / 100);
    width: -webkit-calc((100% - 54px) * 8 / 100);
    width: -moz-calc((100% - 54px) * 8 / 100);
}

.tab-search-long .adult-count {
    margin-right: 8px;
}

.tab-search-long button[type="submit"] {
    position: absolute;
    width: calc((100% - 54px) * 16 / 100);
    width: -webkit-calc((100% - 54px) * 16 / 100);
    width: -moz-calc((100% - 54px) * 16 / 100);
    padding: 0 0 0 25px;
    vertical-align: bottom;
    right: 0;
    bottom: 0;
}

.tab-search-long .find-widget .place .select2,
.tab-search-condensed .find-widget .place .select2 {
    width: 100% !important;
}

.tab-search-long .find-widget .place .select2 .select2-selection,
.tab-search-condensed .find-widget .place .select2 .select2-selection,
.slz-search-widget .find-widget .content-widget .select2 .select2-selection {
    border: none;
    height: 35px;
}

.tab-search-long .find-widget .place .select2 .select2-selection .select2-selection__rendered,
.tab-search-condensed .find-widget .place .select2 .select2-selection .select2-selection__rendered,
.slz-search-widget .find-widget .content-widget .select2 .select2-selection .select2-selection__rendered {
    line-height: 35px;
}

.tab-search-long .find-widget .place .select2 .select2-selection .select2-selection__arrow,
.tab-search-condensed .find-widget .place .select2 .select2-selection .select2-selection__arrow,
.slz-search-widget .find-widget .content-widget .select2 .select2-selection .select2-selection__arrow {
    height: 32px;
}

.tab-search-long .find-cruises-widget .count,
.tab-search-long .find-tours-widget .count,
.tab-search-long .find-transfer-widget .count {
    width: calc((100% - 54px) * 8 / 100);
    width: -webkit-calc((100% - 54px) * 8 / 100);
    width: -moz-calc((100% - 54px) * 8 / 100);
}

.tab-search-long .find-cruises-widget button[type="submit"],
.tab-search-long .find-tours-widget button[type="submit"],
.tab-search-long .find-transfer-widget button[type="submit"] {
    width: calc((100% - 54px) * 16 / 100);
    width: -webkit-calc((100% - 54px) * 16 / 100);
    width: -moz-calc((100% - 54px) * 16 / 100);
    padding: 0 0 0 25px;
}

.tab-search-long .find-cruises-widget .place,
.tab-search-long .find-cruises-widget .time-count,
.tab-search-long .find-tours-widget .date,
.tab-search-long .find-tours-widget .place,
.tab-search-long .find-transfer-widget .date,
.tab-search-long .find-transfer-widget .place {
    width: calc((100% - 54px) * 34 / 100);
    width: -webkit-calc((100% - 54px) * 34 / 100);
    width: -moz-calc((100% - 54px) * 34 / 100);
    margin-right: 8px;
}

.tab-search-long.slz-shortcode .find-tours-widget .place {
    width: calc((100% - 54px) * 30 / 100);
    width: -webkit-calc((100% - 54px) * 30 / 100);
    width: -moz-calc((100% - 54px) * 30 / 100);
}

.tab-search-long .find-car-widget .input-daterange,
.tab-search-long .find-car-widget .place {
    width: calc((100% - 46px) * 42/ 100);
    width: -webkit-calc((100% - 46px) * 42 / 100);
    width: -moz-calc((100% - 46px) * 42 / 100);
    margin-right: 8px;
}

.tab-search-long .find-car-widget .car-count {
    width: calc((100% - 46px) * 8 / 100);
    width: -webkit-calc((100% - 46px) * 8 / 100);
    width: -moz-calc((100% - 46px) * 8 / 100);
}

.tab-search-long.slz-shortcode .find-cruises-widget .place {
    width: calc((100% - 54px) * 30 / 100);
    width: -webkit-calc((100% - 54px) * 30 / 100);
    width: -moz-calc((100% - 54px) * 30 / 100);
}

.tab-search-default .find-widget {
    padding: 40px 0;
}

.tab-search-transparent .find-widget {
    padding: 50px 70px;
    background-color: rgba(255, 255, 255, 0.5);
}

.tab-search.tab-search-condensed {
    position: relative;
    z-index: 1;
    background-color: transparent;
}

.tab-search-condensed .tab-btn-wrapper .tab-btn {
    color: #3c3c3c;
}

.tab-search-condensed {
    position: relative;
    z-index: 1;
    background-color: #ffdd00;
}

.tab-search-condensed .find-widget {
    padding: 40px 70px;
}

.tab-search-condensed .ffw-radio-selection {
    width: 85%;
}

.tab-search-condensed .text-box-wrapper.half.to {
    margin-top: 0;
}

.tab-search-condensed .input-daterange {
    width: 100%;
}

.tab-search-condensed .text-box-wrapper .tb-icon {
    right: auto;
    left: 14px;
}

.tab-search-condensed .text-box-wrapper .tb-input {
    padding-left: 40px;
}

.tab-search-condensed .text-box-wrapper .tb-input.count {
    padding: 0 1em;
}

.tab-search-condensed .select-wrapper i.fa {
    left: 12px;
}

.tab-search-condensed .text-input > .text-box-wrapper:first-child,
.tab-search-condensed .find-cruises-widget .text-input .text-box-wrapper,
.tab-search-condensed .find-tours-widget .text-input .text-box-wrapper {
    width: 100%;
}

.flight-time-widget .flight-time-visual-widget .direction {
    color: #585858;
}

.flight-time-widget .flight-time-visual-widget .destination {
    color: #3c3c3c;
}

.flight-time-widget .flight-time-visual-widget .visual {
    position: relative;
    color: #6e747c;
    margin-top: 40px;
    padding: 0 20px;
    height: 16px;
}

.flight-time-widget .flight-time-visual-widget .visual:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 8px;
    background-color: #3c3c3c;
}

.flight-time-widget .flight-time-visual-widget .visual .bar {
    position: relative;
    height: 16px;
    cursor: pointer;
}

.flight-time-widget .flight-time-visual-widget .visual .bar .arrive,
.flight-time-widget .flight-time-visual-widget .visual .bar .depart {
    line-height: 100%;
    white-space: nowrap;
    text-align: center;
    color: #585858;
    height: 100%;
    bottom: 0;
}

.flight-time-widget .flight-time-visual-widget .visual .bar .arrive.indicator,
.flight-time-widget .flight-time-visual-widget .visual .bar .depart.indicator {
    position: absolute;
    background-color: #ffdd00;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.flight-time-widget .flight-time-visual-widget .visual .bar .arrive time,
.flight-time-widget .flight-time-visual-widget .visual .bar .depart time {
    position: absolute;
    top: -20px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    cursor: auto;
}

.flight-time-widget .flight-time-visual-widget:first-child {
    margin-top: 0;
}

.label-route-widget {
    color: #6e747c;
    font-weight: 300;
}

.label-route-widget .city {
    color: #6e747c;
    font-weight: 400;
}

.label-route-widget .fa-long-arrow-right {
    margin: 0 10px;
}

.label-time-widget {
    color: #737a83;
    font-size: 14px;
    text-align: right;
}

.label-time-widget .arrival,
.label-time-widget .departure {
    color: #3e454d;
}

.price-widget .price-wrapper {
    position: relative;
}

.price-widget .leftLabel,
.price-widget .rightLabel {
    position: absolute;
    top: 20px;
}

.price-widget .leftLabel {
    left: 0;
}

.price-widget .rightLabel {
    right: 0;
}

.price-widget .nstSlider {
    position: relative;
    width: 100%;
    color: #6e747c;
    margin-top: 40px;
    padding: 0 10px;
    height: 16px;
    background-color: transparent;
}

.price-widget .nstSlider:before {
    content: '';
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 8px;
    background-color: #3c3c3c;
}

.price-widget .nstSlider .leftGrip,
.price-widget .nstSlider .rightGrip {
    line-height: 100%;
    white-space: nowrap;
    text-align: center;
    color: #585858;
    height: 100%;
    bottom: 0;
}

.price-widget .nstSlider .leftGrip.indicator,
.price-widget .nstSlider .rightGrip.indicator {
    position: absolute;
    background-color: #ffdd00;
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.price-widget .nstSlider .leftGrip .number,
.price-widget .nstSlider .rightGrip .number {
    position: absolute;
    left: 10px;
    top: -20px;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    cursor: auto;
}

.search-widget .search-wrapper {
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.search-widget .search-wrapper .search-input {
    width: inherit;
    height: 40px;
    border: none;
    box-shadow: none;
    background-color: transparent;
    padding-left: 18px;
    padding-right: 0;
    color: #adadad;
    font-family: Helvetica, Arial, sans-serif;
}

.search-widget .search-wrapper .search-input::-webkit-input-placeholder {
    color: #555e69;
}

.search-widget .search-wrapper .search-input:-moz-placeholder,
.search-widget .search-wrapper .search-input::-moz-placeholder {
    color: #d8d8d8;
}

.search-widget .search-wrapper .search-input:-ms-placeholder {
    color: #d8d8d8;
}

.search-widget .search-wrapper .submit-btn {
    color: #adadad;
    background-color: transparent;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    height: 40px;
    width: 40px;
    border: none;
    padding: 0;
    margin-right: 6px;
}

.search-widget .search-wrapper .submit-btn:active {
    box-shadow: none;
}

.radio-selection {
    margin-top: 30px;
}

.radio-selection:first-child {
    margin-top: 0;
}

.radio-selection label.group {
    margin-bottom: 0;
    font-weight: normal;
    color: #585858;
}

.radio-selection .radio-btn-wrapper {
    margin-top: 15px;
    position: relative;
}

.radio-selection .radio-btn-wrapper .radio-btn {
    display: none;
}

.radio-selection .radio-btn-wrapper .radio-btn:checked ~ label.radio-label:before {
    content: '\f00c';
}

.radio-selection .radio-btn-wrapper .radio-label {
    color: #6e747c;
    position: relative;
    font-weight: normal;
    padding-left: 34px;
    margin-bottom: 0;
    width: 100%;
    cursor: pointer;
}

.radio-selection .radio-btn-wrapper .radio-label:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    left: 0;
    height: 16px;
    line-height: 16px;
    font-size: 1rem;
    width: 16px;
    color: #6e747c;
    font-family: FontAwesome;
    font-weight: normal;
    display: inline-block;
    border: 1px solid #d3d3d3;
    text-indent: 0;
}

.radio-selection .radio-btn-wrapper .count {
    float: none;
    position: absolute;
    right: 0;
    top: 0;
    color: #6e747c;
}

.radio-selection .radio-btn-wrapper:first-child {
    margin-top: 0;
}

.radio-selection .radio-btn-wrapper:after {
    content: '';
    display: table;
    clear: both;
}

.tab-search .nav-tabs {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    display: -moz-flex;
    border: none;
}

.tab-search .tab-btn-wrapper {
    width: calc((100% - 5px) / 6);
    width: -webkit-calc((100% - 5px) / 6);
    width: -moz-calc((100% - 5px) / 6);
    margin-right: 1px;
    margin-bottom: 0;
}

.tab-search .tab-btn-wrapper .tab-btn {
    display: block;
    margin-right: 0;
    text-align: center;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    text-transform: uppercase;
    padding: 0;
    height: 50px;
    line-height: 50px;
    color: #505050;
    font-weight: 500;
    font-size: .86rem;
}

.tab-search .tab-btn-wrapper .tab-btn:active,
.tab-search .tab-btn-wrapper .tab-btn:focus,
.tab-search .tab-btn-wrapper .tab-btn:hover {
    border: none;
    background-color: #ffdd00;
}

.tab-search .tab-btn-wrapper .tab-btn:active i,
.tab-search .tab-btn-wrapper .tab-btn:focus i,
.tab-search .tab-btn-wrapper .tab-btn:hover i {
    color: #3c3c3c;
}

.tab-search .tab-btn-wrapper .tab-btn i {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    vertical-align: middle;
    font-size: 1.79rem;
    margin-right: 10px;
}

.tab-search .tab-btn-wrapper.active .tab-btn {
    background-color: #ffdd00;
    color: #555;
}

.tab-search .tab-btn-wrapper.active .tab-btn i {
    color: #3c3c3c;
}

.tab-search .tab-btn-wrapper:first-child .tab-btn {
    border-radius: 15px 0 0 0;
    -webkit-border-radius: 15px 0 0 0;
    -moz-border-radius: 15px 0 0 0;
}

.tab-search .tab-btn-wrapper:last-child {
    margin-right: 0;
}

.tab-search .tab-btn-wrapper:last-child .tab-btn {
    border-radius: 0 15px 0 0;
    -webkit-border-radius: 0 15px 0 0;
    -moz-border-radius: 0 15px 0 0;
}

.tab-search-transparent {
    margin-bottom: 100px;
}

.tab-search-transparent .tab-btn-wrapper .tab-btn {
    background-color: rgba(12, 12, 12, 0.05);
}

.tab-search-transparent .tab-btn-wrapper .tab-btn i {
    color: #fff;
}

.tab-search-default .tab-btn-wrapper .tab-btn {
    background-color: #222222;
    color: #fff;
}

.tab-search-default .tab-btn-wrapper .tab-btn:hover .text {
    color: #555;
}

.tab-search-default .tab-btn-wrapper .tab-btn i {
    color: #ffdd00;
}

.tab-search-default .tab-content-bg {
    background-color: #ffdd00;
    position: relative;
}

.tab-search-long .tab-btn-wrapper span.xs {
    display: none;
}

.tab-search-condensed .nav-tabs {
    width: calc(100% + 1px);
    width: -webkit-calc(100% + 1px);
    width: -moz-calc(100% + 1px);
}

.tab-search-condensed .tab-btn-wrapper {
    width: calc(100% / 6);
    width: -webkit-calc(100% / 6);
    width: -moz-calc(100% / 6);
    margin: 0;
}

.tab-search-condensed .tab-btn-wrapper .tab-btn {
    background-color: #3c3c3c;
    color: #ffdd00;
}

.tab-search-condensed .tab-btn-wrapper .tab-btn:first-child,
.tab-search-condensed .tab-btn-wrapper .tab-btn:last-child {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}

.tab-search-condensed .tab-btn-wrapper .tab-btn i {
    color: #ffdd00;
    margin-right: 0;
}

.tab-search-condensed .tab-btn-wrapper .tab-btn:hover {
    color: #3c3c3c;
}

.fds-widget {
    display: inline-block;
    position: relative;
    z-index: 1;
    color: #4d4d4d;
    background-color: #f7f7f7;
    height: 94px;
    width: 94px;
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 20px;
    padding: 21px 0;
    font-weight: 500;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.fds-widget .depart-date {
    display: block;
    font-size: 1rem;
    text-align: center;
    height: 28px;
    line-height: 28px;
}

.fds-widget .depart-date .date {
    font-weight: 300;
}

.fds-widget:hover {
    background-color: #fff;
    box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.09);
    color: #4d4d4d;
}

.fds-widget .price-select {
    display: block;
    margin: auto;
    font-size: .86rem;
    width: 70px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    border-radius: 1em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
}

.fds-widget .price-select.yellow {
    background-color: #ffdd00;
}

.fds-widget .price-select.pink {
    background-color: #ff4676;
}

.fds-widget .price-select.orange {
    background-color: #ff7256;
}

.fds-widget .price-select.blue {
    background-color: #78eaff;
}

.fds-widget .price-select.green {
    background-color: #9afff0;
}

.single-flight-result {
    height: 255px;
    background-color: #fafafa;
    margin-bottom: 30px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.single-flight-result:hover {
    background-color: #fff;
    box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.09);
}

.single-flight-result:before {
    display: table;
    content: '';
}

.single-flight-result:after {
    display: table;
    content: '';
    clear: both;
}

.single-flight-result > * {
    height: 100%;
}

.single-flight-result > * > .row {
    height: inherit;
}

.single-flight-result > * > .row > * {
    height: inherit;
}

.single-flight-result .flight-result-wrapper {
    display: table;
    width: 100%;
    height: 100%;
    padding: 40px;
}

.single-flight-result .flight-result-wrapper .airlines-logo {
    display: table-cell;
    width: 28%;
}

.single-flight-result .flight-result-wrapper .info {
    display: table-cell;
    text-align: center;
    vertical-align: top;
    width: 72%;
}

.single-flight-result .flight-result-wrapper .info .miscellaneous,
.single-flight-result .flight-result-wrapper .info .schedule {
    display: block;
    width: 100%;
    text-align: justify;
    line-height: 0;
}

.single-flight-result .flight-result-wrapper .info .arrive,
.single-flight-result .flight-result-wrapper .info .depart,
.single-flight-result .flight-result-wrapper .info .flight-code,
.single-flight-result .flight-result-wrapper .info .flight-time,
.single-flight-result .flight-result-wrapper .info .gate,
.single-flight-result .flight-result-wrapper .info .plane,
.single-flight-result .flight-result-wrapper .info .terminal {
    line-height: 24px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
}

.single-flight-result .flight-result-wrapper .info .schedule {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
}

.single-flight-result .flight-result-wrapper .info .schedule .arrive,
.single-flight-result .flight-result-wrapper .info .schedule .depart {
    color: #6e747c;
}

.single-flight-result .flight-result-wrapper .info .schedule .arrive .city,
.single-flight-result .flight-result-wrapper .info .schedule .depart .city {
    line-height: 1rem;
}

.single-flight-result .flight-result-wrapper .info .schedule .arrive .airport-code,
.single-flight-result .flight-result-wrapper .info .schedule .depart .airport-code {
    margin: 10px 0;
    font-size: 1.71rem;
    line-height: 1.71rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #4e545c;
}

.single-flight-result .flight-result-wrapper .info .schedule .arrive .time,
.single-flight-result .flight-result-wrapper .info .schedule .depart .time {
    font-size: 2.14rem;
    line-height: 2.14rem;
    font-weight: 300;
}

.single-flight-result .flight-result-wrapper .info .schedule .arrive .time span,
.single-flight-result .flight-result-wrapper .info .schedule .depart .time span {
    margin-left: 8px;
    font-weight: normal;
    font-size: 1.14rem;
}

.single-flight-result .flight-result-wrapper .info .schedule .flight-time {
    font-size: .93rem;
    line-height: 1.43rem;
    color: #6e747c;
}

.single-flight-result .flight-result-wrapper .info .schedule .flight-time i {
    color: #d2d2d2;
    font-size: 1.43rem;
}

.single-flight-result .flight-result-wrapper .info .miscellaneous {
    padding-top: 20px;
    font-size: .93rem;
    color: #74787e;
}

.single-flight-result .flight-result-wrapper .info .miscellaneous .data {
    color: #4e545c;
    font-weight: 500;
    font-size: 1.43rem;
}

.single-flight-result form.flight-class {
    border-left: 1px solid #e9e9e9;
}

.single-flight-result form.flight-class .class-selection-wrapper {
    text-align: center;
    border-bottom: 1px solid #e9e9e9;
    height: 33.3%;
}

.single-flight-result form.flight-class .class-selection-wrapper:last-child {
    border-bottom: none;
}

.single-flight-result form.flight-class .class-selection-wrapper input.radio-btn {
    display: none;
}

.single-flight-result form.flight-class .class-selection-wrapper input.radio-btn ~ label.radio-box:before {
    font-family: FontAwesome;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 30%;
    color: #bbbbbb;
    content: '\f10c';
}

.single-flight-result form.flight-class .class-selection-wrapper input.radio-btn:checked ~ .radio-box:before {
    color: #6e747c;
    content: '\f192';
}

.single-flight-result form.flight-class .class-selection-wrapper label.radio-box {
    margin-bottom: 0;
    height: 100%;
    width: 100%;
    display: table;
}

.single-flight-result form.flight-class .class-selection-wrapper label.radio-box span {
    display: block;
}

.single-flight-result form.flight-class .class-selection-wrapper label.radio-box span.text-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.single-flight-result form.flight-class .class-selection-wrapper label.radio-box span.text-wrapper span.class,
.single-flight-result form.flight-class .class-selection-wrapper label.radio-box span.text-wrapper span.price {
    padding-right: 30%;
}

.single-flight-result form.flight-class .class-selection-wrapper label.radio-box span.text-wrapper span.class {
    color: #6e747c;
    font-weight: normal;
}

.single-flight-result form.flight-class .class-selection-wrapper label.radio-box span.text-wrapper span.price {
    color: #ffdd00;
    font-size: 1.27rem;
    font-weight: 500;
}

.list-single-flight-result .single-flight-result:last-child {
    margin-bottom: 0;
}

.trip-info {
    height: 80px;
    line-height: 80px;
    font-size: 16px;
    -webkit-box-shadow: 0 0 24px 2px rgba(127, 127, 127, 0.09);
    -moz-box-shadow: 0 0 24px 2px rgba(127, 127, 127, 0.09);
    box-shadow: 0 0 24px 2px rgba(127, 127, 127, 0.09);
}

.recent-post-list .single-recent-post-widget>a {
    display: table-cell !important;
    vertical-align: top;
    width: 100px !important;
}

.single-recent-post-widget {
    display: table;
}

.single-recent-post-widget .img-wrapper {
    display: table-cell !important;
    vertical-align: top;
    width: 100px !important;
}

.single-recent-post-widget .post-info {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}

.single-recent-post-widget .post-info .meta-info {
    font-size: .86rem;
    line-height: .86rem;
    margin-bottom: 5px;
}

.single-recent-post-widget .post-info .single-rp-preview {
    color: #3c3c3c;
    font-size: 1rem;
}

.categories-widget li.single-widget-item:hover .category,
.categories-widget li.single-widget-item:hover .count {
    color: #ffdd00;
}

.categories-widget .category {
    color: #6e747c;
}

.categories-widget .category:before {
    content: '\f178';
    color: #dbdbdb;
    margin-right: 10px;
}

.tags-widget .content-widget .tag-item {
    margin-right: 10px;
    margin-bottom: 10px;
}

.archives-widget .datepicker {
    width: 100%;
    padding: 0;
}

.archives-widget table.table-condensed {
    width: 100%;
}

.social-widget ul {
    margin-left: 0;
    margin-bottom: 0;
}

.social-widget ul li {
    width: calc(100% / 6);
    width: -webkit-calc(100% / 6);
    width: -moz-calc(100% / 6);
    height: 50px;
    padding: 0;
    text-align: center;
}

.social-widget ul li a.social-icon {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 1px solid #f4f4f4;
    color: #cdcdcd;
}

.social-widget ul li a.social-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.social-widget ul li a.social-icon:hover {
    box-shadow: 0 8px 18px 0 rgba(0, 0, 0, 0.04);
    border-color: #ffdd00;
    background-color: #ffdd00;
    color: #fff;
}

.bg-blue-gradient {
    position: relative;
    background: #fff;
    background-repeat: repeat;
    background-position: top;
    background-size: cover;
    -webkit-background-size: cover;
}

.bg-blue-gradient .link {
    color: #5d5d5d !important;
}

.bg-blue-gradient .link:hover {
    color: #ffdd00 !important;
}

.bg-blue-gradient .contact-us-widget .info-list ul li .icons {
    color: #5d5d5d;
}

.bg-blue-gradient .form-email .text {
    color: #5d5d5d;
}

.bg-blue-gradient .title-widget {
    color: #444 !important;
}

.bg-blue-gradient .form-email .form-email-widget {
    background-color: #fff;
}

.footer-main {
    background-color: #121212;
    color: #8e8e8e;
    font-size: 12px;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    text-align: center;
}

.footer-main.bg-transparent {
    background-color: transparent;
}

.logo-footer {
    display: inline-block;
    margin-bottom: 70px;
}

.logo-footer img {
    margin: 0 auto;
    max-width: 150px;
}

footer .widget {
    text-align: left;
}

footer .widget .title-widget {
    font-size: 17px;
    color: #a5a5a5;
    text-transform: capitalize;
    margin-bottom: 30px;
}

footer .widget .categories-widget .count {
    float: right;
}

.subscribe-email {
    background-color: #ffdd00;
    color: #777777;
    padding: 30px 0;
}

.subscribe-email-wrapper {
    display: inline-block;
    width: 100%;
}

.subscribe-email-wrapper .subscribe-email-left {
    float: left;
}

.subscribe-email-wrapper .subscribe-email-right {
    float: right;
    margin-top: 15px;
}

.subscribe-email-title {
    color: #4d4d4d;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 500;
}

.subscribe-email-title .logo-text {
    font-size: 36px;
    font-weight: bold;
}

.subscribe-email-text {
    font-size: 16px;
    margin-bottom: 0;
    color: #666;
}

.form-subscribe-email {
    height: 40px;
    width: 270px;
    border-radius: 50px;
    background-color: #3c3c3c;
}

.form-subscribe-email .form-control {
    height: 40px;
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #DDEAF0;
    padding-left: 20px;
}

.form-subscribe-email .form-control:active,
.form-subscribe-email .form-control:focus {
    box-shadow: none;
}

.form-subscribe-email .btn-email {
    border-radius: 50%;
    width: 34px;
    height: 34px;
    text-align: center;
    border: none;
    padding: 0;
    margin-right: 3px;
    background-color: #505050;
    color: #ffdd00;
    font-size: 14px;
}

.form-subscribe-email::-webkit-input-placeholder {
    color: #6c6c6c;
}

.form-subscribe-email:-moz-placeholder {
    color: #6c6c6c;
}

.form-subscribe-email::-moz-placeholder {
    color: #6c6c6c;
}

.form-subscribe-email:-ms-input-placeholder {
    color: #6c6c6c;
}

.hyperlink {
    background-color: #121212;
}

.hyperlink .slide-logo-wrapper {
    width: 80%;
    margin: 70px auto;
}

.hyperlink .social-footer {
    margin-bottom: 5px;
}

.hyperlink .name-company {
    margin-bottom: 20px;
}

.hyperlink.bg-transparent {
    background-color: transparent;
}

.hyperlink.bg-transparent .slide-logo-wrapper .logo-item .link {
    opacity: .5;
}

.hyperlink.bg-transparent .slide-logo-wrapper .logo-item .link:hover {
    opacity: 1;
}

.hyperlink.bg-transparent .social-footer .link {
    color: #b4b4b4 !important;
}

.hyperlink.bg-transparent .social-footer .link:hover {
    color: #2b2b2b !important;
}

.hyperlink.bg-transparent .name-company {
    color: #b4b4b4;
}

.slide-logo-wrapper .logo-item .link {
    opacity: .2;
    display: block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.slide-logo-wrapper .logo-item .link:hover {
    opacity: 1;
}

.social-footer {
    text-align: center;
}

.social-footer ul {
    margin: 0;
}

.social-footer .link {
    font-size: 18px;
    color: #2b2b2b;
    padding: 0 8px;
}

.social-footer .link:hover {
    color: #fff;
}

.name-company {
    text-align: center;
    color: #2b2b2b;
    font-weight: 500;
    font-size: 12px;
}

.ribbon-sale {
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 15px;
    height: 34px;
    text-align: center;
    padding: 5px 15px;
    cursor: pointer;
    background-color: #ffdd00;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.ribbon-sale span {
    color: #fff;
    font-size: 12px;
}

.hotel-view-main .group-btn-book-hotel .group-btn-tours {
    margin-right: 10px;
}

.hotel-view-main .group-btn-book-hotel .group-btn-tours:nth-child(2),
.hotel-view-main .group-btn-book-hotel .group-btn-tours:last-child {
    margin-right: 0px;
}

.tour-view-main .slz-book-tour a.btn:nth-child(2),
.car-detail-main .slz-book-car a.btn:nth-child(2),
.cruises-result-detail .slz-book-cruise a.btn:nth-child(2) {
    margin-left: 10px;
}

@keyframes color-text {
    0% {
        background-position: 0px 0px;
    }
    50% {
        background-position: 600px 0px;
    }
    100% {
        background-position: 0px 0px;
    }
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 10px 10px rgba(255, 221, 0, 0.8), 0 0 0 3px rgba(255, 221, 0, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 10px 10px rgba(255, 221, 0, 0.8), 0 0 0 3px rgba(255, 221, 0, 0.5);
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 10px 10px rgba(255, 221, 0, 0.8), 0 0 0 3px rgba(255, 221, 0, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 10px 10px rgba(255, 221, 0, 0.8), 0 0 0 3px rgba(255, 221, 0, 0.5);
        -moz-transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 10px 10px rgba(255, 221, 0, 0.8), 0 0 0 3px rgba(255, 221, 0, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 10px 10px rgba(255, 221, 0, 0.8), 0 0 0 3px rgba(255, 221, 0, 0.5);
        transform: scale(1.3);
        opacity: 0;
    }
}

@-webkit-keyframes sonarEffect-2 {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 5px 7px rgba(255, 221, 0, 0.7), 0 0 0 3px rgba(255, 221, 0, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 5px 7px rgba(255, 221, 0, 0.7), 0 0 0 3px rgba(255, 221, 0, 0.5);
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect-2 {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 5px 7px rgba(255, 221, 0, 0.7), 0 0 0 3px rgba(255, 221, 0, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 5px 7px rgba(255, 221, 0, 0.7), 0 0 0 3px rgba(255, 221, 0, 0.5);
        -moz-transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes sonarEffect-2 {
    0% {
        opacity: 0.3;
    }
    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 5px 7px rgba(255, 221, 0, 0.7), 0 0 0 3px rgba(255, 221, 0, 0.5);
    }
    100% {
        box-shadow: 0 0 0 2px rgba(255, 221, 0, 0.1), 0 0 5px 7px rgba(255, 221, 0, 0.7), 0 0 0 3px rgba(255, 221, 0, 0.5);
        transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes cloud_left_to_right {
    0% {
        left: -200%;
    }
    100% {
        left: 0;
    }
}

@-webkit-keyframes cloud_left_to_right {
    0% {
        left: -200%;
    }
    100% {
        left: 0;
    }
}

@-moz-keyframes cloud_left_to_right {
    0% {
        left: -200%;
    }
    100% {
        left: 0;
    }
}

@keyframes cloud_right_to_left {
    0% {
        left: 0;
    }
    100% {
        left: -200%;
    }
}

@-webkit-keyframes cloud_right_to_left {
    0% {
        left: 0;
    }
    100% {
        left: -200%;
    }
}

@-moz-keyframes cloud_right_to_left {
    0% {
        left: 0;
    }
    100% {
        left: -200%;
    }
}

.page-banner {
    top: -143px;
    position: relative;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    width: 100%;
    height: 540px;
    color: #fff;
    text-align: left;
    overflow: hidden;
}

.page-banner .container {
    height: 100%;
}

.page-banner.homepage-default {
    top: -183px;
    text-align: center;
    background-position: bottom;
}

.page-banner.homepage-04 {
    text-align: center;
}

.page-banner-2 {
    position: relative;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    width: 100%;
    color: #fff;
    text-align: center;
}

.page-banner-2 .container {
    height: 100%;
}

.page-title-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.page-title-wrapper .page-title-content {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    bottom: -10px;
    line-height: 1;
}

.page-title-wrapper .breadcrumb {
    font-size: 12px;
    padding: 0;
    background-color: transparent;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid #ffdd00;
    border-radius: 0;
}

.page-title-wrapper .breadcrumb li {
    display: inline-block;
}

.page-title-wrapper .breadcrumb li .link {
    color: #fff;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    line-height: 36px;
}

.page-title-wrapper .breadcrumb li .link.home {
    font-size: 20px;
}

.page-title-wrapper .breadcrumb li .link:hover {
    color: #ffdd00;
}

.page-title-wrapper .breadcrumb li.active .link {
    pointer-events: none;
}

.page-title-wrapper .breadcrumb li.active .link:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ffdd00;
}

.page-title-wrapper .breadcrumb li + li:before {
    padding: 0 10px;
    color: #fff;
    content: '\f178';
    font-family: FontAwesome;
}

.page-title-wrapper .captions {
    margin: 15px 0 0 0;
    font-size: 100px;
    font-weight: 900;
    line-height: 90px;
    letter-spacing: 5px;
    display: inline-block;
    text-transform: uppercase;
}

.page-title-wrapper .price {
    display: inline-block;
}

.page-title-wrapper .price .text {
    margin: 0 0 0 20px;
    text-transform: uppercase;
    font-size: 14px;
}

.page-title-wrapper .price .number {
    margin: 0 0 0 10px;
    font-size: 72px;
    line-height: 65px;
    color: #ffdd00;
    font-weight: 900;
}

.page-title-wrapper .price .unit {
    color: #ffdd00;
    font-weight: 900;
    font-size: 36px;
    top: -30px;
}

.group-title {
    margin-bottom: 20px;
    text-align: left;
}

.group-title .sub-title .text {
    color: #6e747c;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0;
}

.group-title .sub-title .icons {
    font-size: 28px;
    color: #c6c6c6;
    margin-left: 60px;
    position: relative;
}

.group-title .sub-title .icons:after {
    position: absolute;
    content: '';
    width: 54px;
    height: 2px;
    background-color: #ffdd00;
    right: 105%;
    bottom: 7px;
}

.group-title .main-title {
    color: #434a54;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 5px 0 0 0;
}

.group-title.white .sub-title .text,
.group-title.white .sub-title .icons {
    color: #fff;
}

.group-title.white .main-title {
    color: #fff;
}

.title-style-2 {
    margin: 0 0 50px 0;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    color: #434a54;
    display: inline-block;
}

.title-style-2.white {
    color: #fff;
}

.title-style-2:after {
    position: absolute;
    content: "";
    bottom: 5px;
    right: -57px;
    width: 50px;
    height: 3px;
    background-color: #ffdd00;
}

.btn {
    padding: 6px 40px;
    border: 1px solid #c3c3c3;
    color: #6c6c6c;
    text-transform: uppercase;
    text-align: center;
    border-radius: 50px;
    background-color: transparent;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

/*.btn:hover {
    background-color: #3c3c3c;
    border: 1px solid #3c3c3c;
    color: #fff;
}*/

.btn.btn-maincolor {
    background-color: #ffdd00;
    border: 1px solid #ffdd00;
    color: #3c3c3c;
}

.btn.btn-maincolor:hover {
    background-color: #3c3c3c;
    border: 1px solid #3c3c3c;
    color: #fff;
}

.btn.btn-gray {
    background-color: #4d4d4d;
    border: 1px solid #4d4d4d;
    color: #fff;
}

.btn.btn-gray:hover {
    background-color: #ffdd00;
    border: 1px solid #ffdd00;
    color: #3c3c3c;
}

.btn.btn-fit {
    width: auto;
}

.btn.btn-capitalize {
    text-transform: capitalize;
}

.input-group-btn-custom {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
    position: relative;
}

.btn-slide {
    width: 170px;
    height: 34px;
    border: 1px solid #3c3c3c;
    background-color: #3c3c3c;
    border-radius: 50px;
    padding: 0 0 0 15px;
    position: relative;
    text-align: center;
    color: #ffdd00;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
}

.btn-slide .text {
    color: #ffdd00;
    font-style: inherit;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.btn-slide .icons {
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    padding: 9px;
    border-radius: 50%;
    text-align: center;
    color: #ffdd00;
    background-color: #505050;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.btn-slide:before {
    position: absolute;
    left: 0;
    padding-right: 15px;
    width: 100%;
    content: attr(data-hover);
    color: #ffdd00;
    opacity: 0;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.btn-slide:hover .text {
    opacity: 0;
}

.btn-slide:hover .icons {
    left: calc(100% - 32px);
    left: -webkit-calc(100% - 32px);
    left: -moz-calc(100% - 32px);
}

.btn-slide:hover:before {
    opacity: 1;
}

#back-top .link {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border: 2px solid #ffdd00;
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    font-size: 24px;
    z-index: 100;
    color: #ffdd00;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-40px);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

#back-top .link.show-btn {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}

#back-top .link:hover {
    background-color: #ffdd00;
    border: 2px solid #000;
    color: #000;
    transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -o-transform: translateY(-15px);
}

.group-button .btn:first-child {
    margin-right: 15px;
}

.tag-item {
    color: #989898;
    border: 1px solid #efefef;
    border-radius: 50px;
    padding: 0 10px 0 25px;
    line-height: 25px;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.tag-item:before {
    position: absolute;
    content: "\f1db";
    font-family: FontAwesome;
    left: 10px;
    font-size: 7px;
}

.tag-item:hover {
    border: 1px solid #555e69;
    color: #555e69;
}

.tag-item:hover:before {
    content: "\f111";
    color: #555e69;
}

.stars {
    position: relative;
    display: block;
    font-size: 16px;
    overflow: hidden;
    text-indent: -999px;
}

.stars:after {
    top: 0;
    position: absolute;
    left: 35px;
    font-family: FontAwesome;
    color: #ffdd00;
    float: left;
    letter-spacing: 7px;
    content: "";
    text-indent: 0;
}

.hotel-result-main .hotels-layout .stars:after {
    left: 0;
}

.stars.stars1:after {
    content: "\f005";
}

.stars.stars2:after {
    content: "\f005\f005";
}

.stars.stars3:after {
    content: "\f005\f005\f005";
}

.stars.stars4:after {
    content: "\f005\f005\f005\f005";
}

.stars.stars5:after {
    content: "\f005\f005\f005\f005\f005";
}

.stars.stars6:after {
    content: "\f005\f005\f005\f005\f005\f005";
}

.stars.stars7:after {
    content: "\f005\f005\f005\f005\f005\f005\f005";
}

.star-rating {
    position: relative;
    display: block;
    line-height: 1;
    width: 75px;
    height: 1em;
    overflow: hidden;
    font-size: 14px;
}

.star-rating:before {
    content: "\f006\f006\f006\f006\f006";
    top: 0;
    position: absolute;
    left: 1px;
    font-family: FontAwesome;
    color: #ffd564;
    float: left;
    letter-spacing: 2px;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    color: #ffd564;
}

.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 1px;
    font-family: FontAwesome;
    letter-spacing: 2px;
}

.star-rating span.width-10 {
    width: 10%;
}

.star-rating span.width-20 {
    width: 20%;
}

.star-rating span.width-30 {
    width: 30%;
}

.star-rating span.width-40 {
    width: 40%;
}

.star-rating span.width-50 {
    width: 50%;
}

.star-rating span.width-60 {
    width: 60%;
}

.star-rating span.width-70 {
    width: 70%;
}

.star-rating span.width-80 {
    width: 80%;
}

.star-rating span.width-90 {
    width: 90%;
}

.star-rating span.width-100 {
    width: 100%;
}

.pagination-list {
    text-align: center;
    margin-top: 40px;
}

.pagination {
    margin: 0;
}

.pagination li .btn-pagination {
    border: none;
    color: #b3b3b3;
    text-align: center;
    background-color: transparent;
    position: relative;
}

.pagination li .btn-pagination.active {
    color: #434a54;
    pointer-events: none;
}

.pagination li .btn-pagination.active:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 20px;
    height: 1px;
    left: 50%;
    margin-left: -10px;
    background-color: #434a54;
}

.pagination li .btn-pagination:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 0;
    height: 1px;
    left: 50%;
    margin-left: -10px;
    background-color: #434a54;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.pagination li .btn-pagination:hover {
    background-color: transparent;
    color: #434a54;
}

.pagination li .btn-pagination:hover:after {
    width: 20px;
}

.pagination li .previous,
.pagination li .next {
    width: 32px;
    height: 32px;
    line-height: 30px;
    padding: 0;
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border: 1px solid #b3b3b3;
}

.pagination li .previous:after,
.pagination li .next:after {
    display: none;
}

.pagination li .previous:hover,
.pagination li .next:hover {
    background-color: #434a54;
    color: #fff;
    border: 1px solid #434a54;
}

.pagination li .previous {
    margin-right: 10px;
}

.pagination li .next {
    margin-left: 10px;
}

.pagination li.disable {
    pointer-events: none;
}

.label-sale {
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 15px;
    height: 34px;
    text-align: center;
    padding: 5px 15px;
    cursor: pointer;
    background-color: #ffdd00;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}

.label-sale .text,
.label-sale .number {
    font-weight: 500;
    margin-bottom: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.label-sale:hover .text,
.label-sale:hover .number {
    transform: translateY(-24px);
    -webkit-transform: translateY(-24px);
    -moz-transform: translateY(-24px);
    -ms-transform: translateY(-24px);
    -o-transform: translateY(-24px);
}

.small-margin-top {
    margin-top: 30px;
}

.medium-margin-top {
    margin-top: 50px;
}

.big-margin-top {
    margin-top: 70px;
}

.fa-custom:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.stretch {
    width: 100%;
    display: inline-block;
    height: 0;
}

.meta-info {
    font-style: italic;
    color: #81878f;
}

.meta-info .info-cat i {
    margin-right: 4px;
}

.meta-info .comment-count:before,
.meta-info .view-count:before {
    margin-right: 4px;
}

.meta-info .comment-count:before {
    content: '\f075';
}

.meta-info .view-count {
    margin-right: 10px;
}

.meta-info .view-count:before {
    content: '\f007';
}

.meta-info .sep {
    font-style: normal;
    margin: 0 10px;
}

.wrapper-contact-style {
    float: left;
    width: 100%;
    position: relative;
}

.tours-layout {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.tours-layout .image-wrapper {
    position: relative;
    overflow: hidden;
}

.tours-layout .image-wrapper .link {
    display: block;
    width: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.tours-layout .image-wrapper .link img {
    width: 100%;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}

.tours-layout .image-wrapper .link:before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 120%;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.7) 85%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0.9) 100%);
}

.tours-layout .image-wrapper .title-wrapper {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    z-index: 5;
}

.tours-layout .image-wrapper .title-wrapper .title {
    color: #fff;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}

.tours-layout .image-wrapper .title-wrapper .title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0%;
    height: 1px;
    background: #ffdd00;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.tours-layout .image-wrapper .title-wrapper .title:hover {
    color: #ffdd00;
}

.tours-layout .image-wrapper .title-wrapper .title:hover:before {
    width: 100%;
}

.tours-layout .image-wrapper .title-wrapper .icons {
    float: right;
    font-size: 30px;
}

.tours-layout .content-wrapper {
    background-color: #fff;
}

.tours-layout .content-wrapper .list-info {
    margin: 0;
    width: 100%;
    display: table;
    text-align: center;
    border-collapse: collapse;
    border-bottom: 1px solid #e9e9e9;
}

.tours-layout .content-wrapper .list-info > li {
    width: 1%;
    position: relative;
    padding: 0;
    display: table-cell;
    border-right: 1px solid #e9e9e9;
}

.tours-layout .content-wrapper .list-info > li .link {
    display: block;
    padding: 12px 0;
    position: relative;
    top: 0;
    right: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.tours-layout .content-wrapper .list-info > li .link:hover {
    top: 4px;
    right: -4px;
    background-color: #ffdd00;
}

.tours-layout .content-wrapper .list-info li .link:hover > .icons,
.tours-layout .content-wrapper .list-info li .link:hover > .text {
    color: #555;
}

.tours-layout .content-wrapper .list-info li .link > .icons {
    color: #d0d0d0;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.tours-layout .content-wrapper .list-info li .link > .text {
    margin-bottom: 0;
    margin-left: 10px;
    color: #959595;
    display: inline-block;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.tours-layout .content-wrapper .list-info li:last-child {
    border-right: none;
}

.tours-layout .content-wrapper > .content {
    padding: 40px;
    text-align: center;
}

.tours-layout .content-wrapper > .content .title {
    margin-bottom: 15px;
}

.tours-layout .content-wrapper > .content .title .price {
    color: #ffdd00;
    display: inline-block;
}

.tours-layout .content-wrapper > .content .title .price sup {
    font-size: 14px;
    font-weight: bold;
    top: -12px;
    left: -2px;
}

.tours-layout .content-wrapper > .content .title .price .number {
    font-size: 30px;
    font-weight: bold;
}

.tours-layout .content-wrapper > .content .title .for-price {
    margin-bottom: 0;
    margin-left: 6px;
    display: inline-block;
}

.tours-layout .content-wrapper > .content > .text {
    margin-bottom: 20px;
}

.tours-layout .content-wrapper > .content .group-btn-tours {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    padding: 0;
}

.tours-layout .content-wrapper > .content .group-btn-tours .left-btn,
.tours-layout .content-wrapper > .content .group-btn-tours .right-btn {
    color: #fff;
    padding: 4px 10px;
    display: inline-block;
    background-color: #4d4d4d;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.tours-layout .content-wrapper > .content .group-btn-tours .left-btn:hover,
.tours-layout .content-wrapper > .content .group-btn-tours .right-btn:hover {
    background-color: #ffdd00;
    color: #434a54;
}

.tours-layout .content-wrapper > .content .group-btn-tours .left-btn {
    padding-left: 25px;
    border-right: 1px solid #797979;
    border-radius: 50px 0 0 50px;
}

.tours-layout .content-wrapper > .content .group-btn-tours .right-btn {
    padding-right: 25px;
    border-radius: 0 50px 50px 0;
}

.tours-layout .content-wrapper > .content .group-btn-tours:hover .left-btn {
    border-right: 1px solid #fff;
}

.tours-layout:hover {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.tours-layout:hover .image-wrapper .link img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.tours-layout:hover .image-wrapper .link:before {
    top: -20%;
}

.hotels-layout {
    display: table;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.hotels-layout .image-wrapper {
    position: relative;
    overflow: hidden;
    display: table-cell;
    width: 54%;
    height: 270px;
}

.hotels-layout .image-wrapper .link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.hotels-layout .image-wrapper .link img {
    width: auto;
    max-width: 410px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}

.hotels-layout .image-wrapper .link:before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 120%;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.7) 85%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0.9) 100%);
}

.hotels-layout .image-wrapper .title-wrapper {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    text-align: left;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    z-index: 5;
}

.hotels-layout .image-wrapper .title-wrapper .title {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    margin-bottom: 6px;
}

.hotels-layout .image-wrapper .title-wrapper .title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0%;
    height: 1px;
    background: #ffdd00;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.hotels-layout .image-wrapper .title-wrapper .title:hover {
    color: #ffdd00;
}

.hotels-layout .image-wrapper .title-wrapper .title:hover:before {
    width: 100%;
}

.hotels-layout .content-wrapper {
    background-color: #fff;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.hotels-layout .content-wrapper .list-info {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    display: block;
    text-align: center;
    border-collapse: collapse;
    border-left: 1px solid #e9e9e9;
}

.hotels-layout .content-wrapper .list-info li {
    padding: 0;
    border-bottom: 1px solid #e9e9e9;
    height: 20%;
    display: table;
    position: relative;
}

.hotels-layout .content-wrapper .list-info li:last-child {
    border-bottom: none;
}

.hotels-layout .content-wrapper .list-info .link {
    display: table-cell;
    vertical-align: middle;
    width: 54px;
    height: 100%;
    line-height: 1;
    transition: all 0.5s ease;
    position: relative;
    z-index: 11;
    top: 0;
    right: 0;
}

.hotels-layout .content-wrapper .list-info .link > .icons {
    color: #d0d0d0;
    display: inline-block;
    width: 14px;
    height: 14px;
    text-align: center;
    transition: all 0.3s ease;
}

.hotels-layout .content-wrapper .list-info .link .number {
    display: none;
    opacity: 0;
    color: #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.hotels-layout .content-wrapper .list-info .link:hover {
    background-color: #ffdd00;
    top: -5px;
    right: -5px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.hotels-layout .content-wrapper .list-info .link:hover > .icons {
    color: #555;
}

.hotels-layout .content-wrapper .list-info .link:hover > .icons.hidden-icon {
    display: none;
}

.hotels-layout .content-wrapper .list-info .link:hover .number {
    display: inline-block;
    opacity: 1;
    color: #555;
}

.hotels-layout .content-wrapper .list-info .share-social-list,
.tours-layout .content-wrapper .list-info .share-social-list {
    margin-bottom: 0;
    position: absolute;
    left: 100%;
    padding: 0;
    top: 100%;
    display: inherit;
    transform: translateY(-50%);
    ;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1);
    z-index: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.hotels-layout .content-wrapper .list-info .share-social-list .link-social,
.tours-layout .content-wrapper .list-info .share-social-list .link-social {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    background-color: #fff;
    color: #d0d0d0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.hotels-layout .content-wrapper .list-info .share-social-list .link-social:hover,
.tours-layout .content-wrapper .list-info .share-social-list .link-social:hover {
    background-color: #ffdd00;
    color: #555;
}

.hotels-layout .content-wrapper .list-info li:hover .link + .share-social-list,
.tours-layout .content-wrapper .list-info li:hover .link + .share-social-list {
    top: 50%;
    left: calc(100% + 5px);
    z-index: 10;
    opacity: 1;
    visibility: visible;
}

.share-social-list {
    list-style: none;
}

.tours-layout .content-wrapper .list-info .share-social-list li {
    display: list-item;
    border: none;
}

.hotels-layout .content-wrapper > .content {
    padding: 0 70px 0 25px;
    text-align: center;
}

.hotels-layout .content-wrapper > .content .title {
    display: table;
    margin-bottom: 15px;
    padding: 0;
    text-align: left;
}

.hotels-layout .content-wrapper > .content .title .price {
    color: #ffdd00;
    display: table-cell;
    vertical-align: middle;
}

.hotels-layout .content-wrapper > .content .title .price sup {
    font-size: 20px;
    font-weight: bold;
    top: -16px;
    left: -2px;
}

.hotels-layout .content-wrapper > .content .title .price .number {
    font-size: 36px;
    font-weight: bold;
}

.hotels-layout .content-wrapper > .content .title .for-price {
    margin-bottom: 0;
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
    max-width: 80px;
}

.hotels-layout .content-wrapper > .content > .text {
    margin-bottom: 20px;
    max-height: 96px;
    overflow: hidden;
    text-align: left;
}

.hotels-layout .content-wrapper > .content .group-btn-tours {
    background-color: #4d4d4d;
    border-radius: 50px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    display: inline-block;
    padding: 0 15px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.hotels-layout .content-wrapper > .content .group-btn-tours .left-btn {
    color: #fff;
    padding: 4px 5px;
    display: inline-block;
}

.hotels-layout .content-wrapper > .content .group-btn-tours:hover {
    background-color: #ffdd00;
}

.hotels-layout .content-wrapper > .content .group-btn-tours:hover .left-btn {
    color: #434a54;
}

.hotels-layout .content-wrapper.style-2 > .content .title {
    display: block;
}

.hotels-layout .content-wrapper.style-2 > .content .title .price {
    display: block;
    line-height: 1;
}

.hotels-layout .content-wrapper.style-2 > .content .title .price sup {
    font-size: 16px;
}

.hotels-layout .content-wrapper.style-2 > .content .title .price .number {
    font-size: 26px;
}

.hotels-layout .content-wrapper.style-2 > .content .title .for-price {
    max-width: none;
    line-height: 1;
}

.hotels-layout:hover {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.hotels-layout:hover .image-wrapper .link img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.hotels-layout:hover .image-wrapper .link:before {
    top: -20%;
}

.new-layout {
    display: table;
}

.new-layout .image-wrapper {
    position: relative;
    overflow: hidden;
    display: table-cell;
    width: 58%;
}

.new-layout .image-wrapper .link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.new-layout .image-wrapper .link img {
    width: 100%;
}

.new-layout .image-wrapper .link:before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 120%;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.new-layout .image-wrapper .description {
    position: absolute;
    bottom: 20px;
    left: 60px;
    right: 60px;
    text-align: left;
    display: inline-block;
    color: #fff;
    padding-left: 30px;
    z-index: 5;
    letter-spacing: 1px;
    font-style: italic;
    font-weight: 300;
}

.new-layout .image-wrapper .description:before {
    position: absolute;
    content: '\f10d';
    font-family: FontAwesome;
    left: 0;
    font-style: normal;
}

.new-layout .content-wrapper {
    background-color: #fff;
    display: table-cell;
    vertical-align: top;
    position: relative;
    text-align: left;
    padding: 0 30px;
}

.new-layout .content-wrapper .title {
    font-size: 24px;
    text-transform: uppercase;
    color: #434a54;
    margin-bottom: 5px;
    line-height: 30px;
    display: block;
}

.new-layout .content-wrapper .title:hover {
    color: #ffdd00;
}

.new-layout .content-wrapper .info {
    margin-bottom: 0;
    font-style: 13px;
}

.new-layout .content-wrapper .info li {
    padding: 0 15px;
    position: relative;
}

.new-layout .content-wrapper .info li:first-child {
    padding-left: 5px;
}

.new-layout .content-wrapper .info li .link {
    color: #555e69;
    text-transform: capitalize;
}

.new-layout .content-wrapper .info li .link:hover {
    color: #ffdd00;
}

.new-layout .content-wrapper .info li + li:before {
    border-left: 1px solid #555e69;
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    height: 13px;
}

.new-layout .content-wrapper .text {
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 26px;
}

.new-layout .content-wrapper .text p {
    margin-bottom: 15px;
}

.new-layout .content-wrapper .btn {
    width: auto;
    text-transform: capitalize;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 25px;
}

.new-layout .content-wrapper .tags {
    margin-top: 25px;
}

.new-layout .content-wrapper .tags .title-tag {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 25px;
}

.new-layout .content-wrapper .tags .list-tags {
    margin-bottom: 0;
    display: inline;
}

.new-layout .content-wrapper .tags .list-tags li {
    padding: 0 5px;
    margin-bottom: 5px;
}

.cruises-result-detail .btn-share-social:hover .btn-share {
    background-color: #ffdd00;
    border: 1px solid #ffdd00;
}

.cruises-result-detail .timeline-location-block {
    min-height: 0;
}

.cruises-result-detail .timeline-custom-col {
    width: 100%;
}

.cruises-result-detail .wrapper-timeline .text {
    margin-bottom: 30px;
}

.cruises-result-detail .wrapper-timeline .wrapper-cruises-item {
    margin-bottom: 10px;
    min-height: 30px;
}

.cruises-result-detail .wrapper-timeline .cruises-item {
    padding: 5px 15px;
    border: 1px solid #c3c3c3;
    border-radius: 50px;
    color: #6c6c6c;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.cruises-result-detail .wrapper-timeline .cruises-item:hover {
    background-color: #3c3c3c;
    color: #fff;
    border: 1px solid #3c3c3c;
}

.cruises-result-detail .car-rent-layout {
    margin-bottom: 30px;
}

.cruises-result-detail .car-rent-layout .content-wrapper {
    background-color: #fafafa;
}

.cruises-result-detail .car-rent-layout .content-wrapper .text {
    margin-top: 0;
    margin-bottom: 10px;
}

.cruises-result-detail .car-rent-layout .content-wrapper .text:last-child {
    margin-bottom: 0;
}

.cruises-detail-tag {
    display: table;
    margin-bottom: 30px;
}

.cruises-detail-tag .content-tag {
    display: table-cell;
    padding-right: 30px;
}

.cruises-detail-tag .content-widget {
    display: inherit;
}

.cruises-layout,
.car-rent-layout-2 {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.cruises-layout .image-wrapper,
.car-rent-layout-2 .image-wrapper {
    position: relative;
    overflow: hidden;
}

.cruises-layout .image-wrapper .link,
.car-rent-layout-2 .image-wrapper .link {
    display: block;
    width: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.cruises-layout .image-wrapper .link img,
.car-rent-layout-2 .image-wrapper .link img {
    width: 100%;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}

.cruises-layout .content-wrapper,
.car-rent-layout-2 .content-wrapper {
    padding: 30px;
}

.cruises-layout .content-wrapper .title,
.car-rent-layout-2 .content-wrapper .title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #434a54;
    float: left;
    word-break: break-word;
}

.cruises-layout .content-wrapper .title:hover,
.car-rent-layout-2 .content-wrapper .title:hover {
    color: #ffdd00;
}

.cruises-layout .content-wrapper .price,
.car-rent-layout-2 .content-wrapper .price {
    color: #ffdd00;
    font-weight: bold;
    font-size: 30px;
    float: right;
    max-width: 150px;
    text-transform: uppercase;
    word-wrap: break-word;
    text-align: right;
}

.cruises-layout .content-wrapper .price sup,
.car-rent-layout-2 .content-wrapper .price sup {
    font-size: 18px;
    font-weight: 400;
    left: -2px;
}

.cruises-layout .content-wrapper .text,
.car-rent-layout-2 .content-wrapper .text {
    display: inline-block;
    width: 100%;
    margin: 25px 0 0 0;
}

.cruises-layout .content-wrapper .btn,
.car-rent-layout-2 .content-wrapper .btn {
    margin-top: 25px;
    width: auto;
    text-transform: capitalize;
}

.cruises-layout:hover,
.car-rent-layout-2:hover {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.cruises-layout:hover .image-wrapper .link img,
.car-rent-layout-2:hover .image-wrapper .link img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.car-rent-layout {
    display: table;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.car-rent-layout .image-wrapper {
    position: relative;
    overflow: hidden;
    display: table-cell;
    width: 370px;
    height: 270px;
}

.car-rent-layout .image-wrapper .link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.car-rent-layout .image-wrapper .link img {
    width: auto;
    max-width: 400px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}

.car-rent-layout .content-wrapper {
    background-color: #fff;
    display: table-cell;
    vertical-align: top;
    position: relative;
    text-align: left;
    padding: 20px 30px;
}

.car-rent-layout .content-wrapper .title {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #434a54;
    float: left;
}

.car-rent-layout .content-wrapper .title:hover {
    color: #ffdd00;
}

.car-rent-layout .content-wrapper .price {
    color: #ffdd00;
    font-weight: bold;
    font-size: 30px;
    float: right;
    text-transform: uppercase;
}

.car-rent-layout .content-wrapper .price sup {
    font-size: 18px;
    font-weight: 400;
    left: -2px;
}

.car-rent-layout .content-wrapper .price .for-price {
    font-size: 14px;
    color: #9ca2a9;
    text-transform: initial;
    display: inline-block;
    font-weight: 300;
    position: relative;
    top: -10px;
    margin-left: 6px;
    margin-bottom: 0;
}

.car-rent-layout .content-wrapper .sub-title {
    display: inline-block;
    width: 100%;
    text-transform: capitalize;
}

.car-rent-layout .content-wrapper .text {
    display: inline-block;
    width: 100%;
    margin: 12px 0 0 0;
    max-height: 96px;
    overflow: hidden;
}

.car-rent-layout .content-wrapper .btn {
    margin-top: 20px;
    width: auto;
    text-transform: capitalize;
}

.car-rent-layout:hover {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
}

.car-rent-layout:hover .image-wrapper .link img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.car-rent-layout:hover .image-wrapper .link:before {
    top: -20%;
}

.wrapper-car-detail .car-rent-layout {
    margin-bottom: 30px;
}

.wrapper-car-detail .car-rent-layout .content-wrapper {
    background-color: #fafafa;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.wrapper-car-detail .car-rent-layout .content-wrapper:hover {
    background-color: transparent;
}

.wrapper-car-detail .contact-submit {
    text-align: center;
}

.wrapper-car-detail .text-bottom {
    margin-bottom: 50px;
}

.wrapper-car-detail .text-bottom .text {
    margin-bottom: 0;
    text-align: center;
}

.wrapper-car-detail .single-flight-result {
    height: 244px;
}

.special-offer-layout {
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.special-offer-layout .image-wrapper {
    position: relative;
    overflow: hidden;
}

.special-offer-layout .image-wrapper .link {
    display: block;
    width: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.special-offer-layout .image-wrapper .link img {
    width: 100%;
    transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}

.special-offer-layout .image-wrapper .link:before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 120%;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.5) 70%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.7) 85%, rgba(0, 0, 0, 0.8) 90%, rgba(0, 0, 0, 0.9) 100%);
}

.special-offer-layout .image-wrapper .title-wrapper {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    z-index: 5;
}

.special-offer-layout .image-wrapper .title-wrapper .title {
    color: #fff;
    float: left;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}

.special-offer-layout .image-wrapper .title-wrapper .title:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0%;
    height: 1px;
    background: #ffdd00;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.special-offer-layout .image-wrapper .title-wrapper .title:hover {
    color: #ffdd00;
}

.special-offer-layout .image-wrapper .title-wrapper .title:hover:before {
    width: 100%;
}

.special-offer-layout .image-wrapper .title-wrapper .icons {
    float: right;
    font-size: 30px;
}

.special-offer-layout:hover {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    z-index: 10px !important;
}

.special-offer-layout:hover .image-wrapper .link:before {
    top: -20%;
    opacity: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0;
    border-radius: 0px !important;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:active,
.form-control:focus {
    box-shadow: none;
}

.homepage-banner-warpper {
    display: table;
    width: 100%;
    height: 100%;
}

.homepage-banner-warpper .homepage-banner-content {
    display: table-cell;
    vertical-align: middle;
}

.mozilla5 .homepage-default .group-title .banner,
.safari .homepage-default .group-title .banner {
    background: linear-gradient(to right, #ffffff 0%, #ffffff 15%, #ffffff 35%, #ffffff 50%, #ffffff 85%, #ffdd00 90%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: color-text 8s linear infinite;
}

.homepage-default .group-title {
    display: inline-block;
    padding-top: 50px;
}

.homepage-default .group-title .banner {
    font-size: 100px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 900;
    color: #fff;
}

.homepage-default .group-title .sub-banner {
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    letter-spacing: 1px;
    display: inline-block;
}

.homepage-default .group-title .text .boder {
    border-bottom: 1px solid #fff;
    display: inline-block;
}

.group-btn {
    margin-top: 50px;
    display: inline-block;
    width: 100%;
}

.group-btn .btn-click {
    width: 220px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background-color: transparent;
    border-radius: 50px;
    padding: 5px 0 5px 15px;
    position: relative;
    text-align: center;
    color: #ffdd00;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
}

.group-btn .btn-click .text {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.group-btn .btn-click .icons {
    position: absolute;
    left: 1px;
    top: 1px;
    bottom: 1px;
    padding: 9px 10px;
    border-radius: 50%;
    text-align: center;
    color: #ffdd00;
    background-color: rgba(255, 255, 255, 0.6);
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.group-btn .btn-click:before {
    position: absolute;
    left: 75px;
    content: attr(data-hover);
    opacity: 0;
    text-align: center;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.group-btn .btn-click:hover .text {
    opacity: 0;
}

.group-btn .btn-click:hover .icons {
    left: 184px;
    background-color: #ffffff;
}

.group-btn .btn-click:hover:before {
    opacity: 1;
}

.homepage-04 .homepage-banner-warpper {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.bg-image img {
    width: 100%;
    height: 100%;
}

.homepage-04 .group-logo {
    padding-top: 50px;
    padding-bottom: 65px;
}

.homepage-04 .group-logo .img-logo {
    width: 250px;
    display: block;
    margin: 0 auto 10px auto;
}

.homepage-04 .group-logo .img-logo img {
    width: 100%;
}

.homepage-04 .group-logo .img-icon {
    display: block;
    margin: 0 auto;
}

.homepage-04 .group-title {
    text-align: center;
    margin: 0 0 25px 0;
}

.homepage-04 .group-title .title {
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
    display: block;
}

.homepage-04 .group-title .text {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0;
    font-weight: 300;
}

.homepage-04 .form-subscribe-email {
    width: 370px;
    margin: 0 auto;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
}

.homepage-04 .form-subscribe-email .btn-email {
    background-color: #ffdd00;
    color: #434a54;
    font-size: 22px;
}

.homepage-04 .form-subscribe-email .input-group-btn {
    line-height: 1;
}

.homepage-04 .form-subscribe-email::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.homepage-04 .form-subscribe-email:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.homepage-04 .form-subscribe-email::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.homepage-04 .form-subscribe-email:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.btn-video .btn-click {
    position: absolute;
    margin-top: 50px;
    margin-left: -25px;
    left: 50%;
    width: 50px;
    height: 50px;
    background-color: #fff;
    text-align: center;
    line-height: 50px;
    color: #434a54;
    font-size: 18px;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.btn-video .btn-click.btn-play {
    padding-left: 5px;
}

.show-video {
    opacity: 0;
    visibility: hidden;
}

.homepage-hero-module {
    border-right: none;
    border-left: none;
    position: relative;
}

.homepage-hero-module:after {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 90;
}

.no-video .video-container video,
.touch .video-container video {
    display: none;
}

.no-video .video-container iframe,
.touch .video-container iframe {
    display: none;
}

.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}

.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background: #000;
}

.video-container .filter {
    z-index: 90;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
}

.video-container video {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    top: 0;
}

.video-container iframe {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    top: 0;
}

.video-container iframe.fillWidth {
    width: 100%;
}

.video-container video.fillWidth {
    width: 100%;
}

.about-us {
    position: relative;
}

.about-us-wrapper .text {
    margin-bottom: 15px;
}

.about-us-wrapper .text.no-margin {
    margin-bottom: 0;
}

.about-us-wrapper .group-list .about-us-list {
    width: 220px;
}

.about-us-wrapper .group-list .box-media {
    margin-top: 40px;
}

.about-us-wrapper .group-button {
    margin-top: 25px;
}

.about-us-list {
    display: inline-block;
    margin-bottom: 0;
}

.about-us-list li {
    padding: 7px 0;
}

.about-us-list li .text {
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
}

.about-us-list li .text:after {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f178';
    top: 0;
    left: 0;
    color: #c6c6c6;
    font-size: 12px;
}

.box-media {
    overflow: visible;
    cursor: pointer;
}

.box-media .media-left {
    padding: 0;
    text-align: center;
}

.box-media .media-right {
    padding-left: 15px;
}

.box-media .icons {
    display: block;
    font-size: 40px;
    line-height: 70px;
    width: 70px;
    height: 70px;
    color: #c3c3c3;
    border-radius: 50%;
    border: 1px solid #c3c3c3;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.box-media .icons:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.box-media .title {
    color: #15171b;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 5px;
    display: block;
}

.box-media .title:hover {
    color: #ffdd00;
}

.box-media .text {
    margin-bottom: 0;
}

.box-media:hover .icons {
    background: #ffdd00;
    color: #555e69;
    border: 1px solid #ffdd00;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.box-media:hover .icons:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
    -moz-animation: sonarEffect 1.3s ease-out 75ms infinite;
    animation: sonarEffect 1.3s ease-out 75ms infinite;
}

.about-us-image img {
    width: 100%;
}

.about-us.layout-2 .about-us-image {
    position: absolute;
    bottom: -100px;
    right: 0;
    max-width: 550px;
}

.about-us-4.layout-2 .about-us-image {
    max-width: 500px;
    right: 0;
}

.tours {
    position: relative;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    -webkit-background-size: cover;
    width: 100%;
    background-color: #fbf9fa;
}

.tours-wrapper {
    text-align: center;
}

.tours-wrapper .tours-list {
    margin: 0 -15px;
}

.tours-wrapper .tours-list .tours-layout {
    margin: 0 15px;
}

.tours-wrapper .tours-list .slick-prev,
.tours-wrapper .tours-list .slick-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    opacity: 0.5;
    transition: all 0.5s ease;
}

.tours-wrapper .tours-list .slick-prev:before,
.tours-wrapper .tours-list .slick-next:before {
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 36px;
    color: #fff;
    opacity: 1;
}

.tours-wrapper .tours-list .slick-prev:hover,
.tours-wrapper .tours-list .slick-next:hover {
    opacity: 1;
}

.tours-wrapper .tours-list .slick-prev {
    left: -50px;
}

.tours-wrapper .tours-list .slick-prev:before {
    content: '\f104';
}

.tours-wrapper .tours-list .slick-next {
    right: -50px;
}

.tours-wrapper .tours-list .slick-next:before {
    content: '\f105';
}

.tours-wrapper .tours-list .slick-dots {
    position: absolute;
    bottom: -50px;
}

.tours-wrapper .tours-list .slick-dots li button {
    border: 1px solid #c3c3c3;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin: 0 0 10px 0;
    display: block;
}

.tours-wrapper .tours-list .slick-dots li button:before {
    width: 16px;
    height: 16px;
    font-size: 8px;
    line-height: 18px;
    color: #c3c3c3;
    opacity: 1;
}

.tours-wrapper .tours-list .slick-dots li button:hover {
    border: 1px solid #ffdd00;
}

.tours-wrapper .tours-list .slick-dots li button:hover:before {
    color: #ffdd00;
}

.tours-wrapper .tours-list .slick-dots li.slick-active button {
    border: 1px solid #ffdd00;
}

.tours-wrapper .tours-list .slick-dots li.slick-active button:before {
    color: #ffdd00;
}



.hotels {
    position: relative;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    -webkit-background-size: cover;
    width: 100%;
    background-color: #fbf9fa;
}

.hotels-wrapper {
    text-align: center;
}

.hotels-wrapper .hotels-list .hotels-layout {
    margin-bottom: 50px;
}

.hotels-wrapper .hotels-list .col-sm-6:nth-last-child(-n + 2) .hotels-layout {
    margin-bottom: 0;
}

.travelers {
    position: relative;
    background-repeat: repeat;
    background-position: bottom;
    background-size: cover;
    -webkit-background-size: cover;
    width: 100%;
    color: #fff;
    min-height: 400px;
}

.travelers .traveler-list {
    margin-bottom: 0;
    top: 120px;
}

.travelers .traveler-list .slick-list {
    padding-bottom: 15px;
}

.travelers .traveler-list .traveler:nth-child(even) {
    margin-top: 30px;
}

.travelers .traveler-list .slick-prev,
.travelers .traveler-list .slick-next {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    background-color: transparent;
    opacity: 0.5;
    transition: all 0.5s ease;
}

.travelers .traveler-list .slick-prev:before,
.travelers .traveler-list .slick-next:before {
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 46px;
    color: #fff;
    opacity: 1;
}

.travelers .traveler-list .slick-prev:hover,
.travelers .traveler-list .slick-next:hover {
    opacity: 1;
}

.travelers .traveler-list .slick-prev {
    left: -50px;
}

.travelers .traveler-list .slick-prev:before {
    content: '\f104';
}

.travelers .traveler-list .slick-next {
    right: -50px;
}

.travelers .traveler-list .slick-next:before {
    content: '\f105';
}

.travelers .traveler-list .slick-dots {
    position: absolute;
    bottom: -30px;
}

.travelers .traveler-list .slick-dots li button {
    border: 1px solid #f0f0f0;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin: 0 0 10px 0;
    display: block;
}

.travelers .traveler-list .slick-dots li button:before {
    width: 16px;
    height: 16px;
    font-size: 8px;
    line-height: 18px;
    color: #f0f0f0;
    opacity: 1;
}

.travelers .traveler-list .slick-dots li button:hover {
    border: 1px solid #ffdd00;
}

.travelers .traveler-list .slick-dots li button:hover:before {
    color: #ffdd00;
}

.travelers .traveler-list .slick-dots li.slick-active button {
    border: 1px solid #ffdd00;
}

.travelers .traveler-list .slick-dots li.slick-active button:before {
    color: #ffdd00;
}

.traveler {
    margin: 0 15px;
    text-align: center;
    background-color: #fff;
    z-index: 5;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.traveler .cover-image {
    position: relative;
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.traveler .cover-image img {
    position: absolute;
    top: 0;
    left: 0;
}

.traveler .wrapper-content {
    padding: 0 30px 30px 30px;
}

.traveler .wrapper-content .avatar {
    border-radius: 50%;
    width: 32%;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    display: inline-block;
    top: -50px;
    margin-bottom: -50px;
}

.traveler .wrapper-content .avatar img {
    width: 100%;
    border-radius: 50%;
}

.traveler .wrapper-content .name {
    text-transform: capitalize;
    color: #ffdd00;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.traveler .wrapper-content .address {
    text-transform: capitalize;
    margin-bottom: 0;
    color: #555e69;
}

.traveler .wrapper-content .description {
    margin: 15px 0 0 0;
    color: #555e69;
}

.news .news-list {
    margin-right: 40px;
    margin-bottom: 0;
}

.news .news-list .slick-dots {
    position: absolute;
    bottom: 0;
    width: auto;
    padding: 0;
    right: -35px;
    top: 50%;
    margin-top: -20px;
}

.news .news-list .slick-dots li {
    display: block;
    margin: 0 0 5px 0;
}

.news .news-list .slick-dots li button {
    border: 1px solid #f0f0f0;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin: 0 0 10px 0;
    display: block;
}

.news .news-list .slick-dots li button:before {
    width: 16px;
    height: 16px;
    font-size: 8px;
    line-height: 18px;
    color: #f0f0f0;
    opacity: 1;
}

.news .news-list .slick-dots li button:hover {
    border: 1px solid #ffdd00;
}

.news .news-list .slick-dots li button:hover:before {
    color: #ffdd00;
}

.news .news-list .slick-dots li.slick-active button {
    border: 1px solid #ffdd00;
}

.news .news-list .slick-dots li.slick-active button:before {
    color: #ffdd00;
}

.banner-sale-1 {
    position: relative;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    width: 100%;
    background-color: #202b3d;
    color: #fff;
    display: table;
}

.banner-sale-1 .banner-left {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
}

.banner-sale-1 .banner-right {
    display: table-cell;
    vertical-align: middle;
}

.banner-sale-1 .title-box {
    color: rgba(255, 221, 0, 0.8);
    width: 100%;
    background-repeat: repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.banner-sale-1 .title-box .title-overlay {
    mix-blend-mode: lighten;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.85);
    text-transform: uppercase;
    margin: 0;
    font-weight: 900;
    color: #000;
    padding-left: 10%;
    padding-right: 10%;
}

.banner-sale-1 .title-box .title-1 {
    font-size: 95px;
}

.banner-sale-1 .title-box .title-2 {
    font-size: 80px;
}

.banner-sale-1 .title-box .title-3 {
    font-size: 45px;
    padding-top: 8px;
}

.banner-sale-2 {
    height: 500px;
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    width: 100%;
    background-color: #BFD2D9;
    color: #fff;
    display: table;
}

.banner-sale-2 .banner-building {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
}

.banner-sale-2 .banner-left {
    display: table-cell;
    vertical-align: middle;
    width: 40%;
    height: 100%;
}

.banner-sale-2 .banner-right {
    background-color: rgba(0, 0, 0, 0.8);
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 2;
}

.banner-sale-2 .title-box {
    width: 100%;
    padding: 0 10%;
}

.banner-sale-2 .title-box .title-1 {
    font-size: 100px;
    text-transform: uppercase;
    margin: 0;
    font-weight: 900;
    letter-spacing: 2px;
}

.banner-sale-2 .text-3,
.banner-sale-2 .text-5,
.banner-sale-2 .text-7 {
    position: relative;
}

.banner-sale-3 {
    position: relative;
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    background-attachment: fixed;
    width: 100%;
    color: #fff;
}

.banner-sale-3 .text-salebox {
    width: 100%;
    height: 500px;
}

.banner-sale-3 .text-salebox .text-left {
    vertical-align: middle;
}

.banner-sale-3 .text-salebox .text-right {
    padding-left: 50px;
    vertical-align: middle;
}

.banner-sale-3 .text-salebox .text-right .title {
    border-bottom: 0;
}

.banner-sale-3.new-style {
    z-index: 1;
    overflow: hidden;
    background-position: center top;
    background-attachment: fixed;
}

.banner-sale-3.new-style .clouds_one,
.banner-sale-3.new-style .clouds_two {
    z-index: 3;
}

.banner-sale-3.new-style .text-salebox .text-left {
    z-index: 2;
}

.banner-sale-3.new-style .text-salebox .text-right {
    position: relative;
    z-index: 4;
}

.clouds_one {
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300%;
    animation: cloud_left_to_right 150s linear infinite;
    -webkit-animation: cloud_left_to_right 150s linear infinite;
    -moz-animation: cloud_left_to_right 150s linear infinite;
    -o-animation: cloud_left_to_right 150s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.clouds_two {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300%;
    animation: cloud_right_to_left 250s linear infinite;
    -webkit-animation: cloud_right_to_left 250s linear infinite;
    -moz-animation: cloud_right_to_left 250s linear infinite;
    -o-animation: cloud_right_to_left 250s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.mozilla11 .banner-sale-1 .title-box .title-overlay,
.mozilla10 .banner-sale-1 .title-box .title-overlay,
.mozilla09 .banner-sale-1 .title-box .title-overlay {
    color: rgba(255, 211, 0, 0.5);
}

.text-salebox {
    display: table;
    width: 520px;
    margin: 0 auto;
}

.text-salebox .text-left {
    display: table-cell;
    vertical-align: top;
}

.text-salebox .text-left .sale-box .number {
    font-size: 90px;
    color: #ffdd00;
    font-weight: 900;
    margin: 0;
    line-height: 1;
    display: inline-block;
}

.text-salebox .text-left .sale-box .sup-1 {
    color: #ffdd00;
    font-weight: 900;
    font-size: 40px;
    position: absolute;
    top: 10px;
    left: 100%;
    display: block;
    line-height: 1;
}

.text-salebox .text-left .sale-box .sup-2 {
    font-weight: 900;
    font-size: 36px;
    text-transform: uppercase;
    position: absolute;
    bottom: 8px;
    left: 100%;
    display: block;
    line-height: 1;
}

.text-salebox .text-left .sale-box .text-sale {
    font-size: 72px;
    color: #fff;
    font-weight: 900;
    margin: 0;
    line-height: 55px;
    text-transform: uppercase;
}

.text-salebox .text-left .sale-box .sale-box-top {
    display: inline-block;
    position: relative;
}

.text-salebox .text-right {
    display: table-cell;
    vertical-align: top;
    text-align: left;
    padding-left: 20px;
    padding-top: 13px;
}

.text-salebox .text-right .title {
    font-size: 20px;
    text-transform: capitalize;
    margin: 0;
    padding: 0 0 5px 0;
    display: inline-block;
    line-height: 24px;
    border-bottom: 1px solid #fff;
}

.text-salebox .text-right .text {
    margin: 0;
}

.text-salebox .text-right .group-button {
    margin-top: 20px;
}

.text-salebox .text-right .group-button .btn {
    width: auto;
    text-transform: capitalize;
    padding-left: 20px;
    padding-right: 20px;
}

.text-salebox .text-right .group-button .btn.btn-transparent {
    color: #fff;
    border: 1px solid #fff;
}

.text-salebox .text-right .group-button .btn.btn-transparent:hover {
    border: 1px solid #3c3c3c;
}

.a-fact {
    background-color: #fafafa;
}

.a-fact-wrapper .text {
    margin-bottom: 15px;
}

.a-fact-wrapper .btn {
    margin-top: 25px;
}

.a-fact-list ul {
    margin-bottom: 0;
}

.a-fact-list ul li {
    padding: 5px 0;
}

.a-fact-list ul li .text {
    margin-bottom: 0;
    padding-left: 20px;
    position: relative;
}

.a-fact-list ul li .text:after {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f111';
    top: 0;
    left: 0;
    color: #c6c6c6;
    font-size: 8px;
}

.a-fact-image-wrapper {
    min-width: 670px;
    min-height: 300px;
    width: 100%;
    position: relative;
}

.a-fact-image-wrapper .a-fact-image {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.a-fact-image-wrapper .a-fact-image .icons {
    position: absolute;
    color: #3c3c3c;
    border: 2px solid #3c3c3c;
    width: 40px;
    height: 40px;
    line-height: 36px;
    padding: 0;
    background-color: transparent;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    z-index: 10;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.a-fact-image-wrapper .a-fact-image .icons:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.a-fact-image-wrapper .a-fact-image .icons.icons-1 {
    left: 10%;
    bottom: 40%;
}

.a-fact-image-wrapper .a-fact-image .icons.icons-2 {
    left: 30%;
    bottom: 70%;
}

.a-fact-image-wrapper .a-fact-image .icons.icons-3 {
    right: 25%;
    top: 15%;
}

.a-fact-image-wrapper .a-fact-image .icons.icons-4 {
    right: 25%;
    bottom: 10%;
}

.a-fact-image-wrapper .a-fact-image .icons:hover {
    background: #ffdd00;
    color: #fff;
    border: 2px solid #ffdd00;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.a-fact-image-wrapper .a-fact-image .icons:hover:after {
    -webkit-animation: sonarEffect-2 1.2s ease-out 75ms infinite;
    -moz-animation: sonarEffect-2 1.2s ease-out 75ms infinite;
    animation: sonarEffect-2 1.2s ease-out 75ms infinite;
}

.a-fact-image-wrapper .a-fact-image img {
    width: 100%;
    opacity: 0.3;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.a-fact-image-wrapper .a-fact-image .icons:hover + img {
    opacity: 1;
}

.contact {
    position: relative;
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    -webkit-background-size: cover;
}

.contact .contact-wrapper-images {
    position: absolute;
    left: 9%;
    bottom: 0;
}

.contact .contact-form .form-input {
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 10px;
    padding-left: 20px;
}

.contact .contact-form textarea {
    height: 100px;
    overflow: auto;
    max-width: 100%;
}

.contact .contact-form .contact-submit {
    margin-top: 30px;
}

.contact .contact-form::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.contact .contact-form:-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.contact .contact-form::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.contact .contact-form:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.contact-box {
    background-color: #ffdd00;
    padding: 40px 35px;
    text-align: center;
    padding-top: 55px;
}

.contact-box .title {
    font-size: 27px;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-transform: uppercase;
    color: #3c3c3c;
}

.contact-box > .text {
    font-style: italic;
    margin: 0 0 35px 0;
    line-height: 20px;
}

.blog-comment .comment-list li.parent ul.children li.parent .comment-item {
    padding: 0px 20px 50px 0;
}

.comment-form .form-input {
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 10px;
    padding-left: 20px;
}

.comment-form textarea {
    height: 100px;
    overflow: auto;
    max-width: 100%;
}

.comment-form::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.comment-form:-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.comment-form::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.comment-form:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.margin-bottom70 {
    margin-bottom: 70px;
}

.margin-bottom {
    margin-bottom: 100px;
}

.margin-top {
    margin-top: 100px;
}

.btn.btn-crystal {
    float: right;
    text-align: right;
    color: #77858e;
    font-style: italic;
    font-size: 0.857em;
    text-transform: capitalize;
    font-weight: 400;
    width: inherit;
    line-height: 24px;
    border: 0;
}

.btn.btn-crystal i {
    margin-right: 7px;
}

.caption {
    margin-top: 15px;
    font-size: 14px;
    font-style: italic;
    text-align: center;
}

.item-blog-detail .blog-text .blog-content {
    background-color: transparent;
    box-shadow: none !important;
    padding-bottom: 0px;
}

.item-blog-detail .blog-text .blog-content .date {
    text-align: left;
}

.item-blog-detail .blog-text .blog-content .blog-descritption .text {
    margin-bottom: 30px;
}

.item-blog-detail .blog-text .blog-content .blog-descritption .a-fact-list .text {
    margin-bottom: 0;
}

.item-blog-detail .blog-text .blog-content .blog-descritption .caption {
    margin-bottom: 30px;
}

.item-blog-detail .blog-text .blog-content .blog-descritption .blockquote {
    border-left: 3px solid #81878f;
    padding-left: 30px;
    margin: 50px 30px;
}

.item-blog-detail .blog-text .blog-content .blog-descritption .blockquote .blockquote-title {
    font-size: 22px;
    color: #6e747c;
    font-style: italic;
    font-weight: bold;
    margin-bottom: 10px;
}

.item-blog-detail .blog-text .blog-content .blog-descritption .blockquote .blockquote-des {
    font-style: italic;
}

.item-blog-detail .blog-text .blog-content .blog-descritption .video-thumbnail {
    margin-top: 50px;
}

.item-blog-detail .blog-text .blog-content .blog-descritption .video-thumbnail .video-embed {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.item-blog-detail .blog-text .blog-content .blog-descritption .video-thumbnail .show-video {
    opacity: 1 !important;
    visibility: visible !important;
}

.item-blog-detail .blog-text .blog-content .blog-descritption .blog-detail-list {
    margin-bottom: 0px;
}

.item-blog-detail .blog-text .blog-content .blog-descritption .group-list .blog-detail-list li {
    position: relative;
    padding-left: 18px;
}

.item-blog-detail .blog-text .blog-content .blog-descritption .group-list .blog-detail-list li:after {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f111';
    left: 0;
    top: 0;
    color: #c6c6c6;
    font-size: 8px;
}

.blog-detail-tag {
    display: table;
}

.blog-detail-tag .content-widget {
    display: inherit;
}

.blog-detail-tag .content-tag {
    padding-right: 30px;
    display: table-cell;
}

.blog-detail-tag .tag-item {
    color: #989898;
    border: 1px solid #efefef;
    margin-right: 15px;
    padding: 2px 15px;
    border-radius: 25px;
}

.blog-author {
    border-bottom: 2px solid #f7f7f7;
    padding: 0px 25px 25px 25px;
}

.blog-author-content .media-left .media-image img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.blog-author-content .media-right .author {
    color: #3c3c3c;
    font-size: 19px;
    font-weight: bold;
}

.blog-author-content .media-right .author a {
    color: inherit;
}

.blog-author .blog-author-content .media-right .position {
    font-weight: 500;
    color: #7e7e7e;
    font-size: 12px;
    margin-bottom: 5px;
}

.blog-author .blog-author-content .media-right .des {
    margin-bottom: 0;
}

.sideline:after {
    content: '';
    width: 46px;
    height: 3px;
    background-color: #ffdd00;
    display: inline-block;
    margin-left: 10px;
}

.blog-comment-title {
    margin-bottom: 40px;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
}

.blog-comment .comment-count {
    margin-bottom: 70px;
}

.blog-comment .comment-list {
    margin-bottom: 70px;
}

.blog-comment .comment-list .parent {
    margin-top: 0;
}

.blog-comment .comment-list li.parent:last-child > .comment-item {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.blog-comment .comment-list .comment-item:not(:last-child) {
    padding: 0px 20px 20px 0;
    margin-bottom: 50px;
    border-bottom: 2px solid #f7f7f7;
}

.blog-comment .comment-list .comment-list-children li .comment-item {
    padding: 0px 20px 20px 0;
    margin-bottom: 50px;
    border-bottom: 2px solid #f7f7f7;
}

.blog-comment .comment-list .comment-list-children {
    margin-left: 70px;
}

.blog-comment .comment-list .comment-list-children .media {
    margin-top: 0px;
}

.blog-comment .comment-list .media-left .media-image img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
}

.blog-comment .comment-list .media-right .pull-left .author {
    color: #3c3c3c;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}

.blog-comment .comment-list .media-right .pull-right.time {
    font-style: italic;
    color: #77858e;
    font-size: 0.857em;
}

.blog-comment .comment-list .media-right .pull-right.time i {
    margin-right: 7px;
}

.blog-comment .comment-list .media-right .btn.btn-crystal:hover {
    color: #ffdd00;
    background-color: transparent;
    border: 0;
}

.blog-comment .btn.btn-crystal {
    padding-right: 3px;
    padding-bottom: 0;
}

.comment-respond .comment-form .form-input {
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 10px;
    padding-left: 20px;
    background-color: #fafafa;
}

.comment-respond .comment-form #submit {
    margin-top: 20px;
}

.form-group {
    margin-bottom: 30px;
}

.stars-rating {
    line-height: 24px;
    margin-bottom: 0;
}

.stars-rating a.star-1,
.stars-rating a.star-2,
.stars-rating a.star-3,
.stars-rating a.star-4,
.stars-rating a.star-5 {
    width: 2em;
    margin-right: 1em;
    text-indent: -999px;
    display: inline-block;
    border-right: 1px solid #EEE;
    position: relative;
}

.stars-rating a.star-1:before,
.stars-rating a.star-2:before,
.stars-rating a.star-3:before,
.stars-rating a.star-4:before,
.stars-rating a.star-5:before {
    content: "\f006";
    top: 0;
    position: absolute;
    left: 0;
    font-family: FontAwesome;
    color: #ffdd00;
    float: left;
    overflow: hidden;
    text-indent: 0;
}

.stars-rating a.star-1.active:before,
.stars-rating a.star-1:hover:before {
    content: "\f005";
}

.stars-rating a.star-2 {
    width: 3em;
}

.stars-rating a.star-2:before {
    content: "\f006\f006";
}

.stars-rating a.star-2.active:before,
.stars-rating a.star-2:hover:before {
    content: "\f005\f005";
}

.stars-rating a.star-3 {
    width: 4em;
}

.stars-rating a.star-3:before {
    content: "\f006\f006\f006";
}

.stars-rating a.star-3.active:before,
.stars-rating a.star-3:hover:before {
    content: "\f005\f005\f005";
}

.stars-rating a.star-4 {
    width: 5em;
}

.stars-rating a.star-4:before {
    content: "\f006\f006\f006\f006";
}

.stars-rating a.star-4.active:before,
.stars-rating a.star-4:hover:before {
    content: "\f005\f005\f005\f005";
}

.stars-rating a.star-5 {
    width: 6em;
    border-right: 0;
    margin-right: 0;
}

.stars-rating a.star-5:before {
    content: "\f006\f006\f006\f006\f006";
}

.stars-rating a.star-5.active:before,
.stars-rating a.star-5:hover:before {
    content: "\f005\f005\f005\f005\f005";
}

.tour-view-main .tours-layout,
.hotel-view-main .tours-layout {
    float: right;
    width: 75px;
    margin-bottom: 15px;
    position: relative;
    top: -10px;
}

.tour-view-main .tours-layout:hover,
.hotel-view-main .tours-layout:hover {
    box-shadow: none;
}

.tour-view-main .tours-layout .content-wrapper .list-info,
.hotel-view-main .tours-layout .content-wrapper .list-info {
    border: 0;
}

.tour-view-main .tours-layout .content-wrapper .list-info > li .link,
.hotel-view-main .tours-layout .content-wrapper .list-info > li .link {
    padding: 5px 0;
    background-color: #ffdd00;
    border-radius: 20px;
}

.tour-view-main .tours-layout .content-wrapper .list-info li .link:hover,
.hotel-view-main .tours-layout .content-wrapper .list-info li .link:hover {
    background-color: #ffdd00;
    top: 0;
    right: 0;
}

.tour-view-main .tours-layout .content-wrapper .list-info > li .link:hover i,
.hotel-view-main .tours-layout .content-wrapper .list-info > li .link:hover i,
.tour-view-main .tours-layout .content-wrapper .list-info > li .link i,
.hotel-view-main .tours-layout .content-wrapper .list-info > li .link i {
    color: #fff;
}

.schedule-block {
    display: table;
    width: 100%;
}

.schedule-block .element {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    background-color: #ffdd00;
    border-right: 1px solid #FFF;
    text-align: center;
    padding: 6px 0;
    font-weight: 500;
}

.schedule-block .element:last-child {
    border-right: 0px;
}

.schedule-block .element .schedule-title {
    margin-bottom: 0px;
    text-transform: uppercase;
}

.sale-off {
    text-transform: uppercase;
    color: #ffdd00;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

.wrapper-journey {
    margin: 0 -15px;
}

.wrapper-journey .slick-dots {
    position: static;
}

.wrapper-journey .slick-dots li button {
    border: 1px solid #f0f0f0;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin: 0 0 10px 0;
    display: block;
}

.wrapper-journey .slick-dots li button:before {
    width: 16px;
    height: 16px;
    font-size: 8px;
    line-height: 18px;
    color: #f0f0f0;
    opacity: 1;
}

.wrapper-journey .slick-dots li button:hover {
    border: 1px solid #fd0;
}

.wrapper-journey .slick-dots li button:hover:before {
    color: #fd0;
}

.wrapper-journey .slick-dots li.slick-active button {
    border: 1px solid #fd0;
}

.wrapper-journey .slick-dots li.slick-active button:before {
    color: #fd0;
}

.wrapper-journey .slick-list {
    padding: 10px 0;
}

.wrapper-journey .slick-prev,
.wrapper-journey .slick-next {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 2px solid #b3b3b3;
    border-radius: 50%;
    background-color: transparent;
    opacity: 0.5;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.wrapper-journey .slick-prev:hover,
.wrapper-journey .slick-next:hover {
    opacity: 1;
}

.wrapper-journey .slick-prev:before {
    font-family: FontAwesome;
    opacity: 1;
    content: '\f104';
}

.wrapper-journey .slick-next:before {
    font-family: FontAwesome;
    opacity: 1;
    content: '\f105';
}

.wrapper-journey .slick-prev:before,
.wrapper-journey .slick-next:before {
    color: #b3b3b3;
    font-size: 24px;
    line-height: 30px;
}

.wrapper-journey .feature-item {
    width: 14%;
    display: inline-block;
}

@keyframes hover {
    50% {
        -moz-transform: translateY(-3px);
        -webkit-transform: translateY(-3px);
        -o-transform: translateY(-3px);
        -ms-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    100% {
        -moz-transform: translateY(-6px);
        -webkit-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px);
    }
}

@keyframes hover-shadow {
    0% {
        -moz-transform: translateY(6px);
        -webkit-transform: translateY(6px);
        -o-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
        opacity: .4;
    }
    50% {
        -moz-transform: translateY(3px);
        -webkit-transform: translateY(3px);
        -o-transform: translateY(3px);
        -ms-transform: translateY(3px);
        transform: translateY(3px);
        opacity: 1;
    }
    100% {
        -moz-transform: translateY(6px);
        -webkit-transform: translateY(6px);
        -o-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
        opacity: .4;
    }
}

.feature-item {
    vertical-align: middle;
    border: 1px solid #cfcfcf;
    text-align: center;
    padding: 9.5px 0;
    margin: 0 15px;
    transition-duration: 0.3s;
    transition-property: transform;
    -webkit-tap-highlight-color: transparent;
    transform: translateZ(0);
    -webkit-box-shadow: 0 0 1px transparent;
    -moz-box-shadow: 0 0 1px transparent;
    box-shadow: 0 0 1px transparent;
}

.feature-item:last-child {
    margin-right: 0px;
}

.feature-item:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    transition-duration: 0.3s;
    transition-property: transform opacity;
}

.feature-item:hover {
    cursor: pointer;
    transform: translateY(-6px);
}

.feature-item:hover:before {
    opacity: .4;
    transform: translateY(6px);
}

.feature-item .icon-journey {
    font-size: 26px;
}

.feature-item .text {
    font-size: 16px;
    margin-bottom: 0px;
}

.title-style-3 {
    font-size: 18px;
    padding-left: 20px;
    position: relative;
    margin: 0 0 20px 0;
}

.title-style-3:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #6e747c;
    position: absolute;
    left: 0px;
    top: 5px;
}

.overview-block {
    padding-top: 60px;
}

.timeline {
    position: relative;
    padding-top: 10px;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 35px;
    height: 100%;
    width: 2px;
    background: #d7d7d7;
    z-index: -99;
}

.timeline-title {
    line-height: 30px;
}

.timeline-title span {
    /*background-color: #ffdd00;
    padding: 7px 15px 6px;*/
    float: left;
    background-color: #f05b29;
    padding: 7px 5px 6px;
    width: 100px;
    text-align: center;
    line-height: 15px;
    height: auto;
    color: #fff;
}

.timeline-point {
    position: absolute;
    left: -39px;
    top: 50%;
    width: 20px;
    height: 20px;
    /*background-color: #FFF;
    border: 3px solid #FFF;*/
    background-color: #ececec;
    border: 3px solid #ececec;
    margin-top: -8px;
}

.timeline-point:before {
    content: "";
    height: 2px;
    width: 80px;
    position: absolute;
    background-color: #d7d7d7;
    left: 16px;
    top: 5px;
    z-index: -9999;
}

.timeline-point i {
    position: absolute;
    top: -1px;
    left: 1px;
    font-size: 15px;
    color: #d7d7d7;
}

.timeline-block {
    position: relative;
}

.timeline-block:last-child .wrapper-timeline-content:after {
    height: 50vh;
}

.timeline-block:last-child .timeline-content {
    margin-bottom: 0px;
}

.timeline-content {
    margin-left: 65px;
    margin-top: 30px;
    margin-bottom: 50px;
    position: relative;
}

.wrapper-timeline-content {
    position: relative;
    display: table;
}

.wrapper-timeline-content:before {
    content: "";
    height: 2px;
    width: 80px;
    position: absolute;
    background-color: #d7d7d7;
    left: -3px;
    top: 50%;
    z-index: -9999;
}

.wrapper-timeline-content:after {
    content: "\f10c";
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #d7d7d7;
    border: 3px solid #FFF;
    font-size: 15px;
    background-color: #FFF;
    left: -23px;
    top: 46%;
    border-radius: 50%;
}

.timeline-custom-col {
    width: 48%;
    margin-left: 2%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.timeline-custom-col.full {
    width: 98%;
}

.timeline-custom-col:before {
    content: "";
    height: 2px;
    width: 0;
    position: absolute;
    background-color: #d7d7d7;
    left: -40px;
    top: 50%;
    z-index: -9999;
}

.timeline-custom-col.image-col:before {
    width: 15%;
}

.timeline-location-block {
    padding: 30px 30px 20px 69px;
    position: relative;
    background-color: #fafafa;
    min-height: 250px;
    border-right: 2px solid #FFF;
}

.timeline-location-block .location-name {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
    position: relative;
}

.timeline-location-block .location-name .icon-marker {
    position: absolute;
    left: -40px;
    top: -5px;
    border: 1px solid;
    border-radius: 50%;
    padding: 1%;
    width: 32px;
    height: 32px;
}

.timeline-location-block .location-name .icon-marker:before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.timeline-location-block .description {
    margin-bottom: 0px;
}

.timeline-image-block {
    border-left: 2px solid #FFF;
    overflow: hidden;
    cursor: pointer;
    height: 250px;
}

.timeline-image-block img {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.timeline-image-block:hover img {
    transform: scale(1.23);
}

.wrapper-btn {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.gallery-block {
    background-size: cover;
}

.gallery-block .grid .grid-sizer {
    width: 1%;
}

.gallery-block .grid .grid-item {
    width: 22%;
}

.gallery-block .grid .gutter-sizer {
    width: 3%;
}

.gallery-block .grid .grid-item {
    margin: 10px 0;
    cursor: pointer;
    overflow: hidden;
}

.gallery-block .grid .grid-item:after {
    position: absolute;
    content: '';
    z-index: 2;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(0);
    transform: scale(0);
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    left: 0;
}

.gallery-block .grid .grid-item--width2 {
    width: 52%;
}

.gallery-block .grid .grid-item--big {
    width: 66%;
}

.gallery-block .grid .grid-item--medium {
    width: 32%;
}

.gallery-block .grid img {
    width: 100%;
}

.gallery-block .gallery-image .title-hover {
    position: absolute;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 100%;
    height: 100%;
    z-index: 2;
    top: -100%;
    transition: all 0s ease;
}

.gallery-block .gallery-image .title-hover .icons {
    position: relative;
    top: 45%;
    font-size: 40px;
}

.list-time {
    margin-bottom: 10px;
}

.list-time .time i {
    margin-right: 5px;
    color: #c6c6c6;
    font-size: 12px;
}

.about-us-wrapper .avatar {
    text-align: center;
    width: 50%;
    margin: auto;
}

.about-us-wrapper .avatar p {
    margin-bottom: 0px;
}

.about-us-wrapper .avatar .image-wrapper {
    width: 120px;
    height: 120px;
    margin: 0 auto 10px;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.about-us-wrapper .avatar .image-wrapper .img {
    width: 100%;
    border-radius: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.about-us-wrapper .avatar .name {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 15px;
    padding-top: 10px;
}

.about-us-wrapper .avatar .image-wrapper:hover {
    border-radius: 2%;
    border: 1px solid #fd0;
}

.about-us-wrapper .avatar .image-wrapper:hover .img {
    border-radius: 2%;
}

.about-us-wrapper .contact-list-media {
    margin-top: 30px;
}

.contact-list-media {
    text-align: center;
    overflow: visible;
    cursor: pointer;
}

.contact-list-media .media-left,
.contact-list-media .media-right {
    display: block;
}

.contact-list-media .media-left {
    padding: 0;
    text-align: center;
    padding-bottom: 18px;
}

.contact-list-media .media-right {
    padding-left: 0px;
}

.contact-list-media .icons {
    margin: 0 auto;
    display: block;
    font-size: 30px;
    line-height: 80px;
    width: 80px;
    height: 80px;
    color: #c3c3c3;
    border-radius: 50%;
    border: 1px solid #c3c3c3;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.contact-list-media .icons:after {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.contact-list-media .text {
    line-height: 18px;
    margin-bottom: 0;
}

div[class*="icon-box"] .contact-list-media .text {
    line-height: 22px;
    margin-top: 10px;
}

.contact-list-media .title {
    margin-bottom: 0px;
    color: #15171b;
    font-size: 16px;
    text-transform: capitalize;
    display: block;
}

.contact-list-media .title:hover {
    color: #ffdd00;
}

.contact-list-media:hover .icons {
    background: #ffdd00;
    color: #555e69;
    border: 1px solid #ffdd00;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.contact-list-media:hover .icons:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms infinite;
    -moz-animation: sonarEffect 1.3s ease-out 75ms infinite;
    animation: sonarEffect 1.3s ease-out 75ms infinite;
}

.special-offer .special-offer-layout .image-wrapper {
    z-index: -9;
}

.special-offer .special-offer-layout:hover .image-wrapper {
    z-index: 3;
}

.hotel-view-main .hotels-layout {
    float: right;
    width: 50px;
    position: relative;
    top: -10px;
    right: -10px;
}

.timeline-hotel-view:before {
    left: 50px;
    /*height: 90%;*/
}

.timeline-hotel-view .timeline-block {
    padding-bottom: 50px;
}

.timeline-hotel-view .timeline-block:last-child .timeline-point:after {
    content: "";
    width: 10px;
    height: 300vh;
    /*background-color: #FFF;*/
    position: absolute;
    left: 1px;
    z-index: -1;
}

.timeline-hotel-view .timeline-title {
    display: inline-block;
    vertical-align: top;
    position: absolute;
}

.timeline-hotel-view .timeline-point {
    left: 41px;
    top: 214px;
}

.timeline-hotel-view .timeline-point:before {
    content: "";
    height: 2px;
    width: 200px;
    position: absolute;
    background-color: #d7d7d7;
    left: 0;
    top: 5px;
    z-index: -9999;
}

.timeline-hotel-view .timeline-content {
    width: 90%;
    margin: 0 0 0 10%;
    display: inline-block;
}

.timeline-hotel-view .timeline-content > .row {
    margin: 0px;
}

.timeline-hotel-view .timeline-custom-col {
    width: 57%;
    margin-left: 5%;
    float: left;
}

.timeline-hotel-view .timeline-custom-col:before {
    width: 0;
}

.timeline-hotel-view .timeline-custom-col.image-col:before {
    top: 223px;
    left: -90px;
    width: 35%;
}

.timeline-hotel-view .timeline-custom-col.hotels-layout {
    width: 33%;
    padding: 0;
}

.timeline-hotel-view .timeline-custom-col.full {
    width: 95%;
    padding-right: 0;
}

.timeline-hotel-view .hotels-layout:hover {
    background-color: #fafafa;
}

.timeline-hotel-view .hotels-layout .content-wrapper {
    background-color: #fafafa;
}

.timeline-hotel-view .hotels-layout .content-wrapper .content {
    padding: 30px 25px;
    text-align: left;
}

.timeline-hotel-view .hotels-layout .content-wrapper .content .text {
    max-height: none;
}

.timeline-hotel-view .hotels-layout .content-wrapper .list-info {
    border-collapse: initial;
}

.image-hotel-view-block {
    overflow: hidden;
    background-color: #FFF;
}

.image-hotel-view-block .slider-for {
    margin-bottom: 5px;
}

.image-hotel-view-block .slider-for img {
    width: 100%;
}

.image-hotel-view-block .slider-nav {
    margin-left: -2px;
}

.image-hotel-view-block .slider-nav .slick-slide {
    padding: 0px 2.5px;
    opacity: 0.4;
    transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.image-hotel-view-block .slider-nav .slick-slide.slick-current {
    opacity: 1;
}

.image-hotel-view-block .slider-nav .slick-dots {
    bottom: -30px;
}

.image-hotel-view-block .slider-nav .item img {
    width: 100%;
}

.image-hotel-view-block .slider-nav .item:hover {
    cursor: pointer;
}

.image-hotel-view-block .slick-prev:hover,
.image-hotel-view-block .slick-next:hover {
    opacity: 1;
}

.image-hotel-view-block .slick-prev {
    left: 5px;
}

.image-hotel-view-block .slick-prev:before {
    content: '\f177';
}

.image-hotel-view-block .slick-next:before {
    content: '\f178';
}

.image-hotel-view-block .slick-prev:before,
.image-hotel-view-block .slick-next:before {
    font-family: FontAwesome;
    line-height: 37px;
    font-size: 20px;
}

.image-hotel-view-block .slick-next {
    right: 5px;
}

.image-hotel-view-block .slick-prev,
.image-hotel-view-block .slick-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 2px solid #fff;
    opacity: 0.5;
    z-index: 10;
    color: #fff;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.timeline-book-block {
    clear: both;
    overflow: hidden;
    height: 0;
    -webkit-transform: scaleY(0);
    -o-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
}

.timeline-book-block.book-tour {
    margin-top: 10px;
}

.timeline-book-block.show-book-block {
    -webkit-transform-origin: top;
    -o-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    height: auto;
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    transition: transform 0.4s ease;
    -webkit-transition: transform 0.4s ease;
    -moz-transition: transform 0.4s ease;
    -o-transition: transform 0.4s ease;
    padding-top: 10px;
}

.timeline-book-block .title-widgets {
    margin-bottom: 0px;
}

.timeline-book-block .text-input {
    margin-top: 0px;
}

.timeline-book-block .find-widget {
    padding: 30px 15px;
}

.timeline-book-block .find-widget .input-daterange {
    width: 50%;
    float: left;
}

.timeline-book-block .find-widget .input-daterange .text-box-wrapper {
    width: 50%;
}

.timeline-book-block .find-widget .count {
    float: left;
}

.timeline-book-block .find-widget .text-box-wrapper {
    width: 25%;
    padding: 0 15px;
}

.timeline-book-block .find-widget .place {
    width: 100%;
}

.timeline-book-block .find-widget .note {
    width: 100%;
}

.timeline-book-block .find-widget .note .input-group {
    padding-right: 10px;
}

.timeline-book-block .find-widget .note .tb-input {
    height: auto;
    margin-right: 5px;
}

.timeline-book-block .find-widget .title-widgets {
    margin-left: 15px;
    text-align: left;
}

.timeline-book-block .find-widget .tour-booking .text-box-wrapper table {
    width: 100%;
}

.timeline-book-block .find-widget .content-widget .validate-message,
.timeline-book-block .find-widget .content-widget .invalid-message,
.timeline-book-block .find-widget .content-widget .err-message {
    color: #f00;
    width: 100%;
}

.timeline-book-block .find-widget .content-widget .success-message {
    color: #15c;
    width: 100%;
}

.timeline-book-block .find-widget .tour-booking .booking-info {
    margin: 0 15px;
}

.timeline-book-block .find-widget .tour-booking .booking-info h5 {
    float: left;
    margin-bottom: 20px;
}

.timeline-book-block .find-widget .content-widget .booking-info table {
    width: 100%;
}

.timeline-book-block .find-widget .content-widget .booking-info table th,
.timeline-book-block .find-widget .content-widget .booking-info table td {
    border: 1px solid #ccc;
    text-align: center;
    line-height: 3;
}

.timeline-book-block .find-widget .hotel-booking .text-box-wrapper .btn-slide {
    margin-top: 30px;
}

.timeline-book-block .find-widget .hotel-booking .booking-data > .text-box-wrapper {
    width: 20%;
}

.timeline-book-block .find-widget .hotel-booking .booking-data .input-daterange {
    width: 40%;
}

.timeline-book-block .find-widget .hotel-booking .booking-total table td {
    width: 16.66%;
}

.timeline-book-block .find-widget .car-booking .text-input .place {
    width: 25%;
}

.timeline-book-block .find-widget .car-booking .booking-info,
.timeline-book-block .find-widget .cruise-booking .cruise-info,
.timeline-book-block .find-widget .tour-booking .tour-info,
.timeline-book-block .find-widget .hotel-booking .hotel-booking-info,
.timeline-book-block .find-widget .cruise-booking .cabin-types {
    margin: 30px 15px 0;
}

.timeline-book-block .find-widget .slz-booking-wrapper .extra-item {
    text-align: left;
    margin: 30px 15px 0;
}

.timeline-book-block .find-widget .slz-booking-wrapper table {
    width: 100%;
}

.timeline-book-block .find-widget .slz-booking-wrapper table th,
.timeline-book-block .find-widget .slz-booking-wrapper table td {
    border: 1px solid #ccc;
    text-align: center;
    line-height: 3;
}

.timeline-book-block .find-widget .slz-booking-wrapper .extra-item table tr td:first-child {
    width: 40%;
    line-height: 2;
    text-align: left;
    padding: 10px 20px;
}

.timeline-book-block .find-widget .slz-booking-wrapper .extra-item table tr td:not(:first-child) {
    width: 20%;
    vertical-align: middle;
}

.timeline-book-block .find-widget .slz-booking-wrapper.hotel-booking .extra-item table tr td:not(:first-child) {
    width: 15%;
}

.timeline-book-block .find-widget .slz-booking-wrapper .extra-item table tr th:first-child {
    text-align: left;
    padding-left: 20px;
}

.timeline-book-block .find-widget .slz-booking-wrapper .extra-item table .sbHolder {
    background-color: #fafafa;
    width: 80%;
    margin: auto;
}

.timeline-book-block .find-widget .slz-booking-wrapper .summary {
    margin-left: 15px;
    margin-top: 30px;
    text-align: left;
    width: 30%;
}

.timeline-book-block .find-widget .slz-booking-wrapper .summary table th,
.timeline-book-block .find-widget .slz-booking-wrapper .summary table td {
    text-align: left;
    line-height: 2;
    border: none;
    width: 15%;
    padding: 0;
}

.timeline-book-block.has-sidebar .find-widget .slz-booking-wrapper .booking-data > .text-box-wrapper,
.timeline-book-block.has-sidebar .slz-booking-wrapper .customer-info > .text-box-wrapper {
    width: 50%;
}

.timeline-book-block.has-sidebar .find-widget .cruise-booking .booking-data > .text-box-wrapper:nth-child(3) {
    clear: both;
}

.timeline-book-block.has-sidebar .car-booking .booking-data > .input-daterange,
.timeline-book-block.has-sidebar .slz-booking-wrapper .customer-info > .place,
.timeline-book-block.has-sidebar .slz-booking-wrapper .customer-info > .note {
    width: 100%;
}

.timeline-book-block .find-widget .slz-booking-wrapper .summary table tr:not(:last-child) th {
    font-weight: normal;
}

.timeline-book-block .find-widget .hotel-booking .summary table {
    border: none;
}

.timeline-book-block .find-widget .slz-booking-wrapper .customer-info h4 {
    text-align: left;
    margin: 30px 0 0 15px;
}

.timeline-book-block .find-widget .slz-booking-wrapper .btn-back,
.timeline-book-block .find-widget .slz-booking-wrapper .btn-next {
    margin-right: 15px;
}

.timeline-book-block .find-widget .slz-booking-wrapper .booking-total {
    margin: 30px 15px 0;
    text-align: left;
}

.timeline-book-block .find-widget .car-booking .booking-total table th,
.timeline-book-block .find-widget .car-booking .booking-total table td {
    width: 20%;
}

.timeline-book-block .find-widget .text-box-wrapper .required {
    color: #ff0000;
}

.timeline-book-block .find-widget .cruise-booking table th,
.timeline-book-block .find-widget .cruise-booking table td {
    width: 20%;
}

.timeline-book-block .find-widget .cruise-booking .booking-data > .text-box-wrapper:first-child,
.timeline-book-block .find-widget .tour-booking .booking-data > .text-box-wrapper:first-child {
    margin-top: 20px;
}

.timeline-book-block .find-widget .cruise-booking .booking-data .text-box-wrapper {
    width: 20%;
}

.timeline-book-block .btn-slide {
    margin-top: 20px;
}

.map-block {
    position: relative;
}

.map-block .map-info {
    position: absolute;
    z-index: 1;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    padding: 70px 10px 0;
    text-align: center;
    background-color: rgba(13, 27, 32, 0.8);
    color: #FFF;
    overflow: hidden;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.75);
}

.map-block .map-info p {
    margin-bottom: 0px;
}

.map-block .map-info p .fa {
    margin-right: 3px;
}

.map-block .map-info p.mail a {
    color: #FFF;
}

.map-block .map-info p.mail .fa {
    margin-right: 5px;
}

.map-block .map-info p.mail:hover a {
    color: #ffdd00;
}

.map-block .map-info .title-style-2 {
    color: #FFF;
    margin-bottom: 35px;
}

.map-block .map-info .title-style-2:after {
    bottom: -20px;
    left: 33%;
    width: 54px;
    height: 2px;
}

.map-block .map-info .footer-block {
    background-color: #ffdd00;
    padding: 7.5% 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.map-block .map-info .footer-block .btn-open-map:hover {
    background-color: #FFF;
    border: 1px solid #ffdd00;
    color: #000;
}

.map-block .map-info .btn-open-map {
    width: 100px;
    background-color: #3c3c3c;
    border: 1px solid #3c3c3c;
    color: #fff;
    text-transform: none;
    padding: 6px 10px;
}

.map-block #googleMap {
    width: 100%;
    height: 500px;
}

.list-continents {
    width: 100%;
    margin: 0 0 70px 0;
    text-align: center;
    display: inline-flex;
}

.list-continents .list-continent-wrapper {
    padding: 0;
    width: 20%;
    display: inline-block;
}

.list-continent-wrapper .continent {
    width: 100px;
    height: 100px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e9e9e9;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    left: 60%;
    color: #959595;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.list-continent-wrapper .continent:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #ffdd00;
    border: 1px solid #ffdd00;
    left: 0;
    top: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
}

.list-continent-wrapper .continent:after {
    position: absolute;
    content: "";
    width: 180px;
    height: 1px;
    left: 100%;
    top: 50%;
    border-top: 1px dashed #e9e9e9;
    z-index: -1;
}

.list-continent-wrapper .continent .icons {
    display: block;
    font-size: 20px;
    position: relative;
    z-index: 2;
}

.list-continent-wrapper .continent .text {
    display: block;
    text-transform: capitalize;
    position: relative;
    z-index: 2;
}

.list-continent-wrapper .continent:hover {
    box-shadow: 0px 7px 20px 0px rgba(0, 0, 0, 0.1);
}

.list-continent-wrapper .continent:hover:before {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.list-continent-wrapper:last-child .continent:after {
    display: none;
}

.mozilla11 .list-continent-wrapper .continent:before,
.mozilla10 .list-continent-wrapper .continent:before {
    min-height: 100px;
}

.mozilla11 .list-continent-wrapper .continent:after,
.mozilla10 .list-continent-wrapper .continent:after {
    top: 50px;
}

.tour-result-main .tours-list .tours-layout {
    margin-bottom: 30px;
}

.tour-result-main .tours-list .tours-layout .content-wrapper {
    background-color: #fafafa;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.tour-result-main .tours-list .tours-layout:hover .content-wrapper {
    background-color: #fff;
}

.special-offer {
    margin-bottom: -30px;
}

.special-offer-list {
    margin: 0 -15px;
}

.special-offer-list .special-offer-layout {
    margin: 0 15px;
}

.special-offer-list .slick-track {
    padding: 30px 0;
}

.special-offer-list .slick-prev,
.special-offer-list .slick-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 2px solid #b3b3b3;
    opacity: 0.3;
    color: #fafafa;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.special-offer-list .slick-prev:before,
.special-offer-list .slick-next:before {
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 36px;
    color: #b3b3b3;
}

.special-offer-list .slick-prev:hover,
.special-offer-list .slick-next:hover {
    opacity: 1;
}

.special-offer-list .slick-prev {
    left: -50px;
}

.special-offer-list .slick-prev:before {
    content: '\f177';
}

.special-offer-list .slick-next {
    right: -50px;
}

.special-offer-list .slick-next:before {
    content: '\f178';
}

.special-offer-list .slick-dots {
    position: absolute;
    bottom: -30px;
}

.special-offer-list .slick-dots li button {
    border: 1px solid #f0f0f0;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin: 0 0 10px 0;
    display: block;
}

.special-offer-list .slick-dots li button:before {
    width: 16px;
    height: 16px;
    font-size: 8px;
    line-height: 18px;
    color: #f0f0f0;
    opacity: 1;
}

.special-offer-list .slick-dots li button:hover {
    border: 1px solid #ffdd00;
}

.special-offer-list .slick-dots li button:hover:before {
    color: #ffdd00;
}

.special-offer-list .slick-dots li.slick-active button {
    border: 1px solid #ffdd00;
}

.special-offer-list .slick-dots li.slick-active button:before {
    color: #ffdd00;
}

.hotel-result-main .hotel-list .hotels-layout {
    margin-bottom: 30px;
}

.hotel-result-main .hotel-list .hotels-layout .content-wrapper {
    background-color: #fafafa;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.hotel-result-main .hotel-list .hotels-layout:hover .content-wrapper {
    background-color: #fff;
}

.hotel-result-main .hotel-list .col-sm-12:last-child .hotels-layout {
    margin-bottom: 0;
}

.cruises-result-main .cruises-list .cruises-layout {
    margin-bottom: 30px;
}

.cruises-result-main .cruises-list .cruises-layout .content-wrapper {
    background-color: #fafafa;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.cruises-result-main .cruises-list .cruises-layout:hover .content-wrapper {
    background-color: #fff;
}

.car-rent-result-main .car-rent-list .car-rent-layout-2 {
    margin-bottom: 30px;
}

.car-rent-result-main .car-rent-list .car-rent-layout-2 .content-wrapper {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    background-color: #fafafa;
}

.car-rent-result-main .car-rent-list .car-rent-layout-2:hover .content-wrapper {
    background-color: #ffffff;
}

.cruises-result-main .cruises-list .cruises-layout .content-wrapper:before {
    content: "";
    display: table;
}

.cruises-result-main .cruises-list .cruises-layout .content-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.car-rent-result-main .car-rent-list .car-rent-layout {
    margin-bottom: 30px;
}

.car-rent-result-main .car-rent-list .car-rent-layout .content-wrapper {
    background-color: #fafafa;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.car-rent-result-main .car-rent-list .car-rent-layout:hover .content-wrapper {
    background-color: #fff;
}

.car-rent-result-main .car-rent-list .col-sm-12:last-child .car-rent-layout {
    margin-bottom: 0;
}

.page-our-values {
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    position: relative;
    background-attachment: fixed;
}

.our-wrapper {
    margin-bottom: 40px;
    float: left;
}

.our-wrapper:last-child {
    margin-bottom: 0;
}

.our-content .our-icon {
    font-size: 40px;
    color: #ffdd00;
    margin-bottom: 15px;
    display: block;
    line-height: 1;
}

.our-content .our-title {
    font-size: 16px;
}

.our-content .text {
    color: #cdd1d6;
    margin-bottom: 0;
    font-weight: 300;
}

.our-expert {}

.our-expert {
    position: relative;
    background-repeat: repeat;
    background-position: bottom;
    width: 100%;
    background-size: cover;
    -webkit-background-size: cover;
}

.wrapper-expert {
    margin-bottom: 50px;
}

.wrapper-expert .content-expert {
    margin: 0 15px;
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

.wrapper-expert .content-expert:nth-child(even) {
    margin-top: 40px;
}

.wrapper-expert .content-expert:hover .caption-expert {
    left: 0;
}

.wrapper-expert .content-expert:hover .img-expert:before {
    opacity: 0;
}

.wrapper-expert .content-expert .img-expert {
    position: relative;
    width: 100%;
    display: block;
}

.wrapper-expert .content-expert .img-expert:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 5;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.wrapper-expert .caption-expert {
    background-color: #ffdd00;
    width: 100%;
    border-left: 3px solid #3c3c3c;
    color: #585858;
    left: -100%;
    padding: 15px 0 20px 0;
    position: absolute;
    bottom: 0;
    min-height: 110px;
    z-index: 5;
    transition: all 0.3s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}

.wrapper-expert .caption-expert .title {
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 0;
    color: #585858;
}

.wrapper-expert .caption-expert .title:hover {
    color: #000;
}

.wrapper-expert .caption-expert .text {
    margin-bottom: 10px;
}

.wrapper-expert .caption-expert .social {
    margin-bottom: 0;
    line-height: 1;
}

.wrapper-expert .caption-expert .social-expert {
    margin-right: 5px;
}

.wrapper-expert .caption-expert .social-expert:hover .expert-icon {
    opacity: 1;
}

.wrapper-expert .caption-expert .expert-icon {
    color: #3c3c3c;
    font-size: 15px;
    opacity: 0.4;
    font-weight: 600;
}

.wrapper-expert .slick-prev,
.wrapper-expert .slick-next {
    display: none !important;
}

.about-tours {
    background-repeat: repeat;
    position: relative;
    background-position: center;
    background-size: cover;
    -webkit-background-size: cover;
    background-attachment: fixed;
}

.about-tours {
    position: relative;
    background-repeat: repeat;
    background-position: top;
    background-size: cover;
    -webkit-background-size: cover;
}

.about-tours:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
}

.wrapper-tours {
    position: relative;
    float: left;
    width: 100%;
}

.wrapper-tours .content-icon-tours {
    float: left;
    width: 100%;
}

.content-tours {
    color: #fff;
    display: inline-block;
    width: 20%;
    text-align: center;
    float: left;
    position: relative;
}

.content-tours:nth-child(5) .wrapper-icon-thin:before {
    width: 0;
}

.content-tours .tours-title {
    font-size: 24px;
}

.content-tours .icon {
    font-size: 35px;
    line-height: 35px;
    display: initial;
    margin-bottom: 5px;
}

.content-tours:last-child .wrapper-icon-thin:before {
    height: 0;
    width: 0;
}

.content-tours .wrapper-icon-thin {
    display: block;
    position: relative;
    margin: 0 auto 10px auto;
    line-height: 1;
}

.content-tours .wrapper-icon-thin:before {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #515151;
    width: 220px;
    right: -109px;
    top: 7px;
    pointer-events: none;
}

.content-tours .wrapper-icon-thin .icon-thin {
    font-size: 10px;
    color: #515151;
    font-weight: 900;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.content-tours .tours-title {
    font-size: 24px;
    margin-bottom: 15px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.content-tours .wrapper-thin:hover .icon-thin {
    color: #ffdd00;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

.content-tours .wrapper-thin:hover .tours-title {
    color: #ffdd00;
}

.wrapper-banner {
    overflow: hidden;
    margin-bottom: 0;
}

.wrapper-banner .content-banner {
    float: left;
    border-right: 1px solid #f2f2f2;
}

.wrapper-banner .content-banner:last-child {
    border-right: 0;
}

.wrapper-banner .img-banner {
    float: left;
    border-bottom: 1px solid #f2f2f2;
    opacity: 0.5;
    padding-bottom: 10px;
    transition: all 0.3s;
}

.wrapper-banner .img-banner:hover {
    opacity: 1;
}

.wrapper-banner .img-banner:last-child {
    border-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
}

.wrapper-organization {
    margin-bottom: 0;
}

.wrapper-organization .md-organization:nth-child(2) {
    text-align: center;
}

.wrapper-organization .md-organization:nth-child(3) {
    text-align: right;
}

.content-organization {
    display: inline-block;
    padding: 0 5px;
    position: relative;
}

.content-organization:hover .wrapper-img {
    border-radius: 2%;
    border: 1px solid #ffdd00;
}

.content-organization:hover .wrapper-img .img {
    border-radius: 2%;
}

.content-organization .main-organization {
    text-align: center;
    position: relative;
}

.content-organization .wrapper-img {
    width: 170px;
    height: 170px;
    margin: 0 auto 30px;
    border-radius: 50%;
    border: 1px solid #f2f2f2;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.content-organization .wrapper-img .img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.content-organization .organization-title {
    font-size: 15px;
}

.content-organization .organization-title .title {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #5d5d5d;
}

.content-organization .organization-title .title:hover {
    color: #ffdd00;
}

.content-organization .organization-title .text {
    color: #7f7e7e;
    margin-bottom: 20px;
}

.content-organization .content-widget {
    color: #737a83;
}

.content-organization .content-widget .icons {
    padding-right: 5px;
    display: table-cell;
}

.content-organization .content-widget .link {
    color: #737a83;
    display: inherit;
}

.content-organization .content-widget .link:hover {
    color: #ffdd00;
}

.content-organization .main-list {
    display: table;
    margin: 0 auto;
}

.page-contact-form {
    background-attachment: fixed;
}

.page-contact-form .wrapper-form-images {
    display: inline-block;
    float: right;
}

.page-contact-form .contact-box {
    position: relative;
    z-index: 1;
    padding: 50px 40px;
}

.page-contact-form .contact-wrapper {
    position: absolute;
    padding: 53px 0;
    width: 33%;
    z-index: 2;
}

.page-contact-form .contact-form .form-input::placeholder {
    font-style: italic;
}

.page-contact-map {
    position: relative;
    width: 100%;
    display: table;
}

.page-contact-map .map-block {
    display: table-cell;
    vertical-align: middle;
    padding-top: 0;
}

.page-contact-map .map-block #googleMap {
    height: 520px;
}

.page-contact-map .map-block .wrapper-info {
    width: 100%;
    height: 520px;
    position: absolute;
    z-index: 1;
    background-position: bottom;
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: repeat;
}

.page-contact-map .map-block .map-info {
    background-color: rgba(13, 27, 32, 0.8);
}

.page-404 {}

.page-404:before {}

.page-404:after {}

.page-404 {
    width: 100%;
    display: table;
    position: relative;
    color: #fff;
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: repeat;
    background-position: bottom;
    height: 100vh;
}

.page-404:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-position: bottom;
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: repeat;
}

.page-404:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    background-position: bottom;
    background-size: cover;
    -webkit-background-size: cover;
    background-repeat: repeat;
}

.page-404 .page-wrapper {
    display: table-cell;
    vertical-align: middle;
}

.page-404 .page-clouds-1,
.page-404 .page-clouds-2,
.page-404 .page-clouds-3 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 300%;
    background-repeat: repeat;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
}

.page-404 .page-clouds-1 {
    background-position: center;
    animation: cloud_left_to_right 150s linear infinite;
    -webkit-animation: cloud_left_to_right 150s linear infinite;
    -moz-animation: cloud_left_to_right 150s linear infinite;
    -ms-animation: cloud_left_to_right 150s linear infinite;
    -o-animation: cloud_left_to_right 150s linear infinite;
    z-index: 1;
}

.page-404 .page-clouds-2 {
    z-index: 3;
    background-position: top;
    animation: cloud_right_to_left 250s linear infinite;
    -webkit-animation: cloud_right_to_left 250s linear infinite;
    -moz-animation: cloud_right_to_left 250s linear infinite;
    -ms-animation: cloud_right_to_left 250s linear infinite;
    -o-animation: cloud_right_to_left 250s linear infinite;
}

.page-404 .page-clouds-3 {
    background-position: center;
    animation: cloud_left_to_right 300s linear infinite;
    -webkit-animation: cloud_left_to_right 300s linear infinite;
    -moz-animation: cloud_left_to_right 300s linear infinite;
    -ms-animation: cloud_left_to_right 300s linear infinite;
    -o-animation: cloud_left_to_right 300s linear infinite;
    z-index: 3;
}

.page-404 .img-404 {
    width: 100%;
}

.page-404 .page-content {
    width: 700px;
    margin: 0 auto;
    text-align: center;
}

.page-404 .title-1 {
    font-size: 250px;
    font-weight: 500;
    font-family: "Montserrat", arial, serif;
    font-weight: bold;
    line-height: 180px;
    margin-bottom: 50px;
    margin-top: 0;
    transform: skew(-10deg);
    -webkit-transform: skew(-10deg);
    -moz-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -o-transform: skew(-10deg);
}

.page-404 .title-2 {
    position: relative;
    z-index: 3;
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 10px;
    margin-top: 0;
    margin-bottom: 50px;
}

.page-404 .btn {
    color: #fff;
    background: transparent;
}

.page-404 .btn.btn-maincolor {
    background-color: #ffdd00;
    color: #555;
}

.page-404 .btn.btn-maincolor:hover {
    background-color: #3c3c3c;
    border: 1px solid #3c3c3c;
    color: #fff;
}

.page-404 .btn-transparent:hover {
    background-color: #3c3c3c;
    border: 1px solid #3c3c3c;
}

.page-404 .group-button {
    position: relative;
    z-index: 10;
}

.homepage-02 .group-title {
    text-align: center;
}

.homepage-02 {
    margin-bottom: -40px;
}

.homepage-02 h1.banner {
    font-weight: 900;
    font-size: 5.14rem;
    line-height: 5.14rem;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 120px;
    margin-bottom: 10px;
}

.homepage-02 h4.sub-banner {
    font-weight: 500;
    font-size: 1.14rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-top: 0;
}

.homepage-02 .tab-search-condensed {
    margin-top: 50px;
}

.homepage-03 .group-title {
    text-align: center;
}

.homepage-03 .homepage-banner-warpper .homepage-banner-content {
    display: block;
}

.homepage-03 h1.banner {
    font-weight: bold;
    font-size: 4.29rem;
    line-height: 4.29rem;
    color: #5f7481;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 100px;
    margin-bottom: 0;
}

.homepage-03 h4.sub-banner {
    font-weight: normal;
    font-size: 1.14rem;
    line-height: 1.14rem;
    color: #526673;
    letter-spacing: 5px;
    margin-top: 10px;
}

.homepage-03 .tab-search-transparent {
    margin-top: 80px;
}

.flight-result-main .date-selection .btn-wrapper {
    text-align: center;
}

.flight-result-main .date-selection .btn-wrapper .btn-select {
    display: inline-block;
    margin: 30px 0;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #e5e5e5;
    color: #e5e5e5;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.flight-result-main .date-selection .btn-wrapper .btn-select:hover {
    color: #ffdd00;
    border-color: #ffdd00;
}

.flight-result-main .date-selection .col-md-10 {
    text-align: justify;
    margin-bottom: -20px;
    padding: 0;
}

.result-meta {
    margin-bottom: 30px;
}

.result-meta.row {
    background-color: #fafafa;
    margin-left: 0;
    margin-right: 0;
}

.result-meta.row .col-md-7 {}

.result-meta .result-count-wrapper {
    text-align: left;
    background-color: #fafafa;
    padding: 13px 0;
    display: table;
}

.result-meta .result-count-wrapper .result-count {
    font-weight: bold;
    font-size: 1.29rem;
}

.result-meta .result-filter-wrapper {
    height: 60px;
    line-height: 60px;
    background-color: #fafafa;
    text-align: right;
}

.result-meta .result-filter-wrapper .result-filter-label {
    margin-bottom: 0;
    font-weight: normal;
}

.result-meta .result-filter-wrapper .selection-bar {
    float: right;
    line-height: 1;
    text-align: left;
}

.result-meta .result-filter-wrapper .selection-bar .select-wrapper {
    display: inline-block;
    margin-left: 10px;
    line-height: 1;
    padding: 15px 0;
    position: relative;
    color: #6e747c;
    font-size: 13px;
    width: 205px;
}

.result-meta .result-filter-wrapper .selection-bar .select-wrapper .sbHolder {
    position: relative;
    z-index: 11;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    height: 30px;
    border: 1px solid #c7c7c7;
    border-radius: 5em;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    padding-left: 1em;
    padding-right: 2.5em;
    box-shadow: none;
}

.result-meta .result-filter-wrapper .selection-bar .select-wrapper .sbHolder .sbDisabled,
.result-meta .result-filter-wrapper .selection-bar .select-wrapper .sbHolder .sbSelector,
.result-meta .result-filter-wrapper .selection-bar .select-wrapper .sbHolder .sbToggle,
.result-meta .result-filter-wrapper .selection-bar .select-wrapper .sbHolder a {
    padding: 0;
    height: 30px;
    line-height: 30px;
}

.result-meta .result-filter-wrapper .selection-bar .select-wrapper .sbHolder .sbDisabled {
    border-bottom: none;
}

.result-meta .result-filter-wrapper .selection-bar .select-wrapper.price {
    width: 160px;
}

.result-meta .result-filter-wrapper .selection-bar:after {
    display: table;
    content: '';
    clear: both;
}

.result-wrapper .slick-prev,
.result-wrapper .slick-next {
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    color: #e5e5e5;
    -moz-border-radius: 50%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin: 30px 0;
}

.result-wrapper .slick-prev:before {
    content: "\f177";
}

.result-wrapper .slick-next:before {
    content: "\f178";
}

.result-wrapper .slick-prev:before,
.result-wrapper .slick-next:before {
    font-family: FontAwesome;
    font-size: 16px;
    line-height: 36px;
    color: #b3b3b3;
}

.result-wrapper .slick-prev {
    left: -65px;
    top: 20px;
}

.result-wrapper .slick-next {
    right: -65px;
    top: 20px;
}

.blog-post {
    margin-bottom: 40px;
}

.blog-post:last-child {
    margin-bottom: 0;
}

.multi-column .blog-post:last-child {
    margin-bottom: 40px;
}

.blog-post:hover .blog-content {
    background-color: #fff;
    box-shadow: 0 7px 24px 0 rgba(0, 0, 0, 0.09);
}

.blog-post:hover .blog-image .link img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.blog-post:hover .blog-video .video-bg img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.blog-post .blog-image {
    overflow: hidden;
}

.blog-detail .blog-post .blog-image {
    margin-bottom: 40px;
}

.blog-post .blog-image .link {
    display: block;
}

.blog-post .blog-image img {
    display: block;
    margin: auto;
    width: 100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.blog-post .blog-video .video-thumbnail {
    height: auto;
}

.blog-post .blog-video .video-bg {
    overflow: hidden;
    position: relative;
}

.blog-post .blog-video .video-bg img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.blog-post .blog-video .show-video {
    opacity: 1 !important;
    visibility: visible !important;
}

.blog-post .blog-content {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    padding: 40px 0;
    background-color: #fafafa;
}

.blog-detail .blog-post .blog-content {
    padding-top: 0px;
}

.blog-post .blog-content .content-wrapper {
    padding-left: 0;
}

.blog-post .blog-content:before {
    content: ' ';
    display: table;
}

.blog-post .blog-content .date {
    text-align: center;
    color: #3c3c3c;
}

.blog-post .blog-content .date .day {
    margin: 0;
    font-size: 2.86rem;
    font-weight: 500;
    line-height: 2.86rem;
}

.blog-post .blog-content .date .month {
    font-size: 1.43rem;
    line-height: 2rem;
    text-transform: uppercase;
}

.blog-post .blog-content .date .year {
    font-size: 1.14rem;
}

.blog-post .blog-content .heading {
    color: #3c3c3c;
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 1.43rem;
    display: block;
    line-height: 2rem;
}

.blog-post .blog-content .heading:hover {
    color: #ffdd00;
}

.blog-post .blog-content .meta-info {
    margin-top: 0;
    margin-bottom: 30px;
    font-weight: normal;
}

.blog-post .blog-content .preview {
    color: #737a83;
    margin-bottom: 30px;
}

.blog-post .blog-content .quote-wrapper {
    position: relative;
    border-left: none;
    padding: 0 0 0 60px;
}

.blog-post .blog-content .quote-wrapper:before {
    content: '\f10d';
    position: absolute;
    left: 0;
    color: #dadada;
    font-size: 2.14rem;
}

.blog-post .blog-content .quote-wrapper .quote {
    color: #3c3c3c;
    font-size: 1.43rem;
    display: block;
    margin-bottom: 10px;
    line-height: 2rem;
}

.blog-post .blog-content .quote-wrapper .quote:hover {
    color: #ffdd00;
}

.blog-post .blog-content .quote-wrapper footer:before {
    content: none;
}

.blog-post .blog-content .quote-wrapper .author {
    color: #3c3c3c;
    font-weight: bold;
    margin-right: 10px;
}

.blog-post .blog-content .quote-wrapper .company {
    color: #81878f;
    font-size: .86rem;
}

.blog-post .blog-content:after {
    content: ' ';
    display: table;
    clear: both;
}

.car-detail-main .btn-share-social margin-top: 0;
position: relative;
top: -10px;
right: -10px;

}
.car-detail-main .btn-share-social .btn-share {
    border: 1px solid #bdbdbd;
    color: #bdbdbd;
    padding: 5px 15px;
}
.car-detail-main .btn-share-social:hover .btn-share {
    background-color: #ffdd00;
    border: 1px solid #ffdd00;
}
.content-result {
    margin-bottom: 50px;
}
.wrapper-car-result {
    overflow: hidden;
}
.wrapper-car-result:hover .car-img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}
.wrapper-car-result .wrapper-car-img .car-img {
    height: 335px;
    float: left;
    width: 100%;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.wrapper-car-result .wrapper-img-caption {
    background-color: #f4f4f4;
    padding: 40px 30px;
    float: left;
    width: 100%;
    display: block;
    position: relative;
}
.wrapper-car-result .img-caption-title {
    margin-bottom: 20px;
    line-height: 22px;
}
.wrapper-car-result .img-caption-title .text {
    font-size: 20px;
    color: #555e69;
    text-transform: uppercase;
    font-weight: bold;
}
.wrapper-car-result .img-caption-title .text-icon {
    margin: 0 10px 0 15px;
}
.wrapper-car-result .img-caption-title .text-1 {
    color: #595d63;
    font-size: 16px;
}
.wrapper-car-result .car-wigdet {
    margin-left: 0;
}
.wrapper-car-result .car-wigdet:last-child {
    margin-bottom: 0;
}
.wrapper-car-result .car-wigdet .wrapper-car-item {
    width: 200px;
}
.wrapper-car-result .car-wigdet .car-item {
    color: #595d63;
}
.wrapper-car-result .car-wigdet .car-item:hover {
    color: #ffdd00;
}
.wrapper-car-result .car-wigdet .car-icon {
    padding-right: 5px;
}
.car-price-wrapper {
    background-color: #ffdd00;
    padding: 50px 30px 60px 30px;
    float: left;
    width: 100%;
}
.car-price-wrapper .car-content-price {
    float: left;
    width: 100%;
    border-bottom: 1px solid #bda50b;
    margin-bottom: 30px;
}
.car-price-wrapper .main-price {
    float: left;
    width: 100%;
    color: #4e545c;
    margin-bottom: 15px;
}
.car-price-wrapper .main-price p {
    margin: 0;
}
.car-price-wrapper .price-title {
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}
.car-price-wrapper .price-title .title-detail {
    color: #3c3c3c;
}
.car-price-wrapper .title-left {
    float: left;
    font-size: 16px;
}
.car-price-wrapper .title-right {
    float: right;
}
.car-price-wrapper .title-right .text {
    display: inline-block;
    margin-right: 5px;
}
.car-price-wrapper .title-right .text-price {
    font-size: 18px;
    font-weight: bold;
}
.car-price-wrapper .title-right .text-price-total {
    font-size: 30px;
    font-weight: bold;
}
.car-price-wrapper .base-title .title-left,
.car-price-wrapper .texes-title .title-left,
.car-price-wrapper .total-title .title-left,
.car-price-wrapper .total-discount .title-left,
.car-price-wrapper .final-title .title-left,
.car-price-wrapper .old-price-title .title-left {
    font-weight: 500;
}
.car-price-wrapper .final-title .title-left {
    font-size: 18px;
}
.car-price-wrapper .card-title .card-text {
    border-bottom: 2px solid #a6982e;
    display: inline-block;
    line-height: 15px;
}
.wrapper-car-detail .contact-submit {
    text-align: center;
}
.wrapper-car-detail .text-bottom {
    margin-bottom: 50px;
}
.wrapper-car-detail .text-bottom .text {
    margin-bottom: 0;
    text-align: center;
}
.wrapper-car-detail .single-flight-result {
    height: 244px;
}
.content-dr-dt {
    margin-bottom: 30px;
}
.content-dr-dt .wrapper-review {
    margin-bottom: 0px;
}
.content-dr-dt .wrapper-review .text-underline {
    border-bottom: 1px solid #92989f;
}
.content-dr-dt .wrapper-review .text-traveler {
    margin-bottom: 30px;
}
.wrapper-driver-detail {
    margin-bottom: 50px;
}
.wrapper-driver-detail .driver-title {
    background-color: #ffdd00;
    padding: 15px 30px;
    font-size: 16px;
    color: #3c3c3c;
}
.wrapper-driver-detail .driver-title .title {
    text-transform: uppercase;
    font-weight: bold;
}
.wrapper-driver-detail .content-driver-caption {
    background-color: #f4f4f4;
    padding: 30px;
}
.wrapper-driver-detail .content-driver-caption .driver-text-card .text-card {
    font-weight: 500;
    margin-bottom: 0;
}
.wrapper-driver-detail .select-wrapper {
    background-color: #fff;
}
.wrapper-driver-detail .sbSelector:link,
.wrapper-driver-detail .sbSelector:visited,
.wrapper-driver-detail .sbSelector:hover {
    color: #969696;
}
.wrapper-driver-detail .input-group .tb-input {
    height: 35px;
    padding: 0 10px;
    width: 100%;
    border: 0;
    position: relative;
    line-height: 35px;
    text-align: left;
    border-radius: 0;
    color: #969696;
}
.wrapper-driver-detail .tb-icon {
    background-color: transparent;
    border: none;
    color: #bebebe;
    height: 35px;
    line-height: 35px;
    position: absolute;
    padding: 0;
    width: 14px;
    top: 0;
    right: 14px;
}
.wrapper-driver-detail .driver-caption-title {
    color: #4e545c;
    font-size: 16px;
    margin-bottom: 30px;
}
.wrapper-driver-detail .driver-caption-title .title {
    font-weight: 500;
}
.wrapper-driver-detail .driver-caption-title .title-small {
    border-bottom: 1px solid #777c82;
}
.wrapper-driver-detail .wrapper-form-driver {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}
.wrapper-driver-detail .main-form-title .form-icon {
    font-size: 8px;
    color: #d50f2b;
    position: relative;
    top: -5px;
}
.wrapper-driver-detail .main-form-title .main-lb {
    font-weight: 400;
}
.wrapper-driver-detail .sbHolder {
    height: 36px;
    border: none;
}
.wrapper-driver-detail .sbSelector,
.wrapper-driver-detail .sbToggle {
    height: 35px;
    line-height: 35px;
}
.wrapper-driver-detail .wrapper-check {
    margin-bottom: 20px;
}
.wrapper-driver-detail .wrapper-check li {
    margin-bottom: 10px;
}
.wrapper-driver-detail .check-icon {
    padding-right: 5px;
}
.wrapper-driver-detail .text {
    margin-bottom: 5px;
}
.wrapper-driver-detail .check-text {
    font-weight: 500;
    margin-bottom: 20px;
}
.wrapper-driver-detail .wrapper-payment {
    margin-bottom: 20px;
}
.wrapper-driver-detail .wrapper-payment .main-lb {
    padding-top: 5px;
    margin-bottom: 0;
}
.wrapper-driver-detail .wrapper-payment .text {
    padding-top: 5px;
}
.wrapper-driver-detail .content-payment {
    margin-bottom: 10px;
}
.wrapper-driver-detail .content-payment:last-child {
    margin-bottom: 0;
}
.wrapper-driver-detail .payment-widget {
    margin-bottom: 0;
    line-height: 10px;
}
.wrapper-driver-detail .payment-policy .lock {
    display: inline-block;
}
.wrapper-driver-detail .payment-policy .text {
    margin-right: 30px;
}
.wrapper-driver-detail .payment-policy .lock-icon {
    padding-right: 5px;
}
.wrapper-driver-detail .payment .driver-text-card {
    margin-bottom: 20px;
}
.wrapper-driver-detail .billing-contact .text-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
.wrapper-driver-detail .content-driver-detail {
    padding: 30px;
    background-color: #f4f4f4;
}
.wrapper-driver-detail .content-driver-detail .content-driver-caption {
    padding: 0;
}
.wrapper-driver-detail .content-driver-detail .main-form-driver {
    display: table;
    width: 100%;
}
.wrapper-driver-detail .content-driver-detail .number {
    display: table-cell;
    vertical-align: bottom;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    bottom: 6px;
}
.wrapper-driver-detail .form-check .check-radio {
    margin-bottom: 10px;
}
.wrapper-driver-detail .form-check .input-check {
    display: none;
}
.wrapper-driver-detail .form-check .input-check ~ .lb-radio:before {
    content: '\f10c';
    font-family: FontAwesome;
    margin-right: 5px;
    overflow: visible;
}
.wrapper-driver-detail .form-check .input-check:checked ~ .lb-radio:before {
    content: '\f192';
    font-family: FontAwesome;
}
.wrapper-driver-detail .form-check .lb-radio {
    font-weight: normal;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}
.form-check-img .check-radio {
    display: inline-block;
}
.form-check-img .img-radio {
    position: relative;
    margin-right: 5px;
}
.form-check-img .input-check:checked ~ .img-radio:before {
    content: '';
    position: absolute;
    border: 2px solid #ffdd00;
    width: 100%;
    height: 100%;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.form-check-img .lb-radio {
    font-weight: normal;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}
.wrapper-accordion .panel {
    background-color: #fff;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}
.wrapper-accordion .panel + .panel {
    margin-top: 10px;
}
.wrapper-accordion .panel.active {
    position: relative;
}
.wrapper-accordion .panel.active .panel-heading {
    background-color: #ffdd00;
}
.wrapper-accordion .panel.active .panel-title a {
    color: #434a54;
}
.wrapper-accordion .panel.active .panel-title a:hover,
.wrapper-accordion .panel.active .panel-title a:focus {
    color: #434a54;
}
.wrapper-accordion .panel.active .panel-title a:before {
    font-family: Fontawesome;
    content: '\f068';
    top: 0;
    left: 10px;
    padding-right: 10px;
    color: #434a54;
}
.wrapper-accordion .panel .panel-title {
    font-size: 14px;
}
.wrapper-accordion .panel .panel-title a {
    display: block;
    line-height: 40px;
    padding: 0 30px;
    position: relative;
}
.wrapper-accordion .panel .panel-title a:hover,
.wrapper-accordion .panel .panel-title a:focus {
    color: #434a54;
}
.wrapper-accordion .panel .panel-title a:before {
    font-family: Fontawesome;
    content: '\f067';
    top: 0;
    left: 10px;
    padding-right: 10px;
    color: #aeb5c0;
}
.wrapper-accordion .panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0;
    background-color: #fafafa;
}
.wrapper-accordion .panel-heading + .panel-collapse > .panel-body {
    border-top: 0;
}
.wrapper-accordion .panel-body {
    padding: 30px;
}
.wrapper-accordion .collapse.in {
    background-color: #fff;
}
.content-faq .panel-group {
    margin-bottom: 0;
}
.wrapper-contact-faq .contact-box .title {
    margin: 0 0 30px 0;
}
.wrapper-contact-faq .contact-submit {
    margin-top: 30px;
}
.wrapper-contact-faq .contact-form .form-input {
    background-color: #fff;
}
.main-team .padding-col-left {
    padding-left: 0;
}
.main-team .padding-col-right {
    padding-right: 0;
}
.content-team-detail {
    margin-bottom: 0;
}
.content-team-detail .content-expert {
    margin: 0 30px;
    padding-bottom: 10px;
}
.content-team-detail .content-expert:nth-child(even) {
    margin-top: 0;
}
.content-team-detail .content-expert .img-expert .img {
    width: 100%;
    height: 100%;
}
.content-team-detail .content-expert .img-expert:before {
    opacity: 0;
}
.content-team-detail .content-expert .item-expert {
    margin-bottom: 15px;
}
.content-team-detail .content-expert .item-expert .icon-expert {
    padding-right: 5px;
}
.content-team-detail .content-expert .item-expert .title {
    position: relative;
    display: inline-block;
    text-transform: none;
    font-size: 16px;
}
.content-team-detail .content-expert .caption-expert {
    padding: 15px 0 15px 0;
    min-height: 100px;
    left: 0;
}
.team-profile {
    margin-bottom: 0;
}
.team-profile .content-expert:nth-child(even) {
    margin-top: 0;
}
.team-profile .content-expert .item-expert {
    margin-bottom: 15px;
}
.team-profile .content-expert .item-expert .icon-expert {
    padding-right: 5px;
}
.team-profile .content-expert .item-expert .title {
    position: relative;
    display: inline-block;
    text-transform: none;
    font-size: 16px;
}
.team-profile .content-expert .caption-expert {
    padding: 15px 0 15px 0;
    min-height: 100px;
}
.wrapper-caption-team .text {
    margin-bottom: 30px;
}
.wrapper-caption-team .wrapper-team-title {
    margin-bottom: 30px;
}
.wrapper-caption-team .wrapper-team-title .team-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #434a54;
}
.wrapper-caption-team .wrapper-team-title .team-title:hover {
    color: #ffdd00;
}
.wrapper-caption-team .wrapper-team-title .team-title-small {
    font-size: 16px;
    margin-bottom: 15px;
}
.wrapper-caption-team .wrapper-team-title .team-title-andress {
    font-size: 16px;
    margin-bottom: 0;
}
.wrapper-caption-team .wrapper-team-title .team-title-andress .team-icon {
    padding-right: 10px;
}
.wrapper-caption-team .wrapper-team-title .team-title-andress .item-andress {
    color: #777e88;
}
.wrapper-caption-team .wrapper-team-title .team-title-andress .item-andress:hover {
    color: #ffdd00;
}
.team-purchase {
    text-align: center;
    position: relative;
    padding: 70px 0;
}
.team-purchase .purchase-title {
    color: #fff;
    font-size: 30px;
}
.team-purchase .purchase-title .main-title {
    margin-top: 0;
    line-height: 32px;
    font-size: 30px;
}
.team-purchase .title-yellow {
    color: #ffdd00;
}
.team-purchase .text {
    font-size: 16px;
    color: #d8e0e8;
    margin-bottom: 30px;
}
.main-position {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 50px;
}
.main-position .img-position {
    float: left;
    width: 100%;
}
.main-position .img-open {
    float: left;
    width: 100%;
}
.main-position .list-info {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    height: 100%;
    text-align: center;
    display: block;
}
.main-position .list-info li {
    height: 20%;
    display: table;
    padding: 0;
    border-bottom: 1px solid #fff;
}
.main-position .list-info .link {
    width: 70px;
    height: 100%;
    position: relative;
    display: table-cell;
    line-height: 1;
    vertical-align: middle;
    background-color: #f5f5f5;
    top: 0;
    right: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.main-position .list-info .link:hover {
    top: -5px;
    right: -5px;
    background-color: #ffdd00;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
.main-position .list-info .link:hover .icon {
    color: #fff;
}
.main-position .list-info .link .icon {
    color: #5f5f71;
}
.wrapper-text-excel .text-excel {
    font-size: 24px;
    color: #434a54;
    font-weight: bold;
    margin-bottom: 20px;
}
.wrapper-text-excel .link-text {
    color: #555e69;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
}
.wrapper-text-excel .icon {
    padding-right: 10px;
}
.group-number {
    background-color: #fafafa;
    margin-bottom: 50px;
}
.group-number .about-us-list {
    display: block;
}
.group-number .about-us-list li {
    padding: 10px 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.group-number .about-us-list li:hover {
    background-color: #fff;
}
.group-number .about-us-list li:hover .text {
    color: #ffdd00;
}
.group-number .about-us-list li:hover .text:after {
    color: #ffdd00;
}
.group-number .about-us-list li:hover .text-number {
    color: #ffdd00;
}
.group-number .text-number {
    float: right;
}
.group-number .text {
    padding-left: 0;
}
.wrapper-llc .llc-title {
    color: #434a54;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 25px;
}
.wrapper-llc .text {
    margin-bottom: 20px;
}
.wrapper-llc .list-llc {
    margin-bottom: 25px;
}
.wrapper-llc .list-llc li {
    display: table;
    width: 100%;
    padding: 0 0 10px;
}
.wrapper-llc .list-llc li:last-child {
    padding: 0;
}
.wrapper-llc .list-llc .icon {
    display: table-cell;
    width: 25px;
}
.wrapper-llc .list-llc .item {
    display: table-cell;
    color: #555e69;
}
.wrapper-llc .list-llc .item:hover {
    color: #ffdd00;
}
.wrapper-llc .list-llc .ph-number {
    margin-bottom: 0;
    padding-bottom: 10px;
}
.wrapper-llc .list-llc .ph-number:last-child {
    padding-bottom: 0;
}
.view-more .more {
    position: relative;
    color: #ffdd00;
}
.view-more .more:after {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f178';
    right: -20px;
}
.datepicker {
    z-index: 100 !important;
}
.datepicker .table-condensed {
    table-layout: fixed;
}
.datepicker thead {
    border-bottom: 1px solid #d8dce2;
}
.datepicker thead .dow {
    text-transform: uppercase;
    color: #77858e;
    width: calc(14.28571429%);
    width: -webkit-(14.28571429%);
}
.datepicker thead .datepicker-switch {
    color: #727272;
    font-size: 1.29rem;
    font-weight: 500;
    cursor: default;
}
.datepicker thead .datepicker-switch:hover {
    background-color: transparent;
}
.datepicker thead .next,
.datepicker thead .prev {
    position: relative;
    color: transparent;
}
.datepicker thead .next:hover,
.datepicker thead .prev:hover {
    background-color: transparent;
}
.datepicker thead .next:hover:before,
.datepicker thead .prev:hover:before {
    background-color: #ffdd00;
}
.datepicker thead .next:before,
.datepicker thead .prev:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #fff;
    position: absolute;
    background-color: #e9ebef;
    text-align: center;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    top: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.datepicker thead .prev:before {
    content: '\f104';
    right: 50%;
    transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
}
.datepicker thead .next:before {
    content: '\f105';
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.datepicker tbody tr {
    line-height: 30px;
}
.datepicker tbody td.day {
    position: relative;
    color: #77858e;
}
.datepicker tbody td.day.new,
.datepicker tbody td.day.old {
    color: #dadada;
}
.datepicker tbody td.day:hover {
    background: none !important;
}
.datepicker tbody td.day:hover:before {
    background-color: #efefef;
}
.datepicker tbody td.day:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    transform: translate(-50%, -52%);
    -webkit-transform: translate(-50%, -52%);
    -moz-transform: translate(-50%, -52%);
    -ms-transform: translate(-50%, -52%);
    -o-transform: translate(-50%, -52%);
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}
.datepicker tbody td.day.active,
.datepicker tbody td.day.range,
.datepicker tbody td.day.range-end,
.datepicker tbody td.day.range-start {
    background-color: transparent !important;
    background-image: none !important;
    text-shadow: none !important;
    color: #fff;
}
.datepicker tbody td.day.active:before,
.datepicker tbody td.day.range-end:before,
.datepicker tbody td.day.range-start:before {
    background-color: #ffdd00;
}
.datepicker tbody td.day.range:before {
    background-color: #eee;
}
.datepicker tbody td.day.disabled:hover:before {
    background: none;
}
.datepicker tbody td.day.disabled:hover,
.datepicker tbody td.day.disabled {
    color: #dadada;
}
.datepicker tbody td.day.range:before {
    background-color: #ff0;
}
.sbHolder .sbToggle {
    background-position: 0 -45px;
}
.sbHolder .sbOptions {
    background-color: #fafafa;
}
.title-style-2 span {
    color: #ffdd00;
}
.slz-shortcode .contact form.contact-form select,
.slz-shortcode .contact form.contact-form textarea,
.slz-shortcode .contact form.contact-form input {
    background-color: rgba(255, 255, 255, 0.2);
    margin-bottom: 10px;
    padding-left: 20px;
    border: none;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    line-height: 1.42857143;
}
.slz-shortcode .contact form.contact-form textarea {
    height: 100px;
}
.slz-shortcode .contact form.contact-form input[type=submit] {
    width: 170px;
    height: 34px;
    border: 1px solid #3c3c3c;
    background-color: #3c3c3c;
    border-radius: 50px;
    padding: 0 0 0 0;
    margin: 0 auto;
    position: relative;
    text-align: center;
    color: #ffdd00;
    text-transform: uppercase;
    font-size: 13px;
    display: table-cell;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.slz-shortcode form.contact-form br {
    display: none;
}
.slz-shortcode div.wpcf7 img.ajax-loader {
    display: table-cell;
    margin: 3px auto;
}
.slz-shortcode div.wpcf7 img.ajax-loader:last-child {
    display: none;
}
.rlp {
    background-size: cover;
    height: 100vh;
}
.rlp .container {
    width: 100%;
    height: 100%;
    display: table;
}
.rlp .rlp-wrapper {
    color: #49575f;
    display: table-cell;
    width: 770px;
    vertical-align: middle;
}
.page-login {
    min-height: 480px;
    padding: 20px 0;
}
.page-register {
    min-height: 627px;
    padding: 20px 0;
}
.rlp-table {
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    padding: 50px 100px;
    position: relative;
}
.rlp-table .rlp-title {
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 20px;
}
.rlp-table img.login {
    display: inline-block;
    width: auto;
}
.rlp-table .rlp-form {
    padding-top: 0px;
    text-align: left;
    margin-bottom: 35px;
}
.rlp-table .rlp-form .col-md-12 {
    margin-bottom: 12px;
}
.rlp-table .rlp-form .bt-tooltip {
    color: rgb(255, 0, 0);
    top: 0;
}
.register-table {
    padding: 50px;
}
.register-table .register-form .col-md-6 {
    margin-bottom: 3px;
}
.template-login header,
.template-login footer,
.template-login #back-top {
    display: none;
}
body.template-login .main-content .rlp-table .display-notices {
    text-align: left;
    border: 1px solid rgb(255, 0, 0);
    margin-bottom: 20px;
    padding: 10px 20px;
    color: rgb(255, 0, 0);
}
.bg-w-form .required {
    color: #ff0000;
}
.bg-w-form .form-group {
    min-height: 100px;
}
.bg-w-form .form-label {
    text-transform: uppercase;
    font-weight: bold;
}
.bg-w-form .form-input {
    background-color: #fafafa;
    border-radius: 0px;
    height: 35px;
    border: none;
    box-shadow: none;
}
.bg-w-form .form-input:focus,
.bg-w-form .form-input:active {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.bg-w-form .warning-label {
    color: #ff0000;
    font-size: 11px;
    text-transform: inherit;
}
.bg-w-form input.check {
    margin-right: 10px;
}
.login-table.rlp-table .title-sign-in {
    margin: 20px 0 0;
    text-transform: capitalize;
    font-weight: 900;
    font-size: 1.286em;
}
.login-table.rlp-table .title-sign-in .signin {
    margin-left: 10px;
    text-transform: uppercase;
    color: #ffdd00;
}
.login-table.rlp-table a.btn-close,
.register-table.rlp-table a.btn-close {
    position: absolute;
    top: -10px;
    right: -10px;
    font-weight: normal;
    width: 1em;
    height: 1em;
    border-radius: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 1.4em;
    text-decoration: none;
    text-align: center;
    color: #fff;
    background: #3c3c3c;
    line-height: 1em;
}
.login-table.rlp-table a.btn-close:hover,
.register-table.rlp-table a.btn-close:hover {
    background-color: #ffdd00;
}
.slz-search-widget .widget a.btn-reset {
    color: #f8d80b;
}
.slz-search-widget .widget .content-widget .radio-selection {
    margin-top: 0;
}
.result-meta .result-count-wrapper a.btn-clear-all,
.result-meta .result-count-wrapper a.btn-reset-all {
    color: #f8d80b;
    margin-left: 5px;
    vertical-align: bottom;
    display: block;
    clear: both;
    float: left;
}
.result-meta .result-count-wrapper a.btn-clear-all:hover,
.result-meta .result-count-wrapper a.btn-reset-all:hover,
.slz-search-widget .widget a.btn-reset:hover {
    text-decoration: underline;
}
.result-meta .result-count-wrapper span {
    background-color: #FFDD00;
    padding: 5px 10px;
    margin: 0px 5px 10px;
    float: left;
    margin-bottom: 5px;
}
.result-meta .result-count-wrapper span.search-result-title {
    background-color: transparent;
    position: relative;
    margin-bottom: 0;
    padding-left: 0;
}
.result-meta .result-count-wrapper span i {
    padding: 5px;
    cursor: pointer;
}
.result-meta .result-count-wrapper span i:hover {
    color: #004B91;
}
ul.list-useful li .link {
    display: block;
    color: #8e8e8e;
    position: relative;
    padding: 0 0 12px 20px;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}
ul.list-useful li .link:hover {
    color: #ffdd00;
}
ul.list-useful li .link:before {
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f111';
    left: 0;
    font-size: 6px;
}
.main-gallery-fancybox .gallery-content {
    position: relative;
    overflow: hidden;
}
.main-gallery-fancybox ul .glry-relative {
    position: relative;
    overflow: hidden;
}
.main-gallery-fancybox ul .glry-absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    padding-right: 10px;
}
.destination-widget ul li {
    padding-bottom: 0;
}
.sc-map-location.slz-map-location-full .result-body .find-widget .content-widget,
.sc-map-location .result-body .find-widget .content-widget {
    padding-right: 0px;
    padding-left: 0px;
    width: 100%;
}
.sc-map-location .result-body .find-widget .content-widget >.text-input {
    margin-left: -15px;
    margin-right: -15px;
}
.sc-map-location .result-body .find-widget .content-widget >.text-input:before {
    content: "";
    display: table;
}
.sc-map-location .result-body .find-widget .content-widget >.text-input:after {
    content: "";
    display: table;
    clear: both;
}
.sc-map-location .result-body .find-widget .content-widget >.text-input .text-box-wrapper.full {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
}
.sc-map-location .select2-container {
    max-width: 100%;
}
.sc-map-location .result-body {
    position: relative;
    z-index: 2;
}
.sc-map-location .slz-search-widget {
    position: relative;
    z-index: 2;
}
.sc-map-location.slz-map-location-full .slz-search-widget:before {
    z-index: -1;
    content: "";
    display: block;
    position: absolute;
    width: 300%;
    height: 100%;
    left: 50%;
    top: 0;
    border-bottom: 1px solid #ECECEC;
    background-color: #FAFAFA;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
.sc-map-location .result-body .find-widget .input-daterange {
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    margin-top: 20px;
}
.sc-map-location .result-body .find-widget .input-daterange >.text-box-wrapper.half {
    margin-top: 0px;
    width: 50%;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px 10px;
}
.sc-map-location .result-body .find-widget .input-daterange >.text-box-wrapper.half.left {
    padding-left: 0px;
}
.sc-map-location .result-body .find-widget .input-daterange >.text-box-wrapper.half.right {
    padding-right: 0px;
}
.sc-map-location .result-body .find-widget .content-widget >.text-input > .text-box-wrapper.half {
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
}
.sc-map-location.slz-map-location-full .result-body .sidebar-widget .widget {
    margin-bottom: 0px;
    padding: 40px 0px;
    position: relative;
}
.sc-map-location .result-body .search-expand {
    display: inline-block;
    margin-left: 30px;
    -webkit-transform: translate(0, -125px);
    -moz-transform: translate(0, -125px);
    transform: translate(0, -125px);
    padding: 4px 0px;
    min-width: 90px;
    position: absolute;
    text-align: center;
    color: #3c3c3c;
    text-transform: uppercase;
    font-weight: 700;
}
.sc-map-location .result-body .search-expand:before {
    font-family: 'FontAwesome';
    content: "\f067";
    display: inline-block;
    margin-right: 5px;
}
.sc-map-location .result-body .search-expand.active:before {
    content: "\f068";
}
.sc-map-location.slz-map-location-full .result-body .search-expand {
    margin-left: 0px;
    -webkit-transform: translate(0, -75px);
    -moz-transform: translate(0, -75px);
    transform: translate(0, -75px);
}
.sc-map-location .result-body .search-expand:hover {
    color: #fff;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.sc-map-location .content-expand {
    padding: 0px;
    position: relative;
}
.sc-map-location .content-expand:before {
    content: "";
    display: table;
}
.sc-map-location .content-expand:after {
    content: "";
    display: table;
    clear: both;
}
.sc-map-location .content-expand >.col-2 {
    width: 100%;
    margin-left: -15px;
    margin-right: -15px;
}
.sc-map-location .content-expand >.col-2:before {
    content: "";
    display: table;
}
.sc-map-location .content-expand >.col-2:after {
    content: "";
    display: table;
    clear: both;
}
.sc-map-location .content-expand >.col-2 >.col-1 {
    display: block;
    width: 33.3333%;
    float: left;
    position: relative;
    padding: 0px 15px;
    margin-bottom: 40px;
}
.sc-map-location .result-body .sidebar-widget .widget.price-widget {
    margin-bottom: 50px;
}
.sc-map-location .content-expand .price-widget .nstSlider {
    padding: 0px;
}
.sc-map-location .content-expand .price-widget .nstSlider:before {
    z-index: 1;
}
.price-widget .nstSlider .leftGrip.indicator,
.price-widget .nstSlider .rightGrip.indicator {
    z-index: 1;
}
.sc-map-location .sidebar-widget .widget .title-widget {
    line-height: 1.5;
    height: auto;
    text-align: left;
}
.sc-map-location .sidebar-widget .widget .title-widget {
    background-color: transparent;
    padding-bottom: 5px;
}
.sc-map-location .sidebar-widget .widget .title-widget .title {
    border-bottom: none;
}
.sc-map-location .slz-search-widget {
    position: relative;
}
.sc-map-location .content-expand .widget + .widget {
    margin-top: 50px;
}
.sc-map-location.slz-map-location-full .find-widget:before {
    content: "";
    position: absolute;
    width: 300%;
    height: 100%;
    left: 50%;
    top: 0;
    z-index: -1;
    background-color: #FFDD00;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
.sc-map-location .tour-map-search .find-widget .text-input .text-box-wrapper,
.sc-map-location .cruise-map-search .find-widget .text-input .text-box-wrapper {
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
}
.sc-map-location .car-map-search .find-widget .text-input .text-box-wrapper {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
}
.sc-map-location .tour-map-search .find-widget .text-input .input-daterange,
.sc-map-location .cruise-map-search .find-widget .text-input .input-daterange {
    width: 33.3333%;
    margin-top: 0px;
}
.sc-map-location .car-map-search .find-widget .text-input .input-daterange {
    width: 100%;
}
.sc-map-location .car-map-search .find-widget .text-input .input-daterange .text-box-wrapper {
    width: 50%;
}
.sc-map-location .tour-map-search .find-widget .text-input .input-daterange .text-box-wrapper,
.sc-map-location .cruise-map-search .find-widget .text-input .input-daterange .text-box-wrapper {
    width: 100%;
}
.label-sale {
    right: 15px;
    left: auto;
    color: #3c3c3c;
}
.ribbon-sale {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    left: -20px;
    padding-left: 30px;
    padding-right: 10px;
    overflow: visible;
    background-color: #ea4435;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}
.special-offer-layout:hover .image-wrapper .ribbon-sale {
    left: 0px;
}
.ribbon-sale:before {
    content: "";
    position: absolute;
    left: 100%;
    margin-left: -1px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 10px 0 0;
    border-color: #ea4435 transparent transparent transparent;
}
.ribbon-sale:after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: 0;
    width: 0;
    height: 0;
    margin-left: -1px;
    border-style: solid;
    border-width: 17px 0 0 10px;
    border-color: transparent transparent transparent #ea4435;
}
.ribbon-sale .fa {
    float: right;
    display: inline-block;
    padding: 0px 5px;
    line-height: inherit;
}
.ribbon-sale span {
    display: inline-block;
    max-width: 0px;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.image-wrapper:hover .ribbon-sale span {
    max-width: 40px;
}
@media screen and (min-width: 1024px) {
    .nav-search {
        min-width: 310px;
    }

    .slz-booking-wrapper .table-responsive {
        overflow-x: visible;
        overflow-y: visible;
    }
}
@media screen and (min-width: 769px) and (max-width:1024px) {
    .page-title .captions {
        font-size: 90px;
        line-height: 80px;
    }

    .page-title-wrapper .captions {
        margin-top: 15px;
        font-size: 100px;
        font-weight: 900;
        line-height: 76px;
        letter-spacing: 0px;
        display: inline-block;
        text-transform: uppercase;
    }

    .page-title-wrapper .page-title-content {
        bottom: -15px;
    }
}
@media screen and (min-width: 767px) {
    .tab-search .nav-tabs {
        display: block;
        text-align: center;
    }

    .tab-search .tab-btn-wrapper {
        display: inline-block;
        float: none;
    }
}
@media screen and (max-width: 1199px) {
    .mega-menu-content {
        width: 940px;
    }

    .mega-menu-content .dropdown-menu .link-page .text {
        display: inline;
    }

    .tab-search-transparent .find-widget {
        padding: 50px;
    }

    .tab-search-long * button[type="submit"],
    .tab-search-long .find-car-widget button[type="submit"],
    .tab-search-long .find-cruises-widget button[type="submit"],
    .tab-search-long .find-tours-widget button[type="submit"],
    .tab-search-long .find-transfer-widget button[type="submit"] {
        position: relative;
        width: 170px;
        margin-top: 30px;
    }

    .tab-search-long .place {
        width: calc((100% - 24px) * 34 / 100);
        width: -webkit-calc((100% - 24px) * 34 / 100);
        width: -moz-calc((100% - 24px) * 34 / 100);
    }

    .tab-search-long .input-daterange {
        width: calc((100% - 24px) * 42 / 100);
        width: -webkit-calc((100% - 24px) * 42 / 100);
        width: -moz-calc((100% - 24px) * 42 / 100);
    }

    .tab-search-long .count {
        width: calc((100% - 24px) * 12 / 100);
        width: -webkit-calc((100% - 24px) * 12 / 100);
        width: -moz-calc((100% - 24px) * 12 / 100);
    }

    .tab-search-long .find-cruises-widget .count,
    .tab-search-long .find-tours-widget .count,
    .tab-search-long .find-transfer-widget .count {
        width: calc((100% - 24px) * 12 / 100);
        width: -webkit-calc((100% - 24px) * 12 / 100);
        width: -moz-calc((100% - 24px) * 12 / 100);
    }

    .tab-search-long .find-cruises-widget .place,
    .tab-search-long .find-cruises-widget .time-count,
    .tab-search-long .find-tours-widget .date,
    .tab-search-long .find-tours-widget .place,
    .tab-search-long .find-transfer-widget .date,
    .tab-search-long .find-transfer-widget .place {
        width: calc((100% - 24px) * 38 / 100);
        width: -webkit-calc((100% - 24px) * 38 / 100);
        width: -moz-calc((100% - 24px) * 38 / 100);
    }

    .tab-search-long .find-car-widget .input-daterange,
    .tab-search-long .find-car-widget .place {
        width: calc((100% - 16px) * 40 / 100);
        width: -webkit-calc((100% - 16px) * 40 / 100);
        width: -moz-calc((100% - 16px) * 40 / 100);
    }

    .tab-search-long .find-car-widget .car-count {
        width: calc((100% - 16px) * 20 / 100);
        width: -webkit-calc((100% - 16px) * 20 / 100);
        width: -moz-calc((100% - 16px) * 20 / 100);
    }

    .tab-search-condensed .find-widget {
        padding: 40px 50px;
    }

    .sidebar-widget .find-widget {
        padding: 40px 20px;
    }

    .sidebar-widget .ffw-radio-selection span.ffw-radio-btn-wrapper {
        display: block;
        margin-top: 10px;
    }

    .sidebar-widget .ffw-radio-selection span.ffw-radio-btn-wrapper:first-child {
        margin-top: 0;
    }

    .social-widget ul {
        margin-left: 0;
    }

    .social-widget ul li {
        width: calc(100% / 5);
        width: -webkit-calc(100% / 5);
        width: -moz-calc(100% / 5);
    }

    .timeline-custom-col.image-col:before {
        left: -40px;
    }
}
@media screen and (max-width: 1024px) {
    .result-wrapper .slick-prev {
        left: -30px;
    }

    .result-wrapper .slick-next {
        right: -30px;
    }

    .navigation .nav-links .main-menu {
        margin: 0 10px;
    }

    .footer-main-wrapper .col-md-2 .booking-widget {
        text-align: left !important;
    }

    .footer-main-wrapper .col-md-2 .booking-widget ul {
        margin-left: 0;
    }

    .tours-layout .content-wrapper > .content {
        padding: 30px;
    }

    .video-thumbnail {
        height: 320px;
    }

    .video-thumbnail .video-button-play {
        line-height: 65px;
        font-size: 24px;
        width: 65px;
        height: 65px;
        margin-top: -32px;
        margin-left: -32px;
    }

    .videos.layout-1 .video-thumbnail {
        bottom: -80px;
    }

    .hotels-wrapper .hotels-list .col-sm-6 {
        width: 100%;
        max-width: 750px;
        margin-right: auto;
        margin-left: auto;
        float: none;
    }

    .hotels-wrapper .hotels-list .col-sm-6 .hotels-layout {
        margin-bottom: 30px;
    }

    .hotels-wrapper .hotels-list .col-sm-6:nth-last-child(-n + 2) .hotels-layout {
        margin-bottom: 30px;
    }

    .hotels-wrapper .hotels-list .col-sm-6:last-child .hotels-layout {
        margin-bottom: 0;
    }

    .travelers .traveler-list .slick-prev,
    .travelers .traveler-list .slick-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .travelers .traveler-list .slick-prev:before,
    .travelers .traveler-list .slick-next:before {
        line-height: 36px;
    }

    .travelers .traveler-list .slick-next {
        right: -35px;
    }

    .travelers .traveler-list .slick-prev {
        left: -35px;
    }

    .new-layout .image-wrapper {
        width: 44%;
    }

    .new-layout .image-wrapper .link {
        position: absolute;
    }

    .new-layout .image-wrapper .link img {
        max-width: initial;
        width: auto;
        height: 100%;
        position: absolute;
        top: 0;
        left: -30%;
    }

    .new-layout .image-wrapper .description {
        left: 30px;
        right: 30px;
    }

    .a-fact-image-wrapper {
        min-width: initial;
    }

    .a-fact-image-wrapper .a-fact-image .icons.icons-4 {
        right: 25%;
        bottom: 27%;
    }

    .banner-sale-1 .title-box .title-1 {
        font-size: 70px;
    }

    .banner-sale-1 .title-box .title-2 {
        font-size: 60px;
    }

    .banner-sale-1 .title-box .title-3 {
        font-size: 40px;
        padding-top: 4px;
    }

    .banner-sale-2 .title-box .title-1 {
        font-size: 70px;
    }

    .text-salebox .text-left {
        vertical-align: middle;
    }

    .text-salebox .text-left .sale-box .number {
        font-size: 70px;
    }

    .text-salebox .text-left .sale-box .sup-1 {
        font-size: 30px;
    }

    .text-salebox .text-left .sale-box .sup-2 {
        font-size: 26px;
        bottom: 7px;
    }

    .text-salebox .text-left .sale-box .text-sale {
        font-size: 60px;
    }

    .a-fact-image-wrapper {
        min-height: 370px;
    }

    .about-us.layout-2 .about-us-image {
        max-width: 350px;
        right: -10px;
    }

    .videos.layout-2 .video-thumbnail {
        height: 400px;
    }

    .page-title-wrapper .captions {
        font-size: 80px;
        line-height: 80px;
    }

    .page-title-wrapper .price .number {
        font-size: 50px;
    }

    .page-title-wrapper .price .unit {
        font-size: 24px;
    }

    .subscribe-email-wrapper .subscribe-email-right {
        float: left;
    }

    .special-offer {
        margin-bottom: 0;
    }

    .car-rent-layout .content-wrapper .price {
        font-size: 24px;
        position: relative;
    }

    .car-rent-layout .content-wrapper .price .for-price {
        display: block;
        top: 0;
        line-height: 1;
        margin: 0;
    }

    .car-rent-layout .content-wrapper .price sup {
        position: absolute;
        right: -4px;
        left: auto;
        top: 2px;
        font-size: 14px;
    }

    .car-rent-layout .image-wrapper {
        width: 330px;
    }

    .car-rent-layout .image-wrapper .link img {
        left: -20px;
        height: 100%;
    }

    .cruises-layout .content-wrapper,
    .car-rent-layout-2 .content-wrapper {
        padding: 30px;
    }

    .cruises-layout .content-wrapper .price,
    .car-rent-layout-2 .content-wrapper .price {
        position: relative;
        font-size: 24px;
    }

    .cruises-layout .content-wrapper .price sup,
    .car-rent-layout-2 .content-wrapper .price sup {
        position: absolute;
        right: -14px;
        top: 4px;
    }

    .content-tours .wrapper-icon-thin:before {
        width: 180px;
        right: -90px;
    }

    .wrapper-expert .caption-expert {
        left: 0;
    }

    .result-meta .result-count-wrapper {
        height: 40px;
    }

    .result-meta .result-filter-wrapper .selection-bar .select-wrapper {
        padding: 20px 0;
    }

    .result-meta .result-filter-wrapper {
        display: table;
        width: 100%;
    }

    .result-meta .result-filter-wrapper .result-filter-label {
        display: table-cell;
        vertical-align: middle;
        padding-left: 20px;
    }

    .result-meta .result-filter-wrapper .selection-bar {
        display: table-cell;
        float: none;
    }

    .result-meta .result-filter-wrapper .selection-bar .select-wrapper {
        width: 200px;
    }

    .overview-block {
        padding-top: 10px;
    }

    .timeline-hotel-view .timeline-point {
        top: 164px;
    }

    .timeline-hotel-view .timeline-custom-col.image-col:before {
        top: 174px;
    }

    .map-block .map-info {
        padding-top: 8%;
    }

    .gallery-block .gallery-image {
        position: relative;
    }

    .gallery-block .gallery-image .title-hover {
        display: block;
        top: 0;
        background: none;
    }

    .team-profile .content-expert .caption-expert {
        left: 0;
    }

    .wrapper-car-result .wrapper-car-img .car-img {
        height: 315px;
    }

    .wrapper-car-result .wrapper-car-img .car-img .img {
        height: 100%;
        width: 100%;
    }

    .wrapper-car-result .wrapper-img-caption {
        padding: 50px 30px;
    }

    .wrapper-car-result .car-wigdet .wrapper-car-item {
        width: 180px;
    }

    .wrapper-driver-detail .wrapper-payment .main-lb {
        white-space: nowrap;
    }

    .sc-map-location .result-body .search-expand {
        margin-left: 20px;
    }
}
@media screen and (min-width: 991px) {
    .slzexploore-menu .dropdown-menu-2.left {
        left: auto;
        right: 100%;
    }

    .rtl .slzexploore-menu .dropdown-menu-2.left {
        left: 100%;
        right: auto;
    }
}
@media screen and (max-width: 991px) {
    .navigation .nav-links .main-menu {
        margin: 0 10px;
    }

    .tab-search-transparent .find-widget {
        padding: 40px;
    }

    .tab-search-condensed .find-widget {
        padding: 40px 70px;
    }

    .col-1 {
        width: 50%;
        float: left;
        margin-bottom: 0;
    }

    .col-1:nth-child(odd) {
        padding-right: 15px;
    }

    .col-1:nth-child(even) {
        padding-left: 15px;
    }

    .col-1 .widget:last-child {
        margin-bottom: 0;
    }

    .col-2 {
        margin-bottom: 30px;
        display: inline-block;
        width: 100%;
    }

    .col-2:last-child {
        margin-bottom: 0;
    }

    .col-2 > .widget:last-child {
        margin-bottom: 0;
    }

    .wpb_column .sidebar-widget {
        margin-top: 0;
    }

    .sidebar-widget {
        float: left;
        margin-top: 40px;
    }

    .sc-map-location .sidebar-widget {
        width: 100%;
    }

    .sidebar-widget .widget {
        margin-bottom: 30px;
    }

    .sidebar-widget .find-widget .input-daterange,
    .sidebar-widget .find-widget .text-box-wrapper {
        width: 100%;
    }

    .sidebar-widget .find-widget .text-box-wrapper.half {
        width: calc((100% - 8px) / 2);
        width: -moz-calc((100% - 8px) / 2);
    }

    .social-widget ul {
        margin-left: 0;
    }

    .social-widget ul li {
        width: calc(100% / 6);
        width: -webkit-calc(100% / 6);
        width: -moz-calc(100% / 6);
    }

    .list-continents .list-continent-wrapper {
        width: initial;
        margin: 0 auto;
    }

    .list-continent-wrapper .continent {
        left: 0;
    }

    .list-continent-wrapper .continent:after {
        width: 60px;
    }

    .sidebar-widget .slz-search-widget .col-2 {
        display: table;
        width: 100%;
    }

    .sidebar-widget .slz-search-widget .col-2 .col-1 {
        display: inline-block;
        vertical-align: top;
        float: none;
        margin: 0;
    }

    .timeline-hotel-view .timeline-block {
        padding-bottom: 30px;
    }

    .timeline-hotel-view .timeline-custom-col,
    .timeline-hotel-view .timeline-custom-col.hotels-layout {
        float: none;
        width: 92%;
        padding: 0;
        margin-left: 8%;
    }

    .timeline-hotel-view .timeline-custom-col.full {
        width: 92%;
    }

    .timeline-hotel-view .timeline-custom-col.image-col:before {
        width: 0;
    }

    .timeline-book-block {
        margin-top: 30px;
    }

    .a-fact-image-wrapper {
        min-height: 200px;
    }

    .traveler-wrapper {
        padding-bottom: 0;
    }

    .travelers .traveler-list {
        top: 60px;
    }

    .text-salebox {
        width: 100%;
        padding: 0 10px;
    }

    .text-salebox .text-right .group-button .btn {
        margin-bottom: 0 15px 15px 0;
    }

    .sc-map-location .sidebar-widget {
        float: none;
    }

    .sc-map-location .slz-search-widget >.col-2 {
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 768px) {
    .pagination-list {
        margin-top: 0;
    }

    .header-04 .header-main .nav-search,
    .header-01 .header-main .nav-search {
        right: 0px;
    }

    header .header-01 .header-main .navigation,
    header .header-03 .header-main .navigation,
    header .header-04 .header-main .navigation {
        display: none !important;
    }

    .header-main .header-main-wrapper {
        min-height: 80px;
    }

    .homepage-03 h1.banner {
        margin-top: 80px;
    }

    .tab-search-transparent {
        margin-bottom: 80px;
    }

    .result-wrapper .slick-prev,
    .result-wrapper .slick-next {
        display: none;
    }

    .result-wrapper .slick-dots li.slick-active button {
        border: 1px solid #ffdd00;
    }

    .result-wrapper .slick-dots li.slick-active button:before {
        color: #ffdd00;
    }

    .result-wrapper .slick-dots li button {
        border: 1px solid #f0f0f0;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        margin: 0 0 10px 0;
        display: block;
    }

    .result-wrapper .slick-dots li button:before {
        width: 16px;
        height: 16px;
        font-size: 8px;
        line-height: 18px;
        color: #f0f0f0;
        opacity: 1;
    }

    .padding-bottom {
        padding-bottom: 80px;
    }

    .padding-top {
        padding-top: 80px;
    }

    .padding-top-140 {
        padding-top: 120px;
    }

    .padding-bottom-70 {
        padding-bottom: 50px;
    }

    .margin-top70 {
        margin-top: 50px;
    }

    .header-main {
        text-align: center;
    }

    .header-main .navbar-header {
        float: none;
    }

    .wrapper-mobile-nav {
        display: block;
    }

    .wrapper-mobile-nav .header-topbar {
        padding: 19px 0;
    }

    .hamburger-menu {
        display: table;
        position: absolute;
        left: 30px;
        top: 50%;
        margin-top: -20px;
    }

    .navigation {
        display: none;
    }

    .header-02 .hamburger-menu-wrapper {
        background-color: #ffdd00;
    }

    .header-03 .hamburger-menu-wrapper {
        background-color: #ffdd00;
    }

    .header-03 .header-topbar {
        height: 80px;
        line-height: 80px;
    }

    .header-03 .header-topbar .topbar-left {
        height: 80px;
        line-height: 80px;
    }

    .header-03 .header-topbar .btn-menu {
        display: none;
    }

    .header-03 .header-topbar .hamburger-menu {
        position: relative;
        left: 0;
    }

    .header-04 .header-main {
        height: 80px;
    }

    .header-04 .group-logo {
        padding-top: 30px;
        padding-bottom: 40px;
    }

    .logo-footer {
        margin-bottom: 50px;
    }

    .about-us-wrapper .group-list ul {
        margin-left: 20px;
        max-width: 50%;
    }

    .videos.layout-1 .video-wrapper {
        text-align: center;
        padding-bottom: 50px;
    }

    .videos.layout-1 .video-thumbnail {
        width: 100%;
        height: 420px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 80px;
        bottom: 0;
    }

    .travelers .traveler-wrapper {
        padding-bottom: 50px;
    }

    .travelers .traveler-list {
        top: 0;
        margin-bottom: 80px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .travelers .traveler-list .traveler:nth-child(even) {
        margin-top: 0;
    }

    .travelers .traveler-list .slick-list {
        padding-bottom: 30px;
    }

    .new-layout .image-wrapper {
        display: block;
        width: 100%;
    }

    .new-layout .image-wrapper .link {
        position: relative;
    }

    .new-layout .image-wrapper .link img {
        position: relative;
        width: 100%;
        height: auto;
        left: 0;
    }

    .new-layout .content-wrapper {
        padding: 30px;
        background-color: #fbf9fa;
    }

    .news .news-list {
        margin: 0;
    }

    .news .news-list .slick-dots {
        position: absolute;
        bottom: -50px;
        width: 100%;
        padding: 0;
        top: auto;
        right: 0;
    }

    .news .news-list .slick-dots li {
        display: inline-block;
        margin: 0 5px;
    }

    .news .news-list .slick-list {
        margin-bottom: 30px;
    }

    .contact .contact-wrapper-images {
        left: 4%;
    }

    .banner-sale-1 .title-box {
        background-size: cover;
        background-position: center;
    }

    .banner-sale-1 .title-box .title-1 {
        font-size: 50px;
    }

    .banner-sale-1 .title-box .title-2 {
        font-size: 42px;
    }

    .banner-sale-1 .title-box .title-3 {
        font-size: 24px;
        padding-top: 5px;
    }

    .banner-sale-1 .banner-right {
        padding-left: 30px;
        padding-right: 30px;
    }

    .banner-sale-1 .banner-right .text-salebox {
        width: 100%;
    }

    .banner-sale-2 {
        height: auto !important;
        background-attachment: scroll;
    }

    .banner-sale-2 .title-box .title-1 {
        font-size: 80px;
    }

    .banner-sale-2 .banner-building {
        display: none;
    }

    .banner-sale-2 .banner-left,
    .banner-sale-2 .banner-right {
        display: block;
        width: 100%;
    }

    .banner-sale-2 .banner-left {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .banner-sale-2 .banner-left .title-box {
        padding-top: 80px;
        padding-left: 15%;
        padding-right: 15%;
        padding-bottom: 0;
    }

    .banner-sale-2 .banner-left .title-box.text-parallax {
        transform: none;
    }

    .banner-sale-2 .text-salebox {
        padding-top: 0;
        padding-left: 15%;
        padding-right: 15%;
        padding-bottom: 80px;
        margin: 0;
        width: 100%;
    }

    .text-salebox .text-left {
        vertical-align: middle;
    }

    .text-salebox .text-left .sale-box .number {
        font-size: 70px;
    }

    .text-salebox .text-left .sale-box .sup-1 {
        font-size: 30px;
    }

    .text-salebox .text-left .sale-box .sup-2 {
        font-size: 26px;
        bottom: 7px;
    }

    .text-salebox .text-left .sale-box .text-sale {
        font-size: 60px;
    }

    .a-fact-image-wrapper {
        margin-top: 20px;
        min-height: 420px;
    }

    .tours-wrapper .tours-list {
        margin-bottom: 30px;
    }

    .about-us.layout-3 .wrapper-contact-style .about-us-image {
        margin-top: -50px;
        bottom: -80px;
    }

    .about-us .about-us-image,
    .about-us.layout-2 .about-us-image {
        right: auto;
        max-width: 360px;
        position: relative;
        left: 50%;
        margin-left: -180px;
        margin-top: 50px;
    }

    .about-us-2 .wrapper-contact-style .about-us-image {
        margin-top: -50px;
    }

    .about-us-4 .wrapper-contact-style .about-us-image {
        margin-top: -100px;
    }

    .videos.layout-2 {
        padding-bottom: 80px;
    }

    .videos.layout-2 .video-thumbnail {
        top: 0;
    }

    .videos.layout-2 .text {
        margin-bottom: 50px;
    }

    .banner-sale-3 .text-salebox .text-right {
        padding-right: 0;
    }

    .page-title-wrapper .captions {
        font-size: 65px;
        line-height: 58px;
    }

    .page-title-wrapper .price {
        display: none;
    }

    .title-style-2 {
        margin-bottom: 40px;
    }

    .special-offer .title-style-2 {
        margin-bottom: 20px;
    }

    .page-title-wrapper .page-title-content {
        bottom: -8px;
    }

    .car-rent-layout .image-wrapper {
        width: 50%;
        max-width: 370px;
    }

    .car-rent-layout .image-wrapper .link img {
        left: 0;
    }

    .hotels-layout .content-wrapper .list-info .share-social-list {
        left: -90%;
        padding: 0;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
    }

    .hotels-layout .content-wrapper .list-info li:hover .link + .share-social-list {
        left: -100%;
    }

    .tab-search .tab-btn-wrapper .tab-btn span {
        display: none;
    }

    .tab-search .tab-btn-wrapper .tab-btn i {
        margin-right: 0;
    }

    .tab-search-condensed .nav-tabs {
        width: 100%;
    }

    .tab-search-condensed .find-widget {
        padding: 40px 50px;
    }

    .timeline:before {
        height: 90%;
    }

    .wrapper-timeline-content:before {
        top: 25%;
        left: -34px;
    }

    .wrapper-timeline-content:after {
        top: 23%;
        left: -53px;
    }

    .timeline-content {
        margin-left: 95px;
        margin-top: 25px;
        margin-bottom: 40px;
    }

    .timeline-custom-col {
        width: 100%;
        margin-left: 0px;
        float: none;
    }

    .timeline-custom-col.image-col:before {
        width: 0;
    }

    .timeline-location-block,
    .timeline-image-block {
        border: 0px;
    }

    .timeline-location-block {
        min-height: 0px;
    }

    .timeline-point {
        left: -69px;
    }

    .timeline-image-block {
        height: auto;
    }

    .expert-block {
        padding-bottom: 0px;
    }

    .expert-block .about-us-wrapper {
        padding-top: 30px;
    }

    .new-style .special-offer-layout .image-wrapper .title-wrapper {
        bottom: 15px;
        font-size: 16px;
    }

    .new-style .special-offer-layout .image-wrapper .title-wrapper .icons {
        font-size: 24px;
    }

    .timeline-hotel-view .timeline-block {
        padding-bottom: 30px;
    }

    .timeline-hotel-view .timeline-custom-col,
    .timeline-hotel-view .timeline-custom-col.hotels-layout {
        float: none;
        width: 90%;
        padding: 0;
        margin-left: 8%;
    }

    .timeline-hotel-view .timeline-custom-col.full {
        width: 90%;
    }

    .timeline-hotel-view .timeline-custom-col.image-col:before {
        width: 0;
    }

    .timeline-book-block {
        margin-top: 20px;
    }

    .timeline-book-block .find-widget .input-daterange {
        width: 100%;
        float: none;
    }

    .timeline-book-block .find-widget .text-box-wrapper {
        width: 50%;
    }

    .timeline-book-block .find-widget .text-box-wrapper.place,
    .timeline-book-block .find-widget .text-box-wrapper.note,
    .timeline-book-block .find-widget .text-box-wrapper.email,
    .timeline-book-block .find-widget .text-box-wrapper.phone {
        width: 100%;
    }

    .map-block .map-info {
        padding-top: 10%;
    }

    .tour-result-main .tours-list .row:last-child .col-sm-6:last-child .tours-layout,
    .cruises-result-main .cruises-list .col-sm-6:last-child .cruises-layout,
    .car-rent-result-main .car-rent-list .col-sm-6:last-child .car-rent-layout-2 {
        margin-bottom: 0;
    }

    .tour-result-main .tours-list .col-sm-6 {
        float: left;
        width: 50%;
    }

    .trip-info {
        height: auto;
        line-height: 1.4;
        padding: 20px 0;
    }

    .trip-info .label-time-widget {
        margin-top: 15px;
    }

    .label-time-widget {
        text-align: left;
    }

    .main-right {
        float: left;
    }

    .tab-search .tab-btn-wrapper .tab-btn span {
        display: none;
    }

    .tab-search .tab-btn-wrapper .tab-btn i {
        margin-right: 0;
    }

    .tab-search-condensed .nav-tabs {
        width: 100%;
    }

    .tab-search-condensed .find-widget {
        padding: 40px 50px;
    }

    .content-tours .wrapper-icon-thin:before {
        width: 136px;
        right: -68px;
    }

    .page-contact-form .contact-wrapper {
        width: 45%;
        padding: 0;
    }

    .page-contact-form .contact-box {
        padding: 43px 40px;
    }

    .wrapper-expert {
        margin-bottom: 80px;
    }

    .wrapper-expert .content-expert:nth-child(even) {
        margin-top: 0;
    }

    .wrapper-expert .slick-dots {
        bottom: -50px;
    }

    .wrapper-expert .slick-dots li.slick-active button {
        border: 1px solid #ffdd00;
    }

    .wrapper-expert .slick-dots li button {
        border: 1px solid #c3c3c3;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        margin: 0 0 10px 0;
        display: block;
    }

    .wrapper-expert .slick-dots li.slick-active button:before {
        color: #ffdd00;
    }

    .wrapper-expert .slick-dots li button:before {
        width: 16px;
        height: 16px;
        font-size: 8px;
        line-height: 18px;
        color: #c3c3c3;
        opacity: 1;
    }

    .result-meta .result-filter-wrapper .result-filter-label {
        width: 10%;
    }

    .result-meta .result-filter-wrapper .selection-bar .select-wrapper {
        width: 145px;
    }

    .page-404 .page-clouds-1,
    .page-404 .page-clouds-2,
    .page-404 .page-clouds-3 {
        width: 500%;
    }

    .page-clouds-1 {
        background-position: center;
        animation: cloud_left_to_right 100s linear infinite;
        -webkit-animation: cloud_left_to_right 100s linear infinite;
        -moz-animation: cloud_left_to_right 100s linear infinite;
        -ms-animation: cloud_left_to_right 100s linear infinite;
        -o-animation: cloud_left_to_right 100s linear infinite;
        z-index: 1;
    }

    .page-clouds-2 {
        z-index: 3;
        background-position: top;
        animation: cloud_right_to_left 100s linear infinite;
        -webkit-animation: cloud_right_to_left 100s linear infinite;
        -moz-animation: cloud_right_to_left 100s linear infinite;
        -ms-animation: cloud_right_to_left 100s linear infinite;
        -o-animation: cloud_right_to_left 100s linear infinite;
    }

    .page-clouds-3 {
        background-position: center;
        animation: cloud_left_to_right 100s linear infinite;
        -webkit-animation: cloud_left_to_right 100s linear infinite;
        -moz-animation: cloud_left_to_right 100s linear infinite;
        -ms-animation: cloud_left_to_right 100s linear infinite;
        -o-animation: cloud_left_to_right 100s linear infinite;
        z-index: 3;
    }

    .item-blog-detail .blog-text .blog-content {
        margin-bottom: 50px;
    }

    .margin-bottom {
        margin-bottom: 80px;
    }

    .item-blog-detail .blog-text .blog-comment .comment-count {
        margin-bottom: 50px;
    }

    .item-blog-detail .blog-text .leave-comment {
        margin-bottom: 80px;
    }

    .page-main .sidebar-widget .widget-list {
        width: calc(100%);
    }

    .page-main .sidebar-widget .widget ul.widget-list li.single-widget-item:last-child {
        padding-bottom: 0;
    }

    .item-blog-detail .blog-text .blog-comment .comment-list {
        margin-bottom: 50px;
    }

    .main-team .padding-col-right {
        padding-right: 15px;
    }

    .main-team .padding-col-left {
        padding-left: 15px;
    }

    .content-team-detail .content-expert {
        margin: 0 0;
    }

    .wrapper-caption-team .wrapper-team-title .team-title-small {
        margin-bottom: 10px;
    }

    .wrapper-caption-team .wrapper-team-title {
        margin-bottom: 20px;
    }

    .wrapper-caption-team .text {
        margin-bottom: 20px;
    }

    .team-profile {
        margin-bottom: 0;
    }

    .team-purchase {
        padding: 50px 0;
    }

    .team-purchase .text {
        margin-bottom: 20px;
    }

    .team-purchase .purchase-title .main-title {
        font-size: 25px;
    }

    .main-position {
        margin-bottom: 30px;
    }

    .wrapper-text-excel .text-excel {
        margin-bottom: 10px;
    }

    .wrapper-text-excel .link-text {
        margin-bottom: 10px;
    }

    .wrapper-text-excel .list-text {
        margin-bottom: 50px;
    }

    .group-number {
        margin-bottom: 30px;
    }

    .wrapper-llc .llc-title {
        margin-bottom: 10px;
    }

    .wrapper-llc .text {
        margin-bottom: 10px;
    }

    .wrapper-llc .list-llc {
        margin-bottom: 10px;
    }

    .wrapper-content-faq {
        margin-bottom: 80px;
    }

    .wrapper-car-detail .list-single-flight-result {
        margin-bottom: 30px;
    }

    .wrapper-driver-detail .content-driver-detail .main-form-driver {
        margin-bottom: 15px;
    }

    .content-payment .main-form-title {
        margin-bottom: 10px;
    }

    .wrapper-driver-detail .content-driver-detail .main-form-driver {
        display: block;
    }

    .wrapper-form-driver .input-group {
        width: 100%;
    }

    .wrapper-car-result {
        margin-bottom: 30px;
    }

    .wrapper-car-result .wrapper-car-img .car-img {
        height: auto;
    }

    .wrapper-car-result .wrapper-img-caption {
        padding: 30px 30px;
    }

    .car-price-wrapper {
        padding: 30px 30px;
    }

    .wrapper-login .form-login {
        margin-bottom: 10px;
    }

    .mega-menu-content {
        position: static;
        background-color: #ffe74c;
    }

    .mega-menu-column-box {
        padding-left: 0;
    }

    .mega-menu-content .mega-menu-column {
        padding: 30px 0 10px;
    }

    .mega-menu-content .mega-menu-column > .mega-menu-column-box > .mega-menu-title .sf-with-ul {
        padding-left: 15px;
    }

    .menu-mobile .mega-menu-content li {
        display: block;
        border-top-color: rgba(60, 60, 60, 0.9);
    }

    .menu-mobile .mega-menu-content .dropdown-menu-1 li:last-child {
        border-bottom: 1px solid rgba(60, 60, 60, 0.9);
        border-top: 0;
    }

    .menu-mobile .dropdown-menu .mega-menu-column:last-child li:last-child {
        border-bottom: 0;
    }

    .sc-map-location .result-body .find-widget .content-widget >.text-input .text-box-wrapper.full,
    .sc-map-location .result-body .find-widget .content-widget >.text-input > .text-box-wrapper.half {
        width: 50%;
    }

    .sc-map-location .result-body .find-widget .input-daterange {
        width: 100%;
    }

    .sc-map-location .content-expand {
        padding: 40px 20px;
    }

    .sc-map-location .result-body .search-expand {
        -webkit-transform: translate(0, -100px);
        -moz-transform: translate(0, -100px);
        transform: translate(0, -100px);
    }
}
@media screen and (max-width: 767px) {
    .header-topbar .topbar-left > li .topbar-icon {
        margin-right: 0px;
    }

    .header-topbar .topbar-left > li {
        min-width: initial;
        text-align: center;
    }

    .bg-image.show-video {
        opacity: 1;
        visibility: visible;
    }

    .homepage-banner-warpper .btn-video {
        display: none;
    }

    .wrapper-content .f-right {
        float: none !important;
    }

    .menu-mobile .nav-links {
        margin: 0;
    }

    .menu-mobile .main-menu {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .page-banner.homepage-default,
    .page-banner.homepage-04 {
        height: 100%;
    }

    .homepage-04 .homepage-hero-module {
        min-height: 667px;
        max-height: 667px;
    }

    .homepage-04 .group-logo {
        padding-top: 30px;
        padding-bottom: 45px;
    }

    .homepage-04 .filter,
    .homepage-04 video {
        min-height: 667px;
        max-height: 667px;
        width: 130% !important;
        margin-left: -50px !important;
    }

    .homepage-banner-warpper {
        min-height: 667px;
    }

    .homepage-default .group-title {
        margin-bottom: 0;
    }

    .homepage-default .group-title .title {
        font-size: 80px;
    }

    .header-main .logo {
        line-height: 80px;
    }

    .wrapper-mobile-nav .header-topbar {
        padding: 14px 0;
    }

    .header-03 .header-topbar .login-widget .search {
        display: none;
    }

    .page-banner {
        height: 450px;
    }

    .hyperlink .slide-logo-wrapper {
        margin: 50px auto;
    }

    .about-us-image {
        width: 70%;
        margin: 0 0 0 auto;
    }

    .contact .contact-wrapper-images {
        display: none;
    }

    .videos.layout-1 .title {
        font-size: 50px;
    }

    .a-fact-image-wrapper {
        margin-top: 30px;
    }

    .travelers .traveler-list .slick-dots {
        bottom: -25px;
    }

    .text-salebox .text-left,
    .text-salebox .text-right {
        display: block;
    }

    .text-salebox .text-right {
        padding-left: 0;
        padding-top: 8px;
    }

    .text-salebox .text-left .sale-box .number {
        font-size: 56px;
    }

    .text-salebox .text-left .sale-box .sup-1 {
        font-size: 24px;
        top: 5px;
    }

    .text-salebox .text-left .sale-box .sup-2 {
        font-size: 24px;
        bottom: 5px;
    }

    .text-salebox .text-left .sale-box .text-sale {
        font-size: 45px;
        line-height: 40px;
    }

    .a-fact-image-wrapper {
        min-height: 400px;
    }

    .banner-sale-3 .text-salebox {
        height: auto;
        padding: 80px 15%;
    }

    .banner-sale-3 .text-salebox .text-right {
        padding-left: 0;
    }

    .trip-info {
        font-size: 14px;
    }

    .trip-info .label-time-widget {
        margin-top: 10px;
    }

    .page-banner,
    .page-banner-2,
    .tours,
    .banner-sale-1,
    .footer-main,
    .travelers,
    .contact,
    .page-our-values,
    .about-tours,
    .page-contact-form,
    .banner-sale-1 .title-box {
        background-attachment: scroll;
    }

    .homepage-03 h1.banner {
        font-size: 3.43rem;
        list-height: 3.43rem;
    }

    .homepage-03 h4.sub-banner {
        font-size: 1rem;
        line-height: 1.43rem;
    }

    .tab-search .count {
        width: calc((100% - 8px) / 2);
        width: -webkit-calc((100% - 8px) / 2);
        width: -moz-calc((100% - 8px) / 2);
    }

    .tab-search .find-cruises-widget .count,
    .tab-search .find-tours-widget .count,
    .tab-search .find-transfer-widget .count {
        width: calc((100% - 8px) / 2);
        width: -webkit-calc((100% - 8px) / 2);
        width: -moz-calc((100% - 8px) / 2);
    }

    .tab-search .find-car-widget .car-count,
    .tab-search .find-car-widget .input-daterange,
    .tab-search .find-car-widget .place,
    .tab-search .find-cruises-widget .place,
    .tab-search .find-cruises-widget .time-count,
    .tab-search .find-tours-widget .date,
    .tab-search .find-tours-widget .place,
    .tab-search .find-transfer-widget .date,
    .tab-search .find-transfer-widget .place,
    .tab-search .input-daterange,
    .tab-search .place {
        width: 100%;
    }

    .tab-search-long .text-input .text-box-wrapper {
        margin-top: 20px;
    }

    .tab-search-long .text-input > .text-box-wrapper:first-child {
        margin-top: 0;
    }

    .wrapper-journey .slick-prev {
        left: 10px;
        top: -15px;
    }

    .wrapper-journey .slick-next {
        right: 10px;
        top: -15px;
    }

    .tour-result-main .tours-list .col-sm-6:last-child .tours-layout,
    .cruises-result-main .cruises-list .col-sm-6:last-child .cruises-layout {
        margin-bottom: 0px;
    }

    .tour-result-main .tours-list .col-sm-6 {
        width: 50%;
        float: left;
    }

    .trip-info {
        padding: 15px 0;
    }

    .content-tours {
        width: 33%;
        margin-bottom: 30px;
    }

    .content-tours .tours-title {
        margin-bottom: 5px;
    }

    .content-tours:nth-child(4),
    .content-tours:nth-child(5) {
        margin-bottom: 0;
    }

    .content-tours .wrapper-icon-thin:before {
        width: 0;
    }

    .content-tours:nth-child(3) .wrapper-icon-thin:before,
    .content-tours:nth-child(4) .wrapper-icon-thin:before {
        left: 24px;
    }

    .page-contact-form .contact-wrapper {
        position: relative;
        width: 100%;
    }

    .page-contact-form .contact-box {
        padding: 50px 40px;
    }

    .result-meta .result-filter-wrapper .selection-bar .select-wrapper {
        padding: 10px 0;
    }

    .result-meta .result-filter-wrapper .selection-bar .select-wrapper:nth-child(3),
    .result-meta .result-filter-wrapper .selection-bar .select-wrapper:nth-child(4) {
        padding: 0 0 20px 0;
    }

    .result-meta .result-filter-wrapper .result-filter-label {
        width: 15%;
    }

    .result-meta .result-filter-wrapper .selection-bar .select-wrapper {
        width: 245px;
    }

    .page-404 .page-wrapper {
        padding-top: 0;
    }

    .page-404 .title-1 {
        font-size: 200px;
        margin-bottom: 30px;
        position: relative;
        z-index: 5;
    }

    .page-404 .title-2 {
        font-size: 30px;
        margin-bottom: 30px;
        position: relative;
        z-index: 8;
    }

    .page-404:after {
        z-index: 7;
    }

    .page-404 .page-clouds-1,
    .page-404 .page-clouds-2,
    .page-404 .page-clouds-3 {
        z-index: 9;
    }

    .item-blog-detail .blog-text .blog-comment .comment-list .comment-list-children {
        margin-left: 0;
    }

    .blog-post .blog-content .heading {
        margin-bottom: 10px;
    }

    .blog-post .blog-content .meta-info {
        margin-bottom: 20px;
    }

    .blog-wrapper .blog-post .blog-content {
        padding: 30px 0;
    }

    .homepage-03 h1.banner {
        font-size: 3.43rem;
        list-height: 3.43rem;
    }

    .homepage-03 h4.sub-banner {
        font-size: 1rem;
        line-height: 1.43rem;
    }

    .tab-search .count {
        width: calc((100% - 8px) / 2);
        width: -webkit-calc((100% - 8px) / 2);
        width: -moz-calc((100% - 8px) / 2);
    }

    .tab-search .find-cruises-widget .count,
    .tab-search .find-tours-widget .count,
    .tab-search .find-transfer-widget .count {
        width: calc((100% - 8px) / 2);
        width: -webkit-calc((100% - 8px) / 2);
        width: -moz-calc((100% - 8px) / 2);
    }

    .tab-search .find-car-widget .car-count,
    .tab-search .find-car-widget .input-daterange,
    .tab-search .find-car-widget .place,
    .tab-search .find-cruises-widget .place,
    .tab-search .find-cruises-widget .time-count,
    .tab-search .find-tours-widget .date,
    .tab-search .find-tours-widget .place,
    .tab-search .find-transfer-widget .date,
    .tab-search .find-transfer-widget .place,
    .tab-search .input-daterange,
    .tab-search .place {
        width: 100%;
    }

    .tab-search-long .text-input .text-box-wrapper {
        margin-top: 20px;
    }

    .tab-search-long .text-input > .text-box-wrapper:first-child {
        margin-top: 0;
    }

    .item-blog-detail .blog-text .leave-comment {
        margin-bottom: 40px;
    }

    .item-blog-detail .blog-text .blog-detail-tag {
        margin-bottom: 50px;
    }

    .result-meta .result-filter-wrapper .selection-bar .select-wrapper.price {
        width: 245px;
    }

    .wrapper-car-detail .text-bottom {
        margin-bottom: 30px;
    }

    .main-form-title {
        margin-bottom: 15px;
    }
}
@media screen and (max-width: 600px) {
    .wrapper-content .homepage-02 .tab-search {
        top: 0;
    }

    .homepage-03 h1.banner {
        margin-top: 60px;
    }

    .tab-search-transparent {
        margin-bottom: 60px;
    }

    .tab-search-long .text-input > .text-box-wrapper:first-child {
        width: 100%;
    }

    .tab-search-long.slz-shortcode .find-tours-widget .input-daterange {
        width: 100%;
    }

    .page-banner-2 .tab-content-bg {
        margin-top: -100px;
    }

    .list-continents {
        display: block;
        margin-bottom: 40px;
    }

    .menu-mobile .main-menu {
        font-size: 14px;
    }

    .homepage-04 .group-logo {
        padding-top: 0;
    }

    .hamburger-menu {
        left: 20px;
    }

    .padding-bottom {
        padding-bottom: 60px;
    }

    .padding-top {
        padding-top: 60px;
    }

    .padding-bottom-70 {
        padding-bottom: 40px;
    }

    .padding-top-140 {
        padding-top: 100px;
    }

    .margin-top70 {
        margin-top: 40px;
    }

    .pagination-list {
        margin-top: 10px;
    }

    .homepage-04 .filter,
    video {
        width: 150% !important;
        margin-left: -100px !important;
    }

    footer .widget .title-widget {
        margin-bottom: 20px;
    }

    .hyperlink .slide-logo-wrapper {
        margin: 40px auto;
    }

    .about-us-image {
        width: 60%;
    }

    .tours .tours-wrapper .tours-content {
        max-width: 400px;
        margin-right: auto;
        margin-left: auto;
    }

    .videos.layout-1 .video-thumbnail {
        width: 100%;
        height: 300px;
        margin-bottom: 60px;
    }

    .travelers .traveler-list {
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    .new-layout .content-wrapper .title {
        font-size: 18px;
        line-height: 24px;
    }

    .travelers .traveler-wrapper {
        padding-bottom: 20px;
    }

    .a-fact-image-wrapper {
        min-height: 340px;
    }

    .banner-sale-1 .title-box .title-1 {
        font-size: 70px;
    }

    .banner-sale-1 .title-box .title-2 {
        font-size: 60px;
    }

    .banner-sale-1 .title-box .title-3 {
        font-size: 40px;
        padding-top: 7px;
    }

    .banner-sale-1 .title-box .title-overlay {
        padding-left: 15%;
        padding-right: 15%;
    }

    .banner-sale-1 .banner-left,
    .banner-sale-1 .banner-right {
        display: block;
        width: 100%;
    }

    .banner-sale-1 .banner-right {
        padding-left: 15%;
        padding-right: 15%;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .tours-wrapper .tours-list {
        margin: 0 0 30px 0;
    }

    .videos.layout-2 {
        padding-bottom: 60px;
    }

    .videos.layout-2 .video-thumbnail {
        height: 360px;
    }

    .banner-sale-2 .banner-left .title-box {
        padding-top: 60px;
        padding-left: 15%;
        padding-right: 15%;
        padding-bottom: 0;
    }

    .banner-sale-2 .text-salebox {
        padding-top: 0;
        padding-left: 15%;
        padding-right: 15%;
        padding-bottom: 60px;
    }

    .videos.layout-2 .text {
        margin-left: 0;
        margin-right: 0;
    }

    .banner-sale-3 .text-salebox {
        height: auto;
        padding: 60px 15%;
    }

    .page-title-wrapper .captions {
        font-size: 50px;
        line-height: 50px;
        margin-top: 10px;
    }

    .page-title-wrapper .breadcrumb li .link.home {
        font-size: 18px;
    }

    .subscribe-email-title {
        font-size: 18px;
    }

    .subscribe-email-title .logo-text {
        font-size: 26px;
    }

    .subscribe-email-text {
        font-size: 14px;
    }

    .car-rent-layout .content-wrapper {
        padding: 20px;
    }

    .car-rent-layout .content-wrapper .title {
        font-size: 16px;
    }

    .car-rent-layout .content-wrapper .price {
        font-size: 20px;
    }

    .car-rent-layout .content-wrapper .price sup {
        top: 5px;
        right: -1px;
    }

    .car-rent-layout .image-wrapper {
        width: 55%;
    }

    .car-rent-layout .image-wrapper .link img {
        left: -40px;
    }

    .cruises-layout .content-wrapper,
    .car-rent-layout-2 .content-wrapper {
        padding: 20px;
    }

    .cruises-layout .content-wrapper .title,
    .car-rent-layout-2 .content-wrapper .title {
        font-size: 16px;
    }

    .cruises-layout .content-wrapper .price,
    .car-rent-layout-2 .content-wrapper .price {
        font-size: 20px;
    }

    .tours-layout .content-wrapper > .content {
        padding: 30px 15px;
    }

    .about-us-4 .wrapper-contact-style .about-us-image {
        bottom: -90px;
    }

    .homepage-02 h1.banner {
        font-size: 4.64rem;
        line-height: 4.64rem;
    }

    .homepage-03 h1.banner {
        font-size: 3rem;
        line-height: 3rem;
    }

    .tab-search-condensed .find-widget {
        padding: 40px;
    }

    .schedule-block {
        width: 70%;
        margin: 0 auto;
    }

    .schedule-block .element {
        display: block;
        width: 100%;
        padding: 0px;
        text-align: left;
        border-right: 0px;
        border-bottom: 1px solid #FFF;
    }

    .schedule-block .element:last-child {
        border-bottom: 0px;
    }

    .schedule-block .element .schedule-title {
        display: inline-block;
        padding: 6px;
        font-weight: bold;
        width: 50%;
        border-right: 1px solid #FFF;
    }

    .schedule-block .element .schedule-content {
        padding: 6px;
    }

    .wrapper-timeline-content:before {
        left: -14px;
    }

    .wrapper-timeline-content:after {
        left: -24px;
    }

    .timeline-content {
        margin-left: 65px;
        margin-top: 20px;
        margin-bottom: 30px;
    }

    .timeline-point {
        left: -39px;
    }

    .timeline-custom-col {
        width: 100%;
    }

    .timeline-custom-col:before {
        left: -4px;
    }

    .timeline-hotel-view .timeline-content {
        margin-top: 50px;
    }

    .gallery-block {
        padding-bottom: 40px;
    }

    .gallery-block .grid .grid-item {
        margin: 5px 0;
        width: 100%;
        float: left;
    }

    .gallery-block .grid .grid-item.img-small {
        width: 50%;
    }

    .gallery-block .pdr {
        padding-right: 5px;
    }

    .gallery-block .pdl {
        padding-left: 5px;
    }

    .expert-block .title-style-2 {
        margin: 0 0 30px 0;
    }

    .new-style .special-offer-layout .image-wrapper .title-wrapper {
        font-size: 18px;
    }

    .map-block .map-info {
        padding-top: 50px;
        width: 300px;
        height: 300px;
    }

    .tour-result-main .list-continents {
        display: block;
        margin-bottom: 40px;
    }

    .list-continents .list-continent-wrapper {
        margin: 20px;
    }

    .list-continent-wrapper .continent:after {
        width: 0;
    }

    .tour-result-main .tours-layout .content-wrapper > .content .group-btn-tours {
        padding: 0 5px;
    }

    .item-blog-detail .blog-text .leave-comment {
        margin-bottom: 20px;
    }

    .single-recent-post-widget .post-info .meta-info,
    .single-recent-post-widget .post-info .single-rp-preview {
        line-height: 18px;
    }

    .car-rent-layout .image-wrapper {
        width: 290px;
    }

    .our-wrapper {
        margin-bottom: 40px;
    }

    .our-wrapper .col-xs-3 {
        width: 50%;
        margin-bottom: 40px;
    }

    .our-wrapper .col-xs-3:nth-child(3),
    .our-wrapper .col-xs-3:nth-child(4) {
        margin-bottom: 0;
    }

    .content-tours {
        width: 33%;
        margin-bottom: 30px;
    }

    .content-tours:nth-child(4),
    .content-tours:nth-child(5) {
        margin-bottom: 0;
    }

    .wrapper-organization .md-organization {
        width: 50%;
        margin-bottom: 30px;
    }

    .wrapper-organization .md-organization:last-child {
        margin-bottom: 0;
    }

    .wrapper-organization .md-organization:nth-child(3) {
        width: 100%;
        text-align: center;
    }

    .blog-post .blog-content .meta-info {
        margin-bottom: 10px;
    }

    .item-blog-detail .blog-text .blog-content .blog-descritption .text {
        margin-bottom: 15px;
    }

    .item-blog-detail .blog-text .blog-content .blog-descritption .blockquote {
        margin: 20px 20px;
    }

    .item-blog-detail .blog-text .blog-content .blog-descritption .video-thumbnail {
        margin-top: 30px;
    }

    .item-blog-detail .blog-text .blog-content .blog-descritption .caption {
        margin-bottom: 10px;
    }

    .item-blog-detail .blog-text .blog-content {
        margin-bottom: 30px;
    }

    .result-meta .result-filter-wrapper .selection-bar .select-wrapper {
        width: 210px;
    }

    .page-404 .page-content {
        width: 100%;
    }

    .page-404 .title-1 {
        margin-bottom: 0;
    }

    .page-404 .title-2 {
        margin-bottom: 20px;
    }

    .homepage-02 h1.banner {
        font-size: 4.64rem;
        line-height: 4.64rem;
    }

    .homepage-03 h1.banner {
        font-size: 3rem;
        line-height: 3rem;
    }

    .tab-search-condensed .find-widget {
        padding: 40px;
    }

    .schedule-block {
        width: 100%;
    }

    .timeline:before {
        height: 85%;
    }

    .timeline-location-block {
        padding: 15px 20px;
        min-height: 0;
    }

    .timeline-location-block .location-name .icon-marker {
        border: 0px;
        right: 0;
        left: auto;
        font-size: 20px;
    }

    .about-us-wrapper .col-contact {
        width: 100%;
    }

    .about-us-wrapper .contact-list-media {
        width: 70%;
        margin: 10px auto;
    }

    .contact-list-media .media-left,
    .contact-list-media .media-right {
        display: table-cell;
        vertical-align: middle;
    }

    .contact-list-media .media-right {
        text-align: left;
        padding-left: 15px;
    }

    .contact-list-media .media-left {
        padding-bottom: 0px;
    }

    .timeline-hotel-view .timeline-title {
        position: static;
        margin-bottom: -1px;
    }

    .timeline-hotel-view .timeline-content {
        margin: 0;
        width: 100%;
    }

    .timeline-hotel-view .timeline-custom-col,
    .timeline-hotel-view .timeline-custom-col.hotels-layout {
        margin-left: 0;
        width: 100%;
        padding: 0;
    }

    .timeline-hotel-view .timeline-custom-col.full {
        width: 100%;
    }

    .timeline-book-block .find-widget .text-box-wrapper {
        padding: 0 10px;
    }

    .tour-result-main .tours-list .col-sm-6:nth-last-child(-n+2) .tours-layout,
    .cruises-result-main .cruises-list .col-sm-6:nth-last-child(-n+2) .cruises-layout {
        margin-bottom: 30px;
    }

    .tour-result-main .tours-list .row:last-child .col-sm-6:last-child .tours-layout,
    .cruises-result-main .cruises-list .row:last-child .col-sm-6:last-child .cruises-layout {
        margin-bottom: 0px;
    }

    .result-body .sidebar-widget .col-1 {
        width: 100%;
        padding: 0;
        float: none;
    }

    .result-body .sidebar-widget .col-1:last-child {
        padding: 0;
    }

    .tour-result-main .tours-list .col-sm-6 {
        width: 100%;
        float: none;
    }

    .content-organization {
        display: block;
    }

    .wrapper-organization .md-organization {
        width: 100%;
    }

    .our-wrapper .col-xs-3 {
        margin-bottom: 30px;
    }

    .content-organization .wrapper-img {
        margin: 0 auto 20px;
    }

    .content-organization .organization-title .text {
        margin-bottom: 10px;
    }

    .result-meta .result-filter-wrapper .selection-bar .select-wrapper:nth-child(3),
    .result-meta .result-filter-wrapper .selection-bar .select-wrapper:nth-child(4) {
        padding: 0 10px;
    }

    .result-meta .result-filter-wrapper .result-filter-label {
        width: 100%;
        display: block;
        text-align: center;
        margin-left: 0;
        padding-left: 0;
        line-height: 40px;
    }

    .result-meta .result-filter-wrapper .selection-bar {
        display: block;
        width: 100%;
    }

    .result-meta .result-filter-wrapper .selection-bar .select-wrapper {
        width: 100%;
        margin-left: 0;
        padding: 0 10px;
        margin-bottom: 10px;
    }

    .result-meta .result-filter-wrapper .selection-bar .select-wrapper:nth-child(4) {
        margin-bottom: 20px;
    }

    .main-right .cruises-list .col-xs-6 {
        width: 100%;
    }

    .result-meta .result-filter-wrapper .selection-bar .select-wrapper.price {
        width: 100%;
    }

    .single-flight-result .flight-result-wrapper {
        padding: 10px;
    }

    .single-flight-result .flight-result-wrapper .airlines-logo {
        position: relative;
        top: 25px;
    }

    .single-flight-result .flight-result-wrapper .info {
        vertical-align: middle;
    }

    .rlp-table {
        padding: 30px 30px
    }

    .wrapper-car-result .car-wigdet .wrapper-car-item {
        width: 150px;
    }

    .wrapper-login .login-title {
        font-size: 20px;
    }

    .slz-booking-wrapper .summary {
        width: 100%;
    }

    .sc-map-location .result-body .find-widget .input-daterange {
        width: 100%;
    }

    .sc-map-location .car-map-search .find-widget .text-input .text-box-wrapper,
    .sc-map-location .tour-map-search .find-widget .text-input .text-box-wrapper,
    .sc-map-location .cruise-map-search .find-widget .text-input .text-box-wrapper {
        width: 50%;
    }

    .sc-map-location .car-map-search .find-widget .text-input .input-daterange,
    .sc-map-location .tour-map-search .find-widget .text-input .input-daterange,
    .sc-map-location .cruise-map-search .find-widget .text-input .input-daterange {
        width: 100%;
        margin-top: 20px;
        padding: 0px;
    }

    .sc-map-location.slz-map-location-full .result-body .sidebar-widget .widget {
        padding-bottom: 100px;
    }

    .sc-map-location.slz-map-location-full .result-body .search-expand,
    .sc-map-location .result-body .search-expand {
        left: 50%;
        margin-left: 0px;
        -webkit-transform: translate(-50%, -75px);
        -moz-transform: translate(-50%, -75px);
        transform: translate(-50%, -75px);
    }
}
@media screen and (max-width: 480px) {
    .header-topbar .topbar-left li a span {
        display: none;
    }

    .wrapper-mobile-nav .header-main .login-widget .item {
        margin-bottom: 10px;
        font-size: 11px;
    }

    .wrapper-content .page-title-wrapper .breadcrumb {
        max-width: 450px;
    }

    .blog-content .col-xs-1,
    .blog-content .col-xs-2,
    .blog-content .col-xs-10,
    .blog-content .col-xs-11 {
        width: 100%;
    }

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

    .item-blog-detail .blog-text .blog-comment .comment-count {
        margin-bottom: 30px;
    }

    .item-blog-detail .blog-text .leave-comment {
        margin-bottom: 60px;
    }

    .page-main .blog-content .col-xs-1,
    .page-main .blog-content .col-xs-2 {
        width: 100%;
    }

    .page-main .blog-content .col-xs-10,
    .page-main .blog-content .col-xs-11 {
        width: 100%;
    }

    .item-blog-detail .blog-text .blog-content .date {
        margin-bottom: 10px;
    }

    .blog-post .blog-content .date .day {
        display: inline-block;
    }

    .blog-post .blog-content .date .month {
        display: inline-block;
    }

    .blog-post .blog-content .date .year {
        display: inline-block;
    }

    .item-blog-detail .blog-text .blog-author .blog-author-content .media-left {
        width: 80px;
    }

    .item-blog-detail .blog-text .blog-author .blog-author-content .media-left .media-image img {
        height: 80px;
        width: 80px;
    }

    .item-blog-detail .blog-text .blog-author {
        padding: 0 15px 15px 15px;
    }

    .item-blog-detail .blog-text .blog-comment .comment-list .comment-item:not(:last-child) {
        padding: 0 15px 15px 0;
        margin-bottom: 30px;
    }

    .item-blog-detail .blog-text .leave-comment {
        margin-bottom: 30px;
    }

    .item-blog-detail .blog-text .blog-detail-tag .content-tag {
        padding-right: 20px;
    }

    .item-blog-detail .blog-text .leave-comment .contact-form .form-input:nth-child(3) {
        margin-bottom: 20px;
    }

    .item-blog-detail .blog-text .blog-comment .comment-list .comment-list-children li .comment-item {
        margin-bottom: 30px;
    }

    .item-blog-detail .blog-text .blog-comment .comment-list {
        margin-bottom: 30px;
    }

    .item-blog-detail .blog-text .blog-content {
        padding: 20px 0 0 0;
    }

    .item-blog-detail .blog-text .blog-content .blog-descritption .blockquote {
        margin: 30px 30px;
    }

    .item-blog-detail .blog-text .blog-content .blog-descritption .video-thumbnail {
        margin-top: 30px;
    }

    .item-blog-detail .blog-text .blog-content .blog-descritption .caption {
        margin-bottom: 10px;
    }

    .blog-post .blog-content .meta-info {
        margin-bottom: 20px;
    }

    .item-blog-detail .blog-text .blog-content .blog-descritption .text {
        margin-bottom: 20px;
    }

    .item-blog-detail .blog-text .blog-comment-title {
        margin-bottom: 30px;
    }

    .item-blog-detail .blog-text .blog-content .blog-descritption .video-thumbnail {
        height: 250px;
    }

    .blog-wrapper .blog-post .blog-content .date {
        text-align: left;
        margin-bottom: 10px;
    }

    .blog-wrapper .blog-post .blog-content {
        padding: 20px 20px;
    }

    .blog-wrapper .blog-post .blog-content .preview {
        margin-bottom: 20px;
    }

    .blog-wrapper .video-thumbnail {
        height: 250px;
    }

    .item-blog-detail .blog-text .blog-detail-tag {
        margin-bottom: 30px;
    }

    .group-title .sub-title .icons {
        font-size: 24px;
    }

    .group-title .main-title {
        font-size: 24px;
    }

    .hamburger-menu {
        left: 15px;
    }

    .wrapper-mobile-nav .header-topbar {
        padding: 15px 0;
    }

    .header-main .navbar-header {
        float: right;
    }

    .header-01 .header-main .navbar-header {
        float: right;
    }

    .header-01 .header-main .logo .header-logo img {
        max-width: 150px;
    }

    .header-main .logo .header-logo img {
        max-width: 150px;
    }

    .homepage-default .group-title {
        text-align: center;
    }

    .homepage-default .group-title .title {
        font-size: 60px;
    }

    .menu-mobile .icons-dropdown {
        width: 50px;
    }

    .header-03 .header-topbar .login-widget li + li:before {
        padding: 0 13px 0 4px;
    }

    .page-title-wrapper .breadcrumb li .link {
        line-height: 28px;
    }

    .page-title-wrapper .breadcrumb li .link.home {
        font-size: 16px;
    }

    .page-title-wrapper .captions {
        margin: 10px 0 0 0;
        font-size: 46px;
        line-height: 44px;
    }

    .about-us-image {
        display: none;
    }

    .about-us-wrapper .group-list ul {
        margin-left: 0;
    }

    .about-us-wrapper .group-list ul li {
        padding-left: 0;
    }

    .tours-wrapper .tours-list {
        margin-bottom: 30px;
    }

    .videos.layout-1 .sub-title {
        font-size: 16px;
    }

    .videos.layout-1 .sub-title strong {
        font-size: 20px;
    }

    .videos.layout-1 .title {
        font-size: 36px;
    }

    .videos.layout-1 .video-thumbnail {
        height: 290px;
    }

    .hotels-layout .image-wrapper,
    .hotels-layout .content-wrapper {
        display: block;
        width: 100%;
    }

    .hotels-layout .image-wrapper {
        height: auto;
    }

    .hotels-layout .image-wrapper .link img {
        position: relative;
        width: 100%;
        max-width: none;
    }

    .hotels-layout .content-wrapper > .content {
        padding: 30px 75px 30px 30px;
    }

    .hotels-layout .content-wrapper > .content .title .for-price {
        max-width: none;
        padding-bottom: 0;
    }

    .a-fact-image-wrapper {
        min-height: 280px;
    }

    .tours .tours-wrapper .tours-content {
        max-width: none;
    }

    .tours-wrapper .tours-list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .travelers .traveler-list {
        max-width: none;
        margin-left: -15px;
        margin-right: -15px;
    }

    .slick-slide img {
        width: 100%;
    }

    .banner-sale-1 .title-box .title-overlay {
        padding-left: 15px;
        padding-right: 15px;
    }

    .banner-sale-1 .banner-right {
        padding-left: 15px;
        padding-right: 15px;
    }

    .about-us.layout-2 .group-list .col-xs-6 {
        width: 100%;
    }

    .about-us.layout-2 .group-list .col-xs-6 .box-media .media-right {
        vertical-align: middle;
    }

    .videos.layout-2 .title {
        font-size: 30px;
    }

    .videos.layout-2 .video-thumbnail {
        height: 290px;
    }

    .banner-sale-2 .title-box .title-1 {
        font-size: 70px;
    }

    .banner-sale-2 .banner-left .title-box {
        padding-top: 60px;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 0;
    }

    .banner-sale-2 .text-salebox {
        padding-top: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 60px;
    }

    .banner-sale-3 .text-salebox {
        padding: 60px 15px;
    }

    .car-rent-layout {
        display: block;
    }

    .car-rent-layout .image-wrapper {
        display: block;
        width: 100%;
        height: auto;
        max-width: none;
    }

    .car-rent-layout .image-wrapper .link img {
        width: 100%;
        max-width: 100%;
        position: relative;
        left: 0;
    }

    .car-rent-layout .content-wrapper {
        display: block;
        padding: 20px 30px 30px 30px;
    }

    .car-rent-layout .content-wrapper .title {
        font-size: 20px;
    }

    .car-rent-layout .content-wrapper .price {
        font-size: 26px;
    }

    .car-rent-layout .content-wrapper .price sup {
        right: -10px;
    }

    .cruises-layout .content-wrapper,
    .car-rent-layout-2 .content-wrapper {
        padding: 30px;
    }

    .cruises-layout .content-wrapper .title,
    .car-rent-layout-2 .content-wrapper .title {
        font-size: 20px;
    }

    .cruises-layout .content-wrapper .price,
    .car-rent-layout-2 .content-wrapper .price {
        font-size: 26px;
    }

    .tours-layout .content-wrapper > .content {
        padding: 30px;
    }

    .homepage-02 h1.banner {
        font-size: 3.57rem;
        line-height: 3.57rem;
    }

    .homepage-02 h4.sub-banner {
        font-size: 1rem;
    }

    .homepage-03 h1.banner {
        font-size: 3rem;
        line-height: 3rem;
    }

    .col-1 {
        margin-bottom: 30px;
        width: 100%;
    }

    .col-1:last-child {
        margin-bottom: 0;
    }

    .col-1:nth-child(even),
    .col-1:nth-child(odd) {
        padding: 0;
    }

    .categories-widget .content-widget {
        padding-right: 10px;
    }

    .find-widget .ffw-radio-selection {
        text-align: left;
        margin: 0;
        width: 100%;
    }

    .find-widget .ffw-radio-selection span.ffw-radio-btn-wrapper {
        display: block;
        margin-top: 10px;
    }

    .find-widget .ffw-radio-selection span.ffw-radio-btn-wrapper:first-child {
        margin-top: 0;
    }

    .tab-search .nav-tabs {
        display: block;
    }

    .tab-search-transparent .tab-btn-wrapper .tab-btn {
        height: 50px;
        line-height: 50px;
    }

    .tab-search-transparent .tab-btn-wrapper:first-child .tab-btn {
        border-radius: 0 15px 0 0;
        -webkit-border-radius: 0 15px 0 0;
        -moz-border-radius: 0 15px 0 0;
    }

    .tab-search-transparent .tab-btn-wrapper:last-child .tab-btn {
        border-radius: 0 0 15px 0;
        -webkit-border-radius: 0 0 15px 0;
        -moz-border-radius: 0 0 15px 0;
    }

    .tab-search-transparent .nav-tabs > li {
        float: none;
        margin-left: auto;
        margin-right: 0;
        width: 50px;
    }

    .tab-search-transparent .tab-content {
        margin-top: -100px;
        margin-right: 50px;
    }

    .tab-search-transparent .find-widget {
        padding: 40px 30px;
    }

    .tab-search-default .nav-tabs.slick-slider {
        margin-bottom: 0;
    }

    .tab-search-default .find-widget {
        padding: 30px 0;
    }

    .tab-search-default .text-input {
        margin-top: 0;
    }

    .tab-search-default .ffw-radio-selection {
        margin-bottom: 20px;
    }

    .tab-search-default .tab-btn-wrapper {
        width: 100%;
        margin-right: 0;
        transition: none !important;
        -moz-transition: none !important;
        -webkit-transition: none !important;
    }

    .tab-search-default .tab-btn-wrapper:first-child .tab-btn,
    .tab-search-default .tab-btn-wrapper:last-child .tab-btn,
    .tab-search-default .tab-btn-wrapper .tab-btn {
        border-radius: 15px 15px 0 0;
        -webkit-border-radius: 15px 15px 0 0;
        -moz-border-radius: 15px 15px 0 0;
    }

    .tab-search-default .tab-btn-wrapper .tab-btn i {
        font-size: 2.14rem;
    }

    .tab-search-default .tab-btn-wrapper .tab-btn span.xs {
        font-size: 1.29rem;
        vertical-align: baseline;
    }

    .tab-search-default .tab-btn-wrapper.active .tab-btn {
        background-color: #222;
    }

    .tab-search-default .tab-btn-wrapper.active .tab-btn i {
        color: #ffdd00;
    }

    .tab-search-default .slick-prev {
        left: 20px;
        z-index: 1;
    }

    .tab-search-default .slick-prev:before {
        content: '\f104';
        font-family: FontAwesome;
    }

    .tab-search-default .slick-next {
        right: 20px;
    }

    .tab-search-default .slick-next:before {
        content: '\f105';
        font-family: FontAwesome;
    }

    .tab-search-condensed .find-widget {
        padding: 30px;
    }

    .tab-search-condensed .find-widget .title-widgets {
        margin-bottom: 20px;
    }

    .tab-search-condensed .find-widget .text-input {
        margin-top: 20px;
    }

    .tab-search-condensed .find-widget .text-box-wrapper.half.from,
    .tab-search-condensed .find-widget .text-box-wrapper.half.outer,
    .tab-search-condensed .find-widget .text-box-wrapper.half.to {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .tab-search-condensed .find-widget .text-box-wrapper.half.to {
        margin-top: 20px;
    }

    .tab-search-condensed .input-daterange .text-box-wrapper {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .tab-search-condensed .tab-btn-wrapper .tab-btn {
        height: 50px;
        line-height: 50px;
    }

    .tab-search-condensed .nav-tabs > li {
        float: none;
        margin-left: auto;
        margin-right: 0;
        width: 50px;
    }

    .tab-search-condensed .tab-content {
        margin-right: 50px;
    }

    .homepage-02 h1.banner {
        font-size: 3.57rem;
        line-height: 3.57rem;
    }

    .homepage-02 h4.sub-banner {
        font-size: 1rem;
    }

    .homepage-03 h1.banner {
        font-size: 3rem;
        line-height: 3rem;
    }

    .col-1 {
        margin-bottom: 30px;
        width: 100%;
    }

    .col-1:last-child {
        margin-bottom: 0;
    }

    .col-1:nth-child(even),
    .col-1:nth-child(odd) {
        padding: 0;
    }

    .categories-widget .content-widget {
        padding-right: 10px;
    }

    .find-widget .ffw-radio-selection {
        text-align: left;
        margin: 0;
        width: 100%;
    }

    .find-widget .ffw-radio-selection span.ffw-radio-btn-wrapper {
        display: block;
        margin-top: 10px;
    }

    .find-widget .ffw-radio-selection span.ffw-radio-btn-wrapper:first-child {
        margin-top: 0;
    }

    .tab-search .nav-tabs {
        display: block;
    }

    .tab-search-transparent .tab-btn-wrapper .tab-btn {
        height: 50px;
        line-height: 50px;
    }

    .tab-search-transparent .tab-btn-wrapper:first-child .tab-btn {
        border-radius: 0 15px 0 0;
        -webkit-border-radius: 0 15px 0 0;
        -moz-border-radius: 0 15px 0 0;
    }

    .tab-search-transparent .tab-btn-wrapper:last-child .tab-btn {
        border-radius: 0 0 15px 0;
        -webkit-border-radius: 0 0 15px 0;
        -moz-border-radius: 0 0 15px 0;
    }

    .tab-search-transparent .nav-tabs > li {
        float: none;
        margin-left: auto;
        margin-right: 0;
        width: 50px;
    }

    .tab-search-transparent .tab-content {
        margin-right: 50px;
    }

    .tab-search-transparent .find-widget {
        padding: 40px 30px;
    }

    .tab-search-default .nav-tabs.slick-slider {
        margin-bottom: 0;
    }

    .tab-search-default .find-widget {
        padding: 30px 0;
    }

    .tab-search-default .text-input {
        margin-top: 0;
    }

    .tab-search-default .ffw-radio-selection {
        margin-bottom: 20px;
    }

    .tab-search-default .tab-btn-wrapper {
        width: 100%;
        margin-right: 0;
    }

    .tab-search-default .tab-btn-wrapper:first-child .tab-btn,
    .tab-search-default .tab-btn-wrapper:last-child .tab-btn,
    .tab-search-default .tab-btn-wrapper .tab-btn {
        border-radius: 15px 15px 0 0;
        -webkit-border-radius: 15px 15px 0 0;
        -moz-border-radius: 15px 15px 0 0;
    }

    .tab-search-default .tab-btn-wrapper .tab-btn i {
        font-size: 2.14rem;
    }

    .tab-search-default .tab-btn-wrapper .tab-btn span.xs {
        font-size: 1.29rem;
        vertical-align: baseline;
    }

    .tab-search-default .tab-btn-wrapper.active .tab-btn {
        background-color: #222;
    }

    .tab-search-default .tab-btn-wrapper.active .tab-btn i {
        color: #ffdd00;
    }

    .tab-search-default .slick-prev {
        left: 20px;
        z-index: 1;
    }

    .tab-search-default .slick-prev:before {
        content: '\f104';
        font-family: FontAwesome;
    }

    .tab-search-default .slick-next {
        right: 20px;
    }

    .tab-search-default .slick-next:before {
        content: '\f105';
        font-family: FontAwesome;
    }

    .tab-search-condensed .find-widget {
        padding: 30px;
    }

    .tab-search-condensed .find-widget .title-widgets {
        margin-bottom: 20px;
    }

    .tab-search-condensed .find-widget .text-input {
        margin-top: 20px;
    }

    .tab-search-condensed .find-widget .text-box-wrapper.half.from,
    .tab-search-condensed .find-widget .text-box-wrapper.half.outer,
    .tab-search-condensed .find-widget .text-box-wrapper.half.to {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .tab-search-condensed .find-widget .text-box-wrapper.half.to {
        margin-top: 20px;
    }

    .tab-search-condensed .input-daterange .text-box-wrapper {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .tab-search-condensed .tab-btn-wrapper .tab-btn {
        height: 50px;
        line-height: 50px;
    }

    .tab-search-condensed .nav-tabs > li {
        float: none;
        margin-left: auto;
        margin-right: 0;
        width: 50px;
    }

    .tab-search-condensed .tab-content {
        margin-right: 50px;
    }

    .wrapper-car-detail .single-flight-result {
        height: auto;
    }

    .single-flight-result {
        height: auto;
    }

    .single-flight-result .col-xs-9 {
        width: 100%;
    }

    .single-flight-result .col-xs-3 {
        width: 100%;
    }

    .single-flight-result form.flight-class {
        float: left;
        width: 100%;
        padding: 10px;
        border-top: 1px solid #e9e9e9;
        border-left: 0;
    }

    .single-flight-result form.flight-class .class-selection-wrapper {
        width: 33.3%;
        float: left;
    }

    .single-flight-result form.flight-class .class-selection-wrapper {
        border: 0;
    }

    .single-flight-result .flight-result-wrapper .airlines-logo {
        top: 0;
        padding-right: 10px;
    }

    .single-flight-result .flight-result-wrapper .info .miscellaneous {
        font-size: .88rem;
    }

    .single-flight-result form.flight-class .class-selection-wrapper input.radio-btn ~ label.radio-box:before {
        vertical-align: top;
        padding-right: 5px;
    }

    .wrapper-driver-detail .driver-title {
        font-size: 15px;
    }

    .main-team .col-xs-5,
    .main-team .col-xs-7 {
        width: 100%;
    }

    .wrapper-team-detail .content-team-detail .content-expert {
        margin: 0;
    }

    .wrapper-text-excel .list-text {
        margin-bottom: 30px;
    }

    .main-position .list-info {
        position: relative;
        float: left;
        width: 100%;
    }

    .main-position .list-info li {
        float: left;
        width: 20%;
        border-right: 1px solid #fff;
        background-color: #f5f5f5;
        display: block;
    }

    .main-position .list-info .link {
        height: 50px;
        width: 100%;
        display: table;
    }

    .main-position .list-info .link .icon {
        display: table-cell;
        vertical-align: middle;
    }

    .main-position .list-info .link:hover {
        z-index: 5;
    }

    .wrapper-content-faq {
        margin-bottom: 60px;
    }

    ---------- car-detail ---------- .wrapper-car-result {
        margin-bottom: 0;
    }

    .wrapper-car-result .car-wigdet .wrapper-car-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .sc_item_list .wrapper-car-result .car-wigdet .wrapper-car-item:last-child {
        margin-bottom: 0;
    }

    .wrapper-driver-detail .wrapper-form-driver {
        margin-bottom: 10px;
    }

    .car-price-wrapper {
        padding: 20px 20px;
    }

    .wrapper-driver-detail .content-payment {
        margin-bottom: 0;
    }

    .wrapper-driver-detail .wrapper-payment .text {
        padding-top: 0;
    }

    ---------- sign-up ---------- .wrapper-login .main-login {
        padding: 40px;
    }

    .wrapper-login .label-login {
        font-size: 14px;
    }

    .col-2 > .widget:last-child,
    .col-1 .widget:last-child,
    .sidebar-widget .col-2:last-child .col-1:last-child .widget:last-child {
        margin-bottom: 40px;
    }

    .sidebar-widget .price-widget.widget {
        margin-bottom: 60px;
    }

    .timeline-book-block .find-widget .car-booking .booking-info,
    .timeline-book-block .find-widget .cruise-booking .cruise-info,
    .timeline-book-block .find-widget .tour-booking .tour-info,
    .timeline-book-block .find-widget .hotel-booking .hotel-booking-info,
    .timeline-book-block .find-widget .cruise-booking .cabin-types {
        padding: 0;
        margin-left: 0;
    }

    .timeline-book-block .find-widget .title-widgets {
        margin-left: 0;
    }

    .timeline-book-block .find-widget .text-box-wrapper {
        padding-left: 0;
    }

    .timeline-book-block .find-widget .slz-booking-wrapper .booking-data > .text-box-wrapper,
    .timeline-book-block .slz-booking-wrapper .customer-info > .text-box-wrapper,
    .timeline-book-block.has-sidebar .find-widget .slz-booking-wrapper .booking-data > .text-box-wrapper,
    .timeline-book-block.has-sidebar .slz-booking-wrapper .customer-info > .text-box-wrapper {
        width: 100%;
    }

    .slz-booking-wrapper .summary {
        margin-left: 0;
    }

    .find-cruise.sidebar-widget {
        float: none;
        margin-top: 0;
    }

    .wrapper-caption-team {
        margin-top: 40px;
    }

    .entry-content .wrapper-team-detail {
        margin-bottom: 60px;
    }

    .wrapper-expert .content-expert {
        margin: 0;
    }

    .wrapper-team-detail .wrapper-expert .content-expert .caption-expert {
        left: 0;
    }

    .timeline-book-block .find-widget .cruise-booking .booking-data .text-box-wrapper,
    .timeline-book-block .find-widget .hotel-booking .booking-data .input-daterange,
    .timeline-book-block .find-widget .hotel-booking .booking-data > .text-box-wrapper,
    .timeline-book-block .find-widget .slz-booking-wrapper .summary {
        width: 100%;
    }

    .overview-block {
        padding-top: 60px;
        padding-bottom: 40px;
    }

    .text-salebox {
        display: block;
        width: auto;
    }

    .sc-map-location .content-expand >.col-2 {
        display: table;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }

    .sc-map-location .content-expand >.col-2 >.col-1 {
        width: 50%;
        display: inline-block;
        vertical-align: top;
        float: none;
    }
}
@media screen and (max-width: 414px) {
    .header-topbar .wpml-language {
        display: none;
    }

    .wrapper-mobile-nav .wpml-language {
        margin-right: 0;
    }

    .wpml-language #lang_sel_list a.lang_sel_sel,
    .wpml-language #lang_sel_list a.lang_sel_other {
        color: #3c3c3c !important;
        font-size: 15px !important;
    }

    .wpml-language #lang_sel_list li a.lang_sel_sel {
        background-color: transparent !important;
    }

    .wpml-language #lang_sel_list.lang_sel_list_horizontal li:not(:last-child) a.lang_sel_sel,
    .wpml-language #lang_sel_list.lang_sel_list_horizontal li:not(:last-child) a.lang_sel_other {
        margin-right: 10px;
    }

    .footer-main.padding-top {
        padding-top: 90px;
    }

    .blog-author.margin-top {
        margin-top: 60px;
    }

    .col-2 {
        margin-bottom: 0;
    }

    .login-widget {
        display: none;
    }

    .menu-mobile {
        background-color: #ffdd00;
        text-align: center;
    }

    .wrapper-mobile-nav .header-main .login-widget {
        display: block;
        width: 100%;
    }

    .wrapper-mobile-nav .header-main .login-widget li {
        width: auto;
        border-bottom: none;
    }

    .header-03 .header-topbar .col-xs-4 {
        width: 50%;
    }

    .header-03 .header-topbar .topbar-right {
        display: none;
    }

    .header-03 .header-topbar .topbar-center {
        float: right;
    }

    .header-03 .header-topbar .header-logo img {
        max-width: 150px;
    }

    .homepage-04 .group-logo {
        padding-bottom: 30px;
    }

    .homepage-04 .group-logo .img-logo {
        width: 200px;
    }

    .homepage-04 .group-title .title {
        font-size: 28px;
        margin: 0 0 10px 0;
    }

    .homepage-04 .group-title .text {
        font-size: 14px;
    }

    .homepage-04 .filter,
    .homepage-04 video {
        width: 178% !important;
        margin-left: -150px !important;
    }



    .about-us-wrapper .group-list ul li {
        padding-left: 0;
    }

    .videos.layout-1 .title {
        font-size: 30px;
    }

    .videos.layout-1 .video-thumbnail {
        height: 260px;
    }

    .a-fact-image-wrapper {
        min-height: 150px;
    }

    .contact-box {
        padding: 30px;
    }

    .booking-widget {
        text-align: left !important;
    }

    .tours-layout .content-wrapper > .content {
        padding: 30px;
    }

    .videos.layout-2 .title {
        font-size: 26px;
    }

    .videos.layout-2 .video-thumbnail {
        height: 260px;
    }

    .title-style-2 {
        font-size: 22px;
    }

    .title-style-2:after {
        left: 0;
        right: 0;
        bottom: -10px;
    }

    .group-title .sub-title .text {
        font-size: 14px;
    }

    .group-title .sub-title .icons {
        font-size: 18px;
    }

    .group-title .sub-title .icons:after {
        bottom: 4px;
    }

    .group-title .main-title {
        font-size: 22px;
    }

    .datepicker {
        width: 280px;
    }

    .datepicker .table-condensed {
        width: 100%;
    }

    .title-style-2:after {
        left: 0;
        right: 0;
        bottom: -10px;
    }

    .gallery-block .grid .grid-item.img-small {
        width: 100%;
    }

    .gallery-block .pdr {
        padding-right: 0px;
    }

    .gallery-block .pdl {
        padding-left: 0px;
    }

    .gallery-image .bg {
        height: 250px;
    }

    .timeline:before {
        height: 90%;
    }

    .wrapper-timeline-content:before,
    .wrapper-timeline-content:after {
        display: none;
    }

    .timeline-title {
        margin-bottom: -1px;
    }

    .timeline-content {
        margin: 0 0 30px 0;
    }

    .timeline-block:last-child .timeline-content {
        margin: 0;
    }

    .timeline-custom-col:before {
        width: 0;
    }

    .timeline-point {
        display: none;
    }

    .about-us-wrapper .avatar {
        width: 100%;
    }

    .about-us-wrapper .contact-list-media {
        width: 80%;
    }

    .contact-list-media .media-right {
        text-align: left;
        padding-left: 20px;
    }

    .timeline-hotel-view .slider-nav.slick-slider {
        margin-bottom: 0px;
    }

    .timeline-book-block {
        margin-top: 0px;
    }

    .datepicker thead .dow {
        width: 0;
    }

    .datepicker {
        width: 280px;
    }

    .datepicker .table-condensed {
        width: 100%;
    }

    .wrapper-driver-detail .content-driver-detail {
        padding: 20px;
    }

    .content-driver-caption .col-md-5 .col-xs-6 {
        width: 100%;
    }

    .wrapper-car-detail .text-bottom {
        margin-bottom: 30px;
    }

    .form-check {
        margin-bottom: 10px;
    }

    .wrapper-driver-detail .driver-caption-title {
        margin-bottom: 10px;
    }

    .wrapper-driver-detail .wrapper-check {
        margin-bottom: 10px;
    }

    .wrapper-driver-detail .payment-policy .text {
        display: block;
    }
}
@media screen and (max-width: 380px) {
    .wrapper-content .page-title-wrapper .breadcrumb {
        max-width: 350px;
    }

    .homepage-04 .form-subscribe-email {
        width: 300px;
    }

    .wrapper-mobile-nav {
        width: 82%;
    }

    .show-nav .wrapper-content {
        transform: translate3d(82%, 0, 0);
        -webkit-transform: translate3d(82%, 0, 0);
        -moz-transform: translate3d(82%, 0, 0);
        -ms-transform: translate3d(82%, 0, 0);
        -o-transform: translate3d(82%, 0, 0);
    }

    .about-us-wrapper .group-list ul {
        max-width: 400px;
    }

    .group-button .btn {
        display: block;
    }

    .group-button .btn:first-child {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .travelers .traveler-list {
        margin-left: -15px;
        margin-right: -15px;
    }

    .banner-sale-1 .group-button .btn,
    .banner-sale-2 .group-button .btn,
    .banner-sale-3 .group-button .btn {
        display: inline-block;
    }

    .banner-sale-1 .group-button .btn:first-child,
    .banner-sale-2 .group-button .btn:first-child,
    .banner-sale-3 .group-button .btn:first-child {
        margin: 0 15px 0 0;
    }

    .banner-sale-2 .title-box .title-1 {
        font-size: 60px;
    }

    .new-layout .image-wrapper .description {
        font-size: 13px;
        line-height: 18px;
        left: 15px;
        right: 15px;
        padding-left: 0;
    }

    .new-layout .image-wrapper .description:before {
        display: none;
    }

    .new-layout .content-wrapper .title {
        font-size: 15px;
        line-height: 24px;
    }

    .videos.layout-2 .title {
        font-size: 22px;
    }

    .videos.layout-2 .video-thumbnail {
        height: 240px;
    }

    .videos.layout-1 .video-thumbnail {
        height: 240px;
    }

    .homepage-02 h1.banner {
        font-size: 3.14rem;
        line-height: 3.14rem;
    }

    .tab-search-transparent .find-widget {
        padding: 30px 20px;
    }

    .tab-search-condensed .find-widget {
        padding: 20px;
    }

    .social-widget ul {
        margin-left: 0;
    }

    .social-widget ul li {
        width: calc(100% / 5);
        width: -webkit-calc(100% / 5);
        width: -moz-calc(100% / 5);
    }

    .title-style-2 {
        font-size: 18px;
    }

    .special-offer-layout:hover {
        transform: scale(1.08);
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -ms-transform: scale(1.08);
        -o-transform: scale(1.08);
    }

    .map-block .map-info {
        padding-top: 16%;
    }

    .map-block #googleMap {
        height: 320px;
    }

    .timeline-book-block .find-widget .input-daterange .text-box-wrapper {
        width: 100%;
    }

    .find-widget .ffw-radio-selection span.ffw-radio-btn-wrapper {
        display: block;
        margin: 6px 0;
    }

    .our-wrapper .col-xs-3 {
        width: 100%;
    }

    .our-wrapper .our-content {
        display: table;
    }

    .our-content .our-icon {
        display: table-cell;
        padding-right: 15px;
    }

    .our-content .main-our {
        display: table-cell;
        vertical-align: top;
    }

    .our-wrapper .col-xs-3:nth-child(3) {
        margin-bottom: 40px;
    }

    .content-expert .img {
        width: 100%;
    }

    .page-404 .title-1 {
        font-size: 150px;
        line-height: 110px;
        margin-bottom: 20px;
    }

    .car-rent-layout .image-wrapper {
        height: 220px;
    }

    .page-404 .group-button .btn {
        margin: 0 auto;
    }

    .page-404 .group-button .btn:first-child {
        margin: 0 auto 20px;
    }

    .item-blog-detail .blog-text .blog-content .blog-descritption .blockquote {
        margin: 0 10px 20px 20px;
        padding-left: 10px;
    }

    .item-blog-detail .blog-text .blog-content .date {
        margin-bottom: 5px;
    }

    .blog-post .blog-content .meta-info {
        margin-bottom: 10px;
    }

    .blog-wrapper .blog-post .blog-content .date {
        margin-bottom: 5px;
    }

    .blog-wrapper .blog-post .blog-content .meta-info {
        margin-bottom: 10px;
    }

    .homepage-02 h1.banner {
        font-size: 3.14rem;
        line-height: 3.14rem;
    }

    .tab-search-transparent .find-widget {
        padding: 30px 20px;
    }

    .tab-search-condensed .find-widget {
        padding: 20px;
    }

    .social-widget ul {
        margin-left: 0;
    }

    .social-widget ul li {
        width: calc(100% / 5);
        width: -webkit-calc(100% / 5);
        width: -moz-calc(100% / 5);
    }

    .single-flight-result .flight-result-wrapper {
        display: block;
    }

    .single-flight-result .flight-result-wrapper .info {
        display: block;
        width: 100%;
    }

    .single-flight-result .flight-result-wrapper .airlines-logo {
        text-align: center;
        padding-right: 0;
        padding-bottom: 10px;
    }

    .payment-widget li {
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 320px) {
    .page-title h2.captions {
        font-size: 40px;
        line-height: 40px;
    }

    .wrapper-content .page-title-wrapper .breadcrumb {
        max-width: 290px;
    }

    .homepage-04 .filter,
    .homepage-04 video {
        width: 200% !important;
        margin-left: -200px !important;
    }

    .tours-layout .content-wrapper > .content {
        padding: 20px;
    }

    .hotels-layout .content-wrapper > .content,
    .timeline-hotel-view .hotels-layout .content-wrapper .content {
        padding: 20px 70px 20px 20px;
    }

    .traveler .wrapper-content {
        padding: 0 20px 20px 20px;
    }

    .new-layout .image-wrapper .description {
        left: 20px;
        right: 20px;
    }

    .new-layout .content-wrapper {
        padding: 20px;
    }

    .contact-box {
        padding: 20px 20px 30px;
    }

    .col-2 > .widget:last-child,
    .col-1 .widget:last-child,
    .sidebar-widget .col-2:last-child .col-1:last-child .widget:last-child {
        margin-bottom: 40px;
    }

    .sidebar-widget .price-widget.widget {
        margin-bottom: 60px;
    }

    .timeline-book-block .find-widget .car-booking .booking-info,
    .timeline-book-block .find-widget .cruise-booking .cruise-info,
    .timeline-book-block .find-widget .tour-booking .tour-info,
    .timeline-book-block .find-widget .hotel-booking .hotel-booking-info,
    .timeline-book-block .find-widget .cruise-booking .cabin-types {
        padding: 0;
    }

    .timeline-book-block .find-widget .title-widgets {
        margin-left: 0;
    }

    .timeline-book-block .find-widget .text-box-wrapper {
        padding-left: 0;
    }

    .slz-booking-wrapper .summary {
        margin-left: 0;
    }

    .a-fact-image-wrapper {
        min-height: 120px;
    }

    .videos.layout-1 .video-thumbnail,
    .videos.layout-2 .video-thumbnail {
        height: 200px;
    }

    .banner-sale-1 .title-box .title-1 {
        font-size: 60px;
    }

    .banner-sale-1 .title-box .title-2 {
        font-size: 50px;
    }

    .banner-sale-1 .title-box .title-3 {
        font-size: 36px;
    }

    .banner-sale-2 .title-box .title-1 {
        font-size: 50px;
    }

    .car-rent-layout .content-wrapper {
        padding: 20px;
    }

    .cruises-layout .content-wrapper,
    .car-rent-layout-2 .content-wrapper {
        padding: 20px;
    }

    .timeline:before {
        height: 81%;
    }

    .gallery-image .bg {
        height: 200px;
    }

    .about-us-wrapper .contact-list-media {
        width: 100%;
    }

    .timeline-book-block .find-widget {
        padding: 20px 10px;
    }

    .find-widget .input-daterange .text-box-wrapper {
        width: 100%;
    }

    .list-continents .list-continent-wrapper {
        margin: 10px;
    }

    .datepicker-dropdown.datepicker-orient-right:before {
        right: 54px !important;
    }

    .datepicker-dropdown.datepicker-orient-right:after {
        right: 55px !important;
    }

    .content-tours {
        width: 50%;
    }

    .content-tours:nth-child(4) {
        margin-bottom: 30px;
    }

    .content-tours:nth-child(5) {
        width: 100%;
    }

    .page-contact-map .map-block .map-info {
        width: 310px;
        height: 310px;
        padding: 50px 0;
    }

    .content-team-detail .content-expert {
        margin: 0 0 30px 0;
    }

    .team-purchase .purchase-title .main-title {
        font-size: 20px;
    }

    .wrapper-accordion .panel .panel-title a {
        white-space: nowrap;
        padding: 0 15px;
    }

    .wrapper-car-result .img-caption-title .text {
        font-size: 17px;
    }

    .wrapper-login .login-title {
        font-size: 17px;
    }

    .stars-rating a.star-1,
    .stars-rating a.star-2,
    .stars-rating a.star-3,
    .stars-rating a.star-4,
    .stars-rating a.star-5 {
        margin-right: 0.5em;
    }

    p.stars-rating a.star-1 {
        width: 1.5em;
    }

    p.stars-rating a.star-2 {
        width: 2.5em;
    }

    p.stars-rating a.star-3 {
        width: 3.5em;
    }

    p.stars-rating a.star-4 {
        width: 4.5em;
    }

    p.stars-rating a.star-5 {
        width: 5.5em;
    }

    rlp-table {
        padding: 20px;
    }

    .rlp-table img.login {
        width: 160px;
        margin-bottom: 0px;
    }

    .sidebar-widget .find-tour .find-widget .text-box-wrapper.half,
    .sidebar-widget .find-hotel .find-widget .text-box-wrapper.half {
        width: 100%;
    }

    .sc-map-location .content-expand >.col-2 {
        display: block;
        margin-left: -15px;
        margin-right: -15px;
        width: auto;
    }

    .sc-map-location .content-expand >.col-2 >.col-1 {
        width: 100%;
        display: block;
        vertical-align: top;
        float: none;
        padding-left: 15px;
        padding-right: 15px;
    }

    .sc-map-location .result-body .find-widget .content-widget >.text-input .text-box-wrapper.full {
        width: 100%;
    }

    .sc-map-location .result-body .find-widget .input-daterange >.text-box-wrapper.half {
        padding: 0px;
    }

    .sc-map-location .car-map-search .find-widget .text-input .text-box-wrapper,
    .sc-map-location .tour-map-search .find-widget .text-input .text-box-wrapper,
    .sc-map-location .cruise-map-search .find-widget .text-input .text-box-wrapper {
        width: 100%;
    }

    .sc-map-location .car-map-search .find-widget .text-input .text-box-wrapper +.text-box-wrapper,
    .sc-map-location .tour-map-search .find-widget .text-input .text-box-wrapper +.text-box-wrapper,
    .sc-map-location .cruise-map-search .find-widget .text-input .text-box-wrapper +.text-box-wrapper {
        margin-top: 20px;
    }

    .sc-map-location .car-map-search .find-widget .text-input .input-daterange,
    .sc-map-location .tour-map-search .find-widget .text-input .input-daterange,
    .sc-map-location .cruise-map-search .find-widget .text-input .input-daterange {
        width: 100%;
        margin-top: 20px;
    }
}
.f-left {
    float: left !important;
}
.f-right {
    float: right !important;
}
.pdx {
    padding: 3px;
}
.pdn {
    padding: 0 !important;
}
.pdm {
    padding: 10px;
}
.padding-l {
    padding: 20px;
}
.pdxl {
    padding: 30px;
}
.pdxxl {
    padding: 40px;
}
.ptn,
.pvn,
.pan {
    padding-top: 0 !important;
}
.ptx,
.pvx,
.pax {
    padding-top: 3px !important;
}
.pts,
.pvs,
.pas {
    padding-top: 5px !important;
}
.ptm,
.pvm,
.pam {
    padding-top: 10px !important;
}
.ptl,
.pvl,
.pal {
    padding-top: 20px !important;
}
.ptxl,
.pvxl,
.paxl {
    padding-top: 30px !important;
}
.ptxxl,
.pvxxl,
.paxxl {
    padding-top: 40px !important;
}
.prn,
.phn,
.pan {
    padding-right: 0 !important;
}
.prx,
.phx,
.pax {
    padding-right: 5px !important;
}
.prs,
.phs,
.pas {
    padding-right: 10px !important;
}
.prm,
.phm,
.pam {
    padding-right: 15px !important;
}
.prl,
.phl,
.pal {
    padding-right: 20px !important;
}
.prxl,
.phxl,
.paxl {
    padding-right: 30px !important;
}
.prxxl,
.phxxl,
.paxxl {
    padding-right: 40px !important;
}
.pbn,
.pvn,
.pan {
    padding-bottom: 0 !important;
}
.pbx,
.pvx,
.pax {
    padding-bottom: 3px !important;
}
.pbs,
.pvs,
.pas {
    padding-bottom: 5px !important;
}
.pbm,
.pvm,
.pam {
    padding-bottom: 10px !important;
}
.pbl,
.pvl,
.pal {
    padding-bottom: 20px !important;
}
.pbxl,
.pvxl,
.paxl {
    padding-bottom: 30px !important;
}
.pbxxl,
.pvxxl,
.paxxl {
    padding-bottom: 40px !important;
}
.pln,
.phn,
.pan {
    padding-left: 0 !important;
}
.plx,
.phx,
.pax {
    padding-left: 3px !important;
}
.pls,
.phs,
.pas {
    padding-left: 5px !important;
}
.plm,
.phm,
.pam {
    padding-left: 10px !important;
}
.pll,
.phl,
.pal {
    padding-left: 20px !important;
}
.plxl,
.phxl,
.paxl {
    padding-left: 30px !important;
}
.plxxl,
.phxxl,
.paxxl {
    padding-left: 40px !important;
}
.mtn,
.mvn,
.man {
    margin-top: 0px !important;
}
.mtx,
.mvx,
.max {
    margin-top: 3px !important;
}
.mts,
.mvs,
.mas {
    margin-top: 5px !important;
}
.mtm,
.mvm,
.mam {
    margin-top: 10px !important;
}
.mtl,
.mvl,
.mal {
    margin-top: 20px !important;
}
.mtxl,
.mvxl,
.maxl {
    margin-top: 30px !important;
}
.mtxxl,
.mvxxl,
.maxxl {
    margin-top: 40px !important;
}
.mrn,
.mhn,
.man {
    margin-right: 0px !important;
}
.mrx,
.mhx,
.max {
    margin-right: 5px !important;
}
.mrs,
.mhs,
.mas {
    margin-right: 10px !important;
}
.mrm,
.mhm,
.mam {
    margin-right: 15px !important;
}
.mrl,
.mhl,
.mal {
    margin-right: 20px !important;
}
.mrxl,
.mhxl,
.maxl {
    margin-right: 30px !important;
}
.mrxxl,
.mhxxl,
.maxxl {
    margin-right: 40px !important;
}
.mbn,
.mvn,
.man {
    margin-bottom: 0px !important;
}
.mbx,
.mvx,
.max {
    margin-bottom: 3px !important;
}
.mbs,
.mvs,
.mas {
    margin-bottom: 5px !important;
}
.mbm,
.mvm,
.mam {
    margin-bottom: 10px !important;
}
.mbl,
.mvl,
.mal {
    margin-bottom: 20px !important;
}
.mbxl,
.mvxl,
.maxl {
    margin-bottom: 30px !important;
}
.mbxxl,
.mvxxl,
.maxxl {
    margin-bottom: 40px !important;
}
.mln,
.mhn,
.man {
    margin-left: 0px !important;
}
.mlx,
.mhx,
.max {
    margin-left: 3px !important;
}
.mls,
.mhs,
.mas {
    margin-left: 5px !important;
}
.mlm,
.mhm,
.mam {
    margin-left: 10px !important;
}
.mll,
.mhl,
.mal {
    margin-left: 20px !important;
}
.mlxl,
.mhxl,
.maxl {
    margin-left: 30px !important;
}
.mlxxl,
.mhxxl,
.maxxl {
    margin-left: 40px !important;
}
.text-bold {
    font-weight: 700 !important;
}
nav.navigation .label {
    margin-left: 20px;
    vertical-align: 3px;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
    color: #262626;
}
header .dropdown-menu>.active>a,
header .dropdown-menu>.active>a:focus,
header .dropdown-menu>.active>a:hover,
.menu-mobile .dropdown-menu>.active>a,
.menu-mobile .dropdown-menu>.active>a:focus,
.menu-mobile .dropdown-menu>.active>a:hover {
    background-color: rgba(245, 245, 245, 1);
}
.w-full {
    width: 100%;
}
.comment-item .pull-right.time span {
    padding-right: 2px;
}
.comment-list>#respond {
    margin-bottom: 30px;
}
.blog-comment .comment-list ul.children {
    margin-left: 70px;
    padding-left: 0px;
}
.blog-comment .comment-list li.parent ul.children li .comment-item,
.blog-comment .comment-list>li:not(:last-child)>.comment-item:last-child {
    padding: 0px 20px 20px 0;
    margin-bottom: 30px;
    border-bottom: 2px solid #f7f7f7;
}
.blog-comment .comment-item .media-right {
    width: 100%;
}
.blog-comment .comment-list ul.children {
    list-style: none;
}
.blog .pagination-list {
    margin-top: 30px;
}
.blog-author .blog-author-content .media-left a.media-image img {
    max-width: inherit;
}
.blog-detail-cat {
    display: table;
    margin-bottom: 10px;
}
.cats-widget .content-widget .tag-item {
    padding: 0px 10px 0px 25px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 0;
}
.blog-detail-cat .content-tag {
    padding-right: 30px;
    display: table-cell;
}
.wrapper-mobile-nav .header-topbar .search-mobile .search-form .btn-search {
    bottom: -2px;
}
.widget_search .searchbutton {
    display: none;
}
.bg-transparent .nav-search form.search-form input[type='text']::-webkit-input-placeholder {
    color: #3c3c3c;
}
.searchbar-type-2 .nav-search form .searchbutton {
    top: 0;
}
header.search-open .homepage-05 .header-main {
    background-color: rgba(0, 0, 0, 0.15);
}
header.search-open .homepage-05 .header-main .navbar-header,
header.search-open .homepage-05 .navigation .slzexploore-menu {
    opacity: 0;
}
header.search-open .homepage-05 .nav-search {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 90%;
    box-shadow: none;
    padding: 20px 0;
}
header.search-open .homepage-05 .nav-search form input[type="text"] {
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    height: 60px;
    padding-left: 0;
}
header.search-open .homepage-05 .nav-search form .searchbutton {
    display: none;
}
header.search-open .homepage-05 .header-main .navigation {
    position: static;
}
header.search-open .homepage-05 .header-main-wrapper {
    position: relative;
}
header.search-open .homepage-05 .header-main.header-fixed {
    background-color: #121212;
}
header.search-open .homepage-05 .header-main.header-fixed .nav-search {
    padding: 0;
    height: 50px;
}
header.search-open .homepage-05 .header-main.header-fixed .nav-search form input[type="text"] {
    font-size: 18px;
}
header.search-open .header-01 .navigation,
header.search-open .header-03 .navigation,
header.search-open .header-04 .navigation {
    width: 100%;
    top: -5px;
    padding-bottom: 13px;
    box-shadow: 0px 1px 0px #eaeaea;
}
header.search-open .header-01 .navigation .slzexploore-menu {
    display: none;
    opacity: 0;
}
header.search-open .header-01 .navigation .button-search {
    margin-top: 5px;
}
header.search-open .header-01 .nav-search {
    top: auto;
    left: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    width: 90%;
}
header.search-open .header-01 .nav-search form input[type="text"] {
    background-color: transparent;
    color: #eaeaea;
    font-size: 18px;
    padding-left: 0;
}
header.search-open .header-01 .nav-search form input[type='text']::-webkit-input-placeholder {
    color: #eaeaea;
}
header.search-open .header-01 .nav-search form input[type='text']:-moz-placeholder {
    color: #eaeaea;
}
header.search-open .header-01 .nav-search form input[type='text']::-moz-placeholder {
    color: #eaeaea;
}
header.search-open .header-01 .nav-search form input[type='text']:-ms-input-placeholder {
    color: #eaeaea;
}
header.search-open .header-01 .nav-search form:-ms-input-placeholder {
    color: #eaeaea;
}
header.search-open .header-01 .nav-search form .searchbutton {
    display: none;
}
header.search-open .bg-transparent .header-fixed .header-main-wrapper {
    position: relative;
}
header.search-open .bg-transparent .header-main.header-fixed .navbar-header {
    display: none;
}
header.search-open .bg-transparent .header-main.header-fixed .navigation {
    position: static;
    box-shadow: none;
}
header.search-open .bg-transparent .header-fixed .navigation .button-search {
    margin-top: 0;
}
header.search-open .bg-transparent .header-main.header-fixed .nav-search {
    left: 0;
    top: 0;
    min-height: 50px;
    border-top: 0px;
}
header.search-open .bg-transparent .header-main.header-fixed .nav-search form {
    height: 50px
}
header.search-open .bg-transparent .header-main.header-fixed .nav-search form input[type="text"] {
    background-color: transparent;
    height: 50px;
    text-transform: initial;
}
header.search-open .bg-transparent .nav-search form input[type='text']::-webkit-input-placeholder {
    color: #eaeaea;
}
header.search-open .bg-transparent .nav-search form input[type='text']:-moz-placeholder {
    color: #eaeaea;
}
header.search-open .bg-transparent .nav-search form input[type='text']::-moz-placeholder {
    color: #eaeaea;
}
header.search-open .bg-transparent .nav-search form input[type='text']:-ms-input-placeholder {
    color: #eaeaea;
}
header.search-open .bg-transparent .nav-search form:-ms-input-placeholder {
    color: #eaeaea;
}
header.search-open .header-02 .header-main .navbar-header,
header.search-open .header-02 .navigation .slzexploore-menu {
    opacity: 0;
}
header.search-open .header-02 .nav-search {
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    height: 100px;
    width: 90%;
    box-shadow: none;
    padding: 20px 0;
}
header.search-open .header-02 .nav-search form {
    border: none;
}
header.search-open .header-02 .nav-search form input[type="text"] {
    background-color: transparent;
    color: #959595;
    font-size: 18px;
    height: 60px;
    padding-left: 0;
}
header.search-open .header-02 .nav-search form .searchbutton {
    display: none;
}
header.search-open .header-02 .header-main .navigation {
    position: static;
}
header.search-open .header-02 .header-main-wrapper {
    position: relative;
}
header.search-open .bg-white .header-main.header-fixed .nav-search {
    padding: 0;
    height: 50px;
}
header.search-open .bg-white .header-main.header-fixed .nav-search form input[type="text"] {
    height: 49px;
    font-size: 15px;
}
header.search-open .header-03 .navigation {
    box-shadow: none;
}
header.search-open .header-03 .navigation .slzexploore-menu {
    opacity: 0;
}
header.search-open .header-03 .nav-search form {
    border: none;
}
header.search-open .header-03 .nav-search {
    top: 33px;
    left: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    width: 90%;
}
header.search-open .header-03 .nav-search form input[type="text"] {
    background-color: transparent;
    color: #959595;
    font-size: 18px;
    padding-left: 0;
}
header.search-open .header-03 .nav-search form .searchbutton {
    display: none;
}
header.search-open .header-03 .header-fixed .header-main-wrapper {
    position: relative;
}
header.search-open .header-03 .header-main.header-fixed .navigation {
    position: static;
}
header.search-open .header-03 .header-main.header-fixed .nav-search {
    top: 0;
}
header.search-open .header-04 .navigation {
    top: -5px;
    box-shadow: 0px 1px 0px #fff;
    padding-bottom: 0;
}
header.search-open .header-04 .navigation .slzexploore-menu {
    opacity: 0;
}
header.search-open .header-04 .navigation .button-search {
    margin-top: 5px;
}
header.search-open .header-04 .nav-search {
    top: 33px;
    left: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    width: 90%;
}
header.search-open .header-04 .nav-search form input[type="text"] {
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    padding-left: 0;
}
header.search-open .header-04 .nav-search form input[type="text"]::-webkit-input-placeholder {
    color: #eaeaea;
}
header.search-open .header-04 .nav-search form input[type="text"]:-moz-placeholder {
    color: #eaeaea;
}
header.search-open .header-04 .nav-search form input[type="text"]::-moz-placeholder {
    color: #eaeaea;
}
header.search-open .header-04 .nav-search form input[type="text"]:-ms-input-placeholder {
    color: #eaeaea;
}
header.search-open .header-04 .nav-search form .searchbutton {
    display: none;
}
.homepage-default .group-title .sub-banner .boder {
    border-bottom: 1px solid #fff;
    display: inline-block;
}
.homepage-05 .button-search {
    color: #fff;
}
.topbar-left .dropdown-topbar .link {
    cursor: pointer;
}
.navigation .main-menu:after,
.navigation .main-menu:before {
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    background-color: #ffdd00;
    left: 0;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.header-03 .header-topbar .button-search {
    line-height: 50px;
}
.header-03 .header-topbar .nav-search {
    top: 50px;
}
.header-01 .header-fixed .navigation .button-search,
.header-02 .header-fixed .navigation .button-search {
    line-height: 50px;
}
.header-04 .header-fixed .navigation .button-search {
    padding: 0;
    line-height: 50px;
}
.header-01 .header-main.header-fixed .navigation,
.header-03 .header-main.header-fixed .navigation,
.header-04 .header-main.header-fixed .navigation {
    display: block !important;
    height: 50px;
}
.header-01 .header-fixed .navigation .button-search,
.header-03 .header-fixed .navigation .button-search {
    line-height: 50px;
}
.header-03 .header-main {
    height: 101px;
}
.header-03 .header-main.header-fixed {
    height: 51px;
}
.header-04 .header-main.header-fixed .navigation .button-search {
    padding: 0;
    line-height: 50px;
}
.searchbar-type-2 header.search-open .nav-search form input[type="text"] {
    width: 90%;
}
.button-search {
    float: right;
    line-height: 100px;
    margin-left: 22px;
    width: 15px;
    cursor: pointer;
}
.header-fixed .button-search {
    line-height: 50px;
}
.hyperlink {
    padding-top: 20px;
}
.hyperlink .slide-logo-wrapper {
    margin: 50px auto 70px;
}
.header-01 .header-main .navigation,
.header-03 .header-main .navigation,
.header-04 .header-main .navigation {
    display: table !important;
    margin: auto;
}
.header-01 .navigation .nav-links,
.header-03 .navigation .nav-links,
.header-04 .navigation .nav-links {
    display: inline-block;
    float: none;
    margin: 0 auto;
}
.header-01 .navigation .button-search,
.header-03 .navigation .button-search {
    position: relative;
    float: right;
    display: inline-block;
    line-height: 24px;
    color: #DDEAF0;
}
.header-04 .navigation .button-search {
    position: relative;
    float: right;
    display: inline-block;
    color: #DDEAF0;
    line-height: 24px;
    padding: 34px 0 10px;
    margin-left: 22px;
}
.header-03 .navigation .button-search {
    position: relative;
    float: right;
    display: inline-block;
    line-height: 100px;
    margin: 0 22px;
    color: #555e69;
}
.search-page .title {
    margin-top: 0;
}
.search-result-btn {
    display: table-cell;
    vertical-align: middle;
    width: 1%;
}
.search-widget .search-submit {
    display: none;
}
.search-widget .search-field {
    font-weight: 400;
}
.search-widget .screen-reader-text {
    display: none;
}
.tags-widget .content-widget .tag-item {
    padding: 0px 10px 0px 25px;
}
.tags-widget .content-widget ul li {
    display: inline-block;
}
.search-page .content-none .search-form-widget {
    margin-top: 0;
}
.search-page .search-form-widget {
    margin: 45px 0;
}
.search-form-widget {
    height: 110px;
    background-color: #ffdd00;
    padding: 5px 20px;
}
.search-form-widget .input-group {
    border-bottom: 1px solid rgba(255, 255, 255, 0.62);
    line-height: 50px;
    width: 100%;
    margin-bottom: 15px;
}
.search-form-widget .input-group .form-control {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
    height: 50px;
    padding-right: 50px;
    color: #fff;
}
.search-form-widget .input-group button {
    background-color: transparent;
    border: none;
    color: #fff;
    padding: 0;
    position: absolute;
    top: 18px;
    right: 15px;
    z-index: 5;
}
.search-form-widget .form-control::-webkit-input-placeholder {
    color: #ffffff;
}
.search-form-widget .label {
    color: #ffffff;
    font-style: italic;
    font-size: 0.857em;
    padding: 0;
}
.search-page .blog-post .blog-content .meta-info {
    margin-bottom: 20px;
}
.hotel-list .loading,
.tours-list .loading,
.car-rent-list .loading,
.cruises-list .loading,
.timeline-book-block .find-widget .loading,
.tour-result-main .loading,
.hotel-result-main .loading,
.car-rent-result-main .loading,
.cruises-result-main .loading {
    width: 100%;
    height: 100%;
    top: -15px;
    left: 0px;
    position: absolute;
    display: none;
    opacity: 0.98;
    background-color: rgba(221, 221, 221, 0.46);
    z-index: 99;
    text-align: center
}
.hotel-list .loading .spinner,
.tours-list .loading .spinner,
.timeline-book-block .find-widget .loading .spinner,
.tour-result-main .loading .spinner,
.hotel-result-main .loading .spinner,
.car-rent-result-main .loading .spinner,
.cruises-result-main .loading .spinner {
    position: absolute;
    bottom: 25%;
    left: 45%;
    z-index: 100;
    width: 60px;
}
.tour-result-main .loading .spinner,
.hotel-result-main .loading .spinner,
.car-rent-result-main .loading .spinner,
.cruises-result-main .loading .spinner {
    top: 25%;
}
.tours-list .slick-track {
    margin-bottom: 5px;
}
.timeline-book-block .slz-booking-wrapper .booking-total tr td {
    line-height: 2;
    vertical-align: middle;
}
.panel-body {
    background-color: #ffdd00;
}
.exploore.page-title .page-title-wrapper .captions {
    max-width: 745px;
}
.item-blog-detail .blog-content .blog-descritption .a-fact-list ul li .text {
    margin-bottom: 0;
}
.wrapper-content .vc_row[data-vc-full-width] {
    overflow: visible;
}
.wrapper-content .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner {
    padding-top: 0;
}
.vc_row.slz-bg_parallax {
    background-attachment: fixed !important;
    background-position: center !important;
}
