@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i');

html,
body {
    height: 100%;
    font-family: "Roboto", sans-serif;
}

nav ul li:hover, nav ul li.active {
    background: none;
}
.NRF {
    color:red;
}
.login-content{
    width: 410px;
}
#block-for-slider {
    margin: 0 auto;
}
#viewport {
    width: 100%;
    display: table;
    position: relative;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#slidewrapper {
    position: relative;
    width: calc(100% * 4);
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

#slidewrapper ul, #slidewrapper li {
    margin: 0;
    padding: 0;
}

#slidewrapper li {
    width: calc(100%/4);
    list-style: none;
    display: inline;
    float: left;
}

.slide-img {
    width: 100%;
}
#prev-btn, #next-btn {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    top: calc(33% - 25px);
}

#prev-btn:hover, #next-btn:hover {
    cursor: pointer;
}

#prev-btn {
    left: 20px;
}

#next-btn {
    right: 20px;
}
#nav-btns {
    position: absolute;
    width: 100%;
    bottom: 20px;
    padding: 0;
    margin: 0;
    text-align: center;
}

.slide-nav-btn {
    position: relative;
    display: inline-block;
    list-style: none;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    margin: 3px;
}

.slide-nav-btn.active {
    background-color: #ef6c00;
}

.slide-nav-btn:hover {
    cursor: pointer;
}

.slide-block {
    position: absolute;
    text-align: center;
    width: calc(100%/4);
}

.slide-head {
    color: #fff;
    padding: 15px;
    width: 680px;
    margin: 15vh auto 20px;
    background: rgba(0,0,0,.5);
    font-size: 19px;
    line-height: 28px;
}

.slide-content {
    height: 200px;
    padding: 5px 330px;
    margin-top: -19px;
    color: #fff;
    background: rgba(0,0,0,.5);
}

.slide-content h2 {
    font-size: 2.1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.slide-content span {
    font-size: 19px;
    line-height: 28px;
}

.slide-content-button {
    color: #005772;
    margin-top: 10px;
    background-color: #facb38;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 3px;
    display: inline-block;
    border: 1px solid #fff;
    font-weight: 900;
    text-transform: uppercase;
}

nav .brand-logo img {
    display: inline-block;
    vertical-align: top;
}

.slide-content-button:hover {
    background-color: #fff;
}

.img-center img {
    width: 500px;
    height: 75px;
    margin-bottom: 30px;
}

@media (max-width: 1200px) {
    .slide-head {
        display: none;
    }

    .slide-content {
        padding: 45px 10%;
        height: 238px;
        margin: 0;
    }

    .nav-wrapper ul a {
        font-size: 0.87rem;
    }

    nav .brand-logo img {
        display: inline-block;
        vertical-align: top;
        padding-top: 13px;
    }

    .img-center img {
        width: 65%;
        height: auto;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    nav .brand-logo img {
        display: inline-block;
        vertical-align: top;
        padding-top: 20px;
    }

    .slide-content span, .slide-content .slide-content-button  {
        display: none;
    }

    .img-center img {
        width: 100%;
        height: auto;
        margin-bottom: 30px;
    }

    .footer-menu:after {
        left: 17% !important;
    }

    .top-menu-count {
        display: none;
    }
}

.contacts {
    margin-top: 40px;
    background: url("../images/footer-contact.jpg") no-repeat;
    padding: 100px 0 190px;
    color: #fff;
    text-align: center;
    margin-bottom: -165px;
    background-size: cover;
}

.contacts h2 {
    font-size: 2.1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.contacts span {
    font-size: 19px;
    line-height: 28px;
}

.martop10{
    margin-top:10px!important;
}
.martop20{
    margin-top:20px!important;
}
.martop30{
    margin-top:30px!important;
}
.martop40{
    margin-top:40px!important;
}
.martop50{
    margin-top:50px!important;
}

.s2-togall-button {
    display: none !important;
}

/*.search-menu {*/
/*height: 86px;*/
/*}*/

.search-menu,
.main-menu {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.modal-wrapper {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    z-index: 1000;
    background: rgba(127,127,127,0.5);
}

.modal-wrapper._active {
    display: inline-block;
}

#basketfull,
#cart-basket-wrapper,
#destination-menu,
#destination-menu2,
#departure-menu,
#newFormModal .modal,
#newFormModal-user .modal,
#newFormModal-subagent .modal,
#response-handler,
#transfer-from-to .modal,
#booking-edit-wrapper {
    display: block;
    position: relative;
    top: 0 !important;
    margin: 37px auto 80px auto;
    width: 65%;
    height: auto;
    /*bottom: auto;*/
    max-height: 550px;
}

#transfer-from-to .modal {
    display: block;
    position: relative;
    top: 0 !important;
    margin: 37px auto 80px auto;
    width: 25%;
    height: auto;
    /*bottom: auto;*/
    max-height: 550px;
}

#cart-basket-wrapper {
    width: 35%;
    text-align: center;
}

#basketfull .basket-room-info {

}
#basketfull .basket-paxes-info {

}
#basketfull .basket-room-info,
#basketfull .basket-paxes-info {
    margin-bottom: 0px;
}

#basketfull .basket-paxes-info .row {
    margin-bottom: 0px;
}

#basketfull .basket-paxes-info .input-field.line-label {
    height: 50px;
    line-height: 46px;
}

#basketfull .basket-paxes-info .input-field {
    margin-top: 5px;
    /*padding: 0px;*/
}

#basketfull .collection .collection-item {
    line-height: 47px;
    padding: 0px 15px;
    vertical-align: middle;
    height: 49px;
}

#basketfull .collection .collection-item p {
    line-height: 17px;
    margin: 0px;
    vertical-align: middle;
    display: inline-block;
}

#basketfullbody .ratestar {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 1rem;
}

#basketfullbody .ratebody i {
    line-height: 27px;
}

#basketfullbody .ratebody {
    width: 30px;
    height: 30px;
    right: 10px;
    text-align: center;
    line-height: 30px;
    top: 10px;
    font-size: 1.9rem;
}

#basketfullbody .row {

}

#basketfullbody .collection {
    width: 100%;
    margin-top: 0px;
    clear: both;
}

#basketfullbody h6 {
    margin: 0px;
    margin-bottom: 10px;
    font-size: 1.1rem;
    line-height: 30px;
    display: block;
    clear: both;
}

#basketfullbody h6 #deleteItem {
    display: inline;
}

.orhr {
    border-color: #f57c00;
    margin-top: 0px;
    margin-bottom: 30px;
}

.btn-small {
    padding: 0px 10px;
    margin: 0px 3px;
    border-radius: 3px;
    display: inline-block;
    line-height: 30px;
}

.irs-line-mid, .irs-line-left, .irs-line-right, .irs-bar, .irs-bar-edge, .irs-slider {
    background: url(../images/sprite-skin-flat.png) repeat-x;
}

#basketfullbody img {
    max-width: 100%;
}

h3.ng-scope {
    font-weight: 300;
    padding: 15px 5px;
    font-size: 1.4rem;
}

.kv-expand-detail-row > td {
    padding: 15px !important;
    background-color: #fff !important;
}

.price-breakdown td {
    padding: 15px 0px 0px 0px;
}

.reference h6 {
    font-size: 1.1rem;
}

.reference {
    /*    font-size: 1.1rem;*/
    overflow: hidden;
    white-space: normal;
}

.value,
#hotelDest,
#hotelDest,
#hotelName {
    display: block;
}

.price-breakdown {
    padding: 15px !important;
    text-align: right;
}
.breakdown {
    text-align: right;
}
.bold {
    font-weight: 500;
}

.yarl {
    font-size: 1.2rem !important;
}

#dropdown1 {
    width: auto !important;
    z-index: 9999;
}

.vertical-menu a {
    color: #fff;
    font-size: 1rem;
    line-height: 3.2rem;
}

.description .mline ul {
    padding-left: 20px;
}

.description .mline li {
    list-style: circle;

}

.infotable td {
    border: 2px solid #fff;
}

.calendar.right {
    float: left !important;
}

.daterangepicker input.input-mini {
    padding: 0px 0px 0px 28px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.variant td .btn {
    height: 25px;
    line-height: 25px;
    float: right;
    font-size: 0.9rem;
}

.variant .grey-text {
    padding: 0px;
    padding-right: 15px;
    margin-bottom: 10px;
}

.variant tr td {
    padding: 5px 15px 5px 0px;
    line-height: 30px;
    border-bottom: 1px solid #ddd;
}

.variant tr:last-child td {
    border-bottom: 0px solid #ddd;
}

.variant {
    text-align: right;
    padding: 10px 0px 0px 0px !important;
}

.description .mline h5 i {
    background: #0277bd;
    border-radius: 50%;
    display: inline-block;
    font-size: 1.4rem;
    color: #fff;
    width: 39px;
    border: 2px solid #fff;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
    height: 39px;
    line-height: 35px;
    text-align: center;
}

.facgroup {
    padding-bottom: 15px;
}

.description .mline h5 {
    font-size: 1.2rem;
    color: #0277bd;
}

#filtr_field p {
    margin-bottom: 0px;
}

@keyframes go-left-right { /* назовём анимацию: "go-left-right" */
    from {
        -webkit-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    to {
        -webkit-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}

/* Префикс для Chrome, Opera, Safari */
@-webkit-keyframes go-left-right {
    from {
        -webkit-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    to {
        -webkit-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}

.vertical-menu a:hover i {
    animation: go-left-right 3s infinite alternate;
    -webkit-animation: go-left-right 3s infinite alternate;
    -o-transition: transform 3s linear;
    -webkit-transition: transform 3s linear;
    -webkit-transition: -webkit-transform 3s linear;
    transition: -webkit-transform 3s linear;
    transition: transform 3s linear;
    transition: transform 3s linear, -webkit-transform 3s linear;
}

.vertical-menu a i {
    -o-transition: transform 3s linear;
    -webkit-transition: transform 3s linear;
    -webkit-transition: -webkit-transform 3s linear;
    transition: -webkit-transform 3s linear;
    transition: transform 3s linear;
    transition: transform 3s linear, -webkit-transform 3s linear;
}

.sorter label::after,
.sorter label::before {
    border-color: #fff !important;
    line-height: 36px !important;
    margin: 10px 0px 10px 4px !important;
}

.sorter label {
    padding-left: 25px !important;
    padding-right: 10px !important;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
    line-height: 36px !important;
    height: 36px !important;
}

.searchnav .input-group-addon {

    background: none;
    border-radius: 0px 0px 0px 0px !important;
    border: 0px !important;
    color: #fff;
    text-shadow: none;

}

.pagination li.active {
    background-color: inherit !important;
}

.pagination li a {
    border: 0px;
    background: none;
}

.pagination li a:hover {
    border: 0px;
    background: none;
    color: #ef6c00 !important;
}

.pagination li.active a {
    color: #ef6c00 !important;
    border-color: #ef6c00;
    background: #fff;
}

.body-content {
    text-align: center;
}

.preloader-wrapper {
    margin: 0 auto;
}

.spinner-blue, .spinner-blue-only {
    border-color: #008bcf !important;
}

#loader {
    display: none;
    z-index: 10000;
    z-index: 10000;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    background: rgba(245, 245, 245, .70);
}

#loader._active {
    display: block;
}

.preloader-background {
    min-height: 200px;
    z-index: 5000;
    height: 100vh;
}

.pagination {
    margin: 20px auto !important;
}

.pagination li.active a:hover {
    background: #fff;
    -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
}

.searchnav .input-group.input-daterange .form-control {
    background: none;
    border-radius: 0px 0px 0px 0px !important;
    text-shadow: none;
}

.roomfac {
    /*position: absolute;*/
    /*bottom: 15px;*/
    /*padding-top: 8px;*/
    padding-left: 10px;
}

#basketfullbody .thumb-otel-list .bottomCityName {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px 10px 5px 10px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.40) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.40)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.40) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.40) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0); /* IE6-9 */
}

#basketfullbody .thumb-otel-list p {
    padding: 5px 10px 25px 10px;
    display: block;
    margin-bottom: 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.40)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
}

#basketfullbody .thumb-otel-list {
    height: 138px;
    position: relative;
}

.thumb-otel-list {
    /*width: 253px;*/
    /*height: 190px;*/
    /*background-size: cover !important;*/
    /*display: block;*/
    /*display: inline-block;*/
    position: relative;
}

.thumb-room-list {
    width: 100%;
    height: 120px;
    background-size: cover !important;
    display: block;
}

.thumb-photo-list:hover {
    opacity: 0.8;
}

.card .collapsible .collapsible-header,
.card .collapsible {
    margin: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.room-list-item {
    position: relative;
    border-top: 1px solid rgba(255, 114, 0, 1) !important;
}

.tabcell {
    display: table-cell;
    vertical-align: bottom;
    float: none !important;
}

.tabcell .marg-bot,
.tabcell .card {
    max-width: 380px;
}

.tabtab {
    display: table;
}

.tabcell .btn-flat:hover {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: underline;
}

.tabcell .btn.orange {
    line-height: 45px;
    height: 45px;
}

.noshad {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-bottom: 0px solid #fff !important;
}

.card-row h6 {

    padding-bottom: 25px;
}

.marg-bot .btn-large:hover {
    color: #fff;
    text-decoration: none;
}

.marg-bot .btn-large {
    clear: both;
    margin: 10px 0px;
    width: 250px;
}

.marg-bot {
    margin: 20px 0px;
}

.card-row {
    padding-top: 25px;
}

.card-row h2 {
    font-weight: 300;
    font-size: 2.5rem;
}

.btn-flat:hover {
    background: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-decoration: underline !important;
}

.control-label.active {
    color: rgba(255, 114, 0, 1);
}

.form-title {
    font-weight: 300;
}

.tabcell .btn-flat {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 0.9rem;
    line-height: 23px;
    height: 23px;
    clear: both;
    text-align: right;
}

.well.boyback {
    position: relative;
    overflow: hidden;
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ff7200+71,ff7200+71 */
    /*background: #ffffff;  Old browsers */
    /*background: -moz-linear-gradient(top, #ffffff 0%, #ff7200 30%);  FF3.6-15 */
    /*background: -webkit-linear-gradient(top, #ffffff 0%, #ff7200 30%);  Chrome10-25,Safari5.1-6 */
    /*background: linear-gradient(to bottom, #ffffff 0%, #ff7200 30%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ff7200', GradientType=0);  IE6-9 */
}

.boyback img {
    float: right;
    max-width: 100%;
}

.room-list-name {
    /*height: 120px;*/
    position: relative;
}

.room-list-name h4 {
    text-transform: capitalize;
}

.room-list-actions .btn {
    margin-bottom: 10px;
}

.room-list-actions h4 i {
    font-size: 1rem;
}

.room-list-actions h4 {
    color: #0277bd;
    font-size: 1.3rem;
}

.room-list-actions p {
    font-size: 0.9rem;
    padding: 0px !important;
    margin: 0 0 10px;
}

.room-list-actions,
.room-list-image {
    padding: 0px !important;
}

.card .tabs .indicator {
    display: none;
}

pre {
    overflow-wrap: break-word; /* не поддерживает IE, Firefox; является копией word-wrap */
    word-wrap: break-word;
    word-break: keep-all; /* не поддерживает Opera12.14, значение keep-all не поддерживается IE, Chrome */
    line-break: loose; /* нет поддержки для русского языка */
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; /* значение auto не поддерживается Chrome */
}

.card .tabs .tab a.active:before {
    content: '';
    width: 20px;
    height: 16px;
    line-height: 16px;
    content: "\f107";
    position: absolute;
    left: 50%;
    bottom: 0px;
/*    margin-left: -10px;*/
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.card .tabs .tab a {
    position: relative;
    color: rgba(255, 114, 0, 1) !important;
}

.col.s12.gallery {
    padding-left: 21px !important;
}

.col.s12.gallery.room-list-image {
    padding-left: 0px !important;
}

.sorter a.active {
    font-weight: bold;
}

.sorter a.active.ASC::after {
    content: "\f0d7";
}

.sorter a.active::after {
    padding-left: 5px;
    content: "\f0d8";
    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;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.thumb-photo-list {
    width: 138px;
    height: 138px;
    float: left;
    margin: 3px 6px 3px 0px;
    -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover !important;
    display: block;
}

.ratebody {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 10px;
    text-align: center;
    line-height: 35px;
    top: 10px;
    font-size: 2rem;
}

.ratestar {
    color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 1.1rem;
}

.search-menu .col:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.search-menu .col .col:last-child {
    border-right: transparent;
}

.search-menu .col {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.search-menu .col .col:first-child {
    border-left: transparent;
}

.search-menu .select2-container--krajee .select2-selection--single .select2-selection__rendered {
    padding: 0px 5px;
}

.search-menu .select2-bootstrap-prepend .btn:hover {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

.search-menu input[type='text'] {
    border-bottom: 1px solid #fff;
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: 300;
}

.search-menu button {
    line-height: 36px;
    height: 36px;
    padding: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.search-menu button:hover {
    background: none;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

.search-menu input::-webkit-input-placeholder {
    color: #fff;
    font-weight: 300;
}

.search-menu input::-moz-placeholder {
    color: #fff;
    font-weight: 300;
}

/* Firefox 19+ */
.search-menu input:-moz-placeholder {
    color: #fff;
    font-weight: 300;
}

/* Firefox 18- */
.search-menu input:-ms-input-placeholder {
    color: #fff;
    font-weight: 300;
}

.search-menu .select2-bootstrap-prepend .btn i {
    font-size: 1.6rem;
}

.search-menu .select2-bootstrap-prepend .btn {
    padding: 0px 10px 0 0;
    cursor: pointer;
    line-height: 36px;
}

.select2-container--krajee .select2-results__option--highlighted[aria-selected] .grey-text.text-lighten-1 {
    color: #f1f1f1 !important;
}

/*.count h5 {*/
/*font-size: 1.2rem;*/
/*}*/

#kolvo .modal-header h4 {
    margin-bottom: 0;
    font-size: 1.2rem;
}

#kolvo .modal-header {
    padding: 10px 15px;
}

#kolvo {
    height: 380px;
    max-width: 600px;
}

#kolvo .row {
    margin-bottom: 0;
}

.count {
    border-bottom: 1px solid #eee;
    /*padding: 7px 0px;*/
}

/*.count.last {*/
/*border-bottom: 7px solid #fb8c00;*/
/*}*/

#kollabelvo {
    /*overflow: hidden;*/
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 5px 0;
}

.count i {
    font-size: 1.6rem;
    line-height: 3rem;
}

.formindot {
    line-height: 36px;
}

.count .centimp {
    width: 45px;
    border-bottom: 0;
    margin-bottom: 0;
    height: 30px;
    margin: 7px 0;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 0;
}

#kolvo.modal .modal-content {
    padding: 0 15px !important;
    height: 270px;
}

.modal-close, .plus, .minus {
    cursor: pointer;
}

.modal .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    border: 0px;
    padding: 15px !important;
}

.search-menu .btn.btn-flat:hover {
    background: rgba(255, 255, 255, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-menu .input-group.date .input-group-addon {
    background: none;
    border: 0px;
    color: #fff;
}

.search-menu .form-control {
    color: #fff;
}

.datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active {
    background-color: #f08100 !important;
}

.search-menu label {
    color: #fff;
    font-weight: 300;
    padding-top: 10px;
    margin-bottom: 0px;
}

.search-menu .btn.btn-flat {
    margin: 5px 5px 10px 5px;
    line-height: 36px;
    padding: 0px;
    width: 100%;
    height: 36px;
}

.select2-container--krajee .select2-results__option--highlighted[aria-selected] {
    background: rgba(255, 114, 0, 1) !important;
}

.search-menu .select2-container--krajee .select2-selection--single .select2-selection__arrow {
    display: none;
}

.search-menu .select2-container--krajee .select2-selection--single .select2-selection__rendered,
.search-menu .select2-container--krajee .select2-selection--single .select2-selection__placeholder {
    color: white;
    line-height: 32px;
    /*background-color: #b9d300;*/
    font-weight: 300;
}

.picker__date-display {
    background: #008bcf !important;
}

.picker__weekday-display {
    background: #f08100 !important;
}

.infor {
    line-height: 36px;
    margin: 5px 0px 10px 0px;
}

.infor [type="checkbox"] + label:before {
    top: 7px;
}

.infor [type="checkbox"] + label {
    color: #fff;
    font-weight: 300;
    height: 36px;
    line-height: 36px;
    padding-top: 0px;
}

.infor [type="checkbox"] + label:before {
    border-color: #fff;
}

.infor [type="checkbox"]:checked + label:before {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

.select2-container--krajee .select2-dropdown {
    border: 0;
}

.contrh {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 15px;
    color: #fff;
    /*line-height: 40px;*/
    line-height: 30px;
    font-size: 1rem;
    font-weight: 300;
}

.search-menu input[type="text"] {
    height: 36px;
}

.search-menu .select-wrapper .select2-container--krajee .select2-selection {
    background: none;
    border: 0px;
    color: #fff;
    outline: none;
    font-weight: 300;
    height: 36px;
    margin-top: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
}

body .select-wrapper {
    background: none;
    border: 0;
    padding: 0;
}

body .select-wrapper input.select-dropdown {
    display: none;
}

nav .brand-logo img {
    /*width: 100%;*/
    width: 250px;
}

nav.main-menu .brand-logo {
    padding: 0px 15px 0px 0px;
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
}

body .orange-text.text-darken-3 {
    color: rgba(255, 114, 0, 1) !important;
}

.irs-from, .irs-to, .irs-single,
body .orange.darken-3,
body .orange.darken-2 {
    background: rgba(255, 114, 0, 1) !important;
}

.searchnav {
    background: #ff7100;
    background: rgba(255, 114, 0, 1);
    color: #fff;
    -webkit-box-shadow: inset 0px 2px 25px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 2px 25px rgba(0, 0, 0, 0.3);
}

body .light-green {
    background-color: #41b3e5 !important;
}

.topmenu .btn-flat:hover:after {
    display: none;
}

.topmenu .btn-flat:after {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    width: 100%;
    height: 1px;
    margin-top: -10px;
    /*border-bottom: 1px dashed #008bcf;*/
    border-bottom: 1px dashed #fff;
}

.topmenu .btn-flat:hover {
    text-decoration: none;
}

.topmenu .btn-flat {
    padding: 0px 15px;
    position: relative;
    color: #008bcf;
}

.obj .col.m4.otel {
    position: relative;
    padding: 0;
}

.obj .col.m8.otel {
    position: relative;
    padding-top: 10px;
    padding-left: 20px;
}

.wrap .row .nomer .m2 {
    padding-right: 0px;
}

.nomer p {
    padding: 0px;
    margin-bottom: 0px;
    font-size: 0.8rem;
}

.nomer {
    border-top: 1px solid #EF6C00;
}

.nomer .price h5 {
    font-size: 1.3rem;
    margin-bottom: 0px;
}

.nomer .desc {
    padding-top: 10px !important;
}

.compareItem {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */ /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0); /* IE6-9 */
    line-height: 40px;
    padding: 0px 10px;
    padding-bottom: 40px;
    text-decoration: underline;
}

.topmenu a i {
    font-size: inherit !important;
}

.nav > li > a {
    padding: 0 12px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

#searchwidgetform .btn-floating i {
    font-size: 1.2rem;
}

#searchwidgetform .btn-floating {
    margin: 15px 0px;
}

.wrap .row .col {
    padding: 0px 15px;
}

#searchwidgetform .col {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
    margin-top: 5px;
}

#searchwidgetform .col:last-child {
    border-right: 0px;
}

#searchwidgetform label {
    color: #fff;
    width: 100%;
    position: absolute;
    top: 0px;
    padding: 0px;
    font-weight: 300;
    line-height: 25px;
    left: 0px;
}

.site-sale span {
    color: #008bcf;
}

.vishr {
    border-top: 1px solid rgba(255, 114, 0, 1);
    color: rgba(255, 114, 0, 1) !important;
}

nav .nav-wrapper .dropdown i {
    font-size: 1rem;
}

.liin ul {
    padding-left: 20px;
}

.liin ul li {
    list-style: disc;
}

.liin img {
    width: 100%;
    height: auto;
}

.liin ol {
    padding-left: 15px;
}

.liin ol li {
    list-style: decimal;
}

.dropdown-content li > a, .dropdown-content li > span {
    font-size: 1rem !important;
}

.i4ewOd-pzNkMb-haAclf {
    display: none !important;
}

#searhform .control-label {
    color: #fff !important;
}

#searhform .form-group {
    margin-bottom: 0px;
    position: relative;
}

/*.mobile .nav-wrapper a {*/
/*padding-right: 0px;*/
/*}*/

.mobile .main-menu .brand-logo img {
    height: 40px;
    padding-bottom: 5px;
    width: auto;
}

.mobile .main-menu .brand-logo {
    width: auto;
}

.mobile .nav-wrapper i {
    line-height: 56px;
}

#filtrform .btn-flat {
    padding: 0px;
    margin-right: 10px;
    text-transform: none;
}

#filtrform .btn-flat:last-child {
    margin-right: 0px;
}

.wrap .container .row {
    margin-bottom: 0px;
    margin-left: -15px;
    margin-right: -15px;
}

.obj img {
    max-width: 100%;
}

.wrap {
    /* background: green;*/
}

#searchwidgetform .btn-flat {
    margin-top: 25px;
    line-height: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fab152;
    margin-bottom: 0px;
    padding: 0px;
    width: 100%;
}

#searchwidgetform input[type="text"] {
    margin-top: 25px;
    line-height: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    border-bottom: 1px solid #fab152;
    margin-bottom: 0px;
}

#searchwidgetform input[type="text"]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    text-overflow: ellipsis;
}

#searchwidgetform input[type="text"]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    text-overflow: ellipsis;
}

/* Firefox 19+ */
#searchwidgetform input[type="text"]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    text-overflow: ellipsis;
}

/* Firefox 18- */
#searchwidgetform input[type="text"]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    text-overflow: ellipsis;
}

.search-btn:hover {
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.search-btn {
    cursor: pointer;
    line-height: 56px;
    font-size: 1.6rem;
}

#searchwidgetform {
    line-height: 36px;
    height: 66px;
    color: #fff;
    -webkit-box-shadow: inset 0px 2px 15px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 2px 15px rgba(0, 0, 0, 0.3);
}

.footer-menu {
    /*height: 76px;*/
    position: relative;
    /*border-bottom: 5px solid #4a4a4a;*/
    /*background: #ed6d04;*/
    background-color: #3e3e3e;
    /*border-top: 5px solid #fff;*/
    /*margin-top: 165px;*/
    padding: 40px 0;
}

/*.footer-menu:before {*/
    /*content: "";*/
    /*!*background: url("https://discover.bedsonline.com/sites/all/themes/bedsonline/img/background/footer.png") no-repeat bottom center;*!*/
    /*width: 100%;*/
    /*height: 160px;*/
    /*display: inline-block;*/
    /*!*border-bottom: 10px solid #ed6d04;*!*/
    /*!*border-bottom: 10px solid #4a4a4a;*!*/
    /*position: absolute;*/
    /*top: -160px;*/
/*}*/

.footer-menu:after {    display: block;
    content: "";
    background: url('../images/logo-white.svg') center center no-repeat;
    width: 256px;
    height: 45px;
    margin: -30px auto;
    background-size: 90%;
    position: absolute;
    left: 43%;
    bottom: 8px;
}

.footer-menu ul {
    /*margin-top: 20px;*/
}

.footer-menu ul li {
    margin-bottom: 5px;
}

.footer-menu ul li a, .footer-menu ul li span {
    color: #fff;
}

.footer-menu ul li a:hover {
    background-color: transparent;
    /*color: #4a4a4a;*/
    color: #f8a777;
}

.footer-menu ul li.active a {
    background-color: transparent;
    /*color: #4a4a4a;*/
    color: #f8a777;
}

.pull-left {
    padding-left: 0;
}

.footer {
    /*height: 60px;*/
    /*background-color: #f5f5f5;*/
    background-color: #181818;
    /*border-top: 1px solid #ddd;*/
    padding-top: 20px;
    /*text-transform: uppercase;*/
    color: #7a7a7a;
    font-size: 13px;
}

.footer img {
    margin: 0 15px;
}

.social {
    margin: 20px 0;
}

.facebook {
    display: inline-block;
    background: url('../images/facebook.png') no-repeat center #f79357;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    margin-right: 15px;
    background-size: 50%;
}

.twitter {
    display: inline-block;
    background: url("../images/twitter.png") no-repeat;
    background-size: 100%;
    height: 16px;
    width: 16px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

/*.not-set {*/
/*color: #c55;*/
/*font-style: italic;*/
/*}*/

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
    padding: 8px;
}

@media (min-width: 768px) {
    body .container {
        /*width: 1200px;*/
        width: 1180px;
        /*min-width: 1200px;*/
        padding: 0px 15px;
    }
}
.search_mx {
    width: 1200px;
    padding: 0px 15px;
    height: 84px;
}

.container_mx {
    width: 1200px;
    padding: 0px 15px;
    height: 36px;
}

@media (max-width: 1200px) {
    body .container {
        width: 992px;
    }
}

@media (max-width: 992px) {
    body .container {
        width: 768px;
    }

    nav.main-menu {
        position: relative;
    }

    nav.main-menu .nav-wrapper .brand-logo {
        left: 0px;
        right: inherit;
        position: absolute;
        display: block;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%)
    }
}

@media (max-width: 768px) {
    .imgas .bigsize {
        width: 50%;
        overflow: hidden;
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .col.s12.gallery {
        padding-left: 15px !important;
    }

    .thumb-photo-list {
        width: 100%;
        display: inline-block;
    }

    .smalltabs {
        margin: 0 -15px !important;
        height: auto !important;
        display: block !important;
        width: auto !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .smalltabs .tab {
        width: 50% !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    body .container {
        width: 100%;
    }

    .nav li > form {
        padding: 3px;
    }

    .search-menu .col:last-child {
        border-right: 0px;
    }

    .search-menu .col {
        border-left: 0px;
    }

    /*.search-menu .input-group-addon,*/
    /*.search-menu .btn.btn-flat {*/
        /*padding: 0px 0px 0px 10px !important;*/
    /*}*/

    #searhform #kollabelvo {
        border: 1px solid rgba(255, 255, 255, 0.5);
        padding: 0px !important;
        margin: 5px -10px;
    }
}

.nav > li > form > button:hover {
    text-decoration: none;
}

@media (max-width: 400px) {
    .tabcell {
        display: block;
    }

    .left {
        padding-right: 10px;
        float: right;
    }
}

@media only screen and (min-width: 601px) {
    .row .col.ms0 {
        width: 30%;
        margin-left: 0;
    }

    .row .col.ms1 {
        width: 24%;
        margin-left: 0;
    }

    .row .col.ms2 {
        width: 24%;
        margin-left: 0;
    }

    .row .col.ms3 {
        width: 17%;
        margin-left: 0;
    }

    .row .col.ms4 {
        width: 13%;
        margin-left: 0;
    }

    .row .col.ms5 {
        width: 11%;
        margin-left: 0;
    }

    .row .col.ms6 {
        width: 11%;
        margin-left: 0;
    }

    .row .col.ms7 {
        width: 21%;
        margin-left: 0;
    }
    .row .col.ms8 {
        width: 19%;
        margin-left: 0;
    }
    .row .col.ms9 {
        width: 11%;
        margin-left: 0;
    }
    .row .col.ms10 {
        width: 8%;
        margin-left: 0;
    }

}

#block {
    display: none;
}

#block._active {
    display: inline-block;
}

.kv-plugin-loading {
    position: absolute;
    top: 36px;
    left: 0px;
}

.button200 {
    width: 200px;
}

.topmenu #dropdown_1.dropdown-content {
    z-index: 1000;
}

#reset-ionslider.slider-reset {
    height: 20px;
    line-height: 20px;
    padding: 0px 10px;
    text-transform: lowercase;
    margin: 2px 0 5px;
}

#objectcontainer .btn-floating {
    width: 32px;
    height: 32px;
    line-height: 32px;
}
#objectcontainer .btn-floating i {
    font-size: 19px;
    line-height: 32px;
}
#objectcontainer .btn i,
#objectcontainer .btn-large i,
#objectcontainer .btn-floating i,
#objectcontainer .btn-large i,
#objectcontainer .btn-flat i {
    font-size: 1.0rem;
    line-height: inherit;
}

#objectcontainer h6.room-name {
    position: absolute;
    /*width: 150%;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
}
#objectcontainer h6.room-name + .room-facilities-bar {
    margin-top: 36px;
}

.right.white-text.deletenumb {
    cursor: pointer;
}

#order {
    display: none;
}
#order._active {
    display: inline-block;
}

#booking {
    display: none;
}
#booking._active {
    display: inline-block;
}

#cancel {
    display: none;
}
#cancel._active {
    display: inline-block;
}
#cart-error-block,
#dest-error-block,
#dest-error-block1,
#dest-error-block2
{
    display: none;
    width: 100%;
}
#cart-error-block._active,
#cart-error-block1._active,
#cart-error-block2._active,
#dest-error-block._active,
#dest-error-block1._active,
#dest-error-block2._active
{
    display: inline-block;
}
.error-block {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 20px;
    text-align: left;
    margin-bottom: 10px;
}
.error-code {
    font-size: 17px;
}

.deleteBasketItem._disabled {
    display: none;
}


#cart-success-block {
    width: 100%;
}
#cart-success-block._active {
    display: inline-block;
}
.success-block {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 20px;
    text-align: left;
    margin-bottom: 10px;
}
.success-code {
    font-size: 17px;
}

.warning-block {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    padding: 20px;
    text-align: left;
    margin-bottom: 10px;
}
.warning-code {
    font-size: 17px;
    font-weight: bold;
}
div#foreground {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.6);
    text-align: center;
}
div#foreground img {
    position: relative;
    margin-top: calc(50% / 2);
    opacity: 1;
    z-index: 1010;
}

.row-update-booking > td {
    cursor: pointer;
}
@media screen and (max-width: 480px) {
    .table-responsive .kv-expand-detail-row {
        font-size: 5px;
    }
}
.confirmation-modal.modal.fade.in {
    z-index: 5000;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.confirmation-modal.modal.fade.in .modal-footer .btn {
    margin-left: 10px;
}

#bookings-pjax .grid-view td, .view-index .grid-view td {
    white-space: normal !important;
    cursor: default;
    vertical-align: top;
}

#bookings-pjax .grid-view td .glyphicon.glyphicon-menu-down,
#bookings-pjax .grid-view td .glyphicon.glyphicon-menu-up,
.view-index .grid-view td .glyphicon.glyphicon-menu-down,
.view-index .grid-view td .glyphicon.glyphicon-menu-up {
    cursor: pointer;
}

/* Stunning loading */
.stunning-loading {
    position: fixed !important;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width: 100%;
    height: 0;
    background: rgba(245, 245, 245, .90);
    overflow: hidden;
    opacity: 0.80;
    z-index: 1000 !important;
    -webkit-transition: height 0s .6s, opacity .6s;
    -o-transition: height 0s .6s, opacity .6s;
    transition: height 0s .6s, opacity .6s;
    text-align: center;
    vertical-align: middle;
    line-height: 100%;
}
.stunning-loading img {
    margin-top: 35vh;
    width: 270px;
}
.modal-stunning-loading {
    opacity: 0.50;
}
.modal-stunning-loading img {
    margin-top: 25vh;
    width: 270px;
}
.stunning-loading._active {
    height: 100vh;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: height 0s 0s, opacity .6s;
    -o-transition: height 0s 0s, opacity .6s;
    transition: height 0s 0s, opacity .6s;
}
.modal-stunning-loading._active {
    height: 100%;
}
/* end */
.basket-hotel-name {
    font-size: 20px;
    margin-top: 0px;
    /*height: 27px;*/
    display: inline-block;
    line-height: 24px;
    vertical-align: top;
}
.basket-room-price {
    font-size: 22px;
}
.basket-room-price .fa.fa-rub {
    color: grey;
}
.basket-topay {
    height: 27px;
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
    font-size: 18px;
}
.search-big-fletcher{
    font-size: 2rem!important;
}
.search-big-fletcher:hover{
    text-decoration: none!important;
}
.subnametransfer{
    color:#777;
}
.thumb-transfer-list {
    width: 100%;
    height: 150px;
    background-size: inherit !important;
    display: block;
}
.amounttransfer{
    font-size: 18px;
    color: #ff7200;
    font-weight: 500;
}
.btn-armor-transfer{
    margin-bottom: 10px;
    float: right;
    margin-top: -40px;
}
.btn-hover-white:hover{
    color: #fff!important;
    text-decoration: none;
}
.btn-hover-white:focus{
    color: #fff!important;
    text-decoration: none;
}
.disnone{
    display: none;
}
.small-kolvo-tr {
    height:280px!important;
}
.disabled-menu-transfer:disabled{
    background-color: initial!important;
    cursor: default!important;
}
.help-block-error{
    /*position: absolute;*/
}
.field-transfer-departuretr .help-block,
.field-transfer-destinationtr .help-block
{
    display:none;
}
.book-field-tr{
    display: block;
}
.cancellation-button{
    cursor: pointer;
}

.hoverable {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    -o-transition: box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
}

nav ul a {
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    font-size: 1rem;
    color: #616161 !important;
    display: inline-block;
    padding: 0 15px;
    cursor: pointer;
}

nav ul a:hover {
    color: #ef6c00 !important;
}

#w1 ul, #w6 ul {
    margin-left: -10px;
}

.light-green .container {
    height: 36px;
}

/*@media (max-width: 768px) {*/
@media (max-width: 992px) {
    /*.nav {*/
        /*display: none;*/
    /*}*/

    .main-menu .button-collapse {
        color: gray;
        float: right;
    }

    nav .brand-logo img {
        width: 200px;
        padding-top: 10px;
    }

    .dropdown-button i {
        margin-top: 25px;
    }

    .dropdown-content li a i.fa {
        display: none !important;
    }

    .dropdown-content li > a, .dropdown-content li > span {
        padding: 0 !important;
    }

    #nav-btns {
        bottom: 0;
    }

    .slide-content h2 {
        font-size: 1.3rem;
        margin-top: 0;
    }

    .kv-table-wrap tr > td:first-child {
        font-size: 1em !important;
    }

    .variants .btn {
        padding: 0 2px;
        font-size: 0.8rem;
    }
}

@media (min-width: 768px) and (max-width: 940px) {
    .dropdown-button i {
        line-height: normal !important;
    }

    [type="checkbox"] + label {
        padding-left: 20px !important;
        font-size: 0.9rem !important;
    }

    label {
        font-size: 0.7rem !important;
    }

    /*#objectcontainer {*/
    /*margin-left: 50px;*/
    /*}*/

    input[type=text], input[type=password], input[type=email],
    input[type=url], input[type=time],
    input[type=date], input[type=datetime-local], input[type=tel],
    input[type=number], input[type=search], textarea.materialize-textarea {
        font-size: 0.85rem !important;
    }

    #reset-ionslider.slider-reset {
        font-size: 10px;
    }
}

/*.irs-slider {*/
/*background: rgba(255, 114, 0, 1);*/
/*}*/

@media (min-width: 767px) {
    .topmenu-tel-icon {
        display: none !important;
    }
    .bookings-all {
        display: none;
    }
}
@media (max-width: 767px) {
    .item-content {
        background-color: #dedede;
    }
    .bookings-all {
        color: #039be5;
    }
    #basksmallitems-text {
        display: none;
    }
    #ajaxloadbut-text {
        margin: 10px 0;
    }
    .topmenu-tel-icon {
        margin-left: 5px;
    }
    .search-menu {
        height: auto;
    }

    .light-green .container {
        height: auto;
    }

    #search-filter-form .row .col {
        float: none !important;
    }

    .card .tabs .tab a {
        font-size: 0.6rem;
    }

    #basketfull, #cart-basket-wrapper, #destination-menu,
    #destination-menu2, #departure-menu, #response-handler {
        width: 90%;
        margin: 15px auto;
    }

    .basket-hotel-name {
        text-align: center;
        height: auto;
    }

    .item-content {
        font-size: 1rem;
    }

    .user-detail {
        font-size: 0.83rem;
    }

    .variants .row .col:nth-child(0){
        display: none;
    }

    .search-hidden, .search-hidden .irs-from, .irs-to {
        visibility: hidden !important;
        height: 0;
    }

    .search-h {
        display: none;
    }

    #personal-content {
        display: none;
    }

    .kv-table-wrap thead {
        display: none;
    }

    .select2-results__option {
        padding: 15px 6px;
    }
    #date-back {
        display: none;
    }
    .topmenu-tel-text {
        display: none;
    }
    .search-hotel-price {
        font-size: 21px;
    }
}

.search-hotel-price {
    display:inline;
}

.variants .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    border-bottom: 1px solid #d0d0d0;
    padding: 10px 0;
}

.variants .row:last-child {
    border-bottom: none;
}

.nav-wrapper .button-collapse:hover {
    text-decoration: none;
}

/*input[type=text], input[type=password], input[type=email], input[type=url],*/
/*input[type=time], input[type=date], input[type=datetime-local], input[type=tel],*/
/*input[type=number], input[type=search], textarea.materialize-textarea {*/
/*width: calc(100% - 20px) !important;*/
/*padding: 0 10px !important;*/
/*}*/

@media (min-width: 1170px) {
    .boyback img {
        height: 87vh;
    }
}

@media (min-width: 768px) {
    #search-filter-form-btn {
        display: none;
    }
    #ajaxloadbut-text {
        display: none;
    }
    #personal-btn {
        display: none;
    }
    .search-menu .select-wrapper .select2-container--krajee .select2-results > .select2-results__options {
        max-height: none;
    }
}

#date-text {
    line-height: 40px;
    border-bottom: 1px solid #fff;
    cursor: pointer;
}

#message {
    margin-top: 20px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 600;
    background: rgba(255, 114, 0, 1);
    color: #fff;
    text-align: center;
    line-height: 40px;
}

@media (min-width: 766px) and (max-width: 769px) {
    #date-text {
        font-size: 11px;
    }
}

.basket-hotel-name small {
    display: block;
}

.up-down {
    margin: 10px 0;
}

.search-banner {
    margin: 20px 0;
    position: relative;
}

.search-banner-text {
    background: rgba(0,0,0,.35);
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 25px 50px 0;
}

.search-banner span {
    color: white;
    font-size: 1.4rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: 400;
}

.search-banner img {
    width: 100%;
}

.select2-container .select2-search__field {
    margin: 0;
}

.orange {
    background-color: #ff9800 !important;
}

.modal .modal-content {
    overflow-y: auto;
}

#kolvo {
    overflow-y: hidden;
}

#search-date {
    visibility: hidden;
    height: 0;
}

.site-sale img {
    width: 218px;
}

.pagination > .active > a, .pagination > .active > span,
.pagination > .active > a:hover, .pagination > .active > span:hover,
.pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: transparent;
    border-color: transparent;
}

#w1-container th {
    color: #039be5;
}

.default-up .table-personal a {
    color: white;
    text-decoration: underline;
}

.table-personal a:hover {
    text-decoration: none;
}

.table-personal-td-text img {
    width: 100%;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background: transparent;
}

.price-breakdown .breakdown td {
    padding: 0;
}

.td-padding-null td {
    padding: 0;
}

.td-padding-null .amount {
    text-align: right;
}

#booking-edit-form .form-group {
    margin: 0;
}

#booking-edit-wrapper blockquote {
    margin: 0 0 20px 0;
}

#booking-edit-wrapper .modal-footer .btn {
    float: left;
}

.booking-operations {
    margin-top: 10px;
    white-space: nowrap;
}

.booking-logs {
    height: 145px;
    overflow-y: scroll;
}

.row-update-booking .material-icons {
    display: block;
    width: 30px;
    margin: 0 auto;
}

.row-update-booking [data-col-seq="1"] {
    width: 30px;
}

.row-update-booking .booking-state-symbol {
    width: 32px;
}

.modal-title .field-hotels-companycode {
    margin: 0;
    display: inline-block;
    min-width: 13%;
}

ul.countdown {
    list-style: none;
    padding: 0;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin: 0;
}

ul.countdown li {
    display: inline-block;
}

.countdown-small {
    display: inline-block;
    margin: 0;
}

.countdown-small li {
    display: inline-block;
    line-height: 8px;
}

#basketfullcont {
    position: relative;
}

/*.countdown-full {*/
/*position: absolute;*/
/*right: 60px;*/
/*top: 25px;*/
/*}*/

#basketfull .row {
    margin-bottom: 10px;
}

.countdown-full ul.countdown {
    list-style: none;
    padding: 0;
    text-align: center;
    display: inline-block;
    vertical-align: top
}

.countdown-full ul.countdown li {
    display: inline-block;
}

.countdown-full ul.countdown li span {
    font-size: 30px;
    font-weight: 300;
    line-height: 30px;
}

.countdown-full ul.countdown li.seperator {
    font-size: 30px;
    line-height: 20px;
    vertical-align: top;
}

.countdown-full ul.countdown li p {
    color: #a7abb1;
    font-size: 14px;
    text-align: center;
}

.countdown-text {
    display: inline-block;
    vertical-align: center;
    margin: 15px 15px 0 0 !important;
}

.countdown-text {
    display: inline-block;
    vertical-align: center;
    margin: 15px 15px 0 0 !important;
}

#booking-update {
    display: none;
}

#booking-update._active {
    display: inline-block;
}

.obj .col.m3.otel {
    position: relative;
    padding: 0;
}

.obj .col.m9.otel {
    position: relative;
}

/*@media (min-width: 768px) {*/
/*.obj .col.m9.otel {*/
/*padding-top: 10px;*/
/*padding-left: 50px;*/
/*}*/
/*}*/

@media (max-width: 768px) {
    .var-ann {
        font-size: 13px;
    }

    .hotel-facilities {
        position: absolute;
        top: -65px;
        /*width: 250px;*/
        /*margin: 0 10%;*/
    }

    .thumb-otel-list {
        width: 100%;
    }

    .bigsize img {
        width: 100%;
    }
}


#basketfullcont #cart {
    overflow-y: auto;
    max-height: 380px;
}

@media (max-width: 768px) {
    #basketfullcont #cart {
        overflow-y: auto;
        max-height: 335px;
    }
}

#basketfull .modal-footer {
    text-align: left;
    padding-top: 20px;
}

.modal .modal-footer {
    background-color: transparent !important;
}

#response-handler {
    max-height: 600px;
}

/*#response-variants-block {*/
/*    max-height: 500px;*/
/*    overflow: auto;*/
/*}*/

#response-variants-block a {
    cursor: pointer;
}

.booking-variants {
    margin-bottom: 10px;
}

#booking-edit-wrapper {
    max-height: 80% !important;
}

#bookings-pjax .row-update-booking td:nth-child(2), .view-index .row-update-booking td:nth-child(2) {
    text-align: center !important;
    /*padding: 9px 30px 6px !important;*/
}

#bookings-pjax thead tr th:nth-child(2), .view-index thead tr th:nth-child(2) {
    text-align: center !important;
}

/*#newAgentForm .form-group {*/
/*height: 100px;*/
/*}*/

.form-group input {
    padding-left: 10px;
}

.otel .hotel, .basket-full-img {
    text-align: center;
}

#order-mail {
    display: none;
}

#order-mail._active {
    display: inline-block;
}

#basketbody ._active {
    display: inline-block;
}

.row-update-booking .CLOSED,
.row-update-booking .BOOKED,
.row-update-booking .CONFIRMED {
    background-color: green
}

.row-update-booking .PENDING,
.row-update-booking .INITIALIZED,
.row-update-booking .WLIST,
.row-update-booking .INDEFINITE {
    background-color: orange
}

.row-update-booking .TRASH,
.row-update-booking .CANCELLED,
.row-update-booking .CANCELLED2,
.row-update-booking .CANCELLED_PENALTY {
    background-color: red
}

#searhform .search-menu-block-small [type="checkbox"] + label {
    padding-left: 22px !important;
    font-size: 0.9rem !important;
    min-width: 80px !important;
}

.search-menu-block {
    height: 85px;
}

.field-showBack {
    display: inline-block;
    vertical-align: top;
}

.search-menu-block-small {
    height: 85px;
    padding: 0 !important;
    text-align: center;
}

.field-search-destination .form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

/*.basket-room-info-right {*/
/*padding-left: 0 !important;*/
/*}*/

.basket-room-info-comment {
    margin-top: 10px;
}

.search-menu .select2-container--krajee .select2-selection--single
.select2-selection__rendered, .search-menu .select2-container--krajee
.select2-selection--single .select2-selection__placeholder {
    color: #7F3800;
    line-height: 32px;
    background-color: #fff;
}

/*.room-list-name-left {*/
/*padding-left: 20px;*/
/*}*/

.room-list-name-left .grey-text {
    font-size: 12px;
}

.room-list-name-left, .roomfac {
    display: inline-block;
}

.transfer-search-block {
    padding-top: 15px !important;
}

.transfer-search-block {
    height: 126px;
}

@media (max-width: 768px) {
    .infootel p {
        margin: 0;
    }
    .basket-full-img {
        display: none;
    }
    .tabs .tab a {
        font-size: 0.6rem;
    }
    .var-ann a {
        font-size: 11px;
    }
    .basketadd span {
        display: none;
    }
    .basket-paxes-info .input-field label.active {
        font-size: 0.7rem;
    }
    .room-list-item .text-right {
        text-align: left;
    }
}

@media (max-width: 1025px) {
    .basketadd span {
        font-size: 10px;
    }
}

.news-content img {
    width: 100% !important;
}

.select2-container--krajee .select2-results > .select2-results__options {
    max-height: 300px;
}

.commision-block i {
    font-size: 12px;
}

.index_personal img {
    width: 100%;
}

/*.dropdown i.right {*/
/*line-height: 64px;*/
/*}*/

.fixed-right a {
    color: #039be5;
}

.room-div {
    margin: 10px 0;
}

.room-div .success-block, .room-div .error-block, .room-div .warning-block {
    padding: 20px !important;
}

.offline {
    background: rgba(255, 114, 0, 1);
    -webkit-box-shadow: inset 0px 2px 25px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 2px 25px rgba(0, 0, 0, 0.3);
    color: white;
    padding: 20px 0
}

.basksmalldiv:hover, .basksmalldiv:focus {
    text-decoration: none;
}

@media (max-width: 768px) {
    #cart-slug {
        display: none;
    }
}
.icon-copy{
    background: url('/../images/copy.png') 100% 100% no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
    display: inline-block;
}
.icon-original{
    background: url('/../images/original.png') 100% 100% no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
    display: inline-block;
}
.icon-no{
    background: url('/../images/delete.png') 100% 100% no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
    display: inline-block;
}
.booking-icon {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    margin: 0 auto;
}

#destinationtr-menu-icon-exchange {
    border: 1px solid;
    width: 36px;
    height: 36px;
    position: absolute;
    z-index: 10;
    background-color: rgba(255, 114, 0, 1);
    top: 42px;
    padding: 0;
    left: 80px;
}

#destinationtr-menu-icon-exchange:hover {
    background-color: rgba(255, 114, 0, 1);
    z-index: 999;
    border: 1px solid;
}

/*.transfer-time::-webkit-datetime-edit-ampm-field {*/
/*display: none;*/
/*}*/

/*input[type=time]::-webkit-clear-button {*/
/*-webkit-appearance: none;*/
/*-moz-appearance: none;*/
/*-o-appearance: none;*/
/*-ms-appearance:none;*/
/*appearance: none;*/
/*margin: -10px;*/
/*}*/

.transfer-time {
    background-color: rgba(255, 114, 0, 1) !important;
    border-left: 1px solid #f2f2f2 !important;
    border-right: 1px solid #f2f2f2 !important;
}

.transfer-div {
    margin: 10px 0;
}

.currency .active {
    font-weight: bold;
}

.currency a, .sorter a {
    text-decoration: underline;
    margin-left: 1px;
    margin-right: 1px !important;
}

.currency a:hover, .sorter a:hover {
    text-decoration: none !important;
}

.main-menu .nav-wrapper, .main-menu .dropdown {
    height: 64px;
}

.base .modal-content {
    overflow: visible;
}

.base .modal-content img {
    width: auto;
    display: inline-block;
}

#sort-off-trigger{
    text-decoration: underline;
}

#sort-off-trigger:hover {
    text-decoration: none !important;
}

.booking-icon-transfer-icon {
    background: url("../images/bus.png") no-repeat;
    width: 45px;
    height: 45px;
    background-size: 100%;
    margin: 0 auto;
}

.booking-icon-excursion-icon {
    background: url("../images/excursion.png") no-repeat;
    width: 45px;
    height: 45px;
    background-size: 100%;
    margin: 0 auto;
}

.booking-icon-transfer-name {
    text-transform: uppercase;
    text-align: center;
}

.booking-content-transfer, .booking-content-experiences {
    text-align: center;
    cursor: pointer !important;
}

.item-content-footer {
    display: none;
    border-top: 1px solid #ddd;
    padding: 20px 0 0;
}

.item-content-experiences {
    display: none;
    border-top: 1px solid #ddd;
}

.item-content-experiences .card {
    padding: 10px 0 0;
    margin: 0 15px;
}

.excursion {
    padding: 15px 0 !important;
    border-bottom: 1px solid #ede;
}

.excursion p {
    margin: 0;
}

.excursion hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.excursion-language {
    display: inline-block;
    width: 21px !important;
    height: 13px;
    margin-left: 10px
}

.btn-small {
    height: 25px !important;
    line-height: 25px !important;
    font-size: 13px;
}

.chip {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0,0,0,0.6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #e4e4e4;
    margin-bottom: 5px;
    margin-right: 5px;
}

.item-content {
    border-bottom: 1px solid #ddd;
}

.item-content:last-child {
    border-bottom: transparent;
}

.nav-fix > li > a {
    padding-left: 5px;
    padding-right: 5px;
}

.nav-fix > li:last-child > a {
    padding-right: 0;
}

@media (max-width: 1200px) {
    .nav-fix a {
        font-size: 0.8rem !important;
    }
}

#ajaxloadbut, #search-btn {
    padding: 0;
    background: #A64A00;
    margin-top: 5px;
    width: 80px;
    color: #ffffff;
}

@media (max-width: 992px) {
    .home-menu {
        display: none;
    }
    #date-text {
        font-size: 11px;
    }
    label {
        font-size: 0.7rem !important;
    }
    #ajaxloadbut {
        width: 90%;
        margin: 0 auto;
    }
    /*#ajaxloadbut span {*/
        /*display: none;*/
    /*}*/
    #searhform .search-menu-block-small [type="checkbox"] + label {
        padding-left: 2px !important;
        font-size: 0.8rem !important;
    }
    .fixed-right {
        display: none;
    }
}

@media (min-width: 992px) {
    .nav-fix {
        display: table;
        margin: 0 auto;
    }
    .topmenu .right {
        background-color: rgba(0,0,0,.05);
        padding-left: 15px;
    }
}

.nav-wrapper .button-collapse {
    float: right;
}

.nav-wrapper .button-collapse i {
    color: orange
}

/*.chains-programs-form label {*/
    /*font-size: 1.1rem !important;*/
    /*color: #333 !important;*/
/*}*/

.has-success .form-control {
    box-shadow: none;
}

#backtotop {
    background: url('../images/backtotop.png') no-repeat center center;
    bottom: 20px;
    cursor: pointer;
    display: none;
    height: 70px;
    position: fixed;
    right: 20px;
    text-indent: -9999px;
    width: 70px;
    z-index: 1;
}

.excursion-block {
    display: block !important;
    position: absolute !important;
    width: 70% !important;
    height: 100%;
    background-color: white;
    right: 0 !important;
    top: 0;
    left: auto !important;
    bottom: auto !important;
    max-height: none !important;
}

.exc {
    width: 14.2%;
    margin-bottom: 8px;
    text-align: center;
    padding: 0 4px !important;
}

.exc-block {
    height: 90px;
    padding: 4px 20px 0;
    border: 1px solid #edf1f2;
    text-align: left;
    background: #b3b3b3;
    cursor: not-allowed;
}

.exc .exc-active {
    background: #DDECC0;
    cursor: pointer;
}

.exc-block p {
    font-size: 18px;
}

.exc-block-price {
    /*color: gray;*/
}

.excursion-title:first-letter {
    text-transform: uppercase;
}

.excursion-block .modal-header .active {
    display: block;
}

.select-time {
    display: none;
    position: absolute;
    background: #fff;
    width: 100%;
    top: 55px;
    left: 0;
    /*height: 100%;*/
    min-height: 100%;
}

.footer-mn li {
    display: block !important;
}

.footer-mn li a {
    font-size: 13px;
}

.nav-right {
    background-color: #f68746;
    display: inline-block;
    padding-left: 10px;
}

.nav-right a {
    color: #fff !important;
    text-transform: uppercase;
}

.nav-right .dropdown-content a {
    color: #039be5 !important;
}

.footer-menu .block-title {
    font-size: 18px;
    font-weight: 200;
    color: #c5d320;
    margin: 0 0 20px;
    line-height: 120%;
}

.footer-menu p {
    color: #fff;
    font-size: 14px;
    line-height: 140%;
}

.footer-menu p a {
    color: #fff;
}

.footer-nav > li > a:hover, .footer-nav > li > a:focus {
    background-color: transparent;
}

.old-version {
    padding-right: 10px;
    color: #f68746;
    text-decoration: underline;
    font-size: 13px;
    line-height: 28px;
}

.recover {
    padding-right: 10px;
    color: #000;
    text-decoration: underline;
    font-size: 13px;
    line-height: 28px;
    text-transform: uppercase;
}

.login-in-left {
    display: inline-block;
}

.login-in {
    height: 36px;
    line-height: 36px;
    padding: 0 0 15px 2rem;
    position: relative;
}

.login-in .fa-angle-right {
    display: inline-block;
    background: rgba(0,0,0,.2);
    width: 30px;
}

.login-in:focus, .login-in:hover {
    text-decoration: none;
}

.login-in::after {
    border-bottom: none;
}

.login-in-left {
    border-bottom: 1px dashed #fff;
    line-height: 16px;
}

.nav-right .fa-angle-right {
    height: 38px;
    padding-left: 10px;
    margin-left: 20px;
    padding-top: 6px;
}

.nav-right .fa-angle-right:before {
    font-size: 26px;
    vertical-align: middle;
}

.block-time-name {
    font-size: 18px;
    padding: 27px 0 !important;
}

.block-time-name:first-letter {
    text-transform: uppercase;
}

.excursion-time-block, .excursion-ticket-block {
    padding: 20px 10px !important;
    border-bottom: solid 1px #eee;
    font-size: 18px;
}

.excursion-ticket-block {
    cursor: pointer;
}

.excursion-time-block:hover, .excursion-ticket-block:hover {
    background: #eee;
}

.excursion-time-block:last-child, .excursion-ticket-block:last-child {
    border-bottom: none;
}

.excursion__price, .excursion__part {
    display: inline-block;
}

.excursion__part {
    margin-left: 20px;
}

.excursion__part_minus, .excursion__part_plus {
    padding: 5px 25px;
    font-size: 20px;
    color: #333;
    background: #f7f7f7;
    border-color: #e6e6e6;
    border-radius: 2px;
    cursor: not-allowed;
}

.excursion-add {
    cursor: pointer;
}

.excursion__part_count {
    margin: 0 10px;
}

.excursion-time-block:hover .excursion-add {
    background: #fff;
}

.excursion-total {
    margin-top: 20px;
}

.excursion-total-price {
    display: inline-block;
}

.excursion-total-left, .excursion-total-center {
    font-size: 21px;
}

.excursion-total-left {
    /*border-right: solid 1px #eee;*/
}

#searhform .site-index .control-label {
    color: #9e9e9e !important;
}

#searchexcursion-country {
    color: #555;
}

.top-menu-count {
    color: #777;
    margin-right: 13px;
}

.exc-desktop {
    display: block;
}

.exc-mobile {
    display: none;
}

@media (max-width: 768px) {
    .transfer-search-block {
        padding-top: 0 !important;
    }
    .transfer-search-block {
        height: 100px;
    }
    .topmenu .left {
        display: none;
    }
    .old-version {
        font-size: 11px;
    }
    .recover {
        font-size: 11px;
    }
    .excursion-block {
        width: 100% !important;
    }
    .excursion-block h4 {
        font-size: 16px;
    }
    .exc-desktop {
        display: none;
    }
    .exc-mobile {
        display: block;
    }
    .exc-block {
        height: auto;
        padding: 0;
    }
    .exc-block-price {
        display: none;
    }
    .select-time {
        top: 60px;
    }
}

@media (max-width: 400px) {
    .topmenu .btn-flat {
        font-size: 13px;
    }
}

.menus {
    margin: 0 auto 10px;
    display: flex;
    justify-content: space-between;
}

.menus .tab {
    line-height: 48px;
    text-transform: uppercase;
}

.menus .tab:first-child {
    padding-left: 0;
}

.menus .tab:last-child {
    padding-right: 0;
}

.menus .tab a {
    color: #ee6e73;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: color .28s ease;
    -moz-transition: color .28s ease;
    -o-transition: color .28s ease;
    -ms-transition: color .28s ease;
    transition: color .28s ease;
}

.menus .active a {
    border-bottom: solid 2px #ee6e73;
}

#bookingssearch-date {
    visibility: hidden;
    height: 0;
}

#booking-date {
    line-height: 44px;
    border-bottom: 1px solid #9e9e9e;
    cursor: pointer;
    font-size: 15px;
}

#response-handler .modal-content .modal-close {
    display: none;
}

.transfer-time {
    padding: 0 0 0 15px !important;
}

.carrenta-time {
    background-color: rgba(255, 114, 0, 1) !important;
    border-left: 1px solid #f2f2f2 !important;
    border-right: 1px solid #f2f2f2 !important;
    padding: 0 0 0 15px !important;
}

[for="searchcarrenta-departurereturn"] label {
    padding-top: 1px;
    font-size: 16px !important;
    cursor: pointer;
    padding-left: 20px;
}

.carrenta-times {
    border-left: transparent;
    margin-top: -10px;
}

.search-carrenta {
    height: 117px;
}

.search-carrenta__dest {
    padding: 10px 15px !important;
}

.search-carrenta__dates {
    padding: 10px 15px !important;
}

@media (max-width: 1200px) {
    .transfer-time {
        padding: 0 0 0 8px !important;
    }

    .carrenta-time {
        padding: 0 0 0 8px !important;
    }
}

@media (max-width: 992px) {
    [for="searchcarrenta-departurereturn"] label {
        padding-top: 1px;
        font-size: 13px !important;
        cursor: pointer;
        padding-left: 0;
    }
    .carrenta-times {
        margin-top: 0;
    }
}

.carrenta {
    /*border-bottom: 1px solid #ede;*/
    background-color: #f5f5f5;
    padding: 15px 0 15px 15px !important;
    margin-bottom: 10px;
}

.carrenta__left {
    background-color: #ffffff;
    padding: 10px !important;
    box-shadow: 0 0 1px 0px;
}

.carrenta__left_top-img {
    margin-top: 10px;
}

.carrenta__left_name {
    text-align: center;
    border-bottom: 1px solid #ede;
    width: 60%;
    margin: 0 auto;
}

.carrenta__left_desc {
    margin-top: 10px;
    text-align: center;
}

.carrenta__left_options {
    text-align: center;
}

.carrenta__left_block-info div, .carrenta__left_block div {
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
}

.carrenta__left_block ul {
    padding-inline-start: 40px;
}

.carrenta__left_block ul li {
    list-style-type: disc;
}

.carrenta__right_info {
    margin-top: 15px;
    background-color: #31708f;
    margin-right: -15px;
    padding: 10px 0;
    text-align: center;
    color: #ffffff;
}

.carrenta__right_success {
    margin-top: 15px;
    background-color: #3c763d;
    margin-right: -15px;
    padding: 10px 0;
    text-align: center;
    color: #ffffff;
}

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

.carrenta__right_price {
    text-align: center;
    font-size: 21px;
}

.carrenta__right_btn {
    margin-top: 15px;
    text-align: center;
}

.search-carrenta__btn {
    text-align: center;
    padding: 0 !important;
}

.search-carrenta__btn button {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

@media (max-width: 600px) {
    .search-carrenta {
        height: auto;
    }

    .search-carrenta__dest {
        margin-top: 10px;
        padding: 0 15px !important;
    }

    .search-carrenta__dates {
        padding: 0 15px !important;
    }

    .search-carrenta__btn button {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .carrenta__right {
        padding: 0 !important;
    }

    .carrenta__right_info {
        margin-right: 0;
    }

    .carrenta__right_success {
        margin-right: 0;
    }

    .carrenta__right .btn {
        padding: 0 5px;
    }
}