/**
 * Modifiers
 *
 * @author Lex Lexter <hi@leximo.cz>
 * @version 1.0.0
 * @website https://leximo.cz/
 */

/*
  - positions
  ***
*/

.--pos-001 {
  padding: 108px 200px 100px 146px;
}
.--pos-002 {
  margin: 260px -120px 0 -235px;
}
.--pos-003 {
  margin-top: 200px;
}
.--pos-004 {
  margin-right: -120px;
}

@media only screen and (min-width: 1301px) {

  .--pos-005 {
    margin: -96px -120px 0 -120px;
  }
  .--pos-018 {
    max-width: calc(100% - 500px);
    position: relative;
    z-index: 1;
    margin-bottom: -66px !important;
  }
  .--pos-026 {
    margin-top: -132px !important;
  }

}

.--pos-006 {
  margin-top: 120px;
}
.--pos-007 {
  padding-top: 10px;
}
.--pos-008 {
  margin: 240px 0 0 -236px;
}
.--pos-009 {
  margin: 140px 0 44px 0;
}

.--pos-011 {
  margin-top: 32px;
}
.--pos-012 {
  margin-top: 88px;
}
.--pos-013 {
  margin-top: 94px;
}

@media only screen and (min-width: 1001px) {

  .--pos-010 {
    padding-top: 30px;
  }
  .--pos-014 {
    margin-left: -170px;
  }
  .--pos-015 {
    float: right;
    margin-right: -183px;
  }
  .--pos-016 {
    margin-left: -343px;
  }

}

.--pos-017 {
  margin: 200px -120px 0 0;
}
.--pos-019 {
  margin-top: 120px;
}
.--pos-020 {
  margin-top: 180px;
}
.--pos-021 {
  margin-right: -120px;
}
.--pos-022 {
  margin-right: -120px;
}
.--pos-023 {
  margin-top: 160px;
}
.--pos-024 {
  margin-right: 0 !important;
}
.--pos-025 {
  margin-right: -120px;
}

@media only screen and (min-width: 1651px) {

  .--pos-027 {
    min-height: 120px;
  }

}

.--pos-028 {
  margin-top: 160px;
}

/*
  - column
  ***
*/

.--col-1 {
  width: 100%;
}
.--col-2 {
  width: 50%;
}
.--col-3 {
  width: 33.33%;
}
.--col-4 {
  width: 25%;
}
.--col-5 {
  width: 20%;
}
.--col-6 {
  width: 16.66%;
}
.--col-7 {
  width: 14.28%;
}
.--col-8 {
  width: 12.5%;
}
.--col-9 {
  width: 11.11%;
}
.--col-10 {
  width: 10%;
}

/*
  - frm
  ***
*/

.--frm-none {
  margin-bottom: 0;
}
.--frm-small {
  margin-bottom: 8px;
}

@media only screen and (min-width: 951px) {

  .--frm-large {
    margin-bottom: 36px;
  }
  .--frm-huge {
    margin-bottom: 64px;
  }

}

/*
  - hide
  ***
*/

.--hide {
  display: none !important
}

/*
  - js
  ***
*/

.--js-true .--js-hide {
  display: none !important;
}
.--js-true .--js-show {
  display: block !important;
}

/*
  - unscrollable
  ***
*/

.--unscrollable {
  overflow: hidden;
}