/* ### END: MIXINS - Functions ### */
.show {
  display: block;
}
.hide {
  display: none;
}
.txt-align-center {
  text-align: center;
}
.txt-align-left {
  text-align: left;
}
.txt-align-right {
  text-align: right;
}
.padding-top-1x {
  padding-top: 16px;
  padding-top: 1rem;
}
.padding-top-2x {
  padding-top: 32px;
  padding-top: 2rem;
}
.padding-top-3x {
  padding-top: 48px;
  padding-top: 3rem;
}
.padding-left-3x {
  padding-left: 48px;
  padding-left: 3rem;
}
.padding-right-3x {
  padding-right: 48px;
  padding-right: 3rem;
}
.margin-top-auto {
  margin-top: auto;
}
.margin-top-1x {
  margin-top: 16px;
  margin-top: 1rem;
}
.margin-top-2x {
  margin-top: 32px;
  margin-top: 2rem;
}
.margin-top-3x {
  margin-top: 48px;
  margin-top: 3rem;
}
.margin-bottom-1x {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
.margin-bottom-2x {
  margin-bottom: 32px;
  margin-bottom: 2rem;
}
.margin-bottom-3x {
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
.margin-bottom-4x {
  margin-bottom: 64px;
  margin-bottom: 4rem;
}
.margin-bottom-5x {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}
.margin-bottom-6x {
  margin-bottom: 96px;
  margin-bottom: 6rem;
}
@media screen and (min-width: 576px) {
  .margin-bottom-sm-0 {
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
}
@media screen and (min-width: 576px) {
  .margin-bottom-sm-1x {
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 576px) {
  .margin-bottom-sm-2x {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 576px) {
  .margin-bottom-sm-3x {
    margin-bottom: 48px;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .margin-bottom-md-0 {
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
}
@media screen and (min-width: 768px) {
  .margin-bottom-md-1x {
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .margin-bottom-md-2x {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .margin-bottom-md-3x {
    margin-bottom: 48px;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 992px) {
  .margin-bottom-lg-0 {
    margin-bottom: 0px;
    margin-bottom: 0rem;
  }
}
@media screen and (min-width: 992px) {
  .margin-bottom-lg-1x {
    margin-bottom: 16px;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .margin-bottom-lg-2x {
    margin-bottom: 32px;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 992px) {
  .margin-bottom-lg-3x {
    margin-bottom: 48px;
    margin-bottom: 3rem;
  }
}
.margin-bottom-30px {
  margin-bottom: 30px;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.img-responsitive {
  width: 100%;
  height: auto;
}
.img-responsive {
  width: 100%;
  height: auto;
}
.font-weight-300 {
  font-weight: 300;
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-500 {
  font-weight: 500;
}
.font-weight-600 {
  font-weight: 600;
}
.font-weight-700 {
  font-weight: 700;
}
.font-weight-800 {
  font-weight: 800;
}
.font-weight-900 {
  font-weight: 900;
}
.inline-block {
  display: inline-block;
}
.block {
  display: block;
}
.circle {
  border-radius: 50%;
}
.rotate-180 {
  transform: rotate(180deg);
  /* Standard syntax */
  transition: transform 0.2s ease;
}
.no-border {
  border: none;
}
.no-top-offset {
  padding-top: 0px;
  margin-top: 0px;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.smfi-default-gallery-container .smfi-default-gallery-img {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 16px;
  padding: 1rem;
  /* ### MEDIA QUERIES ### */
  /* Small displays */
  /* Medium displays */
  /* Large displays */
  /* Extra large displays */
}
@media screen and (min-width: 576px) {
  .smfi-default-gallery-container .smfi-default-gallery-img {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .smfi-default-gallery-container .smfi-default-gallery-img {
    width: 33.33%;
  }
}
@media screen and (min-width: 1200px) {
  .smfi-default-gallery-container .smfi-default-gallery-img {
    width: 25%;
  }
}
.smfi-default-slider-container {
  position: relative;
  margin: auto;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  /* Position the "previous button" to the left */
  /* Position the "next button" to the right */
}
.smfi-default-slider-container .smfi-default-slider-slide {
  display: none;
}
.smfi-default-slider-container .smfi-default-slider-slide .smfi-default-slider-img {
  width: 100%;
  height: auto;
}
.smfi-default-slider-container .smfi-default-slider-prev,
.smfi-default-slider-container .smfi-default-slider-next {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: auto;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  color: #DCDCDC;
  padding: 0px;
  padding: 0rem;
}
.smfi-default-slider-container .smfi-default-slider-prev:hover,
.smfi-default-slider-container .smfi-default-slider-next:hover {
  color: #696969;
}
.smfi-default-slider-container .smfi-default-slider-prev:focus,
.smfi-default-slider-container .smfi-default-slider-next:focus {
  color: #696969;
  outline: none;
}
.smfi-default-slider-container .smfi-default-slider-prev {
  left: 10px;
}
.smfi-default-slider-container .smfi-default-slider-next {
  right: 10px;
}
.smfi-default-slider-container .smfi-default-slider-dot-container {
  text-align: center;
}
.smfi-default-slider-container .smfi-default-slider-dot-container .smfi-default-slider-dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #DCDCDC;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 12px;
  margin-top: 0.75rem;
  margin-left: 2.4px;
  margin-left: 0.15rem;
  margin-right: 2.4px;
  margin-right: 0.15rem;
}
.smfi-default-slider-container .smfi-default-slider-dot-container .smfi-default-slider-dot:hover {
  background-color: #696969;
}
.smfi-default-slider-container .smfi-default-slider-dot-container .smfi-default-slider-dot:focus {
  background-color: #696969;
  outline: none;
}
.smfi-default-slider-container .smfi-default-slider-dot-container .smfi-default-slider-dot.smfi-default-slider-dot-active {
  background-color: #696969;
}
.smfi-default-slider-container .smfi-default-slider-fade-in-slide {
  /* The name of the animation */
  animation-name: fadeInSmfiDefaultSliderAnimation;
  -webkit-animation-name: fadeInSmfiDefaultSliderAnimation;
  /* The duration of the animation */
  animation-duration: 3.5s;
  -webkit-animation-duration: 3.5s;
  /* Make the element visible */
  visibility: visible;
}
/* Go from 0% to 100% opacity */
@keyframes fadeInSmfiDefaultSliderAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInSmfiDefaultSliderAnimation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
