

.news-slide {
    width: 100%;
    position: relative;
    transition-property: transform;
    height: 600px;
	max-height: 650px;
	background-position: center;
	background-size: cover;
}

.news-slider-text{
	position: absolute;
	top: 500px;
	left: 0px;
	background: #ffffffdb;
	width: 100%;
	margin: 0;
	padding: 15px;
	font-size: 36px;
	font-weight: 200;
	text-transform: uppercase;
	text-align: left;
}

.news-info-bar{
	display: flex;
}

.main-most-recent{
	display: flex;
	border-top: 1px solid #ccc;
	margin-top: 15px;
	padding-top: 15px;
}


.news-info-bar-item{
	margin: 10px; 
	border-right: 1px solid #ccc;
	padding-right: 10px;
}

.news-info-bar-item:first-child{
	margin-lefT:0px;
} 

.news-info-bar-item:last-child{
	margin-right:0px;
} 

.news-info-bar-item-sm{
	display:inline;
	margin: 10px; 
    width: 100%;
    position: relative;
    transition-property: transform;
    height: 150px;
	background-position: center;
	background-size: cover;
}



.news-info-bar-item-sm:first-child{
	margin-lefT:0px;
} 

.news-info-bar-item-sm:last-child{
	margin-right:0px;
} 


.news-title-img-main-bar{
	width: 100%;
	height: 150px;
	object-fit: cover;
}

.news-short-desc{
	
}


.news-slide-side-bar{
    width: 100%;
    position: relative;
    transition-property: transform;
    height: 200px;
	background-position: center;
	background-size: cover;
	margin:15px 0;
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
}

.news-slide-side-bar:first-child{
	margin-top: 0px;
}


.news-slider-text-sm{
	position: absolute;
	bottom: 5px;
	left: 0px;
	background: #ffffffdb;
	width: 100%;
	margin: 0;
	padding: 5px;
	font-size: 20px;
	font-weight: 200;
	text-transform: uppercase;
	text-align: left;
	line-height: 20px;
}


 .swiper-container {
   width: 100%;
   height: 100%;
   margin-left: auto;
   margin-right: auto;
 }

 .swiper-slide {
   width: 100%;
   position: relative;
   margin-bottom: 15px;
   transition-property: transform;
	background-position: center;
	background-size: cover;
 }

.swiper-slide img{
   width: 100%;
   height: 600px;
   transition-property: transform;
   object-fit: cover;
   object-postion: center;
   
}

 .gallery-top {
   height: 80%;
   width: 100%;
 }

 .gallery-thumbs {
   height: 200px;
   box-sizing: border-box;
   padding: 10px 0;
 }

 .gallery-thumbs .swiper-slide {
   width: 25%;
   height: 100%;
   opacity: 0.4;
 }

 .gallery-thumbs .swiper-slide-thumb-active {
   opacity: 1;
 }
 
 .swiper-button-prev, .swiper-button-next {
   top: 300px;
   margin: 15px;
 }
 
.swiper-button-prev{
   left: 5px !important;
   
}

.news-info-bar-item:last-child{
	border-right: 0;
} 

.news-info-bar-date{
	font-size: 16px;
}

@media (max-width: 900px) {
   .swiper-slide img {
      height: 200px;
   }
   
   .news-slider-text{
   	top: 150px;
   	padding: 2px;
   	font-size: 24px;
   }
   
   .news-info-bar-item{
      font-size: 16px;
      line-height: 18px;
   }
   
    .gallery-thumbs {
      height: 150px;
    }
    
   .gallery-thumbs .news-slider-text-sm{
      display: none;
   }
}



