.movieshow-live-flag {
	width:20px;
	height:20px;
	padding: 0px 2px;
}
.movieshow-input-group {
    width: 33.333333%;
    float: left;
    padding: 30px;
}
.movieshow-input-group label{
	line-height: 25px;
}
.movieshow-input-group input:not([type=submit]):not([type=radio]):not([type=checkbox]), 
.movieshow-input-group select, 
.movieshow-input-group textarea{
	padding-top: 10px;
	padding-bottom: 10px;
}
.movieshow-input-group [type=submit]{
	margin-top: 35px;
	width: 100%;
	background-color: #f47524;
	border: 1px solid #f47524;
	color: #ffffff;
	padding: 8px 20px;
	font-size: 1.3rem;
	line-height: 21px;
}
.detail-standing-module.full-club-standing.padding-card{
	padding: 40px;
}

div.stars {
	display: inline-block;
}

input.star { display: none; }

label.star {
	padding: 10px 3px;
    font-size: 15px;
    color: #ffc000;
    transition: all .2s;
	float:right;
}

input.star:checked ~ label.star:before,
.reviewers-info .fa-star-o.on:before {
	content: '\f005';
	color: #ffc000;
	transition: all .25s;
}

input.star-10:checked ~ label.star:before {
	color: #ffc000;
	text-shadow: 0 0 20px #ffc000;
}
.star-rating i.on {
    color: #ffc000;
}

input.star-1:checked ~ label.star:before { 
	color: #F62; 
}

label.star:hover {
	transform: rotate(-15deg) scale(1.3); 
}

label.star:before {
	content: '\f006';
	font-family: FontAwesome;
}
.movieshow-review-list a:first-child{
	float:left;
}
.movieshow-review-list a:last-of-type{
	float:right;
}
.movieshow-review-list a{
	margin-top:10px;
}
.widget-genre li span {
	margin-top:0px !important;
}
.google-map {
	height:400px;
}
.movie-login-error {
	border-left: 4px solid #00a0d2;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	border-left-color: #dc3232;
}
.movie-login-success {
	border-left: 4px solid #00a0d2;
    padding: 12px;
    margin-left: 0;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
}
.movieshow-single {
	padding:0px 40px;
}
.page-filter-dropdown select {
    line-height: 1;    
	padding: 10px 10px;
	border: 2px solid #dadada;
}
.reviews-area .commenting-wrap {
    float: left;
    width: 100%;
    clear: both;
    margin-top: 50px;
}
.reviews-area .commenting-wrap .comment-form-title{
	margin-bottom:0px;
}
.video-single .single-section .ratings-wrap .star-rating i:before {
    content: "\f005";
    font-family: "FontAwesome";
    font-size: 1.6rem;
    color: #808080;
}
.video-single .single-section .ratings-wrap .star-rating i.on:before {
    color: #ffc000;
}
.given-comment-single{
	float: left;
    width: 100%;
    clear: both;
    margin-top: 60px;
}
.reviews-area .reviews-list .review {
    width: 100%;
    float: left;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.1);
    padding-bottom: 20px;
}
.reviews-area .reviews-list .review .reviewers-info {
    width: 100%;
    float: left;
}
.reviews-area .reviews-list .review .reviewers-info .reviewers-thumb {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    float: left;
    overflow: hidden;
    margin-right: 15px;
}
.fa-star-o:before{
	color:#ffc000;
}
.celebritie-sort .page-filter{
	margin-bottom:25px;
}
.dropdown-filter .page-filter-dropdown{
	padding: 80px 0 50px 0px;
}

