/* Fonts  ============================================================== */
@font-face {
  font-family: "BaseFont";
  src: url("../fonts/Scada-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BaseFontBold";
  src: url("../fonts/Scada-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BaseFontMedium";
  src: url("../fonts/Scada-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BaseFontItalic";
  src: url("../fonts/Scada-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "BaseFontDemi";
  src: url("../fonts/Scada-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}









/* Widgets styles =========================================================== */

.bnews.widget_content_list { overflow: hidden; }

.columns-2 .bnews.widget_content_list .item { width:50%; }
.columns-3 .bnews.widget_content_list .item { width:33.333%; }
.columns-4 .bnews.widget_content_list .item { width:25%; }
.columns-5 .bnews.widget_content_list .item { width:20%; }

.bnews.owl-carousel.widget_content_list .item { width:inherit !important; }
.bnews.widget_content_list .item { padding:10px 20px 10px 20px; margin:0; overflow: hidden; box-sizing:border-box; -moz-box-sizing:border-box; }
.bnews.widget_content_list:not(.tiles-big) .item, .bnews.widget_content_list:not(.tiles-small) .item { border-bottom:1px solid #E2E2E2;  }
.bnews.widget_content_list .item:last-child { margin-bottom: 0; border-bottom:0;  }

.bnews.widget_content_list:not(.tiles-big) .item .image,
.bnews.widget_content_list:not(.tiles-small) .item .image { float:left; margin-right: 10px; }
.bnews.widget_content_list .item .image img { display: block; }
.bnews.widget_content_list .item .info {  }
.bnews.widget_content_list.compact .item .info { overflow:hidden; }

.bnews.widget_content_list .item .title{ font-family: BaseFontBold, Arial, serif;  font-size: 14px; line-height:1; margin-bottom: 3px; }
.bnews.widget_content_list .item .title a{ color:#000; }
.bnews.widget_content_list .item .title a:hover{  }
.bnews.widget_content_list .details { font-size:12px; color:#999; }
.bnews.widget_content_list .details a{ color:#BDC3C7; }
.bnews.widget_content_list .details a:hover{ color:#d35400; }

.bnews.widget_content_list .details span.date{ color:#db4797; }

.bnews.widget_content_list .details span { padding-right: 5px; display:inline-block; vertical-align:middle; }
.bnews.widget_content_list .details span.comments b, .bnews.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;  }
.bnews.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;  }
.bnews.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;
	transform: scale(1.5) rotate(15deg);
}
.content_item .bi_comments b:after {
    left:40%;
	z-index:-1;
}

.bnews.widget_content_list.featured .item .title { font-size:14px; }
.bnews.widget_content_list.featured .item-first { float:left; margin-right:15px; width:33%; }
.bnews.widget_content_list.featured .item-first .image { margin-bottom: 5px; clear:both; width:100%; height:150px; }
.bnews.widget_content_list.featured .item-first .image a, .bnews.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; }
.bnews.widget_content_list.featured .item-first .title { font-size:21px; margin-top:5px; line-height: 24px;}
.bnews.widget_content_list.featured .item-first .title a { color:#000; text-decoration: none; }
.bnews.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;
}

.bnews.widget_content_list.featured .item-first .read-more a:hover { background:#3498db; }
.bnews.widget_content_list.tiles-small:not(.owl-carousel),
.bnews.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;
}

.bnews.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;
}
.bnews.widget_content_list.tiles-small:not(.owl-carousel) .item{
	padding:6px;
	box-sizing:border-box;
	margin: 0; box-sizing: border-box; border:0 !important;
}

.bnews.widget_content_list.tiles-big .item .image { margin-bottom: 6px; clear:both; width:100%; height:120px; }
.bnews.widget_content_list.tiles-big .item .image > a, .bnews.widget_content_list.tiles-big .item .image > div { display:block; width:100%; height:100%; background-position: center; background-repeat: no-repeat; background-color:#bdc3c7; background-size: cover; }
.bnews.widget_content_list.tiles-big .item .title {     
    display: block;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.3px;
    color: #000;
	}
.bnews.widget_content_list.tiles-big .item .title a { color:#000; text-decoration: none; }
.bnews.widget_content_list.tiles-big .item .title a:hover { color:#34495e; text-decoration: underline; }

.bnews.widget_content_list.tiles-small .item:not(.owl-carousel) {  }
.bnews.widget_content_list.tiles-small .item .image { margin:0; }

.bnews.widget_content_list.compact .item { margin-bottom: 5px; }
.bnews.widget_content_list.compact .item:last-child { margin-bottom: 0; }
.bnews.widget_content_list.compact .item .title { font-size:13px; margin-bottom: 0; line-height: 15px; }

.bnews.widget_content_list.tiles-big .details span.comments{ top:-24px; }

@media screen and (max-width: 480px) {
    .bnews.widget_content_list .item, .bnews.widget_content_list.featured .item-first {
        width: 100% !important;
    }
}

.bnews.widget_content_list.content_list .fields{
	margin-top:0;
}
.bnews.widget_content_list.content_list h2 a{
	color:#000;
}
.bnews.widget_content_list.content_list .content_list_item:last-child{
	border:0;
}

@media screen and (max-width: 980px) {
.bnews.widget_content_list.tiles-big .item .image { min-height:150px; }	
.bnews.widget_content_list.tiles-big:not(.owl-carousel) .item { flex-basis: 33.333%; }
}
@media screen and (max-width: 680px) {
.bnews.widget_content_list.tiles-big:not(.owl-carousel) .item { flex-basis: 50%; }
}

@media screen and (max-width: 520px) {
.bnews.widget_content_list.tiles-big .item .image { min-height:200px; }	
.bnews.widget_content_list.tiles-big:not(.owl-carousel) .item { flex-basis: 100%; }
}


.bnews.widget_content_list.owl-carousel,
.bnews.widget_content_list.owl-carousel { 
   display:block !important; 
}
.bnews.widget_content_list.owl-carousel .owl-stage-outer,
.bnews.widget_content_list.owl-carousel .owl-stage-outer{ 
  
}
.bnews.widget_content_list.owl-carousel .item, 
.bnews.widget_content_list.owl-carousel .item {  padding:0;  }









/* ========================================================================== */

.widget_drum{
	margin:0 0 20px 0;
	position:relative;
	background:#fff;
}
.widget_drum2{
	background:#222329;
}

.widget_drum a, .widget_drum2 a{ text-decoration:none; }
.widget_drum a:hover, .widget_drum2 a:hover{ text-decoration:underline; }

.widget_drum .teaser, .widget_drum2 .teaser{ padding-bottom:4px; padding-top:4px; padding-right:20px; }
.widget_drum2 .teaser{ color:#eee; }

.widget_drum h2{
	margin:0;
    display: inline-block;
    font-family: BaseFontBold, Arial, serif;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    padding: 8px 12px;
	color:#fff;
	background:#db4797;
	position:absolute;
	top:0;
	left:0;
	z-index:1
}
.widget_drum.widget_drum2 h2{
    font-size: 22px;
    line-height: 22px;
	background:#F5530B;
}
.drum_cols{
	display:flex;
	position:relative;
}

.widget_drum:after{
	  content: "";
      text-align: right;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 50%;
      height: 1.2em;
      background: linear-gradient(to bottom, rgba(242, 242, 242, 0), rgba(242, 242, 242, 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;
}
.bnews.widget_content_list .drum_list_basic .item { padding:0px; padding-top:12px; overflow: hidden; border:0; padding-right:20px; box-sizing:border-box; -moz-box-sizing:border-box; }
.bnews.widget_content_list .drum_list_basic .item:first-child{ padding-top:12px; }
.bnews.widget_content_list.widget_drum2 .drum_list_basic .item{
	padding-right:0;
}
.bnews.widget_content_list .drum_list_basic .item .title a{
    display: block;
    color: #000;
    font-family: BaseFontDemi, Arial, serif;
    font-size: 18px;
    line-height: 20px;
    transform: none;
	display: -webkit-box;  max-width: 100%; -webkit-box-orient: vertical;  overflow: hidden;  text-overflow: ellipsis;  -webkit-line-clamp: 2;  
}
.widget_drum.widget_drum2 .drum_list_basic .item .title a{
	color:#fff !important;
}
.bnews.widget_content_list .drum_list_basic .item .image{
	margin-right:15px;
}

	
.widget_drum:not(.widget_drum2) .drum_list_featured{

}
.widget_drum2 .drum_list_featured{

}

.bnews.widget_content_list .drum_list_featured .item{
	overflow:hidden;
	position:relative;
	padding:0;
	margin:0;
	overflow:hidden;
}
.bnews.widget_content_list .drum_list_featured .item .image_wrap{
	display:block;
	background-size:100% auto;
	height:360px;
	overflow:hidden;
} 

.bnews.widget_content_list .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;
}
.bnews.widget_content_list .drum_list_featured .item .info a{
	color:#fff !important;
}
.bnews.widget_content_list .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;
}
.bnews.widget_content_list .drum_list_featured .item .info .comments{
    
}

.bnews.widget_content_list .drum_list_featured .item,
.bnews.widget_content_list .drum_list_featured .item .image_wrap{
		height:360px;
		overflow:hidden;
		box-sizing:border-box;
}

.bnews.widget_content_list.widget_drum .details span.comments{	background:#db4797;}
.bnews.widget_content_list.widget_drum .details span.comments:after{ border-color:transparent transparent transparent #db4797; }
.bnews.widget_content_list.widget_drum .details span.comments a{		color:#fff !important;}

@media screen and (max-width: 680px) {
.bnews.widget_content_list.widget_drum{ }
.bnews.widget_content_list.widget_drum:after{ background: none; display:none; }
.bnews.widget_content_list .drum_cols{	flex-direction: column; }
.bnews.widget_content_list .drum_list_basic{ height:auto; }
.bnews.widget_content_list.widget_drum .drum_list_basic { padding: 20px 5px 0 10px !important; }
.bnews.widget_content_list .drum_cols > div,
.bnews.widget_content_list .drum_list_featured .item,
.bnews.widget_content_list .drum_list_featured .item .image_wrap{
		height:auto;
		display:block;
		width:100%;
		box-sizing:border-box;
}
.bnews.widget_content_list .drum_list_basic .item { padding-right:0; }
.bnews.widget_content_list .drum_list_basic .item .title{
	padding-right:20px;
}
.bnews.widget_content_list.widget_drum h2{
	position:absolute;
	top:0;
	border-color:#ffa800;
	display:block;
	float:none;
	width:100%;
	font-size:18px !important;
}
.bnews.widget_content_list.widget_drum.widget_drum2 h2{
	top:0;
}
.bnews.widget_content_list.widget_drum .drum_cols{
	padding-top:20px;
}
.bnews.widget_content_list.widget_drum.widget_drum2 .drum_cols{
	padding-top:20px;
}

.bnews.widget_content_list .drum_list_featured{
	margin-top:0;
}
.bnews.widget_content_list .drum_cols > div:last-child{
	order:-1;
}

.bnews.widget_content_list .drum_list_featured .item .image_wrap{
	background-size:100% auto;
}

.bnews.widget_content_list .drum_list_basic{
    padding:0;
}

}

@media screen and (max-width: 980px) {
	.bnews.widget_content_list .drum_list_basic .item .title a{
		font-size: 18px;
        line-height: 22px;
	}
	.bnews.widget_content_list .drum_list_basic .item { }
}
@media screen and (max-width: 780px) {
	.bnews.widget_content_list .drum_list_basic .item .title a{
		font-size: 17px;
        line-height: 20px;
	}
}













.owl-theme .owl-nav.disabled + .owl-dots {  margin-top: 10px;  }
.owl-dots {  text-align: center;  -webkit-tap-highlight-color: transparent; margin-top: 10px;  }
.owl-dots .owl-dot { display: inline-block;  zoom: 1;  *display: inline; cursor:pointer; }
.owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #c6ced8;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; 
}
.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span { background: #000; }
.owl-nav .owl-prev {
    left: -40px;
    background: rgba(0,0,0,0.125);
}
.owl-nav .owl-next {
    right: -40px;
    background: rgba(0,0,0,0.125);
}

.owl-dots.owl-dots-line .owl-dot span{
	border-radius:0;margin-left:0;margin-right:0;height:4px;width:30px;
}

.widget > .title > .owl-dots{
	position:absolute;
	bottom:-20px;
	left:0;
	right:0;
	margin:0;
}
.widget > .title > .owl-dots .owl-dot span{ background:rgba(0,0,0,.125); }
.widget > .title > .owl-dots .owl-dot.active span, .widget > .title > .owl-dots .owl-dot:hover span{ background:#000; }
.widget > .title > .owl-dots .owl-dot span{ border-radius:0;margin-left:0;margin-right:0;height:4px;width:50px; }
@media screen and (max-width: 680px) {
	.widget > .title > .owl-dots .owl-dot span{ width:30px; height:3px; }
}
@media screen and (min-width: 1000px) {
.widget > .title > .owl-dots{	
	top:8px;
	right:20px;
	left:auto;
	bottom:auto;
}
.widget > .title > .owl-dots .owl-dot span{ width: 15px;height: 15px; }
}


