/* Widgets layout =========================================================== */

.widget {
    background:#FFF;
    margin-bottom:15px;
}
#controller_wrap .widget {
	 margin-top:15px;
}
.widget_ajax_wrap:last-child .widget:last-child {
    margin-bottom: 0;
}
.widget_ajax_wrap {
    position: relative;
    box-sizing: border-box;
}
.widget > .title,
.widget_tabbed > .title{
	font-family: BaseFontBold, Arial, serif;
    padding:0 19px;
    height:40px;
    line-height:40px;
    background: #edeff5;
    font-size:16px;
    color:#000;
    margin: 0;
	text-transform:uppercase;
	overflow:hidden;
	position:relative;
}

.widget .widget_links {
    font-size:13px;	
	background: none;
    height:40px;
    line-height:40px;
	display:flex;
	align-items:center;
}
.widget:not(.links-infooter) .widget_links{
	position:absolute;
	top:0;
	right:0;
}
.widget.card-bordered:not(.links-infooter) .widget_links{ right:-1px; }

.widget .widget_links a{
    padding: 0 8px;
	height:40px; 
	line-height:40px;
    color:#fff;
    font-size: 12px;
    font-weight: normal !important;
    text-decoration: none;	
    background: #00b0f0;	
	position:relative;
	text-decoration:underline
}
.widget .widget_links a:hover{ color:#fff; }
.widget .widget_links a:first-child{  }
.widget .widget_links a:first-child:after{
  content: '';
  display: block;
  position: absolute;
  width: 0;
	height: 0;
	border-top: 40px solid #00b0f0; 
	border-left: 15px solid transparent;
  left: -15px;
  top:0;
  bottom: 0;
}
.widget .widget_links a:last-child{ padding-right:15px; }
  

.widget.links-infooter .widget_links{ text-align:right; background:#fff; display:inline-block; float:right; position:relative; z-index:2; padding-left:20px; }
.widget.links-infooter .widget_links_wrapper{
	position:relative; overflow:hidden;
}
.widget.links-infooter .widget_links_wrapper:before{
	content:"";border-bottom:2px solid #eee; position:absolute; left:0; right:0; height:20px;
}


.widget > .body{
    padding:10px 0;
    line-height: 20px;
}


.widget_text_block{
    overflow: hidden;
}


#controller_wrap .widget > .title {
    font-size:16px;	
    color:#333;
    background: #edeff5;
    height:40px;
    line-height:40px;
    padding-right:5px;
}

aside .widget > .title {
    color:#333;
    padding-right:5px;
	background:#edeff5;
}

body.aside-left aside .widget > .title {
    font-size:13px;	
	height:34px;
    line-height:34px;
}


#controller_wrap .widget > .title .links,
aside .widget > .title .links {
    font-size:11px;
	height:40px;
    line-height:40px;
}



.widget.card-bordered{ border:1px solid #edeff5;margin-top:10px; position:relative; }
.widget.card-bordered > .body{ padding:5px 15px 15px 15px; }
.widget.card-bordered.head-outside > .title,
body.aside-left aside .widget.card-bordered.head-outside > .title{  height:28px; line-height:28px; background:#fff; padding-left:8px; padding-right:8px; display:inline-block; margin-top:-17px; margin-left:15px; position:static; }

.widget.card-bordered:not(.head-outside) > .title{ margin-top:-1px; }

.widget:not(.links-infooter).card-bordered.head-outside > .title .widget_links,
body.aside-left aside .widget:not(.links-infooter).card-bordered.head-outside > .title .widget_links{
	top:-21px;
}

.widget > .body > .filter-panel{
	margin:10px 0 0 0 !important;background:none !important;
}
	
/* Section Widgets layout ==================================================== */


#controller_wrap .widget > .title,
#controller_wrap .widget_tabbed > .title{
	display:block;
	float:none;
    padding-right:5px;
}

	
/* Tabbed Widgets layout ==================================================== */


.widget_tabbed {
    background:#FFF;
	margin-bottom:15px;
}

.widget_tabbed .tabs ul,
.widget_tabbed .tabs ul li{
    margin: 0; padding: 0; list-style: none;
}

	.widget_tabbed .tabs:before{
		content:" ";
		display:table;
		width:100%;
		clear:both;
	}


.widget_tabbed .tabs ul {
    padding: 0 35px 0 20px;
	height:40px;
	overflow:hidden;
}

.widget_tabbed .tabs ul li {
    float: left;
    margin-right: 22px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.widget_tabbed .tabs ul li{
	padding:0;
	margin:0;
}

.widget_tabbed .tabs ul li a{    
	font-family: BaseFontBold, Arial, serif;
	height:38px;
    line-height:38px;
	display:block;
	padding:0 12px;
	font-size:14px;
    text-transform: uppercase;
    color: #10659E;	
	text-decoration:none !important;
	cursor:pointer;
}	
.widget_tabbed.bg-dark .tabs ul li a,
.widget_tabbed.bg-dark-2 .tabs ul li a{
	color:#fff;
}

.widget_tabbed .tabs ul li a:not(.active):hover{
	opacity:.8;
}
.widget_tabbed .tabs ul li a.active{
    color:#000;
	cursor:default;
	background:#c6ced8;
}

.widget_tabbed .body {
    padding:20px 0;
}

.widget_tabbed > .tabs .links {
    float:right;
    font-size:13px;
    padding-right:15px;
}

.widget_tabbed > .tabs .links a {
    display:inline;
    padding: 3px 8px;
    background: #27ae60;
    color:#fff;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    margin: 0 5px 0 0;
}
.widget_tabbed > .tabs .links a:last-child {
    margin-right: 0;
}

.widget_tabbed > .tabs .links  a:hover {
    background:#2ecc71;
}


.widget_tabbed .tabs ul {
    height:38px;
    line-height:38px;
	padding:0;
}

.widget_tabbed .tabs ul li.links{
    height:25px;
    line-height:25px;
    padding-right:5px;
}


@media only screen and (max-width: 768px) {
.widget_tabbed .tabs ul li a {
    font-size:12px;
}
}



aside .widget_tabbed > .title:after{
	display:none;
}
aside .widget_tabbed > .title{
	display:block;
	float:none;
	font-size:16px;	
    color:#000;
    background: #edeff5;
    height:40px;
    line-height:40px;
    padding-right:5px;
}
aside .widget_tabbed .tabs ul {
    height:38px;
    line-height:38px;
	padding:0;
}

aside .widget_tabbed .tabs ul li.links{
    height:25px;
    line-height:25px;
    padding-right:5px;
}
aside .widget_tabbed .tabs ul li{
	padding:0;
	margin:0;
}
aside .widget_tabbed .tabs ul li a {
    font-size:12px;
    height:38px;
    line-height:38px;
    font-weight: bold;
	display:block;
	padding:0 12px;
}

aside .widget_tabbed .tabs ul li a.active {
	background: #edeff5;	
	color:#000;
}

aside .widget_tabbed .body {
}

aside .widget_tabbed > .tabs .links a {
    background: #27ae60;
    color:#fff;
    font-size: 10px;
}



/* Widgets styles =========================================================== */

.widget_content_list { overflow: hidden; }

.columns-2 .widget_content_list .item { width:50%; }
.columns-3 .widget_content_list .item { width:33.333%; }
.columns-4 .widget_content_list .item { width:25%; }
.columns-5 .widget_content_list .item { width:20%; }

.widget_content_list .item { padding:10px 20px 10px 20px; overflow: hidden; box-sizing:border-box; -moz-box-sizing:border-box; }
.widget_content_list:not(.tiles-big) .item, .widget_content_list:not(.tiles-small) .item { border-bottom:1px solid #edeff5;  }
.widget_content_list .item:last-child { margin-bottom: 0; border-bottom:0;  }

.widget_content_list:not(.tiles-big) .item .image,
.widget_content_list:not(.tiles-small) .item .image { float:left; margin-right: 10px; }
.widget_content_list .item .image img { display: block; }
.widget_content_list .item .info {  }
.widget_content_list.compact .item .info { overflow:hidden; }

.widget_content_list .item .title{  margin-bottom: 3px; }
.widget_content_list .item .title a{ color:#000; }
.widget_content_list .item .title a:hover{  }
.widget_content_list .details { font-size:13px; color:#999; }
.widget_content_list .details a{ color:#BDC3C7; }
.widget_content_list .details a:hover{ color:#d35400; }

.widget_content_list .details span.date{ color:#db4797; }

.widget_content_list .details span { padding-right: 5px; display:inline-block; vertical-align:middle; }
.widget_content_list .details span.comments b, .widget_content_list .details span.comments a,
.content_list_item .photo span.comments a, .content_list_item .photo span.comments b{ text-decoration:none !important; width:auto !important; display:inline-block; font-weight:normal;  position:relative; color:#fff !important; font-size:12px;  }
.widget_content_list .details span.comments, 
.content_list_item .photo span.comments,
.content_item .bi_comments b{ float:right; display:inline-block; width:auto !important; background:#db4797; color:#fff; padding:2px 5px 2px 5px; position:relative; line-height:14px; top:-20px;  font-size:14px !important; font-weight:normal; }
.content_item .bar_item.bi_comments:before{ display:none; }
.content_item .bi_comments b{ float:left; top:auto; bottom:-10px; margin-right:6px; }
.content_list_item .photo span.comments{ top:-18px; right:0;  }
.widget_content_list .details span.comments:after, 
.content_item .bi_comments b:after, 
.content_list_item .photo span.comments:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 9px 7px;
    border-color: transparent transparent transparent #db4797;
    bottom: -7px;
}
.content_item .bi_comments b:after {
    left:40%;
	z-index:-1;
}

.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 { margin-bottom: 5px; clear:both; width:100%; height:150px; }
.widget_content_list.featured .item-first .image a, .widget_content_list.featured .item-first .image > div { display:block; width:100%; height:100%; background-position: center; background-repeat: no-repeat; background-color:#bdc3c7; background-size: cover; }
.widget_content_list.featured .item-first .title { font-size:21px; margin-top:5px; line-height: 24px;}
.widget_content_list.featured .item-first .title a { color:#000; text-decoration: none; }
.widget_content_list.featured .item-first .read-more a {
    display:inline-block;
    clear:both;
    background: #2980b9;
    color:#FFF;
    text-decoration: none;
    padding:5px 10px;
    margin-top: 10px;
}

.widget_content_list.featured .item-first .read-more a:hover { background:#3498db; }
.widget_content_list.tiles-small:not(.owl-carousel),
.widget_content_list.tiles-big:not(.owl-carousel) { 
    display: flex;
    flex-wrap: wrap;
	width:calc(100% + 20px); 
	margin-top:10px;
	justify-content: space-between;
	margin-left:-10px;
}

.widget_content_list.tiles-big:not(.owl-carousel) .item {
	flex-grow: 1;
    flex-basis: 20%;
	padding:10px;
	box-sizing:border-box;
	margin: 0; box-sizing: border-box; border:0 !important;
}
.widget_content_list.tiles-small:not(.owl-carousel) .item{
	padding:6px;
	box-sizing:border-box;
	margin: 0; box-sizing: border-box; border:0 !important;
}

.widget_content_list.tiles-big .item .image { margin-bottom: 6px; clear:both; width:100%; height:120px; }
.widget_content_list.tiles-big .item .image > a, .widget_content_list.tiles-big .item .image > div { display:block; width:100%; height:100%; background-position: center; background-repeat: no-repeat; background-size: cover; }
.widget_content_list.tiles-big .item .title {     
    display: block;
    color: #000;
	}
.widget_content_list.tiles-big .item .title a { color:#000; text-decoration: none; }
.widget_content_list.tiles-big .item .title a:hover { color:#34495e; text-decoration: underline; }

.widget_content_list.tiles-small .item:not(.owl-carousel) {  }
.widget_content_list.tiles-small .item .image { margin:0; }

.widget_content_list.compact .item { margin-bottom: 5px; }
.widget_content_list.compact .item:last-child { margin-bottom: 0; }
.widget_content_list.compact .item .title { font-size:15px; margin-bottom: 0;  }

.widget_content_list.tiles-big .details span.comments{ top:-24px; }

@media screen and (max-width: 480px) {
    .widget_content_list .item, .widget_content_list.featured .item-first {
        width: 100% !important;
    }
}

.widget_content_list.content_list .fields{
	margin-top:0;
}
.widget_content_list.content_list h2 a{
	color:#000;
}
.widget_content_list.content_list .content_list_item:last-child{
	border:0;
	padding-bottom:0;
	margin-bottom:0;
}

@media screen and (max-width: 980px) {
.widget_content_list.tiles-big .item .image { min-height:150px; }	
.widget_content_list.tiles-big:not(.owl-carousel) .item { flex-basis: 33.333%; }
}
@media screen and (max-width: 680px) {
.widget_content_list.tiles-big:not(.owl-carousel) .item { flex-basis: 50%; }
}

@media screen and (max-width: 520px) {
.widget_content_list.tiles-big .item .image { min-height:200px; }	
.widget_content_list.tiles-big:not(.owl-carousel) .item { flex-basis: 100%; }
}


.widget_content_list.owl-carousel,
.widget_content_list.owl-carousel { 
   display:block !important; 
}
.widget_content_list.owl-carousel .owl-stage-outer,
.widget_content_list.owl-carousel .owl-stage-outer{ 
  
}
.widget_content_list.owl-carousel .item, 
.widget_content_list.owl-carousel .item {  padding:0;  }



/* ========================================================================== */

.widget_drum{
	margin:0 0 20px 0;
	position:relative;
	background:#edeff5;
}
.widget_drum2{
	background:#222329;
}

.widget_drum h2{
	margin:0;
    display: inline-block;
    font-family: BaseFontBold, Arial, serif;
    font-size: 16px;
	height:40px;
    line-height: 40px;
    text-transform: uppercase;
    padding: 0 12px;
	color:#fff;
	background:rgba(212, 14, 82, 0.8);
	position:absolute;
	top:0;
	left:0;
	z-index:1
}
.widget_drum.widget_drum2 h2{
    font-size: 22px;
	background:#F5530B;
}
.widget_drum h2:after,
.widget_drum.widget_drum2 h2:after{
  content: '';
  display: block;
  position: absolute;
  width: 0;
	height: 0;
	border-top: 40px solid rgba(212, 14, 82, 0.8); 
	border-right: 15px solid transparent;
  right: -15px;
  top:0;
  bottom: 0;
}
.widget_drum.widget_drum2 h2:after{
	border-top-color:#F5530B;
}

.drum_cols{
	display:flex;
	position:relative;
}

.widget_drum:after{
	  content: "";
      text-align: right;
      position: absolute;
      bottom: 0;
      left: -5px;
      width: 50%;
      height: 1.2em;
      background: linear-gradient(to bottom, rgba(237, 239, 245, 0), rgba(237, 239, 245, 1) 50%);
}
.widget_drum.widget_drum2:after{
	  background: linear-gradient(to bottom, rgba(34, 35, 41, 0), rgba(34, 35, 41, 1) 50%);
	  right: 0;
	  left:auto;
}

.drum_cols > div{
	width:50%;
}

.widget_drum2 .drum_cols > div:last-child{
	order:-1;
}

.drum_list_basic{
    padding-top:32px;
	padding-left:25px;
	height:360px;
	overflow-x:auto;
	box-sizing:border-box;
	-webkit-overflow-scrolling: touch;
}

.drum_list_basic::-webkit-scrollbar {
    width: 5px;
}
.drum_list_basic::-webkit-scrollbar-track {
	background:rgba(0, 0, 0, .125);
}
.drum_list_basic::-webkit-scrollbar-thumb {
    background:#db4797;
}

.widget_drum.widget_drum2 .drum_list_basic{
	padding-top:12px;
	padding-right:25px;
}
.widget_content_list .drum_list_basic .item { padding:12px 0; overflow: hidden; border:0; padding-right:20px; box-sizing:border-box; -moz-box-sizing:border-box; }
.widget_content_list.widget_drum2 .drum_list_basic .item{
	padding-right:0;
}
.widget_content_list .drum_list_basic .item .title a{
    display: block;
    color: #000;
    line-height: 20px;
    transform: none;
	display: -webkit-box;  max-width: 100%; -webkit-box-orient: vertical;  overflow: hidden;  text-overflow: ellipsis;  -webkit-line-clamp: 2;  
	font-size:17px;
}
.widget_drum.widget_drum2 .drum_list_basic .item .title a{
	color:#fff !important;
}
.widget_content_list .drum_list_basic .item .image{
	margin-right:15px;
}

	
.widget_drum:not(.widget_drum2) .drum_list_featured{

}
.widget_drum2 .drum_list_featured{

}

.drum_list_featured .item{
	overflow:hidden;
	position:relative;
	padding:0;
	margin:0;
	overflow:hidden;
}
.drum_list_featured .item .image_wrap{
	display:block;
	background-size:100% auto;
	height:360px;
	overflow:hidden;
} 

.drum_list_featured .item .info{
	overflow:hidden;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding: 25px 30px;
    background-color: rgba(0, 0, 0, 0.7);
	color:#fff !important;
}
.drum_list_featured .item .info a{
	color:#fff !important;
}
.drum_list_featured .item .info .title{
	font-family: BaseFontBold, Arial, serif;
    font-size: 24px;
    line-height: 28px;
    display: block;
    color: #fff !important;
    margin-bottom: 4px;
    transform: none;
}
.drum_list_featured .item .info .comments{
    
}

.drum_list_featured .item,
.drum_list_featured .item .image_wrap{
		height:360px;
		overflow:hidden;
		box-sizing:border-box;
}

.widget_drum .details span.comments{	background:#db4797;}
.widget_drum .details span.comments:after{ border-color:transparent transparent transparent #db4797; }
.widget_drum .details span.comments a{		color:#fff !important;}

@media screen and (max-width: 680px) {
.widget_drum{ margin-top:-20px; }
.widget_drum:after{ background: none; display:none; }
.drum_cols{	flex-direction: column; }
.drum_list_basic{ height:auto; }
.widget_drum .drum_list_basic { padding: 20px 5px 0 10px !important; }
.drum_cols > div,
.drum_list_featured .item,
.drum_list_featured .item .image_wrap{
		height:auto;
		display:block;
		width:100%;
		box-sizing:border-box;
}
.widget_content_list .drum_list_basic .item { padding-right:0; }
.widget_content_list .drum_list_basic .item .title{
	padding-right:20px;
}
.widget_drum h2{
	position:absolute;
	top:0;
	border-color:#ffa800;
	display:block;
	float:none;
	width:100%;
	font-size:18px !important;
}
.widget_drum.widget_drum2 h2{
	top:0;
}
.widget_drum .drum_cols{
	padding-top:20px;
}
.widget_drum.widget_drum2 .drum_cols{
	padding-top:20px;
}

.drum_list_featured{
	margin-top:0;
}
.drum_cols > div:last-child{
	order:-1;
}

.drum_list_featured .item .image_wrap{
	background-size:100% auto;
}

.drum_list_basic{
    padding:0;
}

}

@media screen and (max-width: 980px) {
	.widget_content_list .drum_list_basic .item .title a{
		font-size: 18px;
        line-height: 22px;
	}
	.widget_content_list .drum_list_basic .item { }
}
@media screen and (max-width: 780px) {
	.widget_content_list .drum_list_basic .item .title a{
		font-size: 17px;
        line-height: 20px;
	}
}

/* ========================================================================== */

.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;
}
.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:#eee;
  position: relative;
  z-index: 2;
}

.widget_content_slider .items .item {
    overflow: hidden;
    padding:10px;
    font-family: BaseFontBold, Arial, serif;
    font-size: 14px;
	line-height:1.1;
    cursor:pointer;
    position:relative;
}

.widget_content_slider .items .item:hover {
    background:#eee;
}

.widget_content_slider .items .item .title {
    display:block;
    vertical-align:middle;
    color:#000;
}

.widget_content_slider .items .item.active {
    background:#000;
}

.widget_content_slider .items .item.active .title {
    color:#FFF;
}
@media (max-width: 767px) {
  .widget_content_slider .items .item .title {
    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 { margin:0; margin-bottom: 5px; }

.widget_activity_list .item { margin-bottom: 10px; overflow: hidden; }
.widget_activity_list .item:last-child { margin-bottom: 0; }

.widget_activity_list .item > .image { float:left; margin-right: 10px; padding:2px; border:solid 1px #B3C2C9; }
.widget_activity_list .item > .image img { display: block; }
.widget_activity_list .item .info { line-height:17px; padding-top:2px; }

.widget_activity_list .item .title{ }
.widget_activity_list .item .title a.author{ color:#376499; }
.widget_activity_list .item .title a.author:hover{ color:#d35400; }

.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; padding-left:48px; }
.widget_activity_list .item .images .image {
    float:left; margin-right:2px;
    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 { line-height: 20px; overflow:hidden; }

.widget_comments_list .item { margin-bottom: 12px; padding-bottom:14px; overflow: hidden; font-size:13px;  background:#fff; }
.widget_comments_list.widget_comments_slider .item, .widget_comments_list .item:last-child { margin-bottom: 0; border-bottom:0; padding-bottom:0; }

.widget_comments_list .item .image { float:left; margin-right: 10px; padding:2px; }
.widget_comments_list .item .image img { display: block; overflow:hidden; border-radius:50%;  -moz-border-radius:50%; }
.widget_comments_list .item .info { line-height:1.6; padding-top:5px; overflow:hidden; }

.widget_comments_list .item .title{ }
.widget_comments_list .item .title .author{ padding-bottom:5px; font-family:BaseFontBold; }
.widget_comments_list .item .title .author a{ color:#000 !important; display:inline-block;   }


.widget_comments_list .item .subject{ margin-top:4px; overflow:hidden; display:flex; width:100%; align-items:center; }
.widget_comments_list .item .subject .fa{ width:32px; text-align:center; padding-right:13px; }
.widget_comments_list .item .subject .fa:before{ width:32px !important; display:block; text-align:center !important; transform: scale(1.4) rotate(-180deg); color:#2980b9; margin-top:-5px; }
.widget_comments_list .item .subject a{ line-height:15px; overflow:hidden; padding-right: 5px;  }

.widget_comments_list .item .date { font-size:11px; color:#999; float:right; padding-right: 5px; }
.widget_comments_list .item .text { display:block; color:#000; padding:3px 0 5px 0; overflow:hidden; text-decoration:none !important; position:relative; font-size:14px; font-family:BaseFontItalic; }
.widget_comments_list .item .text:hover { color:#db4797; }
.widget_comments_list.widget_comments_slider .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #12bbad; }
/* ========================================================================== */

.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 .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;
	height:auto !important;	
    font-family: BaseFontMedium, Arial, serif;
    text-transform:uppercase;
    line-height: 14px;
}
.widget_content_tree li a{
   padding:8px 10px 8px 18px !important;
   height:auto !important;
   display:block !important;
   color:#0266a9;
   border-bottom:1px solid #eee;
}
.widget_content_tree li a:hover{
	 background:#eee;
	 color:#222;
}
.folder_hidden { display: none; }
.widget_content_tree ul li.active > a:hover,
.widget_content_tree ul li.active > a { color:#fff; text-decoration: none; background:#1A1A1A; 
   border-bottom:1px solid transparent; }
.widget_content_tree ul li:last-child a{
	border-bottom:1px solid transparent;
}

#widget_pos_main-top .widget_content_tree{
   margin-top:-15px;
}
#widget_pos_main-top .widget_content_tree ul{
	margin:0 !important;
	overflow:hidden;
	overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    display: flex;
    -webkit-overflow-scrolling: touch;
	height:60px;
	box-sizing:border-box;
	width:100%;
}
#widget_pos_main-top .widget_content_tree ul::-webkit-scrollbar {
    height: 4px;
}
#widget_pos_main-top .widget_content_tree ul::-webkit-scrollbar-track {
	background:#E6E7E9;
}
#widget_pos_main-top .widget_content_tree ul::-webkit-scrollbar-thumb {
    background:rgba(0, 0, 0, .125);
}
#widget_pos_main-top .widget_content_tree li{
	padding:24px 13px !important;
}
#widget_pos_main-top .widget_content_tree li a{
	padding:3px 4px 2px 4px !important;
	color:#000;
	border:0 !important;
	background:transparent !important;
}
#widget_pos_main-top .widget_content_tree ul li ul{ display:none; }
#widget_pos_main-top .widget_content_tree ul li.active > a { color:#fff; background:#ff5d00 !important; }
#widget_pos_main-top .widget_content_tree li a:hover{
	text-decoration:underline;
}

@media screen and (max-width: 980px) {
	#widget_pos_main-top .widget_content_tree ul{
		height:auto;		
		margin:0 !important;
	}
	#widget_pos_main-top .widget_content_tree li{
	    padding:14px 13px !important;
    }
	#widget_pos_main-top .widget .body{ padding:0 !important; }
	
}


/* ========================================================================== */

.widget_user_avatar .user_info {
    overflow: hidden;
    clear:both;
    margin:-15px;
    padding:6px;
    margin-bottom: 10px;
    background:#34495E;
}

.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 {
    color:#FFF;
    text-decoration: none;
    font-size:12px;
    font-weight: bold;
}
.widget_user_avatar {
    position: relative;
}
header .widget_user_avatar {
    margin-right: -14px;
}
header .widget_user_avatar .user_info {
    float: right;
    clear: none;
    margin: 0;
    background: none;
    line-height: 50px;
    height: 50px;
    padding: 9px 34px 9px 5px;
    box-sizing: border-box;
    transition: background 0.5s;
    position: relative;
}
header .widget_user_avatar .user_info:after {
    content: '';
    background: url(../images/nav-arrow-down-white.png) no-repeat center center;
    width: 16px;
    height: 32px;
    position: absolute;
    right: 10px;
    opacity: 0.5;
    transition: opacity 0.5s;
}
header .widget_user_avatar:hover .user_info:after{ opacity: 1; }
header .widget_user_avatar:hover .user_info {
    background: #224674;
}
header .widget_user_avatar .user_info .avatar{
    border-radius: 50%;
    overflow: hidden;
    height: 32px;
}
header .widget_user_avatar .user_info .name {
    float: left;
    margin-right: 10px;
}
header .widget_user_avatar .menu {
    visibility: hidden;
    float: none;
    position: absolute;
    top: 50px;
    right: 0;
    height: auto;
    background: #224674;
    width: 180px;
    padding: 0;
    box-shadow: -2px 2px 10px #224674;
    opacity: 0.99;
    transition: visibility 0.2s;
    z-index: 102;
}
header .widget_user_avatar:hover .user_info + .menu {
    visibility: visible;
}
header .widget_user_avatar .menu > li {
    float: none;
}
header .widget_user_avatar .menu > li:hover, header .widget_user_avatar .menu ul li a:hover {
    background-color: #1c549c;
}
header .widget_user_avatar .menu ul {
    left: auto;
    right: 160px;
    top: 0;
    box-shadow: none;
    border-radius: 0;
    box-shadow: -2px 2px 10px #224674;
}
header .widget_user_avatar .menu ul li, header .widget_user_avatar .menu ul li a {
    border-radius: 0;
}
/* ========================================================================== */

.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 {
    float:left;
    margin:0 8px 8px 0;
}

.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 .field { overflow: hidden; }
.widget_auth .field a { float:right; font-size:12px; margin-top:4px; }
.widget_auth .field label { float:left; }
.widget_auth .buttons { margin-top:15px; }

@media screen and (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%; }
	
    .widget .widget_links { display:none; }
	
	.widget.card-bordered{ border-width:0; border-top-width:1px; }
}

/* ========================================================================== */

.widget_search { background-color:#34495E; margin:-15px; padding:10px; }

.widget_search .input {
    border:none; box-shadow: none;
    padding-left:24px;
    background:url("../images/icons/search-glyph.png") no-repeat 4px center #FFF;
    font-size:12px;
}

/* ========================================================================== */

.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: -7px;
    box-shadow: -4px 4px 5px rgba(0,0,0,.125);
    background: #2C8BEB;
}
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: pointer;
}
section .widget.fixed_actions_menu:hover .body, section .widget.fixed_actions_menu.clicked .body {
    display: block;
}
section .widget.fixed_actions_menu .body {
    display: none;
    margin: 32px 0 0 0;
    padding: 0;
}
#body section .widget.fixed_actions_menu .body .menu li a{
	padding-top:8px;padding-bottom:8px;
}
#body section .widget.fixed_actions_menu .body .menu li {
	float:none;
	display:block !important;
	font-size:12px;
}

section .widget.fixed_actions_menu > .edit_wlinks {
    margin: 0;
}
.edit_wlinks {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 100;
    transition: opacity 0.4s;
}
.widget:hover .edit_wlinks, .widget_tabbed .body:hover .edit_wlinks {
    opacity: 0.4;
}
.widget:hover .edit_wlinks:hover, .widget_tabbed .body:hover .edit_wlinks:hover {
    opacity: 0.95;
}
.edit_wlinks a {
    background-color: #95a5a6;
    color: #FFF;
    text-decoration: none;
    padding: 5px;
    float: left;
    box-sizing: border-box;
    font-size: 12px;
}
.edit_wlinks a.delete {
    background-color: #e74c3c;
}