.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.owl-carousel .owl-item img {
    height: 450px !Important;
}
h3.gas-cara-post-title a {
    color: #fff !important;
    background: #00000047;
    padding: 5px 10px;
}
.carousel-caption .btn-read-articles {
    float: none;
     padding-right: 0px; 
}
.carousel-caption i.fa.fa-angle-right {
    margin-right: 4px;
}
.owl-nav {
    display: none;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ee6969 !important;
}
.owl-carousel .owl-item .summary-readmore-1 .video-click {
    height: 70px !important;
    width: 150px !important;
    text-align: center;
    margin: 0 auto;
}



	/* @media (min-width: 768px) {  
	  .masonry-row {column-count: 2;}
	  nav.custom-pagination-test {
		width: 100% !important; 
	}
	}
	@media (max-width: 767px) {  
	  nav.custom-pagination-test {
		width: 100% !important; 
	}
	}

	/* Large devices (desktops, 992px and up) 
	@media (min-width: 992px) { 
	 .masonry-row {column-count: 3;}
	}
	 
	/* Extra large devices (large desktops, 1200px and up) 
	@media (min-width: 1200px) {  
	   .masonry-row {column-count: 3;} 
	}
	.masonry-column {
		display: inline-block;
		width: 100%;
		position: relative;
		padding-top: 30px;
	} */
	
	
	.masonry-column{
		  float: left;
		width: 33%;
		padding: 10px;
		 
		}

		

	nav.custom-pagination-test {
		
		margin: 0 auto;
		text-align: center;
		padding: 80px 0px;
	}
	.custom-pagination-test a.page-numbers {
		background-color: #ee696a;
		color: #fff;
		padding: 9px 13px;
		border-radius: 6px;
	}
	.custom-pagination-test span.page-numbers.current {
		color: #000;
		background-color: #fff;
		padding: 9px 14px;
		border: 2px solid #ddd;
		border-radius: 6px;
	}
	span.page-numbers.dots {
		padding: 9px 13px;
		background-color: #ee696a;
		border-radius: 6px;
		color: #fff;
	}
	@media screen and (max-width: 1023px) and (min-width: 768px) {
		.masonry-column {
			width: 50%;
		}
		
		
	}
	@media screen and (max-width: 767px) {
		.masonry-column {
			width: 100%;
		}
		
	}