/*
Theme Name: online script
Theme URI: http://takweed.net/online
Description: Best themes to display the Arabic and Western films and serials.
Version: 1.0
Author: Takweed.Net
Author URI: http://www.takweed.net/
License: GPL v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, rtl-language-support, theme-options, translation-ready, accessibility-ready
Text Domain: Takweed
*/
@charset "UTF-8";

/* <!--: Reset :--> */
*{
    margin:0px;
    padding:0px;
    outline: 0px;
    box-sizing:border-box;
}
a{
    text-decoration: none;
    color: #000;
}
ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
li{
    list-style: none;
}
.w-1200{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.no-float{
	float:none;
}
.abs{
	position:absolute;
}
.clr{
	clear:both;
}
.wp-caption{

}
.wp-caption-text{

}
.sticky{

}
.screen-reader-text{

}
.gallery-caption{

}
.bypostauthor{

}
.alignright{

}
.alignleft{
	
}
.aligncenter{

}
.form-control:focus {
    border-color: rgb(102, 175, 233);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.form-control {
    display: block;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Cairo', sans-serif;
    width: calc( 100% - 80px);
    float: right;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: rgb(85, 85, 85);
    background-color: rgb(255, 255, 255);
    background-image: none;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 2px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
/* <!--: body :--> */
body{
	direction: rtl;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Cairo', sans-serif;
	background-color: #e9ebee;
	color: rgb(8, 8, 8);
	margin: 0 !important;
	position: relative;
	padding-top: 70px;
}
*::-webkit-scrollbar {
	width: 5px;
}
*::-webkit-scrollbar-track {
	background: rgb(255, 255, 255);
	margin-left: 10px;
}
*::-webkit-scrollbar-thumb{
	background: #d02127;
}
/* <!--: header :--> */
header{
	background: white;
	height: 70px;
	position: fixed;
	width: 100%;
	top: 0px;
	box-shadow: 0 6px 8px -6px rgba(0, 0, 0, 0.22);
	z-index: 1000;
}
.logo{
	margin-top: 7px;
	position: relative;
	display: inline-block;
	float: right;
	margin-left: 30px;
}
header .logo:after {
    background: rgb(238, 238, 238) none repeat scroll 0 0;
    content: "";
    display: inline-block;
    height: 45px;
    position: absolute;
    left: -20px;
    top: 5px;
    width: 1px;
}
.logo a{
	display: block;
	height: 100%;
	direction: ltr;
}
.link--ilin {
	text-transform: uppercase;
	line-height: 0.8;
	overflow: hidden;
	color: #828282;
	font-size: 42px;
	line-height: 55px;
	font-family: 'Open Sans', sans-serif;
}

.link--ilin span {
	position: relative;
	display: inline-block;
	-webkit-transition: color 0.5s;
	transition: color 0.5s;
	font-weight: bold;
}

.link--ilin:hover span:first-of-type {
	color: #d02127;
}

.link--ilin:hover span:last-of-type {
	color: #1e1a1b;
}

.link--ilin span::before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	line-height: 0.8;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.link--ilin span:last-of-type::before {
	background: #1e1a1b;
}

.link--ilin:hover span:last-of-type::before,
.link--ilin span:first-of-type::before {
	-webkit-transform: translate3d(0,-150%,0);
	transform: translate3d(0,-150%,0);
}

.link--ilin:hover span:first-of-type::before,
.link--ilin span:last-of-type::before {
	-webkit-transform: translate3d(0,150%,0);
	transform: translate3d(0,150%,0);
}
#menu{float: right;}
#menu ul.top-menu{ list-style: none; padding: 0}
#menu ul.top-menu li{display: inline-block;float: right;margin:0 5px;position: relative;}
#menu ul.top-menu li:nth-child(2) ul.sub-menu{
	width: 550px;
}
#menu ul.top-menu li a{height: 70px;line-height: 70px;margin: 0;padding: 0 5px;font-size: 16px;color: #333;display: inline-block;}
#menu ul.top-menu li:hover a, #menu ul.top-menu li.active a{color: #ce1414;}
#menu ul.top-menu li.active a{border-bottom: 3px solid #79C143;}
#menu ul.top-menu li:hover ul.sub-menu{
	visibility: visible;
	opacity: 1;
}
#menu ul.sub-menu{position: absolute;top: 60px;right: -20px;width: 400px;padding: 10px;overflow: hidden;background: #fff;border: 1px solid #ccc;border-top: 1px solid #ce1414;z-index: 5;box-shadow: 0 0 3px rgba(0,0,0,0.1);visibility: hidden;opacity: 0;}
#menu ul.sub-menu li{width: 30%;float: right;margin: 0 1.65% 10px;}
#menu ul.sub-menu li a{height: 30px;line-height: 30px;font-size: 14px;padding: 0 10px;display: block;border-bottom: none !important;}
#menu ul.sub-menu li:hover a{background: #ce1414;color: #fff !important;}
#menu ul.top-menu li:hover ul.sub-menu li a{ color: #333;}
#search{float: left;width: 240px;margin-top: 17px;position: relative;}
#search input.search-input{}
#search .search-submit{display: inline-block;float: left;padding: 6px 20px;margin-bottom: 0;line-height: 1.42857143;text-align: center;white-space: nowrap;vertical-align: middle;-ms-touch-action: manipulation;touch-action: manipulation;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;background-image: none;border-radius: 2px;background: #d02127;border: none;border-bottom: 3px solid rgba(0, 0, 0, 0.38);color: #ffffff !important;font-size: 14px;font-weight: bold;font-family: 'Cairo', sans-serif;}

/* <!--: master_content :--> */
.master_content{
	position: relative;
}
/* <!--: master_content :--> */
.tab_post_reloop > div{
	position: relative;
	z-index: 1;
}
.tab_post_reloop{
	padding-top: 20px;
	background-position: bottom center;
	background-repeat: repeat-x;
	position: relative;
}
.tab_post_reloop:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(233, 235, 238);
	top: 0px;
	left: 0px;
	z-index: 0;
}
.cont_reloop .loading-bro{
	background: transparent;
}
#textstes{
	background: white;
	padding: 20px 0;
}
#textstes .cont_reloop{
	height: auto;
	min-height: 400px;
}
.cont_reloop{
	padding-bottom: 15px;
	min-height: 480px;
	position: relative;
}
.tab_post_reloop .list-related ul li{
	margin: 0.5%;
	width: 13%;
	height: 300px;
}
.barxs{
	background: rgb(45, 45, 45);
	position: relative;
	width: 100%;
	overflow: hidden;
}
.bar_ul{
	position: relative;
	display: flex;
}
.bar_ul li{
    list-style: none;
    flex: 1;
    width: 130px;
    height: 80px;
    overflow: hidden;
    padding: 20px 10px 0;
    transition: .3s all ease;
    cursor: pointer;
    cursor: pointer;
    font-weight: bold;
    border-left: 1px solid rgba(255, 255, 255, 0);
    color: #ffffff;
    box-shadow: 0px 0px 1px 0px #000;
    float: right;
    text-align: center;
    transform: skew(-0deg);
    font-size: 15px;
}
.bar_ul li.active i {
	color: #ccc;
}
.bar_ul li i {
    font-size: 25px;
    margin-bottom: 10px;
    color: #d02127;
}
.bar_ul li.active {
    background: #d02127;
    color: #ffffff;
    font-size: 18px;
}
.bar_ul li span{
	font-size: 14px;
	line-height: 40px;
	padding-right: 5px;
}

/* <!--: slider_home :--> */
#slider_home{width: 1200px;margin: 0 auto;}
.list-slider-home{position: relative;text-align: center;background: rgb(251, 251, 251);padding: 10px 0 0;}
.list-slider-home .caroufredsel_wrapper{width: 100% !important;text-align: center;}
.list-slider-home li{
	height: 370px;
	display: block;
	float: left;
	margin: 0 7.5px;
	position: relative;
	text-align: center;
	overflow: hidden;
}
.list-slider-home li .item{
	width: 100%;
	height: 370px;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
.list-slider-home li .item a{
	display: block;
	height: 100%;
}
.list-slider-home li .item a:after{
	content: '';
}
.list-slider-home li .item a h2{
	position: absolute;
	color: white;
}
.menu_ic{margin-bottom:40px;text-align:center;background: rgb(255, 255, 255);box-shadow: 0 6px 8px -6px black;padding: 5px 0;}
.menu_ic li h2,.menu_ic li span{padding: 5px 30px;display:block;height: 40px;line-height: 30px;font-size: 16px;color: white;font-weight: 400;}
.menu_ic li.active{background: rgb(105, 162, 47);box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.17);border: 1px solid rgba(255, 255, 255, 0.46);}
.menu_ic li{display:inline-block;background: rgb(121, 193, 66);height:100%;border-radius: 3px;cursor:pointer;font-weight: bold;}

/* <!--: content post :--> */


.main_content{position: relative;}
.cen{
	padding-top: 60px;
}
.right_300{
	float: right;
	width: 300px;
}
.center_600{
	float: right;
	width: 570px;
	padding: 0px 10px;
	height: 600px;
}
.left_300{
	float: left;
	width: 300px;
}
.center_loading h1.name{
	margin-top: 0px;
}
h1.name a {
	color: white;
	font-size: 18px;
	margin-top: 0px;
	display: inline-block;
	margin-top: -5px;
	float:right;
}
h1.name {
	font-size: 20px;
	padding: 4px 10px 0;
	margin-bottom: 8px;
	background: rgb(255, 255, 255);
	color: #000;
	height: 46px;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
	text-align: center;
	font-weight:  bold;
}
.center_loading h1.name a{
	display: block;
	text-align: center;
	float: none;
}
.center_ad_redirect{
	width: 728px;
	height: 90px;
	margin: 0 auto;
}
.time_dir{
  background: radial-gradient(ellipse at top,rgb(58, 56, 56),rgb(29, 29, 29) 80%,rgb(41, 41, 41));
  border: 1px solid #2F2F2F;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 3px;
  padding-bottom: 10px;
  margin: 0px auto 0;
  height: 547px;
}
#countdown{
  width: 250px;
  margin: 40px auto 10px;
}
#countdown360_countdown{
	width: 250px;
	height: 250px;
}
.ad_100{
	margin: 0 auto;
	width: 300px;
}
.ad_300{
	margin: 20px auto;
	width: 300px;
}
.redirect{
  text-align: center;
  font-weight: bold;
  border-radius: 10px;
}
.redirect a i{
	font-size: 25px;
	margin-left: 10px;
}
.redirect a{
  display: inline-block;
  background: #2D8C01;
  padding: 30px 16px;
  color: #fff;
  margin: 10px auto 0px;
  box-shadow: 0px 2px 5px #000;
  border-radius: 3px;
  padding-right: 45px;
  width: 300px;
  font-size: 16px;
}
.bar_link{
	background: #6b6b6b;
	height: 50px;
	position: relative;
	padding: 0 15px;
}
.bar_link span{
	display: inline-block;
	background: #17171778;
	padding: 3px 20px;
	font-size: 16px;
	float: right;
	margin-left: 5px;
	color: white;
	margin-top: 7px;
	border-radius: 5px;
}
.back{
	background: #d02127;
	display: inline-block;
	float: left;
	padding: 3px 20px;
	font-size: 16px;
	margin-left: 5px;
	color: white;
	margin-top: 6px;
	border-radius: 3px;
	box-shadow: 0 0 5px #00000063;
	border: 1px solid #ffffff6e;
	cursor: pointer;
}
.bar_link iframe{
	
}
.master_server{
	position: relative;
	height: 100%;
	width: 100%;
}


#inabuse {
	background-color: #323232;
	margin: 0 auto;
	padding: 20px;
	text-align: center;
	line-height: 35px;
	color: white;
}
.thanks {
	display: inline-block;
	background: #135D0B;
	padding: 5px 10px;
	border-radius: 3px;
}
#inabuse button {
	background: #c91c55;
	border: 0px;
	display: inline-block;
	padding: 5px 20px;
	font-size: 14px;
	border-radius: 3px;
	color: white;
	margin-top: 10px;
	cursor: pointer;
	font-family: 'Cairo', sans-serif;
}



#content_post{
	position: relative;
	padding-top: 10px;
	margin-bottom: 20px;
}
.poster{
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
	position: relative;
	overflow: hidden;
	min-height: 600px;
}
.servers_later{
	background: #d8d8d8;
	height: 100%;
}
.title_download_link{
	background: #08730c;
	margin: 0 5px;
	padding: 5px 10px;
	border-radius: 3px;
	color: white;
	text-align: center;
}
.watch_ser{
	padding: 0px;
}
.watch_s.down_twon{
	float: right;
}
.watch_ser>h2{
	font-size: 16px;
	font-weight:  bold;
	background: #d02127;
	padding: 5px 10px;
	color: white;
}
.show_watch{
	height: 600px;
}
.show_watch iframe{
	height: 100% !important;
}
.ul_show{
	background: #2b2b2b;
	width: 100%;
	padding: 4px 10px;
	text-align: center;
}
.ul_show li.active{
	background: #fff;
	color: #dc292e;
}
.ul_show li{
	display: inline-block;
	background: #dc292e;
	padding: 3px 10px;
	margin: 0 3px 5px;
	border-radius: 3px;
	color: white;
	cursor: pointer;
}
.list_server{padding: 10px 5px;background: #ffffff;text-align: center;}
#server_id{
	display: flex;
}
.poster .list_server li.active{
	background: #8e0a0a;
}
.poster .list_server li{
	flex: 1;
	background: #d02127;
	padding: 5px 10px;
	margin: 0 5px;
	margin-bottom: 0px;
	font-weight: bold;
	cursor: pointer;
}
.list_server li:hover h2{
	background: green
}
.list_server li.active>div.content_links_download{
	display: block;
}
.list_server li{
	display: block;
	color: white;
	border-radius: 3px;
	margin-bottom: 10px;
	box-shadow: 0 0 5px #0000004a;
	position: relative;
}
.list_server li h2{
	background: #12b318;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 16px;
	font-weight:  bold;
	box-shadow: 0 6px 8px -6px #00000040;
}
.list_server li>div.content_links_download{
	text-align: center;
	padding: 10px;
	display: none;
}

.list_server li>div form button, .list_server li>div a{
	border: 0px;
	padding: 10px 10px;
	display: block;
	width: 100%;
	color: #191919;
	cursor: pointer;
	font-weight:  bold;
	background: #e9ebee;
	border-bottom: 2px solid #d02127;
}
.list_server li>div form , .list_server li>div span{
	border: 0px;
	background: #ffffff;
	display: block;
	padding: 5px 10px;
	margin-bottom: 5px;
	color: #12b318;
	border-radius: 3px;
	margin-left: 2px;
	font-weight: bold;
	cursor: pointer;
}
.list_server li>div form{
	padding: 0px;
}

#watch_server:after{
	content: '';
	width: 100%;
	height: 100%;
	background: radial-gradient(ellipse at center, rgba(0,0,0,0) 6%,rgba(0, 0, 0, 0.19) 8%,rgba(0, 0, 0, 0.9) 100%);
	position: absolute;
	right: 0px;
	top:0px;
	z-index: 0;
}
#watch_server{
	display: block;
	height: 100%;
	cursor: pointer;
	position: relative;
	
}
.loading-bro {
  margin: 0px auto;
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.72) 6%,rgba(0, 0, 0, 0.72) 8%,rgba(0, 0, 0, 0.9) 100%);
}

#load {
  width: 150px;
  animation: loading 3s linear infinite;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -75px;
  margin-left: -75px;
}
#load #loading-inner {
  stroke-dashoffset: 0;
  stroke-dasharray: 300;
  stroke-width: 10;
  stroke-miterlimit: 10;
  stroke-linecap: round;
  animation: loading-circle 2s linear infinite;
  stroke: #d02127;
  fill: transparent;
}

@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading-circle {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -600;
  }
}

.tabContainer{
	display: flex;
	width: 100%;
	background: #0e80c5;
	position: relative;
	z-index: 2;
}
#contentHolder *{
	display:block;
	margin: 0 auto;
}
#contentHolder iframe{
	width:100%;
	height: 100%;
}
#contentHolder .server-not-av{
    width: 450px !important;
    height: 40px !important;
}
.server-not-av{
    display: block;
    text-align: center;
    background: rgba(0, 0, 0, 0.38);
    line-height: 37px;
    font-weight: normal;
    margin: 120px auto !important;
    color: white;
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.37);
    font-size: 16px;
}
#tabContent{
	width: 100%;
	float: none;
	height: 640px;
	background: #fff;
}
#contentHolder{
	color: #FFFFFF;
	height: 100%;
}
.tabContainer li:last-child{
	border-left: 0px;
}
.tabContainer li{
	flex: 1;
	background: #3a3a3a;
	border-left: 1px solid #fff;
}
.tabContainer li a,.tabContainer li a:visited{
	min-width: 110px;
	font-weight: bold;
	position: relative;
	padding: 10px;
	background-size: auto 30px;
	cursor: pointer;
	color: #ffffff;
	display: block;
	text-align: center;
}
#overLine{
	position:absolute;
	display: none;
	background: #d02127 !important;
	height: 100%;
	top: 0px;
	right: 0px;
	z-index: 0;
	width: 100% !important;
}
#overLine:after{
	content: 'Watch Now';
	line-height: 46px;
}

#ajaxloader3 {
  margin: 0 auto;
  padding-top: 150px;
}
#ajaxloader3 .outer {
  border: 5px solid rgb(208, 33, 39);
  opacity: .9;
  border-right-color: transparent;
  border-left-color: transparent;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.11);
  -webkit-animation: spin-pulse 1s linear infinite normal;
  -moz-animation: spin-pulse 1s linear infinite normal;
  -ms-animation: spin-pulse 1s linear infinite normal;
  animation: spin-pulse 1s linear infinite normal;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}
#ajaxloader3 .inner {
  border: 5px solid rgb(208, 33, 39);
  opacity: .9;
  border-left-color: transparent;
  border-right-color: transparent;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.27);
  width: 50px;
  height: 50px;
  position: relative;
  top: -50px;
  margin: -10px auto 0;
  -webkit-animation: spin-right 1s linear infinite normal;
  -moz-animation: spin-right 1s linear infinite normal;
  -ms-animation: spin-right 1s linear infinite normal;
  animation: spin-right 1s linear infinite normal;
  -webkit-animation-delay: 0;
  -moz-animation-delay: 0;
  -o-animation-delay: 0;
  animation-delay: 0;
}
@keyframes spin-right {
  from {
    transform: rotate(0deg);
    opacity: 0.2;
  }
  50% {
    transform: rotate(180deg);
    opacity: 1.0;
  }
  to {
    transform: rotate(360deg);
    opacity: 0.2;
  }
}
@-moz-keyframes spin-right {
  from {
    -moz-transform: rotate(0deg);
    opacity: 0.2;
  }
  50% {
    -moz-transform: rotate(180deg);
    opacity: 1.0;
  }
  to {
    -moz-transform: rotate(360deg);
    opacity: 0.2;
  }
}
@-webkit-keyframes spin-right {
  from {
    -webkit-transform: rotate(0deg);
    opacity: 0.2;
  }
  50% {
    -webkit-transform: rotate(180deg);
    opacity: 1.0;
  }
  to {
    -webkit-transform: rotate(360deg);
    opacity: 0.2;
  }
}
@keyframes spin-pulse {
  from {
    transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px rgba(0, 61, 76, 0.9);
  }
  50% {
    transform: rotate(145deg);
    opacity: 1;
  }
  to {
    transform: rotate(-320deg);
    opacity: 0;
  }
}
@-moz-keyframes spin-pulse {
  from {
    -moz-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px rgba(0, 61, 76, 0.9);
  }
  50% {
    -moz-transform: rotate(145deg);
    opacity: 1;
  }
  to {
    -moz-transform: rotate(-320deg);
    opacity: 0;
  }
}
@-webkit-keyframes spin-pulse {
  from {
    -webkit-transform: rotate(160deg);
    opacity: 0;
    box-shadow: 0 0 1px rgba(0, 61, 76, 0.9);
  }
  50% {
    -webkit-transform: rotate(145deg);
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-320deg);
    opacity: 0;
  }
}




.poster .play_player{
	background: #d02127;
	position: absolute;
	width: 110px;
	height: 110px;
	border-radius: 50%;
	border: 7px solid rgb(255, 255, 255);
	text-align: center;
	line-height: 55px;
	right: 50%;
	margin-right: -55px;
	margin-top: 250px;
	z-index: 2;
}
.poster .play_player i{
	display: block;
	line-height: 96px;
	font-size: 55px;
	color: white;
}



.data_post.wat{
	margin-bottom: 15px;
}
.bar_titles:after{
	content: '';
	width: 100%;
	height: 60px;
	bottom: -60px;
	position: absolute;
	left: 0px;
	background: url(./img/shadow-1.png) top center no-repeat;
	background-size: cover;
	pointer-events: none;
	z-index: -1;
	opacity: 0.6;
}
.bar_titles{
	background: radial-gradient(ellipse at top,#d11a1b,#9b0e0f 100%);
	height: 60px;
	position: relative;
	z-index: 2;
}
.data_set .container{
	background: #dedede;
	min-height: 500px;
	margin: 0px;
	padding: 0px;
	border-radius: 0px;
}
.bar_titles ul{
	display: flex;
	background: #191919;
}
.bar_titles li.active{
	background: radial-gradient(ellipse at top,#d11a1b,#9b0e0f 100%);
	font-size: 16px;
	padding: 5px 30px;
	transition: all 0.3s ease-in-out;
}
.bar_titles li.active i{
	color: white;
}
.bar_titles li.download{
	background: #6aa608;
	background: -moz-linear-gradient(bottom, #6aa608 0%, #219600 100%);
	background: -webkit-gradient(left bottom, left bottom, color-stop(0%, #6aa608), color-stop(100%, #74e603));
	background: -webkit-linear-gradient(bottom, #6aa608 0%, #74e603 100%);
	background: -o-linear-gradient(bottom, #6aa608 0%, #74e603 100%);
	background: -ms-linear-gradient(bottom, #6aa608 0%, #74e603 100%);
	background: linear-gradient(to top, #266502 0%, #2ece01 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6aa608', endColorstr='#74e603', GradientType=0 );
}
.bar_titles li.download.active{background: #02bb02;}
.bar_titles li.server{background: #ab1c1d;}
.bar_titles li.server.active{background: #ab1c1d;}
.bar_titles li{
	flex: 1;
	height: 100%;
	border-left: 2px solid rgba(0, 0, 0, 0.19);
	padding: 5px 30px;
	line-height: 50px;
	height: 60px;
	text-align: center;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
}
.bar_titles li i{
	display: block;
	font-size: 18px;
	margin-top: 6px;
	color: white;
}
.bar_titles li span{
	display: block;
	line-height: 25px;
	color: white;
}


























.data_post{
	background: white;
	padding: 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.09), inset 0 6px 8px -6px #00000063;
	position: relative;
	z-index: 1;
	border-top: 3px solid #d02127;
}
.right_data_post{float: right;width: 80%;}
.thumbnail{
	width: 140px;
	float: right;
	margin-left: 20px;
	height: 240px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.21);
	border-radius: 3px;
	overflow: hidden;
}
.thumbnail img{
	width: 140px;
    height: 210px;
	display: block;
}
.adv_content{
    width: calc( 100% - 180px );
    margin-left: 15px;
    min-height: 210px;
    float: right;
    padding-left: 20px;
    border-left: 1px solid rgb(238, 238, 238);
    position: relative;
}
.title_post{
	display: block;
	font-size: 22px;
}
.trailer{
	position: absolute;
	left: 20px;
	top: 0px;
	background: #d02127;
	border-bottom: 3px solid rgb(168, 27, 31);
	padding: 4px 15px;
	border-radius: 2px;
	color: white;
	box-shadow: 0 6px 8px -7px black;
	cursor: pointer;
}
.show_data{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000000000;
	top: 0px;
	right: 0;
	transform: scale(1.5);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.show_data.active{
    transform: scale(1);
    opacity: 1;
    visibility: visible;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.closexd{
	width: 30px;
	height: 30px;
	position: absolute;
	left: 50%;
	z-index: 10;
	text-align: center;
	font-size: 20px;
	background: #BD0D0D;
	border-radius: 50%;
	top: 122px;
	color: white;
	margin-left: -354px;
	cursor: pointer;
}
.closexd i{
	margin-top: 4px;
}
.closxe{
	background: rgba(0, 0, 0, 0.74);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
.data_shiow video
{
	width: 100%;
}
.data_shiow{
	background: #F7F7F7;
	width: 50%;
	height: 385px;
	position: relative;
	margin: 10% auto 0;
	padding: 0px;
	border-radius: 3px;
	color: black;
}
.share-cnt ul{
    text-align: right;
}
.share-cnt li{
	text-align:center;
	list-style: none !important;
	margin-left: 0px;
	display: inline-block;
	width: 100px;
}
.share-cnt li a span{
	display: block;
	float: right;
	width: calc( 100% - 35px );
	font-size: 13px;
	margin-top: 4px;
	padding-right: 10px;
	text-align: right;
}
.share-cnt li a i{font-size: 22px;margin-top: 6px;float: right;display: block;position: relative;z-index: 1;width: 35px;}
.share-cnt li a:after{content: '';position: absolute;right: 0px;top: 0px;background: rgba(0, 0, 0, 0.11);width: 35px;height: 100%;border-radius: 0 10px 10px 0;}
.share-cnt li a{
	display:block;
	width: 100%;
	border-radius: 3px;
	height: 35px;
	padding-top: 1px;
	color: white;
	position: relative;
	overflow: hidden;
	padding: 0;
}
.social-facebook a{
	background:#45619C;
}
.social-twitter a{
	background:#00ACEE;
}
.social-google a{
	background:#DD4B39;
}
.social-pinterest a{
	background:#BD1E23;
}
.social-linkedin a{
	background: #1D87BD;
}
.all_desc{
	color: rgb(132, 132, 132);
	display: block;
	text-align: justify;
	font-size: 14px;
	font-weight: normal;
}
.more_lia , .close_lia{
	width: 70px !important;
	margin: 5px auto;
	text-align: center;
	border-radius: 3px;
	color: #d02127;
}
.inline.abuse{
	background: #d02127;
	line-height: 50px;
	color: white;
	font-weight: bold;
	font-size: 16px;
	float: left;
	margin: -15px 0 -15px -20px;
	padding: 5px 20px;
}
.inline.abuse i{
	margin-left: 10px;
}
.post_tags{
	position: relative;
	background: rgb(245, 245, 245);
	text-align: center;
	padding: 15px 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
}
.post_tags > h2{
    font-size: 14px;
    text-align: center;
    color: rgb(0, 0, 0);
    float: right;
    margin-left: 15px;
}
.post_tags ul{
	float: right;
}
.post_tags li{
	font-weight: bold;
	display: inline-block;
}
.post_tags li a:hover{
	color: #d02127;
}
.post_tags li a{
	display: block;
	margin-left: 10px;
	color: rgb(136, 136, 136);
}
.views{
	background: rgb(245, 245, 245);
	padding: 2px 10px;
	color: #5b5b5b;
	height: 30px;
	overflow: hidden;
}
.views i{
	color: rgb(0, 0, 0);
	margin-left: 10px;
}
.info{
	position: relative;
}
.info li{
	color: rgb(136, 136, 136);
	margin-bottom: 4px;
}
.info li span{
	color: #000;
	display: inline-block;
	margin-left: 5px;
}
.info li a{
	color: rgb(136, 136, 136);
}
.info li a:hover{
	color: #d02127;
}
.actors a{
	display: inline-block;
}
.actors a:nth-of-type(3n):after , .info_right li:first-child a:nth-of-type(2n):after{
	display:none;
}
.actors a:after , .info_right li:first-child a:after{
	content: ' , ';
	color: #d02127;
}

.info_right{
	float: right;
	width: 50%;
}
.info_left{
	float: left;
	width: 50%;
}
.left_data_post{
	float: left;
	width: 20%;
}
.rate_post{position: relative;margin-bottom: 10px;}
.rate_im{float: right;margin: 0;margin-left: 10px;padding: 2px 10px;font-weight: bold;font-size: 24px;cursor: default;background: #d02127;border-bottom: 3px solid #a81b1f;color: white;border-radius: 3px;}
.rate_info{
	float: right;
}
.rate_info h2{
	font-size: 15px;
	margin-bottom: 8px;
	line-height: 20px;
}
.rate_info img{
	width: 23px;
}
#downloads_server{
	position: relative;
}
#downloads_server li{
	display: inline-block;
	margin-bottom: 5px;
}
#downloads_server li a i{
	color: #eee;
	float: right;
	font-size: 25px;
	margin-top: 10px;
	margin-left: 10px;
}
#downloads_server li a span:after{
	content: '';
	width: 32px;
	height: 100%;
	background: rgba(31, 31, 31, 0.17);
	border-left: 1px solid rgba(255, 255, 255, 0.39);
	position: absolute;
	border-radius: 0;
	top:0px;
	right: 0px;
	z-index: 0;
}
#downloads_server li a{
	display: block;
	border-radius: 2px;
	background: #4d9e0e;
	color: #FFFFFF;
	position: relative;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	padding: 0 10px;
}
#downloads_server li a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #37474f;
    /* z-index: -1; */
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
#downloads_server li a:hover::before {
    opacity: 1;
    background-color: #37710a;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
#downloads_server li a h2{
	position: relative;
	font-size: 16px;
}
#downloads_server li a span{
	display: block;
	height: 35px;
	width: 100%;
	line-height: 35px;
	bottom: 0px;
	background: rgb(74, 121, 25);
	color: #fff;
	border-top: 2px solid #416917;
	position: absolute;
	z-index: 1;
}
/* <!--: Breadcrumbs :--> */
#breadcrumbs{
    list-style:none;
    margin: 0 0 5px;
    overflow:hidden;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight:bold;
    color: #d02127;
}
#breadcrumbs>span a{
    display:inline-block;
    vertical-align:middle;
    margin-right: 2px;
    margin-left: 2px;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}
/* <!--: facebook comment :--> */
#facebook_comment{
	margin-bottom: 20px;
}
#face_com{
	background: white;
	padding: 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
}
.component {
	margin: 10px auto 0;
	width: 100%;
	overflow: hidden;
}
.component .filler {
	font-family: "Blokk", Arial, sans-serif;
	color: #d3d3d3;
}
table {
    border-collapse: collapse;
    width: 100%;
    background: #fff;
}
.whatc_now a{
	color: white;
}
.whatc_now{
	background: #d02127;
	font-weight: bold;
	color: #2C2C2C;
}
td a, th a{
	display: block;
	text-align: center;
	color: #888;
	font-weight: bold;
}
.xdd , .xdd a{
	text-align: right;
}
.vis{
	padding: 5px 0;
	font-weight: bold;
	color: #888;
}
.likdaas{
	font-weight: bold;
	color: #1d1d1d;
}
tbody  th {
	padding: 10px 5px;
}
td, th {
    padding: 10px 5px;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;
    background: #ffffff;
    border-left: 1px solid #e6e6e6;
}
td.err {
	background-color: #e992b9;
	color: #fff;
	font-size: 0.75em;
	text-align: center;
	line-height: 1;
}
thead th{
	background: #e6e6e6;
	color: #000;
	font-weight: bold;
	padding: 15px 5px;
}
th {
    font-weight: bold;
    color: #888;
    white-space: nowrap;
}
tbody th {
	background-color: #f6f6f6;
}
tbody tr:nth-child(2n-1) {
    transition: all .125s ease-in-out;
}
tbody tr:hover {
    background-color: rgba(44, 44, 44, 0.75);
}
tbody tr {
    background: -webkit-linear-gradient(top, #fff, #dedede);
}



/* <!--: related :--> */
.archive_posts{
	padding: 30px 0 0;
}
.seasonsec .list-related{
	background: #ffffff;
	margin-bottom: 20px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.09);
}
.home_page{
	padding: 20px 0;
}
.seasonsec .title_step{
	margin: 0 auto 0px;
	width: 100%;
	display: block;
	text-align: center;
	padding: 5px 40px;
	height: 50px;
	border-radius: 0px;
}
.title_step{
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    padding: 0 40px;
    height: 40px;
    line-height: 40px;
    background: #d02127;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 15px;
}
.list-related{
	position: relative;
}
.list-related ul{
	text-align: center;
}
@media screen and (min-width: 1080px) and (max-width: 1920px) {
	.list-related ul li{
		display: inline-block;
		width: 23.4%;
	}
}
@media (max-width: 1024px) {
	.list-related ul li{
		width: 23.4% !important;
	}
  
}
.list-related ul li{
	display: inline-block;
	width: 13.4%;
	margin: 1%;
	height: 280px;
	position: relative;
	background: white;
}
.home_page .list-related ul li:hover .play span{
	width: 40px;
	height: 40px;
	margin-left: -19px;
}
.home_page .list-related ul li .play span i{
	margin-top: 4px;
	font-size: 16px;
}
.list-related ul li a{
	display: block;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.list-related ul li a img{
	display: block;
	height: 100%;
	width: 100%;
}
.list-related ul li .quality{
	position: absolute;
	background: #cd191e;
	top: 10px;
	right: 10px;
	padding: 1px 5px;
	color: #fff;
	border-radius: 3px;
	z-index: 5;
	font-size: 13px;
}
.list-related ul li .eps{
	position: absolute;
	background: #d02127;
	top: 10px;
	right: 10px;
	padding: 1px 5px;
	color: #fff;
	border-radius: 3px;
	z-index: 5;
	font-size: 13px;
}
.list-related ul li:hover .informition{
	visibility: visible;
	opacity: 1;
}
.home_page .list-related ul li:nth-child(6n+0) .informition{
	right: auto;
	left: 30px;
}
.home_page .list-related ul li:nth-child(6n+0) .informition:after{
	right: auto;
	left: 15px;
}
.archive_posts .list-related ul li:nth-child(6n+0) .informition{
	right: auto;
	left: 30px;
}
.archive_posts .list-related ul li:nth-child(6n+0) .informition:after{
	right: auto;
	left: 15px;
}
.archive_posts .list-related ul li .informition{
	top: 180px;
	right: 50px;
}
.informition{
	position: absolute;
	z-index:10;
	background: #fff;
	width: 320px;
	height: 295px;
	right: 30px;
	top: 135px;
	border: 1px solid #a7a7a7;
	border-radius: 3px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.32);
	visibility: hidden;
	opacity: 0;
}
.informition:after{
	content: '';
	position: absolute;
	top: -20px;
	right: 16px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 20px 20px 20px;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ffffff rgba(0, 0, 0, 0);
}
.informition h1{
	text-align: right;
	padding: 2px 5px 2px 60px;
	font-size: 20px;
	position: relative;
	height: 45px;
	overflow: hidden;
}
.quality_a{
	position: absolute;
	left: 10px;
	top: 8px;
	background: #eee;
	font-size: 14px;
	padding: 0px 7px;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.23);
}
.listi{
	background: #eee;
	padding: 5px 10px;
	box-shadow: inset 0 6px 8px -6px rgba(0, 0, 0, 0.1);
	height: 40px;
	position: relative;
	border-radius: 3px;
}
.listi .imdb{
	padding: 2px 10px;
	background: #cead00;
	float: right;
	border-radius: 3px;
}
.listi .year{
	float: right;
	padding: 2px 10px;
}
.listi .time{
	float: right;
	padding: 2px 10px;
}
.content-inf{
	padding: 5px 10px;
	font-size: 14px;
	height: 90px;
	overflow: hidden;
	font-weight: normal;
	text-align: right;
}
.count , .type{
	display: block;
	padding: 1px 10px;
}
.count span , .type span{
	display: inline-block;
	float: right;
	margin-left: 10px;
}
.list-related ul li .count a , .list-related ul li .type a{
	display: inline-block;
	color: red;
	height: auto;
	float: right;
}
.list-related ul li .count a , .list-related ul li .type a{
	display: inline-block;
	color: #d02127;
	height: auto;
	float: right;
	margin-left: 10px;
}
.list-related ul li a.trid_link{
	height: auto;
	background: #d02127;
	margin: 10px;
	border-bottom: 3px solid rgba(0, 0, 0, 0.45);
	padding: 4px 10px;
	border-radius: 3px;
	color: white;
	font-size: 16px;
}
.status.complate{
	background: #0EC51D;
}
.status.now{
	background: #0E80C5;
}
.status{
	background: #C50E0E;
	position: absolute;
	z-index: 10;
	left: -55px;
	top: 10px;
	width: 170px;
	color: white;
	padding: 1px 33px;
	transform: rotate(-40deg);
	text-align: center;
}
.conte_rece{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 5;
    background: linear-gradient(to top,  rgba(0, 0, 0, 0.7) 31%,rgba(0,0,0,0) 100%);
}
.conte_rece h1{
	font-size: 14px;
	margin: 0;
	text-align: center;
	color: #fff;
	padding: 0 5px 5px;
}
.list-related ul li .play{
	position: absolute;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.23) 6%,rgba(0, 0, 0, 0.32) 8%,rgba(0, 0, 0, 0.9) 100%);
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	color: white;
	text-align: center;
	visibility: hidden;
	opacity: 0;
	transition: all 0.5s ease-in-out;
}
.list-related ul li:hover .play{
	visibility: visible;
	opacity: 1;
	transition: all 0.5s ease-in-out;
}
.list-related ul li:hover .play span{
	top: 50%;
	transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.list-related ul li .play span{
	background: #d02127;
	position: absolute;
	padding: 5px;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 3px solid #fff;
	top: -100%;
	left: 50%;
	margin-left: -31px;
	margin-top: -31px;
	transition: all 0.5s ease-in-out;
}
.list-related ul li .play span i{
	font-size: 24px;
	margin-top: 10px;
}
/* <!--: pagination :--> */
.pagination {
	padding: 30px 0 40px;
	position:relative;
	line-height:13px;
	text-align: center;
	z-index: 1;
	float: none;
}
.pagination span, .pagination a {
	display:block;
	padding: 13px;
	margin: 2px 4px 2px 0;
	text-decoration:none;
	width:auto;
	color: #FFF;
	background: #ce1414;
	display: inline-block;
	border-radius: 3px;
	box-shadow: 0 0 5px black;
}
.pagination a:hover{
	background: #1F2025;
	color: #FFFFFF;
	font-weight: bold;
}
.pagination li{
	display:inline-block;
}
.pagination .current{
	padding:  13px;
	background: #0e0e0e;
	color: #FFFFFF;
	font-weight: bold;
}
/* <!--: contact :--> */
.title_page{
	background: #d02127;
	position: relative;
	padding: 10px 15px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: white;
	border-radius: 3px;
	text-align: center;
	font-size: 18px;
	border-bottom: 3px solid rgba(0, 0, 0, 0.38);
}
.content-page{
	background-color: #FFFFFF;
	padding: 50px;
	line-height: 40px;
	border-radius: 3px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.21);
	margin-bottom: 30px;
	min-height: 500px;
	color: #323131;
}
.content-conact{
	background-color: #FFFFFF;
	padding: 20px;
	border-radius: 3px;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
	margin-bottom: 30px;
	min-height: 400px;
}
ol.forms { list-style: none; margin: 0; width: 100%; }
ol.forms li {    
	position: relative;
	margin-bottom: 6px;
}
ol.forms label {
	cursor: pointer;
	display: block;
	padding-right: 5px;
	width: 220px;
	line-height: 27px;
	margin-bottom: 4px;
	background-color: #F1F1F1;
	font-size: 14px;
	font-family: 'Cairo', sans-serif;
	font-weight: bold;
	border-radius: 3px;
	padding: 5px 10px;
	float: right;
	margin-left: 5px;
	color: #555555;
}
ol.forms textarea{
    width: calc( 100% - 225px);
    height: 300px;
    border-radius: 3px;
    padding: 5px 10px;
    font-family: 'Cairo', sans-serif;
    font-size: 12px;
    margin-bottom: 10px;
    border: 1px solid #e1e1e1;
}
ol.forms input{
    height: 36px;
    width: calc( 100% - 225px);
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(145, 145, 145, 0.27);
    border-radius: 3px;
    float: right;
    display: block;
    padding: 5px 10px;
    font-family: 'Cairo', sans-serif;
    font-size: 12px;
}
.error { color: #f00; }
ol.forms li .error { 
	font-size: 12px; 
	background: #BD3636; 
	display: inline-block; 
	float: left; 
	margin: 8px 0px 0px 115px; 
	min-width: 140px; 
	color: white; 
	padding: 5px 10px; 
	text-align: center;
}
ol.forms li.textarea .error {
	display: block;
	right: 0;
	top: 0;
	display: block;
}
ol.forms li.buttons button {
	color: #FFFFFF;
	cursor: pointer;
	overflow: hidden;
	padding: 6px 3px 3px 3px;
	text-transform: uppercase;
	width: 100px;
}
ol.forms li.buttons button:hover { color: #fff; }
ol.forms li.buttons button:active { left: -1px; position: relative; top: -1px; }
ol.forms li.buttons, ol.forms li.inline { }
ol.forms li.inline input { width: auto; }
ol.forms li.inline label { display: inline; float: none; width: auto; }
ol.forms li.buttons button{
    background: #21d040;
    border-radius: 3px;
    border: 0px;
    float: left;
    color: #fff;
    padding: 5px 20px;
    font-family: 'Cairo', sans-serif;
    font-size: 13px;
}
/* <!--: 404 :--> */
.p404{
	position: relative;
	height: 640px;
	width: 100%;
	margin-bottom: -30px;
}
.cont_principal {position: absolute;width: 100%;height: 100%;overflow: hidden;background: white;}
.cont_error {position: absolute;width: 100%;height: 300px;top: 50%;margin-top: -300px;}

.cont_error > h1  {
 font-weight: 400;
 font-size:150px;
 color: #d02127;
 position: relative;
 left:-100%;
 transition: all 0.5s;
 text-align: center;
 text-shadow: 0 1px 0 #ccc,0 2px 0 #c9c9c9,0 3px 0 #bbb,0 4px 0 #b9b9b9,0 5px 0 #aaa,0 6px 1px rgba(0,0,0,.1),0 0 5px rgba(0,0,0,.1),0 1px 3px rgba(0,0,0,.3),0 3px 5px rgba(0,0,0,.2),0 5px 10px rgba(0,0,0,.25),0 10px 10px rgba(0,0,0,.2),0 20px 20px rgba(0,0,0,.15);
}
.cont_error > p  {
 font-size: 15px;
 color:#9294AE;
 position: relative;
 left:100%;
 transition: all 0.5s;
 transition-delay: 0.5s;
 -webkit-transition: all 0.5s;
 -webkit-transition-delay: 0.5s;
 text-align: center;
}

.cont_aura_1 {
  position:absolute;
  width:300px;
  height: 120%;
  top:25px;
  right: -340px;
  background-color: #d02127;
  box-shadow: 0px 0px  60px  20px  rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.cont_aura_2 {
  position:absolute;
  width:100%;
  height: 300px;
  right:-10%;
  bottom:-301px;
  background-color: #d02127;
  box-shadow: 0px 0px 60px 10px rgba(0, 0, 0, 0.25),0px 0px  20px  0px  rgba(0,0,0,0.1);
  z-index:5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.cont_error_active > .cont_error > h1 {
  left:0%;
}
.cont_error_active > .cont_error > p {
  left:0%;
}

.cont_error_active > .cont_aura_2 {
    animation-name: animation_error_2;
    animation-duration: 4s;
  animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
transform: rotate(-20deg);    
}
.cont_error_active > .cont_aura_1 {
 transform: rotate(20deg);
  right:-170px;
    animation-name: animation_error_1;
    animation-duration: 4s;
  animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@-webkit-keyframes animation_error_1 {
  from {
    -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  }
  to {  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  }
}
@-o-keyframes animation_error_1 {
  from {
    -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  }
  to {  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  }

}
@-moz-keyframes animation_error_1 {
  from {
    -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  }
  to {  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  }

}
@keyframes animation_error_1 {
  from {
    -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  }
  to {  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  }
}




@-webkit-keyframes animation_error_2 {
  from { -webkit-transform: rotate(-15deg); 
  transform: rotate(-15deg);
  }
  to { -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  }
}
@-o-keyframes animation_error_2 {
  from { -webkit-transform: rotate(-15deg); 
  transform: rotate(-15deg);
  }
  to { -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  }
}
}
@-moz-keyframes animation_error_2 {
  from { -webkit-transform: rotate(-15deg); 
  transform: rotate(-15deg);
  }
  to { -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  }
}
@keyframes animation_error_2 {
  from { -webkit-transform: rotate(-15deg); 
  transform: rotate(-15deg);
  }
  to { -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
  }
}
/* <!--: Youtube :--> */
.container {
  position: relative
}
.background-video {
  background-position: top center;
  background-repeat: no-repeat;
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.loaded .ytplayer-container {
  display: block;
}
.loaded .placeholder-image {
  opacity: 0;
}
.ytplayer-container {
  bottom: 0;
  height: 100%;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.placeholder-image {
  height: 100%;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  position: fixed;
  top: 0;
  z-index: 1;
}
.ytplayer-shield {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.ytplayer-player {
  position: absolute;
}
.container {
  border-radius: 6px;
  background: rgba(255, 255, 255, .9);
  padding: 0 30px 0 30px;
  margin: 30px auto;
}
/* <!--: footer :--> */
footer {
    color: rgb(255, 255, 255);
    margin-top: 30px;
    padding: 10px 0px 40px;
    min-height: 50px;
    position: relative;
}
#footer {
    height: 50px;
    position: absolute;
    background: rgb(18, 18, 18);
    border-top: 1px solid #2a2a2a;
    z-index: 1;
    width: 100%;
    bottom: 0px;
    box-shadow: inset 0 6px 8px -4px rgba(0, 0, 0, 0.5);
}
.right-footer{
    float: right;
    font-size: 15px;
    margin-top: 12px;
    color: white;
}
.left-footer{
    float: left;
    color: #FFFFFF;
    margin-top: 6px;
}
.left-footer a{
	display: block;
	height: 100%;
}
.left-footer a img{
	height: 34px;
}
.story{
	padding: 5px 10px; 
	background: #eaeaea;
	margin-bottom: 10px;
	border-radius: 3px;
}
.story span{
	display: block;
}

#downloads_server li{
margin-left: 4px;
}