@import url(http://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);

/*Font CSS for all browsers start*/
@font-face {
  font-family: 'dimboType';
  src: url('../fonts/dimbo.eot'); /* IE9 Compat Modes */
  src: url('../fonts/dimbo.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/dimbo.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/dimbo.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/dimbo.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/dimbo.svg#svgdimboType') format('svg'); /* Legacy iOS */
}
/*Font CSS for all browsers end*/

/*Press CSS start*/
#contentReview {
  display:inline;
  margin-left:auto;
  margin-right:auto;
  width:80%;
}

figure.press {
  font-family: 'dimboType', Arial, sans-serif;
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 220px;
  max-width: 415px;
  width: 100%;
  background-color: #ffffff;
  color: #eee;
  text-align: left;
  font-size: 24px;
}

figure.press * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

figure.press img {
  max-width: 100%;
  vertical-align: top;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
figure.press figcaption {
  padding: 25px;
  position: relative;
}

figure.press .date,
figure.press i {
  background-color: #F1562D;
  top: 25px;
  color: #fff;
  left: 25px;
   border-radius: 50%;
  min-height: 60px;
  min-width: 60px;
  position: absolute;
  text-align: center;
}

figure.press .date {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  font-size: 19px;
  font-weight:normal;
  padding-top:12px;
  line-height:20px;
  text-transform: uppercase;
}

figure.press .date span {
  display: block;
}
figure.press .date .month {
  font-size: 19px;
  font-weight:normal;
}

figure.press i {
  line-height: 60px;
  font-size: 19px;
  font-weight:normal;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.press h3,
figure.press p {
  margin: 0;
  padding: 0;
}

figure.press h3 {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: normal;
  color: #F1562D;
  text-transform: uppercase;
}

figure.press h3 span {
  margin-bottom: 10px;
  display: inline-block;
  font-weight: normal;
  color: #3A3536;
  text-transform: uppercase;
  font-size:20px;
}

figure.press p {
  font-size: 0.8em;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 20px;
  line-height: 1.6em;
}

figure.press button {
  border: medium none;
  padding: 10px 20px;
  background-color: #F1562D;
  font-weight: normal;
  font-family: 'dimboType', Arial, sans-serif;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 1em;
}

figure.press a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}

figure.press:hover img,
figure.press.hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

figure.press:hover .date,
figure.press.hover .date {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.press:hover i,
figure.press.hover i {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

figure.press:hover button,
figure.press.hover button {
  background-color: #3A3536;
}
/*Press CSS start*/