.filmibeat-genre-leftpanel {
	float: left;
	width: 670px;
	padding-bottom:35px;
}
.filmibeat-genre-leftpanel  p{
	padding: 10px 0;
}
.filmibeat-genre-leftpanel h3{
	font-size: 25px;
	color: #333;
	line-height: 32px;
}
.banner-genre{
	position: relative;
	margin-top: 10px;
}
.banner-genre span{
	position: absolute;
	width: 100%;
	left: 130px;
	top: 10px;
	font-size: 16px;
	color: #fff;
	font-weight: 600;	
}
.banner-genre .sel-languages{
	right: 29px;
    top: 11px;
}
.filmibeat-genre-rightpanel {
	float: right;
	width: 300px;
}
.banner {
    position: relative;
}
.fa-share, .tw-share, .plus-share{
	width: 50px;
	display:inline-block;
	height: 28px;
	margin:0 10px;
	background: url(../../images/popcorn/sprite-socialiocns.png)0 -28px no-repeat;
}
.tw-share{
	background-position: -66px -28px;
}
.plus-share{
	background-position: -135px -28px;
}
.outer-movie{
	position: relative;
}
.movie-listing{
	clear: both;
}
.cont-repeat{
	width: 165px;	
	padding-bottom:23px;
	float:left;
	margin:22px 43px 22px 0;
	position:relative;	
	text-align: center;

}
.cont-repeat.last{
	margin-right: 0;
}

.images-block{
	position: relative;	
}
.view-tailer{
	position: absolute;
	bottom: 0;
	width: 165px;
	height: 92px;
	background: url(../../images/popcorn/overlay-bottom.png) no-repeat;
	display: none;
}
.view-btn{
	font-size:14px;
	display:block;
	color:#fff;
	margin:50px 0 0 10px;
	width:120px;	
	background: url(../../images/popcorn/view.png) no-repeat right;
}
.images-block:hover .view-tailer {
	display: block;
}
.title-blocks a{
	font-size: 14px;
	display:block;
	color:#0066cc;
	text-align: center;
	padding: 0 18px;
	}
.category-block{
	font-size: 14px;
	color: #666666;
	padding:5px 0;
	text-align: center;
}
.buy-tickts{
	color: #fff;
	background: #3399cc;
	border-radius: 2px;
	padding: 0 5px;
	font-size:14px;
	line-height: 20px;	
	text-decoration: none !important;
}
.tabs-movie{
	height: 38px;
	width: 100%;	
	border-bottom: 1px solid #42b4a8;
}
.tabs-movie ul li {
	list-style-type: none;
	float: left;	
}
.tabs-movie ul li.last {
	width: 100px;	
}
.tabs-movie ul li a {
	display: inline-block;
	background:none;	
	font-weight: 400;
	color: #666666;
	font-size:22px;
	line-height:22px;
	padding:8px 10px;
	margin-right:20px;
	text-decoration: none;
}
.tabs-movie ul li a.selected{
	background: #42b4a8;
	color: #fff;
}
.sel-languages {
	position: absolute;
    right: 329px;
    top: -1px;
    width: 209px;
    height: 32px;
    border:none;
    background: url(../../images/popcorn/other-lang.png) no-repeat;
}
.category{
	width: 90%;
	display: block;
	font-size:16px;
	color:#666;
	padding-left:10px;	
	text-decoration: none !important;
	line-height: 35px;
}
.show-categories {
    background:#fff;
    border: 1px solid #e5e5e5;
    display: none;
    left: 2px;
    padding:0;
    position: absolute;
    top: 34px;
    width: 190px;
    z-index: 10000;
    height: 300px;
    overflow-y: scroll;
}
.show-categories.selected{
	display: block;
}
.sel-cat a.category {       
    color: #262c32;
    display: block;     
    margin: 2px 0;
    padding: 4px 5px;
    text-decoration:none;
    text-align: left;
}
.show-categories ul li {
    list-style-type: none;

}
.show-categories ul li a {
    color: #333;
    display: block;
    font-size: 16px;
    text-decoration:none;
    padding:4px;
}
.show-categories ul li a:hover{
	background: #D81B22;
	color: #fff;
}

.filmibeat-genre-movie-container {
    padding:0;
}
.genere-repeat{
	float: left;
	padding:20px 40px 0 0;
	height: 174px;
	width:293px;
	border-bottom: 1px solid #e5e5e5;
}
.filmibeat-genre-movie-leftcol {
    float: left;
    width: 100px;
}
.filmibeat-genre-movie-rightcol {
    margin-left:116px;
}

.filmibeat-genre-mainheading {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
}

.filmibeat-genre-cast {
    color: #313131;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding-top:20px;
}

.paginations {
    border-bottom: 1px solid #e4e7eb;   
    margin: 0 0 30px;
    padding: 10px 0;
    text-align: right;
    width: 100%;
}
.paginations a {
    color: #606264;
    font-size: 14px;
    padding: 0 4px;
    text-decoration: none;
}
.paginations a:hover, .paginations a.active {
    background: none repeat scroll 0 0 #70a1ef;
    color: #fff;
}
/*
 * Star Ratings Styles
 */
.starRating {
	width: 75px;
	height: 14px;
	display: block;
}
.star-5{
	background: url(../../images/popcorn/stars.png) no-repeat left top;
}
.star-4{
	background: url(../../images/popcorn/stars.png) no-repeat left -14px;
}
.star-3{
	background: url(../../images/popcorn/stars.png) no-repeat left -28px;
}
.star-2{
	background: url(../../images/popcorn/stars.png) no-repeat left -42px;
}
.star-1{
	background: url(../../images/popcorn/stars.png) no-repeat left -56px;
}
.star-45{
	background: url(../../images/popcorn/stars.png) no-repeat left -70px;
}
.star-35{
	background: url(../../images/popcorn/stars.png) no-repeat left -84px;
}
.star-25{
	background: url(../../images/popcorn/stars.png) no-repeat left -98px;
}
.star-15{
	background: url(../../images/popcorn/stars.png) no-repeat left -112px;
}
.star-05{
	background: url(../../images/popcorn/stars.png) no-repeat left -126px;
}
