@charset "utf-8";
/* CSS Document */


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	
	padding: 0px;
	margin:0px;
}
a:link, a:visited{
	text-decoration: none;
	cursor: pointer;
}
a:hover, a:active{
	text-decoration: none;
}
body{
    font-family: 'Montserrat', sans-serif;
}
.dc-logo{
	position: absolute;
	z-index: 1;
	top: 10px;
	
}
.social{
	position: absolute;
	z-index: 1;
	top: 30px;
	right: 0;
}
.social ul{
	list-style-type: none;
}

.social ul li{
	display: inline-block;
	padding: 0 5px;
}
.carousel-inner .item{
	height: 500px;
	cursor:pointer;
}
.bg-click{
	position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    content:"";
}
.item-1{
	background: url(../img/slide1.jpg) no-repeat;
	background-size: cover;
    background-position: center top;
}
.item-2{
	background: url(../img/slide2.jpg) no-repeat;
	background-size: cover;
    background-position: center top;

}
.item-3{
	background: url(../img/slide3.jpg) no-repeat;
	background-size: cover;
    background-position: center top;

}
.item-4{
	background: url(../img/slide4.jpg) no-repeat;
	background-size: cover;
    background-position: center top;

}
.item-5{
	background: url(../img/slide5.jpg) no-repeat;
	background-size: cover;
    background-position: center top;
}
.item-6{
	background: url(../img/slide6.jpg) no-repeat;
	background-size: cover;
    background-position: center top;

}
.item-7{
	background: url(../img/slide7.jpg) no-repeat;
	background-size: cover;
    background-position: center top;

}
.custom-control{
	background-image: none !important;
}
.centered {
	text-align: center;
	font-size: 0;
}
.centered > div {
	float: none;
	display: inline-block;
	text-align: center;
	/*font-size: 13px;*/
}
.desktop-div-adj div:last-child{
	margin-bottom: 3%;
}
.custom-box{
	width: 20%;
	padding: 1% 0.5%;
	cursor:pointer;
}
.desktop-div-adj
.custom-caption{
	font-size: 16px;
	padding-top: 10px;
	color: #000000;
	text-decoration: none;
}
.custom-caption:hover{
	text-decoration: none;
}
.custom-modal-content{
	border-radius: 0;
	/*margin-top: 1%;*/
}
.custom-modal-header{
	border-bottom: 0;
}
.custom-modal-body{
	padding-top: 0;
}
.custom-caret{
	margin-left: 10px;
	border-top: 8px dashed;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
}
.custom-dropdown-menu{
     border-radius: 0; 
     -webkit-box-shadow: none; 
     box-shadow:none;
	 margin: 0;
	left: inherit;
	top: inherit;
	transition: all 0.5s ease-in;
	min-width: 191px;
	margin-top: 10px;
	background: #000;
	
}
.custom-dropdown-menu::after{
	content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    /*right: 15px;*/
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #000 transparent;
	left: 50%;

}
.custom-dropdown > div{
	display: inline-block;
}
.custom-dropdown-menu>li>a{
	color: #FFFFFF;
}
.custom-dropdown-menu>li>a:hover, .custom-dropdown-menu>li>a:focus{
	background-color: #000000;
	color: #dcdcdc;
}
.custom-modal-header a{
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	cursor: pointer;
}

.custom-dropdown-menu a{
	font-size: 16px;
}
.custom-dropdown-toggle{
	background: #000;
	color: #FFFFFF !important;
	padding: 0 5px;
	border-bottom: 2px solid #00304c;
}
.single-season-only{
	background: #fff;
	color: #000 !important;
	padding: 0 5px;
	border-bottom: none;
}
.caret-up {
    width: 0; 
    height: 0; 
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-bottom: 6px solid;
    border-top: 0;
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}
.packshot-container ul{
	list-style-type: none;
}
.packshot-container ul li{
	display: inline-block;
	padding: 10px 5px;
}
.buy-now-wrapper{
/*	border-radius: 4px;*/
	border: #000 solid 1px;
	min-height: 300px;
	width:100%;
	margin-bottom: 17px;
	display:inline-block;
}
.buy-now-wrapper h3{
	font-size: 24px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #000;
	text-align: center;
	padding:10px 0;
}
.buy-now-wrapper h4{
	padding-top: 20px;
	padding-bottom: 20px;
	text-transform: uppercase;
	color: #000000;
}
.buy-now-wrapper div:last-child{
	margin-top: 20px;
	padding-bottom: 10px;
}
.buy-now-wrapper h4::after{
	content: ':';
	/*padding-left: 5px;*/	
}
.buy-now-wrapper ul{
	list-style-type: none;
}
.buy-now-wrapper ul li{
	display: inline-block;
/*	margin-top: 25px;
	margin-bottom: 25px;*/
}
.video-container{
	padding-left: 0;
	padding-right: 0;
	/*padding-bottom: 20px;*/
}
.resize-video{
	width: 100% !important;
	height: auto;
	border: #000 solid 2px;
}
.synopsis h3{
	font-size: 24px;
	text-transform: uppercase;
	color: #000000;
	padding:10px 0;
}
.synopsis p{
	color: #000000;
	line-height: 22px;
}
.footer{
	background: #cccccc;
}
.footer-row{
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-links ul{
	list-style-type: none;
}
.footer-links ul li{
	display: inline-block;
	border-left:#000 solid 1px;
}
.footer-links ul li a{
	display: block;
	padding:0 5px;
    text-decoration: none;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.footer-links ul li a:hover{
	/*text-decoration: underline;*/
}
.footer-links ul li:first-child{
	border-left: none;
}
.copyright{
	font-size: 12px;
	color: #000;
	font-weight: bold;
}

.desktop-close{
	font-size: 30px;
	color: #000000;
	opacity: 1.0;
	margin: 10px;
	cursor: pointer;
}
.desktop-close:hover, .desktop-close:focus{
	outline: none;
}
/*====================================================
	Media Queries
====================================================*/

/* ----------- mobile portrait ----------- */


@media only screen 
  and (min-width: 300px) 
  and (max-width: 750px)
 {
	  
	  .dc-logo > img{
		  width: 40%;
		  top: 0;
	  }
	  .social{
		  top: 20px;
	  }
	  .carousel-inner .item{
			height: 300px;
	  }
	 .centered {
		text-align: center;
		font-size: 0;
	  }
	 .centered > div {
		float: none;
		display: inline-block;
		text-align: center;
		font-size: 13px;
	  }
	  .custom-box{
		  width: 49%;
		  display: inline-block;
		  padding:5% 2% 2% 2%;
	  }
	 .custom-dropdown{
		 text-align: center;
	 }
	 .custom-dropdown-menu{
		 min-width: 162px;
	 }
	  .footer{
		  position: relative;
		  top: 50%;
		  transform: translateY(50%);
	  }
	  .footer-links ul{
		text-align: center;
	  }
	  .footer-links ul li {
		  display: inline-block;
		  
	  }
	  .footer-links ul li a{
		padding:0 5px;
		font-size: 10px;
	  }
	  .copyright{
		  font-size: 10px;
		  text-align: center;
		  padding: 5px 0;
	  }
	 .item-1{
		 background: url(../img/slide1_m.jpg) no-repeat;
		 background-position: center top;
		 background-size: cover;		 
	 }
	 .item-2{
		 background: url(../img/slide2_m.jpg) no-repeat;
		 background-position: center top;
		 background-size: cover;
	 }
	 .item-3{
		 background: url(../img/slide3_m.jpg) no-repeat;
		 background-position: 80% top;
		 background-size: cover;		 
	 }
	 
}
@media only screen 
  and (min-width: 320px) 
  and (max-width: 736px)
  and (orientation: landscape) {
	  
	  .dc-logo > img{
		  width: 40%;
		  top: 0;
	  }
	  .social{
		  top: 20px;
	  }
	   .carousel-inner .item{
			height: 200px;
	  }
	
	  .centered {
		text-align: center;
		font-size: 0;
	  }
	  .centered > div {
		float: none;
		display: inline-block;
		text-align:center;
		font-size: 13px;
	  }
	  .custom-dropdown-menu{
		 min-width: 191px;
	 }
	  .custom-box{
		  width: 49%;
		  display: inline-block;
		  padding:5% 2% 2% 2%;
	  }
	  .buy-now-wrapper{
		  display: block;
		  
	  }
	  .footer{
		  position: relative;
	  }
	  .copyright{
		  width: 50%;
		  float: left;
		  font-size: 10px;
		   padding-top: 5px;
	  }
	  .footer-links{
		  width: 50%;
		  float: right;		 
	  }
	  .footer-links ul li a{
		font-size: 10px;
	  }
	  .item-1{
		background: url(../img/slide1.jpg) no-repeat;
		background-size: cover;
		background-position: center top;
	}
	.item-2{
		background: url(../img/slide2.jpg) no-repeat;
		background-size: cover;
		background-position: center top;

	}
	.item-3{
		background: url(../img/slide3.jpg) no-repeat;
		background-size: cover;
		background-position: center top;

	}

	
}
@media only screen 
  and (min-width: 360px) 
  and (max-width: 640px) {
   
   .custom-modal-header a{
    font-size: 24px;
   }
   .custom-dropdown-menu a{
  font-size: 16px;
   }
   
}
@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px)
  and (orientation: portrait) {
		
	  .dc-logo > img{
		  width: 50%;
		  top: 0;
	  }
	  .carousel-inner .item{
			height: 300px;
	  }
	  .art-wrapper{
		  margin-bottom: 10%;
	  }
	  .packshot-container > img{
		  width: 50%;
	  }
	  .buy-now-wrapper{
		  display: block;
		  
	  }
	  .custom-dropdown-menu{
		 min-width: 192px;
	 }
	  .custom-box{
		  width: 49%;
		  display: inline-block;
		  padding:5% 2% 0% 2%;
	  }
	  .centered {
		text-align: center;
		font-size: 0;
	 }
	.centered > div {
		float: none;
		display: inline-block;
		text-align:center;
		font-size: 13px;
	}
	   .buy-now-wrapper h4{
		  padding-bottom: 10px;
	  }
	  .item-3{
		background: url(../img/slide3.jpg) no-repeat;
		background-size: cover;
		background-position: center top;
	}
	.custom-modal {
		overflow-y: scroll !important;
		-webkit-overflow-scrolling: touch;
		position: fixed;
	}
	.modal-open {
		overflow: hidden;
		position: fixed;
		width: 100%;
		height: 100%;
	}
	.modal-body {
    max-height: calc(100vh - 90px);
    overflow-y: auto;
}
}

@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px)
  and (orientation: landscape) {
	  .dc-logo > img{
		  width: 50%;
		  top: 0;
	  }
	  .carousel-inner .item{
			height: 300px;
	  }
	  /*.packshot-container > img{
		  width: 93%;
	  }*/
	  .custom-dropdown-menu{
		 min-width: 191px;
	 }
	  .video-container{
		  padding-bottom: 0;
	  }
	  
	  .buy-now-wrapper{
		 margin-bottom: 10px;
	  }
	   .buy-now-wrapper h4{
		  padding-bottom: 10px;
	  }
	  .synopsis p{
		  line-height: normal;
	  }
	  .custom-modal {
		overflow-y: scroll !important;
		-webkit-overflow-scrolling: touch;
		position: fixed;
	}
	.modal-open {
		overflow: hidden;
		position: fixed;
		width: 100%;
		height: 100%;
	}
	.modal-body {
    max-height: calc(100vh - 90px);
    overflow-y: auto;
}
	
}

@media screen and (min-width:1025px)
	and (max-width:1280px){
		
	  .dc-logo > img{
		  max-width: 10% !important;
		  top: 0;
	  }
	
	  .carousel-inner .item{
		  height: 300px;
		  /*background-position: center 90%;	*/
	  }
		.custom-dropdown-menu{
		 min-width: 191px;
	 }
	  .custom-box{
			width: 17%;
	  }
	.centered {
		text-align: center;
		font-size: 0;
	}
	.centered > div {
		float: none;
		display: inline-block;
		text-align: center;
		font-size: 13px;
	}
	
}
@media screen and (min-width:1281px)
	and (max-width:1400px){
		
	  .dc-logo > img{
		  max-width: 10% !important;
		  top: 0;
	  }
	  .carousel-inner .item{
			height: 250px;
		    background-position: center 90%;
	  }
		.carousel-inner .item-6{
			background-position: center top;
		}
		.custom-dropdown-menu{
		 min-width: 191px;
	 }
	  .custom-box{
			width: 17%;
	  }
	.centered {
		text-align: center;
		font-size: 0;
	}
	.centered > div {
		float: none;
		display: inline-block;
		text-align: center;
		font-size: 13px;
	}
	
}

@media screen and (min-width:1401px)
	and (max-width:1600px){
		
	  .dc-logo > img{
		  max-width: 10% !important;
		  top: 0;
	  }
	  .carousel-inner .item{
			height: 400px;
		    background-position: center 100%;
	  }
	
	  .custom-box{
			width: 17%;
	  }
	.centered {
		text-align: center;
		font-size: 0;
	}
	.centered > div {
		float: none;
		display: inline-block;
		text-align: center;
		font-size: 13px;
	}
	
}

@media screen and (min-width:2500px){
 
 .carousel-inner .item{
   height: 600px;
      background-position: center 100%;
   }
   .custom-box{
   width: 20%;
   }
 .centered {
  text-align: center;
  font-size: 0;
 }
 .centered > div {
  float: none;
  display: inline-block;
  text-align: center;
  font-size: 13px;
 }
 
}

#IEblock{
	background-color: #000;
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999;
	display:none;
	}
	
#IEblock h4,#IEblock p {
	text-align: center;
    position: relative;
    top: 25%;
	
	}































