.imagelistexpander-items {
  font-size: 1em;
}
.imagelistexpander-item {
  display: inline-block;
  vertical-align: top;
  -webkit-transition: height 500ms ease;
  -o-transition: height 500ms ease;
  transition: height 500ms ease;
}
.imagelistexpander-expander {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 500ms ease;
  -o-transition: max-height 500ms ease;
  transition: max-height 500ms ease;
}
.imagelistexpander-contents {
  position: relative;
}
.imagelistexpander-contents:after {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -30px;
  width: 0;
  height: 0;
  content: '';
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom-style: solid;
  border-bottom-width: 0px;
  -webkit-transition: border-bottom-width 500ms ease;
  -o-transition: border-bottom-width 500ms ease;
  transition: border-bottom-width 500ms ease;
}
.imagelistexpander-item.active .imagelistexpander-contents:after {
  border-bottom-width: 10px;
}

.gallery-items ul, .gallery-items li {
	
	
	list-style-type: none;
}
ul.gallery-items {
  margin: 0;

  padding: 0!important;

  list-style: none;

  text-align: center;
}

.gallery-items { font-size: 1em; }



.gallery-item {

  display: inline-block;

  vertical-align: top;

  -webkit-transition: height 500ms ease;

  -o-transition: height 500ms ease;

  transition: height 500ms ease;

}

.gallery-show .pe-7s-search {
	background-color: #305E99;
	
	color: #FFF!important;
	padding: 8px;
	border-radius: 50%;
	} 
	
.gallery-show .pe-7s-info {
	background-color: rgb(130, 48, 78);
	background-color: rgba(130, 48, 78, 0.85);
	color: #FFF!important;
	padding: 10px;
	border-radius: 50%;
	font-weight: bold;
	} 	

.gallery-show { opacity: 0;
 position: absolute;
    top: 5px;
    right: 5px;
    
  
    text-align: center;
    font-size: 20px;
  font-weight: 600;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
 
 
}


.gallery-item:hover .gallery-show, .dopic-wrapper:hover .gallery-show, .gpleft:hover .gallery-show{

      opacity: 1;
  
}
.pic_border {
overflow: hidden;

}

.pic_border .dopic {
	height: auto;
	width: 100%;
-webkit-transition: all 300ms ease-in-out;
transition: all 800ms ease-in-out;
position: relative;
}


.pic_border .dopic:hover {-webkit-transform: scale(1.1);
-ms-transform: scale(1.1) }


.gpleft .dopic
{
-webkit-transition: all 300ms ease-in-out;
transition: all 800ms ease-in-out;
position: relative;
}


.gpleft { position:relative; overflow:hidden;}



.gpleft:hover .dopic
{
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}







.gallery-expander {  bottom: 0px;

  z-index: 999999;

  position: absolute;

  left: 0;

  right: 0;

  overflow: hidden;

  max-height: 5px;

 
-webkit-transition: all 500ms ease;

  -o-transition: all 500ms ease;

  transition: all 500ms ease;



  

  height: 100%;
  
 

}








.gallery-contents { position: relative; }



.gallery-item.active .gallery-contents:after { border-bottom-width: 10px; }







.gallery-item {  position: relative;
  
  /* text-align: left; */
  
  font-size: 1em;
  
  margin-bottom: 30px;
  
  /* padding: 10px 0; */
  width: 24%;
  min-width: 200px;
  
  
}



.gallery-item .thumbnail {
  
  position: relative;
  
  width: auto;
  
  height: 250px;
  
  overflow: hidden;
  
  cursor: pointer;
  text-align: center
  
}

.gallery-item .gallery-thumb {
	
max-width: 250px;
/* max-height: 250px; */
width: 100%;
/* height: 250px; */
margin-left: auto;
margin-right: auto;
position: relative;
}



.gallery-item .gallery-thumb > img {
  
  /* position: absolute; */
  
  /* top: 50%; */
  
  /* margin-top: -300px; */
  
  max-width: 100%;
  border-radius: 50%;
}



.gallery-item .title {  /* max-width: 300px; */
  
  width: 100%;
  
  text-align: center;
  
  margin-top: 20px;
  
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
  
}



.gallery-contents:after { border-bottom-color: #F6F3ED; }



.gallery-expander {
	background-color: rgb(249,249,249);
	color: #fff;
	width: 40%;
	margin-left: 30%;
	margin-right: 30%;
}


.gallery-item:hover .gallery-expander {
	background-color: rgb(130,41,78);
	background-color: rgba(130,41,78,0.8);
	color: #fff;
}


.gallery-item.active .gallery-expander {
	background-color: rgb(130,41,78);
	background-color: rgba(130,41,78,0.8);
	color: #fff;
	width: 100%;
	margin-left: 0%;
	margin-right: 0%;
	font-size: 0.85em;
}




.gallery-expander-contents {  
  
  margin: 0 auto;
  text-align: left;
  padding: 10px;
  
}

@media (min-width: 640px) and (max-width: 999px) {



.gallery-expander-contents { width: 640px; }

}

@media (max-width: 639px) {



.gallery-expander-contents { width: 100%; }

.gallery-item {  position: relative;
  
  /* text-align: left; */
  
  font-size: 1em;
  
  margin-bottom: 30px;
  
  /* padding: 10px 0; */
  width: 90%;
  min-width: 300px;
  
  
}



}





.gallery-expander-contents:after {

  clear: both;

  display: table;

  content: '';

}



.gallery-expander-contents > div.col {

  float: left;

  width: 480px;

}

@media (min-width: 640px) and (max-width: 999px) {



.gallery-expander-contents > div.col { width: 310px; }

}

@media (max-width: 639px) {



.gallery-expander-contents > div.col {

  float: none;

  padding: 25px 20px 0;

  width: auto;

}

}



.gallery-expander-contents > div.col + div.col { margin-left: 40px; }

@media (min-width: 640px) and (max-width: 999px) {



.gallery-expander-contents > div.col + div.col { margin-left: 20px; }

}

@media (max-width: 639px) {



.gallery-expander-contents > div.col + div.col { margin-left: 0px; }

}



.gallery-expander-contents div.close {  
  
  position: absolute;
  
  width: 50px;
  
  top: 1px;
  
  right: 5px;
  
  display: block;
  
  text-align: right;
  
  color: #fff;
  font-size: 3em;
  
  
}



.gallery-expander-contents div.title {

  font-weight: 500;

  color: #D28A3C;

}



.gallery-expander-contents div.contents {

  margin-top: 10px;

  border-top: 1px solid #BCB098;

  border-bottom: 1px solid #BCB098;

  padding: 10px 0;

  font-size: 1em;

  line-height: 24px;

  color: #797262;

}



.gallery-expander-contents div.image > img {

  width: 100%;

  display: block;

}


































