/*
	This file will contain stylings that applies globally to the following detail pages: events, listings, offers
*/
.shared-detail .gMapContainer .gMapHolder { height: 280px;  }

.shared-detail .detailTop {
	overflow: hidden;
	clear: both;
	margin-top: 15px;
	margin-bottom: 10px;
}
.shared-detail .detailInfo {
	float: left;
	width: 100%;
	padding-right: 398px;
	margin-right: -398px;
}
.shared-detail .detailInfo a { color: #e86000; }
.shared-detail .detailInfo h1 {
	margin-top: 0;
	line-height: 37px;
	color: #b95915;
	font-size: 42px;
	margin-bottom: 7px;
}
.shared-detail .detailInfo .label {
	color: #333;
}
.shared-detail ul.info-list {
	margin: 0 0 1.250rem 0;
	list-style-type: none;
	font-size: 18px;
}
.shared-detail ul.info-list .featured { margin-bottom: 10px; }
.shared-detail ul.info-list li { font-size: inherit; }
.shared-detail ul.info-list li.phone { }

.shared-detail .detailInfo .inner { padding-right: 20px; }

/*** detail slick gallery ***/

.shared-detail .mediaGallery .placeHolder {
	width: 390px;
	height: 240px;
}

.shared-detail .mediaGallery {
	position: relative;
	float: right;
	width: 398px;
}

.shared-detail .mediaGallery .slider {
	margin-bottom: 0;	
}
.shared-detail .mediaGallery .slick-slide iframe,
.shared-detail .mediaGallery .slick-slide a { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.shared-detail .mediaGallery .slider .slick-prev,
.shared-detail .mediaGallery .slider .slick-next {
	width: 40px;
	height: 40px;
	margin-bottom: 0;
	top: 50%;
	margin-top: -20px;
}
.shared-detail .mediaGallery .slider .slick-next:before,
.shared-detail .mediaGallery .slider .slick-prev:before {
	content: "";
	background: url("/includes/public/assets/shared/slick.gif") no-repeat left center;
	width: 40px;
	height: 40px;
	display: inline-block;
	opacity: 1;
}
.shared-detail .mediaGallery .slider .slick-next:before { background-position: right center;}
.shared-detail .mediaGallery .slider .slick-prev { left: 0; }
.shared-detail .mediaGallery .slider .slick-next { right: 0; }
.shared-detail .mediaGallery .slider .slick-disabled.slick-next:before,
.shared-detail .mediaGallery .slider .slick-disabled.slick-prev:before { opacity: .3; }

/*** items inside details ***/

.shared-detail .inner-items-ul {
	max-width: 680px;
}

/* begin: Map Tabs */
.shared-detail ul.mapTabs { margin: 0 0 5px 0; color: #e86000; }
.shared-detail ul.mapTabs li { display: inline-block; }
.shared-detail ul.mapTabs li { margin-right: 10px; font-size: 15px;}
.shared-detail ul.mapTabs li:last-child { margin-right: 0;}
.shared-detail ul.mapTabs li a { 
	font-size: inherit;
	height: 32px;
	margin: 0; 
	color: #009fc3;
}
.shared-detail ul.mapTabs li a:hover { text-decoration: none; }
.shared-detail ul.mapTabs li a.active {
	cursor: default;
	color: #333;
}
/* end: Map Tabs */



/*********  Pane Layout *********/
.shared-detail .detailSep {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

/*** Tabs ***/
.shared-detail .detailPanes > .tabs {
	width: 330px;
	max-width: 100%;
	position: relative;
	z-index: 2;
}
.shared-detail .detailPanes > .tabs-content {
	width: 100%;
	max-width: 100%;
	padding-left: 330px;
	margin-left: -330px;
	float: right;

}
.shared-detail .detailPanes > .tabs dd > a {
	background: none;
}

.shared-detail .detailPanes > .tabs dd.active a {
	background: #ccc;
}


/*** Mobile ***/
@media only screen and (max-width: 641px) {
	.shared-detail .mediaGallery { width: auto; max-width: 398px; margin: 0 auto;}
	.shared-detail .detailPanes > .tabs-content { padding: 10px 0 0 0;} 
	.shared-detail .detailPanes > .tabs { width: auto; }
	.shared-detail .detailPanes > .tabs-content.vertical > .content { padding: 0; }

	.shared-detail .mobile-layout-block {
		float: none;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0;
		padding-right: 0;
	}
} 	