body{ direction: rtl;}

.clr10 {
    clear: both;
    height: 10px;
}



.lastes_post {
    margin: 0 auto;
    box-sizing: border-box;
    display: block;
    width: 100%;
    max-width: 1191px;
    text-align: center;
    margin-top: 30px;
    overflow: hidden;
}

.lastes_title{
    position:relative;
    display: inline-block;
    font-size: 22px;
    color: #FFF;
    background: #1D1E20;
    padding: 6px 25px;
    margin-bottom: 20px;
    margin-top: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.62);
    border: 0px solid #fff;
    padding-right: 43px;
    border-radius: 3px;
}
.lastes_title:before{
    content:'';
    width: 54px;
    height: 54px;
    position: absolute;
    top: -2px;
    right: -31px;
    border-radius: 63px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.62);
    background-image: url(), radial-gradient(ellipse at top,#3E3939,#1D1E20 80%,#2F2F2F);
    background-position: center center;
    background-repeat: no-repeat;
}
.in-content{ 
    margin-bottom: 40px;
    padding-bottom: 50px;
}




.contents.ep-bar-top {text-align: center;}
.online-block {
    position: relative;
    width: 200px;
    display: inline-block;
    margin: 0px 7px;
    height: 300px;
    border: 2px solid #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    text-align: right;
    overflow: hidden;
}
.online-block img {
    width: 100%;
    height: 100%;
}
.post-block img{
    width:100%
;
    height: 100%;
}
.post-block-a:after{
    content: no-close-quote;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: url(../images/gradient.png) repeat-x;
}
.post-block-a:before{ 
transition:.2s ease-in-out;
    content: no-close-quote;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.post-block-a:hover:before{
    background: rgba(0, 0, 0, 0.3);
}
.posts-list .tax-lis{
    position: relative;
    display: block;
    z-index: 1;
    margin-bottom: 20px;
}



.ser_name {
    position: absolute;
    width: 190px;
    top: 0;
    left: 0;
    color: #FFF8F0;
    background: rgba(0, 0, 0, 0.44);
    text-align: center;
    padding: 7px 5px;
    font-size: 13px;
    font-weight: 300;
    border-bottom: 2px solid #31a5ab;
    z-index: 1;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.42);
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.61);
}

.comments-sa{
    position: absolute;
    bottom: 10px;
    color: #fff;
    left: 10px;
}
.comments-sa a{
    color: #fff;
}

.title-online {
    position: absolute;
    bottom: 0px;
    right: 0px;
    font-size: 16px;
    color: #fff;
    z-index: 1;
    padding: 30px 10px;
    text-shadow: 0px 1px 2px #000;
}


.ads_three_s{
	width:300px;
	height:250px;
	margin: 1px 1px;
	float:right;
}
.ads_center{
	width: 100%;
	/* height:255px; */
	margin: 20px auto;
	text-align: center;
	max-width: 1000px;
	overflow: hidden;
}
















.sing-title-in {
    border-bottom: 1px dotted #000;
    /* border-radius: 5px; */
    text-align: right;
}

.sing-title-in h1 {
    font-size: 20px;
    display: inline-block;
    font-weight: 600;
    color: #AD2608;
    padding: 7px 18px;
}

.sing-title-in a {
    font-size: 22px;
    display: inline-block;
    font-weight: 300;
    color: #000;
    float: left;
    padding: 0px 12px;
    margin: 5px 0px;
    border-radius: 5px;
    transition: .2s ease-in-out;
}



.tabs {
  z-index: 15;
  position: relative;
  background: #FFFFFF;
  width: 100%;
  max-width: 1192px;
  border-radius: 4px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  margin: 50px auto 30px;
  overflow: hidden;
  direction: ltr;
}
.tabs-header {
  position: relative;
  background: #1d6098;
  overflow: hidden;
  direction: ltr;
}
.tabs-header .border {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #F4B142;
  width: auto;
  height: 2px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.tabs-header ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% - 68px);
  float: right;
  direction: rtl;
}
.tabs-header li {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.tabs-header a {
  z-index: 1;
  display: block;
  box-sizing: border-box;
  padding: 15px 20px;
  color: #FFFFFF;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}
.tabs-nav {
  position: absolute;
  top: 0;
  left: 0;
  background: #1d6098;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 10px;
  color: #FFFFFF;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.tabs-nav:before {
  content: '';
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  box-shadow: 0 0 20px 10px #1d6098;
}
.tabs-nav i {
  border-radius: 100%;
  cursor: pointer;
}
.tabs-content {
  position: relative;
  padding: 15px 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  overflow: hidden;
  height: auto!important;
}
.tabs-content:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  box-shadow: 0 0 20px 10px #FFFFFF;
}
.tabs-content .tab {
  display: none;
}
.tabs-content .tab.active {
  display: block;
}







.total_os{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.71);
    visibility: hidden;
    opacity:.3;
    transition: .3s ease-in-out;
}
.show_now{
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -65px;
    padding: 5px 30px;
    color: #fff;
    border: 2px solid #FFF;
    transition: .3s ease-in-out;
}

.big_slide:hover .total_os{
    visibility:visible;
    transition: .3s ease-in-out;
    opacity:1;
}
.small_slide:hover .total_os{
    visibility:visible;
    transition: .3s ease-in-out;
    opacity:1;
}
.big_slide .title{
    font-size: 25px;
    padding: 0px 20px;
    right: -10px;
}
.big_slide .show_now{
    padding: 15px 50px;
    font-size: 24px;
    margin-left: -100px;
}
.show_now:hover{
    background: rgb(255, 24, 24);
}

.title {
    position: absolute;
    top: 10px;
    right: -3px;
    font-size: 15px;
    color: #fff;
    z-index: 1;
    width: 100%;
    direction: rtl;
    padding: 0px 7px;
    font-size: 13px;
}

.owl-carousel{
    direction:ltr;
}
.owl-carousel *{
    /* max-width:none; */
}
.owl-carousel .post-block{
    width: 246px;
    display: inline-block;
    margin: 0px; 
    height: 320px;
}

body .owl-theme .owl-controls .owl-page span{
    height: 7px;
    width: 33px;
    border-radius: 0;
    margin: auto 2px;
}
.customNavigation span{
    background-color: #434444;
    color: #fff;
    display: block;
    height: 25px;
    text-align: center;
    width: 40px;
    font-size: 20px;
    float: right;
    cursor: pointer;
    margin: 0px 4px;
    line-height: 28px;
}
.customNavigation{
    float:left;
    display: inline-block;
}
.owl-buttons{
    float:left;
    margin-left: 29px;
}
.owl-pagination{
    float:right;
    margin-top: 5px;
}

body .owl-theme .owl-controls {
	min-width: 170px;
	display:inline-block;
	margin-top: 0 !important;
	margin-bottom: 20px;
	bottom: -60px;
	left: 0;
}
body .owl-theme .owl-controls .owl-buttons div{
    border-radius: 0;
    margin: 0px 1px;
    font-size: 15px;
    font-weight: 900;
    background: #2D2D2D;
}








.wp-pagenavi {display: block;float: none;margin: auto;width: 100%;text-align: center;}
.wp-pagenavi .pages {
    float: none;
    display: inline-block;
}
.wp-pagenavi a, .wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi b {float: none;display: inline-block;}
.current{
	position: relative;
	top: 1px;
    padding: 13px;
    margin: 0px 0px 0px 0;
    text-decoration: none;
    min-width: 14px !important;
    color: #FFF!important;;
    display: inline-block;
    border-radius: 0px;
    font-family: Tahoma;
    background: #dc2582!important;
}
.big_slide{
    float: left;
    width: 400px;
    height: 342px;
    margin: 4px 0px;
    margin-left: 1px;
    position: relative;
    border: 2px solid #EF9D10;
}
.slides img{
    width:100%;
    height:100%
}
.s-img{
    float:left;
    height: 361px;
    width: 755px;
    margin: 2px 0px;
}
.s-img img{
    width:100%;
    height:100%;
}
.small_slide{
    width: 243px;
    height: 167px;
    float:right;
    margin: 2px 2px;
    position: relative;
    border: 2px solid #EF9D10;
}
.slides{
    padding:5px;
}

.s-img {
    float: left;
    height: 361px;
    width: 755px;
    margin: 2px 0px;
}




.eps-eng {
    border-bottom: 1px solid rgba(218, 218, 218, 0.87);
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.eps-eng span {
    background-color: #55b2f3;
    padding: 3px 28px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
}

.actors {
    text-align: center;
}
.actor_b{
    display:inline-block;
    position: relative;
}
.actor_b img {width: 255px;height: 300px;}
.act_name{
    position:absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(228, 119, 82, 0.48);
    color: #fff;
    font-size: 17px;
    padding: 8px 0px;
    border: none;
    margin: 0;
}

.info-bar{
    margin-top: 30px;
    width: 600px;
    float: right;
    text-align: center;
}
.name{
    display: inline-block;
    color: #CE5813;
    font-size: 13px;
    font-weight: 600;
}
.val{
    display: inline-block;
    font-size: 13px;
    margin-right: 8px;
}
.info-bar div{
    width: 290px;
    background: #1D1E20;
    color: #fff;
    margin: 3px 2px;
    padding: 9px 2px;
    text-align: center;
    display: inline-block;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.42);
    border-radius: 3px;
}
.info-bar div a{
    color:#fff;
}
.ads_three_left {
    float: left;
    margin-top: 30px;
}

.show-content .info-bar {
    float: left;
    width: 610px;
    margin-top: 0;
    text-align: center;
}

.sing-title {
    position: relative;
    z-index: 0;
    text-align: center;
}
.sing-title h1 {
    font-size: 18px;
    padding-left: 15px;
    background-color: #fff;
    display: inline-block;
    font-weight: 300;
    padding: 0 10px
}


.sing-title::after {
    content: '';
    position: absolute;
    z-index: -1;
    background: url(../images/title_pat.png) repeat;
    width: 100%;
    left: 0;
    top: 15px;
    height: 14px;
}


.list li {
    width: 98%;
    max-width: 815px;
    text-align: center;
    background: #FFFFFF;
    border-right: 5px solid #CE5813;
    margin: 2px 0px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.38);
    font-size: 16px;
    display: inline-block;
    padding: 7px 10px;
}
.ep_name{
    float:right;
}
.date-ep{
    float:left
}

div .divv1 {
    font-size: 17px;
    display: inline-block;
    width: 100%;
    padding: 7px 0;
    max-width: 842px;
    border-bottom: 0;
    color: #1D1E20;
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.17);
    position: relative;
    z-index: 99;
    border-radius: 3px;
    margin-bottom: 2px;
    background: #fff!important;
}
.ul-server-position {text-align: center;margin: auto;}
.ul-server-position li {
    direction:ltr;
    font-weight: 600;
    display: inline-block;
    padding: 3px 10px;
    margin: 3px 2px;
    cursor: pointer;
    border: 1px solid rgba(35, 35, 35, 0.29);
    border-radius: 6px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.08);
    transition: 0.3s ease-in-out;
    width: 135px;
}
.ul-server-position li i {margin-right: 5px;}


















@media only screen and (min-width: 200px) and (max-width: 920px) {

     div#weblizar_facebook_likebox-3 {
      display: none;
       }
	body {overflow-x: hidden}
	.boxed, .boxed-margin {width: 100%;margin: 0 auto}
	.row { width: 88% }
	.sidebar {width: 100%;margin: 0 0 40px}
	.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12,
	.grid_1.alpha,.grid_1.omega, .grid_2.alpha,.grid_2.omega, .grid_3.alpha,.grid_3.omega, .grid_4.alpha,.grid_4.omega, .grid_5.alpha,.grid_5.omega,
	.grid_6.alpha,.grid_6.omega, .grid_7.alpha,.grid_7.omega, .grid_8.alpha,.grid_8.omega, .grid_9.alpha,.grid_9.omega, .grid_10.alpha,.grid_10.omega, .grid_11.alpha,.grid_11.omega {width: 100%;margin: 0 0 30px}

	a.btn_canvas {display: block}
	h3 {font-size: 16px}
	.pagination-tt {margin: 0 0 60px 0}
	.copyright {float: none;display: table;margin: 0 auto}
	#popup {width: 300px}
	.banner {margin: 0 0 10px;width: 100%}
	.sec_head .social, #header .sf-menu { display: none }
	.sec_head .r_post { display: block }
	.medium_thumb .post_thumbnail {width: 100%;margin: 0 0 10px 0}
	#slideshowt .slider_content {width: 100%}
	.big_carousel .owl-pagination, .slideshow_b5 .owl-pagination, #slideshowt .slider_tabs, .sec_head .breaking, #layout .e_center .sf-menu {display: none}
	#block_carousel .owl-controls {right: -20px}
	.grid_6 .def_wgr {min-width: inherit;width: 94%}
	#footer .sf-menu {float: none !important;margin: 20px auto 0;display: table;}
	.ads_widget a {float: none !important;margin: 10px auto;display: table}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {width: 100%}
	.grid_6 .def_wgr {width: 92%}
	.masonry_T .post {width: auto}
	.widget, .T20-tabs-nav, .load_anim .introfx, .load_anim .introfxo > div {opacity: 1 !important}
	#masonry-container .post { width: 95% !important }
	.show-content .info-bar, .info-bar{
		width: 100%;
		float: none;
	}
	.img_singles {
	margin: auto;
	text-align: center;
	float: none!important;
	display: none;
	}

#layout {    overflow-x: hidden;}
.in-content {padding-bottom: 88px;}

body .owl-theme .owl-controls {bottom: -95px;}
}

/*  #Mobile (Portrait) 320px
----------------------------------------------------------------------*/
@media only screen and (min-width: 100px) and (max-width: 480px) {
	body {overflow-x: hidden}
	.boxed, .boxed-margin {width: 100%;margin: 0 auto}
	.row { width: 88%; padding: 0; }
	.sidebar {width: 100%;margin: 0 0 40px}
	.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12,
	.grid_1.alpha,.grid_1.omega, .grid_2.alpha,.grid_2.omega, .grid_3.alpha,.grid_3.omega, .grid_4.alpha,.grid_4.omega, .grid_5.alpha,.grid_5.omega,
	.grid_6.alpha,.grid_6.omega, .grid_7.alpha,.grid_7.omega, .grid_8.alpha,.grid_8.omega, .grid_9.alpha,.grid_9.omega, .grid_10.alpha,.grid_10.omega, .grid_11.alpha,.grid_11.omega {width: 100%;margin: 0 0 30px}

	a.btn_canvas {display: block}
	h3 {font-size: 16px}
	.pagination-tt {margin: 0 0 60px 0}
	.copyright {float: none;display: table;margin: 0 auto}
	#popup {width: 220px}
	.banner {margin: 0 0 10px;width: 100%}
	#slideshowt .slider_content {width: 100%}
	.sec_head .r_post { display: block }
	.medium_thumb .post_thumbnail {margin: 0 0 10px 0}
	.big_carousel .owl-pagination, .slideshow_b5 .owl-pagination, .sec_head .social, #header .sf-menu, #slideshowt .slider_tabs, .sec_head .breaking, #layout .e_center .sf-menu {display: none}
	.more_news_pic.featured_thumb {width: 29%}
	#block_carousel .owl-controls {right: -24px}
	#footer .sf-menu {float: none;margin: 20px auto 0;display: table}
	.ads_widget a {float: none !important;margin: 10px auto;display: table}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {width: 100%}
	.grid_6 .def_wgr {width: 92%}
	.masonry_T .post {width: auto}
	.widget, .T20-tabs-nav, .load_anim .introfx, .load_anim .introfxo > div {opacity: 1 !important}
	#masonry-container .post { width: 95% !important }


	.show-content .info-bar, .info-bar {
		width: 100%;
		float: none;
	}
.img_singles {
	margin: auto;
	text-align: center;
	float: none!important;
	display: none;
	}

a.btn-download {padding: 13px 0 10px 0!important;width: 99.5%!important;margin: auto;}

.serverssss {text-align: center!important;}
#layout {    overflow-x: hidden;}

.in-content {padding-bottom: 88px;}

body .owl-theme .owl-controls {bottom: -95px;}

}