/* Widgets layout =========================================================== */

.widget {
    margin-bottom:20px;
	border-width:1px;
    border-style:solid;
	position: relative;
}
.widget_ajax_wrap:last-child .widget:last-child {
    margin-bottom: 0;
}
.widget_ajax_wrap {
    position: relative;
    box-sizing: border-box;
}

.widget > .widget_title {
    margin: 10px 15px 0;
    padding: 5px 0;
    border-style: dotted;
    border-width: 0 0 1px;
	font-size:12px;
    font-weight: 700;
    text-transform: uppercase;
}
/* OV:: видалити? */
.widget > .title .links {
    float:right;
    font-size:13px;
}

.widget > .title .links a{
    padding: 2px 8px;
    background: #27ae60;
    color:#fff;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    margin-top:-2px;
}

.widget > .title .links  a:hover{
    background:#2ecc71;
}
/* OV:: видалити? end*/
.widget > .widget_body,
.widget.widget_grey > .widget_body,
.widget.widget_green > .widget_body,
.widget.widget_blue > .widget_body,
.widget.widget_red > .widget_body{
    padding:15px;
}

.widget > .widget_body:before,
.widget > .widget_body:after {
    content: "";
    display: table;}
 
.widget > .widget_body:after {
    clear: both;}
 
/* для IE7 */
.widget > .widget_body {
    zoom: 1;}

.widget_text_block{
    overflow: hidden;
}
.for-tabs-names-side .widget_text_block{
    overflow: visible;
}
.widget_text_block p{
margin-bottom:10px
}
.widget_text_block p:last-child{
margin-bottom:0
}
/* Tabbed Widgets layout ==================================================== */

.widget_tabbed {
    margin-bottom:20px;
}

.widget_tabbed .tabs ul,
.widget_tabbed .tabs ul li{
    margin: 0; padding: 0; list-style: none;
}

.widget_tabbed .tabs ul {
    height:30px;
    line-height:30px;
    border-width:0 0 1px;
    border-style:solid;
}

.widget_tabbed .tabs ul li {
   display:block;
    float:left;
	margin-bottom:-1px;
}
.widget_tabbed  .widgets{
clear:both;
overflow:hidden;
border-width:0 1px 1px;
border-style:solid;
padding:15px
}
.widget_tabbed .body {
    line-height: 20px;
	box-sizing: border-box;
    position: relative;
}
.widget_tabbed > .tabs .links,.widget_title > .links {
    float:right;
    font-size:13px;
}
.widget_tabbed > .tabs .links {
    margin-right:1px
}
aside .widget_tabbed > .tabs .links,.widget_title > .links {
    padding-right:0;
}
aside .widget_tabbed > .tabs .links a,.widget_title > .links a{
    font-size: 12px;
	border-width:0
}

.widget_tabbed .tabs ul li a {
    display:block;
    height:29px;
    line-height:30px;
	font-size:12px;
    font-weight:700;
	text-transform:uppercase;
    padding:0 10px;
    cursor: pointer;
	border:1px solid transparent;
}

.widget_tabbed > .tabs ul li.links a,
.widget_title > .links a{
    display:inline-block;
    padding: 1px 5px;
	font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
	height: 16px;
	line-height: 16px;
    text-decoration: none;
	text-transform:none;
}

aside .widget_profiles_list .image {
    width:50px
}


/* Widgets styles =========================================================== */

.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: 15px; overflow: hidden; }
.widget_content_list.bordure .item {
border-width:0 0 1px;
border-style:dotted;
border-color:#b2b2b2;
margin-bottom: 12px;
padding-bottom: 9px;
overflow: hidden;
}
.widget_content_list .item:last-child {
border-width:0;
margin-bottom: 0;
padding-bottom: 0;
}
.widget_content_list .item:last-child { margin-bottom: 0; }
.widget_content_list .item .image { float:left; margin-right: 10px; min-width:32px;min-height:32px;overflow:hidden }
.widget_content_list.normal .image {width:145px;margin-right:15px}
.widget_content_list .item .image img { display: block; width:100% }
.video_mode_descend {
	display: block;
	position: relative;
}
.video_mode_descend::after,
.video_mode_descend::before {
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 30px 20px;
	border-radius: 4px;
	box-shadow: 0 0 3px #000;
	height: 20px;
	width: 30px;
	margin: -10px 0 0 -15px;
    display: block;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: pointer;
    z-index: 1;
	transition: 0.3s;
}
.video_mode_descend::after {
	background-image: url("../images/video-mode.png");
    opacity: .9;
}
.video_mode_descend::before {
	background-image: url("../images/video-mode-before.png");
    opacity: 0;
}
.video_mode_descend:hover::after {
	background-position: center bottom;
    opacity: 0;
}
.video_mode_descend:hover::before {
	background-position: center bottom;
    opacity: 1;
}
.single-item .owl-item .video_mode_descend::after,
.single-item .owl-item .video_mode_descend::before {
	background-size: 48px 32px;
	height: 32px;
	width: 48px;
	margin: -16px 0 0 -24px;
	border-radius: 6px;
	box-shadow: 0 0 5px #000;
}
.image.for-row {
	height: 125px;
	overflow: hidden;
}
.for-row .owl-big-image,
.for-row .video_mode_descend {
	width: 100%;
	height: 100%;
}
.widget_content_list .item .title{ margin-bottom: 5px; }
.widget_content_list .details { font-size:11px}

.widget_content_list .details span,.jcarousel-big-cont .details span{padding-right: 5px;}
.jcarousel-big-cont .details span.time{display: none;}
.widget_content_list .details span.comments,.jcarousel-big-cont .details span.comments {
    padding-left:20px;
    background: url("../images/icons/comment-small.png") no-repeat left center;
}

.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.big { float:left; margin-right:4%; width:48%; }
.widget_content_list.featured .item-first.big .image{ position:relative;overflow:hidden }
.widget_content_list.featured .item-first.big  .details,
.widget_content_list.featured .item-first_vertical .image .details{
    position:absolute;
	bottom:0;
	left:0;
	margin-bottom:0;
	padding:5px 2%;
	width:96%;
	background-color:rgba(0,0,0,.5);
	font-style:normal;
	transition: background-color 0.3s ease-in 0s;
	}
.widget_content_list.featured .item-first.big  .details:hover,
.widget_content_list.featured .item-first_vertical .image .details:hover{
	background-color:rgba(0,0,0,.7);
	}
.widget_content_list.featured .info_sm  {
    float:left;
	width:48%;
    border-bottom: 1px dotted #b2b2b2;
    margin-bottom: 12px;
    padding-bottom: 9px;
}
.widget_content_list.featured .info_sm:last-child  {
    border-width: 0;
	margin-bottom:0;
	padding-bottom:0
}
.widget_content_list.featured .info_sm  .image{ float:left; overflow:hidden;width:50px;margin-right:10px }
.widget_content_list.featured .info_sm  .title{ margin-top:-4px;margin-bottom:3px }
.widget_content_list.featured .info_sm  .title a,.widget_content_list.featured .info_vertical  .title a{ font-size:10px }
.widget_content_list.featured .info_sm  .image .details{
	float:left;
    margin-bottom:0;	
	padding:2px 0 2px 4px;
	overflow:hidden;
	font-style:normal;
	background-color:rgba(0,0,0,.8)
}
.widget_content_list.featured .item-first_vertical { float:none; margin:0 0 15px; width:100%; }
.widget_content_list.featured .item-first_vertical .image{ position:relative;overflow:hidden;margin-right:0;clear:both }
.widget_content_list.featured .item-first_vertical .title{margin-top:10px}
.widget_content_list.featured .item-first_vertical .details .author a,
.widget_content_list.featured .info_vertical .details .author a{
	text-decoration:none
	}
.widget_content_list.featured .item-first_vertical .details .author a:hover,
.widget_content_list.featured .info_vertical .details .author a:hover{
	text-decoration:underline
	}
.widget_content_list.featured .info_vertical  {
    float:none;
	width:100%;
	overflow:hidden;
    border-top: 1px dotted #b2b2b2;
	border-bottom: 0 none;
    margin-bottom: 12px;
    padding-top: 9px;
}
.widget_content_list.featured .info_vertical:last-child  {
	margin-bottom: 0;
    padding-bottom: 0;
}
.widget_content_list.featured .info_vertical .image{ float:left; overflow:hidden;width:50px;margin-right:10px }
.widget_content_list.featured .info_vertical .details{
    margin:5px 0 0;	
	overflow:hidden;
}
.widget_content_list.tiles-big-vertical .item {
    margin:0 0 15px;
    padding:0 0 15px;
    border-bottom: 1px dotted #b2b2b2;
}
.widget_content_list.tiles-big-vertical .item:last-child {
    margin:0;
    padding:0;
    border-width:0;
}
.widget_content_list.tiles-big-vertical .item .image{position:relative;overflow:hidden;margin-right:0;clear:both }
.widget_content_list.tiles-big-vertical .item .image .info{
    background-color: rgba(0, 0, 0, 0.5);
    bottom: -28px;
    font-style: normal;
    left: 0;
    margin-bottom: 0;
	width: 96%;
    padding: 5px 2%;
    position: absolute;
    transition: background-color 0.3s ease-in 0s, bottom 0.3s ease-in 0s;
}
.widget_content_list.tiles-big-vertical .item .image:hover .info{
    bottom: 0;
	background-color: rgba(0, 0, 0, 0.7);
}
.widget_content_list.tiles-big-vertical .item .image .title a{
    font-style:normal;
	font-weight:400;
    color:#fff;
	text-shadow:0 0 1px #000;
	text-transform:none
}
.widget_content_list.tiles-big-vertical .title a{font-size:14px;color:#000;margin:0}
.widget_content_list.featured .item-first .image { margin-bottom: 5px; clear:both; width:100%;}

.widget_content_list.featured .item-first .title a,
.widget_content_list.featured .item-first_vertical .title a {
    font-size:14px;
    margin-top:5px;
    text-decoration: none;
}
.widget_content_list.featured .item-first .title a:hover,
.widget_content_list.featured .item-first_vertical .title a:hover{
	text-decoration: underline
}
.widget_content_list.featured .item-first .read-more a {
    display:inline-block;
    clear:both;
    background: #828282;
    color:#FFF;
    text-decoration: none;
    padding:5px 10px;
    margin-top: 10px;
}

.widget_content_list.featured .item-first .read-more a:hover { background:#363636; }

.widget_content_list.tiles-big .item {  }
.widget_content_list.tiles-big .item .title { font-size:14px; }
.widget_content_list.tiles-big .item {
    box-sizing: border-box;
    float: left;
    margin-bottom: 15px;
    padding: 0 10px 0 0;
    width: 25%;
}
.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 { margin-bottom: 5px; clear:both; width:100%; height:130px; }
.widget_content_list.tiles-big .item .image a,.widget_content_list.tiles-big .item .image > div { display:block; width:100%; height:100%; -moz-background-size:cover;background-position: center; background-repeat: no-repeat; background-color:#bdc3c7; }
.widget_content_list.tiles-big .item .title { font-size:14px; margin-top:5px; }
.widget_content_list.tiles-big .item .title a {text-decoration: none;}
.widget_content_list.tiles-big .item .title a:hover {text-decoration: underline; }

.widget_content_list.tiles-small .item { margin:0; margin-right: 4px; margin-bottom: 4px; float:left; }
.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; margin-bottom: 0; line-height: 15px;text-transform:none }

/* ========================================================================== */

.widget_content_slider { overflow: hidden; position: relative;}
.widget_content_slider .slide {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.widget_content_slider > table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  min-height: 300px;
}
.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 {
  background: rgba(0, 0, 0, 0.85);
  display: block;
  padding: 10px;
  right: 0;
  position:absolute;
  left:0;
  bottom:0;
  z-index:2
}

.widget_content_slider .slide .heading h2,
.widget_content_slider .slide .heading .teaser{
    display: inline-block;
    margin:0;
    color:#ecf0f1;
}

.widget_content_slider .slide .heading h2 {
    font-size:14px;
    font-weight: bold;
    color:#f1c40f;
}

.widget_content_slider .slide .heading .teaser{
    font-size:12px;
}

.widget_content_slider .slide .heading .teaser .date{
    color: #7f8c8d;
    padding-left: 10px;
}

.widget_content_slider .items {
  background:#ecf0f1;
  position: relative;
  z-index: 2;
  vertical-align: top;
}

.widget_content_slider .items .item {
    overflow: hidden;
    padding:10px;
    font-size:12px;
    line-height:15px;
    cursor:pointer;
    position:relative;
}

.widget_content_slider .items .item:hover {
    background:#bdc3c7;
}

.widget_content_slider .items .item .title {
    display:block;
    vertical-align:middle;
    color:#000;
}

.widget_content_slider .items .item.active {
    background:#27ae60;
}

.widget_content_slider .items .item.active .title {
    color:#FFF;
}
@media (max-width: 767px) {
  .widget_content_slider .items .item .title {
    display:none;
  }
  .widget_content_slider .item .image {
    width:32px;
  }
  .widget_content_slider .slide .heading .teaser{
	  display:none;
  }
}
@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;
  }
}

/* ========================================================================== */

.widget_activity_list { overflow: hidden; }

.widget_activity_list h4 {
    border-top: 1px dotted #b2b2b2;
    margin: 0 0 2px;
    padding: 15px 0 0;
	font-size: 11px;
    font-weight: 700;
	color:#222;
    text-transform: uppercase;
}
.widget_activity_list h4:first-child {
    border-width:0;
    padding-top:0
}

.widget_activity_list .item { margin-bottom: 15px; overflow: hidden; }
.widget_activity_list .item:last-child { margin-bottom: 0; }
.widget_activity_list .item  .avatar { float:left; margin:4px 10px 3px 0; padding:2px; border:solid 1px #B3C2C9; min-width:32px;min-height:32px;overflow:hidden}
.widget_activity_list .item  .avatar 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 .date { color:#999; }
.widget_activity_list .item .details .reply {
    padding-left: 5px;
}
.widget_activity_list .item .details .reply a {
    padding-left: 20px;
    background:url("../images/icons/comment-small.png") no-repeat left center;
    color:#BDC3C7;
}

.widget_activity_list .item .details .reply a:hover {
    color:#d35400;
}

.widget_activity_list .item .images { overflow: hidden; margin:10px 0 0;clear:both }
.widget_activity_list .item .images .image {
    float:left;
	margin-right:2px;
	max-width:64px;
    display:block;
	overflow: hidden;
}
.widget_activity_list .item .images .image.more {
    background: #ecf0f1;
    text-align: center;
    line-height: 64px;
    font-size:18px;
}
.widget_activity_list .item .images .image.more a {
    display:block; width: 64px; height:64px; overflow: hidden;
    color:#7f8c8d;
    text-decoration: none;
}
.widget_activity_list .item .images .image.more a:hover {
    color:#2c3e50;
}
.widget_activity_list .item .images .image.more a span{
}

.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;
    width:16px;
    height:16px;
    background:url("../images/icons/delete.png") no-repeat center;
}
/* ========================================================================== */

.widget_comments_list { overflow: hidden; line-height: 20px; }

.widget_comments_list .item { margin-bottom: 10px; overflow: hidden; }
.widget_comments_list .item:last-child { margin-bottom: 0; }

.widget_comments_list .item .image { float:left; margin-right: 10px; padding:2px; border:solid 1px #B3C2C9; }
.widget_comments_list .item .image img { display: block; }
.widget_comments_list .item .info { line-height:17px; padding-top:2px; }

.widget_comments_list .item .title{ }
.widget_comments_list .item .title a.subject{ padding-right: 5px; }

.widget_comments_list .item .date { font-size:11px; color:#999; padding-right: 5px; }
.widget_comments_list .item .text { color:#666; }

/* ========================================================================== */

.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 {
    line-height:32px;
    margin-bottom: 5px;
    padding: 0 0 10px 0;
    clear: both;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.widget_profiles_list.list .item:last-child { margin-bottom: 0; }

.widget_profiles_list.list .item .image { float:left; margin-right: 10px; }
.widget_profiles_list.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;
    background:url("../images/icons/user.png") no-repeat left center;

}

/* ========================================================================== */

.widget_content_tree ul{
    margin:0;
    padding:0;
}
.widget_content_tree li{
    margin-left: 0px;
    list-style: none;
    padding-left:20px;
    background: url("../images/icons/folder.png") no-repeat left 2px;
}
.widget_content_tree .cover_preset_micro li{
    background-position: left 1px;
}
.folder_hidden { display: none; }
.widget_content_tree ul li.active > a:hover,
.widget_content_tree ul li.active > a { color:#000; text-decoration: none; }
/* ========================================================================== */

.widget_user_avatar .user_info {
    margin:0;
    padding:0
}

.widget_user_avatar .user_info .avatar{
    float:left;
	margin:-8px 5px 0 0;
	width:32px;
	height:32px
}

.widget_user_avatar .user_info .name {
    height:32px;
    line-height: 32px;
    padding-left:10px;
}

.widget_user_avatar .user_info .name a {
    color:#FFF;
    text-decoration: none;
    font-size:12px;
    font-weight: bold;
}

/* ========================================================================== */

.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 {
    margin:0; padding:0;
    list-style:none;
}

.widget_tags_cloud .tags_as_cloud {
    overflow: hidden;
}

.widget_tags_cloud .tags_as_cloud li {
    display:inline-block;
	padding:2px 4px;
	font-size:13px!important;
    margin:0 2px 4px 0;
}
.widget_tags_cloud .tags_as_cloud li a{
    text-decoration:none;
}

.widget_tags_cloud .tags_as_list li {
    margin:0 0 6px 0;
    padding-left:20px;
    background: url("../images/icons/tag.png") no-repeat left center;
}

.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;
}
@media screen and (max-width: 640px) {
    .widget_content_list.featured .item-first { float:none; margin-right:0; width:100%; }
}
/* ========================================================================== */

.widget_content_filter .title{
	font-weight: bold;
	color:#34495e;
	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 {
	margin-top:20px;
	font-size:12px;
}

.widget_content_filter .buttons input {
	margin-right: 10px;
}

/* section .widget.fixed_actions_menu {
    position: absolute;
    right: 0;
    z-index: 1;
    top: 0;
    box-shadow: -4px 4px 5px #CCC;
    background: #a7b4b7;
}
section .widget.fixed_actions_menu:before {
    content: '';
    width: 32px;
    background:url("../images/icons/menu.png") no-repeat center center;
    height: 32px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: context-menu;
}
section .widget.fixed_actions_menu:hover .body {
    display: block;
}
section .widget.fixed_actions_menu > * {
    display: none;
    margin: 32px 0 0 0;
    padding: 0;
} */
.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;
}