

.blog-article {
	background-color: white; 
	border-radius: 10px; 
	border-color: black;	
	border : 2px solid;
	-webkit-box-shadow: 0 0 20px #000;
     box-shadow: 0 0 20px #000;
} 

.u-text-1 { 
	min-width: 309px;
}


.m-more-less-content {
  span {
    display: inline;
  }
  .m-show-more, .m-show-less {
    color: #9ed034;
    cursor: pointer;
    font-style: italic;
	float: right;
	margin-right: 10px;
	padding-bottom: 10px;
  }
  .m-show-more {
    &:before{
      content: " ... Read More";
    }
  
}


  .m-more-text {
    overflow: hidden;
    display: none;
  }
  .m-show-less {
    display: none;
    
    &:before{
      content: " ... Show Less";
    }
  }
&.m-display-more {
    .m-show-more {
      display: none;	  
    }
    .m-more-text {
      display: inline;
    }
    .m-show-less {
      display: inline;
    }
}
}

.m-overlay-column-width {
		/*Position: absolute;*/
		display: inline-block !important;
		width: 700px !important;	
		/*z-index: 10;*/
	
  }


.hide-imgCarousel {
	display: none;
}


/* Slide Gallery */
.Slide-img {
  vertical-align: middle; 
}

/* Position the image container (needed to position the left and right arrows) */
.img-container {
  position: relative;
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.img-container-full {
	max-width: 80%;
}


@keyframes imgslides {
  from {opacity: 0;}
  to {opacity: 1;}
}

/* Hide the images by default */
.staySlides, 
.staySlides2,
.staySlides3 {
  display: none;
  animation-name: imgslides;
  animation-duration: 1.5s;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  /*color: white;*/
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #9ed034;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 16px;
  padding-left: 5px;
  /*padding: 8px 12px;*/
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
  min-height: 20px; 
}

.captions, 
.captions2,
.captions3 {
  /*margin-top: 0px !important;
  margin-bottom: 0px !important;*/
  margin: 5px !important;
  /*min-height: 30px; */
}

.img-row { 
  overflow-x:scroll;     
  white-space: nowrap;    
}

.img-row:after {
  content: "";
  display: table;
  clear: both;
}

/* image columns side by side */
.img-column {
  /*float: left;*/
  /*width: 16.66%;*/ /*6 side by side*/
  width: 25%; /*4 side by side*/
  display: inline-block;
}

/* Add a transparency effect for thumnbail images */
.demo, 
.demo2,
.demo3 {
  opacity: 0.6;
  height: 150px; 
}

.active,
.demo:hover,
.demo2:hover,
.demo3:hover {
  opacity: 1;
}


.u-section-2 .u-container-layout-2 {
  padding: 10px 25px;
  border-color: black;
}

/* custom scrollbar */
::-webkit-scrollbar {
  width: 20px;
}

::-webkit-scrollbar-track {
  /*background-color: transparent;*/
  /*background-color: black;*/
  background-color: rgba(0, 0, 0, 0.8);
}

::-webkit-scrollbar-thumb {
  /*background-color: #d6dee1;*/
  background-color: white;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  /*background-color: #a8bbbf;*/
  background-color: #9ed034;
}


.u-layout-wrap-1 {
  margin-top: 25px !important;
}

.stay-blog-jump {
  margin-left: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  /*margin-right: 5px;*/
  border-radius: 20px !important;
  display: inline-block;  
  padding: 10px 10px;    
}

.sticky {
	position: -webkit-sticky;
    position: sticky;
    top: 100px;
	margin: auto;
	z-index: 2;
}



@media (max-width: 1199px) {
   .demo, 
   .demo2, 
   .demo3 {
    max-height: 75px;
  }
  
  .u-text-1 {
	 min-width: auto; 
  }
}

@media (max-width: 767px) {
	.u-section-2 .u-container-layout-2 {
		padding-left: 10px;
		padding-right: 10px;
	}

	.img-container {
	  max-width: 100%;
	}
}
  