/* 
        DataLife Engine Template
        Name: Napolitano
        Author: http://sanderart.com/
*/

@import 'normalize.css';

/* `FontFace

-----------------------------------------------------------------------------------*/
@font-face {
    font-family: 'RobotoRegular';
    src: url('../fonts/roboto-regular-webfont.eot');
    src: url('../fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff'),
         url('../fonts/roboto-regular-webfont.ttf') format('truetype'),
         url('../fonts/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'RobotoMedium';
    src: url('../fonts/roboto-medium-webfont.eot');
    src: url('../fonts/roboto-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto-medium-webfont.woff2') format('woff2'),
         url('../fonts/roboto-medium-webfont.woff') format('woff'),
         url('../fonts/roboto-medium-webfont.ttf') format('truetype'),
         url('../fonts/roboto-medium-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* `Main

-----------------------------------------------------------------------------------*/
.searchbt, .video_icon, .play_icon, .post_info_item.fcomms:before, .post_info_item.fviews:before,
.views:before, .button_rating:before, .favlink:before, .print-link:before, .edit-link:before, .uparrow, 
 .login-social, .thumbs_up, .thumbs_down, .attachment:before, .nav_btn:before, .login_btn:before, .n_comments:before{
    background:url(../images/sprite.png) 0 0 no-repeat;
}
.logo a img, .searchform, .newsfeed_post, .newsfeed_post:before, .tile_content, .news2, .video_post .tile, .video_title, .play_icon, .photo_post .tile,
.enter-btn, .vc_block, .v_block, .shortstory:before, .navigation a, .short_title, .lastnews,
.tags_block a, .login_btn:before, .nav_btn:before, .email-pm a,
.login_btn:hover:before, .nav ul.main_nav li a, .searchblock, #totop, .profile_menu li a, .login-social{    
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    transition: ease 0.2s all;
}
* {
    margin-top:0;
    margin-bottom:0;
    margin-right:0;
    margin-left:0;
    padding:0;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
image{
    border:0;
}
a img,:link img,:visited img,:hover img {
    border:0;
}
a{
    color:#303030;
    font-size:16px;
    text-decoration:underline;
}
a:hover {
    color:#EF4335;
    text-decoration:none;
}
b, strong, th{
    font-family: "RobotoMedium", sans-serif;
    font-weight: normal;
}
h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
    margin:0;
    padding:0;
}
textarea{
    border:1px solid #ccc;
    padding:5px;
}
input:focus, textarea:focus {
    outline:none;
}
button:focus{
    outline:none;	
}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:24px;line-height:30px;}
h2 {font-size:22px;line-height:25px;}
h3 {font-size:20px;}
h4 {font-size:18px;}
h5, h6 {font-size: 16px;}
ul, ol{
    padding: 0;
    margin: 0;
}
input[type="checkbox"], input[type="radio"] {
    width: auto; 
    height: auto; 
    padding: 0; 
    margin: 3px 5px 5px 0;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
} 
.cf:after {
  clear: both;
}
 .cf {
  *zoom: 1;
}
#dle-content:after{
    content: "";
    display: table;
    clear: both;
}
html{
    padding:0px;
}
body{
    background:#f1f1f1;
    font-family:'RobotoRegular', sans-serif;
    font-size:16px;
    height:100%;
    margin:0;
    color:#303030;
    -webkit-font-smoothing: antialiased !important;
}
.wrap{
    width: 1400px;
    margin: 0 auto;
    position: relative;
}
.header{
    width:100%;
    z-index: 1000;
    background-color: #313642;
}
.top_adv{
    height: 161px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.topline{
    height: 40px;
    line-height: 20px;
    padding: 0 20px 0 30px;   
    color: #bbb;
    font-size: 16px;
}
.current_date{
    float: left;
    padding: 10px 0;
    margin: 0 30px 0 0;
}
.weather{    
    padding: 10px 0;
    float: left;
}
.temperature{
    color: #fff;
}
.logo{
    display: block;
    float: left;
    background-color: #D03226;
    width: 300px;
    padding: 10px 30px;
}
.logo a img:hover{
    opacity: 0.7;
}
.logo img{
    max-width:100%;
    display: block;
}

/* navigation menu*/
.nav{
    position: relative;
    height: 60px;
    background-color: #EF4335;
}
.nav ul{
    list-style: none;
    max-width: 100%;
    margin: 0;
    position: relative;
    float: left;
}
.nav li{
    position: relative;
    display: block;
    float: left;
    height: 60px;   
    z-index: 100;
}
.nav li a{
    display: block;
    padding: 0 20px;
    line-height: 60px;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color:#fff;
}
.nav li a.dropi{
    padding: 0 30px 0 20px;
}
.nav li a:hover, .nav ul.main_nav li.drop:hover .dropi{ 
    background-color: #F79088;
}
.nav li.drop:hover .dropi:after{    
    background-color: transparent;    
    border-top-color: #000 ;
}
.nav li a.dropi:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #fff;
    position: absolute;
    top:27px;
    right: 12px;
}
.nav li:hover ul{
    display: block;
    clear: both;
}
.nav li ul{
    display: none;
    height: auto;
    min-width: 200px;
    position: absolute;
    border-bottom:2px solid #ddd;
    border-top:2px solid #ddd;
    background-color: #fff;
    z-index: 5000000;
    max-width: 100%;
    left: 0;
}
.nav li li{
    display: block;
    float: none;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #eee;
    border-right: 2px solid #ddd;
    border-left: 2px solid #ddd;
}
.nav li li a {
    text-align:left;
    display:block;
    float:none;
    color: #303030;
    padding: 0px 20px;
    line-height: 40px !important;
    text-transform: none;
    z-index: 501;
    font-family: "RobotoRegular", sans-serif;
}
.nav li li a:hover{
    background-color: #EF4335;
    color: #fff;
    border-bottom: 0;
}

.container{
    background-color: #fff;
}
.left{
    float: left;
    width: 300px;
    padding-bottom: 30px;
    background-color: #fafafa;
}
.right{
    float: right;
    width: 1100px;
}

/* Поиск */
.searchtable{
    margin: 0 0 0 10px;
}
.searchblock{
    position: relative;
    border-bottom: 1px solid #ffe0a3;
}
.searchblock.open{
    display: block;
    opacity: 1;
}
.searchform{
    display: block;
    border:0;
    color:#909090;
    width: 100%;
    height:40px;
    line-height:40px;
    padding:0 40px 0 20px;
    font-size:16px;    
    background-color:#fff;
    overflow:hidden;
}
.searchform:focus{
    background-color: #fff;
    color: #909090;
}
.searchbt{
    width: 40px;
    height:40px;
    border:0 !important;
    border-radius: 0;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    background-position: 0 0;
    opacity: 1;
    -moz-transition:0.2s background-color;
    -webkit--transition:0.2s background-color;
    transition:0.2s background-color;

}
.searchbt:hover{
    background-position: 0 -40px;
    background-color: #ffd050;
}
.top_topics{
    line-height: 20px;
    min-height: 40px;
    padding: 10px 20px 10px 20px;
}
.top_topics a{
    margin: 0 20px 0 0;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-family: "RobotoMedium", sans-serif;

}

/* newsfeed.tpl */
.newsfeed_post{
    display: block;
    padding: 10px 30px;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    color: #707070;
    position: relative;
}


.newsfeed_post.imp{
    font-family: "RobotoMedium", sans-serif; 
}



.newsfeed_post.extra{
    font-family: "RobotoMedium", sans-serif; color: #EF4335;
}
.newsfeed_post.color{
    border-top:1px solid #FFD050;    
    border-bottom:1px solid #FFD050;
}
.newsfeed_post:hover, .news2:hover, .news3:hover{
    background-color: #f5f5f5;
    color: #303030;
}
.newsfeed_post:before{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 0;
    height: 100%;
    background-color: #FFD050;
    z-index: 1;
}
.newsfeed_post:hover:before{
    width: 2px;
}
.feed_date{
    color: #EF4335;
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 12px;
}
.video_icon{
    display: inline-block;
    height: 10px;
    width: 14px;
    background-position: -20px -540px;
}
.edit_date{
    display: inline-block;
    color: #FFD050;
    font-size: 14px;
}

.lastnews{
    display:block;
    width:200px;
    text-align:center;
    font-size:14px;
    text-transform:uppercase;
    color:#303030;
    border:2px solid #ffd050;
    margin:20px auto 0 auto;
    text-decoration:none;
    line-height:40px;
}
.lastnews:hover{
    background-color:#ffd050;
    color:#fff;
}
/* news1.tpl */
.news1_img{
    width: 100px;
    float: left;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}

/* news2.tpl */
.news2{    
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    width: 33.33333%;
    float: left;
    position: relative;
}
.news2_img{
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.news2_title{
    font-size: 16px;
    line-height: 20px;
    font-family: "RobotoMedium", sans-serif;
    height: 60px;
    overflow: hidden;
}
.date2{
    color: #EF4335;
    font-size: 11px;
    margin-bottom: 3px;
    font-family: "RobotoMedium", sans-serif;
}
.vc_block{
    position: absolute;
    z-index: 5;
    bottom: -40px;
    left: 0;
}
.news2:hover .vc_block, .video_post:hover .vc_block{
    bottom: 0; 
}
/* news3.tpl */
.news3{
    display: block;
    padding: 10px 5px 10px 30px;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
    color: #707070;
    position: relative;
}

/* video.tpl */
.video_post{
    width: 33.33333%;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    background-color: #303030;
    padding: 0 0 20px 0;
    color: #fff;
    border-right: 1px solid #404040;
}
.video_post .tile, .photo_post .tile{
    background-color: rgba(0,0,0,0.5);
}
.video_post:hover .tile, .photo_post:hover .tile{
    background-color: transparent;
}
.video_post:hover{
    background-color: #202020;
    color: #ffd050;
}
.video_title{
    font-size: 16px;
    line-height: 20px;
    height: 80px;
    overflow: hidden;
    padding: 0 30px;
}
.play_icon{
    background-position: 0 -550px;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    z-index: 4;
    opacity: 1;
}
.video_post:hover .play_icon, .short_img:hover .play_icon{
    opacity: 0.5;
}

/* photo.tpl */
.photo_post{
    width:33.33333%;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.photo_post:first-of-type{
    width: 66.6666%;
}
.photo_post:first-of-type .photo_title{
    font-size: 22px;
}
.photo_title{
    font-size: 16px;
    line-height: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
    z-index: 2;
    overflow: hidden;
}

/* blogs.tpl */
.custom_blogs{
    padding: 10px 30px;
    position: relative;
}
.blogs_avatar{
    width: 50px !important;
}
.news1_img.blogs_avatar .tile{
    padding-top: 100%;
}
.blogs_login{
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 0 5px 0;
    color: #E7C157;
    text-decoration: none;
    display: block;
    font-family: "RobotoMedium", sans-serif;
}
.blogs_login:hover{
    color: #909090;
}
.blogs_title{
    display: block;
    color: #303030;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
}
.blogs_title:hover{
    color: #909090;
    text-decoration: none;
}

/* featured.tpl */
.featured{
    width:25%;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.tile_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.featured:nth-of-type(1), .featured:nth-of-type(2), .featured:nth-of-type(3){
    width:33.33333%;
}
.tile{
    padding-top: 66.3%;
    z-index: 1;
    position: relative;
}
.featured:hover .tile_content{
    padding-bottom: 40px;
}
.tile_content{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    color: #fff;
    z-index: 2;
    overflow: hidden;
    background: rgba(0,0,0,0.5); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%); /* W3C */
}
.crtx {text-decoration:none;cursor:text;color:#aaa !important;}
a.crtx:hover{color:#aaa !important;}
.tile_title{
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
}
.category{
    display: inline-block;
    font-size: 13px;
    color: #ffd050;
}
.featured_date{
    display: inline-block;
    font-size: 11px;
    color: #aaa;
}

.content{
    float: left;
    width: 740px;
    padding-bottom: 30px;
}
.sidebar{
    width: 360px;
    float: right;
    background-color: #fafafa;
    padding-bottom: 30px;
}
.wblock{
    position: relative;
    margin: 0 -10px 0 -10px;
}
.mblock{
    margin: 0 0 20px 0; 
    position: relative;
}
.hblock{
    position: relative;
}
.pad15{
    padding: 0 15px;
}
.col2{
    float: left;
    width: 50%;
}
.block_header{
    line-height: 20px;
    height: 20px;
    color: #303030;
    font-size: 18px;
    margin: 25px 30px 15px 30px;
    text-transform: uppercase;
    font-family: "RobotoMedium", sans-serif;
}
.block_header a{
    color: #303030 !important;
    font-size: 18px;
    text-decoration: none !important;
    border-bottom: 2px solid #ffd050;
}
.block_header a:hover{
    text-decoration: none !important;  
    opacity: 0.7;
}
.widget_block{
    padding: 0 30px;
    margin-top: 30px;    
}
.side_rek{
    padding: 30px 30px 0 30px;
    overflow: hidden;
    width: 100%;
}
.rek img{
    display: block;
}
.side_header{
    float: left;
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
    color: #fff;
    background-color: #EF4335;
    font-size: 18px;
    z-index: 10;
}
.side_block{
    margin:0 0 30px 0;
    position: relative;
}
.side_header a{
    font-size: 22px;
    color: #505050;
    text-decoration: none;
    border-bottom: 1px solid #aaa;
}
.side_header a:hover{
    color: #909090;
}
.quote_block{
    background-color: #FFE49A;
    padding: 30px;  
    font-size: 18px;
    font-style: italic;  
}
.quote_block a{
    font-size: 18px;
    text-decoration: none;
}
.quote_block a:hover{
    color: #909090;
    text-decoration: none;
}
.quote_header{    
    line-height: 20px;
    height: 20px;
    color: #DEB239;
    font-size: 20px;
    margin: 0 0 30px 0;
    font-family: "RobotoMedium", sans-serif;
}
.quote_block b{
    margin-top: 10px;
    display: inline-block;
    font-weight: normal;    
    font-family: "RobotoMedium", sans-serif;
}
.tags_block{
}
.tags_block a{
    text-decoration: none;
    font-size: 14px;
    color: #909090;
    border-bottom: 1px solid #ffd050;
}
.tags_block a:hover{
    color: #EF4335;
    border-color: #EF4335;
}
.content_adv{
    height: 90px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin:20px 0 0 0;
}
.inner_adv{
    height: 90px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.speedbar{
    line-height:20px;
    font-size: 15px;
    color: #909090;
    margin: 20px 0 20px 30px !important;
}
.speedbar a{
    display:inline-block;
    font-size: 15px;
    text-decoration: none;
    color: #EF4335;
}
.speedbar a:hover{
    color: #505050;
}
.sort{
    color: #aaa;
    line-height: 20px;
    font-size: 14px;
    margin: 0 0 20px 0;
    padding: 20px 30px 0 30px;
    border-top: 1px solid #f1f1f1;
}
.sort a{
    text-decoration: none;
    color: #EF4335;
    font-size: 14px;
}
.sort a:hover{
    color: #909090;
    border-bottom: 1px solid #ddd;
}
/* shortspry.tpl */
.shortstory{
    position: relative;
    padding: 30px;
    border-top: 1px solid #f1f1f1;
}
.shortstory:last-of-type{
    border-bottom: 1px solid #f1f1f1;
}
.shortstory:before{
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    width: 0;
    height: 100%;
    background-color: #FFD050;
    z-index: 1;
}
.shortstory:hover:before{
    width: 2px;
}
.shortstory:hover .vc_block{
    bottom: 0;
}
.short_img{
    width: 240px;
    float: left;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
    display: block;
}
.short_img:hover{
    opacity: 0.8;
}
.short-data{
    overflow: hidden;
}
.short_title{
    font-size: 20px;
    line-height: 1.2;
    display: block;
    color: #303030 !important;
    text-decoration: none;
    margin-bottom: 10px;
}
.short_title:hover{
    color: #FFD050 !important;
}
.shortstory_post{
    font-size: 14px;
    color: #909090;
    line-height: 1.5;
    margin: 10px 0 0 0;  
}
.views{
    padding: 0 0 0 15px;
    font-size: 12px;
    color: #ffd050;
    position: relative;
    display: inline-block;
    margin: 0 0 0 5px;
}
.views:before{
    width: 13px;
    height: 8px;
    display: block;
    content: "";
    position: absolute;
    top: 5px;
    left: 0;
    background-position: 0 -540px;
}
.n_comments{
    padding: 0 0 0 17px;
    font-size: 12px;
    color: #ffd050;
    position: relative;
    display: inline-block;
    margin: 0 0 0 5px;
    line-height:18px;
}
.n_comments:before{
    width: 13px;
    height: 12px;
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    left: 0;
    background-position: 0 -610px;
}


.ratebox{
    float: left;
    margin: 0 10px 0 0;
    color: #aaa;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
}
.ratebox .rating{
    margin-top: 2px;
}
.ratebox span{
    display: block;
    float: left;
}
.button_rating{
    margin: 0;
    height: 16px;
    float: left;
    padding: 0 0 0 16px;
    position: relative;
}
.button_rating:before{ 
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 20px;
    top: 0;
    left: 0;
    opacity: 0.5;
}
.like:before{
    background-position: -20px -380px;
}
.dislike:before{
    background-position: 0 -380px;
}
.button_rating:hover:before{   
    opacity: 1;
}

.header-login{
    height: 40px;
    float: right;
    position: relative;
}
.name-login{
    position: relative;
    padding: 10px 20px 10px 0;
    display: inline-block;
    color: #aaa;
    font-size: 14px;
    text-decoration: none;
    line-height: 20px;
    font-family: "RobotoMedium", sans-serif;
}
.name-login:hover{
    color: #ffd050;
}
.name-login:after{    
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #ffd050;
    position: absolute;
    top:20px;
    right: 2px;
}
.login_btn, .nav_btn{
    display: block;
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    z-index: 2;
}
.login_btn{
    right: 0;
}
.login_btn:before{  
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    left: 10px;
    opacity: 1;
}
.nav_btn{
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: none;
    left: 0;
    background-color: #EF4335;
}
.nav_btn:before{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 15px;
    left: 15px;
    opacity: 1;
}
.nav_btn:before{
    background-position: -20px -500px;
}
.login_btn{
    margin: 0;
}
.login_btn:before{
    background-position: -20px -400px;
}
.login_btn:hover:before, .nav_btn:hover:before{
    opacity: 0.5;
}
/* login.tpl  */
.login_block:before{
    content: "";
    display: block;
    position: absolute;
    top: -16px;
    right: 13px;
    width: 0;
    height: 0;  
    border: 8px solid transparent;
    border-bottom-color: #fff;
}
.login_block{
    position: absolute;
    right: 0;
    width: 280px;
    background-color: #fff;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
    z-index: 999999;
    visibility: hidden;
    opacity: 0;
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -moz-transition:  200ms;
    -o-transition:  200ms;
    -webkit-transition:  200ms;
    transition:  200ms;
}
.active_login{
    visibility: visible;
    opacity: 1;
    top: 10px;
    -moz-transform: translate(0, 40px);
    -ms-transform: translate(0, 40px);
    -webkit-transform: translate(0, 40px);
    transform: translate(0, 40px);
}

.login_block h3{
    font-size: 20px;
    text-align: center;
    color: #909090;
    line-height: 26px;
    padding: 20px 0;
}
.profile_menu ul{
    list-style: none;
    width: 100%;
}
.profile_menu li{
    display: block;
}
.profile_menu li a{
    height: 40px;
    line-height: 40px;
    display: block;
    color: #909090;
    font-size: 16px;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid #eee;
    text-align: center;
}
.profile_menu li a:hover, .profile_menu li a.profile_link:hover{
    background-color: #ffd050;
    color: #000;
    text-decoration: none;
}
.profile_menu li a.logout{
    background-color: #fb4d4d;
    border-bottom: 0;
    color: #fff;
    opacity: 0.7;
    -moz-border-radius:0 0 5px 5px;
    -webkit-border-radius:0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.profile_menu li a.logout:hover{
    opacity: 1;
}
.profile_menu li a.profile_link{
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.profile_menu li a i{
    font-style: normal;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0,0,0,0.1);
    font-size: 12px;
    padding: 0 10px;
}
.login_form{
    margin: 0 20px;
    padding-bottom: 20px;
}
.login_form label{
    color: #505050;
    font-size: 16px;
    display: block;
    margin: 0 0 10px 0;
    line-height: 15px;
}
.login_form label a{
    font-size: 16px;
    color: #EF4335;
}
.login_form label a:hover{
    color: #505050;
}
.login_form .inp{
    width: 100%;
    border:1px solid #ddd;
    height: 40px;
    background-color: #fff;
    padding: 0 0 0 10px;
    color: #909090;
    font-size: 14px;
    margin: 0 0 15px 0;
}
.login_form .inp:focus{
    border-color: #EF4335;
}
.login_form .not_save_label{
   font-size: 12px;
   height: 15px;
   line-height: 15px;
   display: inline-block;
   position: relative;
}
.ch_box_save{
    display: inline-block;
}
.enter-btn{
    width: 100%;
    height: 40px;
    line-height: 38px;
    border:2px solid #EF4335;
    color: #EF4335;
    background-color: transparent;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
    border-radius: 3px;
}
.enter-btn:hover{    
    opacity: 1;
    background-color:#EF4335 ;
    color: #fff;
}
.reg-link{
    margin: 10px 0 0 0;
}
.reg-link a{
    font-size: 14px;
    color: #EF4335;
}
.reg-link a:hover{
    color: #909090;
}

.social_login{
    margin: 0 20px 20px 20px;
}
.login-social{
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    opacity: 0.7;
}
.login-social:hover{
    opacity: 1;
}
.footer .login-social{
    background-color: transparent;;
}
.login-vk{
    background-position: 0 -100px;
    background-color: #4d75a3;
}
.login-ok{
    background-position: 0 -260px;
    background-color: #ff9d23;
}
.login-fb{
    background-position:0 -140px;
    background-color: #4862a3;
}
.login-mr{
    background-position: 0 -300px;
    background-color: #07c;
}
.login-ya{
    background-position:0 -340px;
    background-color: #e7322b;
}
.login-gg{
    background-position: 0 -220px;
    background-color: #d94533;
}  
.tw_icon{
    background-position:0 -180px;
    background-color: #55acee;
}
.yt_icon{
    background-position: 0 -420px;
    background-color: #e52d27;
}
.rss_icon{
    background-position: 0 -460px;
    background-color: #f26522;
}
/* LOGIN end  */

.social_login.social_menu{
    float: right;
    width:280px;
    margin: 0;
}

/* vote.tpl */
.block_vote{    
    padding:0 30px;
}
.vote{
    font-size: 14px;
    line-height:25px;
    width:auto !important;
}
.question{
    font-size: 18px;    
    color:#ffd050;
    font-family: "RobotoMedium", Arial, sans-serif;
    margin:0 0 15px 0;
}
#dle-vote{
    margin: 0 0 20px 0;
}
.vote_button{    
    background-color: #ffd050;
}
.vote_button, .results_button{
    width:50%;
	color: #fff;
	border: 0;
    height: 40px;
    padding: 0 20px;
    text-align: center;
    font-size: 14px;
    float: left;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    transition: ease 0.2s all;
    line-height: 30px;    
}
.results_button{
    background-color: rgba(0,0,0,0.3);
}
.results_button:hover, .vote_button:hover{
    border-color: #303030;
    color: #fff;
    background-color: #505050;
}

/* FOOTER    */
.footer {
    color: #909090;
    font-size: 14px;
    background-color: #303030;
}
.footer .wrap{
    background-color: #313642;
    padding:30px;
}
.footer .logo{
    background-color: transparent;
    padding: 0;
}
.footer a{
    text-decoration:none;
    color: #ffd050;
    font-size: 14px;
}
.footer a:hover{
    text-decoration:none;
    color: #fff;
}
.copyrights{
    margin: 0 auto;
    line-height: 20px;
    padding: 10px 0;
}
.about{
    margin:  30px 0 0 0;
    font-size: 12px;
    line-height: 18px;
    color: #aaa;
}
.about a{    
    font-size:12px;
}

.footer_links{
    margin: 30px 0 0 0;
}
.footer_links ul{
    list-style: none;
}
.footer_links li{
    display: inline-block;
    margin: 0 10px 0 0;
}
.footer_links a{
}


/* searchresults.tpl */
.shortresult{
    margin: 0 0 15px 0;
    color: #909090;
    font-size: 16px;
}
.shortresult a, .shortresult b{
    font-size: 16px;
    text-decoration: none;
    font-family: "RobotoMedium", Arial, sans-serif;
}
.shortresult b{
    color: #EF4335;
}
/* navigation.tpl */
.navigation-holder{
    text-align: center;
    clear: both;
    height: 30px;
    margin:30px 0 30px 30px;
}
.navigation{
    clear:both;
    display: inline-block;
    text-align: center;
}   
.navigation b{
    padding-top: 0 !important;
}
.navigation span, .navigation a, .navigation b{ 
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    min-width:16px;
    font-size:16px;
    float:left;
    font-weight: normal !important;
}
.navigation span, .navigation a{
    padding: 0 5px;
}
.navigation a{
    line-height:30px;
    color:#909090;
    text-decoration: none !important;
    margin:0 1px 0 0;
}
.navigation a:hover{
    text-decoration:none;
    color:#fff;
    background-color:  #ffd050;
}
.navigation span {    
    text-decoration:none;
    color:#fff;
    background-color:  #ffd050;
}
.nav_ext{
    background-color: transparent !important;
    color: #202020 !important;    
    border-color:transparent !important;
}
.next,.prev{
    line-height: 30px !important;
}
.next span,.prev span{
    display: none;
}
.next a, .prev a{
    text-decoration:none !important;
}
.next a:hover, .prev a:hover{
}

.post_content, .comment_content, .userinfo{
    font-size: 16px;
    color: #303030;
    margin-bottom: 20px;
}
.post_content a, .comment_content a, .userinfo a{
    font-size: 16px;
    color: #EF4335;
    text-decoration: underline;
}
.post_content a:hover, .comment_content a:hover, .userinfo a:hover{
    text-decoration: none;
}
.post_content img{
    max-width: 100%;
    padding:10px 0;
    padding: 10px\9;
    height: auto !important;
}
.ie10 .post_content img{
    padding: 10px;
}
.post_content object, .post_content iframe, .post_content embed{
    max-width: 100%;
    margin: 15px 0 0 0;
}
.post_content img[align="left"], .post_content img[style="float:left;"]{
    padding: 10px 20px 10px 0;
    margin: 0;
    max-width: 100%;
}
.post_content img[align="right"], .post_content img[style="float:right;"]{
    padding: 10px 0 10px 20px;
    margin: 0;
    max-width: 100%;
}
.post_content a:hover img{
    opacity:.8;
}
.post_content h1, .post_content h2, .post_content h3, .post_content h4, .post_content h5, .post_content h6{
    color:#000;
    font-family:"RobotoMedium", Arial, sans-serif;
    margin-bottom: 5px;
}
.post_content hr{
    background-color:#d9e1e3;
    border:none;
    height:1px;
    margin:0 0 20px;
}
.post_content table{
    border-collapse:collapse;
    border:none;
    font-size:14px;
    width:100%;
    table-layout:fixed;
    margin-bottom:25px;
    color: #505050;
}
.post_content table th,.post_content table td{
    padding:10px;
    border:1px solid #ddd;
    font-weight:normal;
    text-align:left;
    vertical-align:middle;
}
.post_content table tr:first-child{
    background-color: #fafafa;
    color: #202020;
}

.post_content p{
    margin:0 0 10px 0;
}
.post_content b, .post_content strong{
    font-weight: normal;
    font-family:'RobotoMedium', Arial, sans-serif;
}

/* pm.tpl */
.pm_aside{
    width: 100%;
    background-color: #202020;
    color: #909090;
    margin: 0 0 30px 0; 
}
.pm_main{
    overflow: hidden;
}
.pmlinks a{
    width: 33.33333%;
    display:block;
    float: left;
    text-align: center;
    height:40px;
    padding:10px 0;
    line-height:20px;
    color:#aaa;
    text-decoration:none;
    border-bottom: 1px solid #404040;
    border-left: 1px solid #404040;
    vertical-align: middle;
}
.pmlinks a:hover{
    color:#fff;
    background-color:#303030;
}
.pmlinks a:before{
    content: "";
    height: 20px;
    width: 20px;
    display: block;
    margin: 0 0 0 -30px;
    position: absolute;
    opacity: 0.5;
}
.pmlinks a[href*="inbox"]:before{
    background-position: center -860px;
}
.pmlinks a[href*="outbox"]:before{
    background-position: center -900px;
}
.pmlinks a[href*="newpm"]:before{
    background-position: center -940px;
}

.pm_status_content {
    padding: 15px 20px;
    font-size: 14px;
}
/*---прогресс бар---*/
.pm_progress_bar {    
    height:30px;
    width:100%;
    background-color: #151515;
}
.pm_progress_bar span {
    background:#EF4335;
    font-size: 0em;
    text-indent: -2000em;
    height: 30px;
    display: block;
    overflow: hidden;

}

/* 
 * ========================================
 * Персональные сообщения
 * ========================================
 */ 
table.pm td{
    border-top:1px solid #eee;
    height:40px;
}
table.pm tr:first-child td, table.pm tr:last-child td{
    border-top: 0;
}
.pm .bbcodes{
    line-height: 30px !important;
    height: 30px;
    padding: 0 10px;
    margin-top: 20px;
}
.pm_head {
    font-size:18px; 
    line-height: 30px;
    font-family: "RobotoMedium", Arial, sans-serif;
    color:#303030;
    text-decoration:none;

}
.pm td input[type="checkbox"]{
    vertical-align: middle;
}
.pm_list {
    color: #909090;
}
.pm_list a {
    color: #EF4335;
    text-decoration:none;
}
.pm_list:last-child, .pm_head:last-child{
    text-align: center;
}
.pm_sub{
    color:#909090;
    padding:10px;
    margin: 20px 0 0 0;
    font-size: 14px;
    font-style: normal;
    background-color: #f5f5f5;
}
.pm_sub a{
    color: #EF4335;
    font-size: 14px;
}
/* profile_popup.tpl */
.avatar_bg{
    width: 100%;
    height: 150px;
    position: relative;
    z-index: 1;
    background-color: #202020;
}
.avatar_bg:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.avatar_popup{
    width:70px;
    height:70px; 
    background-size: cover; 
    background-position: center center;
    overflow: hidden;
    z-index: 3;
    position: absolute;
    margin: 0 0 0 -35px;
    left: 50%;
    top: 15px;
    outline:5px solid rgba(0,0,0,0.1);
}
.avatar_hover_content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    line-height: 15px;
    z-index: 2;
    color: #fff;
    text-shadow:0 1px 0 rgba(0,0,0,0.3);
}
.avatar_hover_content b{
    font-family: "RobotoMedium", Arial, sans-serif;
    font-weight: normal;
}
.userinfo_left{
    width: 50%;
    float: left;
    height: 100%;
    padding: 0 50px 0 0;
    font-size: 13px;
}
.userinfo_left > div, .userinfo_right div{
    margin: 0 0 10px 0;
}
.userinfo_right .ratebox2{
    float: right !important;
}
.userinfo_right{
    width: 50%;
    float: right;
    height: 100%;
    padding: 0 0 0 50px;
    text-align: right;
    font-size: 13px;
}
.profile_popup_counters{
    background-color: rgba(0,0,0,0.5);
    height: 50px;
    width: 100%;
    color: #fff;
    position: absolute;
    z-index: 4;
    left: 0;
    bottom: 0;
}
.profile_popup_counter{
    width: 40%;
    height: 50px;
    float: left;
    padding: 15px;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    display: block;
    position: relative;
}
.profile_popup_counter b{
    font-size: 24px;
    font-family: "RobotoMedium", Arial, sans-serif;
}
.profile_popup_counter a{
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    color: #EF4335;
    text-align: center;
    line-height: 50px;
    text-indent: -9999px;
}
.profile_popup_counter a:hover{
    background-color: rgba(255,255,255,0.1);
}
.profile_popup_counter span{
    display: block;
    text-indent: -9999px;
}
.profile_popup_rss{
    width: 20%;
    float: left;
    height: 50px;
    border-left: 1px solid rgba(255,255,255,0.2);
    border-right:1px solid rgba(255,255,255,0.2);
    color: #fff;
}
.profile_popup_rss a{
    font-size: 24px !important;
    font-family: "RobotoMedium", Arial, sans-serif;
    line-height: 50px;
    color: #fff !important;
    text-decoration: none;
    display: block;
    text-align: center;
}
.profile_popup_rss a:focus{
    outline: none;
}
.profile_popup_rss a:hover{
    background-color: rgba(255,255,255,0.1);
}
/* addnews.tpl */
.chzn-choices {
    border:1px solid #ccc !important;
    width:250px !important;
    box-shadow:none !important;
}
.chzn-container-active .chzn-choices {
    box-shadow:none;
}
#category_chzn{
    width: 250px !important;
}
td .bbcodes{
    height: 40px;
    line-height: 40px !important;
    padding: 0 15px;
    -webkit-border-radius:2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.chzn-container-multi .chzn-choices .search-field input {
    height: auto !important; 
}

/* Feedback.tpl */
.feedbackta{
    width:400px;
    padding: 5px;
    height: 150px;
}
select[name="recip"]{
    height: 40px;
    padding: 10px;
    line-height: 20px; 
    width: 400px; 
}
select[name="recip"] option{
    line-height: 20px;
}
/* poll.tpl */
.poll{
    margin:20px 0;
}
.poll b{
    font-size:20px;
    line-height:20px;
    color:#EF4335;
    font-weight: normal;
    text-transform: uppercase;
}
.poll i{
    line-height:30px;
}
/* Buttons */
.buttonholder{
    margin: 20px 0 0 0;
}
.site_button{
    cursor: pointer;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    transition: ease 0.2s all;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    color: #fff;
    border: 0;
}
.site_button:active{
    background-color: rgba(0,0,0,1);
}
.site_button:hover{
    background-color: #303030;
    color: #fff;
}
.dark_button{    
    margin: 0 30px 0 0;
    background-color: #909090;
}
.color_button{
    background-color: #EF4335;
}
/* fullstory.tpl */
.fullstory, .tagscloud{
    width:100%;
    color:#303030;
    font-size:16px;
    line-height:150%;
    padding:0 30px;
}
.tagscloud a{    
    color:#EF4335;
}
.post_title{
    font-size:40px;
    color:#303030;
    line-height: 100%;
    margin:20px 0;
    position:relative;
    font-family: "RobotoMedium",sans-serif;
}
.post_title h1{
    font-size: 40px;
    line-height: 100%;
}
.post_info{
    margin-top: 15px;
    min-height: 60px;   
}
.post_info_item{
    height: 40px;
    font-size: 12px;
    color: #909090;
    line-height: 20px;
    padding: 10px;
    float: left;
    background-color: #fafafa;
}
.post_info_item.fcomms:before{
    content: "";
    display: inline-block;
    float: left;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background-position: -20px -590px;
}
.post_info_item.fviews:before{
    content: "";
    display: inline-block;
    float: left;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    background-position: 0 -590px;
}
.post_info_item.fcomms{
    background-color: #E7C157;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
}
.post_info_item.fviews{
    background-color: #FFD050;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
}
.post_info_item a{
    color: #909090;
    text-decoration: none;
    font-size: 12px;
}
.post_info_item a:hover{
    color: #EF4335;
}
.post_info_item.comments-num{
    background-position: 0 -558px;
    padding: 0 0 0 15px;
}
.print-link, .edit-link, .favlink{
    position: relative;
    display: block;
    float: left;
    width:40px;
    height: 40px;
    font-size: 12px;
    color: #909090;
    background-color: #fafafa;
}
.edit-link a, .print-link a{
    display: block;
    width: 40px;
    height: 40px;
    z-index: 1;
    position: absolute;
}
.favlink{    
    font-size: 14px;
    color: #EF4335;
    text-decoration: none;
    line-height: 20px;
}
.favlink:hover{
    color: #909090;    
}
.print-link:before, .edit-link:before, .favlink:before{
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
    content: "";
    width: 16px;
    height: 16px;
    opacity: 0.5;
}   
.print-link:hover:before, .edit-link:hover:before{
    opacity: 1;
}
.print-link:before{
    background-position: 0 -80px;    
}
.edit-link:before{
    background-position: -20px -80px;    
}
.favlink:before{
    background-position: 0 -520px;
}
.favlink:hover:before{
    background-position: -20px -520px;
    opacity: 1;
}
.favlink.del-fav:before{
    background-position: -20px -520px;
}
.print-link:before{
    background-position: 0 -80px;
}   
.print-link:hover:before{
    opacity: 1;
}
.post_content .favlink{
    float: left;
}
.fullstory .tags_block{
    margin-top: 20px;
    padding: 0;
}

/* related.tpl */
.shortstory.relatednews .short-data{
    height: 90px;
    padding:20px;
}
/* addcoments.tpl*/
#comments{
    height: 100px;
}
.ccolor{
    background-color: #ffd050;
    padding: 0 5px;
}
.addcomment-post{
    color: #909090;
    padding: 0 30px;
    margin-top:30px;
}
.addcomment-post .social_login{
    margin: 20px 0 15px 0;
}
.addcomment-post .login-social{
    margin: 0 5px 0 0;
}
.addcomment_editor{
    width: 390px;
    min-width: 300px;
    height: 60px;
    min-height: 60px;
}
.count_comments{
	display: inline-block;
	position: relative;
	height: 30px;
	min-width: 20px;
	text-align: center;
	line-height: 30px !important;
	font-size: 22px;
	color: #fff !important;
	padding: 0 5px;
	background-color: #EF4335;
}
.count_comments:after{
	border-top: 5px solid #EF4335;
	border-left: 5px solid transparent;
	position: absolute;
	top: 100%;
	right: 0;
	content: "";
	display: block;
}

/* comments.tpl */
/*---Показ древовидных комментариев---*/
.comments-tree-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments-tree-list .comments-tree-list {
  padding-left: 4%;
}
.comments-tree-item {
  display: block;
  margin: 0;
  padding: 0;
}
/*---Форма быстрого ответа на комментарий---*/
#dlefastreplycomments {
  padding:5px;
  background: #e4ecf0;
  margin: 5px 5px 5px 30px;
}
.commentsreplyname {
 padding: 2px; border: 1px solid #bcc0c2;
 width: 200px;
 background: #fff url("../images/fields.png") repeat-x;
}
.comment{
    position: relative;
    padding: 20px 30px 0 30px;
}
.positive-comment{
    background-color: #f3fff5;
}
.negative-comment{
    background-color: #fff4f3;
    opacity: 0.5;
}
.negative-comment:hover{
    opacity: 1;
}
.comment a{
    color:#EF4335;
    text-decoration:none;
}
.comment a:hover{
    text-decoration:underline;	
}
.comment_avatar{
    width:30px;
    overflow: hidden;    
    position: absolute;
    top: 20px ;
    left: 30px;
}
.comment_avatar img{
    width: 100%;
    display: block;
}
.comment_content{    
    width: 100%;
    padding-left: 70px;
}
.comment-news a{
    text-decoration:underline;
    margin:0 0 10px 0 !important;
    display: inline-block;
    font-size: 18px;
}
.comment-news a:hover{
    text-decoration:none;
    color:#EF4335;
}
.comment_meta{
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    color: #aaa;
    margin: 0 0 15px 0;
}
.comment_meta a{
    font-size: 12px;
}
.comment_author{
    font-family: "RobotoMedium", Arial, sans-serif;
    color: #202020;
}
.comment_author a{
    font-size: 16px;
    color: #000;
}
.comment_author a:hover{
    color:#909090;
    text-decoration: none;
}
.author_online{
    display: inline-block;
    background-color: #ffd050;
    color: #fff;
    line-height: 14px;
    padding: 0 2px;
    font-size: 10px;
    margin: 0 0 0 10px;
}
.comment_date{
    margin: 0 0 0 15px;
}
.mass-action{
    margin:-2px 0 0 10px;
    height:14px;
    float:right;
}
.mass-action input[type="checkbox"]{
    margin: 0;
}
.signature{
    color: #aaa;
    font-size: 12px;
    margin: 10px 0 0 0;
}
.comment_controls{
    margin: 15px 0 0 0;
    height: 15px;
    min-height: 15px;
    line-height: 15px;
}
.comment_controls a{
    font-size: 14px;
    margin:0 10px 0 0;
    color: #bbb;
    font-family: "RobotoMedium", Arial, sans-serif;
}
.comment_controls a:hover{
    color: #202020;
    text-decoration: none;
}
.mass_comments_action{
    color:#909090;
    padding: 0 30px;
    margin-top: 20px;
}
.mass_comments_action select[name="mass_action"]{
    height: 22px;
    border-color: #ccc;
}

/* Rating */
.comment .rating{
    margin: 0 20px 0 0;
}
.ratebox3{
    height: 20px;
    font-size: 12px;
    color: #909090;
    float: left;
    margin: 0 20px 0 0;
}
.thumbs_up{
    background-position: 0 -380px;
}
.thumbs_down{
    background-position: -20px -380px;
    margin-top: 3px;
}
.thumbs_up, .thumbs_down{
    width: 15px;
    height: 20px;
    float: left;
    opacity: 0.5;    
}
.thumbs_up:hover, .thumbs_down:hover{
    opacity: 1;
}
.rating-count{
    float: left;
    line-height: 12px;
    height: 12px;
    padding: 3px 0 0 0;
    font-size: 14px;
    font-family: "RobotoMedium", Arial, sans-serif;
}
.rating-count span{
    display: inline-block;
}
.ratingzero {
  color: #909090;
}
.ratingtypeplusminus {
  padding: 0px 5px;
  font-family: "RobotoMedium", sans-serif;
}
.ratingtypeplus {
  padding: 0px 0px 0px 5px;
}
.ratingplus {
  color: green;
}
.ratingminus {
  color: red;
}
.ratebox3 a{
    text-decoration: none;
}

.info{
    margin: 0 0 20px 0;
    color:#909090;
    padding:20px;
    font-size:14px;
    border:1px solid #eee;
}
.info a{
    color:#EF4335;
    font-size: 14px;
    text-decoration: none;
}
.info a:hover{
    color: #303030;
}

/* registration.tpl */
form#registration .bbcodes{
    height: 40px;
    padding: 0 15px;
    line-height: 20px;
    font-size: 16px;
}

/* userinfo.tpl */

.userinfo{
    padding-top: 30px;
}
.usertitle{
    font-size: 14px;
    color: #909090;
}
.user-foto-frame{
    border: 1px solid #ddd;
    padding: 20px;
    margin: 0 0 30px 0;
}
.user-foto-frame img{
    width: 100px;
    display: block;
    float: left;
    margin: 0 20px 0 0;
}
.user_data{
    margin: 0 0 0 120px;
    font-size: 14px;
    line-height: 20px;
}
.user_data a{
    font-size: 12px;
}
.user_data .rating{
    display: inline-block !important;
    float: none;
    margin-left: 10px;
}
.uf-left{
    margin:0 0 0 120px ;
}
.uf-item{
    float: left;
    width: 50%;
    text-align: center;
}
.uf-left b{
    font-weight: normal;
    font-family: "RobotoMedium", Arial, sans-serif;
    font-size: 30px;
    line-height: 40px;
}
.email-pm a{
    display: block;
    float: left;
    width: 50%;
    line-height: 50px;
    background-color: rgba(0,0,0,0.1);
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    border: 1px solid rgba(0,0,0,0.3);
}
.email-pm a:hover{
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}

.userinfo .post_content{
    float: none;
}
.profile_cell{
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
    border:1px solid #ddd;
    border-top: 0 !important;
    color: #909090;
    font-size: 20px;
    position: relative;
}
.profile_cell:nth-of-type(2n){    
    border-left:0 !important;
}
.profile_cell a{
    display: block;
    width: 100%;
    height: 100%;
    line-height:50px;
    font-size: 20px;
    text-align: center;
    background-color: rgba(0,0,0,0.1);
    color: #EF4335;
    text-decoration: none;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    transition: ease 0.2s all;
}
.profile_cell a:hover{
    background-color: rgba(0,0,0,0.7);
    color: #fff;
}
.profile_item{
    height: 50px;
    line-height: 50px;
    border:1px solid #ddd;
    border-top: 0 !important;
    color: #909090;
    font-size: 20px;
    position: relative;
    padding: 0 0 0 20px;
}
.profile_item.location{    
    padding: 0 0 0 50px;
    width: 100%;
    background-position: left -970px;
}

.edit_button a{
    display: block;
    text-align: center;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    transition: ease 0.2s all;
    border:1px solid rgba(0,0,0,0.3);
    background-color: transparent;
    color: #202020;
    height: 50px;
    line-height: 50px !important;
    text-decoration: none;
    padding: 0 10px;
    font-family: "RobotoMedium", Arial, sans-serif;
    margin: 0 0 40px 0;
}
.edit_button a:hover{
    background-color: rgba(0,0,0,0.8);
    color: #fff;
}
.block_ip{
    font-size: 12px;
}
.file_upload{
    display: inline-block;
    cursor: pointer;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    transition: ease 0.2s all;
    overflow: hidden;
    width: 150px;
    position: relative;
}
.file_upload span{
    display: block;
    position: absolute;
}
.file_upload:hover{
    border: 1px solid #000;
    background-color: rgba(0,0,0,0.8);
    color: #fff;
}
.file_upload input[type="file"]{
    margin-top: -50px; 
    margin-left:-410px; 
    -moz-opacity: 0; 
    filter: alpha(opacity=0); 
    opacity: 0; 
}
.hidemail{
    line-height: 40px;
    display: inline-block;
    margin: 0 0 0 10px;
}
.block_ip{
    margin: 10px 0 0 0;
}

table.fulltable{
    width:100%;
    border-collapse: collapse;
    border-spacing: 0;
    cellspacing:0;
    border:0;
}
table.fulltable td{
    padding:0 0 15px 0; 
}
table.fulltable tr:last-of-type td{
	padding: 0;
}
.line{
    margin:5px 0;
    padding:5px 15px;
    border:1px solid #e0e0e0;
    background:#fafafa;
    min-height:20px;
    text-align:left;
    font-size:13px;
}
.sline{
    width:140px;
    font-size:16px;
}
.pline{
    width:400px;
    min-height:15px;
    line-height:15px;
    text-align:left;
}
.import{
    color:#EF4335;
}
.line a{
    color:#EF4335;
}
.row{
    font-size:13px;
    margin:5px 0;
    padding:5px;
    border:1px solid #eee;
    background:#fafafa;
}
.row a{
    color:#EF4335;
}
.row h{
    min-width:150px;
    padding:3px;
    margin:0 0 10px 0;
}
.userstop{
    font-size:11px;
    color:#505050;
    border-collapse:collapse;
}
.userstop thead {
    padding:5px 0 0 5px;
    height:20px;
    font-size:12px;
    color:#303030;
    background:#ddd;
}
.userstop table {
    border-collapse:collapse;
}
.userstop td {
    text-align:center;
    height:25px;
    padding:0px;
    border:1px solid #ccc;
}
.userstop a {
    font-size:11px !important;
    text-decoration:none;
    color:#EF4335;
}
.userstop a:hover {
    text-decoration: none;
}
.stat{
    color:#707070;
    font-size:13px;
    min-height:15px;
    margin:0 20px 0 20px;
    padding:2px 0 5px 0;
    border-bottom:1px solid #e0e0e0;
    font-family: "RobotoMedium", Arial, sans-serif;
}
.stat span{
    float:right;
    font-weight:normal;
}
.stat a{
    font-size:13px;
    text-decoration:none;
}
.h-row{
    color:#505050;
    background:#f1f1f1;
    font-family: "RobotoMedium", Arial, sans-serif;
    padding:0 0 0 15px;
    margin:10px 0 0 0;
    line-height: 30px;
}
 textarea, .txsh, .input1, .input2, .input3, .input4, .xfields input[type="text"], input.default, select{
    line-height:20px;
    background:#fff;    
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    transition: ease 0.2s all;
    padding:0 10px;
    color: #303030;
    font-size:16px;
    border: 1px solid #ddd;
}
.txsh, .input1, .input2, .input3, .xfields input[type="text"], input.default{ 
    height:40px ;
    line-height: 20px;
}
textarea{
    min-height: 100px;
}
textarea:focus, .txsh:focus, .input1:focus, .input2:focus, .input3:focus, .search #searchinput:focus, .search #searchuser:focus, .field:focus, .field:hover, .xfields input[type="text"]:focus, input.default:focus{
    box-shadow:none;
    border: 1px solid #aaa;
}
.input1, .xfields input[type="text"], input.default{
    width:400px ;  
}
.input2{
    width:100%;
}
.input3{
    width:223px;  
    margin: 0 10px 0 0;
}
.input4{
    height:100px;
    width:250px;
}
.clear {
    margin:0;
    padding:0;
    height:0px;
    clear:both;
    width:100%;
}
table{
    background:transparent;
    border:0px;
    border-collapse:separate;
}
table td{
    text-align:left;
    padding:0px;
    background:transparent;
}
select#category option{
    height: auto;
}
select{
    font-size: 12px;
    height: 20px;
}
option{
    height: 30px;
}
.stext {
    color: #727272;
    font-size: 11px;
}
.stext a:active,
.stext a:visited,
.stext a:link {
    color: #0084ff;
    text-decoration:none;
}
.stext a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}
.ntitle {
    color: #CC00FF;
    font-size: 15px;
    font-weight: bold;
    padding:11px 0 0 6px;
}
.ntitle a {
    color: #0084ff;
    text-decoration: underline;
}
.ntitle a:hover {
    text-decoration:none;
}
.ui-dialog fieldset{
    padding:5px;
    color:#EF4335;
    border:1px solid #ddd;
    margin: 0 0 10px 0;
}
#totop{
    width:60px;
    height: 30px;
    background-color: #EF4335;
    background-position: center -1040px;
    text-align:center;
    position:fixed;
    bottom:20px;
    right:20px;
    cursor:pointer;
    display:none;
    opacity: 0.6;
    z-index: 10;
}
#totop:hover{
    opacity: 1;
    height: 60px;
}
#totop:hover .uptext{
    visibility: visible;
    opacity: 1;
}
.uparrow{
    width:20px;
    margin: 10px auto;
    height: 10px;
    background-position: 0 -400px;
}
.uptext{
    color: #fff;
    font-size: 12px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    margin: 10px 0;
    visibility: hidden;
    opacity: 0;
}
.attachment{
    position: relative;
    padding:0 0 0 10px;
    line-height:16px;
    color: #909090;
}
.attachment a{
    font-family: "RobotoMedium", Arial, sans-serif;
    text-decoration: none;
}
.attachment a:hover{
    color: #909090;
}
.attachment:before{
    content: "";
    display: inline-block;
    position: relative;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    background-position: 0 -500px;
}
/*! Social Likes v3.0.4 by Artem Sapegin - http://sapegin.github.com/social-likes - Licensed MIT */
.social-likes,.social-likes__widget{
    padding:0;vertical-align:middle!important;
    word-spacing:0!important;
    text-indent:0!important;
    list-style:none!important;
    color: #fff;
}
.social-likes_visible{
    opacity:1;
    -webkit-transition:opacity .1s ease-in;
    transition:opacity .1s ease-in;
}
.social-likes>*{
    visibility:hidden;
    }
.social-likes_vertical>*{
    display:block;
    }
.social-likes_visible>*{
    visibility:inherit;
}
.social-likes__widget{
    position:relative;
    white-space:nowrap;
}
.social-likes_vertical .social-likes__widget{
    display:block;
    float:left;
    clear:left;
}
.social-likes__button,.social-likes__icon,.social-likes__counter{
    text-decoration:none;
    text-rendering:optimizeLegibility;
}
.social-likes__button,.social-likes__counter{
    display: block;
    margin:0;outline:0;
}
.social-likes_vertical .social-likes__widget{
    display:block;
}
.social-likes_notext .social-likes__button{
    padding-left:0;
}
.social-likes_single-w{
    position:relative;
    display:inline-block;
}
.social-likes_single{
    position:absolute;
    text-align:left;
    z-index:99999;
    visibility:hidden;
    opacity:0;
    -webkit-transition:visibility 0 .11s,opacity .1s ease-in;transition:visibility 0s .11s,opacity .1s ease-in;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.social-likes_single.social-likes_opened{
    visibility:visible;
    opacity:1;
    -webkit-transition:opacity .15s ease-out;
    transition:opacity .15s ease-out;
}
.social-likes__button_single{
    position:relative;
}
@font-face{
    font-family:"social-likes";
    src:url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff");
    font-weight:400;
    font-style:normal;
}
.social-likes__icon:before{
    content:"";
    position: relative;
    width: 20px;
    color: #fff;
    font-size: 16px;    
}
.social-likes__icon_facebook{
    background-color: #fff;
}
.social-likes__icon_facebook:before{
    content:"\f101";
    color: #4862a3;
    margin: 0 -1px 0 -5px;
}
.social-likes__icon_github:before{
    content:"\f102";
}
.social-likes__icon_mailru:before{
    content:"\f103";
}
.social-likes__icon_odnoklassniki:before{
    content:"\f104";
}
.social-likes__icon_pinterest:before{
    content:"\f105";
}
.social-likes__icon_plusone:before{
    content:"\f106";
}
.social-likes__icon_single:before{
    content:"\f107";
}
.social-likes__icon_twitter:before{
    content:"\f108";
}
.social-likes__icon_vkontakte:before{
    content:"\f109";
}
.social-likes{
    -webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);  
    height: 30px;
    float: left;
}
.social-likes,.social-likes_single-w{
    line-height:1.5;
}
.social-likes,.social-likes__widget_single{
    font-size:20px;
}
.social-likes__button_facebook{
    background-color: #4862a3;
}
.social-likes__button_twitter{
    background-color: #359bed;
}
.social-likes__button_vkontakte{
    background-color: #4d75a3;
}
.social-likes__button_odnoklassniki{
    background-color: #ed812b;
}
.social-likes__widget{
    line-height:1.5;
    text-align:left;
    cursor:pointer;     
    height: 30px;
    line-height: 30px;
    color: #000;
    transition:opacity 0.1s;
    float: left;
    margin: 0 20px 0 0;
}
.social-likes__widget:hover{
    opacity:0.8;
}
.social-likes__button,.social-likes__counter{
    height: 30px;
    padding: 0 15px;
    float: left;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    font-size:14px;
    vertical-align:baseline;
    text-align: center;
    color: #303030;
}
.social-likes__button{  
    cursor:pointer;
    text-align: center;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    position: relative;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    width: 30px;
    padding: 0;
}
.social-likes__icon{
    position: relative; 
    font-family:"social-likes";
    font-weight:400;
    line-height:30px;
    font-style:normal;
    speak:none;text-transform:none;
    vertical-align:middle;
}
.social-likes__counter{
    font-weight:400;
    border:1px solid #eee;
}
        .social-likes_vertical .social-likes__widget{
            min-width:13em;
        }
        .social-likes_vertical .social-likes__counter{position:absolute;top:0;right:0;margin-top:.3em}
        .social-likes_light .social-likes__widget{min-width:0;background:0 0}
        .social-likes_light .social-likes__button{
            min-width:0;
            padding-left:1.35em;
            font-weight:400;
            text-decoration:underline;
            -webkit-font-smoothing:subpixel-antialiased;-moz-osx-font-smoothing:auto
            }
            .social-likes_light .social-likes__icon{margin-top:-.1em;margin-left:-.25em}
            .social-likes_light .social-likes__counter{
                position:static;
                margin-top:0;color:#999
                }

                .social-likes__widget_facebook:hover{border-color:#4862a3; color: #4862a3;}
                .social-likes_notext .social-likes__icon_facebook{}

                .social-likes__widget_twitter:hover{border-color:#359bed; color: #359bed;}
                .social-likes__icon_twitter{
                    top: 2px;
                }
                .social-likes_light .social-likes__icon_twitter{}

                .social-likes__widget_plusone:hover{border-color:#d94533;color: #d94533;}
                .social-likes_notext .social-likes__icon_plusone{margin-left:0}
                .social-likes__icon_plusone{}
                .social-likes_light .social-likes__icon_plusone{margin-top:0}

                .social-likes__widget_vkontakte:hover{border-color:#4d75a3;color: #4d75a3;}
                .social-likes__icon_vkontakte{
                    top: 4px;
                }
                .social-likes__icon_facebook{
                    top: -2px;
                }
@-moz-document url-prefix() {    
    .photo_post:first-of-type .tile{
        padding-top: 66.25%;
    }
}
.sourc{
    border-top:1px solid #eee;
    font-size:14px;
    color:#999;
    padding:10px 0 0 0;
}
.sourc a{
    font-size:14px;
    color:#EF4335;
    text-decoration:none;
}
.sourc a:hover{
    text-decoration:underline;
}
.fullstory .block_header{
    margin:25px 0 15px 0;
}
   


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





.news12_img{
    width: 60px;
    float: left;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}

/* BOTTOM NAVIGATION
----------------------------------------------- */
.pagi-load {text-align:center;}
.pagi-load > span {display:none;}
.pagi-load + .pagi-nav {margin-top:30px;}
.bottom-nav {line-height:40px; text-align:center; font-size:16px; padding:20px 10px 30px 10px;}
.pagi-nav {white-space:nowrap; overflow-y:hidden; overflow-x:auto; max-width:100%;
background-color:#FFF; border:1px solid #e3e3e3; border-radius:3px; display:inline-block;}
.pagi-nav > span {display:inline-block;}
.pprev, .pnext {}
.pprev {border-right:1px solid #e3e3e3;}
.pnext a, .pprev a, .pprev > span, .pnext > span {display:block; width:40px; text-align:center;}
.navigation {text-align:center;}
.navigation a, .navigation span {display:inline-block; padding:0 5px; min-width:38px;
color:#444; border-right:1px solid #e3e3e3; margin-right:-4px;}
.navigation span, .pagi-nav a:hover {background-color:#444; color:#fff;}
.navigation span.nav_ext {background-color:transparent; color:#888;}
.dle-comments-navigation .pagi-nav {margin-bottom:0; padding-bottom:20px;}







.fullpoll{position:relative;border-radius:10px;overflow:hidden;margin-top:20px;}
.poll_img{background-color:rgba(255, 255, 255, 0);background:-o-linear-gradient(270deg, rgba(255, 255, 255, 0), rgba(0,0,0,.6));background:linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0,0,0,.6));position:absolute;left:0;top:0;right:0;bottom:0;z-index:0;border-radius:10px;}
.fpoll{position:relative;padding:50px 0px 10px 0px;z-index:1;}
.fpoll-title{font-size:22px;text-align:center;font-weight:600;color:#ffffff;padding:0px 40px;}
.fpoll-block{max-width:400px;margin:auto;}
.vote-btn{text-align:center;margin-top:15px;}
.fpoll-span{display:block;color:#ffffff;text-align:center;font-size:13px;padding:5px 0px 30px 0px;}
.fpoll-info{display:block;text-align:center;color:rgba(255, 255, 255, 0.8196078431372549);font-size:13px;padding-top:10px;}
.fpoll .vote_list input[type="radio"]{vertical-align:top;margin:0 3px 0 0;width:17px;height:17px}
.fpoll .vote_list input[type="radio"] + label{cursor:pointer;margin-bottom:0px;}
.fpoll .vote_list input[type="radio"]:not(checked){position:absolute;opacity:0}
.fpoll .vote_list input[type="radio"]:not(checked) + label{width:100%;display:block;color:#ffffff;font-weight:400;position:relative;background:rgba(255, 255, 255, 0.22);border-radius:4px;padding:0px 10px 0px 35px;text-shadow:0 0px 3px #8c8c8c;line-height:35px;}
.fpoll .vote_list input[type="radio"]:not(checked) + label:hover{background:rgba(255, 255, 255, 0.32);transition:all 350ms;}
.fpoll .vote_list input[type="radio"]:not(checked) + label:before{content:'';position:absolute;top:10px;left:10px;width:15px;height:15px;border-radius:13px;background:#ffffff;}
.fpoll .vote_list input[type="radio"]:not(checked) + label:after{content:'';position:absolute;top:13px;left:13px;width:9px;height:9px;border-radius:50%;background:#b7b7b7;transition:all .2s;}
.fpoll .vote_list input[type="radio"]:checked + label:before{background:#ffffff;}
.fpoll .vote_list input[type="radio"]:checked + label:after{background:#3F51B5;}
.fpoll .vote_list input[type="checkbox"]{vertical-align:top;margin:0 3px 0 0;width:17px;height:17px}
.fpoll .vote_list input[type="checkbox"] + label{cursor:pointer;margin-bottom:0px;}
.fpoll .vote_list input[type="checkbox"]:not(checked){position:absolute;opacity:0}
.fpoll .vote_list input[type="checkbox"]:not(checked) + label{width:100%;display:block;color:#ffffff;font-weight:400;position:relative;background:rgba(255, 255, 255, 0.22);border-radius:4px;padding:0px 10px 0px 35px;text-shadow:0 0px 3px #8c8c8c;line-height:35px;}
.fpoll .vote_list input[type="checkbox"]:not(checked) + label:hover{background:rgba(255, 255, 255, 0.32);transition:all 350ms;}
.fpoll .vote_list input[type="checkbox"]:not(checked) + label:before{content:'';position:absolute;top:10px;left:10px;width:15px;height:15px;border-radius: 4px;background:#ffffff;}
.fpoll .vote_list input[type="checkbox"]:not(checked) + label:after{content:'';position:absolute;top:13px;left:13px;width:9px;height:9px;border-radius: 2px;background:#b7b7b7;transition:all .2s;}
.fpoll .vote_list input[type="checkbox"]:checked + label:before{background:#ffffff;}
.fpoll .vote_list input[type="checkbox"]:checked + label:after{background:#3F51B5;}
.vote_list{text-align:left;}
.fpoll .pollprogress{color:#ffffff;text-shadow:0 0px 3px #8c8c8c;height:35px;margin-bottom:5px;background:rgba(255, 255, 255, 0.22);border-radius:4px;margin-top:0px;}
.fpoll .pollprogress span{height:35px;background-image:-webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:-o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);background-image:linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);-webkit-background-size:40px 40px;background-size:40px 40px;}
.fpoll-result{max-width:400px;width:100%;height:35px;position:absolute;line-height:35px;padding:0px 10px;overflow:hidden;}
.fpoll-text{float:left;padding-right:7px;font-weight:400;}
.fpoll-proc{float:right;font-weight:600;font-size:13px;}
.pollanswer{margin-bottom:5px;}
.btn-poll{background:#ffce10;color:#262626;border:none;outline:none;font-size:14px;font-weight:500;line-height:26px;padding:7px 20px;display:inline-block;width:auto;text-transform:uppercase;transition:background 350ms ease-in-out 0s;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;}
.btn-poll:hover{background:#262626;color:#ffce10;transition:350ms;}