div.favorite-floor {
    position: relative;
}
div.favorite-floor-themes {
    z-index: 20;
}
div.favorite-floor-files {
    z-index: 21;
}
div.title-dark 
{
	padding-left: 0 !important;
}
div.favorite-floor-title {
    height: 19px;
    line-height: 19px;
    padding-right: 10px;
    color: #000;
    background: #F1F1F1;
    position: relative;
    margin-bottom: 1px;
}
div.favorite-floor-title a.favorite-floor-toggle {
    display: block;
    text-decoration: none;
    width: 19px;
    height: 19px;
    float: left;
    background: 3px 3px no-repeat url('images/floor-arrow-down.png');
}
div.favorite-floor-title a.favorite-floor-toggle:hover
{
    background: 3px -20px no-repeat url('images/floor-arrow-down.png');
}
div.favorite-floor-title a.add_publish {
    background: url("images/icon-small-plus.png") no-repeat scroll left 3px transparent;
    display: block;
    float: right;
    font-weight: normal;
    padding: 0 0px 0 16px;
    text-decoration: none;
    font-size: 11px;
}
div.favorite-floor-title a.add_publish:hover {
    background: url("images/icon-small-plus_a.png") no-repeat scroll left 3px transparent;
}
div.favorite-floor-title span.favorite-floor-toggle {
    display: block;
    width: 19px;
    height: 19px;
    float: left;
}
div.favorite-floor-title.favorite-floor-title-closed a.favorite-floor-toggle {
    background: 3px 3px no-repeat url('images/floor-arrow-right.png');
}
div.favorite-floor-title.favorite-floor-title-closed a.favorite-floor-toggle:hover
{
    background: 3px -20px no-repeat url('images/floor-arrow-right.png');
}
div.favorite-floor-title.favorite-floor-title-closed div.filter-item {
    display: none;
}
div.favorite-floor-title a.icon-back {
    display: block;
    text-decoration: none;
    width: 14px;
    height: 14px;
}
div.favorite-floor-title span.favorite-floor-title {
    display: block;
    float: left;
    width: auto;
    padding-right: 5px;
}

div.favorite-floor-title span.favorite-floor-title-2 {
    display: block;
    float: left;
    width: auto;
    padding-right: 5px;
    padding-left:10px;
}

div.favorite-floor-title span.icon-new-folder {
    margin-top: -1px;
}
.index-floor-toggle {
/* здесь был оборванный класс*/
}

.des_share_all_collection {
    float:right;
    display:block;
    width:20px;
    height:16px;
}

/*
a.icon-share-line {
    display: block;
    position: absolute;
    right: 10px;
    bottom: 1px;
    z-index: 10;
}
a.icon-share-line {
    width: 17px;
    min-height: 16px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
    _height: 16px;
    background: -1px -1px no-repeat url(/favorite/images/icon-fav-share.png);
}
*/

.des_fav_share_place2 {
    background: url(/favorite/images/share-fav3.png) no-repeat 0 0;
    width: 243px;
    height: 100px;
    position: absolute;
    z-index: 500;
    top: -93px;
    right: 7px;
}

/*
a.icon-share-line {
    background: url("/favorite/images/share-fav-mini-na.png") no-repeat scroll left 3px transparent;
    display: block;
    float: right;
    font-weight: normal;
    padding: 1px 0px 0 18px;
    text-decoration: none;
    font-size: 11px;
}*/
.fr a.icon-share-line {
    text-decoration: none;
    font-weight: normal;
    background: url('/favorite/images/share-fav-mini-na.png') no-repeat scroll left 3px transparent;
    display: block;
    float: right;
    padding: 1px 0px 0 18px;
    text-decoration: none;
}
/*
a.icon-share-line:hover {
    background: url("/favorite/images/share-fav-mini.png") no-repeat scroll left 3px transparent;
    display: block;
    float: right;
    font-weight: normal;
    padding: 1px 0px 0 18px;
    text-decoration: none;
    font-size: 11px;
}
.fr a.icon-share-line:hover {
    text-decoration: none;
    font-weight: normal;
    background: url('/favorite/images/share-fav-mini.png') no-repeat scroll left 3px transparent;
    display: block;
    float: right;
    padding: 1px 0px 0 18px;
    text-decoration: none;
}*/

.des_linkCopyBlockShare {
    padding-left: 16px;
}


.des_linkCopyBlockShare input {
    height: 20px !important;
    padding: 0px !important;
    font-size: 11px !important;
    border: 1px solid #ccc;
    width: 187px !important;
    margin: 0px !important;

}


div.like-buttons {
    height: 16px;
    padding: 7px;
}

.des_hide {
    display:none;
}



/* ===  Favorite === */

.favorite_user_wrapper {
    /*background: #fafafa;*/
    overflow: hidden;
    /*padding-bottom: 25px;*/
}

.favorite_user_block {
    border: 1px solid #e1e1e1;
    background: #fff;
    overflow: hidden;
}
.favorite_user_block .user-photo {
    display: block;
    max-width: 98px;
    float: left;
    margin-right: 20px;
}

.favorite_user_block .user-photo img {
    width: 100%;
    height: auto;
}

.favorite_user_block .photo_line {
    overflow: hidden;
    padding: 6px 6px 20px 6px;
}

.user_lk_menu {
    /*border-top: 1px solid #c7c7c7;*/
}

.user_lk_menu_block {
    padding: 0 17px;
    border-top: 1px solid #c7c7c7;
}

.ulmb_title {
    display: block;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #5e5e5e;
    text-transform: uppercase;
    padding: 10px 0;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.ulmb_title.active:hover {
    color: #5e5e5e;
}


.ulmb_title:hover {
    /*color: #ff0000;*/
    color: #ff0000;
}

.user_lk_menu_block ul {
    list-style: none;
    margin: 0;
    padding-left: 12px;
    padding-bottom: 15px;
    padding-top: 5px;
}

.user_lk_menu_block ul li {
    margin-bottom: 7px;
}

.user_lk_menu_block ul li a {
    color: #5e5e5e;
    text-decoration: none;
    font-size: 14px;
}

.user_lk_menu_block ul li a:focus {
    text-decoration: none;
}

.user_lk_menu_block ul li a:hover {
    text-decoration: underline;
}



.favorite_wrapper {
    position: relative;
}

.favorite_block {
    position: relative;
    margin-bottom: 35px;
}

.favorite_block .detail_sect_title {
    font-weight: normal;
}

.favorite_block_action_tool {
    position: absolute;
    display: block;
    z-index: 2;
    top: 0;
    right: 0;
    font-size: 16px;
    color: #555;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    -ms-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.favorite_block_action_tool {
    color: #5e5e5e;
    transition: opacity .3s, color .3s;
}

.favorite_block_action_tool,
.favorite_block_action_tool:focus,
.favorite_block_action_tool:hover {
    text-decoration: none;
}

.favorite_block_action_tool:hover {
    color: #ff0000;
}

.favorite_block_action_tool:after {
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: top;
    margin-left: 8px;
    margin-right: 0;
    background-color: #ff0000;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpolygon fill='%23ffffff' points='0,10.4 10.4,10.4 10.4,0 13.6,0 13.6,10.4 24,10.4 24,13.6 13.6,13.6 13.6,24 10.4,24 10.4,13.6 0,13.6 '/%3E%3C/svg%3E");
}

/*.create_favorite_collection:before {*/
/*    background-image: url(images/favorite_add_collection.png);*/
/*}*/

/*.share_favorites_items:before {*/
/*    background-image: url(images/favorite_items_share.png);*/
/*}*/


@media handheld, only screen and (max-width: 860px) {
    .favorite_block .detail_sect_title {
        text-align: left;
    }
}

@media handheld, only screen and (max-width: 480px) {

    .favorite_block .detail_sect_title {
        text-align: center;
    }
    .favorite_block_action_tool {
        position: static;
        margin-bottom: 25px;
        text-align: right;
        padding: 10px 0;
    }
}


.favorite_items_block {

}

.share_favorites_items {

}

.favorite_list {
    margin-left: -11px;
    margin-right: -20px;
    /*margin-bottom: -30px;*/
    overflow: hidden;
    /*padding-left: 4px;*/
}

.favorite_list_item {
    width: 33.333333%;
    /*float: left;*/
    float: none;
    padding: 0 15px;
    margin-bottom: 30px;
    margin-left: -4px;
    display: inline-block;
}

@media (max-width: 1024px) {
    .favorite_list_item {
        width: 50%;
        /*float: left;*/
        float: none;
    }
}

@media handheld, only screen and (max-width: 559px) {
    .favorite_list_item {
        width: 100%;
        float: none;
    }
}

.favorite_list_item_content {

}

.favorite_list_item_img {

}

.favorite_list_item_img a {
    display: block;
}

.favorite_list_item_img img {
    display: block;
    width: 100%;
    height: auto;
}

.favorite_list_item_desc {
    position: relative;
}

.favorite_list_item_title {
    font-size: 16px;
    color: #5e5e5e;
    font-weight: normal;
    margin: 0;
    height: 40px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 12px 0;
}

.favorite_list_item_title a,
.favorite_list_item_title a:focus {
    text-decoration: none;
}
.favorite_list_item_title a:hover {
    text-decoration: underline;
}

.collection_toolbox {

}

.item_toolbox {

}

.favorite_list_item_toolbox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.favorite_list_item_toolbox>a {
    text-decoration: none;
    display: block;
    width: 24px;
    height: 24px;
    border: 1px solid #eaeaea;
    line-height: 22px;
    text-align: center;
    font-size: 0;
    margin-right: 8px;
    transition: border-color .24s;
}

.favorite_list_item_toolbox>a:hover {
    text-decoration: none;
    border-color: #333333;
}

.favorite_list_item_toolbox>a svg {
    fill: #7c7c7c;
    transition: fill .24s;
}

.favorite_list_item_toolbox>a:hover svg {
    fill: #333333;
}


.flit_share {
    background-image: url(images/favorite_share.png);
}

.flit_edit {
    background-image: url(images/favorite_edit.png);
}

.flit_publ {
    background-image: url(images/favorite_publ.png);
}

.flit_delete {
    background-image: url(images/favorite_delete.png);
}

.flit_drag {
    background-image: url(images/favorite_drag.png);
}

.flit_move {
    background-image: url(images/favorite_move.png);
}

.flit_hide {
    background-image: url(images/favorite_hide.png);
}

.flit_hide.hidden_collection {
    box-shadow: inset 0 10px 40px rgba(255, 74, 0, 0.1);
}

.favorite_items_block .favorite_list_item_title {
    margin-left: 28px;
}

.share_change_block {
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    /*z-index: 2;*/
    position: relative;
    float: left;
    width: 18px;
    overflow: hidden;
}

.share_change_block input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    z-index: 2;
    left: -100%;
}

.share_change_block input[type="checkbox"] + label {
    cursor: pointer;
    display: block;
    position: relative;
    width: 18px;
    height: 18px;
    margin-top: 11px;
    margin-bottom: 11px;
}

.share_change_block input[type="checkbox"] + label:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    width: 16px;
    height: 16px;
    border: 1px solid #d4d4d4;
    margin-top: 2px;
    background-color: #fff;
}
.share_change_block input[type="checkbox"]:checked + label:before {
    border: 1px solid #ff0000;
    margin-top: 2px;
    background-color: #ff0000;
    -webkit-box-shadow: inset 0 0 0 3px #ffffff;
    box-shadow: inset 0 0 0 3px #ffffff;
}


a.contents-menu-selected
{
	text-decoration: underline !important;
}


.favorite_list_item_toolbox .des_fav_share_place {
    background: #fafafa;
    width: auto;
    height: auto;
    position: absolute;
    z-index: 500;
    bottom: 68px;
    left: 0px;
    right: 0px;
    border: 1px solid #DEDEDE;
    padding-bottom: 12px;
}
.icon-share-content {
    width: 220px !important;
}
.favorite_list_item_toolbox .icon-share-content {
    padding: 0;
    display: inline-block;
    width: auto !important;
}

.favorite_list_item_toolbox .close-this-share-place {
    background: url(/favorite/images/close-btn.png) no-repeat 0 0;
    width: 10px;
    height: 10px;
    float: none;
    margin-top: 14px;
    margin-right: 12px;
    right: 0;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
}

.favorite_list_item_toolbox div.like-buttons {
    overflow: hidden;
    height: auto;
    padding: 12px 0 0 9px;
}

.favorite_list_item_toolbox .des_linkCopyBlockShare {
    padding-left: 12px;
    padding-right: 12px;
}

.favorite_list_item_toolbox .des_linkCopyBlockShare input[type=text] {
    width: 100% !important;
    padding: 3px 10px !important;
    height: 28px;
    margin-top: 12px;
    border: 1px solid #c6c6c6;
    outline: none;
    box-shadow: inset 0px 8px 15px rgba(0,0,0,0.1);
}


@media handheld, only screen and (max-width: 830px) and (min-width: 768px) {

    .favorite_list_item_toolbox div.like-buttons {
        padding: 25px 0 0 9px;
    }

    .favorite_list_item_toolbox .close-this-share-place {
        margin-top: 9px;
        margin-right: 8px;
    }

}

div.google_plusone_iframe_widget {width:auto!important; height:auto!important;}