.tileeffect {
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding-bottom: 10%;
}

.tileeffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.tileeffect img {
  position: relative;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}

.tileeffect:hover img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.tileeffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 40px;
  padding: 0px;
  max-width: 100%;
}

.tileeffect:hover h2 {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
          transform: translate3d(-50%, -50%, 0) scale3d(0.8, 0.8, 1);
  padding: 0px;
}

.hrdivider {
  -webkit-transform: scale(2);
          transform: scale(2);
  background-color: #fff;
}

.tileeffect hr {
  width: 80%;
  color: #F4F7DA;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tileeffect hr:nth-child(2) {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg) scale3d(0, 0, 1);
          transform: translate3d(-50%, -50%, 0) rotate(0deg) scale3d(0, 0, 1);
  background-color: #D0ECF7;
}

.tileeffect hr:nth-child(3) {
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg) scale3d(0, 0, 1);
          transform: translate3d(-50%, -50%, 0) rotate(0deg) scale3d(0, 0, 1);
  background-color: #D0ECF7;
}

.tileeffect h2,
.tileeffect hr {
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  margin: 0px;
}

.twitandfb,
.instas {
  left: 35%;
  position: absolute;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  background-color: transparent;
  margin: 1px;
  padding: 1px;
  width: 20%;
  height: 20%;
  -webkit-transform: scale(2);
          transform: scale(2);
}

.twitandfb {
  top: 25%;
  left: 33%;
}

.instas {
  top: 55%;
}

.tileeffect p {
  width: 30%;
  text-transform: none;
  font-size: 30px;
  line-height: 2;
}

.tileeffect p a {
  color: #F4F7DA;
}

.tileeffect p a:hover,
.tileeffect p a:focus {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.tileeffect a i {
  opacity: 0;
  filter: alpha(opacity=60);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
  padding: 10px;
  font-size: 20px;
}

.twitandfb a:first-child i {
  -webkit-transform: translate3d(-60px, -60px, 0) rotate(0deg) scale(2);
          transform: translate3d(-60px, -60px, 0) rotate(0deg) scale(2);
}

.twitandfb a:nth-child(2) i {
  -webkit-transform: translate3d(60px, -60px, 0) rotate(0deg) scale(2);
          transform: translate3d(60px, -60px, 0) rotate(0deg) scale(2);
}

.instas a:first-child i {
  -webkit-transform: translate3d(-60px, 60px, 0) rotate(0deg) scale(2);
          transform: translate3d(-60px, 60px, 0) rotate(0deg) scale(2);
}

.instas a:nth-child(2) i {
  -webkit-transform: translate3d(60px, 60px, 0) rotate(0deg) scale(2);
          transform: translate3d(60px, 60px, 0) rotate(0deg) scale(2);
}

.tileeffect:hover hr:nth-child(2) {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(0deg) scale3d(1, 1, 1);
          transform: translate3d(-50%, -50%, 0) rotate(0deg) scale3d(1, 1, 1);
}

.tileeffect:hover hr:nth-child(3) {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
          transform: translate3d(-50%, -50%, 0) rotate(90deg) scale3d(1, 1, 1);
}

.tileeffect:hover .twitandfb i:empty,
.tileeffect:hover .instas i:empty {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}

.connectinfo {
  padding-left: 20%;
  padding-right: 20%;
  font-size: 1.2rem;
}

.socialtile {
  max-width: 50%;
}

@media (max-width: 610px) {
  .socialtile {
    max-width: 25%;
  }
  .tileeffect .overlay {
    display: none;
  }
  .tileeffect img {
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@media (min-width: 670px) {
  .clickabledown {
    display: none;
  }
  .tileinst {
    display: none;
  }
}

.sociallink {
  text-align: center;
  color: #85A0AB;
  z-index: 6;
  position: relative;
  font-size: 1.5rem;
}

.sociallink:visited {
  color: #AB8C85;
}

.clickabledown {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
  text-align: center;
}

.beaniconf2 {
  padding: 1rem;
  max-width: 5%;
  rotate: 120deg;
  margin-top: -1200px;
  margin-left: 55px;
}

.reusecupf2 {
  padding: 1rem;
  max-width: 5%;
  rotate: 10deg;
  margin-top: -1000px;
  margin-left: 1300px;
}
/*# sourceMappingURL=connect.css.map */