/* COLORS */
/* FONTS */
body.path-frontpage #sidebar {
  width: 40%;
  padding: 0;
}
body.path-frontpage #sidebar #sidebar-content {
  padding: 0;
}
body.path-frontpage #sidebar #sidebar-content .table {
  display: table;
  height: 100%;
  width: 100%;
}
body.path-frontpage #sidebar #sidebar-content .table .table-cell {
  display: table-cell;
  padding: 100px;
  vertical-align: middle;
}
body.path-frontpage #sidebar #sidebar-content .table .table-cell #logo {
  width: 350px;
  display: block;
  height: 74px;
  margin-bottom: 60px;
}
body.path-frontpage #sidebar #sidebar-content .table .table-cell .h1 {
  color: #ffffff;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 60px;
}
body.path-frontpage #sidebar #sidebar-content .table .table-cell .maintenance_message {
  background: #d43f3f;
  color: #ffffff;
  margin: 0 0 30px 0;
  padding: 15px;
}
body.path-frontpage #sidebar #sidebar-content .table .table-cell form .form-item-name,
body.path-frontpage #sidebar #sidebar-content .table .table-cell form .form-item-pass {
  margin: 0 0 15px 0;
}
body.path-frontpage #sidebar #sidebar-content .table .table-cell form .form-item-name .field-prefix i,
body.path-frontpage #sidebar #sidebar-content .table .table-cell form .form-item-pass .field-prefix i {
  position: absolute;
  top: 18px;
  left: 0;
}
body.path-frontpage #sidebar #sidebar-content .table .table-cell form .form-item-name label,
body.path-frontpage #sidebar #sidebar-content .table .table-cell form .form-item-pass label {
  color: #ffffff;
  opacity: 0.5;
  padding-left: 30px;
}
body.path-frontpage #sidebar #sidebar-content .table .table-cell form .form-item-name label.has-text,
body.path-frontpage #sidebar #sidebar-content .table .table-cell form .form-item-pass label.has-text {
  display: none;
}
body.path-frontpage #sidebar #sidebar-content .table .table-cell form .form-item-name input,
body.path-frontpage #sidebar #sidebar-content .table .table-cell form .form-item-pass input {
  background: none !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
}
body.path-frontpage #sidebar #sidebar-content .table .table-cell form .form-item-name input:-webkit-autofill,
body.path-frontpage #sidebar #sidebar-content .table .table-cell form .form-item-pass input:-webkit-autofill {
  padding-left: 20px;
  padding-right: 20px;
  z-index: 99;
}
body.path-frontpage #sidebar #sidebar-content .table .table-cell form .form-item-name.form-item--error .field-prefix i,
body.path-frontpage #sidebar #sidebar-content .table .table-cell form .form-item-pass.form-item--error .field-prefix i {
  color: #d43f3f;
}
body.path-frontpage #sidebar #sidebar-content .table .table-cell form .form-item-name.form-item--error input,
body.path-frontpage #sidebar #sidebar-content .table .table-cell form .form-item-pass.form-item--error input {
  border-bottom: 1px solid #d43f3f;
}
body.path-frontpage #sidebar #sidebar-content .table .table-cell form .form-item-name {
  margin: 0 0 30px 0;
}
body.path-frontpage #sidebar #sidebar-content .table .table-cell form .form-actions {
  margin-top: 0 !important;
}
body.path-frontpage #sidebar #sidebar-content .table .table-cell form .form-actions .forgot-password a {
  display: inline-block;
  color: #ffffff;
  text-decoration: underline;
}
body.path-frontpage #sidebar #sidebar-content .table .table-cell form .form-actions .forgot-password a:hover {
  color: #ffed00;
}
body.path-frontpage #sidebar #sidebar-content .table .table-cell form .form-actions .form-submit {
  display: block;
  width: 100%;
  margin-top: 60px;
  padding: 15px 20px;
}
body.path-frontpage #sidebar #sidebar-content .table .table-cell form .form-actions .register {
  margin-top: 30px;
}
body.path-frontpage #sidebar #sidebar-content .table .table-cell form .form-actions .register a {
  display: inline-block;
  color: #ffffff;
  text-decoration: underline;
}
body.path-frontpage #sidebar #sidebar-content .table .table-cell form .form-actions .register a:hover {
  color: #ffed00;
}
body.path-frontpage #sidebar #sidebar-content .table .table-cell form .form-item--error-message {
  color: #d43f3f;
  font-size: 12px;
  line-height: 20px;
  border-top: 1px solid #d43f3f;
  margin-top: -1px;
  z-index: 99;
  position: relative;
}
body.path-frontpage #sidebar #sidebar-content .table .table-cell form .form-item--error-message a {
  color: #d43f3f;
  text-decoration: underline;
}
body.path-frontpage #sidebar #sidebar-content .table .table-cell form .form-item--error-message a:hover {
  opacity: 0.5;
}
body.path-frontpage #sidebar #sidebar-content .table .table-cell #messages .messages.error {
  display: none;
}
body.path-frontpage #main {
  position: fixed;
  top: 0;
  right: 0;
  width: 60%;
  height: 100%;
  margin-left: 0 !important;
  padding: 0 !important;
}
body.path-frontpage #main .swiper-container {
  height: 100%;
}
body.path-frontpage #main .swiper-container .swiper-wrapper {
  height: 100%;
}
body.path-frontpage #main .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
}
body.path-frontpage #main .swiper-container .swiper-wrapper .swiper-slide picture {
  height: 100%;
  width: 100%;
}
body.path-frontpage #main .swiper-container .swiper-wrapper .swiper-slide picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 5s;
}
body.path-frontpage #main .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active picture img {
  transform: scale(1.1);
}
/* <= 1799px */
/* <= 1699px */
/* <= 1599px */
@media all and (max-width: 1599px) {
  body.path-frontpage #sidebar #sidebar-content .table .table-cell {
    padding: 50px;
  }
  body.path-frontpage #sidebar #sidebar-content .table .table-cell .h1 {
    font-size: 35px;
    line-height: 45px;
  }
}
/* <= 1439px */
@media all and (max-width: 1439px) {
  body.path-frontpage #sidebar #sidebar-content .table .table-cell #logo {
    width: 250px;
    height: auto;
  }
  body.path-frontpage #sidebar #sidebar-content .table .table-cell .h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
/* <= 1247px */
@media all and (max-width: 1247px) {
  body.path-frontpage #sidebar {
    width: 50%;
  }
  body.path-frontpage #main {
    width: 50%;
  }
}
/* <= 1023px */
@media all and (max-width: 1023px) {
  body.path-frontpage #header {
    z-index: 999999;
  }
  body.path-frontpage #sidebar {
    width: 100%;
    height: 100%;
  }
  body.path-frontpage #sidebar #sidebar-content {
    right: 0;
  }
  body.path-frontpage #sidebar #sidebar-content .table .table-cell {
    padding-top: 120px;
  }
  body.path-frontpage #main {
    display: none;
  }
}
/* <= 812px */
@media screen and (max-width: 812px) {
  body.path-frontpage #sidebar #sidebar-content {
    position: relative;
    height: 100%;
    top: auto;
    right: auto;
  }
}
/* <= 699px */
/* <= 599px */
@media screen and (max-width: 599px) {
  body.path-frontpage #sidebar #sidebar-content .table .table-cell {
    padding: 40px 30px;
  }
}
/* <= 499px */
@media screen and (max-width: 499px) {
  body.path-frontpage #sidebar #sidebar-content .table .table-cell {
    padding: 40px 30px;
  }
  body.path-frontpage #sidebar #sidebar-content .table .table-cell #logo {
    width: 150px;
  }
  body.path-frontpage #sidebar #sidebar-content .table .table-cell .h1 {
    font-size: 22px;
    line-height: 27px;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22is%5C%2Fhtdocs%5C%2Fwp13850107_5LEE9K8NP8%5C%2Femil%5C%2Fthemes%5C%2Fcustom%5C%2Fless%5C%2F_page%5C%2Ffrontpage.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22%3B%3BAAEA%2CIAAI%2CeAEA%3BEACI%3BEACA%3B%3BAAJR%2CIAAI%2CeAEA%2CSAII%3BEACI%3B%3BAAPZ%2CIAAI%2CeAEA%2CSAII%2CiBAGI%3BEACI%3BEACA%3BEACA%3B%3BAAZhB%2CIAAI%2CeAEA%2CSAII%2CiBAGI%2COAKI%3BEACI%3BEACA%3BEACA%3B%3BAAjBpB%2CIAAI%2CeAEA%2CSAII%2CiBAGI%2COAKI%2CYAKI%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BAAvBxB%2CIAAI%2CeAEA%2CSAII%2CiBAGI%2COAKI%2CYAYI%3BEACI%3BEACA%3BEACA%3BEACA%3B%3BAA9BxB%2CIAAI%2CeAEA%2CSAII%2CiBAGI%2COAKI%2CYAmBI%3BEACI%2CmBAAA%3BEACA%3BEACA%2CkBAAA%3BEACA%3B%3BAArCxB%2CIAAI%2CeAEA%2CSAII%2CiBAGI%2COAKI%2CYA0BI%2CKAEI%3BAA1CxB%2CIAAI%2CeAEA%2CSAII%2CiBAGI%2COAKI%2CYA0BI%2CKAGI%3BEACI%2CkBAAA%3B%3BAA5C5B%2CIAAI%2CeAEA%2CSAII%2CiBAGI%2COAKI%2CYA0BI%2CKAEI%2CgBAII%2CcAAc%3BAA9C1C%2CIAAI%2CeAEA%2CSAII%2CiBAGI%2COAKI%2CYA0BI%2CKAGI%2CgBAGI%2CcAAc%3BEACV%3BEACA%3BEACA%3B%3BAAjDhC%2CIAAI%2CeAEA%2CSAII%2CiBAGI%2COAKI%2CYA0BI%2CKAEI%2CgBAUI%3BAApD5B%2CIAAI%2CeAEA%2CSAII%2CiBAGI%2COAKI%2CYA0BI%2CKAGI%2CgBASI%3BEACI%3BEACA%3BEACA%3B%3BAAEA%2CIAzD5B%2CeAEA%2CSAII%2CiBAGI%2COAKI%2CYA0BI%2CKAEI%2CgBAUI%2CMAKK%3BAAAD%2CIAzD5B%2CeAEA%2CSAII%2CiBAGI%2COAKI%2CYA0BI%2CKAGI%2CgBASI%2CMAKK%3BEACG%3B%3BAA1DpC%2CIAAI%2CeAEA%2CSAII%2CiBAGI%2COAKI%2CYA0BI%2CKAEI%2CgBAoBI%3BAA9D5B%2CIAAI%2CeAEA%2CSAII%2CiBAGI%2COAKI%2CYA0BI%2CKAGI%2CgBAmBI%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%2CgCAAA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAEA%2CIAzE5B%2CeAEA%2CSAII%2CiBAGI%2COAKI%2CYA0BI%2CKAEI%2CgBAoBI%2CMAWK%3BAAAD%2CIAzE5B%2CeAEA%2CSAII%2CiBAGI%2COAKI%2CYA0BI%2CKAGI%2CgBAmBI%2CMAWK%3BEACG%3BEACA%3BEACA%3B%3BAAIR%2CIAhFxB%2CeAEA%2CSAII%2CiBAGI%2COAKI%2CYA0BI%2CKAEI%2CgBAsCK%2CiBACG%2CcAAc%3BAADlB%2CIAhFxB%2CeAEA%2CSAII%2CiBAGI%2COAKI%2CYA0BI%2CKAGI%2CgBAqCK%2CiBACG%2CcAAc%3BEACV%2CcAAA%3B%3BAAFR%2CIAhFxB%2CeAEA%2CSAII%2CiBAGI%2COAKI%2CYA0BI%2CKAEI%2CgBAsCK%2CiBAKG%3BAALJ%2CIAhFxB%2CeAEA%2CSAII%2CiBAGI%2COAKI%2CYA0BI%2CKAGI%2CgBAqCK%2CiBAKG%3BEACI%2CgCAAA%3B%3BAAtFpC%2CIAAI%2CeAEA%2CSAII%2CiBAGI%2COAKI%2CYA0BI%2CKAmDI%3BEACI%2CkBAAA%3B%3BAA5F5B%2CIAAI%2CeAEA%2CSAII%2CiBAGI%2COAKI%2CYA0BI%2CKAuDI%3BEACI%3B%3BAAhG5B%2CIAAI%2CeAEA%2CSAII%2CiBAGI%2COAKI%2CYA0BI%2CKAuDI%2CcAGI%2CiBACI%3BEACI%3BEACA%3BEACA%3B%3BAAEA%2CIAxGhC%2CeAEA%2CSAII%2CiBAGI%2COAKI%2CYA0BI%2CKAuDI%2CcAGI%2CiBACI%2CEAKK%3BEACG%2CcAAA%3B%3BAAzGxC%2CIAAI%2CeAEA%2CSAII%2CiBAGI%2COAKI%2CYA0BI%2CKAuDI%2CcAeI%3BEACI%3BEACA%3BEACA%3BEACA%2CkBAAA%3B%3BAAlHhC%2CIAAI%2CeAEA%2CSAII%2CiBAGI%2COAKI%2CYA0BI%2CKAuDI%2CcAsBI%3BEACI%3B%3BAAtHhC%2CIAAI%2CeAEA%2CSAII%2CiBAGI%2COAKI%2CYA0BI%2CKAuDI%2CcAsBI%2CUAGI%3BEACI%3BEACA%3BEACA%3B%3BAAEA%2CIA7HhC%2CeAEA%2CSAII%2CiBAGI%2COAKI%2CYA0BI%2CKAuDI%2CcAsBI%2CUAGI%2CEAKK%3BEACG%2CcAAA%3B%3BAA9HxC%2CIAAI%2CeAEA%2CSAII%2CiBAGI%2COAKI%2CYA0BI%2CKA4FI%3BEACI%2CcAAA%3BEACA%2CeAAA%3BEACA%2CiBAAA%3BEACA%2C6BAAA%3BEACA%3BEACA%3BEACA%3B%3BAA3I5B%2CIAAI%2CeAEA%2CSAII%2CiBAGI%2COAKI%2CYA0BI%2CKA4FI%2C0BASI%3BEACI%2CcAAA%3BEACA%3B%3BAAEA%2CIAjJ5B%2CeAEA%2CSAII%2CiBAGI%2COAKI%2CYA0BI%2CKA4FI%2C0BASI%2CEAIK%3BEACG%3B%3BAAlJpC%2CIAAI%2CeAEA%2CSAII%2CiBAGI%2COAKI%2CYA0II%2CUACI%2CUAAS%3BEACL%3B%3BAA1J5B%2CIAAI%2CeAkKA%3BEACI%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3BEACA%3B%3BAAzKR%2CIAAI%2CeAkKA%2CMASI%3BEACI%3B%3BAA5KZ%2CIAAI%2CeAkKA%2CMASI%2CkBAGI%3BEACI%3B%3BAA%5C%2FKhB%2CIAAI%2CeAkKA%2CMASI%2CkBAGI%2CgBAGI%3BEACI%3B%3BAAlLpB%2CIAAI%2CeAkKA%2CMASI%2CkBAGI%2CgBAGI%2CcAGI%3BEACI%3BEACA%3B%3BAAtLxB%2CIAAI%2CeAkKA%2CMASI%2CkBAGI%2CgBAGI%2CcAGI%2CQAII%3BEACI%3BEACA%3BEACA%3BEACA%2CwBAAA%3B%3BAAIR%2CIAhMhB%2CeAkKA%2CMASI%2CkBAGI%2CgBAGI%2CcAeK%2CoBACG%2CQACI%3BEACI%2CWAAW%2CUAAX%3B%3B%3B%3B%3BAAwChC%2CgBApBmC%3BEAC%5C%2FB%2CIAAI%2CeACA%2CSACI%2CiBACI%2COACI%3BIACI%3B%3BEALpB%2CIAAI%2CeACA%2CSACI%2CiBACI%2COACI%2CYAGI%3BIACI%3BIACA%3B%3B%3B%3BAAkC5B%2CgBAvBmC%3BEAC%5C%2FB%2CIAAI%2CeACA%2CSACI%2CiBACI%2COACI%2CYACI%3BIACI%3BIACA%3B%3BEAPxB%2CIAAI%2CeACA%2CSACI%2CiBACI%2COACI%2CYAMI%3BIACI%3BIACA%3B%3B%3B%3BAAyB5B%2CgBAdmC%3BEAC%5C%2FB%2CIAAI%2CeACA%3BIACI%3B%3BEAFR%2CIAAI%2CeAKA%3BIACI%3B%3B%3B%3BAAwCZ%2CgBAhCmC%3BEAC%5C%2FB%2CIAAI%2CeACA%3BIACI%3B%3BEAFR%2CIAAI%2CeAKA%3BIACI%3BIACA%3B%3BEAPR%2CIAAI%2CeAKA%2CSAII%3BIACI%3B%3BEAVZ%2CIAAI%2CeAKA%2CSAII%2CiBAGI%2COACI%3BIACI%3B%3BEAdpB%2CIAAI%2CeAqBA%3BIACI%3B%3B%3B%3BAAyBZ%2CmBAfqC%3BEACjC%2CIAAI%2CeACA%2CSACI%3BIACI%3BIACA%3BIACA%3BIACA%3B%3B%3B%3B%3BAA4BhB%2CmBAfqC%3BEACjC%2CIAAI%2CeACA%2CSACI%2CiBACI%2COACI%3BIACI%2CkBAAA%3B%3B%3B%3BAAgCvB%2CmBAtBoC%3BEACjC%2CIAAI%2CeACA%2CSACI%2CiBAEI%2COACI%3BIACI%2CkBAAA%3B%3BEANpB%2CIAAI%2CeACA%2CSACI%2CiBAEI%2COACI%2CYAGI%3BIACI%3B%3BEATxB%2CIAAI%2CeACA%2CSACI%2CiBAEI%2COACI%2CYAOI%3BIACI%3BIACA%22%7D */