/*.owl-stage-outer::after {
	width: 1px; content: " ";
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: white;
}*/
.carousel-row{
	background-color: #fff;
	height: 200px;
	box-shadow: 5px -5px 15px 0 rgba(0,0,0,0.25);
	width: 550px;
}
.custom_carousel_title{
	font-weight: bold; font-family: 'Poppins', sans-serif;
	font-weight: normal;
}
.news-container{
	/*background-color: #fe661c;*/
}
.post-image{
	height: 200px;
}
.owl-wrapper .owl-item{
    width: auto;
    height: auto;
    /*margin-right: 0 auto;*/
    /*margin-left: 0.7rem;
    margin-right: 0.7rem;*/
}
.owl-item{
   opacity: 1;
   transition: opacity 500ms;
  /* margin-right: 0.2rem;
   margin-left: 0.2rem;*/
}

.owl-controls {
   position: absolute;
   bottom: 200px;
   text-align: right !important;
   width: 100%;
   padding-right: 20px;

}

.owl-theme .owl-controls .owl-buttons div {
    color: #fe661c;					
	zoom: 1;					
	margin: 0px;
	padding: 6px 15px;
	font-size: 24px;					
	border-radius: 0;
	background: #fff;				   
    opacity: 1;   
}
.owl-theme .owl-controls .owl-buttons div:hover{
	background: #fe661c;
	color: #fff;		
}
.news-post-title{
	display: inline-block;
	height: 52px;
	overflow: hidden;
}
.news-post-content{
	display: inline-block;
	height: 100px;
	overflow: hidden;
}
/*s*/

/*@media (min-width: 992px){
	.owl-buttons{
		width: 720px;
	}
}*/

@media (max-width: 768px){
	.carousel-row{
		background-color: #fff;
		height: 350px;
		width: 95%;
	}
	.post-image{
		height: 200px;
		width: 100%;
	}
	.owl-controls {
	    position: absolute;
	    bottom: 350px;
	    text-align: right !important;
	    width: 100%;
	    padding-right: 20px;
	}
	.owl-wrapper .owl-item{
	    /*width: auto;
	    height: auto;*/
	    margin-left: 0;
	    margin-right: 0;
	}
	.owl-buttons{
		/*width: 97.1%;*/
	}
}

