
/* SLICK SLIDER STYLES */
.SlickSlider {
	width: 100%; /* 650px */
	margin: 0 auto;
	background: ; /* #e5e5e5 */
	color:#555555;
}

.SlickSlider .lead{
	font-size: 18px;
}

.slick-prev {
	left: 32px !important;
	z-index: 1000 !important;
}

.slick-next {
	right: 35px !important;
	z-index: 1000 !important;
}

.slick-arrow::before{
	display: block;
	font-size: 20px;
	color: #FFF;
	text-shadow: 0px 2px 4px #818d9c;
}

.slick-dots li button:before{
	font-size: 12px;
	line-height: 12px;
	position: absolute;
}

.slick-dots { position: absolute !important; bottom: 10px !important; }

.slick-dotted.slick-slider {
	margin-bottom: 0px !important;
}

.SliderHeadline{
	min-height:35px;
	max-height:65px;
	overflow: hidden;
}


.SliderImage{
	height:390px;
}

/* END>> SLICK SLIDER STYLES */


/* AD SLOTS */
.Ad-Slot-1{
	background: #e5e5e5;
}

.Ad-Slot-2{
	max-height: 420px;
	background: #e5e5e5;
}

.Ad-Slot-3{
	background: #e5e5e5;
}

.Ad-Slot-4{
	max-height: 420px;
	background: #e5e5e5;
}
/* #END AD SLOTS  */

.article-content{
	height: 100px;
}

.headline{
	font-size: 18px;
	padding-bottom: 10px;
	margin-right:0.6em;
}

.paragraph{
	font-size: 15px;
}

.article-heading{
	max-height:100px;
	overflow: hidden;
	/*border-bottom: 2px solid #eaeaea;*/
}

.article-paragraph{
	height:52px;
	overflow: hidden;

}
.card-body {
	border-radius: 8px;
	/*border: 1px solid #ddd;*/
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	padding: 1.25rem;

}
.article-bottom{
     /* height:20px;
      overflow: hidden;
      font-size: 12px;
      color:#818d9c;*/
  }

  .slider-div{
  	height: 400px; 
  }

  .card-flex{
	background-color:#eeeeee;
  	padding-top: 9px;
  	/*border-radius: 8px;*/
  }
  .card-background{
  	background-color: white;
  	/*padding-top: 9px;*/
  	/*border-radius: 8px;*/
  }
