html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
font: normal 13px / 18px "Roboto", Helvetica, Arial, sans-serif;
color: #444444;
}
body.base {

background: url("../images/kinorate-bg.jpg") top center #03050b fixed;
}

td, input, select, textarea {
    font: 100% "Roboto";
}

p {
text-indent: 0;
margin: 0 0 10px 0;
}

body a {
color: #B20217;
}

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

footer {
background: #03050b;
}

.content-wrap > section ul {
margin: 0 !important;
}

.short_story_poster {
width: 200px;
float: left;
margin-right: 20px; 
}
.short_story_poster img {
width: 100%;
}

.movie_details ul {
margin: 0 !important;
padding: 0;
list-style: none;
}

.movie_details ul li {
padding: 0;
margin: 0.
}

.movie_details_label {
float: left;
margin: 0;
width: 35%;
}

.movie_details_items {
margin: 0;
float: left;
width: 64%;
}

.short_story_data_right {
width: 437px;
float: left;
}

.story_rating {
margin: 10px 0;
}

.story-number {
display: block;
background: #ED262D;
width: 80px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 16px;
color: #fff;
}

.full_story_poster {
width: 200px;
float: left;
margin-right: 20px; 
}

.full_story_poster img {
width: 100%;
}

.full_story_data_right {
width: 433px;
float: left;
}

.ac-container{
	width: 100%;
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	height: 30px;
	cursor: pointer;
	color: #777;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 19px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -o-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	background: linear-gradient(top, #ffffff 1%,#eaeaea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		1px 0px 0px 0px rgba(255,255,255,0.9) inset, 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover{
	background: #fff;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #c6e1ec;
	color: #3d7489;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	padding: 20px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}
.ac-container input:checked ~ article.ac-small{
	height: 140px;
}
.ac-container input:checked ~ article.ac-medium{
	height: 180px;
}
.ac-container input:checked ~ article.ac-large{
	height: 300px;
}

.eTitle h1 {
margin: 0 0 10px 0;
color: #fff;
font-size: 22px;
font-weight: 400;
}

.eMessage p, .eText p {
    text-indent: 0;
}

.blockcontent {
padding: 10px;
}

.uRelatedEntries li {
list-style: none;
padding: 0;
margin: 0;
}

.uRelatedEntries li:nth-child(1) a {
background: #ff0000;
width: 96%;
border-radius: 6px 6px 6px 0;
}

.uRelatedEntries li a {
    color: #fff !important;
    display: block;
    height: 100% !important;
    padding: 2% 1% 2% 3%;
}


.uRelatedEntries li:nth-child(2) a {
background: #FC4C4C;
width: 90%;
border-radius: 0 0 6px 0;
}
.uRelatedEntries li:nth-child(3) a {
background: #FD6767;
width: 84%;
border-radius: 0 0 6px 0;
}
.uRelatedEntries li:nth-child(4) a {
background: #FE8383;
width: 78%;
border-radius: 0 0 6px 0;
}
.uRelatedEntries li:nth-child(5) a {
background: #FEA2A2;
width: 72%;
border-radius: 0 0 6px 6px;
}

.readmore {
text-align: right;
}

.readmore a {
border-radius: 4px;
background: #ED262D;
padding: 5px;
color: #fff;
text-decoration: none;
display: block;

}
.readmore a:hover {
color: #fff;
text-decoration: none;
}

hr {
border-bottom: 1px dashed #FEA2A2;
background: none;
}

.story_movie_title h2 {

}
.story_movie_title h2 a {
text-decoration: none;
color: #333333;
}