/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
.fc-carousel .fc-bg-boxes {
  overflow: hidden;
  width: 100%; }
  .fc-carousel .fc-bg-boxes .slick-prev, .fc-carousel .fc-bg-boxes .slick-next {
    position: absolute;
    display: block;
    height: 10%;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 40%;
    padding: 0;
    border: none;
    outline: none;
    z-index: 1000; }
  .fc-carousel .fc-bg-boxes .slick-prev {
    left: 10px; }
    .fc-carousel .fc-bg-boxes .slick-prev:before {
      font-family: 'FontAwesome';
      content: '\f104';
      height: 50px;
      width: 20px;
      line-height: 50px;
      font-size: 50px;
      color: #000; }
  .fc-carousel .fc-bg-boxes .slick-next {
    right: 10px; }
    .fc-carousel .fc-bg-boxes .slick-next:before {
      font-family: 'FontAwesome';
      content: '\f105';
      height: 50px;
      width: 20px;
      line-height: 50px;
      font-size: 50px;
      color: #000; }
  .fc-carousel .fc-bg-boxes button:hover, .fc-carousel .fc-bg-boxes button:active {
    background: transparent !important; }
  .fc-carousel .fc-bg-boxes .fc-carousel-content {
    margin: 0 auto; }

.fc-carousel .fc-carousel-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  .fc-carousel .fc-carousel-content.top-left {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .fc-carousel .fc-carousel-content.top-center {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .fc-carousel .fc-carousel-content.top-right {
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .fc-carousel .fc-carousel-content.center-left {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: center;
        justify-content: center; }
  .fc-carousel .fc-carousel-content.center-center {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
  .fc-carousel .fc-carousel-content.center-right {
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: center;
        justify-content: center; }
  .fc-carousel .fc-carousel-content.bottom-left {
    -ms-flex-align: start;
        align-items: flex-start;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .fc-carousel .fc-carousel-content.bottom-center {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .fc-carousel .fc-carousel-content.bottom-right {
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .fc-carousel .fc-carousel-content .fc-bg-boxes {
    width: 100%; }

.fc-carousel.alignwide .slick-prev {
  left: 10px; }

.fc-carousel.alignwide .slick-next {
  right: 10px; }

.fc-carousel.alignfull .slick-prev {
  left: 10px; }

.fc-carousel.alignfull .slick-next {
  right: 10px; }

.slick-dots {
  bottom: -17px;
  left: 0;
  position: absolute;
  bottom: 0px;
  list-style: none;
  display: block;
  text-align: center !important;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: '\f111';
        width: 20px;
        height: 20px;
        font-family: 'FontAwesome';
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: #000;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #000;
      opacity: 0.75; }
