@import 'normalize.css';

/* font-family: "RobotoRegular"; */
@font-face {
    font-family: "RobotoRegular";
    src: url("../fonts/RobotoRegular.eot");
    src: url("../fonts/RobotoRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoRegular.woff") format("woff"),
    url("../fonts/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoMedium"; */
@font-face {
    font-family: "RobotoMedium";
    src: url("../fonts/RobotoMedium.eot");
    src: url("../fonts/RobotoMedium.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoMedium.woff") format("woff"),
    url("../fonts/RobotoMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* `Main

-----------------------------------------------------------------------------------*/
.search_btn:before, .searchbt, .prev a:before, .next a:before, .video_icon, .photo_icon, .social-button:before, .title_icon, .uparrow, .button_rating:before,   
 .comment_date:before,  .post_info_item.fviews:before, .attachment:before, .nav_btn:before, .login_btn:before{
    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:15px;
    text-decoration:underline;
}
a:hover {
    color: #ff1905;
    text-decoration:none;
}
b, strong, th{
    font-family: "RobotoMedium", sans-serif;
    font-weight: normal;
}
h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input {
    margin:0;
    padding:0;
}
textarea{
    border:1px solid #ccc;
    padding:5px;
}
input:focus, textarea:focus {
    outline:none;
}
button:focus{
    outline:none;	
}
h1, h2, h3, h4, h5, h6 {font-weight:normal;}
h1 {font-size:24px;line-height:30px;}
h2 {font-size:22px;line-height:25px;}
h3 {font-size:20px;}
h4 {font-size:18px;}
h5, h6 {font-size: 16px;}
ul, ol{
    padding: 0;
    margin: 0;
}
input[type="checkbox"], input[type="radio"] {
    width: auto; 
    height: auto; 
    padding: 0; 
    margin: 3px 5px 5px 0;
}
.cf:before,
.cf:after {
  content: " ";
  display: table;
} 
.cf:after {
  clear: both;
}
 .cf {
  *zoom: 1;
}
#dle-content:after{
    content: "";
    display: table;
    clear: both;
}
html{
    padding:0px;
}
body{
    background:#fff;
     font-family:'RobotoRegular', sans-serif; 
    font-size:15px;
    height:100%;
    margin:0;
    color:#222;
    -webkit-font-smoothing: antialiased !important;
}
.wrap{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.topline{
    background: linear-gradient(to bottom, rgb(165 3 160) 0%,#038e27 100%);
}
.toptext{
    float: left;
    font-size: 15px;
    color: #555;
    line-height: 20px;
    padding: 10px 0;
}
.fav_button{
    line-height: 40px;
    background-color: #038e27;
    color: #fff;
    text-decoration: none;
    padding: 0 15px;
    display: block;
    float: right;
}
.fav_button:hover{
    background-color: #333;
    color: #fff;
}
.header{
    width:100%;
    height: 138px;
    position: relative;
    padding: 20px 0;
}
.logo{
    display: block;
    float: left;
    height: 100px;
}
.logo a img:hover{
}
.logo img{
    display: block;
    width: 460px;
}
/* Поиск */
.searchblock{
    position: relative;
    width:350px;
    margin-left: 710px;
    margin-top: 28px;
}
.searchform{
    color:#222;
    width:100%;
    height:40px;
    line-height:20px;
    padding:11px 50px 9px 10px;
    border:1px solid #aaa;
    margin: 0;
    font-size:16px;    
    background-color:#fff;
    overflow:hidden;
    border-radius: 3px;
}
.searchbt{
    width:40px;
    height:40px;
    border:0 !important;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background-position: 0 0;
    background-color: #5d8800;
    opacity: 0.8;
    border-radius: 0 3px 3px 0;
}
.searchbt:hover{
    opacity: 1;
}
.contacts{
    font-size: 22px;
    float: right;
    width: 300px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    text-align: right;
}
/* `igation menu*/
.nav{
    /* position: relative; */
    /* height: 31px; */
    /* background: linear-gradient(to bottom, rgb(3 142 39) 0%,#921292 90%); */
    /* display: none; */
}
.nav > .wrap{
    background-color: #ff7f74;
}
.nav ul{
    list-style: none;
    max-width: 100%;
    height: 20px;
    color: #fff;
    padding: 5px 20px;
    position: relative;
}
.nav li{
    position: relative;
    display: block;
    float: left;
    height: 50px;   
    z-index: 100;
}
.nav li a{
    display: block;
    padding: 0 10px;
    line-height: 50px;
    font-size: 15px;
    text-decoration: none;
    color:#fff;
}
.nav li a.color{
    color: #ff7f74;
}
.nav li a.dropi{
    padding: 0 30px 0 20px;
}
.nav li a:hover, .nav ul.main_nav li.drop:hover .dropi{ 
    color: #ff7f74;
    background-color: #333;
}
.nav li.drop:hover .dropi:after{    
    background-color: transparent;    
    border-top-color: #ff7f74 ;
}
.nav li a.dropi:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #fff;
    position: absolute;
    top:25px;
    right: 12px;
}
.nav li:hover ul{
    display: block;
    clear: both;
}
.nav li ul{
    display: none;
    height: auto;
    min-width: 200px;
    position: absolute;
    border-bottom:1px solid #222;
    border-top:1px solid #222;
    background-color: #222;
    z-index: 5000000;
    max-width: 100%;
    left: 0;
}
.nav li li{
    display: block;
    float: none;
    width: 100%;
    height: auto;
    border-bottom: 1px solid #333;
    border-right: 1px solid #000;
    border-left: 1px solid #000;
}
.nav li li a {
    text-align:left;
    display:block;
    float:none;
    padding: 0px 20px;
    line-height: 40px !important;
    text-transform: none;
    z-index: 501;
    font-family: "RobotoRegular", sans-serif;
}
.nav li li a:hover{
    border-bottom: 0;
}
.nav_btn{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    z-index: 2;
    display: none;
    float: left;
    position: relative;
    background-color: #ff7f74;
}
.nav_btn:hover{    
    background-color: #333;
}
.nav_btn:before{
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    left: 10px;
    background-position: -20px -500px;
}

.cats{
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 8px solid #038e27;
    -webkit-columns:5;
    -moz-columns:5;
    columns:5;
    padding: 20px;
    background: linear-gradient(to bottom, rgb(5 158 109) 0%,#028259 100%);
}
.cats li{
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    float: none;

}
.cats li a:hover{
    color: #fff;
}
.cats li{
    padding:0 0 5px 0;
}
.cats li:first-of-type{
    padding-top: 0;
}
.cats li a{
    font-size: 19px;
    line-height: 20px;
    color: #fff;
    font-family: "RobotoMedium", sans-serif;
}
.cats .sub_cat{    
    padding: 0 0 10px 5px;
    display: none;
}
.cats .sub_cat li a{
    font-family: "RobotoRegular", sans-serif;
    text-decoration: none;
    font-size: 15px;
    padding-left: 5px;
}
.menu_control{
    display: block;
    line-height: 20px;
    background-color: rgb(5 158 109);
    color: #fff;
    text-decoration: none;
    text-align: center;
}
.menu_control:hover{
    background-color: #d02f2f;
}
.menu_control:before{
    content: "Alt çeşidlərə bax";
}
.menu_control.open:before{
    content: "Alt çeşidləri göstərmə";
}
.cats.open .sub_cat{
    display: block;
}

/* slider.tpl */
.slider_item{
    display: block;
    position: relative;
}
.slider_item:hover{
    opacity: 0.8;
}
.slider_item img{
    width: 100%;
    display: block;
    z-index: 1;
    height: 350px;
}
.slider_title{
    z-index: 2;
    background-color: #f70000ad;
    color: #fff;
    font-size: 24px;
    line-height: 1.5;
    position: absolute;
    border-radius: 20px 0px;
    top: 0;
    margin: 10px;
    left: 0;
    padding: 10px 20px;
    display: inline-block;
}

.col2{
    width: 50%;
    float: left;
    padding: 0 5px;
}


.left{
    float: left;
    width: 70%;
    padding-right: 20px;
}
.right{
    float: right;
    width: 25%;
}


.tile_bg{
    /* width: 100%; */
    /* height: 100%; */
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* z-index: 0; */
    /* background-size: contain; */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
}
.featured:nth-of-type(1), .featured:nth-of-type(2), .featured:nth-of-type(3){
    width:33.33333%;
}
.tile{
    /* padding-top: 100%; */
    /* 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;
}
.tile_content{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding:0 20px 20px 20px;
    color: #fff;
    z-index: 2;
    overflow: hidden;
}
.tile_title{
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 10px;
    font-family: "RobotoMedium", sans-serif;
}


.speedbar{
    line-height:30px;
    padding: 10px 20px;
    font-size: 14px;
    color: #999;
    border:1px solid #eee;
    margin-bottom: 20px;
}
.speedbar a{
    display:inline-block;
    font-size: 14px;
}
.speedbar a:hover{

}
.mblock{
    margin-bottom:20px; 
    position: relative;
}
.wblock{
    margin: 0 -5px;
}
.block_header{
    line-height: 24px;
    color: #720d6f;
    font-size: 24px;
    margin: 0 0 20px 0;
    font-family: "RobotoMedium", sans-serif;
}
.block_header a{
    color: #222;
    font-size: 24px;
    text-decoration: underline;
}
.block_header a:hover{
    text-decoration: none;  
    color: #ff7f74;
}


/* shortspry.tpl */
.shortstory{
    width: 25%;
    position: relative;
    float: left;
    margin: 0 0 30px 0;
    padding: 0 5px;
}
.shortstory .inner{
    border: 1px solid #61115e;
    padding: 0px;
    background: #fbfbfb;
    height: 422px;
}
.shortstory .inner:hover{
    border: 1px solid #ff7f74;    
}
.shortstory a{
    text-decoration: none;
    color: #fff;
}
.short_img{
    width: 100%;
    position: relative;
    margin: 0 0 5px 0;
}
.short_img img{
    display: block;
    width: 100%;
    height: 270px;
}
.short_data{
    line-height: 20px;
    font-size: 12px;
    color: #777;
    margin: 10px 0 0 0;
}
.short_data a{
    text-decoration: underline;
    font-size: 12px;
    color: #777;
}
.short_data a:hover{
    text-decoration: none;
}
.price_fav{
    min-height: 32px;
}
.short_feedback{
    margin: 10px auto 5px auto;
    position: relative;
    color: #fff;
    text-decoration: none;
    background: #038d61;
    padding: 10px;
    text-align: center;
    display: block;
    border-radius: 3px;
}
.short_feedback:hover img{border: 2px solid #191919;}
.short_title{
    font-size: 18px;
    line-height: 1;
    color: #000000;
    text-decoration: none;
    height: 42px;
    padding: 3px;
    overflow: hidden;
    text-align: center;
}
.shortstory a:hover .short_title{
    color: #8f1390 !important;
}
.shortstory a:hover .short_img{
    opacity: 0.8;
}
.short_price{
    border: 1px solid rgb(3 144 99);
    color: #222;
    line-height: 22px;
    padding: 0 10px;
    margin: 5px;
    border-radius: 10px 0px;
    float: left;
    font-size: 20px;
    font-family: "RobotoMedium", sans-serif;
}
.favorites{
    float: right;
    height: 30px;
    padding: 5px;
}
.favorites a:hover img{
    border: 1px solid #ffca31 !important;
    border-radius: 3px;
    margin: -1px 0 0 -1px;
}
.fav_link{
    float: right;
    text-decoration: underline;
}
.fav_link:hover{    
    text-decoration: none;
    color: #222;
}
.fav_link.del_fav{
    color: #ff7f74;    
}
.label{
    color: #fff;
    background-color: #921292c2;
    padding: 10px;
    min-height: 20px;
    z-index: 999;
    line-height: 20px;
    margin: -10px 0px 0px -10px;
    font-size: 20px;
    position: absolute;
    border-radius: 0px 10px;
    top: 0;
    left: 0;
}
.shortstory.news .tile{
    padding-top: 66.7%;
}
.shortstory.news .tile_bg{
    background-size: cover;
}
.short_text{
    color: #999;
    font-size: 13px;
    line-height: 20px;
    height: 100px;
    overflow: hidden;
    margin-top: 10px;
}



/* Рейтинг */
.ratebox{
    float: right;
    color: #aaa;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
}
.ratebox .rating{
    margin-top: 2px;
}
.ratebox span{
    display: block;
    float: left;
}
.button_rating{
    margin: 0;
    height: 20px;
    float: left;
    width: 16px;
    position: relative;
}
.button_rating:before{ 
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 20px;
    top: 0;
    left: 0;
    opacity: 0.8;
}
.like:before{
    background-position: 0 -380px;
}
.dislike:before{
    background-position: -16px -380px;
}
.button_rating:hover:before{   
    opacity: 1;
}
.ratingtypeplus{
    color: #999;
    padding: 0px 0px 0px 5px;
}
.ratingplus {
  color: #999;
}
.ratingminus {
  color: #f54a5d;
}
.rating-count{
    float: left;
    line-height: 12px;
    height: 12px;
    padding: 3px 0 0 0;
    font-size: 14px;
    font-family: "RobotoMedium", Arial, sans-serif;
}
.rating-count span{
    display: inline-block;
}
.ratingzero {
  color: #999;
}
.ratingtypeplusminus {
  padding: 0px 5px;
  font-family: "RobotoMedium", sans-serif;
}

.header-login{
    height: 40px;
    width: 40px;
    float: right;
    position: relative;
}
.login_btn{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-decoration: none;
    z-index: 2;
    background-color: #999;
}
.login_btn:hover{
    background-color: #333;
}
.login_btn:before{  
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 10px;
    left: 10px;
    opacity: 1;
    background-position: -20px -420px;
}
.login_btn.logged:before{    
    background-position: 0 -420px;
}
.name-login{
    position: relative;
    padding: 10px 20px 10px 0;
    display: inline-block;
    color: #aaa;
    font-size: 14px;
    text-decoration: none;
    line-height: 20px;
    font-family: "RobotoMedium", sans-serif;
}
.name-login:hover{
    color: #ff7f74;
}
.name-login:after{    
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #ff7f74;
    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: #222;
}
.login_block{
    position: absolute;
    right: 0;
    width: 240px;
    background-color: #222;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius: 5px;
    z-index: 999999;
    visibility: hidden;
    opacity: 0;
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
    -moz-transition:  200ms;
    -o-transition:  200ms;
    -webkit-transition:  200ms;
    transition:  200ms;
    color: #fff;
}
.active_login{
    visibility: visible;
    opacity: 1;
    top: 0;
    -moz-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transform: translate(0, 60px);
}

.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: #bbb;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    border-bottom: 1px solid #1a1a1a;
    padding: 0 0 0 20px;
}
.profile_menu li a:hover, .profile_menu li a.profile_link:hover{
    background-color: #333;
    color: #fff;
    text-decoration: none;
}
.profile_menu li a.logout{
    background-color: #fb4d4d;
    border-bottom: 0;
    color: #fff;
    opacity: 0.7;
    -moz-border-radius:0 0 5px 5px;
    -webkit-border-radius:0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.profile_menu li a.logout:hover{
    opacity: 1;
}
.profile_menu li a.profile_link{
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.profile_menu li a i{
    font-style: normal;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #ff7f74;
    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: #ff7f74;
}
.login_form label a:hover{
    color: #505050;
}
.login_form .inp{
    width: 100%;
    border:1px solid transparent;
    height: 40px;
    background-color: #333;
    padding: 0 0 0 10px;
    color: #909090;
    font-size: 14px;
    margin: 0 0 15px 0;
}
.login_form .inp:focus{
    border:1px solid #444;
}
.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 #ff7f74;
    background-color:#ff7f74;
    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: #ff7f74;
}
.reg-link a:hover{
    color: #fff;
}

.social_menu{
    float: right;
}
.soc_login{
    padding: 0 20px 10px 20px;
}
.social-button{
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
}
.soc_login .social-button{
    margin: 0 10px 10px 0;
    background-color: #444;  
}
.social_menu .social-button{
    background-color: #aaa;  
    margin-right: 10px;  
}
.social_login .social-button{
    background-color: #aaa;  
    margin-right: 10px;  
}
.social-button:last-of-type{
    margin-right: 0;
}
.social-button:hover:before{
    opacity: 1;
}
.social-button:before{
    width: 20px;
    height: 20px;
    position: absolute;
    content: "";
    display: block;
    top: 10px;
    left: 10px;
    opacity: 0.5;
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    transition: ease 0.2s all;
}
.icon-fb:before{
    background-position: 0 -160px;
}
.icon-vk:before{
    background-position: -20px -160px;
}
.icon-tw:before{
    background-position: -40px -160px;
}
.icon-gp:before{
    background-position: 0 -180px;
}
.icon-ok:before{
    background-position: -20px -180px;
}
.icon-yt:before{
    background-position: -40px -200px;
}
.icon-mr:before{
    background-position: -40px -180px;
}
.icon-ya:before{
    background-position: 0 -200px;
}
.icon-yt:before{
    background-position: -40px -200px;
}
.icon-rss:before{
    background-position: -20px -200px;
}
/* LOGIN end  */



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

/* FOOTER    */
.footer {
    font-size: 14px;
    background-color: #049c6c;
}
.footer .wrap{
    padding-top:20px;
    padding-bottom:20px;
}
.footer .logo{
    margin: 0 20px 0 0;
}
.footer a{
    text-decoration:none;
    font-size: 15px;
}
.footer a:hover{
    text-decoration:none;
    color: #ff7f74;
}
.copyrights{
    line-height: 20px;
    margin-top: 20px;
}
.about{
    font-size: 13px;
    line-height: 18px;
    padding-bottom:20px;
    color: #999;
}
.about a{    
    font-size:13px;
}
.footer_links{
    float: left;
}
.footer_links ul{
    list-style: none;
}
.footer_links li{
    display: inline-block;
    margin: 0 10px 0 0;
}


/* searchresults.tpl */
.shortresult{
    margin: 0 0 15px 0;
    color: #909090;
    font-size: 16px;
}
.shortresult a, .shortresult b{
    font-size: 16px;
    text-decoration: none;
    font-family: "RobotoMedium", Arial, sans-serif;
}
.shortresult b{
    color: #ff7f74;
}
.searchtable .post_title, .searchtable .sresult{
    margin-left: 5px;
}

/* navigation.tpl */
.navigation-holder{
    text-align: center;
    clear: both;
    margin:20px 0;
    border: 1px solid #eee;
}
.navigation{
    clear:both;
    display: inline-block;
    text-align: center;
    margin-bottom: -4px;
}  
.navigation span, .navigation a, .navigation b{ 
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    font-size:20px;
    float:left;
    font-weight: normal !important;
}
.navigation span, .navigation a{
    padding: 0 13px;
}
.navigation a{
    color:#ff7f74;
    text-decoration: none !important;
    margin:0 1px 0 0;
    font-family: "RobotoMedium", sans-serif;
}
.navigation a:hover{
    text-decoration:none;
    color:#222;
}
.navigation span {    
    text-decoration:none;
    color:#222;
}
.nav_ext{
    margin:0 1px 0 0;
}
.prev{
    float: left;
    display: inline-block;
}
.next{
    float: right;
    display: inline-block;
}
.next a, .prev a{
    text-decoration:none !important;
    display: block;
    line-height: 40px;
}
.next a:hover, .prev a:hover{
    background-color: #eee;
    color: #ff7f74;
}
.prev a:before{
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    background-position: 0 -30px;
}
.next a:before{
    display: block;
    content: "";
    width: 40px;
    height: 40px;
    background-position: 0 -30px;
    transform: rotate(180deg);
}
.prev span, .next span{
    display: none;
}


.post_content, .userinfo{
    font-size: 15px;
    line-height: 1.5;
    color: #222;
    margin: 20px 0;
}
.post_content a, .comment_content a, .userinfo a{
    font-size: 16px;
    color: #ff7f74;
    text-decoration: none;
}
.post_content a:hover, .comment_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:"RobotoMedium", Arial, sans-serif;
    margin-bottom: 5px;
}
.post_content hr{
    background-color:#eee;
    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 #eee;
    font-weight:normal;
    text-align:left;
    vertical-align:middle;
}
.post_content table tr:first-child{
    font-family: "RobotoMedium", 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:'RobotoMedium', Arial, sans-serif;
}
.post_content ul li a{
    color:#ff7f74;
    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: #ff7f74;
    -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:#ff7f74;
    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:#ff7f74;
}
.post_content p{
    margin:0 0 10px 0;
}
.post_content b, .post_content strong{
    font-weight: normal;
    font-family:'RobotoMedium', Arial, sans-serif;
}

/* relatednews.tpl */

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

}
.pm td input[type="checkbox"]{
    vertical-align: middle;
}
.pm_list {
    color: #909090;
}
.pm_list a {
    color: #ff7f74;
    text-decoration:none;
}
.pm_list a:hover{
    color: #222;
}
.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;
}
.pm_sub a{
    color: #ff7f74;
    font-size: 14px;
}

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

.pm_status_content {
    padding: 15px 20px;
    font-size: 14px;
}
/*---прогресс бар---*/
.pm_progress_bar {    
    height:30px;
    width:100%;
    background-color: #151515;
}
.pm_progress_bar span {
    background:#ff7f74;
    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: "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: #ff7f74;
    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 */

td .bbcodes{
    height: 40px;
    line-height: 40px !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;
}

/* Feedback.tpl */
.feedbackta{
    width:400px;
    padding: 5px;
    height: 150px;
}
select[name="recip"]{
    height: 40px;
    padding: 10px;
    line-height: 20px; 
    width: 400px; 
}
select[name="recip"] option{
    line-height: 20px;
}
/* poll.tpl */
.poll{
    margin:20px 0;
    border:1px solid #eee;
    padding: 20px;
}
.poll b{
    font-size:20px;
    line-height:20px;
    color:#ff7f74;
    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: 16px;
    font-family: "RobotoMedium", sans-serif;
    padding: 0 20px;
    line-height: 40px;
    color: #fff;
    border-radius: 4px;
    background-color: transparent;
}
.site_button:active{
    border-color: #222;
    background-color: rgba(0,0,0,1);
}
.site_button:hover{
    color: #fff;
}
.dark_button{    
    color: #222;
    margin: 0 30px 0 0;
    border:2px solid #222;
}
.color_button{
    border: 2px solid #ff7f74;
    color: #ff7f74;
}
.color_button:hover{
    background-color: #ff7f74;
}
.dark_button:hover{
    background-color: #222;
}
/* fullstory.tpl */
.fullstory, .tagscloud{
    width:100%;
    font-size:16px;
    line-height:150%;
    margin-bottom: 20px;
}
.tagscloud a{    
    color:#ff7f74;
}
.post_title{
    font-size:32px;
    color:#222;
    line-height: 100%;
    margin:0 0 20px 0;
    font-family: "RobotoMedium", sans-serif;
}
.post_title h1{
    font-size: 32px;
    line-height: 100%;
}
.full-left{
    width: 45%;
    padding:0 20px 20px 0;
    float:left;
    position:relative;
}
.full-left img.poster{
    width:100%;
}
.full-right{
    width: 55%;
    float:right;
}
.fullimages img{
    float:left;
    margin:-1px 0 0 -1px;
    border:1px solid #ddd;  
}
.fullimages img:hover{
    opacity:0.8;
    border:1px solid #ff7f74;   
}
.fullimages br{
    display:none;       
}
.poplabel{
    position:absolute;
    width:50px;
    height:50px;
    line-height:50px;
    color:#fff;
    font-size:12px;
    text-shadow:0 1px 1px #707070;
    background:url(../images/poplabel.png) no-repeat;
    top:0;
    left:0;
    text-align:center;  
}



.post_info{
    min-height: 20px;
    margin-bottom: 20px;   
}
.post_info_item{
    height: 20px;
    font-size: 15px;
    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: left;
    margin-left: 20px;
}
.post_info_item a{
    color: #ff7f74;
    text-decoration: none;
    font-size: 15px;
}
.post_info_item a:hover{
    color: #222;
}
.transp_text{
    color: transparent;
}
.tags{
    line-height: 30px;
}
.tags b{
    margin: 0 10px 0 0;
    font-family: "RobotoMedium", sans-serif;
}
.tags a{
    color: #ff7f74;
    display: inline-block;
    padding: 0 5px;
    border:1px solid #eee;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
}
.tags a:hover{
    color: #222;
    border-color: #ff7f74;
}


/* addcoments.tpl*/
#comments{
    height: 100px;
}
.addcomment-post{
    color: #909090;
    margin-top:30px;
}
.addcomment-post .social_login{
    margin: 20px 0 15px 0;
}
.addcomment_editor{
    width: 390px;
    min-width: 300px;
    height: 60px;
    min-height: 60px;
}
.ccolor{
    font-style: normal;
	color: #ff7f74 !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;
  background: #e4ecf0;
  margin: 5px 5px 5px 30px;
}
.commentsreplyname {
 padding: 2px; border: 1px solid #bcc0c2;
 width: 200px;
 background: #fff url("../images/fields.png") repeat-x;
}
.comment{
    position: relative;
    padding: 0 0 20px 0;
}
.comment a{
    color:#ff7f74;
    text-decoration:none;
}
.comment a:hover{
    text-decoration:underline;	
    color: #222;
}
.comment_avatar{
    width:50px;
    overflow: hidden;    
    position: absolute;
    top: 0px ;
    left: 0;
}
.comment_avatar img{
    width: 100%;
    display: block;
}
.comment_content{    
    width: 100%;
    padding:0 0 10px 60px;
    font-size: 16px;
    color: #222;
}
.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:#ff7f74;
}
.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;
    padding: 0 0 0 18px;
}
.comment_date:before{
    content: "";
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    background-position: -20px -550px;
    top: 1px;
    left: 0;
}
.comment_author{
    font-family: "RobotoMedium", Arial, sans-serif;
    margin: 0 10px 0 0;
    display: inline-block;
}
.comment_author a{
    font-size: 14px;
}
.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: "RobotoMedium", Arial, sans-serif;
}
.comment_controls a:hover{
    color: #ff7f74;
    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: #eee;
}
.info a{
    color:#ff7f74;
    font-size: 14px;
    text-decoration: none;
}
.info a:hover{
    color: #222;
}

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

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

.userinfo .post_content{
    float: none;
}
.profile_cell{
    width: 50%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    float: left;
    border:1px solid #ddd;
    border-top: 0 !important;
    color: #909090;
    font-size: 20px;
    position: relative;
}
.profile_cell:nth-of-type(2n){    
    border-left:0 !important;
}
.profile_cell a{
    display: block;
    width: 100%;
    height: 100%;
    line-height:50px;
    font-size: 20px;
    text-align: center;
    background-color: rgba(0,0,0,0.1);
    color: #ff7f74;
    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 #eee;
    background-color: transparent;
    color: #ff7f74;
    height: 50px;
    line-height: 50px !important;
    text-decoration: none;
    padding: 0 10px;
    font-family: "RobotoMedium", Arial, sans-serif;
    margin: 0 0 20px 0;
}
.edit_button a:hover{
    background-color: #eee;
    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;
    cellspacing:0;
    border:0;
}
table.fulltable td{
    padding:0 0 15px 0; 
}
table.fulltable tr:last-of-type td{
	padding: 0;
}
.line{
    margin:5px 0;
    padding:5px 15px;
    border:1px solid #e0e0e0;
    background:#fafafa;
    min-height:20px;
    text-align:left;
    font-size:13px;
}
.sline{
    width:140px;
    font-size:16px;
}
.pline{
    width:400px;
    min-height:15px;
    line-height:15px;
    text-align:left;
}
.import{
    color:#ff7f74;
}
.line a{
    color:#ff7f74;
}
.row{
    font-size:13px;
    margin:5px 0;
    padding:5px;
    border:1px solid #eee;
    background:#fafafa;
}
.row a{
    color:#ff7f74;
}
.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:#ff7f74;
}
.userstop a:hover {
    text-decoration: none;
}
.stat{
    color:#707070;
    font-size:13px;
    min-height:15px;
    margin:0 20px 0 20px;
    padding:2px 0 5px 0;
    border-bottom:1px solid #e0e0e0;
    font-family: "RobotoMedium", Arial, sans-serif;
}
.stat span{
    float:right;
    font-weight:normal;
}
.stat a{
    font-size:13px;
    text-decoration:none;
}
.h-row{
    color:#505050;
    background:#f1f1f1;
    font-family: "RobotoMedium", Arial, sans-serif;
    padding:0 0 0 15px;
    margin:10px 0 0 0;
    line-height: 30px;
}
 textarea, .txsh, .input1, .input2, .input3, .input4, .xfields input[type="text"], input.default, select{
    line-height:20px;
    background:#fff;    
    -webkit-transition:all 0.2s ease;
    -moz-transition:all 0.2s ease;
    transition: ease 0.2s all;
    padding:0 10px;
    color: #303030;
    font-size:16px;
    border: 1px solid #ddd;
}
.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:400px ;  
}
.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:#ff7f74;
    border:1px solid #ddd;
    margin: 0 0 10px 0;
}
#totop{
    width:60px;
    height: 30px;
    background-color: #ff7f74;
    background-position: center -1040px;
    text-align:center;
    position:fixed;
    bottom:20px;
    right:20px;
    cursor:pointer;
    display:none;
    opacity: 0.6;
    z-index: 10;
}
#totop:hover{
    opacity: 1;
    height: 60px;
}
#totop:hover .uptext{
    visibility: visible;
    opacity: 1;
}
.uparrow{
    width:20px;
    margin: 10px auto;
    height: 10px;
    background-position: 0 -400px;
}
.uptext{
    color: #fff;
    font-size: 12px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    margin: 10px 0;
    visibility: hidden;
    opacity: 0;
}
.attachment{
    position: relative;
    padding:0 0 0 10px;
    line-height:16px;
    color: #909090;
    font-size: 14px;
}
.attachment a{
    font-family: "RobotoMedium", Arial, sans-serif;
    text-decoration: none;
}
.attachment a:hover{
    color: #fff;
}
.attachment:before{
    content: "";
    display: inline-block;
    position: relative;
    top: 3px;
    left: 0;
    width: 20px;
    height: 20px;
    background-position: 0 -500px;
}
/*! Social Likes v3.0.4 by Artem Sapegin - http://sapegin.github.com/social-likes - Licensed MIT */
.social-likes,.social-likes__widget{
    vertical-align:middle!important;
    word-spacing:0!important;
    text-indent:0!important;
    list-style:none!important;
    color: #fff;
}
.social-likes_visible{
    opacity:1;
    -webkit-transition:opacity .1s ease-in;
    transition:opacity .1s ease-in;
}
.social-likes>*{
    visibility:hidden;
    }
.social-likes_vertical>*{
    display:block;
    }
.social-likes_visible>*{
    visibility:inherit;
}
.social-likes__widget{
    position:relative;
    white-space:nowrap;
}
.social-likes_vertical .social-likes__widget{
    display:block;
    float:left;
    clear:left;
}
.social-likes__button,.social-likes__icon,.social-likes__counter{
    text-decoration:none;
    text-rendering:optimizeLegibility;
}
.social-likes__button,.social-likes__counter{
    display: block;
    margin:0;outline:0;
}
.social-likes_vertical .social-likes__widget{
    display:block;
}
.social-likes_notext .social-likes__button{
    padding-left:0;
}
.social-likes_single-w{
    position:relative;
    display:inline-block;
}
.social-likes_single{
    position:absolute;
    text-align:left;
    z-index:99999;
    visibility:hidden;
    opacity:0;
    -webkit-transition:visibility 0 .11s,opacity .1s ease-in;transition:visibility 0s .11s,opacity .1s ease-in;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.social-likes_single.social-likes_opened{
    visibility:visible;
    opacity:1;
    -webkit-transition:opacity .15s ease-out;
    transition:opacity .15s ease-out;
}
.social-likes__button_single{
    position:relative;
}
@font-face{
    font-family:"social-likes";
    src:url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff");
    font-weight:400;
    font-style:normal;
}
.social-likes__icon:before{
    content:"";
    position: relative;
    width: 20px;
    color: #fff;
    font-size: 16px;    
}
.social-likes__icon_facebook{
    background-color: #fff;
}
.social-likes__icon_facebook:before{
    content:"\f101";
    color: #4862a3;
    margin: 0 -1px 0 -5px;
}
.social-likes__icon_github:before{
    content:"\f102";
}
.social-likes__icon_mailru:before{
    content:"\f103";
}
.social-likes__icon_odnoklassniki:before{
    content:"\f104";
}
.social-likes__icon_pinterest:before{
    content:"\f105";
}
.social-likes__icon_plusone:before{
    content:"\f106";
}
.social-likes__icon_single:before{
    content:"\f107";
}
.social-likes__icon_twitter:before{
    content:"\f108";
}
.social-likes__icon_vkontakte:before{
    content:"\f109";
}
.social-likes{
    -webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);  
}
.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 10px 0;
    border-radius: 4px;
}
.social-likes__widget:hover{
    opacity:0.8;
}
.social-likes__button,.social-likes__counter{
    height: 40px;
    padding: 0 10px 0 0;
    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;
}
        .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: 4px;
                }
                .social-likes__icon_facebook{
                    top: -2px;
                }
				.instagram-media, .twitter-tweet {display: inline-block !important;}



				.short_feedback img {
    border-radius: 5px 0px;
    margin-bottom: 10px;
}


article.shorttek.cf {
    position: relative;
    float: left;
    margin: 0 0 10px 0;
    padding: 0 5px;
    border: 1px solid #ccc;
}

.favorites img {
    border-radius: 10px 0px;
}

.full-left img {
    width: 100%;
}

.kdmd {
    text-align: center;
}


 .tsvr {
    font-size: 21px;
    background: #c7c7c7;
    margin-bottom: 15px;
    padding: 0px 10px;
    border-radius: 10px 0px;
}

.labelmns {
    position: absolute;
    background: #f70000ad;
    padding: 10px;
    color: #fff;
    bottom: 0px;
    right: 0px;
    border-radius: 20px 0px 20px 0px;
    margin: 20px;
    font-size: 50px;
}