
/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

 /* ==========================================================================
   LOADS FONTS
   ========================================================================== */
@font-face {
    font-family: 'Hermes';
    src: url("../_fonts/hermes-black-webfont.eot");
    src: url("../_fonts/hermes-black-webfont.eot?#iefix") format("embedded-opentype"), url("../_fonts/hermes-black-webfont.woff") format("woff"), url("../_fonts/hermes-black-webfont.ttf") format("truetype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: 'Hermes';
    src: url("../_fonts/hermes-bold-webfont.eot");
    src: url("../_fonts/hermes-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../_fonts/hermes-bold-webfont.woff") format("woff"), url("../_fonts/hermes-bold-webfont.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'Hermes';
    src: url("../_fonts/hermes-regular-webfont.eot");
    src: url("../_fonts/hermes-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../_fonts/hermes-regular-webfont.woff") format("woff"), url("../_fonts/hermes-regular-webfont.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: 'Hermes';
    src: url("../_fonts/hermes-thin-webfont.eot");
    src: url("../_fonts/hermes-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../_fonts/hermes-thin-webfont.woff") format("woff"), url("../_fonts/hermes-thin-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}

@font-face {font-family: 'ShimmerBoldOT';src: url('../_fonts/2F7D2D_0_0.eot');src: url('../_fonts/2F7D2D_0_0.eot?#iefix') format('embedded-opentype'),url('../_fonts/2F7D2D_0_0.woff2') format('woff2'),url('../_fonts/2F7D2D_0_0.woff') format('woff'),url('../_fonts/2F7D2D_0_0.ttf') format('truetype');}


@font-face {font-family: 'ShimmerOT';src: url('../_fonts/2F7D2D_1_0.eot');src: url('../_fonts/2F7D2D_1_0.eot?#iefix') format('embedded-opentype'),url('../_fonts/2F7D2D_1_0.woff2') format('woff2'),url('../_fonts/2F7D2D_1_0.woff') format('woff'),url('../_fonts/2F7D2D_1_0.ttf') format('truetype');}


.fb{
    font-family:'Hermes FB';
}
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.2;
    box-sizing: border-box;
    font-family: 'Hermes';
    -webkit-font-smoothing: antialiased;
}

html, body{
    height:100%;
}

.index-holder {
	height:100%;
	min-width:994px;
}

.logo_full_width_container, .nav_full_width_container {
	min-width:994px;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles

    .container
    position: relative;
    width: 930px;
    height: auto;
    padding-left: 25px;
    padding-right: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;

    colors:


   ========================================================================== */


.test{
    background-color:blue;
}

.login-link, .register-link, .search-header a {
	cursor:pointer;
	color:white;
	text-decoration:none;
}

.wppb-default-display-name-publicly-as {
	display:none;
}

.wppb-front-end-logout {
	display:inline-block;
}

.teal {
    color:rgb(0, 176, 141) !important;
}

.teal_background{
    background-color: rgb(0, 176, 141);
}

a.teal, .teal.current-menu-item a{
	text-decoration: none;
	color: rgb(61, 187, 163) !important ;
}

.teal a:hover{
    color:rgb(61,187,163) !important;
}

.orange{
    color:rgb(233,139,57) !important;
}

.orange a:hover, .orange.current-menu-item a{
    color:rgb(233,139,57) !important;
}

.red{
    color:rgb(234,97,84) !important;
}

.red a:hover, .red.current-menu-item a, .red.current_menu_item a{
    color:rgb(234,97,84) !important;
}

.blue{
    color:rgb(44,128,185) !important;
}

.blue a:hover, .blue.current-menu-item a{
    color:rgb(44,128,185) !important;
}

.purple{
    color:rgb(166,107,190);
}

.purple a:hover, .purple.current-menu-item a{
    color:rgb(166,107,190) !important;
}

.lightgrey{
    color:rgb(144,147,150);
}

.lightgrey a:hover, .lightgrey.current-menu-item a{
    color:rgb(144,147,150) !important;
}

.darkgrey{
     color:rgb(80,87,89);
}

.darkgrey a:hover{
    color:rgb(80,87,89) !important;
}

.grey_background{
    background-color: rgb(237, 237, 237);
}

.image_overlay_darken{
    position:absolute;
    top:o;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.4);
}

h1{
    font-size: 22px;
}

h4{
	font-size: 22px;
	margin-bottom: 22px;
	color: rgb(98, 106, 108);
	line-height: 24px;
}

.wp-smart-pagination a{
	color: rgb(116, 123, 125);
}

/************************
 *
 *  OLD SITE
 *
 ************************/
.one-col{
    position:relative;
    float:left;
    width:50px;
    height:auto;
    margin-right:30px;
}

.two-col{
    position:relative;
    float:left;
    width:130px;
    height:auto;
    margin-right:30px;
}

.twocol{
    box-sizing:border-box;
    position:relative;
    float:left;
    width:16.6666666666666%;
    height:auto;
    padding-right:15px;
    padding-left:15px;
    font-size: 13px;
}

.twocol img{
	max-width:100%;
	height:auto;
}

.three-col{
    position:relative;
    float:left;
    width:210px;
    height:auto;
    margin-right:30px;
}

.three-col img{
    max-width:210px;
    height:auto;
}

.threecol{
    box-sizing:border-box;
    position:relative;
    float:left;
    width:25%;
    height:auto;
    padding-right:15px;
    padding-left:15px;
    font-size: 13px;
}

.four-col{
    position:relative;
    float:left;
    width:290px;
    min-width:290px;
    height:auto;
    margin-right:30px;
}

.fourcol{
    box-sizing:border-box;
    position:relative;
    float:left;
    width:33.3333333333333%;
    height:auto;
    padding-right:15px;
    padding-left:15px;
    color: rgb(116, 123, 125);
	font-size: 13px;
}

.fourcol img{
    max-width:100%;
    height:auto;
}

.four-col img{
    max-width:290px;
    height:auto;
}

.six-col{
    position:relative;
    float:left;
    width:450px;
    height:auto;
    margin-right:30px;
}

.sixcol{
    box-sizing:border-box;
    position:relative;
    float:left;
    width:50%;
    height:auto;
    padding-right:15px;
    padding-left:15px;
    font-size: 13px;
}

.sixcol img{
	width:50%;
	height:auto;
}

.sixcol_holder{
	box-sizing:border-box;
    position:relative;
    float:left;
    width:50%;
    height:auto;
}

.eight-col{
    position:relative;
    float:left;
    width:610px;
    height:auto;
    margin-right:30px;
}

.eightcol{
    box-sizing:border-box;
    position:relative;
    float:left;
    width:66.6666666666%;
    height:auto;
    padding-right:15px;
    padding-left:15px;
    font-size: 13px;;
}

.nine-col{
    position:relative;
    float:left;
    width:690px;
    height:auto;
    margin-right:30px;
}

.ninecol{
    box-sizing:border-box;
    position:relative;
    float:left;
    width:75%;
    height:auto;
    padding-right:15px;
    padding-left:15px;
    font-size: 13px;
}

.tencol{
    box-sizing:border-box;
    position:relative;
    float:left;
    width:83.333333333333333%;
    height:auto;
    padding-right:15px;
    padding-left:15px;
    font-size: 13px;
}

.full-width{
    position:relative;
    float:left;
    width:930px;
    height:auto;
    margin-left:0px;
}

.fullwidth{
    box-sizing:border-box;
    position:relative;
    float:left;
    width:100%;
    height:auto;
    padding-left:15px;
    padding-right:15px;
    color: rgb(116, 123, 125);
	font-size: 13px;
}

.col_content{
    float:left;
    position:relative;
    width:100%;
}

.last{
    margin-right:0px !important;
}

.container {
    position: relative;
    width: 960px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 160px;
}

.box_content{
    box-sizing: border-box;
    width:100%;
    padding: 10px 10px 10px 10px;
}

.standard_bottom_margin{
    margin-bottom:20px;
}

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

.header_full_width_container{
    display:block;
    position:fixed;
    width:100%;
    height:auto;
    margin:0;
    top:0;
    z-index:10000;
    overflow:auto;
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.logo_full_width_container{
    display:block;
    position:absolute;
    width:100%;
    height:80px;
    margin:0;
    top:0;
    z-index:10000;
    overflow:hidden;
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.nav_full_width_container{
    display:block;
    position:fixed;
    width:100%;
    height:50px;
    position:absolute;
    margin:0;
    top:80px;
    z-index:10000;
    /*overflow:hidden;*/
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.sticky{
    position:fixed;
    top:0;
}

.header_background{
    background-color: rgba(0,0,0,0.65);
}

.header_container{
    display:block;
    position: relative;
    width: 930px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top:0;
    margin-bottom:0;
    text-align: center;
}

.header_container2{
    position: relative;
    float:left;
    width: 50%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top:0;
    margin-bottom:0;
    text-align: center;
}

.socialiconright{
  margin-right:0 !important;
}

.social-icons{
  font-size: 22px;
  margin: 0.67em 0;
}

.film_page_title_wrap{}

.film_page_title_wrap{
  width:auto;
  float:left;
  max-width:610px;
}

.film_page_title_wrap_title{
  float:left;
  max-width:400px;
}

.film_page_title_wrap_icons{
  float:left;
  font-size: 22px;
  margin: 0.67em 0;
}

.newsearch{
  box-sizing: border-box;
  position: relative;
  float:left;
  width: 25%;
  text-align: right;
  padding-right:20px;
  padding-top:10px;
}

.newsearch input {
	padding:2px;
	border-radius:5px;
}


.loginheader{
  float:left;
  box-sizing: border-box;
  width:25%;
  color:white;
  font-weight: bold;
font-size: 12px;
padding-left:20px;
padding-top: 6px;
}

.loginheader a, .loginheader a:hover{
  color:white;
  text-decoration: none;
}

.clear-rating {
	color: rgb(0, 176, 141) !important;
    text-decoration: none;
    padding-top: 5px;
    display: block;
    clear: both;
}

.logo{
    position: relative;
    width: 930px;
    height: 41px;
    text-align: center;
    margin-top:40px;
}

.logo img{
	height:41px;
	width:auto;
}

#menu-header{
    padding-left:0;
}

#menu-header li {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    list-style: none outside none;
    overflow: hidden;
    text-align: center;
    font-weight:bold;
    font-size: 14px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}


#menu-header li a{
    color:white;
    text-decoration:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.header_social_media{
    position: absolute;
    right:0px;
    top:0px;
    width:200px;
    text-align: right;
    color: white;
    z-index:1000;
}

.header_social_media a{
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color:white;
    font-size:16px;
}

.header_social_media a:hover{
	color:rgb(0, 176, 141) !important;
}


.newsletterlink a{
    color:rgb(61,187,163) !important;
}

.newsletterlink a:hover{
    color:rgb(61,187,163) !important;
}

.testing{
    background-color:red;
}

/************************
 *
 *  INDEX PAGE
 *
 ************************/
.index_page_greenband{
    float:left;
    width:100%;
    color: white;
    background-color: rgb(0, 176, 141);
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-top:5px;
    padding-bottom:5px;
    line-height: 16px;
}

.index_page_filmofthemonth{
    position: relative;
    float:left;
    width:100%;
    height:100%;
    overflow:hidden;
    background-size: cover;
}

.index_page_filmofthemonthtext{
    position: relative;
    top: 60%;
    height:auto;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
    text-align: center;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    padding-top:110px;
}

.index_page_filmofthemonthtext h4{
    color: #fff;
    font-size: 54px;
    line-height:74px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    z-index: 10;
    width: 100%;
    letter-spacing: 8px;
    margin-top:0px;
    margin-bottom:100px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.index_page_filmofthemonthtext h4 a{
	text-decoration: none;
	color: white;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.index_page_filmofthemonthtext h4 a:hover{
	text-decoration: none;
	color: rgb(61, 187, 163) !important ;
}

.index_page_filmofthemonthtext h6{
    color: #fff;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: 8px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom:0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.index_page_filmofthemonthtext h6 a{
	text-decoration: none;
	color: white;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.index_page_filmofthemonthtext h6 a:hover{
	text-decoration: none;
	color: rgb(61, 187, 163) !important ;
}

.home_page_arrow{
    position: absolute;
    bottom: 24px;
    text-align: center;
    width: 100%;
    color: white;
    font-size: 48px;
    z-index: 1000000;
    opacity: 0.6;
}

.index_page_dvdcovertitle{
    position: relative;
    float:left;
    width:100%;
    padding-top:40px;
    text-align:center;
    font-size:18px;
}

.index_page_dvdcoverholder{
    float:left;
    position:relative;
    width:100%;
    height:auto;
    overflow:hidden;
}

.dvd_cover{
    float:left;
    position:relative;
    width:20%;
    height:auto;
    box-sizing: border-box;
    padding-left:20px;
    padding-right:20px;
    padding-top:40px;
}

.dvd_cover img{
    width:100%;
    height:auto;
}

.index_page_text{
    float: left;
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align:center;
}

.index_page_text h4{
    font-size:24px;
    font-weight:normal;
    font-size: 26px;
    line-height: 29px;
    color: rgb(35, 31, 32);
    color:white;
}

.index_page_square{
    float:left;
    position: relative;
    width:50%;
    height:50%;
    min-height:270px;
    text-align:center;
    background-position:center center;
    background-size:cover;
}

.index_page_squareinner{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color:white;
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600;
}

.index_page_squareinner_text{
	position:absolute;
	width:100%;
	height:200px;
	padding:40px;
	bottom:0px;
}

.index_page_squareinner h6{
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom:0;
}

.index_page_squareinner p a{
	color: white;
	text-decoration: none;
}

.index_page_squareinner:hover{
    background-color: rgba(0,0,0,0.75);
}

.index_page_squareinner p{
	margin-top:0;
	margin-bottom:0;
}

.orange_box a{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.orange_box a:hover{
    color: rgb(233, 139, 57);
}

.index_page_dguides{
	float: left;
    position: relative;
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align:center;
}

.index_page_dguidesimage{
	float: left;
    position: relative;
    width: 50%;
}

.index_page_dguidesimage img{
    width:50%;
    height:auto;
    -webkit-box-shadow: -1px 0px 14px 2px rgba(143,143,143,1);
    -moz-box-shadow: -1px 0px 14px 2px rgba(143,143,143,1);
    box-shadow: -1px 0px 14px 2px rgba(143,143,143,1);
}

.index_page_dguidestext{
    float: left;
    position: relative;
    width: 42%;
    margin-left:4%;
    color:white;
}

.index_page_dguidestext h4{}

/*.index_page_dguidestext h4{
    font-size:24px;
    font-weight:normal;
    font-size: 26px;
    line-height: 29px;
    color: white;
}*/

.index_page_dguidestext h4 {
	margin-top:0px;
  text-align:left;
}

.index_page_newsletter{
    float:left;
    position: relative;
    width:100%;
    height:550px;
    background-size: cover;
    background-position: center center;
}

.index_page_newsletter_text{
    float: left;
    position: relative;
    width: 50%;
    color: white;
    font-size:18px;
    text-align: center;
    padding-top:80px;
}

.index_page_newsletter_text h4, .index_page_dguidestext h4{
    color:white !important;
    font-size:24px !important;
}

.index_page_dguidestext a {
	font-weight:bold;
	text-decoration:none;
	transition:.5s;
	color:white;
}

.index_page_dguidestext a:hover {
	color:rgb(98, 106, 108);
}

.index_page_newsletter_form{
    float: left;
    position: relative;
    width: 50%;
    font-size:18px;
    padding-top:160px;
    color:white;
}

.index_page_formcenter{
    width:400px;
    margin:auto;
}

.mc-field-group label {
	color: rgb(80, 87, 89);
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: bold;
    display: block;
    padding-bottom: 6px;
    -webkit-user-select: none;
}

#mc_embed_signup .mc-field-group .asterisk {
	top:35px !important;
}

ul#gform_fields_3{
    list-style: none;
    margin-left:0;
    padding-left:0;
}

#input_3_1_3_container{
    color:black;
}

#input_3_1_3_container label{
    display:none;
}

#input_3_1_6_container label{
    display:none;
}

#input_3_1_3{
    font-size:14px;
    padding-top:4px;
    padding-bottom:4px;
}

.popmake-close {
	position: absolute !important;
    top: -10px !important;
    right: -10px !important;
    width: 20px !important;
    height: 20px !important;
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    background: rgb(0, 176, 141) !important;
    color: white !important;
    cursor: pointer !important;
    padding: 0px !important;
    line-height: 20px !important;
}

#input_3_1_6{
    font-size:14px;
    padding-top:4px;
    padding-bottom:4px;
}

#input_3_2{
    font-size:14px;
    padding-top:4px;
    padding-bottom:4px;
}


input#input_3_1_6{
    color:black;
}

input#input_3_2{
    color:black;
}

li#field_3_2{
    padding-top:24px;
}

input#gform_submit_button_3{
    background-color: rgba(161, 161, 161, 0.3);
    padding:4px;
    border:none;
}

.index_page_discovermore{
	padding-bottom:48px;
	text-align: center;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
	font-family: ShimmerBoldOT;
	font-size:36px;
}

.index_page_discovermore a, .index_page_discovermore a:hover{
	text-decoration: none;
	color: rgb(98, 106, 108);
	font-size:50px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.index_page_discovermore a:hover{
    text-decoration: none;
    color: rgb(0, 176, 141);
}

.index_page_discovermore p {
	margin:0px !important;
}

/************************
 *
 *  PLAYLISTS PAGE
 *
 ************************/
.playlists{
    color: rgb(116, 123, 125);
    font-size:13px;
        padding-bottom: 15px;
    height: auto;
    margin-bottom:30px;
	min-height: 520px;
}

.spotlight-bookmark {
	font-size:24px;
}

.playlists a{
    color:rgb(44,128,185);
    text-decoration: none;
}

.playlists_title h1{
    color:rgb(44,128,185);
    font-size: 22px;
}


.playlists h3{
    color: rgb(116, 123, 125);
    font-size:20px;
}

.playlists h3 a{
    color: rgb(116, 123, 125);
    text-decoration: none;
}

.miniplaylists {
	margin-bottom:20px;
	padding-bottom:10px;
}

.miniplaylists h3{
    color: rgb(116, 123, 125);
    font-size:14px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:20px;
}

.whatsaclub  a {
	text-decoration:none;
	color: rgb(166,107,190);
}

.miniplaylists h3 a{
    color: rgb(116, 123, 125);
    text-decoration: none;
}

.miniplaylists img{
  width:100%;
  max-height:183px;
}

.playlists ol{
    list-style-type: decimal;
    font-size: 12px;
    padding-left:15px;
}

.readmore{
    width:100%;
    margin-top:40px;
}


.readmore.library-page{
    width:100%;
    margin-top:40px;
	text-align:center;
}

a.readmore_button{
    text-align:center;
    padding:12px;
    border:solid 1px rgb(80,87,89);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

a.readmore_button:hover{
    background-color:rgb(44,128,185);
    color:white;
    border:rgb(44,128,185);
}

a.readmore_button_pink{
    text-align:center;
    padding:12px;
    border:solid 1px rgb(80,87,89);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    text-decoration: none;
    color:rgb(234,97,84);
}

a.readmore_button_pink:hover{
    background-color:rgb(234,97,84);
    color:white;
    border:rgb(44,128,185);
}

/************************
 *
 *  WHATS A CLUB PAGE
 *
 ************************/
.whatsaclub{
    color: rgb(116, 123, 125);
    font-size:13px;
}

.whatsaclub h3{
    color:rgb(166,107,190);
    font-size:22px;
}

.whatsaclub_page_gettingstarted{
    line-height: 16px;
    height:364px;
}

.whatsaclub_page_gettingstarted p:first-child{
    margin-top:0;
}

.whatsaclub_page_downloadbutton{
    width:100%;
    height:40px;
    background-color: rgb(166,107,190);
    text-align: center;
    line-height: 42px;
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
margin-top:40px;
}

a.whatsaclub_page_downloadbutton{
    color:white;
    width:100%;
    height:40px;
    position:relative;
    text-decoration: none;
}

.whatsaclub_page_faqs{}

.whatsaclub_page_faqs h4{
    margin-top:0;
}

.whatsaclub_page_faqs p:first-child{
    margin-top:0;
}

.faq_box_content{
    box-sizing: border-box;
    width:100%;
    height:340px;
    padding: 20px 20px 20px 20px;
}

.faq_box_content h4{
    font-size:20px;
    font-weight:bold;
    color:rgb(80,87,89);
}

.whatsaclub_page_faqs h4{
    font-size:20px;
    font-weight:bold;
    color:rgb(80,87,89);
}

.whatsaclub_page_faqs a{
    text-decoration:none;
    color:rgb(166,107,190);
}

.whatsaclub_page_headerimage{
    width:100%;
    height:292px;
    background-image: url('../images/test2.png');
    background-repeat:no-repeat;
    background-position: center center;
}

.whatsaclub_pagegraphic{
	font-family: 'ShimmerBoldOT';
    color:white;
    font-size: 56px;
    color:rgb(166,107,190);
}

/************************
 *
 *  WHO WE ARE PAGE
 *
 ************************/
.whoarewe h2{
	color:rgb(61,187,163);
}

.whoarewe{
	color: rgb(116, 123, 125);
	font-size: 14px !important;
	line-height: 16px;
}

.whoarewe_text{
  font-size:14px;
}

.whoarewe_text_top{
    padding-left: 86px;
padding-right: 86px;
font-size: 18px;
font-weight: 600;
line-height: 20px;
font-family: "Hermes FB";
font-weight:normal;
}


.team-members-list:nth-child(3n+1){
    clear:both;
}

.team-members-list{
  font-size:14px;
  line-height:16px;
}

.team-members-list h2{
	margin-bottom:10px;
	color:rgb(61,187,163);
}

.whoarewe_images_text{
	box-sizing: border-box;
	position: absolute;
   	top: 50%;
   	left:10%;
   	transform: translate(0, -50%);
   	width:80%;
   	padding:20px;
   	-webkit-text-stroke: rgba(255,255,255,0.01) 0.1px;
   	-webkit-text-stroke-width: 0.1px;
   	color:white;
   	font-family:'ShimmerBOLDOT';
   	font-size:198px;
   	text-align: center;
    line-height: 170px;
}

/************************
 *
 *  FILM ARCHIVE PAGE
 *
 ************************/
.filmarchive{}

.filmarchive h4{
	margin-top:12px;
}

.filmarchive_filmbox{
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    background-color: #F1F1F0;
    color: rgb(116, 123, 125);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.filmarchive_filmbox:hover{
    background-color: #E1E1E2;
}

.filmarchive_filmbox img{
    height:auto;
    width:100%;
}

.filmarchive_filmbox_dvdcover{
    position: relative;
    float:left;
    width:173px;
}

.filmarchive_filmbox_filmtext{
    position: relative;
    float:right;
    width:412px;
    padding:20px;
	font-size:13px;
}

.filmarchive_filmbox_filmtext h4{
    margin-bottom: 4px;
}

.filmarchive_filmbox_filmtext a{
    color: rgb(116, 123, 125);
    text-decoration: none;
}

.filmarchive_sidebar{

}

.filmarchive_sidebar a, .filmarchive_sidebar a:hover{
	color: rgb(116, 123, 125);
	text-decoration: none;
}

.filmarchive_sidebar .widget-container {
    float: left;
    width: 100%;
    height: auto;
    line-height: 18px;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 26px;
    margin-bottom: 25px;
    background-color: rgb(243,243,243);
    color: rgb(98,106,108);
}

/************************
 *
 *   SINGLE FILM PAGE
 *
 ************************/

 .film_page_title_wrapholder_title{
   width:auto;
   float:left;
 }

 .film_page_title_wrapholder_stars{
   width:auto;
   float:left;
 }
.singlefilm_filminfo{
	box-sizing: border-box;
	position: relative;
    float: left;
    width: 100%;
    height: 342px;
    padding:20px;
    background-color: #F1F1F0;
    color: rgb(116, 123, 125);
    line-height:16px;
}

.singlefilm_filminfo_text{
	font-size:15px;
	line-height:18px;
}

.singlefilm_filminfo_text p{
	margin-top:0;
}

.singlefilm_button{
	box-sizing: border-box;
	float: left;
	width: 82%;
	height: 45px;
	padding-top: 14px;
	padding-bottom: 0px;
	padding-left: 16px;
	font-size: 14px;
	cursor: pointer;
	font-weight:bold;
	font-size:20px;
	line-height:24px;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.singlefilm_button_hover{
	box-sizing: border-box;
	float: left;
	height: 45px;
	width:100%;
	background-color: #F1F1F0;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.singlefilm_button_hover:hover{
	background: #CCCCCC !important;
}

.singlefilm_button_green{
	box-sizing: border-box;
	float: right;
	width: 18%;
	height: 45px;
	padding:8px;
	font-size: 14px;
	color: white;
	cursor: pointer;
	text-align: center;
}

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



.singlefilm_waystoinfluence_text{
	box-sizing: border-box;
	position:relative;
	width:100%;
	min-height:410px;
	padding:20px;
	background-image: url(../images/imageboxbkg.png);
    background-size: cover;
    background-position:center center;
}

.singlefilm_waystoinfluence_text p a, .singlefilm_waystoinfluence_text p a:hover{
	color:rgb(0, 176, 141) !important;
	text-decoration:none !important;
}

/*.singlefilm_waystoinfluence_text:before{
	content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/imageboxbkg.jpg);
    background-size: cover;
    background-position:center center;
    width: 100%;
    height: 100%;
    opacity : 0.2;
    z-index: 5;
}*/

.film_resource_imagebox{
	box-sizing: border-box;
	position:relative;
	width:100%;
	margin-bottom:30px;
}

.film_resource_imagebox_bkg{
	content : "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity : 1;
    z-index: -1;
}

.film_resource_imagebox_text{
	box-sizing: border-box;
	position: absolute;
   	top: 50%;
   	transform: translate(0, -50%);
   	width:100%;
   	padding:20px;
   	-webkit-text-stroke: rgba(255,255,255,0.01) 0.1px;
   	-webkit-text-stroke-width: 0.1px;
   	color:white;
}

.film_resource_imagebox_text a, .film_resource_imagebox_text a:hover{
	color:rgb(0, 176, 141) !important;
	text-decoration:none !important;
}

.film_resource_fix{}

.fourcol .film_resource_fix:last-of-type{
    margin-bottom:0;
}

.film_resource_textbox{
	width:100%;
	height:auto;
	padding:20px;
	margin-bottom:30px;
	background-color: #F1F1F0;
	line-height:auto;
}

.film_resource_textbox h4:first-child{
	margin-top:0;
}

.film_resource_textbox p:first-child{
	margin-top:0;
}

.film_resource_textbox p:last-child{
	margin-bottom:0;
}

.film_resource_textbox p a, .film_resource_textbox p a:hover, .film-icon-review, .film-icon-review:hover{
	color:rgb(0, 176, 141) !important;
	text-decoration:none !important;
}

 .film-icon-review, .film-icon-review:hover {
	 margin-left:10px;
 }

.films-boxes-text{
	width:100%;
	height: 455px;
	background-color: #F1F1F0;
	font-size: 12px;
	line-height: 16px;
}

.films-boxes-text-short{
	width:100%;
	background-color: #F1F1F0;
	font-size: 12px;
	line-height: 16px;
}

.film_guidedl img{
-webkit-box-shadow: -1px 0px 14px 2px rgba(143, 143, 143, 1);
-moz-box-shadow: -1px 0px 14px 2px rgba(143, 143, 143, 1);
box-shadow: -1px 0px 14px 2px rgba(143, 143, 143, 1);
}

.film_wheretowatch{}

.film_wheretowatch a, .film_wheretowatch a:hover{
	font-size:18px;
	line-height:24px;
	text-decoration: none;
	color: rgb(116, 123, 125);
}

.single_film_others {
    top: 50%;
    height:auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin: 0 auto;
    position: fixed;
    width: 480px;
    margin-left:240px;
    background-color:white;
    -webkit-box-shadow: 0px 0px 69px 0px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 69px 0px rgba(0,0,0,1);
	box-shadow: 0px 0px 69px 0px rgba(0,0,0,1);
    opacity:0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    z-index:-1;
    color: rgb(116, 123, 125);
    box-sizing: border-box;
    padding:20px;
}

.iframe-form {
	width: 655px !important;
	position: fixed;
    top: 0px;
    margin-left: 121px;
    margin-top: 75px;
	height:auto;
	background-color:white;
	box-shadow:0px 0px 69px 0px;
	color:rgd(116,123,125);
	box-sizing:border-box;
	padding:20px;
	display:none;
	opacity:0;
}

.single_film_others a, .single_film_others a:hover{
	text-decoration: none;
	color: rgb(0, 176, 141);
	z-index:-1;
}

.otherways_popup_show{
	opacity:1;
	z-index:1000;
	display:block;
}

.circle, .circle-frame {
	position:absolute;
	top:-10px;
	right:-10px;
    width: 20px;
    height: 20px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: rgb(0, 176, 141);
    color:white;
    cursor:pointer;
}

/* force scrollbar, prevents initial gap */


/* ---- grid ---- */

.grid {
  width:100%;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

/* 5 columns, percentage width */
.grid-item,
.grid-sizer {
  width: 33.333333333%;
}

.grid-item {
  float: left;
  height:auto;
  padding-left:15px;
  padding-right:15px;
  padding-bottom:30px;
}

.grid-inside{
	width:100%;
	padding:20px;
	background-color: rgb(237, 237, 237);
}

.grid-inside h2{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	margin-top:0;
}

.grid-inside a, .grid-inside a:hover{
	color:rgb(0, 176, 141);
	text-decoration: none;
}

.grid-item--width2 { width: 40%; }

.user-reviews {
	padding:0px;
	margin:0px;
	padding-left:15px;
	padding-right:15px;
}

.logged-in-as {
	display:none;
}

.review-form {
	padding-left:15px;
	padding-right:15px;
}

.review-form h3 {
	color:rgb(0, 176, 141) !important;
	font-size: 22px;
}

.review-form textarea {
	width:100%;
	height:150px;
	padding:10px;
	box-sizing:border-box;
}

.review-form label {
	color: rgb(116, 123, 125) !important;
    font-size: 15px !important;
    line-height: 26px !important;
    font-weight: bold !important;
    text-decoration: none !important
}

.review-form input[type=submit] {
	background-color: rgb(0, 176, 141);
    text-align: center;
    line-height: 42px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
	height: 40px;
	border:none;
	outline:none;
	color:white;
	width:289px;
	font-size:12px;
	font-family: 'Hermes FB';
	float:left;
	margin-bottom:20px;
	clear:both;
}

#star .fa-fw  {
	width:auto;
	color: rgb(0, 176, 141);
	font-size: 1.5em;
}

.star .fa-fw  {
	width:auto;
	color: rgb(0, 176, 141);
	font-size: 26px;
}

.acf-field-57850495dc839, .acf-field-578504aedc83a, .acf-field-579f4b37d591e{
	width:50%;
	float:left;
}

.user-reviews li{
	width:100%;
	padding:20px;
	background-color: rgb(237, 237, 237);
	color: rgb(116, 123, 125);

	list-style:none;
	margin:0px;
	margin-bottom:30px;
}

.films-reviews{
	width:100%;
	padding:20px;
	background-color: rgb(237, 237, 237);
	color: rgb(116, 123, 125);
}

.films-reviews a{
	color: rgb(116, 123, 125);
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	text-decoration: none;
}

.films-reviews p{
    margin-bottom:32px;
}

.films-reviews p:first-child{
    margin-top:0;
}

.films-reviews p:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
}



/************************
 *
 *  SPOTLIGHT PAGE
 *
 ************************/

.spotlight_container{
    position:relative;
    float: left;
    width:100%;
    min-height:600px;
    max-height:600px;
    background-color: rgb(243,243,243);
    margin-bottom:40px;
    color: rgb(116, 123, 125);
    overflow:hidden;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
    bottom:0;
}

.spotlight_slidedown{
    max-height:7000px;
    min-height:600px;

}

.spotlight_readmore{
    position:absolute;
    bottom:0;
    left:0;
    height:60px;
    width:100%;
    line-height:100px;
    text-align:center;
    background-image:url('../images/gradient.png');
    background-repeat: repeat-x;
    z-index:1000;
}

.spotlight_container img{
    width:100%;
    height:auto;
}

.spotlight_containertext{
    position: relative;
    width:100%;
    height:auto;
    padding:20px;
    padding-bottom:40px;
    box-sizing: border-box;
    font-size:16px;
    line-height:inherit;
}

.spotlight_container h1, .spotlight_container h2, .spotlight_container h3, .spotlight_container h4, .spotlight_container h5, .spotlight_container h6{
    color:rgb(234,97,84);
}

.spotlight_container h1{
    font-size:24px;
}

.spotlight_container a, .spotlight_container a:hover{
    color:rgb(234,97,84);
    text-decoration: none;
}

.widget_search input[type=text] {
    border: none;
    background: transparent;
    outline: none;
    color: rgb(98,106,108);
    font-family: 'Hermes';
    font-size: 22px;
    font-weight: 400;
    width: 220px;
    margin-top: 14px;
}

.search-button {
	border: none;
    background: transparent;
	outline:none;
}

/************************
 *
 *  GRAPHIC
 *
 ************************/
.index_gf_holder{
	position: relative;
    width: 960px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    font-family: 'ShimmerBoldOT';
    color:white;
    font-size: 56px;
}

.g1{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float:left;
    width:25%;
    text-align: center;
    padding:25px;
    line-height: 48px;
}
.g2{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float:left;
    width:30%;
    text-align: center;
    padding:20px;
}
.g3{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float:left;
    width:25%;
    text-align: center;
    padding:20px;
    line-height:48px;
}
.garrow{
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float:left;
    width:10%;
    text-align: center;
    padding-top:130px;
}

.g1 img{
	width:126px;
	height:auto;
	padding-top:60px;
	padding-bottom:32px;
}

.g2 img{
	width:240px;
	height:auto;
	padding-bottom:12px;
}

.g3 img{
	width:180px;
	height:auto;
	padding-top:60px;
	padding-bottom:56px;
}

/************************
 *
 *  FOOTER
 *
 ************************/

.footer{

}

.footer_container{
	clear:both;
    margin-top: 60px;
    margin-bottom: 24px;
    padding-top: 12px;
    line-height: 1.4em;
    border-top: 1px solid rgb(203, 205, 205);
}

#menu-footer{
    padding-left:0;
}

#menu-footer ul{
    padding-top:0 !important;
    margin-top:0 !important;
}

ul#menu-footer.menu{
    margin-top:0;
}

#menu-footer li {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    list-style: none outside none;
    overflow: hidden;
    text-align: center;
    font-weight:bold;
    font-size: 14px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    font-size: 11px;
}

#menu-footer li:first-child{
    margin-left:0;
}

#menu-footer li a{
    color: rgb(116, 123, 125);
    text-decoration:none;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#menu-footer li a:hover{

}

.footer_left img{
    width:auto;
}

.footer_right{
    text-align: right;
    font-size:24px;
}

.footer_right .textwidget a{
    color:red;
    color: rgb(116, 123, 125);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.footer_right .textwidget a:hover{
    color: rgb(61, 187, 163);
}




/* ==========================================================================
   Helper classes
   ========================================================================== */


/*

TEST


*/
.gallery {
}

.gallery-cell {
  width: 10%;
  height: 300px;
  /* flex-box, center image in cell */
  display: -webkit-box;
  display: -webkit-flex;
  display:         flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-align-items: center;
          align-items: center;
          margin-right: 10px;
}

.gallery-cell img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  /* dim unselected */
  opacity: 0.7;

}

/* brighten selected image */
.gallery-cell.is-selected img {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: none;
          filter: none;
}

@media screen and ( min-width: 768px ) {
  .gallery-cell {
    height: 300px;
  }
}

@media screen and ( min-width: 960px ) {
  .gallery-cell {
    /*width: 30%;*/
  }
}

/* buttons, no circle */
.flickity-prev-next-button {
  width: 60px;
  height: 60px;
  background: transparent;
  opacity: 0.6;
}
.flickity-prev-next-button:hover {
  background: transparent;
  opacity: 1;
}
/* arrow color */
.flickity-prev-next-button .arrow {
  fill: white;
}
.flickity-prev-next-button.no-svg {
  color: white;
}
/* closer to edge */
.flickity-prev-next-button.previous { left: 0; }
.flickity-prev-next-button.next { right: 0; }
/* hide disabled button */
.flickity-prev-next-button:disabled {
  display: none;
}


.xoxo{
    padding:0px;
    margin:0;
}

.xoxo .widget-1{
    padding:20px;
    margin-bottom:30px;
    background-color:rgb(243, 243, 243);
}

.widget-2{
    padding:20px;
    margin-bottom:30px;
    background-color:rgb(243, 243, 243);
}

.widget-3{
    padding:20px;
    margin-bottom:30px;
    background-color:rgb(243, 243, 243);
}

.widget-4{
    padding:20px;
    margin-bottom:30px;
    background-color:rgb(243, 243, 243);
}

.widget-5{
    padding:20px;
    margin-bottom:30px;
    background-color:rgb(243, 243, 243);
}

.widget-6{
    padding:20px;
    margin-bottom:30px;
    background-color:rgb(243, 243, 243);
}

#categories-3{
    list-style:none;
}

#categories-3 ul{
    padding-left:0;
}

#categories-3 ul li{
    list-style:none;
}

#categories-3 ul li a{
    text-decoration:none;
    color: rgb(98, 106, 108);;
}

#categories-3 ul li a:hover{
    text-decoration:none;
    color: rgb(98, 106, 108);;
}

#text-6{
	padding-top:10px;
}


h4.title{
    margin-top:0;
}

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}



/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.gallery-cell .inner {
    position: relative;
    height: auto;
}

.gallery-cell {
    width: 500px;
    height: 1000px;
    margin-right: 10px;
    text-align: center;
}

.gallery-cell .inner .img-holder {
    background-color: #000;
    -webkit-transition: all .2s;
    transition: all .2s;
    margin: 0 auto;
}

.gallery-cell .inner {
    position: relative;
    height: auto;

}

.gallery-cell .inner .img-holder {
    background-color: #000;
    -webkit-transition: all .2s;
    transition: all .2s;
    margin: 0 auto;
	-webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s, transform 0.3s, -webkit-filter 0.3s, filter 0.3s;
          transition: opacity 0.3s, transform 0.3s, filter 0.3s;
}

.gallery-cell .inner img {
    width: 100%;
    height: auto;
    opacity: .7;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.is-selected .inner .img-holder {
		-webkit-transform: scale(1);
          transform: scale(1);
}

.gallery-cell.is-selected .inner .img-holder img {
    opacity: 1;
}

.sort-header {
	float:right;
	font-size: 13px;
	color: rgb(116, 123, 125);
	margin-top:9px;
}

.sort-header a {
	color: rgb(116, 123, 125);
	text-decoration:none;
}

.wpsp-page-nav-form {
	display:none !important;
}

.search-header {
    position: absolute;
    left:0px;
    top:0px;
    width:250px;
    text-align: left;
    z-index:1000;	font-size:12px;
}

.search-header input {
	padding:2px;
	border-radius:5px;
}

#acf-field_578504aedc83a, #acf-field_579f4b37d591e {
	width:20%;
}

.more-reviews {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 115px;
	background: rgb(237, 237, 237);
	padding: 10px;
	border-radius: 3px;
	text-decoration: none;
	color: rgb(0, 176, 141);
	transition:all .2s linear;
}

.more-reviews:hover {
	background:rgb(207, 207, 207);
}

.comment-form-comment {
	clear:both;
}

.acf-field-578504aedc83a {
	padding-top:20px;
}

.filmarchive_filmbox_filmtext_review {
	width: auto;
    font-size: 13px;
    padding: 20px;
    position: relative;
	max-height: 187px;
    overflow: hidden;
    display: block;
}

.filmarchive_filmbox_filmtext_review a {
	margin-top:0px;
	text-decoration:none;
	margin-right:20px;
	display:block;
	color: rgb(116, 123, 125);
}

.filmarchive_filmbox_filmtext_review h4 {
	margin-top:0px;
}

@media only screen and (max-width: 2000px) {
	.gallery-cell {
		width: 300px;
		height: 555px;
	}
}

#popmake-10984 {
	width: 835px !important;
    opacity: 1 !important;
    padding: 0px !important;
}

#pum-10984 {
    background-color: rgba( 249, 249, 249,0.4 ) !important;
}

.bookmarkspagespotlights{
    color: rgb(116, 123, 125);
    font-size:13px;
        padding-bottom: 15px;
    height: auto;
    margin-bottom:30px;
}

.bookmarksdvdcovers{
    height: auto;
    margin-bottom:30px;
}

.bookmarksdvdcovers img{
  width:100%;
  max-height:409px;
}

.the-bit-holder {
	position:absolute;right:0px;bottom:0px;font-size:16px;padding-right:20px;padding-bottom:20px;
}

.bit-holder {
	display: inline-block;position: relative;width: 105px;vertical-align: top;margin-left:10px;
}

.footer-logo {
	width:125px !important;height:auto;
}

.related-init a img {
	width:100%;
}

#popmake-13023 {
	padding:0px !important;
}

#field_3_5 .gfield_label {
	display:none !important;
}

.indicate-required {
	margin-bottom:16px !important;
}

ul#gform_fields_3 {
	margin-top:-22px !important;
}

#gform_wrapper_5 ul, #gform_wrapper_7 ul {
	margin:0px;
	padding:0px;
	list-style: none;
}


ul#gform_fields_6 , ul#gform_fields_5, ul#gform_fields_7 {
	margin-top:-15px;
}

#gform_fields_6 input, #gform_fields_5 input, #gform_fields_7 input {
	display: block;
	width: 94%;
	padding: 8px 0;
	text-indent: 2%;
	color:#222;
	border: 1px solid #999;
}

#gform_fields_3 input, #gform_fields_4 input {
	color:#222;
}

#gform_fields_6 .gfield_label, #gform_fields_5 .gfield_label, #gform_fields_7 .gfield_label  {
	color: white;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	padding-bottom: 6px;
	-webkit-user-select: none;
	display: block;
	margin-bottom: 3px;
	box-sizing: border-box;
}

#gform_fields_5 .gfield_label, #gform_fields_5 .gfield_label  {
	color:white;
}

#gform_fields_6 .ginput_container, #gform_fields_5 .ginput_container, #gform_fields_7 .ginput_container {
	clear: left;
	position: relative;
	width: 96%;
	padding-bottom: 3%;
	min-height: 50px;
}

#gform_5 input[type="submit"], #gform_6 input[type="submit"], #gform_7 input[type="submit"] {
	background-color:rgb(0, 176, 141);
	border:none;
	outline:none;
	padding:10px;
	border-radius:5px;
}

.name_last, .name_first {
	clear: left;
	position: relative;
	width: 100%;
	padding-bottom: 3%;
	min-height: 50px;
	display:block;
}

.indicate-required {
	display:block;
	width:90%;
	text-align:right;
	margin-bottom:20px;
}

.gfield_required, .main-required {
	color: #c60;
	font-size: 200%;
}

.gfield_checkbox, #gform_fields_5, #gform_fields_6 {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.gfield_checkbox li {
	width: auto;
	display: inline-block;
}

.gfield_checkbox li input {
	display: inline !important;
	width: auto !important;
}

.index_page_newsletter_form {
	padding-top:75px;
}

#gform_5 .validation_error, #gform_6 .validation_error {
	margin-top: -50px;
	margin-bottom: 12px;
}

.newsletter-left {
	float:left;
	width:45%;
	margin-right:5%;
}

.newsletter-left p, .newsletter-left h1 {
	text-align:center !important;
}

.newsletter-right {
	float:left;
	width:45%;
	margin-left:5%;
	margin-top: 31px
}

#comments a {
	color:rgb(0, 176, 141) !important;
}

.push-me-login {
	margin-top: 11px;
}

.flagcoverup{
    opacity: 0;
     transition: all 0.5s ease;
}

.flagcoverup a{
color: white;
font-size: 32px;
font-weight: bold;
text-decoration: none;
}

.flagcoverup:hover{
    opacity:1;
}
