/* ========================================================================== */


.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:none; color:#3593D5; }

.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_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;
}

.content_item .field{
    margin-bottom: 15px;
    color:#555;
    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
{ font-weight: bold; color:#34495E; }

.content_item .field .title_left,
.content_list .field .title_left
{ float:left; margin-right: 10px; }

.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 {
    margin-bottom: -5px;
}
.ft_listbitmask > .value > ul.multiple_tags_list li {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 4px 8px;
    color: #68809B;
    background: #F4F8FD;
    border: solid 1px #B8D6FB;
    border-radius: 4px;
}
.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;
}
.content_item .fields_group .field {
    margin: 0 0 5px 0;
}
.content_item .fields_group + .field {
    padding: 15px 0 0;
}

/* ========================================================================== */

.content_item .ft_text {
    clear:both;
}

.content_item .ft_text .value,
.content_item .ft_html .value {
    line-height:20px;
}

.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;
}
.category_description table {
    border-collapse: collapse;
}
.category_description table th,
.category_description table td {
    padding: 10px;
    border:solid 1px #CCC;
}
.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.svg") 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 {
    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;
}

/* ========================================================================== */
#trash_content_pills { margin-bottom: 30px; }
.content_list_item {
    box-sizing: border-box;
    clear: both;
    position: relative;
}
.content_list_item:last-child, .content_list_item:last-child > div:last-child {
    margin-bottom: 0;
}

.content_list_item .photo{

}

.content_list_item .field { margin-bottom: 6px; }
.content_list_item .ft_caption { margin-bottom:10px;  }
.content_list_item .ft_caption .value { font-size:21px; color:#2c3e50; margin: 0; }
.content_list_item .ft_caption a { color:inherit; text-decoration: none; }
.content_list_item .ft_caption a:hover { text-decoration: underline; }
.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 {
   
}

.content_item .info_bar,
.content_list_item .info_bar {
    margin:5px 0;
    font-size: 11px;
    color:#95a5a6;
    clear: both;
    line-height: 24px;
}

.content_item .info_bar .bar_item,
.content_list_item .info_bar .bar_item {
    float:left;
    padding: 3px 10px;
}

.content_item .info_bar .bar_item a,
.content_list_item .info_bar .bar_item a {
    color:#7f8c8d;
}

.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{
    background:#ecf0f1;
}

.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 {
    padding-left:25px;
    background: url("../images/icons/user-small.svg") no-repeat 5px center;
}

.content_item .info_bar .bi_hits,
.content_list_item .info_bar .bi_hits,
.content_list .info_bar .bi_hits{
    padding-left:22px;
    background: url("../images/icons/eye-small.png") no-repeat 5px center;
}

.content_list_item .info_bar .bi_comments {
    padding-left:25px;
    background: url("../images/icons/comment-small.png") no-repeat 5px center;
}

.content_item .info_bar .bi_folder,
.content_list_item .info_bar .bi_folder{
    padding-left:25px;
    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 {
    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 {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    clear: both;
}

.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.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_pub{
    padding-left:25px;
    background: url("../images/icons/calendar-small.svg") 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%;
}
figure.image {
    display: inline-block;
    margin: 0;
    position: relative;
}
figure.align-left {
	float: left;
}
figure.align-right {
	float: right;
}
figure.image.align-center{display:table;margin-left:auto;margin-right:auto}
figure.image img {
    margin: 0;
}
figure.image figcaption {
    opacity: .75;
    background: #333;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    color: #FFF;
}
.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.svg) 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 {
    width: 100%;
    height: 100%;
}
.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;
}
.mce-toc {
    background-color: #eff0f1;
    box-sizing: border-box;
    padding: 15px 20px;
    margin: 0 0 10px 0;
}
.mce-toc > div {
    font-size: 16px;
    margin: 0 0 10px 0;
}
.mce-toc ul {
    list-style: none;
    margin: 0;
}
.mce-toc ul li {
    margin: 0 0 5px 0;
}
.mce-toc ul li:last-child {
    margin: 0;
}
.mce-toc ul li > a {
    text-decoration: none;
}
.access_image {
    float: left;
    font-size: 70px;
    margin: 0 20px 0 0;
}
@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;
    }
    .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;
    }
}
.billing-order form fieldset {
    padding: 0;
    border: solid 0px #B3C2C9;
}
.shareclick{
	padding-left:32px;
	color: #3593D4;
	font-family: Droid Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 25px;
	display:inline-block;
	background:url(../images/share.png) center left no-repeat;
}
.media_list .catinf {
	text-align:center;
	
}
.media_list .catinf .catcover img{
	width:150px!important;
	height:150px!important;
	border-radius:50%;
	margin:0 0 15px 0;	
	    display: inline-block;
}
.media_list .catinf .cattext{
	color: #3593D4;
	text-align: center;
	font-family: Fira Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	text-transform: uppercase;
	max-width:230px;
	margin:0 auto;
}
.media_list .catinf {
	display:block;
	text-decoration:none;
}
.media_list .owl-item {
	max-width:372px;
}
.media_list .owl-item .media_list_item {
	max-width:342px;
}
.owl-carousel .owl-item .comm_c img {
    display: inline-block; 
}
.owl-nav{
	height:1px;
}
.owl-nav{
	height:1px;
	position:absolute;
	z-index:99;
	top:50%;
	margin-top:-25px;
	right:22px;
	left:22px;
}
.owl-nav button{
	height:50px;
	line-height:50px;
	width:50px;
	background:rgba(255,255,255, 0.5)!important;
	color: #3593D4!important;
	border-radius:50%;
	font-size:26px!important;
	text-align:center;
}
.owl-nav button:hover{
	background:rgba(255,255,255, 0.2)!important;
}
.owl-nav .owl-next{
	position:absolute;
	right:0;
}
#widget_wrapper_205{
	border-bottom:0!important;
}

.sellangblock_bg{
	position:fixed;
	z-index:99999;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.85);
	height:100%;
	backdrop-filter: blur(5px);
}
.sellangblock_bg .sellangblock_body{
	position:fixed;
	z-index:99999;
	width:300px;
	margin:-150px 0 0 -175px;
	top:50%;
	left:50%;
}
.sellangblock_bg .sellangblock_body h3{
	color: #FFF;
	text-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.25);
	font-family: Fira Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.sellangblock_bg .sellangblock_desc{
	background:#fff;
	padding:22px 16px;

}
.sellangblock_bg .sellangblock_desc a{
	border-radius: 4px;
	border: 1px solid #3593D4;
	background: #3593D4;
	color: #fff;
	box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
	display:block;	
	font-family: Droid Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	text-decoration:none;
	padding:8px;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:15px;
}
.sellangblock_bg .sellangblock_desc a:hover{
	color: #3593D4;
	background: rgba(53, 147, 212, 0.00);
}

.sellangblock_bg .sellangblock_desc .buttons a{
	background: rgba(53, 147, 212, 0.00);
	color: #3593D4;
	margin-bottom:0;
	text-transform:none;
	padding:6px 10px;
	font-size: 13px;
}
.sellangblock_bg .sellangblock_desc .buttons a:hover{
	background: #3593D4;
	color: #fff;
}
.sellangblock_bg .sellangblock_desc .buttons a.login{
	float:left;
}
.sellangblock_bg .sellangblock_desc .buttons a.signin{
	float:right;
}
#btnsmediablock .morelink{
    padding:7px 10px;
    text-decoration:none;
    border-radius:3px;
	border:1px solid #3593D4;
	font-family: Droid Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-decoration:none;
	color: #3593D4;
	margin-left:8px;
}
#btnsmediablock .morelink:hover{
    background-color:#3593D4;
    color:#fff!important;
    text-decoration:none;
}

.donblock > fieldset{
	display:flex;
	flex-wrap: wrap;
	border: solid 0 #B3C2C9;
	padding: 0;
	margin:20px 0;
}
.donblock > fieldset legend{
	color: #5A5A5A;
font-family: Droid Serif;
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: normal;
text-transform: uppercase;
}
.donblock > fieldset .field.ft_string label, .donblock > fieldset .field.ft_list label{
   display:none;
}
.donblock > fieldset .field:nth-child(2n){
   width:50%;
   padding:8px 10px 8px 0;
}
.donblock > fieldset .field{
   width:50%;
   padding:8px 0 8px 10px;
}
.donblock > fieldset .field.ft_string input[type=text], .donblock > fieldset .field.ft_list .chosen-single{
	border-radius: 4px;
	border: 1px solid #A3A3A3;
	padding: 8px 16px;
	height: auto;
    line-height: auto;
}
.donblock > fieldset .field.ft_list .chosen-single div b {
    background: url(../images/chosen-sprite.png) no-repeat 0px 13px;
}
.donblock > fieldset .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 12px;
}
.donblock ::-webkit-input-placeholder {color: #A3A3A3;
font-family: Droid Serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 120%; }
.donblock ::-moz-placeholder          {color: #A3A3A3;
font-family: Droid Serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 120%; }/* Firefox 19+ */
.donblock :-moz-placeholder           {color: #A3A3A3;
font-family: Droid Serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 120%; }/* Firefox 18- */
.donblock :-ms-input-placeholder      {color: #A3A3A3;
font-family: Droid Serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 120%; }


.donblock > fieldset .field.ft_string label {
    display: none;
}
.donblock > fieldset .field.ft_list .custom-control.custom-radio label {
    display: inline;
}
.donblock .custom-control.custom-radio {
	display: inline-block;
	margin:0 10px 10px 0;
	height: 37px;	
	
}
.donblock .custom-control.custom-radio input[type=radio] {
	display: none;
}
.donblock .custom-control.custom-radio label {
	display: inline-block;
	cursor: pointer;
	height: 38px;
padding: 8px 16px;
justify-content: space-between;
align-items: center;
border-radius: 4px;
border: 1px solid #A3A3A3;
	user-select: none;
	color: #5A5A5A;
font-family: Droid Serif;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
 
/* Checked */
.donblock .custom-control.custom-radio input[type=radio]:checked + label {
background: #3593D4;
color:#fff;
border: 1px solid #3593D4;
}
 
/* Hover */
.donblock .custom-control.custom-radio label:hover {
	color: #666;
}
 
/* Disabled */
.donblock .custom-control.custom-radio input[type=radio]:disabled + label {
	background: #efefef;
	color: #666;
}

.donblock > fieldset .amount.field, .donblock > fieldset .amount_cost.field  {
    width: auto;
	float:left;
}
.donblock > fieldset .amount_cost.field  {
	height: 38px;
	padding: 1px 10px 0 15px;
	border-radius: 4px;
	border: 1px solid #A3A3A3;
}
.donblock > fieldset .amount_cost.field  label {
    display: block;
	float:left;
    padding: 3px 15px 3px 0;
    font-size: 14px;
    color: #5A5A5A;
	line-height:26px;
}

.donblock > fieldset .amount_cost.field input {
	margin-top:3px;
	border:0;
	border-bottom:1px solid #d0d0d0;
	box-shadow: 0 0 0;
}
.donblock > fieldset .field.organization{
   width:100%;
   padding:8px 0 8px 0;
}
.list-group-item #us_status{
	float:left;
	margin-right:20px;
	width: auto;
	height:28px;
	padding: 3px 10px;
	line-height:22px;
}
.list-group-item > form{
	margin-bottom:0;
}
#myTabContent{
	margin-top:15px;
}
.notesblock{
	margin:15px 0;
}

.header_navi .tags_as_list{
	margin:0 0 35px 0;
	padding:0;
	list-style:none;
	overflow:hidden;
	height: 33px;
	width:100%;
}
@media (max-width: 992px) {
	.header_navi .tags_as_list li:first-child{
		margin-left: 15px;
	}
}
.header_navi .tags_as_list li{
	margin:0 10px 5px 0;
	padding:0;
	display: inline-block;
}
.header_navi .tags_as_list a{
	font-style: normal;
    font-weight: 700;
    font-size: 12px;
    height: 32px;
    line-height: 32px;
    color: #FFFFFF;
    text-decoration: none;
    display: inline-block;
	padding: 0 12px;
    line-height: 32px;
    height: 32px;
    background: #3593D5;
    border-radius: 4px;
}
.listoneimage{
	display:block;
}
.listoneimage img{
	width:100%!important;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}
.widget_content_list_one .links a {
    margin-top: 12px;
}

.newbtn{
	margin:0 0 0 15px;
	font-family: 'Fira Sans', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: none;
	color: #fff;
    background: #3593D5;
    border-radius: 4px;
    padding: 9px 32px;
    text-align: center;
    display: inline-block;
	border:1px solid #3593D5;
}
.newbtn:hover{    
	color: #3593D5;
    background: #fff;
}
.testbar{
	clear:both;
	float:none;
	padding-top:15px;
}
.testbar a i{
	height:36px;
	width:36px;
	border-radius:50%;
	border:1px solid #3593D5;
	color:#3593D5;
	margin-right:10px;
	text-align:center;
	line-height:35px;
	font-size:13px;
}
.testbar a:hover i{
	color:#fff;
	background: #3593D5;
}
.btn-danger.newbtn{
	background: #fff;
	color: #3593D5;
}
.accordion-item form input[type=number], .accordion-item form td input[type=text] {
	border:1px solid #ccc;
	padding:3px 5px;
	border-radius:3px;
}
.lesson_close, .formqwblock input[type=number]{
	display:inline-block;
	border:1px solid #ccc;
	padding:3px 5px;
	border-radius:3px;
	width:auto;
	min-width:220px;
	height:32px;
}
.formqwblock{
	padding:5px 15px;
	border-radius:5px;
	margin-bottom:15px;
	background:#ededed;
}
.formqwblock div{
	margin:5px 0;
	padding:5px 0;
}
.formqwblock div span{
	min-width:165px;
	display:inline-block;
}
.modalformblock{
	box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.15);
	padding:70px;
}
.modalformblock .icms-forms__wrap form fieldset{
	border:0px;
	padding: 10px 0 15px 0;
}

.modalformblock .icms-forms__wrap form input[type=text], .modalformblock .icms-forms__wrap form .input, .modalformblock .icms-forms__wrap form .date-input, .modalformblock .icms-forms__wrap form .textarea, .modalformblock .icms-forms__wrap form select {
    border-radius: 4px;
	border: 1px solid #A3A3A3;
    height: 38px;
	padding: 8px 24px;
    box-shadow: 0 0 0 0 #ddd;
    color: #A3A3A3;
	font-family: Droid Serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
    outline: none;
    box-sizing: border-box;
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
}
.modalformblock .icms-forms__wrap form button.button, .modalformblock .icms-forms__wrap form input.button {
   border-radius: 4px;
	background: #3593D4;
	box-shadow: 0px 10px 30px 0px rgba(31, 65, 89, 0.15);
	display: flex;
	width: 100%;
	height: 38px;
	padding: 10px;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-shrink: 0;
}
.modalformblock .icms-forms__wrap form .field label {
    color: #A3A3A3;
	font-family: Droid Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
}
.content_item  .f_photo_alt {
	text-align:right;
	font-style: italic;
}
.icms-forms__full-msg .success-text{
	font-size: 18px;
}

.modalauth{
	padding:60px 200px;
}

.modalauth #fset_basic{
	padding: 0;
    border: solid 0px #fff;
    margin-bottom: 12px;
}
.modalauth h1{
	color: #131313;
	text-align: center;
	font-family: Droid Serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
	margin-bottom:50px;
}
.modalauth ul{
	display:flex;
	border-radius: 4px;
	border: 1px solid #3593D4;
	margin:0 0 40px 0;
	padding:0;
}

.modalauth ul li{
	display:block;	
	color:#fff;
	flex-grow:1;
	padding:8px;
	text-align: center;
	font-family: Droid Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	background:#fff;
	border-radius: 4px;
}
.modalauth ul li.active{
	box-shadow: 10px 10px 30px 0px rgba(31, 65, 89, 0.15);
	background:#3593D4;
	border-radius: 0;
}

.modalauth ul a{
	color: #3593D4;
	text-align: center;
	font-family: Droid Serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	display:block;	
	text-decoration:none;
}
.modalauth #fset_basic input{
	height: 40px;
	padding: 8px 24px;
	border-radius: 4px;
	border: 1px solid #A3A3A3;
	margin-bottom:16px;
	color: #414141;
	font-family: Droid Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
}
.modalauth #fset_basic input::placeholder {
	color: #A3A3A3;
	font-family: Droid Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 17px;
}
form #f_remember.field label {
    display: block;
    padding: 0 0;
    color: #414141;
	text-align: center;
	font-family: Droid Serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; 
}
form #f_remember.field label a{
	text-decoration: underline;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
}
.modalauth #fset_basic input#remember{
	height: auto;
	padding: 0 0;
	border-radius: 4px;
}
.modalauth button.button {
    color: #FFF;
	text-align: center;
	font-family: Droid Serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	border-radius: 4px;
	background: #3593D4;
	box-shadow: 0px 10px 30px 0px rgba(31, 65, 89, 0.15);
	padding:10px;
	display:block;	
	width:100%;
}
.modalauth button.button span {
	display:block;	
}
@media (max-width: 800px) {
	.modalauth{
		padding:15px 15px;
	}
}


.modalauth #userlang {
	display: inline-block;
	overflow: hidden;
}
.custom-radio {
	display: inline-block;
	float: left;    
}
.modalauth #userlang input[type=radio] {
	display: none;
}
.modalauth #userlang label {
	display: inline-block;
	cursor: pointer;
	padding: 0px 15px;
	line-height: 34px;
	border: 1px solid #3593D4;
	border-right: none;
	user-select: none;
	color: #3593D4;
}
 
.modalauth #userlang .custom-radio:first-child label {
	border-radius: 6px 0 0 6px;
}
.modalauth #userlang .custom-radio:last-child label {
	border-radius: 0 6px 6px 0;
	border-right: 1px solid #3593D4;
	
}
 
.modalauth #userlang input[type=radio]:checked + label {
	background: #3593D4;
	color:#fff;
}
 
.modalauth #userlang label:hover {
	color: #3593D4;
}
 
.modalauth #userlang input[type=radio]:disabled + label {
	background: #efefef;
	color: #666;
}

.balance-info.balance{
	margin-bottom:15px;
}

.sherchinfobox{
	display:flex;	
}

.sherchinfobox img{
	width:90px!important;
	height:auto;	
}
.sherchinfobox a{
	text-decoration:none;
}
.sherchinfobox > div:nth-child(2) a{
	font-size:15px;
	font-weight:600;
	padding-bottom:10px;
	display: inline-block;
}
.shopitempage{
	position: relative;
