@import url(https://fonts.googleapis.com/css?family=Cardo:400,700);

.row-full-width {
  max-width: none;
}
.full-viewport-video-container {
  height: 100vh;
  position: relative;

}
.full-viewport-video-header {
  /*background: black url('acs-seasonpass-jtr-bg.jpg') center center no-repeat;*/
  background: black url('Jacks_Kills_1920x1080.jpg') center center no-repeat;
  background-size: cover;
}

.full-viewport-video-video {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    text-align: center;
}

.full-viewport-video-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    /*background: url('UBI_GangLife_Header_1920x1080_poster.jpg') no-repeat;*/
	background: url('Jacks_Kills_1920x1080.jpg') no-repeat;*/
    background-size: cover;
}
.full-viewport-video-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.video-overlay-content-group {
  margin-top: 20vh;
}
.acs-video-overlay-title,
.acs-video-title-caption {
  text-align: center;
  font-family: 'Cardo', serif;
  font-weight: 700;
  color: white;
  font-size: 22px;
  text-transform: uppercase;
}
.acs-video-title-separator {
  width: 48px;
  height: 4px;
  margin: 20px auto;
  background-color: #e6c57d;
}

#acs-video-overlay-link {
  width: 200px;
  height: 200px;
  background: transparent url('acs-season-pass-play-button.png') left top no-repeat;
  margin: 0 auto;
  cursor: pointer;
}

#acs-video-overlay-link:hover {
  background-position: -200px top;
}


.caption-block-caption {
  background-color: rgba(9,17,22,0.7);
  color: white;
  margin: 0 auto;
  position: absolute;
  width: 90%;
  left: 5%;
  bottom: 30px;
}

.caption-block-caption h3 {
  font-family: 'Cardo', serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  border-top: 1px solid #777777;
  margin: 20px 10px 0px 10px;
  padding: 10px 10% 6px 10%;
  text-align: center;
}
.sagacontinues-logo {
  position: absolute;
  left: 5%;
  top: 10%;
  width: 25%;
}

.acs-caption-sagacontinues .caption-block-caption h3 {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 30px;
}
.caption-block-main-mark {
  padding: 20px;
  text-align: center;
}
.caption-block-caption p {
  padding: 0 15px;
  text-align: center;
  font-family: 'Cardo', serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.caption-block-caption p.date-message {
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.acs-caption-block {
  display: inline-block;
  position: relative;
}
.acs-caption-block:after {
  padding-top: 100%;
  display: block;
  content: '';
}

.acs-caption-block>div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: white;
}

.acs-caption-block {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.acs-caption-block.acs-caption-sagacontinues:after {
  padding-top: 120%;
}
.acs-caption-block.acs-caption-sagacontinues {
  background-image: url('acs-jtr-bg.jpg');
}
.acs-caption-block.acs-caption-maharaja {
  background-image: url('acs-maharaja.jpg');
}
.acs-caption-block.acs-caption-longnight {
  background-image: url('acs-alongnight.jpg');
}
.acs-caption-block.acs-caption-toptier {
  background-image: url('acs-toptierset.jpg');
}
.acs-caption-block.acs-caption-xpboost {
  background-image: url('acs-xp-boost.jpg');
}
.acs-caption-block.acs-caption-helix {
  background-image: url('acs-helixcredits.jpg');
}

.acs-sp-caption-header p span,
.acs-sp-caption-header {
  background-color: #1a2124;
  color: white;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  font-family: 'Cardo', serif;
  text-align: center;
}
.acs-sp-caption-header {
  padding-left: 20px;
  padding-right: 20px;
}
.acs-sp-caption-header p span {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
.acs-sp-caption-header p {
  background: #1a2124 url('acs-subhead-bg-stripes.png') center center repeat-x;
  margin: 0 auto;
  padding: 10px 30px;
  max-width: 1200px;
}


#acs-buynow-mobile{
  display: block;
}
#acs-buynow {
  display: none;
}
#acs-buynow {
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: 20;
  width: 260px;
  height: 180px;
}
#acs-buynow a {
  background: transparent url('acs-sp-buy-now-fixed.png') left top no-repeat;
  width: 260px;
  height: 180px;
}
#acs-buynow a:hover {
  background-position: left -180px;
}
#acs-buynow.fixed {
  position: fixed;
  right: 0;
  top: 50px;
  bottom: auto;
}



/* Responsive Overrides */
@media (min-width: 768px) {
  #acs-buynow {
    display: block;
  }
  #acs-buynow-mobile{
    display: none;
  }
  .video-overlay-content-group {
    margin-top: 30vh;
  }
  .sagacontinues-logo {
    position: absolute;
    left: 25%;
    top: 10%;
    width: 18%;
  }
  .acs-caption-maharaja .caption-block-caption,
  .acs-caption-longnight .caption-block-caption {
    width: 70%;
    left: 15%;
  }
  .acs-caption-sagacontinues .caption-block-caption {
    width: 50%;
    left: 25%;
  }
  .acs-caption-sagacontinues .caption-block-caption {
    bottom: 30%;
  }
  .acs-caption-block.acs-caption-sagacontinues:after {
    padding-top: 48.2%;
  }
  .row-full-width .span-6 {
    margin: 0;
    width: 50%
  }
  .row-full-width .span-4 {
    margin: 0;
    width: 33.333%
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  
  .acs-caption-sagacontinues .caption-block-caption {
    bottom: 30px;
  }
  .caption-block-caption h3 {
    font-size: 16px;
  }
  .acs-caption-sagacontinues .caption-block-caption h3 {
    font-size: 20px;
  }
  .caption-block-caption p {
    font-size: 12px;
  }
}
@media (min-width: 1000px) and (max-width: 1123px) {
  .acs-caption-sagacontinues .caption-block-caption {
    bottom: 20%;
  }
}



/* Banners */
.acs-sp-banner {
  max-width: 1364px;
  margin: 50px auto;
  padding-left: 20px;
  padding-right: 20px;
}
.acs-sp-banner-group {
  position: relative;
}
.acs-sp-banner-btn {
  position: absolute;
  /*left: 11%;*/
  left: 5%;
  top: 54%;
  border:1px solid rgba(255, 255, 255, 0.72);
  padding: 3px;
  /*min-width: 36%;*/
  min-width: 50%;
}
/*update to place retailer in season pass banner by ALEX BENAT*/
.sp-banner .acs-sp-banner-btn {
  top: 45%;
  border: none;
  min-width: 89%;
}
.sp-banner .acs-sp-banner-btn a{
  width: 15%;
  float: left;
  margin: 0 1.5%;
  padding: 2% 2%;
  font-size: 1.3vw;
}
.sp-banner .acs-sp-banner-btn p{
  width: 89%;
  float: left;
  padding: 1% 0 2% 0;
  font-size: 1.7vw;
  color: #ffffff;
  text-align: center;
  margin: 0;
}
@media (max-width: 800px) {
	.acs-sp-banner {
		margin-bottom: 100px;
	}
	.acs-sp-banner-btn {
		left: 1%;
		top: 105%;
		width: 97%;
	}
	.acs-sp-banner-btn a {
		font-size: 3vw;
	}
	.acs-sp-banner.sp-banner {
		margin-bottom: 150px;
	}
	.sp-banner .acs-sp-banner-btn {
		top: 100%;
		min-width: 0%;
		width: 97%;
	}
	.sp-banner .acs-sp-banner-btn p {
		font-size: 3vw;
	}
	.sp-banner .acs-sp-banner-btn a {
		font-size: 2.4vw;
		width: 42%;
		margin: 1% 1.5%;
	}
}
@media (min-width: 1800px) {
	.sp-banner .acs-sp-banner-btn a{
		font-size: 0.9vw;
	}
}
/*END update to place retailer in season pass banner by ALEX BENAT*/
.acs-sp-banner-btn a {
  display: block;
  border:1px solid rgb(255, 255, 255);
  background-color: #141a1d;
  text-align: center;
  text-decoration: none;
  color: white;
  font-size: 22px;
  font-family: 'Cardo', serif;
  font-weight: 700;
  text-shadow: 1px 1px 1px black;
  text-transform: uppercase;
  padding: 2.6% 5%;
}
@media (max-width: 800px) {
  .acs-sp-banner-btn a {
    font-size: 3vw;
  }
}
@media (max-width: 600px) {
  .acs-sp-banner-btn {
    padding: 1px;
  }
  .acs-sp-banner-btn a {
    padding: 1.6% 3%;
  }
}
@media (max-width: 420px) {
  .caption-block-caption h3 {
    font-size: 16px;
  }
  .acs-caption-sagacontinues .caption-block-caption h3 {
    font-size: 20px;
  }
  .caption-block-caption p {
    font-size: 12px;
  }
  .caption-block-caption p.date-message {
    font-size: 10px;
  }
}
.acs-sp-banner-btn a:hover {
  background-color: #1b2f38;
}
.acs-sp-banner-goldedition .acs-sp-banner-btn a {
  background-color: #ac0000;
}
.acs-sp-banner-goldedition .acs-sp-banner-btn a:hover {
  background-color: #d41111;
}

.acs-banner-row {
  background-color: black;
}



/* Overlay */

.popupYtVid {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.popupYtVid iframe {
  position: absolute !important;
  left: -1px !important;
  top: -1px !important;
  bottom: -1px !important;
  right: -1px !important;
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box;
}
.full-viewport-video-container #overlay {
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	right:0;
	bottom:0;
	text-align:center;
	z-index: 1000;
	background-color: rgba(0, 0, 0, .75);
}
.full-viewport-video-container #overlay div#popupVid {
	position: relative;
	margin: 5vw auto 0;
	width: 90%;
  max-width: 1000px;
}
.full-viewport-video-container #overlay div video {
	width: 80% !important;
	height: auto !important;
	border: 1px solid #525252;
}
.full-viewport-video-container #overlay div iframe {
	border: 1px solid #525252;
}
.full-viewport-video-container #overlay .videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 800%;
	height: 70%;
}

.full-viewport-video-container #overlay div a.close {
  display: block;
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	width: 48px;
	height: 48px;
	top: -1px;
	right: -46px;
	background-color: black;
	padding: 0;
	margin: 0;
	border: #525252 solid 1px;
	border-left: none;
	position: absolute;
	opacity: 1;
	color: white;
	font-weight: normal;
	font-family: serif;
	text-shadow: none;
	box-sizing: border-box;
}
.full-viewport-video-container #overlay div a.close:hover {
	color: #525252;
}
@media (max-width:767px) and (min-width:300px) {
  .full-viewport-video-container #overlay div a.close {
	  top: -48px;
    right: 1px;
    border: #525252 solid 1px;
    border-bottom: none;
	}
	.full-viewport-video-container #overlay div#popupVid {
	  margin-top: 25vw;
  	width: 96%;
	}
}

.hidden{
  display: none !important;
}