.jf_typo_gallery {
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 0;
  font-size: 0;
}
.jf_typo_gallery li {
  display: inline-block;
  margin: 2px;
}
.jf_typo_gallery li a {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0;
  font-size: 0;
  border: 1px dashed #CCC;
}
.jf_typo_gallery li a img {
  width: 180px;
  height: 150px;
  display: block;
}
.jf_typo_gallery li a .mask {
  background-color: rgba(0,0,0,0.65);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  zoom: 1;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.jf_typo_gallery li a .mask .mask_content {
  height: 75%;
  width: 80%;
  margin: 10%;
  background-color: rgba(0,0,0,0.5);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  position: relative;
}
.jf_typo_gallery li a .mask .mask_content .title {
  text-transform: uppercase;
  font-size: 18px;
  display: block;
  padding-bottom: 5px;
  padding-top: 16%;
  border: none;
  box-shadow: none;
  text-shadow: none;
  color: #FFF;
  margin: 0px !important;
  line-height: 18px;
  padding: 15px 0 !important;
  letter-spacing: 1px;
}
.jf_typo_gallery li a .mask .mask_content .border {
  height: 1px;
  background: #00C1FF;
  width: 0%;
  margin: 0 auto;
}
.jf_typo_gallery li a .mask .mask_content .zoom {
  display: block;
  background: url(../images/jf/jf_typo/jf_gallery_zoom.png) no-repeat center;
  margin-top: 150px;
  position: absolute;
  width: 100%;
  margin: 0;
  left: 0;
  bottom: -155%;
  height: 42px;
}
.jf_typo_gallery li a .mask .mask_content .zoom.play {
  background: url(../images/jf/jf_typo/jf_video_play_icon_small.png) no-repeat center;
}
.jf_typo_gallery li a:hover .mask {
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=99);
}
.jf_typo_gallery li a:hover .mask .mask_content .title {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  display: block;
  padding-bottom: 5px;
  padding-top: 16%;
  border: none;
  box-shadow: none;
  text-shadow: none;
  color: white;
  margin: 18px 0;
}
.jf_typo_gallery li a:hover .mask .mask_content .border {
  width: 86%;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.jf_typo_gallery li a:hover .mask .mask_content .zoom {
  bottom: 12%;
  -webkit-transition: all 0.5s cubic-bezier(0.025,1.205,0.625,1.050);
  -moz-transition: all 0.5s cubic-bezier(0.025,1.205,0.625,1.050);
  -o-transition: all 0.5s cubic-bezier(0.025,1.205,0.625,1.050);
  -ms-transition: all 0.5s cubic-bezier(0.025,1.205,0.625,1.050);
  transition: all 0.5s cubic-bezier(0.025,1.205,0.625,1.050);
}
body .jf_image_block {
  padding: 0;
  margin: 0 0 15px 0;
  float: none;
}
body .jf_image_block .jf_blog_image {
  border: 1px dashed #CCC;
  padding: 0;
  background: url(../images/jf/jf_typo/jf_cat_img_bg.png) repeat;
  position: relative;
  overflow: hidden;
  margin: 0;
  display: block;
  text-align: center;
}
body .jf_image_block .jf_blog_image .jf_image {
  background: #000;
}
body .jf_image_block .jf_blog_image .jf_image img {
  border: none;
  padding: 0;
  width: 100% !important;
  display: block;
  -webkit-transition: all 0.8s cubic-bezier(0.425,1.405,0.425,1.000);
  -moz-transition: all 0.8s cubic-bezier(0.425,1.405,0.425,1.000);
  -o-transition: all 0.8s cubic-bezier(0.425,1.405,0.425,1.000);
  -ms-transition: all 0.8s cubic-bezier(0.425,1.405,0.425,1.000);
  transition: all 0.8s cubic-bezier(0.425,1.405,0.425,1.000);
}
body .jf_image_block .jf_blog_image .jf_zoom_sec {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  bottom: -550px;
  -webkit-transition: all 0.8s cubic-bezier(0.425,1.405,0.425,1.000);
  -moz-transition: all 0.8s cubic-bezier(0.425,1.405,0.425,1.000);
  -o-transition: all 0.8s cubic-bezier(0.425,1.405,0.425,1.000);
  -ms-transition: all 0.8s cubic-bezier(0.425,1.405,0.425,1.000);
  transition: all 0.8s cubic-bezier(0.425,1.405,0.425,1.000);
}
body .jf_image_block .jf_blog_image .jf_zoom_sec .jf_zoom_block {
  display: table-cell;
  vertical-align: middle;
}
body .jf_image_block .jf_blog_image .jf_zoom_sec .jf_zoom_block .jf_zoom a {
  margin: 0 auto;
  background: url(../images/jf/jf_typo/jf_blog_zoom.png) no-repeat top left;
  height: 54px;
  width: 54px;
  position: relative;
  display: block;
}
body .jf_image_block .jf_blog_image .jf_zoom_sec .jf_zoom_block .jf_zoom a:hover {
  background-position: bottom left;
}
body .jf_image_block .jf_blog_image .jf_zoom_sec .jf_zoom_block .jf_zoom.play a {
  background: url(../images/jf/jf_typo/jf_video_play_icon.png) no-repeat top left;
  height: 64px;
  width: 58px;
}
body .jf_image_block .jf_blog_image .jf_date {
  position: absolute;
  background: url(../images/jf/jf_ie/jf_ie_opaciry_070.png);
  background: rgba(0,0,0,0.7);
  top: 20px;
  left: 0;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
  letter-spacing: 1px;
  vertical-align: middle;
  border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -o-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
}
body .jf_image_block .jf_blog_image .jf_date .date {
  padding: 10px 20px;
  display: block;
  line-height: 24px;
}
body .jf_image_block .jf_blog_image .jf_author {
  position: absolute;
  background: url(../images/jf/jf_ie/jf_ie_opaciry_070.png);
  background: rgba(0,0,0,0.7);
  width: 160px;
  bottom: 60px;
  right: 0;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  text-align: left;
  padding-left: 20px;
}
body .jf_image_block .jf_blog_image .jf_author .author {
  padding: 5px 0;
  display: block;
}
body .jf_image_block .jf_blog_image .jf_author .author a {
  color: #028dbe;
  padding-left: 3px;
}
body .jf_image_block .jf_blog_image .jf_author .author a:hover {
  color: #2698DE;
  text-decoration: underline;
  text-shadow: 0 0 5px #2698DE;
}
body .jf_image_block .jf_blog_image .jf_category {
  position: absolute;
  background: url(../images/jf/jf_ie/jf_ie_opaciry_070.png);
  background: rgba(0,0,0,0.7);
  width: 160px;
  bottom: 20px;
  right: 0;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  -o-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px 0 0 2px;
  text-align: left;
  padding-left: 20px;
}
body .jf_image_block .jf_blog_image .jf_category .category {
  padding: 5px 0;
  display: block;
  margin: 0;
  border: none;
}
body .jf_image_block .jf_blog_image .jf_category .category a {
  color: #028dbe;
  padding-left: 3px;
}
body .jf_image_block .jf_blog_image .jf_category .category a:hover {
  color: #2698DE;
  text-decoration: underline;
  text-shadow: 0 0 5px #2698DE;
}
body .jf_image_block:hover .jf_image img {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=77);
}
body .jf_image_block:hover .jf_zoom_sec {
  bottom: 0;
}
body .jf_image_block.style2 {
  width: 70%;
  margin: 5px auto 15px auto;
}
body .jf_image_block.style3 {
  margin: 5px auto 15px auto;
  width: 50%;
  float: left;
  padding-right: 10px;
}
@media (max-width: 767px) {
  body .jf_image_block .jf_blog_image .jf_date {
    top: 10px;
    font-size: 18px;
  }
  body .jf_image_block .jf_blog_image .jf_date .date {
    padding: 6px 16px;
  }
  body .jf_image_block .jf_blog_image .jf_author {
    bottom: 35px;
    font-size: 12px;
    width: 120px;
    padding-left: 10px;
  }
  body .jf_image_block .jf_blog_image .jf_author .author {
    padding: 3px 0;
  }
  body .jf_image_block .jf_blog_image .jf_category {
    bottom: 5px;
    font-size: 12px;
    width: 120px;
    padding-left: 10px;
  }
  body .jf_image_block .jf_blog_image .jf_category .category {
    padding: 3px 0;
  }
  body .jf_image_block.style2,
  body .jf_image_block.style3 {
    width: 100%;
  }
}
body.rtl .jf_image_block .jf_blog_image .jf_date {
  left: auto;
  right: 0;
}
body.rtl .jf_image_block .jf_blog_image .jf_author,
body.rtl .jf_image_block .jf_blog_image .jf_category {
  right: auto;
  left: 0;
}