#repeatercarousel.owl-carousel .owl-stage-outer {overflow:unset!important;padding:0px!important;}
#repeatercarousel .thumbnail.item {padding:40px 60px;}
#repeatercarousel .thumbnail.item img {height:96px;width:auto;margin:0 auto;margin-bottom:20px;}
#repeatercarousel.owl-carousel .owl-nav button.owl-next {width:40px;height:40px;background:#848484 !important;color:#fff;border-radius:50%;margin-left:100px;}
#repeatercarousel.owl-carousel .owl-nav button.owl-next span {font-size:23px!important;margin:0px;}
#repeatercarousel.owl-carousel .owl-nav button.owl-next:hover {background:#000 !important;color:#fff;}
#repeatercarousel.owl-carousel .owl-nav button.owl-prev {width:40px;height:40px;background:#848484 !important;color:#fff;border-radius:50%;margin-right:100px;}
#repeatercarousel.owl-carousel .owl-nav button.owl-prev span {font-size:23px!important;}
#repeatercarousel.owl-carousel .owl-nav button.owl-prev:hover {background:#000 !important;color:#fff;}
#repeatercarousel.owl-carousel .owl-nav {position:relative;margin-bottom:-35px;}
#repeatercarousel.owl-carousel button.owl-dot {position:relative;z-index:100;}

#repeatercarousel.owl-carousel .owl-item {padding-top:0px!important;border-radius:15px;border:1px solid #E5E7EB;text-align:center!important;box-shadow: none!important;-webkit-box-shadow:none!important;-moz-box-shadow:none!important;}


@media screen and (max-width:1000px) {
#repeatercarousel .blog-posts-carousel .intro h2, .blog-posts-carousel .intro p {text-align:left!important;}
#repeatercarousel .blog-posts-carousel .owl-stage-outer {padding:20px 0!important;}
#repeatercarousel .thumbnail.item {padding:40px 30px!important;}
#repeatercarousel {margin-bottom:60px;}
}


.latest-blog-posts {
	position: relative;
	.container-fluid {
		padding: 60px;
		position: relative;
		max-width: 1230px;
	}
	.thumbnail {
		margin: 0 15px;
	}
	.customNavigation {
		transform: translateY(-50%);
		top: calc(50% - 37px);
		position: absolute;
		width: 100%;
		left: 0;
	}
	.customNavigation>span {
		transform: translateY(-50%);
		top: 50%;
		position: absolute;
	}
	.pager-left {
		left: calc(0% + 15px);
	}
	.pager-right {
		right: calc(0% + 15px);
	}
	.next, .prev {
		font-size: 28px;
		color: #ccc;
	}
	.intro {text-align:center;margin:0 auto;}
	.intro h2 {text-align:center;}
	.intro p {text-align:center;}
}
