/* Global =================================================================== */

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

body {
    background: #FBFBFB;
    margin:0;
    padding:0;
}

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

#layout{
    width: 980px;
    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: 0 14px;
    background: no-repeat left top,linear-gradient(90deg, #55acee 0%, #f732ffcc 100%);
}

#layout header #logo a, #layout header #logo > span{
    display: block;
    float: left;
    width: 170px;
    background-size: contain;
    height: 50px;
    background-image: url(../images/logo.svg);
    background-repeat: no-repeat;
    background-position: left center;
}

/* 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{
    background-image: url("../images/icons/bullet_arrow_down.png");
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left:28px;
}

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

header .menu > li > a {
    display: block;
    padding: 0 5px;
    color:#ecf0f1;
    text-decoration: none;
    font-size: 12px;
}
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:#FFF;
}

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 #240e62;
    background-color: #240e62;
    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: #240e62; 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 {
    height:50px;
    background: #FFF;
    padding: 0;
    margin-bottom: 10px;
    font-size:12px;
}

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

nav .menu {
    z-index: 5; float: left;
    height: 50px;
    line-height: 50px;
}

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

nav .menu > li {
    float: left;
}

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

nav .menu > li > a {
    display: block;
    padding: 0 15px;
    color:#000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}

nav .menu > li > a:hover {
    background: #ddd !important;
}

nav .menu > li.active > a { background: #ddd !important; }
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:#none; padding:0 10px; position: relative; }

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

#breadcrumbs ul{
    overflow: hidden;
    position: relative;
}
#breadcrumbs > ul:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
	background: none;    
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1aecf0f1', endColorstr='#ecf0f1',GradientType=1 );
    width: 50px;
    height: 100%;
}
#breadcrumbs ul li {
    font-size: 12px;
    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;
}

#breadcrumbs ul li a:hover {
    color:#34495e;
    text-decoration: none;
}

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

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

#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:none;
    margin-bottom: 10px;
    position: relative;
    z-index: 0;
}

#body section h1{
    margin-bottom: 20px;
    color:#34495e;
}

#body section h1 + .parent_title{
    font-size:16px;
    margin: -10px 0 20px 0;
}
.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; background: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 {
    background: url("../images/icons/item.png") no-repeat 10px center;
}
#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:#666;
    text-decoration: none;
    padding:4px 10px;
    padding-left:36px;
    white-space: normal;
}

#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: #34495E;
    height: 60px;
    color: #7f8c8d;
    padding: 0 15px;
    clear:both;
    font-size:12px;
}

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

#layout footer ul {
    overflow: hidden;
}

#layout footer ul li {
    height: 60px;
    line-height: 60px;
    float:left;
    margin-right: 15px;
}

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


#layout footer a { color:#95a5a6; }
#layout footer a:hover { color:#ecf0f1; }

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

/* 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;
}
hr {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px 0 0 0;
}
/* Media Queries ============================================================ */

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

@media screen and (max-width: 800px) {
    #body section { width:100% !important; }
    nav { padding:5px; height:auto; }
    nav .menu { display:none; }
    nav select {
        position: relative;
        display: inline-block;
        background: transparent;
        border: 0;
        box-shadow: none;
        color: #FFF;
        font-size: 14px;
        -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%;
    }
    #layout header #logo { width:200px; }
    .tabs-menu > ul { display:none; }
    .tabs-menu > select { display:block; }
    .widget > .title { font-size:14px !important; }
    .widget > .title .links { display:none; }
    .content_item .ft_image { float:none !important; }
    .modal_padding {
        padding: 10px;
        box-sizing: border-box;
        min-width: 320px;
    }
}

@media screen and (max-width: 480px) {
    #layout footer #nav { display: none !important; }
    #breadcrumbs > ul li:last-child {
        display: none;
    }
    h1 {
        font-size: 22px;
    }
    .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;
    }
}







.avatar-update{width:auto;height:26px;position:relative;margin:-28px 0 0 0;background:#242424;background:linear-gradient(to bottom, rgba(0,0,0,0.01) 0%, rgba(0,0,0,0.85) 100%);overflow:hidden;font-size:20px;justify-content:center;box-shadow:0 6px 6px 0 rgba(0,0,0,0.05)}
#avatar:hover .avatar-update{}
.avatar-update a{text-shadow:0 0 2px rgba(0,0,0,0.6);color:#e4e4e4;text-decoration:none}
.avatar-update :hover{color:#fff}
#body aside .menu, #body aside .menu li, #body section .menu, #body section .menu li {
    text-align: left;
    padding-top: 7px;
}
#user_profile {
    clear:both;
    overflow: hidden;
}

#user_profile_title {
    margin-bottom: 20px;
    overflow: hidden;
    line-height: 42px;
}
#user_profile_title .name h1 {
    margin: 0;
}
#user_profile_title .name h1 > sup {
    font-size: 12px;
    display: inline-block;
    margin: -5px 0 0 0px;
    background: none;
    padding: 0;
}
#user_profile_title .name.name_with_status h1 {
    font-size: 24px;
}
#user_profile_title .avatar, #user_profile_title .name {
    display: inline-block;
    vertical-align: middle;
}

#user_profile_title .avatar img { display:block; border-radius: 50%; }
#user_profile_title .name_with_status { line-height: 28px; margin-top:-4px; }
#user_profile_title .name a { color: #34495E; text-decoration: none; }
#user_profile_title .name a:hover { text-decoration: underline; }

#user_profile_title .status { font-size:12px; line-height: normal; clear: both; margin: 0px 0px 5px 4px;}
#user_profile_title .status .text { color:#34495e;}
#user_profile_title .status .reply {
    margin-left:5px;
    padding-left:18px;
    background:url("../../images/icons/comment-small.png") no-repeat left center;
}

#user_profile_title .status .delete {
    padding-left: 5px;
}

#user_profile_title .is_locked{
    font-size: small;
    color:red;
    margin-left:15px;
}

/* ========================================================================== */

#user_profile_rates, #user_profile_ratings {
    float:right;
    position: relative;
}
#user_profile_ratings {
    margin-right: 10px;
}
#user_profile_rates .block, #user_profile_ratings .block {
    line-height: 20px;
    padding: 5px 10px;
    border-radius: 2px;
    font-size: 21px;
    background-color: #ecf0f1;
    color: #555;
    text-align: center;
}
#user_profile_ratings .block {
    background-color: #e4002b;
    color: #FFF;
}
.block .user_ratings_hint {
    line-height: normal;
    font-size: 12px;
}
#user_profile_ratings .positive { color:#FFF; }
#user_profile_rates .negative { color:red; }
#user_profile_rates .positive { color:green; }
#user_profile_rates .karma .value,
#user_profile_rates .karma .thumb{
    display: inline-block;
}
#user_profile_rates .karma .thumb{
    display:inline-block;
    width:16px;
    height:16px;
    background: url("../../images/icons/vote_thumbs.png") no-repeat left center;
    margin-top:2px;
    opacity: 0.5;
}
#user_profile_rates .karma .thumb:hover{
    opacity:1;
}
#user_profile_rates .karma .thumb_up{
    background-position: 0 0;
    margin-right:5px;
}
#user_profile_rates .karma .thumb_down{
    background-position: -16px 0;
    margin-left:5px;
}

/* ========================================================================== */

#user_status_widget{
    background-color:#F4FAFC;
    padding:5px;
    border-radius: 4px;
    margin-top:-5px;
    overflow: hidden;
}

#user_status_widget .input{
    border-color:#A3CAE0; border-radius: 2px;
}

#user_status_widget.loading {
    background-position: center center;
}

#user_status_widget.loading .input{
    visibility: hidden;
}

/* ========================================================================== */

#user_profile_tabs { margin-top:15px; }
#user_content_pills { margin-bottom: 20px; }
#user_content_folders { margin-bottom: 20px; }

/* ========================================================================== */

#user_profile #left_column {
    float:left;
}
#user_profile #right_column {
    overflow: auto;
}

#user_profile #left_column .block{
    border:solid 1px #B3C2C9;
    border-bottom: none;
    margin-right: 15px;
    min-width: 200px;
    padding:10px;
}

#user_profile #left_column .block:last-child{
    border-bottom:solid 1px #B3C2C9;
}

/* ========================================================================== */

#user_profile #avatar {
    padding-bottom:0px;
    text-align: center;
}

/* ========================================================================== */

#user_profile .block .details,
#user_profile .block .details li {
    margin:0;
    padding:0;
    list-style: none;
    color:#343434;
    font-size:12px;
}

#user_profile .block .details strong,
#user_profile .block .block-title {
    color:#34495e;
    font-weight:normal;
}

#user_profile .block .details .online{
    color:green;
}

#user_profile .block .block-title {
    margin-bottom:6px;
    font-weight: bold;
}

/* ========================================================================== */

#user_profile .block .content_counts,
#user_profile .block .content_counts li {
    list-style: none; margin:0; padding:0;
}

#user_profile .block .content_counts {
    margin:-10px;
}

#user_profile .block .content_counts li {
    border-bottom: solid 1px #B3C2C9;
}

#user_profile .block .content_counts li:last-child {
    border:none;
}

#user_profile .block .content_counts a {
    color: #343434;
    text-decoration:none;
    display:block;
    overflow:hidden;
    height:24px;
    line-height:24px;
    padding:4px 10px;
}

#user_profile .block .content_counts a:hover {
    background:#E1EBEF;
}

#user_profile .block .content_counts a .counter {
    display:block;
    overflow:hidden;
    height:24px;
    line-height:24px;
    color:#34495E;
    float:right;
    padding:0 6px;
    font-size:12px;
}

/* ========================================================================== */

#user_profile .friends-list {
    overflow: hidden;
    max-width: 200px;
}

#user_profile .friends-list a {
    text-decoration:none;
    display: block;
    float:left;
    overflow: hidden;
    margin-right: 1px;
    margin-bottom: 1px;
}

#user_profile .friends-list a span {
    display: block;
    float: left;
    height:32px;
    line-height:32px;
}

#user_profile .friends-list a:hover {
    opacity: 0.75;
}

/* ========================================================================== */

#user_profile #information{
    padding:0px;
}

#user_profile #information .fieldset_title{
    border-top: dotted 1px #B3C2C9;
    margin-bottom: 25px;
    margin-top:10px;
}

#user_profile #information .fieldset_title h3{
    margin:0;
    margin-top:-10px;
    background:#FFF;
    padding-right:10px;
    float:left;
    color:#34495e;
    font-weight: normal;
    font-size:14px;
}

#user_profile #information .fieldset {
    padding-bottom:15px;
}

#user_profile #information .fieldset .field {
    margin-left:15px;
    margin-bottom: 5px;
}

#user_profile #information .fieldset .field .title{
    color:#343434;
}
#users_profiles_list .field {
    line-height: 18px;
    color: #666;
}
#users_profiles_list .title_left {
    display: inline-block;
    margin-right: 10px;
}
#users_profiles_list .title_left + .value {
    display: inline-block;
}

#users_profiles_list .title_top { margin-bottom:5px; }
/* ========================================================================== */

#users_karma_log_list .date{
    color:#CCCCCC;
    padding-left:5px;
    font-size:12px;
}

#users_karma_log_list .comment{
    margin-top: 4px;
    line-height: 18px;
}

#users_karma_log_list .value{
    float:right;
    margin-right: 0;
    border-radius: 4px;
    padding:3px;
}

#users_karma_log_list .value span{
    width:16px;
    height:16px;
    display: block;
    text-indent: -10000px;
    font-weight: bold;
    background: url("../../images/icons/vote_thumbs.png") no-repeat left center;
}

#users_karma_log_list .positive{
    border:solid 1px green;
}
#users_karma_log_list .positive span{
    background-position:0 0;
}

#users_karma_log_list .negative{
    border:solid 1px red;
}
#users_karma_log_list .negative span{
    background-position:-16px 0;
}

#groups_invite_window{ padding:20px; }
#groups_invite_window h3 { margin:0; }
#groups_invite_window .list { margin:10px 0; }
#groups_invite_window .list select { width:300px; }

.buttons_delete_profile {
    float: right;
}
input.button.delete_profile {
    background: #c0392b;
}
input.button.delete_profile:hover {
    background: #e74c3c;
}
#user_profile #left_column #avatar img { width:100%; max-width:250px; }
@media screen and (max-width: 640px) {
    #user_profile #left_column { float:none; }
    #user_profile #left_column .block {
        margin-right: 0;
    }
    #user_profile #left_column .block:last-child {
        margin-bottom: 15px;
    }
    #user_profile #left_column #avatar { display: block; margin-right: 0; }
    #user_profile #left_column #avatar img { width:100%; max-width:100%; }
    #user_profile_title .avatar { display:none; }
    #user_profile_title .name { padding-left:0; }
}