

/* general styling for the hover page */

#boxGallery.gbox-font p,
#boxGallery.gbox-font h2,
#boxGallery.gbox-font button{
  font-family: 'colaborate-thinregular', sans-serif;
  letter-spacing: 2px;
  line-height: 1em;
  font-weight:normal;
  text-transform: uppercase;
  color: #FFF;
}
#boxGallery.gbox-font p,
#boxGallery button{
 font-size:14px;
}
 
#boxGallery h1 {
  font-size: 50px;
}
#boxGallery .images-gallery.hover .overlay h2{
 margin:10px 0 20px;
}

#boxGallery pre {
  letter-spacing: 0px;
  text-transform: none;
}

#boxGallery .titlep {
  letter-spacing: 0px;
  padding-bottom: 60px;
  font-size: 18px;
}

#boxGallery .breath {
  padding-top: 80px;
}

#boxGallery .topinfo {
  position: absolute;
  bottom: 1px;
  left: 96px;
}

#boxGallery .page-header {
	display: inline-block;
	padding-bottom: 9px;
    margin: 40px 0 20px;
    border: 1px solid #eee;
    padding: 15px;
    border-radius: 12px
}

#boxGallery .images-gallery .gbox-icon a img {
  display: none;
}


/* general styling for all the hovers */
	
#boxGallery .hover {
 /* height: 100%;*/
  /*float: left;*/
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  display:block;
}

#boxGallery .hover .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

#boxGallery .hover img {
  display: block;
  position: relative;
}

#boxGallery .hover h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  line-height: 1.3em;
  padding: 30px;
  background: transparent none repeat scroll 0 0;
}
#boxGallery .gbox-icon a {
  border-bottom: medium none;
  box-shadow: none;
  display:inline-block;
}
#boxGallery .hover button.info,
#boxGallery .hover .gbox-icon i{
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  margin: 10px 0;
  border-radius: 0px;
  background-color: transparent;
}

#boxGallery .hover button.info:hover,
#boxGallery .hover .gbox-icon i:hover {
  box-shadow: 0 0 5px #fff;
}

/* styling to remove box shadow and border from buttons for last few effects */

#boxGallery .hover button.nullbutton {
  border: none;
  padding: 0px;
  margin: 0px;
}

#boxGallery .hover button.nullbutton:hover {
  box-shadow: none;
}

/* remove the blue line that shows on modal buttons after you have open and close a modal */

#boxGallery .modal-open .modal, 
#boxGallery button:focus {
    outline:none!important
}

/* styling so when hovering over a div that opens a modal the cursor changes to a pointer */
#boxGallery .point {
cursor: pointer;
}

/* effect hover 1 */

#boxGallery .ehover1 img {
  transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

#boxGallery .ehover1 .overlay {
  opacity: 0;
  background-color: rgba(0,0,0, 0.5);
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#boxGallery .ehover1 h2 {
  -moz-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  -o-transform: translatey(-100px);
  -webkit-transform: translatey(-100px);
  transform: translatey(-100px);
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#boxGallery .ehover1 button.info,
#boxGallery .ehover1 .gbox-icon i {
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#boxGallery .ehover1:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#boxGallery .ehover1 button .gbox-icon {
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


#boxGallery .ehover1:hover button .gbox-icon {
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}



#boxGallery .ehover1:hover .overlay {
  opacity: 1;
}

#boxGallery .ehover1:hover h2, 
#boxGallery .ehover1:hover button.info ,
#boxGallery .ehover1:hover .gbox-icon i {
  opacity: 1;
  -moz-transform: translatey(0);
  -ms-transform: translatey(0);
  -o-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

#boxGallery .ehover1:hover button.info ,
#boxGallery .ehover1:hover .gbox-icon i {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
 
 /* effect hover 2 */
 
#boxGallery .ehover2 img {
  transition: all 0.2s ease-in;
}

#boxGallery .ehover2 .overlay {
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  transform: translate(460px, -100px) rotate(180deg);
  transition: all 0.2s 0.4s ease-in-out;
}

#boxGallery .ehover2 button.info ,
#boxGallery .ehover2 .gbox-icon i {
  transform: translateY(-200px);
  transition: all 0.2s ease-in-out;
}

#boxGallery .ehover2:hover .overlay {
  opacity: 1;
  transition-delay: 0s;
  transform: translate(0px, 0px);
}

#boxGallery .ehover2:hover h2 {
  transform: translateY(0px);
  transition-delay: 0.5s;
}

#boxGallery .ehover2:hover button.info ,
#boxGallery .ehover2:hover .gbox-icon i {
  transform: translateY(0px);
  transition-delay: 0.3s;
}
 
 
 /* effect hover 3 */
 
#boxGallery .ehover3 img {
  transition: all 0.4s ease-in;
}

#boxGallery .ehover3 button.info, 
#boxGallery .ehover3 .gbox-icon i ,
#boxGallery .ehover3 h2 {
  transform: scale(0.7);
  transition: all 0.4s ease-in;
  opacity: 0;
}

#boxGallery .ehover3:hover img {
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  transform: scale(1.2);
}

#boxGallery .ehover3:hover button.info, 
#boxGallery .ehover3:hover .gbox-icon i , 
#boxGallery .ehover3:hover h2 {
  opacity: 1;
  transform: scale(1);
}
 
 
 /* effect hover 4 */
 
#boxGallery .ehover4 h2 {
  transform: translateY(55px);
  transition: all 0.4s ease-in-out;
}

#boxGallery .ehover4:hover h2 {
  transform: translateY(15px);
}

#boxGallery .ehover4 .overlay {
  background-color: rgba(75,75,75,0.7);
  transition: all 0.4s ease-in-out;
}

#boxGallery .ehover4:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

#boxGallery .ehover4 button.info  {
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  border: 1px solid white;
  margin: -20% 0 0 0;
  padding: 20% 27%;
}
#boxGallery .ehover4 .gbox-icon i   {
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  border: 1px solid white;
  margin: 20% 0 0 0;
  padding:12px;
}

#boxGallery .ehover4:hover button.info ,
#boxGallery .ehover4:hover .gbox-icon i  {
  opacity: 1;
  transform: scale(1);
}
  
 /* effect 4 transitionV2 */
 
#boxGallery .ehover42 h2 {
  transform: translateY(55px);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}

#boxGallery .ehover42:hover h2 {
  transform: translateY(15px);
}

#boxGallery .ehover42 .overlay {
  background-color: rgba(75,75,75,0.7);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}

#boxGallery .ehover42:hover .overlay {
  background-color: rgba(48, 152, 157, 0.4);
}

#boxGallery .ehover42 button.info ,
#boxGallery .ehover42 .gbox-icon i  {
  opacity: 0;
  transform: scale(0);
  transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
  font-weight: normal;
  border: 1px solid white;
  margin: -55px 0 0 0;
  padding: 73px 90px;
}
#boxGallery .gcolumn-3 .ehover42 .gbox-icon i  ,
#boxGallery .gcolumn-4 .ehover42 .gbox-icon i  {
  padding: 10px 20px;
}
#boxGallery .ehover42:hover .gbox-icon i  {
  margin-top:20%
}
#boxGallery .ehover42:hover button.info ,
#boxGallery .ehover42:hover .gbox-icon i  {
  opacity: 1;
  transform: scale(1);
}
 
 

/* effect hover 1 v2 */

#boxGallery .ehover1v2 img {
  transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}

#boxGallery .ehover1v2 .overlay {
  opacity: 0;
  background-color: rgba(0,0,0, 0.5);
  transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}

#boxGallery .ehover1v2 h2 {
  -moz-transform: translatey(-100px);
  -ms-transform: translatey(-100px);
  -o-transform: translatey(-100px);
  -webkit-transform: translatey(-100px);
  transform: translatey(-100px);
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.88,-0.99, 0, 1.81);
}

#boxGallery .ehover1v2 button.info ,
#boxGallery .ehover1v2 .gbox-icon i  {
  opacity: 0;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#boxGallery .ehover1v2:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#boxGallery .ehover1v2:hover .overlay {
  opacity: 1;
}

#boxGallery .ehover1v2:hover h2,
#boxGallery .ehover1v2:hover button.info ,
#boxGallery .ehover1v2:hover .gbox-icon i  {
  opacity: 1;
  -moz-transform: translatey(0);
  -ms-transform: translatey(0);
  -o-transform: translatey(0);
  -webkit-transform: translatey(0);
  transform: translatey(0);
}

#boxGallery .ehover1v2:hover button.info ,
#boxGallery .ehover1v2:hover .gbox-icon i  {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
#boxGallery .ehover4 .overlay button.info ,
#boxGallery .ehover4 .overlay .gbox-icon i  {
  margin-top: 20px;
}
 
 /* effect hover 5 */
 
#boxGallery .ehover5 h2, 
#boxGallery .ehover5 img {
  transition: all 0.4s ease-in-out;
}

#boxGallery .ehover5 img {
  transform: scale(1.1);
}

#boxGallery .ehover5:hover img {
  transform: scale(1);
}

#boxGallery .ehover5 .overlay {
  transition: all 0.4s ease-in-out;
}

#boxGallery .ehover5:hover .overlay {
  background-color: rgba(170,170,170,0.4);
}

#boxGallery .ehover5 button.info  {
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  border: 1px solid white;
  height: 85%;
  width: 85%;
  position: absolute;
  top: -20%;
  left: 8%;
  padding: 70px;
}
#boxGallery .ehover5 .gbox-icon i  {
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.4s ease-in-out;
  font-weight: normal;
  border: 1px solid white;
  position: absolute;
  top: -20%;
  left: 8%;
}

#boxGallery .ehover5:hover button.info ,
#boxGallery .ehover5:hover .gbox-icon i {
  opacity: 1;
  transform: scale(1);
  background-color: rgba(0,0,0,0.4);
}

#boxGallery .ehover5 button.info:hover ,
#boxGallery .ehover5 .gbox-icon i:hover {
  box-shadow: none;
}

 /* effect hover 6 */
 
#boxGallery .ehover6 .rotate {
  transform: rotate(-45deg);
  width: 100%;
  height: 100%;
  position: absolute;
  /* production only due to the button, the line below is only needed for the demo site so the whole div can be a button for the modal to show, it is not needed in example code */
  bottom: 0px;
}

#boxGallery .ehover6 hr {
  width: 50%;
  opacity: 0;
}

#boxGallery .ehover6  hr:nth-child(2) {
  -webkit-transform: translate3d(-50%,-50%,0) rotate(0deg) scale3d(0,0,1);
  transform: translate3d(-50%,-50%,0) rotate(0deg) scale3d(0,0,1);
}

#boxGallery .ehover6  hr:nth-child(3) {
  -webkit-transform: translate3d(-50%,-50%,0) rotate(90deg) scale3d(0,0,1);
  transform: translate3d(-50%,-50%,0) rotate(90deg) scale3d(0,0,1);
}

#boxGallery .ehover6 h2,
#boxGallery .ehover6 hr {
  position: absolute;
  top: 14%;
  left: 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  background-color: transparent;
  margin: 0px;
}

#boxGallery .group1,
#boxGallery .group2 {
  left: 50%;
  position: absolute;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  background-color: transparent;
  margin: 0px;
  padding: 0px;
	/* take out of production */
  letter-spacing: 0px;
}

#boxGallery .group1 {
  top: 40%;
}

#boxGallery .group2 {
  top: 60%;
}

#boxGallery .ehover6 h2 {
  width: 100%;
}

#boxGallery .ehover6 p {
  width: 30%;
  text-transform: none;
  font-size: 15px;
  line-height: 2;
}

#boxGallery .ehover6 p a {
  color: #fff;
}

#boxGallery .ehover6 p a:hover,
#boxGallery .ehover6 p a:focus {
  opacity: 0.6;
}

#boxGallery .ehover6  a i {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  padding: 10px;
  font-size: 20px;
}
#boxGallery .ehover6:hover  a i {
  opacity: 1;

}

#boxGallery .group1 a:first-child i {
  -webkit-transform: translate3d(-60px,-60px,0) rotate(45deg) scale(2);
  transform: translate3d(-60px,-60px,0) rotate(45deg) scale(2);
}

#boxGallery .group1 a:nth-child(2) i {
  -webkit-transform: translate3d(60px,-60px,0) rotate(45deg) scale(2);
  transform: translate3d(60px,-60px,0)  rotate(45deg) scale(2);
}

#boxGallery .group2 a:first-child i {
  -webkit-transform: translate3d(-60px,60px,0) rotate(45deg) scale(2);
  transform: translate3d(-60px,60px,0) rotate(45deg) scale(2);
}

#boxGallery .group2 a:nth-child(2) i {
  -webkit-transform: translate3d(60px,60px,0)  rotate(45deg) scale(2);
  transform: translate3d(60px,60px,0)  rotate(45deg) scale(2);
}

#boxGallery .ehover6:hover h2 {
  opacity: 0;
  -webkit-transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
  transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
}

#boxGallery .ehover6:hover hr:nth-child(2) {
  opacity: 1;
  -webkit-transform: translate3d(-50%,-50%,0) rotate(0deg) scale3d(1,1,1);
  transform: translate3d(-50%,-50%,0) rotate(0deg) scale3d(1,1,1);
}

#boxGallery .ehover6:hover hr:nth-child(3) {
  opacity: 1;
  -webkit-transform: translate3d(-50%,-50%,0) rotate(90deg) scale3d(1,1,1);
  transform: translate3d(-50%,-50%,0) rotate(90deg) scale3d(1,1,1);
}

#boxGallery .ehover6:hover .group1 i:empty, .ehover6:hover .group2 i:empty {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0) rotate(45deg) scale(1);
 /* just because it's stronger than nth-child */
	opacity: 1;
}

#boxGallery .ehover6 img {
transform: scale(1.1);
transition: all 0.35s;
}
#boxGallery .ehover6:hover img
{
transform: scale(1);
filter: brightness(0.7);
-webkit-filter: brightness(0.7);


}

 /* effect hover 7 */

#boxGallery .ehover7 h2,
#boxGallery .ehover7 p {
	position: absolute;
	top: 73%;
	left: 50%;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
}

 #boxGallery .ehover7 .overlay::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40%;
	height: 60%;
	border: 2px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-45deg) scale3d(0,0,1);
	-webkit-transform-origin: 50%;
	transform-origin: 50%;
}


#boxGallery .ehover7 p {
	width: 20%;
	text-transform: none;
	font-size: 15px;
	line-height: 2;
}

#boxGallery .ehover7 p a {
	color: #fff;
}

#boxGallery .ehover7 p a:hover,
#boxGallery .ehover7 p a:focus {
	opacity: 0.6;
}

#boxGallery .ehover7  a i {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	padding: 0px 5px;
}
#boxGallery .gcolumn-2 .ehover7:hover a i {
	opacity:1;
	margin:15% auto ;
}
#boxGallery .gcolumn-3 .ehover7:hover a i {
	opacity:1;
	margin:15% auto ;
}
#boxGallery .gcolumn-4 .ehover7:hover a i {
	opacity:1;
	margin:5% auto ;
    padding: 5px 10px;
}
#boxGallery .gcolumn-1 .ehover7:hover a i {
	opacity:1;
	margin-top:37% ;
}


#boxGallery .ehover7 p a:first-child i {
	-webkit-transform: translate3d(-60px,-60px,0);
	transform: translate3d(-60px,-60px,0);
}

#boxGallery .ehover7 p a:nth-child(2) i {
	-webkit-transform: translate3d(60px,-60px,0);
	transform: translate3d(60px,-60px,0);
}

#boxGallery .ehover7 p a:nth-child(3) i {
	-webkit-transform: translate3d(-60px,60px,0);
	transform: translate3d(-60px,60px,0);
}

#boxGallery .ehover7 p a:nth-child(4) i {
	-webkit-transform: translate3d(60px,60px,0);
	transform: translate3d(60px,60px,0);
}

#boxGallery .ehover7:hover .overlay::before {
	opacity: 1;
	background-color: rgba(0,0,0,0.2);
	-webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-135deg) scale3d(1,1,1);
	transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-135deg) scale3d(1,1,1);
}

#boxGallery .ehover7:hover h2 {
	opacity: 0;
	-webkit-transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
	transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
}

#boxGallery .ehover7:hover p i:empty {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0); /* just because it's stronger than nth-child */
  opacity: 1;
}


/* effect hover 8 */

#boxGallery .ehover8 hr {
  width: 40%;
  opacity: 0;
  border: 1px solid #FFF;
}

#boxGallery .ehover8  hr:nth-child(3) {
  -webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,90deg) scale3d(0,0,1);
  transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,90deg) scale3d(0,0,1);
}

#boxGallery .ehover8  hr:nth-child(4) {
  -webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,180deg) scale3d(0,0,1);
  transform: translate3d(-50%,-50%,0) rotate3d(0,0,1, 180deg) scale3d(0,0,1);
}

#boxGallery .ehover8 h2, 
#boxGallery .ehover8 hr {
  position: absolute;
  top: 77%;
  left: 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  background-color: transparent;
  margin: 0px;
}

#boxGallery .set1, 
#boxGallery .set2 {
  left: 50%;
  position: absolute;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-50%,-50%,0);
  transform: translate3d(-50%,-50%,0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  background-color: transparent;
  margin: 0px;
  padding: 0px;
}

#boxGallery .set1 {
  top: 40%;
}

#boxGallery .set2 {
  top: 60%;
}

#boxGallery .ehover8 p {
  width: 30%;
  text-transform: none;
  font-size: 15px;
  line-height: 2;
}

#boxGallery .ehover8 p a {
  color: #fff;
}

#boxGallery .ehover8 p a:hover,
#boxGallery .ehover8 p a:focus {
  opacity: 0.6;
}

#boxGallery .ehover8  a i {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  padding: 10px;
  font-size: 20px;
}
#boxGallery .ehover8:hover  a i {
  opacity: 1;

}

#boxGallery .set1 a:first-child i {
  -webkit-transform: translate3d(-60px,-60px,0);
  transform: translate3d(-60px,-60px,0);
}

#boxGallery .set1 a:nth-child(2) i {
  -webkit-transform: translate3d(60px,-60px,0);
  transform: translate3d(60px,-60px,0);
}

#boxGallery .set2 a:first-child i {
  -webkit-transform: translate3d(-60px,60px,0);
  transform: translate3d(-60px,60px,0);
}

#boxGallery .set2 a:nth-child(2) i {
  -webkit-transform: translate3d(60px,60px,0);
  transform: translate3d(60px,60px,0);
}

#boxGallery .ehover8:hover h2 {
  opacity: 0;
  -webkit-transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
  transform: translate3d(-50%,-50%,0) scale3d(0.8,0.8,1);
}

#boxGallery .ehover8:hover hr:nth-child(3) {
  opacity: 1;
  -webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-90deg) scale3d(1,1,1);
  transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-90deg) scale3d(1,1,1);
}

#boxGallery .ehover8:hover hr:nth-child(4) {
  opacity: 1;
  -webkit-transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-180deg) scale3d(1,1,1);
  transform: translate3d(-50%,-50%,0) rotate3d(0,0,1,-180deg) scale3d(1,1,1);
}

#boxGallery .ehover8:hover .set1 i:empty, 
#boxGallery .ehover8:hover .set2 i:empty {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
 /* just because it's stronger than nth-child */
	opacity: 1;
}

/* effect hover 9 */

#boxGallery .ehover9 .overlay { 
	background-color: rgba(255, 255, 255, 0.7);
	top: -200px;
	opacity: 0;
	transition: all 0.1s ease-out 0.5s;
}
#boxGallery .ehover9 h2{
    transform: translateY(-200px);
	transition: all ease-in-out 0.1s;
	transition-delay: 0.3s;
}

#boxGallery .ehover9 button.info, 
#boxGallery .ehover9 .gbox-icon i { 
    transform: translateY(-200px);
	color: #000;
	border: 1px solid #000;
	transition:  all ease-in-out 0.3s;
} 

#boxGallery .ehover9:hover .overlay { 
	opacity: 1; 
	top: 0px; 
	transition-delay: 0s
}																						
#boxGallery .ehover9:hover h2 { 
    transform: translateY(0px);
	transition-delay: 0.3s;
}

#boxGallery .ehover9:hover button.info , 
#boxGallery .ehover9:hover .gbox-icon i { 
    transform: translateY(0px);
    box-shadow: 0 0 5px #000;
	color: #000;
	border: 1px solid #000;
	transition-delay: 0.3s;
}

/* effect hover 10 */

#boxGallery .ehover10 img {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}
#boxGallery .ehover10:hover img {
-webkit-transform: translate3d(0,-10%,0);
	transform: translate3d(0,-10%,0);
}

#boxGallery .ehover10 .overlay {
  background: transparent none repeat scroll 0 0;
  bottom: 0;
  color: #3c4a50;
  height: 85%;
  padding: 1em;
  top: auto;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

#boxGallery .ehover10 button.info,
#boxGallery .ehover10 .gbox-icon i 
 {
	float: left;
	margin: 0px;
	text-transform: uppercase;
    color: #fff;
    font-size: 17px;
    background: rgba(0, 0, 0, 0.6);

}

#boxGallery .ehover10 p.icon-links a {
	float: right;
	color: #3c4a50;
	font-size: 1.4em;
}

#boxGallery .ehover10:hover p.icon-links a:hover,
#boxGallery .ehover10:hover p.icon-links a:focus {
	color: #252d31;
}

#boxGallery .ehover10 button,
#boxGallery .ehover10 p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

#boxGallery .ehover10 p.icon-links a span::before {
	display: inline-block;
	padding: 8px 10px;
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


#boxGallery .ehover10 button ,
#boxGallery .ehover10 .gbox-icon {
	display: inline-block;
}


#boxGallery .ehover10:hover .overlay,
#boxGallery .ehover10:hover button,
#boxGallery .ehover10:hover .gbox-icon ,
#boxGallery .ehover10:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#boxGallery .ehover10:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

#boxGallery .ehover10:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

#boxGallery .ehover10:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

#boxGallery .ehover10:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

/* effect 11 */

#boxGallery .ehover11 {
	background: -webkit-linear-gradient(45deg, #ff89e9 0%, #05abe0 100%);
	background: linear-gradient(45deg, #ff89e9 0%,#05abe0 100%);
}

#boxGallery .ehover11 img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
	transition: opacity 0.35s, transform 0.45s;
	-webkit-transform: translate3d(-40px,0,0);
	transform: translate3d(-40px,0,0);
}

#boxGallery .ehover11 .overlay::before {
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	left: 20px;
	border: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
	transition: opacity 0.35s, transform 0.45s;
	-webkit-transform: translate3d(-20px,0,0);
	transform: translate3d(-20px,0,0);
}

#boxGallery .ehover11 .overlay {
	padding: 3em;
	text-align: left;
}

#boxGallery .ehover11 h2 {
	background-color: transparent;
	padding: 15% 0 10px 0;
	text-align: left;
}

#boxGallery .ehover11 button.info ,
#boxGallery .ehover11 .gbox-icon i {
	color: #FFF;
	opacity: 0;
	margin: 0px;
	border: none;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.45s;
	transition: opacity 0.35s, transform 0.45s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
}


#boxGallery .ehover11:hover img {
	opacity: 0.6;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#boxGallery .ehover11:hover .overlay::before,
#boxGallery .ehover11:hover button.info ,
#boxGallery .ehover11:hover .gbox-icon i  {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* effect 12 */

#boxGallery .ehover12 {
	background: #42b078;
}

#boxGallery .ehover12 img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#boxGallery .ehover12:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#boxGallery .ehover12 .overlay {
	padding: 50px 20px;
}

#boxGallery .ehover12 h2 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
	background-color: transparent;
}

#boxGallery .ehover12 h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

#boxGallery .ehover12:hover h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#boxGallery .ehover12 button ,
#boxGallery .ehover12 .gbox-icon {
	color:	#FFF;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

#boxGallery .ehover12:hover button,
#boxGallery .ehover12:hover .gbox-icon {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* effect 13 */



#boxGallery .ehover13 img
{
transition: all 0.35s;
}

#boxGallery .ehover13:hover img
{
filter: brightness(0.6);
-webkit-filter: brightness(0.6);
}

#boxGallery .ehover13 .overlay {
	width: 80%;
	height: 80%;
	left: 10%;
	top: 10%;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}



#boxGallery .ehover13:hover .overlay {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	
}

#boxGallery .ehover13 button ,
#boxGallery .ehover13 .gbox-icon {
	color:	#FFF;
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

#boxGallery .ehover13 h2 {
	background-color: transparent;
	color:	#FFF;
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}



#boxGallery .ehover13:hover button, 
#boxGallery .ehover13:hover .gbox-icon, 
#boxGallery .ehover13:hover h2{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}




/* effect 14 */



#boxGallery .ehover14 img
{
transition: all 0.35s;
}

#boxGallery .ehover14:hover img
{
filter: brightness(1.4);
-webkit-filter: brightness(1.4);
}

#boxGallery .ehover14 .overlay {
	opacity: 0;
    width: 80%;
    height: 87%;
	left: 10%;
	top: 7%;
	border-radius: 80%;
	border: 2px solid #FFF;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(50%,50%,0);
	transform: translate3d(50%,50%,0);
	}


#boxGallery .ehover14:hover .overlay {
	background-color: rgba(0,0,0,0.3);
}

#boxGallery .ehover14 button ,
#boxGallery .ehover14 .gbox-icon i   {
	color:	#FFF;
	padding: 1em 0;
	top:40%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-150%,-400%,0);
	transform: translate3d(-150%,-400%,0);
}

#boxGallery .ehover14 h2 {
	background-color: transparent;
	color:	#FFF;
	top:35%;
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-150%,-400%,0);
	transform: translate3d(-150%,-400%,0);
}



#boxGallery .ehover14:hover button,
#boxGallery .ehover14:hover .gbox-icon a i,
#boxGallery .ehover14:hover h2, 
#boxGallery .ehover14:hover .overlay
{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
#boxGallery .ehover14:hover .gbox-icon { 
    margin-top:74px;
}
#boxGallery .gcolumn-3 .ehover14:hover .gbox-icon a i { 
    padding:5px 10px;
}
#boxGallery .gcolumn-2 .ehover14:hover .gbox-icon a i { 
    padding:5px 10px;
    margin-top:90px;
}
#boxGallery .gcolumn-4 .ehover14:hover .gbox-icon a i { 
    padding:2px 5px;
    margin-top:0;
}
#boxGallery .gcolumn-4 .ehover14:hover .overlay  h2{ 
    margin-top:-30px;
}
#boxGallery .gcolumn-1 .ehover14:hover .overlay  a i{ 
    padding:5px 10px;
}
#boxGallery .You-gallery h2,
#boxGallery .Vimeo-gallery h2,
#boxGallery .Sound-gallery h2,
#boxGallery .iframe-gallery h2,
#boxGallery .images-gallery h2{
  position:relative;
  z-index: 99;
  background: transparent none repeat scroll 0 0;
  margin:10px 0;

}


#boxGallery .You-gallery h2::before,
#boxGallery .Vimeo-gallery h2::before,
#boxGallery .Sound-gallery h2::before,
#boxGallery .iframe-gallery h2::before,
#boxGallery .images-gallery h2::before{
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  margin: auto;
}
#boxGallery .images-gallery .overlay button.info,
#boxGallery .images-gallery .overlay .gbox-icon i ,
#boxGallery .You-gallery .overlay button.info,
#boxGallery .You-gallery .overlay .gbox-icon i ,
#boxGallery .Sound-gallery .overlay button.info,
#boxGallery .Sound-gallery .overlay .gbox-icon i ,
#boxGallery .iframe-gallery .overlay button.info,
#boxGallery .iframe-gallery .overlay .gbox-icon i ,
#boxGallery .Vimeo-gallery .overlay button.info,
#boxGallery .Vimeo-gallery .overlay .gbox-icon i {
  background-color: transparent none repeat scroll 0 0;
  display: inline-block;
  text-decoration: none;
  position:relative;
  z-index: 1;
}
#boxGallery .images-gallery .overlay button.info::before,
#boxGallery .images-gallery .overlay .gbox-icon i ::before,
#boxGallery .You-gallery .overlay button.info::before,
#boxGallery .You-gallery .overlay .gbox-icon i ::before,
#boxGallery .Sound-gallery .overlay button.info::before,
#boxGallery .Sound-gallery .overlay .gbox-icon i ::before,
#boxGallery .iframe-gallery .overlay button.info::before,
#boxGallery .iframe-gallery .overlay .gbox-icon i ::before,
#boxGallery .Vimeo-gallery .overlay button.info::before,
#boxGallery .Vimeo-gallery .overlay .gbox-icon i ::before{
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}