#CDSWIDSSP { width: 100% !important; border: none; }
#CDSWIDSSP .widSSPData { border: 1px solid #c3c8cd !important; }


.shared-detail{
	display: block;
	margin: 0 auto;
	max-width: 929px;
	padding-top: 30px;
}
.shared-detail .yelp-snippet {
	padding-top: 5px;
}
.shared-detail .yelp-snippet .yelp-logo {
	padding-left: 10px;
	height: 50px;
}
.shared-detail .yelp-snippet .yelp-rating {
	padding-top: 14px;
}
.shared-detail .yelp-snippet .yelp-top > a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
}
.shared-detail .addthis{
	float: right;
}
.shared-detail .addthis .shareButtons{
	padding: 0;
}
.shared-detail .shared-list .flex-container{
	justify-content: initial; 
}
.shared-detail .detailMap.open .gMapContainer .gMapHolder { height: 280px;  }
.shared-detail #tab-map.content.active .gMapContainer .gMapHolder { height: 280px;  }

.shared-detail .sharedBackButton {
	margin-bottom: 40px;
	font-family:'Motiva Sns W01 XBd', serif;
	color: #323c46;
	font-size: 16px;
}
.shared-detail .detailTop {
	overflow: hidden;
	clear: both;
	margin-top: 15px !important;
}
.shared-detail .detailInfo {
	margin-bottom: 20px;
}
.shared-detail .detailInfo a { color: #e86000; }
.shared-detail .detailInfo h1 {
    margin: 0 0 10px; 
    color: #69a0b9;
    font-size: 36px;
    line-height: 1;
    font-family: 'vista-slab', serif;
    text-align: center;
}
.shared-detail .detailInfo .label {
	text-transform: uppercase;
	color: #333;
}
.shared-detail ul.info-list {
	margin: 0 0 1.250rem 0;
	list-style-type: none;
	font-size: 18px;
	color: #323c46;
	overflow: hidden;
	text-align: center;
	font-family:'Motiva Sns W01 Regular', serif;
}
.shared-detail ul.info-list .featured { margin-bottom: 10px; }
.shared-detail ul.info-list .title { font-weight: bold; }
.shared-detail ul.info-list li { 
	font-size: inherit; 

}
.shared-detail ul.info-list.social-links li{
	display: inline-block;
}

.shared-detail ul.info-list.social-links li:not(:last-child){
	margin-right: 5px;

}
.shared-detail ul.info-list li.phone {
    margin: 5px 0 0;
 }
.shared-detail ul.info-list.action-items li {
	float: left;
}

.shared-detail ul.info-list li.reserve{
    margin: 1.250rem 0px;
}

.shared-detail ul.info-list li.reserve .open-table-wrapper{
    display: inline;
    margin-left: 5px;
    position: relative;
    bottom: 1px;
}

.shared-detail ul.info-list li.reserve .open-table-wrapper img{
    max-width: 100px;
}

.shared-detail ul.info-list.action-items li.sep { padding: 0 10px; }
.shared-detail ul.info-list.action-items a {
	color: #e65500;
	font-size: 20px;
}
.shared-detail .detailInfo .inner { padding-right: 20px; }

.shared-detail .social-links a{
	width: 45px;
	height: 45px;
	display: inline-block;
	background: #323c46;
	color:#fff;
	border-radius: 100%;
	font-size: 20px;
    padding-left: 0px;
    text-align: center;
}

.shared-detail .social-links a .fa{
	line-height: 45px;
}

/*** detail slick gallery ***/
.shared-detail .slider .placeholder {
	background: #ccc;
	padding: 1px;
}

.shared-detail .mediaGallery {
	position: relative;
}

.shared-detail .mediaGallery .slider {
	position: relative;
	margin: 0 auto;
	max-width: 800px;
}

.shared-detail .mediaGallery .placeHolder {
	width: 390px;
	height: 240px;
}

.shared-detail .mediaGallery .slider {
	margin-bottom: 0;	
}
.shared-detail .mediaGallery .slick-slide > a{
	position: relative;
	display: block;
}
.shared-detail .mediaGallery .slick-slide img{
	width: 100%;
}
.shared-detail .mediaGallery .slick-slide .expander{
	width: 100%;
	position: absolute;
	bottom: 0;
	height: 30px;
	background-color: rgba(0,0,0,0.7);
	color: #FFF;
	text-align: right;
	line-height: 30px;
	padding-right: 15px;
}
.shared-detail .mediaGallery .slider .slick-prev,
.shared-detail .mediaGallery .slider .slick-next{
	height: 40px;
	width: 40px;
	z-index: 100;
}
.shared-detail .mediaGallery .slider .slick-prev:before,
.shared-detail .mediaGallery .slider .slick-next:before{
	font-family: "FontAwesome";
	font-size: 35px;
}
.shared-detail .mediaGallery .slider .slick-prev{
	left: 0;
}

.shared-detail .mediaGallery .slider .slick-prev:before{
	content: "\f053";
}
.shared-detail .mediaGallery .slider .slick-next:before{
	content: "\f054";
}
.shared-detail .mediaGallery .slider .slick-next{
	right: 0;
}
/*** items inside details ***/

.shared-detail .inner-items-ul {
	max-width: 680px;
}

.shared-detail .mediaGallery .cta-buttons { 
	padding: 4px 0 0;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	max-width: 800px;
	margin: 0 auto;
}
.shared-detail .cta-buttons {
	padding: 0px 60px;
	margin: 0 0 20px 0;
	display: block;
	font-family: 'Motiva Sns W01 XBd', serif;
	font-size: 16px;
}
.shared-detail .cta-buttons a{
	color: #FFF;
	width: 100%;
    display: block;
}

.shared-detail .cta-buttons .tripbuilder-detail,
.shared-detail .cta-buttons .booknow-detail {
	display: block;
    width: 100%;
    background-color: #e65500;
    color: #FFF;
    height: 36px;
    text-align: center;
    line-height: 36px;
    margin-bottom: 4px;
}

@media (min-width: 40.063em) {

	.shared-detail .detailInfo h1 {
	    font-size: 45px;
	    margin: 22px 0;
	}
	.shared-detail .mediaGallery .cta-buttons { 
		padding-top: 2px; 
		flex-direction: row;
	}
	.shared-detail .cta-buttons .tripbuilder-detail,
	.shared-detail .cta-buttons .booknow-detail {
		display: inline-block;
	    width: 49.85%;
	    margin-bottom: 0;
	}
/*	.shared-detail .cta-buttons .tripbuilder-detail.has-booking{
		float: right;
	}
	.shared-detail .cta-buttons .booknow-detail{
		float: left;
	}*/
}

.shared-detail .cta-buttons .tripbuilder-detail.fullWidth{
	width: 100%;
}

.shared-detail .detailMap .orange-button { width: 154px; }
.shared-detail .detailMap .opentxt { display: inherit; }
.shared-detail .detailMap .closetxt { display: none; }
.shared-detail .detailMap.open .opentxt { display: none; }
.shared-detail .detailMap.open .closetxt { display: inherit; }
/************/
/*ACCORDION*/
/**********/

.shared-detail .detailPanes .accordion-navigation.detail-bar{
	margin-bottom: 20px !important;
}
.shared-detail .detailPanes .accordion-navigation.detail-bar .detail-item{
	color: #FFF;
	background-color: #69a0b9;
	font-family:'Motiva Sns W01 Md', serif;
	font-size: 22px;
	padding: 0 0 0 15px;
	height: 50px;
    line-height: 50px;
}
.shared-detail .detailPanes .accordion-navigation.detail-bar .detail-item.tripadvisor{
	background-image: url(/includes/public/assets/shared/TA_logo_white.png);
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: 155px;
}

.shared-detail .detailPanes .accordion-navigation.detail-bar.active .detail-item.tripadvisor{
	background-image: url(/includes/public/assets/shared/TA_logo_primary.png);
}
.shared-detail .detailPanes .accordion-navigation .detail-item .icon {
	float: right;
	margin-right: 15px;
	font-size: 36px;
}
.shared-detail .detailPanes .accordion-navigation .detail-item .icon .fa-caret-up,
.shared-detail .detailPanes .accordion-navigation.active .detail-item .icon .fa-caret-down{
	display: none;
}

.shared-detail .detailPanes .accordion-navigation.active .detail-item .icon .fa-caret-up{
	display: inline-block;
}

.shared-detail .detailPanes .accordion-navigation.detail-bar.active{
	border: 1px solid #69a0b9 !important; 
}
.shared-detail .detailPanes .accordion-navigation.detail-bar.active .detail-item{
	background-color: #FFF; 
	color: #323c46;
}
.shared-detail .detailPanes .accordion-navigation.detail-bar.active .detail-item .icon{
	color: #e65500;
}
/*******************************************************************/

.shared-detail .icon.mini-pin { 
	background: url(/includes/public/assets/shared/mini-pin.png) center center no-repeat;
	width: 12px;
	height: 18px;
}
.shared-detail .icon.star {
	background: url(/includes/public/assets/shared/star.png) center center no-repeat;
	width: 17px;
	height: 16px;
}
/*********  Pane Layout *********/
.shared-detail .detailSep {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}
.shared-detail .detailPanes {
	padding-bottom: 40px;
	overflow: hidden;
}


/*** 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 { background: #69a0b9; }
.shared-detail .detailPanes > .tabs dd.active { background: #e65500;  }
.shared-detail .detailPanes > .tabs dd > a {
	color: #fff;
	padding: 6px;
	font-family: 'vista-slab', serif;
	font-size: 27px;
	line-height: 27px;
	margin-bottom: 4px;
	text-align: center;
	background: none;
}
.shared-detail .tripadvisorButton {
	background-color: #69a0b9;
}
.shared-detail #tripadvisorTab {
		background: url(/includes/public/assets/shared/trip-advisor-logo.png) center center no-repeat;
	text-indent: -1000px;
}
.shared-detail  .active #tripadvisorTab {
	background-color: #tranparent;
}

/*** Sub Tabs ***/
.shared-detail .detailPanes .tabs.subtab dd a {
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	border: 1px solid #c3c8cd;
	background-color: #fff;
	color: inherit;
}
.shared-detail .detailPanes .tabs.subtab .active > a,
.shared-detail .detailPanes .tabs.subtab .active > a:hover,
.shared-detail .detailPanes .tabs.subtab .active > a:focus {
	color: inherit;
	position: relative;
}

.shared-detail .detailPanes .tabs.subtab.vertical { 
	max-width: 100%; 
	float: none;
}
.shared-detail .detailPanes .tabs-content.subtab { max-width: 100%; }

.shared-detail .detailPanes .tabs.subtab.vertical.no-stack dd { float: none; display: none; }
.shared-detail .detailPanes .tabs.subtab.vertical.no-stack .active { display: block; }
.shared-detail .detailPanes .tabs.subtab.vertical.no-stack.open dd { display: block; }
.shared-detail .detailPanes .tabs.subtab.vertical, .shared-detail .detailPanes .tabs-content.subtab.vertical { 
	width: 100%; 
	padding: 0;
	float: none;
}
.shared-detail .detailPanes .subtab.tabs-content.vertical > .content { padding: 20px 0; }
.shared-detail .detailPanes .tabs.subtab.vertical.no-stack.open { background-color: #fff;}

.shared-detail .detailPanes .tabs.subtab.vertical.no-stack .active > a > span { /* use the left tabs arrow */ }
.shared-detail .detailPanes .tabs.subtab.vertical.no-stack.solo .active > a > span { display:none; /* if there is only one item in the drop down */ }
.shared-detail .detailPanes .tabs.subtab.vertical.no-stack.solo .active > a { cursor: default; }

/*** Mobile ***/
@media only screen and (max-width: 641px) {
	.shared-detail .sharedBackButton { margin-bottom: 20px; }
	
	.shared-detail .cta-buttons .inner > a:after,
	.shared-detail .cta-buttons .inner > a:before {
		display: none;
	}
	/*.shared-detail .mediaGallery .slider { margin: 0 auto; max-width: 398px;}*/
    .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 .detailPanes > .tabs dd.active > a { background: #69a0b9; display: block; }
	.shared-detail .detailPanes > .tabs dd > a { display: none; }
	.shared-detail .detailPanes > .tabs.open dd > a { display: block; }
	.shared-detail .detailPanes > .tabs.open dd.active > a > span { display: block }
	.shared-detail .detailPanes > .tabs dd.active > a > span { display: block }
	.shared-detail .detailPanes > .tabs dd > a > span {
		display: none;
		content: "";
		width: 8px;
		height: 8px;
		right: 16px;
		position: absolute;
		top: 50%;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 8px solid #fff;
		margin-top: -4px;
	}
} 	

@media only screen and (max-width: 430px) {
	.topButtons { text-align: center; }
	.couponDetailContainer .printPage { float: none !important; }
}
