.hover-img .hover-title {width:calc(100% + 2px);}

.row.tours.section .thumb {height:380px;}
.row.excursions.section .thumb {height:340px;}

article.post img.attachment-post-thumbnail {height: 400px; min-width: auto!important;}

.rooms #accordion {margin-top:10px;}
.rooms #accordion li {float: none; display: block; overflow: hidden;}
.rooms #accordion li:after {content: '.'; display: block; height: 0; clear: both; visibility: hidden;}
.rooms #accordion li > i {float: left; height: 35px; width: 35px; text-align: center; line-height: 35px; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -ms-transition: 0.3s; transition: 0.3s; font-size: 23px; display: block; -webkit-border-radius: 5px; border-radius: 5px; border: 1px solid #ccc; color: #686868;}
.rooms #accordion li > span.booking-item-feature-title {position: relative; line-height: 37px; margin-left: 7px; color: #686868;}

.rooms #accordion .panel {border: 0; box-shadow:none;}


body {
    font-family: 'Open Sans', Tahoma, Arial, Helvetica, SansSerif;
    font-size: 14px;
    color: #737373;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5 {
    font-family: Roboto, Arial, Helvetica;
    color: #565656;
    font-weight: 300;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 18px;
}

p.small {
    font-size: 11px;
}

p.big {
    font-size: 20px;
    line-height: normal;
}

p.big a {
    color: #ef8303;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

ul.navbar.slimmenu {
}

a.logo img {
    width: auto !important;
    display: inline-block;
}

a.logo + p.small {
    margin-bottom: 0;
}

header.header-wrap {
    background: rgba(0, 0, 0, .5);
    padding: 32px 0;
    color: #fff;
}

header.header-wrap a.logo {
    font-size: 16px;
    font-family: Roboto;
}

header.header-wrap a.logo span {
    color: #EF8303;
}

header.header-wrap .phones {
    font-size: 23px;
    line-height: 27px;
    text-align: center;
}

header.header-wrap .weather-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

header select[name=lang_selector] {
    width: 100px;
    height: 30px;
    color: white !important;
    background-color: gray;
    border: 1px double white;
}

header .lang-container {
    text-align: center;
}

header.header-wrap .phones img {
    display: inline-block;
    margin-right: 13px;
}

footer.footer-wrap {
    background: #4D4D4D;
    padding: 70px 0;
    color: #fff;
    margin-top: 50px;
}

footer.footer-wrap a.logo {
    font-size: 16px;
    font-family: Roboto;
}

footer.footer-wrap a.logo span {
    color: #8a8a8a;
}

div.error {
    color: #c60000;
}

li.booking-item {
    cursor: auto !important;
}

span.box_sale.sale_small {
    background: #ED8323;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

span.box_sale.sale_small > .fa {
    font-size: 24px;
}

.package-info span + span {
    display: inline-block;
    margin-left: 10px;
}

.package-info span.head:after {
    content: ":";
}

.badge {
    display: inline-block;
    border-radius: 50%;
    background: #c60000;
    width: 20px;
    line-height: 20px;
    text-align: center;
    padding: 0;
}

.badge-gray {
    background: #7e7e7e;
}

.badge-large {
    width: 32px;
    line-height: 32px;
    font-size: 16px;
}

.inline-block {
    display: inline-block;
}

.inline-block + .inline-block {
    margin-left: 20px;
}

.booking-item-price {
    font-size: 25px;
}

table {
    width: 100%;
    margin-bottom: 50px;
}

table tr {
    background: #f7f7f7;
    color: #737373;
}

table tr:first-child {
    font-weight: bold;
}

table tr:hover {
    background: rgba(239, 131, 3, 0.1);
}

table tr td {
    padding: 8px 12px;
    border-bottom: 1px solid #fff;
}

.main_menu_wrap > .container {
    line-height: 0;
    text-align: center;
}

.main_menu_wrap > .container ul.slimmenu {
    display: inline-block;
    float: none;
    margin: 0 auto;
    width: auto;
}

.main_menu_wrap .navbar {
    background: none;
    border: none;
    margin-bottom: 0;
    line-height: 0;
    min-height: 0;
}

.main_menu_wrap .navbar ul.slimmenu a:hover, .main_menu_wrap .navbar ul.slimmenu a.active {
    background-color: #ef8303;
    color: #fff;
}

a.navbar-brand {
    padding: 13px 0;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.main_menu_wrap .navbar {
    background: #4d4d4d !important;
    color: #fff;
}

/** fixed main menu **/
@media (min-width: 762px) {
    body {
        padding-top: 44px;
    }

    nav.navbar-fixed-top {
        border-bottom: 2px solid #ef8303 !important;
    }

}

.booking-item p.address {
    font-family: Roboto;
    font-size: 13px;
}

.booking-item-rating {
    color: #ef8303;
}

/** small devices **/
@media (max-width: 767px) {
    header.header-wrap div.logo {
        text-align: left;
    }

    header.header-wrap a.logo {
        text-align: left;
    }

    footer.footer-wrap a.logo {
        text-align: left;
    }

    ul.slimmenu, ul.slimmenu li, ul.slimmenu li a {
        display: block !important;
    }

    .navbar-fixed-top {
        position: relative;
        top: auto;
    }
}

@media (min-width: 768px) {
    nav.navbar div.navbar-header {
        display: none;
    }
}

/** weather widget */
.weather {
    display: flex;
}

.weather .icon {
    font-size: 32px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.weather .temp {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}

.weather .desc {
    display: block;
    font-size: 12px;
    text-align: center;
    margin-top: 5px;
}

.btn-weather {
    background: none;
}

.btn-weather:hover {
    border-radius: 0;
    background: none;
    color: #fff;
}

.weather .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    transition: none;
}

.weather__desc {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.weather__desc .temp {
    margin-right: 5px;
}

.row.row-wrap.mb20 {
    display: flex;
    flex-wrap: wrap;
}

.display-f {
    display: flex;
    flex-wrap: wrap;
}

.display-f .style_box {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.display-f .style_box .thumb {
    flex: 1 auto;
    width: 100%;
    height: 100%;
    display: flex;
}

.display-f .style_box .thumb > a {
    width: 100%;
    height: 100%;
}

.display-f .style_box .hover-img > img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.display-f-c {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 992px) {
    .display-f-c {
        flex-direction: column;
    }
}

#grapes {
    border-bottom: 2px solid #ef8303 !important;
}

.types .transfer-items {
    padding: 15px;
    border: 1px solid #E6E6E6;
    margin-bottom: 15px;
    width: calc(100% - 30px);
    float: left;
    margin-left: 15px;
}

.navbar-default .navbar-brand {
    margin-left: 15px;
}

@media (min-width: 768px) {
    nav .navbar-collapse.collapse {
        display: flex !important;
    }
}

.list-row-container {
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/*.booking-form div.error:not(:empty) {background: #ecd6da; padding: 3px 8px; font-size: 12px; margin: 0 0 10px;}*/

