.album-wrapper-title{
		font-family: 'Helvetica';
}

.album-name-wrapper{
	    font-family: 'Helvetica';
	    font-size: 32px;
}

.album-share-wrapper{
	margin-top : 80px;
}

.title-article-wrapper{
	font-size : 120%;
	font-weight :bold;
    margin-top: 50px;
    margin-bottom: 10px;
    color: #404040;
}
.gallery-text-upper {
	color: rgb(102, 102, 102); 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 12px;
	margin-top:20px;
}
.gallery-text-below {
	color: rgb(102, 102, 102); 
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 12px;
}
@media screen and (max-width:480px){
	.album-share-wrapper{    
		margin-top: 50px;
	}
}
/* for modal and lightbox */
.modal-lightbox-column {
  float: left;
  /* width: 25%; */
  height : 100px;
  width: 150px;
  overflow : hidden;
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 100;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.8);
}

/* Modal Content */
.modal-content {
  position: relative;
  /* background-color: #fefefe; */
  background-color: rgba(255, 255, 255, 0);
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 960px;
}

/* The Close Button */
.close {
  color: black;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  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);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

img {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  /* background-color: black; */
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.slick-slide{
	height : 150px !important;
}
.slick-slide img {
	opacity : 1;
}

.modal-bk-color{
	background-color : rgba(0, 0, 0, 0.8);
}

.modal-scroller{
	width : 80%;
	margin : 0 auto;
}
body.modal-open { 
  padding-right: 0 !important;
  overflow-y: scroll;
}

.block-video{
	display :block; 
}

.block-video iframe{
	pointer-events: none;
}

.mySlides2,
.mySlides{
	max-height : 550px;
	overflow : hidden;
	text-align : center
}

.mySlides > img {
	max-height : 500px;
}

.modal-image-carousel-wrapper{
	max-height : 150px;
	text-align : center;
	overflow : hidden;
	background-color : #fff;
}

.modal-image-carousel-wrapper > img {
	max-height : 100%;
	display : inline-block !Important;
}

.album-video{
	max-height : 550px;
	max-width :100%;
}

.video-thumbs{
	max-width : 250px;
	overflow-x : hidden;
}
/* for modal and lightbox */
/*social media share button*/

.fb-round-bg{
	color:white;
	background-color: #000;
    border-radius: 15px;
    padding: 8px 11px;
    width: 30px;
    height: 30px;
	margin: 6px;
}
.fb-round-bg:hover {
    background-color: #8E8D8C;
    color: white;
}
/*end social media share button*/