.opallocation-recent-location .item {
	position: relative;
	cursor: pointer;
}
.entry-content-carousel {
	background-color: #081033;
	padding: 20px 40px;
}
.title {
	margin-bottom: 20px;
	font-size: 14px;
	text-transform: uppercase;
}
.location-info {
	list-style: none;
	margin: 0;
	padding: 0;
}
.location-info li {
	margin: 0 0 10px;
}
.location-info .meta-label {
	color: #fff;
}
.location-info i {
	margin-right: 15px;
}


#opal-masthead{
	z-index: 100!important;
}
.ui-dialog{
	position: relative;
	z-index: 99999;
}

.ui-widget-header{
	display: none;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}