* {
    margin:0;
    padding:0;
}

body {
    background:#000 url('../images/bg.jpg') no-repeat 50% 0 fixed;
    color:#1f282c;
    font:11px tahoma, arial, helvetica, sans-serif;
    cursor:default;
	
}

h1, h2, h3, h4 {
    font-weight:normal;
}

h1 {
    font-size:18px;
}

h2 {
    font-size:16px;
}

h3 {
    font-size:14px;
}

h4 {
    font-size:12px;
}

a img {
    border:none;
}

textarea {
    resize:vertical;
}

ul, ol {
    list-style:none;
}

:focus {
    outline:none;
}

.clr {
    clear:both;
}
    
table {
    border-collapse:collapse;
    border-spacing:0;
}

p {
    margin:10px 0;
}

hr {
    color:#aaa;
    border:0 none;
    border-top:1px dotted #aaa;
    height:1px;
}

a, a:visited {
    color:#333;
    text-decoration:none;
}

a:hover, a:active {
    color:#b42a41;
    text-decoration:none;
}

.thide {
    display:block;
    overflow:hidden;
    font-size:0;
}

#wrapper {
    margin:0 auto;
    padding:0 20px;
    width:900px;
}

#sbody {
    background: #252525;   
    border-radius:0 0 6px 6px;
    padding-right:0px;
}

#header {
    margin:170px 0 5px 0 !important;
}

.rss {
    background:url('../images/rssbut.png');
    width:18px;
    height:18px;
}

.logo {
    background:url('../images/logo.png');
    width:305px;
    height:52px;
    margin-top:15px;
}

#topmenu {
    background:#1d2323 url('../images/glass-top.png') repeat-x;
    overflow:hidden;
    border-radius:6px 6px 0 0;
}

#topmenu ul {
    height:46px;
	line-height:46px;
}
   
#topmenu ul li {
    float:left;
}
            
#topmenu ul li a {
    font-size:15px;
    color:#fff;
    display:block;
    border-right:1px solid rgba(255,255,255,.2);
    padding:0 15px;
}
    
#topmenu ul li a:hover {
    background:rgba(255,255,255,.1) url('../images/arrow.png') no-repeat center bottom;
}

#searchbar {
    margin:8px 5px 0 0;
    float:right;
}

.ser-text {
    width:190px;
    height:28px;
    padding:0 8px;
    font:11px tahoma, arial, helvetica, sans-serif;
    border:none;
    border-radius:3px;
    transition:all 0.5s ease;
    box-shadow:0 1px 3px rgba(0, 0, 0, 0.3) inset;
    background:rgba(255,255,255,.89);
}

.ser-text:focus {
    width:270px;
    background:#fff;
}

.ser-but {
    z-index:105;
    cursor:pointer;
    border:none;
    width:16px;
    height:16px;
    margin:7px 6px 0 6px;
    float:right;
    background:url('../images/ser-but.png') no-repeat;
}

#content {
    border-radius:0 6px 6px 6px;
    background:#fff url('../images/sright.png') repeat-y right;
    padding:10px 10px 10px 0;
}

#l-content {
    margin-right:250px;
}

#side-panel {
    float:right;
    width:240px;
}

.box-out {
	border-top:1px solid #ddddd7;
	padding:15px;
    overflow:hidden;
}

.box-out h2 {
	margin-bottom:10px;
}

.speedbar {
    position:relative;
    background:#f1f1f1;
    margin:-10px 0 0 0;
    height:31px;
    line-height:30px;
    padding:0 10px 0 0;
}
    
.speedbar span {
    position:relative;
}
        
.corner {
	position:absolute;
    top:0;
 	left:-8px;
    background:url('../images/corner.png');
    width:30px;
    height:38px;
}

.sortblock {
    overflow:hidden;
    background:#222;
    margin-bottom:10px;
    padding:10px 10px 0 0;
}

.sortblock ul li {
    float:left;
    position:relative;
    width:90px;
    box-shadow:0 0 5px 0 #000;
    margin:0 0 10px 13px;
}

.sortblock ul li a {
    color:#FFE900;
    display:block;
}
    
.sortblock ul li a:hover {
    text-shadow:0 0 7px #fff;
}

.sortblock ul li .text {
    position:absolute;
    background:rgba(0,0,0,.8);
    bottom:0;
    padding:8px;
    color:#fff;
	opacity: 0.8;
}
    
.sortblock ul li img {
    width:90px;
  	display:block; 
 	height:130px;
}

#slide-menu {
    font-size:12px;
    margin:0 -7px 10px 0;
}

#slide-menu li a, #slide-menu li span {
    color:#1f2931;
    display:block;
    border-radius:6px 0 0 6px;
    border-bottom:1px solid #f0f0f0;
    padding:0 23px;
    height:28px;
    line-height:27px;
}

#slide-menu li a {
    cursor:pointer;
    background:url('../images/slidemenu.png') no-repeat 9px -43px;
}

#slide-menu li span {
    cursor:pointer;
    background:url('../images/slidemenu.png') no-repeat 9px 9px;
}

#slide-menu li a:hover, #slide-menu li span:hover {
    background-color:#e5e5e5;
    box-shadow:0 1px 1px rgba(0, 0, 0,.1) inset;
}

#slide-menu li.selected span {
    color:#fff;
    box-shadow:none;
    border:none;
    background:#545D7A;
    background-position:7px -23px;
}

#slide-menu li.submenu ul {
    padding:10px 0 5px 0;
}

#slide-menu li.submenu ul li a {
    border:none;
    font-size:11px;
    padding-bottom:5px;
    background:none;
    line-height:normal;
    height:auto;
    box-shadow:none;
    padding:7px;
}

#slide-menu li.submenu ul li a:hover {
	background:#E5E5E5;
}

.side-block {
    border-radius:5px;
    width:240px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    background:#fff;
    margin:0 0 10px 0;
}

.side-block .block-inner {
    padding:7px;
}

.side-block .block-head {
    background:url('../images/b-head.png') no-repeat;
    padding:0 10px 0 21px;
    box-shadow:0 1px 3px rgba(0, 0, 0, 0.1) inset;
    font-size:13px;
    height:32px;
    color:#fff;
    line-height:31px;
    border-radius:5px 5px 0 0;
}

.side-block .block-top {
    padding:0 15px;
    height:32px;
    border-bottom:1px solid #111;
    line-height:32px;
    font-size:13px;
    text-shadow: 0 -1px 0 #111;
    color:#fff;
}

.side-block.nomargin {
    margin-bottom:0;
}

.side-block.dblock {
    background:#222;
}

.topnews {
    border-top:1px solid #333;
    padding-bottom:5px
}

.topnews li a {
    color:#fff;
    padding:8px;    
    overflow:hidden;
    display:block;
}

.topnews img {
    float:left;
    width:50px;
    height:45px;
    border-radius:4px;
}

.topnews li:hover {
    background:rgba(255,255,255,0.1)
}

.vinfo, .pollinfo {
    padding-bottom:5px;
    background:url('../images/vtitle.png') no-repeat 20px 100%;
    color:#fff;
}

.vinfo b, .pollinfo b {
    display:block;
    padding:8px;
    font-weight:normal;
    font-size:12px;
    background:#1C1C1C;
}

#archbut, #votebut { 
    float:right;
    margin-top:5px;
}
    
#archbut a, #votebut a {
    box-shadow:0 1px 3px rgba(0, 0, 0, 0.3) inset;
    border-radius:3px;
    margin-left:4px;
    width:25px;
    height:22px;
    float:left;
    background:rgba(0,0,0,0.4) url("../images/archvote.png") no-repeat; 
}
    
#archbut a:hover, #votebut a:hover {
    background-color:rgba(0,0,0,0.45);
}
    
#archbut a.selected {
    background-color:rgba(0,0,0,0.59); 
}

#votebut a.allvote {
    background-position: -1px 0;
}

#votebut a.resvote {
    background-position: -23px 0;
}

#archbut a.list {
    background-position: -1px -22px;
}

#archbut a.cal {
    background-position: -23px -22px;
}

.logarea {
    display:none;
}

.popuplog {
    box-shadow:0 0 5px #000;
    background: #fff;
}

.popup-head {
    font-size:15px;
    padding:0 20px;
    height:45px;
     color:#fff;
    text-shadow: 0 -1px 0 #ac1e47;
    line-height:46px;
    background:#b42a41 url('../images/glass-top.png') repeat-x;
}

.popup-close {
    margin-top:16px;
    width:16px;
    overflow:hidden;
    display:block;
	height:16px;
	float:right;
	background:url('../images/close.png') no-repeat;
}

.popupcol {
    padding:15px;
}

.popupcol .usermenu {
	margin:-3px 0 0 120px;
}

.popupcol .usermenu li a {
	display:block; 
	padding: 3px 0;
}

.popupcol .edge p {
	color: #7e7e7e;
    padding:0 !important;
	margin-bottom:4px;
}

.popupcol .edge input {
	margin-bottom:8px;
    padding:5px;
	width: 97%;
}

.login-panel {
    height:31px;
    line-height:31px;
    margin-top:-10px;
    float:right;
}
        
.login-panel a {
    color:#fff;
    text-shadow:0 -1px 0 #000;
}
        
.login-panel span {
    border-radius:0 0 11px 11px;
    box-shadow:0 0 5px #000;
    margin-left:10px;
    float: right; 
}
 
.login-panel span a { 
 	border-radius:0 0 11px 11px;
    text-shadow: 0 -1px 0 #b42a41;
    background:#b42a41 url('../images/glogin.png') repeat-x;
    line-height:30px;
    height:31px;
    display:block;
    color:#fff;
    padding:0 23px;
    font-size:12px;
}
                        
.login-panel span a:hover {
	background-color:#cc314b;
}

.news-block {
    border-top:1px solid #ddddd7;
    padding:15px;
    background:url('../images/news-bg.png') repeat-x;
	overflow:hidden;
}

.news-block h1 {
    padding-left: 19px;
    background: url('../images/arrow-news.png') no-repeat 0 5px;
    font-weight: bold;
	font-size: 14px;
}

.news-block h3 {
    padding-left:19px;
    background:url('../images/arrow-news.png') no-repeat 0 5px;
	font-weight: bold;
}

.news-top {
	margin-bottom:9px;
    border-bottom:5px dotted #e1e1e1;
    margin-top:10px;
}

.news-top ul {
    padding:4px 0 9px 0 !important;
    overflow:hidden; 
} 

.news-top ul li {
    padding-left:10px;
    background:url('../images/arrow-b.png') no-repeat 0 7px;
	float:left;
    color:#666;
    margin-right:5px;
}

.news-bottom {
    overflow: hidden;
    width: 600px;
    padding-top: 10px;
}
        
.news-bottom .rating {
    margin-top:4px;
    float:left;
}

.comnum {
    margin: 0 -15px 0 10px;
    line-height: 29px;
    text-align: center;
    font-size: 15px;
    padding-left: 5px;
    color: #fff;
    float: right;
    min-width: 25px;
    height: 30px;
    background: ##5b0209;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}

.comnum a {
    color:#fff;
    display:block;
}
  
.newsinfo {
    overflow:hidden;
    height:25px;
    line-height:25px;
    box-shadow:0 1px 3px rgba(0, 0, 0, 0.2) inset;
    border-radius:5px 11px 11px 5px;
    background:#ffffff;
    float:left;
	width: 100%;
}

.newsinfo li {
    float:left;
}

.newsinfo li img {
    height:25px;
    width:23px;
    vertical-align:top !important;
    background:rgba(0,0,0,0.1);
    border-right:1px solid rgba(0, 0, 0, 0.11) !important;
}

.newsinfo .cat {
    padding: 0 10px;
	border-right: solid 1px #d4d4d4;
}

.newsinfo .cat2 {
	float:right;
    padding: 0 10px;
	border-right: solid 1px #d4d4d4;
	background: #1d2323;
}

.newsinfo .cat2 a {
	color:#ffffff;
}

.newsinfo .cat2:hover {
	background: #666E8B;
}

.argmore a {
    float: right;
    background:#222 url('../images/argmore.png') no-repeat 91% 9px;
    border-radius:11px;
    line-height:24px;
    height:25px;
    color:#fff !important;
    padding: 0 23px 0 15px;
    font-size:12px;
}
    
.argmore a:hover {
	background-color:#b42a41;
}

.info-block {
    background:#F5F5F5;
    border-radius:5px;
    padding:10px;
    margin:15px 0;
}

.berrors {
    border:1px solid #ddddd7;
    border-width:1px 0;
    background:#f5f5f5;
    padding:15px;
    margin-bottom:10px;
}
        
.berrors b {
	font-size:12px;
    font-weight:normal;
}

.stats {
    width:33.3%;
    float:left;
    margin-bottom:10px;
}

select {
    padding:1px;
    height:20px;
	box-shadow:0px 1px 0px rgba(0,0,0,0.1) inset;
    border:1px solid #bababa;
    font-size:11px;
    border-radius:2px;
}

.checkbox {
    padding:4px 0;
    line-height:1em;
}

.checkbox input {
    margin-top:-2px;
    vertical-align:middle;
}

.bb-editor textarea, .xfields input, input.textin, .xfields textarea, .f_input,input.f_input, textarea.f_textarea  {
    border:1px solid #bababa;
    background:#fff;
    padding:4px;
    font:12px Tahoma, arial;
    transition:all 0.2s ease;
    color:#666;
    border-radius:2px;
    box-shadow:0px 1px 0px rgba(0,0,0,0.1) inset;
}
        
.bb-editor textarea:hover, .xfields input:hover,input.textin:hover,.xfields textarea:hover,.f_input:hover,input.f_input:focus, textarea.f_textarea:hover {
    border:1px solid #909090;
}

.bb-editor textarea:focus, .xfields input:focus,input.textin:focus,.xfields textarea:focus,.f_input:focus,input.f_input:focus, textarea.f_textarea:focus{
    border:1px solid #a62a3f;
    color:#000;
    box-shadow:0px 1px 0px rgba(0,0,0,0.1) inset, 0px 0px 5px #b42a41;
}

a.fbutton:link, a.fbutton:visited, .fbutton, input.bbcodes {
    background:url('../images/wbg.png') repeat-x bottom;
    border:0px;
    margin-top:7px;
    color:#333;
    font:12px tahoma, arial, helvetica ,sans-serif;
    box-shadow:0 0 1px rgba(0,0,0,0.4);
    border-radius:3px;
    cursor:pointer;
    padding:3px 9px 4px 9px;
}

a.fbutton:hover, .fbutton:hover, input.bbcodes:hover {
    color:#000;
}

a.fbutton:active, .fbutton:active, input.bbcodes:active {
    color:#555;
    box-shadow:0 1px 3px rgba(0, 0, 0, 0.3) inset; 
}

table.tableform {
    width:100%;
}

table.tableform td {
    padding:2px 0px 3px 0px;
    border-bottom:1px dotted #eaeaea;
    vertical-align:middle;
}

.tableform td.label {
    width:20%;
    padding-right:0;
}

table.tableform input.f_input {
    width:300px;
}

.uavatar {
    position:relative;
	float:left;
}

.uavatar img {
    width:100px;
    border-radius:4px;
}

.avatar {
    position:relative;
	float:left;
}

.avatar img {
    width:80px;
    border-radius:4px;
}

.user-status {
	position:absolute;
    box-shadow:0 1px 3px rgba(0, 0, 0, 0.9) inset;
    top:0px;
    right:0px;
    background:rgba(0,0,0,0.4);
    padding: 2px 3px 1px 3px;
    border-radius:3px;
}

.user-status img {
    width:10px !important;
    height:10px !important;
}
        
.ulist {
    margin-left:10px;
    display:inline-block;
}

.uinfo {
    width:49.9%;
    float:left;
}

.grey {
    color:#555;
}

.pm-menu {
    overflow:hidden;
}
        
.pm-menu li {
    float:left;
    margin-right:10px;
}

.poll-block {
	background:#f8f8f8;
}
           
.pollinfo b {
    padding:10px;
}
    
.poll-block .padding {
	padding:10px;
}

.bcomment {
    padding-bottom:9px;
    margin:10px 10px 0 10px;
    background:url('../images/comm-arrow.png') no-repeat 20px 100%;
}

.bcomment .arrow {
    padding:8px;
    display:block;
    overflow:hidden;
    border-radius:4px;
    background:#eee;
}

.bcomment .commm-user {
    color:#666;
}
                
.bcomment .bcomm {
	margin-left:90px;
}
                        
.comm-text {
	font-size:12px;
    padding:5px 0px;
}
            
.bcomment .author {
	font-size:14px;
}
    
.comedit {
    float:right;
}

.comedit a {
	display:inline-block;
	padding:2px;
	opacity:0;
}

.bcomment:hover .comedit a {
	opacity:0.4;
	transition:all 0.3s ease;
}

.bcomment .comedit a:hover {
    opacity:1.0;
}

.counts ul li {
    float: right;
    height: 31px;
    margin-left:8px;
    opacity:0.5;
}

.counts ul li:hover {
    opacity:1.0;
}

.foot-top .totop {
    float:left;
    margin:9px 10px 0 10px;
    background:url('../images/totop.png') no-repeat;
    width:18px;
    height:15px;
    transition:all 0.2s ease;
    opacity:0.4;
}
    
.foot-top .footlogo:hover {
	opacity:1;
}
                    
.foot-top {
	padding:6px 0 6px 6px;
    color:#fff;
}
    
.foot-top b {
    font-weight:normal;
    font-size:12px;
    height:32px;
    padding-left:10px;
    border-left:1px dotted rgba(255,255,255,0.4);
    line-height:32px;
}

    .foot-bottom a {
    color:#fff;
}

.foot-bottom a:hover {
    text-decoration:underline;
    text-shadow:0 0 8px #fff;
}

.foot-bottom .menu {
    margin-left:-6px;
}
                
.foot-bottom .menu li a {
	float:left;
    border-right:1px solid #ddd;
    padding:0 6px;
}    

.foot-bottom {
    padding:10px;
    color:#f9f9f9;
}

.relnews {
    color:#444;
}

.relnews li a {
    color:#b42a41;
    font-size:12px;
    display:block;
}

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

.relnews li {
    padding:6px;
    display:block;
    overflow:hidden;
}

.relnews li:hover {
    background:#fff;
    box-shadow:0 0 5px rgba(0,0,0,0.1);
    border-radius:4px;
}

.relnews img {
    float:left;
    width:80px;
    height:50px;
    border-radius:4px;
    margin-right:8px;
}

.relnews li a:hover {
    text-shadow:0 0 10px #fff;
}

.relnews-area {
    overflow:hidden;
    margin-top:10px;
    background:#eae8e7 ;
	box-shadow: inset 0 0 4px 0 #dbdbdb;
    padding:8px;
}

.relnews-area h2 {
    padding:10px;
    text-transform:uppercase;
    text-shadow:0 1px 0 #fff; 
    color:#444;
}

.basenavi {
    font-size:16px;
    padding:0 20px; 
}
   
.navigation, .navigation a, .navigation span, .bnnavi, .nextprev, .nextprev .thide {
    float: left;
}

.navigation a, .navigation span {
    margin-top:2px;
    padding:0 7px;
    height: 22px;
    line-height: 21px;
}

.navigation a, .navigation span.nav_ext {
    color: #000;
}

.navigation a:hover {
    background-color: #eee;
    border-radius:4px;
}

.navigation span {
    background-color: #00b2cb;
    color: #fff;
    border-radius:2px;
}  

.nextprev .pager {
    width: 26px;
     font-size:0;
     margin: 0 4px; 
     float:left !important;
     height:26px;
     background: url("../images/pages.png") no-repeat;
}

.nextprev a span {
    cursor: pointer;
}

.nextprev span .pnext {
    background-position: -26px -52px;
}

.nextprev a .pnext {
	background-position: -26px 0;
}

.nextprev a:hover .pnext {
	background-position: -26px -26px;
}

.nextprev span .pprev {
	background-position: 0 -52px;
}

.nextprev a .pprev {
	background-position: 0 0;
}

.nextprev a:hover .pprev {
	background-position: 0 -26px;
}

.ratebox2 {
  float: right;
}

.ratebox3 {
  float: right;
}

.ratebox ul, .ratebox ul li {
  float: left;
}

.ratebox2 ul, .ratebox2 ul li {
  float: left;
}

.ratebox3 ul, .ratebox3 ul li {
  float: left;
}



/* Блок профиля */
.side_right {overflow:hidden;}
.block_full {overflow:hidden; width:255px; margin:0 0 10px 10px;}
.block_full .block_top {text-align: center; overflow:hidden; width:215px; height:35px; line-height:36px; padding:0 0 0 14px; font-size:16px; color:#FFFFFF; text-transform:uppercase; background:url("../images/block_full.png") no-repeat 0 0;}
.block_full .block_top span {color:#e99f00; list-style:none;}
.block_full .block_cont {overflow:hidden; padding:10px 0 0 0;}


/* Стиль формы входа у профиля */
.loginbox, .lvsep, .loginbtn, .lexit {
float: left;
}

.loginbox #logform .lbtn {
text-align: center;
margin-top: 5px;
}

.loginbox #logform .lfchek {
display: inline;
margin-bottom: 0.2em;
}

.loginbox #logform .lfchek a {
    color:#000000;
}

.lbtn .f_button {font-family: Cuprum; font-size:14px; margin-bottom: 2px; border: 1px solid #2c3436; width: 175px; border-radius: 6px; height: 27px; color: #fff; padding: 1px 0 5px 0; background: #2c3436;}
.lbtn .f_button:hover {background-position: 0 10px; border: 1px solid #5E6888; background: #5E6888; cursor: pointer;}
.loginenter li a {display: block; width: 100%;}

.lbtn .f_button {
    font-family: Cuprum;
    font-size: 14px;
    margin-bottom: 2px;
    border: 1px solid #545D7A;
    width: 175px;
    border-radius: 6px;
    height: 27px;
    color: #fff;
    padding: 5px 0 5px 0;
    background: #545D7A;
}

.loginbox #logform .lfield input {
    width: 170px;
    padding: 4px;
    border-radius: 3px;
    border: 1px solid #c0d4de;
    background: #fff;
}

.lfield lfchek a {
color#000;	
}

/* Стиль для блока и похожих новостей в полной новости */
.related-news-block {
	float: left;
	width: 100%;
}

.related-news-title {
    padding: 5px 10px 5px 10px;
    background: #1d2323;
    color: #ffffff;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.related-news-title i {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}

.related-news-title .right {
	float: right;
}

.related-news ul {
	display: block;
	list-style: none;
	text-align: center;
	overflow: hidden;
	padding: 5px 0;
	vertical-align: top;
}

.related-news ul li {
	position: relative;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 116px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	opacity: 0.9;
	margin-right: 3px;
}

.related-news ul li:hover {
	opacity: 1.0;
}

.related-news ul li img {
	border-radius: 5px;
}

.related-news ul.recom_you {
	text-align: left;
}

.related-news ul.recom_you li {
	display: block;
	text-align: left;
	width: auto;
	padding: 5px 0;
	border-bottom: 1px dashed #454545;
}

.related-news ul.recom_you .right {
	float: right;
}

/* Стиль для блока плеера в полной новости */
.player-news-block {
	float: left;
	width: 100%;
}

.player-news-title {
    padding: 5px 10px 5px 10px;
    background: #1d2323;
    color: #ffffff;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.player-news-title i {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}

.player-news-title .right {
	float: right;
}

.player-news ul {
	display: block;
	list-style: none;
	text-align: center;
	overflow: hidden;
	padding: 5px 0;
	vertical-align: top;
}

/* Стиль для над коментариеми в полной новости */
.comments-news-block {
	float: left;
	width: 100%;
}

.comments-news-title {
    padding: 5px 10px 5px 10px;
    background: #5c0209;
    color: #ffffff;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.comments-news-title i {
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}

.comments-news-title .right {
	float: right;
}

.comments-news ul {
	display: block;
	list-style: none;
	text-align: center;
	overflow: hidden;
	padding: 5px 0;
	vertical-align: top;
}

/* Стиль для постера */
.poster {
	float:left; margin-right: 3px;
	opacity: 0.95;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.poster:hover {
	opacity: 1.0;
}

.poster img {
	width: 250px; 
	height: 145px;
	border: solid 1px #a7a7a7;
	border-radius:3px;
}


/* Стиль поля Лицензия в краткой и полной новости */
.pole_license {
    width: 95px;
    height: 58px;
    position: absolute;
    z-index: 1;
    content: '';
    background: url('../images/license.png') left top no-repeat;
	margin-left: 113px;
	opacity:0.9;
}

/* Стиль поля Лицензия на слайдере */
.pole_license_slider {
    width: 95px;
    height: 58px;
    position: absolute;
    z-index: 1;
    content: '';
    background: url('../images/license.png') left top no-repeat;
	margin-left: 47px;
	opacity:0.9;
}

/* Стиль поля HD в краткой и полной новости */
.pole_hd {
	display: block;    
	position: absolute;       
	background: #5682a3;    
	height: 18px;    
	line-height: 19px;    
	font-size: 9px;       
	color: #fff;    
	padding: 0 7px;    
	border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;    
	letter-spacing: 1px;    
	z-index: 1;    
	content: '';    
	margin-top: 29px;
	font-weight: 600;
	opacity:0.9;
}

/* Стиль поля HD на слайдере */
.pole_hd_slider {
	display: block;    
	position: absolute;       
	background: #5682a3;    
	height: 18px;    
	line-height: 19px;    
	font-size: 9px;       
	color: #fff;    
	padding: 0 7px;    
	border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;    
	letter-spacing: 1px;    
	z-index: 1;    
	content: '';    
	margin-top: 29px;
	font-weight: 600;
	opacity:0.9;
	margin-left:9px;
}

/* Стиль поля HD в блоке свежие сериалы */
.pole_hd_serials {
	display: block;    
	position: absolute;       
	background: #5682a3;    
	height: 18px;    
	line-height: 19px;    
	font-size: 9px;       
	color: #fff;    
	padding: 0 7px;    
	border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;    
	letter-spacing: 1px;    
	z-index: 1;    
	content: '';    
	margin-top: 29px;
	font-weight: 600;
	opacity:0.9;
}

/*--- Стиль для серий онлайн на постере ---*/
.serial-info {
    padding: 0 3px 0 0;
    background: #0159a2;
    position: absolute;
    display: block;
    color: #fff;
    font-size: 11px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .2);
}

.serial-info.sidebar {
	bottom: auto;
	top: 135px;
	right: 12px;
	height: 18px;
	line-height: 16px;
}

.serial-info.related {
	bottom: auto;
	top: 135px;
	right: -1px;
	height: 20px;
	line-height: 19px;
	font-size: 9px;
}

.serial-info em {
	font-style: normal;
	position: relative;
	z-index: 1;
}

.serial-info i:after {
	content: "";
	position: absolute;
	top: 0;
	left: -20px;
	display: block;
	height: 0;
	width: 0;
	border: 10px solid transparent;
	border-right: 10px solid #0159a2;
	border-bottom: 10px solid #0159a2;
}

.serial-info i:before {
	content: "";
	position: absolute;
	top: 0;
	left: -20px;
	display: block;
	height: 0;
	width: 0;
	border: 10px solid transparent;
	border-right: 10px solid #0159a2;
	border-top: 10px solid #0159a2;
}

.serial-info.sidebar i:after {
	left: -17px;
	border: 9px solid transparent;
	border-right: 9px solid #0159a2;
	border-bottom: 9px solid #0159a2;
}

.serial-info.sidebar i:before {
	left: -17px;
	border: 9px solid transparent;
	border-right: 9px solid #0159a2;
	border-top: 9px solid #0159a2;
}

/*--- Стиль для серий онлайн в блоке свежие сериалы ---*/
.serial-info2 {
    padding: 0 3px 0 0;
    background: #0159a2;
    position: absolute;
    display: block;
    color: #fff;
    font-size: 11px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, .2);
}

.serial-info2.sidebar {
    bottom: auto;
    top: 135px;
    right: -4px;
    height: 18px;
    line-height: 16px;
}

.serial-info2.related {
	bottom: auto;
	top: 135px;
	right: -1px;
	height: 20px;
	line-height: 19px;
	font-size: 9px;
}

.serial-info2 em {
	font-style: normal;
	position: relative;
	z-index: 1;
}

.serial-info2 i:after {
	content: "";
	position: absolute;
	top: 0;
	left: -20px;
	display: block;
	height: 0;
	width: 0;
	border: 10px solid transparent;
	border-right: 10px solid #0159a2;
	border-bottom: 10px solid #0159a2;
}

.serial-info2 i:before {
	content: "";
	position: absolute;
	top: 0;
	left: -20px;
	display: block;
	height: 0;
	width: 0;
	border: 10px solid transparent;
	border-right: 10px solid #0159a2;
	border-top: 10px solid #0159a2;
}

.serial-info2.sidebar i:after {
	left: -17px;
	border: 9px solid transparent;
	border-right: 9px solid #0159a2;
	border-bottom: 9px solid #0159a2;
}

.serial-info2.sidebar i:before {
	left: -17px;
	border: 9px solid transparent;
	border-right: 9px solid #0159a2;
	border-top: 9px solid #0159a2;
}

/* Стиль поля сериал статус */
.pole_serial {
    display: block;
    position: absolute;
    z-index: 4;
    content: '';
    margin-left: 100px;
    width: 112px;
    margin-top: 123px;
}

/* Стиль слайдера */
#slide {
	width: 900px;
	height: 230px;
	margin-top: 0px;
	background: #252525;
}

.top_films {
	width: 125px;
	height: 200px;
	min-height: 200px;
	float: left;
	margin-left: 8px;
}

.carousel  {
    min-width: 900px;
    max-width: 100%;

}
.carousel-wrapper {
   	overflow: hidden; 
   	position:relative;
}
.carousel-items {
   	width: 10000px; 
   	position: relative; 

}
.carousel-block {
	float: left; 
	width: 137px;
	padding: 13px 0px 10px 0px;	
}
.carousel-block img{
	display:block;
	border: solid 1px #bcb8b8;
	opacity: 0.9;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.carousel-block :hover {
	opacity: 1.0;
}

.carousel-button-left a, .carousel-button-right a{
   	width: 36px; 
   	height: 38px; 
   	position: relative;
   	top: 95px; 
   	cursor: pointer; 
   	text-decoration:none;
}
.carousel-button-left a{
  	float: left; 
   	background: url(../images/left_arr.png); 
}
.carousel-button-left a:hover {
	background-position: 0 -38px;
}

.carousel-button-right a{
   	float: right;
   	background: url(../images/right_arr.png); 
}
.carousel-button-right a:hover {
	background-position: 0 -38px;
}

/*--- Стиль блока скоро на сайте ---*/
.scoro img {
    width: 114px;
    border-radius: 8px;
	border: 1px solid #c5c5c5;
	opacity: 0.9;
    -moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.scoro :hover {
	opacity: 1.0;
}

.scoro li {
    list-style: none;
    width: 112px;
    margin: 2px 4px 15px 3px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

/*--- Стиль блока свежие сериалы ---*/
.serial_new img {
    width: 114px;
    border-radius: 8px;
	border: 1px solid #c5c5c5;
	opacity: 0.9;
    -moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.serial_new :hover {
	opacity: 1.0;
}

.serial_new li {
    list-style: none;
    width: 111px;
    margin: 2px 4px 15px 2px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

/* Стиль для последних комментариев */
.last-comment {
	padding: 5px;
	display: block;
	width: 275px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin: 0 0 2px 0;
}

.last-comment p {
    width: 228px;
    font-size: 12px;
    text-decoration: none;
    line-height: 13px;
    margin-top: 45px;
    background: #ededed;
    border-radius: 7px;
    padding: 2px;
}

.last-comment-ava {
	float: left;
	width: 60px;
	position: relative;
}

.last-comment-ava img {
	float: left;
	width: 50px;
	height: 50px;
	border: 1px solid #a3c2d6;
    -webkit-border-radius: 5px;
}

.last-comment-full {
	float: left;
	width: 188px;
}

.last-comment-full a {
	float: left;
	text-decoration: none;
	padding-right: 5px;
}

.last-comment-full a:hover {
	text-decoration: underline;
}

.last-comment-full a.title {
	width: 188px;
	font-size: 12px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
}

.screen_cadr {
	width:621px;
}

.kadr {
	opacity: 0.9;
    -moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.kadr:hover {
	opacity: 1.0;
}

.kadr img {
	float:left;
	width:195px;
	height:125px;
	border: solid 1px #000;
	border-radius: 8px;
	margin-right:5px;
}

/* Стиль кнопки показать Еще новости */
.go-eshe {
    background: #00b2cb;
    line-height: 33px;
    width: 95px;
    color: #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 50px;	
}

.go-eshe:hover {
	background: #64687A;
    color:#ffffff;	
}

.instagram-media, .twitter-tweet {display: inline-block !important;}