﻿.item_filmCCC {
    position: relative;
    bottom: 80px;
    color: #FFFFFF;
    display: block;
    font-size: 17px;
    text-decoration: none !important;
    padding-left: 8px;
    padding-right: 8px;
    overflow: hidden;
    background-color: transparent;
	height: 30px;	
    width: 215px; 
	padding-top: 30px;
	z-index: 5;  
}

.item_film {
    color: #FFFFFF;
    display: block;
    font-size: 17px;
    overflow: hidden;
    background-color: transparent;	
    width: 215px; 
	z-index: 5;  
    position: absolute; 
    bottom: 8px; 
    left: 8px;
}

.item_film_opacity {
    display: block;
    background-color: black;	
    width: 231px; 
	z-index: 2;  
    position: absolute;     
    bottom: 0px; 
    left: 0px;
    height: 50px;
    opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
}

 .item_film:hover, .item_film:focus {
    text-decoration: none !important;
 }

input {
    outline: none;
}
.dropcap {
    background: #ED0000;
    color: white;
    display: inline-block;
    float: left;
    font-size: 23px;    
    height: 36px;
    line-height: 36px;
    margin: 0 7px 0 0;
    text-align: center;
    width: 36px;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}