@import url("reset.css");

@import url("responsive.css");



@font-face {
    font-family: 'Approx';
    src: url('../fonts/proximanova-semibold-webfont.eot');
    src: url('../fonts/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-semibold-webfont.woff') format('woff'),
         url('../fonts/proximanova-semibold-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-semibold-webfont.svg#proximanova-regular-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Approx';
    src: url('../fonts/proximanova-light-webfont.eot');
    src: url('../fonts/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-light-webfont.woff') format('woff'),
         url('../fonts/proximanova-light-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-light-webfont.svg#proximanova-regular-webfont') format('svg');
    font-weight: lighter;
    font-style: normal;
}



* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	*behavior: url('/scripts/boxsizing.htc'); 
}

*:focus {
    outline: none;
}

main {
	overflow-x: hidden;
}

/*

::selection {
  background: rgba(32,32,32,0.97);
  color: #EB9222;
}

::-moz-selection {
  background: rgba(32,32,32,0.97);
  color: #EB9222;
}

*/

body {
	font-family: 'Oswald';
	letter-spacing: 0.5px;
	color: #FFFFFF;
	background: #121212;
	overflow-y: auto;
}

bold {
	font-weight: 600;
}

light {
	font-weight: 100;
}

ep {
    display: inline;
}

img {
	max-width: 100%;
	border: 0;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.2s ease;
}

a:hover {
	color: #EB9222;
	text-decoration: none;
}

a:active {
	color: #BC741B;
	text-decoration: none;
}

a.current {
	color: #EB9222;
	text-decoration: none;
}



/*********************************/
/*                               */
/*          LIVE SEARCH          */
/*                               */
/*********************************/


.well {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #242424;
	padding: 24px;
	padding-bottom: 20px;
	transition: all 0.2s ease;
}

.well:hover {
	background-color: #242424;
}

.searchcontainer2 .well {
	border-bottom: 1px solid #242424 !important;
}

.searchwrapper > a:last-child > div:nth-child(1) {
	border-bottom: 0px;
}

.searchcontainer {
	width: 100%;
	position: relative;
}

.searchcontainer2 {
	width: 100%;
	position: relative;
}

.searchwrapper {
	background-color: rgba(32, 32, 32, 0.97);
	border-radius: 5px;
	z-index: 999999;
	position: absolute;
	width: 100%;
	overflow: hidden;
	margin-top: 24px;
	
}

.search { 
	background: url('../images/icons/nav/searchbar.png') #FFFFFF no-repeat 10px 8px;
	background-size: 16px 16px; 
	font-size: 13px;
	letter-spacing: 0.5px;
	color: #bcbcbc;
	font-weight: 100;
	height: 32px;
	width: 100%;
	padding: 6px 15px 6px 32px;
	margin-top: 44px;
	border: 0;
	border-radius: 15px; 
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px; 
	letter-spacing: 0.5px;
	font-weight: 400;
	font-family: 'Approx';
	transition: all 0.2s ease;
}

.search:focus { 
	color: #666666;
}



/*********************************/
/*                               */
/*            HEADER             */
/*                               */
/*********************************/


header {
	/*height: 120px;*/
	text-align: center;
	width: 100%;
	z-index: 99;
	background: rgba(18, 18, 18, 0.97);
	padding: 0px 5%;
	margin: 0px auto;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

.header-content {
	text-align: center;
	width: 100%;
	margin: 0px auto;
   
}

.fixed {
	position:relative; 
	top: 0; 
	left: 0;
	right: 0;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	background: rgba(18, 18, 18, 0.97);
}

.fixed-top {
	/*margin-top: 120px;*/
}

header #logo h1 img {
	max-width: 160px;
	margin-top: 35px;
}



/******************************/
/*! RESPONSIVE HEADER STYLES  */
/******************************/


.gradient-header {
	background: -moz-linear-gradient(top, rgba(18, 18, 18,0.97) 0%, rgba(18, 18, 18,0) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(18, 18, 18,0.97)), color-stop(100%,rgba(18, 18, 18,0))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(18, 18, 18,0.97) 0%,rgba(18, 18, 18,0) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(18, 18, 18,0.97) 0%,rgba(18, 18, 18,0) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(18, 18, 18,0.97) 0%,rgba(18, 18, 18,0) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, rgba(18, 18, 18,0.97) 0%,rgba(18, 18, 18,0) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb121212', endColorstr='#00121212',GradientType=0 ) !important; /* IE6-9 */
	    height: 119px;
    
}

.before-gradient-header-remove {
	background: rgba(18, 18, 18,0.92);
	height: 120px;
}



/*********************/
/*! MAIN NAVIGATION  */
/*********************/


.main-menu {
	width: 100%;
	text-align: center !important;
	margin-top: 48px;
}

.main-menu li {
	font-size: 14px;
	list-style: none;
	padding-left: 4%;
	padding-right: 4%;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
}

.main-menu > li {
	height: 65px;
}

.main-menu a {
	transition: all 0.2s ease;
}

#menu ul li { 
	position: relative;
}



/*******************************/
/*! MAIN NAVIGATION DROPDOWNS  */
/*******************************/


#account-settings ul {
	position: absolute;
	width: 205px;
	background-color: rgba(32, 32, 32, 0.97);
	border-radius: 5px;
	z-index: 99999;
	margin-top: 28px;
    left: 50%;
    margin-left: -102px;
	padding: 20px;
    font-family: 'Approx';
    font-size: 12px;
    
}

#account-settings img {
	height: 20px; 
	vertical-align: top;
}

.dropdown-arrow {
	font-size: 12px; 
	display: inline; 
	vertical-align: top; 
	opacity: 0.75;
}

#movies-menu ul {
	position: absolute;
	width: 700px;
	background-color: rgba(32, 32, 32, 0.97);
	border-radius: 5px;
	z-index: 99999;
	margin-top: 28px;
    left: 50%;
    margin-left: -350px;
    -moz-column-count: 5; /* Firefox */
    -webkit-column-count: 5; /* Safari and Chrome */
    column-count: 5;
	padding: 20px;
    font-family: 'Approx';
    font-size: 12px;
    
}

#menu ul li ul:after { 
	bottom: 100%; 
	left: 50%; 
	border: solid transparent; 
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	border-bottom-color: rgba(32, 32, 32, 0.97); 
	border-width: 10px; 
	margin-left: -10px; }

#menu ul li ul li {
	width: 100%; 
	padding: 0;
}

#menu ul li ul hr {
	opacity: 0.1; 
	margin: 10px 0px;
}

hr {
    opacity: 0.1;
}

#menu ul li ul li span {
	display: block;
	padding: 5px 10px;
	color: #EB9222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-family: Oswald;
	text-transform: uppercase;
	font-size: 15px;
}

#menu ul li ul li a {
	display: block;
	padding: 7px 10px;
	color: #909090;
}

#menu ul li ul li:hover a {
	color: #EB9222;
}

#menu ul li ul.fallback {
	display:none;
}

#menu ul li:hover ul.fallback {
	display:block;
}

#menu ul li ul.fall-back {
	display:none;
}

#menu ul li:hover ul.fall-back {
	display:block;
}



/*****************/
/*! LIVE SEARCH  */
/*****************/


h5.search-title {
	color: #EB9222;
	text-transform: uppercase;
	font-size: 15px;
}

p.search-year {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 13px;
	margin-top:5px;
	margin-bottom:7px;
}

p.search-genres {
	color: #707070;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.75px;
}

p.search-rating:before {
	content: " ";
	z-index: 10;
	display: block;
	position: absolute;
	height: 20px;
	width: 33px;
	padding: 0;
	margin: 0;
	background: url('../images/rating.png') no-repeat scroll left 4px transparent;
	background-size: 32px;
	float: left;
	text-align: left;
	margin-left: -40px;
}

p.search-rating {
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	float: left;
	margin-left: 40px;
	margin-top: 10px;
}

.watch p.search-rating {
	float: right;
}



/**************************/
/*! MOBILE/TABLET HEADER  */
/**************************/


#collapse-menu {
	width: 33%;
	display: none;
	float: left;
}

#collapse-search {
	width: 33%;
	display: none;
	float: right;
}

#collapse-menu-wrapper {
	width: 25px;
	float: left;
}

#collapse-menu-wrapper2 { 
	width: 60px; 
	padding-left: 10px; 
	float: left; 
	padding-top: 16px; 
	font-size: 13px;
}

#collapse-menu-wrapper2 a { 
	color: #FFFFFF;
}



/******************************/
/*! MOBILE/TABLET NAVIGATION  */
/******************************/

body.cbp-spmenu-push-toright .fixed {
	left: 200px;
}

body.cbp-spmenu-push-toleft .fixed {
	left: -600px;
}

.cbp-spmenu {
	background: #121212;
	position: fixed;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-scroll-chaining: none;
    -ms-touch-action: pan-y;
}

.cbp-spmenu img {
	width: 50px;
}

.cbp-spmenu a {
	display: block;
	color: #fff;
	font-size: 1.1em;
	font-weight: 300;
}

.cbp-spmenu-left a:hover {
	background: #242424;
	-webkit-box-shadow: inset -20px 0px 20px -20px rgba(0,0,0,1);
	-moz-box-shadow: inset -20px 0px 20px -20px rgba(0,0,0,1);
	box-shadow: inset -20px 0px 20px -20px rgba(0,0,0,1);
}

.cbp-spmenu-right a:hover {
	background: #242424;
	-webkit-box-shadow: inset 20px 0px 20px -20px rgba(0,0,0,1);
	-moz-box-shadow: inset 20px 0px 20px -20px rgba(0,0,0,1);
	box-shadow: inset 20px 0px 20px -20px rgba(0,0,0,1);
}

.cbp-spmenu-vertical {
	width: 200px;
	height: 100%;
	top: 0;
	z-index: 1000;
}

.cbp-spmenu-left a {
	padding: 1em;
	text-align: center;
	margin: 0 auto;
	height: 165px;
	padding-top: 20%;
	line-height: 32px;
	font-size: 13px;
}

.cbp-spmenu-left {
	left: -200px;
	-webkit-box-shadow: inset -20px 0px 20px -20px rgba(0,0,0,1);
	-moz-box-shadow: inset -20px 0px 20px -20px rgba(0,0,0,1);
	box-shadow: inset -20px 0px 20px -20px rgba(0,0,0,1);
}

.cbp-spmenu-right .well:hover {
	background: #242424;
	box-shadow: 20px 0px 20px -20px #000 inset;
}

.cbp-spmenu-right {
	right: -300px;
	-webkit-box-shadow: inset 20px 0px 20px -20px rgba(0,0,0,1);
	-moz-box-shadow: inset 20px 0px 20px -20px rgba(0,0,0,1);
	box-shadow: inset 20px 0px 20px -20px rgba(0,0,0,1);
}

#cbp-spmenu-s1 > a:nth-child(2) {
	padding: 13.5%;
}

.cbp-spmenu-left > a:nth-child(3) > img {
	width: 60px;
}


.cbp-spmenu-left.cbp-spmenu-open {
	left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
	right: 0px;
	width: 300px
}

.cbp-spmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
}

.cbp-spmenu-push-toright {
	left: 200px;
}

.cbp-spmenu-push-toleft {
	left: -300px;
}

.cbp-spmenu,
.cbp-spmenu-push {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media screen and (max-width: 55.1875em){

	.cbp-spmenu-horizontal {
		font-size: 75%;
		height: 110px;
	}

	.cbp-spmenu-top {
		top: -110px;
	}

	.cbp-spmenu-bottom {
		bottom: -110px;
	}

}

@media screen and (max-height: 26.375em){

	.cbp-spmenu-vertical {
		font-size: 90%;
		width: 190px;
	}

	.cbp-spmenu-left,
	.cbp-spmenu-push-toleft {
		left: -190px;
	}

	.cbp-spmenu-right {
		right: -190px;
	}

	.cbp-spmenu-push-toright {
		left: 190px;
	}
}



/***************************/
/*! MOBILE SEARCH SIDEBAR  */
/***************************/


#mobile-search {
	width: 25px; 
	height: 80px; 
	float: right; 
	display: none;
}

.search-link {
	width: 25px; 
	height: 80px; 
	float: right; 
	background: url('../images/icons/nav/search.png') no-repeat scroll right 33px / 25px auto transparent;
}

#showLeftPush {
  font-size: 15px; /* change this */
  margin: 4em auto;
  padding: 2.5em 2em;
  width: 2em;
  height: auto;
}

#showLeftPush span {
  background: #EB9222;
  display: block;
  position: relative;
  -webkit-transform: translate3d(0,0,0);
}

#showLeftPush span,
#showLeftPush span:before,
#showLeftPush span:after {
  width: 100%;
  height: .2em;
  -moz-transition:       all 0.4s;
  -o-transition:         all 0.4s;
  -webkit-transition:    all 0.4s;
  transition:            all 0.4s;
  -webkit-transform: translate3d(0,0,0);
}

#showLeftPush span:before,
#showLeftPush span:after {
  background: #EB9222;
  content: " ";
  margin-top: -.6em;
  position: absolute;
}

#showLeftPush span:after {
  margin-top: .6em;
}

#showLeftPush.on span {
  background: transparent;
}

#showLeftPush.on span:before {
  -moz-transform: rotate(45deg) translate(.5em, .4em);
  -ms-transform: rotate(45deg) translate(.5em, .4em);
  -o-transform: rotate(45deg) translate(.5em, .4em);
  -webkit-transform: rotate(45deg) translate(.5em, .4em);
  transform: rotate(45deg) translate(.5em, .4em);
}

#showLeftPush.on span:after {
  -moz-transform: rotate(-45deg) translate(.45em, -.35em);
  -ms-transform: rotate(-45deg) translate(.45em, -.35em);
  -o-transform: rotate(-45deg) translate(.45em, -.35em);
  -webkit-transform: rotate(-45deg) translate(.45em, -.35em);
  transform: rotate(-45deg) translate(.45em, -.35em);
}



/********************************/
/*                              */
/*         MAIN CONTENT         */
/*                              */
/********************************/


/*****************************/
/*! MAIN CONTENT CONTAINERS  */
/*****************************/


#movielist {
	padding: 0px 5%;
	margin: 0 auto;
	text-align: center;
    max-width: 1680px;
}

article {
	padding: 0;
	margin: 0;
	text-align: center;
	background: #666;
}

footer {
	line-height: 15em;
	text-align: center;
	background: #242424;
	width: 100%;
	margin-top: 40px;
}

shoes {
	line-height: 4em;
	text-align: center;
	background: #292929;
	width: 100%;
	display: block;
}


/****************************/
/*! OPTIONAL ADMIN MESSAGE  */
/****************************/


.admin-message:before {
	background: url('../images/message-icon.png') no-repeat left center / 38px auto transparent;
	content: " ";
	opacity: 0.5;
	position: absolute;
	left: 5%;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	width: 83px;
}

.admin-message {
	padding: 25px;
	margin-bottom: 34px;
	padding-left: 83px;
	position: relative;
	background: url('../images/admin.png') repeat scroll center center transparent;
	color: #939393;
	font-family: Approx;
}




/***********************/
/*! SPOTLIGHT SLIDERS  */
/***********************/


article.slider {
	height: 550px;
	position: relative;
	width: 100%;
}

.watch article.slider {
	height: 650px;
}

.watch .hero {
	height: 560px;
    margin-top: 50px;
	    background-size: cover;
}
#mov-img{

    margin-top: 25px;

}
  .play-movie {
    text-align: center;
    top: 50%;
    position: absolute;
  
    margin-top: -55px;
    margin-left: -55px;
    z-index: 5;
    margin-top: -55px;
    margin-left: -55px;
	    width: 99px;
    height: 99px;
    border: 6px solid #fff;
    left: 50%;
    border-radius: 67%;
	transition: all .2s ease 0s;
}
div#parall:hover .play-movie {
	border-width: 8px;
}
.play-movie:hover {
	border-width: 8px;
	border: 6px solid #3aa992;
	
}
.watch {
	margin-top: 0px !important;
}

.watch-info-background {
	background: -moz-linear-gradient(top,  rgba(18, 18, 18,0) 0%, rgba(18, 18, 18,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(18, 18, 18,0)), color-stop(100%,rgba(18, 18, 18,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(18, 18, 18,0) 0%,rgba(18, 18, 18,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(18, 18, 18,0) 0%,rgba(18, 18, 18,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(18, 18, 18,0) 0%,rgba(18, 18, 18,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(18, 18, 18,0) 0%,rgba(18, 18, 18,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00121212', endColorstr='#121212',GradientType=0 ); /* IE6-9 */
	height: 300px; 
	position: absolute; 
	width: 100%; 
	z-index: 12;
	top: 450px;
}


.spotlight { 
	overflow: auto; 
	height: 500px;
	position: relative;
}
			
.spotlight li { 
 	list-style: none; 
}
		    
.spotlight ul li { 
	float: left; 
}
		    
.spotlight .dots {
   position: absolute;
   right: 5%;
   top: 20px;
   z-index: 16;
   text-align: center;
}
		    
.spotlight .dots li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0px 4px;
	text-indent: -9999em;
	border: 2px solid #FFF;
	border-radius: 6px;
	cursor: pointer;
	opacity: 0.4;
	transition: opacity 0.5s ease 0s;
}
			
.spotlight .dots li.active {
	background: none repeat scroll 0% 0% #FFF;
	opacity: 1;
}


.hero {
	position: relative;
	height: 550px;
}

.hero:after {
	content: " ";
	z-index: 10;
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	margin: 0;
	opacity: 1;
}

.hero:before {
    box-sizing: border-box;
    color: #fff;
    content: " ";
    cursor: pointer;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 12;
}

.hero:hover:before {
    opacity:0.97;
}

.hero2 {
	position: relative;
	height: 550px;
}

.hero2:after {
	content: " ";
	z-index: 10;
	display: block;
	position: absolute;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	margin: 0;
	opacity: 1;
}

.hero2:before {
    position:absolute;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    content: " ";
    width:100%;
    height: 100%;
    color:#fff;
    z-index:12;
    text-align:center;
	background-size: 136px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    cursor: pointer;
}

.hero2:hover:before {
    opacity:0.97;
}

.settings.hero:before {
    display: none;
}

.slider-info-wrapper {
	position: absolute;
	bottom: 0px;
	left: 0; right: 0;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.hero-title {
	max-width: 45%;
	float: left;
	font-size: 24px;
	position: absolute;
	left:0;
	z-index: 20;
	line-height: 32px;
	letter-spacing: 0.75px;
	bottom: 20px;
	color: #EB9222;
}

span.hero-undertitle {
	color: #EB9222;
	font-weight: normal;
	font-size: 15px;
	display: block;
	line-height: 15px;
}

.hero-rating:before {
	content: " ";
	z-index: 10;
	display: block;
	position: absolute;
	height: 25px;
	width: 45px;
	bottom: 0;
	right: 38px;
	padding: 0;
	margin: 0;
	background: url('../images/rating.png') no-repeat scroll left top transparent;
	background-size: 44px;
	float: right;
	text-align: right;
}

.hero-rating {
	max-width: 45%;
	float: left;
	right: 0;
	font-size: 18px;
	color: #EB9222;
	position: absolute;
	z-index: 20;
	letter-spacing: 0.75px;
	text-align: right;
	bottom: 20px;
}
		
																																
/*************************/
/*! MOVIE POSTER IMAGES  */
/*************************/
	

.movie:before {
    position:absolute;
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    content: " ";
	width: 100%;
    height: 100%;
    color:#fff;
    z-index:12;
    text-align:center;
	background: url('../images/playbutton.png') no-repeat scroll center center transparent;
	background-size: 86px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    pointer-events: none;
    margin-top: -23px;
}
	
.movie, .movie img {
	transition: all 0.3s;
	overflow: hidden;
}

.movie:hover:before {
    opacity:0.97;
}
	
.movie:hover .add-to-watchlist {
	opacity: 1;
}

.movie:hover .remove-from-watchlist {
	opacity: 1;
}

.movie:hover .add-show-to-watchlist {
	opacity: 1;
}

.movie:hover .remove-show-from-watchlist {
	opacity: 1;
}
	
.movie:hover img {
	opacity:0.5;
}

@media screen and (min-width: 1025px) {
    
    .movie:hover { 
	    -ms-transform: scale(1.033);
	    -webkit-transform: scale(1.033);
	    transform: scale(1.033);
	}
	
}

.movie:after {
	content: " ";
	display: block;
	height: 50px;
	width: 100%;
	margin: 0;
	background: url('../images/shadow.png') no-repeat top center transparent;
	background-size: 113% 40px;
	margin-top: -6px;
}
	
.cbp-rfgrid .movie:after {
	margin-top: 0px;
}



/*******************************/
/*! LATEST + WATCHLIST SLIDER  */
/*******************************/

	
.slider2Container {
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	height: 320px;
	-webkit-overflow-scrolling: touch;
}

.iosSlider2 {
	position: relative;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100% !important;
	height: 420px;
	padding-top:8px;
	padding-bottom:8px;
	-webkit-overflow-scrolling: touch;
}

.iosSlider2 .slider {
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
}

.iosSlider2 .slider .item {
	float: left;
	width: 190px;
	list-style:none;
	text-align:center;
	/* -webkit-tap-highlight-color: rgba(255, 255, 255, 0); */
	transition: all 0.3s;
	margin-right: 16px;
}

.iosSlider2 .slider .item:first-child {
	margin-left: 0px;
}

.panner {
    position: absolute;
	width: 50px;
    height: 50px;
    top: 45%;
    margin-top: -25px;
    z-index: 12;
    opacity: 0.5;
    transition: all 0.3s;
    cursor: pointer;
}

.panner.active {
    opacity: 0.9;
}

#panLeft {
	left: -5%;
    background: url('../images/previous.png') center center;
}
	
#panRight {
    right: -5%;
    background: url('../images/next.png') center center;
}


@media screen and (min-width: 1440px) {

	#panLeft {
	    left: -4.5%;
	}
	
	#panRight {
	    right: -4.5%;
	}

}



/***********************/
/*! MOVIE SIMPLE GRID  */
/***********************/


.cbp-rfgrid {
	text-align: center;
	margin-left:-1%;
	margin-right:-1%;
	padding: 0;
	list-style: none;
	position: relative;
	width: 102%;
}

.cbp-rfgrid li {
	position: relative;
	float: left;
	overflow: hidden;
	width: 14.6666667%; /* Fallback */
	width: -webkit-calc((100% / 6) - 2%);
	width: calc((100% / 6) - 2%);
	margin: 0px 1%;
    transition: all 0.3s;
}

.cbp-rfgrid li a,
.cbp-rfgrid li a img {
	display: block;
	width: 100%;
	cursor: pointer;
}

.cbp-rfgrid li a img {
	max-width: 100%;
}

.cbp-rfgrid li a div {
	position: absolute;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
    align-items: center;
    text-align: center;
    opacity: 0;
}

.cbp-rfgrid li a:hover div {
	opacity: 1;
}

.cbp-rfgrid li a div h3 {
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.4em;
	letter-spacing: 2px;
	padding: 0 10px;
}

.cbp-rfgrid li.movie:hover { 
    -ms-transform: scale(1.04); /* IE 9 */
    -webkit-transform: scale(1.04); /* Chrome, Safari, Opera */
    transform: scale(1.04);
}


@media screen and (min-width: 1680px) {
	.cbp-rfgrid li {
		width: 12.2857%; /* Fallback */
		width: -webkit-calc((100% / 7) - 2%);
		width: calc((100% / 7) - 2%);
		margin: 0px 1%;
	}
}

@media screen and (max-width: 1190px) {
	.cbp-rfgrid li {
		width: 18%; /* Fallback */
		width: -webkit-calc((100% / 5) - 2%);
		width: calc((100% / 5) - 2%);
		margin: 0px 1%;
	}
}

@media screen and (max-width: 945px) {
	.cbp-rfgrid li {
		width: 23%; /* Fallback */
		width: -webkit-calc((100% / 4) - 2%);
		width: calc((100% / 4) - 2%);
		margin: 0px 1%;
	}
    
    .settings #changeyourpass div,
    .settings #changeyouremail div,
    .settings #changeyourscreenname div {
        width: 49% !important;
        margin-bottom: 20px !important;
    }
    
    .settings #changeyouremail > div:nth-child(1),
    .settings #changeyourpass > div:nth-child(1) > input:nth-child(1),
    .settings #changeyouremail > div:nth-child(1) > input:nth-child(1){
        width: 100%;
    }
   
    .settings #changeyourpass > div:nth-child(1) > input:nth-child(1){
        margin-bottom: 0px !important;
    }
    
    .break-pagination-1 {
        display: none;
    }
    
}

@media screen and (max-width: 660px) {
	.cbp-rfgrid li {
		width: 31.3333333%; /* Fallback */
		width: -webkit-calc((100% / 3) - 2%);
		width: calc((100% / 3) - 2%);
		margin: 0px 1%;
	}

	.cbp-rfgrid .movie:after {
	    height: 40px;
	    background: url('../images/shadow.png') no-repeat scroll center top / 113% 30px transparent;
	}

}

@media screen and (max-width: 480px) {
	.cbp-rfgrid li {
		width: 46%; /* Fallback */
		width: -webkit-calc((100% / 2) - 3%);
		width: calc((100% / 2) - 3%);
		margin: 0px 1.5%;
	}
	
	.cbp-rfgrid .movie:after {
	    height: 30px;
		}

}



/*************************/
/*! MOVIE ADVANCED GRID  */
/*************************/


.grid #movie-grid-wrapper {
	background: transparent; 
	margin-top: 40px;
	width: 100%;
}

.grid .grid-active {
	position: relative; 
	width: 100%; 
	float: left; 
	background-color: #202020; 
	padding: 35px; 
	padding-left: 25px; 
	padding-right: 30px; 
	padding-bottom: 0px; 
	margin-bottom: 40px; 
	border-radius: 16px; 
	width: 98%; 
	margin-left: 1%;
}

.grid .grid-active .movie {
	width: 13.5%; 
	margin-right: 3.5%; 
	max-width: 170px; 
	min-width: 115px;
}

.grid .grid-inactive .movie-grid-list {
	display: none;
}

.grid .grid-active .movie-grid-list {
	display: block;
	float: left; 
	width: 81.5%
}

.grid .grid-inactive .movie-grid-title {
	display: none;
}

.grid .grid-active .movie-grid-title {
	display: block;
	float: left; 
	font-size: 24px; 
	color: #EB9222;
}

.grid .grid-inactive .movie-grid-floater {
	display: none;
}

.grid .grid-active .movie-grid-floater {
	display: block;
	color: #707070; 
	font-size: 14px; 
	margin-top: 8px; 
	float: right; 
	margin-left: 50px; 
	text-transform: uppercase;
}

.grid .grid-active .movie-grid-runtime {
	text-transform: none;
}

.grid .grid-inactive .search-rating-wrapped {
	display: none;
}

.grid .grid-active .search-rating-wrapped {
	display: block;
	float: right; 
	width: 12%;
}

.grid .grid-inactive .search-rating-wrapped p.search-rating {
	display: none;
}

.grid .grid-active .search-rating-wrapped p.search-rating {
	display: block;
	margin-top: 7px; 
	float: right;
}

.grid .grid-active .search-rating-wrapped p.search-rating span {
	color: #EB9222;
}

.grid .grid-inactive .movie-grid-description {
	display: none;
}

.grid .grid-active .movie-grid-description {
	display: block;
	margin-top: 20px; 
	float: left; 
	margin-bottom: 40px;	
}

.grid .grid-inactive .movie-grid-description p {
	display: none;
}

.grid .grid-active .movie-grid-description p {
	display: block;
	font-family: 'Approx'; 
	font-size: 14px; 
	color: #FFFFFF;
}

.grid .grid-inactive .movie-grid-starring {
	display: none;
}

.grid .grid-active .movie-grid-starring {
	display: block;
	font-family: 'Approx'; 
	font-size: 12px; 
	color: #707070; 
	margin-top: 20px;
}

#pagination {
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-top: 30px;
    margin-bottom: 50px;
	padding: 0px 5%;
}
			
#pagination a {
	width: 46px;
	display: block;
	margin: 0.5%;
	display: inline-block;
	text-align: center;
	background: #202020;
	font-size: 13px;
	height: 46px;
	padding-top:13px;
	border-radius: 2px;
}

#pagination a:first-child,
#pagination a:last-child {
	width: auto; 
	padding-left: 20px; 
	padding-right: 20px;
}

#pagination span a:first-child,
#pagination span a:last-child {
	width: 46px;
	padding-left: 0px; 
	padding-right: 0px;
}


#alphabet a {
    width: 2.740740740740749%;
    /*width: 5.84%; */
    display: block;
    margin: 0.5%;
    /*margin: 0.7%; */
    float: left;
    text-align: center;
    background: #242424;
    font-size: 12px;
    height: 40px;
    padding-top:11px;
    border-radius: 3px;
}

#genres a {
    width: auto;
    /*width: 5.84%; */
    display: block;
    margin: 1.188%;
    /*margin: 0.7%; */
    float: left;
    text-align: center;
    background: #242424;
    font-size: 12px;
    height: 40px;
    padding:11px 11px 0px 11px;
    border-radius: 3px;
    text-transform: uppercase;
}

#alphabet a.active,
#genres a.active,
#pagination a.active {
    color: #EB9222;
}

/* #alphabet a:nth-child(15) {		
    margin-left: 0px
}	

#alphabet a:nth-child(14) {		
    margin-right: 0px
}	*/


@media screen and (min-width: 550px) and (max-width: 1024px) {

    #alphabet a {
        width: 5.84%;
        margin: 0.7%;
    }

    #alphabet a:nth-child(15) {		
        margin-left: 0px
    }	

    #alphabet a:nth-child(14) {		
        margin-right: 0px
    }	

}

@media screen and (max-width: 1000px) { 

    .grid .grid-active .movie { 
        position: absolute;
    }

    .grid .grid-active .movie-grid-list {
        margin-left: 160px;
        width: auto;
    }

}

@media screen and (max-width: 750px) { 

    .movie-grid-floater {
        display: none !important;
    }

    .grid .watch-this-button {
        display: none;
    }

    .wrapper-dd {
        display: none;
    }

    .wrapper-ddd {
        display: block !important;
    }

    #ddd {
        min-width: 125px !important;
    }

    #ddd .dropdown {
        width: 150%;
    }

}

@media screen and (max-width: 550px) {

    #alphabet a {
        width: 9%;
        margin: 1.188%;
        font-size: 11px;
    }

    #alphabet a:nth-child(9n+1) {		
        margin-left: 0px;
    }	

    #alphabet a:nth-child(9n) {		
        margin-right: 0px;
    }	
    
    .settings #changeyourpass div,
    .settings #changeyouremail div,
    .settings #changeyourscreenname div {
        width: 100% !important;
        margin-left: 0px !important;
    }
    
    .break-pagination-2 {
        display: none;
    }

}

.watch-this-button {
    opacity: 0.6; 
    font-size: 12px; 
    color: #FFFFFF; 
    height: 36px; 
    width: 100%; 
    padding: 8px 22px; 
    border: 0px none; 
    border-radius: 18px; 
    letter-spacing: 0.5px; 
    font-weight: 400; 
    font-family: Approx; 
    transition: all 0.2s ease 0s; 
    border: 2px solid #FFFFFF;
    width: auto; 
    text-align: center; 
    float: left;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.watch-this-button:hover {
    opacity: 1;
}

.sort-active {
    opacity: 1; 
    border: 2px solid #EB9222; 
    color: #EB9222;
}

#movie-grid-list li {
    color: #707070;
    width: 16%;
    font-family: Approx;
    text-transform: none;
    padding: 0;	  
    margin: 0px;
}

#movie-grid-list li:nth-child(2n) {
    padding: 0px 0px 12px 0px;
    width: 83%;
    font-family: Approx;
    text-transform: none;
    color: #FFF;
}

#sorting {
    width: 100%;
}



/***************************************/
/*! WATCH PAGE PARALLAX SCROLL EFFECT  */
/***************************************/


.watch-info-background {
	 height: 117px;
    top: 0; 
	background: -moz-linear-gradient(top, rgba(18, 18, 18, 0.92) 0%, rgba(18, 18, 18,1) 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(18, 18, 18, 0.92)), color-stop(100%,rgba(18, 18, 18,1))) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(18, 18, 18, 0.92) 0%,rgba(18, 18, 18,1) 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(18, 18, 18, 0.92) 0%,rgba(18, 18, 18,1) 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(18, 18, 18, 0.92) 0%,rgba(18, 18, 18,1) 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom, rgba(18, 18, 18, 0.92) 0%,rgba(18, 18, 18,1) 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb121212', endColorstr='#121212',GradientType=0 ) !important; /* IE6-9 */
	z-index: 15;
}

.watch #slider.parallax {
	z-index: 5; 
	overflow: hidden; 
	/*height: 750px;*/	
	margin-bottom: 90px;
}

.watch #parallax {
	background-size: cover; 
	background-position: center 2%; 
	height: 750px;
      
}



/********************************/
/*! WATCH PAGE VIDEO CONTAINER  */
/********************************/


.watch #slider.videostream {
	position: absolute; 
	top: 0; 
	background: #121212;
}

.watch #container_wrapper {
	position: relative; 
	display: block; 
	width: 100%; 
	height: 600px; 
	background-color: #121212;
	 margin-top: 120px;
}

.watch #container_wrapper div#container {
    height: 100%;
}
.watch #container_jwpsrv {
	position: absolute; 
	top: 0px; 
	z-index: 10;
}



/****************************/
/*! WATCH PAGE DESCRIPTION  */
/****************************/


.watch .floating-movie {
	position: relative; 
	float: left; 
	width: 15%; 
	min-width: 70px;
	max-width: 170px; 
	margin-top: -115px; 
	z-index: 16;
}

.watch #movie-description-wrapper {
	background: #121212; 
	max-width: 100%;
	    margin-top: 56px;
}

.watch #movie-description-box {
	position: relative; 
	float: right; 
	margin-left: 2.5%; 
	width: 26%; 
	margin-top: -120px; 
	z-index: 16; 
	text-transform: uppercase; 
	font-size: 36px; 
	color: #EB9222; 
	letter-spacing: 0.5px; 
	background-color: rgba(36,36,36,1); 
	padding: 1.25% 2.5%; 
	border-radius: 5px;
}

.sticky #description-ul td {
    margin-left: -1px; 
}

.watch #description-ul {
	font-family: 'Approx'; 
	font-size: 13px; 
	text-transform: none; 
	color: #FFFFFF; 
	width: 100%;
}

.watch .settings-button {
	opacity: 0.6; 
	font-size: 12px; 
	color: #FFFFFF; 
	height: 36px; 
	padding: 8px; 
	padding-top: 9px;
	margin-top: 44px; 
	border: 0px none; 
	border-radius: 18px; 
	letter-spacing: 0.5px; 
	font-weight: 400; 
	font-family: 'Approx'; 
	transition: all 0.2s ease 0s; 
	border: 2px solid #FFFFFF;
	text-align: left; 
	float: left;					
}
					
.watch .settings-button:hover {
	opacity: 1;
}
					
.watch #server-button {
	background: url('../images/icons/drop-down.png') no-repeat scroll right 11px center / 12px auto; 
	padding-left: 44px; 
	width: 38.8%;
	text-transform: uppercase;
	margin-bottom: 50px;
    z-index: 22;
}

.watch #download-button {
   background: url("https://cdn1.iconfinder.com/data/icons/hawcons/32/698975-icon-129-cloud-download-256.png") no-repeat scroll 14px center / 28px auto rgba(0, 0, 0, 0);
    margin-bottom: 50px;
    margin-left: 3.65%;
    min-width: 23%;
    padding-left: 44px;
    width: 25%;
    cursor: pointer;
}
					
.watch #quality-button {
	background: url('../images/icons/buttons/hd.png') no-repeat scroll 10px center / 28px auto, url('../images/icons/drop-down.png') no-repeat scroll right 11px center / 12px auto; 
	margin-left: 3.65%; 
	width: 23%; 
    min-width: 23%;
	padding-left: 44px; 
	text-transform: none;
	margin-bottom: 50px;
}
					
.watch #subtitle-button {
	background: url('../images/icons/buttons/plus.png') no-repeat scroll 14px center / 16px auto; 
	margin-left: 3.65%; 
	width: 30.9%; 
	padding-left: 42px; 
	position: relative;
	margin-bottom: 50px;
}

.watch #quality-button i,
.watch #server-button i {
    margin-left: -28px;
}

.watch #quality-button i img,
.watch #server-button i img {
    width: 16px;
}

.watch #quality-button .dropdown b i,
.watch #server-button .dropdown b i {
    margin-left: 0px;
}

.watch #quality-button .dropdown b i img,
.watch #server-button .dropdown b i img {    
    margin-top: 1px;
}
					
.watch .upload-subtitles {
	opacity: 0; 
	margin-left: -10%; 
	position: absolute; 
	max-width: 80%;
}
					
.watch .server-free-span {
	opacity: 0.5;
    text-transform: uppercase;
}

.watch .settings-span {
	opacity: 0.5;
}
					
.watch .server-percentage {
    display: none;
}

.dropdown .server-percentage {
    margin-right: 0px;
	float: right; 
    display: block;
}

.watch #description-ul td {
	float: left;
	width: 100%;
}
					
.watch #description-ul li:nth-child(2n) {
	margin: 9px 0px;
	width: 64%;
	float: left;
	padding-top: 2px;
	color: #FFF;
	font-family: Approx;
	text-transform: none;
}

.watch #description-ul li {
	color: #707070;
	width: 36%;
	font-family: 'Oswald';
	text-transform: uppercase;
	margin: 9px 0px;	
	float: left;			
}

.watch .hero:before {
	background-position: center 40% !important;
}

.watch .form-input {
	font-size: 13px;
	color: #BCBCBC;
	height: 36px;
	width: 100%;
	padding: 6px 15px;
	border: 0px none;
	border-radius: 17px;
	letter-spacing: 0.5px;
	font-weight: 400;
	font-family: "Approx";
	transition: all 0.2s ease 0s;
	margin-bottom: 12px;
}

.watch .form-input:focus {
	color: #666;
}

.watch #movie-description {
	position: relative; 
	float: left; 
	margin-left: 3.5%; 
	width: 53%; 
	margin-top: -120px; 
	z-index: 16; 
	text-transform: uppercase; 
	font-size: 36px; 
	color: #EB9222; 
	letter-spacing: 0.5px;
}

.watch .movie-title {
	position: relative; 
	float: left; 
	margin-top: 6px; 
	width: 81.5%; 
	text-overflow: ellipsis; 
	white-space: nowrap; 
	overflow: hidden;
}

.watch .rating-float-wrapper {
	float: right; 
	margin-top: 8px; 
	margin-left: 2.5%; 
	width: 10%;
}

.watch #movie-description-paragraph {
	position: relative; 
	float: left; 
	margin-top: -50px; 
	margin-left: 3.5%; 
	width: 53%; 
	z-index: 16; 
	font-size: 36px; 
	color: #EB9222; 
	letter-spacing: 0.5px;
    z-index: 17;
}

.watch .movie-summary {
	font-family: 'Approx'; 
	font-size: 14px; 
	color: #FFFFFF;
}

.watch .movie-starring {
	 font-family: 'Approx';
    font-size: 12px;
    color: #eb9222;
    margin-top: 20px;
    line-height: 17px;
}


/**********************************/
/*! WATCH TV-SERIES PAGE SEASONS  */
/**********************************/


main.settings {
    overflow: hidden;
    height: 100%;
}

.watch #season-wrapper {
    position: relative;
	line-height: normal; 
	padding: 0px 5%; 
	padding-bottom: 2.5%; 
	background: #121212;
}

.watch .season-inner-wrap {
	padding: 35px 0px;
	width: 100%;
}

.lecontainer {
    width: 100%;
    height: auto;
    margin-bottom: 100px;
}

.season-headline {
	font-size: 24px; 
	color: #EB9222; 
	float: left;
	font-family: 'Oswald';
    margin-bottom: 10px;
}

#improved {
    width: 100%;
    margin-bottom: 50px;
}

/*
#improved:nth-child(even) {
    width: 48%;
    float: right;
    margin-bottom: 50px;
}
*/

#improved li {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}

.head {
    display: block;
    padding: 14px 40px 14px 20px;
    color: #FFF;
    font-size: 13px;
    text-transform: uppercase;
    background: url('../images/icons/drop-right.png') #242424;
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: calc(100% - 20px) 18px;
    border-radius: 5px;
    cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: color 0.4s; 
}

a.head:hover {
    color: #FFF;
}

#improved .content { 
    display: none;
    background: #121212;
    padding: 20px 20px 0px;
    font-family: 'Approx', sans-serif;
    letter-spacing: 0.5px;
    font-size: 14px;
    position: relative;
}

#improved .login { 
    display: visible;
    background: #121212;
    padding: 20px 20px 0px;
    font-family: 'Approx', sans-serif;
    letter-spacing: 0.5px;
    font-size: 14px;
    position: relative;
}

#improved .playpic {
    float: left;
    position: relative;
}

#improved .playpic:hover {
    transform: scale(1.05);
}

#improved .playpic img {
    height: 100px;
    width: 150px;
}

.series #improved .content p { 
    position: absolute;
    width: calc(100% - 210px);
    right: 0;
}

.head span {
    display: inline-block;
    margin-right: 124px;
    color: #707070;
    width: 64px;
}

.head.active {
    background: url('../images/icons/drop-down-active.png') #242424;
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: calc(100% - 20px) 22px;
    color: #EB9222 !important;
}

.settings #improved .content p {
    margin-top: 0px !important;
}

.settings #improved .content p {
    position: relative; 
    margin-left 0px; 
    margin-bottom: 40px;
}

.settings #improved .login p {
    position: relative; 
    margin-left 0px; 
    margin-bottom: 40px;
}

.settings #changeyourscreenname > div {
    float: left; 
    width: 33%; 
    margin-bottom: 40px;
}

.settings #changeyourscreenname input.namefield {
    background: #FFF; 
    width: 100%; 
    text-align: left; 
    color: #121212; 
    opacity: 1; 
    cursor: text; 
    text-transform: uppercase;
}

.settings input.sendit {
    background: transparent; 
    text-transform: uppercase; 
    margin-bottom: 40px;
}

.settings input.senditin {
    background: transparent; 
    text-transform: uppercase; 
    margin: 40px 0px;
}

.settings #server-button {
    margin-top: 0px !important;
}

.settings #server-button {
    margin-left: 0px !important;
}

.settings #changeyourpass div:nth-child(1) {
    width: 100%; 
    margin-bottom: 20px;   
}

.settings #changeyourpass div:nth-child(2) {
    float: left; 
    width: 33%;
}

.settings #changeyourpass div:nth-child(3) {
    float: left; 
    width: 33%; 
    margin-left: 2%; 
    margin-bottom: 40px;
}

.settings input.namefield {
    background: #FFF; 
    width: 33%; 
    text-align: left; 
    color: #121212; 
    opacity: 1; 
    cursor: text;
}

.settings #changeyourpass > div:nth-child(2) > input {
    width: 100%;
}

.settings #changeyourpass > div:nth-child(3) > input {
    width: 100%;
}

.settings #changeyourpass input.sendit {
    background: transparent; 
    text-transform: uppercase; 
    margin-bottom: 40px;
}

.settings #changeyouremail div:nth-child(1) {
    width: 100%; 
    margin-bottom: 20px;   
}

.settings #changeyouremail div:nth-child(2) {
    float: left; 
    width: 33%;
    margin-bottom: 40px;
}

.settings #changeyouremail div:nth-child(3) {
    float: left; 
    width: 33%;
    margin-left: 2%;
    margin-bottom: 40px;
}

.settings #changeyouremail > div:nth-child(2) > input {
    width: 100%;
}

.settings #changeyouremail > div:nth-child(3) > input {
    width: 100%;
}

.settings .premium-status.negative {
    font-size: 20px; 
    font-family: 'Oswald'; 
    color: #E51E01;
}

.settings .premium-status.positive {
    font-size: 20px; 
    font-family: 'Oswald'; 
    color: #30AD23;
}


#improved .seen {
    opacity: 0.5;
}

#improved .seen span:after {
    content: "";
    display: inline;
    position: absolute;
    background: url('../images/icons/viewed.png') no-repeat scroll center / 16px auto transparent;
    margin-top: 1px;
    height: 20px;
    width: 20px;
    margin-left: 10px;
    opacity: 0.6;
}


.playpic:before {
    position:absolute;
    opacity:0;
    transition: all 0.5s;

    -webkit-transition: all 0.5s;
    content: " ";
	width: 100%;
    height: 100%;
    color:#fff;
    z-index:12;
    text-align:center;
	background: url('../images/playbutton.png') no-repeat scroll center center transparent;
	background-size: 56px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    pointer-events: none;
    margin-top: -19px;
}


.playpic:after {
	content: " ";
	display: block;
	height: 50px;
	width: 100%;
	margin: 0;
	background: url('../images/shadow.png') no-repeat top center transparent;
	background-size: 113% 40px;
	margin-top: -15px;
}
	
.playpic, .playpic img {
	transition: all 0.3s;
	overflow: hidden;
}

.playpic:hover:before {
    opacity:0.97;
}



/*************************/
/*! WATCH PAGE COMMENTS  */
/*************************/


.watch #comment-wrapper {
	line-height: normal; 
	padding: 0px 5%; 
	padding-bottom: 2.5%; 
	background: #242424;
}

.watch .comment-inner-wrap {
	padding: 35px 0px;
	width: 100%;
}

.watch h2.comments-headline {
	font-size: 24px; 
	color: #EB9222; 
	float: left;
	font-family: 'Oswald';
}

.watch h2.write-comments-headline {
	font-size: 24px; 
	color: #FFFFFF; 
	float: right;
	font-family: 'Oswald';
}

.watch .comment-inner-wrap img {
	float: right; 
	height: 32px; 
	margin-left: 24px;
}

.watch .comments-wrap {
	position: relative; 
	border-radius: 16px; 
	padding: 32px; 
	background: #121212;
	margin-top: 25px;
	margin-left: 0px !important;
}

.watch .comments-wrap:first-child {
	margin-top: 0px;
}

.watch .avatar-img {
	position: absolute; 
	width: 120px;
}

.watch .avatar-img img {
	border-radius: 50em; 
	width: 100px;
}

.watch .comment-username {
	margin-left: 130px !important; 
	font-size: 22px; 
	color: #EB9222;
}

.watch .comment-date {
	font-size: 13px; 
	color: #707070; 
	float: right; 
	margin-top: 7px;
}

.watch .comment {
	font-family: 'Approx'; 
	font-size: 14px; 
	display: block; 
	color: #707070; 
	margin-top: 20px;
}

.watch .reply-button {
	width: 105px; 
	background: url('../images/icons/buttons/reply.png') no-repeat scroll 14px center / 16px auto; 
	text-align: left; 
	padding-left: 40px; 
	float: right; 
	margin-left: 15px; 
	margin-top: 32px;
}

.watch .comment-rating {
	text-align: left; 
	float: left; 
	margin-top: 32px; 
	letter-spacing: 2px;
}

.watch .positive-rating {					
	color: #5AA221; 
}

.watch .negative-rating {					
	color: #A20C0D; 
}

.watch .seperator {
	color: #303030; 
	font-weight: lighter;
}

.watch .thumbs-up {
	width: 32px; 
	background: url('../images/icons/buttons/thumbs-up.png') no-repeat scroll center center / 16px auto; 
	text-align: left; 
	float: left; 
	margin-top: 32px;
	opacity: 0.5;
	transition: all 0.3s ease;
}

.watch .thumbs-down {
	width: 32px; 
	background: url('../images/icons/buttons/thumbs-down.png') no-repeat scroll center center / 16px auto; 
	text-align: left; 
	float: left; 
	margin-top: 32px;
	opacity: 0.5;
	transition: all 0.3s ease;
}

.watch .thumbs-down:hover,
.watch .thumbs-up:hover {
	opacity: 1;
}

.watch .comments-reply-wrap {
	border-radius: 16px; 
	padding: 32px;
	background: #121212; 
	float: right; 
	margin-top: 25px;
}



/************************/
/*! MISC FORM DROPDOWN  */
/************************/

.watch-this-button {
	opacity: 0.6; 
	font-size: 12px; 
	color: #FFFFFF; 
	height: 36px; 
	width: 100%; 
	padding: 8px 22px; 
	border: 0px none; 
	border-radius: 18px; 
	letter-spacing: 0.5px; 
	font-weight: 400; 
	font-family: Approx; 
	transition: all 0.2s ease 0s; 
	border: 2px solid #FFFFFF;
	width: auto; 
	text-align: center; 
	float: left;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}

.watch-this-button:hover {
	opacity: 1;
}

.sort-active {
	opacity: 1; 
	border: 2px solid #EB9222; 
	color: #EB9222;
}

#movie-grid-list li {
	color: #707070;
	width: 16%;
	font-family: Approx;
	text-transform: none;
	padding: 0;	  
	margin: 0px;
}
		
#movie-grid-list li:nth-child(2n) {
	padding: 0px 0px 12px 0px;
	width: 83%;
	font-family: Approx;
	text-transform: none;
	color: #FFF;
}

#sorting {
	width: 100%;
}


.wrapper-demo {
    *zoom: 1; 
    font-weight: 400;
}

.wrapper-demo:after {
    clear: both;
    content: "";
    display: table;
}

.wrapper-dropdown-5 {
    /* Size & position */
    float: right;
    position: relative;
    margin: 0 auto;
    z-index: 21;
    cursor: pointer;
    
    /* Styles */
	opacity: 0.6; 
	font-size: 12px; 
	color: #FFFFFF; 
	height: 36px; 
	width: 100%; 
	padding: 8px 20px; 
	border: 2px solid #FFFFFF;
	border-radius: 18px; 
	letter-spacing: 0.5px; 
	font-weight: 400; 
	font-family: 'Approx'; 
	transition: all 0.2s ease 0s; 
	width: auto; 
	min-width: 185px;
    text-transform: uppercase;
	background: url('../images/icons/drop-down.png') no-repeat scroll right 11px center / 12px auto; 
}

.wrapper-dropdown-5:hover {
	opacity: 1;
}

.wrapper-dropdown-5 .dropdown {
    /* Size & position */
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;

    /* Styles */
    background: rgba(32, 32, 32, 0.97);
    border-radius: 6px;
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    /* Hiding */
    max-height: 0;
    overflow: hidden;
    margin-top: 20px;
}

.wrapper-dropdown-5 .dropdown li {
    padding: 0 16px;
}

.wrapper-dropdown-5 .dropdown li b {
    display: block;
    text-decoration: none;
    color: #909090;
    padding: 20px 0;
    transition: all 0.3s ease-out;
    border-bottom: 1px solid #303030;
    cursor: pointer;
}

.wrapper-dropdown-5 .dropdown li.active b {
    color: #FFF !important;
    cursor: default;
}

.wrapper-dropdown-5 .dropdown li:last-of-type b {
    border: none;
}
.wrapper-dropdown-5 i,
.wrapper-dropdown-5 .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */

.wrapper-dropdown-5 .dropdown li:hover b {
    color: #EB9222;
}

/* Active state */

.wrapper-dropdown-5.active {
	border: 2px solid #EB9222; 
	color: #EB9222 !important;
    box-shadow: none;
    color: white;
    opacity: 1;
    background: url('../images/icons/drop-down-active.png') no-repeat right 11px center / 12px auto transparent !important;
}

.wrapper-dropdown-5.active:after {
    border-color: #EB9222 transparent;
}

.wrapper-dropdown-5.active .dropdown {
    max-height: 700px;
    max-height: 50vh;
    overflow: scroll;
}

.add-to-watchlist {
	opacity: 0;
	background: url('../images/add.png') no-repeat scroll left top / 100% auto transparent;
	width: 35% !important;
	height: 20% !important;
	position: absolute;
	z-index: 12;
	transition: all 0.3s ease;
	overflow: visible;
	cursor: pointer;
}

.remove-from-watchlist {
	opacity: 0;
	background: url('../images/del.png') no-repeat scroll left top / 100% auto transparent;
	width: 35% !important;
	height: 20% !important;
	position: absolute;
	z-index: 12;
	transition: all 0.3s ease;
	overflow: visible;
	cursor: pointer;
}

.add-show-to-watchlist {
	opacity: 0;
	background: url('../images/add.png') no-repeat scroll left top / 100% auto transparent;
	width: 35% !important;
	height: 20% !important;
	position: absolute;
	z-index: 12;
	transition: all 0.3s ease;
	overflow: visible;
	cursor: pointer;
}

.remove-show-from-watchlist {
	opacity: 0;
	background: url('../images/del.png') no-repeat scroll left top / 100% auto transparent;
	width: 35% !important;
	height: 20% !important;
	position: absolute;
	z-index: 12;
	transition: all 0.3s ease;
	overflow: visible;
	cursor: pointer;
}


/**************************************/
/*!         ACCOUNT SETTINGS          */
/**************************************/



#improved h2 {
    text-transform: uppercase;
}

#server-location-form {
    text-transform: uppercase;
}

#server-location-form input[type="radio"] {
    margin: 5px 12px 5px 0;
}

#server-location-form input[disabled] {
    margin: 5px 16px 5px 0;
}



/***************************************/
/*! MEDIA QUERIES (RESPONSIVE DESIGN)  */
/***************************************/


@media screen and (max-width: 1024px){

	.hero:before {
	    opacity: 0.9;
	}	
	
    .movie:before {
        display: none;
    }
    
	.add-to-watchlist {
		opacity: 1 !important;
	}
	
	.remove-from-watchlist {
		opacity: 1 !important;
	}
	
	.add-show-to-watchlist {
		opacity: 1 !important;
	}
	
	.remove-show-from-watchlist {
		opacity: 1 !important;
	}
	
	.panner {
		display: none;
	}
	
    .slider .movie:hover:before {
	    opacity:0;
	}

	.hero:before {
	    background: url('../images/playbutton.png') no-repeat scroll center center / 112px auto transparent;
	}

	.watch article.slider {
		height: 650px;
	}
	
	.watch .hero {
		height: 650px;
	}
	
	.watch-info-background { 
		 height: 130px;
    top: 0;
	}

	.iosSlider2 .slider .item {
		width: 150px;
		margin-right: 5px;
	}
	
	.slider2Container,
	.iosSlider2 { 
		height: 260px;
	}

	#menu {
		display: none;
	}
	
	#collapse-menu {
		width: 33%;
		display: block;
	}
	
	#logo {
		width: 33% !important;
		float: none;
		float: left;
	}
	
	#logo h1 {
		text-align: center;
		margin: 0 auto;
	}
	
	header {
		height: 90px;
	}
	
	.gradient-header {
		height: 130px;
	}
	
	.before-gradient-header-remove {
		height: 90px;
	}
	
	header #logo h1 img {
    	margin-top: 26px;
    	max-width: 130px;
	}
	
	#collapse-menu {
	    padding-top: 20px;
	}
	
	.form-group {
		width: 80%;
		float: right;
	}
	
	.form-group2 {
		width: 100%;
		padding: 0px 10%;
		margin-top: 0px;
	}
	
	.fixed-top {
		margin-top: 90px;
	}
	
	#search-outer {
		display: none;
	}
	
	#search-outer2 {
		width: 100%;
	}

	#mobile-search {
		width: 32%;
		display: block;
	}
	
	#search2 {
		margin-top: 31px;
	}
	
	#results2 {
		margin-top: 26px;
	}
	
	.well .span_8 {
		width: 70%;
	}
    
    .playpic:before {
        opacity: 0.97;
    }

}


@media screen and (max-width: 460px){ 

	.watch-info-background {
	    height: 90px;
    top: 0 !important;
	}

	.hero:before {
	    background: url('../images/playbutton.png') no-repeat scroll center center / 96px auto transparent;
	}
	
	.watch #slider.parallax {
		height: 550px;		
	}
	
	.watch article.slider {
		height: 450px;
	}
	
	.watch #parallax {
		height: 550px;		
	}
	
	.watch .hero {
		height: 450px;
	}
	
	.watch-info-background { 
		top: 150px;
	}
	
	.slider2Container,
	.iosSlider2 { 
		height: 210px;
	}
	
	article.gutters > h1:nth-child(1) {
		font-size: 20px !important;
	}
	
	.iosSlider2 .slider .item {
		width: 115px;
		margin-right: 5px;
	}
	
	#collapse-menu-wrapper2 {
		display: none;
	}
	
	#collapse-menu {
		width: 25%;
	}
	
	#mobile-search {
		width: 25%;
	}
	
	#logo {
		width: 50% !important;		
	}
	
	.hero-title {
		max-width: 100%;
	}
	
	.hero-rating {
		display: none;
	}
	
	article.slider {
    	height: 400px;
    }
	
	.hero {
    	height: 400px;
    }
	
}


@media screen and (min-width: 650px) and (max-width: 1200px){

	.watch #movie-description-box {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 60px;
	}
	
	.watch #movie-description { 
		width: 81.5%;
	}
	
	.watch #movie-description-paragraph {
		width: 81.5%;
	}
	
	.watch #description-ul {
		width: 100%;
	}
	
	.watch #description-ul td {
		width: 20%;
		float: left;
		display: block;
	}
	
	.watch #description-ul li:nth-child(2n) {
		-webkit-column-break-inside: avoid;
		max-width: 100%;
		width: 100%;
		display: inline;
	}
	
	.watch #description-ul li {
		width: 100%;					
	}

}

@media screen and (max-width: 850px) {
	
	.watch #server-button {
		margin-left: -23%;
	    width: 45.8%;
	}
	
	.watch #quality-button {
	    width: 31%;
	}
	
	.watch #subtitle-button {
	    width: 38.9%;
    }
    
    
    #improved {
        width: 100%;
        float: none;
        margin-bottom: 50px;
    }

    #improved:nth-child(even) {
        width: 100%;
        float: none;
        margin-bottom: 50px;
    }
	
}

@media screen and (max-width: 700px) {
	

	.watch .avatar-img {
	    position: absolute;
	    width: 45px;
	}
	
	.watch .comment-username {
		margin-left: 0px !important;
	}
	
	.watch .comment-floatwrapper {
		margin-left: 60px !important;
		margin-top: -4px;
	}
	
	.watch .comment-date {
		font-size: 11px;
		float: none;
		display: block;
		margin-top: -2px;
	}
	
	.watch .comment {
	    margin-top: 25px;
	}
	
	.watch .reply-button {
		margin-left: 0px;
		margin-top: 28px;
	}
	
	.watch .comment-rating {
		font-size: 18px;
		margin-right: 6px;
	}
	
	.watch .seperator {
		margin-left: 8px;
	}

	.watch #movie-description { 
		font-size: 24px;
	}
	
	.watch #movie-description-paragraph {
		margin-top: -65px;
	}
	
	.watch .rating-float-wrapper {
	    margin-top: 6px;
	}
	
	.watch .thumbs-up,
	.watch .thumbs-down {
	    width: 30px;
	    background-size: 14px;
	    margin-top: 28px;
    }
	
 	.watch #server-button {
	    margin-bottom: 50px;
		width: 69%;
	} 
	
	
	.watch #quality-button {
		width: 49%;
	    float: right;
	    margin-bottom: 50px;
	}
	
	
	.watch #subtitle-button {
		display: none;
    }
	
}

@media screen and (max-width: 650px){
	
	.watch #description-ul li img {
		height: 30px !important;
	}
	
	.watch #movie-description-box {
		width: 100%;
		margin-top: 0px;
		margin-bottom: 60px;
		padding: 5% 7.5%;
	}
	
	.watch #description-ul li {
	    width: 46%;
	}
	
	.watch #description-ul li:nth-child(2n) {
	    max-width: 54%;
	}
	
	.watch #movie-description { 
		width: 81.5%;
	}
	
	.watch #movie-description-paragraph {
		width: 81.5%;
	}
	
}

@media screen and (max-width: 550px) {

	.watch #movie-description-paragraph {
	    margin-left: 0px;
	    margin-top: -15px;
	    float: right;
	    width: 100%;
	}
	
	.watch .rating-float-wrapper {
	    float: left !important;
	    width: auto !important;
		clear: both;
		margin-left: 75px !important;
	    margin-top: -5px !important;
	}  
	
	.watch #movie-description { 
		width: 100%;
		margin-top: -150px;
	}

	.watch .movie-title {
		width: 100%;
		margin-left: 75px;
		max-width: calc(97% - 75px);
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    overflow: hidden;
	}
							
	/* watch .movie-title {
	    position: relative;
	    float: left;
	    margin-top: 6px;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    overflow: hidden;
	    width: 61.5%;
	    margin-left: 105px;
	} */
							
	.watch #server-button {
		margin-left: 0px;
		width: 100%;
		margin-bottom: 20px;
	}
							
	.watch #quality-button {
		margin-left: 0px;
		width: 100%;
		margin-bottom: 50px;
		margin-top: 0px;
	}		
												
}

@media screen and (max-width: 500px) {

    .head span {
        margin-right: 16px;
        color: #707070;
        width: 64px;
    }
    
    #improved .playpic {
        float: none;
        position: relative;
        clear: both;
        width: 150px;
    }
    
    #improved .content p {
        width: 100%;
        position: relative;
        margin-top: -20px;
        margin-bottom: 20px;
    }
    
    .playpic:before {
        background: url('../images/playbutton.png') no-repeat scroll center center / 52px auto transparent;
    }
    
    #improved .seen span:after {
        display: none;
    }
    
}

@media screen and (max-width: 350px) {

    .head span {
        margin-right: 8px;
        width: 36px;
    }
    
    #improved ep {
        display: none;
    }

    
	.watch .seperator {
		display: none;
	}
}













#plans,#plans ul,#plans ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#plans .plan {
	background: #242424;
	float: left;
	width: 100%;
	text-align: center;
	border-radius: 5px;
	margin: 0 0 20px 0;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.planContainer .title {
    text-align: center;
    margin: 0 auto;
    background: url('../images/login-background.jpg');
    background-size: cover;
}

.planContainer .title h2 {
	font-size: 30px;
    font-family: 'Oswald';
    text-transform: uppercase;
	color: #fff;
	margin: 0;
    text-align: center;
    padding-top: 20px;
}

.planContainer .title h3 {
	font-size: 16px;
    font-family: 'Oswald';
    text-transform: uppercase;
	color: #fff;
	padding: .6em 0;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 20px;
    opacity: 0.6;
}

.planContainer .price p {

	color: #EB9222;
    font-family: 'Oswald';
    text-transform: uppercase;
	font-size: 16px;
    vertical-align: middle;
	font-weight: 500;
	height: 65px;
	line-height: 80px;
	margin: 0 0 1em;
	text-align: center;
    width: 100% !important;
    position: relative !important;
}

.planContainer .price p span {
    font-size: 36px;
    vertical-align: bottom;
    padding: 0px 2px;
}

.planContainer .small-ed {
    font-size: 9px;
    opacity: 0.6;
    font-family: 'Approx';
    padding: 20px 20px !important;
}


.planContainer .options {
	margin-top: 10em;
    font-family: 'Approx';
    font-size: 14px;
}

.planContainer .options li {
	font-weight: 700;
	color: #FFF;
    padding: 16px 20px 16px 20px !important;
	text-align: center;
    border-top: 1px solid rgba(255,255,255,0.05);
}

.planContainer .options li:last-child {
    padding-bottom: 0px !important;
}

.planContainer .button {
    text-align: center;
    margin: 0 auto;
}

.planContainer .button a {
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    width: 50%;
    margin: 3em auto 1.8em;
    opacity: 0.6;
    font-size: 12px;
    color: #FFF;
    padding: 9px 8px 8px;
    border-radius: 18px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-family: 'Approx';
    border: 2px solid #FFF;
	text-align: center;
}

    .planContainer .button a:hover {
        opacity: 1;
    }

@media screen and (max-width: 1024px) {

    #plans .plan {
        width: 49%;
        margin: 0 2% 20px 0;
    }

    #plans > li:nth-child(2n) {
        margin-right: 0;
    }

}

@media screen and (min-width: 1025px) {

    #plans .plan {
        width: 31.1%;
        margin: 0 3.33% 20px 0;

        -webkit-transition: all .25s;
           -moz-transition: all .25s;
            -ms-transition: all .25s;
             -o-transition: all .25s;
                transition: all .25s;
    }
    

#plans .plan:nth-child(2) {
    transform: scale(1.04);
}

    #plans > li:last-child {
        margin-right: 0;
    }

    #plans .plan:hover {
        -webkit-transform: scale(1.04);
           -moz-transform: scale(1.04);
            -ms-transform: scale(1.04);
             -o-transform: scale(1.04);
                transform: scale(1.04);
    }

    .planContainer .button a {
        -webkit-transition: all .25s;
           -moz-transition: all .25s;
            -ms-transition: all .25s;
             -o-transition: all .25s;
                transition: all .25s;
    }

}


@media screen and (max-width: 568px) {

    #plans .plan {
        width: 100%;
        margin: 0 2% 20px 0;
    }

    #plans > li:nth-child(2n) {
        margin-right: 0;
    }

}