.gallery-selections {
	margin: auto;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}

.gs-top-row {
	display: inline-block;
	border-bottom: 1px solid #ed1c24;
	max-width: 80%;
}

.gs-top-row > div {
	margin-right: 50px;
}

.gs-top-row > div {
	display: inline-block;
	font-size: 22px;
	padding: 10px;
	font-weight: bold;
	cursor: pointer;
	font-family: Verdana;
}

.select-active {
	background: #ed1c24;
	color: #fff
}

.gs-top-row > div:last-child {
	margin-right: 0px !important;
}

.gs-bot-row {
	padding-top: 15px;
}

.gs-bot-row > div {
	font-size: 18px;
	font-family: Verdana;
}

.br-options > div {
	display: inline-block;
	margin-right: 15px;
	margin-left: 15px;
	cursor: pointer;
	padding: 5px;
	border: 1px solid #fff;
}

.option-active {
	border-bottom: 1px solid #ed1c24 !important;
}

.gs-bot-row #rooms-options {
	display: none;
}

.gs-bot-row #styles-options {
	display: none;
}