[type="radio"] + span {
  color: #000;
  margin-right: 20px;
}
[type="radio"]:checked + span:after {
  background: #2196F3 !important;
  border: 2px solid #2196F3 !important;
}
/** VARIABLES 
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 40px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.bx-wrapper img {
  margin: 0 auto;
  max-width: 100%;
  display: block;
}
.bxslider {
  margin: 0;
  padding: 0;
}
ul.bxslider {
  list-style: none;
}
.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}
/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url('../../../../core/system/img/loader.gif') center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 0px;
  background-color: rgba(13, 14, 16, 0.2);
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-color: rgba(13, 14, 16, 0.7);
}
.bx-wrapper .bx-next {
  right: 0px;
  background-color: rgba(13, 14, 16, 0.2);
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-color: rgba(13, 14, 16, 0.7);
}
.bx-wrapper .bx-controls-direction a {
  display: table-cell;
  position: absolute;
  top: 50%;
  margin-top: -36px;
  outline: 0;
  width: 32px;
  height: 32px;
  font-size: 22px;
  vertical-align: middle;
  padding: 5px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  color: #000000;
  z-index: 1000;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-direction a:hover {
  text-decoration: none;
}
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url('../../../../images/controls.png') -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url('../../../../images/controls.png') -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}
.card {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  background-color: #fdfdfa;
  color: #000000;
}
.document_download.document_dl_block {
  display: inline-block;
  cursor: pointer;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  background-color: #fdfdfa;
  color: #000000;
  padding: 5px;
}
.document_download.document_dl_text {
  display: inline-block;
  cursor: pointer;
}
.document_download.document_dl_text:hover {
  text-decoration: underline;
}
.document_download.document_invalid {
  background-color: #990000 !important;
  color: #CC5C5C !important;
}
.btn {
  margin-bottom: 5px !important;
}
.std_button {
  padding: 0px;
  color: #23282d;
  display: table;
  background-color: #23282d;
  margin-right: 10px;
  margin-bottom: 10px;
  height: 35px;
  float: left;
  font-weight: bold;
  color: #f7f5e7;
}
.std_button:hover {
  background-color: #0d0e10;
}
.std_button_link {
  margin: 0px;
  margin-right: 30px;
  display: block;
  width: 100%;
  height: 35px;
  vertical-align: middle;
  line-height: 35px;
  white-space: nowrap;
  color: #f7f5e7;
  text-decoration: none;
}
.std_button_link:hover {
  text-decoration: none;
}
.button {
  margin-bottom: 10px;
  height: 35px;
  line-height: 35px;
  color: #f7f5e7;
  background-color: #23282d;
  background-position: 5px center;
  background-repeat: no-repeat;
  background-size: auto 25px;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */
}
.button:hover {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
  background-color: #0d0e10;
}
.button a {
  display: inline-block;
  padding-right: 10px;
  color: #f7f5e7;
  font-weight: normal;
}
.button a:hover {
  text-decoration: none;
}
.button span {
  display: inline-block;
  padding-right: 10px;
  color: #f7f5e7;
}
.button_icon {
  width: 28px;
  height: 28px;
  margin-left: 3.5px;
  background-color: #f7f5e7;
  -webkit-mask-size: 25px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-size: 28px;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-mode: luminance;
  display: inline-block;
  vertical-align: middle;
}
.button_add {
  mask: url('../../../../templates/main/img/action/add.svg#fullmask');
  -webkit-mask-image: url('../../../../templates/main/img/action/add.svg');
  width: 28px;
  height: 28px;
  margin-left: 3.5px;
  background-color: #f7f5e7;
  -webkit-mask-size: 25px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-size: 28px;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-mode: luminance;
  display: inline-block;
  vertical-align: middle;
}
.button_save {
  mask: url('../../../../templates/main/img/action/save.svg#fullmask');
  -webkit-mask-image: url('../../../../templates/main/img/action/save.svg');
  width: 28px;
  height: 28px;
  margin-left: 3.5px;
  background-color: #f7f5e7;
  -webkit-mask-size: 25px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-size: 28px;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-mode: luminance;
  display: inline-block;
  vertical-align: middle;
}
.button_back {
  mask: url('../../../../templates/main/img/action/back.svg#fullmask');
  -webkit-mask-image: url('../../../../templates/main/img/action/back.svg');
  width: 28px;
  height: 28px;
  margin-left: 3.5px;
  background-color: #f7f5e7;
  -webkit-mask-size: 25px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-size: 28px;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-mode: luminance;
  display: inline-block;
  vertical-align: middle;
}
.button_trash {
  mask: url('../../../../templates/main/img/action/trash.svg#fullmask');
  -webkit-mask-image: url('../../../../templates/main/img/action/trash.svg');
  width: 28px;
  height: 28px;
  margin-left: 3.5px;
  background-color: #f7f5e7;
  -webkit-mask-size: 25px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-size: 28px;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-mode: luminance;
  display: inline-block;
  vertical-align: middle;
}
.button_edit {
  mask: url('../../../../templates/main/img/action/edit.svg#fullmask');
  -webkit-mask-image: url('../../../../templates/main/img/action/edit.svg');
  width: 28px;
  height: 28px;
  margin-left: 3.5px;
  background-color: #f7f5e7;
  -webkit-mask-size: 25px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-size: 28px;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-mode: luminance;
  display: inline-block;
  vertical-align: middle;
}
.button_image {
  mask: url('../../../../templates/main/img/action/image.svg#fullmask');
  -webkit-mask-image: url('../../../../templates/main/img/action/image.svg');
  width: 28px;
  height: 28px;
  margin-left: 3.5px;
  background-color: #f7f5e7;
  -webkit-mask-size: 25px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-size: 28px;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-mode: luminance;
  display: inline-block;
  vertical-align: middle;
}
.button_gallery {
  mask: url('../../../../templates/main/img/action/gallery.svg#fullmask');
  -webkit-mask-image: url('../../../../templates/main/img/action/gallery.svg');
  width: 28px;
  height: 28px;
  margin-left: 3.5px;
  background-color: #f7f5e7;
  -webkit-mask-size: 25px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-size: 28px;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-mode: luminance;
  display: inline-block;
  vertical-align: middle;
}
.button_upload {
  mask: url('../../../../templates/main/img/action/upload.svg#fullmask');
  -webkit-mask-image: url('../../../../templates/main/img/action/upload.svg');
  width: 28px;
  height: 28px;
  margin-left: 3.5px;
  background-color: #f7f5e7;
  -webkit-mask-size: 25px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-size: 28px;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-mode: luminance;
  display: inline-block;
  vertical-align: middle;
}
.button_select {
  mask: url('../../../../templates/main/img/action/select.svg#fullmask');
  -webkit-mask-image: url('../../../../templates/main/img/action/select.svg');
  width: 28px;
  height: 28px;
  margin-left: 3.5px;
  background-color: #f7f5e7;
  -webkit-mask-size: 25px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-size: 28px;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-mode: luminance;
  display: inline-block;
  vertical-align: middle;
}
.button_click {
  mask: url('../../../../templates/main/img/action/click.svg#fullmask');
  -webkit-mask-image: url('../../../../templates/main/img/action/click.svg');
  width: 28px;
  height: 28px;
  margin-left: 3.5px;
  background-color: #f7f5e7;
  -webkit-mask-size: 25px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-size: 28px;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-mode: luminance;
  display: inline-block;
  vertical-align: middle;
}
.button_settings {
  mask: url('../../../../templates/main/img/action/settings.svg#fullmask');
  -webkit-mask-image: url('../../../../templates/main/img/action/settings.svg');
  width: 28px;
  height: 28px;
  margin-left: 3.5px;
  background-color: #f7f5e7;
  -webkit-mask-size: 25px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-size: 28px;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-mode: luminance;
  display: inline-block;
  vertical-align: middle;
}
.button_move {
  mask: url('../../../../templates/main/img/action/move.svg#fullmask');
  -webkit-mask-image: url('../../../../templates/main/img/action/move.svg');
  width: 28px;
  height: 28px;
  margin-left: 3.5px;
  background-color: #f7f5e7;
  -webkit-mask-size: 25px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-size: 28px;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-mode: luminance;
  display: inline-block;
  vertical-align: middle;
}
.button_next {
  mask: url('../../../../templates/main/img/action/next.svg#fullmask');
  -webkit-mask-image: url('../../../../templates/main/img/action/next.svg');
  width: 28px;
  height: 28px;
  margin-left: 3.5px;
  background-color: #f7f5e7;
  -webkit-mask-size: 25px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-size: 28px;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-mode: luminance;
  display: inline-block;
  vertical-align: middle;
}
.button_prev {
  mask: url('../../../../templates/main/img/action/prev.svg#fullmask');
  -webkit-mask-image: url('../../../../templates/main/img/action/prev.svg');
  width: 28px;
  height: 28px;
  margin-left: 3.5px;
  background-color: #f7f5e7;
  -webkit-mask-size: 25px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: top center;
  mask-size: 28px;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-mode: luminance;
  display: inline-block;
  vertical-align: middle;
}
.header {
  padding: 20px;
  font-size: 2em;
  font-weight: 300;
}
.maincontentborder {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .maincontentborder {
    flex: 1;
    position: relative;
  }
}
@media screen and (max-width: 1024px) {
  .maincontentborder {
    flex: 1;
    position: relative;
  }
}
.maincontentbox {
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .maincontentbox {
    position: relative;
    flex: 1;
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .maincontentbox {
    position: relative;
    flex: 1;
    width: 100%;
  }
}
.maincontent .content {
  margin-top: 20px;
}
a {
  text-decoration: none;
  color: #2196F3;
}
h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 2.5em;
  font-weight: 300 !important;
}
h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 1.8em;
  font-weight: 300 !important;
}
h3 {
  font-size: 1.5em;
  font-weight: 300 !important;
}
h4 {
  font-size: 1.2em;
  font-weight: 300 !important;
}
input:-webkit-autofill + label {
  @extend .active;
}
.std_input_button {
  background-color: #23282d;
  color: #f7f5e7;
  margin-bottom: 2px;
  border: 0px;
  width: 100%;
  cursor: pointer;
  padding: 10px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
}
.std_input_button:hover {
  background-color: #0d0e10;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
}
.std_input_text {
  width: 100%;
  padding: 2px;
  background-color: #f7f5e7;
  color: #000000;
}
.input_text {
  background-color: #f7f5e7;
  border: 0px;
  border-bottom: 2px solid #23282d;
  color: #000000;
  padding: 5px;
}
input[type="text"],
input[type="password"] {
  background-color: #f7f5e7;
  border: 0px;
  border-bottom: 2px solid #23282d;
  color: #000000;
  padding: 5px;
}
.admin_input_large {
  background-color: #f7f5e7;
  border: 0px;
  border-bottom: 2px solid #23282d;
  color: #000000;
  margin-top: 2.5px;
  margin-bottom: 2.5px;
  width: 100%;
  padding: 5px;
  height: 35px;
  line-height: 35px;
  font-size: 25px;
}
.admin_input_span {
  display: block;
  overflow: hidden;
}
.admin_input_label {
  float: left;
  line-height: 25px;
  vertical-align: middle;
  padding: 5px/2;
}
.admin_input_slug {
  margin-top: 2.5px;
  margin-bottom: 2.5px;
  display: inline-block;
  width: 100%;
  min-width: 50%;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  background-color: #f7f5e7;
  border: 0px;
  border-bottom: 2px solid #23282d;
  color: #000000;
  padding: 5px;
}
.checkbox_large,
.checkbox_large_dark {
  display: none;
}
.checkbox_label {
  cursor: pointer;
  margin-right: 5px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */
}
.checkbox_large_base {
  content: "\00a0";
  display: inline-block;
  height: 25px;
  line-height: 25px;
  width: 25px;
  margin-right: 5px/2;
  margin-top: 2px/2;
  margin-bottom: 2px/2;
}
.checkbox_large + .checkbox_label:before {
  border: 1px solid #000000;
  background-color: #f7f5e7;
  content: "\00a0";
  display: inline-block;
  height: 25px;
  line-height: 25px;
  width: 25px;
  margin-right: 5px/2;
  margin-top: 2px/2;
  margin-bottom: 2px/2;
}
.checkbox_large_dark + .checkbox_label:before {
  border: 1px solid #f7f5e7;
  background-color: #23282d;
  content: "\00a0";
  display: inline-block;
  height: 25px;
  line-height: 25px;
  width: 25px;
  margin-right: 5px/2;
  margin-top: 2px/2;
  margin-bottom: 2px/2;
}
.checkbox_large:checked + .checkbox_label:before {
  content: "\2713";
  color: #000000;
  font-weight: bold;
  text-align: center;
}
.checkbox_large_dark:checked + .checkbox_label:before {
  content: "\2713";
  color: #f7f5e7;
  font-weight: bold;
  text-align: center;
}
.radio_large {
  display: none;
}
.radio_large_before {
  content: "\00a0";
  display: inline-block;
  height: 25px;
  line-height: 25px;
  width: 25px;
  margin-right: 5px/2;
  margin-top: 2px;
  margin-bottom: 2px/2;
  border-radius: 25px;
  vertical-align: middle;
}
.radio_label {
  cursor: pointer;
  margin-right: 5px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */
}
.radio_large + .radio_label:before {
  border: 1px solid #000000;
  background-color: #f7f5e7;
  content: "\00a0";
  display: inline-block;
  height: 25px;
  line-height: 25px;
  width: 25px;
  margin-right: 5px/2;
  margin-top: 2px;
  margin-bottom: 2px/2;
  border-radius: 25px;
  vertical-align: middle;
}
.radio_large:checked + .radio_label:before {
  background-color: #000000;
  box-shadow: inset 0 0 0 4px #f7f5e7;
  color: #000000;
  font-weight: bold;
  text-align: center;
}
.gallery {
  box-sizing: border-box;
}
.gallery.gallery_full {
  margin: 0 auto;
  clear: both;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  background-color: #fdfdfa;
  color: #000000;
}
.gallery.gallery_full .gallery_title {
  font-size: 1.5em;
  color: #000000;
  background-color: #fdfdfa;
  padding: 10px;
}
.gallery.gallery_full .gallery_pictures {
  padding: 10px;
}
.gallery.gallery_full .gallery_pictures img {
  cursor: pointer;
  pointer-events: none;
}
.gallery.gallery_slider_large {
  margin: 0 auto;
  clear: both;
  padding: 5px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  background-color: #fdfdfa;
  color: #000000;
}
.gallery.gallery_slider_large .gallery_title {
  font-size: 1.5em;
  color: #000000;
  padding: 5px;
}
.gallery.gallery_slider_large img {
  pointer-events: none;
}
.gallery.gallery_slider_small {
  display: inline-block;
  width: 294px;
  clear: both;
  padding: 5px;
}
.gallery.gallery_slider_small .bx-controls-direction a {
  width: 22px !important;
}
.gallery.gallery_slider_small .gallery_title {
  display: none;
  font-size: 1.5em;
  color: #000000;
  padding: 5px;
}
.gallery.gallery_slider_small img {
  pointer-events: none;
}
.gallery.gallery_preview {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  background-color: #fdfdfa;
  color: #000000;
}
.gallery.gallery_preview .gallery_title {
  font-size: 1.2em;
  padding: 10px;
}
.gallery.gallery_preview .gallery_pictures {
  padding: 10px;
}
.gallery.gallery_preview .gallery_pictures img {
  cursor: pointer;
  max-width: 100px;
  max-height: 80px;
  margin-right: 5px;
  vertical-align: middle;
  pointer-events: none;
}
.gallery.gallery_preview .gallery_pictures .gallery_counter {
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 5px;
  font-size: 1.3em;
  background-color: #f7f5e7;
  border: 1px solid #23282d;
  display: inline-block;
  vertical-align: middle;
}
.smallgallery {
  margin: 0 auto;
  height: auto;
}
[type="checkbox"].white:not(:checked) + span:not(.lever):after {
  background: #fff !important;
}
[type="checkbox"] + span:not(.lever) {
  color: #000 !important;
  margin-right: 20px;
}
[type="checkbox"]:checked + span:not(.lever):after {
  background: #2196F3 !important;
  border: 2px solid #2196F3 !important;
}
.pageit_post_short {
  margin-top: 15px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  background-color: #fdfdfa;
  color: #000000;
}
@media screen and (min-width: 1025px) {
  .pageit_post_short {
    padding: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .pageit_post_short {
    padding: 5px;
  }
}
.pageit_post_short .pageit_post_short_stats {
  color: #333333;
  font-size: 0.7em;
}
.pageit_post_short .pageit_post_short_stats span {
  margin-right: 15px;
}
.pageit_post_admin_action {
  background-color: #23282d;
  width: 32px;
  height: 32px;
  float: right;
  margin-left: 16px;
  cursor: pointer;
  -webkit-mask-size: 32px;
  mask-size: 32px;
}
.pageit_post_full {
  position: relative;
}
.pageit_post_full .pageit_post_admin {
  position: absolute;
  top: 0;
  right: 0;
}
.pageit_post_full .pageit_post_admin_edit {
  background-color: #23282d;
  width: 32px;
  height: 32px;
  float: right;
  margin-left: 16px;
  cursor: pointer;
  -webkit-mask-size: 32px;
  mask-size: 32px;
  mask: url('../../../../templates/main/img/action/edit.svg#fullmask');
  -webkit-mask-image: url('../../../../templates/main/img/action/edit.svg');
}
.pageit_post_full .pageit_post_admin_save {
  background-color: #23282d;
  width: 32px;
  height: 32px;
  float: right;
  margin-left: 16px;
  cursor: pointer;
  -webkit-mask-size: 32px;
  mask-size: 32px;
  mask: url('../../../../templates/main/img/action/save.svg#fullmask');
  -webkit-mask-image: url('../../../../templates/main/img/action/save.svg');
}
.pageit_post_full .pageit_post_admin_cancel {
  background-color: #23282d;
  width: 32px;
  height: 32px;
  float: right;
  margin-left: 16px;
  cursor: pointer;
  -webkit-mask-size: 32px;
  mask-size: 32px;
  mask: url('../../../../templates/main/img/action/cancel.svg#fullmask');
  -webkit-mask-image: url('../../../../templates/main/img/action/cancel.svg');
}
@media screen and (min-width: 1025px) {
  .pageit_post_full .pageit_post_admin_edit {
    background-color: #23282d;
    width: 32px;
    height: 32px;
    float: right;
    margin-left: 16px;
    cursor: pointer;
    -webkit-mask-size: 32px;
    mask-size: 32px;
    display: none;
  }
  .pageit_post_full .pageit_post_admin_save {
    background-color: #23282d;
    width: 32px;
    height: 32px;
    float: right;
    margin-left: 16px;
    cursor: pointer;
    -webkit-mask-size: 32px;
    mask-size: 32px;
    display: none;
  }
  .pageit_post_full .pageit_post_admin_cancel {
    background-color: #23282d;
    width: 32px;
    height: 32px;
    float: right;
    margin-left: 16px;
    cursor: pointer;
    -webkit-mask-size: 32px;
    mask-size: 32px;
    display: none;
  }
  .pageit_post_full:hover .pageit_post_admin_edit {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .pageit_post_full .pageit_post_admin_edit {
    background-color: #23282d;
    width: 32px;
    height: 32px;
    float: right;
    margin-left: 16px;
    cursor: pointer;
    -webkit-mask-size: 32px;
    mask-size: 32px;
    display: block;
  }
  .pageit_post_full .pageit_post_admin_save {
    background-color: #23282d;
    width: 32px;
    height: 32px;
    float: right;
    margin-left: 16px;
    cursor: pointer;
    -webkit-mask-size: 32px;
    mask-size: 32px;
    display: none;
  }
  .pageit_post_full .pageit_post_admin_cancel {
    background-color: #23282d;
    width: 32px;
    height: 32px;
    float: right;
    margin-left: 16px;
    cursor: pointer;
    -webkit-mask-size: 32px;
    mask-size: 32px;
    display: none;
  }
}
.admin_posts_cat_list {
  margin-left: 30px;
}
.pageit_page_title {
  font-size: 1.1em;
}
.pageit_page_admin_action {
  background-color: #23282d;
  width: 32px;
  height: 32px;
  float: right;
  margin-left: 16px;
  cursor: pointer;
  -webkit-mask-size: 32px;
  mask-size: 32px;
}
.pageit_page {
  position: relative;
}
.pageit_page .pageit_page_admin {
  position: absolute;
  top: 0;
  right: 0;
}
.pageit_page .pageit_page_admin_edit {
  background-color: #23282d;
  width: 32px;
  height: 32px;
  float: right;
  margin-left: 16px;
  cursor: pointer;
  -webkit-mask-size: 32px;
  mask-size: 32px;
  mask: url('../../../../templates/main/img/action/edit.svg#fullmask');
  -webkit-mask-image: url('../../../../templates/main/img/action/edit.svg');
}
.pageit_page .pageit_page_admin_save {
  background-color: #23282d;
  width: 32px;
  height: 32px;
  float: right;
  margin-left: 16px;
  cursor: pointer;
  -webkit-mask-size: 32px;
  mask-size: 32px;
  mask: url('../../../../templates/main/img/action/save.svg#fullmask');
  -webkit-mask-image: url('../../../../templates/main/img/action/save.svg');
}
.pageit_page .pageit_page_admin_cancel {
  background-color: #23282d;
  width: 32px;
  height: 32px;
  float: right;
  margin-left: 16px;
  cursor: pointer;
  -webkit-mask-size: 32px;
  mask-size: 32px;
  mask: url('../../../../templates/main/img/action/cancel.svg#fullmask');
  -webkit-mask-image: url('../../../../templates/main/img/action/cancel.svg');
}
@media screen and (min-width: 1025px) {
  .pageit_page .pageit_page_admin_edit {
    background-color: #23282d;
    width: 32px;
    height: 32px;
    float: right;
    margin-left: 16px;
    cursor: pointer;
    -webkit-mask-size: 32px;
    mask-size: 32px;
    display: none;
  }
  .pageit_page .pageit_page_admin_save {
    background-color: #23282d;
    width: 32px;
    height: 32px;
    float: right;
    margin-left: 16px;
    cursor: pointer;
    -webkit-mask-size: 32px;
    mask-size: 32px;
    display: none;
  }
  .pageit_page .pageit_page_admin_cancel {
    background-color: #23282d;
    width: 32px;
    height: 32px;
    float: right;
    margin-left: 16px;
    cursor: pointer;
    -webkit-mask-size: 32px;
    mask-size: 32px;
    display: none;
  }
  .pageit_page:hover .pageit_page_admin_edit {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .pageit_page .pageit_page_admin_edit {
    background-color: #23282d;
    width: 32px;
    height: 32px;
    float: right;
    margin-left: 16px;
    cursor: pointer;
    -webkit-mask-size: 32px;
    mask-size: 32px;
    display: block;
  }
  .pageit_page .pageit_page_admin_save {
    background-color: #23282d;
    width: 32px;
    height: 32px;
    float: right;
    margin-left: 16px;
    cursor: pointer;
    -webkit-mask-size: 32px;
    mask-size: 32px;
    display: none;
  }
  .pageit_page .pageit_page_admin_cancel {
    background-color: #23282d;
    width: 32px;
    height: 32px;
    float: right;
    margin-left: 16px;
    cursor: pointer;
    -webkit-mask-size: 32px;
    mask-size: 32px;
    display: none;
  }
}
.admin_pages_cat_list {
  margin-left: 30px;
}
.flex-container {
  display: flex;
}
.flex-container.flex-row {
  flex-flow: row;
}
.flex-container.flex-col {
  flex-flow: col;
}
.flex-container .flex-1 {
  flex: 1;
}
.valign-bottom {
  vertical-align: bottom;
}
.pi_image_open {
  cursor: pointer;
}
.pi_image_float_right {
  float: right;
  margin-left: 5px;
  margin-right: 0px !important;
}
.pi_image_float_left {
  float: left;
  margin-right: 5px;
  margin-left: 0px !important;
}
figure {
  display: inline-table;
  vertical-align: middle;
  border: 1px solid #23282d;
  border-bottom: 0px;
  padding: 5px;
  background-color: #fdfdfa;
}
figure img {
  display: block;
  width: 100%;
  margin: 0 !important;
}
figure figcaption {
  padding: 5px;
  display: table-caption;
  background-color: #fdfdfa;
  color: #000000;
  caption-side: bottom;
  border: 1px solid #23282d;
  border-top: 0px;
}
.pi_figure_wrapper {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 0px;
  margin: 5px;
  padding: 5px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  background-color: #fdfdfa;
  color: #000000;
}
.pi_figure_wrapper figure {
  background-color: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.pi_figure_wrapper figure img {
  margin: 0 !important;
}
.pi_figure_wrapper figure figcaption {
  padding: 0 !important;
  background-color: none !important;
  border: none !important;
}
.clear-both {
  clear: both;
  height: 5px;
  background-color: #ff0000;
}
#tinymce ul {
  padding-inline-start: 40px;
  padding-left: 40px;
}
#tinymce ul,
#tinymce li {
  list-style-type: disc !important;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  not supported by any browser */
}
.hyperdiv {
  display: none;
  line-height: 100%;
  background-color: #23282d;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  text-align: center;
  z-index: 999;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  overflow: auto;
  vertical-align: middle;
}
.hyperdivloader {
  width: 100%;
  overflow: none;
}
.hyperdivcontent {
  overflow: auto;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.hyperdivimg {
  overflow: none;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.hyperdivcontent img {
  border: 0px;
  max-height: 90%;
}
.hint {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  padding: 10px;
  margin-bottom: 10px;
}
.hint.alert {
  background-color: #FF5300;
  color: #fff;
}
.td_sys_header {
  height: 50px;
  font-size: 1.5em;
  text-align: center;
  vertical-align: middle;
  background-color: #23282d;
  color: #f7f5e7;
}
.std_table {
  border-collapse: separate;
  border-spacing: 0;
  padding: 0px;
  width: 100%;
  border-radius: 1px;
  background-color: #f7f5e7;
  color: #000000;
}
.std_tr {
  border: solid 2px #FFFFFF;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 1px;
  padding: 5px;
}
.std_td_cont {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 77px;
  padding: 5px;
  vertical-align: middle;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 1px;
}
.std_td_cont_c {
  text-align: center;
  padding: 5px;
  vertical-align: middle;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 1px;
}
.std_td_title {
  border: solid 0px;
  font-weight: bold;
  padding: 5px;
  vertical-align: middle;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 1px;
}
.link_item {
  display: inline-block;
  text-align: center;
  color: #000000;
}
@media screen and (min-width: 1025px) {
  .link_item {
    margin-right: 64px;
    margin-bottom: 64px;
    width: 128px;
    height: 150px;
  }
  .link_item img {
    width: 128px;
  }
}
@media screen and (max-width: 1024px) {
  .link_item {
    margin-right: 32px;
    margin-bottom: 32px;
    width: 64px;
    height: 90px;
  }
  .link_item img {
    width: 64px;
  }
}
.admin_div {
  display: table-cell;
  text-align: center;
  margin: 0 auto;
}
.admin_header {
  font-size: 1.5em;
  padding: 20px;
  margin-bottom: 10px;
  position: relative;
}
.admin_header a {
  color: inherit;
  text-decoration: underline;
}
.admin_header_help {
  position: absolute;
  cursor: pointer;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  background-color: #f7f5e7;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  -webkit-mask-size: 40px;
  mask-size: 40px;
  mask-repeat: no-repeat;
  mask-position: center center;
  mask-mode: luminance;
  mask: url('../../../../templates/main/img/action/help_large.svg#fullmask');
  -webkit-mask-image: url('../../../../templates/main/img/action/help.svg');
}
.pagination li.active {
  background-color: #1976D2 !important;
}
.footertext {
  height: 40px;
  line-height: 40px;
  display: table-cell;
  vertical-align: middle;
  float: left;
  color: #000000;
  padding-left: 10px;
  padding-right: 10px;
}
.facebook {
  width: 40px;
  height: 40px;
  background-image: url(../../../../../../../img/fb-square.png);
  background-size: 40px 40px;
  float: right;
  padding: 0;
  cursor: pointer;
  cursor: hand !important;
}
.footer_elem {
  height: 40px;
  line-height: 40px;
  float: right;
  padding: 0 10px;
  cursor: pointer;
  cursor: hand !important;
  color: #000000;
}
.elevated {
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.75);
}
.elevated_inverted {
  -webkit-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.75);
}
.elevated_disabled {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
}
.noshadow {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.75);
}
.elevated_bottom {
  -webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.75);
}
.elevated_top {
  -webkit-box-shadow: 0px -4px 2px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -4px 2px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px -4px 2px -2px rgba(0, 0, 0, 0.75);
}
.mainnavi {
  text-align: left;
  z-index: 50;
  font-style: normal;
  clear: both;
}
@media screen and (min-width: 1025px) {
  .mainnavi {
    position: relative;
    border-left: 2px solid #f7f5e7;
    border-right: 2px solid #f7f5e7;
  }
}
@media screen and (max-width: 1024px) {
  .mainnavi {
    position: relative;
  }
}
nav {
  height: auto !important;
  width: 100%;
}
nav ul {
  width: 100%;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
}
.navi_level_1 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  line-height: 40px;
}
.navi_level_1_item {
  display: inline-block;
  padding: 0;
  margin: 0;
  margin-left: 10px;
}
.navi_level_1_item a,
.navi_level_1_item span {
  color: #000000;
  display: block;
  text-align: left;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  font-size: 100%;
  font-weight: bold;
  border: 0px solid #23282d;
  background-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  padding: 0 15px;
  font-style: normal;
}
.navi_level_2 {
  display: none;
  position: absolute;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  min-width: 100px;
  z-index: 800;
  border-collapse: separate;
}
.navi_level_2_item {
  margin: 0;
  text-align: left;
  float: none;
  position: relative;
}
.navi_level_2_item a,
.navi_level_2_item span {
  height: 40px;
  line-height: 40px;
  text-align: left;
  width: auto;
  border-bottom: none;
  margin-right: 0;
  color: #000000;
}
.navi_level_2_item a:hover,
.navi_level_2_item span:hover {
  color: #000000;
}
.navi_level_3 {
  display: none;
  position: absolute;
  list-style: none;
  min-width: 100px;
  width: auto;
  padding: 0;
}
.navi_level_3_item {
  float: none;
}
.navi_level_3_item a,
.navi_level_3_item span {
  height: 40px;
  line-height: 40px;
  text-align: left;
  height: auto;
  width: auto;
  padding: 0 15px;
  margin-right: 0;
}
.news {
  margin: 0 auto;
  position: relative;
  margin: 0 -10px;
  background-color: #f7f5e7;
  color: #000000;
  padding: 5px;
}
.news_header {
  font-weight: bold;
  font-size: 0.8em;
  padding-bottom: 10px;
  border-bottom: 2px solid #eae5c1;
}
.news_title {
  font-weight: bold;
  font-family: Bitter, Georgia, serif;
  font-size: 2.5em;
  padding-bottom: 10px;
}
.news_text {
  padding-top: 10px;
}
.sharenews {
  border-radius: 0px;
}
