/* media beillesztese, Drupal 8 media modullal */
hr {
  border: none;
  margin: 0;
  clear: both; }

.media--type-youtube-video[class*="colorbox"],
.media--type-remote-video[class*="colorbox"] {
  position: relative; }
  .media--type-youtube-video[class*="colorbox"]:after,
  .media--type-remote-video[class*="colorbox"]:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../images/youtube.svg") no-repeat center center;
    background-size: 50px;
    opacity: 0.8;
    pointer-events: none; }
  .media--type-youtube-video[class*="colorbox"]:hover,
  .media--type-remote-video[class*="colorbox"]:hover {
    cursor: pointer; }
    .media--type-youtube-video[class*="colorbox"]:hover:after,
    .media--type-remote-video[class*="colorbox"]:hover:after {
      opacity: 1; }

.embedded-entity, figure {
  float: none;
  display: block;
  margin: 0 0 10px 0;
  box-sizing: border-box; }
  .embedded-entity .media[class*="colorbox"], figure .media[class*="colorbox"] {
    line-height: 0; }
    .embedded-entity .media[class*="colorbox"]:hover, figure .media[class*="colorbox"]:hover {
      cursor: pointer; }
  .embedded-entity .media--type-document .button, figure .media--type-document .button {
    color: #8E6D25;
    padding: 0.5rem 2rem;
    border: 1px solid #9E7929;
    border-radius: 15px;
    display: inline-block;
    text-decoration: none; }
  .embedded-entity .media--type-image, figure .media--type-image {
    line-height: 0; }
  .embedded-entity .media--type-video video, figure .media--type-video video {
    max-width: 100%;
    height: auto; }
  .embedded-entity .media--type-youtube-video > .field, figure .media--type-youtube-video > .field,
  .embedded-entity .media--type-remote-video > .field,
  figure .media--type-remote-video > .field {
    position: relative;
    height: 0;
    padding-top: 56.25%; }
    .embedded-entity .media--type-youtube-video > .field iframe, figure .media--type-youtube-video > .field iframe,
    .embedded-entity .media--type-remote-video > .field iframe,
    figure .media--type-remote-video > .field iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .embedded-entity .media--type-youtube-video[class*="colorbox"] > .field, figure .media--type-youtube-video[class*="colorbox"] > .field,
  .embedded-entity .media--type-remote-video[class*="colorbox"] > .field,
  figure .media--type-remote-video[class*="colorbox"] > .field {
    height: auto;
    padding: 0; }
  .embedded-entity[data-entity-embed-display*="full_width"], figure[data-entity-embed-display*="full_width"] {
    width: 100%; }
  .embedded-entity[data-entity-embed-display*="half_width"], figure[data-entity-embed-display*="half_width"] {
    width: 50%; }
  .embedded-entity[data-entity-embed-display*="onethird_width"], figure[data-entity-embed-display*="onethird_width"] {
    width: 33.33%; }
  .embedded-entity[data-entity-embed-display*="quarter_width"], figure[data-entity-embed-display*="quarter_width"] {
    width: 25%; }
  .embedded-entity img, figure img {
    width: 100%; }
  .embedded-entity.align-left, figure.align-left {
    float: left;
    clear: none;
    padding-right: 10px; }
  .embedded-entity.align-right, figure.align-right {
    float: right;
    clear: none;
    padding-left: 10px; }
  .embedded-entity.align-center, figure.align-center {
    float: none;
    clear: both;
    margin-left: auto;
    margin-right: auto; }

figure[class*="full_width"] {
  width: 100%; }
figure[class*="half_width"] {
  width: 50%; }
figure[class*="onethird_width"] {
  width: 33.33%; }
figure[class*="quarter_width"] {
  width: 25%; }
figure figcaption {
  text-align: center;
  display: block !important; }
figure .embedded-entity, figure figure {
  max-width: 100%;
  width: 100% !important;
  margin: 0;
  display: inline-block; }

.box, .box-25,
.box-33,
.box-50 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 1em -10px;
  width: auto;
  max-width: calc(100% + 20px);
  clear: both;
  box-sizing: border-box; }
  .box > .embedded-entity, .box-25 > .embedded-entity,
  .box-33 > .embedded-entity,
  .box-50 > .embedded-entity, .box > figure, .box-25 > figure,
  .box-33 > figure,
  .box-50 > figure {
    -webkit-align-self: stretch;
    align-self: stretch; }
  .box > div[class*="item"], .box-25 > div[class*="item"],
  .box-33 > div[class*="item"],
  .box-50 > div[class*="item"] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 10px;
    margin: 0;
    width: auto;
    max-width: 100%;
    box-sizing: border-box; }
    .box > div[class*="item"] > *, .box-25 > div[class*="item"] > *,
    .box-33 > div[class*="item"] > *,
    .box-50 > div[class*="item"] > * {
      width: 100%; }
    .box > div[class*="item"] > p:first-child, .box-25 > div[class*="item"] > p:first-child,
    .box-33 > div[class*="item"] > p:first-child,
    .box-50 > div[class*="item"] > p:first-child {
      margin-top: 0; }
    .box > div[class*="item"] > p:last-child, .box-25 > div[class*="item"] > p:last-child,
    .box-33 > div[class*="item"] > p:last-child,
    .box-50 > div[class*="item"] > p:last-child {
      margin-bottom: 0; }
    .box > div[class*="item"].item-20, .box-25 > div[class*="item"].item-20,
    .box-33 > div[class*="item"].item-20,
    .box-50 > div[class*="item"].item-20 {
      max-width: 20%;
      width: 20%; }
    .box > div[class*="item"].item-25, .box-25 > div[class*="item"].item-25,
    .box-33 > div[class*="item"].item-25,
    .box-50 > div[class*="item"].item-25 {
      max-width: 25%;
      width: 25%; }
    .box > div[class*="item"].item-33, .box-25 > div[class*="item"].item-33,
    .box-33 > div[class*="item"].item-33,
    .box-50 > div[class*="item"].item-33 {
      max-width: 33%;
      width: 33%; }
    .box > div[class*="item"].item-50, .box-25 > div[class*="item"].item-50,
    .box-33 > div[class*="item"].item-50,
    .box-50 > div[class*="item"].item-50 {
      max-width: 50%;
      width: 50%; }
    .box > div[class*="item"].item-66, .box-25 > div[class*="item"].item-66,
    .box-33 > div[class*="item"].item-66,
    .box-50 > div[class*="item"].item-66 {
      max-width: 66%;
      width: 66%; }
    .box > div[class*="item"].item-75, .box-25 > div[class*="item"].item-75,
    .box-33 > div[class*="item"].item-75,
    .box-50 > div[class*="item"].item-75 {
      max-width: 75%;
      width: 75%; }
    .box > div[class*="item"].item-80, .box-25 > div[class*="item"].item-80,
    .box-33 > div[class*="item"].item-80,
    .box-50 > div[class*="item"].item-80 {
      max-width: 80%;
      width: 80%; }
    .box > div[class*="item"].item-100, .box-25 > div[class*="item"].item-100,
    .box-33 > div[class*="item"].item-100,
    .box-50 > div[class*="item"].item-100 {
      max-width: 100%;
      width: 100%;
      float: none; }
    .box > div[class*="item"].top, .box-25 > div[class*="item"].top,
    .box-33 > div[class*="item"].top,
    .box-50 > div[class*="item"].top {
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }
    .box > div[class*="item"].middle, .box-25 > div[class*="item"].middle,
    .box-33 > div[class*="item"].middle,
    .box-50 > div[class*="item"].middle {
      -webkit-justify-content: center;
      justify-content: center; }
    .box > div[class*="item"].bottom, .box-25 > div[class*="item"].bottom,
    .box-33 > div[class*="item"].bottom,
    .box-50 > div[class*="item"].bottom {
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
  .box.top, .top.box-25,
  .top.box-33,
  .top.box-50 {
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .box.middle, .middle.box-25,
  .middle.box-33,
  .middle.box-50 {
    -webkit-align-items: center;
    align-items: center; }
  .box.bottom, .bottom.box-25,
  .bottom.box-33,
  .bottom.box-50 {
    -webkit-align-items: flex-end;
    align-items: flex-end; }
  .box.left, .left.box-25,
  .left.box-33,
  .left.box-50 {
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .box.center, .center.box-25,
  .center.box-33,
  .center.box-50 {
    -webkit-justify-content: center;
    justify-content: center; }
  .box.right, .right.box-25,
  .right.box-33,
  .right.box-50 {
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .box div[class*="item"] .embedded-entity[data-entity-embed-display*="full_width"], .box-25 div[class*="item"] .embedded-entity[data-entity-embed-display*="full_width"],
  .box-33 div[class*="item"] .embedded-entity[data-entity-embed-display*="full_width"],
  .box-50 div[class*="item"] .embedded-entity[data-entity-embed-display*="full_width"], .box div[class*="item"] figure[data-entity-embed-display*="full_width"], .box-25 div[class*="item"] figure[data-entity-embed-display*="full_width"],
  .box-33 div[class*="item"] figure[data-entity-embed-display*="full_width"],
  .box-50 div[class*="item"] figure[data-entity-embed-display*="full_width"], .box div[class*="item"] .embedded-entity[data-entity-embed-display*="half_width"], .box-25 div[class*="item"] .embedded-entity[data-entity-embed-display*="half_width"],
  .box-33 div[class*="item"] .embedded-entity[data-entity-embed-display*="half_width"],
  .box-50 div[class*="item"] .embedded-entity[data-entity-embed-display*="half_width"], .box div[class*="item"] figure[data-entity-embed-display*="half_width"], .box-25 div[class*="item"] figure[data-entity-embed-display*="half_width"],
  .box-33 div[class*="item"] figure[data-entity-embed-display*="half_width"],
  .box-50 div[class*="item"] figure[data-entity-embed-display*="half_width"], .box div[class*="item"] .embedded-entity[data-entity-embed-display*="onethird_width"], .box-25 div[class*="item"] .embedded-entity[data-entity-embed-display*="onethird_width"],
  .box-33 div[class*="item"] .embedded-entity[data-entity-embed-display*="onethird_width"],
  .box-50 div[class*="item"] .embedded-entity[data-entity-embed-display*="onethird_width"], .box div[class*="item"] figure[data-entity-embed-display*="onethird_width"], .box-25 div[class*="item"] figure[data-entity-embed-display*="onethird_width"],
  .box-33 div[class*="item"] figure[data-entity-embed-display*="onethird_width"],
  .box-50 div[class*="item"] figure[data-entity-embed-display*="onethird_width"], .box div[class*="item"] .embedded-entity[data-entity-embed-display*="quarter_width"], .box-25 div[class*="item"] .embedded-entity[data-entity-embed-display*="quarter_width"],
  .box-33 div[class*="item"] .embedded-entity[data-entity-embed-display*="quarter_width"],
  .box-50 div[class*="item"] .embedded-entity[data-entity-embed-display*="quarter_width"], .box div[class*="item"] figure[data-entity-embed-display*="quarter_width"], .box-25 div[class*="item"] figure[data-entity-embed-display*="quarter_width"],
  .box-33 div[class*="item"] figure[data-entity-embed-display*="quarter_width"],
  .box-50 div[class*="item"] figure[data-entity-embed-display*="quarter_width"] {
    width: 100%; }
  .box div[class*="item"] figure[class*="full_width"], .box-25 div[class*="item"] figure[class*="full_width"],
  .box-33 div[class*="item"] figure[class*="full_width"],
  .box-50 div[class*="item"] figure[class*="full_width"], .box div[class*="item"] figure[class*="half_width"], .box-25 div[class*="item"] figure[class*="half_width"],
  .box-33 div[class*="item"] figure[class*="half_width"],
  .box-50 div[class*="item"] figure[class*="half_width"], .box div[class*="item"] figure[class*="onethird_width"], .box-25 div[class*="item"] figure[class*="onethird_width"],
  .box-33 div[class*="item"] figure[class*="onethird_width"],
  .box-50 div[class*="item"] figure[class*="onethird_width"], .box div[class*="item"] figure[class*="quarter_width"], .box-25 div[class*="item"] figure[class*="quarter_width"],
  .box-33 div[class*="item"] figure[class*="quarter_width"],
  .box-50 div[class*="item"] figure[class*="quarter_width"] {
    width: 100%; }

.box-25 > *,
.box-25 > .embedded-entity,
.box-25 > figure,
.box-25 > figure,
.box-33 > *,
.box-33 > .embedded-entity,
.box-33 > figure,
.box-33 > figure,
.box-50 > *,
.box-50 > .embedded-entity,
.box-50 > figure,
.box-50 > figure {
  padding-left: 10px;
  padding-right: 10px; }
  .box-25 > * .media,
  .box-25 > .embedded-entity .media,
  .box-25 > figure .media,
  .box-25 > figure .media,
  .box-33 > * .media,
  .box-33 > .embedded-entity .media,
  .box-33 > figure .media,
  .box-33 > figure .media,
  .box-50 > * .media,
  .box-50 > .embedded-entity .media,
  .box-50 > figure .media,
  .box-50 > figure .media {
    height: 100%; }

.box-25 > *,
.box-25 > .embedded-entity,
.box-25 > figure,
.box-25 > figure {
  width: 25%; }

.box-33 > *,
.box-33 > .embedded-entity,
.box-33 > figure,
.box-33 > figure {
  width: 33.33%; }

.box-50 > *,
.box-50 > .embedded-entity,
.box-50 > figure,
.box-50 > figure {
  width: 50%; }

.ck-content {
  margin: 0;
  padding: 8px;
  box-sizing: border-box;
  display: inline-block;
  width: 100%; }
  .ck-content img,
  .ck-content video {
    max-width: 100%;
    height: auto; }
  .ck-content iframe {
    pointer-events: none; }
  .ck-content .ck-horizontal-line {
    clear: both; }
  .ck-content .box, .ck-content .box-25,
  .ck-content .box-33,
  .ck-content .box-50 {
    border: 2px dashed #999;
    background: #fff;
    margin-left: 0;
    margin-right: 0; }
    .ck-content .box > p, .ck-content .box-25 > p,
    .ck-content .box-33 > p,
    .ck-content .box-50 > p {
      border: 1px dotted red;
      min-width: 8px;
      width: auto;
      margin: 5px;
      padding: 5px;
      /*-webkit-user-select: all;
      -moz-user-select: all;
      -ms-user-select: all;
      user-select: all;*/ }
      .ck-content .box > p:hover, .ck-content .box-25 > p:hover,
      .ck-content .box-33 > p:hover,
      .ck-content .box-50 > p:hover, .ck-content .box > p:focus, .ck-content .box-25 > p:focus,
      .ck-content .box-33 > p:focus,
      .ck-content .box-50 > p:focus {
        background-color: #ccc; }
    .ck-content .box > .ck-widget, .ck-content .box-25 > .ck-widget,
    .ck-content .box-33 > .ck-widget,
    .ck-content .box-50 > .ck-widget {
      -webkit-align-self: stretch;
      align-self: stretch; }
      .ck-content .box > .ck-widget .embedded-entity, .ck-content .box-25 > .ck-widget .embedded-entity,
      .ck-content .box-33 > .ck-widget .embedded-entity,
      .ck-content .box-50 > .ck-widget .embedded-entity, .ck-content .box > .ck-widget figure, .ck-content .box-25 > .ck-widget figure,
      .ck-content .box-33 > .ck-widget figure,
      .ck-content .box-50 > .ck-widget figure {
        width: 100%; }
    .ck-content .box > div[class*="item"], .ck-content .box-25 > div[class*="item"],
    .ck-content .box-33 > div[class*="item"],
    .ck-content .box-50 > div[class*="item"] {
      background-color: #eee;
      border: 2px solid #fff; }
      .ck-content .box > div[class*="item"] p, .ck-content .box-25 > div[class*="item"] p,
      .ck-content .box-33 > div[class*="item"] p,
      .ck-content .box-50 > div[class*="item"] p {
        border: 1px dotted #aaa; }
      .ck-content .box > div[class*="item"]:hover, .ck-content .box-25 > div[class*="item"]:hover,
      .ck-content .box-33 > div[class*="item"]:hover,
      .ck-content .box-50 > div[class*="item"]:hover, .ck-content .box > div[class*="item"]:focus-within, .ck-content .box-25 > div[class*="item"]:focus-within,
      .ck-content .box-33 > div[class*="item"]:focus-within,
      .ck-content .box-50 > div[class*="item"]:focus-within {
        background-color: #ccc; }
    .ck-content .box div[class*="item"] .embedded-entity[data-entity-embed-display*="full_width"], .ck-content .box-25 div[class*="item"] .embedded-entity[data-entity-embed-display*="full_width"],
    .ck-content .box-33 div[class*="item"] .embedded-entity[data-entity-embed-display*="full_width"],
    .ck-content .box-50 div[class*="item"] .embedded-entity[data-entity-embed-display*="full_width"], .ck-content .box div[class*="item"] figure[data-entity-embed-display*="full_width"], .ck-content .box-25 div[class*="item"] figure[data-entity-embed-display*="full_width"],
    .ck-content .box-33 div[class*="item"] figure[data-entity-embed-display*="full_width"],
    .ck-content .box-50 div[class*="item"] figure[data-entity-embed-display*="full_width"], .ck-content .box div[class*="item"] .embedded-entity[data-entity-embed-display*="half_width"], .ck-content .box-25 div[class*="item"] .embedded-entity[data-entity-embed-display*="half_width"],
    .ck-content .box-33 div[class*="item"] .embedded-entity[data-entity-embed-display*="half_width"],
    .ck-content .box-50 div[class*="item"] .embedded-entity[data-entity-embed-display*="half_width"], .ck-content .box div[class*="item"] figure[data-entity-embed-display*="half_width"], .ck-content .box-25 div[class*="item"] figure[data-entity-embed-display*="half_width"],
    .ck-content .box-33 div[class*="item"] figure[data-entity-embed-display*="half_width"],
    .ck-content .box-50 div[class*="item"] figure[data-entity-embed-display*="half_width"], .ck-content .box div[class*="item"] .embedded-entity[data-entity-embed-display*="onethird_width"], .ck-content .box-25 div[class*="item"] .embedded-entity[data-entity-embed-display*="onethird_width"],
    .ck-content .box-33 div[class*="item"] .embedded-entity[data-entity-embed-display*="onethird_width"],
    .ck-content .box-50 div[class*="item"] .embedded-entity[data-entity-embed-display*="onethird_width"], .ck-content .box div[class*="item"] figure[data-entity-embed-display*="onethird_width"], .ck-content .box-25 div[class*="item"] figure[data-entity-embed-display*="onethird_width"],
    .ck-content .box-33 div[class*="item"] figure[data-entity-embed-display*="onethird_width"],
    .ck-content .box-50 div[class*="item"] figure[data-entity-embed-display*="onethird_width"], .ck-content .box div[class*="item"] .embedded-entity[data-entity-embed-display*="quarter_width"], .ck-content .box-25 div[class*="item"] .embedded-entity[data-entity-embed-display*="quarter_width"],
    .ck-content .box-33 div[class*="item"] .embedded-entity[data-entity-embed-display*="quarter_width"],
    .ck-content .box-50 div[class*="item"] .embedded-entity[data-entity-embed-display*="quarter_width"], .ck-content .box div[class*="item"] figure[data-entity-embed-display*="quarter_width"], .ck-content .box-25 div[class*="item"] figure[data-entity-embed-display*="quarter_width"],
    .ck-content .box-33 div[class*="item"] figure[data-entity-embed-display*="quarter_width"],
    .ck-content .box-50 div[class*="item"] figure[data-entity-embed-display*="quarter_width"] {
      width: 100%; }
    .ck-content .box .ck-widget + p, .ck-content .box-25 .ck-widget + p,
    .ck-content .box-33 .ck-widget + p,
    .ck-content .box-50 .ck-widget + p {
      min-width: 8px;
      border: 1px dotted red; }
  .ck-content .box-25,
  .ck-content .box-33,
  .ck-content .box-50 {
    padding: 3px; }
    .ck-content .box-25 > *,
    .ck-content .box-25 > p,
    .ck-content .box-25 > div,
    .ck-content .box-33 > *,
    .ck-content .box-33 > p,
    .ck-content .box-33 > div,
    .ck-content .box-50 > *,
    .ck-content .box-50 > p,
    .ck-content .box-50 > div {
      padding: 3px;
      margin: 3px;
      -webkit-align-self: stretch;
      align-self: stretch; }
      .ck-content .box-25 > *:hover,
      .ck-content .box-25 > p:hover,
      .ck-content .box-25 > div:hover,
      .ck-content .box-33 > *:hover,
      .ck-content .box-33 > p:hover,
      .ck-content .box-33 > div:hover,
      .ck-content .box-50 > *:hover,
      .ck-content .box-50 > p:hover,
      .ck-content .box-50 > div:hover {
        background-color: #ccc; }
    .ck-content .box-25 > *,
    .ck-content .box-25 > p,
    .ck-content .box-33 > *,
    .ck-content .box-33 > p,
    .ck-content .box-50 > *,
    .ck-content .box-50 > p {
      border: 1px dotted red; }
    .ck-content .box-25 > div,
    .ck-content .box-33 > div,
    .ck-content .box-50 > div {
      border: 1px dashed #333; }
  .ck-content .box-25 > *,
  .ck-content .box-25 > p,
  .ck-content .box-25 > div {
    width: calc(25% - 6px); }
  .ck-content .box-33 > *,
  .ck-content .box-33 > p,
  .ck-content .box-33 > div {
    width: calc(33.33% - 6px); }
  .ck-content .box-50 > *
  > p,
  .ck-content .box-50 > div {
    width: calc(50% - 6px); }

@media screen and (max-width: 1023px) {
  body:not(.cke_editable) .box > div[class*="item"].item-20, body:not(.cke_editable) .box-25 > div[class*="item"].item-20,
  body:not(.cke_editable) .box-33 > div[class*="item"].item-20,
  body:not(.cke_editable) .box-50 > div[class*="item"].item-20 {
    max-width: 25%;
    width: 25%; }
  body:not(.cke_editable) .box > div[class*="item"].item-25, body:not(.cke_editable) .box-25 > div[class*="item"].item-25,
  body:not(.cke_editable) .box-33 > div[class*="item"].item-25,
  body:not(.cke_editable) .box-50 > div[class*="item"].item-25 {
    max-width: 33%;
    width: 33%; }
  body:not(.cke_editable) .box > div[class*="item"].item-75, body:not(.cke_editable) .box-25 > div[class*="item"].item-75,
  body:not(.cke_editable) .box-33 > div[class*="item"].item-75,
  body:not(.cke_editable) .box-50 > div[class*="item"].item-75 {
    max-width: 66%;
    width: 66%; }
  body:not(.cke_editable) .box > div[class*="item"].item-80, body:not(.cke_editable) .box-25 > div[class*="item"].item-80,
  body:not(.cke_editable) .box-33 > div[class*="item"].item-80,
  body:not(.cke_editable) .box-50 > div[class*="item"].item-80 {
    max-width: 75%;
    width: 75%; } }
@media screen and (max-width: 767px) {
  body:not(.cke_editable) .box > div[class*="item"].item-20, body:not(.cke_editable) .box-25 > div[class*="item"].item-20,
  body:not(.cke_editable) .box-33 > div[class*="item"].item-20,
  body:not(.cke_editable) .box-50 > div[class*="item"].item-20 {
    max-width: 33%;
    width: 33%; }
  body:not(.cke_editable) .box > div[class*="item"].item-33, body:not(.cke_editable) .box-25 > div[class*="item"].item-33,
  body:not(.cke_editable) .box-33 > div[class*="item"].item-33,
  body:not(.cke_editable) .box-50 > div[class*="item"].item-33, body:not(.cke_editable) .box > div[class*="item"].item-66, body:not(.cke_editable) .box-25 > div[class*="item"].item-66,
  body:not(.cke_editable) .box-33 > div[class*="item"].item-66,
  body:not(.cke_editable) .box-50 > div[class*="item"].item-66 {
    max-width: 50%;
    width: 50%; }
  body:not(.cke_editable) .box > div[class*="item"].item-80, body:not(.cke_editable) .box-25 > div[class*="item"].item-80,
  body:not(.cke_editable) .box-33 > div[class*="item"].item-80,
  body:not(.cke_editable) .box-50 > div[class*="item"].item-80 {
    max-width: 66%;
    width: 66%; } }
@media screen and (max-width: 639px) {
  body:not(.cke_editable) .box > div[class*="item"].item-20, body:not(.cke_editable) .box-25 > div[class*="item"].item-20,
  body:not(.cke_editable) .box-33 > div[class*="item"].item-20,
  body:not(.cke_editable) .box-50 > div[class*="item"].item-20, body:not(.cke_editable) .box > div[class*="item"].item-25, body:not(.cke_editable) .box-25 > div[class*="item"].item-25,
  body:not(.cke_editable) .box-33 > div[class*="item"].item-25,
  body:not(.cke_editable) .box-50 > div[class*="item"].item-25, body:not(.cke_editable) .box > div[class*="item"].item-75, body:not(.cke_editable) .box-25 > div[class*="item"].item-75,
  body:not(.cke_editable) .box-33 > div[class*="item"].item-75,
  body:not(.cke_editable) .box-50 > div[class*="item"].item-75, body:not(.cke_editable) .box > div[class*="item"].item-80, body:not(.cke_editable) .box-25 > div[class*="item"].item-80,
  body:not(.cke_editable) .box-33 > div[class*="item"].item-80,
  body:not(.cke_editable) .box-50 > div[class*="item"].item-80 {
    max-width: 50%;
    width: 50%; }
  body:not(.cke_editable) .box > div[class*="item"].item-50, body:not(.cke_editable) .box-25 > div[class*="item"].item-50,
  body:not(.cke_editable) .box-33 > div[class*="item"].item-50,
  body:not(.cke_editable) .box-50 > div[class*="item"].item-50 {
    max-width: 100%;
    width: 100%; } }
@media screen and (max-width: 479px) {
  body:not(.cke_editable) .box > div[class*="item"], body:not(.cke_editable) .box-25 > div[class*="item"],
  body:not(.cke_editable) .box-33 > div[class*="item"],
  body:not(.cke_editable) .box-50 > div[class*="item"] {
    max-width: 100% !important;
    width: 100% !important; } }
