﻿figure.snip1171 {
  font-family: Arial,Helvetica,sans-serif;
  position: relative;
  overflow: hidden;
  border-radius: 5%;
  border: 2px solid #305566; 
  margin: 5px;
  min-width: 220px;
  max-width: 275px;
  width: 30%;
  float: left;
  
  background: #305566;
  color: #333;
  text-align: left;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.full-width-heading {
    width: 100%;
    display: inline-block;
}
figure.snip1171 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.snip1171 img {
  max-width: 100%;
  max-height: 150px;
  vertical-align: top;
}
figure.snip1171 figcaption {
  position: relative;
  background-color: #d3d3d3;
  padding: 20px 25px 50px;
  height: 250px;
}
figure.snip1171 h3 {
  position: absolute;
  bottom: 100%;
  padding: 0px 10px;
  line-height: 44px;
  margin: 0;
  left: 0;
  font-weight: 400;
  background-color: #223266 ;
  color: #d3d3d3;
}
figure.snip1171 h3 span {
  font-weight: 800;
}
figure.snip1171 h3:before {
  position: absolute;
  left: 100%;
  border-style: solid;
  border-width: 44px 0 0 12px;
  border-color: transparent transparent transparent #cb2a81 ;
  content: '';
  top: 0;
}
figure.snip1171 p {
  font-size: 0.8em;
  font-weight: 500;
  text-align: left;
  margin: 0;
  line-height: 1.6em;
}
figure.snip1171 .price {
  position: absolute;
  top: 0;
  right: 0;
  color: #ffffff;
  background-color: #000000;
  padding: 0 10px;
  line-height: 40px;
  font-weight: normal;
}
figure.snip1171 .price:before {
  position: absolute;
  right: 100%;
  border-style: solid;
  border-width: 0 12px 40px 0;
  border-color: transparent #000000 transparent;
  content: '';
  top: 0;
}
figure.snip1171 a {
  text-decoration: none;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #223266;
  line-height: 40px;
  padding: 0 10px;
  color: #fff;
  font-weight: normal;
  font-size: 0.9em;
}
figure.snip1171 a:hover {
  background-color: #8F0058
  color: #fff;
  letter-spacing: .1em;
}

@media (max-width: 620px) {

figure.snip1171 {
    width: 90% !important;
    margin: 0 auto !important;
    float: none !important;
    margin-bottom: 20px !important;
}
}

@media (max-width: 1215px) {

figure.snip1171 {
    width: 90% !important;
    float: left;
    margin-bottom: 20px !important;
}
