@import 'normalize.css';

/* font-family: "OpenSansRegular"; */
@font-face {
    font-display: swap;
	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-display: swap;
	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-display: swap;
	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-instagram:before {
  content: "\ea92";
}
.icon-telegram:before {
  content: "\ea95";
}
.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:#4963a9;
    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:'OpenSansRegular', 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 #e3e3e3;
    border-right: 1px solid #e3e3e3;
}
.header{
    padding: 15px 20px;
    background-color: #fff;
    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: #4963a9;
    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: #4963a9;
    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: #4963a9;   
}

.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: #4963a9;
}
.name-login:after{    
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #4963a9;
    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: #4963a9;
    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: #4963a9;
}
.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 #4963a9;
    background-color:#4963a9;
    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: #4963a9;
    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: 40px;
    height: 40px;
    position: relative;
    margin-right: 1px;
    transition: ease 0.2s all;
    font-size: 18px !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: 10px;
    left: 10px;
    -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-instagram{
    background-color: #9336b7;	
}
.icon-telegram{
    background-color: #2fa3d9;
	}
.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 #4963a9;
}
.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: #4963a9;
    -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: #4963a9;
}
.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: #4963a9;
}
.nav_btn:hover:before{
    background-color: #4963a9;    
}
.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: #4963a9;
    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: #4963a9;
    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: 10px;
}
.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;
}
/* 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(182,194,254,0.8);
    text-align: center;
    line-height: 40px;
    transition:0.2s;
    z-index: 5;
}
.multimedia:hover .tile_icon{
    background-color: rgba(182,194,254,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: #4963a9;
    font-size: 11px;
    margin:2px 0 0 0;
    float: left;
}
.last_news_title{
    font-size: 14px;
    margin-left: 40px;
    display: block;
    text-decoration: none;
    transition:0.2s;
}
.last_news_title.color{
    color: #4963a9;
}
.last_news_title.bold{
    font-family: "OpenSansBold", sans-serif;
}
.title_icon{
    display: inline-block;
    line-height: 12px;
    font-size: 11px;
    background-color:  rgba(110, 134, 253, 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: #4963a9;
    color: #4963a9;
}
.speedbar{
    color: #999;
    margin-bottom: 20px;
    font-size: 12px;
}
.speedbar a{
    color: #4963a9;
    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: #4963a9;
}
.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 #4963a9;
    padding:10px 0 0 0;
    font-family: "OpenSansBold", sans-serif;
}
.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: #4963a9;
    border-color:#4963a9;
}
.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;
}

#dle-content .shortstory:first-child {
	margin-top: 0;
	padding-top: 0;
}

.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: #4963a9;
}
.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: #4963a9;
    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: #4963a9;
    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: #4963a9;
    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 #4963a9;
    margin-right: 20px;
    background-color: #4963a9;
}
.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: #fff;
    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: #4963a9;
}
.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: #4963a9;
}
/* 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:#4963a9;
}
.navigation span {    
    text-decoration:none;
    color:#4963a9;
    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: 16px;
    line-height: 1.5;
    color: #222;
    margin-bottom: 20px;
}
.post_content a, .userinfo a{
    font-size: 16px;
    color: #4963a9;
    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:#4963a9;
    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: #4963a9;
    -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:#4963a9;
    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:#4963a9;
}
.post_content p{
    margin:0 0 10px 0;
}
.post_content blockquote {
	border-left: 5px solid #4963a9;
	margin: 20px 0px 20px 20px;
	padding: 10px 0px 5px 20px;
}
.post_content .quote {
	border-left: 5px solid #4963a9;
	margin: 20px 0px 20px 20px;
	padding: 10px 0px 5px 20px;
}
.post_content blockquote .quote{
	border-left: none;
	margin: 0;
	padding: 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: #4963a9;
    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: #4963a9;
    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:#4963a9;
    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:#4963a9;
    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: #4963a9;
    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 #4963a9;
    color: #4963a9;
    margin: 0 10px 0 0;
}
.color_button:hover{
    background-color: #4963a9;
}
.dark_button:hover{
    background-color: #222;
}
/* fullstory.tpl */
.fullstory, .tagscloud{
    width:100%;
    line-height:150%;
    margin-bottom: 20px;
}
.tagscloud a{    
    color:#4963a9;
}
.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: #4963a9;
    font-size: 16px;
}
.category a:hover{
    color: #222;
}
a.comments-num{
    color: #4963a9;
}
.transp_text{
    color: transparent;
}
.tags{
}
.tags a{
    color: #4963a9;
    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: #4963a9 !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:#4963a9;
    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: #4963a9;
    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:#4963a9;
    font-size: 14px;
    text-decoration: none;
}
.info a:hover{
    color: #222;
}

.comments_area {
	
}
.comments_area h3 {
	font-weight: normal;
	font-family: "PT Sans";	
	text-align: left;
	padding: 0 15px;
	font-size: 14px;
}
.comments_area h3:hover {
	text-decoration: underline;
}
.com_border {
	border-top: solid 1px #e1e1e1;
}
.coment { 
	margin: 15px; 
	padding-bottom: 0; 
	position: relative;
	width: 100%;
} 
.ava-com { 
	margin: 0 10px 0 0; 
	width: 60px; 
	height: 60px;
	border: solid 1px #dcdcdc;  	
	border-radius: 30px;
	position: absolute;
	top: 0;
	left: 0;
}
.coment-area {
	border: solid 1px #e1e1e1;	
	background: #fff;
	width: 85%;
	padding: 0 10px;
	float: left;
	margin-left: 80px;
	border-radius: 4px;
}
.coment-area ul.author {
 	padding: 10px 0 0 0;
}
.coment-area ul.author li  {
	float: left;	
}
.coment-area ul.author li a {
	font-weight: bold;
	font-size: 14px;
}
.coment-area ul.author li a:hover {
	color: #7d7d7d;
}
.coment-area ul.author li.date {
	font-size: 13px;
	font-family: "PT Sans";
	float: right;
}

.status { 
	float: left; 
	color: #949494; 
	margin: 0 30px 0 10px; 
	font-size: 13px; 
}
.status img { 
	width:10px; 
	height: 10px; 
	border: none; 
	margin-bottom: 3px; 
}
.mass {
	float: right !important; 
	margin: 0 0 0 10px; 
}
.com-ct { 
	float: left; 
	font-size: 14px;
	position: relative;
	overflow: hidden;
	width: 100%;
	padding: 10px 0;
	line-height: 1.3em;
	font-family: "PT Sans";
}
.com-nav { 
	margin: 12px 0 10px 0; 
	float: right; 
}
.com-nav a { 
	float: right; 
	cursor: pointer; 	
}
.com-nav span { 
	float: left; 
	font-size: 14px; 
	color: #a8a8a8;  
	padding: 0 5px 0 0; 
	font-family: "PT Sans";
}
.com-nav span:hover { 
	color: #696969; 
}

.coment-area ul.author li {
	margin: 0;
    padding: 0;
    list-style-type: none;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* 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: #4963a9;
    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: #4963a9;
    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:#4963a9 !important;
}
.line a{
    color:#4963a9;
}
.row{
    font-size:13px;
    margin:5px 0;
    padding:5px;
    border:1px solid #e3e3e3;
    background:#fafafa;
}
.row a{
    color:#4963a9;
}
.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:#4963a9;
}
.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:#4963a9;
    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: #4963a9;
    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: #4963a9;
    text-decoration: none;
    font-size: 14px;
    font-family: "OpenSansBold", sans-serif;
}   
.authors ul li a:hover{
    color: #333;
}
.mistake{
    color: #aaa;
    font-size: 12px;
}

.modal-dialog .modal .sub-caption{
    font-weight:bold;font-size:16px;line-height:20px;padding-bottom:12px
}

.modal-dialog input[type="text"],.modal-dialog input[type="password"]{
    line-height:34px;border:1px solid silver;text-indent:10px;padding:0;width:100%;font-family:'PT Sans',sans-serif;
    margin:6px 0;font-size:14px
}

.modal-dialog .phone-group{
    display:flex;border:1px solid silver;margin:6px 0
}

.modal-dialog .phone-group div{
    line-height:34px;font-size:14px;margin:0;text-indent:8px
}

.modal-dialog .phone-group input{
    border:none;margin:0;text-indent:6px
}

.modal-dialog .float-right{
    float:right
}

.modal-dialog .md-float-left{
    float:left
}

.modal-dialog .md-float-right{float:right}
.modal-dialog .clear{clear:both}
.modal-dialog a{color:#4a76a8}
.modal-dialog .action-button{
    display:block;border:none;line-height:32px;text-transform:uppercase;color:#fff;
    font-weight:bold;text-align:center;font-size:12px;cursor:pointer
}
.modal-dialog .action-button.blue{background:#061f37}
.modal-dialog .action-button.orange{background:#de4c39}
.modal-dialog .text-muted{color:#848484}
.modal-dialog .close{
    float:right;width:50px;height:40px;margin-right:-30px;display:block;
    background:url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAe0lEQVQYlWXQMQ6BQRAG0EfcSeUWul+2koiEC3AAegWtQuEMTuMmMuzIWtPtzMvslxmVUp444uy/Bpwm2OFaxy0can8b6FabLfyCeAeKauEUiwTRTJRwhhXu7dfjLsOybptjnYPc9JMBjzZjoB70Gd+b9tjg0l3pAzm8AE/BHIdFlDGfAAAAAElFTkSuQmCC) no-repeat center center;margin-top:-20px;margin-bottom:-40px
}
.modal-dialog .my-3{margin-top:16px;margin-bottom:16px}
.modal-dialog .mb-2{margin-bottom:10px!important}
.modal-dialog .mb-4{margin-bottom:24px}
.modal-dialog .mt-0{margin-top:0!important}
.modal-dialog .mt-1{margin-top:6px}
.modal-dialog .mt-4{margin-top:24px}
.login-modal .modal{font-size:12px}
.login-modal .left-section{float:left;width:320px;padding-right:20px}
.login-modal .right-section{float:right;width:240px}
@media screen and (max-width:700px) {
    .login-modal .left-section,.login-modal .right-section{
        width:auto;float:none;padding:0
    }
    .login-modal .sections-container{display:grid}
    .login-modal .left-section{order:1}
    .login-modal .right-section{order:2}
    .login-modal .right-section:nth-child(1) {margin-top:10px}
    .login-modal .inputs-section{margin:auto}
}

.login-modal .inputs-section{max-width:240px}
.login-modal .social-icons{margin-top:6px;margin-bottom:6px}
.login-modal .social-icon{
    display:inline-block;width:28px;height:28px;background-repeat:no-repeat;
    background-position:center center;margin-right:4px
}
.login-modal .social-icon:hover{opacity:.64}
.login-modal .social-icon.gp{
    background-image:url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAAD2UlEQVRIib2WXWxURRTHfzNzd+/udrttlxYKCshSCIHgQ0NRQ7TwoL5Ik/okGhNDUNMYA0J4gBofGo3xwWJ8MEHEBxITQ2OMVBM1hkpIoFZUSKDEAIWiZatNW9ruR3f33jvm3gXB7FeNxZNMsnfunP9vztmZc49Ipme5ZVuB14AWIMx/twTwI9ANfOmq3Ya9CXTOA6CUvQW87sKeAnrvIei2tbmw48CW/wHW58Kmgeqyy7TGPjuA9cMp9K+DOH/EQUrk4iXINetQLZtQDzZXgs24MF1uhX3mFNnDH+AMns9PmCb4/d4GyGbRmYwHNjY+gv+VPcjlK0tqlYVljh7BOvA2BEMQCoEQYFlg2/nfSuWHa1NTaMsieOQzVNOaonqyFCjX20PunS6oi0I4nIfMzOR3eN/9iMbF4DiQSkEuhzObwbejA7Vsxb+LzL50hfSzTyDqF4IZQE9OIgwD3579GC2bkNEF+TSOjZLr+5b0++8SfKkD3/ZXS4JKwDSZ3Y8z2zuNsToMqXHk0hWY3QeR9YuKp2f0Gk7jA2VBRWEi0Y95cTOJ3hjJzxuQgSzhvm8Q4UhFsUpmFOxypMf776u3D6FCcaym9+YFRDGYSJ7GTgFxQWhrmnTs0QKn6TR09tjYTv7ZQdw6aXeSFPBB93OqPExmh0AZ3umzp/zgbyyAZW0YHr87+2Wv6h3twikj7ywEBhqh7YIVooiQo/M3wT2k7nAjqwhzzFWgbQzpeuWw0iMFTkpCtApqglDn3nefoMoviITKx1iQRh3ZgpE4DQq6xmLoa+fYu/6fFaE2BB/tMP5W9oqJhH1Hc/x0VRLwa9LZOUTGwnbGHXh5/DG60q0cvNjD8Ey8cJcSDJUfLujPKU3/FYHP0ORsQSQ4B5hdvZ59uoMPpxawwUzRYGie+W4n58cvlUzP1Ykkuw8FkAJ8SnMzKXl6Q2FCi5arkeQET361jWpfhKAKkrRSaByeb2qndclDLApFvdSNzU5yIv49h8/+Qs3IG0Tt5Uw4GQKmxRe7FD4lKsNc64+f44UTe4matZjKxHIs0vYshlDes3bLmp1Fa4U/NIpyIviHO0ncaOWTnSliDapAs+wn5uvrJ9k/0I2SgqAKIBAexNF5FyncyyxxtCQprpMlzcfNx2hZWryGVvxSD03/zqHBTzl+ox9b20ghMaXfe5dxst6cT/rY3PgwL65rZ2UkVkoqMeceZGj6N34eu8CFicsM3ryMEoK1datYXROjuX4tTbXLKkl4PYjbLx6rtHIerM09+m4b5/Z199Jc/d67O+I2YBewEaiaB3ISGAAOeAEBfwF63Yg5PndOdwAAAABJRU5ErkJggg==)
}

.login-modal .social-icon.fb{
    background-image:url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAYAAACN1PRVAAABRklEQVRIie2WsUoDQRCGP48tbIKNhaZKoa3oC6QKBCGF2Ghhfa2lpkqZN7DQF7CykBQpUgRS2Yk2dqZKKUIQbEQZmYNlQW6W2yuEfHDc3bLzf+xswu1a++wGpQX0gR7QpDoLYAQMgbmkZRrZAZ6APJEIzck1t1PIZEV3QCORJKSh+a1MW1eXqEDy+073KIZvYKbt+fLqzksyei5yjz6AQ5WFlMmaWcmEkKs/RCZc5PyH4H0LWK9L5u9RFxjHFMe20Wc7tsC6sjawBF69sXvgQJ83gGkq2TPwHoy96SXsWkKqtNFn0zLJurJL4BO4BV50bB840uedlLILvT8GsoGx/pdUbVzJVrJ/JnN6CrJ+QE/1/4V3t7JwetzKjQUnkQKfUabnumWFEAuSPxSZHCCPaxRKruTPix/IBNgDrnUPUyA5kie5E4Afc3g10Za/2ZoAAAAASUVORK5CYII=)
}

.login-modal .social-icon.vk{
    background-image:url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAACAUlEQVRIib3WTYiNURjA8d8MI99EpiQU2ShpFj6WFmoYSlbISiwkO2WUGAnNLLAQpZSVIkWyUoSaBRs7+SoSSsjIR9OQj049b51ed+be+bj3X7f7vs97zvnf95zzPOc2dey/rALNaMXESg9rpB8f8DdvPr7Utw1daB+lrOAHbuIInok3KdiOh9g0RrLEFGzFI6zLhctxES1jJCozGVexsBAerqOsYCo6C+H6OssK2pNwBiY1SDg/CZsaJEu0NNfQaEwp52E1/uABXsSWX4kFwxlgMOFtnIsqkQY+FZXnMTZHBUlMw9esX3fkcmIcDkXKVRXOxvXsfh56sAy7cCLiP7M2T3EwZkGkWU954MHWsK2oDEF6249x3ZrF8919PJMlOrG4VmHiaLaDv+NAXA9kbSbEdy8uZfHVUUz+YyjhCuzI7lPpO4+7WawP97ElOxVm4spglavaLu2OteyLAXeXnv/CmlJs71A7t1oezsHZKm3KpKl9N1JhYhv2DPE8Tf307P5VrOHrkQoTZ7CzQrwp1rA3anLB2zgQ+kcqTO0uxOm9FrMivihSI+XnLSzJ+jzBnfJAwy1tG+NTiVV4XssvbyhJ+LuBwoEk/IYvDRK+LKb0WoOENwrhsdIxUw/e42QhTMma/o/Wa2qTrAOf8rS4h6XYhw2YO0pJqr1v0jTiND7DP/3WWG4KcFXcAAAAAElFTkSuQmCC)
}

.login-modal .social-icon.tw{
    background-image:url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAB40lEQVRIib3WO2gUURTG8V/G0VgIvjApFcHCN6SMaBEJ2MTKTtEUNgqCjYWFNlbWNjaCj0LUTi1sXPGBdinTpFFBJFooWhg1JHLDWRjG7Exmk80HCzv38f337j3nzOkbf/heQTlGMIT1lqcZTKCF2bZTXrAcxm3sWiaorCmM420azwqwVg9gwrMVjAVgHifr7wGsrf5g5FncWS9OVlZijGQRIKuloWwForGJBvMVMHmAx5jHMZyK2PiA7aW1fVXAe9iEsYo1Z3C38HwftzCHUVwtb8jKAwW9xIkwWExPS7C2XuEzvuNrE+BG/MFZHMdkaf5Zxd6f8dduawI8iTXx/Qn24QiuB+xLxd7hTtFfdYffcB434jkFxev41GlLp/mqE74pwJpqdzfAcxjoEjjaDXAgIvVwyp8GsAM42A0waR1+NCzsV6om64A7I/Fnlggbi9ztGph0DS9wumb9ftypM1sK8Bc+xn3OdVhzCM+xuc6sUx7+xc34xZMBXUxbcRkXC0WiK+BaXIg7eYR3+BSlbgP24miUvCYBNZ/XBMQOXGpgWKfpLFq51dJEFh3V1CoAE6OVRZOa+sbfPYQl78SYbadFalJT99aLkybP5L3QCBejNA3sKbT6gw1raFHpVTb9X6uPf6GvWbEbvEizAAAAAElFTkSuQmCC)
}

.login-modal .social-icon.ap{
    background-image:url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAB40lEQVRIib3WO2gUURTG8V/G0VgIvjApFcHCN6SMaBEJ2MTKTtEUNgqCjYWFNlbWNjaCj0LUTi1sXPGBdinTpFFBJFooWhg1JHLDWRjG7Exmk80HCzv38f337j3nzOkbf/heQTlGMIT1lqcZTKCF2bZTXrAcxm3sWiaorCmM420azwqwVg9gwrMVjAVgHifr7wGsrf5g5FncWS9OVlZijGQRIKuloWwForGJBvMVMHmAx5jHMZyK2PiA7aW1fVXAe9iEsYo1Z3C38HwftzCHUVwtb8jKAwW9xIkwWExPS7C2XuEzvuNrE+BG/MFZHMdkaf5Zxd6f8dduawI8iTXx/Qn24QiuB+xLxd7hTtFfdYffcB434jkFxev41GlLp/mqE74pwJpqdzfAcxjoEjjaDXAgIvVwyp8GsAM42A0waR1+NCzsV6om64A7I/Fnlggbi9ztGph0DS9wumb9ftypM1sK8Bc+xn3OdVhzCM+xuc6sUx7+xc34xZMBXUxbcRkXC0WiK+BaXIg7eYR3+BSlbgP24miUvCYBNZ/XBMQOXGpgWKfpLFq51dJEFh3V1CoAE6OVRZOa+sbfPYQl78SYbadFalJT99aLkybP5L3QCBejNA3sKbT6gw1raFHpVTb9X6uPf6GvWbEbvEizAAAAAElFTkSuQmCC)
}

.login-modal .social-icon.ap {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDQ1NSA0NTUiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ1NSA0NTU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDsiDQoJICBkPSJNIDAgMCBWIDM2NSBDIDAgNDE1IDQwIDQ1NSA5MCA0NTUgSCAzNjUgQyA0MTUgNDU1IDQ1NSA0MTUgNDU1IDM2NSBWIDkwIEMgNDU1IDQwIDQxNSAwIDM2NSAwIEggOTAgQyA0MCAwIDAgNDAgMCA5MCBaIE0gMjQzLjgxMyA5My44NTUgQyAyNTUuMTc0IDgwLjU0NyAyNzQuMzcgNzAuNjQ1IDI5MC4yMDUgNzAgYyAyLjAyNSAxOC40NiAtNS4zOTYgMzYuOTY1IC0xNi4zOTEgNTAuMzAzIGMgLTExLjAwMyAxMy4zMDUgLTI5LjA0OSAyMy42NjkgLTQ2LjcyOCAyMi4yOSBDIDIyNC42OTQgMTI0LjUwMyAyMzMuNjIgMTA1LjY2MSAyNDMuODEzIDkzLjg1NSB6IE0gMzMzLjkzMiAzNDUuODg4IGMgLTEzLjE0IDE5LjE5MyAtMjYuNzM5IDM4LjI5NiAtNDguMjAzIDM4LjY5NSBjIC0yMS4xMSAwLjM5NyAtMjcuODg3IC0xMi41MDggLTUyLjAwMSAtMTIuNTA4IGMgLTI0LjExNiAwIC0zMS42NiAxMi4xMDkgLTUxLjYwNyAxMi45MDUgYyAtMjAuNzE0IDAuNzY5IC0zNi40ODcgLTIwLjcyNSAtNDkuNzE4IC0zOS44NjEgYyAtMjcuMDc2IC0zOS4wOTUgLTQ3Ljc0MSAtMTEwLjUwNSAtMTkuOTYyIC0xNTguNzA4IGMgMTMuNzY4IC0yMy45NDYgMzguNDIyIC0zOS4wOTUgNjUuMTU5IC0zOS40OTIgYyAyMC4zNDQgLTAuMzY5IDM5LjU1NSAxMy43MDQgNTEuOTcgMTMuNzA0IGMgMTIuNDUyIDAgMzUuNzg0IC0xNi45MjQgNjAuMzE2IC0xNC40NCBjIDEwLjI3MSAwLjQzIDM5LjA5NSA0LjEzNyA1Ny41OTcgMzEuMjE2IGMgLTEuNDcyIDAuOTQ5IC0zNC40MDIgMjAuMDgyIC0zNC4wMDYgNTkuOTczIGMgMC40MTUgNDcuNjUxIDQxLjc5MiA2My41MDEgNDIuMjcgNjMuNzIgQyAzNTUuMzc4IDMwMi4xOTMgMzQ5LjEyMyAzMjMuNjg4IDMzMy45MzIgMzQ1Ljg4OCB6Ii8+DQo8L3N2Zz4NCg==");
}

.login-modal .buttons{margin-top:6px}
.login-modal div.error,.login-modal span.error{color:#de4c39}
.login-modal input.error{border-color:#de4c39}
.only-mobile{display:none}
#user-menu{position:relative}
#user-menu .menu-content{
    position:absolute;right:0;top:40px;z-index:10;background:#061f37;box-shadow:8px 8px 8px #bbb
}
#user-menu .menu-content div,#user-menu .menu-content a{display:block;padding:0 20px}
#user-menu .menu-content div{background:#de4c39}
@media screen and (max-width:699px){
    .modal-dialog .modal{padding:10px 20px}
    .modal-dialog .modal .caption{font-size:16px;text-align:center}
    .modal-dialog .close{margin-top:-4px;margin-right:-20px}
    .modal-dialog .no-mobile{display:none}
    .modal-dialog input[type="text"],.modal-dialog input[type="password"]{line-height:50px;font-size:18px}
    .modal-dialog .phone-group div{line-height:50px;font-size:18px}
    .modal-dialog .action-button{line-height:50px;font-weight:normal;font-size:16px}
    .modal-dialog .right-section .sub-caption{font-weight:normal}
    .modal-dialog .terms{text-align:left;margin-top:10px}
    .modal-dialog .mobile-center{text-align:center}
    .login-modal .inputs-section{max-width:100%}
    .only-mobile{display:block}
}


.login-modal {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 111111;
}

.login-wrap {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	justify-content: center;
	align-items: center;
}

	.login-shad {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 1;
		opacity: 0;
		background: #000;
		transition:all 0.5s ease;
		-webkit-transition:all 0.5s ease;
		-o-transition:all 0.5s ease;
		-moz-transition:all 0.5s ease;
	}
	
	.login-blockk {
		width: 660px;
		background: #fff;
		position: relative;
		z-index: 2;
		box-sizing: border-box;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
		transition:all 0.5s ease;
		-webkit-transition:all 0.5s ease;
		-o-transition:all 0.5s ease;
		-moz-transition:all 0.5s ease;
		opacity: 0;
		padding: 20px 30px;
		font-size: 14px;
	}
	
	.login-blockk2 {
		width: 300px;
		padding: 30px;
	}
	
		.llink a {
			display: block;
			padding: 10px 0;
			border-bottom: 1px #d0d0d0 dotted;
			color: #000;
			text-decoration: none;
			font-weight: bold;
		}
		
			.llink a:hover {
				color: red;
			}
	
	.login-wrap2 {
		display: flex;
	}
	
	.login-wrap2 .login-shad {
		opacity: 0.5;
	}
	
	.login-wrap2 .login-blockk {
		opacity: 1;
	}
	
	.caption {
		font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 14px;
	}
	
	.login-modal .modal a {
		font-size: 12px;
		text-decoration: none;
	}
	
	.no-comments {
		font-size: 13px;
	}
	
	.no-auth {
		padding: 15px 0 15px 0;
		font-size: 13px;
		text-align: center;
	}
	
		.no-auth a {
			font-size: 13px;
		}
		
	.fnewsf-wrap {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-top: 20px;
	}
		
	.fnewsf {
		width: 49%;
		display: flex;
		box-sizing: border-box;
		-moz-box-sizing: border-box; 
		-webkit-box-sizing: border-box; 
		padding: 10px;
		border: 1px #eee solid;
		margin: 0 0 20px 0;
	}
	
		.fnewsf-image {
			width: 100px;
			height: 67px;
			background-size: cover;
			background-position: center top;
			background-repeat: no-repeat;
			margin: 0 15px 0 0;
		}
		
		.fnewsf-title {
			flex: 1;
			color: #000;
			font-weight: bold;
			font-size: 14px;
		}
		
	.coment:after {
	content: '';
	clear: both;
	display: block;
}

.coment {
	margin-left: 0;
	margin-right: 0;
}
	
	@media (max-width: 600px) {
	
		.login-blockk {
			width: 98%;
			padding: 30px 0px;
		}
		
		.fnewsf {
			width: 100%;
		}
	
	}


.comments {
  width: 100%;
  overflow: hidden;
  border-top: solid 3px #42535e;
}

.comments .caption {
  color: #42535e;
  font-size: 16px;
  display: block;
  font-weight: bold;
  line-height: 1.4em;
  font-family: "PT Sans Caption";
  font-style: normal;
  padding: 10px;
  border-bottom: solid 1px #d6d6d6;
}

.comments .no-comments {
  padding: 10px;
  text-align: center;
  line-height: 24px;
}

.comments .no-comments .hint {
  color: #6c757d;
}

.comments .no-auth {
  text-align: center;
  line-height: 24px;
  padding-bottom: 10px;
}

.comments .no-auth a {
  color: #061f37;
  font-weight: bold;
}

.add-comment {
  padding: 0 15px 15px;
}

.add-comment {
}

.add-comment .button-add {
  background: #de4c39;
  display: inline-block;
  border: none;
  line-height: 32px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  padding: 0 20px;
  transition: color 0.2s ease-in-out;
  margin: 0 10px 0 0;
}

.add-comment .button-add:hover {
  color: #ff9c1b;
}

.add-comment .button-add:disabled {
  background: #f7f7f7;
  color: #aaa;
}

.add-comment .info {
  padding: 6px 0;
}

.add-comment .status-error, .add-comment .status-processing {
  line-height: 30px;
}

.add-comment .status-error {
  color: #de4c39;
}

.apps-links {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: left;
  grid-column-gap: 0.5rem;
}

.apps-links a {
  display: block;
  height: 40px;
  width: 120px;
}

.apps-links .link-ios {
  background: url("https://kazlenta.kz/templates/NewsCastleBlue/images/apps/ios.svg ");
}

.apps-links .link-android {
  background: url("https://kazlenta.kz/templates/NewsCastleBlue/images/apps/android.png ");
  width: 135px;
}
/*  Adaptive NewsCastle  */
  
@media screen and (max-width: 1279px){
  .wrap{
    width: 100%;
  }   
  .col_left, .col_center{
    width: 40%;
  }
  .col_center{
    width: 56%;
    margin-left:4%;
  }
  .main_nav li a{
    font-size: 12px;
  }
  .hleft, .hright{
    width:250px;
  }
  .col_news{
    width: 25%;
    margin-right: 4%;
  }
  .col_middle{
    width: 71%;
  }
}
@media screen and (min-width: 981px){  
  .nav ul.main_nav{
    display: block !important;
  }
}
@media screen and (max-width: 980px){
  .hleft, .hright{
    padding: 0;
    font-size: 13px;
    width:180px;
  }
  .hleft a, .hright a{
    font-size: 13px;
  }
  .hright{
    text-align: right;
  }
  .current_date, .lang_switch, .weather{
    float: none;
    margin: 0;
  }
  .main_news{
    width: 50%;
    border-bottom: 1px solid #fff;
  }
  .nav_btn{
    display: block;
  }
  .header_right{
    width: 180px;
  }
  .nav{
    position: static;
    padding: 0 20px;
  }
  .nav ul.main_nav{    
    border: 1px solid rgba(0,0,0,0.15);
    border-bottom: 0;
    height: auto;
    z-index: 9999;
    width: 100%;
    display: none;
    position: absolute;
    left: 0;
    top: 44px;
    background-color: #fff;
    padding-right: 0;
  }
  .nav li a{
    padding: 0 20px;
    border-bottom: 1px solid #e3e3e3;
  }
  .nav li li a{
    padding: 2px 25px 0 25px;
    border-right: 0;
  }
  .nav li ul.sub_nav{
    width: 100%;
    border:0;
    height: auto;
	padding-left: 20px;
	display: none;
  }
  
  .sub_nav a {
	 font-family: 'PT Sans' !important; 
  }
  
  .nav li, .nav li a{
    float: none;
    height: auto;
  }
  .nav li ul{
    display: block;
    position: relative; 
    left: auto;
  }
  .right{
    display: none;
  }
  .content{
    padding: 0;
  }
  .left{
    margin-right: 0;
  }
  .col5{
    width: 100%;
    padding: 0;
  }
  .wblock{
    margin: 0;
  }
  .news5{
    width: 100%;
    padding: 0 10px 0 70px;
    float: none;
    min-height: 50px;
    margin: 0 0 10px 0;
  }
  .news5 .views{
    position: relative;
    top: 3px;
    float: left;
    margin: 0 0 0 10px;
  }
  .social_menu{
    width:287px;
    margin: 20px auto 0 auto;
    float: none;
  }
  .comment_controls a{
    display:inline;
  }
  .social_login.social_menu{
    margin: 0 auto;
    float: none;
  }
  .footer{
    text-align: center;
  }
  .footer_links{
    margin:0 0 20px 0;
  }
  .addnews select{
    width: 100% !important;
  }
  .copyrights, .footer_links{
    float: none;
  }
  .counters{
    display: none;
  }
  .navigation a, .nav_ext{
    display: none;
  }
  .navigation .next a, .navigation .prev a{
    display: block;
  }
}
@media screen and (max-width: 920px){
  .video_news{
    width: 100% !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 800px){  
  .logo{
    clear: both;
  }
  .hleft, .hright{
    margin-bottom: 10px;
  }
  .multimedia:nth-of-type(n+3), .news3:nth-of-type(n+3){
    display: none;
  }
  .news3{
    width: 50%;
    border-bottom: 1px solid #fff;
  }
  h1 {font-size:20px;line-height:22px;}
  h2 {font-size:18px;line-height:20px;}
  h3, h4 {font-size:16px;}
  .post_content, .post_content a{
    font-size: 14px;
  }
  .pm_head{
    font-size: 16px;
    line-height: 24px;
  }   
  .about{
    display: none;
  }
  textarea, select[name="recip"], input[type="text"]{
    width: 100% !important;
  }
  .col_news{
    display: none;
  }
  .col_middle{
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 660px){  
  .col_left, .col_center{
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .col_left{
    margin-bottom: 20px;
  }
  .left, .right{
    float: none;
    width: 100% !important;
    padding: 0 !important;
  }
  .post_title, .post_title h1{
    font-size:20px;
  }
  .nav_ext{
    display: none;
  } 
  .comment_date{
    margin:10px 0 0 0;
    float:none;
    display:block;
  }
  .comment_meta{
    height:auto;
  }
  .sline{
    width: auto;
  }
  .uf-item{
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }
    .email-pm a{
      font-size: 14px;
    }
    .comment_avatar{
      display: none;
    }
    .pmlinks a{
      width: 100%;
      float: none;
      border-left: 0;
    }
    .addcomment_editor, .comment_content{
      width: 100%;
    }
    .comment_content{
      padding-left: 0;
    }
    .pm_head{
      font-size: 14px;
    }
    .pm, .pm a{
      font-size: 12px;
    }
    .profile_popup_counter b{
      font-size: 14px;
    }
    #totop{
      display: none !important;
    }
    .footer_links a{
      line-height: 30px;
      display: block;
    }
    select#category{
      width: 100% !important;
    }
    .ui-dialog{
      max-width: 100% !important;
    }
.authors ul{
    list-style: none;
    -webkit-columns:1;
    -moz-columns:1;
    columns:1;
}
  }
  @media screen and (max-width: 480px){
    .hleft, .hright{
      width: auto;
    }
    .logo, .logo img{
      max-width: 100%;
    }
    .header{
      height: auto;
      position: static;
    }
    .main_news{
      width: 100%;
      border-right: 0;
    }
    .logo{
      float: none;
      margin-right: 0;
    }
    .logo img, .header_right{
      margin: 0 auto;
    }
    .nav ul.main_nav{
      /*top: 120px;*/
    }
    .social_menu{
      width: 287px;
    } 
    .social_menu .social-button{
     margin-bottom: 1px;
    }
    .social-likes__widget{
      margin-bottom: 20px;
    }
    .short_img{
      width: 90px;
    }
    .tile_content{
      padding: 10px;
    }
    .date{
      font-size: 11px;
    }
    .short_title{
      overflow: visible;
    }
    .tile_title{
      font-size: 14px;
    }
    .multimedia:nth-of-type(n){
      width: 100%;
      float: none;
      border-right: 0;
    }
    .trends li{
      height: 30px;
    }
    .trends li a{
      line-height: 30px;
    }
    input#dofullsearch{
      display: none;
    }
    .user-foto-frame img{
      float: none;
      width: 100%;
      margin: 0 0 10px 0;
    }
    .user_data{
      margin: 0;
    }
	
	.short_title a, .short_title {
		font-weight: 400;
		font-size: 13px;
		font-family: 'Open Sans';
	}
	
	.block_header, .block_header a {
		/*font-weight: 400;
		font-family: 'Open Sans';*/
	}
	
	.short_content {
		display: none;
	}
	
	.news3 {
		float: none;
		width: auto;
		display: block;
		height: 150px;
		margin-bottom: 3px;
	}
	
	.news3 .tile_title {
		font-size: 13px;
	}
	
	.coment {
		width: auto !important;
		padding-top: 40px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.coment-area {
		
		margin: 0 !important;
		width: 100% !important;
	}
	
	.ava-com {
		width: 30px;
		height: 30px;
	}
	
  }

  



  