.gotop {

    background-image: url(../images/up.svg);

}

.pagination .prev span, .pagination .prev a, .pagination .next span, .pagination .next a {
    border: 1px solid #18a4ef !important;
}

.pagination .next span, .pagination .next a {
    background-image: url(../images/right-blue.svg) !important;
}

.pano-text-close:hover {
    background-image: url(../images/cancel-blue.svg);
}

.site-error:before {
    background-image: url(../images/404-ukr.svg);
}

.trips-menu {
    text-align: right;
}

.logo-index {
    color: #fff;
    position: absolute;
    width: 100%;
}

.logo-index img {
    width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.logo-index span {
    font-size: 3em;
    display: block;
}

.discover-index .search-section {
    background-color: transparent;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    position: relative;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
}

.img-container {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.logo-index {
    text-align: center;
    margin-bottom: 50px;
    z-index: 100;
    margin-top: -120px;
}

.discover-index .form-container h1 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.discover-index .form-container {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    position: relative;
}

.form-container h1 {
    color: #fff;
}

.discover-index .search-section .btn-filter {
    margin-left: auto;
    margin-right: auto;
    padding: 14px;
    padding-top: 13px;
}

.discover-index .select2-container--krajee .select2-selection--single {
    height: 55px !important;
}

.discover-index .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    height: 55px !important;
}

.main-tabs .tab {
    display: inline-block;
    border: 0 solid hsla(0, 0%, 100%, .5);
    border-width: 1px 1px 1px 0;
    padding-top: 7px;
    padding-right: 20px;
    padding-bottom: 7px;
    padding-left: 20px;
    cursor: pointer;
}

.main-tabs {
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold;
}

.main-tabs .tab.active {
    background-color: rgba(0, 0, 0, 0.52);
}

.select2-container--krajee .select2-selection--single {
    height: 50px;
}

.main-tabs .tab:last-child {
    border-radius: 0 100px 100px 0;
}

.main-tabs .tab:first-child {
    border-width: 1px;
    border-radius: 100px 0 0 100px;
}

.discover-index .form-container h1 {
    text-align: center;
    font-size: 3em;
    margin-bottom: 10px;
}

.discover-index .form-container p {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 0px;
    letter-spacing: 10px;
}

.discover-index .form-container .button-container {
    text-align: center;
}

.trips-header.tours-header.event-header {
    background-image: url(../images/bg-events.jpg) !important;
}

.form-container .button-container {
    width: 100%;
}

.logo img {
    width: 220px;
}

.discover-header {
    height: 70px;
}

.trip-planer-nav {
    top: 100px;
}

.search-wrap {
    height: 460px;
    width: 100%;
    margin-top: -140px;
    position: absolute;
    top: 50%;
}


.discover-index .search-section {
    z-index: 2;
}

a.location-link {
    right: 0px;

    bottom: 0px;
    color: #fff;
    text-align: center;
    position: absolute;
    font-size: 0.9em;
    text-decoration: none;
    padding: 15px;
    z-index: 2;
}

.slick-dots {
    z-index: 10;
}

a.location-link:hover {
    color: #fff;
    text-decoration: none;
}

.location-link {
    color: #fff;
}

.index-slider {
    margin: 0px !important;
    padding: 0px;
}

.index-slider, .img-container {
}

.index-slider .slick-prev, .index-slider .slick-next {
    top: 50% !important;
    bottom: auto !important;
    z-index: 100;
    opacity: 0.6;
}

.index-slider .slick-prev:hover, .index-slider .slick-next:hover {
    background-color: transparent !important;
    opacity: 1;
}

.index-slider .slick-prev:active, .index-slider .slick-next:active {
    opacity: 1;
}

.index-slider .slick-prev:focus, .index-slider .slick-next:focus {
    background-color: transparent !important;
    opacity: 1;
}

.index-slider .slick-prev {
    background-image: url(../images/left-w.png) !important; /*  -arrow-w */
    left: 10px !important;
}

.index-slider .slick-next {
    background-image: url(../images/right-w.png) !important;
    right: 10px !important;
    left: auto !important;
}

.read-more-slider .slick-slide {
    padding-right: 5px;
    padding-left: 5px;
}

.example {
    text-align: left;
    padding-top: 5px;
    font-size: 0.8em;
    clear: both;
}


.col.col-btn {
}

.col.index-category {
}

.col.location-category {
}

@media only screen and (max-width: 680px) {
    .discover-index .search-section {
        padding-top: 0px;
    }

    .search-wrap {
        margin-top: 0px;
        top: 100px;
    }

    .logo-index {
        padding-top: 30px;
        margin-top: -100px;
    }

    .logo-index img {
        width: 100%;
        max-width: 255px;
    }

    .discover-index .search-section .btn-filter {
        width: 100% !important;
    }

    .button-container {
        padding-right: 0px;
        padding-left: 0px;
        width: auto !important;
        left: 0px;
        right: 0px;
    }

    .img-container, .index-slider {
        min-height: 700px !important;
    }

    .discover-index .form-container h1 {
        font-size: 2em;
    }
}

@media only screen and (max-width: 768px) {
    .view-section .anchor {
        top: -55px;
    }

    .map-search {
        top: 55px !important;
    }
}

.whatToSee-wrap {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.contacts-map-city .section-title-container {
    background-color: #fff;

}


/*  Icons  */


.index-category:before {
    background-image: url(../images/search-blue.svg) !important;
}

.location-category:before {
    background-image: url(../images/contacts-1.svg) !important;
}

.controls-category:before {
    background-image: url(../images/controls.svg) !important;
}

.results:before {
    background-image: url(../images/search-results.svg);
}

.locations-sub-list .addr:before, .near-list-container .addr:before {
    background: url(../images/map-placeholder-blue.svg) no-repeat center center;
    background-size: 16px auto;
}

.trips-header {
    background-image: url(../images/trips-bg.svg) !important;
}

.trips-header.tours-header {
    background-image: url(../images/bg-tours.jpg) !important;
}

.users-header {
    background-image: url(../images/bg-users.jpg);
}

.info p.addr:before {
    background: url(../images/contacts-1.svg) no-repeat center center !important;
}

.info p.working_time:before, .booking-list ul li p.time:before {
    background: url(../images/time.svg) no-repeat center center;
}

p.gps:before {
    background-image: url(../images/gps-gray.svg);
}

p.gps2:before {
    background-image: url(../images/gps1.svg) !important;
}

.info p.phone:before, .booking-list ul li p.tel:before {
    background: url(../images/phone.svg) no-repeat center center;
}

.booking-list ul li p.name:before {
    background: url(../images/user-gray.svg) no-repeat center center;
}

.info p.home:before,
.info p.url:before, .info p.google:before {
    background: url(../images/web.svg) no-repeat center center;
}

.info p.trip-links:before {
    background: url(../images/meta-trip-ico1.svg) no-repeat center center;
}

.info-wrap .addr:before {
    background: url(../images/contacts-1.svg) no-repeat center center !important;
}

.price:before {
    background: url(../images/price.svg) no-repeat center center !important;

}

.search-page .map-nav-col .locations-sub-list li .dist:before {
    background-image: url(../images/gps1.svg) !important;

}

.tags .tag-1:before {
    background-image: url(../images/tags/tag1.svg);
}

.tags .tag-2:before {
    background-image: url(../images/tags/tag2.svg);
}

.tags .tag-3:before {
    background-image: url(../images/tags/tag3.svg);
}

.tags .tag-4:before {
    background-image: url(../images/tags/tag4.svg);
}

.tags .tag-5:before {
    background-image: url(../images/tags/tag5.svg);
}

.tags .tag-6:before {
    background-image: url(../images/tags/tag6.svg);
}

.tags .tag-7:before {
    background-image: url(../images/tags/tag7.svg);
}

.tags .tag-8:before {
    background-image: url(../images/tags/tag8.svg);
}

.tags .tag-9:before {
    background-image: url(../images/tags/tag9.svg);
}

.tags .tag-10:before {
    background-image: url(../images/tags/tag10.svg);
}

.tags .tag-11:before {
    background-image: url(../images/tags/tag11.svg);
}

.tags .tag-12:before {
    background-image: url(../images/tags/tag12.svg);
}

.tags .tag-13:before {
    background-image: url(../images/tags/tag13.svg);
}

.tags .tag-14:before {
    background-image: url(../images/tags/tag14.svg);
}

.tags .tag-15:before {
    background-image: url(../images/tags/tag15.svg);
}

.tags .tag-16:before {
    background-image: url(../images/tags/tag16.svg);
}

.tags .tag-19:before {
    background-image: url(../images/tags/tag19.svg);
}

.tags .tag-20:before {
    background-image: url(../images/tags/tag20.svg);
}

.tags .tag-21:before {
    background-image: url(../images/tags/tag21.svg);
}

.tags .tag-22:before {
    background-image: url(../images/tags/tag22.svg);
}

.tags .tag-23:before {
    background-image: url(../images/tags/tag23.svg);
}

.tags .tag-24:before {
    background-image: url(../images/tags/tag24.svg);
}

.tags .tag-25:before {
    background-image: url(../images/tags/tag25.svg);
}

.tags .tag-26:before {
    background-image: url(../images/tags/tag26.svg);
}

.tags .tag-27:before {
    background-image: url(../images/tags/tag27.svg);
}

.tags .tag-28:before {
    background-image: url(../images/tags/tag28.svg);
}

.tags .tag-29:before {
    background-image: url(../images/tags/tag29.svg);
}

.tags .tag-30:before {
    background-image: url(../images/tags/tag30.svg);
}

.tags .tag-32:before {
    background-image: url(../images/tags/tag23.svg);
}

.tags .tag-17:before {
    background-image: url(../images/tags/tag17.svg);
}

.tags .tag-18:before {
    background-image: url(../images/tags/tag18.svg);
}

.trip-meta .meta-ico {
    background-image: url(../images/meta-trip-ico1.svg);
}

.trip-time .meta-ico {
    background-image: url(../images/meta-trip-ico2.svg);
}

.trip-locations .meta-ico {
    background-image: url(../images/meta-trip-ico3.svg);
}

.user-filter .col.col-styles .ico {
    background-image: url(../images/user-data-ico1-blue.svg);
}

.input-group-addon.kv-date-calendar {
    background-image: url(../images/calendar-gray.svg);
}

.section-title-container .section-title:before {
    background-image: url(../images/search-result.svg);
}

.location-item .desc .addr:before, .hotel .addr:before, #booking-form .addr:before {
    background-image: url(../images/pin-border.svg);
}

.tours-info .ico-info {
    background-image: url(../images/contacts-1.svg);
}

.tours-info .ico-info.ico-info1 {
    background-image: url(../images/group.svg);
}

.tours-info .ico-info.ico-info2 {
    background-image: url(../images/time.svg);
}

.tours-info .ico-info.ico-info3 {
    background-image: url(../images/price.svg);
}

.tt-suggestion:before {
    background-image: url(../images/meta-trip-ico1.svg);
    background-repeat: no-repeat;
    background-size: 20px auto;
    background-position: center center;
}

.tt-suggestion.location:before {
    background-image: url(../images/contacts-1.svg) !important;
}

.tt-suggestion.region:before {
    background-image: url(../images/contacts-1.svg) !important;
}

.tt-suggestion.region.id-1984:before {
    background-image: url(../images/gps1.svg) !important;
}

.tt-suggestion.city:before {
    background-image: url(../images/contacts-1.svg) !important;
}

.tt-suggestion.user:before, .tag.id-35:before, .tag.id-36:before, .tag.id-37:before, .tag.id-38:before, .tag.id-39:before, .tag.id-40:before, .tag.id-41:before, .tag.id-42:before, .tag.id-43:before {
    background-image: url(../images/guide.svg) !important;
}

.tt-suggestion.categories:before {
    background-image: url(../images/contacts-1.svg) !important;
}

.tt-suggestion.categories.id-76:before {
    background-image: url(../images/where-to-eat.svg) !important;
}

.tt-suggestion.categories.id-103:before {
    background-image: url(../images/shopping.svg) !important;
}

.tt-suggestion.categories.id-49:before {
    background-image: url(../images/where-to-slip.svg) !important;
}

.tt-suggestion.categories.id-100:before {
    background-image: url(../images/active-sports.svg) !important;
}


.show-more:before, .show-less:before {
    background-image: url(../images/down.svg);
}

.show-less:before {
    background-image: url(../images/up.svg);
}

.show-search:hover {
    background: url(../images/search-blue.svg) center center no-repeat;
}


.user-menu a:before {
    background-image: url(../images/pin-user-menu.svg);
}

.user-menu a.user-menu-trips:before {
    background-image: url(../images/bag-blue.svg);
}

.user-menu a.user-profile:before {
    background-image: url(../images/user-gray.svg);
}

.user-menu a.user-settings:before {
    background-image: url(../images/settings.svg);
}

.user-menu a.user-orders:before {
    background-image: url(../images/calendar-gray.svg);
}

.user-menu a.user-booking:before {
    background-image: url(../images/envelope-blue.svg);
}

.user-menu .logout:before {
    background-image: url(../images/logout.svg) !important;
}

.modal-header .close:hover {
    background-image: url(../images/cancel-blue.svg);
}


.preload-info p:before {
    background: url(../images/contacts-1.svg) no-repeat center center !important;
    background-size: 16px auto;
}

.preload-info p.cat:before {
    background-image: url(../images/tag.svg) !important;
    background-size: 18px auto !important;
}

.preload-info p.rait:before {
    background-image: url(../images/star-thin.svg) !important;
    background-size: 18px auto !important;
}

.preload-info p.dates:before {
    background-image: url(../images/calendar.svg) !important;
}

.preload-info p.preload-cat:before {
    background-image: url(../images/search.svg) !important;
}

.preload-info p.preload-email:before {
    background-image: url(../images/email.svg) !important;
}

.preload-info p.phone:before {
    background-image: url(../images/phone.svg) !important;
}

.preload-info p.web:before {
    background-image: url(../images/web.svg) !important;
}

.select2-results__option strong:before, .select2-results__option span:before, #select2-popup_search_region_id-results li:first-of-type:before {
    background-image: url(../images/contacts-1.svg) !important;
    background-size: 20px auto;
}

.tags .tag-83:before {
    background-image: url(../images/tags/tag83.svg);
}

.tags .tag-69:before {
    background-image: url(../images/tags/tag69.svg);
}

.tags .tag-68:before {
    background-image: url(../images/tags/tag15.svg);
}


.city-aside-menu li a:before {
    background-image: url(../images/contacts-1.svg);
}

li.guides a:before {
    background-image: url(../images/guide.svg);
}

li.where-to-eat a:before {
    background-image: url(../images/where-to-eat.svg);
}

li.where-to-slip a:before {
    background-image: url(../images/where-to-slip.svg);
}

.guide-ico {
    background-image: url(../images/trip-illustration4.svg);
}

.guide-ico1 {
    background-image: url(../images/local-icons/local-ico-1.svg);
}

.guide-ico2 {
    background-image: url(../images/local-icons/local-ico-2.svg);
}

.guide-ico3 {
    background-image: url(../images/local-icons/local-ico-3.svg);
}

.guide-ico4 {
    background-image: url(../images/local-icons/local-ico-4.svg);
}

.guide-ico5 {
    background-image: url(../images/local-icons/local-ico-5.svg);
}

.guide-ico6 {
    background-image: url(../images/local-icons/local-ico-6.svg);
}

.guide-ico7 {
    background-image: url(../images/local-icons/local-ico-7.svg);
}

.guide-ico5, .guide-ico6, .guide-ico7 {
    width: 160px;
    background-size: 160px;
}


.hotels-slider .slick-prev, .links-container .slick-prev {
    background-image: url(../images/left-blue.svg) !important;
}

.hotels-slider .slick-next, .links-container .slick-next {
    background-image: url(../images/right-blue.svg) !important;
}


.thanks-for-booking:before {

    background-image: url(../images/tour2.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 140px !important;
}


.logo-du {
    float: left;
    width: 185px;
    overflow: hidden;
}



@media screen and (max-width: 768px) {
    .slick-dots {
        bottom: -35px;
    }

    .logo-mandruy-container {

        padding-left: 5px;

        margin-left: 2px;
    }

    .logo-mandruy {
        width: 68px;
        height: 50px;
        background-size: 66px;
    }

    .logo-desc {
        width: auto;
    }

    .search-mob {
        display: block;
        right: 0;
        top: 0;
      position: absolute;
        margin-top: 0;
    }

    .logo-desc {

        margin-top: 2px !important;
    }

    .logo-desc img {
        display: block !important;
        width: 190px !important;
    }
}


.top-categories {
    display: block !important;
}