
.gallery {
  width: 100%;
  height: 300px;
  display: block;
  margin-bottom: 0;
  position: relative;
  z-index: 0; }
  .gallery:after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #88C417;
    opacity: 0;
    content: '';
    z-index: -1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .gallery .icon {
    width: 70px;
    height: 70px;
    background: #182143;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%; }
    .gallery .icon span {
      font-size: 50px; }
  .gallery:hover:after, .gallery:focus:after {
    opacity: .4;
	}
  .gallery:hover .icon, .gallery:focus .icon {
    opacity: 1; }

#map {
  width: 100%; }
  @media (max-width: 767.98px) {
    #map {
      height: 300px; } }


.img,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.ftco-section {
  padding: 3em 0;
  position: relative;
  z-index: 0; }
  .ftco-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .1;
    background: #000000;
    background: white;
    background: -moz-linear-gradient(-45deg, white 0%, rgba(246, 246, 246, 0.28) 72%, rgba(237, 237, 237, 0) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, white), color-stop(72%, rgba(246, 246, 246, 0.28)), color-stop(100%, rgba(237, 237, 237, 0)));
    background: -webkit-linear-gradient(-45deg, white 0%, rgba(246, 246, 246, 0.28) 72%, rgba(237, 237, 237, 0) 100%);
    background: -o-linear-gradient(-45deg, white 0%, rgba(246, 246, 246, 0.28) 72%, rgba(237, 237, 237, 0) 100%);
    background: -ms-linear-gradient(-45deg, white 0%, rgba(246, 246, 246, 0.28) 72%, rgba(237, 237, 237, 0) 100%);
    background: -webkit-linear-gradient(315deg, white 0%, rgba(246, 246, 246, 0.28) 72%, rgba(237, 237, 237, 0) 100%);
    background: -o-linear-gradient(315deg, white 0%, rgba(246, 246, 246, 0.28) 72%, rgba(237, 237, 237, 0) 100%);
    background: linear-gradient(135deg, white 0%, rgba(246, 246, 246, 0.28) 72%, rgba(237, 237, 237, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=1 );
    z-index: -1; }
  @media (max-width: 767.98px) {
    .ftco-section {
      padding: 6em 0; } }

.ftco-no-pt {
  padding-top: 0 !important; }

.ftco-no-pb {
  padding-bottom: 0 !important; }

.ftco-bg-dark {
  background: #3c312e; }

