/* ### 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-content-container hr {
  margin-top: 0px;
  margin-top: 0rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
#smfi-content-container #smfi-error-container .smfi-notice {
  background: #fff;
  border-left: 4px solid #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 1px 12px;
  margin: 5px 0 15px;
}
#smfi-content-container #smfi-error-container .smfi-notice.smfi-notice-error {
  border-left-color: #dc3232;
}
#smfi-content-container #smfi-error-container .smfi-notice p {
  margin: .5em 0;
  padding: 2px;
}
#smfi-content-container .smfi-img-container {
  position: relative;
  min-height: 100px;
  box-sizing: border-box;
}
#smfi-content-container .smfi-img-container .smfi-img-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  z-index: 999;
  box-sizing: border-box;
  background-color: #FFF;
  cursor: pointer;
  padding-top: 10px;
  /* ### MEDIA QUERIES ### */
  /* Small displays */
  /* Medium displays */
  /* Large displays */
  /* Extra large displays */
}
#smfi-content-container .smfi-img-container .smfi-img-wrapper .smfi-img {
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 16px;
  padding: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
#smfi-content-container .smfi-img-container .smfi-img-wrapper .smfi-img:hover {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #smfi-content-container .smfi-img-container .smfi-img-wrapper {
    width: 25%;
  }
}
#smfi-content-container .smfi-btn-container #smfi-add-new-img-btn {
  margin-left: 16px;
  margin-left: 1rem;
  margin-top: 16px;
  margin-top: 1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
