body {
  overflow-x: hidden;
  overflow-y: scroll; }
  body::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
    position: relative;
    z-index: 200; }
  body::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
    position: relative;
    z-index: 200; }
  body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #e1e1e1;
    position: relative;
    z-index: 200; }

.wrapper {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0; }

.btn {
  height: 30px;
  line-height: 30px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  padding: 0 20px;
  transition: all 500ms ease-out;
  -webkit-transition: all 500ms ease-out;
  -moz-transition: all 500ms ease-out;
  -o-transition: all 500ms ease-out;
  -ms-transition: all 500ms ease-out;
  cursor: pointer;
  -webkit-appearance: none; }
  .btn.btn_1 {
    background: #41ad60;
    border: 1px solid #2f9148;
    color: white; }
    .btn.btn_1:hover {
      background: #fff;
      color: #41ad60;
      border-color: #41ad60; }
  .btn.btn_2 {
    border: 1px solid #b91132;
    color: #b91132;
    background: #fff; }
    .btn.btn_2:hover {
      background: #b91132;
      border-color: #b91132;
      color: white; }
  .btn.btn_3 {
    border: 1px solid #222;
    color: #222;
    background: transparent; }
    .btn.btn_3:hover {
      background: #222;
      border-color: #222;
      color: white; }
  .btn.disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.25; }
  .btn.btn_change_sort {
    margin-bottom: 10px;
    width: 190px;
    margin-right: 25px; }

.confirmation_modal {
  visibility: hidden;
  opacity: 0;
  z-index: 1000;
  position: fixed;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  align-items: center; }
  .confirmation_modal .cm_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(26, 26, 26, 0.7); }
  .confirmation_modal .cm_content {
    transform: translateY(20px);
    transition: 300ms;
    padding: 30px;
    z-index: 100;
    background: white;
    border: 1px solid #c4c9c6;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    font-family: 'Khula', sans-serif;
    color: #1a1a1a;
    width: 600px; }
    .confirmation_modal .cm_content .cm_content_head {
      margin-bottom: 50px; }
    .confirmation_modal .cm_content .cm_content_foot .btn_cancel {
      border: 1px solid transparent;
      color: #41ad60;
      background: #fff; }
      .confirmation_modal .cm_content .cm_content_foot .btn_cancel:hover {
        background: #2f9148;
        border-color: #2f9148;
        color: white; }
    .confirmation_modal .cm_content .cm_content_foot .btn_confirm {
      background: #b91132;
      border: 1px solid #b91132;
      color: white; }
      .confirmation_modal .cm_content .cm_content_foot .btn_confirm:hover {
        background: #fff;
        color: #b91132;
        border-color: #b91132; }
    .confirmation_modal .cm_content span {
      display: block; }
  .confirmation_modal.active {
    visibility: visible;
    opacity: 1; }
    .confirmation_modal.active .cm_content {
      transform: translateY(0); }
  .confirmation_modal.transition {
    transition: 250ms; }

.align_text_right {
  text-align: right; }

.align_text_center {
  text-align: center; }

.big_title_1 {
  font-family: 'Khula', sans-serif;
  font-weight: 700;
  font-size: 28px;
  display: inline-block; }
  .big_title_1.accent {
    color: #b1b1b1; }

.login_page {
  overflow: hidden;
  background: #F2F2F2; }
  .login_page section.content {
    margin-left: 0;
    width: 100%; }
    .login_page section.content .login_content {
      max-width: 430px;
      max-height: 370px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      background: white;
      border: 1px solid #c4c9c6;
      padding: 40px;
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }
      .login_page section.content .login_content .big_title_1 {
        margin-bottom: 20px; }
      .login_page section.content .login_content .control {
        margin-bottom: 30px; }
        .login_page section.content .login_content .control .label {
          margin-bottom: 5px;
          font-family: 'Roboto', sans-serif; }
      .login_page section.content .login_content .submit {
        text-align: right; }

.ui-datepicker.ui-widget.ui-widget-content {
  margin: 5px auto 0;
  border-radius: 0;
  padding: 20px 10px 10px 10px;
  border: 1px solid #c4c9c6;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }
  .ui-datepicker.ui-widget.ui-widget-content a {
    text-decoration: none; }
  .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header {
    border-radius: 0;
    border: none;
    background: none; }
  .ui-datepicker.ui-widget.ui-widget-content .ui-state-default {
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 16px;
    letter-spacing: 0.4px;
    padding: 5px;
    text-align: center;
    transition: 300ms; }
  .ui-datepicker.ui-widget.ui-widget-content .ui-state-highlight {
    background-color: white;
    border-color: #41ad60;
    color: #1a1a1a; }
  .ui-datepicker.ui-widget.ui-widget-content .ui-state-active {
    background-color: #2f9148;
    border-color: #2f9148;
    color: white; }
  .ui-datepicker.ui-widget.ui-widget-content .ui-state-hover {
    background-color: #2f9148;
    border-color: #2f9148;
    color: white; }

.overview_table_title {
  font-size: 10px;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase; }

.overview_table_item_title, .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header {
  font-family: 'Khula', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a; }
  .overview_table_item_title a, .ui-datepicker.ui-widget.ui-widget-content .ui-datepicker-header a {
    text-decoration: none; }
  .overview_table_item_title.link, .ui-datepicker.ui-widget.ui-widget-content .link.ui-datepicker-header {
    color: #5288DB; }
  .overview_table_item_title.indent_line, .ui-datepicker.ui-widget.ui-widget-content .indent_line.ui-datepicker-header {
    padding-left: 20px; }
    .overview_table_item_title.indent_line:before, .ui-datepicker.ui-widget.ui-widget-content .indent_line.ui-datepicker-header:before {
      content: '';
      width: 10px;
      height: 1px;
      display: inline-block;
      background: #5288DB;
      vertical-align: middle;
      margin-right: 10px; }

.overview_table_item_status {
  font-family: 'Khula', sans-serif;
  font-size: 14px;
  color: #b1b1b1; }
  .overview_table_item_status .dot {
    display: inline-block;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    margin-right: 5px; }
  .overview_table_item_status.green .dot {
    background: #41AD60; }
  .overview_table_item_status.orange .dot {
    background: #FFA300; }
  .overview_table_item_status.yellow .dot {
    background: #ffd800; }
  .overview_table_item_status.red .dot {
    background: #DD1F1F; }
  .overview_table_item_status.indent_line {
    padding-left: 40px; }

.overview_input {
  border-radius: 3px;
  border: 1px solid #c4c9c6;
  padding: 8px;
  outline: none; }
  .overview_input.full_width {
    width: 100%; }

input:not([type="submit"]), textarea, select {
  font-family: 'khula', sans-serif;
  border-radius: 3px;
  border: 1px solid #c4c9c6;
  padding: 8px;
  outline: none; }

.sort_icon {
  position: absolute;
  right: 25px;
  color: #b1b1b1; }
  .sort_icon:not(.pages) {
    top: 26.5px; }

.redactor-toolbar-fixed {
  top: 45px !important; }

section.menu {
  width: 275px;
  z-index: 95;
  position: fixed;
  color: #b1b1b1;
  font-family: 'Roboto', sans-serif;
  background: #222; }
  section.menu a {
    text-decoration: none;
    color: #b1b1b1; }
    section.menu a:hover {
      text-decoration: underline; }
  section.menu .menu_info {
    background: #1a1a1a;
    height: 55px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #353535;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1); }
    section.menu .menu_info .menu_info_icon {
      width: 50px;
      height: 100%;
      position: relative; }
      section.menu .menu_info .menu_info_icon img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
    section.menu .menu_info .settings_dropdown_trigger {
      line-height: 55px;
      padding-right: 15px;
      cursor: pointer;
      display: inline-block;
      color: #ffffff; }
    section.menu .menu_info .settings_dropdown {
      display: none;
      position: absolute;
      left: 50px;
      top: 100%;
      width: calc(100% - 50px);
      padding: 10px;
      background: #1a1a1a;
      line-height: 40px;
      z-index: 200;
      font-family: 'Khula', sans-serif;
      text-decoration: none; }
    section.menu .menu_info .menu_info_brand {
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
      z-index: 150;
      position: relative;
      padding-left: 10px;
      font-size: 12px;
      position: absolute;
      left: 55px;
      top: 50%;
      transform: translate(0, -50%); }
      section.menu .menu_info .menu_info_brand .menu_info_brand_url {
        font-weight: 800;
        font-family: 'Khula', sans-serif;
        color: white; }
      section.menu .menu_info .menu_info_brand .menu_info_brand_name {
        text-transform: uppercase;
        font-size: 10px;
        letter-spacing: 2px;
        font-weight: 900; }
  section.menu .menu_small_nav {
    background: #1a1a1a;
    width: 50px;
    height: calc(100vh - 55px);
    z-index: 150;
    padding-top: 10px; }
    section.menu .menu_small_nav .menu_small_nav_item {
      height: 50px;
      text-align: center;
      line-height: 50px;
      cursor: pointer; }
      section.menu .menu_small_nav .menu_small_nav_item i {
        font-size: 16px; }
      section.menu .menu_small_nav .menu_small_nav_item.active {
        background: #222;
        position: relative;
        transition: .2s; }
        section.menu .menu_small_nav .menu_small_nav_item.active:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 3px;
          background: #D51036; }
  section.menu .menu_big_nav {
    background: #222;
    width: 225px;
    height: calc(100vh - 55px);
    padding-top: 10px; }
    section.menu .menu_big_nav:not(.active) {
      display: none; }
    section.menu .menu_big_nav .menu_big_nav_item {
      height: 50px;
      line-height: 50px;
      padding-left: 20px; }
      section.menu .menu_big_nav .menu_big_nav_item.active {
        position: relative;
        transition: .1s; }
        section.menu .menu_big_nav .menu_big_nav_item.active a {
          color: #ffffff; }
        section.menu .menu_big_nav .menu_big_nav_item.active:before {
          content: none;
          position: absolute;
          right: 0;
          top: 0;
          height: 100%;
          width: 10%;
          background: #222; }
      section.menu .menu_big_nav .menu_big_nav_item i, section.menu .menu_big_nav .menu_big_nav_item a {
        font-size: 16px; }
      section.menu .menu_big_nav .menu_big_nav_item i {
        padding-right: 10px; }
      section.menu .menu_big_nav .menu_big_nav_item a {
        color: #b1b1b1;
        font-family: 'Khula', sans-serif;
        text-decoration: none;
        width: 100%;
        height: 100%; }

section.content {
  width: calc(100% - 275px);
  margin-left: 275px;
  min-height: 100vh;
  background: #F2F2F2; }
  section.content .content_top_bar {
    height: 55px;
    background: white;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    line-height: 55px; }
    section.content .content_top_bar:before {
      content: '';
      position: absolute;
      left: 100%;
      background: white;
      top: 0;
      width: 15px;
      height: 100%;
      box-shadow: 4px 0px 5px 0px rgba(0, 0, 0, 0.1); }
    section.content .content_top_bar .breadcrumbs {
      font-family: 'Khula', sans-serif;
      color: #1a1a1a; }
      section.content .content_top_bar .breadcrumbs a {
        color: #1a1a1a;
        text-decoration: none;
        font-size: 14px; }
      section.content .content_top_bar .breadcrumbs i {
        color: #1a1a1a;
        padding: 0 10px;
        font-size: 16px; }
      section.content .content_top_bar .breadcrumbs .active_breadcrumb {
        font-weight: 600; }
      section.content .content_top_bar .breadcrumbs .fa-angle-right {
        font-size: 14px;
        color: #b1b1b1; }
      section.content .content_top_bar .breadcrumbs span.first_item {
        color: #b1b1b1; }
    section.content .content_top_bar .cta_buttons .btn:first-child {
      margin-right: 5px; }
  section.content .content_overview {
    margin: 40px 0; }
    section.content .content_overview input {
      padding: 12px 35px 8px 8px;
      height: 35px;
      font-family: 'Khula'; }
    section.content .content_overview .status label {
      margin-right: 5px;
      font-family: 'Khula';
      font-weight: 600;
      font-size: 16px; }
    section.content .content_overview .status select {
      width: 155px;
      height: 35px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: url("../../backend/assets/img/angle-down.png") no-repeat right #fff;
      background-position-x: 135px;
      background-size: 14px; }
    section.content .content_overview .col_1_4 {
      position: relative;
      height: 100%; }
      section.content .content_overview .col_1_4 i {
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        right: 10px;
        display: block !important; }
  section.content .flex.normal {
    justify-content: normal; }
  section.content .thumb_image {
    width: 52px;
    height: 52px;
    border: 1px solid #d9dcdb;
    border-radius: 3px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  section.content .galery_image {
    font-family: 'Khula', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    background-color: white;
    border: 1px solid #c4c9c6;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    margin-right: 12px;
    margin-bottom: 12px;
    position: relative;
    overflow: hidden;
    padding: 10px;
    transition: transform .2s; }
    section.content .galery_image.col_1_3 {
      width: calc((100% / 3) - 12px); }
    section.content .galery_image.col_1_4 {
      width: calc(25% - 12px); }
    section.content .galery_image.col_1_5 {
      width: calc(20% - 12px); }
    section.content .galery_image figure {
      width: calc(100% + 20px);
      height: 180px;
      background-size: cover;
      background-position: center;
      transition: 250ms;
      margin: -10px -10px -10px -10px; }
    section.content .galery_image .title {
      display: block;
      margin-top: 20px; }
    section.content .galery_image .controls {
      position: absolute;
      right: -55px;
      top: 15px;
      transition: 350ms; }
      section.content .galery_image .controls .fa {
        width: 23px;
        height: 24px;
        padding: 3px;
        border-radius: 2px;
        text-align: center;
        color: white;
        cursor: pointer; }
        section.content .galery_image .controls .fa.fa-times {
          background-color: #b91132; }
          section.content .galery_image .controls .fa.fa-times:hover {
            background-color: #940e28; }
        section.content .galery_image .controls .fa.fa-pencil, section.content .galery_image .controls .fa.fa-expand {
          background-color: #41ad60; }
          section.content .galery_image .controls .fa.fa-pencil:hover, section.content .galery_image .controls .fa.fa-expand:hover {
            background-color: #2d8944; }
    section.content .galery_image.first_item {
      border-style: dotted;
      border-color: #c4c9c6;
      text-decoration: none; }
      section.content .galery_image.first_item figure {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        cursor: pointer;
        color: #b1b1b1;
        height: 180px; }
        section.content .galery_image.first_item figure .fa-plus {
          font-size: 30px; }
      section.content .galery_image.first_item span {
        text-align: center; }
      section.content .galery_image.first_item [type=file] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer; }
    section.content .galery_image:hover figure:not(.first) {
      opacity: 0.4; }
    section.content .galery_image:hover figure.first {
      color: #656565; }
    section.content .galery_image:hover .controls {
      right: 15px; }
  @media screen and (max-width: 1400px) {
    section.content .align_text_right {
      position: relative; }
    section.content .btn.btn_change_sort {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translate(0, -50%); }
    section.content .galery_image.col_1_3:nth-child(3n+3) {
      margin-right: 15px; }
    section.content .galery_image.col_1_4:nth-child(4n+3) {
      margin-right: 15px; }
    section.content .galery_image.col_1_5:nth-child(5n+3) {
      margin-right: 15px; }
    section.content .galery_image.col_1_3, section.content .galery_image.col_1_4, section.content .galery_image.col_1_5 {
      width: calc(50% - (15px / 2)); }
      section.content .galery_image.col_1_3:nth-child(even), section.content .galery_image.col_1_4:nth-child(even), section.content .galery_image.col_1_5:nth-child(even) {
        margin-right: 0; } }
  @media screen and (max-width: 767px) {
    section.content .galery_image.col_1_3:nth-child(3n+3), section.content .galery_image.col_1_4:nth-child(4n+3), section.content .galery_image.col_1_5:nth-child(5n+3), section.content .galery_image.first_item {
      margin-right: 0; }
    section.content .galery_image.col_1_3, section.content .galery_image.col_1_4, section.content .galery_image.col_1_5 {
      width: 100%; } }
  section.content .content_items {
    width: 100%;
    padding: 0 0 30px 0;
    font-family: 'Roboto', sans-serif;
    color: #1a1a1a; }
    section.content .content_items .table {
      border: 1px solid #C4C9CB;
      box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }
      section.content .content_items .table .overview_table_title, section.content .content_items .table .table_item {
        padding-left: 25px; }
      section.content .content_items .table .col_1_2:last-child {
        padding-right: 25px; }
      section.content .content_items .table .top_table {
        background: #FCFAFA;
        border-bottom: 1px solid #C4C9CB;
        height: 45px;
        line-height: 45px; }
      section.content .content_items .table .table_item {
        background: white;
        min-height: 75px; }
        section.content .content_items .table .table_item.not_found {
          height: 75px; }
        section.content .content_items .table .table_item .indent {
          width: 100%; }
          section.content .content_items .table .table_item .indent .indent {
            margin-left: 20px; }
        section.content .content_items .table .table_item .indent_underline {
          position: relative; }
          section.content .content_items .table .table_item .indent_underline.ui-sortable-helper {
            background: white;
            border-radius: 5px; }
        section.content .content_items .table .table_item .col_6_7, section.content .content_items .table .table_item .col_1_7, section.content .content_items .table .table_item .col_1_6, section.content .content_items .table .table_item .col_2_6, section.content .content_items .table .table_item .col_3_6, section.content .content_items .table .table_item .col_1_2, section.content .content_items .table .table_item .col_1_1 {
          position: relative; }
          section.content .content_items .table .table_item .col_6_7 .col_1_1:not(.setting_input), section.content .content_items .table .table_item .col_1_7 .col_1_1:not(.setting_input), section.content .content_items .table .table_item .col_1_6 .col_1_1:not(.setting_input), section.content .content_items .table .table_item .col_2_6 .col_1_1:not(.setting_input), section.content .content_items .table .table_item .col_3_6 .col_1_1:not(.setting_input), section.content .content_items .table .table_item .col_1_2 .col_1_1:not(.setting_input), section.content .content_items .table .table_item .col_1_1 .col_1_1:not(.setting_input) {
            position: absolute;
            top: 50%;
            transform: translate(0, -50%); }
        section.content .content_items .table .table_item .col_1_7, section.content .content_items .table .table_item .col_1_2:not(.flex) {
          line-height: 75px; }
        section.content .content_items .table .table_item .col_1_2:last-child {
          padding-right: 25px; }
        section.content .content_items .table .table_item a {
          width: 100%;
          text-decoration: none; }
        section.content .content_items .table .table_item:nth-child(odd) {
          background: #FCFAFA; }
    section.content .content_items .page_info .content_items_main {
      border: 1px solid #c4c9c6;
      background: white;
      margin-top: 40px; }
    section.content .content_items .file_upload label.btn {
      width: 100%;
      margin: 0; }
    section.content .content_items .file_upload input {
      display: none;
      z-index: -1; }
    section.content .content_items .flex.buttons {
      margin-bottom: 10px; }
      section.content .content_items .flex.buttons .btn {
        margin-right: 10px; }
    section.content .content_items .content_items_sidebar {
      width: 285px; }
      section.content .content_items .content_items_sidebar .main_img {
        border-radius: 2px; }
        section.content .content_items .content_items_sidebar .main_img.new {
          display: none; }
      section.content .content_items .content_items_sidebar .file_upload .btn {
        margin-top: 15px;
        text-align: center; }
      section.content .content_items .content_items_sidebar .file_upload #image_upload {
        opacity: 0;
        position: absolute;
        z-index: -1; }
    section.content .content_items .content_items_main {
      width: 795px; }
      section.content .content_items .content_items_main label:not(.col_1_2) {
        margin-bottom: 5px; }
      section.content .content_items .content_items_main label.col_1_2 {
        line-height: 25px; }
      section.content .content_items .content_items_main input, section.content .content_items .content_items_main textarea, section.content .content_items .content_items_main select {
        font-family: 'Khula', sans-serif;
        border-radius: 3px;
        border: 1px solid #c4c9c6;
        padding: 8px; }
      section.content .content_items .content_items_main .redactor-box {
        width: 100%;
        border: 1px solid #c4c9c6; }
        section.content .content_items .content_items_main .redactor-box .redactor_area {
          padding: 16px 18px;
          color: #1a1a1a;
          font-family: 'Khula', sans-serif; }
      section.content .content_items .content_items_main input {
        height: 40px; }
    section.content .content_items .line {
      border-bottom: 1px solid #c4c9c6;
      margin: 30px 0; }

.content_items .edit_page form {
  width: 100%; }
.content_items .edit_page.content_items_sidebar {
  margin-top: 40px;
  height: inherit; }
  .content_items .edit_page.content_items_sidebar .content_items_sidebar_img {
    cursor: pointer; }
    .content_items .edit_page.content_items_sidebar .content_items_sidebar_img img {
      width: 100%; }
  .content_items .edit_page.content_items_sidebar.has_border {
    padding: 20px;
    border: 1px solid #c4c9c6;
    background: white; }
    .content_items .edit_page.content_items_sidebar.has_border:not(:first-child) {
      margin-top: 20px; }
  .content_items .edit_page.content_items_sidebar .has_border {
    padding: 20px;
    border: 1px solid #c4c9c6; }
    .content_items .edit_page.content_items_sidebar .has_border:not(:first-child) {
      margin-top: 20px; }
    .content_items .edit_page.content_items_sidebar .has_border .col_1_1 {
      position: relative; }
      .content_items .edit_page.content_items_sidebar .has_border .col_1_1.euro:before {
        content: '\20AC';
        position: absolute;
        left: -5px;
        top: 50%;
        transform: translate(0, -50%);
        display: none; }
  .content_items .edit_page.content_items_sidebar .text_input {
    background: none;
    border: none;
    font-size: 20px;
    font-weight: 600;
    position: relative; }
  .content_items .edit_page.content_items_sidebar .min-width {
    width: auto; }
.content_items .edit_page.content_items_main .col_1_2:not(label), .content_items .edit_page.content_items_main .col_1_1:not(label) {
  padding: 30px 25px 25px 25px;
  border-bottom: 1px solid #c4c9c6; }
  .content_items .edit_page.content_items_main .col_1_2:not(label):nth-last-of-type(-n+1), .content_items .edit_page.content_items_main .col_1_1:not(label):nth-last-of-type(-n+1) {
    border-bottom: none; }
  .content_items .edit_page.content_items_main .col_1_2:not(label).border-right, .content_items .edit_page.content_items_main .col_1_1:not(label).border-right {
    border-right: 1px solid #c4c9c6; }
  .content_items .edit_page.content_items_main .col_1_2:not(label) input:not([type='checkbox']), .content_items .edit_page.content_items_main .col_1_2:not(label) textarea, .content_items .edit_page.content_items_main .col_1_2:not(label) select, .content_items .edit_page.content_items_main .col_1_1:not(label) input:not([type='checkbox']), .content_items .edit_page.content_items_main .col_1_1:not(label) textarea, .content_items .edit_page.content_items_main .col_1_1:not(label) select {
    width: 100%; }
  .content_items .edit_page.content_items_main .col_1_2:not(label) textarea, .content_items .edit_page.content_items_main .col_1_1:not(label) textarea {
    height: 60px; }
  .content_items .edit_page.content_items_main .col_1_2:not(label) .col_1_1, .content_items .edit_page.content_items_main .col_1_2:not(label) .col_1_2, .content_items .edit_page.content_items_main .col_1_1:not(label) .col_1_1, .content_items .edit_page.content_items_main .col_1_1:not(label) .col_1_2 {
    padding: 0;
    border: none; }
    .content_items .edit_page.content_items_main .col_1_2:not(label) .col_1_1.more_pages, .content_items .edit_page.content_items_main .col_1_2:not(label) .col_1_2.more_pages, .content_items .edit_page.content_items_main .col_1_1:not(label) .col_1_1.more_pages, .content_items .edit_page.content_items_main .col_1_1:not(label) .col_1_2.more_pages {
      margin-top: 20px;
      padding: 0 20px 20px 20px;
      background: whitesmoke; }
.content_items .edit_page.content_items_main input.half, .content_items .edit_page.content_items_main textarea.half, .content_items .edit_page.content_items_main select.half {
  width: calc(50% - 25px) !important; }
.content_items .edit_page.content_items_main .flex .selector_input {
  align-items: center;
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap; }
  .content_items .edit_page.content_items_main .flex .selector_input.all {
    margin-bottom: 20px; }
  .content_items .edit_page.content_items_main .flex .selector_input input[type='checkbox'] {
    height: 18px;
    width: 18px; }
  .content_items .edit_page.content_items_main .flex .selector_input label {
    margin-bottom: 0px;
    margin-left: 20px; }
.content_items .edit_page.content_items_main .show_on {
  display: inline-block;
  width: 100%; }
.content_items .edit_page.content_items_main .show_on .anchor {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding: 5px 50px 5px 10px;
  border: 1px solid #ccc;
  width: 100%; }
.content_items .edit_page.content_items_main .show_on .anchor:after {
  position: absolute;
  content: "";
  border-left: 2px solid black;
  border-top: 2px solid black;
  padding: 5px;
  right: 10px;
  top: 20%;
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }
.content_items .edit_page.content_items_main .show_on .anchor:active:after {
  right: 8px;
  top: 21%; }
.content_items .edit_page.content_items_main .show_on ul.items {
  padding: 2px;
  display: none;
  margin: 0;
  border: 1px solid #ccc;
  border-top: none; }
  .content_items .edit_page.content_items_main .show_on ul.items input {
    height: 30px;
    vertical-align: middle;
    margin-right: 5px;
    margin-left: 5px; }
.content_items .edit_page.content_items_main .show_on ul.items li {
  list-style: none; }
.content_items .page_content .redactor-box {
  width: 100%; }

.hero_content img {
  width: 100%; }
.hero_content .col_1_2 {
  padding: 30px 25px 25px 25px;
  border: 1px solid #c4c9c6; }
  .hero_content .col_1_2 label {
    line-height: 24px; }
  .hero_content .col_1_2 input, .hero_content .col_1_2 select {
    width: 100%;
    padding: 8px;
    margin-bottom: 20px; }
  .hero_content .col_1_2:last-child {
    border-left: none; }
  .hero_content .col_1_2 .col_1_1 {
    align-self: flex-start; }

@media screen and (min-width: 1024px) {
  .hide_on_desktop {
    display: none; } }
@media screen and (max-width: 1400px) {
  .wrapper {
    max-width: 90%; }

  section.content .content_items .content_items_main {
    width: calc((100% - 285px) - 20px); } }
@media screen and (max-width: 1023px) {
  .hide_on_mobile {
    display: none; }

  .wrapper {
    max-width: 90%;
    padding: 0px; }

  section.content {
    width: 100%;
    margin-left: 0px; }

  section.menu {
    width: 100%;
    position: relative; }
    section.menu .menu_info {
      background: #222;
      height: 55px;
      width: 100%; }
    section.menu .menu_small_nav {
      background: #1a1a1a;
      width: 100%;
      height: 55px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      section.menu .menu_small_nav .menu_small_nav_item {
        width: 50px;
        height: 100%;
        margin: 0; }
        section.menu .menu_small_nav .menu_small_nav_item.active {
          padding-left: 0; }
          section.menu .menu_small_nav .menu_small_nav_item.active:before {
            height: 3px;
            width: 100%;
            bottom: 0;
            top: unset; }
    section.menu .menu_big_nav {
      background: #222;
      position: absolute;
      width: 225px;
      min-height: 100vh;
      left: -100%;
      z-index: 200; }

  section.content .content_items {
    width: 100%; }
    section.content .content_items .content_items_main .col_1_2 {
      width: 100%;
      border-right: none !important; }
  section.content .content_top_bar .breadcrumbs {
    max-width: 55%;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; } }
@media screen and (max-width: 767px) {
  section.content .content_overview .col_1_2 {
    width: 100%; }
    section.content .content_overview .col_1_2 .big_title_1 {
      margin-bottom: 20px; }
  section.content .content_overview .col_1_4 {
    width: 50%; }
  section.content .content_items .col_1_7, section.content .content_items .col_6_7 {
    width: 50%; }
    section.content .content_items .col_1_7 .col_1_1, section.content .content_items .col_6_7 .col_1_1 {
      padding: 20px 0; }
  section.content .content_items .col_5_7 {
    width: 100%; }
  section.content .content_items .col_2_7 {
    display: none; }
  section.content .content_items .content_items_sidebar {
    width: 100%; }
  section.content .content_items .content_items_main {
    width: 100%;
    margin-top: 20px; }
  section.content .col_image {
    width: calc(50% - 12px); }
    section.content .col_image:nth-child(odd) {
      margin-right: 0; } }
.redactor-modal .redactor-modal-header {
  font-family: 'Open Sans', sans-serif; }
.redactor-modal .redactor-modal-tab {
  font-family: 'Khula', sans-serif;
  padding: 40px;
  border: 2px dashed #c4c9c6;
  cursor: pointer; }
  .redactor-modal .redactor-modal-tab .upload-redactor-placeholder {
    visibility: hidden;
    position: relative; }
    .redactor-modal .redactor-modal-tab .upload-redactor-placeholder:after {
      content: 'Selecteer afbeelding of sleep afbeelding om te uploaden.';
      visibility: visible;
      position: absolute;
      left: 0; }

/*# sourceMappingURL=backend.css.map */
