.reservation-bar {
    width: 100%;
    //height: 50px;
    position: relative;
    //float: right;
    //margin: 15px 20px 0 0;
    //background: url(../images/bg-book.png) left no-repeat #f9f9f9;
    font-size: 1em;

    line-height: 1.5em;
    padding: 0.5em;
    vertical-align: middle; 
}
.reservation-bar h2 {
    float: left
}
.reservation-bar input[type="text"] {
    color: #000;
    //width: 100px;
    text-align: left;
    //font-size: 11px;
    border: none;
    padding: 0.5em; //padding: 7px 0 7px 4px;
    //background: #c6d4d5 url(../images/cal2.png) right no-repeat;
    
    line-height: 1.5em;
    padding: 0.5em;
    vertical-align: middle;
}
.reservation-bar select {
    color: #000;
    //width: 40px;
    //font-size: 11px;
    border: none;
    //padding: 6px 3px;
    //background: #c6d4d5;
    
    line-height: 1.5em;
    padding: 0.6em;
    vertical-align: middle;
}
.reservation-bar label,
.reservation-bar form {
    float: left;
    display: block;
    
    line-height: 1.5em;
    padding: 0.5em;
    vertical-align: middle;
}
.reservation-bar label {
    margin-right: 0.5em; //margin-right: 5px;
    text-transform: uppercase
        
    line-height: 1.5em;
    padding: 0.5em;
    vertical-align: middle;
}
.reservation-bar form {
    font-size: 11px
}
.reservation-bar label {
    color: whitesmoke;
    //line-height: 24px;
}
.check-in,
.check-out,
.room,
.adult,
.child,
.night,
.access-code {
    float: left;
    //margin: 13px 8px 0 0
}
.check-in {
    //margin-left: 200px
}
.access-code input[type="text"] {
    //background: #c5d3d4;
    //width: 90px;
    text-align: center;
    //padding: 7px 0;
    //margin-left: 5px;
    font-size: 0.9em;
    line-height: 1.8em;
    width: 10em;
    margin-left : 2em;
}
.reservation-bar input[type="image"] {
    height: 32px;
    width: auto;
    //margin: 10px 0 0 10px
}
label.Check-rate-Availability {
    //font-size: 18px;
    //line-height: 26px;
}
.reservation-bar input[type="submit"] {
    display: inline-block;
    //color: #fff;
    //font-size: 18px;
    //font-weight: bold;
    //padding: 7px 10px 5px 10px;
    border: none;
    //background: #1b4a52;
    //cursor: pointer;
    //position: relative;
    //bottom: 20px;
    //margin: font-family: PT Sans Narrow, serif;
    color: #ffffff;
    font-size: 1em;
    background: #d43939;
    padding: 0.5em;
    text-decoration: none;
    width: 100%;
    
    text-align: center;
    text-transform: uppercase;
    //margin: 30px 0 0 30px
}
.reservation-bar input[type="submit"]:hover {
    //background: #265b64
}
::-webkit-input-placeholder {
    color: #444;
}

@media (max-width: 1200px) {
    .reservation-bar {
        font-size: 0.9em;
    }
    
    .reservation-bar select{
        padding : 0.6em 0;    
    }
}

.calendar{
    width : 100%;   
}
