@font-face {
    font-family: "Helvetica LT Std";
    src: url("../fonts/8dfc9e156deae919d3ecc26fb97c7e98.eot");
    src: url("../fonts/8dfc9e156deae919d3ecc26fb97c7e98.eot?#iefix") format("embedded-opentype"),
    url("../fonts/8dfc9e156deae919d3ecc26fb97c7e98.woff2") format("woff2"),
    url("../fonts/8dfc9e156deae919d3ecc26fb97c7e98.woff") format("woff"),
    url("../fonts/8dfc9e156deae919d3ecc26fb97c7e98.ttf") format("truetype"),
    url("../fonts/8dfc9e156deae919d3ecc26fb97c7e98.svg#Helvetica LT Std") format("svg");
}

.clear:after {
    content: " ";
    display: table;
    width: 100%;
    height: 0;
    overflow: hidden;
    clear: both;
}

#enableDates, #dates_orders {
    visibility: hidden;
}

.has-error .help-block {
    color: red;
    font-size: 12px;
}

.ui-state-default {
    width: 30px;
    border-radius: 50%;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center;
}

.ui-widget-content, #picker_info {
    background: #e9e9e9;
}

.ui-datepicker {
    width: 100%;
}

#picker_info {
    background: #e9e9e9;
    width: 100%;
    padding: .2em .2em 0;
    border: 1px solid #dfd9c3;
}

#picker_info span {
    display: flex;
}

.ui-widget-header, .time_header, .order_block {
    background: #ffffff;
}

.time_header, .order_block {
    text-align: center;
}

.ui-datepicker .ui-datepicker-header, .time_header, .order_block {
    position: relative;
    padding: .2em 0;
}

.ui-widget-header,
.ui-datepicker-calendar tbody {
    background: #ffffff;
}

.ui-corner-all {
    border-radius: 0px;
}

.ui-widget, .time_header, .order_block, .price_header, .price {
    font-family: "Helvetica LT Std";
    font-weight: lighter;
    font-size: 100%;
}

.header .header-inner h1 {
    width: 90%;
    /*margin-left: 15px;*/
}

.time_header {
    border: 1px solid #d4ccb0;
    line-height: 1.8em;
}

.ui-widget table span {
    /*padding-top: 2px;*/
}

.ui-widget-content .ui-state-disabled .ui-state-default {
    background: none;
    border: 1px solid #ffffff;
    color: #aeb3b9;
}

.ui-widget-header {
    font-weight: lighter;
}

.ui-datepicker-prev, .ui-datepicker-next {
    /*display: inline-block;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*text-align: center;*/
    /*cursor: pointer;*/
    /*background: url('../img/picker_sprint.png') no-repeat;*/
    /*line-height: 600%;*/
    /*overflow: hidden;*/
}

.ui-datepicker-next {
}

.ui-datepicker-prev {
}

.ui-datepicker .ui-datepicker-prev span {
}

.ui-icon-circle-triangle-w {
}

.ui-icon-circle-triangle-e {
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    margin-left: -10px;
    margin-top: -12px;
}

.ui-widget-header .ui-icon {
    background-image: url("../img/picker_sprint.png");
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("../img/picker_sprint.png");
}

.ui-icon-circle-triangle-w {
    background-position: 1px 1px;
}

.ui-icon {
    width: 16px;
    height: 25px;
}

.ui-icon-circle-triangle-e {
    background-position: -16px 1px;
}

.free, .busy, .with_order {
    padding-left: 22px;
    background: url("../img/picker_sprint.png") left no-repeat;
}

.time_title {
    width: 19%;
    font-size: 0.9em;
    height: 38px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}

.mdl-checkbox__focus-helper, .mdl-checkbox__box-outline {
    top: 2px;
    left: 130px;
}

.agree_check .mdl-checkbox__focus-helper, .agree_check .mdl-checkbox__box-outline {
    top: 3px;
    left: 3px;
}

.count_users {
    font-size: .9em;
    margin-top: 10px;
}

#show-form, .booking-form .submit-row button, #read_more {
    background: -webkit-gradient(linear, left top, left bottom, from(#5b9b21), to(#4e841c));
    line-height: 35px;
    height: 30px;
}

#show-form:hover, .booking-form .submit-row button:hover, #read_more:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#6cb52b), to(#538a1c));
}

.price, .price_one_member {
    margin: 0 auto;
    width: 12%;
    color: rgb(76, 175, 80);
}

.price_header, .price_for_one_member {
    text-align: center;
    margin: 10px auto 0;
    width: 30%;
    font-size: .7em;
    color: #455a64;
}

.price_header, .price {
    display: none;
}

.price_for_one_member {
    width: 65%;
    margin: 10px auto 0;
}

.price_one_member {
    width: 20%;
}

.full_text {
    display: none;
}

.ordered-day a {
    background-color: #fdf79a !important;
    color: #538a1c !important;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid #327E04;
    background: #78d287;
    font-weight: bold;
    color: #fff;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    border: 3px solid red;
    padding: 0px;
}

.wrapper .ui-state-highlight, .wrapper .ui-widget-content .ui-state-highlight {
    background: #78d287;
}

.free-day a {
    background-color: #78d287 !important;
}

.busy-day a {
    background-color: #dd8aa3 !important;
}

.free {
    background-position: -6px -92px;
}

.busy {
    background-position: -5px -34px;
}

.with_order {
    background-position: -5px -63px;
}

h1 {
    margin: 16px 0;
}

.content .section-title {
    text-align: center;
    margin: 25px 0;
}

.date_disabled {
    display: none;
    margin-top: 10px;
    padding: 10px;
    font-size: 70%;
}

.header-info {
    margin: 0 20px 0 20px;
    /*outline: 1px solid #f00;*/
}

.header-info .header-item {
    width: 20%;
    height: 180px;
    padding: 10px 0;
    position: relative;
    float: left;
}

.header-info .header-item .header-inner {
    height: 160px;
    background-color: #fff;
    margin: 0 7px;
}

/*.header-info .header-item:first-child .header-inner{*/
/*margin-left: 0;*/
/*}*/

/*.header-info .header-item:last-child .header-inner{*/
/*margin-right: 0;*/
/*}*/

.header-info .header-item .header-inner:after {
    content: " ";
    display: block;
    width: 15px;
    height: 15px;
    background: url("../img/picker_sprint.png") -20px -4px;
    position: absolute;
    top: 50%;
    right: -10px;
    margin-top: -20px;
}

.col-45 {
    width: 35%;
    margin: 10px 20px;
}

.col-10 {
    width: 20%;
}

.empty32 {
    width: 32%;
}

.header-inner .col-10 {
    width: 37%;
}

.header-inner .col-45 {
    width: 26%;
    margin: 10px 20px;
}

#logo {
    display: inline-block;
    width: 100%;
    height: 110px;
    background: url("../img/logo_new.png") no-repeat;
    position: relative;
}

.header-info .header-item:last-child .header-inner:after {
    display: none;
}

.header-info .header-item .fifth_step:after {
    display: none;
}

.first_step {
    background: url("../img/steps_bg.png") 4px -48px #fff;
}

.second_step {
    background: url("../img/steps_bg.png") -303px -48px #fff;
}

.third_step {
    background: url("../img/steps_bg.png") 168px -48px #fff;
}

.fourth_step {
    background: url("../img/steps_bg.png") 324px -48px #fff;
}

.fifth_step {
    background: url("../img/steps_bg.png") -145px -48px #fff;
}

.right_arrow {
    width: 30px;
}

.first_step {

}

.info_text {
    display: block;
    position: relative;
    background-color: #e9e9e9;
    width: 100%;
    height: 50%
}

.inner_text p {
    padding: 10px;
    text-align: left;
    word-wrap: break-word;
    width: 90%;
    line-height: 17px;
}

.inner_text {
    height: 40%;
    background: #e9e9e9;
    margin-top: -25px;
}

.step_number {
    color: #fff;
    background: #bc003a;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    position: relative;
    margin-left: -10px;
    top: -10px;
    line-height: 25px;
}

.navbar-toggle {
    display: none;
}

.lang .active a, #main-menu .active a {
    text-decoration: none;
    color: #ffffff;
}

.header .header-inner {
    width: 100%;
}

.booking-column {
    display: inline-block;
    box-sizing: border-box;
    width: 45%;
    margin: 0 17px;
    vertical-align: top;
}

.page_title {
    width: 915px;
    margin: 0px auto;
    height: 75px;
    background: url("../img/page_title_bg.png") -46px -7px no-repeat;
    background-size: 375px;
}

.page_title:after {
    top: -25px;
    content: " ";
    height: 43px;
    display: block;
    background: url("../img/under_page_title.png") -25px -21px no-repeat;
    /* background-size: 375px; */
    z-index: 1000000;
    position: relative;
}

.page_title p {
    font-size: 23px;
    letter-spacing: 4px;
    line-height: 60px;
    top: 30px;
    left: 32px;
    position: relative;
    width: 150px;
}

.help-block {
    color: red;
    font-size: 12px;
}

.test-info {
    z-index: 113;
    position: fixed;
    background: #fff;
    width: 100%;
    text-align: center;
    color: red;
    font-size: 20px;
}

.mdl-textfield__input {
    font-size: 13px;
}

.event_date_title_form a {
    border: 3px solid;
    border-radius: 25px;
    height: 23px;
    width: 23px;
    text-decoration: none;
    color: red;
    font-size: 18px;
    font-weight: bolder;
    display: inline-block;
}

.event-photo-row {
    margin-left: 12px;
}

.event-photo-row a img {
    margin: 5px;
}

#read_more {
    margin-bottom: 15px;
}

@media (max-width: 1024px) {

    .header, .header-inner .inner {
        width: 915px;
    }

    .empty32 {
        width: 27%;
    }
}

@media (max-width: 768px) {

    .header, .header .inner,
    .footer .inner,
    .content .inner-content,
    .header .top-panel .inner {
        width: 100%;
    }

    .header p {
        font-size: 18px;
    }

    .footer .col-10 {
        width: 15%;
    }

    .page_title {
        width: 200px;
        margin: 0;
    }

    .page_title p {
        width: 150px;
    }

    .booking-column {
        vertical-align: top;
        width: 43%;
    }

    .empty32 {
        display: none;
    }

    .header-info .header-item {
        width: 20%;
        margin: 0 auto;
        height: 180px;
        padding: 10px 0;
        position: relative;
    }

    .first_step {
        background: url("../img/steps_bg.png") -8px -37px #fff;
        background-size: 740px;
    }

    .second_step {
        background: url("../img/steps_bg.png") -291px -37px #fff;
        background-size: 740px;
    }

    .third_step {
        background: url("../img/steps_bg.png") 148px -37px #fff;
        background-size: 740px;
    }

    .fourth_step {
        background: url("../img/steps_bg.png") 289px -37px #fff;
        background-size: 740px;
    }

    .fifth_step {
        background: url("../img/steps_bg.png") -145px -37px #fff;
        background-size: 740px;
    }

    .widget-button.widget-button-i60400123647 {
        display: none;
    }

    .mdl-checkbox__box-outline {
        top: 2px;
        left: 30%;
    }

    .ui-datepicker td span, .ui-datepicker td a {
        padding: 0;
    }

    .ui-datepicker, #picker_info {
        padding: 0;
    }

    .booking-column {
        vertical-align: top;
        width: 50%;
        margin-bottom: 10px;
    }

    .slider-wr {
        width: 95%;
        height: 400px;
        overflow: hidden;
        margin: 15px auto;
    }

    .slider-wr .bx-wrapper img {
        width: 100%;
        height: 400px;
    }

    .bx-prev, .bx-next {
        display: none;
    }

    .event-photos {
        display: none;
    }

}

@media (max-width: 580px) {

    .header {
        width: 100%;
    }

    .header h1 {
        font-weight: bold;
        font-size: 23px;
        padding: 0;
        line-height: 35px;
        margin-left: 15px;
    }

    .header .header-inner .col-45 {
        display: none;
    }

    .header .header-inner .col-10, .content .inner-content {
        width: 100%;
    }

    .header .mdl-cell:first-child {
        text-align: center;
        width: 100%;
    }

    .header .mdl-cell:last-child {
        display: none;
    }

    #logo {
        position: relative;
        top: -37px;
        width: 100%;
        background-position: -21px 0;
    }

    .content .section-title {
        text-align: center;
        font-size: 20px;
        line-height: 25px;
        font-weight: bold;
        margin-top: 33px;
    }

    .header-info .header-item .header-inner:after {
        content: ' ';
        display: block;
        width: 23px;
        padding: 10px 0;
        position: relative;
        float: none;
        margin: 30px 65px;
        background: url("../img/arrow_down.png") no-repeat;
    }

    .header-info .header-item .fifth_step:after {
        display: none;
    }

    .booking-column {
        margin: 15px 0;
        width: 100%;
    }

    .mdl-checkbox__focus-helper, .mdl-checkbox__box-outline {
        top: 2px;
        left: 130px;
    }

    .price_for_one_member {
        text-align: center;
        width: 94%;
        margin: 10px auto 0;
        font-size: 15px;
    }

    .price_one_member {
        width: 25%;
        margin: 10px auto;
    }

    .price_header, .price_for_one_member {
        margin: 10px auto;
        width: 80%;
        font-size: 15px;
        color: #455a64;
    }

    .price_header {
        display: none;
        width: 47%;
    }

    .price {
        display: none;
        width: 20%;
    }

    .slider-wr {
        width: 95%;
        height: 150px;
        overflow: hidden;
        margin: 15px auto;
    }

    .slider-wr .bx-wrapper img {
        width: 100%;
        height: 150px;
    }

    .bx-prev, .bx-next {
        display: none;
    }

    .header-info .header-item {
        width: 180px;
        margin: 0 auto;
        height: 180px;
        padding: 10px 0;
        position: relative;
        float: none;
    }

    .first_step {
        background: url("../img/steps_bg.png") 18px -37px #fff;
        background-size: 740px;
    }

    .second_step {
        background: url("../img/steps_bg.png") -268px -37px #fff;
        background-size: 740px;
    }

    .third_step {
        background: url("../img/steps_bg.png") 168px -37px #fff;
        background-size: 740px;
    }

    .fourth_step {
        background: url("../img/steps_bg.png") 310px -37px #fff;
        background-size: 740px;
    }

    .fifth_step {
        background: url("../img/steps_bg.png") -121px -37px #fff;
        background-size: 740px;
    }

    .footer .col-45 p {
        font-size: 12px;
    }

    .footer .col-10 {
        display: none;
    }

    .page_title, .page_title:after {
        display: none;
    }

    .ui-datepicker td span, .ui-datepicker td a {
        padding: 0;
    }

    .ui-datepicker, #picker_info {
        padding: 0;
    }

    .agree_check span {
        font-size: 12px;
    }

    .agree_check {
        height: 50px;
    }
}

@media (max-width: 425px) {
    .wrapper {
        background-image: none;
    }

    #logo {
        position: relative;
        top: 0;
        width: 100%;
        background-position: 0;
    }
}

@media (max-width: 375px) {
    .header {
        width: 100%;
    }

    .header h1 {
        font-weight: bold;
        font-size: 23px;
        padding: 0;
        line-height: 35px;
        margin-left: 15px;
    }

    .header .header-inner .col-45 {
        display: none;
    }

    .header .header-inner .col-10, .content .inner-content {
        width: 100%;
    }

    .header .mdl-cell:first-child {
        text-align: center;
        width: 100%;
    }

    .header .mdl-cell:last-child {
        display: none;
    }

    #logo {
        background-size: 100%;
    }


    .content .section-title {
        text-align: center;
        font-size: 20px;
        line-height: 25px;
        font-weight: bold;
        margin-top: 33px;
    }

    .header-info .header-item .header-inner:after {
        content: ' ';
        display: block;
        width: 23px;
        padding: 10px 0;
        position: relative;
        float: none;
        margin: 30px 65px;
        background: url("../img/arrow_down.png") no-repeat;
    }

    .header-info .header-item .fifth_step:after {
        display: none;
    }

    .booking-column {
        margin: 15px 0;
        width: 100%;
    }

    .ui-datepicker, #picker_info {
        padding: 0;
    }

    .mdl-checkbox__focus-helper, .mdl-checkbox__box-outline {
        top: 2px;
        left: 105px;
    }

    .price_for_one_member {
        text-align: center;
        width: 94%;
        margin: 10px auto 0;
        font-size: 15px;
    }

    .price_one_member {
        width: 25%;
        margin: 10px auto;
    }

    .price_header, .price_for_one_member {
        margin: 10px auto;
        width: 80%;
        font-size: 15px;
        color: #455a64;
    }

    .price_header {
        display: none;
        width: 47%;
    }

    .price {
        width: 20%;
        display: none;
    }

    .slider-wr {
        width: 95%;
        height: 150px;
        overflow: hidden;
        margin: 15px auto;
    }

    .slider-wr .bx-wrapper img {
        width: 100%;
        height: 150px;
    }

    .bx-prev, .bx-next {
        display: none;
    }

    .header-info .header-item {
        width: 180px;
        margin: 0 auto;
        height: 180px;
        padding: 10px 0;
        position: relative;
        float: none;
    }

    .first_step {
        background: url("../img/steps_bg.png") 18px -37px #fff;
        background-size: 740px;
    }

    .second_step {
        background: url("../img/steps_bg.png") -268px -37px #fff;
        background-size: 740px;
    }

    .third_step {
        background: url("../img/steps_bg.png") 168px -37px #fff;
        background-size: 740px;
    }

    .fourth_step {
        background: url("../img/steps_bg.png") 310px -37px #fff;
        background-size: 740px;
    }

    .fifth_step {
        background: url("../img/steps_bg.png") -121px -37px #fff;
        background-size: 740px;
    }

    .footer .col-45 p {
        font-size: 12px;
    }

    .footer .col-10 {
        display: none;
    }

    .page_title, .page_title:after {
        display: none;
    }

    .ui-datepicker td span, .ui-datepicker td a {
        padding: 0;
    }

    .agree_check span {
        font-size: 12px;
    }

    .agree_check {
        height: 50px;
    }

    .test-info {
        font-size: 13px;
    }
}

@media (max-width: 320px) {

    .header {
        width: 100%;
    }

    .header h1 {
        font-weight: bold;
        font-size: 23px;
        padding: 0;
        line-height: 35px;
        margin-left: 15px;
    }

    .header .header-inner .col-45 {
        display: none;
    }

    .header .header-inner .col-10, .content .inner-content {
        width: 100%;
    }

    .header .mdl-cell:first-child {
        text-align: center;
        width: 100%;
    }

    .header .mdl-cell:last-child {
        display: none;
    }

    .content .section-title {
        text-align: center;
        font-size: 20px;
        line-height: 25px;
        font-weight: bold;
        margin-top: 33px;
    }

    .header-info .header-item .header-inner:after {
        content: ' ';
        display: block;
        width: 23px;
        padding: 10px 0;
        position: relative;
        float: none;
        margin: 30px 65px;
        background: url("../img/arrow_down.png") no-repeat;
    }

    .header-info .header-item .fifth_step:after {
        display: none;
    }

    .booking-column {
        margin: 15px 0;
        width: 100%;
    }

    .ui-datepicker, #picker_info {
        padding: 0;
    }

    .mdl-checkbox__focus-helper, .mdl-checkbox__box-outline {
        top: 2px;
        left: 80px;
    }

    .price_for_one_member {
        text-align: center;
        width: 94%;
        margin: 10px auto 0;
        font-size: 15px;
    }

    .price_one_member {
        width: 25%;
        margin: 10px auto;
    }

    .price_header, .price_for_one_member {
        margin: 10px auto;
        width: 80%;
        font-size: 15px;
        color: #455a64;
    }

    .price_header {
        display: none;
        width: 47%;
    }

    .price {
        display: none;
        width: 20%;
    }

    .slider-wr {
        width: 95%;
        height: 150px;
        overflow: hidden;
        margin: 15px auto;
    }

    .slider-wr .bx-wrapper img {
        width: 100%;
        height: 150px;
    }

    .bx-prev, .bx-next {
        display: none;
    }

    .header-info .header-item {
        width: 180px;
        margin: 0 auto;
        height: 180px;
        padding: 10px 0;
        position: relative;
        float: none;
    }

    .first_step {
        background: url("../img/steps_bg.png") 18px -37px #fff;
        background-size: 740px;
    }

    .second_step {
        background: url("../img/steps_bg.png") -268px -37px #fff;
        background-size: 740px;
    }

    .third_step {
        background: url("../img/steps_bg.png") 168px -37px #fff;
        background-size: 740px;
    }

    .fourth_step {
        background: url("../img/steps_bg.png") 310px -37px #fff;
        background-size: 740px;
    }

    .fifth_step {
        background: url("../img/steps_bg.png") -121px -37px #fff;
        background-size: 740px;
    }

    .footer .col-45 p {
        font-size: 12px;
    }

    .footer .col-10 {
        display: none;
    }

    .page_title, .page_title:after {
        display: none;
    }

    .ui-datepicker td span, .ui-datepicker td a {
        padding: 0;
    }

    .agree_check span {
        font-size: 12px;
    }

    .agree_check {
        height: 50px;
    }
}
