/*
	This file will contain stylings that applies globally to the following detail pages: events, listings, offers
*/
.shared-detail.featured .detail-info a,
.shared-detail.featured .tripadvisor-snippet a {
	color: #f26649;
}
.shared-detail .gMapContainer {
	position: relative;
}
.shared-detail .gMapContainer img {
	width: 100%;
}
.shared-detail .gMapContainer .gMapHolder {
	position: absolute !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.slide .flex-video {
	padding-bottom: 78.9%;
}
.shared-detail .detailTop {
	overflow: hidden;
	clear: both;
	margin-top: 15px;
	margin-bottom: 10px;
}
.shared-detail .detailInfo {}
.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;
	list-style-type: none;
	font-size: 18px;
	margin-bottom: 10px;
}
.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 ul.info-list .ratings-back {
	width: 110px;
	height: 21px;
	line-height: 0;
	text-indent: -999em;
	background: url("/includes/public/assets/shared/rating_sprite.png") repeat-x;
	overflow: hidden;
}
.shared-detail ul.info-list .ratings-front {
	display:block;
	float: left;
	height: 21px;
	background: url("/includes/public/assets/shared/rating_sprite.png") repeat-x;
	background-position: 0 100%;
}
.shared-detail ul.info-list .review-count {
	font-size: 14px;
}

.shared-detail .detailInfo .inner {}

.shared-detail .highlights {
	margin-bottom: 10px;
	padding: 5px 10px;
	background-color: #ececec;
}
.shared-detail .highlights h3 {
	font-weight: bold;
	color: #b95915;
}
.shared-detail .highlights ul { margin-bottom: 3px; }

/*** detail slick gallery ***/

.shared-detail .mediaGallery .placeHolder {
	width: 390px;
	height: 240px;
}

.shared-detail .mediaGallery .slider {
	margin-bottom: 10px;
}

.shared-detail .mediaGallery .slick-slide {
	position:relative;z-index:1;
}

.shared-detail .mediaGallery .slick-slide a {
	display: inline-block;
	width: 100%;
}

.shared-detail .mediaGallery .slick-slide img { width: 100%; }

.shared-detail .mediaGallery .slick-slide iframe { position: absolute; top: 0; }

.shared-detail .mediaGallery .slider .slick-prev,
.shared-detail .mediaGallery .slider .slick-next {
	width: 40px;
	height: 40px;
	margin-bottom: 0;
	top: 50%;
	margin-top: -20px;
	z-index: 2;
}
.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; }

.shared-detail.listing-detail .eventsContainer .markerLink { display: none; }
.shared-detail.listing-detail .eventsContainer .shared-action-items .mapit { display: none; } /* "Map It" link on event item */
.shared-detail.coupons .listingContainer .shared-action-items .mapit { display: none; } /* "Map It" link on listing item */
.shared-detail.coupons .listingContainer .markerLink { display: none; } /* pin icon overlayed on listing item image */

/*** 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: 30%;
	max-width: 100%;
	position: relative;
	z-index: 2;
}
.shared-detail .detailPanes > .tabs-content {
	max-width: 100%;
	width: 100%;
	padding: 0;
}
.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 .detailPanes > .tabs { width: 100%; }
	.shared-detail .detailPanes > .tabs-content {
		width : 100%;
		padding-top: 10px;
	}
}




/*
 * Listings Detail Layout
 */
.widget-listing-detail .feat {
	color: #f26649;
}
.widget-listing-detail {
	margin-top: 40px;
	margin-bottom: 40px;
}
.widget-listing-detail .gallery {
	position: relative;
	margin-bottom: 12px;
}
.widget-listing-detail .gallery .expand-icon {
	position: absolute;
	bottom: 17px;
	left: 17px;
	height: 42px;
	width: 42px;
}
.widget-listing-detail .detail-content,
.widget-listing-detail .detail-info {
	text-align: center;
	font-size: 18px;
	line-height: 28px;
}
.widget-listing-detail .detail-info {
	margin: 0 0 25px 0;
	list-style-type: none;
	list-style-position: outside;
}
.widget-listing-detail .detail-info .address {
	font-family:'Avenir Next LT W05 Demi';
	font-weight: bold;
	margin-bottom: 25px;
}
.widget-listing-detail .detail-info .website {
	margin-top: 15px;
	font-family:'Avenir Next LT W05 Bold';
}
.widget-listing-detail .bookingButton {
    text-align: center;
    padding: 20px 28px 15px 28px;
    margin: 0 auto;
    width: fit-content;
    margin-bottom: 10px;
    width: 70%;
}
.widget-listing-detail .bookingButton .rateInfo {
	margin-bottom: 0;
}
.widget-listing-detail .bookingButton .rateInfo span {
    margin-left: 10px;
    margin-bottom: 6px;
    vertical-align: middle;
}
.widget-listing-detail .orangeButton a {
	display: block;
    margin-bottom: 15px;
    color: #fff;
    font-family: 'Aroma 2 LT W05 Bold';
    background-color: #f8971d;
    height: 40px;
    letter-spacing: 1px;
    padding: 11px 30px 5px;
    text-align: center;
    text-transform: uppercase;
    width: 70%;
    font-size: 15px;
    line-height: 16px;
    font-weight: 500;
    margin: 0 auto;
    margin: 15px auto;
}
.widget-listing-detail .linkFeat a {
	color: #f26649;
}
.widget-listing-detail .feat a {
	background-color: #f26649;
}
.widget-listing-detail .links {margin-bottom: 11px;}
.widget-listing-detail .links .button {
	width: 46%;
	font-size: 15px;
	line-height: 16px;
	font-family:'Aroma 2 LT W05 Bold';
	font-weight: 500;
	height: 30px;
	border: none;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 7px;
	color: #FFF;
}
.widget-listing-detail .links .button a{color: #FFF;font-weight: normal;}
.widget-listing-detail .links .button:not(:last-child) {margin-right: 6%;}
.widget-listing-detail .bottom {position: relative; overflow: hidden;}
.widget-listing-detail .bottom::before {
	content: "";
	height: 590px;
	background-color: #2b285d;
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
}
.widget-listing-detail .bottom .row {
	background-color: #fff;
	z-index: 20;
	position: relative;
}
.widget-listing-detail .top .row,
.widget-listing-detail .bottom .row {max-width: 1055px;}


@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	/*  > 641px < 1024px   */
	.widget-listing-detail h1 {
		background-image: url("/includes/public/assets/images/icon-hotels.png");
		background-repeat: no-repeat;
		background-position: left center;
		font-size: 51px;
		line-height: 53px;
		margin-bottom: 10px;
		min-height: 68px;
		padding-left: 51px;
		padding-top: 4px;
		padding-right: 50px;
	}
}
@media only screen and (min-width: 40.063em){
	/* > 641px  */
	.widget-listing-detail h1 {width: 120%;}
	.widget-listing-detail .gallery {margin-bottom: 25px;}
	.widget-listing-detail .links .button {width: auto;}
	.widget-listing-detail .links .button:not(:last-child) {margin-right: 16px;}
	.widget-listing-detail .detail-info {margin-bottom: 34px;}
	.widget-listing-detail .detail-info li {
		font-family: 'Avenir Next LT W05 Demi';
		font-weight: bold;
	}
	.widget-listing-detail .detail-info li .text-label {
		font-family:'Avenir Next LT W05 Regular';
		font-weight: normal;
	}
}
@media only screen and (min-width: 64.063em) {
	/*  > 1024px  */
	.widget-listing-detail {margin-top: 55px;}
	.widget-listing-detail .detail-content {
		position: relative;
		top: -7px;
	}
	.widget-listing-detail .detail-info {
		margin-bottom: 15px;
		padding-right: 120px;
	}
	.widget-listing-detail .detail-content,
	.widget-listing-detail .detail-info {
		text-align: left;
		font-size: 21px;
		line-height: 25px;
		margin-top: -4px;
	}
	.widget-listing-detail h1 {
		padding-top: 0;
		margin-top: 0;
		margin-bottom: 27px;
	}
	.widget-listing-detail .top .row {position: relative;}
	.widget-listing-detail .top .row::before {
		background-image: url("/includes/public/assets/images/icon-hotels.png");
		background-repeat: no-repeat;
		height: 61px;
		width: 52px;
		display: block;
		position: absolute;
		content: "";
		top: -2px;
		left: -70px;
	}
	.widget-listing-detail .links .button {}
	.widget-listing-detail .bookingButton {
		text-align: left;
		margin: 0;
		width: 76%;		
	}
	.widget-listing-detail .bookingButton .rateInfo {}
	.widget-listing-detail .bookingButton .rateInfo span {
		display: inline-block;		
	}
	.widget-listing-detail .orangeButton {
		display: inline-block;
	}
	.widget-listing-detail .orangeButton a {
	    margin: 10px 0;
	    display: inline-block;
	    width: 100%;	
	}
	.widget-listing-detail .detail-info .website {margin-top: 0;}
	.widget-listing-detail .detail-info .restaurantCert,.widget-listing-detail .detail-info .emailWebsiteWrapper {margin-top: 8px;}
	.widget-listing-detail .links {}
	.widget-listing-detail .detail-info .address {margin-bottom: 20px;}
	.widget-listing-detail .gallery {margin-bottom: 41px;}
}


/*
 * Back LInk
 */
.back-link {
	color: #eb901d;
	text-transform: uppercase;
	font-size: 15px;
	font-family: 'Aroma 2 LT W05 Bold';
	font-weight: 500;
	/*display: block;*/ /* back button is hidden to start and shown when there's a previous page */
	float: left;
	padding-top: 16px;
	width: 165px;
}
.back-link i {
	color: #fff;
	margin-right: 15px;
}
@media only screen and (min-width: 64.063em) {
	/*  > 1024px  */
	.back-link{margin-left: 37px;}
}


/* social links */
.widget-listing-detail .social-links {
	text-align: center;
	margin-bottom: 10px;
}
.widget-listing-detail .social-links a {
	display: inline-block;
	height: 46px;
	width: 49px;
	background-image: url("/includes/public/assets/images/sprite-social-blue.png");
	background-repeat: no-repeat;
	background-position: 0 0;
}
.widget-listing-detail .social-links a:not(:last-child){ margin-right: 15px; }
.widget-listing-detail .social-links a:hover {}
.widget-listing-detail .social-links .facebook {width: 41px;}
.widget-listing-detail .social-links .facebook:hover {}
.widget-listing-detail .social-links .twitter {
	width: 46px;
	background-position: -71px 0;
}
.widget-listing-detail .social-links .twitter:hover {}
.widget-listing-detail .social-links .youtube {
	background-position: -152px 0;
	width: 52px;
}
.widget-listing-detail .social-links .youtube:hover {}
.widget-listing-detail .social-links .instagram {background-position: -225px 0;}
.widget-listing-detail .social-links .instagram:hover {}
.widget-listing-detail .social-links .tiktok { background-position: -295px 0; }
@media only screen and (min-width: 40.063em){
	/* > 641px  */
	.widget-listing-detail .social-links {margin-bottom: 30px;}
}
@media only screen and (min-width: 64.063em) {
	/*desktop > 1024px*/
	.widget-listing-detail .social-links {
		margin-top: 15px;
		text-align: left;
	}
	.widget-social-links a{
		background-size: 230px;
		width: 42px;
		transition: none;
	}
	.widget-social-links a:hover {
		background-position-y: -47px;
	}
	.widget-social-links a:not(:last-child){ margin-right: 8px; }
	.widget-social-links .facebook {width: 36px;}
	.widget-social-links .instagram {background-position: -189px 0px;}
	.widget-social-links .twitter {
		width: 40px;
		background-position: -60px 0;
	}
	.widget-social-links .youtube {
		background-position: -128px 0;
		width: 45px;
	}
}

/* map container */
.widget-listing-detail .map-container {
	position: relative;
	margin-bottom: 15px;
}
.widget-listing-detail .nearby-link {
	background-color: #f8971d;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	height: 30px;
	display: block;
	font-size: 15px;
	padding-top: 8px;
	font-family:'Aroma 2 LT W05 Bold';
	font-weight: 500;
	letter-spacing: 0.5px;
}
.widget-listing-detail .nearby-link.feat {
	background: #f26649;
}
.widget-listing-detail .nearby-link span::before,
.widget-listing-detail .nearby-link span::after {
	background-image: url("/includes/public/assets/images/shape-dots-white.png");
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	height: 20px;
	width: 27px;
	content: "";
	position: absolute;
	top: 5px;
}
.widget-listing-detail .nearby-link span::before {left: 20px;}
.widget-listing-detail .nearby-link span::after {right: 20px;}
@media only screen and (min-width: 40.063em){
	/* > 641px  */
	.widget-listing-detail .nearby-link {
		width: 300px;
		margin-right: 0;
	}
}
@media only screen and (min-width: 64.063em) {
	/*  > 1024px  */
	.widget-listing-detail .map-container {margin-bottom: 35px;}
}



/* listings tabs */
.widget-listing-detail .listing-tab-container {}
.widget-listing-detail .listing-tab-container .listing-tab {
	border-top: solid 1px #a6a8ab;
	padding: 11px 15px 8px 15px;
	position: relative;
}
.widget-listing-detail .listing-tab .listing-tab-title {
	font-size: 21px;
	font-family:'Aroma 2 LT W05 Extra Bold';
	text-transform: uppercase;
	line-height: 25px;
	display: block;
	margin-bottom: 3px;
	font-weight: 500;
	color: #f26649;
	cursor: pointer;
}
.widget-listing-detail .listing-tab .listing-tab-title::after {
	content: "";
	position: absolute;
	top: 16px;
	right: 15px;
	background-image: url("/includes/public/assets/images/sprite-plus-orange.png");
	width: 15px;
	height: 16px;
	cursor: pointer;
}
.widget-listing-detail .listing-tab.active .listing-tab-title::after {background-position: -35px -2px;}
.widget-listing-detail .listing-tab .listing-tab-content {display: none;}
.widget-listing-detail .listing-tab-container .listing-tab.active {}
.widget-listing-detail .listing-tab.active .listing-tab-title {margin-bottom: 15px;}
.widget-listing-detail .listing-tab.active .listing-tab-content {display: block; float: none; margin:auto;}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	/*  > 641px < 1024px   */
	.widget-listing-detail .listing-tab-container {
		padding-left: 63px;
		padding-right: 63px;
	}
}
.listing-detail .slick-slide {
	position: relative;
}
.listing-detail .listing-tab-container .offerItem .content-container {
	border: solid 1px #afb1b3!important;
}
.listing-detail .listing-tab-container .offerItem .content-container .links {
	margin-bottom: 0;
	height: auto;
}
.listing-detail .listing-tab-container .offerItem {
	-webkit-box-shadow: 0px 0px 16px 1px rgba(40,141,192,0.16);
	-moz-box-shadow: 0px 0px 16px 1px rgba(40,141,192,0.16);
	box-shadow: 0px 0px 16px 1px rgba(40,141,192,0.16);
}
.listing-detail .listing-tab-container .eventItem img.responsive {
	margin-bottom: -1px;
}
.listing-detail .listing-tab-container .eventItem .content-container,
.listing-detail .listing-tab-container .offerItem .content-container {
	border: solid 1px #afb1b3!important;
	padding: 20px;
	overflow: hidden;
}
.listing-detail .listing-tab-content .eventItem .content-container a.title, 
.listing-detail .listing-tab-content .offerItem .content-container a.title {
	font-size: 18px;
	font-family: 'Aroma 2 LT W05 Bold';
	text-transform: uppercase;
	line-height: 21px;
	color: #f16548;
	display: block;
	margin-bottom: 3px;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
}
.listing-detail .listing-tab-content .eventItem .content-container .links,
.listing-detail .listing-tab-content .offerItem .content-container .links {
	margin-top: 15px;
	margin-bottom: 6px!important;
}
.listing-detail .listing-tab-content .eventItem .content-container .links a.button.trip-builder a,
.listing-detail .listing-tab-content .offerItem .content-container .links a.button.trip-builder a {
	font-weight: 700;line-height: 16px;
}
.listing-tab-content .eventItem a.button.trip-builder span a,
.listing-tab-content .offerItem a.button.trip-builder span a {
	background-color: #f8971d;
	display: inline-block;
	margin-bottom: 6px!important;
	color: white;
	font-size: 12px;
	font-family: 'Avenir Next LT W05 Regular';
	line-height: 18px;
	margin: 0px;
	text-transform: uppercase;
	height: 33px;
}
.listing-detail .listing-tab-content .eventItem .content-container .links a.details.hide-for-medium-up,
.listing-detail .listing-tab-content .offerItem .content-container .links a.details.hide-for-medium-up {
	display: inline-block!important;
	color: #fff;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 1px;
	position: relative;
	width: auto;
	margin-right: 5px;
}
.widget-listing-detail .bottom .offerItem .links .trip-builder a {
	background-color: #f26649 !important;
	height: 33px;
	width: auto;
	padding: 10px !important;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	display: inline-block!important;
	text-transform: uppercase;
}
.widget-listing-detail .bottom .event-items .eventItem .links a.details,
.widget-listing-detail .bottom .event-items .eventItem .links a.button.trip-builder,
.widget-listing-detail .bottom .offerItem .links a.details,
.widget-listing-detail .bottom .offerItem .links a.button.trip-builder  {
	background-color: #f26649 !important;
	height: 33px;
	width: auto;
	padding: 10px !important;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	display: inline-block!important;
}
.listing-detail .listing-tab-container .blogPostMention {
    border-bottom: 1px solid #d2ded7;
    padding: 20px 0 6px 0;
}
.listing-detail .listing-tab-container .blogPostMention .header {}
.listing-detail .listing-tab-container .blogPostMention .content {}
.listing-detail .listing-tab-container .blogPostMention .actions {
	padding-top: 10px;
}

@media only screen and (max-width: 64em) {
	.listing-detail .listing-tab-container .eventItem .content-container {
		padding-bottom: 15px;
		overflow: -webkit-paged-x;
	}
	.listing-detail .listing-tab-content .eventItem .content-container .links a.details.hide-for-medium-up,
	.widget-listing-detail .bottom .event-items .eventItem .links a.details, 
	.widget-listing-detail .bottom .event-items .eventItem .links a.button.trip-builder {
		width: 100%;
	}
	.listing-detail .listing-tab-content .offerItem .content-container .links a.details.hide-for-medium-up,
	.widget-listing-detail .bottom .offerItem .links a.details, 
	.widget-listing-detail .bottom .offerItem .links a.button.trip-builder {
		width: 100%;
	}	
	.listing-detail .listing-tab-content .eventItem .content-container .links a.button.trip-builder a,
	.listing-detail .listing-tab-content .offerItem .content-container .links a.button.trip-builder a {
		float: none;
	}
}
.widget-listing-detail .bottom .offers .listing-items .offerItem {
	box-shadow: 0px 0px 16px 1px rgba(40,141,192,0.16);
}
.widget-listing-detail .bottom .offers .listing-items .offerItem .image-wrapper img {
	transition:none;
	-webkit-transition:none;
	-moz-transition: none;
    -o-transition: none;
}
.widget-listing-detail .bottom .offers .listing-items .offerItem .image-wrapper:hover img {
	transform:none;
}
.widget-listing-detail .bottom .offers .listing-items .offerItem .content-container {
	border: solid 1px #afb1b3!important;
}
.widget-listing-detail .bottom .offers .listing-items .offerItem .content-container .title {
	margin-bottom: 3px !important;
}
.widget-listing-detail .bottom .offers .listing-items .offerItem .content-container .address {
	color: #231f20;
    font-size: 1em;
    font-family: 'Avenir Next LT W05 Regular';
    font-weight: 400;
    line-height: 1.4705em;
}

.widget-listing-detail .bottom .offers .listing-items .offerItem .links a.button.trip-builder a {
	font-family: 'Avenir Next LT W05 Demi', sans-serif !important;
}
.widget-listing-detail .bottom .offers .listing-items .offerItem .links a.button.trip-builder a {
	padding: 0;
	display: inline;
	margin: 0;
}
.listing-tab-content .eventsul li .plus-buttons {
	display: none;
}
.widget-listing-detail .bottom .offers .listing-items .offerItem .links a.button.trip-builder {
	/* background-color: transparent!important; */
	/*position: relative;*/
	/*line-height: 33px;*/
}
.widget-listing-detail .bottom .offers .listing-items .offerItem .links a.button.trip-builder a,
.widget-listing-detail .bottom .offers .listing-items .offerItem .links a.button.trip-builder span {
	/*background-color: #f26649 !important;*/
	color: #fff;
	text-align: center;
	/*padding: 7px 6px;*/
}
@media (max-width: 1030px) {
	.widget-listing-detail .bottom .offers .listing-items .offerItem .links a.button.trip-builder {
	display: inline-grid;
	font-size: 12px;
	}
	 .widget-listing-detail .bottom .offers .listing-items .offerItem .links a.button.trip-builder span {
	 	margin-bottom: 5px;
	 	padding: 0;
	}
	.widget-listing-detail .bottom .offers .listing-items .offerItem .links a.button.trip-builder a, .widget-listing-detail .bottom .offers .listing-items .offerItem .links a.button.trip-builder span {
		font-size: 12px;
		line-height: 15px;
		margin: auto;
		padding: 0;
	}
	.widget-listing-detail .bottom .offers .listing-items .offerItem .links a.details, .widget-listing-detail .bottom .offers .listing-items .offerItem .links a.button.trip-builder {
		width: 100%;
		text-transform: uppercase;
	}
}
@media (max-width: 640px) {
	.shared-detail .offers .widget-listings .list-item .image-container,
	.shared-detail .offers .widget-listings .list-item .content-container {
		float: none;
		width: 100%;
	}
}

.shared-detail .emailWebsiteWrapper {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;	
}
.shared-detail .restaurantCert img {
	height: 65px;
}