@charset "UTF-8";

/* Fedra Pro A Normal Italic */
@font-face {
  font-family: "Fedra-NormalItalic";
  src: url("../fonts/FedraSerifProB-NormalIta.eot"); /* IE9 Compat Modes */
  src: url("../fonts/FedraSerifProB-NormalIta.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/FedraSerifProB-NormalIta.otf") format("opentype"), /* Open Type Font */
    url("../fonts/FedraSerifProB-NormalIta.svg") format("svg"), /* Legacy iOS */
    url("../fonts/FedraSerifProB-NormalIta.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/FedraSerifProB-NormalIta.woff") format("woff"), /* Modern Browsers */
    url("../fonts/FedraSerifProB-NormalIta.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
/* Fedra Pro A Bold */
@font-face {
  font-family: "Fedra-Bold";
  src: url("../fonts/FedraSerifProB-Bold.eot"); /* IE9 Compat Modes */
  src: url("../fonts/FedraSerifProB-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/FedraSerifProB-Bold.otf") format("opentype"), /* Open Type Font */
    url("../fonts/FedraSerifProB-Bold.svg") format("svg"), /* Legacy iOS */
    url("../fonts/FedraSerifProB-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/FedraSerifProB-Bold.woff") format("woff"), /* Modern Browsers */
    url("../fonts/FedraSerifProB-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
/* Fedra Pro A Book */
@font-face {
  font-family: "Fedra-Book";
  src: url("../fonts/FedraSerifProB-Book.eot"); /* IE9 Compat Modes */
  src: url("../fonts/FedraSerifProB-Book.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/FedraSerifProB-Book.otf") format("opentype"), /* Open Type Font */
    url("../fonts/FedraSerifProB-Book.svg") format("svg"), /* Legacy iOS */
    url("../fonts/FedraSerifProB-Book.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/FedraSerifProB-Book.woff") format("woff"), /* Modern Browsers */
    url("../fonts/FedraSerifProB-Book.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Fedra-BookItalic";
  src: url("../fonts/FedraSerifProBBookItalic.eot"); /* IE9 Compat Modes */
  src: url("../fonts/FedraSerifProBBookItalic.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("../fonts/FedraSerifProBBookItalic.otf") format("opentype"), /* Open Type Font */
    url("../fonts/FedraSerifProBBookItalic.svg") format("svg"), /* Legacy iOS */
    url("../fonts/FedraSerifProBBookItalic.ttf") format("truetype"), /* Safari, Android, iOS */
    url("../fonts/FedraSerifProBBookItalic.woff") format("woff"), /* Modern Browsers */
    url("../fonts/FedraSerifProBBookItalic.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}


.slider {
        width: 100%;
        margin: 50px auto;
    }

    .slick-slide {
      margin: 0px 0px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all linear 1s;
      opacity: 1;
    }
    
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }