/* Font start */
	@font-face {
	  font-family: 'Helvetica Neue LT Std';
	  src: url('../assets/fonts/HelveticaNeueLTStd-Roman.eot');
	  src: url('..assets/fonts/HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/HelveticaNeueLTStd-Roman.woff') format('woff'), url('../assets/fonts/HelveticaNeueLTStd-Roman.ttf') format('truetype'), url('../assets/fonts/HelveticaNeueLTStd-Roman.svg#HelveticaNeueLTStd-Roman') format('svg');
	  font-weight: normal;
	  font-style: normal;
	}

	@font-face {
	  font-family: 'Helvetica Neue LT Std';
	  src: url('../assets/fonts/HelveticaNeueLTStd-UltLt.eot');
	  src: url('..assets/fonts/HelveticaNeueLTStd-UltLt.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/HelveticaNeueLTStd-UltLt.woff') format('woff'), url('../assets/fonts/HelveticaNeueLTStd-UltLt.ttf') format('truetype'), url('../assets/fonts/HelveticaNeueLTStd-UltLt.svg#HelveticaNeueLTStd-UltLt') format('svg');
	  font-weight: 200;
	  font-style: normal;
	}

	@font-face {
	  font-family: 'Helvetica Neue LT Std';
	  src: url('../assets/fonts/HelveticaNeueLTStd-Th.eot');
	  src: url('../assets/fonts/HelveticaNeueLTStd-Th.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/HelveticaNeueLTStd-Th.woff') format('woff'), url('../assets/fonts/HelveticaNeueLTStd-Th.ttf') format('truetype'), url('../assets/fonts/HelveticaNeueLTStd-Th.svg#HelveticaNeueLTStd-Th') format('svg');
	  font-weight: 300;
	  font-style: normal;
	}

	@font-face {
	  font-family: 'Helvetica Neue LT Std';
	  src: url('../assets/fonts/HelveticaNeueLTStd-Lt.eot');
	  src: url('../assets/fonts/HelveticaNeueLTStd-Lt.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/HelveticaNeueLTStd-Lt.woff') format('woff'), url('../assets/fonts/HelveticaNeueLTStd-Lt.ttf') format('truetype'), url('../assets/fonts/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt') format('svg');
	  font-weight: 400;
	  font-style: normal;
	}

	@font-face {
	  font-family: 'HelveticaNeueW01';
	  src: url('../assets/fonts/01.eot');
	  src: url('../assets/fonts/01.eot') format('eot'), url('../assets/fonts/01.woff2') format('woff2'), url('../assets/fonts/01.woff') format('woff');
	  font-weight: 200;
	  font-style: normal;
	}
	@font-face {
	  font-family: 'HelveticaNeueW02';
	  src: url('../assets/assets/fonts/02.eot');
	  src: url('../assets/assets/fonts/02.eot') format('eot'), url('../assets/fonts/02.woff2') format('woff2'), url('../assets/fonts/02.woff') format('woff');
	  font-weight: 300;
	  font-style: normal;
	}
	@font-face {
	  font-family: 'HelveticaNeueW03';
	  src: url('../assets/assets/fonts/03.eot');
	  src: url('../assets/assets/fonts/03.eot') format('eot'), url('../assets/fonts/03.woff2') format('woff2'), url('../assets/fonts/03.woff') format('woff');
	  font-weight: 400;
	  font-style: normal;
	}
	@font-face {
	  font-family: 'HelveticaNeueLTStd-Lt';
	  src: url('../assets/fonts/HelveticaNeueLTStd-Lt.otf') format('opentype');
	  font-weight: 400;
	  font-style: normal;
	}
	@font-face {
	  font-family: 'HelveticaNeueLTStd-Th';
	  src: url('../assets/fonts/HelveticaNeueLTStd-Th.otf') format('opentype');
	  font-weight: 400;
	  font-style: normal;
	}
/* Font end */
/* Global start */
	body {
	  	font-family: "HelveticaNeueW01","Helvetica Neue Ult Light";
	    font-size: 16px;
	    font-weight: 200;
	    line-height: 1.3;
	    color: #fff;
	    text-rendering: optimizeSpeed;
	    background-color: #000;
	}

	button{
		font-family: HelveticaNeueW01,"Helvetica Neue Ult Light";
		font-size: 1em;
		font-weight: inherit;
	}

	h1,h2,h3,h4,h5{
		font-weight: inherit;
	}

	dl, ol, ul{
		margin-top: 0;
		margin-bottom: 15px;
	}

	p{
		margin: 0 0 11px;
	}

	button{
		cursor: pointer;
	}

	.custom-row{
		display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    margin-right: -15px;
	    margin-left: -15px;
	}

	.custom-col-12{
		-ms-flex: 0 0 100%;
    	flex: 0 0 100%;
    	max-width: 100%;
    	position: relative;
    	width: 100%;
    	min-height: 1px;
    	padding-right: 15px;
    	padding-left: 15px;
	}

	.custom-col-6{
		-ms-flex: 0 0 50%;
    	flex: 0 0 50%;
    	max-width: 50%;
    	position: relative;
    	width: 100%;
    	min-height: 1px;
    	padding-right: 15px;
    	padding-left: 15px;
	}

	.width-100{
		width: 100%!important;
	}

	.custom-col-4{
		-ms-flex: 0 0 33.333333%;
    	flex: 0 0 33.333333%;
    	max-width: 33.333333%;
    	position: relative;
	    width: 100%;
	    min-height: 1px;
	    padding-right: 15px;
	    padding-left: 15px;
	}

	.padding-0{
		padding: 0!important;
	}

	.margin-0{
		margin: 0!important;
	}
	.body-section{
		line-height: 1;
	}

	.custom-container{
		max-width : 1500px !important;
		margin: 0 auto;
		padding: 0 !important;
	}
	.display-desktop,
	.display-mobile{
		display: none!important;
	}

	@media (min-width: 768px){
		.display-desktop{
			display: block!important;
		}	
	}

	@media (max-width: 767px){
		.display-mobile{
			display: block!important;
		}
	}

	@media (min-width: 1200px){
		.custom-container {
		    width: 1500px;
		}
	}

	@media (min-width: 768px){
		.custom-container {
		    width: 100%;
		}
	}
/* Global end */
/* header section start */
	.header-section{
		background-color : black;
	    position: relative;
	    padding: 0 10px 0;
	}

	.header-logo{
		display: flex;
		-ms-flex-pack: justify;
    	justify-content: space-between;
	}
	.header-logo-img{
	    max-width: 100%;
    	height: auto;
	}
	.nav-link{
		padding : 0;
		padding-top: 20px;
		padding-left: 8%;
	}

	@media (min-width: 768px) and (max-width: 1520px) {
		.header-section{
		    padding: 0px;
		}
	}

	@media screen and (max-width: 767px){
		.header-logo-img{
			display: block;
		    height: 50px;
		    max-width: 118px;
		}
		.header-logo{
			-ms-flex-pack: center;
    		justify-content: center;
		}
	}

	@media screen and (max-width: 600px){
		.nav-link{
			padding-left: 5px;
		}
	}
/* header section end */
.supernatural-title{
	color : white;
	text-transform: uppercase;
}

.supernatural-desc {
	position: absolute;
    top: 2%;
    right: 4%;
    padding: 0;
    width: 32%;
    text-align: left;
    color : white;
    z-index: 100;
}
.supernatural-left-section .supernatural-desc {
	top: 5%;
    left: 8%;
    max-width: 485px;
}
.supernatural-left-section .supernatural-desc-content {
	line-height: 1.1;
}

@media screen and (max-width: 768px){
	.supernatural-desc{
	    right: 2%;
	}
	.supernatural-desc{
	    top: 3%;
	}
}

.supernatural-mobile-desc{
	color: #fff;
    text-align: center;
    padding: 30px 15px;
    background-color: black;
}


.supernatural-title{
	font-size :3.9em;
	text-transform: uppercase;
	line-height: 0.9;
}

.supernatural-title{
	font-size :3.6em;
	text-transform: uppercase;
	padding-top: 50px;
}

@media screen and (max-width: 1024px){
	.supernatural-title{
		font-size : 2.3em;
	}
	.supernatural-title{
		padding-top: 30px;
	}
}

@media screen and (max-width: 768px){
	.supernatural-title{
		font-size : 2.3em;
	}
	.supernatural-title{
		padding-top: 0;
	}
}

@media screen and (max-width: 600px){
	.supernatural-title{
		font-size :2.2em;
		line-height: 0.9;
		margin: 20px 0 5px;
	}
	.supernatural-title{
		padding-top: 0;
	}
}

	
.supernatural-desc-content{
	font-size : 1.36em;
	font-family: "HelveticaNeueW02", "Helvetica", "Arial","Lucida Grande",sans-serif;
	font-weight: 300;
}

@media screen and (max-width: 1024px){
	.supernatural-desc-content{
		font-size : 1em;
		font-family: "HelveticaNeueW02", "Helvetica", "Arial","Lucida Grande",sans-serif;
		font-weight: 300;
	}
}

@media screen and (max-width: 768px){
	.supernatural-desc-content{
		font-size : 1em;
	}
}

.row:before,.row:after {
    display: inline-block;
}

.modal-backdrop.show {
    opacity: .75;
}

.modal-header{
	border-bottom : none;
}

.modal-content{
	background-color: rgba(0,0,0,0.85);
	color: black;
}

#thankyouModal .modal-content{
	background-color:black;
	color: white;
}

.thank-you-content{
	padding: 50px 0;
}

.thank-you-content-desc{
    font-size: 1.75rem;
}

.thank-you-title{
	text-transform: uppercase;
	font-size : 4rem;
	margin-top: 11px;
}

.close{
	opacity: 1;
	color : black;
}

.modal-header .close {
     margin-top: -10px; 
}

.tnc-ol li{
	padding-top : 5px;
}

a{
	text-decoration: underline;
	color :black;
}

.tnc-content{
	font-family: "Helvetica Neue LT W01_55 Roman",Helvetica,Arial,"Lucida Grande",sans-serif;
	font-size: 1.35rem;
    line-height: 15px;
    font-weight : 300 !important;
    text-align: left;
    padding-left: 15px !important;
    margin-top: 3px;
}

@media screen and (max-width:600px){
	.tnc-content{
		font-size: 1.05rem;
	    line-height: 12px;
	    margin-left: 0px;
	    padding: 0!important;
	}
} 

@media screen and (max-width:600px){
	.tnc-content{
		font-size: 1.05rem;
	    line-height: 12px;
	    margin-left: 0px;
	    padding: 0!important;
	}
}

.alert-danger{
	text-align: left;
	background-color : transparent;
	font-size: 1.2rem;
	font-family: "Helvetica Neue LT W01_55 Roman",Helvetica,Arial,"Lucida Grande",sans-serif;
}

.promo-text{
	color : #676767;
	font-size : 1.4rem;
	font-weight: bold;
}

@media screen and (max-width:768px){
	.promo-text{
		font-size : 1rem;
	}

}

.promo-text-container{
	max-width: 1030px;
    margin: 0 auto;
    padding : 15px;
}

/* Youtube video css */
.video-section button{
	background: none;
    border: 0;
    width: 100%;
}
.video-section button:focus{
	outline: 0;
}
.jarallax-img img{
  max-width: 100%;
  width: 100%;
}

.iframe-container {
  overflow: hidden;
  position: relative;
  width:100%;
}

.iframe-container iframe {
   border: 0;
   height: 750px;
   width: 100%;
}

.orgrepro-video-wrapper .pdp-content-asset-video .content-text a {
  color: #fff;
}
.orgrepro-video-wrapper .content-image img {
    display: block;
}

.orgrepro-video-wrapper .content-text {
  width: 100%; 
  text-align: center !important;
  position: absolute;
  top: 42%;
}

.orgrepro-video-wrapper .play-btn-black {
  max-width: 20%;
  margin: 0 auto;
}

.orgrepro-video-wrapper .mobile-thumb.outer {
    width: 100%;
    overflow: hidden;
    line-height: 0;
}

.orgrepro-video-wrapper .mobile-thumb .inner {
    display: inline-block;
    position: relative;
}

.orgrepro-video-wrapper .mobile-thumb .inner img {
    position: relative;
    width: 100%;
    max-width: inherit;
}

.prelative {
  position: relative;
}

.show-for-small-only {
	display: none !important;
}
.hide-for-small-only {
	display: block !important;
}

@media all and (max-width: 767px) {
	.show-for-small-only {
		display: block !important;
	}

	.hide-for-small-only {
		display: none !important;
	}
}

.show-for-small-only .content-text {
  color: #fff;
  background: 0 0;
  position: absolute;
  top: 20%;
  padding: 0 !important;
}
.show-for-small-only .content-text button .play-btn-black {
  width: 14% !important;
  height: auto;
  margin: 0 auto;
}

@media all and (min-width:480px) {
  .show-for-small-only .content-text {
    top: 30%;
  }
}

@media all and (min-width:768px) {
  .orgrepro-video-wrapper {

  }
  .content-text button .play-btn-black {
    width: 80px !important;
    height: 80px;
    margin: 0 auto;
  }
}

@media all and (min-width:1024px) {
  .orgrepro-video-wrapper {
  }
  .content-text button .play-btn-black {
    width: 100px !important;
    height: 100px;
  }
}

@media all and (min-width:1280px) {
  .orgrepro-video-wrapper {
    width: 100%;
  }
}

@media all and (min-width: 48em) {
  .pdp-content-asset-video .content-text {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      padding: 40px 80px 30px 75px;
      background: 0 0;
    }
}

.p-t-3em {
	padding-top: 3em !important;
}

@media screen and (max-width: 768px) {
	.title-section {
		padding: 0px 10px !important;
	}
}
/*footer*/
.footer-section{
	padding: 0 10px 0;
}
.footer-title{
	padding: 40px 8%;
}
.footer-title h2{
	text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0px;
    font-size: 2.5rem;
    letter-spacing: 0px;
}
.footer-title p{
	padding-bottom: 15px;
}

@media screen and (max-width: 600px){
	.footer-title {
    	padding: 20px 5px;
	}
}

.m-b-1-5-em {
	margin-bottom: 1.5em !important;
}

.tag-cta {
	font-family: 'HelveticaNeueW03', 'Helvetica Neue Light Standard';
	border: 1px solid #fff;
    padding: 0.5em 3em;
    text-decoration: none;
    color: #fff;
    background: none;
    text-transform: uppercase;
}

.tag-cta:hover {
	text-decoration: none;
	color: #fff;
}

.tag-cta:focus {
	text-decoration: none;
	color: #fff;
}

#play-now-btn:focus {
	outline: none;
}

#tnc_modal {
	color: #fff;
}

.tnc-text {
	font-size: 1em;
	margin-bottom: 30px;
}

.modal-content {
	color: #fff;
}

#tnc_modal .modal_dialog {
    top: 50%;
    transform: translateY(-50%);
}

.supernatural-desc-content.small {
	font-size: 1em; 
}

.supernatural-img img{
	width: 100%!important;
	max-width: 100%;
    height: auto;
}

#tnc_btn {
	cursor: pointer;
	border-bottom: 1px solid rgba(255,255,255,0.6);
}

@media screen and (max-width: 600px){
	.supernatural-desc-content.small {
		font-size: .8em; 
	}

	.modal-header {
		padding: 1em 0 0;
	}
}