/**
Theme Name: Cinema
Theme URI: http://codein.ir
Version : 1.1
Author: Codein Team
Author URI: http://codein.ir
Description: Design And Develoment By Codein
**/
@import url("white.css");
body {
	padding:0;
	margin:0;
	overflow-x:hidden;
	background:#0c0d11;
	color:#fff;
	position:relative;
	font-family:IRANSans;
	font-size:13px;
	font-weight:300;
	direction:rtl;
	text-align: right;
}
ul,li{
	margin:0px;
	padding:0px;
}
a ,a:hover{
	text-decoration:none;
}
input,select,textarea,button {
	outline: none
}
.radio, .checkbox {
	padding-right: 0;
}
ul,li {
	list-style:none;
}
h1,h2,h3,h4,h5,h6,p {
	padding:0;
	margin:0;
}
figure {
	padding:0;
	margin:0;
}
textarea {
	resize:none;
}
button{
	border:none;
}
button:focus {
    outline: none;
}
i {
	font-style:normal;
}
::-moz-selection { 
    background: #86a7ca;
    color: #FFFFFF;
}
::selection { 
    background: #86a7ca;
    color: #FFFFFF;
}
.cl {
    clear:both;
}
/* End Reset */
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('fonts/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('fonts/IRANSansWeb_Light.ttf') format('truetype');
}
.flex{
	display:flex;
	justify-content: space-between;
}
/*start*/
 header {
	position:relative;
}
header.noslider {
  padding-bottom: 100px;
}
.main_slider {
	height: auto;
	overflow: hidden;
	position: relative;
}
.main_slider .item:before {
    content:"";
    background:linear-gradient(to bottom, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0) 100%);
    position: absolute;
    width: 100%;
    height: 250px;
    top:0px;
    left:0px;
    z-index: 2;
}
.top_head{
	padding: 35px 0;
	padding-bottom:0px;
	width:100%;
	position:absolute;
	top:0;
	z-index:999999;
}
.main_slider::after {
	content: '';
    width: 100%;
    height:200px;
    position: absolute;
    bottom: 0px;
    z-index: 2;
	top: auto;
	background: linear-gradient(to bottom, rgba(12,13,16,0) 0%, rgba(12,13,16,0.62) 34%, rgba(12,13,16,0.75) 46%, rgba(12,13,16,1) 68%, rgb(8, 9, 11) 100%);
}
header.single::after {
	z-index: 1;
}
.top_head .right {
	display:flex;
}
.top_head nav {
	position:relative;
	margin-top: 6px;
	margin-right: 20px;
}
.top_head nav ul {
    display: flex;
    direction: rtl;
}
.top_head nav a{
    color:#d4e7eb;
	padding: 0 8px;
	transition:0.3s;
}
.top_head nav a:hover {
	color: rgba(255, 255, 255, 0.30980392156862746);
}
.top_head nav .list{
	background:#fff;
	padding:10px;
	width:190px;
	height:190px;
	border-radius:20px;
	display:block;
	color:#5d5d5d;
	position:absolute;
	top: 40px;
    right: 20px;
	opacity:0;
}
.top_head nav .list:after {
    bottom: 97%;
    left: 85%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #ffff;
    border-width: 15px;
	margin-left: -30px;
}
.top_head nav a:hover .list{
	opacity:1;
}
.top_head nav .list a{
	display:block;
	color:#5d5d5d;
	font-size:14px;
}
.top_head nav li {
	position:relative;
}
.top_head nav li ul {
	position:absolute;
	display:block;
	opacity:0;
	visibility:hidden;
	background: #0a0a0a;
	width: 185px;
	border-radius: 10px;
	margin-top: 11px;
	transition:0.3s;
}
.top_head nav li:hover ul {
	opacity:1;
	visibility:visible;
}
.top_head nav li ul:after {
	bottom: 100%;
	right: 15px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #000;
	border-width: 6px;
	margin-left: -10px;
}
.top_head nav li ul li a {
	display:block;
	color: #fff;
    padding: 8px;
}
.top_head nav li ul li a:hover {
	color: #FFC107;
}
.top_head .form{
	border: 1px solid #43474a;
	padding: 5px 15px;
	margin-left: 5px;
    border-radius: 30px;
    display: flex;
}
.top_head .form input{
	background:transparent;
	border: none;
	color:#fff;
	font-size:12px;
	width:85%;
}
.top_head .form input::placeholder{
	color:#959698;
	font-size:12px;
}
.top_head .form button,.top_head .form div {
	position:relative;
	padding:4px;
	background:transparent;
	border:none;
	margin-right: 20px;
	cursor: pointer;
}
.top_head .form button:before,.top_head .form div:before {
    content: "\e986";
	position:absolute;
	font-size: 13px;
    top: 4px;
	left:0;
	color:#ababad;
	transition: 0.3s;
}
.top_head .form button:hover:before,.top_head .form div:hover:before {
	color: #fff;
}
.top_head .form div.icon-cog:before {
	content: "\e994";
}
.top_head .left {
	display:flex;
	justify-content:end;
	position: relative;
	width: 30%;
}
.top_head .left form {
	width: 85%;
}
.top_head .log {
    display: flex;
}
.top_head .left span{
	position:relative;
	cursor: pointer;
	padding: 0px 10px;
	display: block;
}
.loader {
	display:none;
	border: 2px solid #444249;
    border-radius: 50%;
    border-top: 2px solid #ffba00;
    width: 15px;
    height: 15px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    padding: 6px !important;
    margin-top: 3px;
    margin-left: 3px;
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.searchRes,.mobilesearchRes {
    background: #FFFF;
    margin-top: 7px;
    border-radius: 7px;
    overflow: hidden;
	display:none;
	position: absolute;
    width: 100%;
	overflow-y: scroll;
    height: 350px;
	scrollbar-color: gray white;
    scrollbar-width: thin;
}
.searchRes .linkrow,.mobilesearchRes .linkrow {
    display: flex;
    text-align: left;
    flex-direction: row-reverse;
	padding: 12px;
	color: #000;
	transition:0.2s;
}
.searchRes .linkrow:hover,.mobilesearchRes .linkrow:hover {
	background: #EEE;
}
.searchRes .linkrow .info,.mobilesearchRes .linkrow .info {
    width: 75%;
	direction: ltr;
    text-align: left;
}
.searchRes .linkrow .stars,.mobilesearchRes .linkrow .stars {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.searchRes .linkrow .name,.mobilesearchRes .linkrow .name {
    font-weight: bold;
    margin-bottom: 5px;
}
.searchRes .linkrow .image,.mobilesearchRes .linkrow .image {
   	width: 73px;
    height: 73px;
    overflow: hidden;
    margin-right: 12px;
}
.searchRes .linkrow .image img,.mobilesearchRes .linkrow .image img {
	width: 100%;
    height: auto;
}
.mobilesearchRes {
    top: 87%;
    border-radius: 0;
}

.search .custom-select button span:before {
	font-family: 'icomoon' !important;
    font-size: 14px;
    width: auto;
    text-align: center;
    color: #fff;
    content: "\ea40";
    position: absolute;
    left: 25px;
}
.top_head .left span.icon-plus:before {
	font-size: 7px;
}
.top_head .left span.icon-user:before {
    content:"\e971";
}
.main_slider img {
	height: auto;
}
.main_slider .infos {
	position:absolute;
	top: 18%;
	right: 8.5%;
	color:#fff;
	text-shadow: 0px 2px 2px hsla(0, 0%, 0%, 0.49019607843137253);
    margin-top: 100px;
}
.main_slider .infos span.points {
    font-weight: bold;
    font-size: 16px;
}
header .infos .type_film {
    padding: 10px 0;
}
.main_slider .infos .type_film span{
	position:relative;
	color:#ffffff;
	padding-left: 14px;
    margin-left: 10px;
}
.main_slider .infos .type_film span:nth-child(1){
	border-left:1px solid #cdcfcc;
}

.main_slider .infos .type_film span:last-child:before {
	background:transparent;
}
.main_slider .infos h2 ,.main_slider .infos h3 ,.main_slider .infos h4{
	font-weight:bold;
	font-size:28px;
	padding: 6px 0 20px;
}
.main_slider .infos p{
	padding-bottom:30px;
	font-size:14px;
	width:40%;
	text-overflow: ellipsis;
	height: 50px;
	overflow: hidden;
	white-space: nowrap;
}
.main_slider .infos .more{
	background: linear-gradient(to right, rgba(253,184,57,1) 0%, rgba(243,150,1,1) 100%);
	border: 1px solid transparent;
    color: #4e3409;
    padding: 8px 30px;
    border-radius: 20px;
    font-size: 15px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.19);
	text-shadow:none;
}
.main_slider .infos .more:hover {
	background: transparent;
    border: 1px solid #fff;
    color: #FFF;
}
.main_slider .infos .more span{
	position:relative;
	padding-left: 20px;
}
.main_slider .infos .more span:before{
	content:"\e9c4";
	position:absolute;
    top: 1px;
    right: 0;
	font-size:14px;
	right: -5px;
    font-size: 16px;
}
.main_slider .owl-dots {
    position: absolute;
    bottom: 90px;
    width: 100%;
	z-index: 4;
}
.main_slider .owl-dot {
    background: transparent !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 2px !important;
    border: 1px solid #fff !important;
    margin-bottom: 6px !important;
}
.main_slider .owl-dot.active {
    background: #fff !important;
}
.main_slider .owl-nav {
	display: block !important;
	font-family: 'icomoon' !important;
}
.main_slider .owl-nav .owl-prev,.main_slider .owl-nav .owl-next {
	width: 40px;
    height: 40px;
    background:rgba(0, 0, 0, 0.09);
    top: 17px;
    position: absolute;
    z-index: 9;
    top: 47%;
    right: 1%;
    border-radius: 10px;
	z-index: 99;
	border: 2px solid transparent;
	transition: 0.3s;
}
.main_slider .owl-nav .owl-prev:before,.main_slider .owl-nav .owl-next:before {
	position: absolute;
    content: "\ea3c";
    font-size: 12px;
    width: 100%;
    text-align: center;
    color: #fff;
	text-shadow: 0px 1px 0px #000;
    opacity: 0.3;
	top: 10px;
	left:0;
	transition: 0.3s;
}
.main_slider .owl-nav .owl-prev {
	right: auto;
	left: 1%;
}
.main_slider .owl-nav .owl-prev:before {
	content: "\ea40";
}
.main_slider .owl-nav .owl-prev:hover,.main_slider .owl-nav .owl-next:hover {
	background: transparent;
    border: 2px solid #FFF;
}
.main_slider .owl-nav .owl-prev:hover:before,.main_slider .owl-nav .owl-next:hover:before {
	color:#fff;
}
.main_slider .owl-nav .owl-prev:hover:before,.main_slider .owl-nav .owl-next:hover:before {
	opacity: 1;
}
.main_slider .item {
	width: 100%;
    height: 100%;
}
.popular .item figure img {
	width:100%;
	height: auto;
}
.banner{
	padding:30px 0;
}
.banner figure {
    height:auto;
    width: 100%;
	overflow: hidden;
}
.banner figure img{
	width:100%;
	height: auto;
}
.offic_week{
	padding:40px 0;
}
.box {
    width: 49%;
}
.box .title {
    display:flex;
	justify-content:space-between;
}
.box .title span.ofc {
    font-weight: bold;
}
.box .title .left span{
	font-size:13px;
	margin-right:10px;
	padding: 2px 7px;
	cursor: pointer;
}
.box .title .left span.active{
	background: linear-gradient(to right, rgba(245,126,120,1) 0%, rgba(245,126,120,1) 1%, rgba(190,60,99,1) 100%);
    border-radius: 5px;
}
#global , #iran {
  position: relative;
}
#iran {
	display:none;
}
.box.offic ul {
    margin: 50px 0;
	height:200px;
	overflow:hidden;
}
.box.offic ul li{
	margin:25px 0;
}
.box.offic ul li a{
	background: linear-gradient(to right, rgba(31,28,73,1) 0%, rgba(31,28,73,1) 1%, rgba(11,40,72,1) 100%);
	padding:12px;
	border-radius:15px;
	display:flex;
	justify-content:space-between;
	color:#fff;
	position:relative;
	transition:0.3s all ease;
}
.box.offic ul li a:hover{
	background: linear-gradient(to right, rgba(73,62,195,1) 0%, rgba(10,105,200,1) 100%);
}
.box.offic ul li a span.number {
    margin: 9px 0;
}
.box.offic ul li a .left{
	display:flex;
	justify-content:end;
	margin-right: 15px;
}
.box.offic ul li a .info {
    margin-left: 60px;
	text-align:left;
}
.box.offic ul li a .info .name{
	direction:ltr;
	display:flex;
}
.box.offic ul li a figure{
	width:45px;
	height:65px;
	position:absolute;
    top: -14px;
    left: 14px;
}
.box.offic ul li a figure img{
	width:100%;
}
.box.offic ul.list.ir li a .info .name{
	font-size:13px;
	direction:rtl;
}
.box.offic ul li a .info h2 ,.box.offic ul li a .info h3 ,.box.offic ul li a .info h4{
	font-size:14px;
	padding:0 2px;
}
.box.offic ul li a .info span{
	font-size:12px;
	font-weight:bold;
	position:relative;
}
.box.offic ul li a .info span.price{
	padding-right:6px;
}
.box.offic ul li a .info span.price:after{
	content:"";
	position:absolute;
    top: 1px;
    right: 0px;
    width: 1px;
    height: 15px;
	background:#3610a3;
}
.box.offic .more {
    padding: 30px;
	background:linear-gradient(to bottom, rgba(0, 0, 0, 0) 4%, rgb(12, 13, 17) 100%);
    margin-top: -30px;
    position: absolute;
    width: 100%;
    bottom: -30px;
    /*filter: blur(10px);*/
}
.box.offic button {
    background: #141519;
    color: #8a8b8f;
    font-size: 20px;
    border-radius: 15px;
    padding: 0px 18px;
    display: block;
    margin: 0 auto;
	opacity:1;
	cursor:pointer;
	transition:0.3s;
	
}
.box.offic button:hover {
	background: #464954;
}
.box.week {
    border-right: 1px solid #121317;
	padding-right: 15px;
}
.box.week .wtable_row {
	transition:0.3s;
}
.box.week .wtable_row:hover {
	background: #191a21;
}
.box.week td ,.box.week table th{
	padding:10px;
}
.box.week tr a {
	color: #ffffff;
    font-weight: bold;
}
.box.week .title form{
	background:#14151a;
    border-radius: 16px;
    padding:3px 12px;
}
.box.week .title form input{
	background:transparent;
	border:none;
	color:#fff;
	font-size:12px;
}
.box.week .title form input::placeholder{
	color:#98989a;
	font-size:12px;
}
.box.week .title form button{
	background:transparent;
	color:#aaabad;
	font-size:12px;
	padding:0;
}
.box.week .title span{
	font-weight:bold;
}
.box.week .tab_date{
	display:flex;
	justify-content:space-between;
	padding: 14px 0;
}
.box.week .tabs {
    display: flex;
}
.box.week .tabs a{
    color: #fff;
    font-size: 13px;
    padding: 2px 0;
    border-radius: 6px;
    margin-left: 8px;
    width: 28px;
    height: 24px;
    text-align: center;
	transition:0.3s;
}
.box.week .tabs a.active{
	background: #19a96e;
}
.box.week .tabs a:hover {
	background: #272933;
}
.box.week .tab_date .date{
	color:#e0e0e2;
	font-size:13px;
}
.box.week table {
    margin: 20px 0;
	width:100%;
}
.box.week table th {
    color: #e3e1e2;
    font-size: 13px;
    font-weight: bold;
	border-bottom: 1px solid #1c1f26;
}
.box.week table td {
    font-size: 13px;
    color: #d9d9d9;
	border-bottom: 1px solid #1c1f26;
	position:relative;
}
.box.week table td.icon-heart {
	cursor:pointer;
    padding-right: 19px;
}
.box.week table td.icon-heart:before {
    content: "\e9da";
    position: absolute;
    right: 0px;
	top: 15px;
    font-size: 12px;
}
.box.offic ul.list.ir .info {
    margin-left: 10px;
    text-align: right;
    direction: rtl;
}
.box.offic ul.list.ir li a .info span.price:after {
	content:none;
}
.box.offic ul.list.ir li a {
	justify-content: unset;
}
.box.offic ul li.ir a .left {
    margin-right: 16px;
}
.box.offic ul li.ir .name {
	direction: rtl;
}
.popular{
	background:#08090b;
	padding:30px 0;
}
.posts .title{
	padding:20px 0;
	position:relative;
}
.posts .title a {
  position: absolute;
  left: 0px;
  top: 45%;
  color: #fff;
  background: #171a1f;
  padding: 5px 18px;
  border-radius: 30px;
  font-size: 11px;
	border: 1px solid transparent;
	transition:0.3s;
}
.posts .title a:hover {
	border: 1px solid #24282d;
    background: transparent;
}
.posts .title h3 {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 8px;
}
.posts .title span {
    color: #7e7e80;
    font-size: 14px;
}
.popular , .new{
	padding-top:20px;
}
.popular .item {
	height:100%;
	margin-left: 15px;
	position:relative;
	display: block;
	color:#fff;
	background:#000;
}
.popular .item .hover{
	transition: 0.3s;
	opacity:0;
}
.popular .item:hover .hover{
	opacity:1;
}
.popular .item figure img {
	transition: 0.3s;
	opacity:1 !important;
}
.popular .item:hover figure img {
	opacity: 0.4 !important;
}
.popular .item .layer{
	background:linear-gradient(to bottom, rgba(12, 13, 17, 0) 67%, rgb(0, 0, 0) 100%);
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	transition:0.3s all ease;
}
.popular .item:hover .layer {
	background-position: 100px;
}
.popular .item .layer span[class*='icon-']:before , .popular .item .hover span:before{
	position: absolute;
    left: 15px;
	top: 15px;
	font-size: 17px;
}
.popular .item .layer .pos , .popular .item .hover .pos{
	position: absolute;
    bottom: 22px;
	width:100%;
	text-align:center;
	transition: 0.3s;
}
.popular .item .hover .pos {
	bottom: -45px;
}
.popular .item:hover .hover .pos {
	bottom: 22px;
}
.popular .item:hover .layer .pos {
	bottom: 73px;
}
.popular .item .layer h2 ,.popular .item .hover h2 {
    font-size: 14px;
	width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    direction: ltr;
}
.popular .item .hover .lg_cntry {
    padding: 5px 0;
}
.popular .item .hover .lg_cntry span{
	color:#b3b3b3;
	font-size:12px;
}
.popular .item .hover .imdb span{
	color:#e1e1e1;
	font-size:12px;
	position:relative;
	padding:0 10px;
}
.popular .item .hover .imdb .icon:before{
	content:"";
	position:absolute;
	top:3px;
	left:0;
	background:url('images/icons.png') no-repeat 94% 7%;
	width:24px;
	height:10px;
}
.owl-carousel .owl-dots.disabled {
    display: flex;
    justify-content: center;
    
}

.owl-dots {
	display: flex;
	justify-content: center;
	margin-top: 35px;
}
.owl-carousel .owl-dot{
	background:#303136;
	width:13px;
	height:6px;
	border-radius:10px;
	margin:5px;
}
.owl-carousel .owl-dot.active{
	background:#f32553;
}
.owl-carousel .owl-item img {
	height: auto;
}
.new .item {
	display: block;
	margin-left: 10px;
	transition: 0.3s;
}
.new .item figure {
	background-color: #000;
	margin-bottom: 10px;
    overflow: hidden;
}
.new .item img {
	transition: 0.3s;
	width:100%;
	height: auto;
}
.new .item:hover img {
	opacity: 0.5 !important;
}
.new .item .name h2,.new .item .name h3,.new .item .name h4{
	font-size:13px;
	font-weight:bold;
	color:#feffff;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    width: 100%;
	direction: ltr;
}
.new .item span.subtitle {
	color: #fff;
    position: absolute;
    bottom: 65px;
    font-size: 11px;
    background: rgba(255, 255, 255, 0.1411764705882353);
    text-align: center;
    margin: 5px;
    padding: 3px 10px;
    box-shadow: 0 0 10px #000;
}
.new .item .foot_post {
    padding: 10px 0;
}
.new .item .foot_post .flex{
	margin-top:10px;
	justify-content: start;
}
.new .item .foot_post span{
	font-size:11px;
}
.new .item .foot_post .imdb{
	background:#e3a40b;
	color:#000;
	position:relative;
	font-size:11px;
	display: inline-table;
    padding: 2px 3px 0 30px;
}
.new .item .foot_post .imdb span.bold{
	color:#000;
	font-weight:bold;
}
.new .item .foot_post .imdb .icon:before{
	content:"";
	position:absolute;
    top: 3px;
    left: 3px;
	background:url('images/icons.png') no-repeat 94% 36%;
	width:24px;
	height:10px;
}
.new .item .foot_post .cntry{
	color:#969698;
	padding: 2px 5px;
    display: flex;
}
.newfilm{
	position:relative;
	padding: 20px 0;
	height:400px;
	overflow: hidden;
	background:#000;
}
.newfilm figure.blur {
    filter: blur(32px);
    width: 38%;
    right: 0px;
    left: auto;
    z-index: 2;
    height: 450px;
    top: -22px;
}
.newfilm figure{
	width:70%;
	height:auto;
	overflow:hidden;
	box-shadow: -74px 19px 76px -22px rgb(0, 0, 0);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.newfilm figure img{
	width:100%;
	height:auto;
	display: block;
}
.newfilm figure.blur img {
	width:auto;
	height: 100%;
	/*! opacity: 0.8; */
}
.newfilm .layer{
	position: absolute;
    top: 0;
    background: linear-gradient(to left,rgba(0, 0, 0, 0.85) 24%,rgba(0, 0, 0, 0) 80%);
    width: 100%;
	right: 0px;
	z-index: 3;
	height: 100%;
}

.newfilm .text{
    position: absolute;
    top: 18%;
    right: 9%;
    z-index: 4;
}
.newfilm .text{
    position: absolute;
    top: 18%;
    right: 9%;
}
.newfilm .text .title h2,.newfilm .text .title h3,.newfilm .text .title h4{
	color:#fff;
	font-size:30px;
	font-weight:bold;
}
.newfilm .text .infos {
    color: #c8c4c3;
	padding: 20px 14px;
}
.newfilm .text .infos span{
	padding-left:15px;
	font-family:IRANSans;
	font-size:13px;
	position:relative;
}
.newfilm .text .infos span.icn:before{
	content:"\e91e";
	position:absolute;
	top:0;
	right:-20px;
}
.newfilm .text .infos span.icon-bub:before{
	content:"\e96c";
}
.newfilm .text .infos span.icon-tphy:before{
	content:"\e99e";
}
.newfilm .text .txt {
    padding-bottom: 30px;
	font-size: 13px;
	color: #f4f4f2;
	width:40%;
	text-align:justify;
	line-height: 25px;
}
.newfilm .text .link a{
	color: #a7a7a7;
	border: 1px solid #a7a7a7;
	padding: 10px 22px;
	border-radius: 5px;
	margin-left: 10px;
	font-size:13px;
	transition:0.3s all ease;
}
.newfilm .text .link a:hover{
	color: #4e2f01;
    border: 1px solid transparent;
	background:linear-gradient(to right, rgba(248,205,35,1) 0%, rgba(255,155,24,1) 100%);
}
.newfilm .text .link a span {
    padding-left: 6px;
    vertical-align: middle;
}
.news.posts{
	background:#060608;
	padding-bottom: 30px;
}
.news.posts .flex{
	margin: 30px 0;
}
.news.posts .bigpost {
    width: 40%;
	position:relative;
}
.news.posts .bigpost a{
	width: 100%;
	height:270px;
	display:block;
	position:relative;
}
.news.posts a figure {
    width: 100%;
	height:100%;
	overflow:hidden;
	transition:0.3s;
}
.news.posts a:hover figure {
	opacity:0.5;
}
.news.posts .bigpost figure img ,.smallpost a figure img{
	width: 100%;
	height:auto;
}
.news.posts .bigpost .layer{
	position:absolute;
	bottom:0;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
	width:100%;
    height: 100%;
}
.news.posts .bigpost .layer .text ,.smallpost .layer .text{
	position:absolute;
    bottom: 20px;
    right: 15px;
}
.news.posts .layer .text span.icon-calendar {
    font-size: 12px;
    color: #9e9e9c;
}
.news.posts .bigpost .layer span.datetime ,.smallpost .layer span.datetime {
    color: #9e9e9c;
    font-size: 13px;
}
.news.posts .bigpost .layer p ,.smallpost .layer p {
    color: #d3d3d3;
    font-size: 14px;
}
.news.posts .smallpost {
    width: 59%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news.posts .smallpost a {
	width: 49%;
	height: 130px;
	margin: 0;
	position:relative;
}
.news.posts .smallpost a figure{
	width:100%;
	height:100%;
	overflow:hidden;
}
.news.posts .smallpost .layer{
	position:absolute;
	bottom:0;
	width:100%;
	height:100%;
	background: rgba(0, 0, 0, 0.65);
}
/*footer*/
footer{
	background:#09080d;
	padding:30px 0 0;
	overflow:hidden;
}
footer.loading:before {
	content:'';
	width:20px;
	height:20px;
	background:url("images/loading.svg") no-repeat center center;
	position: absolute;
	left:0;
	right:0;
	background-size: 100%;
	bottom:260px;
	margin:0px auto;
	z-index: 100;
}
footer nav ul {
	display:flex;
}
footer nav a{
	font-size:12px;
	color:#d8e7ec;
	padding: 12px;	
}
footer nav a:hover {
	color: #dec57b;
}
footer .special {
    display: flex;
	justify-content: space-between;
    width: 20%;
}
footer .special a{
	color:#bfcacc;
	padding: 12px;	
}
footer .special a:hover {
	color:#fff;
}
footer .copyright {
    text-align: center;
    font-size: 13px;
    color: #a5a5a5;
}
footer .designer {
    margin-top: 20px;
    display: inline-block;
    padding:10px 45px 10px 22px;
    color: #3b3f42;
    border-radius: 20px;
	position:relative;
	transition: 0.3s;
}
footer .designer:after{
	content:"";
	position:absolute;
    top: 6px;
    right: 15px;
    background: url(images/icons.png) no-repeat 5% 55%;
	width:20px;
	height:24px;
	transform: scale(0);
	transition: 0.3s;
}
footer .designer:hover {
	color: #d7d7dc;
}
footer .designer:hover:after {
	transform: scale(1);
}
footer .designer a{
	color: #3b3f42;
}
footer .tags {
    background: #070709;
    padding: 35px 10px;
    margin: 20px 0 0;
    text-align: center;
	position:relative;
}
footer .tags:before {
	content: '#';
    position: absolute;
    top: 2px;
	right: 50%;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.23137254901960785);
}
footer .tags span{
	color:#bbbbbb;
	font-size: 24px;
    font-weight: bold;
    vertical-align: sub;
}
footer .tags a{
	color:#bbbbbb;
	font-size:14px;
	padding:0 5px;
}
footer .tags a:hover {
	color:#fff;
}
/*single*/
.sngl_top figure{
	width:100%;
	overflow:hidden;
	background-color: #000;
	height: 500px;
}
.sngl_top figure img{
	width:100%;
	opacity: 0.5;
	height: auto;
}
.single .sng_layer{
	background:linear-gradient(to bottom, rgba(12,13,17,1) 0%, rgba(0, 0, 0, 0.35) 52%, rgba(12,13,17,1) 100%);
	width:100%;
	height: 100%;
	position:absolute;
	top:0;
	z-index: 2;
}
.single .sng_layer .top_head{
	background:transparent;
	height:auto;
}
.single .cover {
	position: relative;
  width: 100%;
	margin-top: -10%;
	z-index: 10;
}
.single .cover .flex {
    justify-content: space-between;
}
.single .cover .img {
    width: 30%;
    height: auto;
	position:relative;
}
.single .cover .img figure {
	width: 100%;
	box-shadow: 0 18px 18px rgba(0, 0, 0, 0.5098039215686274);
}
.single .cover .img figure img{
	width:100%;
	height: auto;
}
.single .cover .img .imdb {
    position: absolute;
    top: 6%;
    left: 0;
    background: #fdc107;
    color: #010200;
    font-size: 13px;
    display: inline-table;
    padding: 5px 3px 3px 44px;
}
.single .cover .img .imdb .icon{
	font-weight: bold;
	position:relative;
}
.single .cover .img .imdb:before{
	content:"";
	position:absolute;
	left:5px;
	top: 6px;
	background: url('images/icons.png') no-repeat 94% 63%;
	width: 34px;
	height: 13px;
}
.single .cover .info_cover {
    width: 67%;
	padding-top: 30px;
}
.single .cover .info_cover .title {
    display: flex;
    justify-content: space-between;
	padding-bottom: 15px;
}
.single .cover .info_cover .title h1,.single .cover .info_cover .title h2 ,.single .cover .info_cover .title h3,.single .cover .info_cover .title h4{
	font-size:25px;
	font-weight:bold;
}
.single .cover .info_cover .title div.star{
	/* background:#000; */
	color:#d3d3d3;
	font-size: 14px;
	border-radius:10px;
	padding:2px 8px;
	position:relative;
}
.single .cover .info_cover .title div.star .hover {
	position: absolute;
	top: -32px;
	background: #000;
	padding: 5px 15px;
	border-radius: 55px;
	font-size: 11px;
	z-index: 10;
	right: 0;
	width: auto;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}
.single .cover .info_cover .title div.star .hover:after {
	top: 100%;
	right: 13px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #000000;
	border-width: 4px;
	margin-right: 0;
}
.single .cover .info_cover .title div.star:hover .hover{
	opacity: 1;
}
.single .cover .info_cover span.season {
    color: #eaeaec;
    font-size: 13px;
}
.single .cover .info_cover .optn {
    padding: 20px 0;
	display: flex;
	flex-wrap:wrap;
}
.single .cover .info_cover .optn div {
	margin-bottom:7px;
}
.single .cover .info_cover .optn span{
	position:relative;
	padding-left: 8px;
    font-family: Iransans;
    font-size: 12px;
    padding-right: 14px;
}
.single .cover .info_cover .optn div{
    background: rgba(72, 73, 75, 0.29);
    border-right: 4px solid #199f3e;
    margin-left: 10px;
	padding: 4px;
}
.single .cover .info_cover .optn div.blue{
	 border-right: 4px solid #38a5f8;
}
.single .cover .info_cover .optn div.yellow{
	border-right: 4px solid #ffc501;
}
.single .cover .info_cover span.icn:before{
	content:"\e91e";
	position:absolute;
	top:0;
	right:6px;
}
.single .cover .info_cover span.icon-bub:before{
	content:"\e96c";
}
.single .cover .info_cover span.icon-tphy:before{
	content:"\e99e";
}
.single .cover .info_cover .info div{
	padding: 7px 0;
}
.single .cover .info_cover .info div a {
	display:inline-block;
	color:#fff;
	background: #161821;
	padding: 1px 10px;
	border-radius: 10px;
	transition:0.3s;
	margin-left: 7px;
}
.single .cover .info_cover .info div a:hover {
	background: #E91E63;
}
.single .cover .info_cover .info span{
	color:#eae8eb;
	font-size:13px;
}
.single .cover .info_cover .info span.age{
	background:linear-gradient(to right, #3a5765 0%, #335667 100%);
	color: #fffeff;
	border-radius:6px;
	padding: 1px 6px;
	font-size: 12px;
}
.single .cover .info_cover .gallery{
	display:flex;
	flex-wrap:wrap;
	padding-top: 55px;
}
.single .cover .info_cover .gallery a{
	text-align:center;
	color:#d5d5d5;
	margin-left: 5px;
	width: 97px;
}
.single .cover .info_cover .gallery a img{
	width:50px;
	height:50px;
	border-radius:10px;
	margin-bottom: 8px;
	transition:0.3s;
}
.single .cover .info_cover .gallery a:hover img {
	transform: translate(0px, -6px);
}
.single .cover .info_cover .gallery a img.noav {
	background: #333;
	padding: 10px;
}
.single .cover .info_cover .gallery a .name{
	display:block;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	direction: ltr;
}
.single .cover .story {
    padding: 20px 0;
}
.single .cover .story .title span{
	font-weight:bold;
	font-size:14px;
}
.single .cover .story .text{
	font-size:13px;
	color: #a9adbf;
	padding:5px 0;
}
.single .cover .story .text p {
	line-height: 27px;
}
.single .cover .story .text h2 {
	font-size: 17px;
    font-weight: bold;
    margin: 10px 0;
}
.single .cover .story .text h3 {
	font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}
.single .cover .story .text h4 {
	font-size: 15px;
    font-weight: bold;
    margin: 10px 0;
}
.single .cover .story .text h5 {
	font-size: 14px;
    font-weight: bold;
    margin: 10px 0;
}
.single .cover .story .text h6 {
	font-size: 13px;
    font-weight: bold;
    margin: 10px 0;
}
.single .cover .story .text a {
	color:#fff;
	position:relative;
	transition:0.3s;
}
.single .tags {
    margin: 20px 0;
}
.single .tags a {
	background: #1c212d;
    color: #9a9fab;
    padding: 3px 10px;
    border-radius: 32px;
    display: inline-block;
    font-size: 11px;
	transition:0.3s;
	margin-left:5px;
}
.single .tags a:hover {
	background: #2e3442;
}
.single .cover .story .text a:after {
	content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: #262935;
    z-index: -2;
	transition:0.3s;
}
.single .cover .story .text a:hover:after {
	height: 100%;
}
.video .film{
	width:100%;
	height:450px;
	position:relative;
	background:#16171b;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
}
.video .film img {
	height: 100%;
	width: auto;
	margin: 0px auto;

}
.video .film video {
	width:100%;
	height:100%;
}
.video .film .icon-play2{
	position:absolute;
    top: 40%;
    left: 50%;
    font-size: 55px;
    color: #36353a;
}
.video .flex {
	background: #0f1015;
    padding: 15px;
	border-radius: 0px 0px 12px 12px;
	position:relative;
	direction:ltr;
}
.video .flex .trailer{
	font-size:12px;
	transform: rotate(-91deg);
	position: absolute;
	right: -23px;
	top: 60px;
}
.video .flex .pics{
	overflow-y: hidden;
    overflow-x: auto;
    display: block;
    white-space: nowrap;
	scrollbar-color:#0a0a0d #353535;
	scrollbar-width: thin;
}
.video .flex .pics::-webkit-scrollbar {
    width: 4px;
}
.video .flex .pics::-webkit-scrollbar-track {
    border-radius: 10px;
}
.video .flex .pics::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #333540;
}
.video .flex .pics img{
	width:100%;
	height:auto;
	margin-right:10px;
}
.video .flex .pics .flm{
	position:relative;
	width:100px;
	height:100px;
	overflow:hidden;
	display:inline-block;
}
.video .flex .pics .flm .icon-play2{
	position:absolute;
    top: 40%;
    left: 32%;
    font-size: 30px;
	color:	#fff;
	text-shadow: 1px 1px 5px gb(0, 0, 0);
}
.section .title {
    padding: 20px 0;
	font-weight:bold;
	color: #d5d5d5;
}
.section .title .icon-bullhorn ,.section .title .icon-download2,.section .title .icon-bubbles3{
	padding-left:8px;
}
.tabligh .flex{
	border:1px solid #212129;
	padding:20px;
	border-radius:20px;
	justify-content:start
}
.tabligh .flex .ttl{
	font-size:15px;
	font-weight:bold;
	color:#d4d4d4;
}
.tabligh .flex .text{
	width: 23%;
    border-left: 1px solid #2f2e33;
    margin-left: 18px;
}
.tabligh .flex .text:last-child{
	border-left: 1px solid transparent;
}
.tabligh .flex .text p{
	font-size:13px;
	color:#57585a;
	padding:8px 0;
}
.section .border {
    border: 1px solid #212129;
    padding: 15px;
    border-radius: 10px;
}
.section .border.dwn {
	padding: 15px 15px 0 15px;
}
.section .border .season{
	margin-bottom: 14px;
}
.section .border .season .head {
    display: flex;
    justify-content: space-between;
    background: #131521;
    padding: 20px 28px 20px 15px;
    border-radius: 10px;
    cursor: pointer;
	transition:0.3s;
}
.section .border .season .head:hover {
	background: #1b1e2d;
}
.section .border .season .head.active{
	border-radius: 10px 10px 0 0;
}
.section .border .season .head .right .ssn {
    color: #fffdff;
    font-size: 13px;
	font-weight:bold;
}
.section .border .season .head.active .right .num{
	background:#e5be85;
	color:#372e1f;
    font-size: 12px;
    border-radius: 4px;
    padding: 1px 6px;
}
.section .border .season .head .right .num{
	background: linear-gradient(to right, rgba(229,221,234,1) 0%, rgba(189,194,232,1) 100%);
	color:#040003;
    font-size: 12px;
    border-radius: 4px;
    padding: 1px 6px;
	margin-left: 8px;
	position: relative;
}
.section .border .season .head .right .num.load::after {
    content: '';
    background: url("images/loading.svg") no-repeat center center;
    background-size: 100%;
    width: 17px;
    height: 17px;
    position: absolute;
    right: -22px;
    top: 2px;
}
.section .border .season .head .left span {
    color: #7e8190;
    font-size: 12px;
    padding:0px 6px;
	position:relative;
}
.section .border .season .head .left .time:after{
	content:"";
	position:absolute;
    top: 4px;
    right: 0;
    width: 1px;
    height: 11px;
	background:#686b7a;
}
.section .border .season .list_sctn{
	background:#24293d;
	border-radius:0 0 10px 10px;
}
.section .border .season .list_sctn .sctn{
	padding: 15px;
    border-bottom: 1px solid #1c1d3b;
    color: #adb2c5;
	font-size:12px;
    display: flex;
    justify-content: space-between;
	transition:0.3s all ease;
}
.section .border .season .list_sctn .sctn:last-child,.section .border .season .list_sctn .sctn .left a:first-child{
	border:none;
}
.section .border .season .list_sctn .sctn .left a{
	color: #bdbec3;
    border-right: 1px solid #1d212d;
    padding: 2px 10px 3px;
    transition: 0.3s all ease;
    background: #3c4258;
    border-radius: 40px;
    margin-left: 5px;
	transition:0.3s all ease;
	display:inline-block;
}
.section .border .season .list_sctn .sctn .left a.dl {
	background: #334bad;
    color: #FFF;
}
.section .border .season .list_sctn .sctn .left a:hover {
	background: #545b77;
    color: #ffffff;
}
.section .border .season .list_sctn .sctn .left a.icon-play2 {
    border: none;
    padding: 0;
    font-size: 13px;
}
.section .border .season .list_sctn .sctn:hover{
	box-shadow:0px 0px 18px -4px rgba(0, 0, 0, 0.88);
}
.section .border .season .list_sctn .sctn .left a:hover{
	font-weight:bold;
	color:#fffeff
}
.section .title span.tedad {
    background: #3a9859;
    color: #FFF;
    font-size: 12px;
    font-weight: normal;
    border-radius: 100%;
    padding: 2px 8px;
    margin: 0 8px;
}
.section .border form .input_holder {
	width:25%;
}
.section .border form .text_holder {
	width:73%;
}
.section .border form .text_holder.be_full {
  width: 100%;
}
.section .border form .ititle {
    display: block;
    color: #d4d4d6;
    font-size: 12px;
    padding: 6px 0;
}
.section .border form input,form textarea {
    background: #161920;
	color:#eee;
    border: none;
    border-radius: 5px;
    padding: 11px;
    width: 100%;
	border: 1px solid transparent;
	transition:0.3s;
}
.section .border form input:focus,form textarea:focus {
	border: 1px solid #333b4c;
}
.section .border form textarea {
	height:120px;
}
.section .border form button{
	background: #3a5999;
    color: #fff;
    font-size: 13px;
    padding: 10px 40px;
    border-radius: 4px;
	transition:0.3s all ease;
	cursor:pointer;
	margin-top:5px;
}
.section .border form button:hover{
	background:#4566ab;
	box-shadow:0px 0px 10px rgba(58, 89, 153, 0.62);
}
.section .border form .star {
    padding: 20px 0;
}
.section .border form .star span.txt {
    color: #cccccc;
    font-size: 13px;
}
.section .border form .select {
    display: flex;
	justify-content:start;
	padding: 8px 0;
	width: 36%;
}
/*checkbox & radio*/
.select .cont {
	margin-left:8px;
    display: block;
    position: relative;
    padding: 3px 30px 0 0;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.select .cont input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  right: 0;
    height: 22px;
    width: 22px;
    background-color: transparent;
    border: 1px solid #393d48;
    border-radius: 4px;
}
.checkmark.radio{
	border-radius:50%
}
.select .cont:hover input ~ .checkmark {
  background-color:transparent;
}
.select .cont input:checked ~ .checkmark {
  background-color:transparent;

}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.select .cont input:checked ~ .checkmark:after {
  display: block;
}
.select .cont .checkmark:after {
    left: 7px;
    top: 4px;
    width: 6px;
    height: 10px;
    border: solid #2f9554;
    border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*end*/
.section .border.comment {
    margin: 16px 0;
	position:relative;
}
.section .border.comment .replay {
  position: absolute;
  left: 10px;
  background: #1c1e25;
  bottom: 10px;
  padding: 5px 10px;
  border-radius: 30px;
  color: #fff;
	transition:0.3s;
  font-size: 11px;
}
.section .border.comment.naghd .replay {
	background: #195039;
}
.section .border.comment.admin .replay {
	background: #231e19;
}
.section .border.comment .replay:hover {
	opacity:0.8;
}
.section .border.comment .user .profile{
	display:flex;
	justify-content:start;
}
.section .border.comment .user figure{
	width:45px;
	height:45px;
	border-radius:100%;
	overflow:hidden;
}
.section .border.comment .user figure img{
	width:100%;
	height:auto;
}
.section .border.comment .user span{
	font-size:12px;
}
.section .border.comment .user .txt{
	margin-right:15px;
}
.section .border.comment .user .cmm{
    color: #fff;
    background: #3655af;
    padding: 0 11px;
    border-radius: 3px;
    font-size: 11px;
}
.section .border.comment.naghd .user .cmm {
	background: #17543a;
}
.section .border.comment.admin .user .cmm {
	background: #ef9200;
}
.section .border.comment .user .name{
    color: #d4d4d4;
    font-size: 12px;
	font-weight:bold;
}
.section .border.comment .user .time{
	color:#b0b1b3;
	font-size:11px;
}
.section .border.comment .user .star .numbr {
    color: #cccecd;
    padding-left: 15px;
}
.section .border.comment .text p {
    color: #d2d4d3;
    font-size: 13px;
	padding: 15px 0;
	transition: all 0.2s ease-in-out;
}
.section .border.comment .text.spoil p {
	color: #0c0d11;
  }
.section .border.naghd{
	background:#246b4d;
	border:1px solid #246b4d;
}
.section .border.naghd .user .green{
	color: #d3dcd7;
    background: #134b32;
}
.section .border.naghd .user .name{
	color:#d3d3d3;
}
.section .border.comment .user .time{
	color:#c4c9c5;
}
.section .border.comment .text p {
    color: #feffff;
}
.section .border.comment .warning {
    color: #feb808;
	font-size: 13px;
	cursor: pointer;
}
.section .border.comment .warning .icon-warning{
	padding-left:8px;
}
.section .reply{
	display:flex;
	justify-content:start;
}
.section .reply .border.comment{
	width:96%;
}
.comment .like , .comment .unlike {
	padding: 5px;
	cursor: pointer;
	border-radius: 5px;
	position:relative;
	padding-right:30px;
}
.comment .like:before , .comment .unlike:before{
	content:'\ea0a';
	font-family:icomoon;
	position: absolute;
	right: 12px;
    top: 9px;
    font-size: 9px;
}
.comment .unlike:before {
	content:'\ea0b';
}
.section .reply .icon-reply{
	color:#7d7d7d;
	width: 4%;
    padding: 70px 0;
}
.section .border.admin{
	background:#171310;
	border-right:1px solid #cb8009;
}
.section .border.admin .user .orang{
	color: #814d01;
    background: #fd9c00;
}
.section .border.admin .user .name{
	color:#d5d4d2;
}
.section .border.admin.comment .user .time{
	color:#bbb9ba;
}
.section .border.admin.comment .text p {
    color: #d7d3d0;
}
/*search*/
.search {
	position: absolute;
	top: 38px;
	left: 4px;
	display:none;
}
.search .custom-select {
    width: 400px;
    height: auto;
    background: #14151a;
    padding: 15px;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; 
}
.search .custom-select .select {
    width: 47%;
    background: transparent;
    border: 1px solid #2f3035;
    color: #f2f3f8;
    border-radius: 4px;
    margin: 0 0 10px 10px;
	position:relative;
}
.search .custom-select .select input {
	width: 100%;
    background: transparent;
    border: 0;
    color: #FFF;
}
.search .custom-select .select input::placeholder {
	color:#fff;
}
.search .custom-select .select .title {
    display: flex;
	justify-content: space-between;
	cursor: pointer;
	padding: 12px;
}
.search .custom-select .select input {
	padding: 12px;
}
.search .custom-select .select .title .icofont-long-arrow-down{
	color:#6f7075;
	display: block;
    padding: 6px;
}
.search .custom-select .select .content_select {
	position: absolute;
    right: -1px;
    top: 48px;
	width:101%;
	height: 300px;
	overflow-y: auto !important;
	scrollbar-color:#0a0a0d #353535;
	scrollbar-width: thin;
    background: #14151a;
    border: 1px solid #2f3035;
    border-radius: 0 0 4px 4px;
	border-top:none;
	display:none;
	z-index: 10;
}
.search .custom-select .select .content_select::-webkit-scrollbar {
    width: 4px;
}
.search .custom-select .select .content_select::-webkit-scrollbar-track {
    border-radius: 10px;
}
.search .custom-select .select .content_select::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #333540;
}
.search .custom-select .select .content_select:before {
	position: absolute;
	width:95%;
	right:2%;
	content:"";
	height: 1px;
	background:#0b0c11;
	box-shadow: 0px 1px 0px #181a20;
}
.search .custom-select .select.active .title span.icon-arrow-down2::before {
	content:"\ea3a";
}
.search .custom-select .select .content_select .cont {
    padding: 10px;
    display: flex;
    justify-content: space-between;
	transition:0.3s all ease;
	cursor:pointer;
}
.search .custom-select .select .content_select .cont:hover{
	color:#5e6ec6;
	text-shadow:0px 0px 3px #5e6ec696;
}
.search .custom-select .select .content_select .cont:hover .icon-plus{
	color:#5e6ec6;
}
.search .custom-select .select .content_select .cont .icon-plus{
    font-size: 8px;
    color: #6f7075;
    display: block;
    padding: 8px;
	transition:0.3s all ease;
}
.search .custom-select .select .content_select .cont.active .icon-plus:before{
	content:"\ea0b";
}
.search .custom-select .select .content_select .cont.active .icon-plus {
	color: #fff;
}
.search .custom-select button {
    background: linear-gradient(to right, rgba(82,72,217,1) 0%, rgba(51,34,166,1) 100%);
    color: #fff;
    width: 47%;
    border-radius: 5px;
    margin: 0 0 11px 10px;
	cursor:pointer;
	transition:0.3s all ease;
}
.search .custom-select button:hover {
	opacity:0.9;
}
.search .custom-select button span{
	font-size:12px;
	padding: 0 10px;
}
.search .custom-select button span.icon-arrow-left2{
    vertical-align: sub;
}
.archive {
	display: flex;
	flex-wrap: wrap;
	margin: 30px auto;
}
.archive .item {
	width: 18.5%;
}
.archive_keeper {
	padding-top:100px;
	background:#1A1E29;
	padding-bottom: 50px;
}
.archive_keeper .custom-select {
	flex-wrap: unset;
}
.archive_keeper .search {
	display: flex;
	position: static;
}
.archive_keeper .search .custom-select {
	width:100%;
}
.archive_keeper .search .custom-select .select , .archive_keeper .search .custom-select button {
	width: 16%;
	position: relative;
}
.archive_keeper h1,.archive_keeper h2,.archive_keeper h3 {
	margin: 15px auto;
	font-size: 19px;
    font-weight: bold;
}

.actors {
	display: flex;
}
.actors .vcard {
	margin: 8px;
}
.actors .desc {
	height: 280px;
    overflow-x: hidden;
    margin-right: 5px;
    color: #d4d9e6;
    line-height: 25px;
	scrollbar-color:#0a0a0d #353535;
	scrollbar-width: thin;
}
.actors .desc::-webkit-scrollbar {
    width: 4px;
}
.actors .desc::-webkit-scrollbar-track {
    border-radius: 10px;
}
.actors .desc::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #333540;
}
.stars_container {
	width:100px;
	display: flex;
	margin: 0 auto;
	direction: ltr;
}
.stars_container .star {
	width:20px;
	height:20px;
	color:#efefef;
	transition:0.2s;
	cursor: pointer;
}
.stars_container .star:before {
	content:"\e9d9";
	font-family:'icomoon' !important;
}
.stars_container .star.yellow {
	color: #fdb709;
}
.star .AggregateRating {
    display:none;
}
.sidenav {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0px;
    overflow-x: visible;
    transition: 0.5s;
	display:none;
}
.sidenav .layer {
    position: absolute;
    background: rgba(0, 0, 0, 0.7215686274509804);
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.7;
	display:none;
}
.sidenav .scroll {
	height: inherit;
    overflow-y: scroll;
    direction: rtl;
    margin-bottom: 20px;
    overflow-x: hidden;
    box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.18);
    width: 85%;
    z-index: 2;
    position: absolute;
    right: -1000px;	
    background: #25272e;
}
.sidenav .head {
    background: #1a1c21;
    padding: 20px;
    width: 100%;
    position: relative;
    box-shadow: 0 7px 17px rgba(0, 0, 0, 0.07058823529411765);
	display: flex;
    justify-content: center;
	justify-content:space-between;
}
.sidenav .head .logoside {
	background-image: url(images/icons.png);
    background-repeat: no-repeat;
	background-position: 0% 2%;
    width: 72px;
    height: 30px;
    padding: 25px;
}
.sidenav .head .title {
	color:#fff;
	display: inline;
}
.sidenav .head form {
	display: flex;
}
.sidenav .head form input[type=text] {
	width: 100%;
    background: #ffffff;
    border: 0;
    padding: 10px;
    color: #383838;
    font-size:14px;
}
.sidenav .head form input[type=text]::placeholder {
	color:#afaca7;
}
.sidenav .head form input[type="submit"] {
    padding: 0 13px;
    background: url(images/icons.png) no-repeat 0% 0.5% #FFF;
    width: 38px;
    height: 34px;
    position: absolute;
    left: 25px;
    top: 42px;
    cursor: pointer;
    border: 0;
}
.sidenav .head .title a {
	display:block;
	color:#FFF;
}
.sidenav .head i {
	color:#fff;
	float:left;
	padding: 3px;
	transition:0.3s all ease;
	cursor:pointer;
	font-size:18px;
}
.sidenav .head i:hover {
	color:#ac98ca;
}
.sidenav .sep {
	background:#eee;
	padding:13px;
}
.sidenav .links .menu {
    background: transparent;
    padding: 0;	
	display:block;
}
.sidenav .links .drop {
	padding:10px 13px;
	font-size:15px;
	cursor:pointer;
	border-bottom: 1px solid #dee5e7;
	color:#707070;
}
.sidenav .links .drop.active {
	background:#f1f1f1;
}
.sidenav .links .drop:hover {
	background:#f7fafb;
}
.sidenav .links .angle {
	color:#888;
	float:left;
	padding: 2px;
	transition:0.3s all ease;
	cursor:pointer;
}
.sidenav .links .under {
	display:none;
}
.sidenav .links .under.show {
	display:block;
}
.sidenav .links .under .list,.sidenav .links ul li  {
	border-bottom: 1px solid #363840;
	direction: rtl;
    text-align: right;
	display:block;
}
.sidenav .links .under .list a,.sidenav .links ul li a {
	padding:13px 13px;
	font-size:14px;
	color:#e2e2e2;
	display:block;
}
.sidenav .links .under .list a:hover,.sidenav .links ul li a:hover {
    background: #2f323c;
    color: #FFF;
    box-shadow: 0px 5px 35px rgba(0, 0, 0, 0.18);	
}
.sidenav .login_div {
    display: flex;
}
.sidenav .login_div .avt img {
    border-radius: 100%;
}
.sidenav .login_div .uname {
    margin-top: 22px;
    margin-right: 14px;
}
.response_head {
    display: none;
    background:#272931;
    margin-bottom: 15px;
    position: fixed;
    width: 100%;
    top: 0;
	right:0;
    z-index: 999999;
}
.response_head .reponsesearch {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #272931;
    display: none;
}
.response_head .imgs {
    padding: 12px 10px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
	font-size: 19px;
    color: #787B85;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.21);
}
.response_head .imgs span {
    margin-top: 6px;
}
.response_head .imgs .logo {
	width: 60px;
    height: 35px;
    margin: 0 auto;
}
.response_head .reponsesearch form {
    display: flex;
    padding: 10px;
    position: relative;
}
.response_head .reponsesearch label {
	position:relative;
    width: 30px;
    font-size: 16px;
    margin-top: 11px;
    margin-top: 11px;
    margin-right: 0px;
    margin-bottom: 0;
    opacity: 0.5;
}
.response_head .reponsesearch label:before {
	font-family: icomoon;
	content:'\e986';
	right:0;
}
.response_head .reponsesearch form input[type=text] {
    width: 100%;
    border: 0;
    padding: 12px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    background: transparent;
}
.response_head .reponsesearch form input[type=submit] {
    display: none;
}
.response_head .close {
	position: relative;
    width: 30px;
    font-size: 16px;
    margin-top: 11px;
    margin-top: 11px;
    margin-right: 0px;
    margin-bottom: 0;
    opacity: 0.5;
}
.response_head .close:before {
	font-family: icomoon;
	content:'\ea0f';
	right:0;
}
.response_head .img {
    background-image: url(images/icons.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    padding: 25px;
    margin-top: 9px;	
}
.response_head .img.sc {
    background-position:99.8% 54%;
}
.response_head .img.nv {
    background-position:74.5% 54%;
}
.playlist {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	background:#1A1E29;
	border-radius: 10px;
	padding: 10px;
	margin:10px auto;
	align-items: center;
}
.playlist .infos {
	display: flex;
	flex-wrap: wrap;
}
.playlist .infos figure {
	width:80px;
	height: 100px;
	overflow: hidden;
	border-radius: 10px;
	margin-left:10px;
}
.playlist .infos figure img {
	width: 100%;
	height: auto;
}
.playlist .infos .imdb {
	background: #fdc107;
	padding: 1px 10px;
	display: inline-block;
	position: relative;
	padding-left:40px;
	color: #000;
	font-size: 12px;
}
.playlist .infos .imdb::after {
	content:"";
	width: 34px;
	height: 13px;
	background: url('images/icons.png') 100% 33%;
	position: absolute;
	left: 0px;
}
.playlist .infos .imdb b {
	font-weight:bold;
}
.playlist .infos .imdb .gramy {
    font-size: 11px;
    margin: 8px;
}
.playlist .infos h2 {
	font-size:14px;
	margin:0 10px;
	display: inline-block;
	font-weight: bold;
}
.playlist .infos p {
	width: 80%;
    display: block;
    font-size: 12px;
    margin-top: 7px;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.playlist .infos p a {
	color: #9da1a7;
}
.playlist .infos p a:hover {
	color:#fff;
}
.playlist .infos .text {
    width: 85%;
    padding-top: 9px;
}
.playlist .infos {
    display: flex;
    width: 60%;
}
.playlist .more a {
	background: #363E51;
	padding: 10px 30px;
    border-radius: 36px;
    font-size: 11px;
	color: #fff;
}
.playlist .more a:hover {
	background: #2c3344;
}
.playlist .more {
	display: flex;
}
.playlist .more .gramy {
	font-size: 11px;
    margin: 9px;
}
.playlist .more .gramy:before { 
  content:'\E99E';
  font-family: icomoon;
  padding-left:5px;
}
.owl-stage {
	display:flex;
}
.text_content {
    margin-top: -18%;
    z-index: 2;
    position: relative;
}
.text_content.page {
   margin-top:0px;
   padding-top: 100px;
}
.text_content .mainholder {
	line-height: 36px;
    background: #21232b;
    padding: 22px;
    border-radius: 10px;
    z-index: 2;
    position: relative;
	font-size: 13px;
    color: #a9adbf;
	box-shadow: 0 0 100px #000;
}
.text_content .mainholder img {
	width:auto;
	height:auto;
}
.text_content .title {
    margin-bottom: 60px;
    text-align: center;
}
.text_content .stars_container {
	margin-bottom: 15px;
    margin-top: 15px;
}
.text_content .title h1 {
	font-weight:bold;
}
.text_content .title a {
	color:#eeeeee6e;
}
.text_content .title a:hover {
	color:#fff;
}
.text_content .title a:after {
	content:none;
}
.text_content .mainholder a {
    color: #fff;
    position: relative;
    transition: 0.3s;
	display: inline-block;
}
.text_content a:hover:after {
    height: 100%;
}
.text_content a:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 11%;
    background: #3f4250;
    z-index: -2;
    transition: .3s;
}
.text_content img {
	background: rgba(56, 56, 56, 0.47058823529411764);
    padding: 9px;
    border-radius: 23px;
    box-shadow:0 21px 10px #0000002e;
    margin: 15px 0;
}
/* Slider Animates */
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.navigation {
  	width: 100%;
	margin: 15px 0;
	display: flex;
    justify-content: center;

}
.navigation a , .navigation span {
  background:#1F262E;
  padding:5px 12px;
  margin:3px;
  border-radius:100%;
  color:#A9AAAE;
	transition:0.3s;
}
.navigation a:hover {
	background: #38424e;
}
.navigation a.current {
  background:#5D6065;
}
.navigation a.nextpostslink , .navigation a.previouspostslink {
  background:linear-gradient(to right,#F38B2A,#DC5849);
  color:#fff;
	padding: 0 9px;
}
.navigation a.nextp:after {
	content:'\ea3c';
	font-family: 'icomoon' !important;
  	font-size: 11px;
}
.navigation a.backp:after {
	content:'\ea40';
	font-family: 'icomoon' !important;
  	font-size: 11px;
}
.navigation a.nextp , .navigation a.backp{
	padding: 5px 10px;
}
.navigation a.nextpostslink:hover , .navigation a.previouspostslink:hover {
	opacity:0.8;
}
.playlists .item figure {
  display: flex;
  flex-wrap:wrap;
	height: max-content;
}
.playlists .item figure img {
  width:50%;
}
.comments .msg {
	cursor: pointer;
	margin: 10px auto;
}
.liked_posts {
	display: block;
	white-space: nowrap;
	overflow-x: auto;
}
.liked_posts .item {
  width: 18.5%;
	display:inline-block;
}
.logo h1,.logo p {
	display:none;
}
.page form p {
	width:100%;
}
.page form label {
	width:100%;
	display: block;
}
.page form input[type=submit],.posts form input[type=submit] {
    width: auto;
    padding: 0 20px;
    cursor: pointer;
}
.page form input,.page form select,.page form textarea,.posts form input,.posts form textarea {
	background: #161920;
    border: 1px solid #232731;
    border-radius: 7px;
    color: #FFF;
    padding: 5px 15px;
    width: 100%;
    display: block;
	transition:0.3s;
}
.page form input:focus,.page form select:focus,.page form textarea:focus {
	border: 1px solid #383d4a;
    background: #20242f;
}
.actors.dash .desc {
    height: 140px;
}
.posts .tabs {
	display: flex;
    margin-top: 30px;
    background: #1a1e29;
    padding: 15px;
    border-radius: 40px;
}
.posts .tabs .tab {
	padding: 4px 15px;
	margin: 0 2px;
    border-radius: 20px;
    cursor: pointer;
	transition:0.3s;
	color:#fff;
}
.posts .tabs .tab:hover {
	background: #0c0d117d;
}
.posts .tabs .tab.active {
	background: #0c0d11;
}
.posts .tabs .tab a {
	color:#fff;
}
.posts .tabs .tab i {
	font-size: 9px;
    margin-left: 4px;
}
.posts .tab_content table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #343642;
    margin: 15px 0;
}
.posts .tab_content table th,.posts .tabs table td {
    padding: 10px;
}
.posts .tab_content table th {
    text-align: inherit;
    background: #131419;
}
.posts .tabs table i {
	cursor:pointer;
}
.posts .tab_content form {
    border: 1px solid #2c2e35;
    padding: 12px;
    margin-bottom: 20px;
	width:100%;
	display: flex;
}
.posts .tab_content input {
	background: #30343e;
    border: 0;
    padding: 10px 11px;
    width: 100%;
    margin-left: 10px;
    border-radius: 5px;
	border: 1px solid transparent;
    color: #EEE;
}
.posts .tab_content button {
	padding: 5px 15px;
    background: #FFC107;
    cursor: pointer;
    border-radius: 4px;
}
.posts .tab_content .info textarea {
	background: #24272f;
    box-shadow: none;
	margin: 0 10px;
}
.posts .tab_content textarea:focus,.posts .tab_content input:focus {
	background: transparent;
    box-shadow: none;
	border: 1px solid #525c71;
}
.posts .tab_content .info .inputs input:first-child {
	margin-bottom: 11px;
}
.posts .tab_content table {
    width: 100%;
    border: 1px solid #2c2e35;
}
.posts .tab_content table th {
    padding: 11px;
    background: #24272f;
}
.posts .tab_content table td {
	padding: 11px;
}
.posts .tab_content table td a {
	color:#fff;
}
.posts .tab_content table td i {
	cursor:pointer;
}
.posts .tab_content tbody tr:hover {
	background: #191b21;
}
.posts .tab_content .tt {
	font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}
.posts .comments .cm {
    background: #21232b;
    padding: 13px;
	margin-bottom: 10px;
    border-radius: 5px;
}
.posts .comments .cm a {
	background: #0c0d11;
    color: #a3a7b3;
    padding: 5px 10px;
    display: inline-block;
    margin-top: 8px;
    padding: 5px 14px;
    border-radius: 30px;
}
.posts.logreg .tabs {
	justify-content: center;
	background:transparent;
	margin-top: 0;
}
.posts.logreg form {
	width: 50%;
    margin: 15px auto;
	flex-flow: column;
}
.posts.logreg form input {
	margin-bottom:10px;
}

.alert {
  position: fixed;
  bottom:-15%;
  left:25%;
  width:50%;
  height: auto;
  padding:10px;
  border-top-right-radius:10px;
  border-top-left-radius: 10px;
  background:#fff;
  text-align: center;
  color:#333;
  margin:0px;
  z-index:1000;
	box-shadow: 0 0 44px rgba(0, 0, 0, 0.23921568627450981);
	padding: 19px 0;
	font-size: 15px;
}
.toggle{
    width: 75px;
    height: 33px;
    position: relative;
    border: 1px solid #444249;
    border-radius: 20px;
    -webkit-transition: border-color .6s ease-out;
    transition: border-color .6s ease-out;
    box-sizing: border-box;
}
.toggle.toggle-on{
    border-color: rgba(137, 194, 217, .4);
    -webkit-transition: all .5s .15s ease-out;
    transition: all .5s .15s ease-out;
}
.toggle-button{
    position: absolute;
    top: 4px;
    width: 28px;
    bottom: 4px;
    right: 39px;
    background-color: #444249;
    border-radius: 19px; 
    cursor: pointer;
    -webkit-transition: all .3s .1s, width .1s, top .1s, bottom .1s;
    transition: all .3s .1s, width .1s, top .1s, bottom .1s;
}
.toggle-on .toggle-button{
    top: 3px;
    width: 65px;
    bottom: 3px;
    right: 3px;
    border-radius: 23px;
    background-color: #FFC107;
    box-shadow: 0 0 16px #ffc10770;
    -webkit-transition: all .2s .1s, right .1s;
    transition: all .2s .1s, right .1s;
}
.toggle-text-on{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 28px;
    text-align: center;
    font-family: IRANSans;
    font-size: 13px;
    font-weight: normal;
    cursor: pointer;
    -webkit-user-select: none; 
    -moz-user-select: none; 
    -ms-user-select: none;
    color: rgba(0,0,0,0);
}
.toggle-on .toggle-text-on{
    color: #5a4400;
    -webkit-transition: color .3s .15s ;
    transition: color .3s .15s ;
}
.toggle-text-off{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 6px;
    line-height: 30px;
    text-align: center;
    font-family: IRANSans;
    font-size: 12px;
    font-weight: normal;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: pointer;
    color: #aaa8b1;
}
.toggle-on .toggle-text-off{
    color: rgba(0,0,0,0);
}
.glow-comp{
    position: absolute;
    opacity: 0;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    border-radius: 6px;
    background-color: rgba(75, 122, 141, .1);
    box-shadow: 0 0 12px rgba(75, 122, 141, .2);
    -webkit-transition: opacity 4.5s 1s;
    transition: opacity 4.5s 1s;
}
.toggle-on .glow-comp{
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}
.addtoplaylist {
    position: absolute;
    top: 6%;
    right: 0;
    background: #0000005e;
    color: #ffffff;
    font-size: 12px;
    display: inline-table;
    padding: 7px 3px 5px 9px;
    cursor: pointer;
}
.playlists_message {
	background: #fff;
    color: #000;
    width: 365px;
    position: fixed;
    z-index: 9999999;
    top:50%;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    box-shadow:0 0 31px rgba(0, 0, 0, 0.1411764705882353);
	padding: 10px;
	border-radius: 10px;
	display:none;
}
.playlists_message .title {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
	display: flex;
    justify-content: space-between;
}
.playlists_message .title .icon-cross {
	font-size: 12px;
    cursor: pointer;
}
.playlists_message li {
    padding: 7px 0px;
    border-bottom: 1px solid #EEE;
    cursor: pointer;
	transition:0.3s;
	position:relative;
}
.playlists_message li:hover {
    border-bottom: 1px solid #f9cedd;
    color: #E91E63;
}
.playlists_message .nolist {
	font-size:12px;
}
.playlists_message li.loader:after {
	content: '';
    border: 2px solid #e4e4e4;
    border-top: 2px solid #E91E63;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: spin 2s linear infinite;
    position: absolute;
    left: 0;
    top: 10px;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.section .border .season .list_sctn .sctn {
	border-bottom: 1px solid #e2e2e2;
}

.telgm {
    position: fixed;
    left: 10px;
    z-index: 999;
    bottom: 48px;
    transition: all 0.35s ease-in-out;
    border-radius: 100%;
    box-shadow: 0 3px 8px rgba(255, 255, 255, 0.25), 0 7px 30px rgba(0, 156, 255, 0.4);
    overflow: hidden;
}
.telgm img {
    display: block;
}

@keyframes telgm {
    0% {
        transform: translatey(0);
    }
    50% {
        box-shadow: 0 10px 5px 0 rgba(0, 0, 0, 0.1);
        transform: translatey(-15px);
    }
    100% {
        transform: translatey(0);
    }
}