a#to-top {
    display: none;
}

#front-form{
    position: fixed;
    bottom: 0;
    right: 0;
    width: 322px;
    background-color: white;
    color: black;
    text-align: center;
    padding: 28px 30px 10px 20px;
    z-index: 1000;
    height: 84px;
    -webkit-box-shadow: 0px 0px 0px 1px #eaeaea;
    box-shadow: 0px 0px 0px 1px #eaeaea;
	
}

#front-form *{
    font-size: 12px;
}
.st_row {
    display: flex;
}
.st_col {
    width: 100%;
}
.st_colour_gold{
	color: #7E6E64;
}
.footer-booking{	
    /*
	width: 100%;
	*/
}
.st_select{
    border-bottom: solid 1px #6b6161;
    height: 25px;
    cursor: pointer;
}
#select_over{
    position: absolute;
    bottom: 60px;
    right: 90px;
    width: 300px;
    height: 120px;
    padding: 10px;
    z-index: 999999999;
    background: white;
    text-align: left;
    text-transform: uppercase;

}
#select_over ul{
	margin: 0;
	padding: 0;
}
#select_over ul li{
    list-style: none;
}

#select_over ul li a:hover{
    background-color: #6b6161;
	color: white;
}
#select_over ul li a {
    display: block;
    padding: 0 10px;
}
.hidden {
    display: none;
}

a.btn-st-book {
    background-color: #6b6161;
    color: white;
    padding: 5px 35px;
    text-transform: uppercase;
}



.st_hide{
	display: none;
}