@import url(https://fonts.googleapis.com/css?family=Raleway:400,200,300,800);
@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
figure.snip0042 {
  font-family: 'Raleway', Arial, sans-serif;
  position: relative;
/*  float: center;*/
  display: inline-block;
  overflow: hidden;
  margin: 5px 1%;
/*  min-width: 240px;*/
  min-width: 240px;
  max-width: 320px;
  width: 100%;
  background: #ffffff;
  color: #ffffff;
}
figure.snip0042 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
figure.snip0042 > img {
  max-width: 100%;
	width: 100%;
  max-height: 380px;
/*	height: auto;*/
	overflow: hidden;
}
figure.snip0042 a.nonfancy {
  max-width: 100%;
	width: 100%;
  max-height: 380px;
/*	height: auto;*/
	overflow: hidden;
}
figure.snip0042 img.nonfancy {
  max-width: 100%;
	width: 100%;
  max-height: 380px;
/*	height: auto;*/
	overflow: hidden;
}
figure.snip0042 figcaption {
  padding: 5px 15px 0px 25%;
  position: relative;
}
figure.snip0042 figcaption h2,
figure.snip0042 figcaption p {
  margin: 0;
  text-align: right;
  padding: 5px 0;
  right: 0;
  width: 100%;
}
figure.snip0042 figcaption h2 {
  font-size: 1.1em;
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
figure.snip0042 figcaption h2 span {
  font-weight: 800;
}
figure.snip0042 figcaption p {
  font-size: 0.8em;
  opacity: 0.8;
}
figure.snip0042 figcaption .icons {
  width: 100%;
  text-align: right;
}
figure.snip0042 figcaption .icons i {
  font-size: 24px;
  padding: 5px;
  color: #ffffff;
  top: 50%;
}
figure.snip0042 figcaption a {
  opacity: 0.3;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
figure.snip0042 figcaption a:hover {
  opacity: 0.8;
}
figure.snip0042 .position {
/*  width: 100%;*/
  text-align: right;
  padding: 8px 15px 5px;
  font-size: 0.8em;
  opacity: 0.8;
  font-style: italic;
}
figure.snip0042:after {
  position: absolute;
  top: 0;
  left: -20%;
  height: 110%;
  width: 30%;
  background-color: #000000;
  content: '';
  border-right: 4px solid #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  -webkit-transform: skewX(-7deg) translateX(0px);
  transform: skewX(-7deg) translateX(0px);
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}
figure.snip0042.blue {
  background: #20638f;
}
figure.snip0042.blue:after {
  background: #164666;
}
figure.snip0042.red {
  background: #962d22;
}
figure.snip0042.red:after {
  background: #6d2018;
}
figure.snip0042.yellow {
  background: #bf6516;
}
figure.snip0042.yellow:after {
  background: #924d10;
}
figure.snip0042.purple {
/*  background: #CEC5E7;*/
  background: #595F6F;
}
figure.snip0042.purple:after {
  background: #434754;
}
figure.snip0042:hover:after,
figure.snip0042.hover:after {
  -webkit-transform: skewX(-7deg) translateX(10px);
  transform: skewX(-7deg) translateX(10px);
}
