/*
 * Database Styles
 */
.filmibeat-breadcrumb {
	font-size: 14px;
	color: #0066cc;
	padding: 5px 0;
}
.filmibeat-breadcrumb span {
	color: #000;
}
.filmibeat-breadcrumb a {
	color: #0066cc;
}
.filmibeat-best-leftpanel {
	float: left;
	width: 670px;
	padding-bottom:35px;
	background: url(../../images/popcorn/bg-shadow.png) bottom no-repeat;
}
.filmibeat-best-leftpanel  p{
	padding: 10px 0;
}
.filmibeat-best-leftpanel h3{
	font-size: 25px;
	color: #333;
	line-height: 32px;
}
.banner{
	position: relative;
}
.filmibeat-best-rightpanel {
	float: right;
	width: 300px;
}
.bestof-cont{
	clear: both;
}
.bestof-bollywood, .bestof-hollywood, .bestof-tamil, .bestof-telugu, .bestof-malayalam, .bestof-kannada {
	display:inline-block;	
	width:303px;
	height:170px;
	background: url(../../images/popcorn/bestof-sprite.png) 0 0;
	margin: 10px 12px;
	position: relative;
}
.bestof-hollywood{
	background-position: -348px 0;
}

.bestof-tamil{
	background-position: -696px 0;
}
.bestof-telugu{
	background-position: 0 -211px;
}
.bestof-malayalam {
	background-position: -348px -211px;
}
.bestof-kannada{
	background-position: -696px -211px;
}
.overlay-vote{
	display: none;
	background: rgba(0, 0, 0, 0.7);
	width:299px;
	height:151px;
	left:0;
	top:0;
	margin:11px 2px;
	border-radius:22px;
	position: absolute;
}
.bestof-bollywood:hover .overlay-vote, .bestof-hollywood:hover .overlay-vote, .bestof-tamil:hover .overlay-vote, .bestof-telugu:hover .overlay-vote, .bestof-malayalam:hover .overlay-vote, .bestof-kannada:hover .overlay-vote{	
	display: block;
}
.vote{
	display: block;
	position:absolute;
	top:50%;
	left:50%;
	margin:-16px 0 0 -52px;
	width: 102px;
	height: 24px;
	background: #e81b41;
	border-radius: 4px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-weight:600;
	text-decoration: none !important;
}
.best-of-movies{
	clear: both;
}
.cont-block-repeat{
	width: 300px;	
	padding-bottom:23px;
	float:left;
	margin:22px 49px 22px 0;
	position:relative;	
	background: url(../../images/popcorn/bg-block.png) bottom center no-repeat;
}
.rank-score{
	width: 100px;
	height: 70px;
	position:absolute;
	right:0;
	top:-24px;
	background: url(../../images/popcorn/ranks.png) no-repeat;
}
.rank-score.one{
	background-position: 0 0;
}
.rank-score.two{
	background-position: -114px 0;
}
.rank-score.three{
	background-position: -228px 0;
}
.rank-score.four{
	background-position: -342px 0;
}
.rank-score.five{
	background-position: -458px 0;
}
.rank-score.six{
	background-position: 0 -111px;
}
.rank-score.seven{
	background-position:-114px -111px;
}
.rank-score.eight{
	background-position: -228px -111px;
}
.rank-score.nine{
	background-position: -342px -111px;
}
.rank-score.ten{
	background-position: -458px -111px;
}
.cont-block-repeat.last{
	margin-right: 0;
}
.image-block{
	text-align: center;
	padding-top:7px;
}
.title-block{
	text-align: center;
	font-size: 16px;
	color: #333333;
	font-weight: 600;
	line-height: 31px;
	height: 31px;
}
.rating-block{
	border-top: 1px solid #ababab;
	margin:0 5px;
	padding: 10px 0;
	line-height: 16px;	
}
.bott-block{
	border-top: 1px solid #ababab;
	margin:0 5px;
	line-height: 31px;
	font-size: 14px;
	color: #000;
	height: 31px;	
}
.bg-percentage{
	width: 145px;
	height: 9px;
	padding:4px 5px ;
	float:left;
	background: url(../../images/popcorn/bg-percentage.png) no-repeat;
}
.percentage-bar{
	height: 9px;
	background: #fd0018;
	border-radius: 7px;
	box-shadow: 1px 1px 2px #333;
}
.count-percentage{
	float: left;
	padding: 0 4px;
	font-size: 16px;
	line-height:16px;
	color: #333;
}
.vote-count{
	float:left;
	padding-left:7px;
	font-size: 14px;
	color: #656565;
}
.heading-ab{
	background:none;
	border-bottom: 1px solid #738f23;
	width: 100%;
	font-weight: 400;
}
.heading-ab span{  
	display:inline;
	text-align:center;
	color: #fff;
	line-height:55px;
	background: #738f23;
	padding:0 20px;
	font-size: 40px;
	font-weight: 400;
}
.bestof-block-repeat{
	float: left;
	width: 229px;	
	margin:10px 24px 10px 0;	
}
.bestof-block-repeat.last{
	margin-right: 0;
}
.voting-block{
	border: 1px solid #cccccc;
	padding:5px 0;
	float: left;
	position: relative;
}
.vote-now-overlay{
	display: none;
	background: rgba(0, 0, 0, 0.7);
	width:225px;
	height:183px;
	margin:0;
	left:0;
	top:0;	
	position: absolute;
}
.voting-block:hover .vote-now-overlay{
	display: block;
}
.vote-overlay{
	display: none;
	background: rgba(0, 0, 0, 0.7);
	width:299px;
	height:183px;
	margin:0;
	left:0;
	top:0;	
	position: absolute;
}
.cont-block-repeat:hover .vote-overlay{
	display: block;
}
.bestof-block-repeat h6, .vote-block-repeat h6{
	font-size: 20px;		
	line-height:40px;
	font-weight: 600;
}
.color0{
	color: #333;
}
.color1{
	color: #4f0693;
}
.color2{
	color: #f15a22;
}
.color3{
	color: #008aff;
}
.color4{
	color: #ba3303;
}
.color5{
	color: #046d09;
}
.color6{
	color: #a21278;
}
.color7{
	color: #e81b41;
}
.color8{
	color: #008aff;
}
.color9{
	color: #4f0693;
}
.color10{
	color: #e81b41;
}
.percentage-vote-repeat{
	border-bottom: 1px dotted #999999;
	clear: both;
	float: left;
	padding: 7px  10px 7px 0;
	margin: 0 10px;
}
.percentage-vote-repeat.last{
	border: none;
}
.percentage-vote-repeat h5{
	font-size: 16px;
	line-height:16px;
	padding-bottom:10px;
	color: #333;
	font-weight: 600;
}

.popup-overlay{

	top: 0;

  left: 0;

  bottom: 0;

  right: 0;

  position: fixed;

  z-index:9999;   

  background: rgba(0, 0, 0, 0.7);

}

.popup-outer{

	border-radius:10px;

	position: fixed;

	z-index: 99999;

	background: #fff;

	width: 300px;	

	padding:14px;

	left: 50%;

	top: 50%;

	margin: -91px 0 0 -214px;

}
.popup-inner-mdb{
	background: #f2f2f2;
	border-radius:10px;
	padding:10px 0;
	text-align: center;
}
.popup-inner-mdb p{
	font-size: 20px;
	color: #333;
	line-height: 24px;
	padding: 10px 0;
}
.close-btn{
	position: absolute;
	width:25px;
	height:27px;
	right:-10px;
	top:-10px;
	background: url(../../images/popcorn/close.png) no-repeat;
}
.social-icons-mdb{
	clear: both;
	padding:10px 14px;	
}
.facebook-icon, .twitter-icon, .plus-icon{
	width:123px;
	height:28px;
	display:block;
	float:left;
	outline:none;
	text-decoration:none;
	margin:0 5px;
	background: url(../../images/popcorn/sprite-socialiocns.png) no-repeat;
}
.twitter-icon{
	background-position: -126px 0;
}
.plus-icon{
	background-position: -251px 0;
}

.facebook-icon1, .twitter-icon1, .plus-icon1{
	width:60px;
	height:28px;
	display:block;
	float:left;
	outline:none;
	text-decoration:none;
	margin:0 5px;
	background: url("../../images/popcorn/sprite-socialiocns.png") no-repeat scroll 7px -30px transparent;
}
.twitter-icon1{
	background-position: -60px -31px;
}
.plus-icon1{
	background-position: -130px -31px;
}

.thanks-hed{
	color: #e81b42;
	font-size: 24px;
	line-height:34px;
	text-transform: uppercase;
}
.vote-block-repeat{
	float: left;
	width: 300px;	
	margin:10px 49px 10px 0;	
}
.vote-block-repeat.last{
	margin-right: 0;
}
.vote-block-repeat .voting-block{
	border: 1px solid #cccccc;
	padding:5px 0;
	float: left;
	position: relative;
}
.vote-block-repeat .vote-now-overlay{
	display: none;
	background: rgba(0, 0, 0, 0.7);
	width:299px;
	height:234px;
	margin:0;
	left:0;
	top:0;	
	position: absolute;
}
.vote-block-repeat .voting-block:hover .vote-now-overlay{
	display: block;
}
.left-img{
	float: left;
}
.right-cont{
	float: left;
	padding-left:18px;
}
.icons-share{
	clear: both;
	/*padding: 0 200px;*/
	text-align: center;
}
.icons-share a{margin-left: 15px;}
.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;
}
.sel-languages {
    position: absolute;
    top:58px;
    right:38px;
    width:209px;
    height: 34px;
    border:none;
    background: url(../../images/popcorn/other-lang.png) no-repeat;
}
.category{
	width: 90%;
	display: block;
	font-size:16px;
	color:#666;
	padding-left:10%;	
	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: 205px;
    z-index: 10000;
    overflow: hidden;
    height: 150px;
}
.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: #333;
	color: #fff;
}

/*------------------*/
.filmibeat-socialbattle {
        border: 1px solid #e1e0e0;
        width: 280px;
        float: left;
        margin-right: 30px;
        margin-bottom: 50px;
        padding: 15px;
        height: 400px;
}
.filmibeat-socialbattle.last {
        margin-right: 0;
}
.socialbattle-title {
        color: #333;
    font-size: 25px;
    line-height: 32px;
    margin-bottom: 15px;
}
.filmibeat-socialbattle-movie {
        position: relative;
        width: 280px;
        height: 280px;
        cursor: pointer;
}
.filmibeat-socialbattle-transcircle {
        background: url(../../images/popcorn/transparent-circle.png) no-repeat 0 0;
        width: 280px;
        height: 280px;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        z-index: 1000;
}
.filmibeat-socialbattle-movie-img.bgcolor1 {background: #009579;}
.filmibeat-socialbattle-movie-img.bgcolor2 {background: #bd302c;}
.filmibeat-socialbattle-movie-img.bgcolor3 {background: #236093;}
.filmibeat-socialbattle-overalay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: #222;
        opacity: 0.7;
        filter: alpha(opacity=70);
        display: none;
}
.filmibeat-socialbattle-box {display: none;}
.filmibeat-socialbattle.hover .filmibeat-socialbattle-overalay, .filmibeat-socialbattle.hover .filmibeat-socialbattle-box {display: block;}
.filmibeat-socialbattle-box {
        width: 155px;
        top: 80px;
        left: 60px;
        position: absolute;
	z-index: 1280;
}
.vote-via {
        background: #e81b41;
        border-radius: 5px;
        border: 1px solid #fff;
        font-size: 16px;
        text-align: center;
        padding: 5px 10px;
        color: #fff;
        margin: 40px auto 20px auto;
        width: 70px;
}
.vote-via-facebook a {
        width: 154px;
        height: 35px;
        background: url(../../images/popcorn/social-facebook.png) no-repeat 0 0;
        text-indent: -99999px;
        display: block;
        margin-bottom: 5px;
}
.vote-via-twitter a {
        width: 154px;
        height: 35px;
        background: url(../../images/popcorn/social-twitter.png) no-repeat 0 0;
        text-indent: -99999px;
        display: block;
}
.filmibeat-socialbattle-movie-img {
        text-align: center;			
        vertical-align:  middle;				
} 
.filmibeat-socialbattle-votenos {
        font-size: 12px;
        color: #0066cc;
        padding: 3px 0;
        text-align: left;
        clear: both;
}

.filmibeat-socialbattle-movie-title {
        font-size: 16px;
        color: #0066cc;
        font-weight: 600;
        text-align: center;
}
.filmibeat-socialbattle-movie-title a {color: #0066cc;}
.filmibeat-socialbattle-movie-votecount {
        width: 200px;
        margin: 25px auto;
        padding-left: 20px;
}
.filmibeat-socialbattle-movie-votecount .count-percentage {
        font-size: 15px;
        color: #bd302c;
        font-weight: 600;
        padding: 0 0 0 5px;
}

.filmibeat-socialbattle-result-container {
        float: right;
        width: 310px;
}
.filmibeat-socialbattle-result ul li {
        list-style-type: none;
        border-bottom: 1px solid #cdcdcd;
        padding: 10px;
}
.filmibeat-socialbattle-result ul li.hover {background: #f4f4f4;}
.filmibeat-socialbattle-result ul li.hover .filmibeat-socialbattle-resno {display: none;}
.filmibeat-socialbattle-result ul li.hover .filmibeat-socialbattle-restimg {display: block;}
.filmibeat-socialbattle-result-list {
        width: 80px;
        height: 80px;
        position: relative;
        float: left;
}
.filmibeat-socialbattle-result-details h2 {
        font-size: 12px;
        font-weight: 700;
        color: #0066cc;
        border-bottom: 1px solid #ababab;
        padding-bottom: 5px;
        margin-bottom: 5px;
}
.filmibeat-socialbattle-result-details h2 a {color: #0066cc;}
.filmibeat-socialbattle-restimg {display: none;}
.filmibeat-socialbattle-result-details {
        margin-left: 100px;
}
.filmibeat-socialbattle-resno {
        font-size: 50px;
        font-weight: 600;
        color: #fff;
        line-height: 80px;
        text-align: center;
}
.filmibeat-socialbattle-resno.first {background: #e1861e;}
.filmibeat-socialbattle-resno.second {background: #80194d;}
.filmibeat-socialbattle-resno.third {background: #00837c;}
.filmibeat-socailbattle-totalvotes {
        font-size: 12px;
        color: #656565;
        padding: 5px 0;
}
.filmibeat-socialbattle-result .percentage-outer {
        height: 15px;
}
.filmibeat-socialbattle-result .count-percentage {
        font-size: 14px;
        color: #333333;
        font-weight: 600;
        padding: 0 0 0 5px;
}
.filmibeat-socialbattle-celebrity-container {
        float: left;
        width: 670px;
}
.filmibeat-socialbattle-celebrity ul li {
        list-style-type: none;
        float: left;
        background: #fff;
        border: 1px solid #e9e9e9;
        box-shadow: 2px 3px 6px #e9e9e9;
        padding: 2px;
        width: 188px;
        height: 300px;
        overflow: hidden;
        margin: 15px 38px 10px 0;
	position: relative;
}
.filmibeat-socialbattle-celebrity ul li.last {margin-right: 0;}
.filmibeat-socialbattle-celebrity h3 {
        padding: 5px;
        font-size: 14px;
        color: #0066cc;
        text-align: center;
}
.filmibeat-socialbattle-celebrity h3 a {color: #0066cc;}
.filmibeat-socialbattle-celebrity ul li.hover .vote-btn, .filmibeat-socialbattle-celebrity ul li.hover .filmibeat-socialbattle-celebrity-overlay {
display: block;
}
.filmibeat-socialbattle-celebrity-overlay {
	background: #222;
	bottom: 0;
	display: none;
	left: 0;
	opacity: 0.7;
	position: absolute;
	right: 0;
	top: 0;
}
.vote-btn {
	display: none;
	position: absolute;
	top: 48%;
	left: 38%;
}
.vote-btn a {
	background: #e81b41;
	border-radius: 5px;
	border: 1px solid #fff;
	font-size: 16px;
	text-align: center;
	padding: 5px 10px;
	color: #fff;
	margin: 0 auto 20px auto;
	display: inline-block;
	text-decoration: none;
}
.bgcolor13 {border-bottom: 1px solid #e81b41;}
.bgcolor13 span {background: #e81b41;}
.bgcolor14 {border-bottom: 1px solid #0087ff;}
.bgcolor14 span {background: #0087ff;}
.bgcolor13 h2 {background: #e81b41;}
.bgcolor14 h2 {background: #0087ff;}
.filmibeat-socialbattle-heading {
    color: #fff;
    float: left;
    font-size: 20px;
    font-weight: 600;
    padding: 2px 20px;
    text-align: center;
}
.filmibeat-socialbattle-heading  a{text-decoration: none;color: #fff;}
.filmibeat-timer {
	padding: 8px;
	margin: 5px 0;
}
.filmibeat-timer-date {
	float: left;
	font-size: 14px;
	color: #333;
	margin-right: 10px;
	font-weight: 600;
}
.filmibeat-timer-time {
	float: left;
	font-size: 14px;
	color: #e81b42;
	font-weight: 600;
	background: url(../../images/popcorn/timer-icon.png) no-repeat left center;
	padding: 0 0 0 25px;
}

.filmiprevious-result{
	float:left;
	width: 303px;
	margin:17px 44px 17px 0;
	padding-bottom:9px;							
	background: url(../../images/popcorn/shadow.png) bottom no-repeat;
	position: relative;	 		
}
.overlay-previous{
	background: url(../../images/popcorn/overlay.png);
	width: 303px;
	height: 297px;
	position: absolute;
	display: none;
}
.filmiprevious-result:hover .overlay-previous{
	display: block;
}
.view-resultbtn{
	color: #fff;
	background:#e81b41;
	border: 1px solid #fff;
	border-radius: 4px;
	width: 137px;
	height: 33px;
	line-height:33px;
	font-size:16px;
	font-weight:600;
	display: block;
	text-align: center;
	text-decoration: none !important;
	margin:135px auto;
}
.filmiprevious-result img{
	display: block;
}
.filmiprevious-result.last{
	margin-right: 0;	
	}
.reslt-hed{							
	text-align: center;	
	background: #dfdfdf;
	border-top:1px solid #fff;						
	height: 44px;							
	overflow: hidden;									
}
.reslt-hed h3{
	line-height: 44px;
	color: #1b1d22;
	font-size: 18px;
	font-weight: 600;
}
.reslt-hed a{
	color: #1b1d22;
	text-decoration: none !important;							
}
.polls-closed{
	text-align: right;
	width: 660px;
}
.artist-description {
    color: #656565;
    float: left;
    font-size: 14px;
    font-weight: 500;
    padding-top: 10px;
    width: 100%;
    text-align: center;
}
