/*********GLOBAL***********/
.pageTitle,
.contentTitle, .contentTitle a,
.pageSubtitle {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 700;
}
.navContainer,
button, .button, input[type=submit],
.navContent li .button {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 500;
}
html, body {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
}
/********END GLOBAL*******/

/*-------HOMEPAGE--------*/
/*slider*/
/*.block_b5817d562b70470fb9f1179bd115574e .imgEffect-content {*/
/*  background: rgba(0,0,0,.6);*/
/*}*/

.block_b5817d562b70470fb9f1179bd115574e .flex-direction-nav {
    display: none;
}
@media screen and (min-width: 468px) {
  /*.block_b5817d562b70470fb9f1179bd115574e .imgEffect-content {*/
  /*    right: 10%;*/
  /*}*/
/* Image Gallery transitions */
  .block_b5817d562b70470fb9f1179bd115574e .imgEffect-content {
    transition: transform .5s ease 1s;
    width: 100%;
    max-width: 900px;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    /*top: 60%;*/
    padding: 20px;
  }
  .block_b5817d562b70470fb9f1179bd115574e .imgEffect-content:after {
    background: #a90863;
    color: #ffffff;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    border-width: 4px;
    border-color: #a90863;
    display: inline-block;
    padding: .75em 1.25em;
    text-transform: uppercase;
    margin-top: 20px;
  }
  /* titles */
  .block_b5817d562b70470fb9f1179bd115574e .fs-item .contentTitle:before {
    display: block;
    font-size: 18px;
  }

  /* buttons */
  .block_b5817d562b70470fb9f1179bd115574e .fs-item:nth-child(1) .imgEffect-content:after {
    content: 'Explore Now';
  }
  .block_b5817d562b70470fb9f1179bd115574e .fs-item:nth-child(2) .imgEffect-content:after {
    content: 'Explore Now';
  }
  /*.block_b5817d562b70470fb9f1179bd115574e .fs-item:nth-child(3) .imgEffect-content:after {*/
  /*  content: 'Read More \003e';*/
  /*}*/
  /*.block_b5817d562b70470fb9f1179bd115574e .fs-item:nth-child(4) .imgEffect-content:after {*/
  /*  content: 'Read More \003e';*/
  /*}*/
  /*.block_b5817d562b70470fb9f1179bd115574e .fs-item:nth-child(5) .imgEffect-content:after {*/
  /*  content: 'Read More \003e';*/
  /*}*/
  .block_b5817d562b70470fb9f1179bd115574e .fs-item .imgEffect-content {
    transform: translateY(100%);
  }
  .block_b5817d562b70470fb9f1179bd115574e .imagesLoaded .fs-item.flex-active-slide .imgEffect-content {
    transform: translateY(-30%);
  }
}
@media only screen and (max-width: 768px) {
    .blockWrap_b5817d562b70470fb9f1179bd115574e .imgEffect .imgEffect-overlay .imgEffect-content .contentTitle {
        font-size: 36px;
    }
}
/*-----END HOMEPAGE-----*/