/* CSS for the Play Landing page */
.promoSegment {
  margin-bottom: -2px;
  overflow: hidden;
}
.promoSegmentBanner {
  border-top: 5px solid #fff;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.open .promoSegmentBanner {
  height: 250px;
}
.promoSegmentBanner .centerImage {
  position:relative;
  width: 100%;
}
.open .centerImage {
  top: -20%;
}
.promoSegmentBanner .foreground {
  bottom: 2px;
  position: absolute;
  z-index: 1;
}
.open .promoSegmentBanner .foreground {
  bottom: -60%;
}
/*.foreground.left_background {
  left: 0;
  width:26.56%;
}*/
.foreground.left_background {
  left: 0;
  width:auto;
	height: 100%;
}
.foreground.left_foreground {
  left: 20%;
  width:15.6%;
}
/*.foreground.right_background {
  right: 0;
  width:26.56%;
}*/
.foreground.right_background {
  right: 0;
  width: auto;
	height: 100%;
}
.foreground.right_foreground {
  right: 20%;
  width:15.6%;
}
.promoSegmentBannerText {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.promoSegmentBannerTextInner {
  display: table;
  height: 100%;
  width: 100%;
}
.fr-ca .promoSegmentBannerTextInner, .pl-pl .promoSegmentBannerTextInner {
  width: 600px;
  margin: 0 auto;
}
.promoSegmentBannerText span {
	display:table-cell;
	vertical-align: middle;
}
#site-body .pl-pl .promoSegmentBannerText h2 {
  font-size: 61px;
}
.hu-hu#site-body .promoSegment:nth-child(2) h2, .pt-pt#site-body .promoSegment:nth-child(2) h2 {
	font-size: 45px;
}
#site-body .promoSegmentBannerText h2 {
  font-size: 70px;
  font-weight: 800;
  margin-bottom: 0;
  text-shadow: 0 0 7px #333;
  text-transform: uppercase;
}
.content-play.cs-cz.intl .promoSegmentBannerText h2 {
  font-size: 60px;
}
.promoSegmentBannerCTA {
  background: transparent url("/images/arrows-purple.png") no-repeat scroll right -51px;
  background-size:46px auto;
  display: inline-block;
  font-size: 30px;
  font-weight: normal;
  height:46px;
  margin: 2.5% auto 0;
  padding-right: 70px;
  text-shadow: 0 0 7px #333;
	text-transform: uppercase;
	padding-top: 7px;
}
.promoSegmentBannerCTA.right {
  background-position: right -102px;
}
.open .promoSegmentBannerCTA {
  background-position: right 0;
}
@media (max-width: 1400px) {

}
@media (max-width: 1200px) {
	.promoSegmentBannerText h2 {
	  font-size: 50px;
	}
	.promoSegmentBannerCTA {
	  background-position: right -33px;
	  background-size: 30px auto;
	  font-size: 24px;
	  height: 30px;
	  margin: 1.5% auto 0;
	  padding-right: 50px;
	}
	.promoSegmentBannerCTA.right {
	  background-position: right -67px;
		padding-top: 2px;
	}
}
@media (max-width: 1023px) {
	#site-body .promoSegmentBannerText h2 {
	  font-size: 45px;
	}
}
@media (max-width: 767px) {
	.foreground.left_background {
		left: -50%;
	} 
	
	.foreground.right_background {
	  right: -50%;
	}
	.promoSegmentBannerText h2 {
	  font-size: 30px;
	  font-weight: 700;
	}
	.promoSegmentBannerCTA {
	  background-position: right -22px;
	  background-size: 20px auto;
	  font-size: 18px;
	  height: 20px;
	  padding-right: 30px;
	}
	.promoSegmentBannerCTA.right {
	  background-position: right -44px;
		padding-top: 0;
	}
	.promoSegmentBanner .centerImage {
	  left: -80%;
	  width: 260%;
	}
	.open .promoSegmentBanner .centerImage {
	  left: -50%;
	  top:0;
	  width: 200%;
	}
	.open .promoSegmentBanner {
	  height: 142px;
	}
	.foreground.left_foreground {
	  left: -10%;
	  width: 40%;
	}
	.foreground.right_foreground {
	  right: -15%;
	  width: 40%;
	}
}
@media (max-width: 650px) {
	#site-body .promoSegmentBannerText h2 {
	  font-size: 30px;
	}
}