.swiper-container .mouse {
  border-color: #f2f2f2;
}

.swiper-container .mouse .mouse-scroll {
  background: #f2f2f2;
}


.block-subtitle {
  font-size: 15px;
}

.page-wrappers {
  min-height: calc(100% - 131px);
  background-color: #f0f0f0;
}

.bg-white {
  background-color: #ffffff;
}

.img-responsive {
  width: 100%;
}


.no-transform {
  text-transform: none;
}


@media only screen and (min-width: 992px) {
  .header .menu>li>.classic {
    left: 0%;
    min-width: 100px;
    margin-left: -60px;
  }
}



/*.text-justify*/

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background: none;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect img {
  display: block;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
  filter: grayscale(1) blur(3px);
  -webkit-filter: grayscale(1) blur(3px);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.hovereffect span.desc {
  /*text-transform: uppercase;*/
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.35);
}

.hovereffect a.info {
  display: inline-block;
  padding: 7px 14px;
  margin: 50px 0 0 0;
  font-weight: 700;
  background-color: transparent;
}

.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;

}

.hovereffect .person-name, .hovereffect span.desc {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
}

.hovereffect:hover .person-name, .hovereffect:hover span.desc {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect:hover .overlay {
    background: rgba(255,255,255,.5);
    z-index: 60;
}
