@charset "UTF-8";
/* RWD */
/* RWD */
@keyframes Rotate {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/***** HEADERS *****/
.section-header {
  padding: 0 0 32px 0;
}

.section-subheader {
  padding: 0 0 20px 0;
}

.subsection-header {
  padding: 0 0 32px 0;
}

.subsection-subheader {
  padding: 0 0 20px 0;
}

.section-pretitle {
  font-size: 14px;
  color: #2a2a2a;
  font-style: italic;
  font-weight: 400;
}
@media (min-width: 1300px) {
  .section-pretitle {
    font-size: 16px;
  }
}

.simple-header {
  padding: 0 0 16px 0;
}

.plain-header {
  padding: 0 0 8px 0;
}
@media (min-width: 1700px) {
  .plain-header {
    padding-bottom: 12px;
  }
}

.section-title {
  font-size: 26px;
  font-weight: 700;
}
@media (min-width: 420px) {
  .section-title {
    font-size: 28px;
  }
}
@media (min-width: 480px) {
  .section-title {
    font-size: 30px;
  }
}
@media (min-width: 1300px) {
  .section-title {
    font-size: 34px;
  }
}
@media (min-width: 1700px) {
  .section-title {
    font-size: 40px;
  }
}

.section-title--large {
  font-size: 30px;
}
@media (min-width: 420px) {
  .section-title--large {
    font-size: 34px;
  }
}
@media (min-width: 480px) {
  .section-title--large {
    font-size: 36px;
  }
}
@media (min-width: 1300px) {
  .section-title--large {
    font-size: 40px;
  }
}
@media (min-width: 1700px) {
  .section-title--large {
    font-size: 50px;
  }
}

.section-title--small {
  font-size: 20px;
}
@media (min-width: 420px) {
  .section-title--small {
    font-size: 22px;
  }
}
@media (min-width: 480px) {
  .section-title--small {
    font-size: 24px;
  }
}
@media (min-width: 1300px) {
  .section-title--small {
    font-size: 26px;
  }
}
@media (min-width: 1700px) {
  .section-title--small {
    font-size: 28px;
  }
}

.section-subtitle {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 420px) {
  .section-subtitle {
    font-size: 20px;
  }
}
@media (min-width: 480px) {
  .section-subtitle {
    font-size: 22px;
  }
}
@media (min-width: 1300px) {
  .section-subtitle {
    font-size: 24px;
  }
}
@media (min-width: 1700px) {
  .section-subtitle {
    font-size: 26px;
  }
}

.section-subtitle--large {
  font-size: 22px;
}
@media (min-width: 420px) {
  .section-subtitle--large {
    font-size: 24px;
  }
}
@media (min-width: 480px) {
  .section-subtitle--large {
    font-size: 26px;
  }
}
@media (min-width: 1300px) {
  .section-subtitle--large {
    font-size: 28px;
  }
}
@media (min-width: 1700px) {
  .section-subtitle--large {
    font-size: 32px;
  }
}

.section-subtitle--small {
  font-size: 16px;
}
@media (min-width: 420px) {
  .section-subtitle--small {
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  .section-subtitle--small {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .section-subtitle--small {
    font-size: 22px;
  }
}
@media (min-width: 1700px) {
  .section-subtitle--small {
    font-size: 24px;
  }
}

.subsection-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (min-width: 420px) {
  .subsection-title {
    font-size: 15px;
  }
}
@media (min-width: 480px) {
  .subsection-title {
    font-size: 16px;
  }
}
@media (min-width: 1300px) {
  .subsection-title {
    font-size: 18px;
  }
}
@media (min-width: 1700px) {
  .subsection-title {
    font-size: 20px;
  }
}

.subsection-title--large {
  font-size: 16px;
}
@media (min-width: 420px) {
  .subsection-title--large {
    font-size: 18px;
  }
}
@media (min-width: 480px) {
  .subsection-title--large {
    font-size: 20px;
  }
}
@media (min-width: 1300px) {
  .subsection-title--large {
    font-size: 22px;
  }
}
@media (min-width: 1700px) {
  .subsection-title--large {
    font-size: 26px;
  }
}

.subsection-title--small {
  font-size: 12px;
}
@media (min-width: 420px) {
  .subsection-title--small {
    font-size: 13px;
  }
}
@media (min-width: 480px) {
  .subsection-title--small {
    font-size: 14px;
  }
}
@media (min-width: 1300px) {
  .subsection-title--small {
    font-size: 16px;
  }
}
@media (min-width: 1700px) {
  .subsection-title--small {
    font-size: 18px;
  }
}

.simple-title {
  font-size: 18px;
}
@media (min-width: 1700px) {
  .simple-title {
    font-size: 20px;
  }
}

.simple-title--small {
  font-size: 16px;
}
@media (min-width: 1700px) {
  .simple-title--small {
    font-size: 18px;
  }
}

.small-title {
  font-size: 12px;
  font-weight: 700;
}
@media (min-width: 1700px) {
  .small-title {
    font-size: 14px;
  }
}

.text-title {
  font-weight: 700;
}

.subsection-subtitle {
  font-size: 16px;
  font-style: italic;
}

/***** CONTAINERS *****/
.container:after {
  content: "";
  display: block;
  clear: both;
}

@media (min-width: 768px) {
  .flex-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.flex-container--immediately {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.flex-container--horizontally-center {
  align-items: center;
}

@media (min-width: 768px) {
  .flex-container--reverse {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .flex-container--reverse .flex-column--6.flex-column--space:nth-child(1) {
    padding-left: 18px;
    padding-right: 0;
  }
  .flex-container--reverse .flex-column--6.flex-column--space:nth-child(2) {
    padding-right: 18px;
    padding-left: 0;
    padding-top: 0;
  }
}
@media (min-width: 1100px) {
  .flex-container--reverse .flex-column--6.flex-column--space:nth-child(1) {
    padding-left: 30px;
  }
  .flex-container--reverse .flex-column--6.flex-column--space:nth-child(2) {
    padding-right: 30px;
  }
}
@media (min-width: 1500px) {
  .flex-container--reverse .flex-column--6.flex-column--space:nth-child(1) {
    padding-left: 48px;
  }
  .flex-container--reverse .flex-column--6.flex-column--space:nth-child(2) {
    padding-right: 48px;
  }
}

.flex-column {
  min-height: 1px;
  padding: 20px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .flex-column {
    padding: 0;
  }
}
.flex-column:first-child {
  padding-top: 0;
}

.flex-column--space {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .flex-column--space {
    padding-top: 0;
  }
}

.flex-column--no-top-space {
  padding-top: 0;
}

@media (min-width: 768px) {
  .flex-column--8 {
    min-width: 66.66%;
    max-width: 66.66%;
  }
}

@media (min-width: 768px) {
  .flex-column--8.flex-column--space:nth-child(1) {
    padding-right: 12px;
  }
  .flex-column--8.flex-column--space:nth-child(2) {
    padding-left: 12px;
  }
}
@media (min-width: 1300px) {
  .flex-column--8.flex-column--space:nth-child(1) {
    padding-right: 20px;
  }
  .flex-column--8.flex-column--space:nth-child(2) {
    padding-left: 20px;
  }
}

@media (min-width: 768px) {
  .flex-column--7 {
    min-width: 58.3333333333%;
    max-width: 58.3333333333%;
  }
}

@media (min-width: 768px) {
  .flex-column--6 {
    min-width: 50%;
    max-width: 50%;
  }
}

.flex-column--6.flex-column--immediately {
  min-width: 50%;
  max-width: 50%;
  padding: 0;
}

@media (min-width: 768px) {
  .flex-column--6.flex-column--space:nth-child(1) {
    padding-right: 18px;
  }
  .flex-column--6.flex-column--space:nth-child(2) {
    padding-left: 18px;
  }
}
@media (min-width: 1100px) {
  .flex-column--6.flex-column--space:nth-child(1) {
    padding-right: 30px;
  }
  .flex-column--6.flex-column--space:nth-child(2) {
    padding-left: 30px;
  }
}
@media (min-width: 1500px) {
  .flex-column--6.flex-column--space:nth-child(1) {
    padding-right: 48px;
  }
  .flex-column--6.flex-column--space:nth-child(2) {
    padding-left: 48px;
  }
}

@media (min-width: 768px) {
  .flex-column--6.flex-column--big-space:nth-child(1) {
    padding-right: 40px;
  }
  .flex-column--6.flex-column--big-space:nth-child(2) {
    padding-left: 40px;
  }
}
@media (min-width: 1500px) {
  .flex-column--6.flex-column--big-space:nth-child(1) {
    padding-right: 60px;
  }
  .flex-column--6.flex-column--big-space:nth-child(2) {
    padding-left: 60px;
  }
}
@media (min-width: 1700px) {
  .flex-column--6.flex-column--big-space:nth-child(1) {
    padding-right: 80px;
  }
  .flex-column--6.flex-column--big-space:nth-child(2) {
    padding-left: 80px;
  }
}

@media (min-width: 768px) {
  .flex-column--6.flex-column--huge-space:nth-child(1) {
    padding-right: 32px;
  }
  .flex-column--6.flex-column--huge-space:nth-child(2) {
    padding-left: 32px;
  }
}
@media (min-width: 1300px) {
  .flex-column--6.flex-column--huge-space:nth-child(1) {
    padding-right: 48px;
  }
  .flex-column--6.flex-column--huge-space:nth-child(2) {
    padding-left: 48px;
  }
}
@media (min-width: 1500px) {
  .flex-column--6.flex-column--huge-space:nth-child(1) {
    padding-right: 80px;
  }
  .flex-column--6.flex-column--huge-space:nth-child(2) {
    padding-left: 80px;
  }
}
@media (min-width: 1700px) {
  .flex-column--6.flex-column--huge-space:nth-child(1) {
    padding-right: 100px;
  }
  .flex-column--6.flex-column--huge-space:nth-child(2) {
    padding-left: 100px;
  }
}

@media (min-width: 768px) {
  .flex-column--5 {
    min-width: 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

@media (min-width: 768px) {
  .flex-column--4 {
    min-width: 33.33%;
    max-width: 33.33%;
  }
}

@media (min-width: 768px) {
  .flex-column--4.flex-column--space:nth-child(1) {
    padding-right: 24px;
  }
  .flex-column--4.flex-column--space:nth-child(2) {
    padding-left: 12px;
    padding-right: 12px;
  }
  .flex-column--4.flex-column--space:nth-child(3) {
    padding-left: 24px;
  }
}
@media (min-width: 1300px) {
  .flex-column--4.flex-column--space:nth-child(1) {
    padding-right: 40px;
  }
  .flex-column--4.flex-column--space:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
  }
  .flex-column--4.flex-column--space:nth-child(3) {
    padding-left: 40px;
  }
}

@media (min-width: 768px) {
  .flex-column--3 {
    min-width: 25%;
    max-width: 25%;
  }
}

.row {
  padding: 40px 0 0 0;
}
.row:first-child {
  padding-top: 0;
}

.horizontal-items {
  list-style-type: none;
}
.horizontal-items > li {
  padding: 8px 0;
}
@media (min-width: 420px) {
  .horizontal-items > li {
    padding: 0 20px;
    display: inline-block;
  }
}
@media (min-width: 1700px) {
  .horizontal-items > li {
    padding: 0 32px;
  }
}
.horizontal-items > li:first-child {
  padding-top: 0;
}
@media (min-width: 420px) {
  .horizontal-items > li:first-child {
    padding-left: 0;
  }
}
.horizontal-items > li:last-child {
  padding-bottom: 0;
}
@media (min-width: 420px) {
  .horizontal-items > li:last-child {
    padding-right: 0;
  }
}

.simple-list {
  list-style-type: none;
}
.simple-list > li {
  display: block;
  padding: 4px 0;
}

/***** TEXT *****/
.text, .spectacular-ordered-list, .text-title {
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 1700px) {
  .text, .spectacular-ordered-list, .text-title {
    font-size: 16px;
    line-height: 26px;
  }
}
.text p, .spectacular-ordered-list p, .text-title p {
  padding: 5px 0;
  margin: 0;
}
.text p:first-child, .spectacular-ordered-list p:first-child, .text-title p:first-child {
  padding-top: 0;
}
.text p:last-child, .spectacular-ordered-list p:last-child, .text-title p:last-child {
  padding-bottom: 0;
}
.text em, .spectacular-ordered-list em, .text-title em {
  font-style: italic;
}
.text a, .spectacular-ordered-list a, .text-title a {
  color: #000;
}
.text a:hover, .spectacular-ordered-list a:hover, .text-title a:hover, .text a:focus, .spectacular-ordered-list a:focus, .text-title a:focus {
  color: #e08921;
}
.text ol, .spectacular-ordered-list ol, .text-title ol {
  list-style-type: none;
  padding: 0 0 0 8px;
  counter-reset: textOrderedList;
}
.text ol > li, .spectacular-ordered-list ol > li, .text-title ol > li {
  position: relative;
  padding: 2px 0 2px 32px;
}
.text ol > li:before, .spectacular-ordered-list ol > li:before, .text-title ol > li:before {
  content: counters(textOrderedList, ".") ".";
  counter-increment: textOrderedList;
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 24px;
  padding: 0;
  text-align: right;
}
.text ul, .spectacular-ordered-list ul, .text-title ul {
  list-style-type: none;
  padding: 0 0 0 24px;
}
.text ul > li, .spectacular-ordered-list ul > li, .text-title ul > li {
  position: relative;
  padding: 2px 0 2px 16px;
}
.text ul > li:before, .spectacular-ordered-list ul > li:before, .text-title ul > li:before {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  padding: 0;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.text h3, .spectacular-ordered-list h3, .text-title h3 {
  padding: 20px 0 0 0;
  font-size: 16px;
  font-weight: 700;
}
@media (min-width: 1700px) {
  .text h3, .spectacular-ordered-list h3, .text-title h3 {
    font-size: 16px;
    line-height: 26px;
  }
}
.text h3:first-child, .spectacular-ordered-list h3:first-child, .text-title h3:first-child {
  padding-top: 0;
}

.text--light a {
  color: #fff;
}
.text--light a:hover {
  color: #e08921;
}

.text--large {
  font-size: 16px;
  line-height: 24px;
}
@media (min-width: 1700px) {
  .text--large {
    font-size: 20px;
    line-height: 28px;
  }
}
.text--large p {
  padding: 8px 0;
}
.text--large ul {
  padding: 0 0 0 24px;
}
.text--large ul > li {
  padding: 2px 0 2px 16px;
}
.text--large ul > li:before {
  top: 12px;
  width: 6px;
  height: 6px;
}

.text--small {
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 1700px) {
  .text--small {
    font-size: 14px;
    line-height: 22px;
  }
}
.text--small ol {
  padding: 0 0 0 6px;
}
.text--small ol > li {
  padding: 1px 0 1px 30px;
}
.text--small ol > li:before {
  top: 1px;
}
.text--small ul {
  padding: 0 0 0 24px;
}
.text--small ul > li {
  padding: 1px 0 1px 12px;
}
.text--small ul > li:before {
  top: 10px;
  width: 4px;
  height: 4px;
}

.text--distinguished {
  font-weight: 700;
}

.text-document {
  text-align: justify;
}

.text-casual {
  text-align: center;
}
@media (min-width: 768px) {
  .text-casual {
    text-align: left;
  }
}

.spectacular-ordered-list {
  list-style-type: none;
  counter-reset: spectacularOrderedList;
}
.spectacular-ordered-list > li {
  padding: 12px 0 12px 32px;
  position: relative;
}
.spectacular-ordered-list > li:before {
  content: counters(spectacularOrderedList, ".") ".";
  counter-increment: spectacularOrderedList;
  position: absolute;
  top: 12px;
  left: 0;
  width: 24px;
  text-align: right;
  font-weight: 700;
  font-size: 16px;
  color: #e08921;
}
@media (min-width: 1700px) {
  .spectacular-ordered-list > li:before {
    font-size: 16px;
  }
}
.spectacular-ordered-list > li:first-child {
  padding-top: 0;
}
.spectacular-ordered-list > li:first-child:before {
  top: 0;
}
.spectacular-ordered-list > li:last-child {
  padding-bottom: 0;
}

/***** BUTTONS *****/
.button {
  clear: both;
  display: inline-block;
  margin: 0 0 0 -3px;
  border: 0;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  font-family: Lato, Verdana, sans-serif;
  border: 0;
  color: #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.button__wrapper {
  padding: 8px 32px;
  position: relative;
}
.button__wrapper:before, .button__wrapper:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.button__wrapper:before {
  top: 0;
  background: #e08921;
}
.button__wrapper:after {
  top: -100%;
  background: #23AABA;
}
.button__inner {
  position: relative;
  z-index: 10;
}
.button:hover .button__wrapper:after {
  top: 0;
}

.button--large {
  font-size: 16px;
}
.button--large .button__wrapper {
  padding: 10px 40px;
}

.button--small {
  font-size: 12px;
}
.button--small .button__wrapper {
  padding: 8px 24px;
}

.button--dark .button__wrapper:before {
  background: #000;
}

.button--light {
  color: #e08921;
}
.button--light .button__wrapper:before {
  background: #fff;
}
.button--light .button__wrapper:after {
  background: #e08921;
}
.button--light:hover, .button--light:focus {
  color: #fff;
}

.button--stroke {
  color: #e08921;
}
.button--stroke .button__wrapper:before {
  border: 1px solid #e08921;
  background: transparent;
}
.button--stroke .button__wrapper:after {
  background: #e08921;
}
.button--stroke:hover, .button--stroke:focus {
  color: #fff;
}
.button--dark.button--stroke {
  color: #000;
}
.button--dark.button--stroke .button__wrapper:before {
  border-color: #000;
}
.button--dark.button--stroke .button__wrapper:after {
  background: #000;
}
.button--dark.button--stroke:hover, .button--dark.button--stroke:focus {
  color: #fff;
}

.button--light.button--stroke {
  color: #fff;
}
.button--light.button--stroke .button__wrapper:before {
  border-color: #fff;
}
.button--light.button--stroke .button__wrapper:after {
  background: #fff;
}
.button--light.button--stroke:hover, .button--light.button--stroke:focus {
  color: #e08921;
}

.button--static:hover .button__wrapper:after, .button--static:focus .button__wrapper:after {
  top: -100%;
}

.button-container {
  padding: 20px 0 0 0;
}

/***** FORMS *****/
.form__field-container {
  padding: 12px 0;
}
.form__info-container {
  padding: 20px 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form--bounded {
  max-width: 400px;
}

.horizontal-form__row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.horizontal-form__item {
  padding: 0 16px;
}
.horizontal-form__item:first-child {
  padding-left: 0;
}
.horizontal-form__item:last-child {
  padding-right: 0;
}

.form-field {
  display: block;
  width: 100%;
}
.form-field__wrapper {
  position: relative;
  display: block;
}
.form-field__inner {
  position: relative;
}
.form-field__decoration {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background: #000;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.form-field__header {
  padding: 0 0 5px 0;
  text-align: left;
  white-space: nowrap;
  font-size: 14px;
}
@media (min-width: 420px) {
  .form-field__header {
    padding: 0 0 8px 0;
  }
}
@media (min-width: 768px) {
  .form-field__header {
    text-align: left;
  }
}
@media (min-width: 1700px) {
  .form-field__header {
    font-size: 16px;
  }
}
.form-field__title {
  color: #000;
  position: relative;
  font-weight: 500;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.form-field__core, .std-dropdown__header {
  display: block;
  padding: 8px 8px;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: none;
  color: #000;
  position: relative;
  font-size: 14px;
  text-align: left;
  z-index: 5;
  font-family: Lato, Verdana, sans-serif;
  font-weight: 400;
  outline: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 1700px) {
  .form-field__core, .std-dropdown__header {
    font-size: 16px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.form-field__core:focus, .std-dropdown__header:focus {
  border-color: #000;
}
.form-field__core--code {
  font-family: "Courier New", monospace;
}
.form-field__core::-webkit-input-placeholder, .std-dropdown__header::-webkit-input-placeholder, .form-field__core:-moz-placeholder, .std-dropdown__header:-moz-placeholder, .form-field__core::-moz-placeholder, .std-dropdown__header::-moz-placeholder, .form-field__core:-ms-input-placeholder, .std-dropdown__header:-ms-input-placeholder {
  color: #fafafa;
  opacity: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .form-field__core::-webkit-input-placeholder, .std-dropdown__header::-webkit-input-placeholder, .form-field__core:-moz-placeholder, .std-dropdown__header:-moz-placeholder, .form-field__core::-moz-placeholder, .std-dropdown__header::-moz-placeholder, .form-field__core:-ms-input-placeholder, .std-dropdown__header:-ms-input-placeholder {
    text-align: left;
  }
}
.form-field__field-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-field__suffix {
  padding: 0 0 0 12px;
}
.form-field.error .form-field__title {
  color: #930000;
}
.form-field.error .form-field__core, .form-field.error .std-dropdown__header {
  border-color: #930000;
}

.form-field--underline .form-field__header {
  padding: 0 0 2px 0;
}
@media (min-width: 420px) {
  .form-field--underline .form-field__header {
    padding: 0 0 5px 0;
  }
}
.form-field--underline .form-field__core, .form-field--underline .std-dropdown__header {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.form-field--horizontal .form-field__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-field--horizontal .form-field__header {
  padding: 0 12px 0 0;
}
.form-field--horizontal .form-field__field-container {
  width: 100%;
}

.icon-form-field {
  display: block;
}
.icon-form-field__icon-container {
  background: #e08921;
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #e08921;
  border-right: 0;
}
.icon-form-field__container {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.icon-form-field__core {
  display: block;
  padding: 8px 8px;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  border: 1px solid #e08921;
  border-left: 0;
  background: none;
  color: #000;
  position: relative;
  font-size: 14px;
  text-align: left;
  z-index: 5;
  font-family: Lato, Verdana, sans-serif;
  font-weight: 400;
  outline: none;
  display: flex;
  align-items: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media (min-width: 1500px) {
  .icon-form-field__core {
    font-size: 16px;
  }
}
.icon-form-field__core::-webkit-input-placeholder, .icon-form-field__core:-moz-placeholder, .icon-form-field__core::-moz-placeholder, .icon-form-field__core:-ms-input-placeholder {
  color: #fafafa;
  opacity: 1;
  text-align: left;
}
.icon-form-field__header {
  padding: 0 0 4px 0;
}
@media (min-width: 1500px) {
  .icon-form-field__header {
    padding-bottom: 8px;
  }
}
.icon-form-field__title {
  font-size: 16px;
  color: #e08921;
  font-weight: 400;
}
@media (min-width: 1500px) {
  .icon-form-field__title {
    font-size: 20px;
  }
}

.icon-form-field.error .icon-form-field__core {
  border-color: #930000;
}
.icon-form-field.error .icon-form-field__icon-container {
  border-color: #930000;
}

.choice-field {
  position: relative;
  width: 16px;
  height: 16px;
  display: block;
}
@media (min-width: 1700px) {
  .choice-field {
    width: 18px;
    height: 18px;
  }
}
.choice-field__core {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
  opacity: 0;
}
.choice-field__field {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.choice-field__field:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (min-width: 1700px) {
  .choice-field__field:before {
    width: 12px;
    height: 12px;
  }
}
.choice-field__core:checked ~ .choice-field__field {
  border-color: #000;
}
.choice-field__core:checked ~ .choice-field__field:before {
  background: #e08921;
}
.choice-field.choice-field--radio .choice-field__field {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.choice-field.choice-field--radio .choice-field__field:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.choice-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.choice-item__field {
  padding: 2px 0 0 0;
}
.choice-item__description {
  padding: 0 0 0 12px;
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1700px) {
  .choice-item__description {
    font-size: 16px;
    line-height: 22px;
    padding-left: 16px;
  }
}

.choice-list {
  list-style-type: none;
}
.choice-list > li {
  padding: 4px 0;
}
.choice-list > li:first-child {
  padding-top: 0;
}
.choice-list > li:last-child {
  padding-bottom: 0;
}

.invisible-form-field {
  background: none;
  border: 0;
  display: block;
  width: 100%;
  text-align: center;
  -webkit-appearance: none;
  outline: none;
}
.invisible-form-field:focus {
  border: 0;
}

/***** VARIA *****/
.tile {
  max-width: 460px;
  cursor: pointer;
}
.tile__wrapper {
  position: relative;
}
.tile__base-layer {
  background-size: cover;
  background-position: center;
  padding: 0 0 65% 0;
}
.tile__above-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.tile__content-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  color: #fff;
  -moz-background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 100%);
  -webkit-background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 100%);
  -o-background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 100%);
  -ms-background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 100%);
}
.tile__inner {
  padding: 32px 20px;
}
.tile__header {
  padding: 0 0 8px 0;
}
.tile__content-container {
  padding: 20px 0 0 0;
}
.tile:hover .tile__above-layer, .tile:focus .tile__above-layer {
  opacity: 0.3;
}

.tile--square {
  max-width: 300px;
}
.tile--square .tile__base-layer {
  padding-bottom: 100%;
}

.tile--content-revealing .tile__content-layer {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.tile--content-revealing:hover .tile__content-layer, .tile--content-revealing:focus .tile__content-layer {
  opacity: 1;
}

.icon-item {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}
@media (min-width: 1700px) {
  .icon-item {
    max-width: 400px;
  }
}
.icon-item__icon {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 1700px) {
  .icon-item__icon {
    width: 120px;
    height: 120px;
  }
}
.icon-item__icon-container {
  padding: 0 0 20px 0;
}
.icon-item__header {
  padding: 0 0 20px 0;
}

.icon-label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.icon-label__icon-container {
  padding: 0 12px 0 0;
}
.icon-label__icon {
  display: block;
  width: 26px;
}
@media (min-width: 1700px) {
  .icon-label__icon {
    width: 32px;
  }
}
.icon-label__icon--small {
  width: 20px;
}
@media (min-width: 1700px) {
  .icon-label__icon--small {
    width: 24px;
  }
}

.icon-label--decorated .icon-label__icon-container {
  position: relative;
  padding-right: 32px;
}
.icon-label--decorated .icon-label__icon-container:before {
  content: "";
  display: block;
  position: absolute;
  top: 10%;
  right: 16px;
  width: 1px;
  height: 80%;
  background: rgba(0, 0, 0, 0.2);
}

.titled-label__header {
  font-size: 14px;
  padding: 0 0 8px 0;
}
@media (min-width: 1700px) {
  .titled-label__header {
    font-size: 15px;
  }
}
.titled-label__content {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 1300px) {
  .titled-label__content {
    font-size: 22px;
  }
}
@media (min-width: 1700px) {
  .titled-label__content {
    font-size: 24px;
  }
}

/***** ICONS *****/
.extended-icon, .icon-email {
  display: block;
  overflow: hidden;
  position: relative;
  text-indent: -10000px;
  text-align: left;
}
.extended-icon:before, .icon-email:before, .extended-icon:after, .icon-email:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.extended-icon:after, .icon-email:after {
  opacity: 0;
}

.extended-icon--interactive, .icon-email {
  cursor: pointer;
}
.extended-icon--interactive:hover:after, .icon-email:hover:after, .extended-icon--interactive:focus:after, .icon-email:focus:after {
  opacity: 1;
}

.icon-email {
  width: 48px;
  height: 48px;
}
.icon-email:before {
  background-image: url("/img/icons/medium/icon-email.svg");
}
.icon-email:after {
  background-image: url("/img/icons/medium/icon-email-primary.svg");
}

.plain-extended-icon {
  display: inline-block;
  position: relative;
}
.plain-extended-icon__base-layer {
  position: relative;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.plain-extended-icon__above-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.plain-extended-icon--interactive {
  cursor: pointer;
}
.plain-extended-icon--interactive:hover .plain-extended-icon__above-layer, .plain-extended-icon--interactive:focus .plain-extended-icon__above-layer {
  opacity: 1;
}

.icon-plus {
  width: 16px;
  height: 16px;
  position: relative;
}
.icon-plus:before, .icon-plus:after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
}
.icon-plus:before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  margin: -1px 0 0 0;
}
.icon-plus:after {
  width: 2px;
  height: 100%;
  left: 50%;
  top: 0;
  margin: 0 0 0 -1px;
}

.icon-plus--rotated {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.icon-plus--light:before, .icon-plus--light:after {
  background: #fff;
}

.icon-arrow {
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  width: 12px;
  height: 12px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}

.icon-arrow--small {
  width: 8px;
  height: 8px;
}

.icon-arrow--large {
  width: 16px;
  height: 16px;
}

.icon-arrow--huge {
  width: 20px;
  height: 20px;
}

.icon-arrow--west {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  transform: rotate(225deg);
}

.icon-arrow--north {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -2px;
}

.icon-arrow--east {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-arrow--south {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  transform: rotate(135deg);
}

.icon-arrow--primary {
  border-color: #e08921;
}

.icon-loader {
  width: 32px;
  height: 32px;
  display: block;
  background: url("/img/icons/icon-loader.svg") no-repeat center;
  background-size: contain;
}

.icon-loader--light {
  background-image: url("/img/icons/icon-loader-light.svg");
}

.icon-loader--animated {
  -webkit-animation: Rotate 2s infinite linear;
  -moz-animation: Rotate 2s infinite linear;
  animation: Rotate 2s infinite linear;
}

/***** MODULES *****/
.hawk-dropdown {
  position: relative;
  display: block;
}
.hawk-dropdown__sensor, .hawk-dropdown__start-escape-sensor {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: -10000;
}
.hawk-dropdown__end-sensor, .hawk-dropdown__escape-sensor {
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  z-index: -10000;
}
.hawk-dropdown__header {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}
.hawk-dropdown__list-container {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 100%;
  z-index: 10;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hawk-dropdown__list > li {
  display: block;
}
.hawk-dropdown__list a {
  display: block;
}
.hawk-dropdown.hawk-dropdown--open {
  z-index: 8000;
}

.hawk-dropdown--expanding .hawk-dropdown__list-container {
  position: relative;
  top: 0;
}

.hawk-dropdown--upwards .hawk-dropdown__list-container {
  top: auto;
  bottom: 100%;
}

.std-dropdown__header:hover, .std-dropdown__header:focus {
  border-color: #000;
}
.std-dropdown__title {
  font-size: 14px;
  font-weight: 500;
}
.std-dropdown__list {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  border-top: 0;
  padding: 8px 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.std-dropdown.hawk-dropdown--open .std-dropdown__header {
  border-color: #e08921;
  border-bottom-color: transparent;
}
.std-dropdown.hawk-dropdown--open .std-dropdown__list {
  border-color: #e08921;
}

.dropdown-item {
  cursor: pointer;
  position: relative;
}
.dropdown-item__description {
  padding: 4px 12px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropdown-item__description:hover, .dropdown-item__field:focus ~ .dropdown-item__description {
  background: #F38630;
  color: #fff;
}
.dropdown-item__field:checked ~ .dropdown-item__description {
  background: #69D2E7;
}
.dropdown-item__field {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.std-pager {
  display: flex;
  align-items: center;
  justify-content: center;
}
.std-pager__pages {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
}
.std-pager__item {
  padding: 0 4px;
}
.std-pager__separator {
  padding: 0 10px;
}
.std-pager__previous, .std-pager__next {
  cursor: pointer;
}
.std-pager__previous {
  padding: 0 12px 0 0;
}
.std-pager__next {
  padding: 0 0 0 12px;
}

.pager-item {
  cursor: pointer;
  position: relative;
}
.pager-item:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #e08921;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.pager-item.active:before {
  opacity: 1;
}

.form__info-wrapper {
  display: none;
}
.form__info {
  opacity: 0;
}

.hawk-layered-section {
  position: relative;
}
.hawk-layered-section__above-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.hawk-layered-section__above-layer-inner, .hawk-layered-section__base-layer-inner {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.hawk-more-content {
  display: none;
}

.hawk-sliding-layer-section {
  position: relative;
  overflow: hidden;
}
.hawk-sliding-layer-section__layer {
  position: absolute;
  top: 0;
  right: -50%;
  width: 50%;
  height: 100%;
  margin: 0 40px 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hawk-sliding-layer-section--active .hawk-sliding-layer-section__layer {
  right: 0;
  margin: 0;
}

.overlayer {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 9000;
}
.overlayer__content-container {
  display: none;
}

.std-overlayer {
  background: rgba(0, 0, 0, 0.7);
}
.std-overlayer__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}
.std-overlayer__inner {
  background: #fff;
  padding: 32px 20px;
  margin: 40px 0;
}
.std-overlayer__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.std-overlayer__loading-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
}

.hawk-details-list {
  list-style-type: none;
}
.hawk-details-list__header {
  cursor: pointer;
}
.hawk-details-list__content-container {
  display: none;
}

.details-list-item {
  padding: 20px 0;
  border-top: 1px solid #E5E5E5;
}
.details-list-item__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.details-list-item__icon-container {
  padding: 0 0 0 32px;
}
.details-list-item__content-container {
  padding: 20px 0 0 0;
}

@media (min-width: 768px) {
  .details-list-item--lose-the-separator-on-desktop {
    padding-top: 0;
    border-top: 0;
  }
}

.details-list-item--lose-the-separator-always {
  padding-top: 0;
  border-top: 0;
}

.pulling-item {
  max-width: 1320px;
  margin: 0 auto;
}
.pulling-item__inner {
  position: relative;
  padding: 20px 0;
}
.pulling-item__content {
  position: relative;
}
.pulling-item__after-item-pattern {
  display: block;
  width: 100%;
  opacity: 0;
}
.pulling-item__after-item-container {
  position: relative;
}
.pulling-item__after-item {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: top right;
  max-width: 100%;
}
.pulling-item__before-item-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  max-width: 100%;
}
.pulling-item__before-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: auto;
}
.pulling-item__pulling-bar {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 100%;
  padding: 20px 0;
}
.pulling-item__pulling-bar-wrapper {
  height: 100%;
  width: 40px;
}
.pulling-item__pulling-bar-line {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.pulling-item__pulling-bar-line:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -5px;
  width: 0;
  border-top: 6px solid #e08921;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.pulling-item__pulling-bar-line:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -5px;
  width: 0;
  border-bottom: 6px solid #e08921;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.pulling-item__pulling-bar-line > div {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 2px;
  background: #e08921;
  margin: 0 0 0 -1px;
}

/***** COMPONENTS *****/
.hawk-single-instance-container__loading-layer {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/** END_MODULES **/
* {
  margin: 0;
  padding: 0;
}

html {
  font-family: Lato, Verdana, sans-serif;
  font-weight: 400;
  font-size: 14px;
  background: #2e2e2e;
  color: #eeeeee;
}

a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a img {
  border: 0;
}

ul {
  list-style-type: none;
}

/***** LINKS *****/
.std-link:hover, .std-link:focus {
  color: #e08921;
}

.plain-link {
  text-decoration: underline;
}
.plain-link:hover, .plain-link:focus {
  color: #e08921;
}

/***** PICTURES *****/
.logo, .logo-kodmistrz-simple, .logo-kodmistrz {
  display: block;
  text-indent: -10000px;
  text-align: left;
  background-size: contain;
  background-position: top left;
  background-repeat: no-repeat;
  overflow: hidden;
}

/***** TEXT *****/
.text, .text-title, .spectacular-ordered-list {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
}
@media (min-width: 1300px) {
  .text, .text-title, .spectacular-ordered-list {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 1500px) {
  .text, .text-title, .spectacular-ordered-list {
    font-size: 15px;
    line-height: 27px;
  }
}
.text p, .text-title p, .spectacular-ordered-list p {
  padding: 10px 0;
}
.text p:first-child, .text-title p:first-child, .spectacular-ordered-list p:first-child {
  padding-top: 0;
}
.text p:last-child, .text-title p:last-child, .spectacular-ordered-list p:last-child {
  padding-bottom: 0;
}
.text ul > li:before, .text-title ul > li:before, .spectacular-ordered-list ul > li:before {
  top: 13px;
}
@media (min-width: 1500px) {
  .text ul > li:before, .text-title ul > li:before, .spectacular-ordered-list ul > li:before {
    top: 14px;
  }
}

.text--small {
  font-size: 12px;
  line-height: 20px;
}
@media (min-width: 1300px) {
  .text--small {
    font-size: 12px;
    line-height: 22px;
  }
}
@media (min-width: 1500px) {
  .text--small {
    font-size: 13px;
    line-height: 25px;
  }
}

.copyright {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .copyright {
    font-size: 16px;
    line-height: 24px;
  }
}

.inline-code {
  font-style: italic;
  white-space: nowrap;
}

/***** PICTURES *****/
.single-picture {
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 6px 2px rgba(0, 0, 0, 0.3);
}

/***** MENU *****/
@media (min-width: 900px) {
  .slide-menu.slide-menu--slide-fade {
    position: static;
    height: auto;
    overflow-x: visible;
    overflow-y: visible;
    background: none;
  }
}
@media (min-width: 900px) {
  .slide-menu.slide-menu--slide-fade .slide-menu__inner {
    opacity: 1;
    padding: 0;
  }
}

#main-menu-toggler {
  position: fixed;
  z-index: 6500;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
@media (min-width: 900px) {
  #main-menu-toggler {
    display: none;
  }
}

.menu {
  font-size: 18px;
  letter-spacing: 1px;
}
@media (min-width: 900px) {
  .menu {
    font-size: 12px;
    letter-spacing: 2px;
    text-align: right;
  }
}
@media (min-width: 1300px) {
  .menu {
    max-width: 1550px;
    margin: 0 auto;
  }
}
.menu:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 900px) {
  .menu > ul {
    float: right;
  }
}
.menu > ul > li {
  display: block;
  padding: 15px 0;
}
@media (min-width: 900px) {
  .menu > ul > li {
    float: left;
    padding: 0 10px;
  }
}
@media (min-width: 900px) {
  .menu > ul > li:first-child {
    padding-left: 0;
  }
}
@media (min-width: 900px) {
  .menu > ul > li:last-child {
    padding-right: 0;
  }
}
.menu a {
  color: #fff;
  opacity: 0.7;
}
@media (min-width: 900px) {
  .menu a {
    display: block;
    padding: 16px 15px 16px 15px;
    position: relative;
  }
}
@media (min-width: 1500px) {
  .menu a {
    padding: 20px 15px;
  }
}
@media (min-width: 900px) {
  .menu a:before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 100%;
    height: 2px;
    background: #e08921;
  }
}
.menu a:hover, .menu a:focus {
  opacity: 1;
}
@media (min-width: 900px) {
  .menu a:hover:before, .menu a:focus:before {
    left: 0;
    opacity: 1;
  }
}

.simple-menu {
  font-size: 16px;
  line-height: 24px;
}
.simple-menu > ul {
  list-style-type: none;
}
.simple-menu > ul > li {
  display: block;
  padding: 5px 0;
}
@media (min-width: 650px) {
  .simple-menu > ul > li {
    display: inline-block;
    padding: 0 15px;
  }
}
@media (min-width: 1100px) {
  .simple-menu > ul > li {
    padding: 0 25px;
  }
}
.simple-menu > ul > li:first-child {
  padding-left: 0;
}
.simple-menu > ul > li:last-child {
  padding-right: 0;
}
.simple-menu a {
  color: #eeeeee;
}
.simple-menu a:hover, .simple-menu a:focus {
  color: #fff;
}

.simple-menu--small {
  font-size: 14px;
  line-height: 22px;
}

/***** HEADERS *****/
.section-header {
  padding: 0 0 40px 0;
  text-align: center;
}
@media (min-width: 650px) {
  .section-header {
    padding: 0 0 50px 0;
  }
}
@media (min-width: 768px) {
  .section-header {
    text-align: left;
  }
}
@media (min-width: 1500px) {
  .section-header {
    padding: 0 0 70px 0;
  }
}

.section-title {
  font-family: Heuristica, "Times New Roman", serif;
  font-weight: 400;
  color: #fff;
  font-size: 28px;
  letter-spacing: 1px;
}
@media (min-width: 380px) {
  .section-title {
    font-size: 32px;
  }
}
@media (min-width: 650px) {
  .section-title {
    font-size: 34px;
  }
}
@media (min-width: 768px) {
  .section-title {
    font-size: 38px;
  }
}
@media (min-width: 1500px) {
  .section-title {
    font-size: 40px;
  }
}

.section-subheader {
  padding: 0 0 32px 0;
}

.section-subtitle {
  font-size: 18px;
}

.section-subtitle--large {
  font-size: 24px;
}

.subsection-header {
  padding: 0 0 20px 0;
}

.subsection-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}

.subsection-title--small {
  font-size: 16px;
}

.inline-descripted-title {
  font-weight: 700;
  font-size: 13px;
}
.inline-descripted-title__description {
  font-weight: 400;
  font-style: italic;
}
.inline-descripted-title__description:before {
  content: "–";
  padding: 0 4px;
}

.simple-title {
  font-size: 18px;
  font-weight: 700;
}
@media (min-width: 1300px) {
  .simple-title {
    font-size: 20px;
  }
}
@media (min-width: 1700px) {
  .simple-title {
    font-size: 22px;
  }
}

/***** HEADER *****/
.logo-kodmistrz {
  background-image: url("/img/logo-kodmistrz.svg");
  width: 360px;
  height: 98px;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 650px) {
  .logo-kodmistrz {
    width: 420px;
    height: 116px;
  }
}
@media (min-width: 768px) {
  .logo-kodmistrz {
    margin: 0;
    width: 460px;
    height: 126px;
  }
}
@media (min-width: 1300px) {
  .logo-kodmistrz {
    width: 480px;
    height: 132px;
  }
}
@media (min-width: 1700px) {
  .logo-kodmistrz {
    width: 560px;
    height: 154px;
  }
}

.logo-kodmistrz-simple {
  background-image: url("/img/logo-kodmistrz-simple.svg");
  width: 132px;
  height: 36px;
  max-width: 100%;
  margin: 0 auto;
}
@media (min-width: 1500px) {
  .logo-kodmistrz-simple {
    width: 148px;
    height: 40px;
  }
}

@media (min-width: 900px) {
  .site-bar {
    padding: 0;
    background: #161616;
    border-bottom: 2px solid #404040;
  }
}
.site-bar__inner {
  display: flex;
  justify-content: space-between;
  padding: 12px 20px;
  align-items: center;
}
@media (min-width: 900px) {
  .site-bar__inner {
    max-width: 1550px;
    margin: 0 auto;
    padding: 0 45px;
  }
}

.site-header {
  background: url("/img/bg-top.png") #2a2a2a repeat-x top center;
}
.site-header__layer {
  padding: 80px 0;
}
@media (min-width: 650px) {
  .site-header__layer {
    padding: 80px 0 120px 0;
  }
}
@media (min-width: 1700px) {
  .site-header__layer {
    padding: 100px 0 170px 0;
  }
}
.site-header__inner {
  padding: 0 20px;
}

.site-header--plain {
  background: none;
}
.site-header--plain .site-header__layer {
  padding: 0;
}

.site-title {
  text-align: center;
  font-family: Heuristica, "Times New Roman", serif;
  font-weight: 400;
  font-size: 38px;
  line-height: 50px;
  letter-spacing: 1px;
  color: #c4c4c4;
}
@media (min-width: 420px) {
  .site-title {
    font-size: 44px;
  }
}
@media (min-width: 650px) {
  .site-title {
    line-height: 100%;
    padding: 0 60px;
  }
}
@media (min-width: 768px) {
  .site-title {
    font-size: 52px;
    padding: 0 40px 0 80px;
  }
}
@media (min-width: 900px) {
  .site-title {
    padding: 0 60px 0 120px;
  }
}
@media (min-width: 1300px) {
  .site-title {
    padding: 0 60px 0 140px;
  }
}
@media (min-width: 1500px) {
  .site-title {
    font-size: 58px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
  }
}
.site-title__inner {
  display: block;
  background: url("/img/logo.png") no-repeat top center;
  padding: 100px 20px 0 20px;
  background-size: 109px 80px;
  color: #c4c4c4;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
@media (min-width: 420px) {
  .site-title__inner {
    background-size: 123px 90px;
    padding: 110px 20px 0 20px;
  }
}
@media (min-width: 650px) {
  .site-title__inner {
    padding: 27px 0 0 140px;
    height: 63px;
    background-position: left center;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .site-title__inner {
    padding: 27px 0 0 151px;
    height: 73px;
    background-size: 136px 100px;
  }
}
@media (min-width: 1500px) {
  .site-title__inner {
    padding: 30px 0 0 175px;
    height: 80px;
    background-size: 150px 110px;
  }
}
.site-title__another-color {
  color: #e08921;
  display: block;
}
@media (min-width: 420px) {
  .site-title__another-color {
    display: inline;
  }
}
.site-title__postscript {
  color: #777777;
  font-size: 12px;
  line-height: 100%;
  margin: -5px 0 0 0;
  letter-spacing: 1px;
  display: block;
  font-family: Lato, Verdana, sans-serif;
}
@media (min-width: 420px) {
  .site-title__postscript {
    margin: -8px 0 0 0;
  }
}
@media (min-width: 650px) {
  .site-title__postscript {
    padding: 0 0 0 120px;
    margin: -6px 0 0 0;
  }
}
@media (min-width: 768px) {
  .site-title__postscript {
    font-size: 14px;
    padding: 0 0 0 140px;
  }
}
@media (min-width: 1500px) {
  .site-title__postscript {
    padding: 0 0 0 156px;
    margin: -9px 0 0 0;
  }
}

/***** FORMS *****/
.form {
  width: auto;
  margin: 0 auto;
  padding: 0;
  max-width: 500px;
}
@media (min-width: 900px) {
  .form {
    max-width: 1250px;
  }
}
.form__wrapper {
  border: 0;
  display: block;
}
.form .column {
  float: none;
  width: auto;
}
@media (min-width: 900px) {
  .form .column {
    float: left;
  }
}
@media (min-width: 900px) {
  .form .col-4 {
    width: 33.33%;
    padding: 0 20px 0 0;
  }
}
@media (min-width: 900px) {
  .form .col-8 {
    width: 66.66%;
    padding: 0 0 0 20px;
  }
}
.form__field-container {
  display: block;
  margin: 0 auto;
  padding: 15px 0;
}
@media (min-width: 900px) {
  .form__field-container {
    padding: 10px 0;
  }
}
@media (min-width: 1100px) {
  .form__field-container {
    padding: 15px 0;
  }
}
.form__button-container {
  padding: 30px 0 0 0;
  text-align: center;
}
@media (min-width: 900px) {
  .form__button-container {
    text-align: right;
    padding: 20px 0 0 0;
  }
}
.form__button-wrapper {
  display: inline-block;
  position: relative;
}
.form__spinner {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  font-size: 20px;
  padding: 0 0 0 10px;
  color: #fff;
}
.form__comment {
  padding: 8px 0 0 0;
  text-align: center;
}
@media (min-width: 900px) {
  .form__comment {
    text-align: right;
  }
}
.form__info-wrapper {
  display: none;
}
.form__info {
  opacity: 0;
  text-align: center;
}
@media (min-width: 900px) {
  .form__info {
    text-align: right;
  }
}

@media (min-width: 900px) {
  .form--narrow {
    max-width: 80%;
  }
}
@media (min-width: 1700px) {
  .form--narrow {
    max-width: 70%;
  }
}

.form-field__header {
  display: block;
  padding: 0 0 5px 0;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 22px;
}
@media (min-width: 1100px) {
  .form-field__header {
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 7px 0;
  }
}
.form-field__comment {
  font-size: 12px;
  color: #777777;
}
.form-field__core, .std-dropdown__header {
  display: block;
  letter-spacing: 1px;
  padding: 9px;
  width: 100%;
  margin: 0;
  -webkit-appearance: none;
  border: 2px solid #888888;
  background: #2a2a2a;
  color: #eeeeee;
  font-size: 14px;
  font-family: Lato, Verdana, sans-serif;
  letter-spacing: 1px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-field__core:before, .std-dropdown__header:before {
  content: "";
  display: block;
}
.form-field__core:focus, .std-dropdown__header:focus {
  border-color: #e08921;
}
.form-field.error .form-field__core, .form-field.error .std-dropdown__header {
  border-color: #930000;
}

.form-field--textarea .form-field__core, .form-field--textarea .std-dropdown__header {
  min-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (min-width: 900px) {
  .form-field--textarea .form-field__core, .form-field--textarea .std-dropdown__header {
    min-height: 217px;
  }
}
@media (min-width: 1100px) {
  .form-field--textarea .form-field__core, .form-field--textarea .std-dropdown__header {
    min-height: 245px;
  }
}

.form-field--simple .form-field__header {
  font-size: 14px;
  line-height: 22px;
}
.form-field--simple .form-field__core, .form-field--simple .std-dropdown__header {
  border-width: 1px;
}

@media (min-width: 1100px) {
  .form-field--simple.form-field--textarea .form-field__core, .form-field--simple.form-field--textarea .std-dropdown__header {
    min-height: 238px;
  }
}

/***** LISTS *****/
.plain-list {
  padding: 0 0 0 20px;
}
.plain-list > li {
  display: block;
  position: relative;
  padding: 2px 0 2px 15px;
}
.plain-list > li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 7px 0 0;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #eeeeee;
}
@media (min-width: 992px) {
  .plain-list > li:before {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -2px 0 0 0;
  }
}

.distinguishing-list {
  list-style-type: none;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  font-weight: 500;
}
@media (min-width: 420px) {
  .distinguishing-list {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 1100px) {
  .distinguishing-list {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (min-width: 1300px) {
  .distinguishing-list {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 1500px) {
  .distinguishing-list {
    font-size: 20px;
    line-height: 28px;
  }
}
.distinguishing-list > li {
  display: block;
  padding: 4px 0;
}
@media (min-width: 1100px) {
  .distinguishing-list > li {
    padding: 10px 0;
  }
}
.distinguishing-list__distinguished {
  color: #e08921;
}

.icons {
  list-style-type: none;
  text-align: center;
  max-width: 630px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .icons {
    max-width: 750px;
  }
}
@media (min-width: 1300px) {
  .icons {
    max-width: 100%;
  }
}
.icons > li {
  display: block;
  padding: 25px 0;
}
@media (min-width: 650px) {
  .icons > li {
    display: inline-block;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    margin: 0 0 0 -5px;
    padding: 35px 0;
  }
}
@media (min-width: 1300px) {
  .icons > li {
    width: 25%;
  }
}
@media (max-width: 649px) {
  .icons > li:nth-child(1) {
    padding-top: 0;
  }
}

.icon-item {
  display: block;
  font-size: 18px;
  text-align: center;
}
.icon-item__icon-container {
  padding: 0 0 10px 0;
}
.icon-item__icon {
  width: auto;
  height: auto;
}
.icon-item__description {
  letter-spacing: 1px;
}

.fa-github {
  font-size: 52px;
}

.fa-linkedin-in {
  font-size: 40px;
}

.simple-ordered-list {
  padding: 0 0 0 40px;
}
.simple-ordered-list > li {
  padding: 10px 0;
}
.simple-ordered-list p {
  padding: 4px 0;
}

.extended-unordered-list {
  padding: 0 0 0 40px;
}
.extended-unordered-list > li {
  padding: 8px 0;
}
.extended-unordered-list__header {
  padding: 0 0 12px 0;
}

/***** CONTAINERS *****/
.article {
  max-width: 800px;
}
.article__header {
  padding: 0 0 32px 0;
}
.article__subheader {
  padding: 40px 0 20px 0;
}
.article__details {
  padding: 0 0 20px 0;
}
.article__external-content {
  padding: 32px 0;
}
.article__footer {
  padding: 40px 0 0 0;
}
.article__footer--east {
  display: flex;
  justify-content: flex-end;
}

.article-external-content__header {
  padding: 8px 0;
}

.article-details__author {
  font-size: 14px;
}
.article-details__date-container {
  padding: 8px 0 0 0;
}
.article-details__date {
  font-size: 12px;
  color: #eeeeee;
  font-style: italic;
}

.article-item {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .article-item {
    text-align: left;
    padding: 0 0 0 40px;
    border-left: 1px solid #777777;
    margin: 0;
  }
}
@media (min-width: 1500px) {
  .article-item {
    max-width: 800px;
  }
}
.article-item__header {
  padding: 0 0 20px 0;
}
.article-item__bottom {
  padding: 20px 0 0 0;
}

.listing {
  overflow: auto;
  color: #fff;
  background: #383838;
  padding: 20px;
  border: 1px solid #c4c4c4;
}

.box {
  display: block;
  position: relative;
  border: 1px solid #777777;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  height: auto;
  padding: 0 0 70% 0;
  width: auto;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.box:hover .box__wrapper:before, .box:focus .box__wrapper:before {
  -webkit-transition: all 0.2s linear 0.4s;
  -moz-transition: all 0.2s linear 0.4s;
  -o-transition: all 0.2s linear 0.4s;
  transition: all 0.2s linear 0.4s;
  opacity: 1;
}
.box:hover .box__layer:before, .box:focus .box__layer:before {
  top: 0;
  opacity: 1;
  -webkit-transition: top 0.3s linear, opacity 0.1s linear;
  -moz-transition: top 0.3s linear, opacity 0.1s linear;
  -o-transition: top 0.3s linear, opacity 0.1s linear;
  transition: top 0.3s linear, opacity 0.1s linear;
}
.box:hover .box__layer:after, .box:focus .box__layer:after {
  bottom: 0;
  opacity: 1;
  -webkit-transition: bottom 0.3s linear, opacity 0.1s linear;
  -moz-transition: bottom 0.3s linear, opacity 0.1s linear;
  -o-transition: bottom 0.3s linear, opacity 0.1s linear;
  transition: bottom 0.3s linear, opacity 0.1s linear;
}
.box:hover .box__inner, .box:focus .box__inner {
  opacity: 1;
  -webkit-transition: all 0.2s linear 0.5s;
  -moz-transition: all 0.2s linear 0.5s;
  -o-transition: all 0.2s linear 0.5s;
  transition: all 0.2s linear 0.5s;
}
.box__wrapper {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #777777;
}
.box__wrapper:before {
  content: "";
  display: block;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #e08921;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.box__layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.box__layer:before, .box__layer:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
}
.box__layer:before {
  -webkit-transition: top 0.3s linear 0.2s, opacity 0.3s linear 0.4s;
  -moz-transition: top 0.3s linear 0.2s, opacity 0.3s linear 0.4s;
  -o-transition: top 0.3s linear 0.2s, opacity 0.3s linear 0.4s;
  transition: top 0.3s linear 0.2s, opacity 0.3s linear 0.4s;
  top: -50%;
}
.box__layer:after {
  -webkit-transition: bottom 0.3s linear 0.2s, opacity 0.3s linear 0.4s;
  -moz-transition: bottom 0.3s linear 0.2s, opacity 0.3s linear 0.4s;
  -o-transition: bottom 0.3s linear 0.2s, opacity 0.3s linear 0.4s;
  transition: bottom 0.3s linear 0.2s, opacity 0.3s linear 0.4s;
  bottom: -50%;
}
.box__inner {
  opacity: 0;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.presentation-item {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 1100px) {
  .presentation-item {
    max-width: 100%;
  }
}
.presentation-item__description {
  padding: 30px 0 0 0;
}
@media (min-width: 992px) {
  .presentation-item__description {
    padding: 40px 0 0 0;
  }
}
.presentation-item__header {
  padding: 0 0 40px 0;
  position: relative;
}
.presentation-item__header:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 19px;
  left: 50%;
  width: 80px;
  height: 1px;
  background: #e08921;
  margin: 0 0 0 -40px;
}
.presentation-item__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (min-width: 420px) {
  .presentation-item__title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 768px) {
  .presentation-item__title {
    font-size: 20px;
    line-height: 28px;
  }
}
.presentation-item__description-content {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
}
.presentation-item__description-content p {
  padding: 10px 0;
}
.presentation-item__description-content p:first-child {
  padding-top: 0;
}
.presentation-item__description-content p:last-child {
  padding-bottom: 0;
}

.presentation-list {
  list-style-type: none;
}
.presentation-list > li {
  display: block;
  padding: 40px 0;
}
@media (min-width: 480px) {
  .presentation-list > li {
    padding: 60px 0;
  }
}
@media (min-width: 768px) {
  .presentation-list > li {
    display: inline-block;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 0 -4px;
    padding: 30px;
    vertical-align: top;
  }
}
@media (min-width: 1100px) {
  .presentation-list > li {
    padding: 30px 50px;
  }
}
@media (min-width: 1300px) {
  .presentation-list > li {
    padding: 40px 15px;
    width: 33.33%;
  }
}
@media (min-width: 1500px) {
  .presentation-list > li {
    padding: 50px 25px;
  }
}
@media (max-width: 767px) {
  .presentation-list > li:first-child {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .presentation-list > li:last-child {
    padding-bottom: 0;
  }
}
@media (max-width: 1299px) {
  .presentation-list > li:nth-child(2n+1) {
    padding-left: 0;
  }
}
@media (max-width: 1299px) {
  .presentation-list > li:nth-child(2n+2) {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .presentation-list > li:nth-child(1), .presentation-list > li:nth-child(2) {
    padding-top: 0;
  }
}
@media (min-width: 1300px) {
  .presentation-list > li:nth-child(3) {
    padding-top: 0;
  }
}
@media (min-width: 1300px) {
  .presentation-list > li:nth-child(3n+1) {
    padding-left: 0;
    padding-right: 30px;
  }
}
@media (min-width: 1500px) {
  .presentation-list > li:nth-child(3n+1) {
    padding-right: 50px;
  }
}
@media (min-width: 1300px) {
  .presentation-list > li:nth-child(3n+3) {
    padding-right: 0;
    padding-left: 30px;
  }
}
@media (min-width: 1500px) {
  .presentation-list > li:nth-child(3n+3) {
    padding-left: 50px;
  }
}

.presentation-item-02 {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .presentation-item-02 {
    max-width: 100%;
  }
}
.presentation-item-02:after {
  content: "";
  display: block;
  clear: both;
}
@media (min-width: 992px) {
  .presentation-item-02__picture {
    float: left;
    width: 40%;
  }
}
.presentation-item-02__description {
  padding: 30px 0 0 0;
}
@media (min-width: 992px) {
  .presentation-item-02__description {
    padding: 0 0 0 50px;
    float: left;
    width: 60%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  }
}
@media (min-width: 1700px) {
  .presentation-item-02__description {
    padding: 0 0 0 60px;
  }
}
.presentation-item-02__header {
  padding: 0 0 40px 0;
  position: relative;
}
.presentation-item-02__header:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 28px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #e08921;
  margin: 0;
}
@media (min-width: 992px) {
  .presentation-item-02__header:before {
    left: 0;
    margin: 0;
    height: 2px;
    width: 100%;
    bottom: 28px;
  }
}
.presentation-item-02__title {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (min-width: 420px) {
  .presentation-item-02__title {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (min-width: 1500px) {
  .presentation-item-02__title {
    font-size: 26px;
    line-height: 34px;
  }
}
.presentation-item-02__description-content {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1px;
}
@media (min-width: 1500px) {
  .presentation-item-02__description-content {
    font-size: 15px;
    line-height: 25px;
  }
}
.presentation-item-02__description-content p {
  padding: 10px 0;
}
.presentation-item-02__description-content p:first-child {
  padding-top: 0;
}
.presentation-item-02__description-content p:last-child {
  padding-bottom: 0;
}

.presentation-list-02 {
  list-style-type: none;
}
.presentation-list-02 > li {
  display: block;
  padding: 40px 0;
}
@media (min-width: 1300px) {
  .presentation-list-02 > li {
    padding: 60px 0;
  }
}
.presentation-list-02 > li:first-child {
  padding-top: 0;
}

.comments-list {
  list-style-type: none;
}
.comments-list > li {
  display: block;
  padding: 20px 0;
}

.comments-section__comment-form {
  padding: 32px 0 0 0;
}

.comment {
  border-top: 1px solid #fff;
  background: #333333;
  padding: 32px 20px;
  max-width: 700px;
  margin: 0 0 0 40px;
}
@media (min-width: 1100px) {
  .comment {
    padding: 32px 40px;
    max-width: 800px;
  }
}
.comment__info-container {
  padding: 0 0 32px 0;
}
@media (min-width: 768px) {
  .comment__info-container {
    padding: 0 32px 0 0;
    width: 33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media (min-width: 1100px) {
  .comment__info-container {
    width: 30%;
  }
}
@media (min-width: 768px) {
  .comment__content-container {
    width: 66%;
  }
}
@media (min-width: 1100px) {
  .comment__content-container {
    width: 70%;
  }
}
.comment__date-container {
  padding: 4px 0 0 0;
}
@media (min-width: 768px) {
  .comment__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.comment--admin {
  background: #2a2a2a;
  margin: 0;
}

.date {
  color: #777777;
  font-size: 12px;
}

.std-icon-item {
  text-align: center;
  max-width: 380px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .std-icon-item {
    margin: 0;
    text-align: left;
  }
}
.std-icon-item__icon {
  height: 80px;
  display: block;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .std-icon-item__icon {
    margin: 0;
  }
}
@media (min-width: 1300px) {
  .std-icon-item__icon {
    height: 100px;
  }
}
@media (min-width: 1700px) {
  .std-icon-item__icon {
    height: 120px;
  }
}
@media (min-width: 768px) {
  .std-icon-item__icon--mobile {
    display: none;
  }
}
.std-icon-item__icon--desktop {
  display: none;
}
@media (min-width: 768px) {
  .std-icon-item__icon--desktop {
    display: block;
  }
}
.std-icon-item__icon-container {
  padding: 0 0 8px 0;
}
@media (min-width: 1300px) {
  .std-icon-item__icon-container {
    padding-bottom: 12px;
  }
}
.std-icon-item__header {
  padding: 0 0 20px 0;
  position: relative;
  margin: 0 0 20px 0;
}
@media (min-width: 1300px) {
  .std-icon-item__header {
    padding-bottom: 28px;
    margin-bottom: 28px;
  }
}
.std-icon-item__header:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 50%;
  width: 64px;
  height: 2px;
  background: #e08921;
  margin: 0 0 0 -32px;
}
@media (min-width: 768px) {
  .std-icon-item__header:before {
    margin: 0;
    left: 0;
  }
}

@media (min-width: 768px) {
  .icon-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.icon-items > li {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .icon-items > li {
    width: 46%;
  }
}
@media (min-width: 1700px) {
  .icon-items > li {
    width: 22%;
    padding: 0;
  }
}
.icon-items > li:first-child {
  padding-top: 0;
}
@media (min-width: 768px) {
  .icon-items > li:nth-child(2) {
    padding-top: 0;
  }
}
.icon-items > li:last-child {
  padding-bottom: 0;
}

/***** SECTIONS *****/
.site-section {
  border-top: 3px solid #dddddd;
}
.site-section__layer {
  padding: 50px 0;
}
@media (min-width: 650px) {
  .site-section__layer {
    padding: 70px 0;
  }
}
@media (min-width: 1500px) {
  .site-section__layer {
    padding: 90px 0;
  }
}
.site-section__inner {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .site-section__inner {
    padding: 0 45px;
  }
}
@media (min-width: 1300px) {
  .site-section__inner {
    padding: 0 60px;
  }
}
@media (min-width: 1500px) {
  .site-section__inner {
    max-width: 1550px;
    margin: 0 auto;
  }
}
@media (min-width: 1300px) {
  .site-section__inner--narrow {
    padding: 0 140px;
  }
}
@media (min-width: 1500px) {
  .site-section__inner--narrow {
    max-width: 1300px;
  }
}
@media (min-width: 1300px) {
  .site-section__content--narrow-for-a-while {
    padding: 0 80px;
  }
}
@media (min-width: 1700px) {
  .site-section__content--narrow-for-a-while {
    padding: 0;
  }
}
.site-section__row {
  padding: 60px 0 0 0;
}

.site-section--plain {
  border-top: 0;
}

.site-section--light {
  background: #3d3d3d;
}

.section-02 .section-header {
  padding: 0 0 20px 0;
}
@media (min-width: 650px) {
  .section-02 .section-header {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .section-02 .section-header {
    padding-bottom: 20px;
    text-align: left;
  }
}
@media (min-width: 1700px) {
  .section-02 .section-header {
    padding-bottom: 30px;
  }
}
.section-02 .container .column {
  float: none;
  width: auto;
}
@media (min-width: 768px) {
  .section-02 .container .column {
    float: left;
  }
}
@media (min-width: 768px) {
  .section-02 .container .column:nth-child(1) {
    width: 60%;
    padding: 0 20px 0 0;
  }
}
.section-02 .container .column:nth-child(2) {
  padding: 40px 0 0 0;
}
@media (min-width: 768px) {
  .section-02 .container .column:nth-child(2) {
    padding: 0 0 0 20px;
    width: 40%;
  }
}
.section-02 .container .column:nth-child(2) .single-picture {
  max-width: 100%;
}
@media (min-width: 420px) {
  .section-02 .container .column:nth-child(2) .single-picture {
    max-width: 350px;
  }
}
@media (min-width: 768px) {
  .section-02 .container .column:nth-child(2) .single-picture {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .section-02 .container .column:nth-child(2) .single-picture {
    max-width: 400px;
  }
}
@media (min-width: 1500px) {
  .section-02 .container .column:nth-child(2) .single-picture {
    max-width: 500px;
  }
}

.section-03 .form {
  padding: 30px 0 0 0;
}
@media (min-width: 1300px) {
  .section-03 .form {
    padding: 60px 0 0 0;
  }
}

/***** FOOTER *****/
.site-footer {
  -moz-background: -moz-linear-gradient(top, #e08921 10%, #e08921 40%, #c67517 100%);
  -webkit-background: -webkit-linear-gradient(top, #e08921 10%, #e08921 40%, #c67517 100%);
  -o-background: -o-linear-gradient(top, #e08921 10%, #e08921 40%, #c67517 100%);
  -ms-background: -ms-linear-gradient(top, #e08921 10%, #e08921 40%, #c67517 100%);
  background: linear-gradient(to bottom, #e08921 10%, #e08921 40%, #c67517 100%);
  text-align: center;
  border-top: 2px solid #dddddd;
}
.site-footer__layer {
  padding: 40px 0;
}
.site-footer__second-row {
  padding: 32px 0 0 0;
}
@media (min-width: 992px) {
  .site-footer__second-row {
    padding-top: 60px;
  }
}
@media (min-width: 1300px) {
  .site-footer__second-row {
    padding-top: 80px;
  }
}
@media (min-width: 1700px) {
  .site-footer__second-row {
    padding-top: 100px;
  }
}
.site-footer__inner {
  padding: 0 20px;
}
@media (min-width: 768px) {
  .site-footer__inner {
    padding: 0 45px;
  }
}
@media (min-width: 1300px) {
  .site-footer__inner {
    padding: 0 60px;
  }
}
@media (min-width: 1500px) {
  .site-footer__inner {
    max-width: 1550px;
    margin: 0 auto;
  }
}
.site-footer .container .column {
  float: none;
  width: auto;
}
@media (min-width: 992px) {
  .site-footer .container .column {
    float: right;
  }
}
.site-footer .container .col-4 {
  padding: 30px 0 0 0;
}
@media (min-width: 480px) {
  .site-footer .container .col-4 {
    padding: 40px 0 0 0;
  }
}
@media (min-width: 992px) {
  .site-footer .container .col-4 {
    width: 40%;
    text-align: left;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .site-footer .container .col-8 {
    width: 60%;
    text-align: right;
  }
}

/***** BUTTONS *****/
.button {
  clear: both;
  display: inline-block;
  margin: 0 0 0 -5px;
  border: 0;
  cursor: pointer;
  font-weight: 400;
  padding: 10px 50px;
  font-size: 18px;
  font-family: Lato, Verdana, sans-serif;
  letter-spacing: 1px;
  border: 0;
  color: #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -moz-background: -moz-linear-gradient(top, #c67517 20%, #e08921 70%, #e08921 100%);
  -webkit-background: -webkit-linear-gradient(top, #c67517 20%, #e08921 70%, #e08921 100%);
  -o-background: -o-linear-gradient(top, #c67517 20%, #e08921 70%, #e08921 100%);
  -ms-background: -ms-linear-gradient(top, #c67517 20%, #e08921 70%, #e08921 100%);
  background: linear-gradient(to bottom, #c67517 20%, #e08921 70%, #e08921 100%);
  -webkit-box-shadow: 2px 1px 5px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 1px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 1px 5px 2px rgba(0, 0, 0, 0.2);
}
.button--small {
  font-size: 16px;
  padding: 8px 40px;
}

.simple-button {
  font-weight: 500;
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #c4c4c4;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.simple-button:before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #e08921;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.simple-button:hover, .simple-button:focus {
  color: #fff;
}
.simple-button:hover:before, .simple-button:focus:before {
  bottom: -6px;
}
