*{
	margin:0px;
	padding:0px;
}

body{
	font-size:10pt;
	font-family:roboto, sans serif;
	background:#fcfcfc url('../images/background.png');
}

input{
	outline:none;
}

/* === Header section === */
.header_wrap{
	height:60px;
	background: url('../images/header.png') no-repeat;
	padding-top:220px;
}

.header_bar{
	height:60px;
	background: rgba(52, 73, 94, 0.75);
}

.header_cont{
	width:1100px;
	height:60px;
	margin:0px auto;
}

.header_nav{
	height:30px;
	width:800px;
	padding:16px 0px;
	text-align:center;
}

.header_nav a{
	color:#fff;
	text-decoration:none;
	font-size:17px;
	padding:4px;
	margin:0px 10px;
}

.header_nav a:hover{
	text-decoration:none;
}

.nav_parent:hover > a, .header_nav a:hover{
	border-bottom:2px solid #fff;
	padding-bottom:2px;
}

.nav_parent{
	position:relative;
	height:44px;
	display:inline-block;
}

.nav_parent:hover{
	background: url('../images/arrow.png') no-repeat 50% 26px;
}

.nav_parent:hover .nav_child{
	top:44px;
	z-index:10;
}

.nav_child{
	position:absolute;
	left:-50px;
	top:-300px;
	min-width:200px;
	background:#fff;
	padding:4px;
	list-style:none;
	margin:0px;
	text-align:left;
	z-index:-100;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	-ms-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
}

.nav_child li{
	padding:2px 0px;
}

.nav_child li a{
	display:block;
	color:#2c3e50;
}

.nav_child li a:hover{
	text-decoration:underline;
}


.profile_wrap {
	padding-top: 10px;
	height:60px;
}

.profile_ava{
    height: 35px;
    width: 35px;
    position: relative;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border: 2px solid #fff;
}

.profile_links{
	height:40px;
	padding-left: 14px;
	z-index: 1;
	position:relative;
}

.profile_user{
	color:#fff;
	text-decoration:none;
	font-size:13px;
}

.profile_logout{
	color:#6cc5f9;
	text-decoration:none;
	font-size:13px;
}
/* === Header section === */

/* === Content section === */
.page_wrap{
	width:1100px;
	margin:20px auto;
}

.page_content{
	width:800px;
}

.mainpage .page_wrap{
	width:1200px;
	margin:20px auto;
}

.mainpage .page_content{
	width:900px;
}

/*.page_wrap{
	width: 90%;
	margin:20px auto;
}


.page_content {
	width: 80%;
}*/

.page_bg_content{
	background:#fff;
}

.page_aside{
	width:250px;
	margin-left:50px;
}
/* === Content section === */


/* === Slider === */

/* === Main === */
.slider_wrap{
	margin-bottom:15px;
	background:#fff;
	height:380px;
	position:relative;
	/*z-index:1500*/
}

.slider_nav{
	background:#3498db;
	height:40px;
	list-style:none;
	padding:0px;
	margin:0px;
}

.slider_nav li{
	display:inline-block;
	text-align:center;
	color:#fff;
	width:264px;
	padding:10px 0px;
	cursor:pointer;
}

.slider_nav li:nth-child(2){
	padding:6px 0px;
}

li.slider_nav_active{
	background:#2981ba;
	cursor:default;
}

.slider_nav_border{
	border-width:0px 1px 0px 1px;
	border-color:#fff;
	border-style:solid;
	padding:4px 0px 3px 0px;
}

.slider_content{
	height:320px;
	padding:10px;
}

.slider_scene_wrap{
	width:780px;
	height:320px;
	overflow:hidden;
	position:relative;
}

.slider_scene{
	display:none;
	height:320px;
	width:780px;
}

.slider_scene_active{
	display:block;
	transition:margin 0.314s ease;
}

.slider_scene_animate{
	-webkit-transform: skew(-20deg);
	width:0px;
	position:absolute;
	top:0px;
	left:0px;
	overflow:hidden;
	margin-left:-64px;
}

.slider_scene_magic{
	-webkit-transform: skew(20deg);
	width:780px;
	height:328px;
}

/* === Child === */
.slider_child_wrap{
	position:relative;
	overflow:hidden;
}

.slider_child_scene, .slider_child_wrap{
	width:780px;
	height:320px;
}

.slider_child_scene{
	float:left;
}

.slider_child_img{
	height:320px;
	width:480px;
	background-repeat:repeat;
	background-position:left;
}

.slider_child_main{
	background:#2c3742;
	width:300px;
	height:320px;
}

.slider_child_title{
	text-align:center;
	font-weight:bold;
	font-size:22px;
	padding:15px 10px 30px 10px;
	color:#fff;
	background: url('../images/slider_separator.png') no-repeat bottom;
}

.slider_child_content{
	padding:15px;
	color:#fff;
	height:184px;
	overflow:hidden;
	text-overflow:ellipsis;
	font-style:italic;
}

.slider_child_nav{
	list-style:none;
	margin:8px auto;
	padding:0px;
	width:61px;
	height:15px;
}

.slider_child_nav_margin{
	margin:0px 8px;
}

.slider_child_nav li{
	display:inline-block;
	width:15px;
	height:15px;
	background:#eeeeee;
	border-radius:50%;
	cursor:pointer;
}

li.slider_child_nav_active{
	background:#2ecc71;
}

.slider_child_scenes{
	height:328px;
	width:2340px;
}

/* === Slider === */

/* === Torrent === */

.torrent_pretitle{
	color:#3498db;
	font-style:italic;
	text-align:center;
	background: url('../images/torrent_pre_title.png') no-repeat center;
	margin:10px 0px;
	font-size:20px;
	width: 900px;
	font-weight: 600;
	padding-bottom: 10px;
}

.torrent_big{
	margin-right:25px;
	width:365px;
	height:512px;
}

.torrent_wrap{
	background:#fff;
	padding:6px;
}

.torrent_block{
	width:390px;
}

.torrent_small{
	margin-bottom:10px;
	width:175px;
	height:245px;
}

.torrent_small:nth-child(even){
	margin-right:16px;
}

.torrent_small:nth-child(1){
	display:none
}

/* === Torrent === */

/* === Aside section === */
.block_wrap{
	width:250px;
	background:#fff;
	margin-bottom:0px;
}

.block_wrap:nth-child(1){
	width:250px;
	background:#fff;
	margin-bottom:0px;
}

.block_head{
	color:#fff;
	text-align:center;
	padding:11px 0px 12px;
}

.donate .block_head{
	color:#fff;
	text-align:center;
	padding:17px 0px 18px;
	font-size:20px;
}

.donate {
	margin-top:0px;
	margin-bottom:25px;
}

.block_green{
	background:#2ecc71;
}

.block_blue{
	background:#3498db;
}

.block_content{
	padding:10px;
}

.block_content.recom{
	padding:0px;
}

/* === Aside section === */

/* === Search === */
.search_field{
	background:#fff;
	color:#c1c7cb;
	border:1px solid #e7e7e7;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-o-border-radius:4px;
	width:184px;
	padding:10px 38px 10px 6px;
	outline:none;
}

.search_icon{
	width:28px;
	height:28px;
	background: url('../images/search.png') no-repeat;
	display:block;
	position:absolute;
	top:14px;
	left:202px;
	cursor:pointer;
}
/* === Search === */

/* === Money links === */
.money_link{
	width:47px;
	height:47px;
	float:left;
	display:block;
	background: url('../images/donat.png') no-repeat;
	margin-right:2px;
}

.qiwi{
	background-position:0px 0px;
}

.webmoney{
	background-position:-47px 0px;
}

.yandex{
	background-position:-94px 0px;
}

.rr{
	background-position:-141px 0px;
}

.sb{
	background-position:-189px 0px;
}
/* === Money links === */

/* === Footer === */
.footer_wrap{
	margin-top:40px;
	background:#34495e;
	/*height:230px;*/
}

.footer_content{
	width:1100px;
	margin:0px auto;
	/*height:220px;*/
}

.footer_main{
	color:#fff;
	width:700px;
	padding:20px 50px 10px;
}

.footer_logo{
	background: url('../images/footer.png') no-repeat center;
	height:70px;
	padding-top:20px;
	display:block;
}

.footer_ad{
	background: url('../images/footer_ad.png') no-repeat center;
	height:150px;
	padding-top:4px;
	display:block;
}


.footer_socials{
	width:300px;
	padding-top:20px;
}

.footer_social_title{
	color:#fff;
	font-style:italic;
	font-weight:normal;
	text-align:center;
	padding:15px 0px;
}

.footer_social{
	width:80px;
	height:80px;
	float:left;
	display:block;
	color:#fff;
	text-decoration:none;
	text-align:center;
	margin-right:20px;
	font-style:italic;
}

.footer_social p{
	width:64px;
	height:64px;
	background: url('../images/socials.png') no-repeat;
	margin-left:8px;
	margin-bottom:4px;
}

.footer_social.vk p{
	width:62px;
	margin-left:9px;
}

.footer_social.twitter p{
	background-position:-62px 0px;
}

.footer_social.instagram p{
	background-position:-126px 0px;
}

.footer_copy{
	background:#2c3e50;
	padding:6px 0px;
	text-align:center;
	color:#fff;
	font-style:italic;
}

.footer_copy a{
	color:#fff
}

.cright , .cleft {float:left; width:50%}

.cright {}

/* === Footer === */

/* === Comments ===*/
.comments_wrap{
	padding:10px;
}

.comments_wrap a{
	color:#3498db;
}

.comments_auth{
	text-align:center;
	padding:15px 0px;
}

.comment_wrap{
	margin-bottom:20px;
}

.comment_wrap.under .comment_ava{
	margin:0px 15px 0px 50px;
	width:60px;
	height:60px;
}

.comment_ava{
	width:76px;
	height:76px;
	border-radius:50%;
	margin:0px 15px;
}

.comment_body{
	width:600px;
	color:#6d6d6d;
}

.comment_links, .comment_links a{
	color:#a5a5a5;
}

.comment_links{
	border-bottom:1px solid #f5f5f5;
	padding:10px 0px 5px 0px;
}

a.comment_like{
	color:#ed766a;
}

.comment_form{
	padding:20px 25px;
}

.comment_txt{
	height:160px;
	width:708px;
	border:1px solid #3498db;
	display:block;
	resize:none;
	outline:none;
	padding:10px;
	color:#636363;
}

.comment_sbm{
	color:#fff;
	background:#3498db;
	padding:12px;
	border:0px;
	display:block;
	margin-top:3px;
	cursor:pointer;
}

/* === Comments === */

/* === Common === */
a{
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.nav_child, .slider_wrap, .block_wrap, .torrent_wrap, .release_wrap, .filter_body, .filter_selected a:hover, .page_bg_content{
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.31);
    -moz-box-shadow:    0px 1px 2px 0px rgba(0, 0, 0, 0.31);
    box-shadow:         0px 1px 2px 0px rgba(0, 0, 0, 0.31);
}

/* === Utils === */
.clear_fix{
	display:block;
}

.clear_fix:after, .clear{
	display:block;
	visibility:hidden;
	content:" ";
	clear:both;
	height:0px;
}

.left{
	float:left;
}

.right{
	float:right;
}


.titlelast {text-align:center; line-height:14px; padding-top:10px}

.titlelast a {font-size:16px; line-height:10px; display:block; }

.titlelast a:hover {color:#1ABC9C}

.titlelast a p {font-size:14px; line-height:14px; display:block; float:left; width:100%}

.titlelast a  i{font-size:16px; line-height:16px; display:block; float:left; width:15%}


.md3 {width:30%; float:left; padding:5px; background:#fff; margin:1% ;
		box-shadow:0px 2px 1px 0px rgba(29, 29, 29, 0.31);
	-moz-box-shadow:0px 2px 1px 0px rgba(29, 29, 29, 0.31);
	-webkit-box-shadow:0px 2px 1px 0px rgba(29, 29, 29, 0.31);}
	
.torrent_main_min_info b {color:#222}



.torrent_main .titlelast {text-align:center; line-height:14px;  opacity:0;
	
	margin-top:-60px;
	
	background-color:rgba(52,152,219,0.9);
	
	height:50px;
	
	z-index:20;
	position:relative;
	
	-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;}

.dumrem {
  padding:10px;
}

.page_aside .block_wrap.recd {
    height: 345px;
	margin-bottom:0px
}

.recd .titlelast,  .ca-item .titlelast{
    text-align: center;
    line-height: 14px;
    padding-top: 10px;
    opacity: 0;
    margin-top: -60px;
    background-color: rgba(52,152,219,0.9);
    height: 50px;
    z-index: 20;
    position: relative;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.ca-item a {
	color: #fff;
	text-decoration: none;
}
.ca-item .titlelast{ 
	margin: 155px 7px 0px 7px;
	color: #fff;
	font-size: 11px;
}

.torrent_main .torrent_block .torrent_small:hover .titlelast ,
.torrent_main .torrent_big:hover .titlelast, .recd:hover  .titlelast, .ca-item:hover .titlelast
{opacity:1;
	
	
	-webkit-transition: all 250ms ease;
-moz-transition: all 250ms ease;
-ms-transition: all 250ms ease;
-o-transition: all 250ms ease;
transition: all 250ms ease;
}  

.biglast img {
    width: 365px;
    height: 510px;
}

.smalllast img {width:175px; height:245px}

.torrent_main .titlelast a , .recd .titlelast a {font-size:16px; line-height:10px; display:block; color:#fff; float:left; width:100%; height:100%; padding-top:10px;}

.torrent_main .titlelast a:hover , .recd .titlelast a:hover{color:#eee}


.comments_auth {
    text-align: center;
    padding: 25px 20px;
    background: #3498db;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
	margin-bottom: 20px;
}

.comments_auth a {
    color: #3498db;
    background: #fff;
    border-radius: 5px;
    padding: 2px 5px;
}




/*favall*/

.storyinfo.collapse {overflow:visible}
.favall_btn {
    background: #FF6479;
    border-bottom: 3px solid #236FA1;
    color: #ffffff;
    cursor: pointer;
    font: normal 16px/38px "Trebuchet MS", sans-serif;
    margin: 0 0px;
    padding: 0 10px;
    text-shadow: 0 0px 0px #0967B5;
    transition: all 0.2s;
    width: 20px;
    float: right;
	border-radius:50%;
}

.favrate {margin-top:20px}

.bezbg  {background:none !important}

.rowfav {width:100%; float:left; background:#fff; padding:10px 10px 1px 10px; border:1px solid #ddd; margin:10px 0px}

.col50 {width:45%; float:left}
.col30 {width:28%; float:left}
.col20 {float:right}

.favall_btn.col20 {background:#fff; font-size:35px; width:25px; height:25px; 
	
	border:3px solid #2ecc71;
	border-radius:50%; padding:5px 5px 5px 2px;  line-height:8px; color:#287ab1;
	text-align:center;
	letter-spacing:-5px;
	margin-top:-5px
	
	}
	
	.favall_all_p .favall_p .favall_url {
    background: #2980B9;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin: 0;
    padding: 0 0 0 1px;
    position: absolute;
    right: 160px;
    text-align: center;
    text-decoration: none;
    top: 0;
    transition: all 0.2s;
    height: 26px;
    width: 150px;
}

.favall_btn.col20.clickedd{
	background: #2ecc71;
}


.favall_all_p .favall_p .favall_add_dell.favall_dell {
    background: #9b59b6;
    line-height: 24px;
}
.favall_all_p .favall_p .favall_add_dell {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    position: absolute;
    right: 50px;
    text-align: center;
    transition: all 0.2s;
    height: 26px;
    width: 80px;
}


.favall_all_p .favall_p .favall_add_dell.favall_add {
    background: #2ecc71;
    line-height: 28px;
}
.favall_all_p .favall_p .favall_add_dell {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    position: absolute;
    right: 65px;
    text-align: center;
    transition: all 0.2s;
    height: 26px;
    width: 80px;
}


.favall_all_p .favall_p {
    background: #fff;
    border: 0px solid #236FA1;
	border-bottom:2px solid #ddd;
    display: block;
    font-family: kelson_sans_rulight, Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin: 2px 1px;
    overflow: hidden;
    position: relative;
    height: 26px;
	margin-bottom:10px;
}

.favall_all_p .favall_p.active {
    background: #fff;
}

.favall_all_p {
    background: #fff;
    border: 0px solid #236FA1;
    max-height: 300px;
    overflow-x: auto;
    padding: 1px 2px;
}

/*znachki*/

.moder span, .grhover span {
    
	display:none
	
}

.grey.date{
	display: inline-block;
}

.moder .admins  {
display: inline-block;
width: 18px;
height: 25px;
overflow: hidden;
letter-spacing: 20px;
background: #fe6565;
line-height: 25px;
padding-left: 7px;
border-radius: 50%;
color: #fff;
font-size: 16px;
position: relative;
top: 8px;
}


.moder .modtor  {
    display: inline-block;
    width: 20px;
    height: 25px;
    overflow: hidden;
    letter-spacing: 20px;
    background: #81e0a9;
    line-height: 25px;
    padding-left: 5px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    position: relative;
    top: 8px;
}

.com_info {position:relative}

.grhover .admins {background:#4f6984 ; color:#fff; border:1px solid #fe6565; padding:3px 5px; display:none; position:absolute ; top:8px;}

.grhover .modtor {background:#4f6984 ; color:#fff; border:1px solid #81e0a9; padding:3px 5px; display:none; position:absolute ; top:8px;}

.labls:hover .grhover .admins , .com_info:hover .grhover .modtor {display:inline-block}

.com_tools .edit_btn, .com_tools .mass {
    opacity: 0.7;
    -webkit-transition: opacity ease .3s;
    transition: opacity ease .3s;
}


.favds .release_button , .mfavs .release_button {width:200px; margin-right:20px; margin-bottom:20px}

.w100 {width:100%; float:left; margin-bottom:20px; }

.mfavs {
    margin-top: 20px;
    margin-bottom: 0px;
    margin-right: -40px;
}

.mfavs .release_download {
    background: #3498DB;
    border-color: #2981BA;
}

.mfavs .release_download.smot , .mfavs .release_download.zapl, .mfavs .release_download.pros, .mfavs .release_download.vkol {
    background: #3498DB;
    border-color: #2981BA;
		border-bottom:4px #2981BA solid;
		padding:7px 30px;
		width:auto;
		float:right
}

.mfavs .release_download.smot:hover , .mfavs .release_download.zapl:hover, .mfavs .release_download.pros:hover, .mfavs .release_download.vkol:hover {
    background: #2981BA;
   border-bottom:4px #2981BA solid;
}



.favds .release_download {
    background: #2ecc71;
border-color: #27ae60;
	float:right;
	width:auto;
	padding:5px 20px;
}

.favds .release_download.admbt {background: #9b59b6;
border-color: #8e44ad;}

.favds .release_download.admbt:hover {background: #8e44ad;
border-color: #8e44ad;}


.prmaa {
	height: 100% !important;
}





.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
  line-height: 30px;
  font-size: 20px;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
.popup .close:hover {
  color: #06D85F;
}

.popup a.podtvr{
	display: block;
	float: none;
	clear: both;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	padding: 8px 0px;
	width: 250px;
	height: 20px;
	text-align: center;
	border-style: solid;
	border-width: 0px 0px 4px 0px;
	margin: 25px auto 0px;
	background: #2ecc71;
	border-color: #27ae60;


}

.popup {
  max-height: 30%;
  overflow: auto;
}

.content {
	line-height: 20px;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  display: none;
  z-index: 1000000;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.new-recommend-wrapper {
	border-bottom: 1px #EEE solid;
}

.new-recommend-wrapper .titlelast a p, .titlelast a {
    font-size: 12px;
}

.new-recommend-wrapper .block-green {
	background: #2ecc71;
	color: #fff;
	text-align: center;
	padding: 11px 0px 12px;
	font-family: Calibri;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}

.new-recommend {
	display: flex;
    justify-content: center;
	flex-wrap: wrap;
}

.new-recommend .recd  {
	width: 160px;
	display: inline-block;
	border: none;
	box-shadow: none;
}

.new-recommend .recom img {
	width: 140px;
	height: 200px;
}

.com_author {
	background: #f5f5f5;
	margin-bottom: 0;
}

.com_text {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.block_short_comments {
	height: 100%;
}

.com_title {
	font-weight: 500;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.new_label {
	background-color: #3498db;
    width: 64px;
    color: #fefefe;
    position: absolute;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.top_movies {
	width: 100%;
}

.block-wrapper {
    background-color: #ffffff;
    margin-bottom: 0px;
}

.slider_wrap {
	margin-left: 48px;
	width: 800px;
	float: left;
}

.quick-search {
    height: 32px;
    padding-top: 10px;
    display: flex;
    width: 150px;
    margin-left: auto;
	padding-right: 20px;
}

.quick-search__icon {
    margin-top: -13px;
	width: 40px;
	height: 40px;
	z-index: 1;
}

.quick-search__icon-svg {
    width: 52px;
    padding-top: 3px;
    padding-left: 3px;
	opacity: .6;
}

.quick-search__input {
	display: flex;
}

.quick-search__placeholder {
    padding-top: 10px;
	max-width: 150px;
	border: 1px solid #fff;
	border-radius: 25px;
	margin-left: -30px;
	height: 20px;
	margin-top: 5px;
	background: #1d2a39;
	display: flex;
}

.quick-search__placeholder > input {
border: none;
    color: #fff;
    background: none;
    font-size: 14px;
    margin-top: -8px;
    padding-left: 32px;
    overflow: auto;
}

.footer-sections {
	display: flex;
	justify-content: space-evenly;
}

.footer-sections__left {
	display: flex;
	flex-direction: column;
	margin-left: -15px;
}

.footer-sections__right {
	display: flex;
	flex-direction: column;
}

.footer-sections__menu-item {
	color: #fff;
}


.order {
	border: 1px solid lightgray;
	padding: 20px;
}

.order-input {
	font-size: 13px;
}