

/* Main page */


.snip1512 {
  font-family: 'Lato', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 10px;
  min-width: 350px;
  max-width: 350px;
  max-height: 450px;
  width: 100%;
  color: #000;
  text-align: center;
  font-size: 16px;
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top, rgba(255,255,255,1) 21%, rgba(255,0,0,1) 100%, rgba(255,0,0,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 21%,rgba(255,0,0,1) 100%,rgba(255,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,1) 21%,rgba(255,0,0,1) 100%,rgba(255,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ff0000',GradientType=0 ); /* IE6-9 */
line-height: 1.2em;
}

.snip1512 *,
.snip1512 *:before,
.snip1512 *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.snip1512 img {
  max-width: 100%;
  vertical-align: top;
}

.snip1512 figcaption {
  position: absolute;
  bottom: 0%;
  width: 100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  padding: 10px 20px;
  background-color: #fff;
  -webkit-transition-delay: 0.0s;
  transition-delay: 0.0s;
}

.snip1512 h3,
.snip1512 p {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.snip1512 h3 {
  text-transform: uppercase;
  font-weight: 700;
}

.snip1512 p {
  font-weight: 400;
  font-size: 0.9em;
}

.snip1512 i {
  position: absolute;
  color: #fff;
  font-size: 18px;
  line-height: 58px;
  width: 58px;
  bottom: 0;
  right: 0;
  background-color: #e67e22;
  text-align: center;
  -webkit-transform: translateX(58px);
  transform: translateX(58px);
}

.snip1512 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.snip1512:hover img,
.snip1512.hover img {
  zoom: 1;
  filter: alpha(opacity=30);
  -webkit-opacity: 0.3;
  opacity: 0.3;
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
}

.snip1512:hover figcaption,
.snip1512.hover figcaption,
.snip1512:hover h3,
.snip1512.hover h3,
.snip1512:hover p,
.snip1512.hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.snip1512:hover figcaption,
.snip1512.hover figcaption {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.snip1512:hover h3,
.snip1512.hover h3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.snip1512:hover p,
.snip1512.hover p {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
  opacity: 0.5;
}

.snip1512:hover i,
.snip1512.hover i {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

#cf {
  display: inline-block;
  position:relative;
  height:350px;
  width:350px;
  margin:5px;
  float: left;
  overflow:hidden;
  cursor:pointer;
}
#cf img {
  text-align: center;
  font-size: 16px;
  position:absolute;
  left:0;
  -webkit-transition: opacity .55s ease-in;
  -moz-transition: opacity .55s ease-in;
  -o-transition: opacity .55s ease-in;
  transition: all .65s ease-in;
}
#cf img.top {
  opacity:0;
  transform: scale(1);
}
#cf img.bottom {
  opacity:1;
  transform: scale(1.10);
}
#cf:hover img.top {
  opacity:1;
  transform: scale(1.10);
}
#cf:hover img.bottom {
  opacity:0;
  transform: scale(1);
}



.snip1441 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1px;
  min-width: 245px;
  max-width: 245px;
  width: 100%;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  text-transform: uppercase;
  box-shadow: none !important;
}
.snip1441:first-of-type {
  margin-left: 10px;
}
.snip1441 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1441 .image {
  padding: 15px 0;
}
.snip1441 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  position: relative;
  opacity: 0.7;
}
.snip1441 figcaption {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #0d0d0d;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.snip1441 h4 {
  width: 100%;
  margin: 0;
  padding: 15px 20px;
  line-height: 1.1em;
  font-weight: 900;
}
.snip1441 i {
  position: absolute;
  right: 0;
  top: 0;
  padding: 8px 20px;
  font-size: 26px;
}
.snip1441 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1441:hover img,
.snip1441.hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
}
.snip1441:hover figcaption,
.snip1441.hover figcaption {
  -webkit-transform: translateY(-2%);
  transform: translateY(-2%);
}










.snip1581 {
  font-family: 'Poppins:400,700', Arial, sans-serif;
text-align: center;
  float:left;
  position: relative;
  display: inline-block;
  overflow: hidden;
  margin: 13px;
  height:300px;
  min-width: 350px;
  max-width: 350px;
  width: 100%;
  background-color: #fff;
  color: #ffffff;
  text-align: left;
  font-size: 16px;
  }
.snip1581 * {
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snip1581 img {
  max-width: 100%;
  vertical-align: top;
}
.snip1581 figcaption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;

  
display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

div.description{
	position:absolute; /* absolute position (so we can position it where we want)*/
  color: #22ssff;
	padding:2px;
	bottom: 15px;
	left:8px;
		/* styling bellow */
	background-color:black;
	color:white;
	opacity:0.6;
	filter:alpha(opacity=70); /* IE transparency */
}


.snip1581 h3 {
 
	font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin:0px;

}
.snip1581 .title1 {
 color: #a58e7c;
 font-weight: 400;
}
.snip1581 .title2 {
  color: #FFF;
  font-weight: 400;

}
.snip1581 .title3 {
  color: #ff0000;
  font-weight: 400;
  }
.snip1581 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.snip1581:hover img,
.snip1581.hover img {
  -webkit-transform: scale(1.3) rotate(5deg);
  transform: scale(1.3) rotate(5deg);
}
  
