/* ========================================================================== */

h1 + .content_datasets {
    margin-top:-15px;
}

.content_datasets ul {
    margin-left:-1px;
}

.content_datasets ul li {
    font-size:14px;
    height:20px;
    line-height:20px;
    padding:0;
    border-radius: 0;
    background:none;
}

.content_datasets ul li a { color:#95a5a6; }
.content_datasets ul li a:hover { text-decoration:underline; color:#D35400; }

.content_datasets ul .active {
    background:none;
    color:#34495e;
    padding:0;
}

/* ========================================================================== */

.content_categories + .filter-panel {
    margin-top: -21px;
}
.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;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    padding-left: 20px;
    background: url("../images/icons/folder.png") no-repeat left center;
    margin-right: 10px;
}
.content_categories .cover_preset_micro li.set_cover_preset, .widget_content_tree .cover_preset_micro li.set_cover_preset {
    padding-left: 40px;
}
.widget_content_tree .cover_preset_micro li.set_cover_preset {
    line-height: 32px;
    background-position: left top;
    margin: 0 0 10px;
}
.content_categories li a { color:#68809B; }
.content_categories li a:hover { color:#d35400; }
.cover_preset_normal, .cover_preset_big, .cover_preset_small {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: -5px -5px -5px -15px !important;
}
.cover_preset_normal > li, .cover_preset_big > li, .cover_preset_small > li {
    background: none;
    padding: 0;
    position: relative;
    height: 140px;
    flex-grow: 1;
    flex-basis: 30%;
    margin: 5px 0 5px 10px;
    background-color: #ecf0f1;
}
.cover_preset_small > li {
    height: 64px;
    background-repeat: no-repeat;
    background-position: left center;
    line-height: 64px;
    padding: 0 0 0 80px;
    box-sizing: border-box;
    background-image: url("../images/folder64.png");
}
.widget_content_tree .cover_preset_normal > li {
    flex-basis: 40%;
}
.cover_preset_big > li {
    height: 320px;
    flex-basis: 40%;
}
.widget_content_tree .cover_preset_big > li {
    height: 320px;
    flex-basis: 100%;
}
.cover_preset_normal > li.set_cover_preset, .cover_preset_big > li.set_cover_preset {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.cover_preset_normal > li > a > span, .cover_preset_big > li > a > span {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52, 152, 219, 0.73);
    color: #FFF;
    padding: 0 10px;
}
.cover_preset_normal > li > a, .cover_preset_big > li > a {
    display: block;
    text-decoration: none;
    height: 100%;
}
.content_categories.categories_small li {
    font-size:14px;
    height: 24px;
    line-height: 24px;
}
.cats_bar ul {
    margin: 0 0 10px;
    list-style: none;
}
.cats_bar ul > li {
    display: inline-block;
    padding-left: 20px;
    background: url("../images/icons/folder.png") no-repeat left center;
    margin-right: 10px;
}

/* ========================================================================== */


/* ========================================================================== */

.content_item .fields_group:first-child .group_title {
    margin-top: 0;
}

.content_item .fields_group {
    overflow: hidden;
    clear: both;
}
.content_item .fields_group .field {
    margin: 0 0 5px 0;
}
.content_item .fields_group + .field {
    padding: 15px 0 0;
}



.content_item_props {
    padding:10px;
    margin-bottom:15px;
    background: #F4F8FD;
    border: solid 1px #B8D6FB;
    color:#34495E;
}

.content_item_props table {
    border-collapse: collapse;
    width:100%;
}

.content_item_props table tr td{
    padding:4px 0;
    border-bottom: solid 1px #B3C2C9;
}

.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;
    text-align: center;
}

.content_item_props table .title{
    padding-right: 10px;
    width:50%;
    color:#68809B;
}

.content_item_props table .value{
    color:#7f8c8d;
    padding-left: 10px;
    text-align: right;
}

/* ========================================================================== */





/* ========================================================================== */

.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 {
    height: 30px;
    margin: 0 0 0 10px;
}
#comments_widget .content_list_rss_icon a {
    height:100%;
    background-position: center center;
}
.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.without_title {
    min-width: 0;
    padding: 0 0 0 33px;
}
.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 .is_vip { background: #ffffd3; }
.content_list .is_vip a,
.content_list .is_vip .title_left,
.content_list .is_vip .title_top { color:#59492a; }

.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{
    display: inline-block;
}
.content_list.featured .first .info_bar .bar_item:first-child{
    padding-left:0;
}

/* ========================================================================== */

.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 #ccc; background:#fff;}
.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_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) {
	.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;
    }

}
@media screen and (max-width: 640px) {
    .content_list.tiled .tile {
        width: 100%;
    }

    .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;
    }
}
