/* line 1, ../sass/common/_module.scss */
.module-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  word-wrap: break-word;
  /* Jagged border */
}
/* line 8, ../sass/common/_module.scss */
.module-wrapper.jagged:after {
  content: "";
  position: absolute;
  display: block;
  height: 20px;
  bottom: -20px;
  /* -height */
  left: 0;
  right: 0;
  /* TODO Add browser prefixes */
  background: linear-gradient(45deg, transparent 33.333%, #6f5dc7 33.333%, #6f5dc7 66.667%, transparent 66.667%), linear-gradient(-45deg, transparent 33.333%, #6f5dc7 33.333%, #6f5dc7 66.667%, transparent 66.667%);
  background-size: 16px 40px;
  /* toothSize doubleHeight */
  background-position: 0 -20px;
  /* horizontalOffset -height */
}
/* line 33, ../sass/common/_module.scss */
.module-wrapper.full-screen-module {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100vw;
  left: -50% !important;
  right: -50% !important;
  left: -50vw !important;
  right: -50vw !important;
  margin: auto;
}
/* line 45, ../sass/common/_module.scss */
.module-wrapper .title-field h1 {
  margin: 0;
}
/* line 48, ../sass/common/_module.scss */
.module-wrapper .content-field.category-field,
.module-wrapper .content-field.date-field {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
/* line 58, ../sass/common/_module.scss */
.module-wrapper .category-field label {
  margin: 0;
}
/* line 61, ../sass/common/_module.scss */
.module-wrapper .anchor-module {
  text-align: center;
  line-height: 35px;
  font-size: 20px;
}
/* line 65, ../sass/common/_module.scss */
.module-wrapper .anchor-module a {
  display: block;
}
/* line 69, ../sass/common/_module.scss */
.module-wrapper .map-module {
  height: 100%;
}
/* line 73, ../sass/common/_module.scss */
.module-wrapper .content-list:after {
  content: '';
  display: block;
  clear: both;
}
/* line 79, ../sass/common/_module.scss */
.module-wrapper .content-list.list .content {
  display: table;
  padding: 5px 0;
  width: 100%;
}
/* line 83, ../sass/common/_module.scss */
.module-wrapper .content-list.list .content .image-field, .module-wrapper .content-list.list .content .info {
  float: left;
}
/* line 86, ../sass/common/_module.scss */
.module-wrapper .content-list.list .content .image-field {
  width: 75px;
}
/* line 89, ../sass/common/_module.scss */
.module-wrapper .content-list.list .content .info {
  width: 70%;
  width: calc(100% - 75px);
  padding: 0 10px;
}
/* line 94, ../sass/common/_module.scss */
.module-wrapper .content-list.list .content:after {
  content: '';
  display: block;
  clear: both;
}
/* line 102, ../sass/common/_module.scss */
.module-wrapper .content-list.grid.loading {
  padding: 15px 0;
}
/* line 105, ../sass/common/_module.scss */
.module-wrapper .content-list.grid .content {
  float: left;
}

/* line 1, ../sass/common/modules/_container.scss */
.slider-container,
.container-module,
.state-animation-container {
  position: relative;
}

/* line 1, ../sass/common/modules/_form.scss */
.form-module {
  position: relative;
  width: 100%;
  height: 100%;
}
/* line 6, ../sass/common/modules/_form.scss */
.form-module .form-item > label {
  position: absolute;
  bottom: 100%;
}
/* line 10, ../sass/common/modules/_form.scss */
.form-module .form-item .checkbox {
  margin: 0;
  display: inline-block;
}
/* line 14, ../sass/common/modules/_form.scss */
.form-module .form-item input,
.form-module .form-item textarea,
.form-module .form-item select {
  display: block;
}
/* line 21, ../sass/common/modules/_form.scss */
.form-module.edit .form-item {
  position: relative;
}
/* line 23, ../sass/common/modules/_form.scss */
.form-module.edit .form-item:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/* line 32, ../sass/common/modules/_form.scss */
.form-module.edit .form-item .react-resizable-handle {
  z-index: 2;
}
/* line 36, ../sass/common/modules/_form.scss */
.form-module.edit .element-wrapper {
  position: relative;
}
/* line 39, ../sass/common/modules/_form.scss */
.form-module.edit .element-wrapper.selected:after {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border: 1px solid #4f80ff;
}

/* line 1, ../sass/common/modules/_image.scss */
.image-module {
  width: 100%;
  height: 100%;
}
/* line 4, ../sass/common/modules/_image.scss */
.image-module.lightbox-active {
  cursor: pointer;
}

/* line 1, ../sass/common/modules/_link.scss */
span.link {
  display: table;
  width: 100%;
  height: 100%;
}
/* line 5, ../sass/common/modules/_link.scss */
span.link a {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}

/* line 6, ../sass/common/modules/_menu.scss */
nav.menu ul li {
  display: inline-block;
  vertical-align: top;
}

/* line 15, ../sass/common/modules/_menu.scss */
div.mobile-menu {
  text-align: center;
  height: 100%;
}
/* line 18, ../sass/common/modules/_menu.scss */
div.mobile-menu button.mobile-menu-toggler {
  height: 100%;
  width: 100%;
}

/* line 2, ../sass/common/modules/_text.scss */
.module-text .DraftEditor-root {
  cursor: text;
}
/* line 5, ../sass/common/modules/_text.scss */
.module-text p {
  margin: 0;
}
/* line 8, ../sass/common/modules/_text.scss */
.module-text ul, .module-text ol {
  padding-left: 40px;
}

/* line 1, ../sass/common/components/_buttons.scss */
.save-button {
  text-transform: uppercase;
  background-color: #4f80ff;
  color: white;
  border: 0;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 5px 25px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

/* line 1, ../sass/common/components/_lightbox.scss */
.lightbox-container {
  background-color: rgba(0, 0, 0, 0.85);
}
/* line 3, ../sass/common/components/_lightbox.scss */
.lightbox-container .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  font-weight: bold;
  color: white;
  background: transparent;
  border: 0;
  opacity: 1;
}

/* line 16, ../sass/common/components/_lightbox.scss */
.lightbox {
  height: 95%;
  width: 80%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/* line 1, ../sass/common/components/_loader.scss */
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  margin: auto;
}
/* line 12, ../sass/common/components/_loader.scss */
.loader div {
  width: 40%;
  height: 40%;
  position: absolute;
  border-radius: 50%;
  animation: spin 2s ease infinite;
}
/* line 18, ../sass/common/components/_loader.scss */
.loader div hr {
  background: #4f80ff;
  border: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  animation: fade 3s ease infinite;
}
/* line 27, ../sass/common/components/_loader.scss */
.loader div:first-child {
  animation-delay: -1.5s;
}
/* line 30, ../sass/common/components/_loader.scss */
.loader div:nth-child(2) {
  animation-delay: -1s;
}
/* line 33, ../sass/common/components/_loader.scss */
.loader div:nth-child(3) {
  animation-delay: -0.5s;
}

@keyframes spin {
  0%, 100% {
    transform: translate(0);
  }
  25% {
    transform: translate(160%);
  }
  50% {
    transform: translate(160%, 160%);
  }
  75% {
    transform: translate(0, 160%);
  }
}
@keyframes fade {
  0%, 100% {
    opacity: 1;
  }
  20% {
    opacity: 0.66;
  }
  40% {
    opacity: 0.33;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 0.33;
  }
  80% {
    opacity: 0.66;
  }
}
/* line 1, ../sass/common/components/_pager.scss */
.pager {
  clear: both;
}
/* line 5, ../sass/common/components/_pager.scss */
.pager ul.pagination li a, .pager ul.pagination li span {
  line-height: 100%;
  border-radius: 0;
}

/* line 12, ../sass/common/components/_pager.scss */
.loadmore-container {
  text-align: center;
}
/* line 14, ../sass/common/components/_pager.scss */
.loadmore-container:after {
  content: '';
  display: block;
  clear: both;
}

/* line 1, ../sass/common/components/_popup.scss */
.smartmode-popup-container,
.lightbox-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
}

/* line 14, ../sass/common/components/_popup.scss */
.smartmode-popup-container .smartmode-popup {
  position: absolute;
  top: 50%;
  bottom: 50%;
  left: 0;
  right: 0;
  max-width: 80%;
  width: 1100px;
  max-height: 80%;
  height: 475px;
  margin: auto;
  background: white;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  overflow: auto;
  -moz-transition: top 0.5s ease, opacity 0.5s ease, background 0.5s ease;
  -o-transition: top 0.5s ease, opacity 0.5s ease, background 0.5s ease;
  -webkit-transition: top 0.5s ease, opacity 0.5s ease, background 0.5s ease;
  transition: top 0.5s ease, opacity 0.5s ease, background 0.5s ease;
}
/* line 31, ../sass/common/components/_popup.scss */
.smartmode-popup-container .smartmode-popup.popup-animate-appear {
  top: 0;
  opacity: 0.1;
}
/* line 34, ../sass/common/components/_popup.scss */
.smartmode-popup-container .smartmode-popup.popup-animate-appear.popup-animate-appear-active {
  top: 50%;
  opacity: 1;
}
/* line 40, ../sass/common/components/_popup.scss */
.smartmode-popup-container .smartmode-popup button.smartmode-popup-close {
  position: absolute;
  background: white;
  top: 5px;
  right: 5px;
  border: 0;
  color: #7d7d7d;
}
/* line 49, ../sass/common/components/_popup.scss */
.smartmode-popup-container .smartmode-popup .system-message {
  padding: 2em 2em 3em 2em;
}
/* line 53, ../sass/common/components/_popup.scss */
.smartmode-popup-container .smartmode-popup .smartmode-popup-container .smartmode-popup {
  max-width: none;
  top: 0;
  bottom: 0;
  transform: none;
}

/* line 1, ../sass/common/components/_slider.scss */
.slick-slider,
.slick-slider .slick-list,
.slick-slider .slick-track {
  height: 100%;
}

/* line 6, ../sass/common/components/_slider.scss */
.slick-slider .slick-dots {
  bottom: 25px;
}

/* line 9, ../sass/common/components/_slider.scss */
.slick-slider .slick-arrow {
  z-index: 2;
}

/* line 12, ../sass/common/components/_slider.scss */
.slick-slider .slick-arrow.slick-next {
  right: 0;
}

/* line 15, ../sass/common/components/_slider.scss */
.slick-slider .slick-arrow.slick-prev {
  left: 0;
}

/* line 19, ../sass/common/components/_slider.scss */
.slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}

/* line 26, ../sass/common/components/_slider.scss */
.thumbnails {
  text-align: center;
}
/* line 28, ../sass/common/components/_slider.scss */
.thumbnails .thumbnail {
  box-shadow: none;
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  margin: 0x;
}

/* line 11, ../sass/common.scss */
body:not(.admin) {
  overflow-x: hidden !important;
}

/* line 14, ../sass/common.scss */
ul, ol {
  margin: 0;
  padding: 0;
}

/* line 18, ../sass/common.scss */
button {
  outline: 0;
}

/* line 22, ../sass/common.scss */
.clearfix {
  clear: both;
}

/* line 26, ../sass/common.scss */
.after-clearfix:after {
  content: '';
  display: block;
  clear: both;
}

/* line 33, ../sass/common.scss */
#content {
  overflow: hidden;
}

/* line 36, ../sass/common.scss */
.page-container {
  position: relative;
  padding: 0;
  box-sizing: content-box;
  margin: 0 auto;
}

/* line 42, ../sass/common.scss */
.container {
  position: relative;
  padding: 0;
  box-sizing: content-box;
}

/* line 48, ../sass/common.scss */
.wrapper {
  position: relative;
  z-index: 1;
}

/* line 52, ../sass/common.scss */
.full-width {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  display: none;
}

/* line 61, ../sass/common.scss */
.map-marker {
  width: 29px;
  height: 40px;
  background-image: url("/images/creator/icons/map-marker.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -15px;
  top: -40px;
}

/* line 73, ../sass/common.scss */
.show-enter {
  opacity: 0.01;
}
/* line 75, ../sass/common.scss */
.show-enter.show-enter-active {
  opacity: 1;
  transition: opacity 200ms ease-in;
}

/* line 80, ../sass/common.scss */
.show-leave {
  opacity: 1;
}
/* line 82, ../sass/common.scss */
.show-leave.show-leave-active {
  opacity: 0.01;
  transition: opacity 200ms ease-in;
}

/* line 88, ../sass/common.scss */
h1, h2, h3 {
  margin: 0;
}

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