@charset "UTF-8";

/* Header
--------------------------------------------------------*/
header {
    z-index: 999;
}

header.sticky {
    padding-top: 5px;
   /* padding-bottom: 5px;*/
}

header .logo_home {
    position: relative;
    top: -1px;
}

header .main-menu > ul {
    top: -5px;
}

header .main-menu > ul > li > a {
    padding: 2px 8px 4px;
    border-radius: 3px;
    text-decoration: none;
}

@media (max-width: 767px) {
    header .main-menu > ul > li > a {
        border-radius: 0;
        font-size: 15px;
    }
}

header .main-menu > ul > li > a:hover,
header .main-menu > ul > li.active > a {
    /*background-color: #82ca9c;*/
    color:#fff;/*rgba(27, 70, 102, 0.90)!important;/*rgba(27, 70, 102, 0.90);*/
    font-size:17px;
}

header #top_tools {
    top: -2px;
}

.parallax-content-2 {
    z-index: 99;
}

.parallax-content-1 > div {
    padding: 0 5%;
}

.image-center {
    display: block;
    text-align: center;
}

.image-center img {
    margin: 0 auto;
}

ul#cart_items {
    min-width: 350px;
    width: auto;
}

ul#cart_items li .image,
.thumb_cart {
    background-position: 50% 50%;
    background-size: cover;
}

ul#cart_items li strong {
    width: 200px;
}

ul#cart_items li strong > a {
    margin-bottom: 3px;
}

ul#cart_items li a.action {
    font-size: 19px;
    right: 15px;
    top: 5px;
}

.dropdown-cart .dropdown-menu a.button_drop {
    padding: 5px!important;
}

.dropdown-cart .dropdown-menu a.button_drop:hover {
    color: #fff !important;
}

.replace-me--header {
    font: bold 38px/1.2 Arial !important;
}

@media (max-width: 768px) {
    .replace-me--header {
        font-size: 22px !important;
    }
}


ul.user-menu {
    padding-left: 0;
}

ul.user-menu > li {
    display: block !important;
    border-bottom: 1px solid #ececec;
    padding: 10px !important;
}

ul.user-menu > li:last-child {
    border-bottom: 0;
}

ul.user-menu li > a {
    color: #82ca9c !important;
}

/* Forms
---------------------------------------------------------------*/
@media (min-width: 768px) {
    .contact-form .field-formmodel-first_name-1,
    .contact-form .field-formmodel-second_name-1 {
        width: 50%;
        float: left;
    }


    .contact-form .field-formmodel-first_name-1 {
        padding-right: 15px;
    }

    .contact-form .field-formmodel-second_name-1 {
        padding-left: 15px;
    }
}

.contact-form .form-textarea {
    min-height: 200px;
}

.contact-form .form-captcha-image {
    height: 40px;
    border: 1px solid #ddd;
    cursor: pointer;
}

@media (max-width: 767px) {
    .contact-form .form-captcha-image {
        margin-bottom: 15px;
    }
}

.contact-form .form-captcha .help-block {
    padding-left: 15px;
}

.contact-form .form-btn-send {
    background: #051563;
    border: none;
    font-family: inherit;
    color: #fff;
    padding: 7px 20px;
    display: inline-block;
    outline: none;
    font-size: 12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: bold;
}

.contact-form .form-btn-send:hover {
    background: #333;
}

.contact-form .form-success {
    text-align: center;
    color: #82ca9c;
    font-size: 15px;
    padding: 15px;
    border: 1px solid #82ca9c;
}

.contact-form .form-success-top {
    margin-bottom: 20px;
}

.contact-form .form-success-bottom {
    margin-top: 20px;
}

/* Modal
--------------------------------------------------------*/
.modal .modal-header,
.modal .modal-footer {
    border: 0;
}

.modal .modal-header {
    background: #f9f9f9;
}

.modal .modal-header .close {
    font-size: 16px;
    margin-top: 3px;
}

.modal .modal-title {
    display: inline-block;
    font-weight: bold;
    text-transform: uppercase;
}

.modal .modal-content {
    border-radius: 0;
    border: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
}

.modal-backdrop {
    background: #6d6d6d!important;
}

/* Footer
---------------------------------------------------------------*/
footer ul > li.active a {
    color: #ссс;
}

/* Base
---------------------------------------------------------------*/
html {
    height: 100%;
}

body {
    min-height: 100%;
}

body.modal-open {
    overflow-y: hidden !important;
}

body.modal-open header.sticky {
    margin-right: 17px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
}

.post-left {
    font: 12px/2 Arial;
}

.mt-0  { margin-top: 0 !important;}
.mt-15 { margin-top: 15px; }
.ml-5  { margin-left: 5px; }
.ml-10 { margin-left: 10px; }
.mt-10 { margin-top: 10px;  }
.mt-13 { margin-top: 13px;  }
.mt-20 { margin-top: 20px;  }
.ml-15 { margin-left: 15px; }
.mt-25 { margin-top: 25px; }
.mt-5  { margin-top: 5px; }
.mr-5  { margin-right: 5px; }

.p-30 {
    padding: 30px;
}

blockquote {
    font-size: 12px;
}

body.ajax-proccesing #preloader {
    display: block !important;
    background-color: transparent !important;
}

body.ajax-proccesing #preloader > div {
    background: #fff;
    border-radius: 3px;
}

a.link-green:hover,
a.link-green:focus {
    text-decoration: underline;
}

/* Comments
---------------------------------------------------------------*/
#comments li {
    padding: 0 0 30px 0;
    min-height: 85px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}

#comments .avatar-default {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #ececec;
    border-radius: 50%;
    border: 4px solid #fff;
    color: #666;
    font-size: 18px;
    font-weight: bold;
    height: 74px;
    line-height: 66px;
    text-align: center;
    width: 74px;
}

/* All
---------------------------------------------------------------*/
.vnotify-container {
    z-index: 9999;
}

.vnotify-item {
    width: 30em;
    border-radius: 3px;
}

.d-inline-block {
    display: inline-block;
}

.mb-30 {
    margin-bottom: 30px;
}

.animated-05 {
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.btn-default {
    -moz-border-radius: 3px;
    -moz-transition: all 0.3s;
    -webkit-border-radius: 3px;
    -webkit-transition: all 0.3s;
    background: transparent;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 12px;
    font-size: inherit;
    font-weight: bold;
    outline: none;
    padding: 7px 20px;
    text-transform: uppercase;
    transition: all 0.3s;
    color: #666;
}

.btn-default:hover,
.btn-default:focus {
    background: #333;
    border-color: #333;
    color: #fff;
}

.btn_processing {
    position: relative;
}

.btn_processing > * {
    opacity: 0;
}

.btn_processing:after {
    background: transparent url(../img/processing.gif) no-repeat 50% 50%;
    content: ' ';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}


a.btn_1.outline,
.btn_1.outiline,
input .btn_1.outiline {
    border: 1px solid #ddd;
    padding: 6px 18px;
}

a.btn_1.outline:hover,
.btn_1.outiline:hover,
input .btn_1.outiline:hover {
    border-width: 1px;
}

a.btn_1_outline{
    border: none;
    font-family: inherit;
    font-size: inherit;
    color:#85c99d;
    background:none;
    border:2px solid #85c99d;
    cursor: pointer;
    padding: 5px 20px;
    display: inline-block;
    outline: none;
    font-size:12px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-transform:uppercase;
    font-weight:bold;
    display: inline-block;
    text-align:center;
}
a.btn_1_outline:hover{
    border:2px solid #333;
    color:#333;
}

@media (max-width: 767px) {
    .btn_xs-block {
        display: block;
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
}

.short_info .price {
    font-size: 19px;
}

#price_single_main span {
    font-size: 35px;
    margin-left: 5px;
}

.rating .icon-smile {
    transition: color 0.2s ease;
}

.rating .icon-smile:hover {
    cursor: pointer;
    /*color: #F90;*/
}

.rating small {
    position: relative;
    top: -1px;
}

.rating-info {
    font-size: 11px;
    padding: 0 3px;
    color: #333;
}

.parallax-content-2 .rating-info {
    color: #fff;
}

[data-ihover="2"] > i:nth-child(-n+2),
[data-ihover="3"] > i:nth-child(-n+3),
[data-ihover="4"] > i:nth-child(-n+4),
[data-ihover="5"] > i:nth-child(-n+5) {
    color: #F90;
}

.tour_container .tour_title h3 {
    margin-bottom: 3px;
}

.short_info i {
    position: relative;
    top: -2px;
}

.parallax-content-2 div h1 {
    margin: 0 0 6px;
}

.parallax-content-2 div h1 i,
.parallax-content-2 .rating {
    position: relative;
    top: 1px;
}

.margin_top_60 {
    margin-top: 60px;
}

.ml--15 {
    margin-left: -15px;
}

.news-text {
    /*min-height: 160px;*/
}

.ribbon_3 {
    width: 100px;
    height: 100px;
    z-index: 5;
}

.ribbon_3 > span {
    width: 122px;
    top: 27px;
    left: -24px;
}

.cat_blog li.active a {
    color: #051563 !important;
}

.cat-list__link {
    font: bold 14px/1.2 Arial;
    color: #333;
    display: block;
    padding: 5px 13px 12px;
    border-radius: 3px;
}

.cat-list__link:hover,
.cat-list__link:focus {
    background: #051563;
}

.cat-list__link:hover > *,
.cat-list__link:focus > * {
    color: #fff;
}

.cat-list__link > i {
    font-size: 21px;
    margin-right: 3px;
    position: relative;
    top: 3px;
    color: #051563;
}

.btn-cat, .btn-cat--2 {
    background: #051563;
    padding: 3px 10px;
    color: #fff;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    border-radius: 3px;
    border: 1px solid #051563;
    font: bold 12px/1.2 Arial;
}

.btn-cat--2 {
    padding: 5px 10px;
}

.btn-cat:hover,
.btn-cat--2:hover,
.btn-cat:focus,
.btn-cat--2:focus {
    background: #333;
    border-color: #333;
    color: #fff;
}

.btn-cat > i {
    font-size: 15px;
    position: relative;
    top: 1px;
    left: -2px;
}

.min-search-filter {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.min-search-filter .tab-content {
    padding: 25px;
}

/*.min-search-filter .tab-content .tab-pane h3 {
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
}*/

.dd-selected {
    padding: 10px !important;
}

.dd-selected.dd-selected--image {
    padding: 0 0 0 10px !important;
}

.dd-fonticon {
    font-size: 27px;
    color: #b3b3b3;
    float: left;
    position: relative;
    top: -4px;
    left: -6px;
}

@media (max-width: 768px) {
    #search .tab-pane h3 {
        font-size: 15px !important;
    }

    .parallax-content-1-head {
        height: 200px!important;
    }

    .min-search-filter {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
}

header .main-menu {
    top: 0px;
}

header #top_tools {
    top: 0;
}

.parallax-content-1-head {
    height: 250px;
}

.parallax-content-1-head > div > h3 {
    font-size: 32px;
    text-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.banner h4,
.banner.colored h4 span {
    font-size: 25px;
    text-transform: uppercase;
}

.banner p {
    line-height: 1.2;
}

@media (max-width: 768px) {
    .banner {
        text-align: center;
    }

    .banner h4,
    .banner.colored h4 span {
        font-size: 21px;
        text-align: center;
    }

    .banner .subscribes-widget .form-control {
        width: 100% !important;
        margin-bottom: 12px;
    }

    .banner .btn_1 {
        width: 100%;
    }
}

.page-wrapper {
    padding: 25px;
}

.table.table_summary td {
    width: auto;
}

.thumb_cart {
    border-color: #fff;
}

.item_cart {
    margin-top: 11px;
}

.item_cart-name {
    margin-left: 3px;
    font-weight: bold;
}

.item_cart-cat {
    margin-top: 2px;
}

.label-1 {
    background: #85c99d;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    padding: 3px 10px;
    margin-top: 7px;
}

.label-1-outline {
    background: transparent;
    border: 1px solid #85c99d;
    color: #85c99d;
    border-radius: 3px;
    display: inline-block;
    padding: 3px 10px;
    margin-top: 7px;
    position: relative;
    top: -2px;
}

.hotel-tab {
    margin-top: 30px;
}

.hotel-tab .nav-tabs>li>a {
    border-radius: 3px 3px 0 0;
}

.hotel-tab .tab-content {
    border-color: transparent;
    padding: 30px 10px;
}

.hotel-wrap > .hotel-wrap-info:nth-child(even) {
    background: #f9f9f9;
}

.hotel-wrap-info {
    border-bottom: 1px dotted #ccc;
    padding: 20px 0;
}

.hotel-wrap-info:last-child {
    border-bottom: 0;
}

.full-page #hero.login {
    height: 100vh;
}

#login {
    margin: 140px 0 15px;
}

.table.table-top td {
    vertical-align: top !important;
    padding: 15px !important;
}

.m-center {
    margin: 0 auto;
}

table.cart-order {
    border-bottom-color: transparent !important;
}

table.cart-order .cart-order-price {
    margin: 10px 0;
    border-bottom: 1px dashed #ccc;
}

table.cart-order .cart-order-price:first-child {
    margin-top:5px;
}

table.cart-order .cart-order-price:last-child {
    border-bottom: 0;
    margin-bottom: 5px;
}

.cart-order-price .iradio_square-grey {
    top: 5px;
}

.cart-order-price label > small {
    font-weight: normal;
}

.cart-order-price__descp {
    position: relative;
    top: -6px;
}

.field-order-agreement .icheckbox_square-grey {
    margin: -3px 10px 0 0;
}

.strip_booking .date .day strong {
    margin-bottom: 5px;
    font-size: 21px;
}

.strip_booking h3 {
    padding-left: 0;
    top: 3px;
}

.first-order-data h3 {
    margin-top: 5px;
}

.first-order-data h3:first-child {
    margin-top: 0;
}

/* Avatar
---------------------------------------------------------------*/
.upload-drop-zone.dz-max-files-reached {
    line-height: 1.2;
    text-align: left;
}

.upload-drop-zone.dz-max-files-reached .dz-message {
    display: none;
}

.upload-drop-zone {
    border: 2px dashed #ccc;
}

@media (min-width: 768px) {
    .upload-drop-zone {
        font-size: 2em;
        line-height: 7em;
    }

    .upload-drop-zone.dz-max-files-reached {
        font-size: 14px;
    }
}

.dropzone .dz-preview .dz-image {
    border-radius: 3px;
}

.order-errors ul > li {
    color: red;
}

/* Subscribes
---------------------------------------------------------------*/
.subscribes-widget {
    padding-top: 13px;
}

.subscribes-widget .form-control {
    width: 55%;
    height: 34px;
    line-height: 34px;
    border-color: #fff;
    box-shadow: none;
}

.subscribes-widget .form-control:focus {
    border-color: #82ca9c;
}

.subscribes-widget .help-block-error {
    color: #fff;
    padding-top: 3px;
}

.subscribes-widget-success {
    text-align: center;
    font: bold 20px/1.5 Arial, sans-serif;
}

.subscribes-confirm {
    text-align: center;
    padding-top: 15%;
}

.subscribes-confirm h5 {
    font: 18px/1.2 Arial;
}

/* Tours
---------------------------------------------------------------*/
.tour_views {
    color: #666;
    margin-right: 5px;
}

.tour_views > i {
    font-size: 16px;
}

.tour_views > span {
    position: relative;
    top: -1px;
    color: #ccc;
    font-size:14px;
}

.tour_container .tour_title {
    line-height:16px;
    min-height: 95px;
    white-space:normal;
}

.tour_container .tour_title h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.tour_container__buy {
    border-top: 1px solid #efefef;
    padding: 15px;
}

/* Pagination
---------------------------------------------------------------*/
.pagination > li.active > a:hover {
    color: #fff !important;
}

/* Filters
---------------------------------------------------------------*/
a#filters_col_bt > span {
    position: relative;
    top: -2px;
}

.filter-error {
    font-size: 12px;
    color: #F90;
    line-height: 1.2;
    padding: 6px 0;
}

#search {
    padding-left: 17%;
    padding-right: 17%;
}

@media (max-width: 768px) {
    #search .btn_1.green {
        width: 100%;
    }
}

/* Errors
---------------------------------------------------------------*/
.error-block {
    background: #fff;
    border: 1px solid #ddd;
    padding-bottom: 13px;
}

.error-block h2 {
    font-size: 22px;
    font-family: "Montserrat", Arial, sans-serif;
}

/* Hotel
---------------------------------------------------------------*/
.hotel-block {
    margin-bottom: 30px;
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}

.hotel-block .btn-cat {
    padding: 3px 10px 3px;
}

.hotel-block-image {
    min-height: 169px;
    background: #f9f9f9;
    display: block;
    background-size: cover;
    background-position: 50% 50%;
}
@media (max-width: 1200px) {
    .hotel-block-image
     {
        min-height: 350px;
    }
}


@media (min-width: 768px) {
    .hotel-block-description {
        padding-left: 0;
    }
}

.hotel-block-description hr {
    margin-top: 10px;
    margin-bottom: 10px;
}


.aniimated-thumbnials.row {
    padding-left: 15px;
    padding-right: 15px;
}
.aniimated-thumbnials.row > a {
    padding: 0;
    margin: 2px;
    /*min-height: 62px;*/
    background: #666;
    position: relative;
    z-index: 1;
    float: none;
}
.aniimated-thumbnials.row > a:before {
    background: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    z-index: 2;
}
.aniimated-thumbnials.row > a:after {
    content: '\ecfb';
    left: 50%;
    top: 50%;
    font-family: "fontello";
    color: #f1f1f1;
    font-size: 2em;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.aniimated-thumbnials.row > a:before,
.aniimated-thumbnials.row > a:after {
    position: absolute;
    opacity: 0;
    transition: all .3s;
}
.aniimated-thumbnials.row > a:hover:before,
.aniimated-thumbnials.row > a:hover:after {
    opacity: 1;
}
.aniimated-thumbnials > a {
    display: inline-block;
}
.aniimated-thumbnials img {
    margin-bottom: 0;
    display: block;
}

@media (max-width: 768px) {
    .aniimated-thumbnials.row {
        text-align: center;
    }
}

/* Slider
---------------------------------------------------------------*/
.main-search-container {
    background: #333;
    height: 100vh;
    z-index: 2;
    position: relative;
    max-height: 700px;
}

.main-search-container-wrap {
    position: absolute;
    bottom: 10%;
    left: 0;
    z-index: 9;
    width: 100%;
}

.main-search-container-form {
    background: #fff;
    padding: 30px;
    margin: 0 auto;
}

.main-search-container-form h3 {
    margin: 5px 0 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

@media (max-width:768px) {
    .main-search-container-wrap {
        bottom: 5%;
    }
    .main-search-container-form {
        margin: 0 15px;
    }

    .main-search-container-form h3 {
        font-size: 18px;
        text-align: center;
    }
}

@media (min-width:768px) {
    .main-search-container-form { width:750px }
}

@media (min-width:992px){
    .main-search-container-form { width:970px }
}

@media (min-width:1200px) {
    .main-search-container-form { width:1170px }
}

.home-slider,
.home-slider .slick-slide{
    height: 100vh;
    z-index: 2;
}

.home-slider .slick-slide {
    background-position: 50% 50%;
    background-size: cover;
}

.home-slider .slick-arrow {
    position: absolute;
    display: none !important;
}

.home-slider .slick-prew {
    left: 0;
}

.home-slider .slick-next {
    right: 0;
}

.home-slider-text {
    text-align: center;
    color: #fff;
    line-height: 1.2;
    font-family: Arial;
    font-weight: bold;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, .15);
}

@media (max-width:768px) {
    .home-slider-text {
        padding-top: 90px;
        font-size: 20px;
    }
}

@media (min-width:768px) {
    .home-slider-text {
        padding-top: 205px;
        font-size: 38px;
    }
}

/* Forms
---------------------------------------------------------------*/
.form-control {
    border-radius: 3px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

#reservation {
    margin-bottom: 0!important;
}

#reservation .field-formmodel-id-2,
#reservation .field-formmodel-tour-2 {
    display: none !important;
}

#reservation #formmodel-wish-2 {
    min-height: 100px;
}

#reservation .form-buttons {
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
    text-align: center;
}

#reservation .form-buttons .btn {
    background-color: #85c99d;
    border-color: #85c99d;
    color: #fff;
}

#reservation .form-buttons .btn:hover,
#reservation .form-buttons .btn:focus {
    background-color: #333;
    border-color: #333;
}

#reservation .form-captcha .help-block-error {
    padding-left: 20px;
}

#reservation .form-success-bottom {
    text-align: center;
    color: green;
    font: 14px/1.2 Arial;
    padding-top: 15px;
}

.has-error .form-control {
    border-color: #d85151;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #d85151;
}

/* Profile
---------------------------------------------------------------*/
.profile-tabs nav ul li {
    border-color: transparent;
}

.profile-tabs nav ul li:hover,
.profile-tabs nav ul li:focus {
    border-color: #e2e2e2;
}

.profile-tabs nav > ul > li > a {
    font-size: 12px;
    padding: 5px 15px;
}

.profile-tabs nav > ul > li > a:before {
    font-size: 14px;
    position: relative;
    top: 0;
    margin-right: 10px;
}

.profile-tabs .content section {
    padding: 25px;
}

ul#profile_summary li {
    padding: 4px 15px;
}

.alert {
    border-radius: 3px;
}

.alert.alert-success {
    color: #fff;
    background-color: #b4d4c4;
    border-color: #b4d4c4;
}
