body { 
	background: #666;
    line-height: 1;
    font-family: 'Nunito Sans',sans-serif;
    font-size: 14px;
    max-width: 1440px;
    margin: 0 auto;
    display: block;
    color: #0F111D;
}
.container {
    padding: 0;
    background: #fff;
}
label.reservation {
    background-color: #3f6db5;
    color: #fff;
    display: none;
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 0 20px 0 0;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 5px;
    text-align: left;
    width: 100%;
	display:none;
}

.btn-info {
    background-color: #3f6db5 !important;
    border-radius: 0px !important;
    border: medium none;
    color: #fff;
    float: left;
    padding: 5px 30px;
    font-weight: bold;
    max-width: 250px;
    margin: 10px 0px 10px 0;
	border: 1px solid #3F6DB5;
}
.btn-info:hover {
    /* background-color: #00506b !important; */
	background-color: #ffffff !important;
    color: #3F6DB5;
    border: 1px solid #3F6DB5;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-color: #3f6db5 !important;
}