@import 'normalize.css';

/* font-family: "Fira Sans"; */
@font-face {
    font-family: "OpenSansRegular";
    src: url("../fonts/OpenSansRegular.eot");
    src: url("../fonts/OpenSansRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/OpenSansRegular.woff") format("woff"),
    url("../fonts/OpenSansRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "OpenSansBold"; */
@font-face {
    font-family: "OpenSansBold";
    src: url("../fonts/OpenSansBold.eot");
    src: url("../fonts/OpenSansBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/OpenSansBold.woff") format("woff"),
    url("../fonts/OpenSansBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: 'icomoon';
    src:    url('../fonts/icomoon.eot?wtz6zf');
    src:    url('../fonts/icomoon.eot?wtz6zf#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?wtz6zf') format('truetype'),
        url('../fonts/icomoon.woff?wtz6zf') format('woff'),
        url('../fonts/icomoon.svg?wtz6zf#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"], .owl-theme .owl-controls .owl-buttons div:before, .news5:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
} 
.icon-chat:before {
    content: "\e900";
    top: 2px;
    position: relative;
}
.icon-flag:before {
    content: "\e901";
}
.icon-eye2:before {
    top: 2px;
    position: relative;
    content: "\e903";
}
.icon-login:before {
    content: "\e904";
}
.icon-magnifying-glass:before {
    content: "\e905";
}
.icon-vk:before {
    content: "\e90b";
}
.icon-google:before {
    content: "\e90d";
}
.icon-chevron-left:before {
    content: "\e902";
}
.icon-chevron-right:before {
    content: "\e906";
}
.icon-refresh:before {
    content: "\f021";
}
.icon-camera:before {
    content: "\f030";
}
.icon-video-camera:before {
    content: "\f03d";
}
.icon-thumbs-o-up:before {
    content: "\f087";
}
.icon-thumbs-o-down:before {
    content: "\f088";
}
.icon-twitter:before {
    content: "\f099";
}
.icon-facebook:before {
    content: "\f09a";
}
.icon-facebook-f:before {
    content: "\f09a";
}
.icon-feed:before {
    content: "\f09e";
}
.icon-rss:before {
    content: "\f09e";
}
.icon-angle-up:before {
    content: "\f106";
}
.icon-angle-down:before {
    content: "\f107";
}
.icon-mobile:before {
    content: "\f10b";
}
.icon-mobile-phone:before {
    content: "\f10b";
}
.icon-thumbs-up:before {
    content: "\f164";
}
.icon-thumbs-down:before {
    content: "\f165";
}
.icon-youtube-play:before {
    content: "\f16a";
}
.icon-odnoklassniki:before {
    content: "\f263";
}
.icon-clock-o:before {
    content: "\f017";
}
.icon-print:before {
    top: 2px;
    position: relative;
    content: "\f02f";
    font-size: 16px;
}
.icon-paperclip:before{
    content: "\f0c6";
}

/* `Main

-----------------------------------------------------------------------------------*/


* {
    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:15px;
    text-decoration:underline;
    transition-property: color, opacity, border-color, background;
    transition-duration: 0.2s;
}
a:hover {
    color:#d91616;
    text-decoration:none;
}
b, strong, th{
    font-family: "OpenSansBold", 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{
    font-family: "Arial", Tahoma sans-serif 
    font-size:15px;
    height:100%;
    margin:0;
    color:#222;
    -webkit-font-smoothing: antialiased !important;
}
.wrap{
    width: 1242px;
    margin: 0 auto;
    position: relative;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.header{
    padding: 15px 20px;
    background-color: #f4f5f7;
    position: relative;
    border-top: 1px solid #e3e3e3;
}
.logo{
    display: block;
    width: 320px;
    height: 40px;
    margin: 0 auto;
}
.logo a img:hover{
    opacity: 0.8;
}
.logo img{
    display: block;
}
.hleft, .hright{
    width: 300px;
    height: 40px;
    font-size: 14px;
    color: #777;
    line-height: 20px;
    padding: 10px 0;
}
.hleft a, .hright a{
    color: #d91616;
    font-size: 14px;
}
.hleft a:hover, .hright a:hover{
    color: #222;
}
.weather{    
    float: right;
}
.temperature{
    font-family: "OpenSansBold", sans-serif;
}
.hleft{
    float: left;
}
.hright{
    float: right;
}
.lang_switch{
    float: left;
    margin: 0 0 0 20px;
}
.current_date{
    float: left;
}

/* Поиск */

.search_btn.active_search{
    background-color: #d91616;
    color: #fff;
}
.searchholder{
    padding: 1px 20px 0 20px;
    background-color: #fff;
}
.searchblock{
    width: 100%;
    height: 0;
    padding: 0;
    position: relative;
    background-color: #fafafa;
    overflow: hidden;
    border:1px solid transparent;
}
.searchblock.open{
    height:50px;
    margin-top: 20px;
    border: 1px solid #e3e3e3;
}
.searchform{
    color:#222;
    width:100%;
    height:50px;
    line-height:20px;
    padding:11px 50px 9px 20px;
    border:0;
    margin: 0;
    font-size:14px;    
    background-color:transparent;
    overflow:hidden;
    border-radius: 2px;
}
.searchbt{
    width:30px;
    height:30px;
    border:0 !important;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    background-position: 0 0;
    background-color: transparent;
    opacity: 0.8;
}
.searchbt:hover{
    opacity: 1;
}

.search_btn{    
    display:block;
    height: 60px;
    width: 60px;
    background-color: transparent;
    border:0;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    -webkit-transition:abackground-color 0.2s ease;
    -moz-transition:background-color 0.2s ease;
    transition: background-color 0.2s ease;
    background-position:center -280px;
    cursor: pointer !important;
    z-index: 200;
    float: left;
}
.search_btn:before{
    width: 30px;
    height: 30px;
    background-position: 0 0;
    display: block;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 18px;
}

.search_btn.active_search:before{
    color: #fff;
}
.header-login{
    height: 40px;
    width: 40px;
    float: right;
    position: relative;
}
.header_button{
    display: block;
    float: right;
    width: 40px;
    height: 40px;
    text-decoration: none;
    z-index: 2;
    transition:0.2s;
}
.header_button:hover{
    background-color: #e3e3e3;
}
.header_button:before{  
    text-align: center;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    color: #999;
    top: 10px;
    left: 10px;
    opacity: 1;
}
.login_btn.logged:before{ 
    color: #d91616;   
}

.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: "OpenSansBold", sans-serif;
}
.name-login:hover{
    color: #d91616;
}
.name-login:after{    
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #d91616;
    position: absolute;
    top:20px;
    right: 2px;
}
/* login.tpl  */
.login_block:before{
    content: "";
    display: block;
    position: absolute;
    top: -16px;
    right: 12px;
    width: 0;
    height: 0;  
    border: 8px solid transparent;
    border-bottom-color: #e3e3e3;
}
.login_block{
    position: absolute;
    right: 0;
    width: 244px;
    background-color: #fff;
    border:2px solid #e3e3e3;
    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;
    color: #222;
}
.active_login{
    visibility: visible;
    opacity: 1;
    top: 0;
    -moz-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
}

.login_block .login_header{
    font-size: 20px;
    text-align: center;
    color: #aaa;
    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: #222;
    font-size: 12px;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 0 20px;
    text-transform: uppercase;
}
.profile_menu li a:hover, .profile_menu li a.profile_link:hover{
    background-color: #e3e3e3;
    color: #000;
    text-decoration: none;
}
.profile_menu li a.logout{
    background-color: #fb4d4d;
    border-bottom: 0;
    color: #fff;
    opacity: 0.7;
}
.profile_menu li a.logout:hover{
    opacity: 1;
}
.profile_menu li a.profile_link{
}
.profile_menu li a i{
    font-style: normal;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #d91616;
    font-size: 12px;
    padding: 0 10px;
}
.login_form{
    margin: 0 20px;
    padding-bottom: 20px;
}
.login_form label{
    font-size: 16px;
    display: block;
    margin: 0 0 10px 0;
    line-height: 15px;
}
.login_form label a{
    font-size: 16px;
    color: #d91616;
}
.login_form label a:hover{
    color: #505050;
}
.login_form .inp{
    width: 100%;
    border:2px solid #e3e3e3;
    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:2px solid #999;
}
.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 #d91616;
    background-color:#d91616;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius:3px;
    border-radius: 3px;
    color: #fff;
}
.enter-btn:hover{    
    opacity: 0.7;
}
.reg-link{
    margin: 10px 0 0 0;
}
.reg-link a{
    font-size: 12px;
    color: #d91616;
    text-decoration: none;
}
.reg-link a:hover{
    color: #222;
}


.soc_login{
    padding: 0 20px 20px 20px;
}
.social_menu{
    float: right;
}
.social-button{
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    position: relative;
    margin-right: 1px;
    transition: ease 0.2s all;
    font-size: 15px !important;
}
.soc_login .social-button{
    margin: 0 0 0 0; 
}

.social-button:hover{
    opacity: 0.8;
}
.social-button:before{
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    color: #fff;
    top: 6px;
    left: 6px;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    transition: ease 0.2s all;
    text-align: center;
    line-height: 20px;
}
.icon-mobile{
    background-color: #222;
}
.icon-facebook{
    background-color: #4862a3;
}
.icon-vk{
    background-color: #4d75a3;
}
.icon-twitter{
    background-color: #359bed;
}
.icon-google{
    background-color: #d94533;
}
.icon-odnoklassniki{
    background-color: #f59310;
}
.icon-youtube-play{
    background-color: #cd201f;
}
.iconmr{
    background-color:#168de2;
}
.iconmr:before{
    content: "@";
    font-family: "OpenSansBold";
}
.iconya{
    background-color:#e61400;    
}
.iconya:before{
    content: "Я";
}
.icon-yt:before{
    background-position: -40px -200px;
}
.icon-rss{
    background-color: #ff6600;
}
/* LOGIN end  */


/* navigation menu*/
.nav{
    position: relative;
    border-top:1px solid #e3e3e3;
    height: 44px;
    background-color: #fff;
    border-bottom: 3px solid #d91616;
}
.nav ul.main_nav{
    list-style: none;
    position: relative;
    padding-right: 80px;
}
.main_nav li{
    position: relative;
    display: block;
    float: left;
    height: 40px;   
    z-index: 100;
}
.main_nav li a{
    display: block;
    padding: 0 10px;
    line-height: 40px;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    transition:0.2s;
    color:#222;
    font-family: "OpenSansBold", sans-serif;
}
.main_nav li a:before{
    position: absolute;
    display: block;
    content: "";
    width: 0;
    height: 1px;
    left: 0;
    top: -1px;
    background-color: #d91616;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    transition: all 0.2s ease;
}
.main_nav li a:hover:before{
    width: 100%;
}
.main_nav li a.dropi{
    padding: 0 25px 0 20px;
}
.main_nav li a:hover, .main_nav ul.main_nav li.drop:hover .dropi{ 
    color: #d91616;
}
.main_nav li.drop:hover .dropi:before{
    width: 100%;
}
.main_nav li a.dropi:after{
    content: "\f107";
    line-height: 10px;
    display: block;
    width: 10px;
    height: 10px;
    font-size: 14px;
    font-family: "icomoon";
    position: absolute;
    top:15px;
    right: 12px;
}
.main_nav li:hover ul{
    display: block;
    clear: both;
}
.main_nav li ul{
    display: none;
    height: auto;
    min-width: 200px;
    position: absolute;
    background-color: #fff;
    z-index: 5000000;
    max-width: 100%;
    left: 0;
    border-top: 1px solid #e3e3e3;
}
.main_nav li li{
    display: block;
    float: none;
    width: 100%;
    height: auto;
    border-right: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}
.main_nav li li a {
    text-align:left;
    display:block;
    float:none;
    font-size: 13px;
    padding: 0px 20px;
    line-height: 40px !important;
    z-index: 501;
    border-bottom: 1px solid #e3e3e3;
}


.nav_btn{
    display: block;
    width: 20px;
    height: 20px;
    top: 11px;
    position: relative;
    border-width: 3px 0;
    border-style: solid;
    border-color: #999;
    background-color: transparent;
    z-index: 2;
    display: none;
    float: left;
    position: relative;
}
.nav_btn:hover{    
    border-color: #d91616;
}
.nav_btn:hover:before{
    background-color: #d91616;    
}
.nav_btn:before{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 3px;
    background-color: #999;
    top: 6px;
}
.trends{
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
}
.trends ul{
    list-style: none;
}
.trends li{
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
}
.trends_header{
    font-family: "OpenSansBold";
    color: #d91616;
    padding: 0 10px 0 20px;
}
.trends li a{
    font-size: 13px;
    display: block;
    margin-left: 20px;
    line-height: 40px;
    text-decoration: none;
    transition:0.2s;
    color: #d91616;
    font-family: "OpenSansBold";
}
.trends li a:hover{
    text-decoration: underline;
    color: #222;
}


.left{
    overflow: hidden;
    margin-right: 330px;
}
.right{
    float: right;
    width: 300px;
}
.col_center{
    width: 520px;
    float: left;
    margin-left: 30px;
}
.col_left{
    width: 320px;
    float: left;
}
.col_news{
    width: 200px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}
.col_news .last_news_title{
    margin-left: 0;
    font-size: 13px;
}
.col_news .last_news_time{
    margin-right: 4px;
}
.col_middle{
    width: 640px;
    float: left;
}
.container{
    padding: 20px 20px 0 20px;   
    background-color: #fff; 
}
.content{
    margin-right: -330px;
    width: 100%;
    float: left;
}
.featured{
    margin-bottom: 20px;
}
.rightcolumn {
float: right;
width: 330px;
margin-left: 15px;
}

.rightcolumn_in {
float: right;
width: 330px;
margin-left: 15px;
}

.rightcolumn_box{
float: left;
width: 100%;
padding: 0px 15px;
margin-bottom: 20px;
}

.rightcolumn_box:last-child{
margin-bottom: 0px;
}
.rightcolumn_title {
float: left;
width: 100%;
color: #000;
font-size: 22px;
line-height: 23px;
margin-bottom: 15px;
text-transform: uppercase;
}

.rightcolumn_title a {
color: #000;
}
/*---Social box by publicist---*/
.social_box{
float: left;
width: 100%;
background-color: #FCFCFC;
border-radius: 3px;
border: 1px solid #F0F0F0;
padding: 10px 9px;
}

.social_box_title{
float: left;
width: 100%;
margin-bottom: 5px;
text-transform: uppercase;
font-size: 19px;
line-height: 20px;
color: #000;
text-align: center;
}

.social_box ul{
float: left;
width: 100%;
list-style: none;
font-size: 18px;
line-height: 32px;
color: #fff;
text-align: center;
}

.social_box ul a{
color: #fff;
}

.social_box ul li{
float: left;
margin: 4px;
background-color: #E74545;
width: 32px;
height: 32px;
border-radius: 3px;
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-ms-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}

.social_box ul li:hover{
background-color: #000 !important;
}

.twitter_soc{
background-color: #6ddce2 !important;
}

.facebook_soc{
background-color: #6ddce2 !important;
}

.google-plus_soc{
background-color: #d34836 !important;
}

.pinterest_soc{
background-color: #c92228 !important;
}

.instagram_soc{
background-color: #3f729b !important;
}

.youtube_soc{
background-color: #cc181e !important;
}

.vk_soc{
background-color: #4f7094 !important;
}
/*---Social box by publicist---*/

/*---Newsbox H by publicist---*/
.newsbox_h{
float: left;
width: 100%;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #f6f6f6;
}

.newsbox_h:last-child{
margin-bottom: 0px;
padding-bottom: 0px;
border-bottom: none;
}

.newsbox_h .thumb {
width: 80px;
height: 50px;
position: relative;
background-position: 50% 50%;
background-repeat: no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
float: left;
margin-right: 10px;
border-radius: 3px;
}

.newsbox_h_content{
overflow: hidden;
}

.newsbox_h_title{
width: 100%;
color: #007ad2;
float: left;
font-size: 13px;
line-height: 18px;
font-family: "Roboto", Arial, sans-serif;
}

.newsbox_h_title a{
color: #007ad2;
}

.newsbox_h_date{
width: 100%;
float: left;
color: #E38181;
font-size: 11px;
line-height: 12px;
margin-top: 5px;
}
/*---Newsbox H by publicist---*/

/* main_news.tpl */
.main_news{
    width:25%;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.main_news:last-of-type{
    border-right-color: transparent;
}
.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;
    transition:0.2s;
}
a:hover .tile_bg{
    transform: scale(1.1);
}
.tile{
    padding-top: 66.7%;
    z-index: 1;
    position: relative;
}
.tile:before{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -moz-transition:0.2s background-color;
    -webkit-transition:0.2s background-color;
    transition:0.2s background-color;
}
a:hover .tile:before{
    background-color: rgba(0,0,0,0.3);
}
.tile_content{
    transition:0.2s;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding:17px 20px;
    color: #fff;
    text-shadow:0 1px 0 rgba(0,0,0,0.5);
    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.9) 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.9))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* W3C */
}
.tile_title{
    font-size: 16px;
    line-height: 1.25;
    font-family: "OpenSansBold", sans-serif;
    margin-top: 10px;
}
a:hover .tile_content{
    color: #ddd;
}
.news3{
    width:20%;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
.news3:last-of-type{
    border-right-color: transparent;
}
.news3 .tile{
    padding-top: 100%;
}
.news3 .tile_title{
    font-size: 16px;
}
.multimedia{
    width: 50%;
    display: block;
    float: left;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 2px solid #fff;
}
.multimedia .tile{
    padding-top: 50%;
}
.mblock .multimedia:nth-of-type(n+3){
    width:33.33333%;
}
.tile_icon{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    color: #fff;
    width: 40px;
    height: 40px;
    background-color: rgba(217,22,22,0.8);
    text-align: center;
    line-height: 40px;
    transition:0.2s;
    z-index: 5;
}
.multimedia:hover .tile_icon{
    background-color: rgba(217,22,22,1);
}


.date{
    font-size: 12px;
    min-height: 18px;
    line-height: 18px;
}

.col5{
    width: 20%;
    float: left;
    padding: 0 10px;
}


/* last_news.tpl */
.last_news{
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #e3e3e3;
}
.last_news_time{
    color: #888;
    font-size: 11px;
    margin: 4px 4px 0 0;
    float: left;
}
.last_news_title{
    font-size: 14px;
    margin-left: 0px;
    display: block;
    text-decoration: none;
    transition:0.2s;
}
.last_news_title.color{
    color: #d91616;
}
.last_news_title.bold{
    font-family: "OpenSansBold", sans-serif;
}
.title_icon{
    display: inline-block;
    line-height: 11px;
    font-size: 10px;
    background-color:  rgba(217,22,22,0.5);
    color: #fff;
    padding: 2px 4px;
    font-family: "OpenSansRegular", sans-serif;
}
.title_icon:before{
    top: 1px;
    position: relative;
}


.allnews{
    display: block;
    line-height: 40px;
    border: 1px solid #e3e3e3;
    text-align: center;
    text-decoration: none;
    color: #222;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 10px;
    transition:0.2s;
}
.allnews:hover{
    border-color: #d91616;
    color: #d91616;
}
.speedbar{
    color: #999;
    margin-bottom: 20px;
    font-size: 12px;
}
.speedbar a{
    color: #d91616;
    font-size: 12px;
    text-decoration: none;
}
.sort{
    line-height:20px;
    font-size: 12px;
    color: #222;
    margin-bottom: 20px;
}
.sort a{
    display:inline-block;
    font-size: 12px;
    text-decoration: none;
    color: #222;
    font-family: "OpenSansBold", sans-serif;
    transition:0.2s;
}
.sort a:hover{
    color: #d91616;
}
.mblock{
    margin-bottom:20px; 
    position: relative;
}
.wblock{
    margin: 0 -10px;
}
.grey_block .wrap{
    padding: 0 20px;
}
.black_block{
    background-color: #222;
    position: relative;
    padding: 20px 0 0 0;
    margin-bottom: 20px;    
}
.content_adv{
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin:0 0 10px 0;
}
.top_adv{
    overflow: hidden;
    text-align: center; 
}
.side_adv{
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
}
.block_header{
    line-height: 20px;
    color: #222;
    font-size: 18px;
    margin: 0 0 15px 0;
    text-transform: uppercase;
    border-top: 3px solid #d91616;
    padding:10px 0 0 0;
    font-family: "Arial", sans-serif;
    font-weight: bold;
}
.block_header a{
    color: #222;
    transition:0.2s;
    font-size: 18px;
    text-decoration: none !important;
    border-bottom: 1px solid #e3e3e3;
}
.block_header a:hover{
    text-decoration: none !important;  
    color: #d91616;
    border-color:#d91616;
}
.black_block .block_header, .black_block .block_header a:hover{ 
    color: #fff;
}

/* shortspry.tpl */
.shortstory{
    position: relative;
    padding-top: 15px;
    margin: 15px 0;
    border-top: 1px solid #e3e3e3;
}
.shortstory:first-of-type{
    border-top: 0;
}
.shortstory a{
    text-decoration: none;
}
.short_img{
    width: 180px;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 15px 0 0;
    float: left;
}
.short_title{
    line-height: 1.25;
    color: #222;
    text-decoration: none;
    margin-bottom: 5px;
    overflow: hidden;
    font-family: "OpenSansBold", sans-serif;
}
.short_title a{
    color: #222;
    font-size: 18px;
    transition:0.2s;
    text-decoration: none;
}
.short_title a:hover{
    color: #d91616;
}
.news1 .short_title a{
    font-size: 16px;
}
.news2{
    margin:10px 0;
    padding-top: 10px;
}
.news2 .short_img{
    width: 60px;
}
.news2 .short_title a, .news5 .short_title a{
    font-size: 14px;
}
.news4{
    padding-top: 10px;
    margin: 10px 0;
}
.news4 .short_title a{
    font-size: 14px;
    font-family: "OpenSansRegular", sans-serif;
}
.news4 .date{
    font-size: 11px;
    font-family: "OpenSansBold", sans-serif;
}
.short_content{
    font-size: 13px;
}
.views{
    font-size: 12px;
    color: #999;
}
.toplist{
    counter-reset:list;
}
.news5{
    padding: 0 10px 0 70px;
    width: 20%;
    float: left;
    position: relative;
}
.news5 .short_img{
    float: none;
    width: 100%;
    margin: 0;
}
.news5:before{
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    height: 25px;
    line-height: 20px;
    padding: 5px 0 0 0;
    font-size: 12px;
    content: "\e903";
    color: #d91616;
    width: 50px;
    border:1px solid #e3e3e3;
    border-bottom: 0;   
}
.news5:after{
    content:attr(data-views);
    display:block;
    text-align: center;
    position:absolute;
    width: 50px;
    height: 25px;
    line-height: 20px;
    padding: 0 0 5px 0;
    font-size: 12px;
    color: #d91616;
    top:25px;
    left:0;
    border:1px solid #e3e3e3;
    border-top: 0;
}

.blogs{
    margin-bottom: 10px;
    border-top: 1px solid #e3e3e3;
    padding: 10px 0 0 0;

}
.blogs:first-of-type{
    border-top: 0;
}
.blogs a{
    transition:0.2s;
    font-size: 13px;
}
.foto{
    width: 80px;
    margin: 0 10px 0 0;
    float: left;
    display: block;
    border-radius: 40px;
}
.author{
    text-decoration: none;
    color: #d91616;
    font-family: "OpenSansBold";
}
.author:hover{
    color: #777;
}
.blogs_title{
    margin: 0 0 10px 0;
}
.blogs_title a{
    color: #222;
    font-size: 16px;
    font-family: "OpenSansBold";
    text-decoration: none;
}
.blogs_title a:hover{
    color: #777;
}
.blogs .short_info{
    margin-left: 70px;
}
.blogs .date{
    color: #777;
    display: inline-block;
    margin: 0 0 0 10px;
}

/* Рейтинг */
.ratebox{
    float: left;
    margin: 0 10px 0 0;
    color: #aaa;
    font-size: 12px;
    height: 16px;
    line-height: 20px;
}
.ratebox .rating{
    margin-top: 2px;
}
.ratebox span{
    display: block;
    float: left;
}
.button_rating{
    margin: 0;
    height: 16px;
    float: left;
    width: 14px;
    position: relative;
}
.button_rating:before{ 
    display: block;
    position: absolute;
    font-size: 14px;
    height: 14px; 
    top: 0;
    left: 0;
    opacity: 0.5;
}
.icon-thumbs-up:before{
    color: green;
}
.icon-thumbs-down:before{
    color: red;
    top: 3px;
}
.button_rating:hover:before{   
    opacity: 1;
}
.ratingtypeplus{
    color: #999;
    padding: 0px 0px 0px 5px;
}
.ratingplus {
  color: green;
}
.ratingminus {
  color: red;
}
.rating-count{
    float: left;
    line-height: 12px;
    height: 12px;
    padding: 3px 0 0 0;
    font-size: 14px;
    font-family: "OpenSansBold", Arial, sans-serif;
}
.rating-count span{
    display: inline-block;
}
.ratingzero {
  color: #999;
}
.ratingtypeplusminus {
  padding: 0px 5px;
  font-family: "OpenSansBold", sans-serif;
}


/* vote.tpl */
.vote{
    font-size: 14px;
    line-height:25px;
    width:auto !important;
}
.question{
    font-size: 14px;   
    font-family: "OpenSansBold", Arial, sans-serif;
    margin:0 0 15px 0;
}
#dle-vote{
    margin: 0 0 20px 0;
}
.vote_button{    
    border:1px solid #d91616;
    margin-right: 20px;
    background-color: #d91616;
}
.vote_button, .results_button{
    height: 40px;
    padding: 0 20px;
    text-align: center;
    font-size: 12px;
    font-family: "OpenSansBold", Arial, sans-serif;
    float: left;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    transition: ease 0.2s all;
    line-height: 30px;    
    text-transform: uppercase;
}
.results_button{
    border:1px solid #222;
    background-color: #222;
}
.results_button:hover, .vote_button:hover{
    border-color: #303030;
    color: #fff;
    background-color: #505050;
}

/* FOOTER    */
.footer {
    color: #777;
    font-size: 14px;
    background-color: #f4f5f7;
    padding: 20px;
    border-top: 3px solid #222;
}
.footer .wrap{
    padding-top:20px;
    padding-bottom:20px;
}
.footer .logo{
    margin: 0 20px 0 0;
}
.footer a{
    text-decoration:none;
    color: #222;
    font-size: 14px;
}
.footer a:hover{
    text-decoration:none;
    color: #d91616;
}
.copyrights{
    line-height: 20px;
}
.about{
    font-size: 13px;
    line-height: 18px;
    padding-top:20px;
    padding-bottom:20px;
}
.about a{    
    font-size:13px;
}
.footer_links{
    margin:0 0 20px 0;
}
.footer_links ul{
    list-style: none;
}
.footer_links li{
    display: inline-block;
    margin: 0 10px 0 0;
    font-family: "OpenSansBold", sans-serif;
}
.counters{
    float: left;
}

/* 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: "OpenSansBold", Arial, sans-serif;
}
.shortresult b{
    color: #d91616;
}
/* navigation.tpl */
.navigation-holder{
    text-align: center;
    clear: both;
    margin:20px 0;
}
.navigation{
    clear:both;
    display: block;
    margin-bottom: -4px;
}  
.navigation span, .navigation a, .navigation b{ 
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    font-size:14px;
    float:left;
    font-weight: normal !important;
    border:1px solid #e3e3e3;
    margin:0 -1px 0 0;
}
.navigation span, .navigation a{
    text-align: center;
    width: 40px;
}
.navigation a{
    text-decoration: none !important;
    color:#222;
}
.navigation a:hover{
    text-decoration:none;
    color:#d91616;
}
.navigation span {    
    text-decoration:none;
    color:#d91616;
    font-family: "OpenSansBold", sans-serif;
}
.nav_ext{
    margin:0 1px 0 0;
}
.prev, .next{
    display: block;
    float: left;
}
.next a, .prev a{
    text-decoration:none !important;
    display: block;
    line-height: 40px;
}
.prev span, .next span{
    display: none;
}


.post_content, .userinfo{
    font-size: 15px;
    line-height: 1.5;
    color: #222;
    margin-bottom: 20px;
}
.post_content a, .userinfo a{
    font-size: 15px;
    color: #d91616;
    text-decoration: none;
}
.post_content a:hover, .userinfo a:hover{
    text-decoration: underline;
}
.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{
    font-family:"OpenSansBold", Arial, sans-serif;
    margin-bottom: 5px;
}
.post_content hr{
    background-color:#e3e3e3;
    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;
}
.post_content table th,.post_content table td{
    padding:10px;
    border:1px solid #e3e3e3;
    font-weight:normal;
    text-align:left;
    vertical-align:middle;
}
.post_content table tr:first-child{
    font-family: "OpenSansBold", sans-serif;
}
.post_content ul{
    margin:0 20px 20px 20px;
}
.post_content ul li{
    display:block;
    position:relative;
    padding:5px 0 0 25px;
    margin-bottom:5px;
    line-height: 1.2;
}
.post_content ul li strong{
    font-family:'OpenSansBold', Arial, sans-serif;
}
.post_content ul li a{
    color:#d91616;
    text-decoration:underline;
}
.post_content ul li a:hover{
    text-decoration:none;
}
.post_content ul li:before{
    content: '';
    display: block;
    width: 6px !important;
    height: 6px !important;
    position: absolute;
    top: 10px;
    left: 4px;
    background-color: #d91616;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.post_content ol{
    margin:0 20px 20px 20px;
    counter-reset:list;
}
.post_content ol li{
    display:block;
    position:relative;
    padding:5px 0 0 20px;
    margin-bottom:5px;
    counter-reset:list1;
    min-height:32px;
}
.post_content ol li strong{
    font-family:'OpenSansBold', Arial, sans-serif;
}
.post_content ol li a{
    color:#d91616;
    text-decoration:underline;
}
.post_content ol li a:hover{
    text-decoration:none;
}
.post_content ol li:before{
    content:counter(list)".";
    counter-increment:list;
    display:block;
    position:absolute;
    top:5px;
    left:-2px;
    color:#d91616;
}
.post_content p{
    margin:0 0 10px 0;
}
.post_content b, .post_content strong{
    font-weight: normal;
    font-family:'OpenSansBold', Arial, sans-serif;
}

/* relatednews.tpl */
.related_news{
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
}
.related_title{
    font-family: "OpenSansBold", sans-serif;
    font-size: 20px;
    line-height: 1.25;
}
.related_img{
    display: block;
    width: 100px;
    float: left;
    margin: 0 20px 0 0;
}

/* pm.tpl */
table.pm td{
    border-top:1px solid #e3e3e3;
    height:40px;
}
table.pm tr:first-child td, table.pm tr:last-child td{
    border-top: 0;
}
.pm{
    font-size: 14px;
}
.pm a{
    font-size: 14px;
}
.pm .bbcodes{
    line-height: 30px !important;
    height: 30px;
    padding: 0 10px;
    margin-top: 20px;
}
.pm_head {
    line-height: 30px;
    font-family: "OpenSansBold", Arial, sans-serif;
    text-decoration:none;

}
.pm td input[type="checkbox"]{
    vertical-align: middle;
}
.pm_list {
    color: #909090;
}
.pm_list a {
    color: #d91616;
    text-decoration:none;
}
.pm_list a:hover{
    color: #222;
}
.pm_list:last-child, .pm_head:last-child{
    text-align: center;
}
.pm_sub{
    color:#909090;
    margin: 20px 0 0 0;
    font-size: 14px;
    font-style: normal;
}
.pm_sub a{
    color: #d91616;
    font-size: 14px;
}

.pm_aside{
    width: 100%;
    border:1px solid #e3e3e3;
    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:#d91616;
    font-size: 13px;
    text-decoration:none;
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    vertical-align: middle;
    font-family: "OpenSansBold",sans-serif;
}
.pmlinks a:first-of-type{
    border-left: 0;
}
.pmlinks a:hover{
    color:#222;
    background-color:#e3e3e3;
}
.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: #e3e3e3;
}
.pm_progress_bar span {
    background:#d91616;
    font-size: 0em;
    text-indent: -2000em;
    height: 30px;
    display: block;
    overflow: hidden;

}

/* 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: "OpenSansBold", 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: "OpenSansBold", Arial, sans-serif;
}
.profile_popup_counter a{
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    color: #d91616;
    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: "OpenSansBold", 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 */

td .bbcodes{
    height: 30px;
    line-height: 30px !important;
    padding: 0 15px;
    -webkit-border-radius:2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.answer_variant{
    font-size: 12px;
    line-height: 150%;
    color: #777;
}

form#registration .bbcodes{
    margin: 10px 0 0 0;
}


/* Feedback.tpl */
.feedbackta{
    width:100%;
    padding: 5px;
    height: 150px;
}
select[name="recip"]{
    height: 40px;
    padding: 10px;
    line-height: 20px; 
    width: 100%; 
}
select[name="recip"] option{
    line-height: 20px;
}
/* poll.tpl */
.poll{
    margin:20px 0;
    padding: 20px;
    font-size: 14px;
    background-color: #f1f1f1
}
.poll b{
    line-height:20px;
    font-weight: normal;
    text-transform: uppercase;
}
.poll i{
    line-height:30px;
}
/* Buttons */
.buttonholder{
    margin: 20px 0 0 0;
}
.site_button{
    cursor: pointer;
    transition: ease 0.2s all;
    font-size: 12px;
    font-family: "OpenSansBold", sans-serif;
    padding: 0 20px;
    line-height: 40px;
    color: #fff;
    background-color: transparent;
    text-transform: uppercase;
    float: left;
}
.site_button:active{
    border-color: #222;
    background-color: rgba(0,0,0,1);
}
.site_button:hover{
    color: #fff;
}
.dark_button{    
    color: #222;
    border:1px solid #222;
}
.color_button{
    border: 1px solid #d91616;
    color: #d91616;
    margin: 0 10px 0 0;
}
.color_button:hover{
    background-color: #d91616;
}
.dark_button:hover{
    background-color: #222;
}
/* fullstory.tpl */
.fullstory, .tagscloud{
    width:100%;
    line-height:150%;
    margin-bottom: 20px;
}
.tagscloud a{    
    color:#d91616;
}
.post_title{
    font-size:32px;
    color:#222;
    line-height: 100%;
    margin:0 0 20px 0;
}
.post_title h1{
    font-size: 32px;
    line-height: 100%;
}
.main_photo{
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.post_info{
    min-height: 20px;
    margin-bottom: 15px;   
}
.post_info_item{
    height: 20px;
    font-size: 13px;
    color: #aaa;
    display: block;
    line-height: 20px;
    float: left;
    margin-right: 20px;
    position: relative;
}
.post_info_item.fviews{
    padding-left:21px;
}
.post_info_item.fviews:before{
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 20px;
    background-position: -40px -70px;
    top: 0;
    left: 0;
}
.span_edit a{
    float: right;
}
.post_info_item a{
        color: #aaa;
    text-decoration: none;
    font-size: 13px;
}
.post_info_item a:hover{
    color: #222;
}
.category{
    float: none;
    margin: 0 0 10px 0;
    font-family: "OpenSansBold", sans-serif;
    text-transform: uppercase;
}
.category a{
    text-decoration: none;
    color: #d91616;
    font-size: 16px;
}
.category a:hover{
    color: #222;
}
a.comments-num{
    color: #d91616;
}
.transp_text{
    color: transparent;
}
.tags{
    font-family: "Arial", Tahoma sans-serif;
    font-size:15px;
    font-weight: bold;
}
.tags a{
    color: #d91616;
    text-decoration: none;
}
.tags a:hover{
    color: #222;
}

.full_images img{
    width: 100%;
}

.full_images br{
    display: none;
}
.photo_source {
    font-size: 12px;
    color: #999;
    margin: -10px 0 10px 0;
}
a.highslide:hover{
    color: #999;
    text-decoration: none !important;
}

/* addcoments.tpl*/
#comments{
    height: 100px;
}
.addcomment-post{
    color: #909090;
    margin-top:30px;
}
.addcomment-post .social_login{
    margin: 20px 0 0 0;
}
.addcomment_editor{
    width: 390px;
    min-width: 300px;
    height: 60px;
    min-height: 60px;
}
.ccolor{
    font-style: normal;
	color: #d91616 !important;
}

/* 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;
}
.commentsreplyname {
 padding: 2px; border: 1px solid #bcc0c2;
 width: 200px;
 background: #fff;
}
.comment{
    position: relative;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #e3e3e3;
}
.negative-comment{
    opacity: 0.6;
    transition:0.2s;
    border-bottom:1px solid rgba(255,0,0,0.1);
}
.negative-comment:hover{
    opacity: 1;
}
.comment a{
    color:#d91616;
    text-decoration:none;
}
.comment a:hover{
    text-decoration:underline;	
    color: #222;
}
.comment_avatar{
    width:50px;
    overflow: hidden;    
    position: absolute;
    top: 0 ;
    left: 0;
}
.comment_avatar img{
    width: 100%;
    display: block;
}
.comment_content{    
    width: 100%;
    padding:0 0 10px 70px;
    font-size: 14px;
    color: #222;
}
.comment_content a{
    font-size: 14px;
    color:;
}
.comment-news a{
    text-decoration:underline;
    margin:0 0 10px 0 !important;
    display: inline-block;
    font-family: "OpenSansBold", sans-serif;
}
.comment-news a:hover{
    text-decoration:none;
}
.comment_meta{
    line-height: 14px;
    font-size: 12px;
    color: #aaa;
    margin: 0 0 10px 0;
}
.comment_meta a{
    font-size: 12px;
}
.comment_date{
    display: inline-block;
    position: relative;
}
.comment_author{
    margin: 0 10px 0 0;
    display: inline-block;
}
.comment_author a{
    font-size: 12px;
}
.comment_author a:hover{
    text-decoration: none;
}
.mass-action{
    margin:-2px 0 0 10px;
    height:14px;
    float:right;
}
.mass-action input[type="checkbox"]{
    margin: 0;
}
.signature{
    color: #777;
    font-size: 12px;
    margin: 10px 0 0 0;
}
.comment_controls{
    margin: 10px 0 0 0;
    min-height: 15px;
    min-height: 15px;
    line-height: 15px;
}
.comment_controls a{
    font-size: 12px;
    margin:0 10px 0 0;
    color: #777;
    font-family: "OpenSansBold", Arial, sans-serif;
}
.comment_controls a:hover{
    color: #d91616;
    text-decoration: none;
}
.mass_comments_action{
    color:#909090;
    margin-top: 20px;
}
.mass_comments_action select[name="mass_action"]{
    height: 22px;
    border-color: #ccc;
}

.info{
    margin: 0 0 20px 0;
    padding:20px;
    font-size:14px;
    background-color: #f1f1f1;
}
.info a{
    color:#d91616;
    font-size: 14px;
    text-decoration: none;
}
.info a:hover{
    color: #222;
}

/* registration.tpl */


/* userinfo.tpl */
.usertitle{
    font-size: 14px;
    color: #909090;
}
.user-foto-frame{
    border:1px solid #e3e3e3;
    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: "OpenSansBold", 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: #d91616;
    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 #e3e3e3;
    background-color: transparent;
    color: #d91616;
    height: 50px;
    line-height: 50px !important;
    text-decoration: none;
    padding: 0 10px;
    font-family: "OpenSansBold", Arial, sans-serif;
    margin: 0 0 20px 0;
}
.edit_button a:hover{
    background-color: #e3e3e3;
    color: #222;
    text-decoration: none;
}
.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;
    border:0;
}
table.fulltable td{
    padding-bottom:15px; 
}
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: 100px;
    font-size:14px;
    vertical-align: top;
    padding-top: 10px;
}
  .find_rel{
    margin: 15px 0 0 0;
  }
.pline{
    width:400px;
    min-height:15px;
    line-height:15px;
    text-align:left;
}
.import{
    border-right-color:#d91616 !important;
}
.line a{
    color:#d91616;
}
.row{
    font-size:13px;
    margin:5px 0;
    padding:5px;
    border:1px solid #e3e3e3;
    background:#fafafa;
}
.row a{
    color:#d91616;
}
.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:#d91616;
}
.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: "OpenSansBold", 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: "OpenSansBold", 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;
}
.f_textarea{
    width: 400px;
}
.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:100% ;  
}
.input2{
    width:100%;
}
.input3{
    width:160px;  
    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;
}
.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:#d91616;
    border:1px solid #ddd;
    margin: 0 0 10px 0;
}
#totop{
    width:60px;
    height: 40px;
    background-color: #000;
    text-align:center;
    position:fixed;
    bottom:20px;
    right:20px;
    cursor:pointer;
    display:none;
    opacity: 0.6;
    z-index: 10;
    transition:0.2s;
}
#totop:hover{
    opacity: 1;
    height: 50px;
}
#totop:hover .uptext{
    visibility: visible;
    opacity: 1;
}
.uparrow{
    line-height: 40px;
    text-align: center;
    font-size: 24px;
    color: #fff;
}
.attachment{
    position: relative;
    padding:0 0 0 10px;
    line-height:16px;
    color: #909090;
    font-size: 14px;
}
.attachment a{
    text-decoration: none;
}
.attachment a:hover{
    color: #222;
    text-decoration: none;
}
.icon-paperclip:before{
    font-size: 20px;
}


.social-likes,.social-likes__widget{
    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: 14px;    
}
.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);  
}
.social-likes,.social-likes_single-w{
    line-height:1.5;
}
.social-likes,.social-likes__widget_single{
    font-size:20px;
}
.social-likes__widget_facebook{
    background-color: #4862a3;
}
.social-likes__widget_twitter{
    background-color: #359bed;
}
.social-likes__widget_vkontakte{
    background-color: #4d75a3;
}
.social-likes__widget_plusone{
    background-color: #d94533;
}
.social-likes__widget_odnoklassniki {
    background-color: #f59310;
}
.social-likes__widget{
    line-height:1.5;
    text-align:left;
    cursor:pointer;     
    height: 30px;
    line-height: 30px;
    color: #fff;
    transition:opacity 0.1s;
    float: left;
    margin: 0 10px 0 0;
}
.social-likes__widget:hover{
    opacity:0.8;
}
.social-likes__button,.social-likes__counter{
    height: 30px;
    float: left;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    font-size:12px;
    vertical-align:baseline;
    text-align: center;
}
.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;
    background-color: rgba(0,0,0,0.2);
    padding: 0 10px;
}
        .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_notext .social-likes__icon_facebook{}

                .social-likes__icon_twitter{
                    top: 2px;
                }
                .social-likes_light .social-likes__icon_twitter{}

                .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__icon_vkontakte{
                    top: 2px;
                }
                .social-likes__icon_facebook{
                    top: -2px;
                }
.shortstory2{
    float: left;
    width: 50%;
    margin-bottom: 30px;
}
.shortstory2:nth-of-type(odd){
    padding-right: 15px;
}
.shortstory2:nth-of-type(even){
    padding-left: 15px;
}
.shortstory2 .short_img{
    width: 100%;
    float: none;
    margin: 0;
}
.shortstory2 .short_title{
    background-color: #f1f1f1;    
    padding: 20px;
    height: 95px;
    overflow: hidden;
}
.shortstory2 .short_title a{
    font-size: 14px;
}
.hauthors{
    text-decoration: none;
    color: #d91616;
    text-transform:uppercase;
    font-size: 16px;
    font-family: "OpenSansBold", sans-serif;
}
.hauthors:hover{
    color: #333;
}
.hauthors i{
    margin: 0 0 0 10px;
}
.authors{
    width: 100% !important;
    background-color: #f1f1f1;
    padding: 20px 20px 10px 20px !important;
    margin: 10px 0 0 0;
    display: none;
}
.authors ul{
    list-style: none;
    -webkit-columns:2;
    -moz-columns:2;
    columns:2;
}
.authors ul li{
    margin: 0 0 10px 0;
}
.authors ul li a{
    color: #d91616;
    text-decoration: none;
    font-size: 14px;
    font-family: "OpenSansBold", sans-serif;
}   
.authors ul li a:hover{
    color: #333;
}
.mistake{
    color: #aaa;
    font-size: 12px;
}


/* 15.1 */

figure {
    margin: 0;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image.align-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

figure.image figcaption {
	padding: 1rem;
    background-color: #fafafa;
    font-size: .8rem;
    caption-side: bottom;
    word-break: break-word;
    text-align: center;
}

figure.image.align-center figcaption {
	display: table-caption;
}


/* 15.3 */

.comments-image-gallery {
  margin: 0;
  padding: 0;  
  list-style: none;
  clear: both;
}

.comments-image-gallery li{
	list-style: none;
	margin: 0;
	padding: 0;  
}

.comments-image-gallery li img{
  float: left;
  margin-right: 5px;
  border: 5px solid #fff;
  width: 100px;
  height: 100px;
  transition: box-shadow 0.5s ease;
}

.comments-image-gallery li img:hover {
  box-shadow: 0px 0px 7px rgba(0,0,0,0.4);
}

.mce-toc {
  border: 1px solid #dbdada;
  margin: 0 0 .7rem 0;
}

.mce-toc h2 {
  margin: 4px;
}

.mce-toc ul {
  padding-left: 20px;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

.mce-toc ul ul {
  padding-left: 20px;
  margin-block-start: 0;
  margin-block-end: 0;
}

.mce-toc li {
  list-style-type: none;
}


/* 16.0 */

.image-bordered {
	border: 1px solid #ddd;
}

.image-shadows {
	box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px, rgb(9 30 66 / 8%) 0px 0px 0px 1px;
}

.image-padded {
	padding: 0.5rem;
}

.comments-user-profile {
  font-weight: bold;
  cursor: pointer;
  color: #3394e6;
}


/* 16.1 */

.title_spoiler svg{
	vertical-align: middle;
	margin-top: -4px;
	margin-right: 7px;
	height: 16px;
	width: 16px;
}


/* 17.1 */

.DLEPush {
	z-index: 2001;
	position: fixed;
	right: 20px;
	top: 20px
}

@keyframes DLEPush-show {
	0% {
		transform: translateY(100%);
		opacity: 0;
	}

	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

.DLEPush-notification.wrapper {
	animation-name: DLEPush-show;
	animation-duration: 1s;
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	max-width: 400px;
	box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
	background-color: #fff;
	border-radius: 10px
}

.DLEPush-notification .DLEPush-icon {
	grid-column: 1;
	grid-row: 1 / span 2;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	width: 45px;
	height: 100%;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	text-align: center;
}

.DLEPush-notification .DLEPush-icon svg {
	scale: .8;
}

.DLEPush-notification .DLEPush-header {
	font-weight: 500;
	grid-column: 2;
	grid-row: 1;
	font-size: 1rem;
	margin-left: 1rem;
	margin-top: .5rem;
}
.DLEPush-notification .DLEPush-header:empty {
	margin-top: 0;
}

.DLEPush-notification .DLEPush-message {
	grid-column: 2;
	grid-row: 2;
	font-size: .875rem;
	margin: 1rem;
}

.DLEPush-notification .DLEPush-message li, .DLEPush-notification .DLEPush-message ul {
	list-style-type: none;
	padding-left: 0;
}

.DLEPush-notification .DLEPush-close {
	position: absolute;
	top: 8px;
	right: 10px;
	font-weight: 300;
	background: none;
	border: 0;
	font-size: 1.15rem;
	cursor: pointer;
	line-height: 1;
	padding: 0;
	color: inherit;
	outline: 0;
	opacity: 0.75;
}

@media only screen and (min-width: 601px) {
	.DLEPush-notification.wrapper {
		min-width: 400px;
	}
}

.DLEPush-no