/* ========================================================================== */
h1 + .content_datasets {
    margin-top: 0px;
}
.content_datasets ul {
     border-bottom: 1px solid #DDDDDD;
}

.content_datasets ul li {
    background: transparent;
    border-radius: 0;
    height: 30px;
    padding: 0;
    margin-right: 20px;
}
.content_datasets ul li a {
    color: #4676A6;
    border-bottom: 3px solid transparent;
    padding-bottom: 10px;
	font-size: 14px;
    line-height: 21px;
}
.content_datasets ul li a:hover {
    color: #dda0dd;
    text-decoration: none;
    border-bottom: 3px solid #dda0dd;
}
.content_datasets ul .active {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #dda0dd;
    padding: 0;
    border-bottom: 3px solid #dda0dd;
}

/* ========================================================================== */

.content_categories + .filter-panel {
    margin-top: -21px;
}
.content_categories {
    padding:10px 15px;
}

.filter-close span{
background: url("../images/icons/cancel1.png") no-repeat 10px center;
padding-left:25px;
float:right;
margin-left: -20px!important;
}



.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;
	background-size: 10px;
    margin-right: 10px;
}

.content_categories li a { color:#777; }
.content_categories li a:hover { color:#F47A6D; }

/* ========================================================================== */

.content_item_parent_title{
    margin:0;
    font-weight: normal;
}

.content_item_parent_title a { color:#444; }
.content_item_parent_title a:hover { color:#F47A6D; }

.content_item {
    clear:both;
    overflow: hidden;
}

.content_item .field{
    margin-bottom: 15px;
    overflow:hidden;
}

.content_item .field .title_left,
.content_item .field .title_top,
.content_list .field .title_left,
.content_list .field .title_top
{ font-weight: bold; color:#444; }

.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; }

/* ========================================================================== */

.content_item .ft_text,
.content_item .ft_html {
    //clear:both;
    margin-top: 5px;
}
/*========= ТЕКСТОВЫЙ БЛОК ===========*/
.content_item .ft_text .value,
.content_item .ft_html .value {
    line-height:25px;
}

.content_item .ft_text ul,
.content_item .ft_html ul {
    margin:0;
}

.content_list_item .ft_html a.read-more {
    display: block;
    margin:5px 0;
	color: #4676a6;
    font-size: 10px;
    line-height: 21px;
}


.ft_file .value .size {
    color: #999999;
    font-size: 12px;
    margin-left: 5px;
}

.ft_color .color-block {
     background: url("../images/a-fon-mini.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    display: inline-block;
    height: 20px;
    //margin-top: -5px;
    vertical-align: middle;
    width: 45px;
    position: absolute;
}

.ft_date .value .time {
    padding-left:16px;
    background:url("../images/icons/clock-small.png") no-repeat left center;
}

/* ========================================================================== */

.content_item_props {
    padding:10px;
    margin-bottom:15px;
    background: #F5F5F5;
    border: 1px solid #E5E5E5;
    color:#34495E;
}

.content_item_props table {
    border-collapse: collapse;
    width:100%;
}

.content_item_props table tr td{
    padding:4px 0;
    border-bottom: 1px solid #E5E5E5;
}

.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:#F47A6D;
}

.content_item_props table .heading{
    color: #444444;
    font-size: 18px;
    font-weight: 200;
    text-align: center;
}

.content_item_props table .title{
    padding-right: 10px;
    width:50%;
    color:#333;
}

.content_item_props table .value{
    color:#7f8c8d;
    padding-left: 10px;
    text-align: right;
}

/* ========================================================================== */

.content_list_item {
    overflow: hidden;
    position: relative;
    margin-bottom:15px; 
    color: #555555;
    font-family: 'Open Sans',sans-serif;
    font-size: 0.97em;
}

.content_list_item .photo{
    float:left;
    margin-right: 10px;
}

.content_list_item .fields {

}



.content_list_item .fields  .f_title .value a{
font-size: 18px;
font-weight: 400;
} 

.content_list_item .field { margin-bottom: 6px; }
.content_list_item .ft_caption { margin-bottom:10px;  }

.content_list_item .ft_caption a { 
    color:#4676a6;
    font-family: 'Open Sans',sans-serif;
    font-size: 0.99em;
    font-weight: 500;
    line-height: 1.6;
    text-decoration: none;
    text-transform: uppercase; 
}
.content_list_item .ft_caption a:hover { 
    color: #F47A6D;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.content_list_item .ft_caption a.parent_title { color:#4676a6; }
.content_list_item .ft_caption a.parent_title:hover { color:#F47A6D; }
.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 .tags_bar,
.content_list_item .tags_bar {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 14px;
    margin-top: 10px;
    padding-bottom: 5px;
   // width: 250px;
}

.content_item .tags_bar a ,
.content_list_item .tags_bar a {
    color:#4676a6;
}

.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;
    font-size: 11px;
    color:#95a5a6;
    display: block;
}

.content_item .info_bar .bar_item,
.content_list_item .info_bar .bar_item {
    float:left;
    padding: 3px 5px;
    height:18px;
    line-height:18px;
    font-size: 12px;
}
.no_comments{
	font-style: italic;
}

.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:transparent;
}

.content_list_item .info_bar .bi_count{
    font-weight: bold;
}

.content_list_item .info_bar .bi_user{
    padding-left:25px;
    background: url("../images/icons/user-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:#BF0000;
}

/* ========================================================================== */

.content_list_rss_icon{ float:right; }

.content_list_rss_icon a {
    width:20px;
    height:20px;
    display: block;
    overflow:hidden;
    text-indent: 20px;
    background:url("../images/icons/rss.png") no-repeat left center;
	background-size:20px;
}

/* ========================================================================== */

.content_list {
    overflow:hidden;
}

.content_list.featured .first{
    padding:15px;
    background:#F5E3F5;
}
.content_list.featured .first .ft_caption a{
    font-size:24px;
    font-weight: 300;
}
.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 {
    width:100%;
}
.content_list.featured .first .f_title{


}
.content_list.featured .first .info_bar{
    clear:both;
}
.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 { 
    background: #f5e3f5;
    color: #444444;
    text-align: left;
}

.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 td a{ font-size: 18px; font-weight: 400; }
.content_list.table table tbody tr:last-child td{ border-bottom: none;

}

.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.tiled { margin: 0 auto; }

.content_list.tiled .clear { clear:both; }

.content_list.tiled .tile { width:32%; float:left; margin-right: 8px; margin-bottom:20px; }
.content_list.tiled .tile:nth-child(3) { margin-right: 8; }

.content_list.tiled .tile .photo img { width:100%; }
.content_list.tiled .tile .photo { display: block; width:100%; height:120px; overflow:hidden; margin-bottom: 10px; position:relative; background:#bdc3c7; }
.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;
}

.content_list.tiled .tile .ft_caption  {
    font-size: 16px;
}
.content_list.tiled .tile .ft_caption a { 
    color:#4676a6;
    font-family: 'Open Sans',sans-serif;
    font-size: 0.99em;
    font-weight: 500;
    line-height: 1.6;
    text-decoration: none;
    text-transform: uppercase;
}

.content_list.tiled .tile .ft_caption a:hover { 
    color: #F47A6D;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.content_list.tiled .tile .ft_caption a.title{ display: block; }
.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; visibility: hidden; }
.content_list.tiled .tile:hover .info_bar { visibility: visible; }
.content_list.tiled .info_bar .bar_item { float:left; margin-right: 5px; height:18px; line-height: 18px; }
.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_item{ position: relative; }

.content_item .field{
    color:#555;
}


.content_item .field ul li{
    padding-left: 20px;
    line-height: 20px;
}

.content_item .ft_image {
    margin-right: 20px;
    margin-top: 20px;
}
.content_item .ft_image img {
    border: 1px solid #d5d5d5;
}

.content_item .ft_images img {
    display: inline-block;
    margin:0 2px 2px 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;
}




/* ========================================================================== */
@media screen and (max-width: 640px) {
    .content_list.featured .first .ft_caption a {font-size:18px;}
}

@media screen and (max-width: 480px) {
    .content_list.featured .first .ft_caption a {font-size:14px;}
}
