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

@import 'normalize.css';
@import 'social-likes_flat.css';

/* `FontFace

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

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

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

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

}

/* `Main

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

.login_btn, .search_btn, .share_btn, .social_menu li a:before, .owl-prev, .owl-next, .rating-plus-small, .post_info_item.views, .service_buttons i, .profile_item.location,
.attachment:before,  #totop, .rating-plus, .rating-minus, .pmlinks a:before, .rating-plus-big, 
 
      .nav_btn{
    background:url(../images/sprite.png) 0 0 no-repeat;
}

* {
    margin-top:0;
    margin-bottom:0;
    margin-right:0;
    margin-left:0;
    padding:0;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
image{
    border:0;
}
a img,:link img,:visited img,:hover img {
    border:0;
}
a{
    color:#303030;
    font-size:16px;
    text-decoration:underline;
}
a:hover {
    color:#23a8f5;
    text-decoration:none;
}
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;
}

html{
    padding:0px;
}
body{
    background:#f1f1f1;
    font-family:'RobotoLight', Arial, sans-serif;
    font-size:16px;
    height:100%;
    margin:0;
    color:#303030;
    -webkit-font-smoothing: antialiased !important;
}
.header{
    width:100%;
    height: 50px;
    z-index: 1000;
    white-space:nowrap;
    background-color: #23a8f5;
}
.logo{
    width:250px;
    height:50px;
    display: block;
    float: left;
}
.logo a{
    display: block;
}
.logo a:hover{
    opacity: 0.8;
}
.logo img{
    max-width:100%;
}
/* navigation menu*/
.nav{
    display:block;
    position: relative;
    height:50px;
    width: 1090px;
    margin: 0 auto;
}
.nav_btn{
    width: 50px;
    height: 50px;  
    border: 0;
    border-left: 1px solid rgba(255,255,255,0.3);
    position: relative;
    background-color: transparent;
    background-position:center -1090px;
    cursor: pointer !important;
    z-index: 200;
    float: left;
    color: #fff;
    display: none;
}
.nav_btn.active_nav, .nav_btn:hover{
    background-color: #cfedff;
    background-position: center -1140px;
}
.nav ul.main_nav{
    list-style: none;
    max-width: 100%;
    height: 50px;
    margin: 0;
    z-index: 500;
}
.nav ul.main_nav li{
    float: left;
    display: block;
    height: 50px;	
    z-index: 100;
}
.nav ul.main_nav li a{
    position: relative;
    display: block;
    padding: 0 10px;
    line-height: 50px;
    font-size: 15px;
    text-decoration: none;
    color:#fff;
    text-transform: uppercase;
    font-family: "RobotoRegular", Arial, sans-serif;
}
.nav ul.main_nav li a.dropi{
	padding: 0 20px 0 10px;
}
.nav ul.main_nav li a:hover, .nav ul.main_nav li.drop:hover .dropi{	
    background-color: #cfedff;
    color: #23a8f5;
}
.nav ul.main_nav li.drop:hover .dropi:after{	
    background-color: transparent;    
	border-top-color: #23a8f5 ;
}
.nav ul.main_nav li a.dropi:after{
	content: "";
	display: block;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top-color: #fff;
	position: absolute;
	top:17px;
	right: 7px;
}
.drop_box{
    display: none;
    position: absolute;
    background-color: #cfedff;
    z-index: 500;
    overflow: hidden;
    padding: 10px 0 10px 10px;  
}
.nav li:hover .drop_box{
    display: block;
    clear: both;
    position: absolute !important;
}
.nav li ul.sub_nav{
    display: block;
}
.nav li ul.sub_nav li{
	display: block;
	float: none;
    width: 100%;
	z-index: 500;
	height: auto;
    overflow: hidden;
}
.nav li ul.sub_nav li a {
    text-align:left;
    display:block;
    float:none;
    color: #23a8f5;
    padding: 0 10px;
	line-height: 30px !important;
	font-size: 13px;
    text-transform: uppercase;
}
.nav li ul.sub_nav li a:hover{
    background-color: #23a8f5;
    color: #fff;
}
.drop_news{
    width: 900px;
    overflow: hidden;
    margin-left: 20px;
    float: left;
}
.drop_news .custom_top{
    margin: 10px 20px 10px 0;
    width: 160px;
    height: 106px;
    float: left;
}
.drop_news .custom_top_title{
    padding: 10px;
    text-transform: none;
    font-size: 12px;
    white-space: normal;
    line-height: 14px;
}
.header_right{
	width: 150px;
	float: right;
}
.share_btn{
	width: 50px;
	height: 50px;  
	display:block;
	border: 0;
    border-left: 1px solid rgba(255,255,255,0.3);
    position: relative;
    background-color: transparent;
    background-position:center -400px;
    cursor: pointer !important;
    z-index: 200;
    float: left;
}
.share_btn.active_share, .share_btn:hover{
    background-color: #cfedff;
    background-position: center -450px;
}
/* social.tpl */
.social_menu.open{
	display: block;
}
.social_menu{
    list-style: none;
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    width: 200px;
    background-color: #cfedff;
    z-index: 9999999;
}
.social_menu li{
    display: block;
    color: #23a8f5;
}
.social_menu li a{
    display:block;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid rgba(255,255,225,0.5);
    color: #23a8f5;
    font-size: 15px;
    text-decoration: none;
    position: relative;
    font-family: "RobotoRegular", Arial, sans-serif;
}
.social_menu li a:hover{
	background-color: rgba(255,255,255,0.5);
}
.social_menu li a:before{
	width: 40px;
	height: 40px;
	content: "";
	position: relative;
	display: block;
	float: left;
}
.social_menu li a.vk_icon:before{
    background-position: center -5px;
}
.social_menu li a.tw_icon:before{
    background-position: center -55px;
}
.social_menu li a.fb_icon:before{
    background-position: center -105px;
}
.social_menu li a.yt_icon:before{
    background-position: center -205px;
}
.social_menu li a.gp_icon:before{
    background-position: center -155px;
}
.social_menu li a.rss_icon:before{
    background-position: center -255px;
}

/* Ïîèñê */
.search_btn{
	width: 50px;
	height: 50px;  
	display:block;
	border: 0;
    border-left: 1px solid rgba(255,255,255,0.3);
    position: relative;
    background-color: transparent;
    background-position:center -500px;
    cursor: pointer !important;
    z-index: 200;
    float: left;
}
.search_btn:hover{
    background-color: #cfedff;
    background-position: center -550px;
}
.search_btn.active_search{
    background-color: #cfedff;
    background-position: center -550px;
}
.searchblock{
	display: none;
	height: 50px;
	width: 300px;
	padding:8px;
    position: absolute;
    right: 0;
    top: 50px;
    background-color: #cfedff;
    overflow: hidden;  
    z-index: 100000;
}
.searchblock.open{
	display: block;
}
.searchform{
    color:#303030;
    width:100%;
    height:34px;
    line-height:24px;
    padding:5px 50px 9px 5px;
    border:0;
    margin: 0;
    font-size:14px;    
    background-color:#fff;
    overflow:hidden;
}
input.searchbt{
    width:60px;
    height:34px;
    border:0 !important;
    display: block;
    position: absolute;
    top: 8px;
    right: 8px;
    color: #fff;
    font-size: 11px;
    text-transform: uppercase;
    background-color: #23a8f5;
    opacity: 1;
    font-family: "RobotoRegular", Arial, sans-serif;
}
input.searchbt:hover{
    opacity: 0.8;
}
.container{
    width: 100%;
}
/* featured.tpl */
.featured_post{
	height: 300px;
	display: block;
}
.post_img{
	width: 100%;
	height: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    color: #fff !important;
    text-decoration: none;
}
.post_img:hover{
	color: #fff;
}
.post_img:before{
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
	top: 0;
    left: 0; 
    z-index: 2;	
}
.featured_post .post_img:before{
    /*background: -moz-linear-gradient(bottom,  rgba(35,168,245,0.5) 0%, rgba(35,168,245,0.2) 100%);*/ /* FF3.6+ */
    /*background: -webkit-linear-gradient(bottom,  rgba(35,168,245,0.5) 0%, rgba(35,168,245,0.2) 100%);*/ /* Chrome10+,Safari5.1+ */
    /*background: -o-linear-gradient(bottom,  rgba(35,168,245,0.5) 0%,rgba(35,168,245,0.2) 100%);*/  /*Opera 11.10+ */
    /*background: -ms-linear-gradient(bottom, rgba(35,168,245,0.5) 0%,rgba(35,168,245,0.2) 100%);*/ /* IE10+ */
    /*background: linear-gradient(to top,  rgba(35,168,245,0.5) 0%, rgba(35,168,245,0.2) 100%);*/ /* W3C */
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(247,171,61,0.8)', endColorstr='rgba(35,168,245,0.5)',GradientType=0 );*/ /* IE6-9 */
}
.featured_post .post_img:hover:before{
    background: -moz-linear-gradient(bottom,  rgba(35,168,245,0.8) 0%, rgba(35,168,245,0.5) 100%); /* FF3.6+ */
    background: -webkit-linear-gradient(bottom,  rgba(35,168,245,0.8) 0%, rgba(35,168,245,0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(bottom,  rgba(35,168,245,0.8) 0%,rgba(35,168,245,0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(bottom, rgba(35,168,245,0.8) 0%,rgba(35,168,245,0.5) 100%); /* IE10+ */
    background: linear-gradient(to top,  rgba(35,168,245,0.8) 0%, rgba(35,168,245,0.5) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(247,171,61,0.8)', endColorstr='rgba(35,168,245,0.5)',GradientType=0 ); /* IE6-9 */
}
.featured_content{
	z-index: 3;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	position: absolute;
	font-family: "RobotoLight", Arial, sans-serif;
    /*background: rgba(35,168,245,0.5);*/
    background: rgba(0,0,0,0.3);
}
.featured_date{
	font-size: 14px;
	background-color: #23a8f5;
	padding: 0 4px;
	line-height: 20px;
	height: 20px;
	float: left;
	margin-bottom: 20px;
}
.featured_title{
	clear: both;
	font-size: 26px;
	line-height: 30px;
	text-shadow:0 1px 0 rgba(0,0,0,0.5);
}
.top_adv{
    height: 110px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    padding: 10px 0 0 0;
}
/* login.tpl  */
.login_btn{
    display:block;
    height: 50px;
    width: 50px;
    border-left: 1px solid rgba(255,255,255,0.3);
    position: relative;
    background-color: transparent;
    background-position:center -300px;
    cursor: pointer !important;
    z-index: 200;
    float: left;
}
.login_btn.active_lgn{
    background-color: #cfedff;
    background-position: center -350px;
}
.login_btn:hover{
	background-position: center -350px;
    background-color: #cfedff;
}
.login_block{
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    margin: 0 0 0 -120px;
    width: 240px;
    background-color: #cfedff;
    z-index: 9999999;
}
.profile_menu{
    list-style: none;
    width: 100%;
}
.profile_menu li{
    display: block;
}
.profile_menu li a{
    height: 35px;
    padding: 10px 10px 10px 25px;
    line-height: 15px;
    display: block;
    color: #23a8f5;
    font-size: 16px;
    text-decoration: none;
    position: relative;
}
.profile_menu li a:before{
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #23a8f5;
    left: 10px;
    top: 14px;
}
.profile_menu li a:hover:before{
    background-color: #fff;
}
.profile_menu li a:hover{
    background-color: #23a8f5;
    color: #fff;
    text-decoration: none;
}
.profile_avatar{
    height: 20px;
    max-width: 30px;
    margin: -2px 10px 0 0;
    overflow: hidden;
    float: left;
    display: block;
}
.profile_avatar img{
    min-width: 20px;
    max-width: 30px;
}
.profile_menu li a.logout{
    color: #fb4d4d;
}
.profile_menu li a.profile_link{
    padding: 10px;
}
.profile_menu li a.profile_link:before{
    display: none;
}
.profile_menu li a i{
    font-style: normal;
    display: block;
    position: absolute;
    top: 9px;
    right: 10px;
    background-color: #23a8f5;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    padding: 2px 5px 0 5px;
}
.login_form{
    margin: 17px 20px;
}
.login_form label{
    color: #505050;
    font-size: 16px;
    display: block;
    margin: 0 0 10px 0;
    line-height: 15px;
}
.login_form label a{
    font-size: 16px;
    color: #23a8f5;
}
.login_form label a:hover{
    color: #505050;
}
.login_form .inp{
    width: 200px;
    border:1px solid transparent;
    height: 40px;
    background-color: #fff;
    padding: 0 0 0 10px;
    color: #909090;
    font-size: 14px;
    margin: 0 0 15px 0;
}
.login_form .inp:focus{
    border-color: #23a8f5;
}
.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:1px solid #23a8f5 !important;
    background-color:#23a8f5 !important;
    color: #fff;
    font-size: 17px;
    opacity: 0.8;
}
.enter-btn:hover{    
    opacity: 1;
}
.reg-link{
    margin: 10px 0 0 0;
}
.reg-link a{
    font-size: 14px;
    color: #23a8f5;
}
.reg-link a:hover{
    color: #909090;
}
.social_login{
    margin: 0 0 10px 0;
}
.social_login img{
    margin: 0 6px 0 0;
}
.login_close{
    width: 40px;
    height: 40px;
    position: absolute;
    /*right: -40px;*/
    top: -40px;
    background-position: center -790px;
    cursor: pointer;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    transition: ease 0.2s all;
}
.login_close:hover{
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
/* LOGIN end  */

.wrap{
    width: 1090px;
    margin: 0 auto;
    position: relative;
}
.content{
	padding: 10px 0 0 0;
}
.left{
    float: left;
    width: 770px;
}
.right{
    float: right;
    width: 300px;
}
.mblock{
    margin: 0 0 20px 0; 
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.hblock h4, .mblock h4, .side_header{
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 20px;
    color: #303030;
    font-family: "RobotoLight", Arial, sans-serif;
}
.side_block{
    margin:0 0 20px 0;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.side_block a{
    color:#23a8f5;
    text-decoration: none;
}
.side_block a:hover{
    color: #202020;
}
.hblock h4 a, .mblock h4 a, .side_header a{
    font-size: 22px;
    color: #505050;
    text-decoration: none;
    border-bottom: 1px solid #aaa;
}
.hblock h4 a:hover, .mblock h4 a:hover, .side_header a:hover{
    color: #909090;
}

/* custom_catalog.tpl */
.custom_catalog{
    margin-bottom: 20px;
}
.custom_catalog:last-of-type{
    margin-bottom: 0;
}
.custom_catalog a{
    color: #303030;
    font-size: 14px;
    line-height: 16px;
}
.custom_catalog a:hover{
    color: #909090;
}
.catalog_img{
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 20px;
}
/* custom_top.tpl */
.custom_top{
    margin: 0 0 20px 0;
    width: 260px;
    height: 173px;
}
.custom_top:last-of-type{
	margin-bottom: 0;
}
.custom_top_title{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: rgba(35,168,245,0.5);
	padding: 20px;
	font-size:14px;
	line-height: 16px; 
	font-family: "RobotoRegular", Arial, sans-serif;
	z-index: 2;
}
.custom_top a:hover .custom_top_title{	
	background-color: rgba(35,168,245,0.8);
}
.top_views{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	background-color: #23a8f5;
	color: #fff;
	line-height: 20px;
	height: 20px;
	padding: 0 10px;
	font-size: 12px;
}

/* top_comments.tpl */
.custom_comments{
	margin-bottom: 20px;
}
.custom_comments:last-of-type{
    margin-bottom: 0;
}
.custom_comments a{
	color: #303030;
	font-size: 14px;
	line-height: 16px;
}
.custom_comments a:hover{
	color: #909090;
}
.top_comments{
    margin-top: 1px !important;
	display: inline-block;
	position: relative;
	height: 20px;
	line-height: 20px !important;
	font-size: 12px !important;
	color: #fff !important;
	padding: 0 5px;
	background-color: #23a8f5;
	text-decoration: none;
}
.top_comments:after{
	border-top: 5px solid #23a8f5;
	border-left: 5px solid transparent;
	position: absolute;
	top: 100%;
	right: 0;
	content: "";
	display: block;
}
.top_comments:hover{
	background-color: #909090;
}
.top_comments:hover:after{
	border-top-color: #909090;
}

/* vote.tpl */
.vote{
    font-size: 14px;
    line-height:150%;
    width:auto !important;
}
.question{
    font-size: 18px;    
    color:#202020;
    font-family: "RobotoMedium", Arial, sans-serif;
    margin:20px 0 15px 0;
}
#dle-vote{
    margin: 0 0 20px 0;
}
.vote_button{    
    background-color: #23a8f5;
    margin: 0 30px 0 0;
}
.vote_button, .results_button{
	color: #fff;
	border: 0;
    height: 30px;
    padding: 0 15px;
    text-align: center;
    font-size: 14px;
    float: left;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    transition: ease 0.2s all;
    line-height: 30px;    
}
.results_button{
    background-color: #909090;
}
.results_button:hover, .vote_button:hover{
    border-color: #303030;
    color: #fff;
    background-color: #505050;
}
.tags_block{
	color: transparent;
	font-family: "RobotoRegular", Arial, sans-serif;
}
.tags_block a{
	color: #909090;
}

.content_adv{
    height: 90px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0 0 20px 0;
}
.inner_adv{
    height: 90px;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
/* FOOTER    */
.footer {
    background-color:#fff;
    font-size: 14px;
    color: #909090;
    padding:20px 0;
}
.footer a{
    text-decoration:none;
    color: #23a8f5;
    font-size: 14px;
}
.footer a:hover{
    text-decoration:none;
    color: #909090;
}
.copyrights{
	background-color: #23a8f5;
	/*height: 40px;*/
	line-height: 20px;
	padding: 10px 0;
	color: #fff;
	font-size: 14px;
}
.footer_links{
    width: 200px;
    padding: 0 15px 0 0;
    float: left;
}
.footer_links ul{
    list-style: none;
    margin-bottom: 15px;
}
.footer_links li{
    display: block;
    margin: 0 0 5px 0;
}
.footer_links a{
    font-size: 12px;
    line-height: 14px;
}
.about{
    margin: 0 0 15px 200px;
    font-size: 12px;
    line-height: 18px;
}
.about a{    
    font-size:12px;
}
.counters{
    height:33px;
}

.speedbar{
    line-height:20px;
    font-size: 15px;
    color: #909090;
    margin: 0 0 20px 0 !important;
}
.speedbar a{
    display:inline-block;
    font-size: 15px;
    text-decoration: none;
    color: #23a8f5;
}
.speedbar a:hover{
    color: #505050;
}

.sort{
    color: #aaa;
    line-height: 20px;
    font-size: 14px;
}
.sort a{
    text-decoration: none;
    color: #23a8f5;
    font-size: 14px;
}
.sort a:hover{
    color: #909090;
}
/* shortspry.tpl */
.shortstory{
    width:100%;
    height: 190px;
    position: relative;
    overflow: hidden;
    margin: 0 0 20px 0;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.shortstory a{
    color: #303030;
    text-decoration: none;
}
.shortstory a:hover{
    color: #23a8f5;
    text-decoration: none;
}
.shortstory .post_img:hover:before, .custom_catalog .post_img:hover:before{
	background-color: rgba(255,255,255,0.1);
}
.shortstory_left{	
    width: 300px;
    height: 200px;
    /*width: 240px;
    height: 160px;*/
    float: left;
    position: relative;
}
.comments_link{
	position: absolute;
	z-index: 3;
	bottom: 0;
	right: 0;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #fff !important;
	padding: 0 5px;
	background-color: #23a8f5;
    text-decoration: none;
}
.comments_link:after{
	border-top: 5px solid #23a8f5;
	border-left: 5px solid transparent;
	position: absolute;
	top: 100%;
	right: 0;
	content: "";
	display: block;
	z-index: 2;
}
.comments_link:hover{
	background-color: #909090;
}
.comments_link:hover:after{
	border-top-color: #909090;
}
.shortstory_right{
	/*margin-left: 300px;*/
	/*height: 200px;*/
	height: 160px;
	overflow: hidden;
	padding: 0 20px 20px;
}
.short_title{
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    font-family: "RobotoMedium", Arial, sans-serif;
    color: #303030;
}
.short_title a{
    text-decoration: none;
    -webkit-transition:all 0.1s ease;
    -moz-transition:all 0.1s ease;
    transition: ease 0.1s all;
    color: #303030;
    font-size: 18px;
}
.short_title a:hover{
    color: #23a8f5;
}
.short-story_post{
    font-size: 16px;
    line-height: 20px;
    color: #505050;
    max-height: 120px;
    overflow: hidden;
    margin: 10px 0 0 0;
}
.short-story_post a{
	font-size: 16px;
}
.shortstory_bottom{
	clear: both;
	height: 30px;
}
.read_more{
	display: block;
	line-height: 30px;
	float: right;
	background-color: #23a8f5;
	color: #fff !important;
	padding: 0 10px;
	font-size: 16px;
    text-decoration: none;
}
.read_more:hover{
	background-color: #909090;
}
.short_data{
	margin: 0 0 0 20px;
	line-height: 20px;
	height: 30px;
	padding: 5px;
	float: left;
	font-size: 12px;
}
.short_data a{
	font-size: 12px;
	color: #23a8f5;
}
.short_data a:hover{
	color: #303030;
}


/* shortstory3.tpl */
.shortstory2{
    margin: 0 0 30px 0;
}
.shortstory2_bottom{
    clear: both;
    height: 30px;
    margin:0 -20px -20px -20px;
}


/* searchresults.tpl */
.shortresult{
    margin: 0 0 15px 0;
    color: #909090;
    font-size: 16px;
}
.shortresult a, .shortresult b{
    font-size: 18px;
    text-decoration: none;
    font-family: "RobotoMedium", Arial, sans-serif;
}
.shortresult b{
    color: #23a8f5;
}
/* navigation.tpl */
.navigation-holder{
    text-align: center;
    clear: both;
    height: 40px;
    margin: 20px 0 20px 0;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.navigation{
    color:#000;
    font-size:16px;
    clear:both;
    display: inline-block;
    text-align: center;
    font-family: "RobotoMedium", Arial, sans-serif;
}   
.navigation b{
    padding-top: 0 !important;

}
.navigation span, .navigation a, .navigation b{ 
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    min-width:40px;
    font-size:14px;
    float:left;
    border: 1px solid transparent;
}
.navigation a{
    line-height:40px;
    color:#23a8f5;
    text-decoration: none !important;
    -webkit-transition:all 0.1s ease;
    -moz-transition:all 0.1s ease;
    transition: ease 0.1s all;
}
.navigation a:hover{
    text-decoration:none;
    color:#fff;
    background-color:  #23a8f5;
}
.navigation span {    
    text-decoration:none;
    color:#fff;
    background-color:  #23a8f5;
}
.nav_ext{
    background-color: transparent !important;
    color: #202020 !important;    
    border-color:transparent !important;
}
.next,.prev{
    line-height: 40px !important;
}
.next span,.prev span{
    background:none !important;
    color:#909090;
    border:0 !important;
    line-height: 40px !important;
}
.next a, .prev a{
    text-decoration:none !important;
    font-weight: bold;
    color: #23a8f5;
}
.next a:hover, .prev a:hover{
}

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

/* pm.tpl */
.pm_aside{
    width: 100%;
    background-color: #202020;
    color: #909090;
    margin: 0 0 30px 0; 
}
.pm_main{
    overflow: hidden;
}
.pmlinks{

}
.pmlinks a{
    width: 33.33333%;
    display:block;
    float: left;
    height:40px;
    padding:10px 0 10px 40px;
    line-height:20px;
    color:#aaa;
    text-decoration:none;
    border-bottom: 1px solid #404040;
    border-left: 1px solid #404040;
    vertical-align: middle;
}
.pmlinks a:hover{
    color:#fff;
    background-color:#303030;
}
.pmlinks a:hover:before{
    opacity: 1;
}
.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 {
}
.pm_status_content {
    padding: 15px 20px;
    font-size: 14px;
}
/*---ïðîãðåññ áàð---*/
.pm_progress_bar {    
    height:30px;
    width:100%;
    background-color: #151515;
}
.pm_progress_bar span {
    background:#23a8f5;
    font-size: 0em;
    text-indent: -2000em;
    height: 30px;
    display: block;
    overflow: hidden;

}

/* 
 * ========================================
 * Ïåðñîíàëüíûå ñîîáùåíèÿ
 * ========================================
 */ 
table.pm td{
    border-top:1px solid #eee;
    height:40px;
}
table.pm tr:first-child td, table.pm tr:last-child td{
    border-top: 0;
}
.pm .bbcodes{
    line-height: 30px !important;
    height: 30px;
    padding: 0 10px;
}
.pm_head {
    font-size:18px; 
    line-height: 30px;
    font-family: "RobotoMedium", Arial, sans-serif;
    color:#303030;
    text-decoration:none;

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

/* Feedback.tpl */
.feedbackta{
    width:250px;
    padding: 5px;
    height: 150px;
}
select[name="recip"]{
    height: 40px;
    padding: 10px;
    line-height: 20px; 
    width: 250px; 
}
select[name="recip"] option{
    line-height: 20px;
}
/* poll.tpl */
.poll{
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding:20px 0;
    margin:10px 0;
}
.poll b{
    font-size:20px;
    line-height:20px;
    color:#23a8f5;
    font-weight: normal;
    text-transform: uppercase;
}
.poll i{
    line-height:30px;
}
/* Buttons */
.buttonholder{
    margin: 20px 0 0 0;
}
.site_button{
    cursor: pointer;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    transition: ease 0.2s all;
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 20px;
    line-height: 40px;
    height: 40px;
    color: #fff;
    border: 0;
}
.site_button:active{
    background-color: rgba(0,0,0,1);
}
.site_button:hover{
    background-color: #303030;
    color: #fff;
}
.dark_button{    
    margin: 0 30px 0 0;
    background-color: #909090;
}
.color_button{
    background-color: #23a8f5;
}
/* fullstory.tpl */
.full-story, .tagscloud{
    width:100%;
    padding:20px;
    color:#303030;
    font-size:16px;
    line-height:150%;
    background-color: #fff;
    margin-bottom: 20px;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.tagscloud a{    
    color:#23a8f5;
}
.fullstory2.post_content{
    margin-bottom: 0;
}
.fullstory2.related_news_block .related_news_post{
    height: 230px;
}
.full_img{
    display: block;
    float: left;
    margin: 0 20px 20px 0;
    width: 200px;
}
.images_box{
    margin:0 0 20px 220px;
}
.images_box img{
    width: 100px;
    border:1px solid #ddd;
}
.images_box a img:hover{
    opacity: 0.8;
}
.images_box br{
    display: none;
}
.reviews_box{
    margin: 20px 0 0 0;
}
.post_title{
    font-size:36px;
    color:#303030;
    text-decoration:none;
    line-height:40px;
    margin-bottom:25px;
    position:relative;
}
.post_title a{
    color:#303030;
    font-size:36px ;
    text-decoration:underline;
}
.post_title a:hover{
    color:#23a8f5;
    text-decoration:underline;
}
.post_info{
	margin-bottom: 20px;
	min-height: 20px;   
}
.post_info_cat{
	margin-right: 20px;
    margin-bottom: 5px;
	height: 20px;
	color: transparent;
	float: left;
}
.post_info_cat a{
	display: block;
	float: left;
	line-height: 20px;
	padding: 0 10px;
	color: #fff;
	font-size: 12px;
	background-color: #23a8f5;
	text-decoration: none;
    margin-right: 1px;
}
.post_info_cat a:hover{
	background-color: #909090;
    color: #ffffff;
}
.post_info_item{
    font-size: 12px;
    color: #909090;
    line-height: 20px;
    margin: 0 20px 0 0;
    float: left;
}
.post_info_item a{
    color: #23a8f5;
    text-decoration: none;
    font-size: 12px;
}
.post_info_item a:hover{
	color: #909090;
}
.post_info_item.views{
    background-position: 0 -840px;
    padding: 0 0 0 15px;
}
.post_info_item.comments-num{
    background-position: 0 -558px;
    padding: 0 0 0 15px;
}
.edit-date{
	color: #aaa;
	font-size: 12px;
}
.service_buttons{
    height: 50px;
    float: right;
}
.service_buttons a{
    float: left;
}
.service_buttons a:last-of-type{
    margin: 0;
}
.service_buttons i{
    height: 50px;
    width: 50px;
    display: block;
    position: relative;
    opacity: 0.5;
}
.service_buttons i:hover{
    opacity: 1;
}
i.edit_button{
    margin: 0 0 0 -1px;
    background-position: center -750px;
    background-color: #f1f1f1;
}
i.print_button{
    background-position: center -700px;
    background-color: #e5e5e5;
}
.full_post_tags{
	margin-bottom: 20px;
	color: transparent;
}
.full_post_tags b{
	color: #303030;
	font-weight: normal;
	font-family: "RobotoRegular", Arial, sans-serif;
	margin-right: 10px;
}
.full_post_tags a{
	display: inline-block;
	background-color: #ccc;
	color: #fff;
	line-height: 30px;
	padding: 0 10px;
	font-size: 14px;
    text-decoration: none;
}
.full_post_tags a:hover{
    background-color: #909090;
}
/* related.tpl */
.related_news_block h4{
    margin-bottom: 0;
}
.related_news_post{
    margin-top: 20px;
    margin-right: 20px;
    width: 230px;
    height: 153px;
    float: left;
}
.related_news_post:nth-of-type(3n){
	margin-right: 0;
}
.related_news_post a:hover .custom_top_title{	
	background-color: rgba(35,168,245,0.8);
}
/* addcoments.tpl*/
.addcomment-post{
    color: #909090;
}
.addcomment_editor{
    width: 390px;
    min-width: 300px;
    height: 60px;
    min-height: 60px;
}

.count_comments{
	display: inline-block;
	position: relative;
	height: 30px;
	min-width: 20px;
	text-align: center;
	line-height: 30px !important;
	font-size: 22px;
	color: #fff !important;
	padding: 0 5px;
	background-color: #23a8f5;
}
.count_comments:after{
	border-top: 5px solid #23a8f5;
	border-left: 5px solid transparent;
	position: absolute;
	top: 100%;
	right: 0;
	content: "";
	display: block;
}

/* comments.tpl */
.comment{
    margin: 0 0 40px 0;
    position: relative;
}
.comment a{
    color:#23a8f5;
    text-decoration:none;
}
.comment a:hover{
    text-decoration:underline;	
}
.comment_avatar{
    width:60px;
    height: 60px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;    
    position: absolute;
    top: 0 ;
    left: 0;
}
.comment_content{    
    width: 100%;
    padding-left: 75px;
}
.comment-news a{
    text-decoration:underline;
    margin:0 0 10px 0 !important;
    display: inline-block;
    font-size: 18px;
}
.comment-news a:hover{
    text-decoration:none;
    color:#23a8f5;
}
.comment_meta{
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    color: #aaa;
    margin: 0 0 15px 0;
}
.comment_meta span a{
    line-height: 16px;
}
.comment_author{
    font-size: 14px;
    color: #202020;
}
.author_online{
    display: inline-block;
    background-color: #23a8f5;
    color: #fff;
    line-height: 14px;
    padding: 0 2px;
    font-size: 10px;
    margin: 0 0 0 10px;
}
.comment_author a{
    font-size: 14px;
}
.comment_author a:hover{
    color:#202020;
    text-decoration: none;
}
.comment_date{
    margin: 0 0 0 15px;
}
.mass-action{
    margin:-2px 0 0 10px;
    height:14px;
    float:right;
}
.mass-action input[type="checkbox"]{
    margin: 0;
}
.comment_post{
    font-size: 16px;
    line-height: 18px;
    color: #303030;
}
.comment_post a{
    font-size: 16px;
}
.comment_controls{
    margin: 15px 0 0 0;
    height: 12px;
    line-height: 12px;
}
.comment_controls a{
    font-size: 12px;
    margin:0 10px 0 0;
    color: #bbb;
    font-family: "RobotoMedium", Arial, sans-serif;
}
.comment_controls a:hover{
    color: #202020;
    text-decoration: none;
}
.mass_comments_action{
    color:#909090;
    margin-bottom: 20px;
}
.mass_comments_action select[name="mass_action"]{
    height: 22px;
    border-color: #ccc;
}

/* Rating */
.full-story .rating{
    margin: 17px 0 17px 0;
}
.shortstory .rating{
    margin: 7px 10px;
}
.comment .rating{
    margin: 0 20px 0 0;
}
.full-story .ratebox2{
	margin-top: 19px;
}
.full-story.userinfo .ratebox2{
    margin-top: 0;
}
.ratebox2{
    height: 12px;
    font-size: 11px;
    float: left;
    margin: -2px 0 0 0;
}
.shortstory .ratebox2{
	margin: 8px 0 10px 10px;
}
.rating-plus{
    background-position: center -800px;
}
.rating-minus{
    background-position: center -820px;
    margin-top: 3px;
}
.rating-plus, .rating-minus{
    width: 12px;
    height: 12px;
    float: left;
    opacity: 0.3;    
}
.rating-plus:hover, .rating-minus:hover{
    opacity: 0.8;
}
.rating-count{
    float: left;
    line-height: 10px;
    height: 12px;
    padding: 3px 0 0 0;
}
.rating-count span{
    display: inline-block;
}
.ratingzero {
  color: #909090;
}
.ratingtypeplusminus {
  padding: 0px 5px;
}
.ratingtypeplus {
  padding: 0px 0px 0px 5px;
}
.ratingplus {
  color: green;
}
.ratingminus {
  color: red;
}
.ratebox3{
    height: 40px;
    font-size: 14px;
    color: #23a8f5;
    float: left;
}
.rating-plus-big{
    line-height: 30px;
    height: 30px;
    color: #000;
    background-position: 0 -700px;
    padding: 0 10px 0 40px;  
    font-size: 14px;
    opacity: 0.8;
}
.rating-plus-big:hover{
    opacity: 1;
    border-color: #ffa800;
    color: #ffa800;
}
.ratebox4{
	float: left;
	height: 30px;
	padding: 5px 0;
}
.ratebox4 a{
	text-decoration: none;
}
.rating-plus-small{
    line-height: 20px;
    height: 20px;
    color: #000;
    padding: 0 0 0 20px;  
    font-size: 12px;
    opacity: 0.4;
    background-position: -10px -796px;
}
.rating-plus-small:hover{
	opacity: 0.8;
}
.ratebox3 a{
    text-decoration: none;
}
.ratebox5{
	height: 30px;
}

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

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

/* userinfo.tpl */
.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: #23a8f5;
    text-decoration: none;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    transition: ease 0.2s all;
}
.profile_cell a:hover{
    background-color: rgba(0,0,0,0.7);
    color: #fff;
}
.profile_item{
    height: 50px;
    line-height: 50px;
    border:1px solid #ddd;
    border-top: 0 !important;
    color: #909090;
    font-size: 20px;
    position: relative;
    padding: 0 0 0 20px;
}
.profile_item.location{    
    padding: 0 0 0 50px;
    width: 100%;
    background-position: left -970px;
}

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

table.fulltable{
    width:100%;
    border-collapse: collapse;
    border-spacing: 0;
    cellspacing:0;
    border:0;
}
table.fulltable td{
    padding:0 0 15px 0;
    line-height: 40px;
    min-height: 40px;
    vertical-align: top;
}
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, .addnews{
    width:140px;
    font-size:16px;
}
.pline{
    width:400px;
    min-height:15px;
    line-height:15px;
    text-align:left;
}
.import{
    color:#23a8f5;
}
.line a{
    color:#23a8f5;
}
.row{
    font-size:13px;
    margin:5px 0;
    padding:5px;
    border:1px solid #eee;
    background:#fafafa;
}
.row a{
    color:#23a8f5;
}
.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:#23a8f5;
}
.userstop a:hover {
    text-decoration: none;
}
.stat{
    color:#707070;
    font-size:13px;
    min-height:15px;
    margin:0 20px 0 20px;
    padding:2px 0 5px 0;
    border-bottom:1px solid #e0e0e0;
    font-family: "RobotoMedium", Arial, sans-serif;
}
.stat span{
    float:right;
    font-weight:normal;
}
.stat a{
    font-size:13px;
    text-decoration:none;
}
.h-row{
    color:#505050;
    background:#f1f1f1;
    font-family: "RobotoMedium", Arial, sans-serif;
    padding:0 0 0 15px;
    margin:10px 0 0 0;
    line-height: 30px;
}
 textarea, .txsh, .input1, .input2, .input3, .input4, .xfields input[type="text"], input.default{
    border:1px solid #ccc;
    line-height:20px;
    background:#fff;	
    -webkit-transition:all 0.1s ease;
    -moz-transition:all 0.1s ease;
    transition: ease 0.1s all;
    padding:10px;
    color: #303030;
}
.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 #909090 !important;
}
.input1, .xfields input[type="text"], input.default{
    width:250px ;  
    font-size:13px;
    color:#707070;
}
.input2{
    width:100px;
    font-size:12px;
}
.input3{
    width:223px;  
    font-size:12px; 
    margin: 0 10px 0 0;
}
.input4{
    font-size:13px;	
    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 {
    font-size: 12px;
}
.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:#23a8f5;
    border:1px solid #ddd;
    margin: 0 0 10px 0;
}
#totop{
    width:60px;
    height: 50px;
    background-color: #23a8f5;
    background-position: center -1040px;
    border: 2px solid #23a8f5;
    text-align:center;
    padding:5px;
    position:fixed;
    bottom:10px;
    right:10px;
    cursor:pointer;
    display:none;
    opacity: 0.6;
}
#totop:hover{
    opacity: 1;
}
.attachment{
    position: relative;
    padding:0 0 5px 20px;
    line-height:16px;
}
.attachment:before{
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 14px;
    height: 16px;
    background-position: center -1020px;
}
.side_rek{
	margin-bottom: 20px;
}
.rek img{
	display: block;
}

/* Core Owl Carousel v1.3.3  */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(../images/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}

.owl-theme .owl-controls{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 50px;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	background-color: rgba(0,0,0,0.1);
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	text-indent: -9999px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	background-color: rgba(0,0,0,0.5);


}
.owl-prev{
	background-position: center -600px;
	left: 0;
}
.owl-next{
	background-position: center -650px;
	right: 0;
}
/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(../images/AjaxLoader.gif) no-repeat center center
}

/* shortstory3.tpl */
.shortstory3{
    width: 185px;
    margin: 0 0 10px 10px;
    background-color: #fff;
    float: left;
}
.shortstory3:nth-of-type(4n+1){
    margin-left: 0;
}
.shortstory3:hover{
    outline: 1px solid #23a8f5;
}
.shortstory3_left{   
    width: 100%;
    height: 185px;
    position: relative;
}
.short_title3{
    height: 56px;
    overflow: hidden;
    padding: 20px;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    font-family: "RobotoMedium", Arial, sans-serif;
    text-align: center;
}
.shortstory3 a{
    text-decoration: none;
    -webkit-transition:all 0.1s ease;
    -moz-transition:all 0.1s ease;
    transition: ease 0.1s all;
    color: #303030;
    font-size: 14px;
}
.shortstory3 a:hover{
    color: #23a8f5;
}
.shortstory3 .post_img{
    background-size: contain;
    background-repeat: no-repeat;
}
.full_img img{
    width: 100%;
}
.full_img .ratebox2{
    margin: 20px auto 0 auto;
    float: none;
    width: 60px;
}
.f3_right{
    margin-left: 220px;
}
.s3rating{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 20px;
}
.s3rating .rating-plus-small{
    opacity: 0.9;
    background-color: #eee;    
}
.fullstory2 .post_info{
    height: auto;
}
.fullstory2 .post_info_item, .fullstory2 .post_info_cat{
    float: none;
}
.fullstory2 .post_info_cat{
    margin-right: 0;
    min-height: 20px;
    color: transparent;
    float: none;
    margin-bottom: 20px;
}
/*---Ïîêàç äðåâîâèäíûõ êîììåíòàðèåâ---*/
.comments-tree-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments-tree-list .comments-tree-list {
  padding-left: 30px;
}

.comments-tree-item {
  display: block;
  margin: 0;
  padding: 0;
}

/*---Ôîðìà áûñòðîãî îòâåòà íà êîììåíòàðèé---*/

#dlefastreplycomments {
  padding:5px;
  background: #e4ecf0;
  margin: 5px 5px 5px 30px;
}

.commentsreplyname {
 padding: 2px; border: 1px solid #bcc0c2;
 width: 200px;
 background: #fff url("../images/fields.png") repeat-x;
}

/*---Âûâîä ðåçóëüòàòîâ ãîëîñîâàíèÿ íà ñàéòå---*/
.pollallvotes {
  text-align: center;
  margin-top: 10px;
}



/* Небольшие эксперименты */
.header2{
    width:100%;
    height: 50px;
    z-index: 1000;
    white-space:nowrap;
    background: #fff;
}
.header2_content{
    position: relative;
    width: 1090px;
    height: 50px;
    margin: 0 auto;
}

.logo{
    height: 40px;
    padding-top: 5px;
}
.logo a, .logo img{
    width: 200px;
    height: 40px;
}

.header-block{
    display: inline-block;
    text-align: center;
    width: 24.8%;
    height: 50px;
    font-size: 14px;
    font-weight: bold;
    color: #23a8f5;
    text-transform: uppercase;
    line-height: 50px;
}
.header-block:last-of-type{
    text-align: right;
}
.dollar, .euro{
    display: inline-block;
}
.dollar{
    margin-right: 15px;
}
.temperature, .weather-icon{
    display: inline-block;
}
.weather-icon{
    position: absolute;
    height: 50px;
}
/*.weather-icon img{
    position: absolute;
}*/

/* Изменение высоты верхней навигации */
header.header{
    height: 35px;
}
.header_right{
    height: 35px;
    position: relative;
}
.header_right .share_btn{
    height: 35px;
}
.header_right .share_btn{
    height: 35px;
    background-position: center -407px;
}
.header_right .share_btn.active_share, .header_right .share_btn:hover{
    background-position: center -457px;
}
.header_right .search_btn{
    height: 35px;
    background-position: center -507px;
}
.header_right .search_btn.active_search, .header_right .search_btn:hover{
    background-position: center -557px;
}
.header_right .login_btn{
    height: 35px;
    background-position: center -307px;
}
.header_right .login_btn.active_lgn, .header_right .login_btn:hover{
    background-position: center -357px;
}
.social_menu, .searchblock, .login_block{
    top: 35px;
}

nav.nav{
    height: 35px;
}
.nav_btn{
    height: 35px;
    background-position: center -1097px;
}
.nav_btn.active_nav, .nav_btn:hover {
    background-position: center -1147px;
}

.nav ul.main_nav{
    height: 35px;
}
.nav ul.main_nav li{
    height: 35px;
}
.nav ul.main_nav li a{
    line-height: 35px;
}


.flexMenu-popup{
    z-index: 9999999;
    background-color: #cfedff;
}

.nav .main_nav li.flexMenu-viewMore.active{
    background-color: #cfedff;   
}
.nav .main_nav li.flexMenu-viewMore.active a{
    color: #23a8f5;
}

.main_nav .flexMenu-viewMore .flexMenu-popup li{
    float: none;
}
.nav .main_nav .flexMenu-viewMore .flexMenu-popup li a{
    color: #23a8f5;
}
.nav .main_nav .flexMenu-viewMore .flexMenu-popup li a:hover{
    color: #ffffff;
    background-color: #23a8f5;
}

.top_adv{
    height: 100%;
}

nav.nav ul.main_nav a.active{
    background-color: #cfedff;
    color: #23a8f5;
}


/* Сужаем карусель главных новостей */
.owl-carousel{
    display: block;
    max-width: 770px;
    /*width: 770px;*/
    /*margin: 0 auto;*/
    margin-top: 0;
    margin-bottom: 20px;
}
.owl-carousel .owl-item{
    /*padding-left: 5px;*/
    /*margin-right: 10px;*/

    /*margin-right: 5px;*/

}
.owl-carousel .owl-item:first-of-type{
    padding-left: 0;
}
.owl-carousel .owl-item:last-of-type{
    padding-right: 0;
}
.featured_post .post_img{
    background-size: 100% 50%;
    background-position: center top;
    background-repeat: no-repeat;
}
.featured_content{
    height: 50%;
    background: #FFF;
    padding-top: 10px;
}
.featured_date{
    margin-bottom: 10px;
}
.featured_title{
    font-size: 16px;
    line-height: 20px;
    color: #000;
    text-shadow: none;
    font-weight: bold;
}


.top_adv{
    height: 100%;
}


.announcement .custom_catalog{
    margin-bottom: 8px;
}
.announcement .custom_catalog .catalog_img{
    margin-right: 10px;
}

.announcement .custom_catalog a{
    font-family: Arial;
    font-size: 12px;
}

.category-menu{
    margin: 0 auto;
    max-width: 1090px;
    min-width: 980px;
    background-color: #FFF;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.category-menu ul.category-list{
    text-align: justify;
    line-height: 0;
}
.category-menu ul.category-list:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: "";
    display: inline-block;
}
.category-menu ul.category-list li{
    display: inline-block;
    padding: 5px 10px;
    text-align: left;
    /* Восстанавливаем обнулённые свойства */
    line-height: normal;
    /*font-size: 14px;*/
}
.category-menu ul.category-list li a{
    text-decoration: none;
    font-size: 16px;
}

.shortstory .shortstory_right .post_info_cat{
    float: none;
}

#imageauthor{
    font-size: 14px;
    font-style: italic;
    margin-bottom: 15px;
    margin-top: -12px;
}

.addcomment-post button{
    margin-right: 10px;
}
.rules_agreement, .rules_agreement a{
    font-size: 12px;
    line-height: 12px;
}

.content .left .category-title h1{
    display: inline-block;
    font-weight: bold;
}
.category-title .main-category-link{
    font-size: 24px;
}

.custom_today{
    margin-bottom: 15px;
}
.custom_today:last-of-type{
    margin-bottom: 0;
}
.custom_today a{
    color: #303030;
    font-size: 14px;
    line-height: 16px;
    font-weight: bold;
}
.custom_today a:hover{
    color: #909090;
}
.custom_today div.news-date{
    display: inline-block;
    background-color: #23a8f5;
    font-size: 14px;
    color: #fff;
    padding: 1px 3px;
}

.full_post_tags span{
    display: inline-block;
    margin-bottom: 5px;
}

.shortstory_beauty{
    height: 200px;
    margin: 0 0 30px 0;
}
.shortstory_beauty:hover{
    border: 1px solid #23a8f5;
}

.shortstory_beauty .shortstory_right{
    padding: 20px;
}
.shortstory_beauty .shortstory_right .short_title{
    margin-bottom: 50px;
    font-size: 20px;
    text-align: center;
}

/* Справочник товаров и услуг */



.spravochnik_categories_list{
    margin-top: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.spravochnik_categories_list .item{
    width: 130px;
    height: 130px;
    text-align: center;
}
.spravochnik_categories_list .item img{
    background-color: #23a8f5;
    border-radius: 5px;
}
.spravochnik_categories_list .item p{
    font-weight: bold;
}
.content .left .spravochnik_categories_list .item a{
    text-decoration: none;
    float: none;
}


.shortstory_spravochnik{
    width: 32%;
    height: 260px;
    float: left;
}
.shortstory_spravochnik .short_title a{
    font-size: 16px;
}
.shortstory_spravochnik:nth-child(3n+2){
    margin-left: 2%;
    margin-right: 2%;
}
.shortstory_spravochnik_image{
    width: 100%;
    height: 200px;
    position: relative;
}
.shortstory_spravochnik_body{
    position: relative;
    padding: 5px 10px;
}
.shortstory_spravochnik_body .category_name{
    position: absolute;
    left: 0;
    top: -19px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #23a8f5;
    color: #fff;
    font-size: 14px;
}


.ads-carousel{
    background-color: #fff;
    padding: 2px 6px;
    margin-bottom: 10px;
}
.ads-carousel h3{
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 10px;
}

.ads-carousel .owl-carousel .featured_post{
    position: relative;
    height: 180px;
}
.ads-carousel .owl-carousel .featured_post .post_img{
    background-size: 100% 100%;
}

.ads-carousel .owl-carousel .featured_content{
    position: absolute;
    background: rgba(0,0,0, 0.2);
}
.ads-carousel .owl-carousel .featured_content .featured_title{
    color: #fff;
}

/* Все о коронавирусе в меню */
.nav ul.main_nav li.covid-19{
    background-color: #ff3300;
}
.nav ul.main_nav li.covid-19 a{
    background-color: #ff3300;
}
.nav ul.main_nav li.covid-19 a:hover{
    background-color: #ff6666;
    color: #fff;
}

/* Статистика по коронавирусу */
.covid-title{
	font-size: 20px;
	font-weight: bold;
}
.covid-date{
	font-size: 14px;
	color: #999;
	margin-bottom: 15px;
}
.covid-column{
    display: inline-block;
    width: 32%;
    padding: 0 16px;
    border-right: 1px solid #666;
}
.covid-column:last-child{
	border-right: none;
}
.covid-column p{
	margin-bottom: 8px;
}
p.covid-region{
	font-size: 18px;
}
.covid-status{
	font-size: 14px;
	font-weight: bold;
	color: #999;
}
.covid-number{
	font-size: 20px;
	font-weight: bold;
}
.covid-red{
	color: #cc0000;
}
.covid-green{
	color: #339900;
}
.covid-blue{
    color: #330099;
}
.covid-source{
	font-size: 12px;
	color: #999;
	margin-top: 10px;
}