.shared-detail .back-share-panel {
	display: flex;
	padding: 0 0 20px;
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.shared-detail .back-share-panel a {
	color: #fff;
	text-transform: uppercase;
	font-family: 'acumin-pro', sans-serif;
	font-size: 12px;
	font-weight: 800;
}

.shared-detail .back-share-panel a i {
	margin-right: 5px;
	vertical-align: -1px;
}

.shared-detail .back-share-panel .addThis {
	margin-left: auto;
}

.share-button {
	display: none; /* Hide the share button before its added into the back-share-panel */
}

.shared-detail .share-button {
	display: block;
}

.shared-detail .detail-top {
	display: flex;
	flex-direction: column-reverse;
	margin: 0 auto;
	padding: 0;
}

.shared-detail .info-section h1 {
	font-size: 35px;
	color: #fff;
	font-family: 'acumin-pro', sans-serif;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 1.17em;
	word-wrap: break-word;
	hyphens: auto;
}

.shared-detail .map button,
.shared-detail a.action-item {
	margin-bottom: 15px;
	background-color: #1a2e37;
	color: #fff;
	padding: 10px 40px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0.07em;
	margin-right: 20px;
	font-size: 18px;
	float: left;
}

.shared-detail .map button {
	transition: background-color ease 0.4s;
}

.shared-detail .map button:hover {
	background-color: #137d76;
}

.shared-detail a.action-item:last-child {
	margin-bottom: 0;
}

.shared-detail .print-coupon {
	display: none;
}

.shared-detail .social-icons {
	display: flex;
	list-style: none;
	margin: 20px 0 30px;
	width: 100%;
}

.shared-detail .social-icons li {
	margin-right: 10px;
}

.shared-detail .social-icons a {
	font-size: 25px;
}

.shared-detail .social-icons a i {
	color: #fff;
}

.shared-detail .detail-gallery {
	position: relative;
	flex: 1 1 50%;
}

.shared-detail .detail-gallery img { 
	width: 100%; 
}

.shared-detail .detail-gallery iframe { 
	position: absolute;
	 top: 0; 
}

.shared-detail .info-section {
	flex: 0 0 50%;
	padding: 25px 30px;
	color: #fff;
	background: url('../svg/grunge-right.svg');
	background-position: top right;
	background-color: #137d76;
	background-size: 150px;
	background-repeat: no-repeat;
	background-blend-mode: darken;
}

.shared-detail .info-section p {
	margin: 14px 0;
	font-size: 18px;
	font-family: 'acumin-pro', sans-serif;
	display: flex;
	margin-left: 30px;
	flex-wrap: wrap;
}

.shared-detail .info-section p i {
	position: absolute;
	margin-left: -30px;
}

.shared-detail .info-section .tripadvisor-snippet {
	margin-top: 25px;
	margin-bottom: 2px;
}

.shared-detail .info-section .tripadvisor-snippet h4,
.shared-detail .info-section .tripadvisor-snippet h4 a { 
	font: normal 300 10px/1.2em 'proxima-nova', sans-serif;
	color: #fff;
	margin-bottom: 0;
}

.shared-detail .info-section .tripadvisor-snippet a img { 
	margin-left: -7px;
	margin-top: -2px;
}

.shared-detail .info-section .tripadvisor-snippet .reviews-rating-line-text { 
	font: normal 300 10px/1.2em 'proxima-nova', sans-serif;
	color: #fff;
	text-decoration: underline;
	vertical-align: 4px;
}

.shared-detail .info-section .opentable img { 
	width: 117px;
}

.shared-detail .info-section a {
	color: white;
}

.shared-detail .info-section a:hover {
	color: white;
}

.shared-detail .info-section a.action-item {
	transition: background-color ease 0.4s, color ease 0.4s;
}

.shared-detail .info-section a.action-item.virtual-tour i {
	margin-top: 0px;
}

.shared-detail .info-section a.action-item:hover {
	color: #1a2e37;
	background-color: #fff;
}

.shared-detail .info-section .yellow {
	margin: 0 12px;
	color: #d6ae29;
}

.shared-detail .info-section i {
	color: #d6ae29;
	margin-right: 17px;
	margin-top: 7px;
}

.shared-detail .back-button i {
	color: #fff;
}

.shared-detail .detail-gallery .gallery-count {
	position: absolute;
	bottom: 0;
	right: 0;
	color: #1a2e37;
	background-color: #d6ae29;
	padding: 12px 20px;
	font-family: 'acumin-pro', sans-serif;
	font-weight: 800;
	font-size: 18px;
	letter-spacing: 0.1em;
}

.shared-detail .detail-gallery .gallery-count i {
	font-size: 20px;
	margin-right: 5px;
}

.shared-detail .map {
	background-image: url('../png/chattanooga-map.png');;
	background-position: center;
	min-height: 219px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: relative;
}

.shared-detail .map.active {
	background: none;
}

.shared-detail .map .gMapContainer {
	/* height: 500px; */
	width: 100%;
}

.shared-detail .map button {
	margin: 15px auto;
}

.shared-detail .gMapContainer .gMapHolder { 
	height: 380px; 
	margin-bottom: 10px;
}

.shared-detail .gMapContainer { 
	display: none;
}

.shared-detail .gMapContainer.active { 
	display: block;
}

.shared-detail .detail-panes {
	padding: 30px 29px 20px;
	margin: 0 auto;
	background: url('../svg/grunge-left.svg');
	background-color: #1a2e37;
	background-position: top left;
	background-size: 170px;
	background-repeat: no-repeat;
	background-blend-mode: darken;
	position: relative;
	z-index: 1;
}

.shared-detail .detail-panes:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url('../svg/texture_hr-navy.svg');
	background-color: rgb(26, 46, 55);
	background-color: transparent;
	background-position: 0 -9px;
	background-size: 300px;
	background-repeat: repeat-x;
	filter: contrast(0) brightness(100);
	z-index: 1;
	pointer-events: none;
}

.shared-detail .wrap {
	display: flex;
	justify-content: flex-start;
}

.shared-detail .wrap .fa-long-arrow-alt-up {
	display: none;
	cursor: pointer;
}

.shared-detail .active .wrap .fa-long-arrow-alt-up {
	display: flex;
	background-color: #fff;
	color: #1a2e37;
}

.shared-detail .wrap .fa-long-arrow-alt-down {
	display: flex;
	cursor: pointer;
}

.shared-detail .active .wrap .fa-long-arrow-alt-down {
	display: none;
}

.shared-detail button.drawer-button {
	display: block;
	padding: 0;
	padding-left: 15px;
	margin-bottom: 8px;
	position: relative;
	background-color: #d6ae29;
	color: #1a2e37;
	width: 100%;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-align: left;
	font-size: 24px;
	font-family: 'acumin-pro', sans-serif;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	min-height: 35px;
	line-height: 1.3em;
	padding-bottom: 5px;
}

.shared-detail .wrap i {
	background-color: #137d76;
	height: 36px;
	width: 48px;
	display: inline-block;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
}

.shared-detail .detail-panes > dl.drawers > dd > .content {
	display: none;
	margin-bottom: 40px;
	color: #fff;
	margin-top: 18px;
}

.shared-detail .detail-panes > dl.drawers > dd > .content p {
	color: white;
}


.shared-detail .detail-panes > dl.drawers > dd > .content li {
	font-size: 18px;
}

.shared-detail .detail-panes > dl.drawers > dd.active > .content {
	display: block;
}

.shared-detail .detail-panes .content .core-styles a,
.shared-detail .detail-panes .content .contentRender_name_plugins_core_textbox a,
.shared-detail .detail-panes .content .item h4,
.shared-detail .detail-panes .content .item h4 a {
	color: #fff;
}



@media screen and (min-width: 64em) {
	.shared-detail .detail-top {
		flex-direction: row-reverse;
	}

	.shared-detail .back-share-panel a i {
		vertical-align: -5px;
	}

	.shared-detail .info-section {
		padding-left: 40px;
		padding-right: 80px;
		background-size: 250px
	}

	.shared-detail .back-share-panel {
		padding-bottom: 30px;
	}

	.shared-detail .info-section h1 {
		font-size: 30px;
		line-height: 1.23em;
	}

	.shared-detail .info-section p {
		margin-top: 5px;
		flex: 1 0 auto;
		font-size: 18px;
	}

	.shared-detail .info-section i {
		font-size: 24px;
		margin-top: 11px;
	}

	.shared-detail .info-section p:first-of-type {
		margin-top: 20px;
		margin-bottom: 1px;
	}

	.shared-detail .info-section .tripadvisor-snippet {
		margin-top: 30px;
		margin-bottom: 14px;
	}

	.shared-detail .info-section .tripadvisor-snippet h4,
	.shared-detail .info-section .tripadvisor-snippet h4 a { 
		font-size: 13px;
	}

	.shared-detail .info-section p {
		margin-left: 40px;
	}

	.shared-detail .info-section p i {
		margin-left: -40px;
	}

	.shared-detail .info-section .tripadvisor-snippet .reviews-rating-line-text { 
		font-size: 13px;
	}

	.shared-detail .info-section .opentable img { 
		width: 136px;
	}

	.shared-detail .social-icons {
		margin-bottom: 20px;
	}

	.shared-detail .detail-panes:before {
		background-position: 0 -7px;
		background-size: 248px;
	}

	.shared-detail .print-coupon {
		display: block;
	}
	

	.shared-detail .detail-panes .drawers {
		padding-top: 25px;
	}

	.shared-detail .detail-panes .drawers {
		max-width: 1155px;
		margin: 0 auto;
	}

	.shared-detail a.action-item {
		padding-left: 35px;
		padding-right: 35px;
	}

	.shared-detail .detail-top .gallery  {
		flex: 1 0 auto;
	}

	.shared-detail button.drawer-button {
		min-height: 50px;
		font-size: 30px;
	}
	
	.shared-detail .wrap i {
		height: 50px;
		width: 58px;
	}

	.shared-detail .drawers dd:last-child {
		margin-bottom: 80px;   
	}

	.shared-detail .detail-panes > dl.drawers > dd.active > .content {
		margin: 47px auto 85px;
		max-width: 950px;
	}

	.shared-detail .subtab {
		margin-top: 20px;
	}
}

@media screen and (min-width: 75em) {
	.shared-detail .info-section {
		padding-left: 95px;
	}

	.shared-detail .info-section h1 {
		font-size: 45px;
	}

	.shared-detail .info-section p {
		font-size: 22px;
	}
}