#home.room{
    height: 835px;
}
#room-page header .intro-text .intro-heading{ font-size: 105px;}
#room-page{
    padding: 25px 0;
    background-color: #1b1b1b;
}
#room-page>.container>.row{
    padding: 15px 0 35px 0;
}
#room-page .gallery-wrapper{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;

    -webkit-column-width: 32%;
    -moz-column-width: 32%;
    column-width: 32%;
}
#room-page .room-content{
    padding: 88px 0 10px 0;
}
#room-page .panoramic-logo-wrapp{
    position: relative;
    z-index: 11;
    cursor: pointer;
}
#home div.custom-btn.panoramic{
    /*width: 100px;*/
}
.div-border{
    border: 4px solid #ca982f;
}

@media (min-width: 992px) {
    .div-border{float: right;}
    .div-border{
        position: relative;
        z-index: 25;
        top: -354px;
        width: 85%;
        min-width: 250px;
    }
}
#room-book-form{
    opacity: 0.9;
    margin: 20px 15px;
}
#room-book-form input[type="text"] {
    background-color: transparent;

    border: 2px solid #ca982f;

    color: #ffffff;
    font-size: 1.7em;
    text-indent: 10px;
    outline: none;
}
::-webkit-input-placeholder {color:#000;}
::-moz-placeholder          {color:#000;}/* Firefox 19+ */
:-moz-placeholder           {color:#000;}/* Firefox 18- */
:-ms-input-placeholder      {color:#000;}
.input-date{
    display: block;
    width: 100%;
    border-right: none !important;
    outline: none;
}
#room-book-form input[type="text"],
#room-book-form button{
    height: 58px;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#room-book-form button.btn-book{
    display: block;
    background: #ca982f;
    width: 100%;

    font-size: 1.2em;
    font-weight: 700;
    color: #000;
}



/*picker*/
#room-book-form span{
    color: #ca982f;
    background-color: transparent;
}
#room-book-form .input-group-addon{
    border-radius: 0;
    border: 2px solid #ca982f;
    border-left:none;
}
#room-book-form .bootstrap-datetimepicker-widget{
    width: 100%;
    background-color: #222222;
    color: #040404;
    border-radius: 0;
    border: 2px solid #ca982f;

}
#room-book-form .bootstrap-datetimepicker-widget table thead tr th{
    color: #ca982f;
}

#room-book-form .bootstrap-datetimepicker-widget table td.day:hover,
#room-book-form .bootstrap-datetimepicker-widget table td.hour:hover,
#room-book-form .bootstrap-datetimepicker-widget table td.minute:hover,
#room-book-form .bootstrap-datetimepicker-widget table td.second:hover {
    background:#ca982f;
}
#room-book-form .bootstrap-datetimepicker-widget table td.active,
#room-book-form .bootstrap-datetimepicker-widget table td.active:hover{
    background-color: #ca982f;
}
#room-book-form .bootstrap-datetimepicker-widget table td.today:before{
    border-bottom-color: #ffffff;
}
#room-book-form .bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: #ca982f;
    color: black;
}
#room-book-form .btn-primary{
    background-color: #ca982f;
}






/**/
#head-content div.custom-btn{
    margin: 60px auto 0 auto;
}
#room-page a.custom-btn{color: #ca982f}
#room-page .btns.responsive{text-align: justify;}
#room-page .btns div.room-icon{
    display: inline-block;
    width: 90px;
    height: 90px;
    margin: 0 30px 15px 0;
    padding: 0;
    line-height: 90px;
    text-align: center;
    cursor: default;
}
#room-page .btns.responsive div.room-icon{
    margin: 10px;
}
@media (max-width: 768px){
    #room-page .gallery-wrapper{
        column-count: auto;
    }
}
@media (max-width: 992px){
    .div-border{top:0;max-width: initial;}
}

#room-page .mix-body{height:100%;position: relative;top: 0}
#room-page .item div.custom-btn,
#room-page .mix-bg{
    display: none;
}
#room-page div.custom-btn{top: 35%;}
#room-page div.custom-btn:hover{
    background: none;
}

#room-page .mix-content:hover + .mix-bg{
    display: block;
    opacity: 0.5;
}
#room-page .mix-content:hover div.custom-btn {
    display: inline-block;
}

#room-page .gallery-wrapper div.custom-btn .part{
    border-color: #FFFFFF;
}