 html, body, div, span, applet, object, iframe,
 p, blockquote, pre,
 a, abbr, acronym, address, big, cite, code,
 del, dfn, em, img, ins, kbd, q, s, samp,
 small, strike, strong, sub, sup, tt, var,
 center,
 dl, dt, dd, ol, ul, li,
 fieldset, form, label, legend,
 table, caption, tbody, tfoot, thead, tr, th, td,
 article, aside, canvas, details, embed,
 figure, figcaption, footer, header, hgroup,
 main, menu, nav, output, ruby, section, summary,
 time, mark, audio, video {
	 margin: 0;
	 padding: 0;
	 border: 0;
	 font-size: 100%;
	 font: inherit;
	 vertical-align: baseline;
}
 
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
     display: block;
}

body {
	 background-color: #c9d0a4;
	 line-height: 1.25;
	 font-family: Arial, Helvetica, sans-serif;
}

img, video {
	max-width: 100%;
	vertical-align: middle;
}

/* BOX HACKING */
 
html {
	box-sizing: border-box;
}
 
*, *:before, *:after {
	box-sizing: inherit;
}
 
/* ----------------- fontello icons ---------------- */

@font-face {
    font-family: 'fontello';
    src: url('/font/fontello.eot'); /* ../ */
    src: url('/font/fontello.eot#iefix') format('embedded-opentype'),
        url('/font/fontello.woff') format('woff'),
        url('/font/fontello.ttf') format('truetype'),
        url('/font/fontello.svg#fontello') format('svg');	
    font-weight: normal;
    font-style: normal;
}

/* Adaptive design */

@media (max-width: 639px)  { body {font-size:120%;} }
@media (max-width: 639px)  { input[type="checkbox"] {width: 25px; height: 25px;} }

#fullarea {
	display: table;
	width: 100%;
}

#leftarea, #rightarea {
	display: table-cell;
	vertical-align: top;
	padding: 10px;
}

#leftarea {
	width: auto;	
}

#rightarea {
	width: 0;
}

@media screen and (min-width: 950px) {
	/*
	#leftarea {
		width: auto;
	}
	*/
	#rightarea {
		display: table-cell;
		width: 300px;
	}
	
	div.footer {
		display: block;
	}
	
	#contacts  {
		display: none;
	}
}

@media screen and (max-width: 949px) {
	/*
	div.footer {
		display: none;
	}
	*/
	
	#leftarea {
		width: 100%;
	}
	
	#rightarea {
		display: none;
		width: 0px;
	}
	
	#contacts  {
		display: block;
	}
}

@media screen and (min-width: 640px) {
	#logo {
		display: block;
	}
}

@media screen and (max-width: 639px) {
	#logo {
		display: none;
	}
}

a[rel=hideonlowres]  {
	display: list-item;
}

div[rel=hideonlowres] {
	display: block;
}

span[rel=hideonlowres] {
	display: inline;
}
	
.w_5perc  { width: 5%; }
.w_10perc { width: 10%; }
.w_15perc { width: 15%; }
.w_20perc { width: 20%; }
.w_25perc { width: 25%; }
.w_30perc { width: 30%; }
.w_33perc { width: 33%; }
.w_35perc { width: 35%; }
.w_40perc { width: 40%; }
.w_45perc { width: 45%; }
.w_50perc { width: 50%; }

.w_1perc_fixed { width: 1%; }
.w_2perc_fixed { width: 2%; }
.w_3perc_fixed { width: 3%; }
.w_4perc_fixed { width: 4%; }
.w_5perc_fixed { width: 5%; }
.w_6perc_fixed { width: 6%; }
.w_7perc_fixed { width: 7%; }
.w_8perc_fixed { width: 8%; }
.w_9perc_fixed { width: 9%; }
.w_10perc_fixed { width: 10%; }
.w_15perc_fixed { width: 15%; }
.w_20perc_fixed { width: 20%; }
.w_25perc_fixed { width: 25%; }
.w_30perc_fixed { width: 30%; }
.w_33perc_fixed { width: 33%; }
.w_35perc_fixed { width: 35%; }
.w_40perc_fixed { width: 40%; }
.w_45perc_fixed { width: 45%; }
.w_50perc_fixed { width: 50%; }

div[rel=showonlowres],
span[rel=showonlowres] {
	display: none;
}

@media screen and (max-width: 768px) {
	
	a[rel=hideonlowres], div[rel=hideonlowres], span[rel=hideonlowres] {
		display: none;
	}
	
	div[rel=showonlowres] {
		display: block;
	}
	
	span[rel=showonlowres] {
		display: inline;
	}
	
	.w_5perc,
	.w_10perc,
	.w_15perc,
	.w_20perc,
	.w_25perc,
	.w_30perc,
	.w_33perc,
	.w_35perc,
	.w_40perc,
	.w_45perc,
	.w_50perc { width: 100%; }
	
	.cell {
		display: block;
		width: 100%;
		text-align: left;
	}
	
	div[rel=user_data] {
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
	}
	
	div[rel=user_avatar] img {
		height: 50px;
		margin-right: 10px;
	}
}

#search_mobile, #search_desktop, #popular_posts, div.rblock {
	display: block;
	width: 100%;	
}

#search_mobile {
	padding: 10px;
}

#popular_posts, div.rblock {
	margin-bottom: 10px;
}

/*  ------------------------------------------- */

div,span,p,table {
	font-size: 100%;
	font-style: normal;
}

a, img {
	outline: none;
	border: 0px;
}

h3 {
	margin: 0;
	padding: 0px 0px 10px 0px;
	text-align: center;
}

select {
	font-size: 100%;
	font-style: normal;
	color: #000;
	border-color: #000;
	border-width: 1px;
	border-style: solid;
}

/* ------------------------------------------------------------ */

div.video_wrap {
	position: relative;
	display: inline-block;
	width: 0x;
	height: 0px;
	vertical-align: top;
}

div.video_wrap img {
	border-radius: 5px;
}

/* Style of search */

#search {
	display: flex;
	padding: 0 15px 0 15px;
	/* min-width: 500px; */
}

#search form {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.flex-item-center {
	display: flex;
	align-items: center;
}

#query {
	width: 100%;
    height: 30px;
    padding: 5px 5px;
    float: left;
    border: 0;
    background: #eee;
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -khtml-border-radius: 3px 0 0 3px;
}
 
#query:focus {
    outline: 0;
    background: #fff;
    box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}

#search button {
	position: relative;
	height: 30px;
	width: 30px;
	margin-left: 1px;
	overflow: hidden;
	border: 0;
	cursor: pointer;
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -khtml-border-radius: 0 3px 3px 0;
}

#search button:after {
	content: '\e806';
	font-family: 'fontello';
	font-size: 20px;
	color: #e8ddaf;
	position: absolute;
	top: 50%;
	left: 50%;	
	transform: translate(-50%, -50%);
	transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

#search button:hover:after {
	color: white;
}

/* ---------------------------------------------- */

table.searchres {
	width: 100%;
}

table.searchres tr td {
	padding: 5px;
}

table.searchres tr td:nth-child(1) {
	text-align: right;
	vertical-align: top;
	width: 40px;
}

table.searchres tr td:nth-child(2) {
	text-align: left;
	vertical-align: top;
}

table.searchres tr td:nth-child(2) a {
	color: #e8ddaf;	
}

table.searchres tr td:nth-child(2) a:hover{
	color: #fff;
}

button {
	background-color: initial;
	background-image: linear-gradient(-180deg, #FF7E31, #E62C03);
	border-radius: 6px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	outline: 0;
	overflow: hidden;
	padding: 0 20px;
	pointer-events: auto;
	position: relative;
	text-align: center;
	touch-action: manipulation;
	user-select: none;
	-webkit-user-select: none;
	vertical-align: top;
	white-space: nowrap;
	border: 0;
}

a:visited {
	color: #0097d9;
	text-decoration: none;		
}

a:link { 
	color: #0097d9;
	text-decoration: none;
}

a:active {
	color: #0097d9;
	text-decoration: underline;
}

a:hover {
	color: #0097d9;
	text-decoration: underline;
}
	
img.header {
	opacity: 0.6;
	width: 100px;
}

img.header:hover {
	opacity: 1;
}

/*  TOP */

div.container_top {
	display: block;
    max-width: 1080px;
	padding: 10px;
}

/* movie ratings */

.mr_imdb {
	font-family: "fontello";
}

.top_movies {
	display: inline;
	font-weight: bold;
	text-align: left;
	color: #ab9379;
	padding-bottom: 5px;
}

.mr_wrap {
	display: inline;
	border-radius: 0px 2px 2px 0px;
	color: #444; /* white
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;*/
	position: absolute;
	top: 10px;
	left: 0px;
	width: 40px;
	height: 20px;
	line-height: 20px;
	vertical-align: middle;
	text-align: center;
	background: crimson;
	font-weight: bold;
	z-index: 2;
}

.mr10 {
	background: #7FFFD4;
}

.mr9 {
	background: #0BDA51;
}

.mr8 {
	background: #AAFF00;
}

.mr7 {
	background: #DFFF00;
}

.mr6 {
	background: yellow;
}

.mr5 {
	background: orange;
}

.mr4 {
	background: red;
}

/*  MENU */

div.topmenu {
	width: 90%;
    max-width: 1024px;
}

.topmenu a {
    color: #e8ddaf;
    padding: 5px 8px 5px 8px;
    font-size: 100%;
    font-weight: bold;
    text-decoration: none;
}

.topmenu a:hover {
    color: #fff;
}

/* ---------------- */

span.videotitle {
	font-size: 100%;
	font-weight: bold;
}

.news {
	font-size: 100%;
	font-weight: normal;
    color: #00AD6D;
}

.headertext {
	font-size: 100%;
	font-weight: bold;
    color: #000000;
}

ul, li {
    display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

.pagenav {
    font-size: 100%;
	margin: 4px;
}

.pagenav span {
    color: #fff;
    background-color: #ab9379;
    padding: 5px 8px 5px 8px;
    border-radius: 5px;
    margin: 4px;
	display: inline-block;
    vertical-align: middle;
	_display:inline;
    *display:inline;
}

.pagenav a {
    color: #000;
    background-color: #e8ddaf;
    padding: 5px 8px 5px 8px;
    border-radius: 5px;
    margin: 4px;
    text-decoration: none;
	display: inline-block;
    vertical-align: middle;
	_display:inline;
    *display:inline;
}

.pagenav a:hover {
    color: #fff;
    background-color: #ab9379;
}
    
div.topmenu {
    background: #ab9379;
    max-width: 1024px;  
    border: 0px #817164 solid; 
    -moz-border-radius: 10px 10px 0 0; 
    -webkit-border-radius: 10px 10px 0 0; 
    -khtml-border-radius: 10px 10px 0 0; 
    border-radius: 10px 10px 10px 10px; 
    margin-bottom: 10px;
}

div.movieinfo {
	display: block;
    background: #e8ddaf; 
    border: 1px #ab9379 solid; 
    -moz-border-radius: 10px 10px 0 0; 
    -webkit-border-radius: 10px 10px 0 0; 
    -khtml-border-radius: 10px 10px 0 0; 
    border-radius: 10px 10px 10px 10px; 
    padding: 5px;
    margin-bottom: 10px;
} 

div.movieinfo a img {
	margin-top: 5px;
}

.off {
    display: none;
}

/* ------------------------------------------ */
.warning {
	display: inline-block;
	vertical-align: middle;
	line-height: 60px;
    height: 60px;
    width: 96%;
    position: fixed;
    z-index: 1000;
    left: 2%;
    bottom: 20px;
    text-align: center;
    background: pink;
    font-weight: bold;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

table.gallery {
    border-spacing: 0px;
}

table.gallery td {
    padding: 5px;
}

table.gallery th  {
    background: white;
}

.mainempty  {
    padding: 4px;
    background: white;
    background: #666;
}

table.forumstatus td {
    padding: 4px;
}
 
table.main {
    border-collapse: collapse;
	margin: auto;
	width: 100%;
}

table.formular {
	width: 100%;
	margin: auto;
	border-spacing: 2px;
}

table.main td, table.formular td {
    padding: 5px;
	background: #e8ddaf;
}

table.main td {
	border-bottom: solid 2px #e6e6e6;
}

table.formular td, table.formular th {
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
}

table.main th, table.formular th {
	text-transform: uppercase;
    padding: 4px;
	background: #ab9379;
    color: #fff;
	text-align: center;
}

table.main th:first-child {
	border-top-left-radius: 5px 5px;
	-moz-border-radius-topleft: 5px 5px;
	-webkit-border-top-left-radius: 5px 5px;
}

table.main th:last-child {
	border-top-right-radius: 5px 5px;
	-moz-border-radius-topright: 5px 5px;
	-webkit-border-top-right-radius: 5px 5px;
}

table.freevideo {
	width: 100%;
}

table.freevideo tr td {
	vertical-align: top !important;
}

table.freevideo td:first-child {
	width: 250px;
	text-align: right;
}

table.search_results {
	width: 100%;
}

table.search_results td:first-child {
	width: 30px;
}

input.main {
	width: 100%;
	height: 24px;
    color: #000;
    border: solid 1px #666;
    margin-top: 2px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	background-color: #fff;
	padding-left: 5px;
}

input.mainsmall {
    width: 35px;
	height: 24px;
    color: #000;
    border: solid 1px #666;
    margin-top: 2px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	background-color: #fff;
}

input.maintiny {
    width: 22px;
	height: 24px;
    color: #000;
    border: solid 1px #666;
    margin-top: 2px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	background-color: #fff;
}

textarea {
	width: 100%;
	font-size: 100%;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
	border: solid 1px #666;
    color: #000;
    margin-top: 2px;
    resize: none;
	padding: 5px;
}

textarea.maintext {
    height: 200px;
}

textarea.mainsmalltext {
    height: 100px;
}

textarea.maintinytext {
    height: 50px;
}

select.seloption {
    font-style: normal;
    color: #000;
    border: solid 1px #666;
}

.ok {
    color: green;
}

.error {
    color: #FF0000;
}

/* ------------------- oddeven -------------------*/

table.oddeven {
	margin: auto;
	border-collapse: collapse;
	width: 100%;
}

table.oddeven td {
	padding: 5px;
	vertical-align: top;
}

table.oddeven tr:nth-child(odd) {
	background-color: #d7dcbc;
}

table.oddeven th {
    padding: 5px;
	background: #ab9379;
    color: #fff;
	text-align: center;
	vertical-align: middle;
}

/* navigation to top-bottom */

.go-up, .go-down {
    display: none;
    position: fixed;
    right: 10px;
    cursor: pointer;
    color: #4F4F4F;
	font-family: "fontello";
	font-size: 50px;
    text-shadow: 0 1px 2px #000, 1px 0 2px #E0F1FF;
    opacity: .7;
    z-index: 100;
	user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
}

.go-up {
    bottom: 60px;
}

.go-down {
    bottom: 5px;
}

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

/* containers */

div.container {
	display: block;
    max-width: 1080px;
	min-height: 800px;
	margin: auto;
}

div.parentwrap {
	width: 100%;
    text-align: center;
}


/* ----------------- Blog archive ----------------- */

div.posts_per_year {
	display: block;
	padding: 0px 0px 0px 20px;
}

div.posts_per_month {
	display: block;
	padding: 0px 0px 0px 10px;
}

div.post_subject {
	display: block;
	padding: 0px 0px 10px 10px;
}

div.expand_posts {
	font-size: 120%;
	display: inline-block;
	cursor: pointer;
	color: #ab9379;
	margin-bottom: 5px;	
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

img.pop_video {
	float: left;
	margin: 5px;
	width: 100px;
	border-radius: 2px;
}

/*--------------------------------------------*/

#blog_archive {
	display: block;
	width: 100%;
	text-align: left;
}

/* polls */

div.poll_header {
	display: inline-block;
	width: 100%;
	color: white;
	font-weight: bold;
    text-align: center;
	padding: 20px;
}

div.poll {
	display: inline-block;
	width: 100%;
	background: #2B547E;
	background: linear-gradient(135deg, rgb(46, 179, 179) 0%, #2B547E 100%);
	border-radius: 5px;
	padding: 7px;
	margin-bottom: 10px;
    text-align: center;
    font-size: 100%;
}

/* -- animation on loading -- */

div.poll_loader {
	position: relative;
	display: block;
	width: 100%;
	vertical-align: middle;
	height: 20px;
	line-height: 20px;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
}

.loader .dots {
    position: absolute;
    padding: 5px;
    border-radius: 50%;
	/*
    background: #f05855;
	*/
	background: #fff;
    -webkit-animation: myani 1s ease-in-out 0s infinite;
    animation: myani 1s ease-in-out 0s infinite;
}
.loader .dots:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.loader .dots:nth-child(2) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}
.loader .dots:nth-child(3) {
    -webkit-animation-delay: 0.30s;
    animation-delay: 0.30s;
}
.loader .dots:nth-child(4) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}
 
@keyframes myani {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
}

div.answer, div.answer_selected, div.answer_result {
	display: table;
	width: 100%;
	height: 30px;
	font-weight: normal;
	color: white;
	border-radius: 2px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
	padding: 4px;
	vertical-align: middle;
	margin-top: 7px;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

div.answer, div.answer_selected {
	cursor: pointer;
}

div.answer_result {
	background-image: rgba(255, 255, 255, 0.5);
}

div.answer {
	background: rgba(255, 255, 255, 0.1);	
}

div.answer_selected, div.answer:hover {
	background: rgba(255, 255, 255, 0.3);
}

div.answer input, div.answer_selected input {
	display: none;
}

div.answer_text {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

div.answer_perc {
	display: table-cell;
	width: 80px;
	text-align: right;
	vertical-align: middle;
}

div.poll_numallvotes {
	display: block;
	font-weight: bold;
	margin-top: 7px;
	color: white;
}

div.poll_numvotes {
	display: inline-block;
	opacity: 0.5;
	color: white;
}

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

a.cancel_vote:hover {
	color: red;
}

/* ---------------- Footer ----------------- */

div.footer {
    color: #e8ddaf;
	background: #000;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 200%;
}

div.footer a, #contacts a {
	color: white;
	text-decoration: none;
}

div.footer a:hover, #contacts a:hover {
	text-decoration: underline;
}

/* ---------------- Movie cover ----------------- */

.movie_cover {
	padding: 5px;
	width: 150px;
	float: left;
}
 
/* --------------- Rating selection --------------- */

.movie-data-1, .movie-data-2 {
	display: none;
}

.movie-data-1 + label {
	background-color: #dcdcdc;
	color: #404040;
	padding: 10px;
	border-radius: 3px 3px 0 0;
	display: inline-block;
	position: relative;
	margin-right: 2px;
	font-weight: bold;
	cursor: pointer;	
	user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
}

.movie-data-1:checked + label,
.movie-data-1:hover + label {
	background-color: #0caedf;
	color: #fff;
	font-weight: bold;
}

.data_baseline {
	display: block;
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ab9379;
}

.movie-data-2 + label {
	padding: 5px;
	display: inline-block;
	position: relative;
	margin-right: 2px;
	cursor: pointer;	
	user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	border-bottom: 3px solid transparent;
}

.movie-data-2:checked + label,
.movie-data-2:hover + label {
	color: #0caedf;
	border-bottom: 3px solid #0caedf;
}

a.sel_orderby {
    font-family: "fontello";
    font-size: 75%;
	text-decoration: none;
	transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}

a.sel_orderby::after {
	content: '\e805';
	color: #e8ddaf;
}

a.sel_orderby:hover::after {
    color: white;
}

.bold {
	font-weight: bold;
}

/* -- web logo -- */

.web_logo {
	display: inline-block;
}

.web_logo img {
	height: 16px;
	vertical-align: middle;
}

.web_logo a {
	color: white;
}

/* ------------------- Video ------------------ */

div.trailer_wrap {
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
}

div.trailer_single {
	width: 230px !important;
	height: 130px !important;
	margin: 5px 5px 0px 0px;
}

div.trailer_wrap:hover div.allplayers,
div.trailer_wrap:hover div.video_tools {
	opacity: 1;
}

.play-button-outer {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 7;
	width: 2em;
	height: 2em;
	border-radius: 1em;
	border: 1px solid rgba(255, 255, 255, .5);
	background-color: rgba(255, 255, 255, .25);
	cursor: pointer;
}

.play-button {
	position: absolute;
	z-index: 7;
	margin: 0 auto;
	top: 25%;
	position: relative;  
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0.5em 0 0.5em 1em;
	border-color: transparent transparent transparent #fff;
	opacity: .75; 
}

.play-button-outer:hover {
	background-color: rgba(255, 255, 255, .5);
	border: 1px solid rgba(255, 255, 255, 1);
}

.play-button-outer:hover .play-button {
	opacity: 1;
}

img.trailer_cover {
	position: absolute;
	width: 100%;
	height: 100%;
	float: left;
	transition: transform 0.3s ease;
	z-index: 1;
}

div.trailer_wrap::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	z-index: 2;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.5));
}

div.text_layer {
	position: absolute;
	overflow: hidden;
	left: 15px;
	top: 15px;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
}

@media screen and (min-width: 1290px) {
	div.text_layer {
		left: 10px;
		top: 10px;
		width: calc(100% - 20px);
		height: calc(100% - 20px);
	}
}

div.trailer_title, div.trailer_title_zoom {
	position: absolute;
	display: block;
	padding: 0;
	margin: 0;
	color: white;
	font-size: 100%;
	overflow: hidden;
	width: 100%;
	white-space: normal;
	z-index: 3;
}

div.trailer_title {
	display: inline;
	/* font-family: 'HeliosCondLight'; */
	font-size: 115%;
	text-shadow: 0px 0px 5px black;
	bottom: 0px;
}

.video_date {
	position: absolute;
	/* font-family: 'HeliosCondLight'; */
	font-style: oblique;
	color: white;
	text-shadow: 0px 0px 5px black;
	top: 10px;
	right: 10px;
	z-index: 4;
}

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

p.title {
	/* font-family: 'Hollton Bold'; */
	color: white;
}

/*
@media screen and (min-width: 1290px) {
	div.video_wrap:hover img.video_cover {
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
		-webkit-transform-origin: center;
		-moz-transform-origin: center;
		-o-transform-origin: center;
		transform-origin: center;
		z-index: 2;
	}
}
*/