/* include after main.css and all others -- adjustments for page and/or specific shows, etc. */

.lp_wrap {width: 100%;} /* the pinning engine will point to a different div on this page */
#lp_hg-lower-wrap {width: 100%; position: relative; background-color:white; }
#page {padding-bottom: 130px; padding-left: 0px; padding-right: 0px; width: 100%; min-width:980px;}
#hh-carousel {margin-top: 50px;}

/* the header will only appear as the static overlay version, activated via script */
#HHeader {height: 0px;}
#Header_Layout {z-index: 501;}
#Header_Empty_Layout {height: 0px;}
/* the footer may need to be sized and centered or it will widen too much*/
#HFooter {margin-left:auto; margin-right:auto; width:100%;}

#hg-liquid-widgetarea {width: 980px; margin-left: auto; margin-right: auto; position: relative; }

/* skinning */
#page.fluid-skinned {min-width:980px; width: 72.5%}

/** social button style **/
 #hh-carousel .cs-list {
	  display: -ms-flexbox;
	  -ms-box-orient: horizontal;
	
	  display: -webkit-flex;
	  display: -moz-flex;
	  display: -ms-flex;
	  display: flex;
	  
	  -webkit-flex-flow: row wrap;
	  -moz-flex-flow: row wrap;
	  -ms-flex-flow: row wrap;
	  flex-flow: row wrap;
}
#hh-carousel .cs-list .cs-item {
	display: inline-block; /* ie 8, old FF */
	margin-right: 15px;
}
#hh-carousel .cs-fb .cs-share {
	background-image: url(/resources/hyperGallery/img/icon-facebook.png);
	width: 49px;
	height: 49px;
}
#hh-carousel .cs-gp .cs-share {
	background-image: url(/resources/hyperGallery/img/icon-googleplus.png);
	width: 49px;
	height: 49px;
}
#hh-carousel .cs-ts .cs-share {
	background-image: url(/resources/hyperGallery/img/icon-twitter.png);
	width: 49px;
	height: 49px;
}
#hh-carousel .cs-list .cs-item.cs-embed {
	margin-right: 0;
}
#hh-carousel #embed-bttn-wrap-photo_social{display: none;}
#hh-carousel .cs-email .cs-share {
	background-image: url(/resources/hyperGallery/img/icon-email.png);
	width: 49px;
	height: 49px;
}
#hh-carousel .cs-item .cs-share:hover {
	background-position: center bottom;
}
#hh-carousel .social-Send-Email {
	margin-left: 0;
}
#hh-carousel .overlay_form textarea {
	width: 360px;
}

#email-send-form-photo_social {left: -40px}