html {
	height: 100%;
}
body {
	height: 100%;
}
input:required, select:required, textarea:required {
	border: 1px solid #ced4da;
}
.select-spinner {
	position: relative;
	padding: 0;
	width: 6%;
	border: none;
}
.select-label {
	color: #000000;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: .5rem .5rem;
	font-size: 1rem;
	line-height: 1rem;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ced4da;
	z-index: 1;
	-ms-user-select: none; /* IE 10+ */
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
.select-spinner select {
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	width: 100%;
	height: 100%;
	border-radius: 0;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
}
.select-spinner select:focus {
	z-index: -1;
	opacity: 1;
}
.select-spinner:last-child select {
	border-right: 1px solid #ced4da;
}
.select-spinner .up {
	content: " ";
	display: inline-block;
	position: absolute;
	top: -30px;
	left: 0;
	width: 100%;
	height: 30px;
	margin: 0;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
}
.select-spinner .down {
	content: " ";
	display: inline-block;
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 100%;
	height: 30px;
	margin: 0;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
}
.svg-stroke-white svg {
	stroke: #ffffff;
}
.bg-floor {
	background: url(../images/floor.jpg) no-repeat center right;
	background-size: cover;
}
.carousel-control-prev-icon {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}
.carousel-indicators li {
  background-color: #000;
}