@font-face {
    font-family: 'simbalregular';
    src: url('fonts/simbal-regular-webfont.eot');
    src: url('fonts/simbal-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/simbal-regular-webfont.woff2') format('woff2'),
         url('fonts/simbal-regular-webfont.woff') format('woff'),
         url('fonts/simbal-regular-webfont.ttf') format('truetype'),
         url('fonts/simbal-regular-webfont.svg#simbalregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'roboto_slabbold';
    src: url('fonts/robotoslab-bold-webfont.eot');
    src: url('fonts/robotoslab-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/robotoslab-bold-webfont.woff2') format('woff2'),
         url('fonts/robotoslab-bold-webfont.woff') format('woff'),
         url('fonts/robotoslab-bold-webfont.ttf') format('truetype'),
         url('fonts/robotoslab-bold-webfont.svg#roboto_slabbold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'roboto_slablight';
    src: url('fonts/robotoslab-light-webfont.eot');
    src: url('fonts/robotoslab-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/robotoslab-light-webfont.woff2') format('woff2'),
         url('fonts/robotoslab-light-webfont.woff') format('woff'),
         url('fonts/robotoslab-light-webfont.ttf') format('truetype'),
         url('fonts/robotoslab-light-webfont.svg#roboto_slablight') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'roboto_slabregular';
    src: url('fonts/robotoslab-regular-webfont.eot');
    src: url('fonts/robotoslab-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/robotoslab-regular-webfont.woff2') format('woff2'),
         url('fonts/robotoslab-regular-webfont.woff') format('woff'),
         url('fonts/robotoslab-regular-webfont.ttf') format('truetype'),
         url('fonts/robotoslab-regular-webfont.svg#roboto_slabregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'roboto_slabthin';
    src: url('fonts/robotoslab-thin-webfont.eot');
    src: url('fonts/robotoslab-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/robotoslab-thin-webfont.woff2') format('woff2'),
         url('fonts/robotoslab-thin-webfont.woff') format('woff'),
         url('fonts/robotoslab-thin-webfont.ttf') format('truetype'),
         url('fonts/robotoslab-thin-webfont.svg#roboto_slabthin') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*  Reset CSS -> Thanks to Eric A. Meyer */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
    }
	
html, body {
	height: 100%;
}

table, caption, tbody, tfoot, thead, tr, th, td     {
    vertical-align : top;
    }

:focus {
	outline: 0;
    }

body {
	line-height: 1;
	color: #000;
	overflow-y: scroll;
    }
body.hidden-scroll {
	overflow-y: hidden;
}
ol, ul {
	list-style: none;
    }

table {
	border-collapse: collapse;
	border-spacing: 0;
    }

td  {
    vertical-align : top;
    }

caption, th, td {
	text-align: left;
	font-weight: normal;
    }

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
    }

blockquote, q {
	quotes: "" "";
    }

strong {
	font-weight: bold;
}	

/*** General Site Layout ***/
/* General */
a  {
    color: inherit;
    text-decoration : none;
    }
a:hover  {

}

p {
	margin-top: 20px;
	margin-bottom: 20px;
}

/*** Wrappers ***/

html {
 	height : 100%;
}


body	{
    height : 100%;
    width : 100%;
    font-size : 16px;
	font-family: 'simbalregular', sans-serif;

}

#wrapper {
	min-height: 100%;
	margin: 0 auto -340px; /* the bottom margin is the negative value of the footer's height */
}


header {
	/* height: 150px; */
	height: 70px;
	width: 100%;
	z-index: 2;
	position: relative;
	color: #ffffff;
	
	/*background-image: url('header-bg.jpg');*/
	/*background: rgba(65,64,66,.7);*/
	/*background: rgba(17,82,88,.7);*/
	background: rgb(17,82,88);
	background-position: top;
	background-repeat: no-repeat;	
	background-size: cover;
}
header.with-sub {
	/* height: 230px; */
	height: 150px;
}
body.home header.noBg {
	background: none;
}

div.header_content #first-line {
	width: 1160px;
	margin: 0 auto;	
}

body.home header.noBg #first-line {
	border-bottom: 3px solid #ffffff;		
}

body.home div#preloader { 
	position: fixed; 
	left: 0; 
	top: 0; 
	z-index: 20000; 
	width: 100%; 
	height: 100%; 
	overflow: visible; 
/* background: #fff url('loading.gif') no-repeat center center;  */
	/* background: #fff no-repeat center center;  */
}

header #bottom {
	width: 100%;	
	display: block;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
	
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	
}

header #bottom #second-line{
	width: 1160px;
	margin: 0 auto;	
	/* display: block; */
}

a.menu {
	display: none;
}

div.header_content {
	width: 100%;
	margin: 0 auto;	
	height: 68px;   
    padding: 1px 0 0;	
}

div.header_content #logo {
	/*width: 75px; */
	margin-top: 12px;
	
	float: left;	
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
header.big-menu div.header_content #logo {
    margin-top: 47px;
    float: left;
    width: 97px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
header.big-menu div#nav ul.first-level-nav {
    box-sizing: border-box;
    /* height: 150px; */
    height: 68px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    padding-top: 46px;
}
/*
div.header_content #logo:hover {
	content: url('str_logo_grey.png') !important;
}
*/
header.error404 {
	height: 150px !important;
}

a#signout{
	background-image: url('icon-profile.png') !important;
	background-size: 30px !important;
    background-repeat: no-repeat !important;
    background-position: 16px 14px!important;

}
a#signout:hover{
	background-position: 16px 11px !important;
}
.cbp-af-header {
	position: fixed;
	top: 0;
	left: 0;	
	/* overflow: hidden; */
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
	
	z-index: 10000;
}
.cbp-af-header.cbp-af-header-shrink {
	position: fixed;
	z-index: 10000;
	height: 70px;
}

.cbp-af-header.cbp-af-header-shrink.video-header {
	background: rgba(65, 64, 66, 0.7);
}

.cbp-af-header.cbp-af-header-shrink div.header_content {
	border-bottom: none;	
}

.cbp-af-header.cbp-af-header-shrink #top {
	height: 69px;	
	padding: 1px 0 0 0;
}
.cbp-af-header.cbp-af-header-shrink #top div#nav ul.first-level-nav {
	height: 69px;	
	padding: 1px 0 0 0;
}
.cbp-af-header.cbp-af-header-shrink #top div#nav ul.first-level-nav li.nav-item.watch {
	background-position: top center;	
}
.cbp-af-header.cbp-af-header-shrink #top div#nav ul.first-level-nav li.nav-item a {
	padding: 23px 34px 31px;
}
.cbp-af-header.cbp-af-header-shrink #top div#nav ul.first-level-nav li.nav-item a:hover,
.cbp-af-header.cbp-af-header-shrink #top div#nav ul.first-level-nav li.nav-item a.active {
	padding: 20px 34px 31px;
	background: rgba(0,0,0,0);	
}
.cbp-af-header.cbp-af-header-shrink #top div#nav ul.first-level-nav li.nav-item a.active {
	background: rgba(0,0,0,0);	
}
.cbp-af-header.cbp-af-header-shrink.open #top div#nav ul.first-level-nav li.nav-item a.active {
	background: rgba(0,0,0,0.5);	
}
.cbp-af-header.cbp-af-header-shrink.with-sub #top div#nav ul.first-level-nav li.nav-item a.active:hover {
	background: rgba(0,0,0,0.5);	
} 
.cbp-af-header.cbp-af-header-shrink #top div#nav ul.first-level-nav li.nav-item.watch a {
	margin-top: 0px;
	padding: 20px 0 25px 24px;
	background-image: url('black_eye.png');
	background-position: 121px center;
	background-repeat: no-repeat;	
}
.cbp-af-header.cbp-af-header-shrink #top div#nav ul.first-level-nav li.nav-item.watch a:hover {	
	background-image: url('white_eye.png');	
}
.cbp-af-header .cbp-af-inner { display:block; position:relative; /* overflow:hidden; */}
.cbp-af-header.cbp-af-header-shrink .cbp-af-inner #logo { /* width: 75px; */ margin-top: 12px;}

.cbp-af-header.cbp-af-header-shrink #bottom {	
	height: 0;	
}

.cbp-af-header.cbp-af-header-shrink #bottom div#subnav ul {
	
}




.more-padding{
	padding: 46px 0 0 ;
}
.header-padding{
	padding: 1px 0 0 ;
}
div#nav {
	display: inline-block !important;
	float: right;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
div#nav ul.first-level-nav {	
	box-sizing: border-box;
   /*  height: 150px; */
    height: 68px;
    
	padding: 1px 0 0 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
div#nav ul.first-level-nav li.nav-item {
    display: block;
    float: left;
    height: auto;
    margin-left: 2px;
    width: auto;
}
div#nav ul.first-level-nav li.nav-item.profile {
    margin-left: 0px;
}
div#nav ul.first-level-nav li.nav-item.active,
div#nav ul.first-level-nav li.nav-item:hover {
	
}

div#nav ul.first-level-nav li.nav-item a {
	color: #ffffff;
    display: block;
    font-size: 14px;
    padding: 23px 34px 30px;
    text-transform: uppercase;	
}
header div#nav ul.first-level-nav li.nav-item a.active {	
	text-decoration: none;
	border-top: 3px solid #ffffff;
	padding: 20px 34px 30px;	
}
header.with-sub div#nav ul.first-level-nav li.nav-item a.active,
header.with-sub div#nav ul.first-level-nav li.nav-item a.active:hover {
	background: rgba(0,0,0,0.5);
}
div#nav ul.first-level-nav li.nav-item a:hover {
	border-top: 3px solid #ffffff;		
	text-decoration: none;
	padding: 20px 34px 30px;
}
div#nav ul.first-level-nav li.nav-item.watch {
	
	padding: 0;
	width: 201px;	
}
div#nav ul.first-level-nav li.nav-item.watch a{
	color: #231f20;

	padding: 20px 0 25px 24px;
	display: block;
	box-sizing: border-box;
	border: 3px solid #ffffff;
	
	background-color: #ffffff;
	background-image: url('black_eye.png');
	background-position: 121px center;
	background-repeat: no-repeat;	
}
div#nav ul.first-level-nav li.nav-item.watch a.active,
div#nav ul.first-level-nav li.nav-item.watch a:hover {	
	background-color: transparent;
	color: #ffffff;
	padding-left: 25px;
	
	background-image: url('white_eye.png');
}
header div#nav ul.first-level-nav li.nav-item {
	position:relative;
}
header div#nav ul.first-level-nav li.nav-item.subnav span.nav_toggle {
	display:none;
	position: absolute;
	top: 47px;
	right: 5px;
	width: 0px;
	height: 14px;
	padding:15px 25px;
	color:#9c9b0b;

	background-image: url("icons8-chevron-down-96.png");
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 30px;
}
header.open div#nav ul.first-level-nav li.nav-item.subnav.active span.nav_toggle {
	background-image: url("icons8-chevron-up-96.png");
}



div#subnav {
	width: auto;
	text-align: center;
	/* margin-right: 200px; */
	/* font-family: 'roboto_slabregular', sans-serif; */
}
div#subnav ul {	
	display: inline-table;
	height: 80px;	
	
}
div#subnav ul li {
	display: table-cell;
	vertical-align: middle;
	width: auto;	
	height: 100%;
	
}
div#subnav ul li a {
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	text-transform: uppercase;
	padding: 28px 28px;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 80px;
}
div#subnav ul li a.active,
div#subnav ul li a._active,
div#subnav ul li a:hover {	
	text-decoration: none;	
	padding: 28px 28px 25px;
	border-bottom: 3px solid #ffffff;
}




#landing-page {
	background-image: url('bgr_1880x1080.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	
	padding-bottom: 70px;
	min-height: 700px;	
}

div.landing {
    margin: 0 auto 20px;
    padding-top: 150px;
    width: 1200px;
	text-align: center;
}

div.landing h1 {
	color: #ffffff;
}
div.landing div.lead {
	color: #ffffff;
}
div.landing div.button {	
    /*border: 3px solid #ffffff;*/
    color: #ffffff;
    cursor: pointer;
    font-size: 20px;
	/*line-height: 64px;*/
    /*height: 60px;*/
   
    position: relative;
    text-transform: uppercase;
    /*width: 348px;*/
	text-align: center;
	display: inline-block;
	/* background-color: #b7ba32; */
	background-color: transparent;
	border: solid 3px #ffffff;
	
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;

	-webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
}

div.landing div.button:hover {	
	color: #000000;
	background-color: #ffffff;
}

/*
div.landing div.button:hover {	
    border: 3px solid #ffffff;
    background-color: #ffffff;
	color: #656253;
}
*/

/* div.landing div.button:before {
	content: '';
    position: absolute;
    border: #fff solid 5px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}
div.landing div.button:hover:before {
	top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
} */


div.landing div.button a {
	text-decoration: none;
	line-height: 30px;
	padding: 18px 26px;
	display: inline-block;
	position: relative;
}

div.landing div.video div.startdate {
	margin: 62px 0 5px; 
	color: #ffffff;	
	font-size: 20px;
	line-height: 24px;
}

div.landing div.video h1 {
    margin: 0px 0 5px;   
}
div.landing div.video div.counters {
    font-family: 'simbalregular', sans-serif;
	color: #ffffff;
	font-size: 24px;
	line-height: 30px;
}

div.landing div.video a.videolink {
	background-image: url('landing_video_icon.png');
	
	width: 160px;
	height: 160px;
	display: inline-block;
	
	margin: 40px 0 40px;
}
div.landing div.video a.videolink.live {
	background-image: url('landing_live_video_icon.png');
}	

a.arrowDown {
    bottom: 20px;
    cursor: pointer;
    display: block;
    float: left;
    height: 50px;
    position: absolute;
    text-align: center;
    width: 100%;
}

a.arrowDown img {
    transform: scale(0.9);
    transition: transform 0.5s ease 0s;
}
a.arrowDown img:hover {
    transform: scale(1.1);
}


div.static-links {	
	padding: 20px 68px;
	text-align: center;
	font-size: 0;
}
div.static-links a.link {	
	width: 260px;
	height: 290px;
	margin: 0 3px;
	text-align: center;
	text-decoration: none;
	position: relative;
	font-size: 20px;
	line-height: 24px;
	color: #414042;
	display: inline-block;
	vertical-align: top;
	
}
div.static-links a.link p {	
	padding: 20px 30px 0;
}
div.static-links a.link div.hover {	
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;	
	background-color: #ffffff;
	opacity: 0;
	padding: 20px 35px 75px;
	box-sizing: border-box;
		
	background-image: url('arrow-down.png');
	background-repeat: no-repeat;
	background-position: bottom center;
	
	
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

div.static-links a.link.no-link div.hover {	
	background-image: none;
}

div.static-links a.link:hover div.hover {
	height: 100%;
	opacity: 1;
}

div.partner-links {
	width: 100%;
	display: table;
	padding: 20px 0 40px;
}
div.partner-links a.link {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

div.partner-links a.link img{
	display: table-cell;
	vertical-align: middle;
}

div.main-content {
	width: 1200px;
	margin: 0 auto 60px;
	padding-top: 150px;
	
	-moz-transition: padding-top .3s ease-in;
    -o-transition: padding-top  .3s ease-in;
    -webkit-transition: padding-top  .3s ease-in;
    transition: padding-top  .3s ease-in;
	
}

div.main-content.full-width {
	width: 100%;
	
}
body.home div.main-content {
	padding-top: 0px !important;
}

h1 {
	font-family: 'roboto_slablight', sans-serif;
	font-size: 48px;
	line-height: 67px;	
	text-align: center;
	margin: 62px 0 42px;
}

div.page-lead,
.lead {
	color: #9c9b0b;
	font-family: 'simbalregular', sans-serif;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	
	width: 800px;	
	margin: 0 auto 42px;	
}

div.page-text {	
	font-family: 'simbalregular', sans-serif;
	color: #231f20;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	
	width: 800px;	
	margin: 0 auto 42px;	
}

div.main-content div.page-text a,
div.media_item div.text a,
div.member div.text a  {
    color: #9c9b0b;
    text-decoration : none;
}

div.main-content div.page-text a:hover,
div.media_item div.text a:hover,
div.member div.text a:hover  {
	text-decoration : underline;
}

div.main-content ul {
	list-style: disc;
	padding-left: 18px;
}
div.main-content ol {
	list-style: decimal;
	padding-left: 18px;
}
div.main-content li {
	margin-left: 80px;
}
div.context li {
	margin-left: 0px;
}

div#content {
	padding: 0 20px;
	background-color: #ffffff;
	
}

body.filmlanding div.main-content {
	padding-top: 0px;
}


body.filmlanding.wallpaper div#content { max-width: 854px; }
body.filmlanding.wallpaper .wallpaper-image { 
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 70px;
	min-height: 100vh;
	position: fixed;
	width: 100%;
	background-position: center center;
}
body.filmlanding.wallpaper .main-content { position:relative; }
body.filmlanding.wallpaper .main_content > #content { box-shadow: 0 0 5px#333; }
		
body.filmlanding #content .languageSwitch {
	height: 20px;
	margin: -30px auto 0 auto;
	float: right;
}



/* Modules */

/* Member */
div.member {
	width: 360px;
	margin: 15px 20px 20px;
	float: left;
}
	
div.member img {
	margin-bottom: 14px;
}

div.member h3 {
	font-size: 24px;
	line-height: 30px;
	font-family: 'roboto_slabbold', sans-serif;
	color: #000000;
	
	padding: 0 0 0 10px;
}
div.member div.position {
	color: #9c9b0b;
	font-size: 18px;
	line-height: 30px;
	
	margin-bottom: 10px;
	padding: 0 0 0 10px;
	
}
div.member div.text {
	font-size: 18px;
	line-height: 30px;
	color: #333333;
	
	padding: 0 0 0 10px;
	display: inline-block;
}


/* Film list */
div.film_list,
ul.search_list {
	
	
}

div.film_list h2 {
	font-size: 24px;
	line-height: 40px;
	font-family: 'roboto_slabbold', sans-serif;
	margin-left: 20px;
}

div.film-thumb {
	width: 260px;
	height: 280px;
	margin: 15px 20px 40px;
	position: relative;
	float: left;
	
}

a.film_link {
	width: 260px;
	height: 150px;
	float: left;	
	position: relative;
}


a.film_link img {
	width: 260px;	
	height: 150px;
    position: static;   
}

a.film_link::after {
    background: rgba(120, 122, 33, 0.5) none no-repeat scroll center center / 125px auto;
    content: "\a ";    
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 260px;	
	height: 150px;
}
div.play {
	background-image: url('film_play.png');
	background-repeat: no-repeat;
	background-position: center;
    box-sizing: border-box;
    content: "\a ";   
    left: 0;
    position: absolute;
    top: 0;
    width: 260px;	
	height: 150px;
    z-index: 1;	
}
/* a.film_link::before {   
	background-image: url('film_play.png');
	background-repeat: no-repeat;
	background-position: center;
    box-sizing: border-box;
    content: "\a ";   
    left: 0;
    position: absolute;
    top: 0;
    width: 260px;	
	height: 150px;
    z-index: 1;
} */

a.film_link:hover::after {
    opacity: 1;
}

div.film-thumb div.film_description {
	position: static;
	margin-top: 20px;
	float: left;
}

div.film-thumb div.film_description h3 {
	color: #000000;
   /*  font-family: "roboto_slabregular",sans-serif; */
    font-size: 15px;
    line-height: 17px;
	height: 53px;
	overflow: hidden;
}
div.film-thumb div.film_description p.film_hits {
	color: #9c9b0b;
    font-size: 15px;
    line-height: 17px;
	/* font-family: "roboto_slabregular",sans-serif; */
    margin: 15px 0 10px;
}	


/* Load more */
div#filmListArea {
	display: block;
	width: 100%;
	height: auto;	
	float: left;
}

div.load-more-button {
	display: block;
	width: 100%;
	float: left;
	padding: 50px;
	box-sizing: border-box;
}

button.load_more {
	background-color: #ffffff;
    border: 3px solid #656253;
    color: #656253;
    cursor: pointer;
    font-size: 15px;
    height: 40px;
    padding-bottom: 2px;
    position: relative;
    text-transform: uppercase;
    width: 175px;
	display: none;
}
button.load_more:hover {
	background-color: #656253;   
    color: #ffffff;  
}


/* Search input */

form.serachForm {
	float: left;
	width: 100%;
	margin: 40px 0 0;
	
}

input.search-input {
	width: 1160px;
	border: none;
	border-right: #a7a9ac 3px solid;
	border-bottom: #a7a9ac 3px solid;
	font-family: "simbalregular",sans-serif;
	font-size: 26px;
	line-height: 55px;
	/* text-transform: uppercase; */
	
	/* color: #6d6e71; */
	color: #000000;
	
	padding: 0 0 0 30px;
	box-sizing: border-box;
	margin: 0 0 30px 20px;
	
	float: left;
	
	
	height: 58px;
}
input.search-button {
	border: none;
	background-image: url('search-button.png');
	background-repeat: no-repeat;
	background-position: center;
	background-color: #ffffff;
	float: left;
	height: 55px;
	width: 80px;
	
	margin-left: -83px;
	cursor: pointer;
	content: "";
}

form.serachForm h2 {
	font-size: 24px;
    line-height: 30px;
	
	margin-left: 20px;
}
form.serachForm div.search_paging_nav {
	margin: 20px;
	color: #9c9b0b;
}
div.single_img {
    width: 100%;
    margin: 0 auto;
	text-align: center;
}   
div.single_img img{
    width: 100%;
}

/* Film */
div.film {
	float: left;	
	width: 854px;
	padding: 40px 0;	
}

div.film  div.player div.clip {
	position: relative;
}

div.film h2 {
	font-family: "roboto_slabbold",sans-serif;
    font-size: 24px;
    line-height: 40px;
    margin: 20px 0 10px;	
}
div.film div.clip_datetime {
	color: #9c9b0b;    
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0 10px;
	
}
div.film .clip_hits {
	font-size: 18px;
    line-height: 28px;
}

div.film div.clip_description {
    color: #333333;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
	width: 760px;
}
div.clip_description a {
    color: #9c9b0b;
}


div.comments {
	float: left;
	width: 860px;	
}

#commentForm {
	margin-bottom: 40px;	
}

div.comments .descriptionHeader,
div.comments_list .descriptionHeader {
	font-family: "roboto_slabbold",sans-serif;	
	color: #000000;	
}
div.comments_list .descriptionHeader {
	padding-left: 20px;
}	

div.context {
	float: right;
	width: 280px;
	padding: 25px 0 40px;
}


div.social {
	margin: 60px 0 20px;
	float: left;
	width: 100%;	
}
div.fb-like {
	display: inline-flex; 
	
}
div.fb-share-button{
	display: inline-flex;
	
}
div#___plus_0 {
	display: inline-block;

}
div#___plusone_0 {
	display: inline-block;
	
}
button.embed {
	background-color: #ffffff;
    /*border: 2px solid #656253;
    color: #656253;*/
	border: none;
	background-color: #c3d94c;
	color: #115258;
    cursor: pointer;
    float: left;
    font-size: 12px;
    height: 30px;
    position: relative;
    text-transform: uppercase;
    width: 130px;
	margin: -10px 10px 0 0;
}
button.embed:hover {
	/*background-color: #656253;
	color: #ffffff;*/
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%);
    transition: all .1s ease;
}

body.chat .filmChat.codeRestrictionWelcome {
	background-color: #123a44;
}
.codeRestrictionWelcome button {
	background-color: #c3d94c;
	color: #115258;
	cursor: pointer;
}
.codeRestrictionWelcome button:hover {
	-moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 25%);
    transition: all .1s ease;
}

/* Module Media item */
div.media_item {
	width: 560px;
	min-height: 670px;
    height: auto;
	margin: 20px 20px;
	display: block;
	float: left;

	position: relative;		
}
div.media_item:nth-child(2n+1):not(.moreblogs,.media_item.promoteblogs.three) {
	clear: both;
}
div.media_item.promoteblogs.three:nth-child(3n+1) {
	clear: both;
}

div.media_item a.media_wrap {
	text-decoration: none;
}
div.media_item img {
	width: 560px;
	float: left;
	margin-bottom: 10px;
}
div.media_item h3 {
	font-size: 24px;
	line-height: 40px;
	font-family: "roboto_slabbold",sans-serif;
	float: left;
	height: 80px;
	width: 100%;
	overflow: hidden;
}
div.media_item div.subtitle {
	font-size: 20px;
	line-height: 30px;
	font-family: 'simbalregular', sans-serif;
	color: #9c9b0b;
}
div.media_item div.text {
	font-size: 18px;
	line-height: 30px;	
	color: #231f20;	
	height: 197px;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
div.media_item div.text.shorter {
	padding: 0 80px 0 0;	
}
div.media_item div.link {
	background-image: url('arrow-down.png');
	background-repeat: no-repeat;
	-ms-transform: rotate(270deg); /* IE 9 */
    -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
    transform: rotate(270deg);
	
	width: 74px;
	height: 74px;
	
	position: absolute;
	bottom: 45px;
	right: 0;
}
div.media_item a.media_wrap:hover div.link {
	background-image: url('arrow-down-hover.png');
	
}

/* Module Icon item */
div.icon_item {
	width: 100%;
	height: 200px;	
	display: table;
	background-color: #f5f5f5;
}
div.icon_item.white {
	background-color: #ffffff;
}

div.icon_item div.icon_wrap {
	text-decoration: none;
	display: table;
	width: 1200px;
	height: 200px;	
	padding: 20px;	
	margin: 0 auto;
	position: relative;		
	box-sizing: border-box;
	cursor:context-menu;
}
div.icon_item a.icon_wrap {
	cursor:pointer;
}

div.icon_item div.img_wrap {
	width: 140px;
	float: left;
	display: block;
	text-align: center;	
	margin-bottom: 10px;
}

div.icon_item img {
	
	
}
div.icon_item h3 {
	font-size: 24px;
	line-height: 40px;
	font-family: "roboto_slabbold",sans-serif;
	float: left;
	width: 260px;
	margin: 0 0 0 40px;
}

div.icon_item div.text {
	font-size: 18px;
	line-height: 26px;	
	color: #231f20;	
	box-sizing: border-box;
	overflow: hidden;
	width: 600px;
	height: 185px;
	float: left;
	padding: 10px 0 10px 40px;
}
div.icon_item div.more_info {
	font-size: 18px;
	line-height: 26px;	
	color: #231f20;	
	box-sizing: border-box;
	overflow: hidden;
	width: 560px;
	height: auto;
	float: left;
	display: none;
	margin-left: 480px;
	
}
div.icon_item div.text p,
div.icon_item div.more_info p {	
	margin: 0 0 20px 0;
}

div.icon_item div.link {
	background-image: url('arrow-down.png');
	background-repeat: no-repeat;
	
	width: 70px;
	height: 70px;
	
	position: absolute;
	bottom: 20px;
	right: 0;
}
div.icon_item div.icon_wrap:hover div.link {
	background-image: url('arrow-down-hover.png');
	
}
div.icon_item div.icon_wrap.open div.link {
	-ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}



/* Module Textarea*/	
div.text-area {
	float: left;
	width: 100%;	
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 20px;
}
div.text-area h2,
div.landing h2 {
	font-family: "roboto_slablight",sans-serif;
    font-size: 48px;
    line-height: 67px;
    margin: 62px 0 42px;
    text-align: center;	
}
div.landing h2 {
	color: white;
}

div.text-area h3 {
	font-family: "roboto_slabbold",sans-serif;
    font-size: 24px;
    line-height: 40px;
    margin: 20px 0;
    color: #000000;
}
div.text-area table {
	color: #666252;
	width: 1160px;
	margin: 0 auto;
}

/* Module Contact Form */
div.contact-form {
	width: 100%;
	float: left;
	margin: 20px 0;
	display: block;
}
div.contact-form form {
	width: 1200px;
	margin: 0 auto;
	display: block;
	padding: 0 20px;
	box-sizing:	border-box;
}
div.contact-form form h3 {
	font-family: "roboto_slabbold",sans-serif;
    font-size: 24px;
    line-height: 40px;
    margin: 20px 0 40px;
    color: #000000;
}

div.contact-form form div.contact_row {
	width: 50%;
	float: left;
	padding: 0 40px 0 0;
	box-sizing: border-box;
	margin: 0 0 18px 0;
	position: relative;
}
div.contact-form form div.contact_row label {
	display: block;
	float: left;
	width: 185px;
	height: 70px;
	box-sizing: border-box;
	color: #666252;
	font-size: 18px;
	line-height: 26px;
}

div.contact-form form div.contact_row label.requirements{
	font-size:14px;
}

div.contact-form form div.contact_position label {
    color: #666252;
    font-size: 18px;
    line-height: 26px;
}

div.contact-form form div.contact_position label.checkbox.error{
	color:red;
}

div.contact-form form div.contact_row label.standalone {
	line-height: 40px;
	margin-top: 30px;
	height: 40px;
	width: 90%;
}

div.contact-form form div.contact_row input[type=text],
div.contact-form form div.contact_row textarea,
div.contact-form form div.contact_row div.contact {
	width: 340px;
	height: 70px;
	border: solid 1px #666252;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 26px;
	line-height: 30px;
	float: left;
	margin: 0;
	
	font-family: "simbalregular",sans-serif;
}


div.contact-form form div.contact_row input[type=file]{
	border: solid 1px #666252;
	box-sizing: border-box;
    padding: 10px 10px 10px !important;
	background-color: white;
}

div.contact-form form div.contact_row textarea {
	/* margin-top: -1px; */
	height: 70px;
} 
div.contact-form form div.contact_row div.contact {
	height: auto;
}

div.contact-form form div.contact_row input[type=radio],
div.contact-form form div.contact_row input[type=checkbox] {
	clear: both;
    margin: 10px 10px 0 0;
	float: left;
}
div.contact-form form div.contact_row div.contact label {
	height: auto;
    line-height: 30px;
}
div.contact-form form div.contact_row div.contact a {
	float: right;
    margin-right: -10px;
}

div.contact-form form div.contact_row a {
	display: block;
	height: 70px;
	float: left;
	width: 30px;
	
	margin-left: -30px;
	background-color: #7c796b;
}
div.contact-form form div.contact_row a:hover {
	background-color: #666252;
}	
div.contact-form form div.contact_row a.error,
div.contact-form form div.contact_row a.error:hover {
	background-color: red !important;
}

div.contact-form form div.contact_row a img{
	margin-left: 8px;
	margin-top: 26px;
}

div.contact-form form div.contact_row div.contact.group.cols { display: table; padding-right: 0; }
div.contact-form form div.contact_row div.contact.group.cols .col, div.contact-form form div.contact_row div.contact.group a.group { display: table-cell; }
div.contact-form form div.contact_row div.contact.group.cols .col + a.group { vertical-align: middle; background-color: #7c796b; width: 30px; float: none; 	}
div.contact-form form div.contact_row div.contact.group.cols .col + a.group:hover { background-color: #666252; }
div.contact-form form div.contact_row div.contact.group a.group { height: auto; margin-right: 0; margin-top: 0; }
div.contact-form form div.contact_row div.contact.group a.group img { margin-top: 0; }
div.contact-form form div.contact_row div.contact.group.cols .col + a.group:hover span,
div.contact-form form div.contact_row div.contact.group a.group:hover span { visibility: visible; }

div.contact-form form div.contact_row input.publish {
	width: 340px;
	height: 70px;
	float: left;
	
	-webkit-appearance: button;
}


div.contact-form form div.contact_row input[type=text].error,
div.contact-form form div.contact_row input[type=file].error,
div.contact-form form div.contact_row textarea.error {
	border: 1px solid red;
}


div.contact_row span {
    background-color: #ffffff;
    border-top: 10px solid #666252;
	border-right: 10px solid #666252;
    font-size: 18px;
	line-height: 26px;
    color: #666252;   
	top: -177px;
	left: 0;
    padding: 20px;
	box-sizing: border-box;
    position: absolute;
   
    visibility: hidden;
    width: 525px;
	height: 177px;
	z-index: 10;
}
div.contact_row a:hover {
    text-decoration: none;
}
div.contact_row a:hover span {
    visibility: visible;
}

/* Thank you label */
div.contact-form form h2 {
    color: #9c9b0b;
    font-family: "simbalregular",sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin: 60px auto 42px;
    text-align: center;
    width: 800px;
}



/* Film teaser */
div.filmteaser {
	display: inline-block;
	padding: 40px 20px;
	float: left;
}
div.teaser {
	width: 860px;
	float: left;
	margin-right: 40px;
	
}

a.teaser_link {
	position: relative;
	width: 860px;
	height: 290px;	
	overflow: hidden;	
}

a.teaser_link::before {
    background-image: url("teaser-film-play.png");
    background-position: 667px center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    content: "\a ";
    height: 290px;
    left: 0;
    position: absolute;
    top: 0;
    width: 860px;
    z-index: 2;
}
a.teaser_link::after {
    background: rgba(70, 70, 70, 0.7) none no-repeat scroll center center / 125px auto;
    content: "\a ";
    height: 290px;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 860px;
	z-index: 1;
}
a.teaser_link:hover::after {
    background: rgba(70, 70, 70, 0.5) none no-repeat scroll center center / 125px auto;
}


a.teaser_link div.teaser_description {
	position: absolute;	
	top: 120px;
	left: 30px;
	z-index: 3;
	width: 600px;
}

a.teaser_link div.teaser_description p.teaser_date {
	font-size: 24px;
	line-height: 40px;
	font-family: 'roboto_slabbold', sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}
div.filmteaser a.teaser_link div.teaser_description p.teaser_date,
div.filmteaser a.teaser_link div.teaser_description h3 {
	color: white;
}

a.teaser_link div.teaser_description h3 {
	font-size: 24px;
	line-height: 40px;
	font-family: 'roboto_slabbold', sans-serif;
	color: #000;
	margin: 0;
	padding: 0;
}

div.filmteaser a.teaser_link div.teaser_description p.teaser_date,
div.filmteaser a.teaser_link div.teaser_description h3 {
	color: white;
}

/* a.teaser_link div.teaser_play {
	background-image: url('teaser-film-play.png');
	width: 113px;
	height: 113px;
	position: absolute;	
	right: 20px;
	top: 100px;
}
 */
 
 
 
div.soon {
	width: 260px;
	float: left;	
    height: 280px;   
    position: relative;
   
} 
div.soon div.coming-soon, div.film-thumb div.coming-soon {
	font-size: 24px;
    line-height: 24px;
	font-family: 'roboto_slabbold', sans-serif;
	margin-bottom: 15px;
} 
a.soon_link {
	position: relative;
	width: 260px;
	height: 150px;	
	
}

a.soon_link img {
    height: 150px;
    position: static;
    width: 260px;
}

a.soon_link::after {
    background: rgba(120, 122, 33, 0.5) none no-repeat scroll center center / 125px auto;
    content: "\a ";
    height: 150px;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.5s ease 0s;
    width: 260px;
}
a.soon_link:hover::after {
    opacity: 1;
}

div.soon div.soon_description {
	width: 260px;
	float: left;
}

div.soon div.soon_description p.soon_date {
	color: #9c9b0b;
    font-size: 15px;
    line-height: 17px;
    margin: 15px 0 10px;
}
div.soon div.soon_description h3 {
	color: #000000;
    font-size: 15px;
    line-height: 17px;
}


div.filmteaser input.search-input {
	margin-left: 0px;
	
}




/* Video group module */
.videogroup_wrapper:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
 }
div.videogroup_wrapper { display: inline-block; width: 100%; min-height: 600px; position: relative; padding: 0 2%; box-sizing: border-box;}
div.videogroup_film { display: inline-block; }
div.videogroup_list { float: none; display: inline-block; padding: 0; margin: 40px 0; width: 296px;}
.videogroup_list { overflow-y: auto; }
.videogroup_list li {
	margin: 5px;
	font-family: "simbalregular", sans-serif;
	font-size: 14px;
	list-style: none;
	float: left;
}
.videogroup_list li a {
	text-decoration: none;
	color: black;
	display: inline-block;
}
.videogroup_list li a:hover {
	text-decoration: none;
	
	
}
.videogroup_list li.selected {
	font-weight: bold;
}
.videogroup_list li:first-child { margin-top: 0; }
.videogroup_list li:last-child { margin-bottom: 0; }
.videogroup_film .description {
	margin: 5px 0;
	font-family: "simbalregular", sans-serif;
	font-size: 18px;
	line-height: 30px;
	width: 760px;
}

.videogroup_list li a img {
	width: 106px;
	float: left;
	margin-right: 10px;
}
	
.videogroup_film .description a {
	text-decoration: none;
	color: #9c9b0b;
}
.videogroup_film .description a:hover {
	text-decoration: underline;
}
.videogroup_film .description::before { clear: both; }

.videogroup_wrapper img.loading {
	position: absolute;
	top: 150px;
	left: 350px;	
}



/* Login */
form#login_form,
form#registration_form {
	margin: 0 auto;	
}

div.login_row,
div.div_row {
	box-sizing: border-box;
    float: left;
    margin: 0 0 18px;
    padding: 0 40px 0 0;
    position: relative;
    width: 100%;	
}

div.login_row label,
div.div_row label {
    box-sizing: border-box;
    color: #666252;
    display: block;
    float: left;
    font-size: 18px;
    height: 70px;
    line-height: 26px;
    width: 185px;
}
div.login_row input[type="text"], 
div.login_row input[type="password"], 
div.login_row textarea,
div.div_row input[type="text"], 
div.div_row input[type="password"], 
div.div_row textarea,
div.div_row select {
    border: 1px solid #666252;
    box-sizing: border-box;
    float: left;
    font-family: "simbalregular",sans-serif;
    font-size: 26px;
    height: 70px;
    line-height: 30px;
    margin: 0;
    padding: 0 10px;
    width: 330px;
}

div.login_row input[type="submit"],
div.div_row input[type="submit"] {
	width: 330px;
	height: 70px;
	padding: 0;
}

a.facebook_button{
	background-image: url('facebook_login.jpg');
	background-size: cover;
    width: 155px;
    height: 32px;
    border: none;
    display: inline-block;   
}
a.facebook_button:hover{
	background-image: url('facebook-login-hover.jpg');
}

form#login_form input{
	width: 330px;
}
div#registration_block input{
	width: 330px;
}
div#language_navigation > div {
    width: 200px;
    display: inline-block;
    position: absolute;
    top: 10px;
}
div.popup{
    width: 50% !important;
    display: block;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    margin-top: 10%;
   
}
p.login-user-name {
	font-family: 'roboto_slablight', sans-serif;
    font-size: 36px;
    color: #666252;
}
p.login-user-email {
	font-family: 'roboto_slablight', sans-serif;
    font-size: 18px !important;
    color: #666252;
}
div.popup p a {
    float: none !important;
    text-align: center;
    display: inherit;
    padding-top: 25px;
    text-transform: uppercase;
    font-size: 24px;
    text-decoration: none;
    color: #666252;
}
a#signout {
    margin: 0 0 0 5px;
}
input.publish.left{
	width: 165px; 
	margin-right: 10px; 
	height: 32px; 
	font-size: 12px;
}
#login_form .error_pass {
	margin: 30px 0;
	color: red;	
}
div#login h1.title{
	font-family: 'roboto_slablight', sans-serif;
    font-size: 36px;
 	line-height: 0; 
    text-align: center;
    color: #666252;
    margin: 62px 0 42px;
}
form#registration_form h3 {
	height: 40px;
    line-height: 40px;
    margin-top: 30px;
    color: #666252;
    text-align: center;
    font-size: 36px;
    font-family: 'roboto_slablight', sans-serif;
}
form#registration_form label.error {
	display: none !important;
	
}
form#registration_form input.error, form#registration_form select.error {
	border: solid red 1px;	
}


div.fb-like iframe div.pluginConnectButton div.pluginButton {
	display: none;
	background: #4c69ba;
    background: linear-gradient(#4c69ba, #3b55a0);
    border: none;
    border-radius: 50px !important;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 0;
    text-shadow: 0 -1px 0 #354c8c;
    white-space: nowrap;
}
div.body_content{
	margin-top: 100px;
}
div.restriction_text {
    width: 640px;
    margin: 0 auto;
}
div.restriction_text p {
    text-align: center;
    line-height: 36px;
    font-size: 18px;
}
div.ePay-form {
    text-align: center;
}
ul.restriction_list {
    text-align: center;
}
a.mobile-logout{
	display: none !important;
}
li.nav-item.profile #signout {
    margin-right: 20px;
}
footer, .push {
	height: 340px; /* '.push' must be the same height as 'footer' */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/


footer{
	/*
	background-image: url('footer-bg.png');
	background-position: center;
	background-repeat: no-repeat;	
	background-size: cover;
	*/
	background-color: #115258;
	
	width:100%;
	position:relative;	
}

footer .footer_text {
	padding: 140px 20px 0;
	width: 1160px;
	margin: 0 auto;
	color: white;
}

footer .footer_text a.f-logo {
	display: block;
	float: left;
	margin-left: -20px;
    margin-top: -20px;
    padding: 20px 20px 14px 20px;
}
/*
footer .footer_text a.f-logo:hover {
	background-color: #ffffff;
}
footer .footer_text a.f-logo:hover img {
	content: url(logo_black.png);
}
*/
footer .footer_text div.social-links a {
	width:40px;
	height: 40px;
}
footer .footer_text div.social-links a.f_fb {
	background: url(social/facebook.png) no-repeat;
}
footer .footer_text div.social-links a.f_fb:hover {
	background: url(social/facebook_hover.png) no-repeat;
}
footer .footer_text div.social-links a.f_tw {
	background: url(social/twitter.png) no-repeat;
}
footer .footer_text div.social-links a.f_tw:hover {
	background: url(social/twitter_hover.png) no-repeat;
}
footer .footer_text div.social-links a.f_li {
	background: url(social/linkedin.png) no-repeat;
}
footer .footer_text div.social-links a.f_li:hover {
	background: url(social/linkedin_hover.png) no-repeat;
}
footer .footer_text div.social-links a.f_gp {
	background: url(social/gplus.png) no-repeat;
}
footer .footer_text div.social-links a.f_gp:hover {
	background: url(social/gplus_hover.png) no-repeat;
}
footer .footer_text div.social-links a.f_yt {
	background: url(social/youtube.png) no-repeat;
}
footer .footer_text div.social-links a.f_yt:hover {
	background: url(social/youtube_hover.png) no-repeat;
}
footer .footer_text div.social-links a.f_in {
	background: url(social/instagram.png) no-repeat;
}
footer .footer_text div.social-links a.f_in:hover {
	background: url(social/instagram_hover.png) no-repeat;
}

footer .footer_text a.f-contact {
	display: block;
	float: left;
	/*margin: -8px 0 0 25px;*/
	margin: -8px 0 0 0;
	/*border: solid 2px #ffffff;*/
	
	font-size: 24px;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	
	/* padding: 33px 39px; */
	padding: 22px 39px;
	
	position: relative;
	/* background-color: #b7ba32; */
	background-color: transparent;
	border: solid 3px #ffffff;
	vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	
	border: 3px solid #c3d94c;
    color: #fff;
}
footer .footer_text a.f-contact:hover {
	background-color: #c3d94c;
	color: #000000;
}

/*
footer .footer_text a.f-contact:hover {
	background-color: #ffffff;
	color: #656253;
}
*/
/* footer .footer_text a.f-contact:before {
	content: '';
    position: absolute;
    border: #fff solid 5px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: top, right, bottom, left;
    transition-property: top, right, bottom, left;
}

footer .footer_text a.f-contact:hover:before {
	top: -8px;
    right: -8px;
    bottom: -8px;
    left: -8px;
} */

footer .footer_text div.social-links {
	display: block;
	float: right;
	margin-top: 12px;
}
footer .footer_text div.social-links a {
	display: block;
	float: left;
	margin-left: 10px;
	width: 40px;
}


.mobile_only {
	display: none;	
}
.desktop_only {
	display: block;	
}


.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
} 
.clearfix:after {
    clear: both;
}
.clearfix {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
div#registration h3.title{
}
div.main-content ul.restriction_list{
	list-style-type:none;
	padding-left:0px;
}

#content ul.restriction_list p{
	margin:10px 0px;
}
div.brain_tree_holder{
	width:400px;
	height:300px;
	display:block;
	margin:0 auto;
}

input.brain_tree_pay{
	background-color: #009cde;
	border: medium none;
    border-radius: 4px;
    color: #f9f9f9;
	font-size: 16px;
	line-height: 40px;
    padding: 0 20px;
    text-align: center;
	margin-top:20px;
	cursor:pointer;
}

h2.embed_title{
	font-family: "roboto_slablight",sans-serif;
    font-size: 24px;
    line-height: 32px;
    margin: 0px 0 10px;
    text-align: center;
}
table.blog-text-area {
    width: 96% !important;
}
div.text-area p a{
	color: #9c9b0b;
}
@media only screen and (max-width: 480px){ 	
	div.text-area p.map-location{
		display: none;
	}
}

/* Blog page */
div.film.blogpage {padding-top: 0px;}
/*div.film-thumb.blogpage {margin-top: 52px;}*/
div.film.blogpage ol {list-style-type: decimal;}
div.film-thumb.blogpage div.film_description h3 {height: auto;}

/*
div.film.blogpage div.media_item, 
div.film.blogpage div.media_item img {
	width: 387px;
}
*/

.media_item.promoteblogs.three, 
.media_item.promoteblogs.three img {
	width: 360px;
}

div.text_image_left img,
div.text_image_left video{
	float:left;
	margin-right:30px;
	width:50%;
}
div.text_image_right img,
div.text_image_right video{
	float:right;
	margin-left:30px;
	width:50%;
}
div.text_image_left, div.text_image_right {margin: 10px 2%;}
div.blogpage div.text_image_left, div.blogpage div.text_image_right {margin: 10px 0;}

div.main-content div.text_image_right li,
div.main-content div.slideritem-text li { margin-left:0; }
div.main-content div.slideritem-text, div.main-content div.slideritem-text li { font-size: 18px; line-height: 30px; }

div.blog_meta span {float: left; padding: 38px 0 0;}
div.blog_meta span+span {float: right;}

div.media_item.moreblogs {margin: 10px 4% 10px 0; width: 48%; min-height: 670px; height: auto;}
div.media_item.moreblogs img {width: 100%;}
div.media_item.moreblogs a {display: block;}
div.media_item.moreblogs div.link {position: relative; float: right; bottom: 0;}
div.moreblogs_wrapper div.media_item.moreblogs:nth-of-type(even) {margin-right: 0;}

div.mod_subscribe {clear: both; padding: 30px 115px; min-height: 178px;}
div.mod_subscribe div:not(.contact_privacy) {border: 3px solid #f16053;height: 56px;
    display: inline-block;
    width: 70%;
	float: left;}
div.mod_subscribe div+div:not(.contact_privacy) { width: 22%; color: white; background-color: #f16053;cursor: pointer;margin-right: 0;}
div.mod_subscribe p {margin-left: 3.5%; line-height: 26px;}
div.mod_subscribe > p {margin: 20px 3.5%; line-height: 26px; width: 85%; padding: 0 6px;}
div.mod_subscribe div+div p { margin-left: 0px; text-align: center;}
div.mod_subscribe div:not(.contact_privacy) input {border: none;width: 90%;font-size: 16px;padding: 15px 5%; line-height: 26px;}
div.mod_subscribe.border {border: 3px solid rgb(156, 155, 11);}
div.mod_subscribe.border>p, div.mod_subscribe.border.wait, div.mod_subscribe.border span {font-size:30px; font-family: 'roboto_slabregular';}
div.mod_subscribe.wait span.img_wait {background: url('preload.gif') center center no-repeat; background-size: 150%; width: 50px; display: inline-block;}
div.mod_subscribe .error {color: #f16053; line-height: 26px;}

div.text_cite {margin-left: 80px;}
div.text_cite:before {content: ''; background-image: url(cite.png); width: 40px; height: 35px; display: inline-block; position: relative; background-size: cover; z-index: 1000;margin-left: -40px;}
div.text_cite.text_important:before { background-image: url(cite-white.png); }
div.text_important {background-color: #9c9b0b; color: white; padding: 50px; margin: 50px 0;}
div.text_important a {background-color: #9c9b0b; color: white !important;}
div.text_important ul {padding-left: 0;}
div.lead.text_important, div.lead.text_cite {width: initial;}
p.autor.text_important img { margin: -20px 0 20px; border-radius: 50%; }


div.social_share {width: 40px; position: fixed; top: 110px; margin-left: -86px; z-index: 10;}
div.social_share a {width: 40px; height: 40px; margin-bottom: 10px; display: inline-block;}

div.single_img img, div.text_image_left img, div.text_image_right img, 
div.contact, div.mod_subscribe {margin-bottom: 50px;}
div.contact.border {border: 3px solid rgb(156, 155, 11);}
div.contact.border {font-size:28px !important; padding: 0 20px;}
div.contact.border h2 {width: 100%; font-size:28px !important; line-height: normal; margin: 60px auto;}
div.contact.wait span.img_wait {background: url('preload.gif') center center no-repeat; background-size: 150%; width: 50px; display: inline-block;}
div.blogpage div.contact-form form {width: 100%;padding: 0;}
div.blogpage div.contact-form form div.contact_row {width: 48%; margin-right: 4%; padding: 0;}
div.blogpage div.contact-form form div.contact_row:nth-of-type(even) {margin-right: 0; padding-right: 0; padding-left:69px;}
div.blogpage div.contact-form form div.contact_row label {height: 26px;}

div.filmteaser div.teaser, div.filmteaser div.soon {display: block;}
div.filmteaser div.film-thumb{display: none;}

div.videoPreWrapper { width: 100%; max-width: 854px; margin: 0 auto; clear: both; }
div.videoWrapper { position: relative; padding-bottom: 56.27%; height: 0; width: 100%; }
div.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

div.single_img img.in-content-image {max-width: 800px;}
/*
p.no_flash {
	background-image: url("/includes/flash-player-needed.png");
	background-repeat: no-repeat;
	background-position: center center;
	color: white;
	line-height: 28px;
	padding: 30px 10px;
	text-align: center;
	text-transform: uppercase;
	background-size: contain;
	background-color: black;
}

p.no_flash_599 {
	background-image: url("/includes/flash-player-needed-599.png");
	color:#000000;
	text-align: left;
	background-color: white;
	padding-left:160px;
	text-transform:none;
	border:1px solid black;
	padding-right:30px;
}
*/
div.contact_privacy { margin: 15px 0; }
div.contact_privacy input { margin: 3px 3px 3px 4px; }
div.contact_privacy label { color: #666252; font-size: 18px; line-height: 26px; float: left; margin: -23px 0 10px 30px; }
div.contact_privacy label.error{color:red;}
div.contact_privacy a {  }
div.contact_privacy input.error { -webkit-box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
    box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
}






	
/***** Module Transformer *****/

body:not(.anniversary) div.transformer {
	display: inline-block;
	width: 100%;
	margin: 0 auto;		
	box-sizing: border-box;
	font-size: 18px;
	line-height: 30px;
}
body:not(.anniversary) div.transformer div {
	box-sizing: border-box;
}
body:not(.anniversary) div.transformer-wrapper {
	display: inline-block;
	width: 100%;

}

body:not(.anniversary) div.transformer .col1 {
	padding: 0 15px 0 0;
	float: left;
}

body:not(.anniversary) div.transformer .col2 {
	padding: 0 0 0 15px;
	float: left;
}
body:not(.anniversary) div.transformer .col1:last-of-type {
	padding: 0;
}


/***** Full browser width (.transformer1) *****/
body:not(.anniversary) div.transformer1 .col1 {
	width: 100%;	
}

body:not(.anniversary) div.transformer-image {
	width: 100%;
	margin: 0 auto 10px;
	
}
body:not(.anniversary) div.transformer-image img {
	width: 100%;
}
body:not(.anniversary) div.transformer-text {
	max-width: 100%;
	width: auto;
	margin: 0 auto 20px;
	
		
}

body:not(.anniversary) .content_wrapper .content .transformer-text a {	
	float: none;
	
}
body:not(.anniversary) .content_wrapper .content .transformer-text a:hover {
	
}

body:not(.anniversary) div.transformer1 div.transformer-text {
	max-width:100%;
	padding: 0 15px;
}

/***** Half-browser width  (.transformer2) *****/
body:not(.anniversary) div.transformer2 {
	
}
body:not(.anniversary) div.transformer2 .col1 {
	width: calc(50% - 15px);	
}	
body:not(.anniversary) div.transformer2 .col2 {
	width: calc(50% - 15px);	
}
body:not(.anniversary) div.transformer2 .col1 .transformer-text {
	width: 100%;
	float: right;
	max-width: 100%;
	padding: 0 0 0 15px;
}

body:not(.anniversary) div.transformer2 .col2 .transformer-text {
	width: 100%;
	float: left;
	max-width: 100%;
	padding: 0 15px 0 0;
}

/***** Full content width   (.transformer3) *****/
body:not(.anniversary) div.transformer3 .transformer-wrapper {
	width: 100%;
	display: -webkit-box;      
	display: -moz-box;         
	display: -ms-flexbox;      
	display: -webkit-flex;     
	display: flex; 
	margin: 0 auto;
	
}
body:not(.anniversary) div.transformer3 .col1 {
	padding: 0;
	
}

/***** Half content width    (.transformer4) *****/
body:not(.anniversary) div.transformer4 {
	
}
body:not(.anniversary) div.transformer4 .transformer-wrapper {
	width: 100%;
	max-width: 100%;
	display: -webkit-box;      
	display: -moz-box;         
	display: -ms-flexbox;      
	display: -webkit-flex;     	
	display: flex; 	
	flex-wrap: wrap;	  
	margin: 0 auto;
	align-items: start;	
	justify-content: center;	
	
	
}
body:not(.anniversary) div.transformer4 .col1 {
	width: 50%;
	
	
}	
body:not(.anniversary) div.transformer4 .col2 {
	width: 50%;

	
}
body:not(.anniversary) div.transformer4 .col1 .transformer-text {
	width: 100%;
	float: right;
}

body:not(.anniversary) div.transformer4 .col2 .transformer-text {
	width: 100%;
	float: left;
}


/***** 3 columns content width     (.transformer5) *****/
body:not(.anniversary) div.transformer5 {	
	

	
}
body:not(.anniversary) div.transformer5 .transformer-wrapper {
	
	width: 100%;
	display: -webkit-box;      
	display: -moz-box;         
	display: -ms-flexbox;      
	display: -webkit-flex;     
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	
	align-items: left;
	justify-content: left;
	
}
body:not(.anniversary) div.transformer5 .col1 {
	/* width: 350px; */
	/*width: calc(100% / 3);*/
	width: 31.3%;
    margin-right: 3%;
	padding:0;
}	
body:not(.anniversary) div.transformer5 .col2 {
	/* width: 350px; */
	/*width: calc(100% / 3);
	padding: 0 15px 0 15px;	*/
	width: 31.3%;
    margin-right: 3%;
	padding:0;
}
body:not(.anniversary) div.transformer5 .col3 {
	/* width: 350px; */
	/*width: calc(100% / 3);
	padding: 0 0 0 15px;*/
	width: 31.3%;
	padding:0;
}
body:not(.anniversary) div.transformer5 .col1 .transformer-text,
body:not(.anniversary) div.transformer5 .col2 .transformer-text,
body:not(.anniversary) div.transformer5 .col3 .transformer-text {	
	float: none;
	
	
}



/***** 1/3rd content width  (.transformer6) *****/
body:not(.anniversary) div.transformer6 .transformer-wrapper {
	width: 100%;
	display: -webkit-box;      
	display: -moz-box;         
	display: -ms-flexbox;      
	display: -webkit-flex;     
	display: flex;
	margin: 0 auto;
	
}
body:not(.anniversary) div.transformer6 .col1 {
	width: calc(100%  / 3);	
}	
body:not(.anniversary) div.transformer6 .col2 {
	width: calc(100%  / 3 * 2);	
}
body:not(.anniversary) div.transformer6 .col1 .transformer-text {
	width: 100%;
	float: right;
}

body:not(.anniversary) div.transformer6 .col2 .transformer-text {
	width: 100%;
	float: left;
}

/***** 4 columns content width  (.transformer7) *****/
body:not(.anniversary) div.transformer7 .transformer-wrapper {
	width: 100%;
	display: -webkit-box;      
	display: -moz-box;         
	display: -ms-flexbox;      
	display: -webkit-flex;     
	display: flex;
	margin: 0 auto;	
}
body:not(.anniversary) div.transformer7 .col1 {
	width: calc(100%/4);
	padding: 0 15px 0 15px;		
}	
body:not(.anniversary) div.transformer7 .col2 {
	width: calc(100%/4);
	padding: 0 15px 0 15px;	
}
body:not(.anniversary) div.transformer7 .col3 {
	width: calc(100%/4);	
	padding: 0 15px 0 15px;	
}
body:not(.anniversary) div.transformer7 .col4 {
	width: calc(100%/4);	
	padding: 0 15px 0 15px;	
}

body:not(.anniversary) div.transformer7 .col1 .transformer-text,
body:not(.anniversary) div.transformer7 .col2 .transformer-text,
body:not(.anniversary) div.transformer7 .col3 .transformer-text,
body:not(.anniversary) div.transformer7 .col4 .transformer-text {	
	float: left;
}



body:not(.anniversary) div.transformer li {
	margin: 0;
}


/*** Module Tab ***/

ul.tab_nav {
	width: auto;
	position: relative;
	display: block;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	text-align: left;
	padding-left: 0 !important;
	margin: 40px 35px;
	background: rgba(255,255,255,0.7);
}
ul.tab_nav:before { 
	content:' '; 
	width: 50px; 
	left:-1px; 
	top: 0; 
	position: absolute; 
	height: 100%; 	
	background-image: linear-gradient(to right,rgba(255,255,255,1), rgba(255,255,255,0));
	z-index: 6;
}
ul.tab_nav:after { 
	content:' '; 
	width: 50px; 
	right:-1px;  
	top: 0; 
	position: absolute; 
	height: 100%; 	
	background-image: linear-gradient(to right, rgba(255,255,255,0),rgba(255,255,255,1));
	z-index: 6;
}


ul.tab_nav li {
	line-height: 2;
	
}
ul.tab_nav li a {
	line-height: 1.4;
}

ul.tab_nav li.selected a {
	text-decoration: underline;
	color: #9c9b0b;
}

div.tab-content {
	width: 100%;
	display: none;
	margin: 0 auto;
}

.slick-prev, .slick-next {
	width: 40px;
	height: 80px;
}
ul.tab_nav .slick-prev, ul.tab_nav .slick-next {
	width: 20px;
	height: 80px;
}
.slick-prev::before, .slick-next::before {
	
	color: black;
	
}

.slick-prev::before {
	content: '';
	background-image: url(arrow-left-1.png);
	background-position: left;
	background-repeat: no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	display: inline-block;
}
.slick-next::before {
	content: '';
	background-image: url(arrow-right-1.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	display: inline-block;
}
.slick-prev { left: -45px !important; }
.slick-next { right: -45px !important; }


ul.tab_nav  .slick-prev::before {	
	width: 20px;
	height: 20px;	
}
ul.tab_nav  .slick-next::before {	
	width: 20px;
	height: 20px;	
}

.slick-slide {
	height: auto;
}

	
/***** Module Slideritem *****/

ul.slider {
	padding: 0 !important;
	margin: 0 45px !important;
	display: none;
}

ul.slider.slick-initialized { display: block; }

.slideritem {
	display: inline-block;
	width: 100%;
	max-width: 1130px;
	margin: 0 auto !important;		
	
	box-sizing: border-box;
}
.blogpage .slideritem { max-width: 795px; }
.slideritem div {
	box-sizing: border-box;
}


.slideritem .slideritem-wrapper {
	width: 100%;
	max-width: 100%;
	display: -webkit-box;      
	display: -moz-box;         
	display: -ms-flexbox;      
	display: -webkit-flex;     	
	display: flex; 	
	flex-wrap: wrap;	  
	margin: 0 auto;
	align-items: start;	
	justify-content: center;		
	
	padding: 35px 35px 15px;
}

.slideritem div.slideritem-image {
	width: 100%;
	margin: 0 auto 10px;
	
}
.slideritem div.slideritem-image img,
.slideritem div.slideritem-image video {
	width: 100%;
}
.slideritem div.slideritem-text {
	max-width: 100%;
	width: auto;
	margin: 0 auto 20px;	
		
	font-size: 18px;
	line-height: 22px;	
}
.slideritem div.slideritem-text > h2 { margin-top: -7px; font-size: 32px; line-height: 1.2; text-align: left; }


.slideritem .col1 {
	padding: 0 15px 0 0;
	float: left;
	width: calc(50% - 20px);
}

.slideritem .col2 {
	padding: 0 0 0 15px;
	float: left;
	width: calc(50% - 20px);
}
.slideritem .col1:last-of-type {
	padding: 0;
}


.slideritem .col1 .slideritem-text {
	width: 100%;
	float: right;
}

.slideritem .col2 .slideritem-text {
	width: 100%;
	float: left;
}

.slideritem:not(.slick-cloned):nth-child(even) {
	background-color: #f5f5f5;
	
}

.slick-slider .slick-track, .slick-slider .slick-list { transform: none; }


h2 {
	
	font-family: "roboto_slablight",sans-serif;
	font-size: 48px;
	line-height: 67px;
	margin: 0 0 20px;
	text-align: center;

}

h3 {
	
	font-family: "roboto_slablight",sans-serif;
	font-size: 36px;
	line-height: 1.5;
	margin: 0 0 20px;
	text-align: center;

}



/***** Header film *****/
div.header-film {
	overflow: hidden;
	position: relative;
}

div.header-film div.image {
	width: 100%;
	height: 640px;
	max-height: 640px;
	
	background-size: cover;
	background-position: center;
	
	position: absolute;
	top: 0;
	left: 0;

}

div.header-film .overlay {
	
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
	
	background-color: #000000;

}



div.header-film .bottom-area {
	position: absolute;
	left: 0;
	right: 0;
	
	text-align: center;
	margin: auto;
	width: 1200px;
	height: auto;
	z-index: 3;
	
	top: 50%; 
	transform: translateY(-50%);
	
}

div.header-film .bottom-area h2 { 	
	font-family: "roboto_slablight",sans-serif;
	font-size: 48px;
	line-height: 67px;
	margin: 62px 0 42px;
	text-align: center;
	color: #ffffff;

}
div.header-film .bottom-area .lead {
	color: #ffffff;
	font-family: 'simbalregular', sans-serif;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	width: 800px;
	margin: 0 auto 42px;
}

div.header-film .bottom-area .button {	
	color: #ffffff;
	cursor: pointer;
	font-size: 20px;	
	position: relative;
	text-transform: uppercase;
	
	text-align: center;
	display: inline-block;
/* 	background-color: #b7ba32; */
	background-color: transparent;
	border: solid 3px #ffffff;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	/* -webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale; */
	
	cursor: pointer;
}

/* div.header-film .bottom-area .button:before { 
	content: '';
	position: absolute;
	border: #fff solid 5px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: top, right, bottom, left;
	transition-property: top, right, bottom, left;

}

div.header-film .bottom-area .button:hover::before {
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
} */

div.header-film .bottom-area .button a {
	text-decoration: none;
	line-height: 30px;
	padding: 18px 26px;
	display: inline-block;
	position: relative;
}
div.header-film .bottom-area .button:hover {
	background-color: #ffffff;
	color: #000000;
}




.slideritem-text > p { margin-top:-6px; }

body div.contact-form.contact-form-join form h3.form_title,
body div.contact-form.contact-form-join h2{ 
	font-family: "roboto_slablight",sans-serif;
    font-size: 48px;
    line-height: 67px;
    margin: 62px 0 42px;
    text-align: center;
	width:100%;
	color:#000;
}

body.contact2020 div.contact2020_wrapper, body.contact2020 div.contact2020_wrapper div#content { background-color:#f5f5f5; }
body.contact2020 div.contact2020_wrapper { padding-bottom: 1px; margin-bottom: 60px; }
body.contact2020 div.film.blogpage { width: 725px; }
body.contact2020 div.film.blogpage + div.context { width:395px; overflow: hidden; background-color: #fff; padding: 0; }
body.contact2020 div.film.blogpage + div.context div.text-area { margin: 0 20px; }
body.contact2020 div.contact2020_wrapper div.contact-form { margin:0; }

body.contact2020 div.film.blogpage + div.context .map-location { margin: 0 -20px; }
body.contact2020 div.film.blogpage + div.context .map-location img { height:395px; width:auto; }
body.contact2020 div.film.blogpage + div.context .map-location.desktop { display:block; }
body.contact2020 div.film.blogpage + div.context .map-location.mobile { display:none; }

body.contact2020 div.film.blogpage div.contact-form form div.contact_row, 
body.contact2020 div.film.blogpage div.contact-form form div.contact_row label, 
body.contact2020 div.film.blogpage div.contact-form form div.contact_row input,
body div.contact-form.contact-form-join form div.contact_row,
body div.contact-form.contact-form-join form div.contact_row label,
body div.contact-form.contact-form-join form div.contact_row input{ width:100%; }
body div.contact-form.contact-form-join form div.contact_row label{height:auto}
body.contact2020 div.film.blogpage div.contact-form form div.contact_row label.standalone{ margin-top:-8px; }
body div.contact-form.contact-form-join form div.contact_row label.standalone { margin-top:-4px; margin-bottom:-18px;}
body.contact2020 div.film.blogpage div.contact-form form div.contact_row:nth-of-type(even) { padding:0; }
body.contact2020 div.film.blogpage div.contact-form form div.contact_row input,
body div.contact-form.contact-form-join form div.contact_row input { width:100%; border-radius: 5px; height: 47px; font-size: 16px; padding: 18px 10px 14px; }
body.contact2020 div.film.blogpage div.contact-form form div.contact_row input.publish,
body div.contact-form.contact-form-join form div.contact_row input.publish { width: 340px; background-color: #b7ba32; border-color: #b7ba32; font-size: 30px;
    text-transform: unset; color:#ffffff; display: inline-block; margin: 0 auto; float: none; font-family: 'simbalregular', sans-serif; padding: 1px 6px 2px; }
body.contact2020 div.film.blogpage div.contact-form form div.contact_row input.publish:hover,
body div.contact-form.contact-form-join form div.contact_row input.publish:hover { color:#656253; }
body.contact2020 div.film.blogpage div.contact-form form div.contact_row.date { display:inline-block; width:110px; margin-right:24px; }
body.contact2020 div.film.blogpage div.contact-form form div.contact_row.duration { display:inline-block; width:168px; margin-right:23px; }
body.contact2020 div.film.blogpage div.contact-form form div.contact_row.address { display:inline-block; width:400px; }
body.contact2020 div.film.blogpage div.contact-form form div.contact_row textarea { width:100%; height:250px; border-radius:5px; padding: 10px; font-size: 16px; }


div.app-form { margin: 0 auto; width: 725px; }
@media only screen and (max-width: 800px){
	div.app-form { margin: 0 auto; width: 96%; }
}

div.app-form form div.contact_row input {
	width: 100%;
	height: 70px;
	border: solid 1px #666252;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 26px;
	line-height: 30px;
	float: left;
	margin: 0;
	font-family: "simbalregular",sans-serif;
}
div.app-form form div.contact_row { width:100%; margin-bottom: 10px;}
div.app-form form div.contact_row:nth-of-type(even) { padding:0; }
div.app-form form div.contact_row input { width:100%; border-radius: 5px; height: 47px; font-size: 16px; padding: 18px 10px 14px; }
div.app-form form div.contact_row label {
	display: block;
	float: left;
	width: 100%;
	height: 26px;
	box-sizing: border-box;
	color: #666252;
	font-size: 18px;
	line-height: 26px;
}
div.app-form form div.contact_row input.publish {
	width: 340px;
	background-color: #b7ba32;
	border-color: #b7ba32;
	font-size: 30px;
	text-transform: unset;
	color: #ffffff;
	display: inline-block;
	margin: 0 auto;
	float: none;
	font-family: 'simbalregular', sans-serif;
	padding: 1px 6px 2px;
}
div.app-form form div.contact_row input.publish:hover {
	color: #656253;
}
div.app-form form div.contact_row input[type="text"].error, 
div.app-form form div.contact_row textarea.error {
	border: 1px solid red;
}
div.app-form h3 {
	font-size: 28px;
}
div.app-form a:hover {
	text-decoration: underline;
}

ul.tab_nav.sticky_tab_nav, .sticky_tab_nav { position:fixed; z-index:100; }
.tab_nav_holder { display:none; }
.sticky_tab_nav + .tab_nav_holder { display:block; }





/**** Green button link ***/

.green-button {	
	text-decoration: none;
	line-height: 30px;
	padding: 10px 16px;

	

	color: #ffffff;
	cursor: pointer;
	font-size: 16px;	
	position: relative;
	text-transform: uppercase;
	
	text-align: center;
	display: inline-block;
	background-color: #b7ba32;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.green-button:hover {
	text-decoration: none;
}

.green-button:before { 
	content: '';
	position: absolute;
	border: #fff solid 5px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: top, right, bottom, left;
	transition-property: top, right, bottom, left;

}

.green-button:hover::before {
	top: -4px;
	right: -4px;
	bottom: -4px;
	left: -4px;
} 

.white-button-border {	
	text-decoration: none;
	line-height: 30px;
	padding: 2px 16px;
	width: auto;

	color: #b7ba32;
	cursor: pointer;
	font-size: 16px;	
	position: relative;
	text-transform: uppercase;
	
	text-align: center;
	display: inline-block;
	background-color: #ffffff;
	border: solid 3px #b7ba32;
	vertical-align: middle;
	
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	
	transition: all .2s ease;
}
.white-button-border:hover {
	/* text-decoration: none;
	color: #ffffff;
	background-color: #b7ba32;
	border: solid 3px #b7ba32; */
	text-decoration: none;
	padding: 4px 18px;
	margin-left: -2px;
	margin-right: 18px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.green-button-border {	
	text-decoration: none;
	line-height: 30px;
	padding: 2px 16px;

	

	color: #ffffff;
	cursor: pointer;
	font-size: 16px;	
	position: relative;
	text-transform: uppercase;
	
	text-align: center;
	display: inline-block;
	background-color: #b7ba32;
	border: solid 3px #b7ba32;
	vertical-align: middle;
	
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	
	transition: all .2s ease;
}
.green-button-border:hover {
	/* text-decoration: none;
	color: #b7ba32;
	background-color: #ffffff;
	border: solid 3px #b7ba32; */
	text-decoration: none;
	padding: 4px 18px;
	margin-left: -2px;
	margin-right: 18px;
	margin-top: 8px;
	margin-bottom: 8px;
} 

.chat_wrapper {
	height: 400px;
	margin: 0 auto;
}

.slido {
	height: 480px;
	margin: 0 auto;
}

.chat_wrapper iframe,
.slido iframe {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

div.videoPreWrapper + .chat_wrapper { margin-top:-21px; }

.chat_placeholder { display: none; }

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

	body.chat div#content,
	body.filmlanding.wallpaper.chat div#content { 
		position:relative;
		max-width: none; 
	}

	.chat_wrapper,
	.slido,
	.filmChat.codeRestrictionWelcome {
		display: none;
		position: absolute;
		top: 20px;
		right: 20px;
		width: 275px;
		margin-top: 20px !important;
	}
	
	body.chat .chat_wrapper,
	body.chat .slido,
	body.chat .filmChat.codeRestrictionWelcome {
		display: block;
	}
	 
	
	.chat_wrapper,
	.slido {
		height: 480px;
	}
	
	.slido + .chat_wrapper {
		top: unset;
		margin-top: 30px;
	}
	
	body.chat .context .chat_placeholder {
		height: 520px;
		display: block;
	}
	
}
.video-js.streamer-bg .vjs-image-container .vjs-video-images { margin: 0 !important; }



/* Sticky Floating Video player */
@keyframes fade-in-up {
  0% { opacity: 0; }
  100% { transform: translateY(0); opacity: 1; }
}

.filmlanding .flyedplayer .clip {
  video {
	max-width: 100%;
	max-height: 100%;
  }	  
}

.filmlanding .flyedplayer .stuck {
	position: fixed !important;
	z-index: 100;
	bottom: 20px;
	right: 20px;
	top: auto !important;
	left: auto !important;
	width: 260px !important;
	height: 145px !important;
	padding: 0 !important;
	transform: translateY(100%);
	animation: fade-in-up .25s ease forwards;
}
@media only screen and (max-width: 1330px){
	div.social_share {position: inherit; width: 100%; top: 0; left: 0; margin: 0px auto 10px;}
	div.social_share a {margin-right: 10px;}
}

@media only screen and (max-width: 1224px){
	h1 {
		margin: 62px 10px 42px;
	}

	.main-content > .text-area p {
		margin: 20px 10px;
	}
	div.header_content #first-line {
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0 2%;
		width: 100%;
	}	
	
	header #bottom #second-line {
		margin: 0 auto;
		width: 100%;
	}
	header {
	
	/*background-image: url('header-bg1224x230.jpg');*/
	background-image: none;
	/*background: rgba(65, 64, 66, 0.7);*/
	}
	#landing-page {
		background-image: url('bgr_1224x1080.jpg');
		background-position: center center;	
		background-attachment: inherit;		
	}
	div.landing {
		width: 100%;	
		box-sizing: border-box;
		padding-left: 2%;	
		padding-right: 2%;
	}
	
	div.static-links a.link {
		width: 23%;
		margin: 0 1%;
		height: 100%;		
	}
	div.partner-links a.link img {
		width: 100%;	
	}	
	
	div.main-content {
		box-sizing: border-box;		
		width: 100%;
	}

	div.member, 
	div.media_item.promoteblogs.three{
		float: left;
		margin: 15px 1% 20px;
		width: 31%;		
	}	
	div.member img, 
	div.media_item.promoteblogs.three img {
		width: 100%;
	}
	div.icon_item div.icon_wrap {
		width: 100%;		
	}
	div.icon_item div.text {
		width: calc(100% - 500px);		
	}
	div.icon_item div.more_info {
		width: calc(100% - 540px);
	}
	div.icon_item div.link {
		right: 1%;		
	}
	
	div.media_item {		
		float: left;
		margin: 10px 2%;
		position: relative;
		width: 46%;
	}
	div.media_item img {
		width: 100%;
	}
	div.media_item div.text.shorter{
		padding: 0;		
	}
	div.media_item div.link {
		position: static;
		float: right;		
	}	
	div.text-area table {
		width: 96%;		
	}	
	div.contact-form form {
		width: 100%;		
	}
	div.contact-form form div.contact_row {
		padding: 0 1.9% 0 0;
		margin: 0 0 1% 0;		
		width: 48%;		
	}
	div.contact-form form div.contact_row label {
		width: 40%;
		line-height: 26px;
		padding-top: 14px;
	}
	div.contact-form form div.contact_row input[type="text"], 
	div.contact-form form div.contact_row textarea {
		width: 60%;		
	}
	div.contact-form form div.contact_row label.standalone {
		width: 100%;
		height: 70px;
	}
	div.contact_row span {
		width: calc(100% - 10px);
		left: auto;
		right: 4%;
		padding: 2%;		
	}
	div.contact-form form div.contact_row input.publish {
		width: 60%;		
	}
	
	
	div.filmteaser {
		width: 100%;
		box-sizing: border-box;
		
	}
	div.teaser {
		float: left;
		margin-right: 2%;
		width: 70%;
	}
	a.teaser_link {
		width: 100%;	
		height: auto;		
	}
	a.teaser_link::before {
		width: 100%;		
		background-position: 95% center;
		background-size: auto 50%;
		height: 100%;	
	}
	
	a.teaser_link img {
		width: 100%;
		height: auto;		
	}
	a.teaser_link div.teaser_description {
		width: 70%;		
		top: 30%;
	}
	
	div.soon {
		width: 28%;		
	}
	a.soon_link {
		width: 100%;		
	}
	a.soon_link img {
		width: 100%;		
	}
	a.soon_link::after {
		width: 100%;
	}
	input.search-input {
		width: 96%;		
		margin: 0 0 30px 2%;
	}
	
	div.filmteaser input.search-input {
		width: 100%;		
	}	
		
	#filmListArea {
		padding: 0 1%;
		box-sizing: border-box;
	}
	
	div.film-thumb,
	.slido_context .film-thumb {
		margin: 15px 1% 40px;
		position: relative;
		width: 23%;
	}
		
	a.film_link,
	.slido_context .film-thumb a.film_link	{		
		width: 100%;
		height: auto;
	}
	a.film_link img,
	.slido_context .film-thumb a.film_link img	{	
		width: 100%;
		height: auto;
		
	}
	a.film_link::after,
	.slido_context .film-thumb a.film_link::after	{
		width: 100%;
		display: none;
		
	}

	div.play,
	.slido_context .film-thumb div.play	{
		width: 100%;
		height: 100%;
		background-size: 30% auto;
	}
		
		
		
		
	div.film {
		width: 100%;		
	}
	div.context {
		width: 100%;		
	}
	div.comments {
		width: 100%;		
	}
	div.comments_list {
		width: 100%;
		box-sizing: border-box;
		margin-left: 0px;
		padding-right: 0px;
	}
	
	footer{
		/*background-image: url('footer-bg1224x371.jpg');*/
	}	
	footer .footer_text {
		box-sizing: border-box;	
		padding: 140px 2% 0;
		width: 100%;
		text-align: center;
	}
	div.single_img {
        width: 96%;
        margin: 0 auto;
        padding: 0 2% 0 2%;
    }
    div.single_img img{
        width: 100%;      
    }
    div.error-msg {
    	width: 100% !important;
	}
	div.page-text.error {
    	width: 100%;
	}
	div.single_img {
	    width: 96%;
	    margin: 0 auto;
	    padding: 0 2% 0 2%;
	}
	div.blogpage div.single_img {width: 100%; padding: 0;}

	div.context div.film-thumb.blogpage {display: none;}
	div.blogpage div.contact-form form div.contact_row:nth-of-type(even) {padding-left: 0;}
	
	div.videogroup_film .description, div.videogroup_list { display: block; padding: 0; margin: 5px 0; }
	div.videogroup_list ul { padding-left: 0; }
	div.videogroup_list li { width: 24%; height: 140px; }
	.videogroup_wrapper img.loading { left: 0; right: 0; margin: 0 auto; }
	
	
	body:not(.anniversary) div.transformer .transformer-wrapper {
		padding: 0 15px;
	}
	
	
	body.contact2020 div.film.blogpage { width: 60.42%; }
	body.contact2020 div.film.blogpage + div.context { width:32.92%; }
	body.contact2020 div.film.blogpage + div.context .map-location { width:100%; }
	body.contact2020 div.film.blogpage + div.context .map-location img { height:auto; width:100%; }
	div.blogpage div.contact-form form div.contact_row label { display:table; }
	body.contact2020 div.film.blogpage div.contact-form form div.contact_row.address { width: calc(100% - 325px); }

	.context .desktop_only.slido { display:none; }
	.mobile_only.slido { display:block; }
}

@media only screen and (max-width: 1230px){ 
	div.static-links a.link div.hover {padding: 10px 20px 75px;}
	div#nav ul.first-level-nav li.nav-item a,
	.cbp-af-header.cbp-af-header-shrink #top div#nav ul.first-level-nav li.nav-item a { padding: 23px 24px 30px }
	
	ul.tab_nav { margin: 40px 45px; }
	div.tab-content { width: auto; /*margin: 0 45px;*/  }
	
	ul.slider { margin: 45px !important; }
	.slideritem, .blogpage .slideritem { max-width: calc(100vw - 90px); }
	.slideritem .slideritem-wrapper { padding: 45px; }
	
	div.header-film .bottom-area {
		width: 100%;
	}
	div.header-film .bottom-area .lead {
		width: 100%;
		max-width: 800px;
	}
	
	
}
@media only screen and (max-width: 1120px){ 
	div.static-links a.link div.hover {padding: 10px 10px 75px;font-size: 19px;}
	
}
@media only screen and (max-width: 1080px){ 
	.slideritem div.slideritem-text .green-button-border,
	.slideritem div.slideritem-text .white-button-border {
		min-width: 260px;
		
	}
	.slideritem div.slideritem-text .green-button-border:hover,
	.slideritem div.slideritem-text .white-button-border:hover {
		margin-left: 0;
		margin-right: 0;
	}
}

@media only screen and (max-width: 960px){ 
	div.static-links a.link div.hover {font-size: 20px;}
	div.text-area {
		width: 96%;
	}
	.separatorblank { display:inline-block; }
}

@media only screen and (max-width: 960px){ 
	header {
	
	/*background-image: url('header-bg960x230.jpg');*/
	background-image: none;
	/*background: rgba(65, 64, 66, 0.7);*/
	}
	#landing-page {
		background-image: url('bgr_960x1080.jpg');
		background-position: center center;	
		background-attachment: inherit;		
	}
	body.hidden-scroll div#landing-page{
		display: none;
	}
	body.hidden-scroll div.main-content{
		display: none;
	}
	body.hidden-scroll div.push{
		display: none;
	}
	body.hidden-scroll footer{
		display: none;
	}
	.mobile_only {
		display: block;	
	}
	.desktop_only {
		display: none !important;	
	}
	
	/* Mobile click-menu */	
	a.menu {display: block;	position: absolute; top: 10px; right: 2%; width: 50px; -webkit-transition: all 0.3s ease 0s;	color: #ffffff; display: block; font-size: 14px; line-height: 1em; padding:0;	text-decoration: none;	text-transform: uppercase;	cursor: pointer; -moz-transition: all 0.3s ease 0s;	transition: all 0.3s ease 0s;}
	a.menu span.icon {display: block; width: 50px;-moz-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
	a.menu span.icon span {background-color: #ffffff; display: block;height: 6px;margin-top: 8px;-moz-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}	
		
	
	
	header,
	header.with-sub, 
	header.error404	{
		/* background: none;	 */
		position: fixed;	
		/* height: 100px;	 */
		height: 70px !important;	
		transition: none;
	}
	header.open {
		background: rgba(0, 0, 0, 0.5) url('bgr_960x1080.jpg') no-repeat 100% center / cover !important;
		height: 100% !important;
		overflow: hidden;
	}
	header #first-line {
		border: none;		
	}
	header #bottom {
		display: none;		
	}
	header.open div.header_content	{
		height: 100%; 
		background: rgba(0, 0, 0, 0.5);			
	}
	div.header_content #first-line {
		height: 105px;		
	}
	div.header_content {
	    height: 72px; 
	}
	.cbp-af-header-shrink div.header_content #first-line {
		height: 69px;		
	}
	
	div.header_content #logo {
		margin: 12px 0;
		z-index: 6;	
		/*width: 75px;*/
	}
	header.big-menu div.header_content #logo {
	    margin-top: 12px;
	    float: left;
	    /*width: 75px;*/
	    margin-bottom: 30px;
	    -webkit-transition: all 0.3s ease 0s;
	    -moz-transition: all 0.3s ease 0s;
	    transition: all 0.3s ease 0s;
	}
	a.mobile-watch {
		background-color: #ffffff;
		background-image: url("black_eye.png");
		background-position: 121px center;
		background-repeat: no-repeat;
		border: 3px solid #ffffff;
		box-sizing: border-box;
		color: #231f20;
		display: block;
		 padding: 22px 0 22px 25px;
		top: 2px;
		width: 201px;
		text-decoration: none;
		text-transform: uppercase;		
		position: absolute;		
		left: 50%;
		margin-left: -82px;
		-moz-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;
	}
	a.mobile-watch:hover {
		background-image: url('white_eye.png');	
		background-color: transparent;
		color: #ffffff;
	}
	.cbp-af-header-shrink a.mobile-watch {
		padding: 22px 0 22px 25px;
		top: 2px;		
	}
	.cbp-af-header-shrink div.header_content #first-line,
	div.header_content #first-line {
		height: 100%;			
	}
	
	
	
	div#nav {
		display: none;
		height: 100%;
	/* 	padding-top: 80px; */
		float: none;
		width: 100%;
	}
	
	
	
	div#nav ul.first-level-nav {		
		height: 100% !important;				
		position: static;
		padding: 20px 0 0;
	}
	div#nav ul.first-level-nav li.nav-item {
		width: 100%;		
	}
	header div#nav ul.first-level-nav li.nav-item a,
	header div#nav ul.first-level-nav li.nav-item a.active	{
		margin: 0px 1% !important;
		padding: 60px 1% 20px !important;
		border: none;
		border-bottom: 1px solid #ffffff;
		font-size: 18px;
	}
	header div#nav ul.first-level-nav li.nav-item a.active {
		font-weight: bold;		
	}
	
	header div#nav ul.first-level-nav li.nav-item a:hover {
		border-top: none;		
		margin: 0 1% !important;
		padding: 60px 1% 20px !important;
	}
	header.with-sub div#nav ul.first-level-nav li.nav-item a.active, 
	header.with-sub div#nav ul.first-level-nav li.nav-item a.active:hover,
	.cbp-af-header.cbp-af-header-shrink.with-sub #top div#nav ul.first-level-nav li.nav-item a.active:hover,
	.cbp-af-header.cbp-af-header-shrink.open #top div#nav ul.first-level-nav li.nav-item a.active	{
		background: none;
		
	}
	
	.cbp-af-header.cbp-af-header-shrink #top,	
	.cbp-af-header.cbp-af-header-shrink #top div#nav ul.first-level-nav,
	.cbp-af-header-shrink div.header_content #first-line {
		height: 100% !important;		
	}
	
	div#nav {
		overflow: hidden;
		width: 100%;
		
		
		height: calc(100% - 105px);
	}
		
	.cbp-af-header.cbp-af-header-shrink #top div#nav {
		overflow: hidden;
		width: 100%;
		
		
		height: calc(100% - 85px);
	}
	
	div#nav ul,
	.cbp-af-header.cbp-af-header-shrink #top div#nav ul{
		overflow-y: scroll;
		overflow-x: hidden;
		height: 100%;
		width: 100%;
	}
	div#nav .subnav-mobile.mobile_only ul {
    	overflow-y: hidden;
		padding-left: 30px;
	}
	div#nav ul.first-level-nav li.nav-item:nth-last-child(2)  {
		padding-bottom: 80px;
		
	}
	
/* Subnav */
	header div#nav ul.first-level-nav li.nav-item.active ul li a,
	header div#nav ul.first-level-nav li.nav-item .subnav-mobile a {
		border: none;		
		margin: 0px 1% !important;
		padding: 20px 1% 10px !important;
		font-size: 16px;
	}
	header div#nav ul.first-level-nav li.nav-item .subnav-mobile {
		display:none;
	}
	header div#nav ul.first-level-nav li.nav-item.active .subnav-mobile {
		display:block;
	}
	header.open div#nav ul.first-level-nav li.nav-item.subnav span.nav_toggle {
		display:block;
	}

	
    div.single_img img{
        width: 100%;        
    }

	a.arrowDown {
		/* position: static;		 */
		display: none;
	}
	
	div.page-lead, .lead {
		width: auto;
		margin: 0 10px 42px;
	}
	div.lead.text_important, 
	div.lead.text_cite {width: initial;}
	
	div.static-links {
		display: block;
		float: left;
		padding: 20px 0;
	}
	div.static-links a.link {
		border-bottom: 3px solid #9ba239;
		box-sizing: border-box;
		margin: 0 2% 10px;		
		padding: 30px 2%;
		width: 96%;
	}
	
	div.static-links a.link img {
		width: auto;
	}
	div.static-links a.link p {
		margin: 10px 0;		
	}
	
	div.static-links a.link div.hover {
		padding: 20px 35px 105px;
		position: static;	
		opacity: 1;		
		background-image: url('arrow-right.png');	
	}
	div.static-links a.link:hover div.hover {		
		opacity: 1;
	}
	
	div.static-links a.link div.hover {
		background-image: url('arrow-right-hover.png');	
	}

	div.static-links a.link.no-link div.hover {
		background-image: none;
		padding-bottom: 20px;
	}
	
	div.film-thumb,
	.slido_context .film-thumb {
		margin: 15px 1% 20px;
		position: relative;
		text-align: center;
		width: 98%;
		height: auto;
	}
	a.film_link,
	.slido_context .film-thumb a.film_link {
		height: auto;
		width: auto;
		float: none;
		display: inline-block !important;
		margin: 0 auto;
	}
	a.film_link img,
	.slido_context .film-thumb a.film_link img {
		width: auto;		
	}
	
	div.play,
	.slido_context .film-thumb div.play	{
		background-size: auto auto;
		height: 100%;
		width: 100%;
	}
	
	div.film-thumb div.film_description {
		float: none;		
	}
	div.film-thumb div.film_description h3 {
		height: auto;		
	}
	
	div.partner-links {
		display: block;
		padding: 0;
		text-align: center;
		width: 100%;
	}
	
	div.partner-links a.link {
		display: inline-block;
		/* padding: 20px; */
		text-align: center;
		vertical-align: middle;
	}
	div.icon_item a.icon_wrap {
		padding-bottom: 40px;		
	}
	div.icon_item div.img_wrap {
		width: 40%;		
	}	
	div.icon_item h3 {
		width: 50%;		
	}
	div.icon_item div.text,
	div.icon_item div.more_info {
		width: 100%;
		padding: 10px 60px 10px 0;		
		margin: 0;
		height: auto;
	}
	
	div.text-area table tr td {
		width: 100% !important;
		display: block;
		text-align: center;
	}
	
	div.contact-form form {
		padding: 0 2%;		
	}
	div.contact-form form div.contact_row,
	div.blogpage div.contact-form form div.contact_row {
		width: 100%;
		margin: 0 0 2%;
		padding: 0;  
	}
	
	div.contact_row span {
		left: auto;
		padding: 2%;
		right: -0.1%;
		right: 0%;
		width: 100%;
		visibility: visible;	
		display: none;
	}
	div.contact_row a:hover span {
		visibility: visible;		
	}
	
	div.teaser {
		float: left;
		margin-right: 0;
		width: 100%;
	}
	a.teaser_link div.teaser_description {
		top: 10%;		
	}
	
	a.teaser_link::after {
		/*display: none;*/
	}
	
	div.soon {
		margin: 40px 0;
		text-align: center;
		width: 100%;
	}
	
	a.soon_link {
		display: inline-block !important;
		float: none;
		height: auto;
		margin: 0 auto;
		width: auto;		
	}
	a.soon_link::after {
		display: none;
	}
	a.soon_link img {
		width: auto;
		height: auto;
	}
	
	div.soon div.soon_description {
		float: none;
		width: 100%;
	}
	
	a.mobile-logout{
		display: block !important;
		background-image: url('icon-profile.png') !important;
	    background-size: 30px !important;
	    background-repeat: no-repeat !important;
	    background-position: 68px 53px!important;
	}
	
	a#signout{
		display: none !important;
	}
	
	div.popup{
		display: none !important;
	}
	
	footer{
		/*background-image: url('footer-bg960x371.jpg');*/
	}	
	footer .footer_text a.f-contact {
		/*float: right;*/
		float: none;
		display: inline-block;
	}
	footer .footer_text div.social-links {
		display: inline-block;
		float: none;
		margin: 40px auto 0;
		width: 100%;
		text-align: center;
	}	
	footer .footer_text div.social-links a {
		display: inline-block;
		float: none;
	}

	form.serachForm {margin-top: 0;}
	
	
	div.videogroup_list li { width: 49%; height: auto; }
	
		
	body:not(.anniversary) div.transformer5 .transformer-wrapper {		
		align-items: normal;
		justify-content: center;		
	}
	
	body:not(.anniversary) div.transformer3 .transformer-wrapper,
	body:not(.anniversary) div.transformer4 .transformer-wrapper,
	
	body:not(.anniversary) div.transformer7 .transformer-wrapper {
		width: 100%;		
		padding: 0;
	}
	body:not(.anniversary) .transformer-wrapper .transformer-text {
		padding: 0 15px;
	}
	
	body:not(.anniversary) div.transformer5 .transformer-text,
	body:not(.anniversary) div.transformer6 .transformer-text	{			
		padding: 0;
	}
	
	body:not(.anniversary) div.transformer2 .col1,
	body:not(.anniversary) div.transformer2 .col2 {
		width: 100%;
		padding: 0;
	}
	body:not(.anniversary) div.transformer2 .col1 .transformer-text,
	body:not(.anniversary) div.transformer2 .col2 .transformer-text {
		padding: 0 15px;
	}
	
	body:not(.anniversary) div.transformer4 .col1,
	body:not(.anniversary) div.transformer4 .col2 {
		padding: 0;
		width: 100%;
	}
	
	div.tab-content { margin: 0; }
	
	
	body.contact2020 div.film.blogpage { width: 100%; }
	body.contact2020 div.film.blogpage + div.context { width:100%; }
	body.contact2020 div.film.blogpage + div.context .map-location.desktop { display:none; }
	body.contact2020 div.film.blogpage + div.context .map-location.mobile { display:block; margin: 0; }
	body.contact2020 div.film.blogpage + div.context div.text-area { margin:0; width:100%; }


	
	
	ul.tab_nav {
		margin: 15px !important;
	}
	ul.tab_nav .slick-prev {
		width: 20px;
		height: 20px;
		left: -5px !important;
		z-index: 8;
	}
	
	ul.tab_nav .slick-next {
		width: 20px;
		height: 20px;
		right: -5px !important;
		z-index: 8;
	}
	
	
	.slideritem .slideritem-wrapper {
		padding: 25px;		
	}
	.blogpage .slideritem { max-width: calc(100vw - 130px); }
	.slideritem .col1,
	.slideritem .col2 {
		width: 50%;
	}
	
	
	
	.slideritem .slideritem-wrapper ul li { margin-left:30px; }
	.slideritem div.slideritem-text > h2 { margin-top: 0; font-size: 26px;}
	
	.slideritem div.slideritem-text .green-button-border,
	.slideritem div.slideritem-text .white-button-border,
	.slideritem div.slideritem-text .green-button {
		width: 100%;
		min-width: auto;		
	}
	
	
	
	
	.tab_nav .slick-list { width: calc(100vw - 130px); }
	div.text_image_left img, div.text_image_right img, 
	div.text_image_left video, div.text_image_right video { width:100%; }
}

@media only screen and (max-width: 840px){
	.codeRestrictionWelcome { padding-bottom: 0; padding-top: 10px; }
	.codeRestrictionWelcome + .codeRestrictionWelcome { padding-bottom: 30px; }
	.codeRestrictionWelcome p { margin-top: 0; }
}

@media only screen and (max-width: 800px){
	div.text_important {padding: 20px; margin: 20px 0;}
	h1 {font-size: 32px; line-height: 50px; margin: 42px 10px 22px;}
	div.single_img img, div.text_image_left img, div.text_image_right img, 
	div.contact, div.mod_subscribe {margin-bottom: 20px;}
	div.mod_subscribe.border>p, div.contact.border, div.contact.border h2 {font-size:28px !important; font-family: 'roboto_slabregular' !important;}
	div.text_image_left p.img, div.text_image_right p.img {text-align: center; display: block; margin-right: 20px;}
	div.text_image_left img, div.text_image_right img {margin-left: 0px; margin-right: 0px; float: none;}
	div.blogpage div.text_image_left p.img, div.blogpage div.text_image_right p.img {margin-right: 0;}
	
	.videogroup_film .description {	width: 100%; }
	
	
	div.header-film {
		height: 640px;
		
	}
	
	/* Thank you label */
	div.contact-form form h2 {
		width: 100%;
	}
	
}

@media only screen and (max-width: 640px){
	header {
	
	/*background-image: url('header-bg640x230.jpg');*/
	background-image: none;
	/*background: rgba(65, 64, 66, 0.7);*/
	}	
	#landing-page {
		background-image: url('bgr_640x1080.jpg');
		background-position: center center;	
		background-attachment: inherit;		
	}
	
	div#content {
		padding: 0 2%;
	}
	
	div.film div.clip_description {
		width: 100%;		
	}
	div.media_item h3 {  
	    height: 100%; 
	}
	
	div.member, 
	div.media_item.promoteblogs.three{
		float: left;
		margin: 15px 2% 40px;
		width: 96%;
	}
	div.media_item.promoteblogs.three img {
		width: 100%;
	}
	
	div.icon_item div.img_wrap {
		width: 100%;
		padding-bottom: 10px;
	}	
	div.icon_item h3 {
		text-align: center;
		width: 100%;
		margin: 0;
	}	
	div.icon_item div.text, 
	div.icon_item div.more_info {
		display: block !important;
		padding: 10px 0;
	}
	div.icon_item div.link {
		display: none;		
	}
	
	div.media_item.moreblogs {
		width: 96%;
		margin: 10px 2%;
		margin-bottom: 40px;
	}
	div.media_item {
		width: 96%;
		height: auto;	
		margin-bottom: 40px;		
	}
	div.media_item div.text {
		height: auto;		
	}
	
	
	div.contact_row span {
		left: auto;
		padding: 2%;
		right: 0%;
		width: 100%;
	}
	form#login_form div.login_row label, 
	form#login_form div.div_row label {
	    width: 100%;
	    height: 40px;
	}

	form#login_form input{
		width: 100%;
	}
	form#login_form div.login_row,
	form#login_form div.div_row{
		padding: 0;
	}
	form#login_form, form#registration_form {
	    width: 100%;
	    margin: 0 auto;
	}
	div#registration.block{
		width: 100% !important;
	}
	div#registration_block input{
		width: 100% ;
	}
	
	div#registration.block div.login_row,
	div#registration.block div.div_row {
	    padding: 0 ;
	}
	div#registration_block img#siimage{
		margin: 25px 0 25px 0;
	}
	
	#commentForm {
		width: 100%;		
	}
	#commentForm .formElement {
		width: 100%;		
	}
	#commentForm .authorField,
	#commentForm .textarea {
		width: 100%;
		box-sizing: border-box;
	}
	#commentForm input.captchaField {
		width: 40%;	
		float: right;		
	}
	#commentForm input.publish {
		margin-top: 40px;		
	}
	div.restriction_text {
	    width: 100%;
	}
	footer{
		/*background-image: url('footer-bg640x371.jpg');*/
	}	
	footer .footer_text {		
		padding: 40px 2% 0;
		text-align: center;
	}
	footer .footer_text a.f-logo {
		display: inline-block;
		float: none;
		text-align: center;
		width: 100%;
		margin: 0px;
		padding: 0px;
	}
	footer .footer_text a.f-contact {	
		display: inline-block;
		float: none;		
		margin: 40px auto 0;		
	}
	textarea#embedCode {
    	width: 100%;
    	padding: 5px;
    	box-sizing: border-box;
	}
	div.single_clip.open div.social {
	    margin: 25px 0 5px;
	    float: left;
	    width: 100%;
	    position: relative;
	    height: 80px;
	}
	button.embed.emb {
	    margin: 0px 50% 5px 0;
	}
	button.embed.embcopy {
	    margin-top: 8px;
	}
	div.fb-like {
	    display: inline-block; 
	    position: absolute;
	    bottom: 25px;
	    left: 0px;
	}
	div.fb-share-button{
		display: inline-block;
	    position: absolute;
	    bottom: 0px;
	    left: 0;
	}
	div#___plus_0 {
	    display: inline-block;
	    float: right !important;
	    position: absolute !important;
	    bottom: 0px !important;
	    left: 150px !important;
	}
	div#___plusone_0 {
		display: inline-block;
	    float: right !important;
	    position: absolute !important;
	    bottom: 25px !important;
	    left: 150px !important;
	}
	
	div.main-content li {margin-left: 40px;}
	p.autor {text-align: center;}
	p.autor img {float: none !important;}
	div.filmteaser {padding: 40px 1% 0;}
	div.filmteaser div.teaser, div.filmteaser div.soon {display: none;}
	div.filmteaser div.film-thumb{display: block;}
	div.blogpage div.media_item.moreblogs {width: 100%; margin: 10px 0; margin-bottom: 40px;}
	
	div.videogroup_list li { margin-left: 0; }
	
	body:not(.anniversary) div.transformer6 .transformer-wrapper,
	body:not(.anniversary) div.transformer7 .transformer-wrapper	{
		flex-wrap: wrap;
	}
	
	body:not(.anniversary) div.transformer5 {
		padding: 0;
	}
	
	body:not(.anniversary) div.transformer5 .transformer-wrapper {
		align-items: normal;
	}	
	
	body:not(.anniversary) div.transformer5 .col1,
	body:not(.anniversary) div.transformer5 .col2,
	body:not(.anniversary) div.transformer5 .col3 {
		padding: 0 15px;
	}
	

	body:not(.anniversary) div.transformer .col1,
	body:not(.anniversary) div.transformer .col2,
	body:not(.anniversary) div.transformer .col3,
	body:not(.anniversary) div.transformer .col4	{
		width: 100%;
		padding: 0;
	}
	
	
	.slideritem div.slideritem-text,
	.slideritem div.slideritem-text > h3{
		text-align: center;
	}
	
	
	body.contact2020 div.film.blogpage div.contact-form form div.contact_row.date, 
	body.contact2020 div.film.blogpage div.contact-form form div.contact_row.duration, 
	body.contact2020 div.film.blogpage div.contact-form form div.contact_row.address { width:100%; }
	
	body.contact2020 div.contact2020_wrapper .main-content { padding-top: 0 !important; }
	
	div.text_cite {margin-right: 0; margin-left: 0;}
	div.text_important { padding: 60px; }
		
	ul.slider { margin: 15px 0 !important; }

	.slideritem { flex-wrap: nowrap; max-width: 100vw; }
	.slideritem .col1,
	.slideritem .col2 {
		width: 100%;
		padding: 0;
		
	}
	
	.slideritem .slideritem-wrapper {
		flex-direction: column;
		padding: 0 15px;
	}
	.blogpage .slideritem { max-width: calc(100vw - 30px); }
	.slideritem .slideritem-wrapper.reverse {
		flex-direction: column-reverse;
	}
	ul.slider .slick-prev,
	ul.slider .slick-prev:hover {
		top: 20%;
		left: 25px !important;
		/* background: rgba(255, 255, 255, 0.7); */
		z-index: 3;
		width: 30px;
		height: 50px;
	}
	ul.slider .slick-next,
	ul.slider .slick-next:hover {
		top: 20%;
		right: 25px !important;
		/* background: rgba(255, 255, 255, 0.7); */
		z-index: 3;	
		width: 30px;
		height: 50px;
	}
	ul.slider .slick-prev::before,
	ul.slider .slick-next::before {
		width: 30px;
	}
	ul.slider.gallery .slick-prev,
	ul.slider.gallery .slick-prev:hover, 
	ul.slider.gallery .slick-next,
	ul.slider.gallery .slick-next:hover {
		top: 48%;
	}
	
	.slideritem-text .lead {
		font-size: 27px;
		line-height: 34px;
		margin: 20px 0;
	}
	
	
	
	.slideritem div.slideritem-text > h2 {
		text-align: inherit;
	}
	
	.codeRestrictionWelcome { padding: 1px 10px 0; }
	.codeRestrictionWelcome input, .poll.codeRestrictionWelcome input { width: 55%; }
}

@media only screen and (max-width: 564px){
	div.text_image_left img, div.text_image_right img {width: 100%;}
	
	div.videogroup_list li { width: 100%; height: auto; margin-right: 0;}
	
}

@media only screen and (max-height: 480px){
	#landing-page {
		/*background-image: url('bgr_480x1080.jpg');*/
		background-image: none;
		background: rgba(65, 64, 66, 0.7);
		background-position: center center;	
		background-attachment: inherit;		
	}
	footer{
		/*background-image: url('footer-bg480x371.jpg');*/
	}	
    
}
@media only screen and (max-width: 480px){ 
	header {
	
	/*background-image: url('header-bg480x230.jpg');*/
	background-image: none;
	/*background: rgba(65, 64, 66, 0.7);*/
	}
	#landing-page {
		background-image: url('bgr_480x1080.jpg');
		background-position: center center;	
		background-attachment: inherit;		
	}
	a.mobile-watch {		
		background-position: 92px center;	
		background-size: 25% auto;
		border: 3px solid #ffffff;
		box-sizing: border-box;		
		left: 50%;
		margin-left: -52px;
		padding: 10px 0 10px 6px;
		position: absolute;
		top: 13px;		
		width: 140px;
	}
	
	.cbp-af-header-shrink a.mobile-watch {
		padding: 10px 0 10px 6px;
		top: 13px;	
	}
	
	h1 {		
		font-size: 32px;
		line-height: 46px;
		margin: 0 10px 20px;
		text-align: center;
	}
	div.text-area h2 {
		font-size: 40px;
		line-height: 46px;
		margin: 20px 0;
	}
	
	
	div.page-lead, .lead {
		width: auto;
		font-size: 22px;
		line-height: 28px;
		margin: 0 10px 42px;		
	}
	
	div.landing {
		padding-top: 50px;
	}
	
	div.landing h2 {
		margin: 40px 10px 20px;
		font-size: 36px;
		line-height: 54px;
	}
		
	div.landing div.video a.videolink {
		margin: 20px 0;
	}
	
	div.header-film .bottom-area h2 { 
		margin: 40px 10px 20px;
		font-size: 36px;
		line-height: 54px;
	}
	
	
	
	.slideritem div.slideritem-text > h2 { 		
		font-size: 28px;		
		text-align: center;
	}
	
	div.contact-form form div.contact_row label,
	div.blogpage div.contact-form form div.contact_row label {
		width: 100%;
		height: 50px;		
	}
	div.contact-form form div.contact_row input[type="text"], 
	div.contact-form form div.contact_row textarea,
	div.contact-form form div.contact_row input.publish {
		width: 100%;		
	}	
	
	div.contact_row span {		
		right: 0.1%;
		top: -127px;	
		font-size: 18px;		
		line-height: 20px;
	}
		
	#commentForm input.captchaField {
		width: 100%;
		box-sizing: border-box;
		height: 42px;
		margin-top: 40px;
	}
	#commentForm input.publish {
		width: 100%;	
	}
	
	
	
	
}

@media only screen and (max-width: 375px){
	.blogpage .slideritem { max-width: calc(100vw - 15px); }
}

@media only screen and (max-width: 320px){ 	
	header {
		/*background-image: url('header-bg320x230.jpg');*/
		background-image: none;
		/*background: rgba(65, 64, 66, 0.7);*/
	}

	#landing-page {
		background-image: url('bgr_320x1080.jpg');
		background-position: center center;	
		background-attachment: inherit;		
	}	
	
	h1 {
	    font-size: 32px;
	    line-height: 40px;
	    margin: 0 10px 20px;
	    text-align: center;
	}
	
	div.landing div.button {
		line-height: 30px;
		width: 96%;
		height: auto;
		padding: 10px 0;
		
	}
	
	div.landing h2 {
		font-size: 32px;
		line-height: 42px;
	}
	
	footer .footer_text a.f-contact {
		
		padding: 13px 39px;
	}
	footer .footer_text div.social-links a {
		margin-left: 5px;
		
	}
	
}


@media only screen and (max-width: 1000px){
	div.mod_subscribe {padding-left: 19%; padding-right: 20%;}
	div.mod_subscribe div+div {margin-right: 0;}
}
@media only screen and (max-width: 730px){
	div.mod_subscribe {padding-left: 15%; padding-right: 15%;}
}
@media only screen and (max-width: 640px){
	div.mod_subscribe {padding-left: 10%; padding-right: 10%;}
	div.mod_subscribe.wait {padding: 5% 10%;}
	div.mod_subscribe.border span, div.contact.border h2 {font-size: 26px !important;}
}

@media only screen and (max-width: 585px){
	div.mod_subscribe div {width: 100%;margin-right: 0;}
	div.mod_subscribe div+div {width: 100%;margin-top: 0;}
}
@media only screen and (max-width: 520px){
	div.mod_subscribe.border span, div.contact.wait, div.contact.border h2 {font-size: 23px !important;}
}
@media only screen and (max-width: 500px){
	div.mod_subscribe div+div:not(.contact_privacy) { width: 89px; }
}
@media only screen and (max-width: 440px){
	div.mod_subscribe {padding-left: 10%; padding-right: 10%;}
	div.mod_subscribe p, div.mod_subscribe div+div p {margin: 18px 5%;}
	div.mod_subscribe div:not(.contact_privacy) { width: 100%; }
	div.mod_subscribe div+div:not(.contact_privacy) {width: 100%;margin-top: 20px;}
	div.mod_subscribe.wait {padding: 5% 5%;}
	div.mod_subscribe.border span, div.contact.wait, div.contact.border h2 {font-size: 21px !important;}
}

@media only screen and (max-width: 360px){
	div.blog_meta {font-size: 14px;}
	div.mod_subscribe.wait {padding: 5%; background-image: none;}
	div.contact.wait {padding-left: 0;  background-image: none;}
}