#pageUp {
    display:none;
    text-decoration:none;
    position:fixed;
    bottom:0px;
    right:85px;
    overflow:hidden;
    width:80px;
    height:55px;
    border:none;
    text-indent:100%;
    background:url(../../bundles/app/assets/scroller/moreinfo.png) no-repeat left top;
    z-index:1000;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

#pageUp:hover {
    background:url(../../bundles/app/assets/scroller/moreinfo.png) no-repeat left -55px;
}

#pageUp:active, #toTop:focus {
    outline:none;
}
.contacts{

}

.contacts__left{
    float: left;
    width: 50%;
}

.contacts__right{
    float: left;
    width: 50%;
}

@media screen and (max-width: 680px) {

    .contacts__left{
        float: none;
        width: 100%;
    }

    .contacts__right{
        float: none;
        width: 100%;
    }

}

.contacts-form__title{
    color: #6f6e69;
    margin-bottom: 15px;
    font-size: 20px;
}

.contacts-form__field{
    padding-bottom: 15px;
}

.contacts-form__input{
    display: block;
    width:100%;
    color: #333;
    background: #fff;
    padding: 8px 10px;
    line-height: normal;
    box-sizing: border-box;
    outline: 0;
    border: 1px #706f69 solid;
    border-radius: 5px;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    margin-top: 5px;
}

.input__error{
    border-color: red;
}

.contacts-form__textarea{
    display: block;
    width:100%;
    height: 100px;
    color: #333;
    background: #fff;
    padding: 8px 10px;
    line-height: normal;
    box-sizing: border-box;
    outline: 0;
    border: 1px #706f69 solid;
    border-radius: 5px;
    font-size: 14px;
    text-align: left;
    vertical-align: middle;
    margin-top: 5px;
}

.contacts-form__input:focus,
.contacts-form__textarea:focus{
    border-color: #bebdb7;
}

.contacts-form__submit {
    display: inline-block;
    background: #6f6e69;
    border-radius: 5px;
    padding: 8px 18px;
    color: #fff !important;
    text-decoration: none;
    line-height: 100%;
}

.contacts-form__submit:hover {
    background: #8b8a85;
}
.gallery-wrapper{
    margin-left: -15px;
}

.gallery-photo{
    position: relative;
    display: inline-block;
    margin-left: 15px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    width:440px;
    height: 240px;
}

.gallery-caption {
    position: absolute;
    bottom: 10px;
    left: 0;
    padding: 8px;
    line-height: 150%;
    background: #000;
    color: #FFF;
}

.gallery-manage{
    margin-left: -25px;
}

.gallery-manage .item{
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
    margin-bottom: 25px;
    width:200px;
}

.gallery-manage .item .img{
    max-width: 100%;
    display: block;
}

.gallery-manage .item .btns{
    padding-top: 10px;
}

.gallery-manage .caption{
    margin-top: 10px;
}

.gallery-manage .text-add {
    display: none;
}

.gallery-manage .text-add input{
    display: block;
    width:100%;
    margin-bottom: 10px;
}
.news{

}

.news__item{
    padding-bottom: 30px;
}

.news__name{
    color: #6f6e69;
    font-style: italic;
    margin-bottom: 10px;
    font-size: 23px;
    text-decoration: none;
}

.news__text{
    display: block;
    font-size: 1em;
    color: #44433E;
    text-decoration: none;
}

.news__image{
    float:left;
    width:200px;
    height: 160px;
    margin-right: 30px;
}

@media screen and (max-width: 480px) {

    .news__image{
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

}

.news__date{
    padding-bottom: 10px;
}

.news__text a{
    color: #706f69;
}

.news__preview{
    padding-bottom: 10px;
}
.ny-action{
    position: absolute;
    top: 22px;
    left: 68px;
    float: left;
    max-width: 85%;
    z-index: 20;
}

@media screen and (max-width: 768px) {
    .ny-action{
        top: 77px;
        left: 214px;
        max-width: 530px;
    }

}

@media screen and (max-width: 740px) {
    .ny-action{
        top: 60px;
        left: 194px;
    }

}

@media screen and (max-width: 510px) {
    .ny-action {
        left: auto;
        top: auto;
        width: 100%;
        max-width: 100%;
        text-align: left;
        float:none;
        position: relative ;
        padding: 10px 10px 20px 10px;
        background: rgba(24, 28, 17, 0.75);
        box-sizing: border-box;
    }
}

.ny-action__title{
    font-size: 1.5em;
    line-height: 36px;
    background: rgba(24, 28, 17, 0.75);
    padding: 10px;
    color:#fff;
    font-weight: 100;
    margin-bottom: 10px;
    /*background: url(../images/bg-ny-title.png);*/
}

@media screen and (max-width: 768px) {
    .ny-action__title{
        font-size: 1.1em;
        line-height: 28px;
    }
}

@media screen and (max-width: 740px) {
    .ny-action__title{
        margin-bottom: 3px;
        font-size: 1.1em;
        padding: 5px;
    }

}

@media screen and (max-width: 510px) {
    .ny-action__title {
        background: none;
    }
}

.ny-action__line{
    display: inline-block;
    font-size: 1.0em;
    line-height: 26px;
    background: rgba(24, 28, 17, 0.75);
    padding: 10px;
    color:#fff;
    font-weight: 100;
    margin-top: 7px;
}

@media screen and (max-width: 768px) {
    .ny-action__line{
        font-size: 0.9em;
    }
}

@media screen and (max-width: 740px) {
    .ny-action__line{
        margin-top: 4px;
        padding: 5px;
    }

}

@media screen and (max-width: 510px) {
    .ny-action__line {
        background: none;
    }
}


.ny-action__img{
    height: 26px;
    margin-right: 5px;
    vertical-align: top;
}

.ny-action__btn{
    font-size: 1.0em;
    line-height: 34px;
    color: #fff !important;
    text-align: center;
    padding: 0;
    display: inline-block;
    width: 160px;
    height: 34px;
    cursor: pointer;
    background: #acab43;
    margin-top: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.ny-action__btn:hover{
    background: #99983c;
}

@media screen and (max-width: 740px) {
    .ny-action__btn{
        margin-top: 5px;
    }

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

.text-page-photo{
    margin-top: 40px;
}

.photo__item{
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 20px 15px;
    width:25%;
}

@media screen and (max-width: 1000px) {

    .photo__item{
        width:33%;
    }

}

@media screen and (max-width: 640px) {

    .photo__item{
        width:50%;
    }

}

@media screen and (max-width: 320px) {

    .photo__item{
        width:100%;
    }

}

.photo__image{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.photo__name{
    display: block;
    font-size: 1em;
    color: #44433E;
    text-decoration: none;
    margin-top: 5px;
    text-align: center;
    font-style: italic;
}

.photo-view__text{
    margin-bottom: 30px;
}
.responses{
}

.responses__items {

}

.responses__tp {
    display: block;
    width:160px;
    margin:0 auto;
}

.responses__bcom {
    width:160px;
    margin:0 auto;
    margin-top: 30px;
}

@media screen and (min-width: 768px) {

    .responses{
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-flow: row nowrap;
        -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
    }

    .responses__items {
        flex: 1 1 auto;
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
    }

    .responses__right {
        flex: 0 0 240px;
        width: 240px;
        margin-left: 15px;
        -webkit-flex: 0 0 240px;
        -ms-flex: 0 0 240px;
        margin-top: 41px;
    }

}

.responses__item{
    padding-bottom: 30px;
}

.responses__name{
    color: #6f6e69;
    font-style: italic;
    margin-bottom: 10px;
    font-size: 23px;
}

.responses__text{
    display: block;
    font-size: 1em;
    color: #44433E;
    text-decoration: none;
}

.insta-header {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.insta-header a{
    color: #6f6e69;
}

.insta-header a:hover{
    text-decoration: none;
}

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

.insta__item{
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 20px 15px;
    width:25%;
}

@media screen and (max-width: 1000px) {

    .insta__item{
        width:50%;
    }

}

@media screen and (max-width: 480px) {

    .insta__item{
        box-sizing: border-box;
        display: block;
        vertical-align: top;
        padding: 0 15px 20px 15px;
        width:100%;
    }

}

.insta__image{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.insta__name{
    display: block;
    font-size: 14px;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
    color: #44433E;
    text-decoration: none;
    margin-top: 5px;
    text-align: center;
    font-style: italic;
}
.rooms{

}

.rooms__item{
    padding-bottom: 30px;
}

@media screen and (max-width: 480px) {
    .rooms__item{
        padding-bottom: 50px;
    }
}

.rooms__name{
    color: #6f6e69;
    font-style: italic;
    margin-bottom: 10px;
    font-size: 23px;
    text-decoration: none;
}

.rooms__text{
    display: block;
    font-size: 1em;
    color: #44433E;
    text-decoration: none;
}

.rooms__image{
    float:left;
    width:200px;
    height: 160px;
    margin-right: 30px;
}



@media screen and (max-width: 480px) {

    .rooms__image{
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

}

.rooms__info{
    font-size: 23px;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 114%;
}

.rooms__info .rooms__info--number{
    display: inline-block;
    margin-right: 30px;
    font-size: 23px;
    line-height: 40px;
}

.rooms__info--number span{
    color: #6f6e69;
    font-size: 26px;
}

.rooms__info--number img{
    height: 40px;
    margin-right: 5px;
    vertical-align: middle;
}

.rooms__info .rooms__info--number:last-child{
    margin-right: 0;
}

.rooms__order{
    display: inline-block;
    background: #6f6e69;
    border-radius: 5px;
    padding: 8px 18px;
    color:#fff !important;
    text-decoration: none;
    line-height: 100%;
}

.rooms__order:hover{
    background: #4b4a45;
}
#homepageimage{
    position: relative;
}

.b-search-form{
    position: absolute;
    bottom: 0;
    left:0;
    right:0;
}

@media screen and (max-width: 510px) {
    .b-search-form{
        /*bottom: 60px;*/
    }
}
.spec{

}

.spec__item{
    padding-bottom: 30px;
}

.spec__name{
    color: #6f6e69;
    font-style: italic;
    margin-bottom: 10px;
    font-size: 23px;
    text-decoration: none;
}

.spec__text{
    display: block;
    font-size: 1em;
    color: #44433E;
    text-decoration: none;
}

.spec__image{
    float:left;
    width:160px;
    height: 120px;
    margin-right: 30px;
}



@media screen and (max-width: 480px) {

    .spec__image{
        float: none;
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

}

.spec__date{
    padding-bottom: 10px;
}

.spec__text a{
    color: #706f69;
}

.spec__preview{
    padding-bottom: 10px;
}
.video{}
.video__item{
    padding-bottom: 20px;
}

.video__item a{
    color: #706f69;
}