.uc-tl-rooms-wrapper .t-descr a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 100%;
	color: #ffffff !important;
	background-color: #603214;
	border-radius: 20px;
	font-family: TildaSans;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	margin: 20px auto 30px;
}
.uc-tl-rooms-wrapper .t-descr a:hover {
	background-color: #ba835f !important;
}
html.tl-with-fancybox {
    position: fixed;
}