.left_free{
    padding-left: 5px;    
}
.right_free{
    padding-right: 5px;    
}
.col-md-4 {
    padding: 5px;
}
.col-md-3 {
    padding: 5px;
}
.col-md-6 {
    padding: 5px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #e30613;
}
.film_img{
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;

    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}
.film_img:hover{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.film_title{
    position: absolute;
    top: 0;
    right: 30px;
    left: auto;
    color: #fff;
    margin-top: 10px;

}

.film_gallery{
    width:100%;
}
.prev{
    position: absolute;
    left: auto;
    right: 50px;
    top: 340px;
}
.next{
    position: absolute;
    right: 10px;
    left: auto;
    top: 340px;
}
.top_free{
    margin-top: 0px;
}
.bottom_free{
    margin-bottom: 3px;
}
.video{
    margin-top: 25px;
    width: 100%;
}
.strong{
    color: #e30613;
    font-style: bold;
}
.ticket:hover{
    background-color: #f2f2f2!important;
    color: #000;
    border-color: #000;
}
.h1_film{
    margin-bottom: 0px;
}
.h3_film{
    margin-top: 0px;
    margin-bottom: 0px;
}
.h4_film{
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 15px;
}