.blog .item .jm_wap_img .readmore a {
  text-indent: none !important;
}
.menu_sub_realisations .view {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 1px 1px 2px #e6e6e6;
  -moz-box-shadow: 1px 1px 2px #e6e6e6;
  box-shadow: 1px 1px 2px #e6e6e6;
  cursor: default;
}
.menu_sub_realisations .view .mask,
.view .content {
  /* width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;*/
}
.menu_sub_realisations .view img {
  display: block;
  position: relative;
}
.menu_sub_realisations .view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  margin: 20px 0 0 0;
}
.menu_sub_realisations .view p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #fff;

  text-align: center;
}
.menu_sub_realisations .view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}
.menu_sub_realisations.view a.info:hover {
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}
.menu_sub_realisations > div a {
  margin-bottom: 0 !important;
}
.menu_sub_realisations > div a {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.menu_sub_realisations > div .mask a {
  background: none !important;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: visible;
  position: absolute;
  top: -165px;
}

.menu_sub_realisations > div .mask a {
  color: #fff;
  font-size: 18px;
  background: transparent;
}
/*-----------*/

.jm_wap_img .view {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 1px 1px 2px #e6e6e6;
  -moz-box-shadow: 1px 1px 2px #e6e6e6;
  box-shadow: 1px 1px 2px #e6e6e6;
  cursor: default;
}
.jm_wap_img.view .mask {
  /* width: 100%;
   
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;*/
}
.jm_wap_img .view img {
  display: block;
  position: relative;
}
.jm_wap_img .view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  margin: 20px 0 0 0;
}
.jm_wap_img .view p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #fff;

  text-align: center;
}
.jm_wap_img .view a.info {
  display: inline-block;
  text-decoration: none;
  padding: 7px 14px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 1px #000;
  -moz-box-shadow: 0 0 1px #000;
  box-shadow: 0 0 1px #000;
}
.jm_wap_img.view a.info:hover {
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}
.jm_wap_img > div a {
  margin-bottom: 0 !important;
}
.jm_wap_img .mask a {
  background: none !important;
  display: block;
  /*  width: 227px;
    height: 276px;*/
  margin: 0;

  font-size: 18px;
}
.mask_content {
  text-align: center;
  width: 100%;
}
.mask_content h2 {
  position: absolute;
  top: 10px;
  width: 100%;
}
.mask_content p.readmore {
  top: 38%;
}
.mask_content p {
  position: absolute;
  top: 58%;
}
@media (min-width: 480px) and (max-width: 767px) {
  .mask_content h2 {
    position: absolute;
    padding-bottom: 15px;
  }
  .mask_content p.readmore {
    top: 35%;
  }
  .mask_content p {
    top: 55%;
  }
  #sp-component .blog .span3 {
    float: left;
    padding: 10px;
    width: 50%;
  }
  .menu_sub_realisations .span3 {
    float: left;
    margin: 10px !important;
    width: 45%;
  }
  .menu_sub_realisations > div .mask a {
    top: -200px;
  }
}
@media (max-width: 480px) {
  .mask_content h2 {
    padding-bottom: 15px;
  }
  .mask_content p.readmore {
    top: 38%;
  }
  .mask_content p {
    top: 55%;
  }
  .menu_sub_realisations > div .mask a {
    top: -200px;
  }
  /*.jm_wap_img.view .mask{
        height: 200px;
    }
    .jm_wap_img.view .mask_content, .jm_wap_img.view .mask_content p{
        height: 200px;
    }
    .jm_wap_img.view .page-header{
        height: 200px;
    }*/
}
/*-----------*/
.view-tenth img {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.7s ease-in-out;
  -moz-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  -ms-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.view-tenth .mask {
  /* height: 288px; */
  background-color: rgba(255, 231, 179, 0.3);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.view-tenth h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: transparent;
  margin: 20px 40px 0px 40px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  color: #333;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.view-tenth p {
  color: #333;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.view-tenth a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.view-tenth:hover img {
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.view-tenth:hover a span.image-title {
  -webkit-transform: scale(10);
  -moz-transform: scale(10);
  -o-transform: scale(10);
  -ms-transform: scale(10);
  transform: scale(10);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.view-tenth:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.view-tenth:hover h2,
.view-tenth:hover p,
.view-tenth:hover a.info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
