/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

body{
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:14px;
	line-height:22px;
	outline:none;
	background:#FDFAED;
}

a{
	text-decoration:none;
}

a:hover{
	text-decoration:none;
}

input, button {
	outline: none; 
}

img, a:link, a:focus{
	outline:none;
}

.fix{
	overflow:hidden
}

.floatleft{
	float:left;
}

.floatright{
	float:right;
}

.container{
	width:1240px;
}

/* header area */

header{
	background:#2d2d2b;
	padding:7px;
	border-bottom:1px solid#000;
}

.header_area{

}

.header{

}

.header-logo{
	margin-top: 2px;
	margin-right:12px;
}

.search_bar{
	
}

.search_bar input[type=text]{
	-webkit-border-radius: 0px;
	-webkit-appearance: none;	
}

.search_bar #bigsearch{
	border: 0 none;
	font-size: 13px;
	font-weight: 300;
	margin-top: 9px;
	padding: 2px 7px;
	width: 410px;
}

#mobsearch {
  border: 0 none;
  display: none;
  font-size: 13px;
  font-weight: 300;
  margin-top: 6px;
  padding: 4px 7px;
  width: 100%;
}

.header .fa-bars{
	color: #bebcb7;
	font-size: 24px;
	margin-left: 4px;
	margin-top: 8px;
	cursor:pointer;
}

.mob-opt {
  position: absolute;
  right: 0;
  top: 6px;
}

.search_bar.floatleft.fix > a {
  position: relative;
}

.search_bar .fa-submit {
	color: #c29707;
	font-size: 16px;
	position: absolute;
	right: 117px;
	top: 27px;
	z-index: 8;
}

.search_bar p.filter-opt{
	background:#d6d6d6;
	margin-top: 9px;
	padding: 2px;
	text-align: center;
	text-transform: uppercase;
	width: 104px;
	color:#242423;
	font-weight:300;
	position:relative;
	cursor:pointer;
}

.search_bar p.filter-opt:before{
	content: "";
	font-family: FontAwesome;
	position: absolute;
	right: 7px;
}

.advance_filter_area{
	background: none repeat scroll 0 0 #fdf1c9;
	border-bottom: 1px solid #c4c1b7;
	position: absolute;
	width: 100%;
	z-index: 15;
	display:none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select:none;
	user-select:none;
}

.adv_filter {
	margin: 0 auto;
	padding: 15px 0;
	width: 1100px;

}

.adv_filter p.close-flt{
	color:#C0072F;
	font-size: 13px;
	cursor:pointer;
}

.irs {
  height: 65px;
  margin: -12px auto 0;
  width: 411px;
}

.irs-with-grid .irs-grid, .irs-min, .irs-max {
	display: none;
}

.irs-line-mid, .irs-line-left, .irs-line-right{
	height: 4px;
	background: none repeat scroll 0 0 #C0BEB7;
}

.irs-from, .irs-to, .irs-single {
	top: 45px;
	font-size: 13px !important;
	color: #2d2d2b !important;
	background: none !important;
	font-family: 'Open Sans', sans-serif !important;
}

.irs-bar {
  background:#C0072F;
  height: 4px;
}

.irs-slider.from, .irs-slider.to {
  background: url("img/slider_drag.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 21px;
  top: 16px;
  width: 21px;
}



.adv_filter .filter-close{
	font-size:32px;
	display:block;
	text-align:center;
}

.single_filter{
	
}

.single_filter .submit_btn{
	margin: 30px auto 0;
	width: 150px;
}
.single_filter .submit_btn input[type="submit"]{
	background:#C0072F;
}

.single_filter p{
	text-transform:uppercase;
}

.years_of_filter{
	
}

.yr_slider_area.fix {
	margin-left: 75px;
}

.genre_of_filter{

}

.separator{
	width:500px;
	margin:0 auto;
	height:1px;
	background:#C0BEB7;
}

.radio-checkbox-btn_area .separator{
	display:none;
}

.all_type_mov_checkbox{
	margin-left: 115px;
}

.single_type_mov_checkbox{
	margin-top: 22px;
	width: 25%;
}
.single_type_mov_checkbox p{
	margin-bottom: 0px;
}

.single_type_mov_checkbox p label, .single_radio-checkbox-btn p label{
	color:#595858;
	font-weight:400;
	text-transform:uppercase;
}

.radio-checkbox-btn_area{
	margin: 20px auto 0 223px;
	width: 832px;
}

.single_radio-checkbox-btn{
	
}

.vertical_sep{
	background: none repeat scroll 0 0 #dcd6c0;
	height: 25px;
	margin-right: 45px;
	width: 1px;
}

.single_radio-checkbox-btn p{
	margin-right:50px;
}

.single_type_mov_checkbox p label:hover{
	color:#C0072F;
}

.sort_of_filter{
	margin-top:30px;
}

.search_bar .all_selected_movies {
	background: none repeat scroll 0 0 #fff;
	position: absolute;
	top: 26px;
	width: 410px;
	z-index: 16;
	padding:0;
	display:none;
}

.search_bar .all_selected_movies p.r_date{
	background:none;
}

.search_bar .all_selected_movies .single_selected_mov {
	padding:5px 10px;
}

.search_bar .all_selected_movies .single_selected_mov:hover {
	cursor:pointer;
	background:#FDF1C9;
}

.search_bar .all_selected_movies .single_selected_mov_left {
	width: 15%;
}

.search_bar .all_selected_movies .single_selected_mov_right {
	width: 82%;
}

.search_bar .all_selected_movies .single_selected_mov_right h4{
	color:#282827;
	font-size:14px;
}

.search_bar .all_selected_movies .single_selected_mov_right p.sub_title{
	margin-top: -4px;
	font-weight: 300;
	font-size: 14px;
	color:#b4b4b4;
}

.search_bar .all_selected_movies .single_selected_mov_right p.year-of-mov{
	color: #c69d15;
	font-size: 15px;
}

.search_bar .all_selected_movies .single_selected_mov_right p.actor-mov {
	margin-top: -7px;
	font-style: italic;
	font-weight: 300;
	font-size: 12px;
	margin-bottom: 0px;
}

.profile_id{
	position:relative;
	cursor:pointer;
}

.profile_id ul {
	background: none repeat scroll 0 0 #fdfaed;
	border: 1px solid #bebdbb;
	display: none;
	list-style: outside none none;
	margin: 0;
	padding: 0 7px;
	position: absolute;
	top: 53px;
	width: 100%;
	z-index: 99;
}

.profile_id ul li{
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
}

.profile_id ul li:last-child{
	border-bottom:0px solid #ddd;
}

.profile_id ul li a{
	color:#2D2D2B;
	font-weight:300;
}

.profile-btn{
	
}
.profile-btn img{
	background: #fff;
	width: 40px;
	height: 40px;
	border-radius: 33px;
	margin-right:8px;
	padding: 4px;
}
.profile-btn a{
	color: #b4b4b4;
	display: inline-block;
	font-size: 16px;
	margin-top: 7px;
}
.profile-btn a i.fa-caret-down{
	margin-left:10px;
}

#nav{
	margin-left: 20px;
}

#nav ul, .mobile_nav_area ul{
	margin:0;
	padding:0;
	list-style:none;
}
#nav ul li{
	float:left;
}
#nav ul li a{
	display:block;
	padding:10px 25px;
	color:#fff;
}
#nav ul li a sup{
	color:#c0082f;
	font-weight:700;
	font-size:14px;
}
#nav ul li a.active{
	color:#C29707;
}
#nav ul li a:hover{
	
}

.mobile_selected_search{
	display:none;
}

.mobile_nav_area{
	background:#E8E6E6;
	display:none;
}

.mobile_nav_area ul{
	
}

.mobile_nav_area ul li {
  text-align: center;
  border-bottom: 1px solid#F6F3EB;
}
.mobile_nav_area ul li a{
	color: #2d2d2b;
display: block;
font-weight: 300;
padding: 4px;
text-transform:uppercase;
	
}
.mobile_nav_area ul li a:hover{}

.title_area{
	
}
.title_pages{
	margin-top:15px;
}
.title_pages h2{
	color:#c29707;
	text-transform:uppercase;
	text-align:center;
	font-size:20px;
}

.movies_area{
	
}

.movies_area .col-lg-9 {
	width: 73%;
}

.movies_area .col-lg-3 {
  width: 27%;
}

.single_area{
	width: 100%;
	margin-top:50px;
	background:#fff;
}
.single_area_left {
	width: 28.1%;
}

.single_area_left img{
	background:#2d2d2b;
	padding: 8px;
}

.overlay img {
	
}

.overlay a {
	display: block;
	font-size: 24px;
	padding: 23px 0;
	text-align: center;
}

.overlay a i.fa{
	color:#D6D6D6;
}

.overlay a i.fa.fa-plus, .mobile_overlay a i.fa.fa-plus{
	color:#C0082F;
}

.overlay a i.fa.fa-facebook, .mobile_overlay a i.fa.fa-facebook{
	color:#627AAD;
}

.mobile_overlay{
	display:none;
}

.mobile_overlay a {
  background: none repeat scroll 0 0 #e8e6e6;
  color: #2d2d2b;
  display: inline-block;
  font-size: 12px;
  margin-right: -2px;
  width: 19.72%;
  text-align:center;
  padding-top: 8px;font-weight:400;text-transform:uppercase;
}

.mobile_overlay a i.fa {
  display: block;
  text-align: center;
  font-size: 23px;
}


.single_area_right {
	background:#fdf1c9;
	position: relative;
	width: 71.9%;
}

.single_movie_title{
	padding: 15px 15px 0;
}

.single_movie_title h2{
	color: #5f5c5b;font-size: 21px;margin-top: 0;
}

.single_movie_title h2 span{
	color: #b4b4b4;font-size: 18px;font-weight:300;
}

.raiting {
	
}

.raiting i.fa-star {
	color: #fff;
	font-size: 25px;
	margin-right: 5px;
}

.raiting p {
	color: #c29707;
	font-size: 20px;
	font-weight: 700;
	margin-left: 10px;

}

.raiting p span{
	color: #a0a0a0;
	font-weight: 300;
	font-style: italic;
	font-size: 15px;
}
.review_area {
	
}
.review_area ul{
	margin-top:5px;
}
.review_area .nav-tabs > li {
	margin-right: -2px;
}
.review_area .nav-tabs > li.active > a, .review_area .nav-tabs > li.active > a:hover, .review_area .nav-tabs > li.active > a:focus {
	border-color: none;
	border-width:0px;
	background:none;
	color:#000;
}
.review_area .nav-tabs > li.active  a, .review_area .nav-tabs > li.active > a:focus{
	background:#fff !important;
}
.review_area .nav-tabs > li > a {
	border: 0 solid transparent;
	border-radius: 0;
	padding: 7px 33px;
	color: #fff;
	background:#D6D6D6;
	text-transform: uppercase;
	font-weight: 300;
}
.review_area .nav-tabs li.comm-tab a {
	background:#B4B4B4;
}
.nav{
	
}
.review_area .nav-tabs{
	border-bottom:0;
}
.active{
	
}
.review_area .tab-content {
	margin-top: 1px;
	background:#fff;
}
.tab-pane{
	
}
.full_review{
	padding:15px 15px 0;
	min-height: 238px;
}
.type_of_movie_area{
	margin-bottom: 2px;
}
.type_of_movie_left{
	
}
.type_of_movie_left p{
	color: #2d2d2b;
	font-weight: 300;
	font-size: 27px;
}
.type_of_movie_left p span{
	color: #c0082f;
	font-size: 19px;
	margin-left: 8px;
}
.type_of_movie_right{
	
}
.type_of_movie_right p{
	font-weight:300;
	font-size:15px;
}
.type_of_movie_right .sep{
	background: url("img/sep.png") no-repeat scroll center 10px rgba(0, 0, 0, 0);
	height: 3px;
	width: 11px;
	padding: 12px;
}
.announcement{
	color: #c29707;
	font-size: 14px;
	margin-bottom: 0px;
}
.mike{
	
}
.mike:before{
	content:"\f0a1";
}
.panda{
	
}
.panda:before{
	content:"\f0c0";
}
.detail_rev{
	margin-top:10px;
	clear:both;
	position:relative;
}
.detail_rev p{
	color: #676765;
	font-size: 13px;
	font-weight: 400;
	line-height: 19px;
}
.my_pro_photo {
	border-radius: 50px;
	height: 60px;
	margin: 0 auto;
	width: 60px;
}

.my_pro_photo img{
	
}

.comment_type_area{
	margin-top:15px;
}

.comment_type_area textarea {	
	border: 1px solid #b4b4b4;
	height: 102px;
	width: 100%;
	padding: 3px 10px;
	-webkit-border-radius: 0px;
	-webkit-appearance: none;
}

.submit_btn{
	margin-top:7px;
}
.submit_btn a, .submit_btn input[type="submit"] {
	background: none repeat scroll 0 0 #c29707;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	padding: 5px 0;
	width: 150px;
	text-align: center;
	text-transform:uppercase;

}
.submit_btn a:before {
	content: "";
	font-family: FontAwesome;
	left: 13px;
	position: absolute;
	top: 6px;

}
.submit_btn a{
	margin-right: 16px;
	position: relative;
	padding-left: 19px;
}

.submit_btn input[type=submit]{
	border:0;
	-webkit-border-radius: 0px;
	-webkit-appearance: none;

}

.all_user_comments_area {
  margin: 0 -8px 0;
}

.mobile_comments_none{
	display:none;
}

.all_user_comments_area a.left span, .all_user_comments_area a.right span {
	font-size: 31px;
	margin-top: -31px;
	position: absolute;
	top: 50%;
	color:#B4B4B4;
}

.all_user_comments_area a.left span {
	left: 1px;
}

.all_user_comments_area a.right span{
	right:1px;
}

.all_user_comments_area .carousel-control.left, .all_user_comments_area .carousel-control.right {
	background:none;
	width:5%;
}

.all_user_comments_area .item{
	padding: 0 38px;
}

.single_user_comments_area{
	border-bottom: 1px solid #b4b4b4;margin-bottom: 10px;
	position: relative;
}

.single_user_comments_area:last-child{
	border-bottom: 0px solid #b4b4b4;margin-bottom:0;padding-bottom:0;
}

.single_user_left{
	width: 15%;
	margin-bottom: 10px;
}

.rank-user{
	background: none repeat scroll 0 0 #c0082f;
	border-radius: 10px;
	color: #fff;
	height: 18px;
	margin: 5px auto 0;
	width: 50px;
}


.user_rank {
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	margin-top: -2px;
}

.expert{
	
}

.pro{
	background:#D5A91D;
}

.single_user_right{
	width: 83%;margin-left: 8px;
}

.single_user_right p{
	
}

.single_user_right p.username{
	color: #d5a91d;
	font-size: 15px;
	margin-right: 40px;
}

.single_user_right p.user-pro-rank{
	color: #c0082f;
}

.single_user_right p.user_rating{
	margin-top: 2px;
}

.single_user_comments_area .single_user_right .modal-dialog, .comment_type_area .modal-dialog {
	width:700px;
}

.single_user_comments_area .single_user_right .modal-content, .comment_type_area .modal-content {
	background-color: #f9f9d4;
}

.single_user_comments_area .single_user_right .modal-header, .comment_type_area .modal-header {
	border-bottom:0;
}

.single_user_comments_area .single_user_right .modal-footer, .comment_type_area .modal-footer {
	border-top:0;
}

.write_review_area{
	font-family: 'Architects Daughter', cursive;
	font-weight:400;
}

.date_write{
	width: 11%;
	margin-right: 7px;
}

.date_write p{
	color:#9e9e9e;
	font-size:17px;
}

.review_write{
	border-left: 1px solid #f6e2c7;
	margin-top: -15px;
	padding-left: 15px;
	width: 87%;
}

.review_write .single_movie_title{
	text-align: center;
}

.review_write .single_movie_title h2 {
	color: #0d0e0e;
	font-size: 24px;
}

.review_write .single_movie_title .raiting{
	margin: 0 auto 20px;
	width: 104px;
}

.review_write .single_movie_title .raiting i{
	font-size: 17px;
}

.review_write .single_movie_title .raiting i.fa-star{
	color:#D0CEC8;
}
.review_write .details_of_review_area{
	
}
.review_write .details_of_review_area p{
	color: #0322a7;
	font-size: 16px;
}
.review_write p.review_writer{
	color: #0d0e0e;
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 15px;
}

i.star-color-golden{
	color:#C29707 !important;
}

i.star-color-grey{
	color:#B4B4B4 !important;
}

i.star-color-red{
	color:#C0082F !important;
}

.single_user_right p i{
	color: #bfbfbf;
	font-size: 17px;
	margin-right: 3px;
}

.single_user_right p i.fa-file-text-o{
	color: #C29707;
	font-size: 17px;
	cursor:pointer;
}

.single_user_comments{
	margin-bottom: 9px;
}
.single_user_comments p{
	color:#676765;
	text-align:justify;
}

.all_comming_soon_right {
	margin-top: 10px;
}

.single_movies_right_area{
	margin-bottom:50px;
}

.single_movies_right_area h2{
	font-size:18px;
	color:#676765;
	text-align:center;
	margin-top:0;
	margin-bottom:20px;
	text-transform:uppercase;
}

.single_movies_right_area h2 i{
	color:#C0082F;
	margin-left: 5px;
}

.single_movies_right_area .review_area{
	background:#fff;
}

.single_movies_right_area .review_area ul.nav li a {
	padding: 7px 0;
	text-align: center;
	width: 152.4px;
}

.single_movies_right_area .review_area ul{
	margin-top:0;
}

.all_selected_movies {
	padding: 0 10px;
	margin-top: 10px;
}

.single_selected_mov {
	border-bottom: 1px solid #E1E1E1;
	padding: 7px 0;
}

.single_selected_mov:last-child {
	border-bottom: 0px solid #E1E1E1;
}

.single_selected_mov_left {
	width: 17%;
}

.single_selected_mov_left img{
	
}
.single_selected_mov_right {
	margin-left: 10px;
	width: 79%;
}

.single_selected_mov_right h4{
	font-size:15px;
	margin-top: 0;
	color:#2d2d2b;
}

.single_selected_mov_right p.r_date:before {
	color: #b4b4b4;
	content: "";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
}

.single_selected_mov_right p.r_date {
	color: #c0082f;
	font-size: 14px;
	font-weight: 300;
	padding-left: 19px;
	position: relative;
}

.single_selected_mov_right p {
	color: #676765;
	font-size: 13px;
	line-height: 17px;
	text-align: justify;
}

.single_selected_mov_right p.sidebar_rating {
	color: #c29707;
	font-size: 16px;
	font-weight: 700;
	margin-top: -15px;
}

.load_more{}

.load_more a {
	background: none repeat scroll 0 0 #d6d6d6;
	color: #fff;
	display: block;
	font-size: 15px;
	font-weight: 300;
	padding: 6px 0;
	text-align: center;
	text-transform: uppercase;
}
.latest-rate .single_selected_mov_left {
	width: 20%;
}

.latest-rate .single_selected_mov_right {
	width: 75%;
}

.latest-rate .single_selected_mov_left .my_pro_photo {
	height: 48px;
	width: 50px;
}

.latest-rate .single_selected_mov_left  p {
	color:#d5a91d;
	font-size:13px;
	text-align:center;
}

.latest-rate .single_selected_mov {
	border-bottom: 1px solid#F5F5F5;
}

.single_selected_mov_left i {
	font-size: 20px;
	margin-right: 7px;
	margin-top: 9px;
	color:#D6D6D6;
}

.single_selected_mov_left h3 {
	font-weight: 700;
	margin-top: 0;
	font-size: 30px;
	color:#B4B4B4;
}


/* movie_detais_page css */

.prev-next_movie-details{
	background:#E8E6E6;
}

.movie-details-prev-next-button{
	margin-left: -25px;
	padding: 14px 0;
	width: 150px;
	margin: 0 auto;
}

.movie-details-prev-next-button a{
	color:#2D2D2B;
	font-size:25px;
}

.movie-details-prev-next-button a i{
	margin-left:25px;
}
.movie_details_page{

}
.movie_details_page .single_area , .movie_stils_container, .mov_d_p_all_ratings_area, .mov_discussion, .leave_comment{
  margin: 50px auto;
  width: 1000px;
}
.movie_details_page .single_area_left {
  width: 25%;
}
.movie_details_page .single_area_left img{
  width: 100%;
}

.movie_details_page .single_area_right {
  width: 75%;
}
.image-bottom{}
.image-bottom a {
  background: none repeat scroll 0 0 #e8e6e6;
  color: #242423;
  display: block;
  font-weight: 300;
  text-transform: uppercase;
  padding: 7px 20px;
  border-bottom: 1px solid#fff;
}
.image-bottom a:last-child{border-bottom:0;}
.image-bottom a i{font-size: 18px;margin-right: 18px;}
.image-bottom a i.fa-plus{color:#C0072F;}
.image-bottom a i.fa-facebook{color:#5F77AD;}
.movie_details_page .single_movie_title h2 {margin-bottom:2px;}
.movie_details_page .raiting{margin-top:18px;}
p.run_time:before, p.location:before, p.mike:before, p.panda:before{color:#B7B7B7;font-family:FontAwesome;padding-right:10px;font-size:18px;}
p.run_time:before{content: "";}
p.run_time{color:#2D2D2B;}
p.location:before{content:"\f0ac";}
p.location{}
.movie_details_page .detail_rev p {text-align: justify;}
.movie_details_page .detail_rev p.details_more, p.details_less {bottom:0px;color: #c4183c;position: absolute;right: 0;cursor:pointer;}
.movie_details_page .detail_rev p.details_more i, p.details_less i{bottom: 2px;font-size: 22px;margin-left: 10px;}
.movie_details_less{display:none;padding: 2px 10px;}
.movie_details_page .detail_rev.movie_details_less p.details_less {right: 15px;}
.movie_stills_area{}
.movie_stils_container, .mov_d_p_all_ratings_area, .mov_discussion, .leave_comment{margin:0 auto;}
.movie_stils_container .movie_titles h2, .mov_d_p_all_ratings_area .movie_titles h2, .mov_discussion .movie_titles h2 {color: #2d2d2b;font-size: 28px;letter-spacing: -1px;margin-bottom: 50px;text-align: center;text-transform: uppercase;}
.movie_stills_pictures{width: 65%;margin: 0  auto;}
.movie_stills_pictures .all_user_comments_area{}
.movie_stills_pictures .all_user_comments_area img{background: none repeat scroll 0 0 #fff;border: 1px solid #f0eeee;padding: 5px;width: 82%;margin: 0 auto;}
.movie_stills_pictures .all_user_comments_area a.left span {left: 22px;}
.movie_stills_pictures .all_user_comments_area a.right span {right: 22px;}
.movie_stills_pictures .all_user_comments_area a.left span, .movie_stills_pictures  .all_user_comments_area a.right span {margin-top: -15px;}
.movie_details_sep{width:88%;height:1px;background:#E8E6E6;margin:50px auto;}
.movie_ratings_area_all{}
.mov_d_p_all_ratings_area{}
.mov_d_p_all_ratings_area .review_area ul.nav-tabs, .mov_discussion .review_area ul.nav-tabs{width: 305px;margin: 0 auto;}
.mov_d_p_all_ratings_area .review_area .all_selected_movies {margin-top:0px;}
.mov_match_comments_area{padding: 20px 15px;}
.mov_match_left{width: 50.7%;border-right: 1px solid#B4B4B4;}
.mov_match_right { width: 49%;}
.mov_match_left .single_user_right {width: 78%;}
.author_name_rates {bottom: -4px;position: absolute;width: 78%;}
.mov_match_comments_area .mov_match_left .single_user_comments_area:after, .mov_match_comments_area .mov_match_right .single_user_comments_area:after {background: none repeat scroll 0 0 #b4b4b4;bottom: 0;content: "";height: 1px;position: absolute;width: 100%;}
.mov_match_comments_area .mov_match_left .single_user_comments_area:after{left:42%;}
.mov_match_comments_area .mov_match_right .single_user_comments_area:after {right: 40%;}  
.mov_match_comments_area .single_user_comments_area:last-child:after, .mov_match_comments_area .mov_match_right .single_user_comments_area:last-child:after {background: none;height: 0px;}
.blank_space{margin: 15px 0px;}
.mov_match_comments_area .my_pro_photo {height: 55px;width: 55px;}
.mov_match_comments_area .single_user_comments_area{border-bottom:0;}
.mov_match_right .single_user_left {padding-left: 15px;}
.zac{background:#B4B4B4;}
.mov_match_comments_area .single_user_comments_area.fix {padding: 5px 0;}
.zac_user{color:#B4B4B4 !important;}
.mov_match_comments_area .submit_btn {
  clear: both;
  display: block;
  margin: 0 auto;
  padding-top: 35px;
  width: 152px;
}

.mov_discussion {
  margin-top: 45px;
}

.user_discussion_area{padding: 15px;}
.single_discussion{}
.start_discussion_area{}
.single_discussion .single_user_left, .leave_comment .single_user_left{width: 7%;margin-right: 12px;}
.start_discussion_area .single_user_left p{display:none;}
.user_discussion_right{width: 91%;}
.user_discussion_right p{}
.user_discussion_right .submit_btn {margin-top: -11px;}
.user_discussion_right .submit_btn input[type="submit"] {width: 90px;padding:2px 0;}
.username_dis{color: #c29707;font-size: 15px;font-weight: 600;margin-bottom: -1px;}
.date_dis{color: #2d2d2b;font-size: 13px;font-style: italic;}
.date_dis span{margin-left: 10px;}
.date_dis span i.fa-clock-o{font-style:normal;}
.main_cont{color:#757575;}
.sub_reply_area{width: 94%;}
.sub_reply_area .username_dis, .sub_of_sub_reply .username_dis, .leave_comment .username_dis{color:#000;}
.sub_of_sub_reply{width:88%;}
.leave_comment_area{margin:60px 0;}
.leave_comment h4{color:#2d2d2b;}
.leave_comment .start_discussion_area{background:#fff;padding:15px;}
.leave_comment .user_discussion_right textarea{border: 1px solid #e8e6e6;margin-bottom: 25px;width: 100%;height: 90px;padding: 4px 10px;}
.leave_comment .user_discussion_right .submit_btn input[type="submit"] {width: 165px;}
.start_discussion_area .single_user_left p, .sub_reply_area .single_user_left p, .sub_of_sub_reply .single_user_left p{display:none;}
.{}
.{}
.{}