/*
Theme Name: StarFilm
Author: Ghalebkade.com
Author URI: http://Ghalebkade.com
Version: 1.2
*/
@font-face {
    font-family: 'iransans';
    src: url('fonts/IRANSansWeb_UltraLight.eot');
    src: url('fonts/IRANSansWeb_UltraLight.eot') format('embedded-opentype'),
         url('fonts/IRANSansWeb_UltraLight.woff') format('woff'),
         url('fonts/IRANSansWeb_UltraLight.ttf') format('truetype');
    font-size:14px;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'iransans';
    src: url('fonts/IRANSansWeb.eot');
    src: url('fonts/IRANSansWeb.eot') format('embedded-opentype'),
         url('fonts/IRANSansWeb.woff') format('woff'),
         url('fonts/IRANSansWeb.ttf') format('truetype');
    font-size:14px;
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'mwsans';
    src:url('fonts/MerriweatherSans-Regular.otf') format('truetype');
    font-size:14px;
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'oswald';
    src:url('fonts/Oswald-Regular.ttf') format('truetype');
    font-size:14px;
    font-weight: normal;
    font-style: normal;
}


@font-face{font-family:'Yekan';src:url('fonts/BYekan.ttf') format('truetype'), url('fonts/BYekan.eot?#') format('eot'), url('fonts/BYekan.woff') format('woff');font-style:normal;font-weight:normal;}

@font-face { font-family:wddroid; src:url('fonts/wddroid.eot'); src:url('fonts/wddroid.eot?#iefix') format('embedded-opentype'), url('fonts/wddroid.woff2') format('woff2'), url('fonts/wddroid.woff') format('woff'), url('fonts/wddroid.ttf') format('truetype'), url('fonts/wddroid.svg#droid_arabic_kufiregular') format('svg'); font-weight:normal; font-style:normal; }

/* Style Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	background:#e6e6e6;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	text-decoration:none;
}

.taber{
	float:right;
	width:100%;
	margin-top:60px;
}

/* Top  */
#navtop{
	float:right;
	width:100%;
	height:68px;
	background:#293a4a;
	box-shadow:0px 0px 5px 0px RGBA(0, 0, 0, 0.42);
	position:relative;
	z-index:2;
}
#navtop ul{
	margin-top: -4px;
	float:right;
}
#navtop ul li{
	float:right;
}
#navtop ul li img{
	width:50px;
	height:auto;
}
#navtop ul li a{
	margin:3px 5px;
	border-radius:5px;
	padding:0 10px;
	font:15px wddroid;
	float:right;
	color:#fff;
	text-decoration:none;
}
#navtop ul li a:hover{
	background:#e7605f;
	color:#fff;
	border-radius: 2px;
	transition:all 0.3s ease-in-out;
}

/* Global */
#siite_main{
	float: right;
	width: 100%;
	margin: 0 auto;
}
.topiceff{
	float:right;
	width:100%;
	height:200px;
	margin-top:0; 
}

#commentsbox h3 {
	text-align: right;
	float: right;
	width: 96%;
	padding: 10px 20px;
	background: #293a4a;
	color: #fff;
	border: 1px solid #293a4a;
	margin: 20px 6px;
	direction: rtl;
	border-radius: 3px;
}

#commentsbox h3::before {
    content: "\f086";
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: 5px;
    font-size: 18px;
}

.wp-pagenavi a:hover {
	background: #555;
	color:#fff !important;
}


.topiceff h1 {
	color: #FFF;
	text-align: center;
	font-size: 24px;
	margin-top: 5%;
	font-weight: 700;
	font-family: iransans;
	font-weight:300;
}

.slider {
    width: 94%;
    margin: 30px auto;
}

.slick-slide {
    margin: 0px 10px;
}

.slick-slide img {
    width: 100%;
	height:auto;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}
.sliderbox{
	float:right;
	width:100%;
	background:#fff;
	box-shadow:0px 0px 5px -3px;
}
.titrslider{
float:right;
width:300px;
margin-right:20px;
margin-top:10px;
}
.posh{
	position:absolute;
	width:100%;
	height:100%;
	background:rgba(253, 193, 60, 0.8);
	top:0;
	transform:translate(0,100%);
	transition:transform 0.5s ease;
}
.slick-slide:hover .posh{
	transform:translate(0,0);
	transition:transform 0.5s ease;
}
.slick-slide{
	position:relative;
	cursor:pointer;
}
.archive-button{
	background:#EA7A7A;
	color:#293a4a;
	font:15px iransans;
	font-weight:300;
	text-decoration:none;
	margin:30px 0 0 20px;
	float:left;
	padding:3px 10px;
	border-radius:3px;
}
.archive-button:hover{
	background:#293a4a;
	color:#fff;
	transition:background 0.2s ease-in-out;
}
.sliderheader{
	float:right;
	width:100%;
}
.download-art{
	float:right;
	width:100%;
	text-align:center;
	margin-top:50px;
	color:#293a4a;
	font:20px oswald;
}
.film-name{
	float:right;
	width:100%;
	text-align:center;
	margin-top:20px;
	color:#293a4a;
	font:14px iransans;
}
#siite_main .topiceff{
	background-parallax:true;
	background-parallax-speed:4.53;
	background-parallax-x:45.77;
}


.posh img{
	float:right;
	width:40%;
	height:auto;
	margin:30px 30% 0 30%;
}

#cinema_single_contents {
	direction:rtl;
	line-height:25px;
	color:#131313;
	font-family:iransans;
	font-size:14px;
	font-weight:300;
	text-align: justify;
}
#cinema_single_thumb{width: 100%;margin: 0 auto;text-align: center;}
#cinema_single_thumb img {
	text-align: center;
	max-width: 70%;
	height: auto;
	margin: 0 auto;
	width: auto;
	border: 1px #ddd solid;
	border-radius: 2px;
}
.container {
	float:right;
	width:70%;
	margin-top:10px;
}
.matlab{
	float:right;
	width:94%;
	background:#fff;
	margin:10px 1% 10px 3%;
	box-shadow:0 0 2px #555;
	padding:10px 1%;
	position:relative;
}
.movie_icon {
    float: right;
    padding-left: 10px;
	cursor: default;
    border-left: 1px solid #dadada;
    box-shadow: -3px 4px 5px #555;
}
.movie_icon:after {
	content: "\e914";
	font-family: 'icomoon';
	font-size: 30px;
	color: #333;
	margin: 0 5px 0 0;
}
.posting_head{
	float:right;
	width:100%;
}
.posting_head h2{
	float:right;
	margin:6.5px 10px;
	direction:rtl;
	font:16px iransans;
	font-weight:300 !important;
	color:#4D4D4D;
}
.posting_head h2:hover{
	color:#EA7A7A;
	transition:all 0.2s ease-in-out;
}
.posting_head span{
	float:left;
	color:#293a4a;
	font:16px iransans;
	padding:2px 5px;
	position:absolute;
	left:0;
	top:0;
	margin-top:6.5px;
	cursor:default;
	transition:padding 0.3s ease;
	min-height:inherit;
	width:auto;
	border-bottom-right-radius:30px;
	border-top-right-radius:30px !important;
	background-color:#ffc107;
}
.quality-head {
	float:left;
	color:#000;
	font:14px iransans;
	padding:2px 5px;
	position:absolute;
	left:0;
	top: 30px;
	margin-top:6.5px;
	cursor:default;
	transition:padding 0.3s ease;
	min-height:inherit;
	width:auto;
	border-bottom-right-radius:30px;
	border-top-right-radius:30px !important;
	background-color:#ace0fc;
}
.quality-head:hover {
    padding-left: 20px;
    transition: padding 0.3s ease;
}
.posting_head span:before{
	content: "\f005";
	font-family: FontAwesome;
	color: #FFF;
	font-size: 17px;
	float: right;
	margin-right: 5px;
	margin-top: 0;
	opacity: 0.8;
	margin-left: 4px;
}
.posting_head span:hover{
	padding-left:20px;
	transition:padding 0.3s ease;
}
.matlab-main{
	float:right;
	width:100%;
	margin-top:20px;
}
.matlab-image{
	float:right;
	width:25%;
	overflow:hidden;
}
.matlab-main img{
	float:right;
	width:100%;
	transition:all 0.6s ease;
}
.matlab-main img:hover{
	transform:scale(1.05);
	filter:grayscale(0.5);
	transition:all 0.6s ease;
}
.movie_main_block{
	float:right;
	width:75% !important;
}
.rowone_country {
	background: #f3f3f3 url(img/flag.png) no-repeat;
	background-position: 3px;
	float:right;
	width:98%;
	margin-right:2%;
	margin-bottom:5px;
}
.rowone_genr {
	background: #f3f3f3 url(img/genre.png) no-repeat ;
	background-size: 8%;
	float:right;
	width:98%;
	margin-right:2%;
	margin-bottom:5px;
}
.rowone_dir {
	background: #f3f3f3;
	background-position: 3px;
	float:right;
	width:98%;
	margin-right:2%;
	margin-bottom:5px;
}
.rowone_dir:before {
	content: "\f007";
	font-family: FontAwesome;
	color: #555;
	font-size: 30px;
	opacity: 0.6;
	position: absolute;
	left: 2%;
	margin-top: 3px;
}
.rowone_act {
	background: #f3f3f3;
	background-position: 3px;
	float:right;
	width:98%;
	margin-right:2%;
	margin-bottom:5px;
}
.rowone_act:before {
	content: "\f0c0";
	font-family: FontAwesome;
	color: #555;
	font-size: 30px;
	opacity: 0.6;
	position: absolute;
	left: 2%;
	margin-top: 3px;
	
}
.titr_main_post{
	width:86px;
	box-shadow: -1px 1px 1px #ccc;
	cursor:default;
	float:right;
	background:#EA7A7A;
	color:#fff;
	font:15px iransans;
	text-align:center;
	padding:5px 0;
	font-weight: 300;
}
.wp-pagenavi a, .wp-pagenavi span {
	border-radius: 0 !important;
	color: #333 !important;
	padding: 3px 7px !important;
	font-weight: 300 !important;
}
.wp-pagenavi .pages {
    background: #293a4a;
    color: #fff !important;
}
.block_genres{
	float: right;
	width: auto;
	color: #293a4a;
	font: 14px iransans;
	text-align: right;
	padding: 5px 15px;
	font-weight: 300 !important;
}
.rating_ind_hv {color: #e1a937;}
.block_genres_series{
	background-size: 8%;
	float: right;
	width: 99%;
	color: #293a4a;
	font: 14px iransans;
	text-align: right;
	padding: 5px 15px;
	font-weight: 300;
	height: 16px;
}
.block_directors{
	background-position: 99%;
	float: right;
	width: auto;
	color: #293a4a;
	font: 14px iransans;
	text-align: left;
	padding: 8px 15px;
}
.block_actors{
	float: right;
	width: auto;
	color: #293a4a;
	font: 14px iransans;
	text-align: left;
	padding: 8px 15px;
}
.block_country{
	float: right;
	width: auto;
	color: #293a4a;
	font: 14px Iransans;
	text-align: right;
	padding: 6px 15px;
	font-weight: 300;
}
.block_country_single{
	background: url(img/flag.png) no-repeat left;
	float: right;
	width: 99%;
	color: #293a4a;
	font: 14px Iransans;
	text-align: right;
	padding: 6px 15px;
	font-weight: 300;
	height: 16px;
}
.fa-3x {
    font-size: 13em !important;
}
.plotm{
	float:right;
	width:94%;
	padding:10px 2%;
	margin-right:2%;
	background:#f3f3f3;
	margin-bottom:5px;
	font:14px iransans;
	text-align:justify;
	direction:rtl;
	max-height:192px;
	overflow:auto;
	border-bottom: 3px solid #eee;
	line-height: 25px;
}
.poster_end{
	float:right;
	width:100%;
	height:40px;
	margin-top:10px;
}

.last_news {
	float: right;
	width: 94%;
	background: #eee;
	margin: 10px 1% 10px 3%;
	padding: 10px 1%;
	position: relative;
}
.last_news span {
	float: right;
	width: 100%;
	padding: 9px 0;
	text-align: center;
	background: linear-gradient(20deg, #555 0%, #222 100%);
	color: #FFF;
	font-family: iransans;
	font-size: 14px;
}
.last_news span:before {
	content: "\f008";
	font-family: FontAwesome;
	color: #fff;
	cursor:default;
	margin-left: 6px;
	float: left;
}
#news_block_index {
	float: right;
	width: 50%;
}
#news_block_index img {
	width: 100%;
	height: auto;
	float: right;
}
#news_block_index p {
	position: absolute;
	font-family: iransans;
	font-size: 13px;
	color: #FFF;
	text-align: center;
	direction: rtl;
	line-height: 25px;
	font-weight: 300;
	background: rgba(21,1110,222,.7);
	top: 0;
	width: 100%;
	padding: 2px 0;
}

.series_up {
	font-family: wddroid;
	font-size: 13px;
	color: #FFF;
	line-height:15px;
	text-align: center;
}
.series_up i {
	font-size: 200%;
	color: #f6b45e;
	line-height: 2;
}
.read-more:hover{
	background:#555;
	color:#fff;
	transition:background 0.2s ease-in-out;
}
.read-more:before{
	content: "\f008";
	font-family: FontAwesome;
	color: #fff;
	float: right;
	margin-left: 6px;
	margin-top: 2px;
}
#matlab-options{
	float:right;
	direction:rtl;
	font:12px iransans;
	padding:2px 30px 2px 10px;
	margin:5px 0 5px 10px;
	color:#293a4a;
	border-left:1px solid #ddd;
	font-weight: 300;
}
#matlab-options a{
	color:#293a4a;
}
.time-ersal{
	background:url('img/watch.png') no-repeat scroll 100% 0;
}
.author{
	background:url('img/author.png') no-repeat scroll 100% 0;
}
.comments{
	background:url('img/comments.png') no-repeat scroll 100% 0;
	border-left:none !important;
}
/* Sidebar Area */

#sidebar_left{
	float:left;
	width:30%;
	margin-top:10px;
}
.widget{
	float:right;
	width:98%;
	background:#fff;
	box-shadow:0 0 8px rgba(0,0,0,0.1);
	margin-top:10px;
	margin-left:2%;
}
.loginbox{
	float:right;
	width:98%;
	margin:0 0 0 2%;
	box-shadow:0 0 8px rgba(0,0,0,0.1);
}
.loginhead{
	float:right;
	width:100%;
	text-align:center;
	font:16px iransans;
	color:#293a4a;
	padding:5px 0;
	font-weight:bold;
	margin-bottom:10px;
}
.loginform{
	float:right;
	width:80%;
	padding:0 10%;
}
.loginform input{
	float:right;
	width:100%;
	font-size:16px;
	font-family:iransans,tahoma;
	padding:5px 0;
	margin-bottom:10px;
	text-align:center;
}
.whead{
	float:right;
	width:100%;
	height:50px;
	margin:10px 0;
	position:relative;
	font:18px iransans;
	text-align:center;
	direction:rtl;
}
#wicon{
	float:right;
	width:50px;
	height:50px;
	position:absolute;
	right:0;
}
.sarw{
	float:right;
	width:100%;
	height:40px;
	background:#eaeaea;
	margin:5px 0;
}
.sarw-title{
	float: right;
	font-weight: 200;
	color: #2e2d2d;
	margin-right: 60px;
	font-size: 15px;
	padding: 7px 0;
	font-family: wddroid;
}
.loginwicon{
	background:rgba(245, 95, 95, 0.7) url(img/film-child.png) no-repeat scroll 0 0/cover;
}
.widget_filmico{
	background: url(img/83519.png) no-repeat scroll 0 0/89%;
}
.widget_bestico {
    background: url(img/top.png) no-repeat scroll 0 0/100%;
}
.footer{
	float: right;
	width: 100%;
	height: 100px;
	background: #222 url(img/foot.jpg);
	border-top: 2px solid #ccc;
	margin-top: 30px;
	position: relative;
	color: #FFF;
	font-family: Yekan;
	background-size: 129%;
	border-bottom: 4px #000 solid;
	background-repeat: no-repeat;
}
.logo-img{
	float:right;
	height:100%;
	width:auto;
}
.copyright-text{
	float:right;
	font:12px iransans;
	color:#fff;
	text-align:right;
	direction:rtl;
	margin-right:10px;
	position:absolute;
	right:0;
	bottom:3px;
}

.footer-social {
	direction:rtl;
	text-align: right;
	position: absolute;
	bottom: 0;
	line-height: 24px;
}
.footer-social p {
    font-size: 13px;
    text-align: center;
}
.social-items {
	display: flex;
    line-height: 1;
}
.social-items li {
    padding-left: 10px;
}
.main-footer .footer ul li {
    display: inline-block;
}
.main-footer .footer a {
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    display: inline-block;
    box-sizing: border-box;
}
.social-items img {
    opacity: 0.6;
    width: 30px;
}
.social-items img:hover {
    opacity: 1;
}

.sliderbox:hover .slick-prev{
    opacity:1;
	transition:all 0.2s linear;
}
.sliderbox:hover .slick-next{
    opacity:1;
	transition:all 0.2s linear;
}
.pertop{
	float:right;
	width:96%;
	height:100px;
	padding:5px 2%;
	position:relative;
}
.pertop:hover{
	background:#eaeaea;
	transition:background 0.2s linear;
}
.pertop img{
	float:right;
	height:100px;
	width:auto;
}
.pertop h2{
	float:right;
	text-decoration:none;
	padding:20px 10px 0 10px;
	text-align:right;
	direction:rtl;
	font:15px iransans;
	color:#293a4a;
	font-weight: 300;
}
.pertop p{
	float:right;
	text-decoration:none;
	padding:5px 10px;
	text-align:right;
	direction:rtl;
	font:14px Yekan;
	color:#7e7e7e;
}
.pertop span{
	position:absolute;
	background:#EA7A7A;
	color:#fff;
	direction: rtl;
	left:0;
	bottom:0;
	font:13px iransans;
	padding:2px 5px;
	opacity:0;
}
.series_watch_trailer {
clear: both;
overflow: hidden;
width: 20%;
text-align: center;
background: rgba(120, 8, 0, 0.8);
padding: 6px 0;
margin: 0 auto;
border-radius: 4px;
cursor: pointer;
-webkit-transition: all 450ms ease-in;
transition: all 450ms ease-in;
}
.box_trailer_single_series {
width: 70%;
border: 2px #555 solid;
border-radius: 2px;
margin: 0 auto;
}
.series_watch_trailer:hover {
background: rgba(0,120,100,.8);
    transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}
.series_watch_trailer p {
text-align: center !important;
background: unset !important;
font-weight: 300 !important;

}
.tabsposts {
	text-align: center;
	background: #f8f8f8;
	padding: 9px 0;
}
.tabsposts a {
	font: 12px iransans;
	color: #131313;
	border: 1px #fff solid;
	background: #ddd;
	padding: 7px 16px;
	font-weight: 300;
}
.tabsposts a:active {
	background: #555;
}
.txt_new {
	text-align: center;
	font-family: iransans;
	font-weight: 300;
	font-size: 13px;
	padding: 10px;
	border-bottom: 1px solid #5555;
	background: #F5F5F5;
}
.tabz {direction:rtl;}
.tabz a {
	font-family: iransans;
	font-weight: 300;
	color:#131313;
}
.tabz li {
	font-family: Yekan;
	font-size: 13px;
	line-height: 20px;
	padding: 9px 5px;
	border-bottom: 1px solid #ccc;
}
.tabz li:hover {
	background-color: #FCD65A !important;
}
#tabs{
	border-radius: 0;
	float:right;
	padding:0;
	border:none;
	width:100%;
}
#tabs ul{
	background: #FFF;
	border:none;
}
#tabs ul li{
	width: 50%;
	margin: 0;
	border: none;
	float: right;
	font-family: iransans;
	font-weight: 300;
	font-size: 12px;
	background: #FFF;
	text-align: right;
	padding: 7px 11px 0;
	color: #555;
}
#tabs ul li a{
	width:100%;
	padding:10px 0;
	border:none;
	text-align:center;
	font:18px wddroid;
	color:#293a4a;
}
.lnr-gift:before {color: #f09f37;font-weight: bold;}
.lnr-users:before {
    content: "\e824" !important;
    color: #24719b;
    font-size: 33px;
}
#leftside{
	float:left;
	width:20%;
	height:1000px;
}
.fixedbox{
	float:right;
	width:96%;
	margin:100px 2% 10px 2%;
}
.fixedbox img{
	width:100%;
	height:auto;
}
#main {
  width:79%;
  height: 750px; /*can be anything, just should make sure it is taller than the sidebar*/
  float: left;
}
.index-image img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.index-image .glassef {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background-color: rgba(95, 211, 249, 0.8);
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.index-image h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.index-image p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.index-image:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.index-image a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.index-image:hover .glassef {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.index-image:hover h2,
.index-image:hover p,
.index-image:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.index-image:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.index-image:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
				
#sidebar {
  width: 20%;
  min-height: 200px;
  margin: 10px 0 15px 0;
  float: left; 
  left:0 !important;
}
.coverbox{
	width:92%;
	margin:10px 2%;
	padding:5px 2%;
	background:#fff;
	box-shadow:0px 0px 8px rgba(0,0,0,0.1);
}
#sidebar h2{
	width:92%;
	margin:5px 2%;
	padding:0 2%;
	text-align:center;
	font:16px iransans;
	font-weight:bold;
	color:#293a4a;
}
.coverbox img{
	width:100%;
	height:auto;
}
#footer {
  width: 100%;
  clear:both;
  background-color: #ccc;
  height: 200px;
  margin-top: 100px;
}
#wrapper {
  width: 100%; /* MUST HAVE WIDTH SET, should be the sidebar width + main width */
  margin-left: auto;
  margin-right: auto;
}
.singletabs{
	width:20% !important;
}
.filminfo{
	margin-top:50px;
}
.infotabs{
	width:100%;
}
.singleright{
	float: right;
	width: 20%;
	position: absolute;
	right: 0;
	margin-top: 50px;
	transform: rotateY(-30deg);
	-webkit-transform: rotateY(-30deg);
}
.singleright img{
	float:right;
	width:90%;
	height:auto;
	margin:10px 5%;
	box-shadow: 9px 6px 5px #555;
	transform: rotateY(23deg);
}
.mediamain{
	float: left;
	width: 100%;
	min-height: 500px;
}
.wrapper{float:right;width:100%;position:relative;}
#content{
	float:right;
	width:94%;
	padding:10px 2%;
	margin:0 1%;
	background:#131313;
	box-shadow:0px 0px 8px rgba(0,0,0,0.1);
	background-attachment: fixed !important;
}
#content p{
	text-align: justify;
	direction: rtl;
	font: 15px iransans;
	color: #fff;
	line-height: 1.7;
	padding: 0px 11px;
	overflow: hidden;
}
.block_title_single {
	direction:rtl;
	font:17px iransans;
	color:#FFF;
	box-shadow:0px 0px 80px -60px #000 inset;
	float:right;
	width:96%;
	padding:9px 1%;
	border-bottom:2px solid #eaeaea;
	margin:10px 1% 0 1%;
	background:#684343;
}
.block_title_single h1 {
	text-align: right;
	float: right;
	width: 77%;
}
.block_title_single h1:before {
	content: "\f038";
	font: normal normal normal 14px/1 FontAwesome;
	margin-left: 4px;
}
.block_title_single span {
	position: relative;
	float: left;
	cursor:default;
 }   
 .block_title_single span:before {
	content: "\f133";
	font: normal normal normal 16px/1 FontAwesome;
	margin-right:4px;
 }
.box_trailer_single{
    height: 360px;
	float:left;
	width:40%;
	border: 2px #ddd solid;
	border-radius: 2px;
	margin-right:20px;
}
#my-video{
width:100%;
}
.infotabs{
	width:25% !important;
	position:relative;
	height:50px;
}
.ui-state-active.infotabs{
	background:#EA7A7A !important;
	box-shadow:0px 0px 60px -45px #000 inset;
}
.ui-state-active.infotabs a{
	color:#293a4a !important;
}
.singleinfobox{
	margin-top:10px;
	float: right;
	width: 56%;
	margin: 0;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.1);
	border: 2px solid #a1a1a1;
}
.infotabs a{
	direction:rtl;
	width:fit-content !important;
	width:-moz-fit-content !important;
	width:-webkit-fit-content !important;
	position:absolute;
	right:0;
	left:0;
	margin-right:auto;
	margin-left:auto;
	
}
.lnr-users, .lnr-gift, .lnr-highlight, .lnr-bubble{
	font-size:29px;
	float:right;
	margin-left:5px;
}
.avamel-table{
	float:right;
	width:100%;
	margin-top:9px;
}
.row{
	float:right;
	width:100%;
	margin-bottom:5px;
}
.onvan{
	float: right;
	width: 13%;
	text-align: center;
	background: #4B4B4B;
	color: #fff;
	font: 14px iransans;
	padding: 5px 0;
	border-left: 6px solid #222;
}

.block_imdb_single:hover {
	background: #F5D10F;
}

.block_imdb_single{
	float: right;
	width: 13%;
	text-align: center;
	background: #F0AF14;
	color: #fff;
	font: 13px tahoma;
	font-weight:bold;
	padding: 5px 0;
	border-left: 6px solid #F0AF14;
}
.block_imdb_single a {color:#FFF !important;}
#plotmovies {
    background: rgba(0,0,0,.8);
    clear: both;
    padding: 5px;
    width: 97.2%;
    float: right;
    margin-right: 1%;
margin-top: 3%;
    box-shadow: 0px 0px 1px #555;
}

#plotmovies p {
	text-align:right;
	direction:rtl;
	color:#f8f8f8;
	font: 15px iransans;
	font-weight:300;
}

.value{
	float:none;
	width:77%;
	text-align:left;
	padding:5px 4%;
	height: auto;
	color:#293a4a;
	font:15px iransans;
	background: #f8f8f8;
}

.rating_imdb {
	background: url(img/top.png) rgba(251, 199, 19, 0.7) no-repeat -1px 0px/33%;
	padding: 2.5px 7px 4px 20px;
	border-radius: 2px;
	font-size: 14px;
	font-family: tahoma;
	float: none;
	cursor:default;
	border: 1px solid #ccc;
}
.votes_single {
	background: url(img/votes.png) rgba(118, 202, 255, 0.7) no-repeat 1px 4px/20%;
	padding: 2.5px 7px 4px 20px;
	border-radius: 2px;
	font-size: 14px;
	font-family: tahoma;
	float: none;
	cursor: default;
	border: 1px solid #ccc;
}
.metascore_single {
	background: url(img/xbgh.png) #e0e0e0 no-repeat 2px -4px/20%;
	padding: 2.5px 7px 4px 20px;
	border-radius: 2px;
	font-size: 14px;
	font-family: tahoma;
	float: none;
	cursor: default;
	border: 1px solid #ccc;
}
.movie_time {
	padding: 1px 3px;
	border-radius: 2px;
	font-family: iransans;
	color: #444;
	font-weight: 300;
	cursor: default;
	margin-right: 7px;
	border: 1px solid #ccc;
	direction: rtl;
	font-size: 12px;
	float: left;
	margin-top: -2px;
}
.age_single {
background: #f58383 url('img/author.png') no-repeat 1px 4px/22%;
padding: 2px 21px 5px;
border-radius: 2px;
font-family: tahoma;
color: #FFF;
font-weight: 700;
cursor: default;
margin-right: 7px;
border: 1px solid #ccc;
text-align: right;
}


body .mediamain #content{
	background-parallax:true;
	background-parallax-x:44.78;
	background-parallax-speed:6.82;
}


.inftabs{
	width:100%;
}
.nopadding{
	padding:0 10px !important;
}
.slider_descr, .slider_descr_qlt, .slider_descr_title {
	direction:rtl;
	white-space: pre;
	line-height: 5 !important;
	font-family:wddroid;
	font-size:13px;
	line-height:25px;
	color:#FFF;
}
.slider_descr_readmore {
	position: absolute;
	font-size: 41px;
	right: 30%;
	top: 69%;
}
.slider_descr_title:before {
    content: "\f006";
	font: normal normal normal 27px/1 FontAwesome;
	margin-left:5px;
}
.slider_descr_qlt:before {
	content: "\f019";
	font: normal normal normal 17px/1 FontAwesome;
	margin-right:5px;
	color: #5eb3fb;
}
.proccessbar{
	height:20px;
	float:left;
}
.revred{
	background:#d00 url('img/revbg.png');
}
.revyellow{
	background:#edc900 url('img/revbg.png');
}
.revblue{
	background:#006fff url('img/revbg.png');
}
.revgreen{
	background:#00b100 url('img/revbg.png');
}
.revnum{
	float:left;
	font:13px iransans;
	color:#fff;
	position:absolute;
	left:5px;
}
.box_for_dl{
	float:right;
	width:96%;
	padding:0 1% 10px 1%;
	margin:0 1% 10px 1%;
	background:#fff;
	box-shadow:0px 0px 8px rgba(0,0,0,0.1);
}
.dlbox_header{
	margin-top: 1%;
	cursor: default;
	float: right;
	border-bottom: 1px dashed #ccc;
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
	text-align: center;
	font-family: Yekan;
	font-weight: 300;
	margin-top: 20px;
	font-size: 19px;
	color: #555;
}
.dlboxtop {
float: none;
width: 95%;
direction: rtl;
line-height: 16px;
margin: 3px 2.5%;
overflow: hidden;
background: #2F2D2D;
padding: 3px 0;
border: 1px #ccc solid;
}
#links_dubbed:hover,#links_film:hover {box-shadow: inset 0 0 0 25px #53a7ea;transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;}
#links_subtitle:hover {box-shadow: inset 0 0 0 25px #222;transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;}
#links_dubbed,#links_subtitle,#links_size,#links_quality,#links_film {cursor:default;-webkit-transition: all 450ms ease-in;transition: all 450ms ease-in;}


#links_quality {
	font-family: iransans;
	font-weight: 300;
	font-size: 13px;
	padding: 9px;
	width: auto;
	text-align: right;
	color: #FFF;
	margin: 0 1px 1px;
	float: right;
}
#links_size {
	font-family: iransans;
	font-weight: 300;
	font-size: 13px;
	padding: 9px;
	width: auto;
	text-align: right;
	color: #FFF;
	margin: 0 1px 1px;
	float: right;
}
#links_film {
	font-family: iransans;
	font-weight: 300;
	font-size: 13px;
	background: linear-gradient(to right,#6255CD,#5C9DF1) !important;
	padding: 9px;
	width: auto;
	text-align: center;
	color: #FFF;
	margin: 0 1px 1px;
	float: left;
}

#links_subtitle {
	font-family: iransans;
	font-weight: 300;
	font-size: 13px;
	background: linear-gradient(to right,#cd6856,#f15c94);
	padding: 9px;
	width: auto;
	text-align: center;
	color: #FFF;
	margin: 0 1px 1px;
	float: left;
}

#links_dubbed {
	font-family: iransans;
	font-weight: 300;
	font-size: 13px;
	background: #53B649;
	padding: 9px;
	width: auto;
	text-align: center;
	color: #FFF;
	margin: 0 1px 1px;
	float: left;
}

#links_film a, #links_subtitle a, #links_dubbed a {color:#FFF}
.xbgorder{
	float:left;
	padding-right:10px;
	background:url(img/xbg.png) no-repeat scroll 100% 0;
	transition:all 0.2s linear;
}
.relatedfilms{
	float:right;
	width:96%;
	padding:5px 1%;
	margin:0 1% 10px 1%;
	background:#fff;
	box-shadow:0px 0px 8px rgba(0,0,0,0.1);
}
.relatedhead{
	float:right;
	width:100%;
	font:18px iransans;
	font-weight: 300;
	text-align:right;
	color:#293a4a;
	padding:5px 0;
	direction:rtl;
	margin-bottom:15px;
}
.lnr-select{
	font-size:30px;
	float:right;
	margin-left:10px;
}
.relarea{
	float:right;
	width:100%;
	margin-bottom:10px;
	position:relative;
}
.perrel{
	float:right;
	width:16.6666%;
	height:auto;
}
.perrel a{
	float:right;
}
.perrel img{
	float:right;
	width:96%;
	margin:0 2%;
}
.rokesh{
	background:#000;
	position:absolute;
	width:100%;
	height:100%;
	opacity:0.8;
}
.perrel:hover .rokesh{
	
}
#biomain{
	float:right;
	width:70%;
}
#bioside{
	float:right;
	width:30%;
}
.biohead{
	float:right;
	width:100%;
	position:relative;
}
.biohead img{
	float:right;
	width:100%;
	height:auto;
}
.bioimgholder{
	float:right;
	margin-top:-140px;
	margin-right:20px;
}
.bioimgholder img{
	border:5px solid #fff;
	box-shadow:0px 0px 8px rgba(0,0,0,0.1);
}
.hareabio{
	float:right;
	width:100%;
}
.bionav{
	float:right;
	width:100%;
	box-shadow:0px 0px 10px -5px #000;
	top:50px !important;
	left:0 !important;
}
.sticky-wrapper{
	width:100%;
}
.bionav ul{
	float:right;
	width:100%;
	background:#fff;
	padding-right:20px;
}
.bionav ul li{
	float:right;
}
.bionav ul li a{
	float:right;
	font:19px iransans;
	font-weight:bold;
	text-decoration:none;
	padding:8px 15px;
	color:#293a4a;
	border-bottom:3px solid #fff;
	border-top:3px solid #fff;
	transition:all 0.2s linear;
}
.bionav ul li a:hover{
	border-bottom:3px solid #EA7A7A;
	transition:all 0.2s linear;
}
.bionav .lnr-gift{
	font-size:32px !important;
}
.mainbio{
	float:right;
	width:100%;
}
.contentbio{
	float:right;
	width:100%;
	margin-top:64px;
}
.lnr-leaf, .lnr-camera-video, .lnr-picture{
	font-size:32px;
	float:right;
	margin-left:5px;
}
.bioimage{
	position:absolute;
	width:200px;
	height:200px;
	padding:5px;
	background:rgba(255,255,255,0.7);
	right:20px;
	top:20px;
}
.sectiontaber{
	padding-top:114px;
	float:right;
	width:100%;
}
.pertabio h2{
	float:right;
	width:99%;
	margin-right:1%;
	color:#293a4a;
	text-align:right;
	direction:rtl;
	font:20px iransans;
	font-weight:bold;
	padding-right:40px;
	background:url('img/h2bio.png') no-repeat scroll 100% 0;
}
.pertabio{
	float:right;
	width:100%;
	background:#fff;
	padding:10px 0;
	box-shadow:0px 0px 8px rgba(0,0,0,0.1);
}
.pertabio p{
	font:16px iransans;
	text-align:justify;
	direction:rtl;
	float:right;
	width:96%;
	margin:10px 2%;
}
table.biofilms{
	width:96%;
	margin:20px 2%;
	direction:rtl;
	font-family:iransans;
	float:right;
}
table.biofilms tbody tr th{
	background:#eaeaea;
	padding:10px 0;
}
table.biofilms tbody tr td{
	padding:6px 5px;
}
.yearcol{
	text-align:center;
	width:10%;
}
.namecol{
	width:20%;
}
.kgcol{
	width:20%;
}
.rolcol{
	width:15%;
}
table.biofilms, th, td {
    border: 1px solid #d2d2d2;
}
.galleryarea{
	float:right;
	width:98%;
	padding:10px 1%;
}
.galleryarea li{
	width:19%;
	margin:10px 0.5%;
	float:right;
	list-style:none;
}
.galleryarea li a{
	float:right;
	width:100%;
}
.galleryarea li a img{
	width:100%;
	float:right;
}
.bottomwall{
	float:right;
	width:100%;
	height:300px;
	background:url('img/wall3.jpg') no-repeat scroll 0 0/cover;
	margin-top:20px;
}
.bottomwall p{
	float:right;
	width:100%;
	text-align:justify;
	color:#fff;
	direction:rtl;
	font:15px iransans;
	margin-right:10%;
	margin-top:80px;
}
.dialogbox{
	float:right;
	width:50%;
}
.fname{
	float:left;
	font:14px iransans;
	color:yellow;
	text-align:left;
	direction:ltr;
	margin-top:10px;
}
.s01dl{
	float:right;
	width:100%;
	height:40px;
	background:url(img/s01.jpg) no-repeat center center;
	margin-bottom:20px;
}
.perepisode{
	float:right;
	width:48%;
	margin-right:1%;
	margin-bottom:10px;
}
.episodedl{
	float:right;
	width:65%;
	font:16px iransans;
	background:#fff;
	box-shadow:0px 0px 30px -20px #293a4a inset;
	border:1px solid #c8c8c8;
	text-align:center;
	padding:3px 0;
	color:#293a4a;
	transition:all 0.2s linear;
}
.episodedl:hover{
	box-shadow:0px 0px 30px -10px #293a4a inset;
	transition:all 0.2s linear;
}
.subdl{
	float:right;
	margin-right:1%;
	width:30%;
	font:16px iransans;
	background:#293a4a;
	border:1px solid #c8c8c8;
	text-align:center;
	padding:3px 0;
	color:#fff;
	transition:all 0.2s linear;
}
.newpostsi{
	float:right;
	width:96%;
	margin:10px 2%;
}
.newpostsi a{
	float:right;
	width:32%;
	margin-right:1%;
}
.newpostsiwidget {
	float:right;
	width:96%;
	margin:10px 2%;
}
.newpostsiwidget a{
	float:right;
	width:auto;
	margin-right:1%;
	color: #131313;
}
.newpostsiwidget a:hover{
	color:#555;
}
.newpostsiwidget li {
	font-family: iransans;
	font-weight: 300;
	font-size: 13px;
	line-height: 1px;
}
.newpostsiwidget p {
	font-family: iransans;
	font-weight: 300;
	font-size: 13px;
}
.newpostsiwidget ul {
    white-space: pre-wrap;

}
.tagcloud {font-family: Yekan;}
.newpostsi2 {}
.newpostsi2 a{
	color:#000;
	font-family:iransans;
	font-weight:300
}
.newpostsi2 ul{
	display: block;
	direction: rtl;
	line-height: 26px;
	margin: 0;
	width: 95%;
}
.newpostsi2 li{
	display: inline-block;
	text-align: right;
	clear: left;
	direction: rtl;
	background: #EFECE7 url(img/play.png) no-repeat left 50%/21px;
	float: right;
	margin: 1px 4px;
	padding: 2px 1px;
	font-size: 13px;
	width: 45%;
	text-align: center;
	-webkit-transition: all 450ms ease-in;
	transition: all 450ms ease-in;
}
.newpostsi2 li:hover {
	background-color: #2222;
	background: url('img/genre-hov.png');
	background-repeat:no-repeat;
	background-postion: left 50%;
	background-size:29px;
	transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}
#searchform{
	float: left;
	margin-left: 10px;
	border-bottom: 1px solid #fff;
	margin-top: 10px;
	padding: 1px 5px;
	border-radius: 3px;
}
#searchsubmit{
	float:left;
	background:url('img/search.png') no-repeat scroll 0 0/cover;
	border:none;
	width:35px;
	height:35px;
	margin-top:7px;
	cursor:pointer;
}
.ajax_search {
	position: relative;
	float: left;
	width: 22.3%;
	margin: 12px;
}
.searchtext{
	border:none;
	float:right;
	background:transparent;
	color:#fff;
	font:14px Yekan;
	padding:6px 10px;
	margin-top:5px;
	text-align:right;
	direction:rtl;
	width:200px;
}
.matlab-image img{
	height:auto;
}
.wp-pagenavi{
	float:right;
	width:94%;
	margin:10px 1% 10px 3%;
	background:#fff;
	box-shadow:0 0 8px rgba(0,0,0,0.1);
	padding:3px 1%;
}
.wp-pagenavi span, .wp-pagenavi a{
	float:left;
	font:13px iransans;
}
.wp-pagenavi .pages{
	background:#f56060;
	color:#fff;
	border:none;
	float:right !important;
}

span.current{
	background:#EA7A7A;
	border:none !important;
	padding:4px 10px 2px 10px !important;
	border-radius:50%;
	font-weight: bold;
    background: #555;
    color: #FFF !important;
}
.wp-pagenavi a{
	border:none !important;
	padding:3px 7px !important;
	background:#eaeaea;
	color:#293a4a;
	padding:4px 10px 2px 10px !important;
	border-radius:50%;
}
#loginform input{
	float:right;
	width:86%;
	margin:5px 5%;
	padding:3px 2%;
	border-radius:2px;
	border:1px solid rgba(0, 0, 0, 0.14);
	font:13px iransans;
	text-align:right;
	background:#f3f3f3;
}
#loginform input:focus{
	border:1px solid #EA7A7A !important;
}
.goregister a{
	float:right;
	width:86%;
	margin:5px 5%;
	padding:4px 2%;
	border-radius:2px;
	border:1px solid rgba(0, 0, 0, 0.14);
	font:13px iransans;
	text-align:right;
	background:#293a4a;
	text-align:center;
	color:#fff !important;
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.08);
}
.login-submit-button{
	width:90.5% !important;
	text-align:center !important;
	font-weight:bold !important;
	background:#EA7A7A !important;
	cursor:pointer;
	border:1px solid #EA7A7A !important;
	color:#293a4a !important;
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.08);
}
.ui-tabs-tab{
	background:#fff !important;
}
.ui-state-active{
	border-bottom:2px solid #EA7A7A !important;
}
.lostpassword{
	float:right;
	width:100%;
	text-align:center;
	font:13px iransans;
	margin:10px 0;
}
.registerbutton{
	text-align:center;
	font:14px iransans !important;
	float:right;
	width:100%;
	margin:10px 0;
}
#registerform input{
	float:right;
	width:92%;
	margin:5px 2%;
	padding:3px 2%;
	border-radius:2px;
	border:1px solid rgba(0, 0, 0, 0.14);
	font:13px iransans;
	text-align:right;
	background:#f3f3f3;
}
.register-submit-button{
	width:96% !important;
	text-align:center !important;
	font-weight:bold !important;
	background:#EA7A7A !important;
	cursor:pointer;
	border:1px solid #EA7A7A !important;
	color:#293a4a !important;
	box-shadow:1px 1px 2px rgba(0, 0, 0, 0.08);
	font:13px iransans !important;
	margin:5px 2%;
	padding:3px 2%;
}
.imghvr-zoom-out-right img{
	height:auto;
}
.imghvr-zoom-out-right figcaption{
	text-align:center;
	font:13px iransans;
}
.noprize-massage{
	width:96%;
	text-align:center;
	direction:rtl;
	font:14px iransans;
	padding:10px 2%;
	float:right;
}
#block_comments{
	background: #f8f8f8;
	font-family: iransans;
	width: 98%;
	float: none;
	margin: 0 auto;
	overflow: hidden;
}
.commentcounter{
	float:right;
	text-align:right;
	direction:rtl;
	font:15px iransans;
	background:#293a4a;
	color:#fff;
	padding:10px 20px;
}
.counterbox{
	float:right;
	width:100%;
}
.counterpad{
	float:right;
	width:100%;
	height:18px;
	background:url('img/counterpad.png') no-repeat scroll 100% 0;
}
.commentlist{
	float:right;
	width:100%;
	text-align:right;
	direction:rtl;
	margin-top:10px;
}
.index-image img{
	height:auto;
}
.commentlist, .comment, .comment-author, .comment-author .fn,
.comment-author .says{
	float:right;
}
.comment-author img {
	border-radius: 50%;
	margin-right: 5px;
	margin-top: 2px;
	float: right;
}
.comment-author{
	width:100%;
}
.comment{
	width:100%;
}
.comment-body{
	width:98%;
	float:none;
	overflow:hidden;
	background:#eaeaea;
	border:1px solid #d5d5d5;
	margin:5px auto;
}
.comment-author .fn{
	font: 15px Yekan;
	font-weight: normal;
	margin: 8px 5px;
	background: #ababab;
	padding: 1px 12px;
	border-radius: 2px;
	font-size: 12px;
	color: #f8f8f8;
}
.comment-author .says{
	display: none;
	font:13px iransans;
	margin:5px 0;
}
.commentmetadata{
	display:none;
}
.comment-body p{
	float:right;
	width:96%;
	padding:10px 2%;
	margin-top:5px;
	font: 13px iransans;
	font-weight: 300;
}
.comment-body .reply{
	float:left;
}
.comment-body .reply a{
	float:left;
	background:#F95A5A;
	margin: 3px 7px;
	padding:5px !important;
	color:#FFF !important;
	font-size:13px !important;
	border-radius: 2px;
	-webkit-transition: all 450ms ease-in;
	transition: all 450ms ease-in;
}
.reply  a:before {
    content: "\f112";
	font: normal normal normal 12px/1 FontAwesome;
}
.reply a:hover {
	background: #4c9dd0;
    transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}
#respond{
	float:right;
	width:100%;
}
#respond h3{
	text-align: right;
	float: right;
	width: 96%;
	padding: 10px 20px;
	background: #293a4a;
	color: #fff;
	border: 1px solid #293a4a;
	margin: 20px 6px;
	direction: rtl;
	border-radius: 3px;
}
#respond h3:before{
    content: "\f27a";
	font: normal normal normal 14px/1 FontAwesome;
	margin-left: 5px;
}
#respond h3 a{
	color:#ffffb4;
}
#commentform{
	float:right;
	width:100%;
}
#commentform p{
	float:right;
	width:100%;
	text-align:right;
	text-indent: 9px;
	direction:rtl;
}
#commentform label, #commentform input{
	float:right;
	font-size:14px;
	font-family:iransans;
	font-weight: 300;
}
#commentform input{
	padding:3px 0.6666%;
	margin:0 0.5%;
	width:31%;
	direction:rtl;
	text-align:right;
	border:none;
	background:#eaeaea;
	color:#293a4a;
}
#commentform textarea{
	padding:10px 2%;
	background:#eaeaea;
	border:none;
	float:right;
	margin:10px 0.5%;
	width:95%;
	height:100px;
	direction:rtl;
	text-align:right;
	font:14px iransans;
	color: #131313;
	font-weight: 300;
}
#commentform textarea:focus{
	border:none !important;
}
#commentSubmit{
	float:left !important;
	width:auto !important;
	border-radius: 2px;
	padding:3px 15px !important;
	margin:0 0.5% 10px 0.5% !important;
	background:#F83F3F !important;
	color:#FFF !important;
	text-align:center !important;
	cursor:pointer;
	-webkit-transition: all 450ms ease-in;
	transition: all 450ms ease-in;
}
#commentSubmit:hover {
	background:#3FBDF8 !important;
    transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}
.comment-awaiting-moderation {display:none;}
.cancel-comment-reply{
	float:right;
	width:100%;
	text-align:center;
}
.cancel-comment-reply a{
	float:right;
	text-align:center;
	width:99%;
	padding:10px 0.5%;
	direction:rtl;
	margin-bottom:10px;
	background:#FFC1C1;
	border:1px solid #FF9696;
	font-size:13px;
}
.children{
	float:right;
	width:100%;
}
.children .comment{
	float:right !important;
	width:98% !important;
	margin-right:2% !important;
}
.tags{
	margin-top:30px;
	background:#f8f8f8;
}
.tags a{
	font:12px Yekan;
	color:#ccc;
	padding:2px 5px;
	transition:all 0.2s linear;
}
.tags a:hover{
	font:13px iransans;
	background:#EA7A7A;
	transition:all 0.2s linear;
}
button.accordion {
    background-color: #293a4a;
    color: #444;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
	position:relative;
}
button.accordion.active, button.accordion:hover {
    background-color: #293a4a;
}
div.panel {
    padding:5px 10px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: 0.6s ease-in-out;
    opacity: 0;
	box-shadow:0px 0px 60px -45px #000 inset;
}
div.panel.show {
    opacity: 1;
    max-height: 1200px;
}
.accordion span{
	float:right;
	background:#fff;
	color:#293a4a;
	font:15px iransans;
	font-weight:bold;
	padding:3px 10px;
}
.perep{
	float:right;
	width:100%;
	margin-bottom:5px;
}
.epname{
	float:right;
	width:9%;
	font:14px iransans;
	background:#EA7A7A;
	color:#293a4a;
	padding:4px 0;
	text-align:center;
	margin:0 0.5%;
}
.epdllink{
	float:right;
	width:21%;
	margin:0 0.5%;
	background:#fff;
	transition:all 0.2s linear;
	font:14px iransans;
	text-align:center;
	text-decoration:none;
	border:1px solid #c8c8c8;
	direction:rtl;
	padding:3px 0;
	color:#293a4a;
	font-weight:bold;
	box-shadow:0px 0px 30px -20px #293a4a inset;
}
.epdllink:hover{
	transition:all 0.2s linear;
	box-shadow:0px 0px 30px -10px #293a4a inset;
}
.fasltitr{
	position:absolute;
	right:0;
	left:0;
	margin-right:auto;
	margin-left:auto;
	color:#fff;
	width:fit-content;
	width:-moz-fit-content;
	width:-webkit-fit-content;
	font:16px iransans;
	margin-top:3px;
}
.lnr-chevron-down{
	float:left;
	color:#fff;
	font-size:30px;
}
.finder{
	float:right;
	width:98%;
	margin-left:2%;
	position:relative;
	cursor:pointer;
	margin-top:10px;
	border-radius:3px;
	border:2px solid #e1e1e1;
	background:#293a4a url('img/sch.png') no-repeat scroll 100% 0;
	padding:3px 5px;
	border-bottom:none;
}
.findertitle{
	position:absolute;
	right:0;
	left:0;
	margin-right:auto;
	margin-left:auto;
	color:#fff;
	width:fit-content;
	width:-moz-fit-content;
	width:-webkit-fit-content;
	font:16px iransans;
	margin-top:3px;
}
.persearch{
	float:right;
	width:100%;
}
.fainderpanel{
	float:right;
	width:98%;
	padding: 0 !important;
	background:#fff;
	box-shadow:none !important;
	margin-bottom:10px;
}
.schhead{
	float:right;
	width:100%;
	text-align:center;
	font:15px iransans;
	font-weight:bold;
	color:#293a4a;
	margin:10px 0;
}
.schhead span{
	color:#fff;
	padding:0 10px;
}
.redsch{
	background:#e82a16;
}
.bluesch{
	background:#178bdd;
}
.greensch{
	background:#00ba04;
}
.genreside{
	float:right;
	width:46%;
	margin:5px 2%;
	font:14px iransans;
	text-align:center;
	box-shadow:0px 0px 30px -20px #000 inset;
	padding:3px 0;
	color:#293a4a;
	background:#fff url('img/sch-janr.png') no-repeat scroll 100% 0;
	transition:all 0.2s linear;
}
.genreside:hover{
	background:#fff url('img/sch-janr.png') no-repeat scroll 110% 0;
}
.sch-con{
	float:right;
	width:31.3%;
	margin:5px 1%;
	font:14px iransans;
	text-align:center;
	box-shadow:0px 0px 30px -20px #000 inset;
	padding:3px 0;
	color:#293a4a;
	transition:all 0.2s linear;
}
.sch-con:hover{
	background-position:110% 0;
}
.sch-year{
	float:right;
	width:18%;
	margin:5px 1%;
	font:14px iransans;
	text-align:center;
	box-shadow:0px 0px 30px -20px #000 inset;
	padding:3px 0;
	color:#293a4a;
	background:#fff url('img/sch-year.png') no-repeat scroll 0 0;
	transition:all 0.2s linear;
}
.finder-janr{
	float:right;
	width:100%;
	background:#fff;
	border:none;
	cursor:pointer;
}
.subfinder{
	float:right;
	width:100%;
}
.iran{
	background:#fff url('img/flags/iran.png') no-repeat scroll 100% 0;
}
.unitedstates{
	background:#fff url('img/flags/us.png') no-repeat scroll 100% 0;
}
.india{
	background:#fff url('img/flags/india.png') no-repeat scroll 100% 0;
}
.germany{
	background:#fff url('img/flags/germany.png') no-repeat scroll 100% 0;
}
.france{
	background:#fff url('img/flags/france.png') no-repeat scroll 100% 0;
}
.italy{
	background:#fff url('img/flags/italy.png') no-repeat scroll 100% 0;
}
.canada{
	background:#fff url('img/flags/canada.png') no-repeat scroll 100% 0;
}
.skorea{
	background:#fff url('img/flags/skorea.png') no-repeat scroll 100% 0;
}
.china{
	background:#fff url('img/flags/china.png') no-repeat scroll 100% 0;
}
.movie-list-section {
		margin-top: -10px;
	}
	#dialog-link {
		padding: .4em 1em .4em 20px;
		text-decoration: none;
		position: relative;
	}
	#dialog-link span.ui-icon {
		margin: 0 5px 0 0;
		position: absolute;
		left: .2em;
		top: 50%;
		margin-top: -8px;
	}
	#icons {
		margin: 0;
		padding: 0;
	}
	#icons li {
		margin: 2px;
		position: relative;
		padding: 4px 0;
		cursor: pointer;
		float: left;
		list-style: none;
	}
	#icons span.ui-icon {
		float: left;
		margin: 0 4px;
	}


/* Responsive */
@media screen and (max-width:1200px){

}
@media screen and (max-width:1000px){
.last_news {display:none;}
.imghvr-zoom-out-right figcaption {
    font: 10px iransans;
}
.newpostsi2 li {font-size: 11px;}
.sarw-title {
    font-size: 13px;
}
.posting_head h2 {
    font: 14px iransans;
}
.block_directors {
    font: 13px tahoma;
}
.titr_main_post {
    font: 13px iransans;
}
.plotm {
    font: 13px Yekan;
}
.posting_head span {
    font: 14px tahoma;
}
.posting_head span::before {
    font-size: 14px;
}
.quality-head {
    font: 12px tahoma;
}
.block_genres {
    font: 12px iransans;
}
.tabz a {
    font-size: 11px;
}
#navside{width:5%;}
#siite_main{margin-right: 0;width: 100%;}
.download-art{margin-top:20px;}
}
@media screen and (max-width:900px){
.posting_head h2{font:15px iransans;font-weight: 300;}
.posting_head span{font:13px iransans;font-weight: 300;}
}
@media screen and (max-width:842px){
.series_up i {font-size: 100%;}
#navtop ul{display:block;}
#searchform, .ajax_search {display:none;}
#navtop {height: auto; }
#navside{width:6%;}}
.read-more{font:14px iransans;}
}
@media screen and (max-width:800px){
.last_news {display:none;}
.movie_icon{width:35px;padding-left:5px;}
.posting_head h2{font:13px iransans;}
.posting_head span{font:11px iransans;}
.matlab-image{width:30%;}
.movie_main_block{width:70%;}
.titr_main_post, .block_genres, .block_directors , .block_actors, .block_country ,.plotm{font:13px iransans;}
}
@media screen and (max-width:768px){
.last_news {display:none;}
.container{width:98%;margin:10px 1% 0 1%;}
#sidebar_left{width:96%;margin:10px 2%;}
.blockdisplaynone{display:none;}
.totalfinder{width:49%;margin-left:1%;float:right;}
.loginbox{width:49%;margin-left:1%;}
.finder{margin-top:0;}
.singleinfobox {
    width: 98%;
}
#plotmovies {
	margin-right: 7px;
    width: 96.5%;
}
.box_trailer_single {
    float: left;
    width: 98%;
    margin-left: 7px;
}
}
@media screen and (max-width:700px){
#navside{width:7%;}
.sliderbox{display:none;}
.sliderheader{display:none;}
}
@media screen and (max-width:630px){
.copyright-text{display:block;font-size: 7px;}
}
@media screen and (max-width:600px){
.last_news {display:none;}
body {overflow-x:hidden;}
}
@media screen and (max-width:540px){
#links_film {width: 100%;}
#links_dubbed {width: 100%;}
#links_subtitle {width: 100%;}
#links_quality {width: 40%;text-align: center;}
#links_size {width: 50%;text-align: center;}
.last_news {display:none;}
.matlab{width:98%;margin:10px 0;padding-bottom:5px;}
.read-more{width:100%;padding:5px 2px;text-align:center;}
.poster_end{height:auto;}
#matlab-options{display:none;}
.wp-pagenavi{width:98%;margin:0;}
.totalfinder{width:100%;}
#sidebar_left{width:98%;margin:10px 1%;}
.finder{width:100%;}
.fainderpanel{width:100%;}
.loginbox{width:100%;margin-left:0;}

}
@media screen and (max-width:500px){
.rowone_country,.rowone_dir ,.rowone_act, .rowone_genr {background: #f3f3f3;}
.movie-list-section {display:none;}
#navside{width:9%;}
.matlab-image{width:40%;}
.movie_main_block{width:60%;}
.titr_main_post{width:100%;}
.block_genres, .block_directors , .block_actors, .block_country {width:auto;background:none;text-align:center;}
.hi-icon-wrap {
    margin: 0 4%;
}
}
@media screen and (max-width:450px){
.singleinfobox {
width: 98.2%;
margin: 10px 1px;
}
#navside{width:10%;}
.posting_head span{display:none;}
.topiceff{display:none;}
.matlab{width:46%;margin:10px 1%;padding-top:0;}
.movie_main_block{display:none;}
.matlab-image{width:100%;}
.posting_head{display:none;}
.wp-pagenavi{width:96%;margin:0 1%;}
}
@media screen and (max-width:405px){
.searchtext{width:150px;font:13px iransans;}
}
@media screen and (max-width:400px){
#navside{width:12%;}
}
@media screen and (max-width:355px){
.searchtext{width:120px;font:12px iransans;}
}
@media screen and (max-width:350px){
#navside{width:14%;}
#searchform, .ajax_search{display:none;}
#navtop img{position:absolute;right:0;left:0;margin-right:auto;margin-left:auto;}
.matlab{width:96%;margin:10px 1%;padding-top:0;}

}
@media screen and (max-width:300px){
#navside{display:none;}
#siite_main{margin-right:0;width:100%;}
}.


/* New Style */

.slidersblocks {
    border-radius: 6px;
    padding-bottom: 15px;
    position: relative;
	width: auto;
	float: right;
	margin-right: 8px;
}

.slidersblocks .coverforimg {
	-moz-transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    border-radius: 6px;
    opacity: 0;
    padding-bottom: 150%;
    position: absolute;
    transition: all ease 0.5s;
    width: auto;
}

.slidersblocks .coverforimg .maxblockjs {
	color: #FFF;
	font-size: 13px;
	position: absolute;
	text-align: center;
	width: 287px;
	font-weight: 600;
	background: #000;
	height: 397px;
	padding: 50% 0px;
	margin-left: auto;
}
.slidersblocks {
	margin-left:0;

}
.maxblockjs p {
	margin-top: 50%;
	font-weight: 300;
	direction: rtl;
	font-family: iransans;
	color: #FFF;
	line-height: 2;
}

.owl-wrapper .owl-item{
}

.slidersblocks:hover .coverforimg {
    opacity: 0.8;
}

.archiveposts{
	height:auto;
}
.archiveposts img {
	width: 278px;
	height: 397px;
	margin-left: 0;
	box-shadow: 0 1px 1px #000;
}
.titleforspical{text-align: center;}
.slidertopspecialpost {
    clear: both;
    background-color: #222;
    text-align: center;
    color: #fff;
	width: 100%;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 0;
    margin-bottom: 10px;
	border-top: 1px solid #555;
}
.slidertopslider .slidertopslider-items{
    box-sizing: border-box;
    padding: 5px;
    color: #58c9f3;
    width: 150px;
    display: none;
}
.slidertopslider .slidertopslider-items img,
.slidertopslider .slidertopslider-items .slidertopslider-img{
    height: auto;
    border: 1px solid #58c9f3;
    border-radius: 5px;
    height: 200px;
    width: 100%;
    clear: both;
    float: right;
    background-image: url('fm_no_image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 2px rgba(0,0,0,0.4);
}
.slidertopslider .slidertopslider-items:hover{
    color: #fff;
}
.slidertopslider .slick-arrow{
    color: #fff;
    width: 35px;
    height: 50px;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    color: transparent;
    box-shadow: rgba(0,0,0,0.1) 0px 2px 5px;
    -webkit-transition: background-color 150ms ease-out;
    transition: background-color 150ms ease-out;
    position: absolute;
    top: 37%;
    right: 0;
    left: 0;
    margin-top: -25px;
    z-index: 100;
    border: none;
    overflow: hidden;
}
.slidertopslider .slick-prev{
    right: 0;
    left: auto;
    border-radius: 7px 2px 2px 7px;
}
.slidertopslider .slick-next {
    right: auto;
    left: 0;
    border-radius: 2px 7px 7px 2px;
}
.slidertopslider .slick-arrow:hover {
    background-color: #ddd;
}
.slidertopslider .slick-arrow.slick-disabled {
    background-color: #fff;
    color: #999;
    opacity: 0.8;
    cursor: default;
}
.slidertopslider .slick-prev::before {
    content: "\f105";
    font-size: 46px;
    font-family: 'icons';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    color: #e62e19;
    float: right;
}
.slidertopslider .slick-next::before {
    content: "\f104";
    font-size: 46px;
    font-family: 'icons';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    color: #e62e19;
    float: left;
}
.slidertopslider .slick-dots{
    display: none !important;
}
.slidertopslider .slidertopslider-title-fa{
    width: 100%;
    float: right;
    clear: both;
    text-align: center;
    line-height: 1.1;
    margin: 5px 0;
}
.slidertopslider .slidertopslider-title-en{
    width: 100%;
    float: right;
    clear: both;
    text-align: center;
    line-height: 1.1;
    margin-bottom: 3px;
}
.slidertopslider .slidertopslider-items .slidertopslider-img .slidertophover{
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: transparent;
    -webkit-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
}
.slidertopslider .slidertopslider-items:hover .slidertopslider-img .slidertophover{
    opacity: 1;
}
.slidertopslider .slidertopslider-items .slidertopslider-img .slidertophover::before {
    content: "";
    width: 56px;
    height: 60px;
    padding-left: 4px;
    display: block;
    font-size: 32px;
    line-height: 60px;
    position: absolute;
    top: 50%;
    right: 50%;
    margin-top: -30px;
    margin-right: -30px;
    background: rgba(0, 0, 0, 0.6);
    font-family: 'icons';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    border-radius: 50%;
    vertical-align: middle;
    z-index: 4;
    -webkit-transition: all 450ms ease-in;
    transition: all 450ms ease-in;
}
.slidertopslider .slidertopslider-items .slidertopslider-img .slidertophover::after{
    content: " ";
    position: absolute;
    bottom: -100px;
    left: -100px;
    display: block;
    z-index: 3;
    width: 0;
    height: 0;
    background-color: #58c9f3;
    -webkit-transition: all 450ms ease-in;
    transition: all 450ms ease-in;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: .5;
}
.slidertopslider .slidertopslider-items:hover .slidertopslider-img .slidertophover::after{
    width: 350px;
    height: 350px;
}
.slidertophead{
    width: 100%;
    display: block;
    clear: both;
    color:#fff;
    background:#222;
	margin-bottom: 0;
    position: relative;
	padding: 5px 0;
}
.slidertophead .slidertoptitle{
	font-family: iransans;
    font-size: 16px;
    line-height: 16px;
    display: inline-block;
    margin: 0px;
    padding: 8px;
    color: #fff;
}
.slidertophead .slidertopreadmore{
    text-align: left;
    display: inline-block;
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 1px 2px;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 5px;
    top: 5px;
}
.slidertophead .slidertopreadmore:hover{
    color: #58c9f3;
}



@media screen and (max-width: 550px){
    .slidertopslider .slidertopslider-items img,
    .slidertopslider .slidertopslider-items .slidertopslider-img{
        height: 160px;
    }
}
@media screen and (max-width: 450px){
    .slidertopslider .slidertopslider-items img,
    .slidertopslider .slidertopslider-items .slidertopslider-img{
        height: 135px;
    }
}
@media screen and (max-width: 340px){
    .slidertopslider .slidertopslider-items img,
    .slidertopslider .slidertopslider-items .slidertopslider-img{
        height: 150px;
    }
}



/*********** fm download box ***********/
.slidertopinfo-box *{
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    transition: all .4s ease;
}
.slidertopinfo-box{
    margin: 15px 0;
    float: right;
    width: 100%;
}
.slidertopinfo-box .slidertoptitle-outer{
    width: 98%;
    float: right;
    padding: 0;
    margin: 0 1%;
    box-sizing: border-box;
}
.slidertopinfo-box .slidertoptitle{
    line-height: 32px;
    float: right;
    font-size: 15px;
    font-weight: 300;
    margin-right: 17px;
    background-color: #c09c3d;
    color: #fff;
    padding-left: 5px;
    position: relative;
    z-index: 1;
    font-weight: 500;
}
.slidertopinfo-box .slidertoptitle::before{
    border-left: 20px solid transparent;
    left: -20px;
    right: auto;
    border-bottom: 32px solid #c09c3d;
    content: "";
    display: inline-block;
    height: 0;
    position: absolute;
    right: auto;
    top: 0;
    width: 0;
    z-index: -1;
}
.slidertopinfo-box .slidertoptitle i.fa-info{
    float: right;
    font-size: 20px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: normal;
    padding: 0 7px;
    background-color: #886916;
    position: relative;
    right: -17px;
    width: 34px;
    border-radius: 0px 4px 0px 0px;
}
.slidertopinfo-box .slidertoptitle i.fa-info::after{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0; 
    height: 0; 
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 12px solid #886916;
    background-color: transparent;
    margin-left: -12px;
}
.slidertopinfo-box .slidertopbody{
    float: right;
    width: 98%;
    float: right;
    padding: 10px 8px 10px 208px;
    padding: 10px 8px;
    margin: 0 1%;
    box-sizing: border-box;
    border-top: 2px solid #c09c3d;
    border-right: 5px solid #886916;
    border-left: 1px solid #886916;
    border-bottom: 1px solid #886916;
    border-radius: 4px 0px 4px 4px;
    background-color: #f7f7f7;
    position: relative;
}
.slidertopinfo-box .slidertopbody .as-info-r {
    width: 65%;
    float: right;
}

.slidertopinfo-box .slidertopbody .slidertopinfo-r{
    width: 100%;
    float: right;
}
.slidertopinfo-box .slidertopbody .as-info-r li{
    line-height: 25px;
    font-size: 13px;
    float: right;
    width: auto;
    clear: right;
    box-sizing: border-box;
    border-radius: 5px;
}
.slidertopinfo-box .slidertopbody .as-info-r li i{
    float: right;
    line-height: 20px;
    margin-left: 4px;
    color: #c09c3d;
    font-size: 14px;
    width: 14px;
    text-align: center;
    display: inline-block;
}
.slidertopinfo-box .slidertopbody .slidertopinfo-r li{
    line-height: 20px;
    font-size: 13px;
    float: right;
    width: auto;
    clear: right;
    box-sizing: border-box;
    border-radius: 5px;
}
.slidertopinfo-box .slidertopbody .slidertopinfo-r li i{
    float: right;
    line-height: 20px;
    margin-left: 4px;
    color: #c1c1c1;
    font-size: 14px;
    width: 14px;
    text-align: center;
    display: inline-block;
}
.slidertopinfo-box.slidertopdown-box .slidertopbody .slidertopinfo-r li i{
    color: #fff;
}
.slidertopinfo-box .slidertopbody .slidertopinfo-l{
    width: 192px;
    float: left;
    /*
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    */
}
.slidertopinfo-box .slidertopbody .slidertopimg{
    float: left;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 1px #c09c3d;
    -moz-box-shadow: 0 0 1px #c09c3d;
    box-shadow: 0 0 1px #c09c3d;
}
.slidertopinfo-box .slidertopbody .slidertopimg:hover{
    -webkit-box-shadow: 0 0 1px #283593;
    -moz-box-shadow: 0 0 1px #283593;
    box-shadow: 0 0 1px #283593;
}
.slidertopinfo-box .slidertopbody .slidertopimg > div{
    float: left;
    width: 86px;
    height: 86px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    background-image: url('fm_no_image.jpg');
    border-radius: 5px;
    margin: 3px;
}
.slidertopinfo-box .slidertopbody .slidertopimg:hover > div{
    -webkit-box-shadow: inset 0px 0px 22px -4px rgba(50, 50, 50, 0.73);
    -moz-box-shadow: inset 0px 0px 22px -4px rgba(50, 50, 50, 0.73);
    box-shadow: inset 0px 0px 22px -4px rgba(50, 50, 50, 0.73);
}
.slidertopinfo-box .slidertopbody .slidertopinfo-l .slidertopbtn{
    float: left;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 1px #c09c3d;
    -moz-box-shadow: 0 0 1px #c09c3d;
    box-shadow: 0 0 1px #c09c3d;
    margin-left: 8px;
    margin-bottom: 7px;
    cursor: pointer;
}
.slidertopinfo-box .slidertopbody .slidertopinfo-l .slidertopbtn:hover{
    -webkit-box-shadow: 0 0 1px #283593;
    -moz-box-shadow: 0 0 1px #283593;
    box-shadow: 0 0 1px #283593;
}
.slidertopinfo-box .slidertopbody .slidertopinfo-l .slidertopbtn:nth-of-type(3){
    margin-bottom: 0;
}
.slidertopinfo-box .slidertopbody .slidertopinfo-l .slidertopbtn:nth-of-type(4){
    margin-left: 0;
    margin-top: 7px;
    margin-bottom: 0;
}
.slidertopinfo-box .slidertopbody .slidertopinfo-l .slidertopbtn.slidertopcolor-telegram.slidertopwidth-100{
    width: 100%;
    padding: 0 3px;
}
.slidertopinfo-box .slidertopbody .slidertopinfo-l .slidertopbtn.slidertopcolor-telegram.slidertopwidth-100 span{
    width: 100%;
    margin: 3px 0;
}
.slidertopinfo-box .slidertopbody .slidertopinfo-l .slidertopbtn:nth-of-type(5){
    margin-top: 7px;
    margin-bottom: 0;
}
.slidertopinfo-box .slidertopbody .slidertopinfo-l .slidertopbtn span{
    float: left;
    width: 86px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    line-height: 20px;
    background-color: #c09c3d;
    border-radius: 5px;
    margin: 3px;
    color: #fff;
}
.slidertopinfo-box .slidertopbody .slidertopinfo-l .slidertopbtn.slidertopcolor-telegram span{
    background-color: #58c9f3;
}
.slidertopinfo-box .slidertopbody .slidertopinfo-l .slidertopbtn:hover span{
    -webkit-box-shadow: inset 0px 0px 22px -4px rgba(50, 50, 50, 0.73);
    -moz-box-shadow: inset 0px 0px 22px -4px rgba(50, 50, 50, 0.73);
    box-shadow: inset 0px 0px 22px -4px rgba(50, 50, 50, 0.73);
}
.slidertopinfo-box .slidertopbody .slidertoptab{
    padding: 8px;
    margin: 1%;
    max-width: 98%;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 1px #58c9f3;
    -moz-box-shadow: 0 0 1px #58c9f3;
    box-shadow: 0 0 1px #58c9f3;
    display: none;
}
.slidertopinfo-box .slidertopbody .slidertoptab h3{
    font-size: 15px;
    font-weight: bold;
    clear: both;
    float: right;
    width: 100%;
    text-align: center;
}
.slidertopinfo-box .slidertopbody .slidertoptab h3 i{
    float: left;
    font-size: 24px;
    line-height: 24px;
    padding: 3px;
    width: auto;
}
.slidertopinfo-box .slidertopbody li.slidertopdown-collection{
    width: 100%;
    background-color: rgba(223, 223, 223, 0.5);
    padding: 7px 6px 7px;
    border-radius: 5px;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 14px;
}
.slidertopinfo-box .slidertopbody li.slidertopdown-collection > i.fa{
    color: #927a7a;
    font-size: 18px;
    width: 20px;
}
.slidertopinfo-box .slidertopbody li ul{
    width: 100%;
    float: right;
    font-weight: normal;
}
.slidertopinfo-box .slidertopbody li ul li a{
    margin: 2px 20px 2px 2px;
    padding: 2px 4px;
    float: right;
}
.slidertopinfo-box .slidertopbody#slidertoptab-down-con li ul li a{
    background-color: #886916;
    border-radius: 5px;
    color: #fff;
    padding: 4px 8px;
}
.slidertopinfo-box .slidertopbody li ul li:hover a{
    margin-right: 26px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 5px;
}
.slidertopinfo-box .slidertopbody#slidertoptab-down-con li ul li:hover a{
    background-color: #58c9f3;
    color: #fff;
    margin-right: 20px;
}

.slidertopinfo-box .slidertopbody li.slidertopdown-single:hover a{
    margin-right: 6px;
    background-color: rgb(255,255,255);
    color: #000;
}
.slidertopinfo-box .slidertopbody#slidertoptab-down-con li.slidertopdown-single:hover a{
    margin-right: 0;
    background-color: #58c9f3;
    color: #fff;
}
.slidertopinfo-box .slidertopbody#slidertoptab-down-con li.slidertopdown-single{
    margin-bottom: 3px;
    margin-top: 3px;
}
.slidertopinfo-box .slidertopbody li.slidertopdown-single a{
    border-radius: 5px;
    float: right;
    padding: 3px 9px 3px 5px;
}
.slidertopinfo-box .slidertopbody#slidertoptab-down-con li.slidertopdown-single a{
    padding: 4px 10px 4px 7px;
    background-color: #886916;
    color: #fff;
}
.slidertopinfo-box .slidertopbody li ul li a span{
    float: right;
    margin-left: 14px;
}
.slidertopinfo-box.slidertopdown-box .slidertoptitle {
    -webkit-filter: grayscale(70%); /* Safari 6.0 - 9.0 */
    filter: grayscale(70%);
    cursor: pointer;
}
.slidertopinfo-box.slidertopdown-box .slidertoptitle:hover {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.slidertopinfo-box.slidertopdown-box .slidertoptitle.slidertopactive {
    -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}
.slidertopinfo-box.slidertopdown-box .slidertoptitle i.fa {
    float: right;
    font-size: 20px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-weight: normal;
    padding: 0 7px;
    background-color: #886916;
    position: relative;
    right: -17px;
    width: 34px;
    border-radius: 0px;
}
.slidertopinfo-box.slidertopdown-box .slidertoptitle:first-of-type i.fa {
    border-radius: 0px 4px 0px 0px;
}
.slidertopinfo-box.slidertopdown-box .slidertoptitle i.fa::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 12px solid #886916;
    background-color: transparent;
    margin-left: -12px;
}
.slidertopinfo-box .slidertopbody li.slidertopdown-collection span.slidertopdowninfo{
    float: right;
    font-size: 12px;
    font-weight: normal;
    padding: 1px 9px;
    color: #949d42;
    line-height: 26px;
    background-color: transparent;
    border-style: none;
    font-weight: 500;
}
.slidertopinfo-box .slidertopbody#slidertoptab-film-con li ul{
    padding: 0;
    width: auto;
    float: left;
}
.slidertopinfo-box .slidertopbody#slidertoptab-film-con li ul li{
    clear: none;
}
.slidertopinfo-box .slidertopbody#slidertoptab-film-con li ul li a{
    margin: 2px 4px;
    color: #fff;
    font-weight: 500;
}
.slidertopinfo-box .slidertopbody#slidertoptab-film-con li ul li a i{
    color: #fff;
}
.slidertopinfo-box .slidertopbody#slidertoptab-film-con li ul li:hover a{
    margin-right: 4px;
    font-weight: normal;
    color: #fff;
    background-color: transparent;
    font-weight: 500;
}
.slidertopinfo-box .slidertopbody#slidertoptab-ser-con ul li .slidertopseries-link{
    float: right;
    width: 100%;
    clear: both;
    margin: 8px 0;
    padding: 3px 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 1px #58c9f3;
    -moz-box-shadow: 0 0 1px #58c9f3;
    box-shadow: 0 0 1px #58c9f3;
    display: flex;
    align-items: center;
}
.slidertopinfo-box .slidertopbody#slidertoptab-ser-con li.slidertopdown-collection span.slidertopdowninfo{
    float: right;
    border-left-style: none;
    padding: 2px 4px;
    padding: 1px 9px;
    height: 24px;
    box-sizing: border-box;
    white-space: nowrap;
    line-height: 20px;
    border-style: none;
    
    float: right;
    font-size: 12px;
    font-weight: normal;
    padding: 1px 9px;
    color: #949d42;
    line-height: 26px;
    background-color: transparent;
    border-style: none;
    font-weight: 500;
}
.slidertopinfo-box .slidertopbody#slidertoptab-ser-con li ul{
    float: left;
}
.slidertopinfo-box .slidertopbody#slidertoptab-ser-con li ul li{
    float: left;
    clear: none;
}
.slidertopinfo-box .slidertopbody#slidertoptab-ser-con li ul li a{
    margin: 2px 4px;
    color: #fff;
    background-color: transparent;
}
.slidertopinfo-box .slidertopbody#slidertoptab-ser-con li ul li a i{
    color: #fff;
}
.slidertopinfo-box .slidertopbody#slidertoptab-ser-con li ul li:hover a{
    margin: 2px 4px;
    font-weight: normal;
    color: #fff;
    background-color: transparent;
}
.slidertopinfo-box.slidertopdown-box .slidertopbody#slidertoptab-down-con{
   
}
.slidertopinfo-box.slidertopdown-box .slidertopbody#slidertoptab-film-con{
   
}
.slidertopinfo-box.slidertopdown-box .slidertopbody#slidertoptab-ser-con{
    
}
.slidertopinfo-box.slidertopdown-box .slidertopbody#slidertoptab-req-con{
    
}
.slidertopinfo-box.slidertopdown-box .slidertopbody#slidertoptab-sug-con{
    
}
.slidertopinfo-box.slidertopdown-box .slidertopbody.slidertopdown-tab{
    display: none;
}
.slidertopinfo-box.slidertopdown-box .slidertopbody#slidertoptab-down-con,
.slidertopinfo-box.slidertopdown-box .slidertopbody#slidertoptab-film-con,
.slidertopinfo-box.slidertopdown-box .slidertopbody#slidertoptab-ser-con{
    display: block;
}

.slidertopinfo-box.slidertopgallery .slidertoptitle i,
.slidertopinfo-box.slidertoptrailer .slidertoptitle i{
    float: right;
    font-size: 20px;
    line-height: 32px;
    display: inline-block;
    text-align: center;
    color: #FFF;
    font-weight: normal;
    padding: 0 7px;
    background-color: #886916;
    position: relative;
    right: -17px;
    width: 34px;
    border-radius: 0px 4px 0px 0px;
}
.slidertopinfo-box.slidertopgallery .slidertoptitle i::after,
.slidertopinfo-box.slidertoptrailer .slidertoptitle i::after{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-right: 12px solid #886916;
    background-color: transparent;
    margin-left: -12px;
}
.slidertopinfo-box.slidertopgallery .slidertopbody{
   
}
.slidertopinfo-box .slidertoptitle-outer .slidertoptitle-desc{
    float: left;
    font-size: 12px;
    margin-top: 11px;
    font-weight: 300;
}
.slidertopinfo-box.slidertoptrailer .slidertoptitle-outer .slidertoptitle-desc{
    padding: 2px 7px;
    margin-top: 10px;
    margin-left: 9px;
    border-radius: 5px 5px 0 0;
    background-color: #886916;
    height: 22px;
    box-sizing: border-box;
    line-height: 22px;
    color:#fff;
}
.slidertopinfo-box.slidertoptrailer .slidertoptitle-outer .slidertoptitle-desc:hover{
    background-color: #58c9f3;
    color: #fff;
}
.slidertopinfo-box.slidertopgallery .slidertopbody .slidertopimg a{
    float: right;
    width: 100%;
    height: 110px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-radius: 5px;
    padding: 0px;
    margin: 0;
    background-clip: content-box;
    background-origin: content-box;
}
.slidertopinfo-box.slidertopgallery .slidertopbody .slidertopimg:hover a{
    -webkit-box-shadow: inset 0px 0px 22px -4px rgba(50, 50, 50, 0.73);
    -moz-box-shadow: inset 0px 0px 22px -4px rgba(50, 50, 50, 0.73);
    box-shadow: inset 0px 0px 22px -4px rgba(50, 50, 50, 0.73);
}
.slidertopinfo-box.slidertopgallery .slidertopbody .slidertopinfo-r li.slidertopimg{
    clear: none;
    margin: 2px 3px;
}
.slidertopinfo-box.slidertopgallery .slidertopbody{
    padding: 10px 0px 10px 5px;
}
/************** slider down *************/
.slidertopinfo-box.slidertopgallery .slidertopbody .slidertopinfo-r .slick-arrow{
    color: #fff;
    width: 35px;
    height: 50px;
    font-size: 32px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    color: transparent;
    box-shadow: rgba(0,0,0,0.1) 0px 2px 5px;
    -webkit-transition: background-color 150ms ease-out;
    transition: background-color 150ms ease-out;
    position: absolute;
    top: 37%;
    right: 0;
    left: 0;
    margin-top: -25px;
    z-index: 100;
    border: none;
    overflow: hidden;
}
.slidertopinfo-box.slidertopgallery .slidertopbody .slidertopinfo-r .slick-prev{
    right: 0;
    left: auto;
    border-radius: 7px 2px 2px 7px;
}
.slidertopinfo-box.slidertopgallery .slidertopbody .slidertopinfo-r .slick-next {
    right: auto;
    left: -5px;
    border-radius: 2px 7px 7px 2px;
}
.slidertopinfo-box.slidertopgallery .slidertopbody .slidertopinfo-r .slick-arrow:hover {
    background-color: #ddd;
}
.slidertopinfo-box.slidertopgallery .slidertopbody .slidertopinfo-r .slick-arrow.slick-disabled {
    background-color: #fff;
    color: #999;
    opacity: 0.8;
    cursor: default;
}
.slidertopinfo-box.slidertopgallery .slidertopbody .slidertopinfo-r .slick-prev::before {
    content: "\f105";
    font-size: 46px;
    font-family: 'icons';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    color: #e62e19;
    float: right;
}
.slidertopinfo-box.slidertopgallery .slidertopbody .slidertopinfo-r .slick-next::before {
    content: "\f104";
    font-size: 46px;
    font-family: 'icons';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    color: #e62e19;
    float: left;
}
.slidertopinfo-box.slidertopgallery .slidertopbody .slidertopinfo-r .slick-dots{
    display: none !important;
}
.slidertopinfo-box.slidertoptrailer .slidertopbody{
    background-image: url('demo-bg.jpg');
    background-position: left -20px bottom -12px;
    text-align: center;
}
.slidertopinfo-box.slidertoptrailer .slidertopbody video{
    max-width: 100%;
    margin: 0 auto;
    float: none;
}
.slidertopcolor-dir{
    background-color: #d14040;
    margin-right: 8px;
}
.slidertopcolor-1080:hover {background-color: #2f019e;}
.slidertopcolor-720:hover {background-color: #ec0847;}
.slidertopcolor-480:hover {background-color: #dbde05;}
.slidertopcolor-240:hover {background-color: #ad0726;}
.slidertopcolor-hame:hover {background-color: #737373;}

.slidertopcolor-hame{
    background-color: #3a3939;
    margin-right: 8px;
}
.slidertopcolor-240{
    background-color: #ec0808;
    margin-right: 8px;
}
.slidertopcolor-480{
    background-color: #62ca13;
    margin-right: 8px;
}
.slidertopcolor-720{
    background-color: #ec08a6;
    margin-right: 8px;
}
.slidertopcolor-1080{
    background-color: #7243ce;
    margin-right: 8px;
}
.as-color-nodir{
    background-color: #006fec;
    margin-right: 8px;
}
.slidertopcolor-nodir{
    background-color: #ecb700;
    margin-right: 8px;
}
.slidertopcolor-sound{
    background-color: #53a1cf;
    margin-right: 8px;
}
.kft-480-color{
    background-color: #cf53ce;
    margin-right: 8px;
}
.kft-240-color{
    background-color: #03b9a0;
    margin-right: 8px;
}
.scr-color{
    background-color: rgb(0, 0, 0);
    margin-right: 8px;
}
.kft-720-color{
    background-color: #128a29;
    margin-right: 8px;
}
.kft-1080-color{
    background-color: #4abf04;
    margin-right: 8px;
}

.slidertopcolor-sub{
    background-color: #4fcab2;
    margin-right: 8px;
}
.kft-1080-color:hover,
.kft-720-color:hover,
.kft-480-color:hover,
.kft-240-color:hover,
.slidertopcolor-dir:hover,
.slidertopcolor-nodir:hover,
.as-color-nodir:hover,
.slidertopcolor-sound:hover,
.slidertopcolor-sub:hover{
        box-shadow: 0 0 0 30px #886916 inset;
}
.slidertopinfo-box .slidertopbody .slidertopinfo-r pre,
.slidertopinfo-box .slidertopbody .slidertopinfo-r li pre{
    max-width: 100%;
    font-family: IRANSans;
}
.slidertopinfo-box .slidertopbody .slidertopinfo-r pre *,
.slidertopinfo-box .slidertopbody .slidertopinfo-r li pre *{
    width: 100%;
    font-family: IRANSans;
    white-space: normal;
}
.slidertopinfo-box .slidertopbody .slidertopinfo-r pre li:before {
    content: "✔️";
    font-size: 14px;
    padding-left: 8px;
    color: #58c9f3;
    margin-right: 12px;
}
.slidertopinfo-box .slidertopbody .slidertopinfo-r li pre li:before {
    content: "✔️";
    font-size: 14px;
    padding-left: 8px;
    color: #58c9f3;
    margin-right: 12px;
}
.slidertopinfo-box .slidertopbody#slidertopinfob-content .slidertopinfo-r li:not(.slidertoptab){
    line-height: 28px;
    font-size: 14px;
}
.slidertopinfo-box .slidertopbody#slidertopinfob-content .slidertopinfo-r li i{
    line-height: 28px;
}

/************ fm ads ******************/
.slidertopads-posts{
    width: 100%;
    padding: 15px 0;
    background: rgb(246, 246, 246);
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    overflow: hidden;
}
.slidertopads-posts .slidertopads-inner{
    max-width: 728px;
    width: 100%;
    display: table;
    margin: 0 auto;
}
.slidertopads-posts .slidertopads-inner > *{
    max-width: 100%;
}
.slidertopads-posts .slidertopads-inner img{
    max-width: 100%;
    height: auto;
}
.slidertopads-static{
    width: 100%;
    margin-bottom: 10px;
    float: right;
}
.slidertopads-static .slidertopads-box{
    width: 49.5%;
    float: right;
    padding: 10px 10px 15px;
    clear: right;
    border-radius: 3px;
    margin-bottom: 2px;
    background: #e7e7e7;
    border: 1px solid #E0E0E0;
}
.slidertopads-static .slidertopads-box:nth-child(even){
    float: left;
    clear: left;
}
.slidertopads-static .slidertopads-box img{
    width: 100%;
    height: auto;
    float: right;
}
.slidertopads-static .slidertopads-box .slidertopads-content{
    padding: 18px 0 0;
    width: 100%;
    float: right;
}
.slidertopads-static .slidertopads-box .slidertopads-content h3{
    color: #434343;
    font-size: 16px;
    margin: 0 5px 12px 0;
    width: 100%;
    float: right;
}
.slidertopads-static .slidertopads-box .slidertopads-content .slidertopads-text{
    margin: 0 auto;
    background-color: #fff;
    color: #434343;
    padding: 6px;
    height: 115px;
    line-height: 1.8;
    margin-bottom: 12px;
    text-align: justify;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 11px;
}
.slidertopads-static .slidertopads-box .slidertopads-content .slidertopads-price{
    font-size: 14px;
    margin-top: 9px;
    float: right;
}
.slidertopads-static .slidertopads-box .slidertopads-content .slidertopads-btn{
    background-color: #ff4f4f;
    color: #fff;
    border-bottom: 1px solid #8a1818;
    padding: 6px 18px;
    font: 13px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    float: left;
}
.slidertopads-static .slidertopads-box .slidertopads-content .slidertopads-btn:hover{
    background-color: #20b5d0;
    border-bottom: 1px solid #1a8ba0;
}
.slidertopads-static .slidertopads-box .slidertopads-clearfix::before{
    display: table;
    content: "";
}
.slidertopads-static .slidertopads-box .slidertopads-clearfix::af{
    display: table;
    content: "";
    clear: both;
}
/*************** top ads ***********/
.slidertopads-topouter{
    width: 100%;
    padding: 38px 10px;
    background: rgb(231, 231, 231);
    border: 1px solid rgb(225, 225, 225);
    border-radius: 3px;
    margin-bottom: 10px;
    overflow: hidden;
}
.slidertopads-topouter .slidertopsetcenter{
    max-width: 755px;
    width: 100%;
    display: block;
    margin: 0 auto;
}
.slidertopads-topouter .slidertopsetcenter .slidertopadstop-ver{
    width: 35%;
    margin: 0;
    padding: 0;
    float: right;
    
    padding-bottom: 0;
    position: relative;
}
.slidertopads-topouter .slidertopsetcenter .slidertopadstop-hor{
    width: 62%;
    margin: 0;
    padding: 0;
    float: left;
}
.slidertopads-topouter .slidertopsetcenter .slidertopads-right{
    width: 46.5%;
    margin: 0;
    padding: 0;
    float: right;
    margin-bottom: 15.5%;
}
.slidertopads-topouter .slidertopsetcenter .slidertopads-left{
    width: 46.5%;
    margin: 0;
    padding: 0;
    float: left;
    margin-bottom: 15.5%;
}
#starfilmenu {display:none;}
.slidertopads-topouter .slidertopsetcenter .slidertopads-right *,
.slidertopads-topouter .slidertopsetcenter .slidertopads-left *{
    width: 100%;
    float: right;
}
.slidertopads-topouter .slidertopsetcenter .slidertopads-link{
    width: 100%;
    padding: 0;
    position: absolute;
    height: 11%;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #58C9F3;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 2.3;
}
.slidertopads-topouter .slidertopsetcenter .slidertopads-link:hover{
    background-color: #886916;
 
    box-sizing: border-box;
}
.slidertopads-topouter .slidertopsetcenter .slidertopads-top{
    float: left;
    width: 100%;
    height: auto;
}
.slidertopads-topouter .slidertopsetcenter .slidertopads-mid{
    float: left;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.slidertopads-topouter .slidertopsetcenter .slidertopads-top *,
.slidertopads-topouter .slidertopsetcenter .slidertopads-mid *{
    width: 100%;
    height: auto;
    float: right;
}
.slidertopads-topouter .slidertopspaceads{
    float: left;
    width: 100%;
    padding-bottom: 4.273%;
}
.slidertopinfo-box .slidertopbody#slidertoptab-ser-con li ul{
    padding: 0;
    width: auto;
    float: left;
}
.slidertopinfo-box .slidertopbody .slidertopser-openclose{
    line-height: 20px;
    font-size: 13px;
    float: right;
    width: auto;
    clear: right;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    background-color: rgba(223, 223, 223, 0.8);
    padding: 10px 6px 8px;
    border-radius: 5px;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
}
.slidertopinfo-box .slidertopbody .slidertopser-openclose span.slidertopser-btn{
    float: left;
    font-size: 13px;
    color: #fff;
    opacity: 1;
    padding: 4px;
    background-color: #c09c3d;
    border-radius: 5px;
}
.slidertopinfo-box .slidertopbody .slidertopser-openclose span.slidertopser-btn .fa{
    float: right;
    color: #fff;
    padding-left: 6px;
    line-height: 20px;
    font-size: 16px;
}
.slidertopinfo-box .slidertopbody .slidertopser-openclose span.slidertopser-btn:hover{
    color: rgba(0,0,0,.8);
}
.slidertopinfo-box .slidertopbody .slidertopser-openclose.slidertophideme{
    -webkit-box-shadow: inset 0px 0px 15px -4px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: inset 0px 0px 15px -4px rgba(50, 50, 50, 0.2);
    box-shadow: inset 0px 0px 15px -4px rgba(50, 50, 50, 0.2);
}
.slidertopinfo-box .slidertopbody .slidertopser-openclose:hover{
    color: #000;
    -webkit-box-shadow: inset 0px 0px 20px -4px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: inset 0px 0px 20px -4px rgba(50, 50, 50, 0.4);
    box-shadow: inset 0px 0px 20px -4px rgba(50, 50, 50, 0.4);
}
.slidertopinfo-box .slidertopbody .slidertopser-openclose.slidertophideme span.slidertopser-btn{
    background-color: #58c9f3;
}
.slidertopinfo-box .slidertopbody .slidertopser-openclose .slidertopser-fasl-attr{
    float: right;
    font-size: 14px;
    padding: 0 8px;
    line-height: 28px;
color: #886916;
}

.slidertopinfo-box .slidertopbody#slidertoptab-ser-con > ul.slidertopinfo-r{
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
    display: none;
}
/************ farshadfm74@gmail.com - trailor widget ***********/
.widget-icon.slidertopwidget-icon{
    font: 16px IRANSans;
    color: #fff;
    background-color: rgb(136, 105, 22);
    border-radius: 4px;
    line-height: 27px;
    padding: 0 8px;
    text-align: center;
    margin: 10px 10px 6px;
    font-size: 12px;
}
.widget-icon.slidertopwidget-icon:hover{
    background-color: rgb(0, 0, 0);
}
.widget-icon.slidertopwidget-icon::before{
    display: none !important;
}
.slidertoptril-widget{
    padding: 0 0 8px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 94%;
    margin: 0 auto;
}
.slidertoptril-widget .slidertopeach-tril{
    position: relative;
    overflow: hidden;
    box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.slidertoptril-widget .slidertopeach-tril img{
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}
.slidertoptril-widget .slidertopeach-tril h3{
	font-family: Yekan;
    width: 100%;
    position: absolute;
    bottom: 0;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    color: rgb(255, 255, 255);
    left: 0;
    margin: 0;
    padding: 0;
    z-index: 6;
    opacity: 0;
    white-space: nowrap;
    transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
}
.slidertoptril-widget .slidertopeach-tril:hover h3{
    opacity: 1;
}
.slidertoptril-widget .slidertopeach-tril::before{
	width: 56px;
	height: 60px;
	padding-left: 4px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
	color: rgb(255, 255, 255);
	vertical-align: middle;
	z-index: 4;
	background: rgba(100, 207, 232, 0.6);
	border-radius: 50%;
	transition: all 10ms ease-in;
	opacity: 0;
	text-align: center;
	margin-top: -10px;
	content: '\f008';
	font: 25px/60px fontawesome;
	padding-right: 4px;
}
.slidertoptril-widget .slidertopeach-tril::after{
    content: " ";
    position: absolute;
    bottom: -50%;
    left: -50%;
    display: block;
    z-index: 3;
    width: 0;
    height: 0;
    background-color: rgb(77, 1, 1);
    -webkit-transition: all 450ms ease-in;
    transition: all 450ms ease-in;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
}
.slidertoptril-widget .slidertopeach-tril:hover::after{
    width: 300%;
    height: 300%;
    opacity: .5;
}
.slidertoptril-widget .slidertopeach-tril:hover::before{
    opacity: 1;
}
.slidertoptril-widget .slidertopeach-tril:nth-of-type(1),
.slidertoptril-widget .slidertopeach-tril:nth-of-type(2){
    width: 49.5%;
    height: 230px;
    margin-bottom: 5px;
}
.slidertoptril-widget .slidertopeach-tril:nth-of-type(3),
.slidertoptril-widget .slidertopeach-tril:nth-of-type(4),
.slidertoptril-widget .slidertopeach-tril:nth-of-type(5),
.slidertoptril-widget .slidertopeach-tril:nth-of-type(6){
    width: 24%;
    height: 115px;
}
.slidertoptril-widget .slidertopeach-tril:nth-of-type(3) h3,
.slidertoptril-widget .slidertopeach-tril:nth-of-type(4) h3,
.slidertoptril-widget .slidertopeach-tril:nth-of-type(5) h3,
.slidertoptril-widget .slidertopeach-tril:nth-of-type(6) h3{
    line-height: 21px;
    font-size: 9px;
	font-family: Yekan;
}
.slidertoptril-widget .slidertopeach-tril:nth-of-type(3)::before,
.slidertoptril-widget .slidertopeach-tril:nth-of-type(4)::before,
.slidertoptril-widget .slidertopeach-tril:nth-of-type(5)::before,
.slidertoptril-widget .slidertopeach-tril:nth-of-type(6)::before{
	width: 37px;
	height: 40px;
	padding-left: 3px;
	display: block;
	font-size: 21px;
	line-height: 40px;
	content: '\f008';
	font: 22px/38px fontawesome;
	padding-right: 3px;
}


/*********** Responsive **********/

@media screen and (max-width: 600px){
	#starfilmenu {display:none;}
	.slidertopspecialpost {visibility:hidden}
	.movie-list-section {margin-top: -42px;}
	 .owl-wrapper .owl-item{
	 display:none;
	}
     .slidertopads-topouter .slidertopsetcenter .slidertopads-link{
        font-size: 15px;
    }
    .slidertopads-static .slidertopads-box{
        width: 100%;
        float: right;
    }
    .slidertopads-static .slidertopads-box:nth-child(even){
        float: right;
        clear: both;
    }
    
    .slidertopads-topouter{
        padding: 10px 8px;
    }
    .slidertopads-topouter .slidertopsetcenter .slidertopadstop-ver{
        max-width: 265px;
        width: 100%;
        float: none;
        margin: 0 auto;
        clear: both;
    }
    .slidertopads-topouter .slidertopsetcenter .slidertopadstop-hor{
        width: 100%;
        margin-top: 8px;
    }
    .slidertopads-topouter .slidertopsetcenter .slidertopads-link{
        position: static;
        width: 100%;
        margin-top: 5px;
        float: right;
        clear: both;
        height: 24px;
        line-height: 24px;
        font-size: 15px;
    }
    .slidertopads-topouter .slidertopsetcenter .slidertopads-right,
    .slidertopads-topouter .slidertopsetcenter .slidertopads-left{
        margin-bottom: 0;
    }
    .slidertopads-topouter .slidertopspaceads{
        padding-bottom: 8px;
    }
   
    
    .slidertopinfo-box .slidertopbody .slidertopinfo-l {
        clear: both;
        float: left;
        margin: 0 auto;
        padding-bottom: 5px;
        width: 100%;
    }
    .slidertopinfo-box .slidertopbody .slidertopinfo-l .slidertopbtn{
    width: 60%;
    float: right;
    }
    .slidertopinfo-box .slidertopbody .slidertopinfo-l .slidertopbtn span{
    width: 97%;
}
    .slidertopinfo-box .slidertopbody .slidertopinfo-l .slidertopbtn:last-child{
        margin-bottom: 20px;
    }
    .slidertopinfo-box.slidertopdown-box .slidertoptitle{
        font-size: 12px;
        padding-left: 2px;
        margin-right: 10px;
    }
    .slidertopinfo-box.slidertopdown-box .slidertoptitle i.fa{
        font-size: 17px;
        width: 24px;
        padding: 0 5px;
        right: -10px;
    }
    .slidertopinfo-box.slidertopdown-box .slidertoptitle i.fa::after{
        border-right: 8px solid #886916;
        margin-left: -8px;
    }
    .slidertopinfo-box .slidertoptitle-outer .slidertoptitle-desc{
        font-size: 10px;
    }
    .slidertopinfo-box.slidertoptrailer .slidertoptitle-outer .slidertoptitle-desc{
        font-size: 12px;
    }
}
@media screen and (max-width: 985px){
	.owl-wrapper .owl-item{
	 display:none;
	}
	.slidertopspecialpost {visibility:hidden}
	.movie-list-section {margin-top: -52px;}
    .slidertopinfo-box .slidertopbody#slidertoptab-film-con li ul,
    .slidertopinfo-box .slidertopbody#slidertoptab-ser-con li ul{
        width: 100%;
        clear: both;
        display: block;
    }
    .slidertopinfo-box .slidertopbody#slidertoptab-film-con li ul li,
    .slidertopinfo-box .slidertopbody#slidertoptab-ser-con li ul li{
        width: 100%;
        clear: both;
        margin: 3px 0;
    }
    .slidertopinfo-box .slidertopbody#slidertoptab-film-con li ul li:hover a,
    .slidertopinfo-box .slidertopbody#slidertoptab-ser-con li ul li:hover a{
        margin-left: 0;
        margin-right: 0;
    }
    .slidertopinfo-box .slidertopbody#slidertoptab-film-con li ul li a,
    .slidertopinfo-box .slidertopbody#slidertoptab-ser-con li ul li a{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    .slidertopinfo-box .slidertopbody#slidertoptab-film-con li ul li a i,
    .slidertopinfo-box .slidertopbody#slidertoptab-ser-con li ul li a i{
        float: none;
    }
    .slidertopinfo-box .slidertopbody#slidertoptab-ser-con ul li .slidertopseries-link{
        display:  block;
    }
    .slidertopinfo-box .slidertopbody#slidertoptab-down-con li.slidertopdown-single{
    width: 100%;
    }
    .slidertopinfo-box .slidertopbody#slidertoptab-down-con li.slidertopdown-single a {
    width: 100%;
    text-align: center;
    }
    .slidertopinfo-box .slidertopbody#slidertoptab-down-con li.slidertopdown-single a i{
    float: none;
    }
    .slidertopinfo-box .slidertopbody#slidertoptab-down-con .slidertopinfo-r li.slidertopdown-collection{
        width: 100%;
    }
    .slidertopinfo-box .slidertopbody#slidertoptab-down-con .slidertopinfo-r li.slidertopdown-collection ul li{
        width: 100%;
        padding-right: 20px;
    }
    .slidertopinfo-box .slidertopbody#slidertoptab-down-con li.slidertopdown-collection a{
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        text-align: center;
    }
    .slidertopinfo-box .slidertopbody#slidertoptab-down-con li.slidertopdown-collection a i,
    .slidertopinfo-box .slidertopbody#slidertoptab-down-con li.slidertopdown-collection a span{
        float: none;
    }
    .slidertopinfo-box .slidertopbody#slidertoptab-down-con li.slidertopdown-collection li:hover a{
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 1100px){
    .slidertopads-topouter .slidertopsetcenter .slidertopads-link{
        font-size: 14px;
    }
}
@media screen and (max-width: 985px){
    .slidertopads-topouter .slidertopsetcenter .slidertopads-link{
        font-size: 16px;
    }
}
@media screen and (max-width: 850px){
    .slidertopads-topouter .slidertopsetcenter .slidertopads-link{
        font-size: 15px;
    }
	#menutophead{
		display:flex;
	}
	
	.logo-img {
    max-width: 200px;
}
}
@media screen and (max-width: 800px){
    .slidertopads-topouter .slidertopsetcenter .slidertopads-link{
        font-size: 14px;
    }
}
@media screen and (max-width: 730px){
    .slidertopads-topouter .slidertopsetcenter .slidertopads-link{
        font-size: 12px;
    }
    .slidertopinfo-box .slidertopbody .slidertopser-openclose{
        text-align: center;
        padding-bottom: 5px;
    }
    .slidertopinfo-box .slidertopbody .slidertopser-openclose span{
        width: 100%;
        padding-top: 10px;
    }
}
@media screen and (max-width: 690px){
    .slidertopads-topouter .slidertopsetcenter .slidertopads-link{
        font-size: 10px;
    }
}

.tooltip {
position: absolute !important;
z-index:1070;
display:block;
color:#FFF;
font-family:iransans;
margin-top:70px;
background:#008989;
padding:4px 8px;
font-size:13px;
font-weight:300;
text-align:center;
direction:rtl;
text-decoration:none;
}

.tooltipimdb {
position: absolute !important;
z-index:1070;
display:block;
color:#FFF;
font-family:iransans;
margin-top:70px;
background:#ffc107;
padding:4px 8px;
font-size:13px;
font-weight:300;
text-align:center;
direction:rtl;
text-decoration:none;
}

.block_footer1 {
	width: 30%;
	background: #FFF;
	float: right;
	margin-right: 10px;
}

/**** Flex Style****/

.cat-slider .slider-bg-effect {
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
}
.cat-slider .dark-bg {
    opacity: 0;
    background: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.cat-slider .slider-content.light-overlay {
    background: rgba(0,0,0,0.1);
}
.cat-slider.banner-cat-slider .slider-content {
    position: relative;
    z-index: 2;
}
.cat-slider .slider-content {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    color: #fff;
    z-index: 2;
}
.cat-slider .slider-wrapper {
    width: 70%;
}
.cat-slider .slider-wrapper {
    width: 85%;
    margin: 0 auto;
    padding: 50px 0;
}
.cat-slider .movie-poster {
    position: relative;
    margin: 0 0 0 30px;
    width: 180px;
    float: right;
}
.movie-item, .movie-item * {
    box-sizing: border-box;
}
.movie-item > a {
    position: relative;
    display: block;
}
.movie-item, .movie-item * {
    box-sizing: border-box;
}
.movie-item .cover {
    z-index: 2;
    width: 100%;
    padding-top: 133%;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: block;
    position: relative;
    overflow: hidden;
}
.covernews {
    z-index: 2;
    width: 100%;
	height: 180px;
    padding-top: 0;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.4);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: block;
    position: relative;
    overflow: hidden;
}
.movie-item, .movie-item * {
    box-sizing: border-box;
}
.movie-item .cover .movie-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.movie-item .cover__overlay {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    background: rgba(0,0,0,.7);
    -webkit-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
}
.movie-item .cover__overlay::before, .movie-item .watch-now::before {
    color: #fff;
    border-radius: 50%;
    vertical-align: middle;
}
.movie-item .cover__overlay::before {
	content: "\e913";
	font-family: 'icomoon';
	width: 42px;
	height: 60px;
	padding-right: 15px;
	display: block;
	text-align: right;
	background: rgba(0,0,0,0.6);
	font-size: 27px;
	line-height: 60px;
	position: absolute;
	top: 50%;
	right: 50%;
	margin-top: -30px;
	margin-right: -30px;
}
.movie-item .movie-type {
    position: absolute;
    bottom: 10px;
    z-index: 3;
	font-family: Yekan;
    color: #fff;
    font-weight: 300;
    left: 10px;
    font-size: 12px;
    text-align: left;
    opacity: 0;
    -webkit-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
}
.movie-item .actionbar {
    position: absolute;
    z-index: 1;
    bottom: 10px;
    left: 10px;
}
.movie-item li.actionbar__play--no-play {
    opacity: 0;
}
.movie-item .actionbar > li {
    opacity: 1;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: relative;
    -webkit-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
    vertical-align: bottom;
}
.movie-item .actionbar > li, .movie-item .actionbar .bg, .movie-item.is-not-subscriber .actionbar .bg {
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.movie-item.is-not-subscriber .actionbar .bg {
    bottom: auto;
}
.movie-item .actionbar > li, .movie-item .actionbar .bg, .movie-item.is-not-subscriber .actionbar .bg {
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
}
.movie-item li.actionbar__play--no-play .bg {
    background-color: rgba(234,162,2,0.8);
}
.movie-item .actionbar > li {
	line-height: 30px;
	text-align: center;
	color: #62D4ED;
	background: #f8f8f8;
    opacity: 1;
    width: 30px;
    height: 30px;
    position: relative;
    -webkit-transition: opacity 250ms ease-in;
    transition: opacity 250ms ease-in;
    vertical-align: bottom;
}
.cat-slider .flex-container {
    height: 240px;
}
.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: inherit;
}
.flex-item:nth-child(1), .flex-item:nth-child(2), .flex-item:nth-child(3) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
}
.cat-slider .movie-title {
    margin-top: 0;
	margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
}
.cat-slider .movie-title a {
    color: #fff;
	font-family: iransans;
	font-weight: 300;
}
.cat-slider.banner-cat-slider {
    direction: rtl;
}
.cat-slider .movie-rate {
    font-size: 11px;
    display: inline-block;
	font-family: iransans;
}
.cat-slider .movie-rate i {
    font-size: 13px;
    padding-left: 7px;
}
.icon-star-empty::before {
    content: "";
}
.cat-slider .movie-rate i {
    font-size: 13px;
    padding-left: 7px;
}
.cat-slider .info-break {
    margin: 0 15px;
}
.cat-slider .info-break i {
    font-size: 10px;
}
.cat-slider .cat-lists {
    display: inline-block;
    vertical-align: middle;
}
.cat-slider .cat-lists li:last-child {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
	font-family: wddroid;
	font-size: 11px;
}
.cat-slider .cat-lists li {
    display: inline-block;
    border-left: 1px solid rgba(255,255,255,0.4);
    padding-left: 10px;
    margin-left: 5px;
    line-height: 1.2;
}
.cat-slider .movie-desc {
    max-width: 60%;
    line-height: 2.3;
}
.cat-slider .movie-desc {
    max-width: 80%;
    line-height: 2.2;
	font-size: 13px;
	font-family: iransans;
	font-weight: 300;
}
.cat-slider .movie-more {
    color: #fff;
    outline: none;
    font-size: 13px;
    font-weight: bold;
}
.cat-slider .movie-more {
    color: #fff;
    outline: none;
    font-size: 13px;
    font-weight: bold;
}
.cat-slider .movie-more i {
    border: 2px solid #fff;
    border-radius: 50%;
    width: 27px;
    height: 27px;
    line-height: 27px;
    font-size: 15px;
    margin-left: 5px;
    padding: 1px 0 0 1px;
    display: inline-block;
    text-align: center;
}
.cat-slider.banner-cat-slider {
    direction: rtl;
    margin-bottom: 15px;
}
.movie-item > a:hover .cover__overlay, .movie-item > a:hover .movie-type {
    opacity: 1;
}
.cat-slider .movie-more:hover {
    color: #fdc13c;
}


.view {
   width: 18%;
   height: auto;
   float: right;
   padding: 5px 1%;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
}
.view .glassef,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
	width: 100%;
	height: auto;
}
.view h2 {
   text-transform: uppercase;
   direction: rtl;
   color: #fff;
   text-align: center;
   position: relative;
   font:14px iransans;
   padding: 10px;
   background: rgba(41, 58, 74, 0.80);
   margin: 20px 0 0 0;
}
.view p {
   font-family: iransans;
   font-weight:300;
   font-size: 16px;
   position: relative;
   color: #293a4a;
   padding: 10px 20px 20px;
   text-align: center;
   direction:rtl;
   line-height:1.5;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #293a4a;
   color: #fff;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #000;
   -moz-box-shadow: 0 0 1px #000;
   box-shadow: 0 0 1px #000;
   font-family:iransans;
}
.view a.info: hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
}




.w3lsg-bubbles {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.w3lsg-bubbles li {
	position: absolute;
	list-style: none;
	display: block;
	width: 40px;
	height: 40px;
	bottom: -160px;
	-webkit-animation: square 20s infinite;
	-moz-animation: square 250s infinite;
	-o-animation: square 20s infinite;
	-ms-animation: square 20s infinite;
	animation: square 20s infinite;
	-webkit-transition-timing-function: linear;
	-moz-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	transition-timing-function: linear; 
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	background: url('img/top.png');
	background-size: 50%;
	background-repeat: no-repeat;
	opacity:0.3;
}
.w3lsg-bubbles li:nth-child(1) {
	left: 10%;
}
.w3lsg-bubbles li:nth-child(2) {
	left: 20%;
	width: 80px;
	height: 80px;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	-ms-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 17s;
	-moz-animation-duration: 17s;
	-o-animation-duration: 17s;
	animation-duration: 17s;
}
.w3lsg-bubbles li:nth-child(3) {
	left: 25%;
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	-o-animation-delay: 4s;
	-ms-animation-delay: 4s;
	animation-delay: 4s;
}
.w3lsg-bubbles li:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	-webkit-animation-duration: 22s;
	-moz-animation-duration: 22s;
	-o-animation-duration: 22s;
	-ms-animation-duration: 22s;
	animation-duration: 22s;
}
.w3lsg-bubbles li:nth-child(5) {
	left: 70%;
}
.w3lsg-bubbles li:nth-child(6) {
	left: 80%;
	width: 120px;
	height: 120px;
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-o-animation-delay: 3s;
	-ms-animation-delay: 3s;
	animation-delay: 3s;
}
.w3lsg-bubbles li:nth-child(7) {
	left: 32%;
	width: 160px;
	height: 160px;
	-webkit-animation-delay: 7s;
	-moz-animation-delay: 7s;
	-o-animation-delay: 7s;
	-ms-animation-delay: 7s;
	animation-delay: 7s;
}
.w3lsg-bubbles li:nth-child(8) {
	left: 55%;
	width: 20px;
	height: 20px;
	-webkit-animation-delay: 15s;
	-moz-animation-delay: 15s; 
	animation-delay: 15s;
	-webkit-animation-duration: 40s;
	-moz-animation-duration: 40s;
	animation-duration: 40s;
}
.w3lsg-bubbles li:nth-child(9) {
	left: 25%;
	width: 10px;
	height: 10px;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-animation-duration: 40s;
	animation-duration: 40s;
}
.w3lsg-bubbles li:nth-child(10) {
	left: 90%;
	width: 160px;
	height: 160px;
	-webkit-animation-delay: 11s;
	animation-delay: 11s;
}
@-webkit-keyframes square {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-o-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(-700px) rotate(600deg);
		-moz-transform: translateY(-700px) rotate(600deg); 
		-o-transform: translateY(-700px) rotate(600deg); 
		-ms-transform: translateY(-700px) rotate(600deg); 
		transform: translateY(-700px) rotate(600deg);        
	}
}
@keyframes square {
	0% {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0); 
		-o-transform: translateY(0); 
		-ms-transform: translateY(0);
		transform: translateY(0);        
	}
	100% {
		-webkit-transform: translateY(-700px) rotate(600deg);
		-moz-transform: translateY(-700px) rotate(600deg);
		-o-transform: translateY(-700px) rotate(600deg); 
		-ms-transform: translateY(-700px) rotate(600deg);
		transform: translateY(-700px) rotate(600deg);        
	}
}

