/* Widgets styles =========================================================== */
.widget {
    position: relative;
}

.widget_content_list {
    overflow: hidden;
}
.columns-2 .widget_content_list .item {
    float: left;
    width: 47%;
}
.columns-2 .widget_content_list .item:nth-child(3) {
    clear: left;
}
.columns-3 .widget_content_list .item {
    float: left;
    width: 31%;
}
.columns-3 .widget_content_list .item:nth-child(4) {
    clear: left;
}
.columns-4 .widget_content_list .item {
    float: left;
    width: 22%;
}
.columns-4 .widget_content_list .item:nth-child(5) {
    clear: left;
}
.widget_content_list .item {
    margin-bottom: 10px;
    overflow: hidden;
}
.widget_content_list .item:last-child {
    margin-bottom: 0;
}
.widget_content_list .item .image {
    float: left;
    margin-right: 10px;
}
.widget_content_list .item .image img {
    display: block;
}
.widget_content_list .item .title {
    font-size: 16px;
    margin-bottom: 3px;
}
.widget_content_list .details {
    font-size: 11px;
}
.widget_content_list .details span {
    padding-right: 5px;
}
.widget_content_list .details span.comments {
    padding-left: 20px;
}
.widget_content_list.featured .item .title {
    font-size: 14px;
}
.widget_content_list.featured .item-first {
    float: left;
    margin-right: 15px;
    width: 33%;
}
.widget_content_list.featured .item-first .image {
    clear: both;
    height: 150px;
    margin-bottom: 5px;
    width: 100%;
}
.widget_content_list.featured .item-first .image a {
    display: block;
    height: 100%;
    width: 100%;
}
.widget_content_list.featured .item-first .title {
    font-size: 21px;
    line-height: 24px;
    margin-top: 5px;
}
.widget_content_list.featured .item-first .read-more a {
    clear: both;
    display: inline-block;
    margin-top: 10px;
    padding: 5px 10px;
    text-decoration: none;
}
.widget_content_list.tiles-big .item .title {
    font-size: 14px;
	margin-top: 5px;
}
.widget_content_list.tiles-big .item {
    box-sizing: border-box;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    width: calc(25% - 15px);
}
.widget_content_list.tiles-big .item {
	float: left;
	margin-bottom: 15px;
	margin-right: 15px;
	width: 22%;
}
.widget_content_list.tiles-big .item:nth-child(5), .widget_content_list.tiles-big .item:nth-child(9), .widget_content_list.tiles-big .item:nth-child(13), .widget_content_list.tiles-big .item:nth-child(17), .widget_content_list.tiles-big .item:nth-child(21), .widget_content_list.tiles-big .item:nth-child(25) {
    clear: left;
}
.widget_content_list.tiles-big .item .image {
    clear: both;
    height: 100px;
    margin-bottom: 5px;
    width: 100%;
}
.widget_content_list.tiles-big .item .image a {
    display: block;
    height: 100%;
    width: 100%;
}
.widget_content_list.tiles-small .item {
    float: left;
    margin: 0 4px 4px 0;
}
.widget_content_list.tiles-small .item .image {
    margin: 0;
}
.widget_content_list.compact .item {
    margin-bottom: 5px;
}
.widget_content_list.compact .item .title {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 0;
}
/* ========================================================================== */
.widget_content_slider {
    overflow: hidden;
    position: relative;
}
.widget_content_slider .slide {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.widget_content_slider > table {
    border-collapse: collapse;
    border-spacing: 0;
	min-height: 300px;
    width: 100%;
}
.widget_content_slider > table td, .widget_content_slider > table th {
    padding: 0;
}
.widget_content_slider .slide img {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.widget_content_slider .slide img:first-child, .widget_content_slider img {
    display: block;
}
.widget_content_slider .slide .heading {
    bottom: 0;
    display: block;
    left: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    z-index: 2;
}
.widget_content_slider .slide .heading h2, .widget_content_slider .slide .heading .teaser {
    display: inline-block;
    margin: 0;
}
.widget_content_slider .slide .heading h2 {
    font-size: 14px;
    font-weight: 700;
}
.widget_content_slider .slide .heading .teaser {
    font-size: 12px;
}
.widget_content_slider .slide .heading .teaser .date {
    padding-left: 10px;
}
.widget_content_slider .items {
    position: relative;
    z-index: 2;
	vertical-align: top;
}
.widget_content_slider .items .item {
    cursor: pointer;
    font-size: 12px;
    line-height: 15px;
    overflow: hidden;
    padding: 10px;
    position: relative;
}
.widget_content_slider .items .item .title {
    display: block;
    vertical-align: middle;
}
/* ========================================================================== */
.widget_activity_list {
    overflow: hidden;
}
.widget_activity_list h4 {
    margin: 0 0 5px;
}
.widget_activity_list .item {
    margin-bottom: 15px;
    overflow: hidden;
}
.widget_activity_list .item:last-child {
    margin-bottom: 0;
}
.widget_activity_list .item > .image,
.widget_comments_list .item .image  {
    float: left;
    margin-right: 10px;
    padding: 2px;
	position: relative;
}
.widget_activity_list .item > .image img,
.widget_comments_list .item .image img {
    display: block;
}
.widget_activity_list .item .info {
    line-height: 17px;
    padding-top: 2px;
}
.widget_activity_list .item .details {
    font-size: 11px;
}
.widget_activity_list .item .details .reply {
    padding-left: 5px;
}
.widget_activity_list .item .details .reply a {
    padding-left: 20px;
}
.widget_activity_list .item .images {
    margin: 10px 0;
    overflow: hidden;
    padding-left: 48px;
}
.widget_activity_list .item .images .image {
    display: block;
    float: left;
    margin-right: 2px;
    overflow: hidden;
}
.widget_activity_list .item .images .image.more {
    font-size: 18px;
    line-height: 64px;
    text-align: center;
}
.widget_activity_list .item .images .image.more a {
    display: block;
    height: 64px;
    overflow: hidden;
    text-decoration: none;
    width: 64px;
}
.widget_activity_list .item .actions {
    float: right;
    visibility: hidden;
}
.widget_activity_list .item:hover .actions {
    visibility: visible;
}
.widget_activity_list .actions .delete {
    display: inline-block;
    height: 16px;
    width: 16px;
}
/* ========================================================================== */
.widget_comments_list {
    line-height: 20px;
    overflow: hidden;
}
.widget_comments_list .item {
    margin-bottom: 10px;
    overflow: hidden;
}
.widget_comments_list .item:last-child {
    margin-bottom: 0;
}
.widget_comments_list .item .info {
    line-height: 17px;
    padding-top: 2px;
}
.widget_comments_list .item .title a.subject {
    padding-right: 5px;
}
.widget_comments_list .item .date {
    font-size: 11px;
    padding-right: 5px;
}
/* ========================================================================== */
.widget_profiles_list {
    overflow: hidden;
}
.columns-2 .widget_profiles_list .item {
    float: left;
    width: 50%;
}
.columns-2 .widget_profiles_list .item:nth-child(3) {
    clear: left;
}
.columns-3 .widget_profiles_list .item {
    float: left;
    width: 33%;
}
.columns-3 .widget_profiles_list .item:nth-child(4) {
    clear: left;
}
.columns-4 .widget_profiles_list .item {
    float: left;
    width: 25%;
}
.columns-4 .widget_profiles_list .item:nth-child(5) {
    clear: left;
}
.columns-2 .widget_profiles_list.list .item, .columns-3 .widget_profiles_list.list .item, .columns-4 .widget_profiles_list.list .item {
    padding-right: 10px;
}
.widget_profiles_list.list .item {
	box-sizing: border-box;
	clear: both;
    line-height: 32px;
    margin-bottom: 5px;
	overflow: hidden;
	padding: 0 0 10px 0;
	width: 100%;
}
.widget_profiles_list.list .item:last-child {
    margin-bottom: 0;
}
.widget_profiles_list.list .item .image {
    float: left;
    margin-right: 10px;
}
.widget_profiles_list .item .image img, .item-avatar > img {
    display: block;
}
.widget_profiles_list.list .item .info {
    float: left;
}
.widget_profiles_list.tiles .item, .widget_online_list .item, .widget_user_avatar .default_avatar {
    display: inline-block;
}
.widget_profiles_list.list .item:last-child {
    padding: 0;
}
.widget_profiles_list.list .item .field {
    line-height: 18px;
}
.widget_online_list {
    overflow: hidden;
}
.widget_online_list .item-name {
    padding-left: 18px;
    padding-right: 2px;
}
.widget_content_tree ul {
    margin: 0;
    padding: 0;
}
.widget_content_tree li {
    list-style: none;
    margin-left: 0;
    padding-left: 20px;
}
.folder_hidden {
    display: none;
}
/* ========================================================================== */
.widget_user_avatar .user_info {
    clear: both;
    margin: -15px -15px 10px;
    overflow: hidden;
    padding: 6px;
}
.widget_user_avatar .user_info .avatar {
    float: right;
}
.widget_user_avatar .user_info .name {
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
}
.widget_user_avatar .user_info .name a {
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}
header .widget_user_avatar .user_info {
	float: left;
	margin: 0 0 0 10px;
	min-height: 40px;
    padding: 0;
	width: 32px;
}
header .widget_user_avatar .user_info .avatar {
    float: left;
	height: 32px;
	margin: 4px 5px 0 0;
	width: 32px;
}
header .widget_user_avatar .user_info .name {
    display:none
}

header .widget_user_avatar .user_info .name a {
    font-size: 12px;
    font-weight: bold;
	text-decoration: none;
}
/* ========================================================================== */
.widget_tags_cloud .tags_as_list, .widget_tags_cloud .tags_as_list li, .widget_tags_cloud .tags_as_cloud, .widget_tags_cloud .tags_as_cloud li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.widget_tags_cloud .tags_as_cloud {
    overflow: hidden;
}
.widget_tags_cloud .tags_as_cloud li {
   display: inline-block;
    margin: 0 5px 2px 0;
}
.widget_tags_cloud .tags_as_list li {
    margin: 0 0 6px;
    padding-left: 20px;
}
.widget_tags_cloud .tags_as_list li .counter {
    font-size: 11px;
}
.widget_tags_cloud li.colored > a {
    color: inherit;
}
/* ========================================================================== */
.widget_auth form fieldset {
    padding: 0;
    border: none;
}
.widget_auth form fieldset legend {
    display: none;
}
.widget_auth .auth_remember::after {
    content: '';
}
.widget_auth .auth_restore_link {
    display: block;
}
/* ========================================================================== */
.widget_search {
    margin: -15px;
    padding: 10px;
}
.widget_search .input {
	font-size: 12px;
	padding: 3px 3px 3px 24px;
}
/* ========================================================================== */
.widget_content_filter .title {
    font-weight: 700;
    margin-bottom: 4px;
}
.widget_content_filter .field {
    margin-bottom: 10px;
}
.widget_content_filter .input {
    width: 95%;
}
.widget_content_filter .ft_date .value, .widget_content_filter .ft_number .value {
    font-size: 12px;
}
.widget_content_filter .ft_date button {
    display: none;
}
.widget_content_filter .date-input, .widget_content_filter .input-small {
    width: 60px !important;
}
.widget_content_filter .buttons {
    font-size: 12px;
    margin-top: 20px;
}
.widget_content_filter .buttons input {
    margin-right: 10px;
}
section .widget.fixed_actions_menu > .edit_wlinks {
    margin: 0;
}
.widget_tabbed .body {
    position: relative;
}
.edit_wlinks {
	bottom: 2px;
	opacity: 0;
	right: 2px;
    position: absolute;
    transition: opacity .4s;
    z-index: 100;
}
.widget:hover .edit_wlinks,
.widget_tabbed .body:hover .edit_wlinks {
    opacity: .7;
}
.widget:hover .edit_wlinks:hover,
.widget_tabbed .body:hover .edit_wlinks:hover {
    opacity: 1;
}
.edit_wlinks a {
	background: url("../images/icons/edit.png") center no-repeat #bbddbb;
	border: 1px solid #fff;
	box-sizing: border-box;
    color: #fff;
	float: left;
    font-size: 12px;
    text-decoration: none;
    padding: 5px;
	text-indent: -9999px;
	width: 31px;
	height: 30px;
	opacity: .8;
}
.edit_wlinks a:hover {
	opacity: 1;
}
.edit_wlinks a.delete {
	background: url("../images/icons/cancel.png") center no-repeat #ffbbbb;
}
@media (max-width: 767px) {
	.widget_content_slider .items .item .title {
		display: none;
	}
	.widget_content_slider .items .item .image, .widget_content_slider .items .item  .image img{
		width:32px !important;
		height:32px !important;
	}
}
@media (min-width: 768px) {
	.widget_content_slider .slide {
		width: 70%;
	}
	.widget_content_slider .items {
		width: 30%;
	}
	.widget_content_slider .items .item .image {
		float: left;
		margin-right: 10px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.widget_content_slider .items .item {
		padding: 8px;
	}
}
@media (max-width: 640px) {
	.widget_content_slider .items .item .title {
		display: none !important;
	}
	.widget_content_slider .items {
		width: 60px !important;
	}
	.widget_content_list.featured .item-first {
		float: none;
		margin-right: 0;
		width: 100%;
	}
}
@media (max-width: 480px) {
	.content_list.featured .first .photo, .content_list.featured .first .fields, .content_list.featured .first .info_bar {
		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;
	}
}