/*
 * Visual compatibility layer: InstantCMS 2.12.2 -> 2.18.2
 * Preserves the previous site appearance without replacing new CMS files.
 */

/* === Original 2.12.2: theme-layout.css === */
/* Global =================================================================== */

html, body{
    width: 100%;
    height: 100%;
}

body {
    background-color:#fafafa;
    margin:0;
    padding:0;
}

/* Wrapper ================================================================== */

#layout{
    width: 1200px;
    margin: 0 auto;
    will-change: blur;
   
}
#popup-manager.popup-show + #layout, .wrap_blur {
    -webkit-filter:blur(2px);
    -moz-filter:blur(2px);
    -ms-filter:blur(2px);
    -o-filter:blur(2px);
    filter:blur(2px);
}
/* Header =================================================================== */

#layout header{
    height: 50px;
    line-height: 50px;
    padding: 5px 15px;
    background-color:#FFA726;
}

#layout header #logo a, #layout header #logo > span{
    display: block;
    float: left;
    width: 180px;
    height: 25px;
        background-repeat: no-repeat;
        
    
}
#layout header #logo a, #layout header #logo > span{
    margin-top:15px;
    
}
.lg {margin-top:5px;}
@media screen and (max-width: 600px) {
    .lg {margin-top:15px!important; width:70%;}
}


/* Header Navigation ======================================================== */

header .menu,
header .menu li { margin:0; padding:0; list-style: none; background:none; }

header .menu {
    float:right;
    position: relative;
    z-index: 15;
    height: 30px;
    line-height: 30px;
    padding-top:10px;
}

header .menu .item{
    
}

header .menu > li {
    float: left;
    padding-left:5px;
}

header .menu > li > a {
    display: block;
    padding: 0 5px;
    text-decoration: none;
    font-size: 0.9em;
    color:#000;
    border-bottom:1px solid #000;
}
header .menu > li > a span.wrap > span.counter {
    margin: 0 0 0 5px;
}
header .menu > li > a span.wrap > span.counter:before {
    content: '(';
}
header .menu > li > a span.wrap > span.counter:after {
    content: ')';
}
header .menu > li > a:hover {
    color:#444;
}

header .menu > li.active > a { color:#F5CF53; }
header .menu > li.active > a:hover { color:#F5CF53; }
header .menu > li.active > ul a:hover { color:#EEE; }

header .menu ul li a,
header .menu li.active ul li a {
    text-shadow: none;
    text-decoration: none;
    padding-right: 10px;
    font-size: 12px;
}

header .menu li ul li.active a{ color:#F5CF53; }
header .menu li ul li.active a:hover { color:#F5CF53; }

header .menu li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

header .menu ul {
    visibility: hidden;
    position: absolute;
    top: 99%;
    left: -15px;
    z-index: 598;
    width: 100%;
    box-shadow: 0 1px 1px #000;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

header .menu ul li {
    float: none;
    border-bottom: solid 1px #224674;
    background-color: #224674;
    color: #FFF;
}

header .menu ul li:last-child {
    border-bottom: none;
}

header .menu ul li a {
    display: block;
    height:30px;
    line-height:30px;
    color:#A3CAE0;
}

header .menu ul li:hover > a { background-color: #224674; color: #FFF; }

header .menu ul ul {
    top: 0px;
    left: 90%;
}

header .menu li:hover > ul {
    visibility: visible;
}

header .menu ul { width:250px; }

header .menu ul li:last-child,
header .menu ul li:last-child a {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

header .menu ul li:first-child,
header .menu ul li:first-child a {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

header .menu > .folder a {
    padding-right: 8px;
}

/* Main Navigation =========================================================== */

nav {
    background: #444444;
    padding: 0;
    margin-bottom: 0px;
    min-height:95px;

}

nav .menu,
nav .menu li,
nav .menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav .menu2,
nav .menu2 li,
nav .menu2 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav .menu3,
nav .menu3 li,
nav .menu3 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav .menu {
   position: relative; z-index: 5; float: left;
   background:#444444;
   padding:5px 5px 0px 5px;
}



nav .menu2 {
   position: relative; z-index: 5; float: left;
   background:#444444;
   padding:5px 5px;
}

nav .menu3 {
   position: relative; z-index: 5; float: left;
   background:#444444;
   padding:5px 5px 0px 10px;
   clear:both;
}

nav .menu .item{
    background-image:none !important;
}

nav .menu2 .item{
    background-image:none !important;
}
nav .menu3 .item{
    background-image:none !important;
}

nav .menu > li {
    float: left;
    background:#FFA726;
    background:linear-gradient(to top, #FFA726, #FFA726)!important;
    padding: 0.5em 1em;
    margin:0.5em;
    border-radius:0.2em;
}

nav .menu2 > li {
    float: left;
    background:#ffc000;
    background:linear-gradient(to top, #ffc060, #ffd55d)!important;
    padding: 0.5em 1em;
    margin:0.5em;
    border-radius:0.2em;
}

nav .menu3 > li {
    float: left;
   padding: 0px 5px;
    margin-bottom:5px;
    font-size:0.8em;
}

nav .menu > li:first-child {
    background:none;
}

nav .menu > li > a {
    display: block;
    color:#444;
    text-decoration: none;
  }

nav .menu > li:hover {
    float: left;
    background:#27ae60;
    background:linear-gradient(to top, #27ae60, #38d279)!important;
    border-radius:5px;
}

nav .menu > li.active {
     background:#e2e8e2!important;
    background:linear-gradient(to top, #e2e8e2, #ffffff)!important;
    border-radius:0.2em;
    color:white!important;
}


nav .menu2 > li > a {
    display: block;
    color:#444;
    text-decoration: none;
  }
  
  
nav .menu3 > li > a {
    display: block;
    color:lightgray;
    text-decoration: none;
  }
  
nav .menu2 > li:hover {
    float: left;
   background:#27ae60;
    background:linear-gradient(to top, #27ae60, #38d279)!important;
    border-radius:5px;
    color:black!important;
} 
nav .menu3 > li > a:hover {
    display: block;
    color:white;
    text-decoration: none;
  }
  

nav .menu2 > li.active {
    background:#e2e8e2!important;
    background:linear-gradient(to top, #e2e8e2, #ffffff)!important;
    border-radius:5px;
    color:white!important;
}

nav .menu2 > li.active > ul a:hover { color:#000; }
nav .menu2 li.active ul li a {
    color: #000;
    text-shadow: none;
    text-decoration: none;
    padding: 0 10px;
}


nav .menu3 > li:hover {
    float: left;
  }

nav .menu3 > li.active {
   color:white!important;
  
}


nav .menu3 > li.active > ul a:hover { color:#000; }
nav .menu3 li.active ul li a {
    color: #fff;
    text-shadow: none;
    text-decoration: none;
    padding: 0 10px;
    
    
}


nav .menu > li.active > a:hover {  }
nav .menu > li.active > ul a:hover { color:#000; }

nav .menu ul li a,
nav .menu li.active ul li a {
    color: #000;
    text-shadow: none;
    text-decoration: none;
    padding: 0 10px;
}

nav .menu li ul li.active > a{ color:#2980B9; }
nav .menu li ul li.active > a:hover { color:#2980B9; }

nav .menu ul li:hover > a { background-color: #DAE9FA; }

nav .menu li:hover {
    position: relative;
    z-index: 599;
    cursor: default;
}

nav .menu ul {
    visibility: hidden;
    position: absolute;
    top: 98%;
    left: 0;
    z-index: 598;
    width: 100%;
    box-shadow: 0 1px 1px #000;
}

nav .menu ul li {
    float: none;
    border-bottom: solid 1px #DAE9FA;
    background-color: #f9f9f9;
    color: #000;
}

nav .menu ul li:last-child {
    border-bottom: none;
}

nav .menu ul li a {
    display: block;
    height:30px;
    line-height:30px;
    overflow: hidden;
}

nav .menu ul ul {
    top: 0px;
    left: 99%;
}

nav .menu li:hover > ul {
    visibility: visible;
}

nav .menu ul { width: 200px; margin-top: 1px; }

nav .menu ul li:last-child,
nav .menu ul li:last-child a {
}

nav .menu ul li:first-child,
nav .menu ul li:first-child a {
}

nav .menu > .folder > a {
    padding-right: 8px;
}

nav .menu > .folder > a > .wrap {
    padding-right: 20px;
    background: url("../images/nav-arrow-down-white.png") no-repeat right center !important;
}

nav .menu ul *.folder > a {
    padding-right: 15px;
    background-image: url("../images/nav-arrow-right.png") !important;
    background-position: 100% 50%;
    background-repeat: no-repeat;
}

nav select { display: none; }

/* Body ===================================================================== */

#body{
}

/* Breadcrumbs ============================================================== */

#breadcrumbs { margin:-20px; margin-bottom: 20px; background:#ecf0f1; padding:5px 5px; position: relative; }

#breadcrumbs ul, #breadcrumbs li { margin:0; padding:0; list-style: none; }

#breadcrumbs ul{
    overflow: hidden;
    padding:5px  0px 5px 10px;
    position: relative;
}
#breadcrumbs > ul:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background: -moz-linear-gradient(left,  rgba(236,240,241,0.1) 0%, rgba(236,240,241,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(236,240,241,0.1) 0%,rgba(236,240,241,1) 100%);
    background: linear-gradient(to right,  rgba(236,240,241,0.1) 0%,rgba(236,240,241,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aecf0f1', endColorstr='#ecf0f1',GradientType=1 );
    width: 50px;
    height: 100%;
}
#breadcrumbs ul li {
    font-size: 0.8em;
    color: #2c3e50;
    display: table-cell;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border-spacing: 0;
    vertical-align: middle;

}

#breadcrumbs ul li a {
    color:#2c3e50;
    text-decoration: none;
    border-bottom:1px solid lightgray;
}

#breadcrumbs ul li a:hover {
    color:#34495e;
    text-decoration: none;
    border-bottom:1px solid #27ae60;
}

#breadcrumbs ul li.sep {
    padding:0 10px;
    width: 5px;
    background: url("../images/nav-arrow-right-light.png") no-repeat center center;
}

#breadcrumbs ul li.home {
    width: 15px;
}

#breadcrumbs ul li.home a {
    display:block;
    width:16px;
    height:32px;
    background: url("../images/nav-home.png") no-repeat left center;
}

/* Section ================================================================== */

#body section{
    float:left;
    width:730px;
}

#body section article {
    padding: 20px;
    background:#FFF;
    margin-bottom: 0px;
    position: relative;
    z-index: 0;
}

#body section h1{
    
}

#body section h1 + .parent_title{
    
}
.item_group_title {
    background: url("../images/icons/group.png") no-repeat left center;
    padding: 0 0 0 25px;
}
/* Sidebar ================================================================== */

#body aside{
    float:right;
    width:240px;
    margin-bottom: 10px;
}

/* Sidebar Navigation ======================================================= */

#body aside .menu, #body aside .menu li,
#body section .menu, #body section .menu li
{ margin:0; padding:0; list-style: none; display: block; }

#body aside .menu ul,
#body section .menu ul{
    border: solid 1px #EDEDED;
    border-bottom: none;
}

#body aside .menu {
    margin:-15px;
}

#body aside .menu li ul {
    visibility: hidden;
    position:absolute;
    top:-1px;
    left: auto;
    right: 91%;
    width:220px;
    box-shadow: 0 1px 2px #666;
    z-index: 999;
}

#body aside .menu li {
    border-bottom: solid 1px #ecf0f1;
}

#body aside .menu li:hover,
#body aside .menu li.active,
#body section .menu li:hover,
#body section .menu li.active {
    position: relative;
    z-index: 2;
    cursor: default;
    background: #ecf0f1;
}
#body aside .menu li:last-child {
    border-bottom: none;
}
#body aside .menu li:hover > ul {
    visibility: visible;
}
aside .menu .item, section .menu .item {
  
}
#body aside .menu li.active .item,
#body section .menu li.active .item {
    color:#000;
}
#body aside .menu a,
#body aside .menu span.item,
#body section .menu a,
#body section .menu span.item {
    overflow: hidden;
    display:block;
    color:#222;
    text-decoration: none;
    padding:5px 0px;
    padding-left:0px;
}

#body aside .menu a:hover {
    color:#000;
}

#body aside .menu .counter,
#body section .menu .counter{
    float:right;
    padding: 0px 7px;
    background: #376499;
    border-radius: 50px;
    font-size: 11px;
    color: white;
}

#body aside .menu li:hover .counter,
#body section .menu li:hover .counter{
    background:#BDC3C7;
}

/* Footer =================================================================== */

#layout footer{
    background: #fff;
    color:#424242;
    padding: 0px;
    clear:both;
}

#layout footer ul, #layout footer li {
    margin: 0; padding: 0 5px; list-style: none;
}

#layout footer ul {
    overflow: hidden;
}

#layout footer ul li {
 
    float:left;
    margin-right: 15px;
    padding: 20px 15px;
}

#layout footer ul li:last-child { margin:0; }


#layout footer a { color: #424242;
    border-bottom: 1px solid lightgray;
    text-decoration: none}
#layout footer a:hover { color:#424242; }

#layout footer span.item { padding:0 10px; border-left: solid 1px #7f8c8d; }

/* Footer SQL Debug ======================================================== */

#debug_block{
    display:none;
}

.queries_wrap .query{
    padding:10px;
    margin:10px;
    background:#FFF;
    border:solid 1px #DDD;
}

.queries_wrap .query .src{
    font-size:12px;
    color:#999;
}
.queries_wrap .query .debug_data{
    margin-top:4px;
}
.queries_wrap .query_time {
    color: #999;
    font-size: 12px;
    margin: 4px 0 0;
}
.queries_wrap .red_query {
    color: #c0392b;
}
.queries_wrap .green_query {
    color: #27ae60;
}
#debug_widget.tabs-menu > ul {
    border-bottom: none;
    height: 32px;
    background: #B3C2C9;
    min-width: 600px;
}
#debug_widget.tabs-menu .tabbed li {
    background: none;
}
#debug_widget.tabs-menu .tabbed li a {
    border: none;
}
#debug_widget.tabs-menu .tabbed li a:not(:hover) {
    color: #EFEFEF;
}
#debug_widget.tabs-menu .tabbed li.active a, #debug_widget.tabs-menu .tabbed li.active a:hover {
    border: none;
    margin: 0;
    color: #495358;
}
#debug_widget ol {
    padding: 0;
    margin: 0;
}

/* Footer Navigation ======================================================== */

#layout footer #nav {
    float:right;
    margin-right: 0;
}

/* Site offline notice ====================================================== */

#site_off_notice{
    position: fixed;
    left:15px; top:15px;
    padding:5px 10px;
    padding-left:28px;
    background: url("../images/icons/error.png") no-repeat 8px center #FFF;
    border:solid 1px red;
    color:red;
}
.modal_padding {
    padding: 10px;
    box-sizing: border-box;
    min-width: 460px;
}
.modal_padding h3, .modal_padding h2  {
    margin-top: 5px;
    white-space: nowrap;
}

.width_480 {
    width: 480px;
}
/* Media Queries ============================================================ */

@media screen and (max-width: 980px) {
    #body section { width:100% !important; }
    #body aside {
        float: none !important;
        overflow: hidden;
        width: 100%;
        clear: both;
    }
    #body section article{
         padding: 10px;
    }
    #breadcrumbs {
    margin: -10px;}
}

/* === Iteration 2: clean white surfaces and fluid responsive layout === */
html,
body {
    width: 100%;
    min-width: 0;
    background-color: #fff !important;
    background-image: none !important;
}

#layout {
    width: min(1200px, 100%) !important;
    min-width: 0 !important;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
}

#layout > header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff !important;
    background-image: none !important;
}

#layout > nav,
#layout > nav .menu,
#layout > nav .menu > li,
#layout > nav .menu > li > a {
    background-image: none !important;
}

#layout > nav {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff !important;
    border-top: 1px solid #e4e8eb;
    border-bottom: 1px solid #e4e8eb;
}

#layout > nav .menu {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff !important;
}

#layout > nav .menu > li {
    width: auto;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    background-color: #fff !important;
}

#layout > nav .menu > li > a {
    width: auto;
    background-color: #fff !important;
    color: #34495e !important;
    border: 0;
    border-bottom: 3px solid transparent;
}

#layout > nav .menu > li.active > a,
#layout > nav .menu > li > a:hover {
    color: #2980b9 !important;
    border-bottom-color: #f5a623;
}

#body {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    background: #fff !important;
}

#body > section {
    flex: 1 1 auto;
    width: auto !important;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

#body > aside {
    flex: 0 1 250px;
    width: 250px;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

article,
#controller_wrap,
.content_item,
.content_list,
.content_list_item,
.widget,
.widget .body {
    max-width: 100%;
    box-sizing: border-box;
}

img,
video,
iframe,
embed,
object {
    max-width: 100%;
    height: auto;
}

table {
    max-width: 100%;
}

@media screen and (max-width: 980px) {
    #layout {
        width: 100% !important;
        padding-right: 10px;
        padding-left: 10px;
    }

    #layout > header {
        flex-wrap: wrap;
    }

    #layout > nav .menu > li {
        flex: 1 1 220px;
    }

    #layout > nav .menu > li > a {
        display: block;
        width: 100%;
        box-sizing: border-box;
    }

    #body {
        flex-direction: column;
        gap: 12px;
    }

    #body > section,
    #body > aside {
        float: none !important;
        flex: 1 1 auto;
        width: 100% !important;
    }

    #breadcrumbs {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        overflow-x: auto;
        overflow-y: hidden;
    }

    #breadcrumbs > ul {
        width: max-content;
        min-width: 100%;
    }

    .content_item .right_field,
    .content_item .left_field {
        float: none !important;
        width: 100% !important;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .content_item .right_field img,
    .content_item .left_field img {
        display: block;
        width: auto;
        max-width: 100%;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 560px) {
    #layout {
        padding-right: 6px;
        padding-left: 6px;
    }

    #layout > header #logo {
        max-width: 55%;
    }

    #layout > header #widget_pos_header {
        max-width: 100%;
    }

    #layout > nav .menu {
        display: block;
    }

    #layout > nav .menu > li,
    #layout > nav .menu > li > a {
        width: 100%;
    }

    article,
    #controller_wrap {
        padding-right: 10px;
        padding-left: 10px;
    }

    .content_item .field {
        max-width: 100%;
    }

    .content_item .field .title_left,
    .content_item .field .value {
        box-sizing: border-box;
        max-width: 100%;
    }
}

@media screen and (max-width: 800px) {
    #body section { width:100% !important; }
    nav { height:auto; }
    nav .menu { display:block; width:100%; padding:0px; }
    nav .menu2 { display:block; width:100%; padding:0px; }
    nav .menu3 { display:block;   }
    .ft_navigation > .value{clear: both;
        
    }
    nav select {
        position: relative;
        display: none;
        background: transparent;
        border: 0;
        box-shadow: none;
        color: #FFF;
    
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 28px;
        line-height: 20px;
        background: url(../images/icons32/menu-icon.svg) no-repeat center right;
    }
    nav select option {
        color: #333;
        background: #FFF;
        transition: all 0.3s ease;
    }
    #layout footer #info { display: none !important; }
}

@media screen and (max-width: 640px) {
    .content_item .ft_images .first_type_images:first-child {
        float: none;
        clear: both;
        margin-bottom: 10px;
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .filter-panel .fields .field:nth-child(odd), .filter-panel .fields .field:nth-child(even){
        float: none !important;
        width: 100%;
        margin-bottom: 10px;
    }
    .content_item .ft_images .first_type_images:first-child > img {
        width: 100%;
    }
  
    .tabs-menu > ul { display:none; }
    .tabs-menu select { display:block !important; }
    .widget > .title {  }
    .widget > .title .links { display:none; }
    .content_item .ft_image { float:none !important; }
    .modal_padding {
        padding: 10px;
        box-sizing: border-box;
        min-width: 320px;
    }
    #layout header #logo a, #layout header #logo > span{
    display: block;
    float: left;
    width: 120px;
    height: 15px;
        background-repeat: no-repeat;
        margin-top:20px;
        
    }
    
}

@media screen and (max-width: 480px) {
    #layout footer #nav { display: none !important; }
    #breadcrumbs ul li:last-child {
        display: none;
    }
    h1 {
        font-size: 1.6em;
        line-height:1.2em;
    }
    .content_list.featured .first .photo, .content_list.featured .first .fields, .content_list.tiled.albums_list .tile  {
        width: 100% !important;
    }
    .content_list_item.second .photo, .content_list_item.second .first {
        float: none !important;
        margin-right: 0 !important;
    }
    .content_list.featured .first .ft_caption a {
        font-size: 21px !important;
    }
    .content_list_item .ft_caption .value {
        font-size: 18px !important;
    }
      #layout header #logo a, #layout header #logo > span{
    display: block;
    float: left;
    width: 120px;
    height: 20px;
        background-repeat: no-repeat;
        margin-top:20px;
      }
    
}
/* === Original 2.12.2: theme-gui.css === */
/* Session messages ========================================================= */

.sess_messages {
    margin-bottom:10px;
}

.sess_messages div{
    padding:10px;
    padding-left:30px;
    background:#f9f9f9;
    line-height:16px;
    margin-bottom:2px;
    color: #FFF;
}

.sess_messages div a { color:#ecf0f1; }
.sess_messages div a:hover { color:#d35400; }

.sess_messages .message_info {
    background:url("../images/icons/info.png") no-repeat 10px center #2980b9;
}
.sess_messages .message_success {
    background:url("../images/icons/accept.png") no-repeat 10px center #27ae60;
}
.sess_messages .message_error {
    background:url("../images/icons/error.png") no-repeat 10px center #e74c3c;
}
.sess_messages .message_info_in_page {
    color: #555;
    padding: 10px 15px;
}
.ui_message {
    padding: 15px;
    margin-bottom: 20px;
    background-color: #E4F1FE;
    border-color: #2980b9;
    border-width: 1px;
    border-style: solid;
    border-left-width: 10px;
    color: #555;
}
.ui_message.ui_warning {
    background-color: #FDE3A7;
    border-color: #f39c12;
}
.ui_message.ui_error {
    background-color: #F1A9A0;
    border-color: #e74c3c;
}
#alert_wrap {
    box-sizing: border-box;
    overflow: hidden;
    width: 320px;
}
#alert_wrap .ui_message {
    margin-bottom: 0;
}
/* Indicators =============================================================== */

.loading{
    padding-left: 20px;
    background:url("../images/loader16.gif") no-repeat left center;
}

.loading-icon{
    display:block;
    width:16px;
    height:16px;
    background:url("../images/loader16.gif") no-repeat left center;
}

.loading-panel{
    background:url("../images/loader24.gif") no-repeat center center;
}

.is_private, .is_closed {
    display: inline-block;
    cursor: help;
    width:16px;
    height:16px;
    background:url("../images/icons/eye.png") no-repeat;
}
.content_list_item .is_private, .widget_content_list .is_private, .content_list .is_private,
.content_list_item .is_closed, .widget_content_list .is_closed {
    height:14px;
}

.is_closed{
    background:url("../images/icons/lock.png") no-repeat;
}

.is_online{
    background: #40d47e;
    color: #FFF;
    font-size: 11px;
    line-height: 15px;
    padding: 1px 6px;
    border-radius: 4px;
    display: inline-block;
}

/* Menu icons =============================================================== */



/* Misc icons =============================================================== */

.medal-icon-16{ width:16px; height:32px; }
.medal1-16 { background:url("../images/icons/medal_gold.png") no-repeat center center; }
.medal2-16 { background:url("../images/icons/medal_silver.png") no-repeat center center; }
.medal3-16 { background:url("../images/icons/medal_bronze.png") no-repeat center center; }

.medal-icon-32{ width:32px; height:64px; }
.medal1-32 { background:url("../images/icons32/medal_gold.png") no-repeat center center; }
.medal2-32 { background:url("../images/icons32/medal_silver.png") no-repeat center center; }
.medal3-32 { background:url("../images/icons32/medal_bronze.png") no-repeat center center; }

/* Misc Icons =============================================================== */

.medal-icon-16{ width:16px; height:32px; }
.medal1-16 { background:url("../images/icons/medal_gold.png") no-repeat center center; }
.medal2-16 { background:url("../images/icons/medal_silver.png") no-repeat center center; }
.medal3-16 { background:url("../images/icons/medal_bronze.png") no-repeat center center; }

.medal-icon-32{ width:32px; height:64px; }
.medal1-32 { background:url("../images/icons32/medal_gold.png") no-repeat center center; }
.medal2-32 { background:url("../images/icons32/medal_silver.png") no-repeat center center; }
.medal3-32 { background:url("../images/icons32/medal_bronze.png") no-repeat center center; }

/* Pills Menu =============================================================== */

.pills-menu,
.pills-menu li,
.pills-menu-small,
.pills-menu-small li{
    margin:0; padding:0; list-style:none;
}

.pills-menu{
    margin-bottom:0px;
}

.pills-menu,
.pills-menu-small {
    overflow:hidden;
    clear:both;
}

.pills-menu li,
.pills-menu-small li {
    float:left;
    padding:0 10px;
    border-radius: 3px;
    background: #ECF0F1;
}

.pills-menu li {
       margin-right: 10px;
    margin-bottom: 10px;
}

.pills-menu-small li {
    height:24px;
    line-height:24px;
    font-size:14px;
    margin-right: 6px;
}

.pills-menu li.active,
.pills-menu-small li.active{
    background:#34495E;
    color:#FFF;
}

.pills-menu li a,
.pills-menu-small li a { color:#7f8c8d; text-decoration: none; }
.pills-menu li a:hover,
.pills-menu-small li a:hover { color:#d35400; }

.pills-menu li.active a,
.pills-menu-small li.active a { color:#FFF; }

.pills-menu li .counter,
.pills-menu-small li .counter { color:#BDC3C7; font-size:11px; }

.pills-menu li.active .counter,
.pills-menu-small li.active .counter { color:#A3CAE0; }

/* Tabs Menu =============================================================== */

.tabs-menu{
    margin-bottom: 20px;
    position:relative;
    clear: both;
}

.tabs-menu ul,
.tabs-menu li {
    margin:0; padding:0;
    list-style:none;
}

.tabs-menu > ul {

    clear:both;
    margin-top:30px;
}

.tabs-menu .tabbed li {
    float:left;
    margin-right: 25px;
    background:#FFF;
}

.balance-info{
clear:both;
padding-top:25px;
    
}

.tabs-menu .tabbed li a {
    text-decoration: none;
font-size:1.6em;
}

.tabs-menu .tabbed li a {
    color:#95a5a6;
}

.tabs-menu .tabbed li a:hover {
    
    color:#34495e;
}

.tabs-menu .tabbed li.active a,
.tabs-menu .tabbed li.active a:hover {
    cursor:default;
    
    
    border-bottom: none;
 
   
}

.tabs-menu li a .counter {
    color:#34495e;
    font-size:0.5em;
    margin-top:-15px;
}

.tabs-menu li.more > .item {
    padding-right:5px;
}

.tabs-menu li.more > .item > span {
    background-image: url("../images/icons/bullet_arrow_down.png");
    background-repeat:no-repeat;
    background-position: right center;
    padding-right:18px;
}

.tabs-menu li.active a .counter { color:#68809B; }
.tabs-menu li a:hover .counter { color:#68809B; }

.tabs-menu li.folder > ul {
    visibility:hidden;
    position:absolute;
    border: solid 1px #B3C2C9;
    float:none;
    margin-top:-1px;
    margin-left: 1px;
    z-index:1500;
}

.tabs-menu li.folder > ul li {
    border:none;
    width:100%;
    float:none;
}

.tabs-menu li.folder > ul li a{
    border:none;
    border-radius: 0;
    width:100%;
    padding:0;
}

.tabs-menu li.folder > ul li a:hover {
    color:#34495e;
    border:none !important;
}

.tabs-menu li.folder > ul li a span{
    padding:0 10px;
}

.tabs-menu li.folder:hover > ul {
    visibility:visible;
}

.tabs-menu > select { display:none; }

.controller_actions_menu {
    float: right;
    position: relative;

}
#body .controller_actions_menu ul.menu {
    display: none;
    position: absolute;
    z-index: 1;
    width: 300px;
    right: 0;
    border: 1px solid #dfe6ed;
    box-shadow: 0 1px 3px rgba(0,0,0,.1);
}
#body .controller_actions_menu ul.menu li {
    padding: 3px 0;
    line-height: 16px;
}
.group_menu_title {
    background-color: #e5ebf1;
    background-image: url(../images/icons/menu.png);
    background-repeat: no-repeat;
    background-position: center right 11px;
    border-radius: 2px;
    color: #55677d;
    padding: 11px 39px 11px 16px;
    cursor: pointer;
    display: block;
}
.group_menu_title.loading {
    background-image: url(../images/loader16.gif);
}
.group_menu_title:hover, #body .controller_actions_menu > input:checked + .group_menu_title {
    background-color: #dfe6ed;
    border-radius: 2px 2px 0 0;
}
.controller_actions_menu > input { display:none; }
#body .controller_actions_menu > input:checked + label + ul.menu {
    display: block;
}
#body section .list_actions_menu .menu a {
    padding: 4px 10px;
    font-size: 14px;
}
.list_actions_menu .group_menu_title {
    padding: 0;
    display: block;
    width: 38px;
    height: 28px;
    margin: 0 0 0 10px;
}
/* Panels =================================================================== */

.gui-panel {
    background: #fffceb;
    margin: 0px 0px 0px 0;
    padding:15px;
    color: darkgray;
    box-sizing: border-box;
    clear: both;
}

.gui-panel h3 {
    margin-top:0;
    margin-bottom: 5px;
}

.filter-panel {
    padding:0;
}

.filter-panel .filter-link a {
    display:block;
    padding:5px 5px;
    padding-left:20px;
    text-decoration: none;
    color: #222;
}

.filter-panel .filter-link a:hover {
    background-color:#f4fafc;
}

.filter-panel .filter-link a span {
    padding-right:20px;
    border-bottom:1px solid lightgray;
    background:url("../images/icons/search3.png") no-repeat right center;
}

.filter-panel .filter-container {
    padding:15px;
    box-sizing: border-box;
    clear: both;
    position: relative;
}

.filter-close {
    font-size: 0.9em;
    line-height: 0.9em;
    position: absolute;
    top: 6px;
    right: 9px;
}
.filter-close a {
    color: #666;
}

.filter-panel .fields {
    box-sizing: border-box;
    clear: both;
}

.filter-panel .fields .title {
    color:#858688; 
    margin-bottom:0px;
}

.filter-panel .input,
.filter-panel select {
    margin:0;
}

.filter-panel select { padding:3px 4px; }

.filter-panel .fields .field{
    min-height:50px;
    margin-bottom: 5px;
    margin-right:20px;
    box-sizing: border-box;
}

.filter-panel .fields .field:nth-child(even){
	float:left;
}

.filter-panel .fields .field:nth-child(odd){
	float:left;
}

.filter-panel .input_checkbox_list { overflow:hidden; }
.filter-panel .input_checkbox_list label { float:left; margin-right: 10px; color:#222; font-size:1em; }

.filter-panel .buttons { overflow:hidden; clear: both; margin-top: 5px; }
.filter-panel .buttons .button-submit { float:left; padding:15px; }
.filter-panel .buttons .link { float:left; height:32px; line-height: 32px; margin-left: 10px; }
.filter-panel .buttons .link a { color:#34495e; }
.filter-panel .buttons .link a:hover { color:#d35400; }

/* Lists ==================================================================== */

.striped-list{}

.striped-list .item{
    padding: 10px 0;
    border-bottom: dashed 1px #EDEDED;
    clear: both;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
}

.striped-list .item:last-child{
    border:none;
}

.striped-list .item .position,
.striped-list .item .icon,
.striped-list .item .title,
.striped-list .item .title-multiline,
.striped-list .item .actions{
    float: left;
    margin-right: 15px;
}

.striped-list .item .icon img {
    display: block;
}

.striped-list .item .position {
    text-align:center;
}

.striped-list .item .actions{
    float:right;
    margin-right: 0;
    color:#666;
}

.striped-list .item .actions:before {
    content: attr(data-notice_title);
    background-color: #2980b9;
    color: #FFF;
    display: inline-block;
    font-size: 12px;
    border-radius: 2px;
    padding: 0 10px;
}

.striped-list.list-16 .item { min-height: 16px; line-height: 16px; }
.striped-list.list-32 .item { min-height: 32px; line-height: 32px; }
.striped-list.list-48 .item { min-height: 48px; line-height: 48px; }
.striped-list.list-64 .item { min-height: 64px; line-height: 64px; }

.striped-list.list-32 .item .position { width: 16px; height:32px; }
.striped-list.list-64 .item .position { width: 32px; height:64px; }

.striped-list .item .title-multiline {
    line-height: 16px;
    float:none;
    padding-left:45px;
}

.striped-list .rate_value{
    padding:5px 10px;
    border:solid 1px #EDEDED;
    width:40px;
    text-align: center;
    cursor: help;
}

.striped-list .rate_value.positive{ color:green; }
.striped-list .rate_value.negative{ color:red; }
.striped-list .rate_value.zero{ color:#CCCCCC; }

/* Pagination =============================================================== */

.pagebar {
    clear: both;
    font-size: 0.8em;
    margin-bottom: 15px;
    margin-top: 30px;
}
.pagebar_title {
    color: #34495e;
    margin: 5px;
}
.pagebar_page {
    margin: 5px;
    padding: 5px;
}
.pagebar_current {
    background-color: #34495e;
    color: #FFF;
    margin: 3px;
    padding: 6px;
}
.pagebar_nav {
	margin-right: 15px;
}
.pagebar_nav .disabled{
	color:#424242;
}
.pagebar_nav .pagebar_page:first-child {
	margin-left: 0;
	margin-right: 5px;
}
.pagebar_nav .pagebar_page{
	padding:5px 0;
	text-decoration: none;
	border-bottom:1px solid ;
}
.pagebar_page{border-bottom:1px solid;text-decoration: none;}

.pagebar_pages .pagebar_page:hover {
	background:#ecf0f1;
	text-decoration: none;
	color:#34495e;
}
.pagebar_notice {
    display: inline-block;
    font-size:1em;
    color:#424242;
    margin-left:20px;
}

/* Forms and Inputs ========================================================= */

form .field{
    margin-bottom: 6px;
}

form .field:last-child{
    margin-bottom: 0;
}

form fieldset{
    padding:10px 15px 15px 15px;
    border:solid 1px #e7e9ea;
    margin-bottom:20px;
}

form fieldset.highlight{
    background: #F4F8FD;
}

form fieldset legend{
    color:#34495e;
    font-weight: bold;
}

form .label {
    padding:5px 0;
}

form .field label {
    display:block;
    padding:0px 0;
    color:#68809B;
}
form .field label > input[type=checkbox] {
    position: relative;
    bottom: 0px;
        margin: 0px 0px 5px 0px;
}
.filter-panel form .field label > input[type=checkbox] {
    bottom: -3px;
    margin: 0px;
    height: 15px;
    width: 15px;
}

form .field_error .error_text{ font-size:12px; color:#c0392b; float:right; margin-top: 8px; }
form #f_slug.field_error .error_text { float:none; }

.input {
    line-height: normal;
}
.input,
.date-input,
.city-input,
.textarea,
select {
    border: solid 1px #aaa;
    padding:4px;
    font-size:14px;
    box-shadow: inset 0 1px 2px #DDD;
    color:#333;
    outline:none;
    box-sizing: border-box;
    height: 27px;
    line-height: 25px;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    transition: box-shadow ease-in-out .15s;
}
.input:focus,
.textarea:focus {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.input,
.textarea,
select { width:100%; }

.textarea { height:200px; resize: vertical; }

.date-input { width: 90px; }

.input-small { width: 65px !important; }
.input-number { width: 110px !important; }
.input-number-units { margin-left: 5px; }

.city-input {
    display: inline-block;
    margin-bottom:2px;
    background:#FFF;
    line-height:16px;
    height: 26px;
    padding: 4px 2px;
}

.city-input span { padding-right:20px; padding-left:2px; }
.city-input a, .input_link_block {
    background:#68809B;
    color:#FFF;
    text-decoration:none;
    padding:1px 10px;
}
.city-input a:hover, .input_link_block:hover {
    background:#34495e;
}
.input_link_block {
    line-height: 28px;
    display: inline-block;
    border-radius: 4px;
}
.input_link_block:hover {
    color: #FFF;
}
form .field_error .input,
form .field_error .textarea,
form .field_error .city-input,
form .field_error select { border:solid 1px #c0392b; }

form input.error,
form textarea.error {
    border:solid 1px #c0392b;
}

form .hint{
    color:#999;
    font-size:12px;
    margin-top:0px;
}

form .input-prefix-suffix .input{
    display:inline-block;
    width:300px;
    float:left;
    border-radius:0;
    height: 26px;
}

form .input-prefix-suffix .prefix,
form .input-prefix-suffix .suffix{
    height:16px;
    padding:4px 8px;
    display:inline-block;
    float:left;
    color:#666;
    background:#f9f9f9;
    border:solid 1px #AAA;
}

form .input-prefix-suffix .prefix{
    border-radius:5px 0 0 5px;
    border-right: none;
}
form .input-prefix-suffix .suffix{
    border-radius:0 5px 5px 0;
    border-left: none;
}
form .input-prefix-suffix:after {
    clear: both;
    content: '';
    display: block;
}
input.button-submit,
input.button {
	padding: 5px 10px;
	line-height: 100%;
	border-radius: 3px;
	cursor: pointer;
	width: auto;
	color: #FFF;
	text-decoration: none;
	vertical-align: middle;
	background: #4caf50;
    border:none;
    transition: background ease-in-out .15s;
    font-size: 1em;
}

input.button-submit:hover,
input.button:hover {
	background: #3498db;
}
input.button.button-cancel {
    background: #95a5a6;
}
input.button.button-cancel:hover {
    background: #7f8c8d;
}
input.button.to_draft {
    background: #8e44ad;
}
input.button.to_draft:hover {
    background: #9b59b6;
}
input.button-small {
    padding:4px 10px;
}

form .ft_captcha { overflow: hidden; margin-bottom: 0; }
form .ft_captcha input { width:100px; }
form .ft_captcha .captcha { float:left; margin-right: 10px; }
form .ft_captcha .code { float:left;  }

form .ft_file .value {
    font-size:14px;
    margin-top:5px;
}
form .ft_file .value .name {
    padding-left:20px;
    background:url("../images/icons/file.png") no-repeat;
}
form .ft_file .value .size {
    margin-left:5px;
    font-size:12px;
    color: #999;
}
form .ft_file .value .delete {
    margin-left:15px;
}

form .ft_date select { width:50px; padding:2px; }

form .ft_listmultiple.field_error .input_checkbox_list {
	border:solid 1px #c0392b;
}

form .ft_parent {
    overflow: hidden;
}

form .ft_parent ul.items,
form .ft_parent ul.items li {
	list-style:none;
	padding:0;
	margin:0;
	overflow:hidden;
}

form .ft_parent ul.items{
	float:left;
	margin-right:10px;
}

form .ft_parent ul.items li {
	float:left;
	margin-right: 2px;
	margin-bottom:2px;
	display:inline-block;
	padding:4px 8px;
	color:#68809B;
	background: #F4F8FD;
	border: solid 1px #B8D6FB;
	border-radius:4px;
	text-decoration: none;
	font-size:12px;
}

form .ft_parent ul.items li a{
    width: 16px;
    height: 12px;
    margin-right:-4px;
    display: inline-block;
    background: url(../images/icons/close.png) no-repeat left top;
}

form .ft_parent ul.items li a:hover{
    width: 16px;
    height: 12px;
    display: inline-block;
    background: url(../images/icons/close.png) no-repeat right top;
}

form .ft_parent a.add {
	height:24px;
	line-height:24px;
	padding-left:20px;
	background:url("../images/icons/add.png") no-repeat left center;
	font-size:12px;
}

.symbols_count {
    font-size: 12px;
    margin: 3px 0 0 0;
    display: none;
}
.symbols_count > span {
    display: inline-block;
    padding: 2px 5px;
    margin: 0 3px 0 0;
    color: #7f8c8d;
}
.symbols_count .symbols_num {
    background-color: #ecf0f1;
    border: 1px solid #bdc3c7;
    color: #2980b9;
    cursor: pointer;
    transition: opacity 0.3s;
}
.symbols_count .symbols_num:hover {
    opacity: 0.8;
}
.symbols_count .overflowing, .symbols_count .overflowing_min {
    background-color: #e74c3c;
    color: #FFF;
    border-color: #c0392b;
}
.field.reguired_field > label::after{
	content: '*';
	color: #e74c3c;
	padding-left: 5px;
}
.select_deselect {
    margin: 10px 0 0 5px;
}
.select_deselect a {
    text-decoration: none;
    margin: 0 10px 0 0;
    font-size: 13px;
}
.is_collapsed {
    transition: all 0.3s ease;
}
.is_collapse {
    position: relative;
    background: #ecf0f1;
    height: 30px;
    box-sizing: border-box;
    line-height: 30px;
    cursor: pointer;
    padding-left: 10px;
}
.is_collapse > legend {
    position: absolute;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    display: block;
    left: 0;
}
.is_collapsed > legend:before {
    content: '+';
    display: inline-block;
    margin: 0 10px 0 10px;
    font-size: 16px;
}
.is_collapsed.do_expand > legend:before {
    content: '-';
}
.is_collapsed.do_expand > legend {
    cursor: pointer;
}
.is_collapse > .field {
    display: none;
}
/* ========================================================================== */

.input-users-list{
    width:350px;
    padding:5px;
    border: solid 1px #BDC3C7;
    border-radius: 5px;
    max-height:400px;
    overflow: auto;
}

.input-users-list ul,
.input-users-list li {
    margin:0; padding:0;
    list-style:none;
}

.input-users-list .profile {
    padding:10px 0;
    border-bottom: solid 1px #EDEDED;
    clear: both;
    overflow: hidden;
}

.input-users-list .profile:last-child { border:none; }

.input-users-list .profile div{
    float:left;
    margin-right:15px;
    height:32px;
    line-height:32px;
}
.input-users-list .profile .name{
    height:32px;
    line-height:32px;
}

/* Ajax Uploader ============================================================ */

.qq-uploader { position:relative; width: 100%; box-sizing: border-box; height: 100%;}

.qq-upload-button {
	-moz-box-shadow:inset 0px 1px 0px 0px #FFF;
	-webkit-box-shadow:inset 0px 1px 0px 0px #FFF;
	box-shadow:inset 0px 1px 0px 0px #FFF;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #EDEDED) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #EDEDED 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#EDEDED');
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #DDDDDD;
	display:inline-block;
	color:#666666;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #FFF;
}
.qq-upload-button-hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #EDEDED), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #EDEDED 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#EDEDED', endColorstr='#f9f9f9');
	background-color:#EDEDED;
}
.qq-upload-button-focus {
	position:relative;
	top:1px;
}

.qq-upload-button:active {
    position:relative;
	top:1px;
}

.qq-upload-drop-area {
    position:absolute; top:0; left:0; width:100%; height:100%; min-height: 45px; z-index:2;
    background:#2ecc71; text-align:center; color: #FFF; display: block;
}
.qq-upload-drop-area span {
    display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:14px;
}
.upload .qq-upload-drop-area span {
    top: 12px;
    font-size: 12px;
}
.qq-upload-drop-area-active {background:#3498db;}

.qq-upload-list { margin:15px 0 0 0; padding:0; }
.qq-upload-list li {
    margin: 10px 0 0 0;
    padding: 0;
    line-height: 15px;
    font-size: 13px;
    list-style: none;
}
.qq-upload-file, .qq-upload-spinner, .qq-upload-size, .qq-upload-cancel, .qq-upload-failed-text {
    margin-right: 7px;
}
.qq-upload-list:empty { display: none; }
.qq-upload-file {}
.qq-upload-spinner {display:inline-block; background: url("../images/loading.gif"); width:15px; height:15px; vertical-align:text-bottom;}
.qq-upload-size,.qq-upload-cancel {font-size:11px;}

.qq-upload-failed-text {display:none;}
.qq-upload-fail .qq-upload-failed-text {display:inline;}

/* Rating Widget ============================================================ */

.rating_widget .arrow,
.rating_widget .score{
    float:left;
    height:15px;
}

.rating_widget .score{ margin: 0 5px; cursor:help; font-weight: bold; }
.rating_widget .score .positive { color:green; }
.rating_widget .score .negative { color:red; }

.rating_widget .score .clickable{
    cursor: pointer;
}
.rating_widget .score.loading > *{
    display: none;
}
.rating_widget .score.loading {
    padding-left: 16px;
}

.rating_widget .arrow span,
.rating_widget .arrow a {
    display: block;
    width:11px;
    height:15px;
    background: url("../images/icons/vote.gif") no-repeat;
}

.rating_widget .arrow a { cursor: pointer; }

.rating_widget .up a{ background-position: 0 -15px; }
.rating_widget .up a:hover{ background-position: 0 0; }

.rating_widget .down a{ background-position: -11px -15px; }
.rating_widget .down a:hover{ background-position: -11px 0; }

.rating_widget .up .disabled{ background-position: -22px 0; }
.rating_widget .down .disabled{ background-position: -22px -15px; }

/* Rating info ============================================================== */

#rating_info_window {
    padding:20px;
}

.rating_info_list .item{
    padding:6px 0;
    margin:2px 0;
    border-bottom: dashed 1px #EDEDED;
    min-width: 250px;
    overflow:hidden;
}

.rating_info_list .item:last-child{
    border:none;
}

.rating_info_list .item .score{
    display: inline-block;
    float:left;
    border-radius:4px;
    color:#FFF;
    min-width:25px;
    text-align: center;
    margin-right:10px;
}

.rating_info_list .item .score.positive{ background-color:green; }
.rating_info_list .item .score.negative{ background-color:red; }

.rating_info_list.loading-panel {
    background-color:#F4F8FD;
    background-position: center center;
    border-radius: 5px;
}
.rating_info_list.loading-panel .item{ visibility: hidden; }

.rating_info_pagination { margin-top: 20px; font-size:12px; }
.rating_info_pagination a {
    display: inline-block;
    padding:0 4px; text-decoration: none; color:#34495e; border-radius: 4px;
}
.rating_info_pagination a:hover { background-color:#EDEDED; }
.rating_info_pagination a.active,
.rating_info_pagination a.active:hover { color:#FFF; background-color: #34495e; }

/* Comments Widget ========================================================== */
#comments_widget .bad {
    transition: all 0.5s ease;
}
#comments_widget .bad:hover {
    opacity: 1;
}
.bad6{opacity:.1;}
.bad5{opacity:.2;}
.bad4{opacity:.35;}
.bad3{opacity:.5;}
.bad2{opacity:.65;}
.bad1{opacity:.8;}
#tab-vk {
    margin: 20px 0 0 0;
}
#comments_widget {
    margin: 20px 0 0 0;
}
.no_comments {
    margin: 15px 0px 5px 0;
}
#comments_widget .track{
    font-size:0.8em;
    color:#999;
}
#comments_widget .track label{
    display: block;
    line-height: 30px;
}
#comments_widget .track input {
    vertical-align: middle;
    position: relative;
    bottom: 1px;
}
.track + #comments_refresh_panel + #comments_list {
    margin: -15px 0 0 0;
}
#comments_widget #comments_add_link {
    margin: 0 0 20px 0;
  }
#comments_widget #comments_add_link a { }

#comments_widget #comments_add_form textarea{
    height:100px;
    margin-bottom:4px;
}

#comments_widget #comments_add_form .loading{ display: none; }

#comments_widget #comments_add_form .author_data {
	margin-bottom:8px;
}

#comments_widget #comments_add_form .author_data .field {
	overflow:hidden;
}
#comments_widget #comments_add_form .author_data .field label {
	float:left;
	width:140px;
	height:20px;
	line-height:20px;
}
#comments_widget #comments_add_form .author_data .field .input {
	width:99%;
	max-width: 200px;
	min-width: 50px;
}

#comments_widget #comments_refresh_panel {
    display: block;
    width:50px;
    height:35px;
    position: fixed;
    z-index:100;
    right:0px;
    top:45%;
    background:url("../images/loader24.gif") no-repeat center center #B3C2C9;
}

#comments_widget #comments_refresh_panel a{
    display: block;
    width:50px;
    height:35px;
    background:url("../images/icons32/update-black.png") no-repeat center center #B3C2C9;
}
#comments_widget #comments_refresh_panel a:hover{
    background-color: #e1ebef;
}
.no_approved { display: none; }
#comments_list .comment{
    overflow: hidden;
    border-radius:2px;
    padding:10px 0;
    margin:4px 0;
}
#comments_list .comment:first-child {
    margin-top: 0;
}
#comments_list .comment.selected-comment:first-child {
    margin-top: 13px;
}
#comments_list.striped-list .comment {
    padding-bottom: 15px;
}

#comments_list.striped-list .comment:last-child{
    border:none;
    padding-bottom: 0;
    margin-bottom: 0;
}

#comments_list .selected-comment{
    padding-right: 10px;
}

#comments_list .comment .info,
#comments_list .comment .body {
    overflow: hidden;
    clear: both;
}

#comments_list .comment .info{
    margin-bottom:6px;
}

#comments_list .comment .info div {
    float: left;
    margin-right: 10px;
    font-size:12px;
}

#comments_list .comment .info .rating{
}

#comments_list .comment .info .rating .buttons{
    float:right;
    margin-left:5px;
}

#comments_list .comment .info .rating a {
    display:inline-block;
    width:13px;
    height:13px;
    background:url("../images/comment_vote.png") no-repeat;
}

#comments_list .comment .info .rating .value {
    float:left;
    font-weight: bold;
}

#comments_list .comment .info .rating a.rate-up { background-position: 0 0; }
#comments_list .comment .info .rating a.rate-up:hover { background-position: 0 -13px; }
#comments_list .comment .info .rating a.rate-down { background-position: -13px 0; }
#comments_list .comment .info .rating a.rate-down:hover { background-position: -13px -13px; }

#comments_list .comment .info .name .user{ color:#375D81; }
#comments_list .comment .info .name .user:hover{ color:#d35400; }
#comments_list .comment.is_topic_starter .info .name .user{ color:#d35400; }
#comments_list .comment.is_topic_starter .info .name .user:hover{ color:#e67e22; }

#comments_list .comment .info .name .guest_name{ font-weight: bold; }

#comments_list .comment .info .name .subject{ color:#4096EE; }
#comments_list .comment .info .name .subject:hover{ color:#d35400; }

#comments_list .comment .info .date{ color:#999; }

#comments_list .comment .nav a {
    text-decoration:none;
    margin-right: 3px;
    color:#BDC3C7;
}

#comments_list .comment .nav a:hover {
    color:#d35400;
}

#comments_list .comment .nav .scroll-down { display:none; }

#comments_list .comment .body .avatar{
    float:left;
    padding:2px;
    border:solid 1px #999;
    position: relative
}
#comments_list .comment .body .avatar.comment_user_online{
    border-left-color: #27ae60;
    border-left-width: 2px;
}

#comments_list .comment .body .avatar img, #comments_list .comment .body .avatar a { display:block; }
#comments_list .comment .body .avatar:after {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 14px;
    background: url("../images/comment_arrow.png") no-repeat 0px 0px;
    right: -10px;
    top: 8px;
}

#comments_list .comment .content{
    color:#333;
    padding-left:10px;
    padding-top: 4px;
    position: relative;
    overflow: hidden;
}

#comments_list .comment .content img {
	max-width:100%;
}

#comments_list .comment .content .links{
    padding:4px 0;
    font-size:12px;
}

#comments_list .comment .content .links a {
    font-size:11px;
    color:#999;
    border-bottom:dashed 1px #999;
    text-decoration: none;
    margin-right:6px;
}
#comments_list .comment .content .links a:hover {
    color:#d35400;
    border-bottom:dashed 1px #d35400;
}

#comments_list .comment .deleted{
    padding:5px 15px;
    background:#F9F9F9;
    color:#666;
    font-style:italic;
    border-radius: 6px;
    margin-right:6px;
}

#comments_widget .login_to_comment{
	margin-top:5px;
	font-size:12px;
	color:#666;
}
#comments_list .content ul li, #comments_list .preview_box ul li {
    list-style-type: disc;
    margin-left:25px;
}
#comments_list .content ol, #comments_list .preview_box ol {
    padding-left: 25px;
}
#comments_list .content ol li, #comments_list .preview_box ol li {
    list-style-type: decimal;
}
/* Profile Wall Widget ====================================================== */

#wall_widget {
    clear:both;
    margin-top:15px;
    border-top:solid 1px #B3C2C9;
}

#wall_widget .title_bar{
    overflow:hidden;
}

#wall_widget .title_bar .title{
    float:left;
    margin-bottom: 0px;
}

#wall_widget .title_bar #wall_add_link {
    float:right;
    margin-top: 23px;
    padding-left:20px;
    background:url("../images/icons/edit.png") no-repeat left center;
}

#wall_widget #wall_add_form, #comments_widget #comments_add_form  {
    display: none;

}

#wall_widget #wall_add_form textarea{
    height:100px;
    margin-bottom:4px;
}

#wall_widget #wall_add_form .preview_box, #comments_widget #comments_add_form .preview_box{
  
    padding: 10px;
    background: #FFF;
    display:none;
    transition: all 0.5s ease;
}
.preview_box.highlight {
    border-color: #2980b9 !important;
    box-shadow: 0 0 5px #2980b9;
}

#wall_widget #wall_add_form .loading{ display: none; }

#wall_widget #entries_list{
    margin-top:20px;
}

#wall_widget #entries_list .entry{
    overflow: hidden;
    margin-bottom:15px;
    padding-bottom:15px;
    border-bottom: dashed 1px #B3C2C9;
}

#wall_widget #entries_list .entry:last-child{
    border:none;
    margin-bottom: 0;
}


#wall_widget #entries_list .entry .info,
#wall_widget #entries_list .entry .body {
    overflow: hidden;
}

#wall_widget #entries_list .entry .info{
    margin-bottom:6px;
}

#wall_widget #entries_list .entry .info div {
    float: left;
    margin-right: 10px;
    font-size:12px;
}

#wall_widget #entries_list .entry .info a { color: #999; }
#wall_widget #entries_list .entry .info a:hover { color: #d35400; }

#wall_widget #entries_list .entry .info .name .user{ color:#375D81; }
#wall_widget #entries_list .entry .info .name .user:hover{ color:#d35400; }

#wall_widget #entries_list .entry .info .date{ color:#999; }

#wall_widget #entries_list .entry .body {}

#wall_widget #entries_list .entry .body .avatar{
    float:left;
    padding:2px;
    border:solid 1px #999;
}

#wall_widget #entries_list .entry .body .avatar img{ display:block; }

#wall_widget #entries_list .entry .content{
    color:#333;
    padding-left:15px;
    padding-top: 4px;
    background: url("../images/comment_arrow.png") no-repeat 0px 6px;
    position: relative;
    z-index: 2;
    margin-left: 37px;
}
#wall_widget #entries_list .entry .content .text img {
    max-width: 100%;
}
#wall_widget #entries_list .entry .links{
    font-size:12px;
    margin-top:10px;
}

#wall_widget #entries_list .entry .links.has_replies{
    background:url("../images/icons/comment-small.png") no-repeat left center;
    padding-left:20px;
}

#wall_widget #entries_list .entry .links a {
    font-size:11px;
    color:#7f8c8d;
    border-bottom:dashed 1px #BDC3C7;
    text-decoration: none;
    margin-right:6px;
}

#wall_widget #entries_list .entry .links a:hover {
    color:#d35400;
    border-bottom:dashed 1px #d35400;
}

#wall_widget #entries_list .entry .links a.get_replies{
    font-weight:bold;
    color:#34495e;
    border-bottom: dashed 1px #34495e;
}

#wall_widget #entries_list .entry .links a.get_replies:hover{
    color:#d35400;
    border-bottom-color:#d35400;
}

#wall_widget #entries_list .replies_loading {
    margin-top:12px;
    margin-bottom: 10px;
    color:#666;
    display: none;
}

#wall_widget #entries_list .replies {
    clear:both;
}

#wall_widget #entries_list .replies .entry{
    font-size:12px;
    padding:10px;
    border-left:solid 4px #ddd;
    border-bottom:none;
    margin:0;
    margin-top:10px;
    margin-left:18px;
}

#wall_widget #entries_list .replies .entry:hover{
    border-left-color:#BDC3C7;
}

#wall_widget #entries_list .replies .entry:hover .avatar{
    border-color:#BDC3C7;
}

#wall_widget #entries_list .replies .entry .info{
    margin:0; padding:0;
    padding-left:0px;
    margin-bottom: 3px;
}

#wall_widget #entries_list .replies .entry .content{
    background:none;
    margin:0; padding:0;
	max-width: 600px;
}

#wall_widget #entries_list .replies .entry .avatar{
    float:right;
    border:solid 1px #ddd;
}

#wall_widget #entries_list .show_more {
    margin-top:-14px;
}

#wall_widget #entries_list .show_more a{
    display: block;
    height: 30px;
    line-height: 30px;
    text-align:center;
    background:#E1EBEF;
    color:#BDC3C7;
    text-decoration:none;
}

#wall_widget #entries_list .show_more a:hover{
    background:#B3C2C9;
}

/* Private Messaging Window ================================================= */

#pm_window {
    overflow: hidden;
    min-height: 120px;
    box-sizing: border-box;
    width: 960px;
    max-width: 100%;
}
#pm_window .notice{
    margin: 25px 0;
    text-align: center;
    font-size: 1.3em;
}
.layout {
    box-sizing: border-box;
    overflow: hidden;
    height:700px;
}
#pm_window .right-panel,
#pm_window .left-panel {
    float:left;
    height:100%;
    box-sizing: border-box;
    position: relative;
}
#pm_window .right-panel{
    width:25%;
    overflow: hidden;
    box-shadow: 1px 0px 1px #DDD;
}
#pm_window .left-panel{
    width:75%;
    padding-left: 1px;
}
#pm_window .contacts {
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    height: calc(100% - 51px);
    overflow-y: auto;
}
#pm_window .contacts .contact{
    overflow: hidden;
    box-shadow: 0px 0px 1px #EEE;
}
#pm_contact {
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}
#pm_window .contacts .contact a{
    display: block;
    overflow:hidden;
    padding:9px;
    color:#000;
    text-decoration: none;
    position: relative;
}
#pm_window .contacts .contact a span{
    float:left;
    height:32px;
    line-height: 32px;
    margin-right:4px;
    overflow: hidden;
    position: relative;
}
#pm_window .contacts .contact img, #pm_contact .overview a img {
    border-radius: 50%;
	display:block;
}
.peer_online:after,
.peer_no_online:after {
    bottom: 0;
    right: 0;
    border: 2px solid #fff;
    height: 8px;
    width: 8px;
    content: '';
    position: absolute;
    border-radius: 50%;
}
.peer_online:after {
    background-color: #8ac176;
}
.peer_no_online:after {
    background-color: #d35400;
}
#pm_window .contacts .contact a:hover{
    background:#95a5a6;
    color:#FFF;
}

#pm_window .contacts .contact a.selected{
    background:#3498db;
    color:#FFF;
}

#pm_window .contacts .contact a .counter {
    height: 12px;
    line-height: 12px;
    padding: 2px 5px;
    background: #e67e22;
    border-radius: 50%;
    color: #FFF;
    font-size: 12px;
    position: absolute;
    right: 4px;
    bottom: 6px;
}
#pm_window .contacts .contact a > strong {
    font-weight: normal;
    font-size: 11px;
    color: #CCC;
    position: absolute;
    right: 9px;
    top: 6px;
}
/* ========================================================================== */

#pm_contact .overview, #user_search_panel {
    overflow: hidden;
    padding:9px;
    box-sizing: border-box;
    border-bottom: 1px solid #DDD;
	height:50px;
}
#user_search_panel {
    padding: 10px;
    line-height: 30px;
    background-color: #ecf0f1;
}
#user_search_panel input{
    padding-left: 24px;
    background: url(../images/icons/search-glyph.png) no-repeat 4px center #FFF;
}
#pm_contact  #contact_toggle {
    background: url(../images/modal/controls.png) no-repeat center -1px;
    width: 24px;
    cursor: pointer;
    display: none;
}
#pm_contact .overview .user_date_log {
    display: inline-block;
    line-height: 32px;
    font-size: 12px;
    color: #AAA;
}
#pm_contact .overview a {
    border-left: medium none;
    border-right: medium none;
    color: #000;
    float: left;
	line-height: 32px;
    overflow: hidden;
}
#pm_contact .overview a span, #pm_contact  #contact_toggle {
    float:left;
    height:32px;
    line-height: 32px;
    margin-right:4px;
    overflow: hidden;
    position: relative;
}
#pm_contact  #contact_toggle {
    width:32px;
}
#pm_contact .actions {
    float:right;
    line-height: 28px;
}
#pm_contact .toogle-actions{
	display:none;
}
#pm_contact .composer {
    padding:10px;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    bottom: 0;
    border-top: 1px solid #DDD;
}
#pm_contact .composer .editor textarea{
    height: 55px;
    resize: none;
}
#pm_contact .composer .buttons {
    text-align: right;
    position: relative;
    box-sizing: border-box;
}
#error_wrap {
    position: absolute;
    left: 0;
    top: 1px;
    padding: 6px;
    background: #c0392b;
    color: #FFF;
    display: none;
}
.msg_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.6;
    top: 0;
    left: 0;
}
.confirm_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 360px;
    height: 110px;
    margin: -55px 0 0 -180px;
}
.ui_message .buttons {
    margin: 10px 0 0 0;
}
.ui_message .buttons .button {
    margin: 0px 10px 0 0;
}
#pm_contact .composer .sending {
    background: url("../images/loader16.gif") no-repeat left center;
}
#pm_contact .composer .ignored_info{
    display:block;
    padding: 10px 6px;
    color:#999;
    font-style: italic;
    line-height: 97px;
}
.ctrenter_hint {
    font-size: 12px;
    color: #CCC;
    display: inline-block;
    margin: 0 10px 0 0;
}
#pm_contact .composer .ignored_info .button{
    margin-left:10px;
}
#pm_chat .content {
    background: #DAE2ED;
    padding: 7px 10px;
    border-radius: 5px;
    min-width: 30%;
    border: 1px solid #cdd5e0;
    box-sizing: border-box;
    position: relative;
    margin-left: 50px;
}
#pm_chat .content.is_can_select {
    cursor: pointer;
}
#pm_chat .content.selected {
    border-color: #3498db !important;
    box-shadow: 0px 0px 1px #3498db;
}
.button_hide {
    display: none;
}
#pm_chat .message .content > span, #pm_chat .message .content > span a {
    color: #AAA;
}
#pm_chat .message .content > span a:hover {
    color: #27ae60;
}
#pm_chat .message_text {
    font-size: 13px;
}
#pm_chat .message-my .content {
    margin-right: 60px;
    margin-left: 0;
    background: #FFF;
    border: 1px solid #DDD;
}
#pm_chat .content:before {
    position: absolute;
    top: 12px;
    left: -9px;
    display: inline-block;
    background: inherit;
    width: 16px;
    height: 16px;
    border-top: 1px solid;
    border-left: 1px solid;
    border-color: inherit;
    content: '';
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
}
#pm_chat .message-my .content:before {
    right: -9px;
    left: auto;
    border-right: 1px solid;
    border-top: none;
    border-bottom: 1px solid;
    border-left: none;
    border-color: inherit;
}
.user_avatar {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    margin-top: 5px;
}
.user_avatar img {
    border-radius: 50%;
}
.message-my .user_avatar {
    float: right;
    margin-left: 10px;
}
#pm_contact .chat{
    position: relative;
    height: calc(100% - 189px);
    overflow: hidden;
    overflow-y: auto;
    padding:10px;
    line-height: 20px;
    background-color: #ecf0f1;
    box-sizing: border-box;
}
#pm_chat h3 {
    margin: 5px 0 10px 0;
    font-size: 12px;
    color: #828282;
    text-align: center;
}
#pm_chat .show-older + h3 {
    margin-top: 0;
}
#pm_contact .chat .message{
    margin-bottom:10px;
    width: 100%;
    clear: both;
    position: relative;
}
#pm_contact .chat .message .title{
    font-size: 11px;
    overflow: hidden;
    margin-top: -4px;
}
#pm_contact .chat .message .title .author{ color:#bf0000; }
#pm_contact .chat .message-my .title .author{ color:#376499; }

#pm_contact .chat .message .title .date,
#pm_contact .chat .message .title .date-new {
    float: right;
}
#pm_contact .chat .message .title .date {
    color:#AAA;
}
#pm_contact .chat .message .title .date-new {
    color:#d35400;
}
#pm_contact .chat a.show-older{
    display:block;
    background:#bdc3c7;
    text-align:center;
    height:25px;
    line-height:25px;
    color:#FFF;
    text-decoration: none;
    margin-bottom: 15px;
}
#pm_contact .chat a.show-older:hover{
    background:#95a5a6;
}
#pm_contact .chat .older-loading{
    display:none;
    height:25px;
    margin-bottom: 15px;
    background: url("../images/loader16.gif") no-repeat center center #EDEDED;
}
#pm_notices_window {
    width:550px;
    overflow: auto;
    height: 100%;
}
#pm_notices_list {
    padding:5px;
    overflow: hidden;
    overflow-y: auto;
}
#pm_notices_list .item{
    overflow: hidden;
    border: solid 1px #BDC3C7;
    background:#e1ebef;
    padding:5px;
    color:#34495e;
    margin-bottom: 6px;
}
#pm_notices_list .item:last-child{
    margin-bottom: 0;
}
#pm_notices_list .item .date{
    color:#BDC3C7;
    font-size:11px;
    padding-left:10px;
    padding-top:10px;
}
#pm_notices_list .item .content{
    padding:10px;
    padding-top:3px;
}
#pm_notices_list .item .close-button {
    float:right;
}
#pm_notices_list .item .close-button a {
    display:block;
    width:16px;
    height:16px;
    background: url("../images/icons/close.png") no-repeat;
}
#pm_notices_list .item .close-button a:hover {
    background-position-x: -16px;
}
#pm_notices_list .item .buttons{
    padding:10px;
    padding-top: 0;
}
#pm_notices_list .item .buttons .button{
    border-color:#BDC3C7;
}
#pm_notices_window > input.button {
    border-radius: 0;
    width: 100%;
    box-sizing: border-box;
}
#pm_contact .smilepanel {
    position: absolute;
    bottom: 137px;
    background: #FFF;
    box-sizing: border-box;
    width: 80%;
    right: 0;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
}
/* City Selection Window ================================================= */

#geo_window {
    padding:15px;
    height:170px;
    width:300px;
    box-sizing: border-box;
}
#geo_window .wrapper{
    margin-top: auto;
    margin-bottom: auto;
    box-sizing: border-box;
}
#geo_window form > .list {
    margin: 0 0 10px 0;
}
#geo_window select{
    width:100%;
    margin-bottom:5px;
}
#geo_window .buttons{
    margin-top:10px;
    text-align: center;
}

/* Login Form and Window ================================================= */

.login_form h3 { margin-top: 0; }

.login_layout { margin:0; width:100%; border-collapse: collapse; }

.login_layout td { padding:0; }

.login_layout .center_cell {
    width:60px;
    background:url("../images/vline1px.png") no-repeat center top;
}

.login_layout .center_cell div {
    text-align: center;
    padding:15px 0;
    background:#FFF;
    font-size:22px;
    font-style: italic;
    color:#A3CAE0;
    margin-top:100px;
}

.login_form .label{ color:#68809B; font-size:16px; }
.login_form .input{ width:100%; }
.login_form .input:focus{ box-shadow: 0 0 4px #BDC3C7;  }
.login_form .options { margin-top: 10px; margin-bottom: 30px; font-size:13px; color:#68809B; line-height: 14px; vertical-align:middle;}

.login_form .options input,
.login_form .options label{
    vertical-align:middle;
}
.login_form .submit { margin: 0; }
.login_form .reg_link { font-size:13px; padding-left: 15px; color:#34495e; }

.content_multi_cats_data {
	display:none;
}
.gif_image {
    display: block;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}
.content_item .ft_images .gif_image {
    float: left;
    margin-right: 5px;
}
.gif_image img {
    display: block !important;
    margin: 0 !important;
}
.image_label {
    position: absolute;
    left: 4px;
    bottom: 4px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
    padding: 4px 7px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.9em;
}
.micro_image, .micro_image > img {
    width: 32px !important;
    height: 32px !important;
}
.modal_image {
    position: relative;
    display: block;
}
.background_overlay {
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s;
    content: '';
    top: 0;
    left: 0;
}
.gif_image:hover .background_overlay {
    opacity: 0.5;
    z-index: 2;
}
.default_avatar {
    position: relative;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    display: block;
    background: no-repeat center;
    background-size: 1em;
}
.default_avatar img {
    opacity: 0; display: block;
}
.default_avatar:before {
    content: attr(data-letter);
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.default_avatar.white_avatar_text:hover:after {
    background: #000;
    opacity: 0.4;
}
.default_avatar.black_avatar_text:after, .default_avatar.white_avatar_text:after {
    transition: all 0.5s ease;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.default_avatar.black_avatar_text:hover:after {
    background: #FFF;
    opacity: 0.2;
}
table.data_list {
    border-collapse: collapse;
    width:100%;
}
table.data_list th {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border-bottom: solid 1px #B3C2C9;
    text-align: left;
    background: #9DB1B9;
}
table.data_list td {
    padding:5px 10px;
    background: #fff;
    color:#34495e;
    height:20px;
    transition: background ease-in-out .15s;
}
table.data_list tr:nth-child(odd) td {
    background: #f9f9f9;
}
table.data_list tr:hover td {
    background: rgb(233,246,253);
}
table.data_list .empty{
    color:#B3C2C9;
}
table.data_list .actions{
    width: 70px;
}
.spinner {
    width: 70px;
    height: 40px;
    margin: -20px 0 0 -35px;
    position: absolute;
    left: 50%;
    top: 50%;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #3498db;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
@media screen and (max-height: 900px) {
    .layout {
        height: 595px;
    }
}
@media screen and (max-height: 640px) {
    .layout {
        height: 595px;
    }
}
@media screen and (max-height: 600px) {
    .layout {
        height: 545px;
    }
}
@media screen and (max-height: 480px) {
    .layout {
        height:435px;
    }
}
@media screen and (max-height: 360px) {
    .layout {
        height: 315px;
    }
}
@media screen and (max-height: 335px) {
    .layout {
        height: 290px;
    }
}
@media screen and (max-height: 320px) {
    .layout {
        height: 275px;
    }
}
@media screen and (max-width: 800px) {
    #pm_window {
        width: 690px;
    }
    #pm_contact  #contact_toggle {
        display: block;
    }
    #pm_window .right-panel{
        width: 100%;
        left: -700px;
        display: none;
    }
    #pm_window .left-panel{
        width: 100%;
        padding-left: 0;
    }
}
@media screen and (max-width: 640px) {
    #comments_widget #comments_refresh_panel { display: none; }
	#pm_contact .overview{
		position:relative;
		padding:9px 0 9px 5px;
	}
	#pm_contact .actions {
		float: none;
		line-height: 50px;
		background-color :#fff;
		display: none;
		position:absolute;
		left: 0;
		top: 0;
		width: 100%;
		padding: 0 0 0 10px;
		box-sizing: border-box;
	}
	#pm_contact .actions.actions-active {
		display: block;
	}
	#pm_contact .toogle-actions{
		display: block;
		position: absolute;
		right: 9px;
		top: 50%;
		width: 30px;
		height: 30px;
		margin-top: -15px;
		opacity: .7;
		background: #7f8c8d url("../images/icons32/menu-icon.svg") no-repeat center center;
		cursor: pointer;
        border-radius: 2px;
	}
	#pm_contact .toogle-actions.toogle-actions-active{
		opacity: 1;
		background-color: #d35400;
	}
	#pm_contact .overview .user_date_log{
		display: none!important;
	}
	.nyroModalMessage input.button-small {
		padding: 4px 7px;
		font-size:12px;
    }
}
@media screen and (max-width: 335px) {
	#pm_window  #pm_contact .markItUpHeader ul a{
		width:14px!important;
		height:14px!important;
	}
	#pm_contact .chat{
		height:calc(100% - 214px);
    }
}

/* === Original 2.12.2: theme-widgets.css === */
/* Widgets layout =========================================================== */

.widget {
    background:#FFF;
    padding:10px 20px;
 
}
.widget a{
   text-decoration:none; border-bottom: solid 1px #bdc3c7;
}
.widget a:hover{
   text-decoration:none; border-bottom: solid 1px #2980b9;
}

.widget_ajax_wrap:last-child .widget:last-child {
    margin-bottom: 0;
}
.widget_ajax_wrap {
    position: relative;
    box-sizing: border-box;
}
.widget > .title{
    line-height:1em;
    font-size:1em;
    margin: 0;
    font-weight: 500;
    color: #222;
}

.widget > .title .links {
    float:right;
   
}

.widget > .title .links a{
    padding: 5px 5px;
    background: #27ae60;
    color:#fff;
   
    font-weight: normal;
    text-decoration: none;
    margin-top:-2px;
}

.widget > .title .links  a:hover{
    background:#2ecc71;
}

.widget > .body{
   

}

.widgetlistmin .widget_content_list .item .info {
        padding: 0px!important;
}
.widgetlistmin .widget_content_list .item {
        margin-bottom: 0px!important;
}

.widgetlistmin .street_maps_list {
    margin-top: 0px!important;
}
.f_other_sitys auto_field {
     margin-top: 15px!important;
}
.widget_text_block{
    overflow: hidden;
}

aside .widget {
    background: #FFF;
}

aside .widget > .title {
 
    color:#FFF;
    background: #34495E;
    height:38px;
    line-height:38px;
    padding-right:5px;
}


/* Tabbed Widgets layout ==================================================== */

.widget_tabbed {
    margin-bottom:10px;
    background:#FFF;
}

.widget_tabbed .tabs ul,
.widget_tabbed .tabs ul li{
    margin: 0; padding: 0; list-style: none;
}

.widget_tabbed .tabs ul {
    overflow:hidden;
    height:47px;
    line-height:47px;
    background: #34495E;
}

.widget_tabbed .tabs ul li {
    float:left;
    height:45px;
    line-height:45px;
}

.widget_tabbed .tabs ul li a {
    display:block;
    height:47px;
    line-height:47px;
    font-size:14px;
    padding:0 15px;
    cursor: pointer;
    color:#FFF;
}

.widget_tabbed .tabs ul li a.active {
    background-color:#FFF;
    color:#34495E;
}

.widget_tabbed .body {
    padding:15px;
    line-height: 20px;
}

.widget_tabbed > .tabs .links {
    float:right;
    font-size:13px;
    padding-right:15px;
}

.widget_tabbed > .tabs .links a {
    display:inline;
    padding: 3px 8px;
    background: #27ae60;
    color:#fff;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    margin: 0 5px 0 0;
}
.widget_tabbed > .tabs .links a:last-child {
    margin-right: 0;
}

.widget_tabbed > .tabs .links  a:hover {
    background:#2ecc71;
}

aside .widget_tabbed .tabs ul {
    height:38px;
    line-height:38px;
}

aside .widget_tabbed .tabs ul li.links{
    height:25px;
    line-height:25px;
    padding-right:5px;
}

aside .widget_tabbed .tabs ul li a {
    font-size:12px;
    height:38px;
    line-height:38px;
    font-weight: bold;
}

aside .widget_tabbed .tabs ul li a.active {}

aside .widget_tabbed .body {
}

aside .widget_tabbed > .tabs .links a {
    background: #27ae60;
    color:#fff;
    font-size: 10px;
}

/* Widgets styles =========================================================== */

.widget_content_list { overflow: hidden; }

.columns-2 .widget_content_list .item { float:left; width:47%; }
.columns-2 .widget_content_list .item:nth-child(3) { clear:left; }
.columns-3 .widget_content_list .item { float:left; width:31%; }
.columns-3 .widget_content_list .item:nth-child(4) { clear:left; }
.columns-4 .widget_content_list .item { float:left; width:22%; }
.columns-4 .widget_content_list .item:nth-child(5) { clear:left; }

.widget_content_list .item { margin-bottom: 10px; overflow: hidden; }
.widget_content_list .item:last-child { margin-bottom: 0; }

.widget_content_list .item .image { float:left; margin-right: 10px; }
.widget_content_list .item .image img { display: block; }
.widget_content_list .item .info { padding: 10px;
    clear: both; }

.widget_content_list .item .title{ margin-bottom: 5px; }
.widget_content_list .details { font-size:0.9em; color:#757575; }
.widget_content_list .details a{ color:#BDC3C7; }
.widget_content_list .details a:hover{ color:#d35400; }

.widget_content_list .details span {}
.widget_content_list .details span.comments {
    padding-left:20px;
    background: url("../images/icons/comment-small.png") no-repeat left center;
}

.widget_content_list.featured .item .title {   }
.widget_content_list.featured .item-first { float:left; margin-right:15px; width:33%; }
.widget_content_list.featured .item-first .image { margin-bottom: 5px; clear:both; width:100%; height:150px; }
.widget_content_list.featured .item-first .image a, .widget_content_list.featured .item-first .image > div { display:block; width:100%; height:100%; background-position: center; background-repeat: no-repeat; background-color:#bdc3c7; background-size: cover; }
.widget_content_list.featured .item-first .title { font-size:21px; margin-top:5px; line-height: 24px;}
.widget_content_list.featured .item-first .title a { color:#000; text-decoration: none; }
.widget_content_list.featured .item-first .read-more a {
    display:inline-block;
    clear:both;
    background: #2980b9;
    color:#FFF;
    text-decoration: none;
    padding:5px 10px;
    margin-top: 10px;
}

.widget_content_list.featured .item-first .read-more a:hover { background:#3498db; }
.widget_content_list.tiles-big {   }
.widget_content_list.tiles-big .item .title { font-size:1em; }
.widget_content_list.tiles-big .item { float: left;
    margin-bottom: 15px;
    width: 250px;
    margin-right: 30px;
    box-sizing: border-box;
    background-color: #fafafa; }
.widget_content_list.tiles-big .item:nth-child(5),
.widget_content_list.tiles-big .item:nth-child(9),
.widget_content_list.tiles-big .item:nth-child(13),
.widget_content_list.tiles-big .item:nth-child(17),
.widget_content_list.tiles-big .item:nth-child(21),
.widget_content_list.tiles-big .item:nth-child(25) { clear:left; }
.widget_content_list.tiles-big .item .image { margin-bottom: 5px; width:250px; height:200px; }
.widget_content_list.tiles-big .item .image a, .widget_content_list.tiles-big .item .image > div { border-bottom:none; display:block; width:250px; height:200px; background-position: center; background-repeat: no-repeat; background-color:#bdc3c7; background-size: cover; }
.widget_content_list.tiles-big .item .title { font-size:1em; margin-top:0px; }
.widget_content_list.tiles-big .item .title a { color:#555; text-decoration: none; }
.widget_content_list.tiles-big .item .title a:hover { color:#34495e; }

.widget_content_list.tiles-small .item { margin:0; margin-right: 4px; margin-bottom: 4px; float:left; }
.widget_content_list.tiles-small .item .image { margin:0; }

.widget_content_list.compact .item { margin-bottom: 5px; }
.widget_content_list.compact .item:last-child { margin-bottom: 0; }
.widget_content_list.compact .item .title { font-size:13px; margin-bottom: 0; line-height: 15px; }

@media screen and (max-width: 480px) {
    .widget_content_list .item, .widget_content_list.featured .item-first {
     /* width: 20% !important;*/
    }
}
.glgl {
    
    font-size: 0.9em;
    float:left;
    height:50px;
    margin-left:35px;
}
@media screen and (max-width: 800px) {
    .glgl {
     display:none;
    }
}
/* ========================================================================== */

.widget_content_slider { overflow: hidden; position: relative;}
.widget_content_slider .slide {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.widget_content_slider > table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.widget_content_slider > table td,
.widget_content_slider > table th {
  padding: 0;
}
.widget_content_slider .slide img {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.widget_content_slider .slide img:first-child, .widget_content_slider img {
    display:block;
}
.widget_content_slider .slide .heading {
  background: rgba(0, 0, 0, 0.85);
  display: block;
  padding: 10px;
  right: 0;
  position:absolute;
  left:0;
  bottom:0;
  z-index:2
}

.widget_content_slider .slide .heading h2,
.widget_content_slider .slide .heading .teaser{
    display: inline-block;
    margin:0;
    color:#ecf0f1;
}

.widget_content_slider .slide .heading h2 {
    font-size:14px;
    font-weight: bold;
    color:#f1c40f;
}

.widget_content_slider .slide .heading .teaser{
    font-size:12px;
}

.widget_content_slider .slide .heading .teaser .date{
    color: #7f8c8d;
    padding-left: 10px;
}

.widget_content_slider .items {
  background:#ecf0f1;
  position: relative;
  z-index: 2;
}

.widget_content_slider .items .item {
    overflow: hidden;
    padding:10px;
    font-size:12px;
    line-height:15px;
    cursor:pointer;
    position:relative;
}

.widget_content_slider .items .item:hover {
    background:#bdc3c7;
}

.widget_content_slider .items .item .title {
    display:block;
    vertical-align:middle;
    color:#000;
}

.widget_content_slider .items .item.active {
    background:#27ae60;
}

.widget_content_slider .items .item.active .title {
    color:#FFF;
}
@media (max-width: 767px) {
  .widget_content_slider .items .item .title {
    display:none;
  }
}
@media (min-width: 768px) {
  .widget_content_slider .slide {
    width: 70%;
  }
  .widget_content_slider .items {
    width: 30%;
  }
  .widget_content_slider .items .item .image {
      float:left; margin-right: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .widget_content_slider .items .item {
    padding: 8px;
  }
}

/* ========================================================================== */

.widget_activity_list { overflow: hidden; }

.widget_activity_list h4 { margin:0; margin-bottom: 5px; }

.widget_activity_list .item { margin-bottom: 10px; overflow: hidden; }
.widget_activity_list .item:last-child { margin-bottom: 0; }

.widget_activity_list .item > .image { float:left; margin-right: 10px; padding:2px; border:solid 1px #B3C2C9; }
.widget_activity_list .item > .image img { display: block; }
.widget_activity_list .item .info { line-height:17px; padding-top:2px; }

.widget_activity_list .item .title{ }
.widget_activity_list .item .title a.author{ color:#376499; }
.widget_activity_list .item .title a.author:hover{ color:#d35400; }

.widget_activity_list .item .details { font-size:11px; }
.widget_activity_list .item .details .date { color:#999; }
.widget_activity_list .item .details .reply {
    padding-left: 5px;
}
.widget_activity_list .item .details .reply a {
    padding-left: 20px;
    background:url("../images/icons/comment-small.png") no-repeat left center;
    color:#BDC3C7;
}

.widget_activity_list .item .details .reply a:hover {
    color:#d35400;
}

.widget_activity_list .item .images { overflow: hidden; margin:10px 0; padding-left:48px; }
.widget_activity_list .item .images .image {
    float:left; margin-right:2px;
    display:block; overflow: hidden;
}
.widget_activity_list .item .images .image.more {
    background: #ecf0f1;
    text-align: center;
    line-height: 64px;
    font-size:18px;
}
.widget_activity_list .item .images .image.more a {
    display:block; width: 64px; height:64px; overflow: hidden;
    color:#7f8c8d;
    text-decoration: none;
}
.widget_activity_list .item .images .image.more a:hover {
    color:#2c3e50;
}
.widget_activity_list .item .images .image.more a span{
}

.widget_activity_list .item .actions {
    float:right;
    visibility: hidden;
}

.widget_activity_list .item:hover .actions {
    visibility: visible;
}

.widget_activity_list .actions .delete{
    display:inline-block;
    width:16px;
    height:16px;
    background:url("../images/icons/delete.png") no-repeat center;
}
/* ========================================================================== */

.widget_comments_list { overflow: hidden; line-height: 20px; }

.widget_comments_list .item { margin-bottom: 15px; overflow: hidden; }
.widget_comments_list .item:last-child { margin-bottom: 0; }

.widget_comments_list .item .image { float:left; margin-right: 10px; padding:2px; border:solid 1px #B3C2C9; }
.widget_comments_list .item .image img { display: block; }
.widget_comments_list .item .info { line-height:17px; padding-top:2px; }

.widget_comments_list .item .title{ }
.widget_comments_list .item .title a.author{ color:#376499; }
.widget_comments_list .item .title a.author:hover{ color:#d35400; }

.widget_comments_list .item .title a.subject{ padding-right: 5px; }

.widget_comments_list .item .date { font-size:11px; color:#999; padding-right: 5px; }
.widget_comments_list .item .text { color:#666; }

/* ========================================================================== */

.widget_profiles_list { overflow: hidden; }

.columns-2 .widget_profiles_list .item { float:left; width:50%; }
.columns-2 .widget_profiles_list .item:nth-child(3) { clear:left; }
.columns-3 .widget_profiles_list .item { float:left; width:33%; }
.columns-3 .widget_profiles_list .item:nth-child(4) { clear:left; }
.columns-4 .widget_profiles_list .item { float:left; width:25%; }
.columns-4 .widget_profiles_list .item:nth-child(5) { clear:left; }

.columns-2 .widget_profiles_list.list .item,
.columns-3 .widget_profiles_list.list .item,
.columns-4 .widget_profiles_list.list .item{
    padding-right:10px;
}

.widget_profiles_list.list .item {
    line-height:32px;
    margin-bottom: 5px;
    padding: 0 0 10px 0;
    clear: both;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.widget_profiles_list.list .item:last-child { margin-bottom: 0; }

.widget_profiles_list.list .item .image { float:left; margin-right: 10px; }
.widget_profiles_list .item .image img, .item-avatar > img { display: block; }
.widget_profiles_list.list .item .info { float:left; }

.widget_profiles_list.tiles .item, .widget_online_list .item, .widget_user_avatar .default_avatar { display:inline-block; }

.widget_profiles_list.list .item:last-child {
    padding: 0;
}
.widget_profiles_list.list .item .field {
    line-height: 18px;
}

/* ========================================================================== */

.widget_online_list { overflow: hidden; }

.widget_online_list .item-name {
    padding-left:18px;
    padding-right:2px;
    background:url("../images/icons/user.png") no-repeat left center;

}

/* ========================================================================== */

.widget_content_tree ul{
    margin:0;
    padding:0;
}

.widget_content_tree li{
    margin-left: 0px;
    list-style: none;
    padding-left:20px;
    background: url("../images/icons/folder.png") no-repeat left 1px;
}
.folder_hidden { display: none; }
.widget_content_tree ul li.active > a:hover,
.widget_content_tree ul li.active > a { color:#000; text-decoration: none; }

/* ========================================================================== */

.widget_user_avatar .user_info {
    overflow: hidden;
    clear:both;
    margin:-15px;
    padding:6px;
    margin-bottom: 10px;
    background:#34495E;
}

.widget_user_avatar .user_info .avatar{
    float:right;
}

.widget_user_avatar .user_info .name {
    height:32px;
    line-height: 32px;
    padding-left:10px;
}

.widget_user_avatar .user_info .name a {
    color:#444;
    text-decoration: none;
    font-size:0.8em;
    font-weight: bold;
}
.widget_user_avatar {
    position: relative;
}
header .widget_user_avatar {
    margin-right: -14px;
}
header .widget_user_avatar .user_info {
    float: right;
    clear: none;
    margin: 0;
    background: none;
    line-height: 50px;
    height: 50px;
    padding: 9px 34px 9px 5px;
    box-sizing: border-box;
    transition: background 0.5s;
    position: relative;
}
header .widget_user_avatar .user_info:after {
    content: '';
    background: url(../images/nav-arrow-down-white.png) no-repeat center center;
    width: 16px;
    height: 32px;
    position: absolute;
    right: 10px;
    opacity: 0.5;
    transition: opacity 0.5s;
}
header .widget_user_avatar:hover .user_info:after{ opacity: 1; }
header .widget_user_avatar:hover .user_info {
    background: #ffffff;
}
header .widget_user_avatar .user_info .avatar{
    border-radius: 50%;
    overflow: hidden;
    height: 32px;
}
header .widget_user_avatar .user_info .name {
    float: left;
    margin-right: 10px;
}
header .widget_user_avatar .menu {
    visibility: hidden;
    float: none;
    position: absolute;
    top: 50px;
    right: 0;
    height: auto;
    background: #fff;
    width: 180px;
    padding: 0;
    box-shadow: -2px 2px 10px #224674;
    opacity: 0.99;
    transition: visibility 0.2s;
    z-index: 102;
}
header .widget_user_avatar:hover .user_info + .menu {
    visibility: visible;
}
header .widget_user_avatar .menu > li {
    float: none;
}
header .widget_user_avatar .menu > li:hover, header .widget_user_avatar .menu ul li a:hover {
    background-color: #c5d0db;
}
header .widget_user_avatar .menu ul {
    left: auto;
    right: 160px;
    top: 0;
    box-shadow: none;
    border-radius: 0;
    box-shadow: -2px 2px 10px #224674;
}
header .widget_user_avatar .menu ul li, header .widget_user_avatar .menu ul li a {
    border-radius: 0;
}
/* ========================================================================== */

.widget_tags_cloud .tags_as_list,
.widget_tags_cloud .tags_as_list li,
.widget_tags_cloud .tags_as_cloud,
.widget_tags_cloud .tags_as_cloud li {
    margin:0; padding:0;
    list-style:none;
}

.widget_tags_cloud .tags_as_cloud {
    overflow: hidden;
}

.widget_tags_cloud .tags_as_cloud li {
    float:left;
    margin:0 8px 8px 0;
}

.widget_tags_cloud .tags_as_list li {
    margin:0 0 6px 0;
    padding-left:20px;
    background: url("../images/icons/tag.png") no-repeat left center;
}

.widget_tags_cloud .tags_as_list li .counter {
    font-size:11px;
}
.widget_tags_cloud li.colored > a {
    color: inherit;
}
/* ========================================================================== */

.widget_auth .field { overflow: hidden; }
.widget_auth .field a { float:right; font-size:12px; margin-top:4px; }
.widget_auth .field label { float:left; }
.widget_auth .buttons { margin-top:15px; }

@media screen and (max-width: 640px) {
    .widget_content_slider .items .item .title { display:none !important; }
    .widget_content_slider .items { width:60px  !important; }
    .widget_content_list.featured .item-first { float:none; margin-right:0; width:100%; }
}

/* ========================================================================== */

.widget_search { padding:5px;border: 5px solid #eaeaea; }

.widget_search .input {
    border:none; box-shadow: none;
    font-size:0.9em;
}

/* ========================================================================== */

.widget_content_filter .title{
	font-weight: bold;
	color:#34495e;
	margin-bottom:4px;
}

.widget_content_filter .field {
	margin-bottom: 10px;
}

.widget_content_filter .input {
	width:95%;
}

.widget_content_filter .ft_date .value,
.widget_content_filter .ft_number .value {
	font-size:12px;
}

.widget_content_filter .ft_date button{
	display:none;
}

.widget_content_filter .date-input,
.widget_content_filter .input-small{
	width:60px !important;
}

.widget_content_filter .buttons {
	margin-top:20px;
	font-size:12px;
}

.widget_content_filter .buttons input {
	margin-right: 10px;
}
section .widget.fixed_actions_menu {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    box-shadow: -4px 4px 5px #CCC;
    background: #a7b4b7;
}
section .widget.fixed_actions_menu:before {
    content: '';
    width: 32px;
    background:url("../images/icons/menu.png") no-repeat center center;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
section .widget.fixed_actions_menu:hover .body, section .widget.fixed_actions_menu.clicked .body {
    display: block;
}
section .widget.fixed_actions_menu .body {
    display: none;
    margin: 32px 0 0 0;
    padding: 0;
}
/* === Original 2.12.2: theme-content.css === */
/* ========================================================================== */

.f_props_44 .multiple_tags_list li {list-style: none; float:left ; margin-right:5px;}
.f_props_44 ul {margin: 0px; padding: 0; float: left;}

.widget_content_subtree {
    padding: 10px!important;
}

.f_content .value {
    clear:both;
}

.ft_navigation{
    padding:2em 0em;
}

.arenda_item .f_content .value {
    clear:unset;
}
.arenda_item .content_item .ft_text {
   clear:unset!important; 
}
.fields_group_arenda_1 {
    clear:none!important;
}
.arenda_item .content_item .ft_text {
     clear:none!important;
}
.arenda_item .content_item .fields_group{
     clear:unset;
}
h1 + .content_datasets {
    margin-top:0px;
}

.content_datasets ul {
    margin-left:0px;
}

.content_datasets ul li {
        font-size: 0.9em;
    line-height: 1.2em;
    padding: 5px 5px;
    border-radius: 0;
    background: none;
}

.arenda_item .content_item .title_left
{  width:200px;
}

.content_datasets ul li a { color: #424242; }
.content_datasets ul li a:hover { text-decoration:none; color:#D35400; }

.content_datasets ul .active {
    background: #444444;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
}
a.button7 {
  font-weight: 700;
  color: white;
  text-decoration: none;
  padding: .8em 1em calc(.8em + 3px);
  border-radius: 3px;
  background: rgb(64,199,129);
  box-shadow: 0 -3px rgb(53,167,110) inset;
  transition: 0.2s;
} 
a.button7:hover { background: rgb(53, 167, 110); }
a.button7:active {
  background: rgb(33,147,90);
  box-shadow: 0 3px rgb(33,147,90) inset;
}

.subkat .widget_content_subtree{padding:0px!important;}
.subkat .content_categories li a{font-size:1em;}
.subkat .content_categories li{margin: 0.2em;}

.probki_list_item  .value {
    font-weight: 500!important;
    font-size: 1em!important;
    color: #2c3e50!important;
    margin: 0;
    line-height: 1.2em;
}
.probki_list_item .value a{
border-bottom: 1px solid #E0E0E0!important;
}
.probki_list_item {margin-bottom:0px!important;}
.probki_list {margin-top: 15px;}



.street_maps_list_item  .value {
    font-weight: 500!important;
    font-size: 1em!important;
    color: #2c3e50!important;
    margin: 0;
    line-height: 1.2em;
}
.street_maps_list_item .value a{
border-bottom: 1px solid #E0E0E0!important;
}
.street_maps_list_item {margin-bottom:0px!important;}
.street_maps_list {margin-top: 15px;}
/* ========================================================================== */

.arenda_item {padding:10px;border:5px solid #ffc65d;}
.arenda_item {padding:20px;border:5px solid #ffc65d;}
.tab {clear:both;}
.arenda_list_item {    border: 1px solid #e6e6e6;
    background-color: #f9f9f9;
    padding-top: 10px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;}
.arenda_transporta_list_item {padding:20px;border:5px solid #ffc65d;}
.category_description {font-size:1em;margin-top:2em;}
.filter-close{display:none;}
.text_glavn{margin-top:30px;}
.karta_probok_blok{width:100%;height:485px;}
.f_karta_probok{border:5px solid #9CCC65;}
.dictionary_list_item .info_bar {display:none!important;}
.probki_list_item .info_bar {display:none!important;}
.street_maps_list_item .info_bar {display:none!important;}
.sleng_list_item .info_bar {display:none!important;}
.sceclistgl {margin:0px!important;}
.sceclistglzag {font-weight: 600;line-height: 1.1em;}
.sceclistglzagbody{display:none!important;}
.sceclistglmenu .menu2 li{list-style:none;}
.sceclistglmenu .menu2 {margin:0px!important;}
 .menu2  li{margin-right:10px;float:left;}
.sceclistglgorod {margin-top:-25px!important;}
.relevants .relevants_list_item {margin:0px 0px 10px 0px!important}

.footer2 .title {color:#424242;}
.content_item a{border-bottom:1px solid;
    text-decoration:none;
}

.content_categories + .filter-panel {
    margin-top: 0px;
}
.content_categories {
    padding:10px 15px;
	margin-top: 0;
}

article div.content_categories:last-child {
	margin:0;
}

.content_categories ul,
.content_categories li { margin:0; padding:0; }

.content_categories li {
    display: inline-block;
   margin: 0.2em;
}

.widget_wrapper_76 .content_categories li a {font-size:1em;}

.content_categories li a { font-size:1em; color:#222;text-decoration:none;border-bottom:1px solid lightgray; }
.content_categories li a:hover { color:#d35400; }

.content_categories.categories_small li {
  
}

/* ========================================================================== */

.content_item_parent_title{
    margin:0;
    font-weight: normal;
}

.content_item_parent_title a { color:#BDC3C7; }
.content_item_parent_title a:hover { color:#d35400; }

.content_item, .f_photos > .value {
    clear:both;
    overflow: hidden;
}

.content_item .field{

    overflow:hidden;
    box-sizing: border-box;
}
.content_item .field.left_field{
    float: left;
    margin-right: 15px;
}
.content_item .field.right_field{
    float: right;
    margin-left: 15px;
}
.content_item .field.auto_field{
    overflow: visible;
}
.content_item .field.none_field{
    float: none;
    clear: both;
}

.private_field_hint {
    color: #95a5a6;
}

.content_item .field .title_left,
.content_item .field .title_top,
.content_list .field .title_left,
.content_list .field .title_top
{  }

.content_item .field .title_left,
.content_list .field .title_left
{ float: left;
    margin-right: 5px;
    color: #424242;
    
}


.content_item .field .title_top,
.content_list .field .title_top
{ margin-bottom:5px; }

.ft_listbitmask > .value > ul {
    margin: 0;
    overflow: hidden;
}
.ft_listbitmask > .value > ul > li {
    margin: 0 0 0 20px;
    padding: 0;
}
.ft_listbitmask > .value > ul.multiple_tags_list {
   
}
.ft_listbitmask > .value > ul.multiple_tags_list li {
    margin: 0px 5px 0px 0px;
    
}
.arenda_item .ft_listbitmask > .value > ul.multiple_tags_list li {
    margin: 0px 5px 0px 0px;
    float: left;
    list-style: none;
    
}
.ft_listbitmask > .value > ul.multiple_tags_list li > a {
    text-decoration: none;
    color: inherit;
    display: block;
    margin: -4px -8px;
    padding: inherit;
}
.ft_listbitmask > .value > ul.multiple_tags_list li > a:hover {
    background: #deebfb;
}
/* ========================================================================== */

.content_item .fields_group:first-child .group_title {
    margin-top: 0;
}

.content_item .fields_group {
    overflow: hidden;
    clear: both;
}

.arenda_item .title_left{
    width: 200px ;
}
.arenda_item .fields_group{
   clear:none!important;
}
.content_item .fields_group .field {
    margin: 0px ;
}
.content_item .fields_group + .field {
    
}

/* ========================================================================== */

.content_item .ft_text {
    
}

.content_item .ft_text .value,
.content_item .ft_html .value {
 
}

.content_item .ft_html .value table, .redactor-editor table {
    border-collapse: collapse;
}

.content_item .ft_html .value table th,
.content_item .ft_html .value table td,
.redactor-editor table td,
.redactor-editor table th {
    padding: 10px;
    border:solid 1px #CCC;
}

.content_list_item .ft_html a.read-more {
    display: block;
    margin:5px 0;
}

.ft_file .value .size {
    margin-left:5px;
    font-size:12px;
    color:#999;
}

.ft_date .value .time {
    padding-left:16px;
    background:url("../images/icons/clock-small.png") no-repeat left center;
}

.ft_color .color-block, .content_item_props .value .color-block {
	display:inline-block;
	width:32px;
	height:16px;
	border:solid 1px #000;
}

/* ========================================================================== */

.content_item_props {
 
    margin-bottom:15px;
    
}

.content_item_props table {
    border-collapse: collapse;
   
}

.content_item_props table tr td{
    
    border-bottom: 1px solid #eee;
}

.content_item_props table tr:last-child td{
    border-bottom:none;
}

.content_item_props table tr:hover td.title,
.content_item_props table tr:hover td.value{
    color:#c0392b;
}

.content_item_props table .heading{
    font-weight: bold;
        padding-top: 15px;
}

.content_item_props table .title{
    padding-right: 10px;
    color:gray;
}

.content_item_props table .value{
  
}

/* ========================================================================== */
#trash_content_pills { margin-bottom: 30px; }
.content_list_item {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    clear: both;
    position: relative;
    margin-bottom:15px; color:#222;
}
.content_list_item:last-child, .content_list_item:last-child > div:last-child {
    margin-bottom: 0;
}

.content_list_item .photo{
       float: left;
    margin-right: 15px;
    margin-top: 10px;
}

.content_list_item .value { font-size:1em; float: left;}
.content_list_item .f_stoimost_arendy_za_chas .value {border-radius: 5px; background-color: #4caf50; color: white; padding: 0px 5px; font-weight:600;}
.content_list_item .f_stoimost_arendy_za_smenu .value {border-radius: 5px; background-color: #4caf50; color: white; padding: 0px 5px; font-weight:600;}
.content_list_item .f_stoimost_arendy_za_chas .title_left {padding:0px 0px;  }
.content_list_item .f_telefon_dlya_zakazov {padding-top: 10px;}
.content_list_item .title_left { font-size:1em;}
.content_list_item .field { margin-bottom: 1px; clear: both; float: left;}
.content_list_item .ft_caption { margin-bottom:10px; margin-top:10px; }
.content_list_item .ft_caption .value { font-weight: 500; font-size:1.5em; color:#2c3e50; margin: 0;line-height:1em; }
.content_list_item .ft_caption a { color:#222; text-decoration: none; border-bottom:1px solid darkgray;}
.content_list_item .ft_caption a:hover {  color:inherit; text-decoration: none; border-bottom:1px solid #27ae60; }
.content_list_item .ft_caption a.parent_title { color:#7f8c8d; }
.content_list_item .ft_caption a.parent_title:hover { color:#d35400; }
.content_list_item .ft_caption h1 { font-size:16px; font-weight: bold; margin:0; padding:2px 0; }
.content_list_item .f_date_pub {
    color:#999; font-size:11px;
    padding-top:1px;
    padding-right: 10px;
    float:right;
    margin-top: -20px;
}

.content_item .ft_html p:last-child,
.content_list_item .ft_html p:last-child { margin-bottom: 0; }

.content_list_item .ft_user a { color:#BDC3C7; }
.content_list_item .ft_user a:hover { color:#d35400; }

.content_item .ft_listmultiple ul,
.content_list_item .ft_listmultiple ul {
	clear:both;
}
.content_item .ft_listmultiple ul li,
.content_list_item .ft_listmultiple ul li {
}

.content_item .tags_bar,
.content_list_item .tags_bar {
    margin:10px 0;
    overflow: hidden;
    font-size: 12px;
    padding-left:20px;
    background:url("../images/icons/tag.png") no-repeat left center;
    line-height: 16px;
    clear: both;
}

.content_item .tags_bar a ,
.content_list_item .tags_bar a {
    color:#7f8c8d;
}

.content_item .tags_bar a:hover ,
.content_list_item .tags_bar a:hover {
    color:#d35400;
}

.content_item .info_bar,
.content_list_item .info_bar {
    margin:5px 0;
    overflow: hidden;
    color: #424242;
    padding-top:0px;
}

.content_item .info_bar .bar_item,
.content_list_item .info_bar .bar_item {
    float:left;
    padding: 0px 10px 0px 0px;
    clear: both;

}

.content_item .info_bar .bar_item a,
.content_list_item .info_bar .bar_item a {
    color: black;
    text-decoration:none;
}

.content_item .info_bar .bar_item, .content_list_item .info_bar .bi_date_pub {
    margin-top: 10px;
    font-size: 0.9em;
}
.content_item .info_bar .bar_item, .content_list_item .info_bar .bi_hits {
     font-size: 0.9em;
}
.arenda_list .fields{min-width: 340px;
    float: left;
    max-width: 800px;
    padding-right: 15px;}
.content_item .info_bar .bar_item a:hover,
.content_list_item .info_bar .bar_item a:hover {
    color:#d35400;
}

.content_item .info_bar .bi_rating,
.content_list_item .info_bar .bi_rating{
   
}

.content_list_item .info_bar .bi_count{
    font-weight: bold;
}

.content_list_item .info_bar .bi_user, .content_item .info_bar .bi_user, .content_list .info_bar .bi_user {
    
    }

.content_item .info_bar .bi_hits,
.content_list_item .info_bar .bi_hits,
.content_list .info_bar .bi_hits{
    
    }

.content_list_item .info_bar .bi_comments {
    
}

.content_item .info_bar .bi_folder,
.content_list_item .info_bar .bi_folder{
   
    background: url("../images/icons/folder-small.png")  no-repeat 5px center;
}

.content_list_item .info_bar .bi_not_approved,
.content_item .info_bar .bi_not_approved{
    color:#c0392b;
}

.content_list_item .info_bar .bi_not_pub,
.content_item .info_bar .bi_not_pub{
    color:#d35400;
}
.bar_item.bi_not_approved.is_edit_item {
    color: #e67e22;
    font-weight: bold;
}
/* ========================================================================== */

.content_list_rss_icon, .content_list_styles { float:right; }

.content_list_rss_icon a, .inline_rss_icon {
    width:16px;
    height:16px;
    display: block;
    overflow:hidden;
    text-indent: 20px;
    background:url("../images/icons/rss.png") no-repeat left center;
}
.inline_rss_icon {
    display: inline-block;
}
#comments_widget .content_list_rss_icon {
    margin: 6px 0 0 15px;
}
.content_list_styles .style_switch {
    display: inline-block;
    height: 32px;
    min-width: 32px;
    background-image: url("../images/icons32/list_switch.png");
    background-repeat: no-repeat;
    background-position: left top;
    padding: 0 4px 0 34px;
    line-height: 32px;
    text-decoration: none;
    color: #839aa4;
}
.content_list_styles .style_switch:hover, .content_list_styles .style_switch.active {
    background-color: #ecf0f1;
}
.content_list_styles .style_switch.featured {
    background-position: left -96px;
}
.content_list_styles .style_switch.tiles {
    background-position: left -64px;
}
.content_list_styles .style_switch.table {
    background-position: left -32px;
}
/* ========================================================================== */

.content_list {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    clear: both;
}

.content_list .is_vip { background: #fffceb; }
.content_list .is_vip a,
.content_list .is_vip .title_left,
.content_list .is_vip .title_top {  }

.content_list.featured .first{
    padding:15px;
    background:#ecf0f1;
}
.content_list.featured .first .ft_caption a{
    font-size:24px;
}
.content_list.featured .first .fields {
    float:left;
    width:48%;
}
.content_list.featured .first .photo {
    float:right;
    width:48%;
    margin:0;
}
.content_list.featured .first > .photo img, .content_list_item > .photo img {
    width:100%;
    display: block;
}
.content_list.featured .first .f_title{
}
.content_list .info_bar{
    
    width: 340px;
    float: left;
    margin-top: 10px;
    clear: both;
}
.content_list.featured .first .info_bar .bar_item:first-child{
    padding-left:0;
}
.content_list.tiled.albums_list {
    margin-bottom: -20px;
}
/* ========================================================================== */

.content_list.table table { width:100%; border-collapse: collapse; }

.content_list.table table th { text-align:left; background:#ecf0f1; color:#34495e; }

.content_list.table table th,
.content_list.table table td{ padding: 10px; }

.content_list.table table td{ border-bottom: solid 1px #ecf0f1; }
.content_list.table table tbody tr:last-child td{ border-bottom: none; }

.content_list.table table tr.is_vip td { background: #ffffd3; }
.content_list.table table tr.is_vip td a { color:#352c19; }
.content_list.table table tr.is_vip td a:hover { color:#F60; }

.content_list.table table td.photo {
    width: 64px;
}

.content_list.table table td.photo a {
    display:block;
    width: 64px; height:64px;
    background:url("../images/nophoto.png") no-repeat center;
}

.content_list.table table td.ft_number {
    width:100px;
}
.content_list.table table td.ft_caption h2 {
    font-size: 16px;
    margin: 0;
}

/* ========================================================================== */

.content_list.tiled { margin: 0 auto; }

.content_list.tiled .clear { clear:both; }

.content_list.tiled .tile { width:33.33333%; float:left; margin-bottom:20px; padding-right: 10px; box-sizing: border-box; clear: none; }
.content_list.tiled .tile:nth-child(3) { padding-right: 0; }

.content_list.tiled .tile .photo {
    display: block;
    width:100%;
    height:140px;
    overflow:hidden;
    margin-bottom: 10px;
    position:relative;
    background-color: #bdc3c7;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0;
}
.content_list.tiled .tile .photo .note{
    position: absolute;
    padding:3px 6px;
    background:rgba(0,0,0,0.75);
    color:#FFF;
    font-size:12px;
    left:0;
    bottom:0;
    z-index: 1;
}
.content_list.tiled .tile .photo a > img {
    display: none;
}
.content_list.tiled .tile .photo a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.content_list.tiled .tile .photo .note span { color:#f1c40f; }

.content_list.tiled .tile .ft_caption, .content_list.tiled .tile .ft_caption h2  {
    font-size: 16px; margin: 0;
}
.content_list.tiled .tile .ft_caption .value { color: #2c3e50; font-weight: bold; }
.content_list.tiled .tile .ft_caption a { color: inherit; text-decoration: none; }
.content_list.tiled .tile .ft_caption a:hover { text-decoration: underline; }
.content_list.tiled .tile .ft_caption a.parent_title{ font-size:14px; font-weight: normal; color:#7f8c8d; }

.content_list.tiled .tile .field { margin-bottom: 10px; }

.content_list.tiled .info_bar { font-size: 12px; color: #7f8c8d; opacity: 0; transition: all 0.5s ease; }
.content_list.tiled .tile:hover .info_bar { opacity: 1; }
.content_list.tiled .info_bar .bar_item { float:left; margin-right: 5px; height:18px; line-height: 18px; }
.content_list.tiled .info_bar .bar_item:last-child { margin-right: 0; }
.content_list.tiled .info_bar .bi_comments{
    padding-left:25px;
    background: url("../images/icons/comment-small.png") no-repeat 5px center;
}

.content_list.tiled .info_bar .bi_not_approved{
    color:#BF0000;
}

.content_list.tiled .tags_bar {
    margin:10px 0;
    overflow: hidden;
    font-size: 12px;
    padding-left:20px;
    background:url("../images/icons/tag.png") no-repeat left center;
    height:18px;
    line-height:18px;
}

.content_list.tiled .tags_bar a {
    color:#BDC3C7;
}

.content_list.tiled .tags_bar a:hover {
    color:#d35400;
}
.content_list.tiled .info_bar .bi_date{
    padding-left:25px;
    background: url("../images/icons/clock-small.png") no-repeat 5px center;
}
/* ========================================================================== */

.content_item { position: relative; }

.content_item .ft_image {
    max-width: 100%;
}
.content_item .ft_image img, .ft_html img {
    display: block;
    margin:0;
	max-width:100%;
}
.ft_images img {
    display: block;
    margin: 0;
    width: 100%;
}
.content_item .ft_images {
    margin: 0 0 5px;
}
.first_type_images, .second_type_images {
    margin: 0 10px 10px 0;
    float: left;
    position: relative;
    overflow: hidden;
    max-width: 40%;
}
.second_type_images {
    max-width: 100%;
}
.hover_image {
    position: relative; display: inline-block;
}
.first_type_images:after,.second_type_images:after,.hover_image:after {
    content: '';
    background: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.5s ease;
    opacity: 0;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KPGc+Cgk8cGF0aCBkPSJNNDk3LjkzOCw0MzAuMDYzbC0xMTItMTEyYy0wLjMxMy0wLjMxMy0wLjYzNy0wLjYwNy0wLjk1NS0wLjkwOUM0MDQuNjM2LDI4NS40MDMsNDE2LDI0OC4wMDYsNDE2LDIwOCAgIEM0MTYsOTMuMzEzLDMyMi42OTUsMCwyMDgsMFMwLDkzLjMxMywwLDIwOHM5My4zMDUsMjA4LDIwOCwyMDhjNDAuMDA3LDAsNzcuNDA0LTExLjM2NCwxMDkuMTU0LTMxLjAxOCAgIGMwLjMwMiwwLjMxOSwwLjU5NiwwLjY0MywwLjkwOSwwLjk1NWwxMTIsMTEyQzQzOS40Myw1MDcuMzEzLDQ1MS43MTksNTEyLDQ2NCw1MTJjMTIuMjgxLDAsMjQuNTctNC42ODgsMzMuOTM4LTE0LjA2MyAgIEM1MTYuNjg4LDQ3OS4yMDMsNTE2LjY4OCw0NDguNzk3LDQ5Ny45MzgsNDMwLjA2M3ogTTY0LDIwOGMwLTc5LjQwNiw2NC42MDItMTQ0LDE0NC0xNDRzMTQ0LDY0LjU5NCwxNDQsMTQ0ICAgYzAsNzkuNDA2LTY0LjYwMiwxNDQtMTQ0LDE0NFM2NCwyODcuNDA2LDY0LDIwOHoiIGZpbGw9IiNGRkZGRkYiLz4KCTxwYXRoIGQ9Ik0yNzIsMTc2aC0zMnYtMzJjMC0xNy42NzItMTQuMzI4LTMyLTMyLTMycy0zMiwxNC4zMjgtMzIsMzJ2MzJoLTMyYy0xNy42NzIsMC0zMiwxNC4zMjgtMzIsMzJzMTQuMzI4LDMyLDMyLDMyaDMydjMyICAgYzAsMTcuNjcyLDE0LjMyOCwzMiwzMiwzMnMzMi0xNC4zMjgsMzItMzJ2LTMyaDMyYzE3LjY3MiwwLDMyLTE0LjMyOCwzMi0zMlMyODkuNjcyLDE3NiwyNzIsMTc2eiIgZmlsbD0iI0ZGRkZGRiIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: center center;
}
.first_type_images:hover:after,.second_type_images:hover:after,.hover_image:hover:after {
    opacity: 0.4;
}
.first_type_images:not(:first-child) {
  margin-bottom: 10px;
}
/* ========================================================================== */

.content_moderation_notice{
    color:#666666;
    padding-left:20px;
    background-position: left center;
    background-repeat: no-repeat;
    float:right;
    margin-top:-26px;
}

.content_moderator_info{
    font-size:12px;
    color:#666;
    font-style: italic;
}

/* ========================================================================== */

#content_bind_form {
	padding:15px;
}
#content_bind_form #item-find-field {
    width:35%;
    float: left;
}
#content_bind_form #item-find-input {
    width:65%;
    float: left;
    border-left: none;
    min-width: 300px;
}
#content_bind_form .find {
    overflow:hidden;
	margin:0;
}
#content_bind_form .filter-tabs {
	margin-top: 10px;
}
#content_bind_form .filter-tabs ul {
	margin-bottom: 10px;
}
#content_bind_form .filter-tabs li {
	font-size:12px;
	padding: 4px 6px;
	height:16px;
	line-height:16px;
	margin-right: 2px;
}
#content_bind_form .result-pane {
	height:180px;
	border: solid 1px #ECECEC;
	padding:2px;
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}
#content_bind_form .spinner {
    display: none;
}
#content_bind_form .spinner.show {
    display: block;
}
#content_bind_form .spinner.show + .result-pane {
    -webkit-filter:blur(1px);
    -moz-filter:blur(1px);
    -ms-filter:blur(1px);
    -o-filter:blur(1px);
    filter:blur(1px);
}
#content_bind_form .result-pane ul,
#content_bind_form .result-pane ul li {
	list-style: none;
	margin:0; padding:0;
}
#content_bind_form .result-pane ul li {
	padding:10px;
	border-bottom: solid 1px #EFEFEF;
	position:relative;
}
#content_bind_form .result-pane ul li:last-child {
	border-bottom: none;
}
#content_bind_form .result-pane ul li .title {
	font-size:14px;
	font-weight:bold;
	margin-bottom:4px;
}
#content_bind_form .result-pane ul li .details,
#content_bind_form .result-pane ul li .details a {
	font-size:11px;
	color:#888;
}
#content_bind_form .result-pane ul li .details a:hover {
	color:#444;
}
#content_bind_form .result-pane ul li .details .user {
	margin-right:4px;
	background: url(../images/icons/user-small.png) no-repeat left center;
	padding-left:18px;
	display:inline-block;
	height:16px;
	line-height:16px;
}
#content_bind_form .result-pane ul li .add {
	position: absolute;
	right:10px;
	top:10px;
}
#content_bind_form .buttons {
	margin-top:10px;
	visibility: hidden;
}
/* ========================================================================== */

.video_frame {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.video_wrap {
    height: 0;
    position: relative;
    padding-bottom: 56.25%;
    overflow:hidden;
}

.content_item_props .value ul {
    margin: 0;
    list-style: none;
}
.content_item_props .value ul li {
    display: inline-block;
    padding: 0 3px 0 0;
}
.content_item_props .value ul li:after {
    content: ', ';
}
.content_item_props .value ul li:last-child:after {
    content: '';
}
.content_item_props .value ul li:last-child {
    padding-right: 0;
}
a.hashtag {
    text-decoration: none;
}
.spoiler > input + label:before {
    content: '+';
    float: left;
    font-weight: bold;
    width: 15px;
}
.spoiler > input:checked + label:before {
    content: '-';
}
.spoiler > input, .spoiler > input + label + .spoiler_body { display:none; }
.spoiler > input + label , .spoiler > .spoiler_body {
    background:#ecf0f1;
    padding:5px 10px;
    overflow:hidden;
    width:100%;
    box-sizing: border-box;
    display: block;
}
.spoiler > input + label { cursor: pointer; }
.spoiler > input:checked + label + .spoiler_body{ display: block; }
.spoiler > .spoiler_body {
    border: 2px solid #ecf0f1;
    border-top: none;
    background-color: transparent;
}
@media screen and (max-width: 980px) {
    body { font-size: 0.9em;
    }
	.share .ya-share2__container_size_s .ya-share2__item {
		margin-right: 10px;
	}
}
@media screen and (max-width: 800px) {
    .content_list.tiled .tile {
        width: 50%;
    }
    .content_list.tiled > .clear {
        display: none;
    }
    .content_list.tiled .tile:nth-child(3) {
        padding-right: 10px;
    }
    .content_list.tiled .tile:nth-child(2) {
        padding-right: 0;
    }
}
@media screen and (max-width: 640px) {
    
    .content_list.tiled .tile {
        width: 100%;
    }
    .content_list.tiled .tile:nth-child(3) {
        padding-right: 0;
    }
    .content_list.tiled .tile:nth-child(2) {
        padding-right: 0;
    }
    .content_item .field.left_field, .content_item .field.right_field {
        float: none;
        margin-right: 0;
        margin-left: 0;
        width: 100% !important;
    }
    .content_list.tiled .tile .photo {
        height:180px;
    }
}

.fields_group_arenda_1 .field{

}
.f_harspec .title_left {
    
}
.f_content .title_left {
  
}
.f_harspec .value {
    
}


.fields_group_arenda_1 h3{
   margin-top:0px!important;
   margin-bottom:5px!important;
}
.relevants sleng_list {
    clear: both;
}


/* === Compatibility safeguards for current responsive markup === */
@media screen and (max-width: 980px) {
    #layout {
        width: 98%;
        min-width: 0;
    }
    #body section,
    #body aside {
        box-sizing: border-box;
        max-width: 100%;
    }
    img,
    iframe,
    video {
        max-width: 100%;
        height: auto;
    }
}
/* Iteration 3: modular spacing, typography and responsive controls */
:root {
    --mt-space-1: 4px;
    --mt-space-2: 8px;
    --mt-space-3: 12px;
    --mt-space-4: 16px;
    --mt-space-5: 24px;
    --mt-space-6: 32px;
    --mt-space-7: 48px;
    --mt-radius: 6px;
    --mt-font-sm: 0.875rem;
    --mt-font-base: 1rem;
    --mt-font-lg: 1.25rem;
    --mt-line: 1.5;
}

html {
    font-size: 16px;
}

body {
    font-size: var(--mt-font-base);
    line-height: var(--mt-line);
}

h1 {
    margin: 0 0 var(--mt-space-5);
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    line-height: 1.15;
}

h2 {
    margin: var(--mt-space-6) 0 var(--mt-space-4);
    font-size: clamp(1.35rem, 2vw, 1.75rem);
    line-height: 1.25;
}

h3 {
    margin: var(--mt-space-5) 0 var(--mt-space-3);
    font-size: var(--mt-font-lg);
    line-height: 1.3;
}

p,
ul,
ol,
table {
    margin-top: 0;
    margin-bottom: var(--mt-space-4);
}

#body {
    gap: var(--mt-space-5);
}

#body > section,
#body > aside,
.widget,
.content_item,
.content_list_item {
    min-width: 0;
}

#body > section,
.widget,
.content_item {
    padding: clamp(var(--mt-space-4), 2.5vw, var(--mt-space-6));
}

.widget + .widget,
.content_list_item + .content_list_item,
.field + .field {
    margin-top: var(--mt-space-4);
}

.content_list_item {
    margin: 0;
    padding: var(--mt-space-4);
    border-radius: var(--mt-radius);
}

.content_list_item .fields,
.content_item .fields {
    min-width: 0;
}

.content_item .field,
.content_list_item .field {
    line-height: var(--mt-line);
}

.content_item .field > [class^="title_"],
.content_list_item .field > [class^="title_"] {
    margin-bottom: var(--mt-space-1);
    font-size: var(--mt-font-sm);
    line-height: 1.4;
}

button,
input[type="button"],
input[type="submit"],
.button,
.btn,
a.button {
    box-sizing: border-box;
    min-height: 44px;
    padding: 10px var(--mt-space-4);
    border-radius: var(--mt-radius);
    font-size: var(--mt-font-base);
    line-height: 1.35;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="url"],
select,
textarea {
    box-sizing: border-box;
    max-width: 100%;
    min-height: 42px;
    padding: var(--mt-space-2) var(--mt-space-3);
    font-size: var(--mt-font-base);
    line-height: 1.4;
}

.menu,
.tabs-menu,
.controller_actions_menu {
    gap: var(--mt-space-2);
}

.menu a,
.tabs-menu a {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    padding: var(--mt-space-2) var(--mt-space-3);
}

img,
video,
iframe {
    max-width: 100%;
}

@media (max-width: 768px) {
    :root {
        --mt-space-5: 20px;
        --mt-space-6: 24px;
        --mt-space-7: 32px;
    }

    #body {
        gap: var(--mt-space-4);
    }

    #body > section,
    #body > aside,
    .widget,
    .content_item {
        padding: var(--mt-space-4);
    }

    .content_list_item {
        padding: var(--mt-space-3);
    }

    .menu,
    .tabs-menu {
        display: flex;
        max-width: 100%;
        overflow-x: auto;
        scrollbar-width: thin;
    }

    .menu a,
    .tabs-menu a {
        white-space: nowrap;
    }
}

@media (max-width: 480px) {
    html {
        font-size: 16px;
    }

    .content_list_item {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .content_list_item .fields {
        width: auto !important;
        max-width: 100%;
        padding-right: 0 !important;
    }

    .content_list_item .info_bar {
        width: auto !important;
        max-width: 100%;
    }

    #breadcrumbs ul {
        box-sizing: border-box;
        display: flex;
        flex-wrap: wrap;
        width: auto;
        max-width: 100%;
    }

    #body > section,
    #body > aside,
    .widget,
    .content_item {
        padding: var(--mt-space-3);
    }

    button,
    input[type="button"],
    input[type="submit"],
    .button,
    .btn,
    a.button {
        width: 100%;
        justify-content: center;
    }
}
