.ui-slider-range
{
	background: unset;
	background-color: #0f9895;
}

.hotel
{
	display: flex;
	flex-direction: column;
	margin: 15px 0;
	border: 1px solid #0f9895;
	max-width: 456px;
}

@media only screen and (min-width: 768px) and (max-width: 991px)
{
	.hotel
	{
		width: 48%;
		margin: 5px;
	}
}

#no-hotel-results
{
	display: none;
}

.hotel-col .book-button,
.hotel-details-body .book-button
{
	background: #0f9895;
	border-color: #0f9895;
	color: white;
	text-decoration: none;
	font-weight: normal;
}

.hotel-col-body
{
	padding: 0 13px;
}

.hotel-heading
{
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: -0.05em;
	padding: 0 13px;
	margin-top: 7px;
}

.hotel-col.name .hotel-col-body
{
	padding: 0;
}

.hotel-col.name img
{
	width: 100%;
}

.hotel-col.name .hotel-name
{
	font-size: 20px;
	padding: 13px 10px;
	line-height: 1em;
	background: rgba(0, 0, 0, 0.63);
	background-color: #0f9895;
	color: white;
}

.hotel-col.name .d-name
{
	display: block;
	font-size: 0.7em;
}

.hotel-col.buttons .hotel-col-body
{
	padding-top: 13px;
}

.hotel-details
{
	padding: 30px;
	max-width: 800px;
}

.hotel-details-h1,
.hotel-details-h2
{
	text-align: center;
}

.hotel-details-h1
{
	font-size: 24px;
	font-weight: bold;
}

.hotel-details-h2
{
	font-size: 18px;
}

.hotel-details-description
{
	margin: 1em 0;
}

.hotel-details button.close
{
	font-size: 34px;
}

.price-summary
{
	font-size: 16px;
	font-weight: bold;
}

@media only screen and (min-width: 768px)
{
	.modal-dialog
	{
		width: 800px;
	}
}

.owl-prev,
.owl-next
{
	width: 15px;
	height: 100px;
	position: absolute;
	top: 45%;
	display: block !important;
	border:0px solid black;
}
.owl-prev
{
	margin-left: -20px;
}

.owl-next
{
	right: -25px;
}

.owl-prev i,
.owl-next i
{
	transform: scale(2, 3);
}

.owl-carousel .owl-item
{
	cursor: move;
	cursor: grab;
}

.hotel-filters #hotel-waiting
{
	display: none;
	position: relative;
}

.hotel-filters #hotel-waiting > div
{
	position: absolute;
	background-color: white;
	width: 100%;
	opacity: 0.8;
	z-index: 100;
}

.hotel-filters #hotel-waiting .fa-spinner
{
	font-size: 100px;
	margin: 55px 0 55px 35%;
}

@media only screen and (min-width: 768px) and (max-width: 991px)
{
	.hotel-filters #hotel-waiting .fa-spinner
	{
		margin: 6px 0 6px 42%;
	}
}
