
/* Position the image container (needed to position the left and right arrows) */
.wd_container {
	   clear: both;
	  font-family: 'Maitree', serif;
	  font-size:22px;
	  position: relative;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev, 
.next {
  z-index: 59;
  opacity: 0.6;
	text-shadow: 4px 0px 3px #FFC;
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #000000;
  font-weight: bold;
  font-size: 60px;
  border-radius: 0 8px 8px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 8px 0px 0px 8px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  color:#1ACCFF;
  opacity: 0.9;
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
font-family: 'Maitree', serif;
font-size:22px;
  color: #f2f2f2;
  font-size: 14px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Container for image text */
.caption-container {	
 border-bottom:#F30 2px solid;
 border-top:#F30 2px solid;
  text-align: center;
 background-color: #036;
  /* background-image:url(../../images_bg/Box_02.jpg) ;*/
 color: white;
 padding-top:16px;
}

@media (max-width:768px){
	#caption{
		font-size:14px;
	}
}


.row:after {
  content: "";
  display: table;
}


/* Six columns side by side */
.column {	
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.gallery_fade {
  -webkit-animation-name: gallery_fade;
  -webkit-animation-duration: 1.5s;
  animation-name: gallery_fade;
  animation-duration: 1.5s;
}

.gradient-1 {
    background: linear-gradient(to top right,#2490d950,#00d68570), url(../gallery/Adobe/clouds_1.jpg) top center;
	/* background-repeat:no-repeat;*/
   background-repeat: repeat;
    background-repeat-x: repeat;
    background-repeat-y: repeat;
}

