
.al {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.al .header {
  position: relative;
  margin: 40px 0 20px 0;
  z-index: 30;
  width: 40%;
  min-width: 250px;
}
.al .header .title {
  position: relative;
  margin: 20px;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
}
.al .files {
  margin: 20px 0 80px 0;
  width: 70%;
}
.al .controls {
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-basis: content;
  align-items: center;
  padding: 5px 30px!important;
}
.al .controls .button {
  margin-top: 0;
}
@media (max-width: 500px) {
  .al .header {
    width: 90%;
    margin-top: 60px;
  }
  .al .files {
    width: 95%;
  }
}

.assets-count {
  display: inline-block;
  margin: 8px 10px 0 0;
}

/**
 *
 * New variables names
 *
 */
body {
  background-color: #f2f2f2;
  margin: 0;
  font-family: 'Roboto';
  font-size: 14px;
  letter-spacing: 0.03em;
}
@media (max-width: 600px) {
  label {
    display: inline-block !important;
  }
}
.tb {
  position: absolute;
  z-index: 45;
  height: 40px;
  width: 190px;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: row;
}
.tb .logo {
  margin: 20px 10px 5px 30px;
  color: #000000;
  font-size: 22px;
  font-weight: 300;
}
@media (max-width: 992px) {
  .tb {
    position: absolute;
    z-index: 45;
    height: 40px;
    width: 190px;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    opacity: 0.6;
  }
  .tb:hover {
    opacity: 1;
  }
  .tb .menuToggle {
    display: block;
    width: 30px;
    height: 34px;
    margin: 10px 0 4px 15px;
    background-image: url(img/icons/menu.svg);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    transition: 0.2s ease-out;
  }
  .tb .logo {
    margin: 15px 10px 5px 5px;
    color: #000000;
    font-size: 22px;
    font-weight: 300;
  }
}
@media (max-width: 500px) {
  .tb {
    position: fixed;
    z-index: 20;
    height: 40px;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: row;
    background-color: #3c3c3e;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.8);
    opacity: 1;
  }
  .tb .menuToggle {
    display: block;
    width: 30px;
    height: 34px;
    margin: 3px 0 4px 15px;
    background-image: url(img/icons/menu-w.svg);
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
    transition: 0.2s ease-out;
  }
  .tb .logo {
    margin: 10px 10px 5px 5px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
  }
}
.dz-zone {
  position: absolute;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  margin: 30px;
  border: 1px dashed rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: fade-in 0.6s ease-out;
}
.dz-title {
  font-size: 32px;
  color: #ffffff;
  font-weight: 300;
  animation: scale-in 0.3s ease-out;
}
.op.modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.op.modal .title {
  margin: 10px;
  font-size: 32px;
  font-weight: 300;
  color: #ffffff;
  animation: scale-in 0.3s ease-out;
}
.op.modal .text {
  font-size: 14px;
  margin: 0 30px;
  text-align: center;
  max-width: 400px;
  line-height: 1.5;
  font-weight: 300;
  opacity: 0.6;
  color: #ffffff;
  animation: scale-in 0.3s ease-out;
}
.op.modal .controls {
  position: relative;
  background: none;
  border: none;
  left: none;
  width: auto;
  margin: 20px;
}
.op.modal .controls .button {
  margin: 0 5px;
  padding: 7px 25px;
}

/**
 *
 * New variables names
 *
 */
/* DatePicker Container */
.ui-datepicker {
  z-index: 60 !important;
  width: auto;
  height: auto;
  margin: 5px auto 10px auto;
  padding: 0;
  border-radius: 2px;
  background-color: #ffffff;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  font-size: 14px;
}
.ui-datepicker a {
  text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
  width: 100%;
  padding: 4px 20px 20px 20px;
}
.ui-datepicker-header {
  color: #000000;
  font-weight: 300;
  padding: 30px 20px 20px 30px;
}
.ui-datepicker-title {
  text-align: center;
}
.ui-datepicker-prev,
.ui-datepicker-next {
  margin-top: 7px;
  display: inline-block;
  width: 16px;
  height: 16px;
  text-align: center;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: 9px 16px;
  line-height: 600%;
  overflow: hidden;
}
.ui-datepicker-prev {
  float: left;
  background-image: url('img/icons/l-arrow.svg');
}
.ui-datepicker-next {
  float: right;
  background-image: url('img/icons/r-arrow.svg');
}
.ui-datepicker thead {
  padding: 10px;
}
.ui-datepicker th {
  text-transform: uppercase;
  font-size: 8px;
  font-weight: 300;
  padding: 5px 0 10px 0;
  color: #999999;
}
.ui-datepicker tbody td {
  padding: 0;
}
.ui-datepicker tbody td:last-child {
  border-right: 0px;
}
.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  font-size: 14px;
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #000000;
  border-radius: 1px;
  transition: 0.3s ease-out;
}
.ui-datepicker-calendar .ui-state-default {
  background: none;
}
.ui-datepicker-calendar .ui-state-hover {
  background: #eeeeee;
}
.ui-datepicker-calendar .ui-state-active {
  background: #FF6700;
  color: #ffffff;
  position: relative;
}
.ui-datepicker-unselectable .ui-state-default {
  color: #dddddd;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
  width: 29px;
  margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
  width: 29px;
  margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
  height: 29px;
  margin-bottom: 0;
}
.ui-datepicker-today .ui-state-default {
  color: #FF6700;
  font-weight: 500;
}
select.ui-datepicker-month {
  display: inline;
  margin: 5px;
  width: auto;
  padding: 5px;
  box-sizing: border-box;
  text-align: right!important;
  background: none;
  background-color: transparent;
  border: none;
  border-radius: 2px;
  color: #000000;
  font-weight: 300;
  font-size: 14px;
}
select.ui-datepicker-month:hover {
  background-color: #eeeeee;
}
select.ui-datepicker-month:focus,
select.ui-datepicker-month:active {
  outline: none;
}
select.ui-datepicker-month:active {
  background-color: #dddddd;
}
select.ui-datepicker-year {
  display: inline;
  margin: 5px;
  width: auto;
  padding: 5px;
  box-sizing: border-box;
  text-align: left;
  background: none;
  background-color: transparent;
  border: none;
  border-radius: 2px;
  color: #000000;
  font-weight: 300;
  font-size: 14px;
}
select.ui-datepicker-year:hover {
  background-color: #eeeeee;
}
select.ui-datepicker-year:focus,
select.ui-datepicker-year:active {
  outline: none;
}
select.ui-datepicker-year:active {
  background-color: #dddddd;
}

/**
 *
 * New variables names
 *
 */
.searchField {
  border: 1px solid #dddddd;
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin: 0 auto;
  padding: 0;
}
.searchField.active {
  border-color: #FF6700;
  outline: 2ps solid #FF6700;
  box-shadow: 0 0 3px 0 #FF6700, inset 0 0 2px 0 rgba(255, 103, 0, 0.3);
  opacity: 1;
  background-color: #ffffff;
}
.searchField input {
  border: none;
  margin: 0;
  width: calc(100% - 30px);
  padding: 6px 11px;
  margin: 1px;
  font-size: 14px;
  background-color: none!important;
}
.searchField input:active,
.searchField input:focus,
.searchField input:hover {
  outline: none!important;
  border: none!important;
  box-shadow: none!important;
  background-color: none!important;
}
.searchField .filterIcon {
  position: absolute;
  right: 7px;
  top: 0;
  height: 100%;
  width: 22px;
  background-image: url(img/icons/advanced-search.svg);
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.searchField .filterIcon:hover {
  opacity: 1;
}
.searchField .filter {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  max-height: 0;
  overflow: hidden;
  margin: 4px 0 0 0;
  background-color: none;
  box-shadow: none;
}
.searchField .filter.open {
  background-color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
  max-height: 600px;
}
.searchField .filter.open .section {
  opacity: 1;
}
.searchField .filter .section {
  position: relative;
  width: 100%;
  margin: 20px 0 20px 20px;
  display: flex;
  flex-direction: row;
  opacity: 0;
  font-size: 14px;
}
.searchField .filter .section .section-title {
  width: 10%;
  min-width: 70px;
  max-width: 130px;
  padding: 3px 10px 3px 0;
}
.searchField .filter .section .section-options {
  margin: 0;
  border-bottom: 1px solid #eeeeee;
  padding: 0 30px 15px 0;
  width: 90%;
  max-width: calc(100% - 70px);
  min-width: calc(100% - 130px);
  display: flex;
  flex-wrap: wrap;
}
.searchField .filter .section:last-child .section-options {
  border-bottom: none;
}
@media (max-width: 500px) {
  .searchField .filter {
    font-size: 16px;
  }
}
.searchField input[type='checkbox'].toggle + label {
  font-size: 14px;
  font-weight: 300;
  color: #555555;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #ffffff;
  padding: 3px 8px 2px 8px;
  margin: 0 4px 5px 0;
  cursor: pointer;
  opacity: 1;
}
.searchField input[type='checkbox'].toggle + label:hover {
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.35);
}
.searchField input[type='checkbox'].toggle {
  display: none;
}
.searchField input[type='checkbox']:checked.toggle + label {
  padding: 3px 8px 2px 8px;
  background-color: #FF6700;
  border: 1px solid #FF6700;
  color: #ffffff;
  opacity: 1;
}
.searchField input[type='checkbox']:checked.toggle + label:hover {
  border-color: #db5900;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
  background-color: #fafafa;
  border-radius: 50%;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.ui-resizable-handle:hover {
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.8);
}
.ui-resizable-handle:active {
  background-color: #FF6700;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 6px;
  width: 6px;
  top: -3px;
  left: 50%;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 6px;
  width: 6px;
  bottom: -3px;
  left: 50%;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 6px;
  right: -3px;
  top: 50%;
  height: 6px;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 6px;
  left: -3px;
  top: 50%;
  height: 6px;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  bottom: -5px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/**
 *
 * New variables names
 *
 */
#favorites {
  width: calc(100% - 30px);;
}
.placeholder {
  width: calc((100% - 140px)/6);
  max-width: 170px;
  margin: 10px 10px 30px 10px;
  border: 1px dashed #eeeeee;
  border-radius: 2px;
  color: #000000;
  background-color: #fafafa;
}
@media (min-width: 1400px) {
  .placeholder {
    width: calc((100% - 180px)/8);
  }
}
@media (max-width: 768px) {
  .placeholder {
    width: calc((100% - 80px)/3);
  }
}
@media (max-width: 500px) {
  .placeholder {
    width: calc((100% - 60px)/2);
  }
}
.shortcut {
  width: calc((100% - 140px)/6);
  max-width: 190px;
  margin: 10px 10px 30px 10px;
  padding: 10px 0 20px 0;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  color: #000000;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.shortcut:hover {
  border-color: #dddddd;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
}
.shortcut:active {
  border-color: #dddddd;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1), 0 6px 18px 0 rgba(0, 0, 0, 0.1);
}
.shortcut .shortcut-img {
  background-image: url('img/icons/event-01.png');
  background-position: center;
  background-size: 30%;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 60%;
  margin-bottom: 10px;
}
.shortcut .shortcut-title {
  text-align: center;
  padding: 0 5px;
}
@media (min-width: 1400px) {
  .shortcut {
    width: calc((100% - 180px)/8);
  }
}
@media (max-width: 768px) {
  .shortcut {
    width: calc((100% - 80px)/3);
  }
}
@media (max-width: 500px) {
  .shortcut {
    width: calc((100% - 60px)/2);
  }
}
#dash {
  flex-flow: row;
  flex-wrap: wrap;
  padding: 10px;
}
#dash .section {
  padding: 10px;
  margin: 5px;
  animation: fade-in 0.5s ease-out 0.1s;
  /*&:active {
			box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1), 0 6px 18px 0 rgba(0,0,0,0.1);
			border-radius: 2px;
		}*/
}
#dash .section .section-title {
  cursor: -webkit-grab;
}
#dash .section .section-title .set {
  position: absolute;
  z-index: 40;
  top: -3px;
  left: 50%;
  transform: translate(37px, 0);
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  background-image: url('img/icons/settings.svg');
  background-size: 60%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: default;
}
#dash .section .section-title .set .pannel {
  display: none;
}
#dash .section .section-title .set .pannel .shortcut {
  width: 120px;
}
#dash .section .section-title .set.open .pannel {
  display: block;
  position: absolute;
  z-index: 50;
  padding: 10px;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 4px);
  background-color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}
.act {
  position: relative;
  margin: 10px 20px;
}
.act::after {
  position: absolute;
  top: 0;
  right: 100%;
  margin: 5px 14px 5px 0;
  background-color: #FF6700;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  content: '';
}
.act .act-info {
  font-size: 12px;
  margin: 3px 0;
  color: #999999;
  font-weight: 100;
}
.act:nth-child(1) {
  opacity: 1;
}
.act:nth-child(2) {
  opacity: 0.8;
}
.act:nth-child(3) {
  opacity: 0.6;
}
.act:nth-child(4) {
  opacity: 0.4;
}
.act:nth-child(5) {
  opacity: 0.2;
}
.act:nth-child(6) {
  opacity: 0;
}
.act:nth-child(7) {
  opacity: -0.2;
}
.act:nth-child(8) {
  opacity: -0.4;
}
.act:nth-child(9) {
  opacity: -0.6;
}
.act:nth-child(10) {
  opacity: -0.8;
}
@media (max-width: 768px) {
  width: calc(100% - 30px);
}
.content.series {
  display: flex;
  flex-direction: row;
  margin: 10px 0;
}
@media (max-width: 600px) {
  .content.series {
    flex-direction: column;
  }
}
.content.series .content-img {
  position: relative;
  width: 40%;
  margin: 0 20px 0 0;
  background-position: center;
  background-size: cover;
  border-radius: 2px;
}
@media (max-width: 600px) {
  .content.series .content-img {
    width: 100%;
    height: 300px;
  }
}
.content.series .content-cont {
  width: 60%;
  padding: 10px 0;
}
@media (max-width: 600px) {
  .content.series .content-cont {
    width: 100%;
  }
}
.content.series .content-title {
  font-weight: 500;
  margin-bottom: 5px;
}
.content.series .content-des {
  font-weight: 300;
  margin-bottom: 10px;
}
.content.series .content-info {
  font-size: 12px;
  font-weight: 300;
  color: #999999;
}

.disabled {
  opacity: 0.5;
  pointer-events: 0;
}

@font-face {
  font-family: 'concerto';
  src: url('fonts/concerto/concerto.eot?h0jnrj');
  src: url('fonts/concerto/concerto.eot?h0jnrj#iefix') format('embedded-opentype'), url('fonts/concerto/concerto.woff2?h0jnrj') format('woff2'), url('fonts/concerto/concerto.ttf?h0jnrj') format('truetype'), url('fonts/concerto/concerto.woff?h0jnrj') format('woff'), url('fonts/concerto/concerto.svg?h0jnrj#concerto') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'concerto' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-mvp-prototype:before {
  content: "\e904";
}
.icon-history:before {
  content: "\e900";
}
.icon-lab:before {
  content: "\e901";
}
.icon-prototype:before {
  content: "\e902";
}
.icon-style-guide:before {
  content: "\e903";
}


.hidden {
  display: none!important;
}
.locked {
  pointer-events: none;
}
.overflow {
  position: fixed;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}
.disabled {
  pointer-events: none;
  opacity: 0.3;
}

/**
 *
 * New variables names
 *
 */
.as .preview {
  position: absolute;
  width: calc(100% - 300px);
  height: calc(100% - 70px);
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  animation: zoom-in 0.4s ease-out;
  transition: 0.2s ease-out;
}
.as .preview .header {
  position: absolute;
  z-index: 50;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80%;
  max-width: 400px;
}
.as .preview .header input {
  margin-bottom: 5px;
}
.as .preview .header .machineName {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  margin: 0;
  padding: 0;
  font-weight: 300;
}
.as .preview .img {
  position: relative;
  z-index: 0;
  flex-grow: 4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.as .preview .img .img-wrapper {
  position: relative;
  margin: 20px 0 0 0;
  max-width: 65vw;
  max-height: 70vh;
  height: 80%;
  overflow: hidden;
  box-shadow: 0 6px 40px 0 rgba(0, 0, 0, 0.9), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
}
.as .preview .img .img-wrapper img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
  min-height: 100%;
}
@media (max-width: 768px) {
  .as .preview {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
  }
  .as .preview .header {
    position: relative;
    left: auto;
    transform: none;
    margin-bottom: 20px;
  }
  .as .preview .header input {
    width: calc(100% - 40px);
  }
  .as .preview .img .img-wrapper img {
    position: relative;
    padding: 0;
    width: 90%;
  }
}
.effect {
  position: relative;
  width: 100%;
  max-height: 2.5em;
  overflow: hidden;
  background-color: #3c3c3e;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 2px;
  margin: 5px 0 20px 0;
  padding: 0;
}
.effect:hover {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}
.effect .header {
  cursor: move;
  padding: 5px 10px 6px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.effect .header .title {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-weight: 300;
  padding: 5px 5px 3px 0;
  margin-left: 30px;
  opacity: 0.6;
  transition: 0.3s ease-out;
}
.effect .header .title:hover {
  opacity: 1;
}
.effect .header .title:hover::after {
  opacity: 1;
}
.effect .header .close {
  position: absolute;
  display: block;
  top: 8px;
  right: 8px;
  width: 16px;
  height: 16px;
  cursor: default;
  background-image: url('img/icons/close.svg');
  background-size: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  transition: 0.3s ease-out;
  animation: fade-in 0.4s ease-out 0.2s;
  -webkit-animation-fill-mode: backwards;
}
.effect .header .close:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.effect .header input[type="checkbox"].switch {
  position: absolute;
  top: 5px;
  left: 10px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  width: 22px;
  height: 14px;
  padding: 4px;
  margin: 5px 0;
  transition: 0.2s ease-in;
  background-position: left;
  background-size: contain;
  background-image: url(img/icons/circle.svg);
  background-repeat: no-repeat;
}
.effect .header input[type="checkbox"].switch:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.effect .header input[type="checkbox"].switch:focus {
  box-shadow: none;
}
.effect .header input[type="checkbox"]:checked.switch {
  -webkit-appearance: none;
  border-radius: 16px;
  width: 22px;
  height: 14px;
  background-color: #FF6700;
  border: 1px solid #FF6700;
  background-position: right;
  background-size: contain;
  background-image: url(img/icons/circle.svg);
  background-repeat: no-repeat;
}
.effect .header input[type="checkbox"]:checked.switch:hover {
  border-color: #db5900;
}
.effect .header input[type="checkbox"]:checked.switch:active {
  background-color: #db5900;
}
.effect .values {
  position: relative;
  padding: 10px 10px 15px 10px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: flex-end;
}
.effect .values input[type="checkbox"].ratio {
  -webkit-appearance: none;
  background: none;
  border: none;
  width: 20px;
  height: 18px;
  margin: 4px 12px;
  transition: 0.2s ease-in;
  background-size: contain;
  background-image: url(img/icons/unlock.svg);
  background-repeat: no-repeat;
  opacity: 0.5;
}
.effect .values input[type="checkbox"].ratio:hover {
  opacity: 0.9;
}
.effect .values input[type="checkbox"].ratio:focus {
  box-shadow: none;
}
.effect .values input[type="checkbox"]:checked.ratio {
  background-image: url(img/icons/lock.svg);
}
.effect.open {
  max-height: 500px;
}
.effect.is-disabled {
  opacity: 0.5;
}
.t-animation .effect {
  transition: opacity 0.3s ease-out;
}
.select_effect {
  position: relative;
  display: inline-block;
}
.select_effect .button {
  margin: 0;
  padding: 6px 20px;
}
.select_effect ul {
  position: absolute;
  z-index: 0;
  left: 0;
  top: 100;
  padding: 0;
  margin: 4px 0 0 0;
  width: 150px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s ease-out;
  list-style: none;
  cursor: default;
}
.select_effect ul li {
  padding: 1em 1em;
}
.select_effect ul li:hover {
  background-color: #f7f7f7;
}
.select_effect ul li:active,
.select_effect ul li.active {
  background-color: #FF6700;
  color: #ffffff;
}
.select_effect.open .button {
  background-color: rgba(255, 255, 255, 0.4) !important;
  border-color: rgba(255, 255, 255, 0) !important;
  color: #000000!important;
}
.select_effect.open ul {
  z-index: 100;
  max-height: 500px;
  overflow-y: auto;
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  opacity: 1;
  color: #000000;
}
.edit-style__effects {
  position: absolute;
  box-sizing: border-box;
  width: 300px;
  height: 100%;
  top: 0;
  right: 0;
  padding: 30px 30px 80px 20px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
}
.t-animation .edit-style__effects {
  animation: slide-in-right 0.5s ease-out 0.3s;
  -webkit-animation-fill-mode: backwards;
}
@media (max-width: 768px) {
  .edit-style__effects {
    position: relative;
    width: 100%;
    height: auto;
    margin: 20px 0 0 0;
    padding: 20px 20px 80px 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
}
.edit-style__view-all {
  opacity: 1;
  pointer-events: all;
}
.edit-style__view-all.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.t-animation .edit-style__view-all {
  transition: 0.3s ease-out;
}
.edit-style__effects-controls {
  position: relative;
  margin: 0 0 20px 0;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.t-animation .edit-style__effects-controls {
  transition: 0.3s ease-out;
}

/**
 *
 * New variables names
 *
 */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modal-fade-in {
  0% {
    background-color: rgba(30, 30, 32, 0);
  }
  100% {
    background-color: rgba(30, 30, 32, 0.94);
  }
}
@keyframes modal-fade-out {
  0% {
    background-color: rgba(30, 30, 32, 0.94);
  }
  100% {
    background-color: rgba(30, 30, 32, 0);
  }
}
@keyframes scale-in {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.6);
    opacity: 0;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-out-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(40px);
    opacity: 0;
  }
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-out-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes slide-in-down {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-out-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(40px);
    opacity: 0;
  }
}
@keyframes slide-in-up {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-out-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-40px);
    opacity: 0;
  }
}
@keyframes scale-in-right {
  0% {
    transform: translate(5px, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-down {
  0% {
    transform: translate(0, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes place-left {
  0% {
    transform: translate(-5px, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes place-top {
  0% {
    transform: translate(0, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes grow-down {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
  }
}
@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes round-loader {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(360deg);
  }
  99% {
    transform: rotate(720deg);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulse-out {
  0% {
    box-shadow: 0 0 10px 0 rgba(255, 103, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 10px 20px rgba(255, 103, 0, 0);
  }
}
@keyframes section-expand {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes section-collapse {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes item-pulse-out {
  0% {
    box-shadow: 0 0 10px 0 rgba(255, 103, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 10px 20px rgba(255, 103, 0, 0);
  }
}

/**
 *
 * New variables names
 *
 */
.grid {
  display: flex;
}
.grid--row {
  flex-direction: row;
  flex-wrap: wrap;
}
.grid--center {
  justify-content: center;
}
.grid--col {
  flex-direction: column;
  justify-content: center;
}
.t-animation .col {
  transition: 0.3s ease-out;
}
.col--2 {
  width: 50%;
}
@media (min-width: 601px) and (max-width: 1070px) {
  .col--2 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .col--2 {
    width: 100%;
  }
}
.col--wide {
  width: 57%;
}
@media (min-width: 601px) and (max-width: 1070px) {
  .col--wide {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .col--wide {
    width: 100%;
  }
}
.col--narrow {
  width: 43%;
}
@media (min-width: 601px) and (max-width: 1070px) {
  .col--narrow {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .col--narrow {
    width: 100%;
  }
}
.col--center {
  width: 70%;
  max-width: 900px;
  align-self: center;
}
@media (min-width: 601px) and (max-width: 1070px) {
  .col--center {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .col--center {
    width: 100%;
  }
}

.loader {
  content: '';
  position: absolute;
  z-index: 50;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  background-image: url(img/icons/loader.svg);
  background-repeat: no-repeat;
  background-position: center;
  animation: round-loader 2s linear infinite;
}

.login {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.login__form {
  position: relative;
  width: 220px;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login__title {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  margin: 0 0 20px 0;
}

/**** Should contain any styles that should be applied only for the mvp version 
****/
#showPreview {
  display: none;
}
.is-mvp #card-mps {
  display: none;
}
.is-mvp #focalRectToggle {
  display: none;
}
.is-mvp .filters__item--episode {
  display: none;
}
.is-mvp .filters__item--categories {
  display: none;
}
.is-mvp .filters__item--tags {
  display: none;
}
.is-mvp .filters__item--checkbox {
  display: none;
}
.is-mvp .library__value-name {
  display: none;
}
.is-mvp #showPreview {
  display: block;
}

/**
 *
 * New variables names
 *
 */
.pagination {
  position: relative;
  margin-left: 20px;
}
.pagination__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination__next,
.pagination__prev {
  display: inline-block;
  padding: 4px 13px;
  margin: 0 0 0 -1px;
  font-size: 20px;
  opacity: 1;
  cursor: pointer;
  border: 1px solid #dddddd;
  color: #999999;
  background-color: transparent;
}
.t-animation .pagination__next,
.t-animation .pagination__prev {
  transition: 0.3s ease-out;
}
.pagination__next:hover,
.pagination__prev:hover {
  color: #555555;
  background-color: #e8e8e8;
}
.pagination__next.is-disabled,
.pagination__prev.is-disabled {
  pointer-events: none;
  opacity: 0.5;
  color: #bbbbbb;
}
.pagination__prev {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.pagination__next {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/**
 *
 * New variables names
 *
 */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modal-fade-in {
  0% {
    background-color: rgba(30, 30, 32, 0);
  }
  100% {
    background-color: rgba(30, 30, 32, 0.94);
  }
}
@keyframes modal-fade-out {
  0% {
    background-color: rgba(30, 30, 32, 0.94);
  }
  100% {
    background-color: rgba(30, 30, 32, 0);
  }
}
@keyframes scale-in {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.6);
    opacity: 0;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-out-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(40px);
    opacity: 0;
  }
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-out-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes slide-in-down {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-out-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(40px);
    opacity: 0;
  }
}
@keyframes slide-in-up {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-out-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-40px);
    opacity: 0;
  }
}
@keyframes scale-in-right {
  0% {
    transform: translate(5px, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-down {
  0% {
    transform: translate(0, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes place-left {
  0% {
    transform: translate(-5px, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes place-top {
  0% {
    transform: translate(0, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes grow-down {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
  }
}
@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes round-loader {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(360deg);
  }
  99% {
    transform: rotate(720deg);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulse-out {
  0% {
    box-shadow: 0 0 10px 0 rgba(255, 103, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 10px 20px rgba(255, 103, 0, 0);
  }
}
@keyframes section-expand {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes section-collapse {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes item-pulse-out {
  0% {
    box-shadow: 0 0 10px 0 rgba(255, 103, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 10px 20px rgba(255, 103, 0, 0);
  }
}
.pr {
  display: flex;
  align-items: center;
}
.pr.modal {
  animation-delay: 0s;
}
.pr .preview .img {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
}
.pr .preview .img .focalPoint {
  display: none;
}
.pr .preview .img .focalRect {
  display: none;
}
.pr .preview .videoPlay {
  display: none;
}
.pr .preview .img-only {
  display: block;
}
.pr .preview.focal.point .purposes {
  display: none;
}
.pr .preview.focal.full .img {
  display: none;
}
.pr .preview.focal.full #showPreview {
  display: none;
}
@media (max-width: 768px) {
  .pr .preview {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
    margin: 30px 0 0 0;
    display: block;
  }
  .pr .preview .img .img-wrapper .controls {
    left: calc(100% - 20px);
  }
  .pr .preview.focal.line .purposes {
    margin: 20px 0;
    width: 100%;
  }
  .pr .preview.focal.line .purposes .purpose-header {
    margin: 20px 20px 0 20px;
  }
  .pr .preview.focal.line .purposes .purpose-header input {
    display: none;
  }
  .pr .preview.focal.line .purposes .purpose-header .right {
    float: none;
    width: 100%;
  }
  .pr .preview.focal.line .purposes .purpose-header .right .purpose-paginator {
    position: absolute;
    left: 0;
    top: 0;
    padding: 3px 0;
  }
  .pr .preview.focal.line .purposes .purpose-header .right .button {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px 8px;
  }
  .pr .preview.focal.line .purposes .purpose-header .right .button i {
    display: none;
  }
  .pr .preview.focal.line .purposes > .fa {
    display: none;
  }
  .pr .preview.focal.line .purposes .purposes-wrapper {
    left: 0;
    top: 30px;
    width: 100%;
  }
}
.pr.willClose .preview {
  animation: fade-out 0.2s ease-out;
  -webkit-animation-fill-mode: forwards;
}
.pr.willClose .img {
  animation: zoom-out 0.3s ease-out 0.05s;
  -webkit-animation-fill-mode: forwards;
}
.pr.video #focalPointToggle {
  display: none;
}
.pr.video #focalRectToggle {
  display: none;
}
.pr.video #cropPreview {
  display: none;
}
.pr.video .focalPoint {
  display: none!important;
}
.pr.video .focalRect {
  display: none!important;
}
.pr.video .img-only {
  display: none;
}
.pr.bulk .preview .img {
  display: none;
}
.pr.bulk .preview .files {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  position: relative;
  width: 90%;
  height: 90%;
  overflow: scroll;
}
.pr.bulk .preview .files .file {
  width: calc((100% - 60px)/3);;
}
.pr.bulk #focalPointToggle {
  display: none;
}
@media (max-width: 768px) {
  .pr {
    flex-wrap: wrap;
    margin: 0;
  }
}
/*
* Purposes
*/
.preview__img-back-placeholder {
  display: none;
}
.preview__img-back-placeholder.is-visible {
  display: block;
  position: absolute;
  z-index: 50;
  background-color: #dddddd;
  animation: img-scale-out 0.6s ease-out;
}
@keyframes img-wrapper-slide-left {
  0% {
    transform: translateX(-200px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes img-wrapper-slide-right {
  0% {
    transform: translateX(200px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes img-scale-out {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.85);
  }
}

/**
 *
 * New variables names
 *
 */
.errMsg {
  font-size: 12px;
  color: #ffffff;
  padding: 3px 6px;
  border-radius: 3px;
  margin: 3px 0 10px 0;
  background-color: #C6182D;
  display: inline-block;
}
.emptyField {
  border-color: #C6182D !important;
  margin-bottom: 0px!important;
  transition: none!important;
}

/**
 *
 * New variables names
 *
 */
body::-webkit-scrollbar {
  display: none;
}
body::-webkit-scrollbar-button {
  display: none;
}
body::-webkit-scrollbar-track {
  display: none;
}
body::-webkit-scrollbar-track-piece {
  display: none;
}
body::-webkit-scrollbar-thumb {
  display: none;
}
body::-webkit-scrollbar-corner {
  display: none;
}
body::-webkit-resizer {
  display: none;
}

.slide-down__container {
  overflow: hidden;
  transition: height 500ms;
  height: 0px;
}


/**
 *
 * New variables names
 *
 */
.u-noMargin {
  margin: 0px!important;
}
.u-noPadding {
  padding: 0!important;
}
.u-noSidePadding {
  padding-left: 0!important;
  padding-right: 0!important;
}
.u-hidden {
  display: none!important;
}
@media (max-width: 600px) {
  .u-hidden-xs {
    display: none!important;
  }
}
@media (min-width: 601px) and (max-width: 1070px) {
  .u-hidden-s {
    display: none!important;
  }
}
@media (min-width: 1071px) and (max-width: 1299px) {
  .u-hidden-n {
    display: none!important;
  }
}
@media (min-width: 1300px) {
  .u-hidden-l {
    display: none!important;
  }
}
.u-visible-xs {
  /*@media @screen-xs {
        display: block!important;
    }*/
}
@media (min-width: 601px) and (max-width: 1070px) {
  .u-visible-xs {
    display: none!important;
  }
}
@media (min-width: 1071px) and (max-width: 1299px) {
  .u-visible-xs {
    display: none!important;
  }
}
@media (min-width: 1300px) {
  .u-visible-xs {
    display: none!important;
  }
}
.u-nowrap {
  flex-wrap: nowrap!important;
}
.u-noPadding {
  padding: 0!important;
}
.u-noPointerEvents {
  pointer-events: none!important;
}
.u-right {
  float: right!important;
  align-self: flex-end !important;
}
*.unselectable {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  /*
     Introduced in IE 10.
     See http://ie.microsoft.com/testdrive/HTML5/msUserSelect/
   */
  -ms-user-select: none;
  user-select: none;
}

/**
 *
 * New variables names
 *
 */

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/**
 *
 * New variables names
 *
 */
.post-item-thumbs {
  position: relative;
  width: 80%;
  max-width: 800px;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
  padding-bottom: 100px;
}
.post-item-section {
  margin: 0 0 50px 0;
}
.post-item-section__title {
  position: relative;
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  margin: 0 0 15px 0;
}
.post-item-section__items {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

/**
 *
 * New variables names
 *
 */
.sections-list__add-section {
  margin: 0!important;
}

.medium-editor-placeholder:after {
  font-style: normal;
  font-weight: 300;
}

/**
 *
 * New variables names
 *
 */
.medium-toolbar-arrow-under:after {
  border-color: #242424 transparent transparent transparent;
  top: 100%;
}
.medium-toolbar-arrow-over:before {
  border-color: transparent transparent #242424 transparent;
  top: -5px;
}
.medium-editor-toolbar {
  background-color: #242424;
  border-radius: 5px;
  box-shadow: none;
  border: none;
}
.medium-editor-toolbar li button {
  background-color: #242424;
  border: 0;
  color: rgba(255, 255, 255, 0.7);
  height: 36px;
  min-width: 36px;
  padding: 8px;
  transition: 0.3s ease-out;
  box-shadow: none;
}
.medium-editor-toolbar li button:hover {
  color: #fff;
  background: #242424;
}
.medium-editor-toolbar li .medium-editor-button-first {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.medium-editor-toolbar li .medium-editor-button-last {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.medium-editor-toolbar li .medium-editor-button-active {
  background: #242424;
  color: #FF6700;
}
.medium-editor-toolbar li .medium-editor-button-active:hover {
  color: #FF6700;
  background: #242424;
}
.medium-editor-toolbar-form {
  background: #242424;
  border-radius: 3px;
  color: #999;
  overflow: hidden;
}
.medium-editor-toolbar-form .medium-editor-toolbar-input {
  background: #242424;
  box-sizing: border-box;
  color: #ccc;
  height: 36px;
  padding: 10px;
}
.medium-editor-toolbar-form a {
  color: #fff;
}
.medium-editor-toolbar-anchor-preview {
  background: #242424;
  border-radius: 3px;
  color: #fff;
}
.medium-editor-placeholder:after {
  color: #b3b3b1;
}

/**
 *
 * New variables names
 *
 */
.new-template {
  position: relative;
  width: 80%;
  max-width: 400px;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
}
.nt__list {
  position: relative;
  margin: 40px 0 20px 0;
}
.nt-item {
  position: relative;
  box-sizing: border-box;
  padding: 15px;
  margin: 15px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  color: rgba(255, 255, 255, 0.7);
  transition: 0.3s ease-out;
}
.nt-item:hover {
  border-color: rgba(255, 255, 255, 0.5);
  color: #ffffff;
}
.nt-item.is-selected {
  background-color: #ffffff;
  color: #000000;
  border-color: transparent;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.nt-item.is-selected:hover {
  box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.9);
}
.nt-item__checkmark {
  position: relative;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  transition: border 0.2s ease-out, background-color 0.2s ease-out;
}
.nt-item:hover .nt-item__checkmark {
  border-color: rgba(255, 255, 255, 0.9);
}
.nt-item.is-selected .nt-item__checkmark {
  background-color: #FF6700;
  background-position: center;
  background-origin: content-box;
  background-image: url(img/icons/checkmark.svg);
  background-repeat: no-repeat;
  background-size: 72%;
  border-color: #FF6700;
}
.nt-item.is-selected .nt-item__checkmark:hover {
  border-color: #db5900;
}
.nt-item__title {
  font-weight: 300;
  display: flex;
  align-items: center;
}
.nt-item__icon {
  font-size: 16px;
  margin: 0 10px 0 15px;
}

/**
 *
 * New variables names
 *
 */
.post-content__textarea {
  padding: 0;
  margin: 0;
  outline: none;
  transition: 0.3s ease-out;
}
.post-content__textarea p {
  margin: 0 0 10px 0;
}
.post-content__textarea p:last-child {
  margin-bottom: 0;
}
.post-content__textarea.has-preview {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}
.post-content__heading {
  font-size: 20px;
  padding: 0;
  margin: 0;
  outline: none;
}
.post-content__preview.has-preview {
  position: relative;
  display: flex;
  justify-content: center;
  width: 50%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

/**
 *
 * New variables names
 *
 */
.button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 6px 12px 7px 12px;
  margin: 0 5px;
  width: auto;
  white-space: nowrap;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  transition: 0.3s ease-out;
  border-radius: 2px;
}
.button span {
  pointer-events: none;
}
.button.is-disabled {
  opacity: 0.5;
  pointer-events: disabled;
}
.button .fa {
  pointer-events: none;
}
.button.button--small {
  font-size: 12px;
  padding: 3px 7px;
  margin: 0 2px;
}
@media (max-width: 600px) {
  .button.button--small {
    font-size: 14px;
    padding: 4px 6px;
  }
  .t-style .button.button--small {
    padding: 6px 12px;
  }
}
.button--round {
  border-radius: 50%;
  padding: 0;
  margin: 0 3px;
  width: 22px;
  height: 22px;
  white-space: nowrap;
}
.button--round:active,
.button--round:focus {
  outline: none;
}
.button--add {
  background-image: url(img/icons/add.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
}
.button--remove {
  background-image: url(img/icons/remove.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 8px;
}
.button--selectAll {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: none;
  border: 1px solid #999999;
  margin-right: 5px;
}
.button--selectAll:hover {
  border-color: #777777;
}
.button--selectAll:hover::after {
  color: #777777;
}
.button--selectAll:focus {
  outline: none;
}
.button--selectAll::after {
  position: absolute;
  content: "•";
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  color: #999999;
}
.button--selectAll.is-empty::after {
  content: "";
}
.button--selectAll.is-all {
  border-color: #FF6700;
  background-color: #FF6700;
  background-position: center;
  background-image: url(img/icons/checkmark.svg);
  background-repeat: no-repeat;
}
.button--selectAll.is-all:hover {
  border-color: #db5900;
}
.button--selectAll.is-all::after {
  content: "";
}
.button--selectAll .t-animation {
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.button:active,
.button:focus {
  outline: none;
}
.button_style_transparent-gray {
  background-color: transparent;
  border: none;
  color: #555555;
}
.button_style_transparent-gray:hover {
  background-color: rgba(0, 0, 0, 0.06);
  color: #000000;
}
.button_style_transparent-gray:active {
  background-color: rgba(0, 0, 0, 0.12);
  color: #000000;
}
.button_style_transparent-white {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0.6);
}
.button_style_transparent-white:hover {
  border-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
}
.button_style_transparent-white:active {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000000;
}
.button_style_outline-white {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.7);
}
.button_style_outline-white:hover {
  border-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
}
.button_style_outline-white:active {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000000;
}
.button_style_outline-gray {
  background-color: transparent;
  border: 1px solid #dddddd;
  color: #666666;
}
.button_style_outline-gray:hover {
  color: #000000;
  border-color: #bbbbbb;
}
.button_style_outline-gray:active {
  background-color: #dddddd;
  border-color: #dddddd;
}
.button_style_outline-gray.is-selected {
  border-color: #dddddd;
  background-color: #dddddd;
}
.button_style_outline-gray.is-selected:hover {
  color: #000000;
  border-color: #aaaaaa;
}
.button_style_outline-gray.is-selected:active {
  background-color: #dddddd;
  border-color: #dddddd;
}
.button_style_outline-accent {
  background-color: transparent;
  min-width: 80px;
  border: 1px solid rgba(255, 103, 0, 0.7);
  color: #FF6700;
}
.button_style_outline-accent:hover {
  border-color: #FF6700;
}
.button_style_outline-accent:active {
  background-color: #FF6700;
  color: #ffffff;
}
.button_style_fill-accent {
  background-color: #FF6700;
  border: 1px solid #FF6700;
  color: #ffffff;
}
.button_style_fill-accent:hover {
  border-color: #db5900;
}
.button_style_fill-accent:active {
  background-color: #db5900;
}
.disabled .fa {
  opacity: 0.5;
}
.button--filter {
  margin-top: 5px;
  min-width: 0;
}
.post-item-thumbnails {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 20px 0 0 0;
}
.post-item-thumb {
  display: inline-block;
  box-sizing: border-box;
  padding: 6px 12px 7px 12px;
  margin: 0 5px;
  width: auto;
  white-space: nowrap;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  transition: 0.3s ease-out;
  border-radius: 2px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.post-item-thumb span {
  pointer-events: none;
}
.post-item-thumb.is-disabled {
  opacity: 0.5;
  pointer-events: disabled;
}
.post-item-thumb.post-item-thumb--post-card {
  width: 70px;
  box-sizing: border-box;
  margin: 5px;
  padding: 10px;
  background-color: transparent;
  border: 1px solid #dddddd;
  color: #666666;
}
.post-item-thumb.post-item-thumb--post-card:hover {
  color: #000000;
  border-color: #bbbbbb;
}
.post-item-thumb.post-item-thumb--post-card:active {
  background-color: #dddddd;
  border-color: #dddddd;
}
.post-item-thumb.post-item-thumb--post-card.is-selected {
  border-color: #dddddd;
  background-color: #dddddd;
}
.post-item-thumb.post-item-thumb--post-card.is-selected:hover {
  color: #000000;
  border-color: #aaaaaa;
}
.post-item-thumb.post-item-thumb--post-card.is-selected:active {
  background-color: #dddddd;
  border-color: #dddddd;
}
.post-item-thumb.post-item-thumb--overlay {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.7);
  width: 20%;
  min-width: 100px;
  padding: 40px;
  margin: -1px -1px 0 0;
  border-radius: 0px;
  border-color: #464646;
}
.post-item-thumb.post-item-thumb--overlay:hover {
  border-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
}
.post-item-thumb.post-item-thumb--overlay:active {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000000;
}
.post-item-thumb.post-item-thumb--overlay:hover {
  z-index: 2;
  background-color: #ffffff;
  border-radius: 2px;
  color: rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.8);
}
.post-item-thumb.post-item-thumb--template {
  position: relative;
  min-height: 100px;
  align-items: flex-start;
  padding: 10px;
}
.post-item-thumb__icon {
  position: relative;
  font-size: 22px;
  margin-bottom: 8px;
}
.post-item-thumb__title {
  font-size: 10px;
  white-space: normal;
  text-align: center;
}
.post-item-thumb--template .post-item-thumb__title {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.post-item-thumb__description {
  margin-top: 5px;
  font-size: 10px;
  line-height: 1.4;
  white-space: normal;
  opacity: 0.6;
}
.post-item-thumb__remove {
  position: absolute;
  z-index: 2;
  top: 8px;
  right: 8px;
  width: 10px;
  height: 10px;
  background-image: url(img/icons/close-modal-w.svg);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  transition: opacity 0.3s ease-out;
  opacity: 0.5;
}
.post-item-thumb:hover .post-item-thumb__remove {
  background-image: url(img/icons/close-modal.svg);
}
.post-item-thumb__remove:hover {
  opacity: 1;
}
.post-item-thumb__remove:active {
  opacity: 1;
}

/**
 *
 * New variables names
 *
 */
.button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 6px 12px 7px 12px;
  margin: 0 5px;
  width: auto;
  white-space: nowrap;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  transition: 0.3s ease-out;
  border-radius: 2px;
}
.button span {
  pointer-events: none;
}
.button.is-disabled {
  opacity: 0.5;
  pointer-events: disabled;
}
.button .fa {
  pointer-events: none;
}
.button.button--small {
  font-size: 12px;
  padding: 3px 7px;
  margin: 0 2px;
}
@media (max-width: 600px) {
  .button.button--small {
    font-size: 14px;
    padding: 4px 6px;
  }
  .t-style .button.button--small {
    padding: 6px 12px;
  }
}
.button--round {
  border-radius: 50%;
  padding: 0;
  margin: 0 3px;
  width: 22px;
  height: 22px;
  white-space: nowrap;
}
.button--round:active,
.button--round:focus {
  outline: none;
}
.button--add {
  background-image: url(img/icons/add.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
}
.button--remove {
  background-image: url(img/icons/remove.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 8px;
}
.button--selectAll {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: none;
  border: 1px solid #999999;
  margin-right: 5px;
}
.button--selectAll:hover {
  border-color: #777777;
}
.button--selectAll:hover::after {
  color: #777777;
}
.button--selectAll:focus {
  outline: none;
}
.button--selectAll::after {
  position: absolute;
  content: "•";
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  color: #999999;
}
.button--selectAll.is-empty::after {
  content: "";
}
.button--selectAll.is-all {
  border-color: #FF6700;
  background-color: #FF6700;
  background-position: center;
  background-image: url(img/icons/checkmark.svg);
  background-repeat: no-repeat;
}
.button--selectAll.is-all:hover {
  border-color: #db5900;
}
.button--selectAll.is-all::after {
  content: "";
}
.button--selectAll .t-animation {
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.button:active,
.button:focus {
  outline: none;
}
.button_style_transparent-gray {
  background-color: transparent;
  border: none;
  color: #555555;
}
.button_style_transparent-gray:hover {
  background-color: rgba(0, 0, 0, 0.06);
  color: #000000;
}
.button_style_transparent-gray:active {
  background-color: rgba(0, 0, 0, 0.12);
  color: #000000;
}
.button_style_transparent-white {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0.6);
}
.button_style_transparent-white:hover {
  border-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
}
.button_style_transparent-white:active {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000000;
}
.button_style_outline-white {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.7);
}
.button_style_outline-white:hover {
  border-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
}
.button_style_outline-white:active {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000000;
}
.button_style_outline-gray {
  background-color: transparent;
  border: 1px solid #dddddd;
  color: #666666;
}
.button_style_outline-gray:hover {
  color: #000000;
  border-color: #bbbbbb;
}
.button_style_outline-gray:active {
  background-color: #dddddd;
  border-color: #dddddd;
}
.button_style_outline-gray.is-selected {
  border-color: #dddddd;
  background-color: #dddddd;
}
.button_style_outline-gray.is-selected:hover {
  color: #000000;
  border-color: #aaaaaa;
}
.button_style_outline-gray.is-selected:active {
  background-color: #dddddd;
  border-color: #dddddd;
}
.button_style_outline-accent {
  background-color: transparent;
  min-width: 80px;
  border: 1px solid rgba(255, 103, 0, 0.7);
  color: #FF6700;
}
.button_style_outline-accent:hover {
  border-color: #FF6700;
}
.button_style_outline-accent:active {
  background-color: #FF6700;
  color: #ffffff;
}
.button_style_fill-accent {
  background-color: #FF6700;
  border: 1px solid #FF6700;
  color: #ffffff;
}
.button_style_fill-accent:hover {
  border-color: #db5900;
}
.button_style_fill-accent:active {
  background-color: #db5900;
}
.disabled .fa {
  opacity: 0.5;
}
.button--filter {
  margin-top: 5px;
  min-width: 0;
}
.post-items {
  position: relative;
  margin: 20px 0 0 0;
  width: 100%;
  max-width: 700px;
  left: 50%;
  transform: translateX(-50%);
}
.post-item__placeholder {
  min-height: 60px;
  background-color: #fdfdfd;
  border: 1px dashed #dddddd;
  border-radius: 2px;
  margin: 0 0 25px 0;
}
.post-item__wrapper {
  padding: 0;
  margin: 0;
  transition: 0.3s ease-out;
}
.post-item__wrapper.is-dragging {
  transition: none;
}
.post-item {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 10px;
  margin: 0;
  transform-origin: top;
  opacity: 1;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  background-color: #fbfbfb;
  transition: 0.3s ease-out;
}
.post-item__wrapper.is-dragging .post-item {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease-out;
  transform: rotate(-1deg);
  opacity: 0.95;
  transition: none;
}
.post-item__wrapper.is-dropped .post-item {
  animation: item-pulse-out 0.7s ease-out 1;
}
.post-item__remove {
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  background-image: url(img/icons/close-modal.svg);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  opacity: 0.4;
  transition: 0.3s ease-out;
}
.post-item__remove:hover {
  opacity: 0.9;
}
.post-item__remove.is-hidden {
  display: none;
}
.post-item__title {
  position: relative;
  box-sizing: border-box;
  padding: 6px 10px;
  cursor: -webkit-grab;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  color: #999999;
  border-bottom: 1px solid #eeeeee;
}
.post-item__wrapper.is-dragging .post-item__title {
  cursor: -webkit-grabbing;
}
.post-item__content {
  position: relative;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.post-item__content.post-item__content--blurb {
  padding-top: 0;
}
.post-item__content.post-item__content--file {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}
.post-item__add-new {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 6px 12px 7px 12px;
  margin: 0 5px;
  width: auto;
  white-space: nowrap;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  transition: 0.3s ease-out;
  border-radius: 2px;
  background-color: transparent;
  border: none;
  color: #555555;
  font-size: 12px;
  padding: 3px 7px;
  margin: 0 2px;
  margin: 4px 0 4px 0;
  padding: 4px 7px 2px 7px;
  left: 50%;
  transform: translateX(-50%) scale(1);
  color: #999999;
}
.post-item__add-new span {
  pointer-events: none;
}
.post-item__add-new.is-disabled {
  opacity: 0.5;
  pointer-events: disabled;
}
.post-item__add-new:hover {
  background-color: rgba(0, 0, 0, 0.06);
  color: #000000;
}
.post-item__add-new:active {
  background-color: rgba(0, 0, 0, 0.12);
  color: #000000;
}
@media (max-width: 600px) {
  .post-item__add-new {
    font-size: 14px;
    padding: 4px 6px;
  }
  .t-style .post-item__add-new {
    padding: 6px 12px;
  }
}
.post-item__add-new:hover {
  opacity: 0.8;
}
.post-item__wrapper.in-dragging-mode .post-item__add-new {
  opacity: 0.2;
}
.post-item__wrapper.is-dragging .post-item__add-new,
.post-item__wrapper:last-child .post-item__add-new {
  display: none;
}

/**
 *
 * New variables names
 *
 */
.button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 6px 12px 7px 12px;
  margin: 0 5px;
  width: auto;
  white-space: nowrap;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  transition: 0.3s ease-out;
  border-radius: 2px;
}
.button span {
  pointer-events: none;
}
.button.is-disabled {
  opacity: 0.5;
  pointer-events: disabled;
}
.button .fa {
  pointer-events: none;
}
.button.button--small {
  font-size: 12px;
  padding: 3px 7px;
  margin: 0 2px;
}
@media (max-width: 600px) {
  .button.button--small {
    font-size: 14px;
    padding: 4px 6px;
  }
  .t-style .button.button--small {
    padding: 6px 12px;
  }
}
.button--round {
  border-radius: 50%;
  padding: 0;
  margin: 0 3px;
  width: 22px;
  height: 22px;
  white-space: nowrap;
}
.button--round:active,
.button--round:focus {
  outline: none;
}
.button--add {
  background-image: url(img/icons/add.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
}
.button--remove {
  background-image: url(img/icons/remove.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 8px;
}
.button--selectAll {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: none;
  border: 1px solid #999999;
  margin-right: 5px;
}
.button--selectAll:hover {
  border-color: #777777;
}
.button--selectAll:hover::after {
  color: #777777;
}
.button--selectAll:focus {
  outline: none;
}
.button--selectAll::after {
  position: absolute;
  content: "•";
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  color: #999999;
}
.button--selectAll.is-empty::after {
  content: "";
}
.button--selectAll.is-all {
  border-color: #FF6700;
  background-color: #FF6700;
  background-position: center;
  background-image: url(img/icons/checkmark.svg);
  background-repeat: no-repeat;
}
.button--selectAll.is-all:hover {
  border-color: #db5900;
}
.button--selectAll.is-all::after {
  content: "";
}
.button--selectAll .t-animation {
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.button:active,
.button:focus {
  outline: none;
}
.button_style_transparent-gray {
  background-color: transparent;
  border: none;
  color: #555555;
}
.button_style_transparent-gray:hover {
  background-color: rgba(0, 0, 0, 0.06);
  color: #000000;
}
.button_style_transparent-gray:active {
  background-color: rgba(0, 0, 0, 0.12);
  color: #000000;
}
.button_style_transparent-white {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0.6);
}
.button_style_transparent-white:hover {
  border-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
}
.button_style_transparent-white:active {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000000;
}
.button_style_outline-white {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.7);
}
.button_style_outline-white:hover {
  border-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
}
.button_style_outline-white:active {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000000;
}
.button_style_outline-gray {
  background-color: transparent;
  border: 1px solid #dddddd;
  color: #666666;
}
.button_style_outline-gray:hover {
  color: #000000;
  border-color: #bbbbbb;
}
.button_style_outline-gray:active {
  background-color: #dddddd;
  border-color: #dddddd;
}
.button_style_outline-gray.is-selected {
  border-color: #dddddd;
  background-color: #dddddd;
}
.button_style_outline-gray.is-selected:hover {
  color: #000000;
  border-color: #aaaaaa;
}
.button_style_outline-gray.is-selected:active {
  background-color: #dddddd;
  border-color: #dddddd;
}
.button_style_outline-accent {
  background-color: transparent;
  min-width: 80px;
  border: 1px solid rgba(255, 103, 0, 0.7);
  color: #FF6700;
}
.button_style_outline-accent:hover {
  border-color: #FF6700;
}
.button_style_outline-accent:active {
  background-color: #FF6700;
  color: #ffffff;
}
.button_style_fill-accent {
  background-color: #FF6700;
  border: 1px solid #FF6700;
  color: #ffffff;
}
.button_style_fill-accent:hover {
  border-color: #db5900;
}
.button_style_fill-accent:active {
  background-color: #db5900;
}
.disabled .fa {
  opacity: 0.5;
}
.button--filter {
  margin-top: 5px;
  min-width: 0;
}
.js-rteditor {
  overflow-x: hidden;
}
.rte {
  position: relative;
}
.rte__content {
  margin: 20px auto;
}
.rte__wrapper {
  margin: 20px auto;
  max-width: 1200px;
}
.rte__widget-wrapper {
  margin-bottom: 20px;
}
.rte__form {
  transition: max-height 0.3s;
  margin-bottom: 20px;
}
.rte__box {
  border: 1px solid #eeeeee;
  border-radius: 2px;
  background-color: #fbfbfb;
  max-width: 700px;
  padding: 15px;
  margin: 0px auto;
  min-height: 300px;
  cursor: text;
}
.rte__box:hover {
  border: 1px solid #DDD;
}
.rte__widget-editor {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 10px;
  margin: 10px 0px;
  transform-origin: top;
  opacity: 1;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  background-color: #FFFFFF;
}
.rte-widget__heading {
  font-size: 14px;
  padding: 7px 1px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  color: #666;
}
.rte__widget-triangle {
  position: relative;
  background: #FBFBFB;
  border: none;
  top: -1px;
  left: 0px;
  z-index: 100;
  opacity: 0;
}
.rte__widget-wrapper--open .rte__widget-triangle {
  opacity: 1;
}
.rte__widget-triangle:after,
.rte__widget-triangle:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.rte__widget-triangle:after {
  border-color: rgba(251, 251, 251, 0);
  border-top-color: #FBFBFB;
  border-width: 15px;
  margin-left: -15px;
}
.rte__widget-triangle:before {
  border-color: rgba(238, 238, 238, 0);
  border-top-color: #EEE;
  border-width: 16px;
  margin-left: -16px;
}
.rte__widget-title {
  position: relative;
  box-sizing: border-box;
  padding: 6px 10px;
  cursor: -webkit-grab;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  color: #999999;
  border-bottom: 1px solid #eeeeee;
}
.rte__frag-container {
  display: none;
}
.rte__widget-remove {
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  background-image: url(img/icons/close-modal.svg);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  opacity: 0.4;
  transition: 0.3s ease-out;
}
.rte__helper {
  color: #AAA;
  font-style: italic;
}
@-webkit-keyframes hide {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
/* Standard syntax */
@keyframes hide {
  0% {
    display: none;
  }
  100% {
    display: none;
  }
}
.rte__floating-toolbar {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  position: absolute;
  padding: 5px;
  border: 1px solid #DDD;
  border-radius: 3px;
  background: #FFF;
  z-index: 1000;
  opacity: 1;
  transition: visibility 0.2s linear 0s, opacity 0.3s linear 0s;
  -webkit-transition: visibility 0.2s linear 0s, opacity 0.3s linear 0s;
  visibility: visible;
}
.rte__floating-toolbar--hidden {
  visibility: hidden;
  opacity: 0;
}
.rte__floating-form-body {
  padding: 20px;
}
.rte__floating-form-submit {
  text-align: center;
  padding-top: 20px;
}
/********* Buttons **********/
.rte__button-list {
  display: flex;
}
.rte__button-list--hidden {
  display: none;
}
.rte__button--small {
  border: 1px solid #dddddd;
  color: #666666;
  width: 28px;
  height: 28px;
  text-align: center;
  cursor: pointer;
}
.rte__button--small i {
  height: 28px;
  line-height: 28px;
}
.rte__button--small:hover {
  color: #000;
  border-color: #000;
}
/*********** Rich text editor content (styling inside the editor) ********************/
.rte-content {
  background: #FFF;
  font-family: 'Roboto', sans-serif;
  margin: 5px 5px;
}
.rte-content p {
  margin: 0px 0px 10px 0px;
}
.rte-content__image-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.rte-content__image-item {
  margin: 5px;
  max-width: 300px;
}
.rte-content__image-item img {
  max-width: 100%;
  max-height: 100%;
}
.rte-content__placeholder {
  border: 2px dashed #DDD;
  padding: 20px;
  text-align: left;
  font-weight: 300;
  text-align: center;
  margin: 10px 0px;
}
.rte-content__placeholder .listicle__heading {
  font-size: 24px;
  margin-bottom: 10px;
}
.rte-content__placeholder .listicle__description {
  font-weight: 300;
}
.rte-content__placeholder .preview__image-img {
  box-shadow: none;
  left: 0;
  margin-bottom: 10px;
  transform: none;
}
.rte-content__placeholder[data-mce-selected='1'] {
  border-color: #FF6700;
}
.rte-content__listicle {
  position: relative;
}
.rte-content__listicle-edit {
  width: 22px;
  height: 22px;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -12px;
  opacity: 0;
  transition: opacity 0.3s;
  cursor: pointer;
}
.rte-content__listicle-edit i {
  width: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 24px;
  color: #999;
}
.rte-content__listicle-edit:hover i {
  color: #666;
}
.rte-content__listicle:hover .rte-content__listicle-edit {
  opacity: 1;
}
.card .rte-widget__heading {
  display: none;
}
.card .listicle__item,
.card .listicle__add {
  margin-left: 0px;
  margin-right: 0px;
}
.card .listicle__remove {
  right: -46px;
}
.card .listicle__add {
  margin-bottom: 0px;
}
.card .rte__floating-form-submit {
  display: none;
}
/*********** Widgets **********/
.rte-widget__editor {
  padding: 20px;
}
.rte-widget__embed-icons i {
  font-size: 22px;
  margin: 5px;
  color: #AAA;
}
.listicle__item,
.listicle__add {
  padding: 20px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  margin-right: 50px;
  margin-left: 50px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 2px;
  background: #FFF;
}
.listicle__add {
  font-weight: 300;
}
.listicle__remove,
.listicle__count {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: -56px;
  width: 40px;
  display: flex;
  justify-content: center;
}
.listicle__remove .button_style_outline-gray {
  background-color: #fff;
  top: 50%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
}
.listicle__count {
  right: auto;
  left: -36px;
  text-align: center;
  font-size: 14px;
  color: #222;
}
.listicle__item {
  opacity: 1;
  transition: opacity 0.3s;
  cursor: move;
}
.listicle__item-enter {
  opacity: 0;
}
.listicle__item-enter-active {
  opacity: 1;
}
.listicle__item-leave-active {
  opacity: 0;
}
.listicle__item .c-ImagePlaceholder {
  width: 100%;
  margin: 20px 0px;
  text-align: center;
  justify-content: center;
}
.listicle__item .c-ImagePlaceholder.is_empty {
  width: 100%;
  margin: 20px 0px;
}
.listicle__item .c-ImagePlaceholder-img {
  position: relative;
  padding-top: 151.875px;
  width: 270px;
  display: inline-block;
}
.listicle__item .c-ImagePlaceholder.is-empty .c-ImagePlaceholder-img {
  position: relative;
  padding-top: 0px;
  width: 100%;
  display: block;
}
.listicle__item .c-ImagePlaceholder.is-empty .c-ImagePlaceholder-img .image-placeholder__controls {
  position: relative;
  min-height: 150px;
}
.listicle__item .c-ImagePlaceholder.is-empty .image-placeholder__controls {
  position: relative;
}
.listicle__item .radioToggle li:nth-child(2) {
  display: none;
}
.listicle__item .c-Addable-row-dragHandler {
  position: absolute;
  display: flex;
  left: -23px;
  top: 50%;
  transform: translateY(-50%);
}
.listicle__add {
  cursor: pointer;
  color: #666;
}
.listicle__add:hover {
  border-color: #AAA;
}
.listicle__add i {
  margin-right: 10px;
}
.mce-i-fa-image:before {
  content: "\f03e";
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #000;
  font-size: 1.5em;
  padding-right: 0.5em;
  position: absolute;
  font-size: 16px;
  color: #666;
}

/**
 *
 * New variables names
 *
 */
.list__section {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 20px;
  margin: 10px 0 25px 0;
  transform-origin: top;
  opacity: 1;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  background-color: #ffffff;
}
.list__section.is-dragging {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  transition: none;
  transition: opacity 0.3s ease-out;
  transform: rotate(-1deg);
  opacity: 0.95;
}
.list__placeholder {
  min-height: 100px;
  background-color: #fafafa;
  border: 1px dashed #eeeeee;
  border-radius: 2px;
  margin: 10px 0 25px 0;
}
.section__handler {
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  left: 8px;
  top: 10px;
  width: 12px;
  height: 12px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-image: url('img/icons/drag-handler.svg');
  opacity: 0.15;
  cursor: move;
}
.section__handler:hover {
  opacity: 0.4;
}
.section__handler:active {
  opacity: 0.7;
}
.t-animation .section__handler {
  transition: opacity 0.3s ease-out;
}
.section__remove {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 12px;
  height: 12px;
  background-image: url(img/icons/close-modal.svg);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  opacity: 0.4;
  transition: 0.3s ease-out;
}
.section__remove:hover {
  opacity: 0.9;
}
.section__remove.is-hidden {
  display: none;
}
.section__index {
  position: relative;
  box-sizing: border-box;
  padding: 10px 25px;
  cursor: -webkit-grab;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  color: #999999;
}
.section__content {
  position: relative;
  box-sizing: border-box;
  padding: 5px 25px;
}

/**
 *
 * New variables names
 *
 */
.card {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: calc(100% - 30px);
  height: auto;
  margin: 10px 15px 20px 15px;
  padding: 0;
  background-color: #ffffff;
}
.t-animation .card {
  transition: 0.3s ease-out;
}
.t-animation .card.is-active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1px;
  animation: pulse-out 0.8s ease-out 2;
  animation-fill-mode: forwards;
}
.t-style .card {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
@media (min-width: 1300px) {
  .card > .uk-sticky-placeholder {
    display: none;
  }
}
@media (min-width: 1071px) and (max-width: 1299px) {
  .card > .uk-sticky-placeholder {
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 1070px) {
  .card > .uk-sticky-placeholder {
    display: none;
  }
}
@media (max-width: 600px) {
  .card > .uk-sticky-placeholder {
    display: block;
    height: 25px!important;
  }
}

/**
 *
 * New variables names
 *
 */
.card__title {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 20px 25px 5px 25px;
}
.card.card--foldable .card__title {
  cursor: pointer;
}
.card.card--foldable .card__title::after {
  content: '';
  position: absolute;
  right: 20px;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 7px 0;
  opacity: 1;
  background-image: url('img/icons/line-arrow-up.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.t-style .card.card--foldable .card__title::after {
  opacity: 0.4;
}
.card.card--foldable.is-folded .card__title {
  padding-bottom: 20px;
}
.card.card--foldable.is-folded .card__title::after {
  transform: rotate(-180deg);
}
.t-style .card__title {
  font-size: 22px;
  font-weight: 300;
  color: #000000;
}
.card__title.is-stuck {
  position: absolute;
  z-index: 37;
  width: 100%!important;
  left: 0!important;
  padding: 15px 17px 10px 17px!important;
  background-color: #ffffff;
  border-bottom: 1px solid #dddddd;
  font-size: 12px;
  font-weight: 400;
}
.card.card--foldable .card__title.is-stuck::after {
  opacity: 0;
}
.t-animation .card__title.is-stuck {
  transition: 0.3s ease-out;
}
.t-animation .card__title::after {
  transition: 0.3s ease-out;
}
.card__title.card__title--mobile {
  display: none;
}
@media (max-width: 600px) {
  .card__title.card__title--mobile {
    display: inline-block;
    opacity: 1;
  }
}
.card__title-required-count {
  position: relative;
  top: -10px;
  font-size: 10px;
  font-weight: 400;
  color: #FF6700;
}
.card__title.is-stuck .card__title-required-count {
  top: 0;
}
.card__title.is-stuck .card__title-required-count::before {
  content: ' — ';
  position: relative;
  color: rgba(153, 153, 153, 0.5);
}

/**
 *
 * New variables names
 *
 */
.card__controls .button {
  padding: 4px 6px;
  margin: 0 5px 0 0;
}
.card__controls .empty ~ #bulkEdit,
.card__controls .empty ~ #multiEdit,
.card__controls .empty ~ #bulkRemove {
  opacity: 0.4;
  pointer-events: none;
}
.card__controls .left {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.card__controls .right {
  float: right;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.card__controls #selectAll {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: none;
  border: 1px solid #bbbbbb;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  margin-right: 5px;
}
.card__controls #selectAll:hover {
  border-color: #999999;
}
.card__controls #selectAll:focus {
  outline: none;
}
.card__controls #selectAll::after {
  position: absolute;
  content: "•";
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  color: #bbbbbb;
}
.card__controls #selectAll.empty {
  border-color: #dddddd;
}
.card__controls #selectAll.empty:hover {
  border-color: #bbbbbb;
}
.card__controls #selectAll.empty::after {
  content: "";
}
.card__controls #selectAll.all {
  border-color: #FF6700;
  background-color: #FF6700;
  background-position: center;
  background-image: url(img/icons/checkmark.svg);
  background-repeat: no-repeat;
}
.card__controls #selectAll.all:hover {
  border-color: #db5900;
}
.card__controls #selectAll.all::after {
  content: "";
}
.card__controls #selectAllLabel {
  margin-right: 15px;
}
.card__controls #deselectAll {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: none;
  border: 1px solid #777777;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
  margin-right: 5px;
}
.card__controls #deselectAll:hover {
  border-color: #555555;
}
.card__controls #deselectAll:focus {
  outline: none;
}
.card__controls #deselectAll::after {
  position: absolute;
  content: "•";
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  color: #777777;
}
.card__controls #deselectAll.empty {
  border-color: #777777;
}
.card__controls #deselectAll.empty:hover {
  border-color: #555555;
}
.card__controls #deselectAll.empty::after {
  content: "";
}
.card__controls #deselectAll.all {
  border-color: #FF6700;
  background-color: #FF6700;
  background-position: center;
  background-image: url(img/icons/checkmark.svg);
  background-repeat: no-repeat;
}
.card__controls #deselectAll.all:hover {
  border-color: #db5900;
}
.card__controls #deselectAll.all::after {
  content: "";
}
.card__controls #deselectAllLabel {
  margin-right: 15px;
}
@media (max-width: 600px) {
  .card__controls {
    margin: 15px 10px;
  }
}
.card__controls {
  position: relative;
  z-index: 37;
  width: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeee;
}
.col--wide .card__controls {
  flex-wrap: wrap;
}
.card__controls.is-stuck {
  z-index: 37;
  background-color: #ffffff;
}
@media (min-width: 1300px) {
  .card__controls.is-stuck {
    left: calc(220px + 60px);
  }
}
@media (max-width: 600px) {
  .card__controls.is-stuck {
    left: 0!important;
    width: 100%!important;
    margin: 0!important;
    margin-top: 40px!important;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
  }
}
@media (min-width: 601px) and (max-width: 1070px) {
  .card__controls {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .card__controls {
    flex-wrap: wrap;
  }
}
.card.card--foldable.is-folded .card__controls {
  display: none;
}
.card__controls.card__controls--top {
  position: absolute;
  z-index: 2;
  box-sizing: border-box;
  top: 20px;
  right: 60px;
  left: auto;
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
  justify-content: flex-end;
  transition: 0.3s ease-out;
  opacity: 1;
}
@media (max-width: 600px) {
  .card__controls.card__controls--top {
    margin: 0;
  }
}
.card.card--foldable.is-folded .card__controls.card__controls--top {
  opacity: 0;
  z-index: 0;
}

/**
 *
 * New variables names
 *
 */
.card__body {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-height: auto;
  padding: 5px 25px 45px 25px;
  opacity: 1;
}
.card__body.card__body--with-section {
  padding: 5px 0 30px 0;
}
.t-animation .card__body {
  transition: 0.3s ease-out;
}
.card.is-folded .card__body {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  opacity: 0;
}

/**
 *
 * New variables names
 *
 */
.card__panel {
  position: relative;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  padding: 0;
}
.card__panel--right {
  right: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.card__panel--left {
  left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.card__panel--small {
  width: 100px;
}
.card__panel--wide {
  width: 100%;
}
.card__panel--second {
  background-color: #fafafa;
  border-left: 1px solid #e2e2e2;
}
.card__panel--second .t-style {
  background-color: #fafaf5;
}

/**
 *
 * New variables names
 *
 */
.card__placeholder {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
}

/**
 *
 * New variables names
 *
 */
.card__section {
  position: relative;
  box-sizing: border-box;
  margin: 10px 0 15px 0;
  transform-origin: top;
  opacity: 1;
}
.card__section-title {
  position: relative;
  box-sizing: border-box;
  padding: 5px 25px;
  border-bottom: 1px solid #eeeeee;
}
.card__section-header {
  margin: 0;
}
.t-style .card__section-header {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 300;
  color: #999999;
}
.card__section-body {
  position: relative;
  box-sizing: border-box;
  padding: 5px 25px;
}

/**
 *
 * New variables names
 *
 */
.blurb-item {
  position: relative;
  box-sizing: border-box;
  padding: 10px 15px;
  margin: 0;
  min-height: 60px;
  width: 100%;
  overflow: hidden;
  background-color: #ffffff;
  cursor: -webkit-grab;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  transition: 0.3s ease-out;
}
.blurb-item:hover {
  border-color: #dddddd;
}
.c-Addable-row--collection.is-dragging .blurb-item {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  cursor: -webkit-grabbing;
}
.c-Addable-row--collection.is-dragging .blurb-item.is-folded::after {
  background: linear-gradient(rgba(245, 245, 245, 0), #f5f5f5 90%, #f5f5f5);
}
.blurb-item.is-appearing {
  animation: item-pulse-out 0.7s ease-out 1;
}
.blurb-item.is-folded {
  max-height: 50px;
}
.blurb-item.is-folded::after {
  content: '';
  position: absolute;
  pointer-events: none;
  bottom: 0;
  left: 0;
  height: 80%;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0), #ffffff 90%, #ffffff);
}
.blurb-item.is-expanded {
  max-height: 400px;
  overflow-y: auto;
}

/**
 *
 * New variables names
 *
 */
.blurb-item__asset {
  position: relative;
  box-sizing: border-box;
  transition: 0.3s ease-out;
}
.blurb-item.is-folded .blurb-item__asset {
  opacity: 0;
}
.blurb-item.is-expanded .blurb-item__asset {
  opacity: 1;
}
.blurb-item__asset--link {
  margin: 0 0 15px 0;
  width: 100%;
  font-size: 12px;
  line-height: 1.4;
  color: #FF6700;
  font-weight: 300;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
}
.blurb-item__asset.blurb-item__asset--video {
  margin: 10px 0 20px 0;
  width: 200px;
  height: 140px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

/**
 *
 * New variables names
 *
 */
.blurb-item__description {
  position: relative;
  box-sizing: border-box;
  margin: 0 0 5px 0;
  width: 100%;
  font-size: 12px;
  line-height: 1.4;
  color: #000000;
  font-weight: 300;
  max-height: 900px;
}

.button.blurb-item__edit {
  margin: 0 0 10px 0;
}

/**
 *
 * New variables names
 *
 */
.blurb-item__expand-toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  padding: 8px 1px;
  opacity: 0.4;
  background-image: url('img/icons/line-arrow-up.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.blurb-item.is-folded .blurb-item__expand-toggle {
  transform: rotate(180deg);
}
.blurb-item.is-expanded .blurb-item__expand-toggle {
  transform: rotate(0);
}

.blurb-item__title {
  position: relative;
  box-sizing: border-box;
  margin: 0 0 4px 0;
  width: calc(100% - 30px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
}

/**
 *
 * New variables names
 *
 */
.collection-item {
  position: relative;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  min-height: 60px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  overflow: hidden;
  background-color: #ffffff;
  cursor: -webkit-grab;
}
.t-style .collection-item {
  border: 1px solid #eeeeee;
  border-radius: 2px;
}
.t-style .collection-item:hover {
  border-color: #dddddd;
}
.t-animation .collection-item {
  transition: 0.3s ease-out;
}
.c-Addable-row--collection.is-dragging .collection-item {
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
  cursor: -webkit-grabbing;
}
.collection-item.is-appearing {
  animation: collectionItem-pulse-out 0.7s ease-out 1;
}
@keyframes collectionItem-pulse-out {
  0% {
    box-shadow: 0 0 10px 0 rgba(255, 103, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 10px 20px rgba(255, 103, 0, 0);
  }
}
@keyframes pulse-scale {
  0% {
    transform: scale(1.02, 1.1);
  }
  30% {
    transform: scale(0.99, 0.95);
  }
  100% {
    transform: scale(1, 1);
  }
}

/**
 *
 * New variables names
 *
 */
.collection-row {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  padding: 10px 0;
}

/**
 *
 * New variables names
 *
 */
.collection-row__item-wrapper {
  flex-grow: 1;
  min-width: 0;
  margin: 0 5px 0 0;
}

/**
 *
 * New variables names
 *
 */
.collection-row__button {
  flex-shrink: 0;
}

/**
 *
 * New variables names
 *
 */
.collection-item__image {
  display: block;
  position: relative;
  width: 110px;
  margin: 0;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  flex-shrink: 0;
}
.collection-item__image.is-empty {
  background-color: rgba(242, 242, 242, 0.5);
  border-right: 1px solid #eeeeee;
}
@media (max-width: 600px) {
  .collection-item__image {
    display: none;
  }
}

/**
 *
 * New variables names
 *
 */
.collection-item__type {
  position: absolute;
  bottom: 4px;
  right: 6px;
  font-size: 14px;
  color: #000000;
  opacity: 0.9;
}
.is-empty .collection-item__type {
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 42px;
}
.t-style .is-empty .collection-item__type {
  color: #dddddd;
}
.is-empty .collection-item__type .fa {
  height: 100%;
}
.is-empty .collection-item__type.collection-item__type--image {
  top: 0;
  left: 0;
  transform: none;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.collection-item__type--episode {
  background-image: url('img/icons/type-episode.svg');
  opacity: 0.3;
}

/**
 *
 * New variables names
 *
 */
.collection-item__wrapper {
  position: relative;
  box-sizing: border-box;
  padding: 10px 15px;
  min-width: 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/**
 *
 * New variables names
 *
 */
.collection-item__title {
  position: relative;
  box-sizing: border-box;
  margin: 0 0 2px 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
}

/**
 *
 * New variables names
 *
 */
.collection-item__description {
  position: relative;
  box-sizing: border-box;
  margin: 0 0 5px 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  font-size: 12px;
  line-height: 1.4;
  color: #000000;
  font-weight: 300;
}

/**
 *
 * New variables names
 *
 */
.collection-item__info {
  position: absolute;
  box-sizing: border-box;
  padding: 0 15px;
  left: 0;
  bottom: 8px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 300;
  color: #999999;
}

/**
 *
 * New variables names
 *
 */
.button.collection-item__edit {
  position: relative;
  display: block;
  align-self: center;
  margin: 0 20px;
  flex-shrink: 1;
}

.ip {
  position: absolute;
  box-sizing: border-box;
  padding: 20px 30px 80px 20px;
  width: 300px;
  height: 100%;
  right: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
}
.ip.ip_style_multi {
  top: 100px;
  height: calc(100% - 100px);
}
@media (max-width: 768px) {
  .ip.ip_style_multi {
    top: none;
    height: auto;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 768px) {
  .ip {
    width: 100%;
    padding: 20px 30px 80px 30px;
    height: auto;
    position: relative;
  }
}
.ip__title {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
}
.ip__group {
  position: relative;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
}
.ip__group:first-child {
  margin-top: 0;
}
.ip__group:last-child {
  margin-bottom: 50px;
}

/**
 *
 * New variables names
 *
 */
.preview {
  position: absolute;
  z-index: 20;
  width: calc(100% - 300px);
  height: calc(100% - 70px);
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  animation: zoom-in 0.4s ease-out;
  transition: 0.3s ease-out;
}
.preview.preview_style_multi {
  top: 100px;
  height: calc(100% - 160px);
}
@media (max-width: 768px) {
  .preview.preview_style_multi {
    height: auto;
    margin: 30px 0 0 0;
  }
}
.preview__controls {
  position: relative;
  margin: 20px;
  display: flex;
  justify-content: center;
}

/**
 *
 * New variables names
 *
 */
.preview__focal-point {
  position: absolute;
  z-index: 100;
  display: block;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: url(img/icons/focal.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  transition: box-shadow 0.3s ease-out, opacity 0.3s ease-out 0.3s;
}
.preview__focal-point:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.preview__focal-point:active {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.preview__focal-point.is-hidden {
  opacity: 0;
  z-index: 0;
  transition: opacity 0.1s ease-out;
}

/**
 *
 * New variables names
 *
 */
.preview__focal-rect {
  position: absolute;
  z-index: 100;
  display: block;
  top: 20%;
  left: 30%;
  width: 40%;
  height: 60%;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px dashed rgba(255, 255, 255, 0.5);
  transition: background-color 0.3s ease-out, opacity 0.3s ease-out;
}
.preview__focal-rect:hover {
  border-color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.6);
}
.preview__focal-rect:active {
  border: 1px solid #FF6700;
  background-color: rgba(0, 0, 0, 0.6);
}
.preview__focal-rect.is-hidden {
  opacity: 0;
  z-index: 0;
  transition: opacity 0.1s ease-out;
}

/**
 *
 * New variables names
 *
 */
.preview__image {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
}
.preview__image-wrapper {
  position: relative;
  max-width: 90%;
  max-height: 90vh;
}
.preview.has-previews .preview__image-wrapper {
  max-height: calc(90vh - 200px);
}
.preview__image-wrapper.is-slidingLeft {
  animation: img-wrapper-slide-left 0.6s ease-out;
}
.preview__image-wrapper.is-slidingRight {
  animation: img-wrapper-slide-right 0.6s ease-out;
}
.preview__image-img {
  position: relative;
  z-index: 100;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 100%;
  max-height: calc(100vh - 220px);
  background-color: #dddddd;
  transition: 0.3s ease-out;
  box-shadow: 0 4px 8px 2px rgba(0, 0, 0, 0.5);
}
.preview.has-previews .preview__image-img {
  max-height: calc(100vh - 400px);
}
@media (max-width: 768px) {
  .preview__image-img {
    padding: 0;
    width: calc(100% - 60px);
  }
}

/**
 *
 * New variables names
 *
 */
.purposes {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: calc(100% - 100px);
  margin: 0 20px 0 10px;
  padding: 0 30px;
  height: 170px;
  overflow: hidden;
}
.purposes.is-open {
  height: 100%;
  max-height: 100%;
  padding: 30px 30px;
  animation: slide-in-down 0.4s ease-out;
}
@media (max-width: 600px) {
  .purposes.is-open {
    margin: 20px 0 0 0;
    width: 100%;
  }
}
.purposes.is-hidden {
  display: none;
}
.purpose__header {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 10px;
}
.purposes.is-open .purpose__header {
  margin-bottom: 30px;
}
.purposes__left,
.purposes__right {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(50%);
  color: #ffffff;
  opacity: 0.5;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.purposes__left:hover,
.purposes__right:hover {
  opacity: 0.9;
}
.purposes__left:active,
.purposes__right:active {
  opacity: 1;
}
.purposes.is-open .purposes__left,
.purposes.is-open .purposes__right {
  display: none;
}
.purposes__left {
  left: 0;
}
.purposes__right {
  right: 0;
}
.purposes__wrapper {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  overflow-x: auto;
}
.purposes.is-open .purposes__wrapper {
  height: 100%;
  overflow-y: auto;
  padding-bottom: 80px;
}
.purposes__container {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  margin: 0;
  width: 3000px;
}
.purposes.is-open .purposes__container {
  flex-wrap: wrap;
  width: 100%;
}
.purpose {
  position: relative;
  margin: 0px 20px 20px 0;
  width: calc(25% - 20px);
}
@media (min-width: 601px) and (max-width: 1070px) {
  .purpose {
    width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .purpose {
    width: 100%;
  }
}
.purpose-img {
  background-image: url(img/11.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.3), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  outline: 2px solid rgba(255, 103, 0, 0);
  outline-offset: -2px;
  width: 100%;
  max-height: 100%!important;
  transition: 0.3s ease-out;
}
.purpose-img:hover {
  box-shadow: 0 8px 40px 0 rgba(0, 0, 0, 0.7), 0 1px 20px 0 rgba(0, 0, 0, 0.5);
  outline-offset: -2px;
}
.purpose-img:hover ~ .purpose-title {
  opacity: 1;
}
.purpose-img:hover ~ .purpose-info {
  opacity: 1;
}
.purpose.is-active .purpose-img {
  outline-color: #FF6700;
}
.purpose-title {
  margin: 0.6em auto 0 auto;
  font-size: 10px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-weight: 300;
  transition: 0.3s ease-out;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  opacity: 0.7;
}
.c-Purposes-footer {
  display: flex;
  justify-content: center;
  padding: 20px;
}

/**
 *
 * New variables names
 *
 */
.preview__video-play {
  position: absolute;
  display: block;
  width: 120px;
  height: 120px;
  z-index: 120;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url(img/icons/playback.svg);
  background-repeat: no-repeat;
  background-position: 60% 50%;
  border-radius: 50%;
}
.t-animation .preview__video-play {
  transition: 0.3s ease-out;
}
.preview__video-play:hover {
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

/**
 *
 * New variables names
 *
 */
.text-group {
  margin: 10px 0 25px 0;
}

/**
 *
 * New variables names
 *
 */
.text-group__title {
  position: relative;
  margin: 0;
  padding: 0 0 5px 0;
  font-size: 10px;
  font-weight: 500;
  color: #999999;
}
.text-group--dark .text-group__title {
  color: rgba(255, 255, 255, 0.6);
}

/**
 *
 * New variables names
 *
 */
.text-group__text {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.9);
}
.text-group--dark .text-group__text {
  color: rgba(255, 255, 255, 0.9);
}

/**
 *
 * New variables names
 *
 */
.image {
  position: relative;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  outline: 2px solid transparent;
  outline-offset: -2px;
  cursor: pointer;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
}
.image_style_bulk {
  margin: 10px 20px 30px 20px;
  width: calc(100%/1 - 40px);
  padding-top: calc((100%/1 - 40px) * 0.7);
}
@media (min-width: 550px) {
  .image_style_bulk {
    width: calc(100%/2 - 40px);
    padding-top: calc((100%/2 - 40px) * 0.7);
  }
}
@media (min-width: 1000px) {
  .image_style_bulk {
    width: calc(100%/3 - 40px);
    padding-top: calc((100%/3 - 40px) * 0.7);
  }
}
@media (min-width: 1175px) {
  .image_style_bulk {
    margin: 10px 20px 30px 20px;
    width: calc(100%/4 - 40px);
    padding-top: calc((100%/4 - 40px) * 0.7);
  }
}
.image_style_multi {
  width: 100px;
  padding-top: 70px;
  margin: 5px 10px;
}
@media (max-width: 600px) {
  .image_style_multi {
    width: 80px;
    padding-top: calc(80px * 0.7);
  }
}
.image.is-active {
  outline-color: #FF6700;
}

/**
 *
 * New variables names
 *
 */
.image__required-mark {
  display: none;
}
.image.has-emptyRequiredField .image__required-mark {
  display: block;
  position: absolute;
  top: 4px;
  right: 4px;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  z-index: 80;
  border-radius: 10px;
  background-color: #FF6700;
  color: #ffffff;
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  padding: 2px 0;
  text-align: center;
  background-image: url('img/icons/required-mark.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.image.has-emptyRequiredField .image__required-mark::after {
  position: relative;
  content: 'Image has empty required field';
  left: 100%;
  top: -6px;
  width: auto;
  display: inline-block;
  white-space: nowrap;
  margin: 0 3px;
  padding: 4px 6px;
  background-color: rgba(250, 250, 250, 0.95);
  color: #777777;
  font-size: 12px;
  font-weight: 300;
  opacity: 0;
}
.image.has-emptyRequiredField .image__required-mark:hover::after {
  opacity: 1;
}
.t-animation .image.has-emptyRequiredField .image__required-mark::after {
  transition: 0.3s ease-out;
}
.t-style .image.has-emptyRequiredField .image__required-mark::after {
  border-radius: 2px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4);
}

/**
 *
 * New variables names
 *
 */
.images {
  position: absolute;
  z-index: 20;
  left: 0;
  top: 0;
  overflow: auto;
}
.images_style_bulk {
  position: relative;
  width: 100%;
  height: calc(100% - 70px);
}
@media (min-width: 768px) {
  .images_style_bulk {
    position: absolute;
    width: calc(100% - 300px);
  }
}
.images_style_multi {
  width: 100%;
  height: 100px;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: #28282A;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.images__wrapper {
  position: relative;
}
.images_style_bulk .images__wrapper {
  width: 100%;
  overflow: auto;
}
.images_style_multi .images__wrapper {
  height: 100px;
  margin: 0 ;
  width: calc(100% - 180px);
  overflow-x: auto;
}
@media (max-width: 600px) {
  .images__wrapper {
    height: 80px;
    margin: 0 ;
    width: 100%;
    overflow-x: auto;
  }
}
.images__wrapper::-webkit-scrollbar,
.images__wrapper::-webkit-scrollbar-button,
.images__wrapper::-webkit-scrollbar-track,
.images__wrapper::-webkit-scrollbar-track-piece,
.images__wrapper::-webkit-scrollbar-thumb,
.images__wrapper::-webkit-scrollbar-corner,
.images__wrapper::-webkit-resizer {
  display: none;
}
.images__container {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.images_style_bulk .images__container {
  flex-wrap: wrap;
  padding: 10px 20px;
}
.images_style_multi .images__container {
  flex-wrap: nowrap;
  padding: 0;
  height: 100%;
}
.t-animation .images__container {
  animation: slide-in-up 0.4s ease-out;
  transition: 0.3s ease-out;
}
.images__scroll-left,
.images__scroll-right {
  position: relative;
  z-index: 100;
  color: #ffffff;
  opacity: 0.5;
  padding: 20px;
  cursor: pointer;
}
.images_style_bulk .images__scroll-left,
.images_style_bulk .images__scroll-right {
  display: none;
}
.images__scroll-left:hover,
.images__scroll-right:hover {
  opacity: 0.8;
}
.t-animation .images__scroll-left,
.t-animation .images__scroll-right {
  transition: 0.3s ease-out;
}
.images__title {
  position: relative;
  padding: 20px 40px 0 40px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 300;
  display: none;
}
.images_style_multi .images__title {
  display: none;
}

/**
 *
 * New variables names
 *
 */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modal-fade-in {
  0% {
    background-color: rgba(30, 30, 32, 0);
  }
  100% {
    background-color: rgba(30, 30, 32, 0.94);
  }
}
@keyframes modal-fade-out {
  0% {
    background-color: rgba(30, 30, 32, 0.94);
  }
  100% {
    background-color: rgba(30, 30, 32, 0);
  }
}
@keyframes scale-in {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.6);
    opacity: 0;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-out-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(40px);
    opacity: 0;
  }
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-out-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes slide-in-down {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-out-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(40px);
    opacity: 0;
  }
}
@keyframes slide-in-up {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-out-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-40px);
    opacity: 0;
  }
}
@keyframes scale-in-right {
  0% {
    transform: translate(5px, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-down {
  0% {
    transform: translate(0, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes place-left {
  0% {
    transform: translate(-5px, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes place-top {
  0% {
    transform: translate(0, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes grow-down {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
  }
}
@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes round-loader {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(360deg);
  }
  99% {
    transform: rotate(720deg);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulse-out {
  0% {
    box-shadow: 0 0 10px 0 rgba(255, 103, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 10px 20px rgba(255, 103, 0, 0);
  }
}
@keyframes section-expand {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes section-collapse {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes item-pulse-out {
  0% {
    box-shadow: 0 0 10px 0 rgba(255, 103, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 10px 20px rgba(255, 103, 0, 0);
  }
}
.c-ImagePlaceholder {
  position: relative;
  box-sizing: border-box;
  margin: 15px 5px 10px 5px;
  width: calc(100% - 10px);
}
.card__placeholder--card .c-ImagePlaceholder {
  width: 100%;
  margin: 14px 0;
}
@media (min-width: 650px) {
  .c-ImagePlaceholder {
    margin: 5px 5px 0 5px;
    width: calc(50% - 10px);
  }
}
@media (min-width: 1000px) {
  .c-ImagePlaceholder {
    width: calc(33% - 10px);
  }
}
@media (min-width: 1425px) {
  .c-ImagePlaceholder {
    width: calc(25% - 10px);
  }
}
.col--wide .c-ImagePlaceholder {
  margin: 10px 5px 10px 5px;
  width: calc(100% - 10px);
}
@media (min-width: 650px) {
  .col--wide .c-ImagePlaceholder {
    margin: 0 5px;
    width: calc(50% - 10px);
  }
}
@media (min-width: 1071px) {
  .col--wide .c-ImagePlaceholder {
    margin: 10px 20px 20px 20px;
    width: calc(50% - 40px);
  }
}
@media (min-width: 1400px) {
  .col--wide .c-ImagePlaceholder {
    width: calc(50% - 40px);
  }
}
@media (min-width: 1840px) {
  .col--wide .c-ImagePlaceholder {
    width: calc(33% - 40px);
  }
}
.controls__group--placeholder .c-ImagePlaceholder {
  margin: 20px 0 10px 0;
  width: calc(100% - 10px);
}
@media (min-width: 650px) {
  .controls__group--placeholder .c-ImagePlaceholder {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1071px) {
  .controls__group--placeholder .c-ImagePlaceholder {
    width: calc(50% - 40px);
  }
}
@media (min-width: 1400px) {
  .controls__group--placeholder .c-ImagePlaceholder {
    width: calc(50% - 40px);
  }
}
@media (min-width: 1840px) {
  .controls__group--placeholder .c-ImagePlaceholder {
    width: calc(33% - 40px);
  }
}
.post-item__content--file .c-ImagePlaceholder {
  width: 50%;
  margin: 0;
}
.t-animation .c-ImagePlaceholder {
  transition: 0.3s ease-out;
}
.c-ImagePlaceholder-img {
  position: relative;
  width: 100%;
  padding-top: 66%;
  box-sizing: border-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.t-style .c-ImagePlaceholder-img {
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.t-animation .c-ImagePlaceholder-img {
  transition: 0.3s ease-out;
}
.c-ImagePlaceholder-img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: none;
  border-radius: 2px;
  background-color: rgba(0, 0, 0, 0);
}
.c-ImagePlaceholder-img:hover::after {
  background-color: rgba(0, 0, 0, 0.7);
}
.t-style .c-ImagePlaceholder-img:hover {
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
}
.c-ImagePlaceholder.is-empty .c-ImagePlaceholder-img {
  outline: 1px solid #eeeeee;
  box-shadow: none;
}
.c-ImagePlaceholder.is-empty .c-ImagePlaceholder-img:hover {
  box-shadow: none;
}
.c-ImagePlaceholder.is-empty .c-ImagePlaceholder-img:hover::after {
  background-color: transparent;
}
.t-style .c-ImagePlaceholder.is-empty .c-ImagePlaceholder-img {
  outline: 1px dashed #bbbbbb;
  background-color: #FAFAFA;
}
.card__placeholder--card .c-ImagePlaceholder.is-empty .c-ImagePlaceholder-img {
  border: none;
  outline: none;
}
.card__placeholder--card .c-ImagePlaceholder.is-empty .c-ImagePlaceholder-img::before {
  font-size: 14px;
}
.image-placeholder__controls {
  display: none;
}
.c-ImagePlaceholder.is-empty .image-placeholder__controls {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
}
.image-placeholder__controls-button {
  position: relative;
  box-sizing: border-box;
  padding: 10px 0 0 0;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.image-placeholder__controls-button-icon {
  text-align: center;
  font-size: 36px;
  color: #999999;
  pointer-events: none;
}
.image-placeholder__controls-button:hover .image-placeholder__controls-button-icon {
  color: #666666;
}
.t-animation .image-placeholder__controls-button-icon {
  transition: 0.3s ease-out;
}
.image-placeholder__controls-button-text {
  text-align: center;
  font-size: 12px;
  color: #999999;
  padding: 10px 0;
  pointer-events: none;
}
.image-placeholder__controls-button:hover .image-placeholder__controls-button-text {
  color: #666666;
}
.t-animation .image-placeholder__controls-button-text {
  transition: 0.3s ease-out;
}
.image-placeholder__controls-divider {
  padding: 0;
  margin: 0 10px;
  border-left: 1px solid #dddddd;
  height: 90%;
}
.image-placeholder__controls-upload-button::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  background-image: url(img/icons/add.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-color: transparent;
  opacity: 0.5;
}
.image-placeholder__controls-upload-button::before {
  content: 'Click to upload cover';
  position: absolute;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 15px auto;
  text-align: center;
}
@media (min-width: 601px) and (max-width: 1070px) {
  .image-placeholder__controls-upload-button::before {
    top: 50%;
  }
}
@media (max-width: 600px) {
  .image-placeholder__controls-upload-button::before {
    top: 50%;
  }
}
.t-style .image-placeholder__controls-upload-button::before {
  font-size: 12px;
  color: #999999;
}
.c-ImagePlaceholder-delete {
  display: none;
}
.c-ImagePlaceholder-img:hover .c-ImagePlaceholder-delete {
  position: absolute;
  z-index: 10;
  display: block;
  top: 6px;
  right: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
  background-image: url('img/icons/close.svg');
  background-size: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  background-position: center;
}
.t-animation .c-ImagePlaceholder-img:hover .c-ImagePlaceholder-delete {
  animation: fade-in 0.2s ease-out 0.2s;
  -webkit-animation-fill-mode: backwards;
  transition: 0.3s ease-out;
}
@media (max-width: 600px) {
  .c-ImagePlaceholder-delete {
    width: 22px;
    height: 22px;
  }
}
.c-ImagePlaceholder.is-empty .c-ImagePlaceholder-delete,
.c-ImagePlaceholder.is-empty .c-ImagePlaceholder-img:hover .c-ImagePlaceholder-delete {
  display: none;
}
.c-ImagePlaceholder-delete:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.c-ImagePlaceholder-edit {
  position: absolute!important;
  display: none!important;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 10;
}
.c-ImagePlaceholder-img:hover .c-ImagePlaceholder-edit {
  display: block!important;
}
.t-animation .c-ImagePlaceholder-img:hover .c-ImagePlaceholder-edit {
  animation: fade-in 0.3s ease-out 0.1s;
  -webkit-animation-fill-mode: backwards;
}
.c-ImagePlaceholder.is-empty .c-ImagePlaceholder-img:hover .c-ImagePlaceholder-edit {
  display: none!important;
}
.c-ImagePlaceholder-title {
  display: block;
  margin: 10px 0 0 0;
  text-align: center;
  color: #000000;
  font-weight: 300;
}
.card__placeholder--card .c-ImagePlaceholder.is-empty .c-ImagePlaceholder-title {
  display: none;
}
.c-ImagePlaceholder-fileName {
  display: block;
  margin: 3px 0;
  text-align: center;
  font-size: 12px;
  color: #999999;
  font-weight: 300;
  overflow: hidden;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-ImagePlaceholder.is-empty .c-ImagePlaceholder-fileName {
  display: none;
}

/**
 *
 * New variables names
 *
 */
.assets-count {
  position: absolute;
  left: 44px;
  bottom: 10px;
  font-size: 12px;
  color: #999999;
  font-weight: 300;
}

/**
 *
 * New variables names
 *
 */
.cast-import-section {
  position: relative;
  box-sizing: border-box;
  margin: 10px 0 15px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-end;
}
.cast-import-section__series {
  position: relative;
  margin-right: 10px;
  width: calc(100% - 20px - 90px - 120px);
}
.cast-import-section__season {
  position: relative;
  margin-right: 10px;
  width: 90px;
}
.cast-import-section__buttons {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 5px 0;
  width: 120px;
}
.cast-import-section__button {
  margin: 0 0 0 6px!important;
}

/**
 *
 * New variables names
 *
 */
.cast__textDivider {
  padding: 16px 8px 10px 0px;
  font-size: 12px;
  font-weight: 300;
  color: #999999;
}

/**
 *
 * New variables names
 *
 */
#sortContentDropdown {
  display: none;
}
@media (max-width: 930px) {
  #sortContentDropdown {
    display: block;
  }
}

/**
 *
 * New variables names
 *
 */
.controls--modal {
  position: fixed;
  z-index: 110;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 20px 15px 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background-color: rgba(40, 40, 42, 0.95);
}
.controls--right {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 768px) {
  .controls--right {
    justify-content: flex-end;
  }
}
.t-animation .controls--right {
  transition: 0.3s ease-out;
}
.controls__buttons--right-panel {
  float: right;
}

/**
 *
 * New variables names
 *
 */
.c-Customcode {
  min-height: 200px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  border-radius: 2px;
  border: 1px solid #dddddd;
}
.c-Customcode:hover {
  border-color: #bbbbbb;
}
.c-Customcode:active,
.c-Customcode:focus {
  border-color: #FF6700;
  outline: none;
}
.t-animation .c-Customcode {
  transition: 0.3s ease-out;
}

/**
 *
 * New variables names
 *
 */
.c-EmptyPlaceholder {
  position: relative;
  min-height: 200px;
  margin: 10px 4px 30px 4px;
  flex-grow: 1;
  border-radius: 2px;
  outline: 1px dashed #eeeeee;
  background-color: #FAFAFA;
}
.c-EmptyPlaceholder::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  background-image: url(img/icons/add.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  background-color: transparent;
  opacity: 0.5;
}
.c-EmptyPlaceholder::before {
  content: 'Click to upload images to the gallery';
  position: absolute;
  width: 60%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
  margin: 15px auto;
  text-align: center;
}
@media (min-width: 1071px) and (max-width: 1299px) {
  .c-EmptyPlaceholder::before {
    top: 50%;
  }
}
@media (min-width: 601px) and (max-width: 1070px) {
  .c-EmptyPlaceholder::before {
    top: 50%;
  }
}
@media (max-width: 600px) {
  .c-EmptyPlaceholder::before {
    top: 50%;
  }
}
.t-style .c-EmptyPlaceholder::before {
  font-size: 14px;
  color: #999999;
}
.t-style .c-EmptyPlaceholder {
  outline: 1px dashed #bbbbbb;
  opacity: 0.7;
}
.t-style .c-EmptyPlaceholder:hover {
  opacity: 1;
}
.t-animation .c-EmptyPlaceholder {
  transition: 0.3s ease-out;
}

/**
 *
 * New variables names
 *
 */
@media (min-width: 600px) {
  #mediaActionsFull {
    display: none;
  }
}
@media (min-width: 1350px) {
  #mediaActionsFull {
    display: none;
  }
}
#mediaActionsSmall {
  display: none;
}
@media (min-width: 600px) {
  #mediaActionsSmall {
    display: inline-block;
  }
}
@media (min-width: 800px) {
  #mediaActionsSmall {
    display: none;
  }
}
@media (min-width: 1070px) {
  #mediaActionsSmall {
    display: inline-block;
  }
}
@media (min-width: 1480px) {
  #mediaActionsSmall {
    display: none;
  }
}
#galleryActionsSmall {
  display: none;
}
@media (min-width: 600px) {
  #galleryActionsSmall {
    display: inline-block;
  }
}
@media (min-width: 800px) {
  #galleryActionsSmall {
    display: none;
  }
}
#galleryActionsMedium {
  display: none;
}
@media (min-width: 600px) {
  #galleryActionsFull {
    display: none;
  }
}
#assetActionsSmall {
  display: none;
}
@media (min-width: 600px) {
  #assetActionsSmall {
    display: inline-block;
  }
}
@media (min-width: 700px) {
  #assetActionsSmall {
    display: none;
  }
}
@media (min-width: 600px) {
  #assetActionsFull {
    display: none;
  }
}
#bulkEdit {
  display: none;
}
@media (min-width: 600px) {
  #bulkEdit {
    display: inline-block;
  }
}
#multiEdit {
  display: none;
}
@media (min-width: 600px) {
  #multiEdit {
    display: inline-block;
  }
}
#bulkRemove {
  display: none;
}
@media (min-width: 600px) {
  #bulkRemove {
    display: inline-block;
  }
}
#moreActions {
  display: none;
}
@media (min-width: 600px) {
  #moreActions {
    display: inline-block;
  }
}
#uploadFiles {
  display: none;
}
@media (min-width: 800px) {
  #uploadFiles {
    display: inline-block;
  }
}
@media (min-width: 700px) {
  .content__controls #uploadFiles {
    display: inline-block;
  }
}
@media (min-width: 800px) {
  .col--wide #uploadFiles {
    display: inline-block;
  }
}
@media (min-width: 1070px) {
  .col--wide #uploadFiles {
    display: none;
  }
}
@media (min-width: 1480px) {
  .col--wide #uploadFiles {
    display: inline-block;
  }
}
#assetLibrary {
  display: none;
}
@media (min-width: 800px) {
  #assetLibrary {
    display: inline-block;
  }
}
@media (min-width: 800px) {
  .col--wide #assetLibrary {
    display: inline-block;
  }
}
@media (min-width: 1070px) {
  .col--wide #assetLibrary {
    display: none;
  }
}
@media (min-width: 1480px) {
  .col--wide #assetLibrary {
    display: inline-block;
  }
}

/**
 *
 * New variables names
 *
 */
.version {
  position: relative;
  box-sizing: border-box;
  padding: 0 20px 10px 20px;
  text-align: right;
}
.version__link {
  position: relative;
  padding: 5px;
}
.t-style .version__link {
  text-decoration: none;
  color: #999999;
}
.t-style .version__link:hover {
  color: #808080;
}
.t-style .version__link:active {
  color: #4d4d4d;
}
.t-animation .version__link {
  transition: 0.3s ease-out;
}

/**
 *
 * New variables names
 *
 */
.c-Content {
  position: relative;
  box-sizing: border-box;
  padding: 170px 30px 40px 30px;
  margin: 0;
  left: 0;
  opacity: 1;
}
@media (min-width: 1300px) {
  .c-Content {
    left: 220px;
    width: calc(100% - 220px);
  }
}
@media (min-width: 601px) and (max-width: 1070px) {
  .c-Content {
    padding-top: 70px;
  }
}
@media (max-width: 600px) {
  .c-Content {
    padding: 70px 0 40px 0;
  }
}
.t-animation .c-Content {
  transition: 0.4s ease-out;
}
.c-Header--controls ~ .c-Content {
  padding-top: 200px;
}
@media (min-width: 601px) and (max-width: 1070px) {
  .c-Header--controls ~ .c-Content {
    padding-top: 55px;
  }
}
@media (max-width: 600px) {
  .c-Header--controls ~ .c-Content {
    padding-top: 55px;
  }
}
.c-Content--visual-styles {
  padding: 140px 0 40px 0;
}
@media (min-width: 601px) and (max-width: 1070px) {
  .c-Content--visual-styles {
    padding-top: 55px;
  }
}
@media (max-width: 600px) {
  .c-Content--visual-styles {
    padding: 55px 0 40px 0;
  }
}
.c-Content--dashboard {
  padding: 140px 0 40px 0;
}
@media (min-width: 601px) and (max-width: 1070px) {
  .c-Content--dashboard {
    padding-top: 55px;
  }
}
@media (max-width: 600px) {
  .c-Content--dashboard {
    padding: 55px 0 40px 0;
  }
}
.c-Content--asset-library {
  padding-left: 0;
  padding-right: 0;
}
.c-Content--content-library {
  padding-left: 0;
  padding-right: 0;
  padding-top: 200px;
}
@media (min-width: 930px) and (max-width: 1070px) {
  .c-Content--content-library {
    padding-top: 130px;
  }
}
@media (max-width: 930px) {
  .c-Content--content-library {
    padding-top: 55px!important;
  }
}
.c-Content.is-invisible {
  opacity: 0;
}
.c-Content-controls,
.content__controls {
  position: relative;
  width: 100%;
  padding: 15px 20px 10px 20px;
  margin: 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  border-bottom: 1px solid transparent;
}
.c-Content-controls.is-stuck,
.content__controls.is-stuck {
  width: 100%!important;
  z-index: 37;
  background-color: #ffffff;
  border-color: #dddddd;
}
@media (min-width: 1300px) {
  .c-Content-controls.is-stuck,
  .content__controls.is-stuck {
    left: 220px;
    width: calc(100% - 220px)!important;
  }
}
.t-style .c-Content-controls.is-stuck,
.t-style .content__controls.is-stuck {
  opacity: 0.99;
}
.t-animation .c-Content-controls,
.t-animation .content__controls {
  transition: opacity 0.3s ease-out, left 0.3s ease-out;
}
.content__controls--library.is-stuck {
  position: fixed;
  z-index: 37;
  top: 130px;
  left: 0;
  width: 100%;
}
@media (min-width: 1300px) {
  .content__controls--library.is-stuck {
    left: 220px;
    width: calc(100% - 220px);
  }
}
@media (max-width: 930px) {
  .content__controls--library.is-stuck {
    top: 55px;
    left: 0;
    width: 100%;
    padding: 5px 20px;
  }
}
@media (max-width: 930px) {
  .content__controls--library.is-hidden {
    display: none;
  }
}
.content__controls-left {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.content__controls-right {
  float: right;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.c-Content-files {
  position: relative;
  width: 100%auto;
  padding: 10px;
}

/*@import "../variables.less";

.c-Content {
	position: relative;
	box-sizing: border-box;
	padding: 10px 30px 40px 30px;
	margin: 0;
	left: 0;

	opacity: 1;

	.c-Header.is-stuck ~ & {
		margin-top: 70px;
	}

	@media @screen-l {
		left: @size-menuWidth;
		width: ~"calc(100% - @{size-menuWidth})";
	}
	@media @screen-s {
		margin-top: 50px;

		.c-Header.is-stuck ~ & {
			margin-top: 50px;
		}
	}
	@media @screen-xs {
		padding: 10px 0;
		margin-top: 50px;

		.c-Header.is-stuck ~ & {
			margin-top: 50px;
		}
	}
	.t-animation & {
		transition: @transition-menu;
	}
	.c-Header.is-stuck {
		.c-Content--scrolled();
	}
}
.c-Content--scrolled {
	margin-top: 50px;
}

.c-Content.is-invisible {
	opacity: 0;
}


.c-Content-controls {
	position: relative;
	width: 100%;
	padding: 15px 20px 10px 20px;
	margin: 0;
	box-sizing: border-box;

	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;

	&.is-stuck {
		width: 100%!important;
		//left: 0!important;
		z-index: @z-index-contentControls;

		background-color: #ffffff;
		border-bottom: 1px solid #dddddd;

		@media @screen-l {
            left: @size-menuWidth;
        }
		.t-style & {
			opacity: 0.99;
		}
	}
	.t-animation & {
		transition: @transition-basic;
	}
}
.content__controls-left {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.content__controls-right {
	float: right;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.c-Content-files {
	position: relative;
	width: 100%auto;
	padding: 10px;
}
*/

/**
 *
 * New variables names
 *
 */
.c-Header {
  padding: 0;
  position: relative;
  z-index: 30;
  left: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding-bottom: 40px;
  background-color: #ffffff;
  border-bottom: 1px solid #e2e2e2;
}
@media (min-width: 1300px) {
  .c-Header {
    left: 220px;
    width: calc(100% - 220px);
  }
}
@media (min-width: 601px) and (max-width: 1070px) {
  .c-Header {
    position: fixed;
    z-index: 40;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    min-height: 50px;
    padding-bottom: 0;
  }
}
@media (min-width: 601px) and (max-width: 1070px) and (min-width: 1300px) {
  .c-Header {
    width: calc(100% - 220px);
    left: 220px;
  }
}
@media (max-width: 600px) {
  .c-Header {
    position: fixed;
    z-index: 40;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    min-height: 50px;
    padding-bottom: 0;
  }
}
@media (max-width: 600px) and (min-width: 1300px) {
  .c-Header {
    width: calc(100% - 220px);
    left: 220px;
  }
}
.t-animation .c-Header {
  transition: 0.4s ease-out;
}
.c-Header--fixed {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  min-height: 50px;
  padding-bottom: 0;
}
@media (min-width: 1300px) {
  .c-Header--fixed {
    width: calc(100% - 220px);
    left: 220px;
  }
}
.c-Header.is-stuck {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  min-height: 50px;
  padding-bottom: 0;
}
@media (min-width: 1300px) {
  .c-Header.is-stuck {
    width: calc(100% - 220px);
    left: 220px;
  }
}
.c-Header-title {
  position: relative;
  box-sizing: border-box;
  margin: 60px 20px 0 20px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  font-size: 32px;
  font-weight: 300;
}
.c-Header.is-stuck .c-Header-title {
  position: absolute;
  z-index: 10;
  top: 15px;
  left: 135px;
  margin: 0;
  padding-left: 30px;
  font-size: 22px;
  overflow: hidden;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-Header.is-stuck .c-Header-title::before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  margin-left: 10px;
  background-image: url('/img/icons/arrow-l.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
}
@media (min-width: 1300px) {
  .c-Header.is-stuck .c-Header-title {
    left: 0;
    margin-left: 20px;
    padding-left: 0;
  }
  .c-Header.is-stuck .c-Header-title::before {
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 1070px) {
  .c-Header.is-stuck .c-Header-title {
    left: 40px;
    margin-left: 10px;
    padding-left: 0;
    width: calc(100% - 40px - 10px - 320px);
  }
  .c-Header.is-stuck .c-Header-title::before {
    display: none;
  }
}
@media (max-width: 600px) {
  .c-Header.is-stuck .c-Header-title {
    left: 40px;
    margin-left: 10px;
    padding-left: 0;
    width: calc(100% - 40px - 10px - 160px);
  }
  .c-Header.is-stuck .c-Header-title::before {
    display: none;
  }
}
.t-animation .c-Header-title {
  transition: 0.3s ease-out;
}
@media (min-width: 601px) and (max-width: 1070px) {
  .c-Header-title {
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 135px;
    margin: 0;
    padding-left: 30px;
    font-size: 22px;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .c-Header-title::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    margin-left: 10px;
    background-image: url('/img/icons/arrow-l.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
  }
}
@media (min-width: 601px) and (max-width: 1070px) and (min-width: 1300px) {
  .c-Header-title {
    left: 0;
    margin-left: 20px;
    padding-left: 0;
  }
  .c-Header-title::before {
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 1070px) and (min-width: 601px) and (max-width: 1070px) {
  .c-Header-title {
    left: 40px;
    margin-left: 10px;
    padding-left: 0;
    width: calc(100% - 40px - 10px - 320px);
  }
  .c-Header-title::before {
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 1070px) and (max-width: 600px) {
  .c-Header-title {
    left: 40px;
    margin-left: 10px;
    padding-left: 0;
    width: calc(100% - 40px - 10px - 160px);
  }
  .c-Header-title::before {
    display: none;
  }
}
@media (max-width: 600px) {
  .c-Header-title {
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 135px;
    margin: 0;
    padding-left: 30px;
    font-size: 22px;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .c-Header-title::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    margin-left: 10px;
    background-image: url('/img/icons/arrow-l.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
  }
}
@media (max-width: 600px) and (min-width: 1300px) {
  .c-Header-title {
    left: 0;
    margin-left: 20px;
    padding-left: 0;
  }
  .c-Header-title::before {
    display: none;
  }
}
@media (max-width: 600px) and (min-width: 601px) and (max-width: 1070px) {
  .c-Header-title {
    left: 40px;
    margin-left: 10px;
    padding-left: 0;
    width: calc(100% - 40px - 10px - 320px);
  }
  .c-Header-title::before {
    display: none;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .c-Header-title {
    left: 40px;
    margin-left: 10px;
    padding-left: 0;
    width: calc(100% - 40px - 10px - 160px);
  }
  .c-Header-title::before {
    display: none;
  }
}
.c-Header.is-stuck .c-Header-title-text {
  overflow-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 601px) and (max-width: 1070px) {
  .c-Header-title-text {
    overflow-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 600px) {
  .c-Header-title-text {
    overflow-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.header__title-text--short {
  overflow-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.t-style .c-Header-title-text.js-editable,
.t-style .c-Header.is-stuck .c-Header-title-text.js-editable {
  border: none;
  border-bottom: 1px solid #dddddd;
}
.t-style .c-Header-title-text.js-editable:hover,
.t-style .c-Header.is-stuck .c-Header-title-text.js-editable:hover {
  border-color: #bbbbbb;
}
.t-style .c-Header-title-text.js-editable:focus,
.t-style .c-Header.is-stuck .c-Header-title-text.js-editable:focus,
.t-style .c-Header-title-text.js-editableactive,
.t-style .c-Header.is-stuck .c-Header-title-text.js-editableactive {
  outline: none;
  border-color: #FF6700;
}
.t-animation .c-Header-title-text.js-editable,
.t-animation .c-Header.is-stuck .c-Header-title-text.js-editable {
  transition: border 0.3s ease-out;
}
.c-Header-title--fixed {
  position: absolute;
  z-index: 10;
  top: 15px;
  left: 135px;
  margin: 0;
  padding-left: 30px;
  font-size: 22px;
  overflow: hidden;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-Header-title--fixed::before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  margin-left: 10px;
  background-image: url('/img/icons/arrow-l.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
}
@media (min-width: 1300px) {
  .c-Header-title--fixed {
    left: 0;
    margin-left: 20px;
    padding-left: 0;
  }
  .c-Header-title--fixed::before {
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 1070px) {
  .c-Header-title--fixed {
    left: 40px;
    margin-left: 10px;
    padding-left: 0;
    width: calc(100% - 40px - 10px - 320px);
  }
  .c-Header-title--fixed::before {
    display: none;
  }
}
@media (max-width: 600px) {
  .c-Header-title--fixed {
    left: 40px;
    margin-left: 10px;
    padding-left: 0;
    width: calc(100% - 40px - 10px - 160px);
  }
  .c-Header-title--fixed::before {
    display: none;
  }
}
.header__subtitle {
  margin: 10px 0 0 0;
  font-size: 14px;
  color: #999999;
  font-weight: 300;
}
.c-Header-favorite {
  position: relative;
  padding: 5px;
  display: flex;
  align-items: center;
}
.c-Header.is-stuck .c-Header-favorite {
  display: none;
}
@media (min-width: 601px) and (max-width: 1070px) {
  .c-Header-favorite {
    display: none;
  }
}
@media (max-width: 600px) {
  .c-Header-favorite {
    display: none;
  }
}
.c-Header-controls {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  margin: 13px 25px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.c-Header-controls--center {
  position: relative;
  width: 50%;
  padding-bottom: 30px;
  justify-content: center;
}
.c-Header.is-stuck .c-Header-controls--center {
  position: absolute;
  justify-content: flex-end;
}
@media (max-width: 600px) {
  .c-Header-controls--center {
    position: absolute;
    justify-content: flex-end;
  }
}
@media (min-width: 601px) and (max-width: 1070px) {
  .c-Header-controls--center {
    position: absolute;
    justify-content: flex-end;
  }
}

/**
 *
 * New variables names
 *
 */
.c-Logo {
  position: fixed;
  z-index: 42;
  top: 15px;
  left: 45px;
  color: #000000;
  font-size: 22px;
  font-weight: 300;
  cursor: pointer;
}
@media (min-width: 1300px) {
  .c-Logo {
    left: 30px;
  }
  .t-style .c-Logo {
    color: rgba(255, 255, 255, 0.7);
  }
  .t-animation .c-Logo {
    animation: logo-slide-in 0.4s ease-out;
  }
}
@media (min-width: 1300px) and (max-width: 600px) {
  .c-Logo {
    display: block;
  }
}
@media (min-width: 1300px) and (min-width: 601px) and (max-width: 1070px) {
  .c-Logo {
    display: block;
  }
}
@media (min-width: 601px) and (max-width: 1070px) {
  .c-Logo {
    display: none;
  }
}
@media (max-width: 600px) {
  .c-Logo {
    display: none;
  }
}
.c-Logo--menuState {
  left: 30px;
}
.t-style .c-Logo--menuState {
  color: rgba(255, 255, 255, 0.7);
}
.t-animation .c-Logo--menuState {
  animation: logo-slide-in 0.4s ease-out;
}
@media (max-width: 600px) {
  .c-Logo--menuState {
    display: block;
  }
}
@media (min-width: 601px) and (max-width: 1070px) {
  .c-Logo--menuState {
    display: block;
  }
}
@keyframes logo-slide-in {
  0% {
    transform: translate(-230px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

/**
 *
 * New variables names
 *
 */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modal-fade-in {
  0% {
    background-color: rgba(30, 30, 32, 0);
  }
  100% {
    background-color: rgba(30, 30, 32, 0.94);
  }
}
@keyframes modal-fade-out {
  0% {
    background-color: rgba(30, 30, 32, 0.94);
  }
  100% {
    background-color: rgba(30, 30, 32, 0);
  }
}
@keyframes scale-in {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.6);
    opacity: 0;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-out-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(40px);
    opacity: 0;
  }
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-out-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes slide-in-down {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-out-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(40px);
    opacity: 0;
  }
}
@keyframes slide-in-up {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-out-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-40px);
    opacity: 0;
  }
}
@keyframes scale-in-right {
  0% {
    transform: translate(5px, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-down {
  0% {
    transform: translate(0, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes place-left {
  0% {
    transform: translate(-5px, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes place-top {
  0% {
    transform: translate(0, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes grow-down {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
  }
}
@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes round-loader {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(360deg);
  }
  99% {
    transform: rotate(720deg);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulse-out {
  0% {
    box-shadow: 0 0 10px 0 rgba(255, 103, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 10px 20px rgba(255, 103, 0, 0);
  }
}
@keyframes section-expand {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes section-collapse {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes item-pulse-out {
  0% {
    box-shadow: 0 0 10px 0 rgba(255, 103, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 10px 20px rgba(255, 103, 0, 0);
  }
}
.menu {
  position: fixed;
  z-index: 45;
  left: -202px;
  top: 0;
  width: 200px;
  height: 100%;
  cursor: default;
  overflow-y: auto;
  background-color: #ffffff;
  border-right: 1px solid #dddddd;
}
.t-animation .menu {
  transition: 0.4s ease-out;
}
@media (min-width: 1300px) {
  .menu {
    left: 0;
  }
  .t-style .menu {
    background-color: #2a2a2d;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.5);
  }
  .t-style .menu {
    box-shadow: none;
  }
}
@media (min-width: 1300px) and (max-width: 600px) {
  .menu {
    width: calc(100% - 60px);
  }
}
.t-animation .menu {
  border-right: none;
}
.menu.is-open {
  left: 0;
}
@media (max-width: 600px) {
  .menu.is-open {
    width: calc(100% - 60px);
  }
}
.t-style .menu.is-open {
  background-color: #2a2a2d;
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.5);
}
.menu__list {
  list-style: none;
  padding: 0;
  margin: 60px 0 0 0;
}
.menu__logo {
  position: absolute;
  top: 15px;
  left: 30px;
  color: #000000;
  font-size: 22px;
  font-weight: 300;
}
.t-style .menu__logo {
  color: rgba(255, 255, 255, 0.7);
}
.menu__close {
  position: absolute;
  width: 16px;
  height: 15px;
  right: 17px;
  top: 22px;
  background-image: url(img/icons/close-modal.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.4;
}
.menu__close:hover {
  opacity: 1;
}
.t-animation .menu__close {
  transition: 0.3s ease-out;
}
.t-style .menu__close {
  background-image: url(img/icons/close-modal-w.svg);
}
@media (min-width: 1300px) {
  .menu__close {
    display: none;
  }
}
.menu__item {
  position: relative;
  box-sizing: border-box;
  margin: 10px 0;
  padding: 5px 0 5px 30px;
  line-height: 1.4;
  font-weight: 300;
  color: #444444;
  opacity: 0.7;
}
.menu__item:hover {
  opacity: 1;
}
.t-style .menu__item {
  color: rgba(255, 255, 255, 0.8);
}
.t-animation .menu__item {
  transition: 0.2s ease-out;
}
.menu__item.is-active {
  color: #000000;
  font-weight: 500;
  opacity: 1;
}
.t-style .menu__item.is-active {
  color: #ffffff;
}
.menu__item.is-open {
  background-color: #eeeeee;
  padding-top: 20px;
  padding-bottom: 5px;
  opacity: 1;
}
.t-style .menu__item.is-open {
  background-color: rgba(255, 255, 255, 0.1);
}
.t-animation .menu__item.is-open {
  transition: 0.4s ease-out;
}
.menu__item-icon {
  width: 16px;
  height: 16px;
  float: left;
  opacity: 0.5;
  margin: 0 6px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.menu__item.is-active .menu__item-icon {
  opacity: 1;
}
#dashboard .menu__item-icon {
  background-image: url(img/icons/dashboard.svg);
}
#dashboard.is-active .menu__item-icon {
  background-image: url(img/icons/dashboard-active.svg);
}
.t-style #dashboard .menu__item-icon {
  background-image: url(img/icons/dashboard-w.svg);
}
.t-style #dashboard.is-active .menu__item-icon {
  background-image: url(img/icons/dashboard-active-w.svg);
}
#createContent .menu__item-icon {
  background-image: url(img/icons/createContent.svg);
}
#createContent.is-active .menu__item-icon {
  background-image: url(img/icons/createContent-active.svg);
}
.t-style #createContent .menu__item-icon {
  background-image: url(img/icons/createContent-w.svg);
}
.t-style #createContent.is-active .menu__item-icon {
  background-image: url(img/icons/createContent-active-w.svg);
}
#files .menu__item-icon {
  background-image: url(img/icons/assets.svg);
}
#files.is-active .menu__item-icon {
  background-image: url(img/icons/assets-active.svg);
}
.t-style #files .menu__item-icon {
  background-image: url(img/icons/assets-w.svg);
}
.t-style #files.is-active .menu__item-icon {
  background-image: url(img/icons/assets-active-w.svg);
}
#config .menu__item-icon {
  background-image: url(img/icons/config.svg);
}
#config.is-active .menu__item-icon {
  background-image: url(img/icons/config-active.svg);
}
.t-style #config .menu__item-icon {
  background-image: url(img/icons/config-w.svg);
}
.t-style #config.is-active .menu__item-icon {
  background-image: url(img/icons/config-active-w.svg);
}
.t-animation .menu__item-icon {
  transition: 0.3s ease-out;
}
.menu__submenu {
  box-sizing: border-box;
  max-height: 0;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0 0 0 8px;
  margin: 0;
}
.menu__item.is-open > .menu__submenu {
  padding: 10px 0 5px 8px;
  max-height: 450px;
}
.t-animation .menu__submenu {
  transition: 0.2s ease-out;
}
.t-animation .menu__item.is-open .menu__submenu {
  transition: 0.4s ease-out;
}
.menu__submenu-item {
  position: relative;
  box-sizing: border-box;
  margin: 10px 0;
  padding: 5px 0 5px 30px;
  line-height: 1.4;
  font-weight: 300;
  color: #444444;
  opacity: 0.7;
  padding-left: 15px;
}
.menu__submenu-item:hover {
  opacity: 1;
}
.t-style .menu__submenu-item {
  color: rgba(255, 255, 255, 0.8);
}
.t-animation .menu__submenu-item {
  transition: 0.2s ease-out;
}
.t-animation .menu__item.is-open .menu__submenu-item {
  animation-name: submenu-item-in;
  animation-duration: 0.3s;
  animation-fill-mode: backwards;
}
.t-animation .menu__item.is-open .menu__submenu-item:nth-child(1) {
  animation-delay: 0.05s;
}
.t-animation .menu__item.is-open .menu__submenu-item:nth-child(2) {
  animation-delay: 0.1s;
}
.t-animation .menu__item.is-open .menu__submenu-item:nth-child(3) {
  animation-delay: 0.15s;
}
.t-animation .menu__item.is-open .menu__submenu-item:nth-child(4) {
  animation-delay: 0.2s;
}
.t-animation .menu__item.is-open .menu__submenu-item:nth-child(5) {
  animation-delay: 0.25s;
}
.t-animation .menu__item.is-open .menu__submenu-item:nth-child(6) {
  animation-delay: 0.3s;
}
.t-animation .menu__item.is-open .menu__submenu-item:nth-child(7) {
  animation-delay: 0.35s;
}
.t-animation .menu__item.is-open .menu__submenu-item:nth-child(8) {
  animation-delay: 0.4s;
}
.t-animation .menu__item.is-open .menu__submenu-item:nth-child(9) {
  animation-delay: 0.45s;
}
.t-animation .menu__item.is-open .menu__submenu-item:nth-child(10) {
  animation-delay: 0.5s;
}
.t-animation .menu__item.is-open .menu__submenu-item:nth-child(11) {
  animation-delay: 0.55s;
}
.t-animation .menu__item.is-open .menu__submenu-item:nth-child(12) {
  animation-delay: 0.6s;
}
.t-animation .menu__item.is-open .menu__submenu-item:nth-child(13) {
  animation-delay: 0.65s;
}
.t-animation .menu__item.is-open .menu__submenu-item:nth-child(14) {
  animation-delay: 0.7s;
}
.t-animation .menu__item.is-open .menu__submenu-item:nth-child(15) {
  animation-delay: 0.75s;
}
.menu__submenu-item.is-active {
  color: #000000;
  font-weight: 500;
  opacity: 1;
}
.t-style .menu__submenu-item.is-active {
  color: #ffffff;
}
@keyframes submenu-item-in {
  0% {
    opacity: 0;
    transform: translate(-15px, -5px);
  }
  100% {
    opacity: 0.7;
    transform: translate(0, 0);
  }
}

/**
 *
 * New variables names
 *
 */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modal-fade-in {
  0% {
    background-color: rgba(30, 30, 32, 0);
  }
  100% {
    background-color: rgba(30, 30, 32, 0.94);
  }
}
@keyframes modal-fade-out {
  0% {
    background-color: rgba(30, 30, 32, 0.94);
  }
  100% {
    background-color: rgba(30, 30, 32, 0);
  }
}
@keyframes scale-in {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.6);
    opacity: 0;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-out-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(40px);
    opacity: 0;
  }
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-out-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes slide-in-down {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-out-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(40px);
    opacity: 0;
  }
}
@keyframes slide-in-up {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-out-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-40px);
    opacity: 0;
  }
}
@keyframes scale-in-right {
  0% {
    transform: translate(5px, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-down {
  0% {
    transform: translate(0, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes place-left {
  0% {
    transform: translate(-5px, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes place-top {
  0% {
    transform: translate(0, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes grow-down {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
  }
}
@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes round-loader {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(360deg);
  }
  99% {
    transform: rotate(720deg);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulse-out {
  0% {
    box-shadow: 0 0 10px 0 rgba(255, 103, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 10px 20px rgba(255, 103, 0, 0);
  }
}
@keyframes section-expand {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes section-collapse {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes item-pulse-out {
  0% {
    box-shadow: 0 0 10px 0 rgba(255, 103, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 10px 20px rgba(255, 103, 0, 0);
  }
}
.menu {
  position: fixed;
  z-index: 45;
  left: -222px;
  top: 0;
  width: 220px;
  height: 100%;
  cursor: default;
  overflow-y: auto;
  background-color: #ffffff;
  border-right: 1px solid #dddddd;
}
.t-animation .menu {
  transition: 0.4s ease-out;
}
@media (min-width: 1300px) {
  .menu {
    left: 0;
  }
  .t-style .menu {
    background-color: #2a2a2d;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.5);
  }
  .t-style .menu {
    box-shadow: none;
  }
}
@media (min-width: 1300px) and (max-width: 600px) {
  .menu {
    width: calc(100% - 60px);
  }
}
.t-animation .menu {
  border-right: none;
}
.menu.is-open {
  left: 0;
}
@media (max-width: 600px) {
  .menu.is-open {
    width: calc(100% - 60px);
  }
}
.t-style .menu.is-open {
  background-color: #2a2a2d;
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.5);
}
.menu__list {
  list-style: none;
  padding: 0;
  margin: 60px 0 0 0;
}
.menu__logo {
  position: absolute;
  top: 15px;
  left: 30px;
  color: #000000;
  font-size: 22px;
  font-weight: 300;
}
.t-style .menu__logo {
  color: rgba(255, 255, 255, 0.7);
}
.menu__close {
  position: absolute;
  width: 16px;
  height: 15px;
  right: 17px;
  top: 22px;
  background-image: url(img/icons/close-modal.svg);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.4;
}
.menu__close:hover {
  opacity: 1;
}
.t-animation .menu__close {
  transition: 0.3s ease-out;
}
.t-style .menu__close {
  background-image: url(img/icons/close-modal-w.svg);
}
@media (min-width: 1300px) {
  .menu__close {
    display: none;
  }
}
.menu__item {
  position: relative;
  box-sizing: border-box;
  margin: 10px 0;
  padding: 5px 10px 5px 30px;
  line-height: 1.4;
  font-weight: 300;
  color: #444444;
  opacity: 0.7;
}
.menu__item:hover {
  opacity: 1;
}
.t-style .menu__item {
  color: rgba(255, 255, 255, 0.8);
}
.t-animation .menu__item {
  transition: 0.2s ease-out;
}
.menu__item.is-active {
  color: #000000;
  font-weight: 500;
  opacity: 1;
}
.t-style .menu__item.is-active {
  color: #ffffff;
}
.menu__item.is-open {
  background-color: #eeeeee;
  padding-top: 20px;
  padding-bottom: 5px;
  opacity: 1;
}
.t-style .menu__item.is-open {
  background-color: rgba(255, 255, 255, 0.1);
}
.t-animation .menu__item.is-open {
  transition: 0.4s ease-out;
}
.menu__item-icon {
  width: 16px;
  height: 16px;
  float: left;
  opacity: 0.5;
  margin: 0 6px 0 0;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}
.menu__item.is-active .menu__item-icon {
  opacity: 1;
}
#dashboard .menu__item-icon {
  background-image: url(img/icons/dashboard.svg);
}
#dashboard.is-active .menu__item-icon {
  background-image: url(img/icons/dashboard-active.svg);
}
.t-style #dashboard .menu__item-icon {
  background-image: url(img/icons/dashboard-w.svg);
}
.t-style #dashboard.is-active .menu__item-icon {
  background-image: url(img/icons/dashboard-active-w.svg);
}
#createContent .menu__item-icon {
  background-image: url(img/icons/createContent.svg);
}
#createContent.is-active .menu__item-icon {
  background-image: url(img/icons/createContent-active.svg);
}
.t-style #createContent .menu__item-icon {
  background-image: url(img/icons/createContent-w.svg);
}
.t-style #createContent.is-active .menu__item-icon {
  background-image: url(img/icons/createContent-active-w.svg);
}
#files .menu__item-icon {
  background-image: url(img/icons/assets.svg);
}
#files.is-active .menu__item-icon {
  background-image: url(img/icons/assets-active.svg);
}
.t-style #files .menu__item-icon {
  background-image: url(img/icons/assets-w.svg);
}
.t-style #files.is-active .menu__item-icon {
  background-image: url(img/icons/assets-active-w.svg);
}
#config .menu__item-icon {
  background-image: url(img/icons/config.svg);
}
#config.is-active .menu__item-icon {
  background-image: url(img/icons/config-active.svg);
}
.t-style #config .menu__item-icon {
  background-image: url(img/icons/config-w.svg);
}
.t-style #config.is-active .menu__item-icon {
  background-image: url(img/icons/config-active-w.svg);
}
.t-animation .menu__item-icon {
  transition: 0.3s ease-out;
}
.menu__submenu {
  box-sizing: border-box;
  max-height: 0;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0 0 0 8px;
  margin: 0;
}
.menu__item.is-open > .menu__submenu,
.menu__submenu-item.is-open > .menu__submenu {
  max-height: 450px;
}
.t-animation .menu__submenu {
  transition: 0.2s ease-out;
}
.t-animation .menu__item.is-open .menu__submenu {
  transition: 0.4s ease-out;
}
.menu__item.is-open > .menu__submenu--fitst-level,
.menu__submenu-item.is-open > .menu__submenu--fitst-level {
  padding: 0 0 0 8px;
  max-height: 450px;
}
.menu__submenu-item {
  position: relative;
  box-sizing: border-box;
  margin: 10px 0;
  padding: 5px 10px 5px 30px;
  line-height: 1.4;
  font-weight: 300;
  color: #444444;
  opacity: 0.7;
  padding-left: 15px;
}
.menu__submenu-item:hover {
  opacity: 1;
}
.t-style .menu__submenu-item {
  color: rgba(255, 255, 255, 0.8);
}
.t-animation .menu__submenu-item {
  transition: 0.2s ease-out;
}
.t-animation .menu__item.is-open .menu__submenu-item {
  animation-name: submenu-item-in;
  animation-duration: 0.3s;
  animation-fill-mode: backwards;
}
.t-animation .menu__item.is-open .menu__submenu-item:nth-child(1) {
  animation-delay: 0.05s;
}
.t-animation .menu__item.is-open .menu__submenu-item:nth-child(2) {
  animation-delay: 0.1s;
}
.t-animation .menu__item.is-open .menu__submenu-item:nth-child(3) {
  animation-delay: 0.15s;
}
.t-animation .menu__item.is-open .menu__submenu-item:nth-child(4) {
  animation-delay: 0.2s;
}
.t-animation .menu__item.is-open .menu__submenu-item:nth-child(5) {
  animation-delay: 0.25s;
}
.t-animation .menu__item.is-open .menu__submenu-item:nth-child(6) {
  animation-delay: 0.3s;
}
.t-animation .menu__item.is-open .menu__submenu-item:nth-child(7) {
  animation-delay: 0.35s;
}
.t-animation .menu__item.is-open .menu__submenu-item:nth-child(8) {
  animation-delay: 0.4s;
}
.t-animation .menu__item.is-open .menu__submenu-item:nth-child(9) {
  animation-delay: 0.45s;
}
.t-animation .menu__item.is-open .menu__submenu-item:nth-child(10) {
  animation-delay: 0.5s;
}
.t-animation .menu__item.is-open .menu__submenu-item:nth-child(11) {
  animation-delay: 0.55s;
}
.t-animation .menu__item.is-open .menu__submenu-item:nth-child(12) {
  animation-delay: 0.6s;
}
.t-animation .menu__item.is-open .menu__submenu-item:nth-child(13) {
  animation-delay: 0.65s;
}
.t-animation .menu__item.is-open .menu__submenu-item:nth-child(14) {
  animation-delay: 0.7s;
}
.t-animation .menu__item.is-open .menu__submenu-item:nth-child(15) {
  animation-delay: 0.75s;
}
.menu__submenu-item.is-active {
  color: #000000;
  font-weight: 500;
  opacity: 1;
}
.t-style .menu__submenu-item.is-active {
  color: #ffffff;
}
@keyframes submenu-item-in {
  0% {
    opacity: 0;
    transform: translate(-15px, -5px);
  }
  100% {
    opacity: 0.7;
    transform: translate(0, 0);
  }
}

/**
 *
 * New variables names
 *
 */
.c-MenuToggle {
  position: fixed;
  z-index: 42;
  top: 10px;
  left: 10px;
  width: 30px;
  height: 34px;
  background-image: url(img/icons/menu.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 1300px) {
  .c-MenuToggle {
    display: none;
  }
}
.t-style .c-MenuToggle {
  opacity: 0.7;
}
.t-style .c-MenuToggle:hover {
  opacity: 1;
}
.t-animation .c-MenuToggle {
  transition: 0.3s ease-out;
}
@media (max-width: 930px) {
  .c-MenuToggle.is-hidden {
    display: none;
  }
}

/**
 *
 * New variables names
 *
 */
.c-Nav {
  position: fixed;
  z-index: 39;
  top: 50%;
  left: 6px;
  transform: translate(0, -50%);
  list-style: none;
  padding: 0;
}
@media (min-width: 1300px) {
  .c-Nav {
    left: 226px;
  }
}
@media (max-width: 600px) {
  .c-Nav {
    display: none;
  }
}
.t-animation .c-Nav {
  transition: 0.4s ease-out;
}
.c-Nav-item {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 12px;
  border-radius: 10px;
  background-color: #999999;
  opacity: 0.4;
  /*&.is-active {
        background-color: @color-font-light;
        opacity: 1;
        &::after {
            content: '';
            position: absolute;
            width: 10px;
            height: 10px;
            top: -2px;
            left: -2px;

            border-radius: 10px;
            border: 1px solid  @color-font-light;

            .t-animation & {
                animation: nav-item-in 0.3s ease-out;
            }
        }
    }*/
}
.c-Nav-item:hover {
  opacity: 1;
}
.c-Nav-item.is-required {
  background-color: #FF6700;
  opacity: 1;
}
.c-Nav-item.is-required::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: -2px;
  left: -2px;
  border-radius: 10px;
  border: 1px solid #FF6700;
}
.t-animation .c-Nav-item.is-required::after {
  animation: nav-item-in 0.3s ease-out;
}
.t-animation .c-Nav-item {
  transition: 0.3s ease-out;
}
.c-Nav-item-title {
  position: absolute;
  z-index: 39;
  box-sizing: border-box;
  left: 100%;
  top: 50%;
  display: inline-block;
  white-space: nowrap;
  transform: translate(0, -50%);
  margin: 0 15px;
  padding: 4px 10px 4px 7px;
  background-color: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
}
.c-Nav-item:hover .c-Nav-item-title {
  opacity: 1;
}
.t-style .c-Nav-item-title {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.t-style .c-Nav-item-title::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 11px solid rgba(0, 0, 0, 0.9);
}
.t-animation .c-Nav-item-title {
  transition: 0.3s ease-out;
}
@keyframes nav-item-in {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  80% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/**
 *
 * New variables names
 *
 */
.content__results {
  font-weight: 300;
  color: #999999;
}
@media (max-width: 930px) {
  .is-stuck .content__results {
    padding: 0;
    font-size: 14px;
  }
}
.t-animation .content__results {
  transition: 0.3s ease-out;
}
.content__results-text {
  display: inline;
}
@media (max-width: 600px) {
  .content__results-text {
    display: none;
  }
}

/**
 *
 * New variables names
 *
 */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modal-fade-in {
  0% {
    background-color: rgba(30, 30, 32, 0);
  }
  100% {
    background-color: rgba(30, 30, 32, 0.94);
  }
}
@keyframes modal-fade-out {
  0% {
    background-color: rgba(30, 30, 32, 0.94);
  }
  100% {
    background-color: rgba(30, 30, 32, 0);
  }
}
@keyframes scale-in {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.6);
    opacity: 0;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-out-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(40px);
    opacity: 0;
  }
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-out-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes slide-in-down {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-out-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(40px);
    opacity: 0;
  }
}
@keyframes slide-in-up {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-out-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-40px);
    opacity: 0;
  }
}
@keyframes scale-in-right {
  0% {
    transform: translate(5px, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-down {
  0% {
    transform: translate(0, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes place-left {
  0% {
    transform: translate(-5px, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes place-top {
  0% {
    transform: translate(0, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes grow-down {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
  }
}
@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes round-loader {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(360deg);
  }
  99% {
    transform: rotate(720deg);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulse-out {
  0% {
    box-shadow: 0 0 10px 0 rgba(255, 103, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 10px 20px rgba(255, 103, 0, 0);
  }
}
@keyframes section-expand {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes section-collapse {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes item-pulse-out {
  0% {
    box-shadow: 0 0 10px 0 rgba(255, 103, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 10px 20px rgba(255, 103, 0, 0);
  }
}
.c-Header {
  padding: 0;
  position: absolute;
  z-index: 40;
  left: 0;
  height: 140px;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: flex-start;
  background-color: #ffffff;
  border-bottom: 1px solid #e2e2e2;
}
@media (min-width: 1300px) {
  .c-Header {
    left: 220px;
    width: calc(100% - 220px);
  }
}
@media (min-width: 601px) and (max-width: 1070px) {
  .c-Header {
    position: fixed;
    z-index: 40;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    padding-bottom: 0;
  }
  .t-animation .c-Header {
    transition: none;
    transition: left 0.4s ease-out, width 0.4s ease-out;
  }
  .t-animation .c-Header {
    transition: 0.3s ease-out;
  }
}
@media (min-width: 601px) and (max-width: 1070px) and (min-width: 1300px) {
  .c-Header {
    width: calc(100% - 220px);
    left: 220px;
  }
}
@media (max-width: 600px) {
  .c-Header {
    position: fixed;
    z-index: 40;
    top: 0;
    left: 0;
    width: 100%;
    height: 55px;
    padding-bottom: 0;
  }
  .t-animation .c-Header {
    transition: none;
    transition: left 0.4s ease-out, width 0.4s ease-out;
  }
  .t-animation .c-Header {
    transition: 0.3s ease-out;
  }
}
@media (max-width: 600px) and (min-width: 1300px) {
  .c-Header {
    width: calc(100% - 220px);
    left: 220px;
  }
}
.t-animation .c-Header {
  transition: left 0.4s ease-out, width 0.4s ease-out;
}
.c-Header--fixed {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  padding-bottom: 0;
}
@media (min-width: 1300px) {
  .c-Header--fixed {
    width: calc(100% - 220px);
    left: 220px;
  }
}
.t-animation .c-Header--fixed {
  transition: none;
  transition: left 0.4s ease-out, width 0.4s ease-out;
}
.c-Header--controls {
  height: 200px;
}
@media (min-width: 601px) and (max-width: 1070px) {
  .c-Header--controls {
    height: 55px;
  }
}
@media (max-width: 600px) {
  .c-Header--controls {
    height: 55px;
  }
}
.header--filter {
  height: 200px;
}
@media (min-width: 601px) and (max-width: 1070px) {
  .header--filter {
    height: 55px;
  }
}
@media (max-width: 600px) {
  .header--filter {
    height: 55px;
  }
}
.c-Header.is-stuck {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  width: 100%;
  height: 55px;
  padding-bottom: 0;
}
@media (min-width: 1300px) {
  .c-Header.is-stuck {
    width: calc(100% - 220px);
    left: 220px;
  }
}
.t-animation .c-Header.is-stuck {
  transition: none;
  transition: left 0.4s ease-out, width 0.4s ease-out;
}
.c-Header.header--filter.is-stuck {
  height: 130px;
}
@media (max-width: 930px) {
  .c-Header.header--filter.is-stuck {
    height: 55px;
  }
}
.c-Header-title {
  position: relative;
  box-sizing: border-box;
  margin: 60px 20px 0 20px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  font-size: 32px;
  font-weight: 300;
}
.c-Header.is-stuck .c-Header-title {
  position: fixed;
  z-index: 40;
  top: 15px;
  left: 135px;
  margin: 0;
  padding-left: 30px;
  font-size: 22px;
  overflow: hidden;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-Header.is-stuck .c-Header-title::before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  margin-left: 10px;
  background-image: url('/img/icons/arrow-l.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
}
@media (min-width: 1300px) {
  .c-Header.is-stuck .c-Header-title {
    left: 220px;
    margin-left: 20px;
    padding-left: 0;
  }
  .c-Header.is-stuck .c-Header-title::before {
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 1070px) {
  .c-Header.is-stuck .c-Header-title {
    left: 40px;
    margin-left: 10px;
    padding-left: 0;
    width: calc(100% - 40px - 10px - 320px);
  }
  .c-Header.is-stuck .c-Header-title::before {
    display: none;
  }
}
@media (max-width: 600px) {
  .c-Header.is-stuck .c-Header-title {
    left: 40px;
    margin-left: 10px;
    padding-left: 0;
    width: calc(100% - 40px - 10px - 160px);
  }
  .c-Header.is-stuck .c-Header-title::before {
    display: none;
  }
}
.t-animation .c-Header.is-stuck .c-Header-title {
  transition: none;
  animation: fade-in 0.2s ease-out;
}
.t-animation .c-Header-title {
  transition: 0.5s ease-out;
}
@media (min-width: 601px) and (max-width: 1070px) {
  .c-Header-title {
    position: fixed;
    z-index: 40;
    top: 15px;
    left: 135px;
    margin: 0;
    padding-left: 30px;
    font-size: 22px;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .c-Header-title::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    margin-left: 10px;
    background-image: url('/img/icons/arrow-l.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
  }
  .t-animation .c-Header-title {
    transition: none;
    animation: fade-in 0.2s ease-out;
  }
}
@media (min-width: 601px) and (max-width: 1070px) and (min-width: 1300px) {
  .c-Header-title {
    left: 220px;
    margin-left: 20px;
    padding-left: 0;
  }
  .c-Header-title::before {
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 1070px) and (min-width: 601px) and (max-width: 1070px) {
  .c-Header-title {
    left: 40px;
    margin-left: 10px;
    padding-left: 0;
    width: calc(100% - 40px - 10px - 320px);
  }
  .c-Header-title::before {
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 1070px) and (max-width: 600px) {
  .c-Header-title {
    left: 40px;
    margin-left: 10px;
    padding-left: 0;
    width: calc(100% - 40px - 10px - 160px);
  }
  .c-Header-title::before {
    display: none;
  }
}
@media (max-width: 600px) {
  .c-Header-title {
    position: fixed;
    z-index: 40;
    top: 15px;
    left: 135px;
    margin: 0;
    padding-left: 30px;
    font-size: 22px;
    overflow: hidden;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .c-Header-title::before {
    content: '';
    position: absolute;
    width: 13px;
    height: 13px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    margin-left: 10px;
    background-image: url('/img/icons/arrow-l.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.3;
  }
  .t-animation .c-Header-title {
    transition: none;
    animation: fade-in 0.2s ease-out;
  }
}
@media (max-width: 600px) and (min-width: 1300px) {
  .c-Header-title {
    left: 220px;
    margin-left: 20px;
    padding-left: 0;
  }
  .c-Header-title::before {
    display: none;
  }
}
@media (max-width: 600px) and (min-width: 601px) and (max-width: 1070px) {
  .c-Header-title {
    left: 40px;
    margin-left: 10px;
    padding-left: 0;
    width: calc(100% - 40px - 10px - 320px);
  }
  .c-Header-title::before {
    display: none;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .c-Header-title {
    left: 40px;
    margin-left: 10px;
    padding-left: 0;
    width: calc(100% - 40px - 10px - 160px);
  }
  .c-Header-title::before {
    display: none;
  }
}
.c-Header-title.is-stuck {
  position: fixed;
  z-index: 40;
  top: 15px;
  left: 135px;
  margin: 0;
  padding-left: 30px;
  font-size: 22px;
  overflow: hidden;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-Header-title.is-stuck::before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  margin-left: 10px;
  background-image: url('/img/icons/arrow-l.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
}
@media (min-width: 1300px) {
  .c-Header-title.is-stuck {
    left: 220px;
    margin-left: 20px;
    padding-left: 0;
  }
  .c-Header-title.is-stuck::before {
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 1070px) {
  .c-Header-title.is-stuck {
    left: 40px;
    margin-left: 10px;
    padding-left: 0;
    width: calc(100% - 40px - 10px - 320px);
  }
  .c-Header-title.is-stuck::before {
    display: none;
  }
}
@media (max-width: 600px) {
  .c-Header-title.is-stuck {
    left: 40px;
    margin-left: 10px;
    padding-left: 0;
    width: calc(100% - 40px - 10px - 160px);
  }
  .c-Header-title.is-stuck::before {
    display: none;
  }
}
.t-animation .c-Header-title.is-stuck {
  transition: none;
  animation: fade-in 0.2s ease-out;
}
.c-Header-title--fixed {
  position: fixed;
  z-index: 40;
  top: 15px;
  left: 135px;
  margin: 0;
  padding-left: 30px;
  font-size: 22px;
  overflow: hidden;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.c-Header-title--fixed::before {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  margin-left: 10px;
  background-image: url('/img/icons/arrow-l.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.3;
}
@media (min-width: 1300px) {
  .c-Header-title--fixed {
    left: 220px;
    margin-left: 20px;
    padding-left: 0;
  }
  .c-Header-title--fixed::before {
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 1070px) {
  .c-Header-title--fixed {
    left: 40px;
    margin-left: 10px;
    padding-left: 0;
    width: calc(100% - 40px - 10px - 320px);
  }
  .c-Header-title--fixed::before {
    display: none;
  }
}
@media (max-width: 600px) {
  .c-Header-title--fixed {
    left: 40px;
    margin-left: 10px;
    padding-left: 0;
    width: calc(100% - 40px - 10px - 160px);
  }
  .c-Header-title--fixed::before {
    display: none;
  }
}
.t-animation .c-Header-title--fixed {
  transition: none;
  animation: fade-in 0.2s ease-out;
}
.c-Header.is-stuck .c-Header-title-text {
  overflow-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 601px) and (max-width: 1070px) {
  .c-Header-title-text {
    overflow-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
@media (max-width: 600px) {
  .c-Header-title-text {
    overflow-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.header__title-text--short {
  overflow-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.t-style .c-Header-title-text.js-editable,
.t-style .c-Header.is-stuck .c-Header-title-text.js-editable {
  border: none;
  border-bottom: 1px solid #dddddd;
}
.t-style .c-Header-title-text.js-editable:hover,
.t-style .c-Header.is-stuck .c-Header-title-text.js-editable:hover {
  border-color: #bbbbbb;
}
.t-style .c-Header-title-text.js-editable:focus,
.t-style .c-Header.is-stuck .c-Header-title-text.js-editable:focus,
.t-style .c-Header-title-text.js-editableactive,
.t-style .c-Header.is-stuck .c-Header-title-text.js-editableactive {
  outline: none;
  border-color: #FF6700;
}
.t-animation .c-Header-title-text.js-editable,
.t-animation .c-Header.is-stuck .c-Header-title-text.js-editable {
  transition: border 0.3s ease-out;
}
.header__subtitle {
  margin: 5px 0 0 0;
  font-size: 14px;
  color: rgba(153, 153, 153, 0.6);
  font-weight: 300;
  transform: translate(-13px, 0);
}
.is-stuck .header__subtitle {
  display: none;
}
@media (min-width: 601px) and (max-width: 1070px) {
  .header__subtitle {
    display: none;
  }
}
@media (max-width: 600px) {
  .header__subtitle {
    display: none;
  }
}
.c-Header-favorite {
  position: relative;
  padding: 4px 5px;
  display: flex;
  align-items: center;
}
.is-stuck .c-Header-favorite {
  display: none;
}
@media (min-width: 601px) and (max-width: 1070px) {
  .c-Header-favorite {
    display: none;
  }
}
@media (max-width: 600px) {
  .c-Header-favorite {
    display: none;
  }
}
@keyframes header-title-stucking {
  0% {
    transform: translate(30px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes header-controls-stucking {
  0% {
    transform: translate(-30px, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

/**
 *
 * New variables names
 *
 */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modal-fade-in {
  0% {
    background-color: rgba(30, 30, 32, 0);
  }
  100% {
    background-color: rgba(30, 30, 32, 0.94);
  }
}
@keyframes modal-fade-out {
  0% {
    background-color: rgba(30, 30, 32, 0.94);
  }
  100% {
    background-color: rgba(30, 30, 32, 0);
  }
}
@keyframes scale-in {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.6);
    opacity: 0;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-out-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(40px);
    opacity: 0;
  }
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-out-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes slide-in-down {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-out-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(40px);
    opacity: 0;
  }
}
@keyframes slide-in-up {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-out-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-40px);
    opacity: 0;
  }
}
@keyframes scale-in-right {
  0% {
    transform: translate(5px, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-down {
  0% {
    transform: translate(0, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes place-left {
  0% {
    transform: translate(-5px, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes place-top {
  0% {
    transform: translate(0, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes grow-down {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
  }
}
@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes round-loader {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(360deg);
  }
  99% {
    transform: rotate(720deg);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulse-out {
  0% {
    box-shadow: 0 0 10px 0 rgba(255, 103, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 10px 20px rgba(255, 103, 0, 0);
  }
}
@keyframes section-expand {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes section-collapse {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes item-pulse-out {
  0% {
    box-shadow: 0 0 10px 0 rgba(255, 103, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 10px 20px rgba(255, 103, 0, 0);
  }
}
.c-Header-controls {
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
  margin: 13px 25px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.header__controls--filter {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
  margin-top: 25px;
  justify-content: center;
  background-color: #ffffff;
  border-bottom: 1px solid transparent;
}
.c-Header.is-stuck .header__controls--filter {
  position: fixed;
  left: 0;
  width: 100%;
  margin: 30px 0 0 0;
  padding: 20px 20px 10px 20px;
  justify-content: flex-end;
  background-color: #ffffff;
}
@media (min-width: 1300px) {
  .c-Header.is-stuck .header__controls--filter {
    left: 220px;
    width: calc(100% - 220px);
  }
}
@media (max-width: 600px) {
  .header__controls--filter {
    position: fixed;
    left: 0;
    width: 100%;
    margin: 30px 0 0 0;
    padding: 20px 20px 10px 20px;
    justify-content: flex-end;
    background-color: #ffffff;
    width: 40%;
  }
}
@media (max-width: 600px) and (min-width: 1300px) {
  .header__controls--filter {
    left: 220px;
    width: calc(100% - 220px);
  }
}
@media (min-width: 601px) and (max-width: 1070px) {
  .header__controls--filter {
    position: fixed;
    left: 0;
    width: 100%;
    margin: 30px 0 0 0;
    padding: 20px 20px 10px 20px;
    justify-content: flex-end;
    background-color: #ffffff;
  }
}
@media (min-width: 601px) and (max-width: 1070px) and (min-width: 1300px) {
  .header__controls--filter {
    left: 220px;
    width: calc(100% - 220px);
  }
}
.header__controls--filter.is-stuck {
  position: fixed;
  left: 0;
  width: 100%;
  margin: 30px 0 0 0;
  padding: 20px 20px 10px 20px;
  justify-content: flex-end;
  background-color: #ffffff;
}
@media (min-width: 1300px) {
  .header__controls--filter.is-stuck {
    left: 220px;
    width: calc(100% - 220px);
  }
}
.c-Header-controls--center {
  position: relative;
  width: 50%;
  margin-top: 25px;
  justify-content: center;
}
.c-Header-controls.is-stuck .c-Header-controls--center {
  position: fixed;
  margin-top: 11px;
  justify-content: flex-end;
}
.t-animation .c-Header-controls.is-stuck .c-Header-controls--center {
  animation: fade-in 0.2s ease-out;
}
@media (max-width: 600px) {
  .c-Header-controls--center {
    position: fixed;
    margin-top: 11px;
    justify-content: flex-end;
    width: 40%;
  }
  .t-animation .c-Header-controls--center {
    animation: fade-in 0.2s ease-out;
  }
}
@media (min-width: 601px) and (max-width: 1070px) {
  .c-Header-controls--center {
    position: fixed;
    margin-top: 11px;
    justify-content: flex-end;
  }
  .t-animation .c-Header-controls--center {
    animation: fade-in 0.2s ease-out;
  }
}
.c-Header-controls--center.is-stuck {
  position: fixed;
  margin-top: 11px;
  justify-content: flex-end;
}
.t-animation .c-Header-controls--center.is-stuck {
  animation: fade-in 0.2s ease-out;
}
@media (max-width: 930px) {
  .c-Header-controls.header__controls--filter {
    display: none;
  }
}
@media (max-width: 930px) {
  .c-Header-controls.header__controls--filter.is-open {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    margin: 0;
    overflow: auto;
  }
}

/**
 *
 * New variables names
 *
 */
.header__subhead-tooltip {
  position: absolute;
  z-index: 39;
  box-sizing: border-box;
  left: calc(50% - 13px);
  top: 100%;
  transform: translate(-50%, 0);
  margin: 10px 15px;
  padding: 4px 10px 4px 7px;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
}
.header__subhead:hover .header__subhead-tooltip,
.header__subhead:hover span ~ .header__subhead-tooltip {
  opacity: 1;
}
.t-style .header__subhead-tooltip {
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.t-style .header__subhead-tooltip::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 1px;
  transform: translate(-50%, -100%);
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid rgba(0, 0, 0, 0.9);
}
.t-animation .header__subhead-tooltip {
  transition: 0.3s ease-out;
}

/**
 *
 * New variables names
 *
 */
.header__subhead {
  position: absolute;
  margin: 5px 0 0 0;
  left: calc(50% - 13px);
  top: 100%;
  font-size: 14px;
  color: rgba(153, 153, 153, 0.6);
  font-weight: 300;
  transform: translate(-50%, 0);
  white-space: nowrap;
  opacity: 1;
  pointer-events: all;
}
.header__subhead.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.t-animation .header__subhead {
  transition: opacity 0.3s ease-out;
}
.is-stuck .header__subhead {
  position: relative;
  margin: 0 20px 1px 10px;
  left: 0;
  top: 0;
  transform: none;
}
@media (min-width: 601px) and (max-width: 1070px) {
  .header__subhead {
    position: relative;
    margin: 0 20px 1px 10px;
    left: 0;
    top: 0;
    transform: none;
  }
}
@media (max-width: 600px) {
  .header__subhead {
    position: relative;
    margin: 0 20px 1px 10px;
    left: 0;
    top: 0;
    transform: none;
  }
}
.header__subhead.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.header__subhead.is-stuck {
  position: relative;
  margin: 0 20px 1px 10px;
  left: 0;
  top: 0;
  transform: none;
}

/**
 *
 * New variables names
 *
 */
.header__tooltip {
  position: absolute;
  z-index: 39;
  box-sizing: border-box;
  left: calc(50% - 13px);
  top: 100%;
  transform: translate(-50%, 0);
  margin: 10px 15px;
  padding: 4px 10px 4px 7px;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.9);
  color: #ffffff;
  font-size: 12px;
  opacity: 0;
  pointer-events: none;
}
.c-Header-title-text:hover ~ .header__tooltip {
  opacity: 1;
}
.t-style .header__tooltip {
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.t-style .header__tooltip::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 1px;
  transform: translate(-50%, -100%);
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid rgba(0, 0, 0, 0.9);
}
.t-animation .header__tooltip {
  transition: 0.3s ease-out;
}
.header__tooltip.is-disabled {
  display: none;
}

/**
 *
 * New variables names
 *
 */
.header__filters {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 930px) {
  .c-Header-controls.header__controls--filter.is-open .header__filters {
    flex-direction: column;
    justify-content: center;
  }
}

/**
 *
 * New variables names
 *
 */
.filters__title {
  margin-top: 10px;
}
.filters__title::after {
  content: ':';
}
@media (max-width: 930px) {
  .filters__title::after {
    content: '';
  }
}

/**
 *
 * New variables names
 *
 */
.filters__wrapper {
  position: relative;
  box-sizing: border-box;
  min-width: 100px;
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
}
@media (max-width: 930px) {
  .c-Header-controls.header__controls--filter.is-open .filters__wrapper {
    flex-direction: column;
    width: 100%;
    margin-top: 20px;
    padding: 0 40px 80px 40px;
  }
}

/**
 *
 * New variables names
 *
 */
.filters__item {
  position: relative;
  box-sizing: border-box;
  min-width: 0;
  margin: 10px 6px 10px 6px;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 100px;
}
.filters__item:nth-child(1) {
  flex-basis: 50px;
}
.filters__item:nth-child(3) {
  flex-basis: 30px;
}
.filters__item:nth-child(4) {
  flex-basis: 30px;
}
.filters__item--checkbox {
  padding-top: 7px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.filters__item-label--checkbox {
  overflow: hidden;
  white-space: nowrap;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
@media (max-width: 930px) {
  .c-Header-controls.header__controls--filter.is-open .filters__item {
    flex-basis: auto;
    width: 100%;
    margin: 20px 0;
  }
}

/**
 *
 * New variables names
 *
 */
.filters__close {
  display: none;
}
@media (max-width: 930px) {
  .filters__close {
    display: block;
    position: fixed;
    z-index: 120;
    top: 20px;
    right: 20px;
    width: 22px;
    height: 22px;
    background-image: url(img/icons/close-modal.svg);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
  }
  .t-style .filters__close {
    opacity: 0.5;
  }
  .t-style .filters__close:hover {
    opacity: 0.8;
  }
  .t-style .filters__close:active {
    opacity: 1;
  }
  .filters__close .t-animation {
    transition: 0.3s ease-out;
  }
}

/**
 *
 * New variables names
 *
 */
@media (max-width: 930px) {
  .c-Header-controls.header__controls--filter.is-open .filters__controls {
    position: fixed;
    z-index: 110;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    background-color: #ffffff;
    border-top: 1px solid #eeeeee;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}

/**
 *
 * New variables names
 *
 */
.filters__icon {
  margin-right: 8px;
}
@media (max-width: 930px) {
  .filters__icon {
    display: none;
  }
}

/**
 *
 * New variables names
 *
 */
.filters__toggle {
  display: none!important;
}
@media (max-width: 930px) {
  .filters__toggle {
    display: inline-block !important;
    font-size: 18px!important;
  }
}

/**
 *
 * New variables names
 *
 */
.content__library {
  position: relative;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 20px;
  width: 100%;
}
.content__controls--library.is-stuck ~ .content__library {
  padding-top: 50px;
}
@media (max-width: 930px) {
  .content__controls--library.is-stuck ~ .content__library {
    padding-top: 60px;
  }
}
.library__table {
  position: relative;
  width: 100%;
  table-layout: auto;
  border-spacing: 10px 20px;
  border-collapse: collapse;
}

/**
 *
 * New variables names
 *
 */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modal-fade-in {
  0% {
    background-color: rgba(30, 30, 32, 0);
  }
  100% {
    background-color: rgba(30, 30, 32, 0.94);
  }
}
@keyframes modal-fade-out {
  0% {
    background-color: rgba(30, 30, 32, 0.94);
  }
  100% {
    background-color: rgba(30, 30, 32, 0);
  }
}
@keyframes scale-in {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.6);
    opacity: 0;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-out-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(40px);
    opacity: 0;
  }
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-out-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes slide-in-down {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-out-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(40px);
    opacity: 0;
  }
}
@keyframes slide-in-up {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-out-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-40px);
    opacity: 0;
  }
}
@keyframes scale-in-right {
  0% {
    transform: translate(5px, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-down {
  0% {
    transform: translate(0, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes place-left {
  0% {
    transform: translate(-5px, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes place-top {
  0% {
    transform: translate(0, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes grow-down {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
  }
}
@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes round-loader {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(360deg);
  }
  99% {
    transform: rotate(720deg);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulse-out {
  0% {
    box-shadow: 0 0 10px 0 rgba(255, 103, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 10px 20px rgba(255, 103, 0, 0);
  }
}
@keyframes section-expand {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes section-collapse {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes item-pulse-out {
  0% {
    box-shadow: 0 0 10px 0 rgba(255, 103, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 10px 20px rgba(255, 103, 0, 0);
  }
}
.library__header {
  display: none;
  border-bottom: 1px solid transparent;
}
@media (min-width: 930px) {
  .library__header {
    display: block;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    table-layout: fixed;
  }
}
.library__header.is-stuck {
  position: fixed;
  z-index: 36;
  left: 0;
  width: 100%;
  top: 195px;
  padding: 5px 20px;
  justify-content: flex-end;
  background-color: #ffffff;
  border-color: #dddddd;
}
@media (min-width: 1300px) {
  .library__header.is-stuck {
    left: 220px;
    width: calc(100% - 220px);
  }
}

/**
 *
 * New variables names
 *
 */

/**
 *
 * New variables names
 *
 */
.library__row {
  position: relative;
  box-sizing: border-box;
  padding: 15px 20px 15px 10px;
  margin: 15px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 930px) {
  .library__row {
    flex-direction: column;
    padding: 10px;
    max-height: 400px;
  }
  .library__row.is-folded {
    max-height: 150px;
    overflow: hidden;
    padding: 10px;
  }
}
.library__row--header {
  margin: 0;
  padding: 0 20px 0 10px;
}
.is-stuck .library__row--header {
  padding: 5px 20px 5px 10px;
}
.library__row--content:first-child {
  margin-top: 5px;
}
.t-style .library__row--content {
  border: none;
  background-color: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.t-animation .library__row--content {
  transition: 0.3s ease-out;
}
@media (max-width: 930px) {
  .t-animation .library__row--content {
    transition: none;
    animation-name: place-top;
    animation-duration: 0.15s;
    animation-timing-function: ease-out;
    animation-fill-mode: backwards;
  }
  .t-animation .library__row--content:nth-child(1) {
    animation-delay: 0.06s;
  }
  .t-animation .library__row--content:nth-child(2) {
    animation-delay: 0.12s;
  }
  .t-animation .library__row--content:nth-child(3) {
    animation-delay: 0.18s;
  }
  .t-animation .library__row--content:nth-child(4) {
    animation-delay: 0.24s;
  }
  .t-animation .library__row--content:nth-child(5) {
    animation-delay: 0.3s;
  }
  .t-animation .library__row--content:nth-child(6) {
    animation-delay: 0.36s;
  }
  .t-animation .library__row--content:nth-child(7) {
    animation-delay: 0.42s;
  }
  .t-animation .library__row--content:nth-child(8) {
    animation-delay: 0.48s;
  }
  .t-animation .library__row--content:nth-child(9) {
    animation-delay: 0.54s;
  }
  .t-animation .library__row--content:nth-child(10) {
    animation-delay: 0.6s;
  }
  .t-animation .library__row--content:nth-child(11) {
    animation-delay: 0.66s;
  }
  .t-animation .library__row--content:nth-child(12) {
    animation-delay: 0.72s;
  }
  .t-animation .library__row--content:nth-child(13) {
    animation-delay: 0.78s;
  }
  .t-animation .library__row--content:nth-child(14) {
    animation-delay: 0.84s;
  }
  .t-animation .library__row--content:nth-child(15) {
    animation-delay: 0.9s;
  }
  .t-animation .library__row--content:nth-child(16) {
    animation-delay: 0.96s;
  }
  .t-animation .library__row--content:nth-child(17) {
    animation-delay: 1.02s;
  }
  .t-animation .library__row--content:nth-child(18) {
    animation-delay: 1.08s;
  }
  .t-animation .library__row--content:nth-child(19) {
    animation-delay: 1.14s;
  }
  .t-animation .library__row--content:nth-child(20) {
    animation-delay: 1.2s;
  }
  .t-animation .library__row--content:nth-child(21) {
    animation-delay: 1.26s;
  }
  .t-animation .library__row--content:nth-child(22) {
    animation-delay: 1.32s;
  }
  .t-animation .library__row--content:nth-child(23) {
    animation-delay: 1.38s;
  }
  .t-animation .library__row--content:nth-child(24) {
    animation-delay: 1.44s;
  }
  .t-animation .library__row--content:nth-child(25) {
    animation-delay: 1.5s;
  }
  .t-animation .library__row--content:nth-child(26) {
    animation-delay: 1.56s;
  }
  .t-animation .library__row--content:nth-child(27) {
    animation-delay: 1.62s;
  }
  .t-animation .library__row--content:nth-child(28) {
    animation-delay: 1.68s;
  }
  .t-animation .library__row--content:nth-child(29) {
    animation-delay: 1.74s;
  }
  .t-animation .library__row--content:nth-child(30) {
    animation-delay: 1.8s;
  }
  .t-animation .library__row--content:nth-child(31) {
    animation-delay: 1.86s;
  }
  .t-animation .library__row--content:nth-child(32) {
    animation-delay: 1.92s;
  }
  .t-animation .library__row--content:nth-child(33) {
    animation-delay: 1.98s;
  }
  .t-animation .library__row--content:nth-child(34) {
    animation-delay: 2.04s;
  }
  .t-animation .library__row--content:nth-child(35) {
    animation-delay: 2.1s;
  }
  .t-animation .library__row--content:nth-child(36) {
    animation-delay: 2.16s;
  }
  .t-animation .library__row--content:nth-child(37) {
    animation-delay: 2.22s;
  }
  .t-animation .library__row--content:nth-child(38) {
    animation-delay: 2.28s;
  }
  .t-animation .library__row--content:nth-child(39) {
    animation-delay: 2.34s;
  }
  .t-animation .library__row--content:nth-child(40) {
    animation-delay: 2.4s;
  }
  .t-animation .library__row--content:nth-child(41) {
    animation-delay: 2.46s;
  }
  .t-animation .library__row--content:nth-child(42) {
    animation-delay: 2.52s;
  }
  .t-animation .library__row--content:nth-child(43) {
    animation-delay: 2.58s;
  }
  .t-animation .library__row--content:nth-child(44) {
    animation-delay: 2.64s;
  }
  .t-animation .library__row--content:nth-child(45) {
    animation-delay: 2.7s;
  }
  .t-animation .library__row--content:nth-child(46) {
    animation-delay: 2.76s;
  }
  .t-animation .library__row--content:nth-child(47) {
    animation-delay: 2.82s;
  }
  .t-animation .library__row--content:nth-child(48) {
    animation-delay: 2.88s;
  }
  .t-animation .library__row--content:nth-child(49) {
    animation-delay: 2.94s;
  }
  .t-animation .library__row--content:nth-child(50) {
    animation-delay: 3s;
  }
}

/**
 *
 * New variables names
 *
 */
.library__cell {
  display: table-cell;
  padding: 10px;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  word-wrap: break-word;
  text-overflow: ellipsis;
}
@media (max-width: 930px) {
  .library__cell {
    position: relative;
    box-sizing: border-box;
    width: 100%!important;
    padding: 5px 20px 5px 120px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .library__cell:first-child {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 0;
  }
  .library__cell.is-empty {
    display: none;
  }
}
.library__cell:nth-child(1) {
  width: 120px;
  flex-shrink: 0;
}
.library__cell:nth-child(2) {
  width: 15%;
  flex-shrink: 0;
  font-weight: 400;
}
.library__cell:nth-child(3) {
  width: 6%;
  flex-shrink: 0;
  font-weight: 300;
}
.library__cell:nth-child(4) {
  width: 8%;
  flex-shrink: 0;
  font-weight: 300;
}
.library__cell:nth-child(5) {
  width: 10%;
  flex-shrink: 0;
  font-weight: 300;
}
.library__cell:nth-child(6) {
  width: 5%;
  flex-shrink: 0;
  font-weight: 300;
}
.library__cell:nth-child(7) {
  width: 5%;
  flex-shrink: 0;
  font-weight: 300;
}
.library__cell:nth-child(8) {
  width: 10%;
  flex-shrink: 0;
  font-weight: 300;
}
.library__cell:nth-child(9) {
  width: 10%;
  flex-shrink: 0;
  font-weight: 300;
}
.library__cell:nth-child(10) {
  width: calc(21% - 120px);
  flex-shrink: 0;
  font-weight: 300;
}
.library__cell:nth-child(11) {
  width: 10%;
  flex-shrink: 0;
  font-weight: 300;
}
.library__cell--header {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 0;
  font-size: 12px;
  color: #999999;
  font-weight: 400!important;
  vertical-align: top;
  text-align: left;
}
.library__cell--header.library__cell-header--sortable {
  cursor: pointer;
}
.library__cell--header.js-ascending::after {
  opacity: 1;
}
.library__cell--header.js-descending::before {
  opacity: 1;
}
.library__cell-header-text {
  display: inline-block;
  position: relative;
  max-width: calc(100% - 10px);
  pointer-events: none;
  padding-right: 10px;
  overflow-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.library__cell--sortable .library__cell-header-text::before,
.library__cell--sortable .library__cell-header-text::after {
  content: '';
  position: absolute;
  width: 6px;
  height: 4px;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.2;
}
.t-animation .library__cell--sortable .library__cell-header-text::before,
.t-animation .library__cell--sortable .library__cell-header-text::after {
  transition: 0.3s ease-out;
}
.library__cell--sortable .library__cell-header-text::before {
  top: calc(50% - 1px);
  transform: translate(0, -100%);
  background-image: url('img/icons/triangle-up.svg');
}
.library__cell--sortable .library__cell-header-text::after {
  top: calc(50% + 1px);
  background-image: url('img/icons/triangle-down.svg');
}
.js-ascending .library__cell-header-text {
  color: #000000;
}
.js-ascending .library__cell-header-text::before {
  opacity: 1;
}
.js-descending .library__cell-header-text {
  color: #000000;
}
.js-descending .library__cell-header-text::after {
  opacity: 1;
}
/**** Mvp version only ****/
.is-mvp .library__cell:nth-child(1) {
  display: none;
}
.is-mvp .library__cell:nth-child(2) {
  width: 30%;
}
.is-mvp .library__cell:nth-child(3) {
  width: 15%;
}
.is-mvp .library__cell:nth-child(4) {
  width: 15%;
}
.is-mvp .library__cell:nth-child(5) {
  width: 15%;
}
.is-mvp .library__cell:nth-child(6) {
  display: none;
}
.is-mvp .library__cell:nth-child(7) {
  display: none;
}
.is-mvp .library__cell:nth-child(8) {
  width: 30%;
}
.is-mvp .library__cell:nth-child(9) {
  display: none;
}
.is-mvp .library__cell:nth-child(10) {
  display: none;
}
.is-mvp .library__cell:nth-child(11) {
  display: none;
}

/**
 *
 * New variables names
 *
 */
.library__cell-thumbnail {
  position: relative;
  box-sizing: border-box;
  width: 100px;
  height: 70px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.t-style .library__cell-thumbnail {
  border-radius: 2px;
}
@media (max-width: 930px) {
  .library__cell-thumbnail {
    margin: 5px 15px;
  }
}

/**
 *
 * New variables names
 *
 */
.library__cell-label {
  display: none;
}
@media (max-width: 930px) {
  .library__cell-label {
    display: inline-block;
    position: relative;
    margin: 2px 5px 0 0;
    white-space: nowrap;
    font-size: 12px;
  }
  .library__cell-label::after {
    content: ':';
    position: relative;
  }
}

/**
 *
 * New variables names
 *
 */
.library__cell-value {
  position: relative;
  opacity: 1;
  line-height: 1.4;
}
@media (max-width: 930px) {
  .library__cell-value {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-width: 0;
  }
}
.library__cell-value.is-shortable {
  overflow-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.library__cell-value--name {
  font-size: 12px;
  font-weight: 300;
  color: #999999;
  margin: 2px 0 0 0;
}
@media (max-width: 930px) {
  .library__cell-value--name {
    margin-left: 5px;
  }
}
.library__cell-value--title {
  display: inline-block;
  padding-right: 20px;
  text-decoration: none;
  color: #000000;
  flex-grow: 1;
  min-width: 0;
}
@media (max-width: 930px) {
  .library__cell-value--title {
    display: inline-block;
  }
}
.library__cell-value--published {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
}
.library__cell-value--published::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #259229;
}
.library__cell-value--not-published {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
}
.library__cell-value--not-published::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #F23D3D;
}

/**
 *
 * New variables names
 *
 */
.library__row-end {
  display: none;
}
@media (max-width: 930px) {
  .library__row-end {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.85), #ffffff);
  }
  .library__row-end::after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0);
    width: 16px;
    height: 16px;
    background-image: url("img/icons/line-arrow-up.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.4;
  }
  .is-folded .library__row-end::after {
    background-image: url("img/icons/line-arrow-bottom.svg");
  }
  .library__row-end:hover::after {
    opacity: 0.8;
  }
}

/**
 *
 * New variables names
 *
 */
.library__row-edit {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 14px;
  height: 14px;
  margin: -7px 4px 4px 4px;
  background-image: url('img/icons/icon-edit.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.2;
  cursor: pointer;
}
.t-animation .library__row-edit {
  transition: 0.3s ease-out;
}
.library__row--content:hover .library__row-edit {
  opacity: 0.6;
}
.library__row-edit:active {
  opacity: 1!important;
}

/**
 *
 * New variables names
 *
 */
.library__value-date {
  margin: 0 5px 0 0;
}
.library__value-name {
  font-size: 12px;
  font-weight: 300;
  color: #999999;
  margin: 2px 0 0 0;
}

/**
 *
 * New variables names
 *
 */
.c-Addable-row {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  padding: 8px 0 8px 0;
  background-color: #ffffff;
}
.c-Addable-row .t-style {
  border-radius: 2px;
}
.t-animation .c-Addable-row {
  transition: 0.3s ease-out;
}
.c-Addable-row.is-dragging {
  box-shadow: 0 4px 0 10px #ffffff, 0 4px 6px 10px rgba(0, 0, 0, 0.2);
  transition: none;
  transition: opacity 0.3s ease-out;
  transform: rotate(-1deg);
  opacity: 0.95;
}
.c-Addable-row:first-child {
  padding-top: 0;
}
.c-Addable-row--collection {
  align-items: center;
  background-color: transparent;
}
.c-Addable-row--collection:active {
  box-shadow: none;
}
.c-Addable-row-dragHandler {
  position: relative;
  box-sizing: border-box;
  width: 14px;
  height: 32px;
  padding: 6px 0 0 0;
  margin: 0 5px 0 0;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-image: url('img/icons/drag-handler.svg');
  opacity: 0.15;
  cursor: move;
}
.c-Addable-row-dragHandler:hover {
  opacity: 0.4;
}
.c-Addable-row-dragHandler:active {
  opacity: 0.7;
}
.t-animation .c-Addable-row-dragHandler {
  transition: opacity 0.3s ease-out;
}
.c-Addable-row--collection .c-Addable-row-dragHandler {
  height: 14px;
}
.c-Addable-item {
  width: calc(100% - 64px)!important;
  margin-right: 3px;
}
.c-Addable-row-dragHandler ~ .c-Addable-item {
  width: calc(100% - 83px)!important;
}
.js-addableRemoveButton {
  display: none;
}
.js-addableWrapper.has-multipleRows .js-addableRemoveButton,
.js-addableWrapper.js-hasValue .js-addableRemoveButton {
  margin: 18px 0 2px 4px;
  align-self: flex-end;
  display: inline-block;
  background-color: #ffffff;
  opacity: 1;
}
@media (max-width: 600px) {
  .js-addableWrapper.has-multipleRows .js-addableRemoveButton,
  .js-addableWrapper.js-hasValue .js-addableRemoveButton {
    margin-bottom: 14px;
  }
}
.js-addableWrapper.has-multipleRows .c-Addable-row--collection .js-addableRemoveButton,
.js-addableWrapper.js-hasValue .c-Addable-row--collection .js-addableRemoveButton {
  margin: 0 0 0 4px;
  align-self: center;
}
.c-Addable-row.is-dragging .js-addableRemoveButton {
  opacity: 0;
}
.t-animation .js-addableRemoveButton {
  transition: 0.3s ease-out;
}
.c-Addable-row-addButton {
  display: none;
}
.c-Addable-row:last-child .c-Addable-row-addButton {
  margin: 18px 0 2px 4px;
  align-self: flex-end;
  display: inline-block;
  background-color: #ffffff;
  opacity: 1;
}
@media (max-width: 600px) {
  .c-Addable-row:last-child .c-Addable-row-addButton {
    align-self: flex-end;
    margin-bottom: 14px;
  }
}
.c-Addable-row.c-Addable-row--collection:last-child .c-Addable-row-addButton {
  margin: 0 0 0 4px;
  align-self: center;
}
.c-Addable-row.is-dragging .c-Addable-row-addButton {
  opacity: 0;
}
.t-animation .c-Addable-row-addButton {
  transition: 0.3s ease-out;
}
.c-Addable-rowPlaceholder {
  min-height: 50px;
  margin-bottom: 10px;
  border: 1px dashed #dddddd;
  background-color: #fafafa;
}
.t-style .c-Addable-rowPlaceholder {
  border-radius: 2px;
}
.c-Addable-rowPlaceholder--collection {
  min-height: 60px;
  width: calc(100% - 83px)!important;
  margin: 10px 0 10px 19px;
  border: 1px dashed #dddddd;
  background-color: #fafafa;
}
.t-style .c-Addable-rowPlaceholder--collection {
  border-radius: 2px;
}
@keyframes placeholder-blink {
  0% {
    box-shadow: 0 0 8px 2px rgba(255, 103, 0, 0);
  }
  50% {
    box-shadow: 0 0 8px 2px #ff6700;
  }
  100% {
    box-shadow: 0 0 8px 2px rgba(255, 103, 0, 0);
  }
}

/**
 *
 * New variables names
 *
 */
.autocomplete {
  position: absolute;
  left: 0;
  top: calc(12px + 2.2em);
  width: 100%;
  min-width: 250px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 200;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.autocomplete__item {
  position: relative;
  padding: 10px 12px;
  overflow: hidden;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.autocomplete__item:active,
.autocomplete__item.is-active {
  background-color: #FF6700;
  color: #ffffff;
}
.autocomplete__item.is-hightlighted {
  background-color: #eeeeee;
  color: #000000;
}
.t-animation .autocomplete__item {
  transition: 0.3s ease-out;
}

/**
 *
 * New variables names
 *
 */
.controls__group {
  position: relative;
  width: 100%;
  margin: 10px 0;
  transition: 0.3s ease-out;
}
.controls__group:first-child {
  margin-top: 10px;
}
.controls__group:last-child {
  margin-bottom: 0;
}
.controls__group.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}
.controls__group--asset-toggle {
  margin: 25px 0 20px 0;
}
.controls__group--toggle {
  margin: 25px 0 0 0;
}
.controls__group--selectbox {
  margin: 15px 0 0 0;
}

/**
 *
 * New variables names
 *
 */
.c-label--top {
  margin: 0;
  padding: 0 1px;
  font-size: 11px;
  font-weight: 300;
  color: #999999;
}
.c-label.is-required::before {
  content: '* ';
  position: absolute;
  right: 100%;
  top: 0;
  margin: 2px;
  color: #FF6700;
}

/**
 *
 * New variables names
 *
 */
.radioToggle {
  margin: 4px 0 10px 0;
  padding: 0;
  display: flex;
}
.radioToggle li {
  position: relative;
  z-index: 1;
  font-size: 14px;
  min-width: 50px;
  font-weight: 300;
  text-align: center;
  display: inline-block;
  padding: 0.5em 1.0em;
  margin: 0 -1px 0 0;
  border: 1px solid #dddddd;
  color: #999999;
  transition: 0.3s ease-out;
  cursor: pointer;
}
.radioToggle li:hover {
  border-color: #999999;
  color: #000000;
  z-index: 2;
}
.radioToggle li.active {
  z-index: 3;
  border-color: #FF6700;
  color: #FF6700;
}
.radioToggle li.active:hover {
  border-color: #db5900;
}
.radioToggle li.active:active {
  border-color: #db5900;
  background-color: #db5900;
}
.t-style .radioToggle li.active {
  color: #ffffff;
  background-color: #FF6700;
}
.radioToggle li:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.radioToggle li:last-child {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

/**
 *
 * New variables names
 *
 */
.tooltip {
  position: absolute;
  z-index: 50;
  top: 0%;
  left: 100%
    margin: 0 5px;
  width: 100%;
  max-height: 300px;
  min-height: 100px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.4);
}
.tooltip .tooltip__text {
  margin: 15px 12px;
}
.tooltip .tooltip__toggle {
  padding: 10px 12px;
  border-top: 1px solid #eeeeee;
}
.tooltip .tooltip__toggle label {
  font-size: 12px;
}

/**
 *
 * New variables names
 *
 */
.button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 6px 12px 7px 12px;
  margin: 0 5px;
  width: auto;
  white-space: nowrap;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  transition: 0.3s ease-out;
  border-radius: 2px;
}
.button span {
  pointer-events: none;
}
.button.is-disabled {
  opacity: 0.5;
  pointer-events: disabled;
}
.button .fa {
  pointer-events: none;
}
.button.button--small {
  font-size: 12px;
  padding: 3px 7px;
  margin: 0 2px;
}
@media (max-width: 600px) {
  .button.button--small {
    font-size: 14px;
    padding: 4px 6px;
  }
  .t-style .button.button--small {
    padding: 6px 12px;
  }
}
.button--round {
  border-radius: 50%;
  padding: 0;
  margin: 0 3px;
  width: 22px;
  height: 22px;
  white-space: nowrap;
}
.button--round:active,
.button--round:focus {
  outline: none;
}
.button--add {
  background-image: url(img/icons/add.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
}
.button--remove {
  background-image: url(img/icons/remove.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 8px;
}
.button--selectAll {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: none;
  border: 1px solid #999999;
  margin-right: 5px;
}
.button--selectAll:hover {
  border-color: #777777;
}
.button--selectAll:hover::after {
  color: #777777;
}
.button--selectAll:focus {
  outline: none;
}
.button--selectAll::after {
  position: absolute;
  content: "•";
  top: 1px;
  left: 0;
  width: 100%;
  height: 100%;
  color: #999999;
}
.button--selectAll.is-empty::after {
  content: "";
}
.button--selectAll.is-all {
  border-color: #FF6700;
  background-color: #FF6700;
  background-position: center;
  background-image: url(img/icons/checkmark.svg);
  background-repeat: no-repeat;
}
.button--selectAll.is-all:hover {
  border-color: #db5900;
}
.button--selectAll.is-all::after {
  content: "";
}
.button--selectAll .t-animation {
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.button:active,
.button:focus {
  outline: none;
}
.button_style_transparent-gray {
  background-color: transparent;
  border: none;
  color: #555555;
}
.button_style_transparent-gray:hover {
  background-color: rgba(0, 0, 0, 0.06);
  color: #000000;
}
.button_style_transparent-gray:active {
  background-color: rgba(0, 0, 0, 0.12);
  color: #000000;
}
.button_style_transparent-white {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0);
  color: rgba(255, 255, 255, 0.6);
}
.button_style_transparent-white:hover {
  border-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
}
.button_style_transparent-white:active {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000000;
}
.button_style_outline-white {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.7);
}
.button_style_outline-white:hover {
  border-color: rgba(255, 255, 255, 0.7);
  color: #ffffff;
}
.button_style_outline-white:active {
  background-color: rgba(255, 255, 255, 0.7);
  color: #000000;
}
.button_style_outline-gray {
  background-color: transparent;
  border: 1px solid #dddddd;
  color: #666666;
}
.button_style_outline-gray:hover {
  color: #000000;
  border-color: #bbbbbb;
}
.button_style_outline-gray:active {
  background-color: #dddddd;
  border-color: #dddddd;
}
.button_style_outline-gray.is-selected {
  border-color: #dddddd;
  background-color: #dddddd;
}
.button_style_outline-gray.is-selected:hover {
  color: #000000;
  border-color: #aaaaaa;
}
.button_style_outline-gray.is-selected:active {
  background-color: #dddddd;
  border-color: #dddddd;
}
.button_style_outline-accent {
  background-color: transparent;
  min-width: 80px;
  border: 1px solid rgba(255, 103, 0, 0.7);
  color: #FF6700;
}
.button_style_outline-accent:hover {
  border-color: #FF6700;
}
.button_style_outline-accent:active {
  background-color: #FF6700;
  color: #ffffff;
}
.button_style_fill-accent {
  background-color: #FF6700;
  border: 1px solid #FF6700;
  color: #ffffff;
}
.button_style_fill-accent:hover {
  border-color: #db5900;
}
.button_style_fill-accent:active {
  background-color: #db5900;
}
.disabled .fa {
  opacity: 0.5;
}
.button--filter {
  margin-top: 5px;
  min-width: 0;
}

/**
 *
 * New variables names
 *
 */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modal-fade-in {
  0% {
    background-color: rgba(30, 30, 32, 0);
  }
  100% {
    background-color: rgba(30, 30, 32, 0.94);
  }
}
@keyframes modal-fade-out {
  0% {
    background-color: rgba(30, 30, 32, 0.94);
  }
  100% {
    background-color: rgba(30, 30, 32, 0);
  }
}
@keyframes scale-in {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.6);
    opacity: 0;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-out-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(40px);
    opacity: 0;
  }
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-out-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes slide-in-down {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-out-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(40px);
    opacity: 0;
  }
}
@keyframes slide-in-up {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-out-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-40px);
    opacity: 0;
  }
}
@keyframes scale-in-right {
  0% {
    transform: translate(5px, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-down {
  0% {
    transform: translate(0, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes place-left {
  0% {
    transform: translate(-5px, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes place-top {
  0% {
    transform: translate(0, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes grow-down {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
  }
}
@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes round-loader {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(360deg);
  }
  99% {
    transform: rotate(720deg);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulse-out {
  0% {
    box-shadow: 0 0 10px 0 rgba(255, 103, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 10px 20px rgba(255, 103, 0, 0);
  }
}
@keyframes section-expand {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes section-collapse {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes item-pulse-out {
  0% {
    box-shadow: 0 0 10px 0 rgba(255, 103, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 10px 20px rgba(255, 103, 0, 0);
  }
}
.button__warning {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  z-index: 80;
  border-radius: 10px;
  background-color: #FF6700;
  color: #ffffff;
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  padding: 2px 0;
  text-align: center;
  background-image: url('img/icons/required-mark-small.svg');
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  pointer-events: all;
}
.button__warning::after {
  position: relative;
  content: 'Images and videos are selected';
  left: 100%;
  top: -6px;
  width: auto;
  display: none;
  white-space: nowrap;
  margin: 0 3px;
  padding: 4px 6px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
}
.button__warning:hover::after {
  display: inline-block;
}
.t-animation .button__warning:hover::after {
  animation: fade-in 0.3s ease-out;
}
.t-animation .button__warning {
  transition: 0.3s ease-out;
}
.t-animation .button__warning::after {
  transition: 0.3s ease-out;
}
.t-style .button__warning::after {
  border-radius: 2px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
}
.button__warning.is-hidden {
  opacity: 0;
  pointer-events: none;
}

/**
 *
 * New variables names
 *
 */
input[type="checkbox"] {
  -webkit-appearance: none;
  position: relative;
  box-sizing: border-box;
  vertical-align: bottom;
  padding: 0;
  margin: 0 8px 0 0;
  width: 16px;
  height: 16px;
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  border-radius: 2px;
}
input[type="checkbox"]:hover {
  border-color: #bbbbbb;
}
input[type="checkbox"]:hover + label {
  color: #333333;
}
input[type="checkbox"]:active {
  background-color: #dddddd;
  border-color: #dddddd;
}
input[type="checkbox"]:focus {
  box-shadow: none;
  outline: none;
}
input[type="checkbox"] + label {
  color: #777777;
}
input[type="checkbox"] + label:hover {
  color: #333333;
}
input[type="checkbox"]:checked {
  background-color: #FF6700;
  background-position: center;
  background-origin: content-box;
  background-image: url(img/icons/checkmark.svg);
  background-repeat: no-repeat;
  border-color: #FF6700;
}
input[type="checkbox"]:checked + label {
  color: #000000;
}
input[type="checkbox"]:checked:hover {
  border-color: #db5900;
}
input[type="checkbox"]:checked:active {
  background-color: #db5900;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="checkbox"]:disabled + label {
  opacity: 0.5;
}
input[type="checkbox"].toggle {
  -webkit-appearance: none;
  margin: 0 5px 0 0;
  width: 26px;
  height: 16px;
  font-size: 10px;
  background: #dddddd;
  border: 1px solid #dddddd;
  border-radius: 100px;
  background-position: left;
  background-size: contain;
  background-image: url(img/icons/circle.svg);
  background-repeat: no-repeat;
}
input[type="checkbox"].toggle:hover {
  border-color: #cccccc;
}
input[type="checkbox"].toggle:active {
  background-color: #cccccc;
}
input[type="checkbox"].toggle + label {
  display: inline-block;
  margin: 0;
  padding: 0;
}
input[type="checkbox"]:checked.toggle {
  background-position: right;
  background-color: #FF6700;
  border-color: #FF6700;
}
input[type="checkbox"]:checked.toggle:hover {
  border-color: #db5900;
}
input[type="checkbox"]:checked.toggle:active {
  background-color: #db5900;
}
input[type="checkbox"].toggle_size_small {
  top: -1px;
  height: 14px;
  width: 22px;
}
input[type="checkbox"].favorite {
  width: 18px;
  height: 18px;
  top: -3px;
  margin-right: 5px;
  background-position: center;
  background-size: contain;
  background-image: url(img/icons/fav.svg);
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  opacity: 0.4;
}
input[type="checkbox"].favorite:hover {
  opacity: 1;
}
input[type="checkbox"].favorite:hover ~ label {
  opacity: 1;
  color: #999999;
}
input[type="checkbox"].favorite ~ label {
  position: absolute;
  white-space: nowrap;
  font-size: 12px;
  color: #999999;
  font-weight: 300;
  opacity: 0;
}
input[type="checkbox"]:checked.favorite {
  background-image: url(img/icons/fav-active.svg);
  opacity: 0.3;
}
input[type="checkbox"]:checked.favorite:hover {
  opacity: 0.8;
}
input[type="checkbox"]:checked.favorite:active {
  opacity: 1;
  background-color: transparent;
}
@media (max-width: 500px) {
  label {
    display: none;
  }
}
input[type="checkbox"].toggle_style_dark {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.5);
}
input[type="checkbox"].toggle_style_dark + label {
  color: rgba(255, 255, 255, 0.7);
}
input[type="checkbox"].toggle_style_dark + label:hover {
  color: #ffffff;
}
input[type="checkbox"].toggle_style_dark:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
input[type="checkbox"].toggle_style_dark:hover + label {
  color: #ffffff;
}
input[type="checkbox"] {
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
}
input[type="checkbox"] + label {
  transition: 0.3s ease-out;
}
input[type="checkbox"].toggle {
  transition: border 0.2s ease-out, background 0.2s ease-out;
}
input[type="checkbox"].favorite {
  transition: 0.3s ease-out;
}

/**
 *
 * New variables names
 *
 */
.cg__control {
  position: relative;
  box-sizing: border-box;
  min-width: 50px;
}
.cg__control_style_row {
  margin: 0 10px 0 0;
  flex-grow: 1;
  flex-basis: 100px;
}
.cg__control_style_row:first-child {
  margin-left: 0;
}
.cg__control_style_row:last-child {
  margin-right: 0;
}
@media (max-width: 600px) {
  .cg__control_style_row {
    margin: 0 0 10px 0;
    width: 100%;
    flex-basis: auto;
  }
}
.cg__control_style_col {
  margin: 5px 0;
}
.cg__control_style_col:first-child {
  margin-top: 0;
}
.cg__control_style_col:last-child {
  margin-bottom: 0;
}
.cg__prefix {
  margin: 0 15px 0 0;
  width: 50px;
  flex-basis: 0;
}
@media (max-width: 600px) {
  .cg__prefix {
    width: 100%;
    margin: 0 0 15px;
    flex-basis: auto;
  }
}
.cg__first-name,
.cg__middle-name,
.cg__last-name {
  width: calc((100% - 60px - 60px - 45px) / 3);
}
@media (max-width: 600px) {
  .cg__first-name,
  .cg__middle-name,
  .cg__last-name {
    width: 100%;
    margin: 0 0 15px;
  }
}
.cg__suffix {
  margin: 0;
  width: 50px;
  flex-basis: 0;
}
@media (max-width: 600px) {
  .cg__suffix {
    width: 100%;
    margin: 0 0 15px;
    flex-basis: auto;
  }
}

/**
 *
 * New variables names
 *
 */
.cg__controls {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  display: flex;
}
.cg__controls_style_row {
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}
@media (max-width: 992px) {
  .cg__controls_style_row {
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  .cg__controls_style_row {
    flex-direction: column;
  }
}
.cg__controls.cg__controls_style_row.cg__controls--align-bottom {
  align-items: flex-end;
  justify-content: space-around;
}
.cg__controls_style_col {
  flex-direction: column;
  margin-top: 10px;
}

/**
 *
 * New variables names
 *
 */
.cg__title {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 15px 0 4px 0;
  font-size: 12px;
}
.cg__title_style_dark {
  color: #ffffff;
}

/**
 *
 * New variables names
 *
 */
.input__wrapper {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.input__label {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 10px 0 0 0;
  padding: 7px 1px;
  pointer-events: none;
  font-size: 14px;
  font-weight: 300;
  color: #999999;
}
.t-animation .input__label {
  transition: 0.3s ease-out;
}
.input__label-isolated {
  box-sizing: border-box;
  margin: 10px 0 0 0;
  padding: 7px 1px;
  pointer-events: none;
  font-size: 14px;
  font-weight: 300;
  color: #999999;
}
.t-animation .input__label-isolated {
  transition: 0.3s ease-out;
}
.input__help-text {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 5px 0;
  line-height: 1.3;
  font-size: 10px;
  color: #999999;
  font-weight: 300;
  opacity: 0.6;
}
.c-Addable-row .input__help-text {
  display: none;
}
.c-Addable-row:last-child .input__help-text {
  display: block;
  position: absolute;
}
@media (max-width: 600px) {
  .c-Addable-row:last-child .input__help-text {
    position: relative;
  }
}
.is-dragging .input__help-text {
  display: none!important;
}
.input__err-msg {
  display: none;
}
.input__field {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 7px 1px;
  resize: none;
  font-size: 14px;
  background-color: transparent;
  border: 1px solid;
  border-color: #dddddd;
}
.input__field:required ~ .input__label::before {
  content: '* ';
  position: absolute;
  right: 100%;
  top: 0;
  margin: 2px;
  color: #FF6700;
}
.input__field.input_state_not-empty ~ .input__label,
.input--expanded .input__field {
  margin: 0;
  padding: 0 1px;
  top: -1px;
  font-size: 11px;
  font-weight: 300;
  color: #999999;
}
.input__field.input_state_not-empty ~ .input__label::before,
.input--expanded .input__field::before {
  margin-top: 0;
}
.t-style .input__field {
  border: none;
  border-bottom: 1px solid;
  border-color: #dddddd;
}
.input__field:hover {
  border-color: #bbbbbb;
}
.input__field::-webkit-input-placeholder {
  color: #FFF;
}
.input__field:-moz-placeholder {
  color: #FFF;
}
.input__field::-moz-placeholder {
  color: #FFF;
}
.input__field:-ms-input-placeholder {
  color: #FFF;
}
.input__field:focus,
.input__field:active,
.input__field:focus:hover,
.input--expanded .input__field {
  border-color: #FF6700;
  box-shadow: 0 1px 0 0 #FF6700;
  outline: none;
}
.input__field:focus ~ .input__label,
.input__field:active ~ .input__label,
.input__field:focus:hover ~ .input__label,
.input--expanded .input__field ~ .input__label {
  margin: 0;
  padding: 0 1px;
  top: -1px;
  font-size: 11px;
  font-weight: 400;
  color: #FF6700;
}
.input__field:focus ~ .input__label::before,
.input__field:active ~ .input__label::before,
.input__field:focus:hover ~ .input__label::before,
.input--expanded .input__field ~ .input__label::before {
  margin-top: 0;
}
.input__field:focus ~ .input__help-text,
.input__field:active ~ .input__help-text,
.input__field:focus:hover ~ .input__help-text,
.input--expanded .input__field ~ .input__help-text {
  display: block;
  opacity: 1;
}
.input__field:focus ~ .input__err-msg,
.input__field:active ~ .input__err-msg,
.input__field:focus:hover ~ .input__err-msg,
.input--expanded .input__field ~ .input__err-msg {
  display: none;
}
.input__field:focus::-webkit-input-placeholder,
.input__field:active::-webkit-input-placeholder,
.input__field:focus:hover::-webkit-input-placeholder,
.input--expanded .input__field::-webkit-input-placeholder {
  color: #999;
}
.input__field:focus:-moz-placeholder,
.input__field:active:-moz-placeholder,
.input__field:focus:hover:-moz-placeholder,
.input--expanded .input__field:-moz-placeholder {
  color: #999;
}
.input__field:focus::-moz-placeholder,
.input__field:active::-moz-placeholder,
.input__field:focus:hover::-moz-placeholder,
.input--expanded .input__field::-moz-placeholder {
  color: #999;
}
.input__field:focus:-ms-input-placeholder,
.input__field:active:-ms-input-placeholder,
.input__field:focus:hover:-ms-input-placeholder,
.input--expanded .input__field:-ms-input-placeholder {
  color: #999;
}
.input__field.input_state_err,
.input__field.input_state_err:focus,
.input__field.input_state_err:active {
  border-color: #F23D3D !important;
  box-shadow: 0 1px 0 0 #F23D3D !important;
}
.input__field.input_state_err:hover,
.input__field.input_state_err:focus:hover,
.input__field.input_state_err:active:hover {
  border-color: #f01c1c;
}
.input__field.input_state_err ~ .input__label,
.input__field.input_state_err:focus ~ .input__label,
.input__field.input_state_err:active ~ .input__label {
  color: #F23D3D;
}
.input__field.input_state_err ~ .input__label::before,
.input__field.input_state_err:focus ~ .input__label::before,
.input__field.input_state_err:active ~ .input__label::before {
  color: #F23D3D !important;
}
.input__field.input_state_err ~ .input__help-text,
.input__field.input_state_err:focus ~ .input__help-text,
.input__field.input_state_err:active ~ .input__help-text {
  display: none;
}
.input__field.input_state_err ~ .input__err-msg,
.input__field.input_state_err:focus ~ .input__err-msg,
.input__field.input_state_err:active ~ .input__err-msg {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 5px 0;
  font-size: 10px;
  color: #F23D3D;
}
.input__field.input_state_err.is-blinking:focus ~ .input__blink {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 0;
  top: -1px;
  animation: textfield-focus-blink 1.5s 2;
}
/**** MVP version *****/
.is-mvp .input__field {
  outline: none;
}
.is-mvp .input__field ~ .input__label {
  margin: 0;
  padding: 0 1px;
  top: -1px;
  font-size: 11px;
  font-weight: 400;
}
.is-mvp .input__field ~ .input__label::before {
  margin-top: 0;
}
.is-mvp .input__field ~ .input__help-text {
  display: none !important;
  opacity: 1;
}
.is-mvp .input__field ~ .input__err-msg {
  display: none;
}
.is-mvp .input__field::-webkit-input-placeholder {
  color: #999;
}
.is-mvp .input__field:-moz-placeholder {
  color: #999;
}
.is-mvp .input__field::-moz-placeholder {
  color: #999;
}
.is-mvp .input__field:-ms-input-placeholder {
  color: #999;
}
.input__field_style_dark,
.theme--dark .input__field {
  color: #ffffff;
  font-weight: 300;
}
.t-style .input__field_style_dark,
.t-style .theme--dark .input__field {
  border-color: rgba(255, 255, 255, 0.3);
}
.t-style .input__field_style_dark:hover,
.t-style .theme--dark .input__field:hover {
  border-color: rgba(255, 255, 255, 0.6);
}
.t-style .input__field_style_dark:focus:hover,
.t-style .theme--dark .input__field:focus:hover {
  border-color: #FF6700;
}
@keyframes textfield-focus-blink {
  0% {
    box-shadow: 0 1px 6px 2px transparent;
  }
  50% {
    box-shadow: 0 1px 6px 2px #F23D3D;
  }
  100% {
    box-shadow: 0 1px 6px 2px transparent;
  }
}
.input__err-msg {
  display: none;
}
.input__field {
  border: none;
  border-bottom: 1px solid #dddddd;
}
.input__field:hover {
  border-color: #bbbbbb;
}
.input__field:focus,
.input__field:active {
  border-color: #FF6700;
  box-shadow: 0 1px 0 0 #FF6700;
  outline: none;
}
.input__field_style_dark {
  border-color: rgba(255, 255, 255, 0.3);
}
.input__field_style_dark:hover {
  border-color: rgba(255, 255, 255, 0.6);
}
.input__help-text {
  transition: 0.3s ease-out;
}
.input__err-msg {
  display: 0.3s ease-out;
}
.input__field {
  transition: 0.3s ease-out;
}
/**** RTE Editor input fields ****/
.input__rteditor-editor {
  padding-top: 16px;
  transition: opacity 0.4s;
  opacity: 1;
}
.input--expanded .input__rteditor-editor {
  opacity: 1;
}
.input__rteditor .input__field {
  overflow: hidden;
  height: 32px;
  opacity: 1;
}
.input__rteditor.input--expanded .input__field {
  height: 0px;
  opacity: 0;
}

/**
 *
 * New variables names
 *
 */
.js-dropdownWrapper {
  position: relative;
}
.c-Dropdown-list {
  position: absolute;
  z-index: 60;
  min-width: 150px;
  max-height: 300px;
  overflow: auto;
  margin: 4px 0;
  padding: 0;
  box-sizing: border-box;
  overflow-y: scroll;
  list-style: none;
  background-color: #ffffff;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  /*&::before {
        content: '';
        display: block;
        position: absolute;
        z-index: 10;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 60px;

        background-image: linear-gradient(fade(#ffffff, 0), fade(#ffffff, 85%), fade(#ffffff, 100%));
    }
    &::after {
        content: '';
        position: absolute;
        z-index: 15;
        left: 50%;
        bottom: 10px;
        transform: translate(-50%, 0);
        width: 16px;
        height: 16px;

        background-image: url("img/icons/line-arrow-bottom.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;

        opacity: 0.4;
    }*/
}
.t-style .c-Dropdown-list {
  border-radius: 2px;
}
.t-animation .c-Dropdown-list {
  transform-origin: top left;
  transition: 0.3s ease-out;
  animation: dropdown-open 0.2s ease-out;
}
.c-Dropdown-list::-webkit-scrollbar {
  background-color: transparent;
  border: 1px solid transparent;
  width: 8px;
}
.c-Dropdown-list::-webkit-scrollbar-button,
.c-Dropdown-list::-webkit-scrollbar-track {
  background: none;
  background-color: transparent;
  border: 1px solid transparent;
}
.c-Dropdown-list::-webkit-scrollbar-track-piece {
  background-color: transparent;
  border: 1px solid transparent;
}
.c-Dropdown-list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  border: 2px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
}
.dropdown__list-item {
  position: relative;
  padding: 12px 20px;
  cursor: pointer;
  white-space: nowrap;
}
.dropdown__list-item:hover {
  background-color: #eeeeee;
}
.dropdown__list-item:active {
  background-color: #bbbbbb;
}
.t-animation .dropdown__list-item {
  transition: 0.3s ease-out;
}
.dropdown__divider + .dropdown__list-item {
  padding-top: 20px;
}
.dropdown__list-item:first-child {
  padding-top: 20px;
}
.dropdown__list-item:last-child {
  padding-bottom: 20px;
}
.dropdown__divider {
  position: relative;
  padding: 8px 0 0 0;
  margin: 0;
  border-bottom: 1px solid #eeeeee;
  background-color: transparent;
}
.dropdown__list-item:hover + .dropdown__divider {
  background-color: #eeeeee;
}
.dropdown__list-item:active + .dropdown__divider {
  background-color: #bbbbbb;
}
.t-animation .dropdown__divider {
  transition: 0.3s ease-out;
}
@keyframes dropdown-open {
  0% {
    opacity: 0;
    transform: scaleY(0.8);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}

/**
 *
 * New variables names
 *
 */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modal-fade-in {
  0% {
    background-color: rgba(30, 30, 32, 0);
  }
  100% {
    background-color: rgba(30, 30, 32, 0.94);
  }
}
@keyframes modal-fade-out {
  0% {
    background-color: rgba(30, 30, 32, 0.94);
  }
  100% {
    background-color: rgba(30, 30, 32, 0);
  }
}
@keyframes scale-in {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.6);
    opacity: 0;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-out-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(40px);
    opacity: 0;
  }
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-out-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes slide-in-down {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-out-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(40px);
    opacity: 0;
  }
}
@keyframes slide-in-up {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-out-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-40px);
    opacity: 0;
  }
}
@keyframes scale-in-right {
  0% {
    transform: translate(5px, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-down {
  0% {
    transform: translate(0, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes place-left {
  0% {
    transform: translate(-5px, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes place-top {
  0% {
    transform: translate(0, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes grow-down {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
  }
}
@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes round-loader {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(360deg);
  }
  99% {
    transform: rotate(720deg);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulse-out {
  0% {
    box-shadow: 0 0 10px 0 rgba(255, 103, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 10px 20px rgba(255, 103, 0, 0);
  }
}
@keyframes section-expand {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes section-collapse {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes item-pulse-out {
  0% {
    box-shadow: 0 0 10px 0 rgba(255, 103, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 10px 20px rgba(255, 103, 0, 0);
  }
}
.dropdown__warning {
  display: inline-block;
  position: relative;
  top: -5px;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  box-sizing: border-box;
  z-index: 80;
  border-radius: 10px;
  background-color: #FF6700;
  color: #ffffff;
  font-weight: 400;
  font-size: 11px;
  line-height: 1;
  padding: 2px 0;
  text-align: center;
  background-image: url('img/icons/required-mark-small.svg');
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  pointer-events: none;
  /*&::after {
        position: relative;
        content: 'Images and videos are selected';
        left: 100%;
        top: -6px;
        width: auto;
        display: none;
        white-space: nowrap;
        margin: 0 3px;
        padding: 4px 6px;

        background-color: fade(#000000, 80%);
        color: #ffffff;
        font-size: @small-font-size;
        font-weight: 300;
    }
    &:hover::after {
        display: inline-block;

        .t-animation & {
            animation: fade-in 0.3s ease-out;
        }
    }*/
  /*.t-animation &::after {
        transition: @transition-basic;
    }

    .t-style &::after {
        border-radius: 2px;
        box-shadow: 0 1px 4px 0 fade(#000000, 20);
    }*/
}
.t-animation .dropdown__warning {
  transition: 0.3s ease-out;
}
.has-warning .dropdown__warning {
  opacity: 1;
  pointer-events: all;
}

/**
 *
 * New variables names
 *
 */
label {
  font-size: 14px;
  font-weight: 300;
}

/**
 *
 * New variables names
 *
 */
.select__wrapper {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0 0 0;
  margin: 0;
}
.selectbox__label {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 10px 0 0 0;
  padding: 7px 20px 7px 1px;
  pointer-events: none;
  word-wrap: break-word;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  font-size: 14px;
  font-weight: 300;
  color: #999999;
}
.is-required ~ .selectbox__label {
  overflow-x: visible;
}
.is-required ~ .selectbox__label::before {
  content: '* ';
  position: absolute;
  right: 100%;
  top: 0;
  margin: 2px;
  color: #FF6700;
}
.t-animation .selectbox__label {
  transition: 0.3s ease-out;
}
.selectbox__help-text {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 5px 0;
  line-height: 1.3;
  font-size: 10px;
  color: #999999;
  font-weight: 300;
  opacity: 0.6;
}
.c-Addable-row .selectbox__help-text {
  display: none;
}
.c-Addable-row:last-child .selectbox__help-text {
  display: block;
}
.t-animation .selectbox__help-text {
  transition: 0.3s ease-out;
}
.selectbox__err-msg {
  display: none;
}
.selectbox__field {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 32px;
  margin: 0 0 0 0;
  padding: 7px 20px 7px 1px;
  font-size: 14px;
  background-color: transparent;
  border: 1px solid #dddddd;
  overflow-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  background-image: url(img/icons/arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 5px) 50%;
}
.selectbox__field.selectbox_state_not-empty ~ .selectbox__label {
  margin: 0;
  padding: 0 1px;
  top: -1px;
  font-size: 11px;
  font-weight: 300;
  color: #999999;
}
.selectbox__field.selectbox_state_err {
  border-color: #F23D3D;
}
.selectbox__field.selectbox_state_err:hover {
  border-color: #f01c1c;
}
.selectbox__field.selectbox_state_err ~ .selectbox__label {
  color: #F23D3D;
}
.selectbox__field.selectbox_state_err ~ .selectbox__help-text {
  display: none;
}
.selectbox__field.selectbox_state_err ~ .selectbox__err-msg {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 5px 0;
  font-size: 10px;
  color: #F23D3D;
}
.selectbox__field.selectbox_state_open ~ .selectbox__label,
.selectbox__field:active ~ .selectbox__label {
  margin: 0;
  padding: 0 1px;
  top: -1px;
  font-size: 11px;
  font-weight: 400;
  color: #FF6700;
}
.selectbox__field.selectbox_state_open ~ .selectbox__help-text,
.selectbox__field:active ~ .selectbox__help-text {
  display: block;
  opacity: 1;
}
.selectbox__field.selectbox_state_open ~ .selectbox__err-msg,
.selectbox__field:active ~ .selectbox__err-msg {
  display: none;
}
.selectbox__field.selectbox_required ~ .selectbox__label::before,
.selectbox__field.selectbox.is-required ~ .selectbox__label::before {
  content: '* ';
  position: absolute;
  right: 100%;
  top: 0;
  margin: 2px;
  color: #FF6700;
}
.selectbox__searchfield {
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 6px 1px;
  margin: 0;
  border: none;
  background-color: transparent;
}
.selectbox__searchfield:focus,
.selectbox__searchfieldactive {
  outline: none;
}
.selectbox_style_dark.selectbox__field {
  color: #ffffff;
}
.selectbox_style_dark.selectbox__field .selectbox__searchfield {
  color: #ffffff;
}
.selectbox__help-text {
  transition: 0.3s ease-out;
}
.selectbox__err-msg {
  display: 0.3s ease-out;
}
.selectbox__field {
  transition: 0.3s ease-out;
}
.selectbox__field {
  border: none;
  border-bottom: 1px solid #dddddd;
  color: #000000;
  font-weight: normal;
}
.selectbox__field:hover {
  border-color: #bbbbbb;
}
.selectbox__field.selectbox_state_open,
.selectbox__field:active {
  border-color: #FF6700 !important;
  box-shadow: 0 1px 0 0 #FF6700;
  outline: none;
  color: #999999;
  font-weight: 300;
}
.selectbox_style_dark.selectbox__field {
  border-color: rgba(255, 255, 255, 0.3);
}
.selectbox_style_dark.selectbox__field:hover {
  border-color: rgba(255, 255, 255, 0.6);
}
/**** MVP Version ****/
.is-mvp .selectbox__field ~ .selectbox__label {
  margin: 0;
  padding: 0 1px;
  top: -1px;
  font-size: 11px;
  font-weight: 400;
}
.is-mvp .selectbox__field ~ .selectbox__help-text {
  display: block;
  opacity: 1;
}
.is-mvp .selectbox__field ~ .selectbox__err-msg {
  display: none;
}

/**
 *
 * New variables names
 *
 */
.selectbox__list-divider {
  position: relative;
  border-bottom: 1px solid #eeeeee;
}

/**
 *
 * New variables names
 *
 */
.selectbox__list-highlight {
  color: #999999;
}

/**
 *
 * New variables names
 *
 */
.selectbox__list-item-image {
  position: absolute;
  width: 48px;
  height: 35px;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.t-style .selectbox__list-item-image {
  border-radius: 2px;
}

/**
 *
 * New variables names
 *
 */
.selectbox__list-item-subtitle {
  position: relative;
  pointer-events: none;
  padding: 3px 0 0 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  font-size: 12px;
  color: #999999;
  font-weight: 300;
}
.is-active .selectbox__list-item-subtitle {
  color: rgba(255, 255, 255, 0.5);
}
.selectbox__list-item-type ~ .selectbox__list-item-subtitle {
  margin-left: 40px;
}

/**
 *
 * New variables names
 *
 */
.selectbox__list-item-title {
  position: relative;
  pointer-events: none;
  overflow: hidden;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selectbox__list-item-type ~ .selectbox__list-item-title {
  margin-left: 40px;
}

/**
 *
 * New variables names
 *
 */
.selectbox__list-item-type {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  margin: 0 15px;
  color: #000000;
  font-size: 22px;
  opacity: 0.70;
}

/**
 *
 * New variables names
 *
 */
.selectbox__list-item {
  position: relative;
  padding: 10px 12px;
}
.selectbox__list-item:active,
.selectbox__list-item.is-active {
  background-color: #FF6700;
  color: #ffffff;
}
.selectbox__list-item.is-hightlighted {
  background-color: #eeeeee;
  color: #000000;
}
.t-animation .selectbox__list-item {
  transition: 0.3s ease-out;
}
.selectbox__list-item--text {
  overflow: hidden;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.selectbox__list-item--complex {
  border-bottom: 1px solid #eeeeee;
}
.selectbox__list-item--complex:last-child {
  border-bottom: none;
}

/**
 *
 * New variables names
 *
 */
.selectbox__list-unselect {
  color: #999999;
}

/**
 *
 * New variables names
 *
 */
.selectbox__list {
  position: absolute;
  left: 0;
  top: calc(12px + 2.2em);
  width: 100%;
  min-width: 250px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 200;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
  /*&::-webkit-scrollbar,
    &::-webkit-scrollbar-button,
    &::-webkit-scrollbar-track,
    &::-webkit-scrollbar-track-piece,
    &::-webkit-scrollbar-thumb,
    &::-webkit-scrollbar-corner,
    &::-webkit-resizer {
        display: none;
    }*/
}

/**
 *
 * New variables names
 *
 */
.tagfield__tag {
  display: inline-block;
  position: relative;
  z-index: 30;
  padding: 3px 21px 3px 6px;
  margin: 1px 4px 1px 0;
  max-width: 80%;
  font-size: 12px;
  font-weight: 300;
  background-color: #eeeeee;
  color: #000000;
  overflow: hidden;
  cursor: default;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tagfield__tag:first-child {
  margin-left: 0;
}
.t-style .tagfield__tag {
  border-radius: 2px;
}
.tagfield__tag-delete {
  position: absolute;
  z-index: 50;
  top: 50%;
  right: 6px;
  transform: translate(0, -50%);
  color: #999999;
  cursor: pointer;
}
.tagfield__tag-delete:hover {
  color: #000000;
}

/**
 *
 * New variables names
 *
 */
.tagfield__wrapper {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.tagfield__label {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 10px 0 0 0;
  padding: 7px 1px;
  pointer-events: none;
  font-size: 14px;
  font-weight: 300;
  color: #999999;
}
.is-required ~ .tagfield__label::before {
  content: '* ';
  position: absolute;
  right: 100%;
  top: 0;
  margin: 2px;
  color: #FF6700;
}
.t-animation .tagfield__label {
  transition: 0.3s ease-out;
}
.tagfield__help-text {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 5px 0;
  line-height: 1.3;
  font-size: 10px;
  color: #999999;
  font-weight: 300;
  opacity: 0.6;
}
.c-Addable-row .tagfield__help-text {
  display: none;
}
.c-Addable-row:last-child .tagfield__help-text {
  display: block;
}
.tagfield__err-msg {
  display: none;
}
.tagfield__field {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  min-height: 32px;
  margin: 10px 0 0 0;
  padding: 7px 1px;
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 14px;
  background-color: transparent;
  border: 1px solid #dddddd;
  overflow-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}
.tagfield__field.tagfield_state_not-empty {
  padding: 5px 0px 4px 0;
}
.tagfield__field.tagfield_state_not-empty ~ .tagfield__label {
  margin: 0;
  padding: 0 1px;
  top: -1px;
  font-size: 11px;
  font-weight: 300;
  color: #999999;
}
.tagfield__field.tagfield_state_err {
  border-color: #F23D3D;
}
.tagfield__field.tagfield_state_err:hover {
  border-color: #f01c1c;
}
.tagfield__field.tagfield_state_err ~ .tagfield__label {
  color: #F23D3D;
}
.tagfield__field.tagfield_state_err ~ .tagfield__help-text {
  display: none;
}
.tagfield__field.tagfield_state_err ~ .tagfield__err-msg {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 5px 0;
  font-size: 10px;
  color: #F23D3D;
}
.tagfield__field.tagfield_state_open ~ .tagfield__label,
.tagfield__field:active ~ .tagfield__label {
  margin: 0;
  padding: 0 1px;
  top: -1px;
  font-size: 11px;
  font-weight: 400;
  color: #FF6700;
}
.tagfield__field.tagfield_state_open ~ .tagfield__help-text,
.tagfield__field:active ~ .tagfield__help-text {
  display: block;
  opacity: 1;
}
.tagfield__field.tagfield_state_open ~ .stagfield__err-msg,
.tagfield__field:active ~ .stagfield__err-msg {
  display: none;
}
.tagfield__list {
  position: absolute;
  left: 0;
  width: 100%;
  min-width: 250px;
  max-height: 200px;
  overflow-y: auto;
  z-index: 100;
  padding: 0;
  margin: 0;
  list-style: none;
  background-color: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
.tagfield__list-item {
  position: relative;
  padding: 10px;
  overflow: hidden;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tagfield__list-item:active,
.tagfield__list-item.is-active {
  background-color: #FF6700;
  color: #ffffff;
}
.tagfield__list-item.is-hightlighted {
  background-color: #eeeeee;
  color: #000000;
}
.t-animation .tagfield__list-item {
  transition: 0.3s ease-out;
}
.tagfield__searchfield {
  position: relative;
  box-sizing: border-box;
  left: 0;
  top: 0;
  flex-grow: 1;
  min-width: 0;
  padding: 0px 1px;
  margin: 0;
  border: none;
  background-color: transparent;
}
.tagfield__searchfield:focus,
.tagfield__searchfieldactive {
  outline: none;
}
/**** MVP Version ****/
.is-mvp .tagfield__field ~ .tagfield__label {
  margin: 0;
  padding: 0 1px;
  top: -1px;
  font-size: 11px;
  font-weight: 400;
}
.is-mvp .tagfield__field ~ .tagfield__help-text {
  display: block;
  opacity: 1;
}
.is-mvp .tagfield__field ~ .stagfield__err-msg {
  display: none;
}
.tagfield__field.tagfield_style_dark {
  color: #ffffff;
}
.tagfield__field.tagfield_style_dark .tagfield__searchfield {
  color: #ffffff;
}
.tagfield__field {
  border: none;
  border-bottom: 1px solid #dddddd;
}
.tagfield__field:hover {
  border-color: #bbbbbb;
}
.tagfield__field.tagfield_state_not-empty {
  color: #000000;
  font-weight: normal;
}
.tagfield__field.tagfield_state_open,
.tagfield__field:active {
  border-color: #FF6700 !important;
  box-shadow: 0 1px 0 0 #FF6700;
  outline: none;
  color: #999999;
  font-weight: 300;
}
.tagfield__list {
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.tagfield__field.tagfield_style_dark {
  border-color: rgba(255, 255, 255, 0.3);
}
.tagfield__field.tagfield_style_dark:hover {
  border-color: rgba(255, 255, 255, 0.6);
}
.tagfield__help-text {
  transition: 0.3s ease-out;
}
.tagfield__err-msg {
  display: 0.3s ease-out;
}
.tagfield__field {
  transition: 0.3s ease-out;
}

/**
 *
 * New variables names
 *
 */
.dragFilesWrapper {
  position: absolute;
  z-index: 100;
  width: 300px!important;
}
.dragFilesWrapper .file {
  position: absolute;
  margin: 10px;
  width: 250px;
  height: 180px;
  opacity: 0.95;
}
.dragFilesWrapper .file .file__img {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
.file_dragging {
  display: none!important;
}
.file_helper {
  position: absolute;
  display: block;
  opacity: 0.5;
}
.element {
  position: relative;
  width: 300px;
  height: 300px;
  background-color: #FF6700;
}

/**
 *
 * New variables names
 *
 */
.dropdown {
  position: relative;
}
.dropdown input {
  margin: 0!important;
  width: 100%;
  box-sizing: border-box;
}
.dropdown__menu {
  position: absolute;
  z-index: 100;
  left: 0;
  width: 100%;
  max-height: 300px;
  overflow: hidden;
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
}
.dropdown__search {
  position: absolute;
  left: 0;
  width: calc(100% - 20px);
  margin: 10px;
  border: none!important;
  background: #ffffff!important;
  color: #000000!important;
}
.dropdown__search:focus,
.dropdown__search:active {
  border-color: #eeeeee!important;
  box-shadow: none!important;
  outline: none!important;
}
.dropdown__list {
  position: absolute;
  width: 100%;
  height: calc(100% - 35px);
  left: 0;
  overflow: auto;
}
.dropdown__list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dropdown__list ul li {
  padding: 5px 10px;
  cursor: pointer;
}
.dropdown__list ul li:hover {
  background-color: #eeeeee;
}
.dropdown__list ul li:active {
  background-color: #FF6700;
  color: #ffffff;
}
.dropdown__menu_up {
  bottom: 0;
}
.dropdown__menu_up .dropdown__search {
  border-top: 1px solid #eeeeee!important;
  bottom: 0;
}
.dropdown__menu_up .dropdown__list {
  bottom: 35px;
}
.dropdown__menu_bottom {
  top: 0;
}
.dropdown__menu_bottom .dropdown__search {
  border-bottom: 1px solid #eeeeee!important;
  top: 0;
}
.dropdown__menu_bottom .dropdown__list {
  top: 35px;
}

/**
 *
 * New variables names
 *
 */
.file {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 10px 10px;
  transition: 0.3s ease-out;
}
.file.is-cover {
  background-color: #eeeeee;
  border-radius: 2px;
}
.file_view_grid {
  margin: 10px 5px 10px 5px;
  width: calc(100% - 10px);
}
@media (min-width: 650px) {
  .file_view_grid {
    margin: 0 5px;
    width: calc(50% - 10px);
  }
}
@media (min-width: 1080px) {
  .file_view_grid {
    width: calc(33% - 10px);
  }
}
@media (min-width: 1510px) {
  .file_view_grid {
    width: calc(25% - 10px);
  }
}
@media (min-width: 1940px) {
  .file_view_grid {
    width: calc(20% - 10px);
  }
}
@media (min-width: 2370px) {
  .file_view_grid {
    width: calc(16.6% - 10px);
  }
}
.col--wide .file_view_grid {
  margin: 10px 5px 10px 5px;
  width: calc(100% - 10px);
}
@media (min-width: 650px) {
  .col--wide .file_view_grid {
    margin: 0 5px;
    width: calc(50% - 10px);
  }
}
@media (min-width: 1071px) {
  .col--wide .file_view_grid {
    margin: 10px 20px 20px 20px;
    width: calc(50% - 40px);
  }
}
@media (min-width: 1400px) {
  .col--wide .file_view_grid {
    width: calc(50% - 40px);
  }
}
@media (min-width: 1840px) {
  .col--wide .file_view_grid {
    width: calc(33% - 40px);
  }
}
.file--big {
  margin: 5px;
}
@media (min-width: 1300px) {
  .file--big {
    width: calc(20% - 10px)!important;
  }
}
@media (min-width: 1071px) and (max-width: 1299px) {
  .file--big {
    width: calc(25% - 10px)!important;
  }
}
@media (min-width: 601px) and (max-width: 1070px) {
  .file--big {
    width: calc(33% - 10px)!important;
  }
}
@media (max-width: 600px) {
  .file--big {
    margin: 10px 0 30px 0;
    width: calc(100%)!important;
  }
}
@media (max-width: 650px) {
  .file--withArragement {
    padding-top: 0;
  }
}
.file_view_list {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.file.is-dragging {
  position: absolute;
  display: block;
  opacity: 0.5;
  transition: none;
}
.file--placeholder {
  outline: 1px dashed #dddddd;
  border-radius: 2px;
  background-color: #fafafa;
  margin: 10px 5px 10px 5px;
  width: calc(100% - 10px);
}
@media (min-width: 650px) {
  .file--placeholder {
    margin: 0 5px;
    width: calc(50% - 10px);
  }
}
@media (min-width: 1080px) {
  .file--placeholder {
    width: calc(33% - 10px);
  }
}
@media (min-width: 1510px) {
  .file--placeholder {
    width: calc(25% - 10px);
  }
}
@media (min-width: 1940px) {
  .file--placeholder {
    width: calc(20% - 10px);
  }
}
@media (min-width: 2370px) {
  .file--placeholder {
    width: calc(16.6% - 10px);
  }
}
.col--wide .file--placeholder {
  margin: 10px 5px 10px 5px;
  width: calc(100% - 10px);
}
@media (min-width: 650px) {
  .col--wide .file--placeholder {
    margin: 0 5px;
    width: calc(50% - 10px);
  }
}
@media (min-width: 1071px) {
  .col--wide .file--placeholder {
    margin: 10px 20px 20px 20px;
    width: calc(50% - 40px);
  }
}
@media (min-width: 1400px) {
  .col--wide .file--placeholder {
    width: calc(50% - 40px);
  }
}
@media (min-width: 1840px) {
  .col--wide .file--placeholder {
    width: calc(33% - 40px);
  }
}

/**
 *
 * New variables names
 *
 */
.file__arragement {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 0 2px 0;
}
.file_view_list .file__arragement {
  margin: 0 5px;
  width: 60px;
}
.file__aragement-input {
  position: relative;
  display: inline-block;
  width: 15px;
  margin: 0;
  padding: 1px 0;
  font-size: 12px;
}
.file__aragement-settings {
  position: relative;
  display: inline-block;
  padding: 4px 6px;
  font-size: 14px;
}
.file__aragement-settings .fa {
  pointer-events: none;
}

/**
 *
 * New variables names
 *
 */
.file__img {
  position: relative;
  width: 100%;
  padding-top: 66.59%;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #dddddd;
  border: none;
}
.t-style .file__img {
  border-radius: 2px;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.t-style .file__img:hover {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2), 0 2px 10px 0 rgba(0, 0, 0, 0.4);
}
.file__img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(transparent, transparent 50%, rgba(0, 0, 0, 0.4));
}
.t-animation .file__img {
  transition: 0.3s ease-out;
}
.t-style .file.file--modal.selected .file__img {
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 0 14px 0 rgba(255, 103, 0, 0.7);
}
.file_view_list .file__img {
  width: 300px;
  height: 150px;
  margin: 0;
  padding: 0;
}
.file--modal .file__img {
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.4), 0 2px 10px 0 rgba(0, 0, 0, 0.4);
}
.file--modal .file__img:hover {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4), 0 4px 20px 0 rgba(0, 0, 0, 0.6);
}

.c-File-progressBar {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  width: auto;
  height: 2px;
  border-radius: 2px;
  background-color: rgba(220, 220, 220, 0.7);
}
.c-File-progressBar .c-File-progressBar-loader {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #FF6714;
}

/**
 *
 * New variables names
 *
 */
.file__controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 0 0 2px rgba(255, 103, 0, 0);
  overflow: hidden;
}
.file__controls .button {
  display: none;
}
@media (max-width: 500px) {
  .file__controls {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .file__controls .button {
    display: none;
  }
}
.t-style .file__controls {
  border-radius: 1px;
}
.t-animation .file__controls {
  transition: 0.3s ease-out;
}
.file__img:hover .file__controls {
  background-color: rgba(0, 0, 0, 0.7);
}
.file__img:hover .file__controls .button {
  display: block;
  font-size: 14px;
  padding: 6px 20px;
  margin: 0;
}
@media (max-width: 500px) {
  .file__img:hover .file__controls {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .file__img:hover .file__controls .button {
    display: none;
  }
}
.file.selected .file__controls {
  box-shadow: inset 0 0 0 2px #FF6700;
}

/**
 *
 * New variables names
 *
 */
.file__title {
  position: relative;
  box-sizing: border-box;
  margin: 0.5em 0 0.1em 0;
  padding: 0 0.1em;
  overflow-wrap: break-word;
  overflow: hidden;
  cursor: default;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #999999;
  font-weight: 300;
  line-height: 1.5;
}
.file--modal .file__title {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.file__title_main {
  box-sizing: border-box;
  padding: 0.2em 0;
  margin: 5px 0 0 0;
  overflow-wrap: break-word;
  overflow: hidden;
  cursor: default;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #000000;
  font-weight: 300;
}
.file__title--media-card {
  padding: 0;
  margin: 5px 0;
  font-size: 12px;
  color: #000000;
}

/**
 *
 * New variables names
 *
 */
.c-File-coverTogle {
  font-size: 12px !important;
  padding: 3px!important;
}

/**
 *
 * New variables names
 *
 */
.file__caption {
  position: relative;
}
.file_view_grid .file__caption {
  width: 100%;
  margin: 5px 0;
}
.file_view_grid .file__caption .file__caption-title {
  position: relative;
  display: block;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 8px 0 2px 0;
}
.file_view_grid .file__caption .file__caption-text {
  color: #999999;
  margin: 0 0 10px 0;
  font-size: 12px;
  font-weight: 300;
  height: 70px;
  overflow: scroll;
}
.file_view_grid .file__caption textarea {
  position: relative;
  padding: 2px 1px;
  width: 100%;
  height: 80px;
  box-sizing: border-box;
  resize: none;
  font-size: 12px;
}
.file_view_grid .file__caption .button {
  display: none;
}
@media (max-width: 500px) {
  .file_view_grid .file__caption {
    margin: 10px 0;
  }
  .file_view_grid .file__caption textarea {
    height: 50px;
  }
  .file_view_grid .file__caption .button {
    position: relative;
    display: inline-block;
    float: right;
    margin: 10px 0;
  }
}
.file__caption-toggle {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0;
}
.file__caption-toggle input[type="checkbox"].toggle {
  -webkit-appearance: none;
  display: inline-block;
  padding: 4px;
  margin: 10px 0;
  border-radius: 16px;
  height: 14px;
  width: 22px;
}
.file__caption-toggle input[type="checkbox"].toggle:hover {
  border-color: #cccccc;
}
.file__caption-toggle input[type="checkbox"].toggle:hover ~ label {
  color: #000000;
}
.file__caption-toggle input[type="checkbox"].toggle:focus {
  box-shadow: none;
}
.file__caption-toggle input[type="checkbox"]:checked.toggle {
  -webkit-appearance: none;
  display: inline-block;
  padding: 4px;
  margin: 10px 0;
  border-radius: 16px;
  height: 14px;
  width: 22px;
}
.file__caption-toggle input[type="checkbox"]:checked.toggle:hover {
  border-color: #db5900;
}
.file__caption-toggle input[type="checkbox"]:checked.toggle:active {
  background-color: #db5900;
}
.file__caption-toggle input[type="checkbox"].toggle ~ label {
  display: inline-block;
  font-size: 12px;
  margin: 0 5px;
}
@media (max-width: 500px) {
  .file__caption-toggle {
    display: inline-flex;
    margin: 10px 0;
  }
}
.file_view_list .file__caption {
  margin: 0 20px;
}
.file_view_list .file__caption .file__caption-title {
  width: 500px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  margin: 5px 0 2px 0;
}
.file_view_list .file__caption .file__caption-text {
  width: 500px;
  color: #999999;
  margin: 0 0 10px 0;
  font-size: 12px;
  font-weight: 300;
  overflow: scroll;
}
.file_view_list .file__caption textarea {
  position: relative;
  padding: 3px 5px;
  margin: 0;
  width: 500px;
  height: 100px;
  max-height: none;
  box-sizing: border-box;
  font-size: 12px;
}
.file__caption_main {
  box-sizing: border-box;
  border: none;
  padding: 0.1em 0;
  margin: 0!important;
  overflow-wrap: break-word;
  cursor: default;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
.file__caption {
  position: relative;
  width: 100%;
  margin: 5px 0;
}
.file__caption textarea {
  background-color: transparent;
  border: 1px solid #dddddd;
  font-size: 12px;
  /*&:active, &:focus {
            border-color: @accent-color;
        }*/
}
.file__caption textarea:hover {
  border-color: #dddddd;
}
.file__caption-toggle input[type="checkbox"].toggle {
  background: #eeeeee;
  border: 1px solid #dddddd;
  background-position: left;
  background-size: contain;
  background-image: url(img/icons/circle.svg);
  background-repeat: no-repeat;
}
.file__caption-toggle input[type="checkbox"].toggle:hover {
  border-color: #cccccc;
}
.file__caption-toggle input[type="checkbox"].toggle:focus {
  box-shadow: none;
}
.file__caption-toggle input[type="checkbox"]:checked.toggle {
  background-color: #FF6700;
  background-position: right;
  background-size: contain;
  background-image: url(img/icons/circle.svg);
  background-repeat: no-repeat;
  border: 1px solid #FF6700;
  padding: 0;
}
.file__caption-toggle input[type="checkbox"]:checked.toggle:hover {
  border-color: #db5900;
}
.file__caption-toggle input[type="checkbox"]:checked.toggle:active {
  background-color: #db5900;
}
.file__caption-toggle input[type="checkbox"].toggle ~ label {
  color: #555555;
  opacity: 0.9;
}

/**
 *
 * New variables names
 *
 */
.file__checkmark {
  position: absolute;
  box-sizing: border-box;
  top: 6px;
  left: 6px;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 20px;
}
@media (max-width: 500px) {
  .file__checkmark {
    border-color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
  }
}
.file.is-preselected .file__checkmark {
  border-color: rgba(221, 221, 221, 0.7);
  border-width: 1px;
}
.t-animation .file__checkmark {
  transition: border 0.2s ease-out, background-color 0.2s ease-out;
}
.file__img:hover .file__checkmark {
  border-color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
.file__img:hover .file__checkmark:hover {
  border-color: #ffffff;
}
.file.selected .file__checkmark {
  background-color: #FF6700;
  background-position: center;
  background-origin: content-box;
  background-image: url(img/icons/checkmark.svg);
  background-repeat: no-repeat;
  background-size: 72%;
  border-color: #FF6700;
}
.file.selected .file__checkmark:hover {
  border-color: #db5900;
}

/**
 *
 * New variables names
 *
 */
.file__delete {
  display: none;
}
@media (max-width: 500px) {
  .file__delete {
    position: absolute;
    display: block;
    top: 6px;
    right: 6px;
    width: 22px;
    height: 22px;
    cursor: pointer;
    background-image: url('img/icons/close.svg');
    background-size: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
  }
  .file__delete:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.file__img:hover .file__delete {
  position: absolute;
  display: block;
  top: 6px;
  right: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 500px) {
  .file__img:hover .file__delete {
    width: 22px;
    height: 22px;
  }
}
.file__img:hover .file__delete:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.file__img:hover .file__delete {
  background-image: url('img/icons/close.svg');
  background-size: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.file__img:hover .file__delete:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

/**
 *
 * New variables names
 *
 */
.file__purpose {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 10px 0;
}
.file__purpose select {
  font-size: 10px;
  max-width: 60%;
}

/**
 *
 * New variables names
 *
 */
.file__type {
  position: absolute;
  bottom: 6px;
  right: 8px;
  padding: 0;
  color: #eeeeee;
  font-size: 20px;
  /*@media (min-width: 650px) {
        font-size: 2.6vw;
    }
    @media @3-col-break {
        font-size: 1.6vw;
    }
    @media @4-col-break {
        font-size: 1.2vw;
    }
    @media @5-col-break {
        font-size: 1.0vw;
    }
    @media @6-col-break {
        font-size: 0.75vw;
    }

    .col col--wide & {
        @media (min-width: 650px) {
            font-size: 2.6vw;
        }
        @media @screen-n{
    		font-size: 1.0vw;
    	}
        @media @screen-l {
            font-size: 1.2vw;
        }
    }*/
}

/**
 *
 * New variables names
 *
 */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modal-fade-in {
  0% {
    background-color: rgba(30, 30, 32, 0);
  }
  100% {
    background-color: rgba(30, 30, 32, 0.94);
  }
}
@keyframes modal-fade-out {
  0% {
    background-color: rgba(30, 30, 32, 0.94);
  }
  100% {
    background-color: rgba(30, 30, 32, 0);
  }
}
@keyframes scale-in {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.6);
    opacity: 0;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-out-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(40px);
    opacity: 0;
  }
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-out-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes slide-in-down {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-out-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(40px);
    opacity: 0;
  }
}
@keyframes slide-in-up {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-out-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-40px);
    opacity: 0;
  }
}
@keyframes scale-in-right {
  0% {
    transform: translate(5px, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-down {
  0% {
    transform: translate(0, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes place-left {
  0% {
    transform: translate(-5px, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes place-top {
  0% {
    transform: translate(0, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes grow-down {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
  }
}
@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes round-loader {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(360deg);
  }
  99% {
    transform: rotate(720deg);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulse-out {
  0% {
    box-shadow: 0 0 10px 0 rgba(255, 103, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 10px 20px rgba(255, 103, 0, 0);
  }
}
@keyframes section-expand {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes section-collapse {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes item-pulse-out {
  0% {
    box-shadow: 0 0 10px 0 rgba(255, 103, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 10px 20px rgba(255, 103, 0, 0);
  }
}
.image-style {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 10px;
  margin: 10px 5px 10px 5px;
  width: calc(100% - 10px);
}
@media (min-width: 650px) {
  .image-style {
    margin: 0 5px;
    width: calc(50% - 10px);
  }
}
@media (min-width: 800px) {
  .image-style {
    width: calc(33% - 10px);
  }
}
@media (min-width: 900px) {
  .image-style {
    width: calc(25% - 10px);
  }
}
@media (min-width: 1400px) {
  .image-style {
    width: calc(20% - 10px);
  }
}
.image-style__img {
  position: relative;
  background-image: url(img/nighthawks.jpg);
  background-repeat: no-repeat !important;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  width: 100%;
  transition: 0.4s ease-out;
}
.image-style__img:hover {
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3), 0 2px 8px 0 rgba(0, 0, 0, 0.4);
}
.image-style__controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 0 0 2px rgba(255, 103, 0, 0);
  overflow: hidden;
}
@media (max-width: 500px) {
  .image-style__controls {
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.image-style__img:hover .image-style__controls {
  background-color: rgba(0, 0, 0, 0.7);
}
.t-style .image-style__controls {
  border-radius: 1px;
}
.t-animation .image-style__controls {
  transition: 0.3s ease-out;
}
.image-style__delete {
  display: none;
}
.image-style__img:hover .image-style__delete {
  position: absolute;
  display: block;
  top: 6px;
  right: 6px;
  width: 16px;
  height: 16px;
  cursor: default;
  background-image: url('img/icons/close.svg');
  background-size: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  transition: 0.3s ease-out;
  animation: fade-in 0.4s ease-out 0.2s;
  -webkit-animation-fill-mode: backwards;
}
.image-style__img:hover .image-style__delete:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
button.image-style__controls-edit {
  display: none;
}
.image-style__img:hover button.image-style__controls-edit {
  display: block;
}
.t-animation .image-style__img:hover button.image-style__controls-edit {
  animation: scale-in 0.3s ease-out 0.1s;
  -webkit-animation-fill-mode: backwards;
}
.image-style__title {
  margin: 0.8em auto 0 auto;
  color: #000000;
  font-size: 16px;
}
@media (min-width: 600px) {
  .image-style__title {
    font-size: 14px;
    text-align: center;
  }
}
.image-style__info {
  margin: 0.3em auto;
  font-size: 14px;
  font-weight: 100;
  color: #999999;
}
@media (min-width: 600px) {
  .image-style__info {
    font-size: 12px;
    text-align: center;
  }
}
button.image-style__edit {
  display: inline-block;
}
@media (min-width: 600px) {
  button.image-style__edit {
    display: none;
  }
}
/*
	.purpose-img {


		.purpose-controls {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			display: flex;
			justify-content: center;
			align-items: center;
			transition: background 0.4s ease-out, outline 0.4s ease-out;
			border-radius: 2px;
			outline: solid 3px rgba(0,0,0,0);
			outline-offset: -2px;

			.close {display: none;}
			.type {display: none;}
			.button {display: none;}
			.checkmark {
				position: absolute;
					top: 6px;
					left: 6px;
					width: 16px;
					height: 16px;
					border: 1px solid rgba(255,255,255,0.0);
					border-radius: 50%;
					transition: border 0.2s ease-out, background-color 0.2s ease-out;
			}
		}
		&:hover {
			box-shadow: 0 0 1px 0 rgba(0,0,0,0.2), 0 1px 2px 0 rgba(0,0,0,0.2), 0 2px 8px 0 rgba(0,0,0,0.35), 0 0 20px 0 rgba(0,0,0,0.25);

			.purpose-controls {
				background-color: rgba(0,0,0,0.7);

				.close {
					position: absolute;
					display: block;
					top: 6px;
					right: 6px;
					width: 16px;
					height: 16px;
					cursor: default;
					background-image: url('img/icons/close.svg');
					background-size: 50%;
					background-color: rgba(255,255,255,0.5);
					background-repeat: no-repeat;
					background-position: center;
					border-radius: 50%;
					transition: 0.3s ease-out;
					animation: fade-in 0.4s ease-out 0.2s;
					-webkit-animation-fill-mode: backwards;

					&:hover {
						background-color: rgba(255,255,255,0.8)
					}
				}
				.checkmark {
					border: 1px solid rgba(255,255,255,0.7);

					&:hover {
						border-color: #ffffff;
					}
				}
				.button {
					display: block;
					font-size: 14px;
					padding: 6px 20px;
					margin: 0;
					border-radius: 3px;
					border-width: 1px;
					animation: scale-in 0.3s ease-out 0.1s;
					-webkit-animation-fill-mode: backwards;
				}
			}
		}
	}
	.purpose-title {
		margin: 0.8em auto 0 auto;
		color: #000000;
		text-align: center;
	}
	.purpose-info {
		margin: 0.3em auto;
		font-size: @small-font-size;
		font-weight: 100;
		color: @light-font-color;
		text-align: center;
	}
	.button {
		display: none;
	}
	&.selected {
		.purpose-controls {
			outline: solid 3px @accent-color;
			outline-offset: -2px;

			.checkmark {
				background-color: @accent-color;
				background-position: center;
				background-origin: content-box;
				background-image: url(img/icons/checkmark.svg);
				background-repeat: no-repeat;
				border-color: @accent-color;

				&:hover {
					border-color: @accent-dark-color;
				}
			}
		}
	}

	@media (max-width: 500px) {
		width: ~"calc(100% - 40px)";
	}
}*/

.pr-1 {
  padding-top: 69.5%;
  background-size: cover;
}
.pr-2 {
  padding-top: 58.3%;
  background-size: cover;
}
.pr-3 {
  padding-top: 48%;
  background-size: cover;
}
.pr-4 {
  padding-top: 27%;
  background-size: cover;
}
.pr-5 {
  padding-top: 20%;
  background-size: cover;
}
.pr-6 {
  padding-top: 15%;
  background-size: cover;
}
.pr-7 {
  position: relative;
  width: 70%!important;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 80%;
  background-size: cover;
}
.pr-8 {
  position: relative;
  width: 60%!important;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 80%;
  background-size: cover;
}
.pr-9 {
  position: relative;
  width: 50%!important;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 80%;
  background-size: cover;
}
.pr-10 {
  position: relative;
  width: 30%!important;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 80%;
  background-size: cover;
}
.pr-11 {
  position: relative;
  width: 80%!important;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 80%;
  background-size: cover;
}

/**
 *
 * New variables names
 *
 */
.image {
  position: relative;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  outline: 2px solid transparent;
  outline-offset: -2px;
  cursor: pointer;
}
.image_style_bulk {
  margin: 10px 20px 30px 20px;
  width: calc(100%/1 - 40px);
  padding-top: calc((100%/1 - 40px) * 0.7);
}
@media (min-width: 550px) {
  .image_style_bulk {
    width: calc(100%/2 - 40px);
    padding-top: calc((100%/2 - 40px) * 0.7);
  }
}
@media (min-width: 1000px) {
  .image_style_bulk {
    width: calc(100%/3 - 40px);
    padding-top: calc((100%/3 - 40px) * 0.7);
  }
}
@media (min-width: 1175px) {
  .image_style_bulk {
    margin: 10px 20px 30px 20px;
    width: calc(100%/4 - 40px);
    padding-top: calc((100%/4 - 40px) * 0.7);
  }
}
.image_style_multi {
  width: 100px;
  padding-top: 70px;
  margin: 5px 10px;
}
@media (max-width: 600px) {
  .image_style_multi {
    width: 80px;
    padding-top: calc(80px * 0.7);
  }
}
.image.is-active {
  outline-color: #FF6700;
}

/**
 *
 * New variables names
 *
 */
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes modal-fade-in {
  0% {
    background-color: rgba(30, 30, 32, 0);
  }
  100% {
    background-color: rgba(30, 30, 32, 0.94);
  }
}
@keyframes modal-fade-out {
  0% {
    background-color: rgba(30, 30, 32, 0.94);
  }
  100% {
    background-color: rgba(30, 30, 32, 0);
  }
}
@keyframes scale-in {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-in {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoom-out {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0.6);
    opacity: 0;
  }
}
@keyframes slide-in-right {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-out-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(40px);
    opacity: 0;
  }
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-out-left {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes slide-in-down {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-out-down {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(40px);
    opacity: 0;
  }
}
@keyframes slide-in-up {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-out-up {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-40px);
    opacity: 0;
  }
}
@keyframes scale-in-right {
  0% {
    transform: translate(5px, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-down {
  0% {
    transform: translate(0, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes place-left {
  0% {
    transform: translate(-5px, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes place-top {
  0% {
    transform: translate(0, -15px) scale(1.1);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}
@keyframes grow-down {
  0% {
    max-height: 0;
  }
  100% {
    max-height: 500px;
  }
}
@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes round-loader {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(360deg);
  }
  99% {
    transform: rotate(720deg);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulse-out {
  0% {
    box-shadow: 0 0 10px 0 rgba(255, 103, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 10px 20px rgba(255, 103, 0, 0);
  }
}
@keyframes section-expand {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes section-collapse {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes item-pulse-out {
  0% {
    box-shadow: 0 0 10px 0 rgba(255, 103, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 10px 20px rgba(255, 103, 0, 0);
  }
}
.modal {
  position: fixed;
  z-index: 100;
  overflow-y: auto;
  background-color: #ffffff;
}
.modal.modal--full {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(30, 30, 32, 0.98);
}
.t-animation .modal.modal--full {
  animation: modal-fade-in 0.4s ease-out;
}
.modal.modal--dialog {
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  height: auto;
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}
.modal--prompt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal__close {
  position: fixed;
  z-index: 120;
  top: 20px;
  right: 20px;
  width: 22px;
  height: 22px;
  background-image: url(img/icons/close-modal-w.svg);
  background-position: center;
  background-repeat: repeat;
  background-size: cover;
  transition: 0.3s ease-out;
  opacity: 0.5;
}
.modal__close:hover {
  opacity: 0.8;
}
.modal__close:active {
  opacity: 1;
}
.modal--prompt.modal--dialog .modal__close {
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  background-image: url(img/icons/close-modal.svg);
}
.modal--prompt .modal__title {
  margin: 10px;
  font-size: 32px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
}
.modal--prompt.modal--dialog .modal__title {
  font-size: 22px;
  color: #000000;
}
.t-animation .modal__title {
  animation: scale-in 0.3s ease-out;
}
.modal--prompt .modal__text {
  font-size: 14px;
  margin: 0 30px;
  text-align: center;
  max-width: 400px;
  line-height: 1.5;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
}
.modal--prompt.modal--dialog .modal__text {
  max-width: 300px;
  color: #000000;
}
.t-animation .modal__text {
  animation: scale-in 0.3s ease-out 0.1s;
  animation-fill-mode: backwards;
}
.modal__controls {
  display: flex;
  flex-wrap: row;
  justify-content: center;
  animation: scale-in 0.3s ease-out 0.1s;
  animation-fill-mode: backwards;
}
.modal--prompt .modal__controls {
  position: relative;
  margin: 30px auto;
}
.modal__controls.modal__controls--bottom {
  position: fixed;
  z-index: 50;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  padding: 15px 30px;
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background-color: rgba(40, 40, 42, 0.95);
  animation: slide-in-down 0.3s ease-out;
}
.modal__controls.modal__controls--file-edit {
  justify-content: flex-end;
}

/**
 *
 * New variables names
 *
 */
.notification {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 50%;
  max-width: 450px;
  transform: translate(-50%, 0);
  padding: 8px 16px;
}
.t-animation .notification {
  animation: fade-in 0.4s ease-out, fade-out 0.5s ease-out 2s;
  animation-fill-mode: forwards;
}
.t-style .notification {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 2px;
}

/**
 *
 * New variables names
 *
 */
.section {
  position: relative;
  box-sizing: border-box;
  padding: 0;
  margin: 0 0 10px 0;
}
.section:first-child {
  margin-top: 10px;
}
.section--image-styles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
}

/**
 *
 * New variables names
 *
 */
.section__title {
  position: relative;
  height: 9px;
  border-bottom: 1px solid #dddddd;
  margin: 0 0 10px 0;
  padding: 0;
  text-align: center;
}
.t-animation .section__title {
  transition: 0.3s ease-out;
}
.section__title--card {
  padding: 0;
  border-color: #eeeeee;
}
.section__title-text {
  position: relative;
  display: inline-block;
  padding: 0 6px;
  background-color: #f2f2f2;
  font-size: 12px;
  opacity: 1;
}
.section__title--card .section__title-text {
  background-color: #ffffff;
}
.section__title-text.is-hidden {
  opacity: 0;
}
.t-style .section__title-text {
  color: rgba(153, 153, 153, 0.5);
  text-transform: uppercase;
}
.t-style .section__title--card .section__title-text {
  font-weight: 300;
}
.section__title-text.is-stuck {
  z-index: 38;
  left: 50%;
  transform: translate(-50%, 0);
}

.section__files {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px;
}
.section__files .img__placeholder {
  display: block;
  position: relative;
  border: 1px dashed #dddddd;
  border-radius: 2px;
  color: #000000;
  background-color: #fafafa;
}
.section__files--view-grid {
  flex-direction: row;
  flex-wrap: wrap;
}
.section__files_view_grid {
  flex-direction: row;
  flex-wrap: wrap;
}
.section__files_view_grid .img__placeholder {
  width: calc(25% - 32px)!important;
  margin: 10px 15px 30px 15px;
  min-height: 250px;
}
@media (min-width: 1600px) {
  .section__files_view_grid .img__placeholder {
    width: calc(20% - 32px)!important;
  }
}
@media (max-width: 768px) {
  .section__files_view_grid .img__placeholder {
    width: calc(50% - 32px)!important;
  }
}
@media (max-width: 500px) {
  .section__files_view_grid .img__placeholder {
    margin: margin: 10px 10px 30px 10px;
    width: calc(100% - 22px)!important;
  }
}
.section__files_view_list {
  flex-direction: column;
}
.section__files_view_list .img__placeholder {
  width: 100%;
  height: 150px;
}

.mce-container,
.mce-container *,
.mce-widget,
.mce-widget *,
.mce-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  background: transparent;
  text-decoration: none;
  color: #666;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-shadow: none;
  float: none;
  position: static;
  width: auto;
  height: auto;
  white-space: nowrap;
  cursor: inherit;
  -webkit-tap-highlight-color: transparent;
  line-height: normal;
  font-weight: normal;
  text-align: left;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  direction: ltr;
  max-width: none;
  font-weight: 300;
}
.mce-widget button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mce-container *[unselectable] {
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.mce-fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.mce-fade.mce-in {
  opacity: 1;
}
.mce-tinymce {
  visibility: inherit !important;
  position: relative;
}
.mce-fullscreen {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 100%;
  z-index: 100;
}
div.mce-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.mce-tinymce {
  display: block;
}
.mce-wordcount {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
}
div.mce-edit-area {
  background: #FFF;
  filter: none;
  border: none;
}
div.mce-edit-area > iframe {
  border: 1px solid #DDD;
}
.mce-statusbar {
  position: relative;
}
.mce-statusbar .mce-container-body {
  position: relative;
}
.mce-fullscreen .mce-resizehandle {
  display: none;
}
.mce-charmap {
  border-collapse: collapse;
}
.mce-charmap td {
  cursor: default;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  padding: 2px;
}
.mce-charmap td div {
  text-align: center;
}
.mce-charmap td:hover {
  background: #D9D9D9;
}
.mce-grid td.mce-grid-cell div {
  border: 1px solid #d6d6d6;
  width: 15px;
  height: 15px;
  margin: 0px;
  cursor: pointer;
}
.mce-grid td.mce-grid-cell div:focus {
  border-color: #3498db;
}
.mce-grid td.mce-grid-cell div[disabled] {
  cursor: not-allowed;
}
.mce-grid {
  border-spacing: 2px;
  border-collapse: separate;
}
.mce-grid a {
  display: block;
  border: 1px solid transparent;
}
.mce-grid a:hover,
.mce-grid a:focus {
  border-color: #3498db;
}
.mce-grid-border {
  margin: 0 4px 0 4px;
}
.mce-grid-border a {
  border-color: #d6d6d6;
  width: 13px;
  height: 13px;
}
.mce-grid-border a:hover,
.mce-grid-border a.mce-active {
  border-color: #3498db;
  background: #3498db;
}
.mce-text-center {
  text-align: center;
}
div.mce-tinymce-inline {
  width: 100%;
}
.mce-colorbtn-trans div {
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 20px;
  line-height: 16px;
  color: #949494;
}
.mce-monospace {
  font-family: "Courier New", Courier, monospace;
}
.mce-toolbar-grp {
  padding: 2px 0;
  margin-bottom: 10px;
}
.mce-toolbar-grp .mce-flow-layout-item {
  margin-bottom: 0;
}
.mce-rtl .mce-wordcount {
  left: 0;
  right: auto;
}
.mce-croprect-container {
  position: absolute;
  top: 0;
  left: 0;
}
.mce-croprect-handle {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border: 2px solid white;
}
.mce-croprect-handle-nw {
  border-width: 2px 0 0 2px;
  margin: -2px 0 0 -2px;
  cursor: nw-resize;
  top: 100px;
  left: 100px;
}
.mce-croprect-handle-ne {
  border-width: 2px 2px 0 0;
  margin: -2px 0 0 -20px;
  cursor: ne-resize;
  top: 100px;
  left: 200px;
}
.mce-croprect-handle-sw {
  border-width: 0 0 2px 2px;
  margin: -20px 2px 0 -2px;
  cursor: sw-resize;
  top: 200px;
  left: 100px;
}
.mce-croprect-handle-se {
  border-width: 0 2px 2px 0;
  margin: -20px 0 0 -20px;
  cursor: se-resize;
  top: 200px;
  left: 200px;
}
.mce-croprect-handle-move {
  position: absolute;
  cursor: move;
  border: 0;
}
.mce-croprect-block {
  opacity: 0.3;
  filter: alpha(opacity=30);
  zoom: 1;
  position: absolute;
  background: black;
}
.mce-croprect-handle:focus {
  border-color: #3498db;
}
.mce-croprect-handle-move:focus {
  outline: 1px solid #3498db;
}
.mce-imagepanel {
  overflow: auto;
  background: black;
}
.mce-imagepanel img {
  position: absolute;
}
.mce-imagetool.mce-btn .mce-ico {
  display: block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 20px;
  padding: 5px;
}
.mce-arrow-up {
  margin-top: 3px;
}
.mce-arrow-down {
  margin-top: -3px;
}
.mce-arrow:before,
.mce-arrow:after {
  position: absolute;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  content: "";
}
.mce-arrow.mce-arrow-up:before {
  top: -9px;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-width: 0 9px 9px;
  margin-left: -9px;
}
.mce-arrow.mce-arrow-down:before {
  bottom: -9px;
  border-top-color: rgba(0, 0, 0, 0.2);
  border-width: 9px 9px 0;
  margin-left: -9px;
}
.mce-arrow.mce-arrow-up:after {
  top: -8px;
  border-bottom-color: #f0f0f0;
  border-width: 0 8px 8px;
  margin-left: -8px;
}
.mce-arrow.mce-arrow-down:after {
  bottom: -8px;
  border-top-color: #f0f0f0;
  border-width: 8px 8px 0;
  margin-left: -8px;
}
.mce-arrow.mce-arrow-left:before,
.mce-arrow.mce-arrow-left:after {
  margin: 0;
}
.mce-arrow.mce-arrow-left:before {
  left: 20px;
}
.mce-arrow.mce-arrow-left:after {
  left: 21px;
}
.mce-arrow.mce-arrow-right:before,
.mce-arrow.mce-arrow-right:after {
  left: auto;
  margin: 0;
}
.mce-arrow.mce-arrow-right:before {
  right: 20px;
}
.mce-arrow.mce-arrow-right:after {
  right: 21px;
}
.mce-container,
.mce-container-body {
  display: block;
}
.mce-autoscroll {
  overflow: hidden;
}
.mce-scrollbar {
  position: absolute;
  width: 7px;
  height: 100%;
  top: 2px;
  right: 2px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  zoom: 1;
}
.mce-scrollbar-h {
  top: auto;
  right: auto;
  left: 2px;
  bottom: 2px;
  width: 100%;
  height: 7px;
}
.mce-scrollbar-thumb {
  position: absolute;
  background-color: #000;
  border: 1px solid #888;
  border-color: rgba(85, 85, 85, 0.6);
  width: 5px;
  height: 100%;
}
.mce-scrollbar-h .mce-scrollbar-thumb {
  width: 100%;
  height: 5px;
}
.mce-scrollbar:hover,
.mce-scrollbar.mce-active {
  background-color: #AAA;
  opacity: 0.6;
  filter: alpha(opacity=60);
  zoom: 1;
}
.mce-scroll {
  position: relative;
}
.mce-panel {
  border: 0 solid #cacaca;
  border: 0 solid rgba(0, 0, 0, 0.2);
  background-color: #f0f0f0;
  border: none;
  background: none;
}
.mce-floatpanel {
  position: absolute;
}
.mce-floatpanel.mce-fixed {
  position: fixed;
}
.mce-floatpanel .mce-arrow,
.mce-floatpanel .mce-arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.mce-floatpanel .mce-arrow {
  border-width: 11px;
}
.mce-floatpanel .mce-arrow:after {
  border-width: 10px;
  content: "";
}
.mce-floatpanel.mce-popover {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: transparent;
  top: 0;
  left: 0;
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.mce-floatpanel.mce-popover.mce-bottom {
  margin-top: 10px;
  *margin-top: 0;
}
.mce-floatpanel.mce-popover.mce-bottom > .mce-arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.mce-floatpanel.mce-popover.mce-bottom > .mce-arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #FFF;
}
.mce-floatpanel.mce-popover.mce-bottom.mce-start {
  margin-left: -22px;
}
.mce-floatpanel.mce-popover.mce-bottom.mce-start > .mce-arrow {
  left: 20px;
}
.mce-floatpanel.mce-popover.mce-bottom.mce-end {
  margin-left: 22px;
}
.mce-floatpanel.mce-popover.mce-bottom.mce-end > .mce-arrow {
  right: 10px;
  left: auto;
}
.mce-fullscreen {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 100%;
}
div.mce-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
}
#mce-modal-block {
  opacity: 0;
  filter: alpha(opacity=0);
  zoom: 1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}
#mce-modal-block.mce-in {
  opacity: 0.3;
  filter: alpha(opacity=30);
  zoom: 1;
}
.mce-window-move {
  cursor: move;
}
.mce-window {
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: transparent;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.1);
  transition: transform 100ms ease-in, opacity 150ms ease-in;
}
.mce-window.mce-in {
  transform: scale(1);
  opacity: 1;
}
.mce-window-head {
  padding: 9px 15px;
  border-bottom: 1px solid #c5c5c5;
  position: relative;
}
.mce-window-head .mce-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 38px;
  width: 38px;
  text-align: center;
  cursor: pointer;
}
.mce-window-head .mce-close i {
  color: #a3a3a3;
}
.mce-close:hover i {
  color: #c2c2c2;
}
.mce-window-head .mce-title {
  line-height: 20px;
  font-size: 20px;
  font-weight: bold;
  text-rendering: optimizelegibility;
  padding-right: 20px;
}
.mce-window .mce-container-body {
  display: block;
}
.mce-foot {
  display: block;
  background-color: #FFF;
  border-top: 1px solid #c5c5c5;
}
.mce-window-head .mce-dragh {
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
  width: 90%;
  height: 100%;
}
.mce-window iframe {
  width: 100%;
  height: 100%;
}
.mce-window-body .mce-listbox {
  border-color: #cccccc;
}
.mce-rtl .mce-window-head .mce-close {
  position: absolute;
  right: auto;
  left: 15px;
}
.mce-rtl .mce-window-head .mce-dragh {
  left: auto;
  right: 0;
}
.mce-rtl .mce-window-head .mce-title {
  direction: rtl;
  text-align: right;
}
.mce-tooltip {
  position: absolute;
  padding: 5px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  zoom: 1;
}
.mce-tooltip-inner {
  font-size: 11px;
  background-color: #000;
  color: white;
  max-width: 200px;
  padding: 5px 8px 4px 8px;
  text-align: center;
  white-space: normal;
}
.mce-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000;
}
.mce-tooltip-arrow-n {
  border-bottom-color: #000;
}
.mce-tooltip-arrow-s {
  border-top-color: #000;
}
.mce-tooltip-arrow-e {
  border-left-color: #000;
}
.mce-tooltip-arrow-w {
  border-right-color: #000;
}
.mce-tooltip-nw,
.mce-tooltip-sw {
  margin-left: -14px;
}
.mce-tooltip-n .mce-tooltip-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.mce-tooltip-nw .mce-tooltip-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.mce-tooltip-ne .mce-tooltip-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.mce-tooltip-s .mce-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.mce-tooltip-sw .mce-tooltip-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.mce-tooltip-se .mce-tooltip-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
.mce-tooltip-e .mce-tooltip-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.mce-tooltip-w .mce-tooltip-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.mce-progress {
  display: inline-block;
  position: relative;
  height: 20px;
}
.mce-progress .mce-bar-container {
  display: inline-block;
  width: 100px;
  height: 100%;
  margin-right: 8px;
  border: 1px solid #ccc;
  overflow: hidden;
}
.mce-progress .mce-text {
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
  font-size: 14px;
  width: 40px;
  color: #666;
}
.mce-bar {
  display: block;
  width: 0%;
  height: 100%;
  background-color: #d7d7d7;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.mce-notification {
  position: absolute;
  background-color: #F0F0F0;
  padding: 5px;
  margin-top: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: #CCCCCC;
  transition: transform 100ms ease-in, opacity 150ms ease-in;
  opacity: 0;
}
.mce-notification.mce-in {
  opacity: 1;
}
.mce-notification-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.mce-notification-info {
  background-color: #d9edf7;
  border-color: #779ECB;
}
.mce-notification-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.mce-notification-error {
  background-color: #f2dede;
  border-color: #ebccd1;
}
.mce-notification.mce-has-close {
  padding-right: 15px;
}
.mce-notification .mce-ico {
  margin-top: 5px;
}
.mce-notification-inner {
  display: inline-block;
  font-size: 14px;
  margin: 5px 8px 4px 8px;
  text-align: center;
  white-space: normal;
  color: #31708f;
}
.mce-notification-inner a {
  text-decoration: underline;
  cursor: pointer;
}
.mce-notification .mce-progress {
  margin-right: 8px;
}
.mce-notification .mce-progress .mce-text {
  margin-top: 5px;
}
.mce-notification *,
.mce-notification .mce-progress .mce-text {
  color: #333333;
}
.mce-notification .mce-progress .mce-bar-container {
  border-color: #CCCCCC;
}
.mce-notification .mce-progress .mce-bar-container .mce-bar {
  background-color: #333333;
}
.mce-notification-success *,
.mce-notification-success .mce-progress .mce-text {
  color: #3c763d;
}
.mce-notification-success .mce-progress .mce-bar-container {
  border-color: #d6e9c6;
}
.mce-notification-success .mce-progress .mce-bar-container .mce-bar {
  background-color: #3c763d;
}
.mce-notification-info *,
.mce-notification-info .mce-progress .mce-text {
  color: #31708f;
}
.mce-notification-info .mce-progress .mce-bar-container {
  border-color: #779ECB;
}
.mce-notification-info .mce-progress .mce-bar-container .mce-bar {
  background-color: #31708f;
}
.mce-notification-warning *,
.mce-notification-warning .mce-progress .mce-text {
  color: #8a6d3b;
}
.mce-notification-warning .mce-progress .mce-bar-container {
  border-color: #faebcc;
}
.mce-notification-warning .mce-progress .mce-bar-container .mce-bar {
  background-color: #8a6d3b;
}
.mce-notification-error *,
.mce-notification-error .mce-progress .mce-text {
  color: #a94442;
}
.mce-notification-error .mce-progress .mce-bar-container {
  border-color: #ebccd1;
}
.mce-notification-error .mce-progress .mce-bar-container .mce-bar {
  background-color: #a94442;
}
.mce-notification .mce-close {
  position: absolute;
  top: 6px;
  right: 8px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #a3a3a3;
  cursor: pointer;
  height: 20px;
  overflow: hidden;
}
.mce-abs-layout {
  position: relative;
}
body .mce-abs-layout-item,
.mce-abs-end {
  position: absolute;
}
.mce-abs-end {
  width: 1px;
  height: 1px;
}
.mce-container-body.mce-abs-layout {
  overflow: hidden;
}
.mce-btn {
  border: 1px solid #b1b1b1;
  border-color: transparent transparent transparent transparent;
  position: relative;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background-color: #f0f0f0;
  background: none;
}
.mce-btn:hover,
.mce-btn:focus {
  color: #666;
  background-color: #e3e3e3;
  border-color: #cccccc;
}
.mce-btn.mce-disabled button,
.mce-btn.mce-disabled:hover button {
  cursor: default;
  opacity: 0.4;
  filter: alpha(opacity=40);
  zoom: 1;
}
.mce-btn.mce-active,
.mce-btn.mce-active:hover {
  background-color: #dbdbdb;
  border-color: #cccccc;
}
.mce-btn:active {
  background-color: #e0e0e0;
  border-color: #cccccc;
}
.mce-btn button {
  padding: 4px 8px;
  font-size: 14px;
  line-height: 20px;
  *line-height: 16px;
  cursor: pointer;
  color: #666;
  text-align: center;
  overflow: visible;
  -webkit-appearance: none;
}
.mce-btn button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.mce-btn i {
  text-shadow: 1px 1px none;
}
.mce-primary {
  min-width: 50px;
  color: #fff;
  border: 1px solid transparent;
  border-color: transparent;
  background-color: #2d8ac7;
}
.mce-primary:hover,
.mce-primary:focus {
  background-color: #257cb6;
  border-color: transparent;
}
.mce-primary.mce-disabled button,
.mce-primary.mce-disabled:hover button {
  cursor: default;
  opacity: 0.4;
  filter: alpha(opacity=40);
  zoom: 1;
}
.mce-primary.mce-active,
.mce-primary.mce-active:hover,
.mce-primary:not(.mce-disabled):active {
  background-color: #206ea1;
}
.mce-primary button,
.mce-primary button i {
  color: #fff;
  text-shadow: 1px 1px none;
}
.mce-btn .mce-txt {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.mce-btn-large button {
  padding: 9px 14px;
  font-size: 16px;
  line-height: normal;
}
.mce-btn-large i {
  margin-top: 2px;
}
.mce-btn-small button {
  padding: 1px 5px;
  font-size: 12px;
  *padding-bottom: 2px;
}
.mce-btn-small i {
  line-height: 20px;
  vertical-align: top;
  *line-height: 18px;
}
.mce-btn .mce-caret {
  margin-top: 8px;
  margin-left: 0;
}
.mce-btn-small .mce-caret {
  margin-top: 8px;
  margin-left: 0;
}
.mce-caret {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #666;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.mce-disabled .mce-caret {
  border-top-color: #aaa;
}
.mce-caret.mce-up {
  border-bottom: 4px solid #666;
  border-top: 0;
}
.mce-btn-flat {
  border: 0;
  background: transparent;
  filter: none;
}
.mce-btn-flat:hover,
.mce-btn-flat.mce-active,
.mce-btn-flat:focus,
.mce-btn-flat:active {
  border: 0;
  background: #e6e6e6;
  filter: none;
}
.mce-btn-has-text .mce-ico {
  padding-right: 5px;
}
.mce-rtl .mce-btn button {
  direction: rtl;
}
.mce-btn-group .mce-btn {
  border-width: 1px;
  margin: 0;
  margin-left: 2px;
}
.mce-btn-group:not(:first-child) {
  border-left: 1px solid #d9d9d9;
  padding-left: 3px;
  margin-left: 3px;
}
.mce-btn-group .mce-first {
  margin-left: 0;
}
.mce-btn-group .mce-btn.mce-flow-layout-item {
  margin: 0;
}
.mce-rtl .mce-btn-group .mce-btn {
  margin-left: 0;
  margin-right: 2px;
}
.mce-rtl .mce-btn-group .mce-first {
  margin-right: 0;
}
.mce-rtl .mce-btn-group:not(:first-child) {
  border-left: none;
  border-right: 1px solid #d9d9d9;
  padding-right: 4px;
  margin-right: 4px;
}
.mce-checkbox {
  cursor: pointer;
}
i.mce-i-checkbox {
  margin: 0 3px 0 0;
  border: 1px solid #c5c5c5;
  background-color: #f0f0f0;
  text-indent: -10em;
  *font-size: 0;
  *line-height: 0;
  *text-indent: 0;
  overflow: hidden;
}
.mce-checked i.mce-i-checkbox {
  color: #666;
  font-size: 16px;
  line-height: 16px;
  text-indent: 0;
}
.mce-checkbox:focus i.mce-i-checkbox,
.mce-checkbox.mce-focus i.mce-i-checkbox {
  border: 1px solid rgba(82, 168, 236, 0.8);
}
.mce-checkbox.mce-disabled .mce-label,
.mce-checkbox.mce-disabled i.mce-i-checkbox {
  color: #c1c1c1;
}
.mce-checkbox .mce-label {
  vertical-align: middle;
}
.mce-rtl .mce-checkbox {
  direction: rtl;
  text-align: right;
}
.mce-rtl i.mce-i-checkbox {
  margin: 0 0 0 3px;
}
.mce-combobox {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  *height: 32px;
}
.mce-combobox input {
  border: 1px solid #c5c5c5;
  border-right-color: #c5c5c5;
  height: 28px;
}
.mce-combobox.mce-disabled input {
  color: #c2c2c2;
}
.mce-combobox .mce-btn {
  border: 1px solid #c5c5c5;
  border-left: 0;
}
.mce-combobox button {
  padding-right: 8px;
  padding-left: 8px;
}
.mce-combobox.mce-disabled .mce-btn button {
  cursor: default;
  opacity: 0.4;
  filter: alpha(opacity=40);
  zoom: 1;
}
.mce-colorbox i {
  border: 1px solid #c5c5c5;
  width: 14px;
  height: 14px;
}
.mce-colorbutton .mce-ico {
  position: relative;
}
.mce-colorbutton-grid {
  margin: 4px;
}
.mce-colorbutton button {
  padding-right: 6px;
  padding-left: 6px;
}
.mce-colorbutton .mce-preview {
  padding-right: 3px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -17px;
  margin-top: 7px;
  background: gray;
  width: 13px;
  height: 2px;
  overflow: hidden;
}
.mce-colorbutton.mce-btn-small .mce-preview {
  margin-left: -16px;
  padding-right: 0;
  width: 16px;
}
.mce-colorbutton .mce-open {
  padding-left: 4px;
  padding-right: 4px;
  border-left: 1px solid transparent;
}
.mce-colorbutton:hover .mce-open {
  border-color: #cccccc;
}
.mce-colorbutton.mce-btn-small .mce-open {
  padding: 0 3px 0 3px;
}
.mce-rtl .mce-colorbutton {
  direction: rtl;
}
.mce-rtl .mce-colorbutton .mce-preview {
  margin-left: 0;
  padding-right: 0;
  padding-left: 3px;
}
.mce-rtl .mce-colorbutton.mce-btn-small .mce-preview {
  margin-left: 0;
  padding-right: 0;
  padding-left: 2px;
}
.mce-rtl .mce-colorbutton .mce-open {
  padding-left: 4px;
  padding-right: 4px;
  border-left: 0;
}
.mce-colorpicker {
  position: relative;
  width: 250px;
  height: 220px;
}
.mce-colorpicker-sv {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 100%;
  border: 1px solid #c5c5c5;
  cursor: crosshair;
  overflow: hidden;
}
.mce-colorpicker-h-chunk {
  width: 100%;
}
.mce-colorpicker-overlay1,
.mce-colorpicker-overlay2 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mce-colorpicker-overlay1 {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ffffff', endColorstr='#00ffffff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";
  background: linear-gradient(to right, #ffffff, rgba(255, 255, 255, 0));
}
.mce-colorpicker-overlay2 {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00000000', endColorstr='#000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
.mce-colorpicker-selector1 {
  background: none;
  position: absolute;
  width: 12px;
  height: 12px;
  margin: -8px 0 0 -8px;
  border: 1px solid black;
  border-radius: 50%;
}
.mce-colorpicker-selector2 {
  position: absolute;
  width: 10px;
  height: 10px;
  border: 1px solid white;
  border-radius: 50%;
}
.mce-colorpicker-h {
  position: absolute;
  top: 0;
  right: 0;
  width: 6.5%;
  height: 100%;
  border: 1px solid #c5c5c5;
  cursor: crosshair;
}
.mce-colorpicker-h-marker {
  margin-top: -4px;
  position: absolute;
  top: 0;
  left: -1px;
  width: 100%;
  border: 1px solid #333;
  background: #fff;
  height: 4px;
  z-index: 100;
}
.mce-path {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 8px;
  white-space: normal;
}
.mce-path .mce-txt {
  display: inline-block;
  padding-right: 3px;
}
.mce-path .mce-path-body {
  display: inline-block;
}
.mce-path-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  color: #666;
}
.mce-path-item:hover {
  text-decoration: underline;
}
.mce-path-item:focus {
  background: #666;
  color: #fff;
}
.mce-path .mce-divider {
  display: inline;
}
.mce-disabled .mce-path-item {
  color: #aaa;
}
.mce-rtl .mce-path {
  direction: rtl;
}
.mce-fieldset {
  border: 0 solid #9E9E9E;
}
.mce-fieldset > .mce-container-body {
  margin-top: -15px;
}
.mce-fieldset-title {
  margin-left: 5px;
  padding: 0 5px 0 5px;
}
.mce-fit-layout {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.mce-fit-layout-item {
  position: absolute;
}
.mce-flow-layout-item {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.mce-flow-layout-item {
  margin: 2px 0 2px 2px;
}
.mce-flow-layout-item.mce-last {
  margin-right: 2px;
}
.mce-flow-layout {
  white-space: normal;
}
.mce-tinymce-inline .mce-flow-layout {
  white-space: nowrap;
}
.mce-rtl .mce-flow-layout {
  text-align: right;
  direction: rtl;
}
.mce-rtl .mce-flow-layout-item {
  margin: 2px 2px 2px 0;
}
.mce-rtl .mce-flow-layout-item.mce-last {
  margin-left: 2px;
}
.mce-iframe {
  border: 0 solid rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}
.mce-infobox {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  overflow: hidden;
  border: 1px solid red;
}
.mce-infobox div {
  display: block;
  margin: 5px;
}
.mce-infobox div button {
  position: absolute;
  top: 50%;
  right: 4px;
  cursor: pointer;
  margin-top: -8px;
  display: none;
}
.mce-infobox div button:focus {
  outline: 2px solid #cccccc;
}
.mce-infobox.mce-has-help div {
  margin-right: 25px;
}
.mce-infobox.mce-has-help button {
  display: block;
}
.mce-infobox.mce-success {
  background: #dff0d8;
  border-color: #d6e9c6;
}
.mce-infobox.mce-success div {
  color: #3c763d;
}
.mce-infobox.mce-warning {
  background: #fcf8e3;
  border-color: #faebcc;
}
.mce-infobox.mce-warning div {
  color: #8a6d3b;
}
.mce-infobox.mce-error {
  background: #f2dede;
  border-color: #ebccd1;
}
.mce-infobox.mce-error div {
  color: #a94442;
}
.mce-rtl .mce-infobox div {
  text-align: right;
  direction: rtl;
}
.mce-label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  overflow: hidden;
}
.mce-label.mce-autoscroll {
  overflow: auto;
}
.mce-label.mce-disabled {
  color: #aaa;
}
.mce-label.mce-multiline {
  white-space: pre-wrap;
}
.mce-label.mce-success {
  color: #468847;
}
.mce-label.mce-warning {
  color: #c09853;
}
.mce-label.mce-error {
  color: #b94a48;
}
.mce-rtl .mce-label {
  text-align: right;
  direction: rtl;
}
/* MenuBar */
.mce-menubar .mce-menubtn {
  border-color: transparent;
  background: transparent;
  filter: none;
}
.mce-menubar .mce-menubtn button {
  color: #333;
}
.mce-menubar {
  border: 1px solid rgba(217, 217, 217, 0.52);
}
.mce-menubar .mce-menubtn button span {
  color: #666;
}
.mce-menubar .mce-caret {
  border-top-color: #666;
}
.mce-menubar .mce-menubtn:hover,
.mce-menubar .mce-menubtn.mce-active,
.mce-menubar .mce-menubtn:focus {
  border-color: #cccccc;
  background: #fff;
  filter: none;
}
/* MenuButton */
.mce-menubtn button {
  color: #666;
}
.mce-menubtn.mce-btn-small span {
  font-size: 12px;
}
.mce-menubtn.mce-fixed-width span {
  display: inline-block;
  overflow-x: hidden;
  text-overflow: ellipsis;
  width: 90px;
}
.mce-menubtn.mce-fixed-width.mce-btn-small span {
  width: 70px;
}
.mce-menubtn .mce-caret {
  *margin-top: 6px;
}
.mce-rtl .mce-menubtn button {
  direction: rtl;
  text-align: right;
}
.mce-menu-item {
  display: block;
  padding: 6px 15px 6px 12px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #666;
  white-space: nowrap;
  cursor: pointer;
  line-height: normal;
  border-left: 4px solid transparent;
  margin-bottom: 1px;
}
.mce-menu-item .mce-ico,
.mce-menu-item .mce-text {
  color: #666;
}
.mce-menu-item.mce-disabled .mce-text,
.mce-menu-item.mce-disabled .mce-ico {
  color: #c2c2c2;
}
.mce-menu-item:hover .mce-text,
.mce-menu-item.mce-selected .mce-text,
.mce-menu-item:focus .mce-text {
  color: white;
}
.mce-menu-item:hover .mce-ico,
.mce-menu-item.mce-selected .mce-ico,
.mce-menu-item:focus .mce-ico {
  color: white;
}
.mce-menu-item.mce-disabled:hover {
  background: #CCC;
}
.mce-menu-shortcut {
  display: inline-block;
  color: #c2c2c2;
}
.mce-menu-shortcut {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 15px 0 20px;
}
.mce-menu-item:hover .mce-menu-shortcut,
.mce-menu-item.mce-selected .mce-menu-shortcut,
.mce-menu-item:focus .mce-menu-shortcut {
  color: white;
}
.mce-menu-item .mce-caret {
  margin-top: 4px;
  *margin-top: 3px;
  margin-right: 6px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #666;
}
.mce-menu-item.mce-selected .mce-caret,
.mce-menu-item:focus .mce-caret,
.mce-menu-item:hover .mce-caret {
  border-left-color: white;
}
.mce-menu-align .mce-menu-shortcut {
  *margin-top: -2px;
}
.mce-menu-align .mce-menu-shortcut,
.mce-menu-align .mce-caret {
  position: absolute;
  right: 0;
}
.mce-menu-item.mce-active i {
  visibility: visible;
}
.mce-menu-item-normal.mce-active {
  background-color: #3498db;
}
.mce-menu-item-preview.mce-active {
  border-left: 5px solid #aaa;
}
.mce-menu-item-normal.mce-active .mce-text {
  color: white;
}
.mce-menu-item-normal.mce-active:hover .mce-text,
.mce-menu-item-normal.mce-active:hover .mce-ico {
  color: white;
}
.mce-menu-item-normal.mce-active:focus .mce-text,
.mce-menu-item-normal.mce-active:focus .mce-ico {
  color: white;
}
.mce-menu-item:hover,
.mce-menu-item.mce-selected,
.mce-menu-item:focus {
  text-decoration: none;
  color: white;
  background-color: #2d8ac7;
}
div.mce-menu .mce-menu-item-sep,
.mce-menu-item-sep:hover {
  border: 0;
  padding: 0;
  height: 1px;
  margin: 9px 1px;
  overflow: hidden;
  background: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  cursor: default;
  filter: none;
}
.mce-menu.mce-rtl {
  direction: rtl;
}
.mce-rtl .mce-menu-item {
  text-align: right;
  direction: rtl;
  padding: 6px 12px 6px 15px;
}
.mce-menu-align.mce-rtl .mce-menu-shortcut,
.mce-menu-align.mce-rtl .mce-caret {
  right: auto;
  left: 0;
}
.mce-rtl .mce-menu-item .mce-caret {
  margin-left: 6px;
  margin-right: 0;
  border-right: 4px solid #666;
  border-left: 0;
}
.mce-rtl .mce-menu-item.mce-selected .mce-caret,
.mce-rtl .mce-menu-item:focus .mce-caret,
.mce-rtl .mce-menu-item:hover .mce-caret {
  border-left-color: transparent;
  border-right-color: white;
}
.mce-throbber {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  filter: alpha(opacity=60);
  zoom: 1;
  background: #fff url('img/loader.gif') no-repeat center center;
}
.mce-throbber-inline {
  position: static;
  height: 50px;
}
.mce-menu .mce-throbber-inline {
  height: 25px;
  background-size: contain;
}
.mce-menu {
  position: absolute;
  left: 0;
  top: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background: transparent;
  z-index: 1000;
  padding: 5px 0 5px 0;
  margin: -1px 0 0;
  min-width: 160px;
  background: #fff;
  border: 1px solid #989898;
  border: 1px solid rgba(0, 0, 0, 0.2);
  z-index: 1002;
  max-height: 400px;
  overflow: auto;
  overflow-x: hidden;
}
.mce-menu i {
  display: none;
}
.mce-menu-has-icons i {
  display: inline-block;
  *display: inline;
}
.mce-menu-sub-tr-tl {
  margin: -6px 0 0 -1px;
}
.mce-menu-sub-br-bl {
  margin: 6px 0 0 -1px;
}
.mce-menu-sub-tl-tr {
  margin: -6px 0 0 1px;
}
.mce-menu-sub-bl-br {
  margin: 6px 0 0 1px;
}
.mce-listbox button {
  text-align: left;
  padding-right: 20px;
  position: relative;
}
.mce-listbox .mce-caret {
  position: absolute;
  margin-top: -2px;
  right: 8px;
  top: 50%;
}
.mce-rtl .mce-listbox .mce-caret {
  right: auto;
  left: 8px;
}
.mce-rtl .mce-listbox button {
  padding-right: 10px;
  padding-left: 20px;
}
.mce-container-body .mce-resizehandle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  visibility: visible;
  cursor: s-resize;
  margin: 0;
}
.mce-container-body .mce-resizehandle-both {
  cursor: se-resize;
}
i.mce-i-resize {
  color: #666;
}
.mce-selectbox {
  background: #fff;
  border: 1px solid #c5c5c5;
}
.mce-slider {
  border: 1px solid #AAA;
  background: #EEE;
  width: 100px;
  height: 10px;
  position: relative;
  display: block;
}
.mce-slider.mce-vertical {
  width: 10px;
  height: 100px;
}
.mce-slider-handle {
  border: 1px solid #BBB;
  background: #DDD;
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: -1px;
  margin-top: -2px;
}
.mce-slider-handle:focus {
  background: #BBB;
}
.mce-spacer {
  visibility: hidden;
}
.mce-splitbtn .mce-open {
  border-left: 1px solid transparent;
}
.mce-splitbtn:hover .mce-open {
  border-left-color: #cccccc;
}
.mce-splitbtn button {
  padding-right: 6px;
  padding-left: 6px;
}
.mce-splitbtn .mce-open {
  padding-right: 4px;
  padding-left: 4px;
}
.mce-splitbtn .mce-open.mce-active {
  background-color: #dbdbdb;
  outline: 1px solid #cccccc;
}
.mce-splitbtn.mce-btn-small .mce-open {
  padding: 0 3px 0 3px;
}
.mce-rtl .mce-splitbtn {
  direction: rtl;
  text-align: right;
}
.mce-rtl .mce-splitbtn button {
  padding-right: 4px;
  padding-left: 4px;
}
.mce-rtl .mce-splitbtn .mce-open {
  border-left: 0;
}
.mce-stack-layout-item {
  display: block;
}
.mce-tabs {
  display: block;
  border-bottom: 1px solid #c5c5c5;
}
.mce-tabs,
.mce-tabs + .mce-container-body {
  background: #FFF;
}
.mce-tab {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border: 1px solid #c5c5c5;
  border-width: 0 1px 0 0;
  background: #ffffff;
  padding: 8px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  height: 13px;
  cursor: pointer;
}
.mce-tab:hover {
  background: #FDFDFD;
}
.mce-tab.mce-active {
  background: #FDFDFD;
  border-bottom-color: transparent;
  margin-bottom: -1px;
  height: 14px;
}
.mce-rtl .mce-tabs {
  text-align: right;
  direction: rtl;
}
.mce-rtl .mce-tab {
  border-width: 0 0 0 1px;
}
.mce-textbox {
  background: #fff;
  border: 1px solid #c5c5c5;
  display: inline-block;
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
  height: 28px;
  resize: none;
  padding: 0 4px 0 4px;
  white-space: pre-wrap;
  *white-space: pre;
  color: #666;
}
.mce-textbox:focus,
.mce-textbox.mce-focus {
  border-color: #3498db;
}
.mce-placeholder .mce-textbox {
  color: #aaa;
}
.mce-textbox.mce-multiline {
  padding: 4px;
  height: auto;
}
.mce-textbox.mce-disabled {
  color: #c2c2c2;
}
.mce-rtl .mce-textbox {
  text-align: right;
  direction: rtl;
}
/* Icons */
@font-face {
  font-family: 'tinymce';
  src: url('fonts/tinymce.eot');
  src: url('fonts/tinymce.eot?#iefix') format('embedded-opentype'), url('fonts/tinymce.woff') format('woff'), url('fonts/tinymce.ttf') format('truetype'), url('fonts/tinymce.svg#tinymce') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'tinymce-small';
  src: url('fonts/tinymce-small.eot');
  src: url('fonts/tinymce-small.eot?#iefix') format('embedded-opentype'), url('fonts/tinymce-small.woff') format('woff'), url('fonts/tinymce-small.ttf') format('truetype'), url('fonts/tinymce-small.svg#tinymce') format('svg');
  font-weight: normal;
  font-style: normal;
}
.mce-ico {
  font-family: 'tinymce', Arial;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  font-size: 16px;
  line-height: 16px;
  speak: none;
  vertical-align: text-top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  background: transparent center center;
  background-size: cover;
  width: 16px;
  height: 16px;
  color: #666;
}
.mce-btn-small .mce-ico {
  font-family: 'tinymce-small', Arial;
}
.mce-i-save:before {
  content: "\e000";
}
.mce-i-newdocument:before {
  content: "\e001";
}
.mce-i-fullpage:before {
  content: "\e002";
}
.mce-i-alignleft:before {
  content: "\e003";
}
.mce-i-aligncenter:before {
  content: "\e004";
}
.mce-i-alignright:before {
  content: "\e005";
}
.mce-i-alignjustify:before {
  content: "\e006";
}
.mce-i-alignnone:before {
  content: "\e003";
}
.mce-i-cut:before {
  content: "\e007";
}
.mce-i-paste:before {
  content: "\e008";
}
.mce-i-searchreplace:before {
  content: "\e009";
}
.mce-i-bullist:before {
  content: "\e00a";
}
.mce-i-numlist:before {
  content: "\e00b";
}
.mce-i-indent:before {
  content: "\e00c";
}
.mce-i-outdent:before {
  content: "\e00d";
}
.mce-i-blockquote:before {
  content: "\e00e";
}
.mce-i-undo:before {
  content: "\e00f";
}
.mce-i-redo:before {
  content: "\e010";
}
.mce-i-link:before {
  content: "\e011";
}
.mce-i-unlink:before {
  content: "\e012";
}
.mce-i-anchor:before {
  content: "\e013";
}
.mce-i-image:before {
  content: "\e014";
}
.mce-i-media:before {
  content: "\e015";
}
.mce-i-help:before {
  content: "\e016";
}
.mce-i-code:before {
  content: "\e017";
}
.mce-i-insertdatetime:before {
  content: "\e018";
}
.mce-i-preview:before {
  content: "\e019";
}
.mce-i-forecolor:before {
  content: "\e01a";
}
.mce-i-backcolor:before {
  content: "\e01a";
}
.mce-i-table:before {
  content: "\e01b";
}
.mce-i-hr:before {
  content: "\e01c";
}
.mce-i-removeformat:before {
  content: "\e01d";
}
.mce-i-subscript:before {
  content: "\e01e";
}
.mce-i-superscript:before {
  content: "\e01f";
}
.mce-i-charmap:before {
  content: "\e020";
}
.mce-i-emoticons:before {
  content: "\e021";
}
.mce-i-print:before {
  content: "\e022";
}
.mce-i-fullscreen:before {
  content: "\e023";
}
.mce-i-spellchecker:before {
  content: "\e024";
}
.mce-i-nonbreaking:before {
  content: "\e025";
}
.mce-i-template:before {
  content: "\e026";
}
.mce-i-pagebreak:before {
  content: "\e027";
}
.mce-i-restoredraft:before {
  content: "\e028";
}
.mce-i-bold:before {
  content: "\e02a";
}
.mce-i-italic:before {
  content: "\e02b";
}
.mce-i-underline:before {
  content: "\e02c";
}
.mce-i-strikethrough:before {
  content: "\e02d";
}
.mce-i-visualchars:before {
  content: "\e02e";
}
.mce-i-visualblocks:before {
  content: "\e02e";
}
.mce-i-ltr:before {
  content: "\e02f";
}
.mce-i-rtl:before {
  content: "\e030";
}
.mce-i-copy:before {
  content: "\e031";
}
.mce-i-resize:before {
  content: "\e032";
}
.mce-i-browse:before {
  content: "\e034";
}
.mce-i-pastetext:before {
  content: "\e035";
}
.mce-i-rotateleft:before {
  content: "\eaa8";
}
.mce-i-rotateright:before {
  content: "\eaa9";
}
.mce-i-crop:before {
  content: "\ee78";
}
.mce-i-editimage:before {
  content: "\e915";
}
.mce-i-options:before {
  content: "\ec6a";
}
.mce-i-flipv:before {
  content: "\eaaa";
}
.mce-i-fliph:before {
  content: "\eaac";
}
.mce-i-zoomin:before {
  content: "\eb35";
}
.mce-i-zoomout:before {
  content: "\eb36";
}
.mce-i-sun:before {
  content: "\eccc";
}
.mce-i-moon:before {
  content: "\eccd";
}
.mce-i-arrowleft:before {
  content: "\edc0";
}
.mce-i-arrowright:before {
  content: "\e93c";
}
.mce-i-drop:before {
  content: "\e935";
}
.mce-i-contrast:before {
  content: "\ecd4";
}
.mce-i-sharpen:before {
  content: "\eba7";
}
.mce-i-resize2:before {
  content: "\edf9";
}
.mce-i-orientation:before {
  content: "\e601";
}
.mce-i-invert:before {
  content: "\e602";
}
.mce-i-gamma:before {
  content: "\e600";
}
.mce-i-remove:before {
  content: "\ed6a";
}
.mce-i-tablerowprops:before {
  content: "\e604";
}
.mce-i-tablecellprops:before {
  content: "\e605";
}
.mce-i-table2:before {
  content: "\e606";
}
.mce-i-tablemergecells:before {
  content: "\e607";
}
.mce-i-tableinsertcolbefore:before {
  content: "\e608";
}
.mce-i-tableinsertcolafter:before {
  content: "\e609";
}
.mce-i-tableinsertrowbefore:before {
  content: "\e60a";
}
.mce-i-tableinsertrowafter:before {
  content: "\e60b";
}
.mce-i-tablesplitcells:before {
  content: "\e60d";
}
.mce-i-tabledelete:before {
  content: "\e60e";
}
.mce-i-tableleftheader:before {
  content: "\e62a";
}
.mce-i-tabletopheader:before {
  content: "\e62b";
}
.mce-i-tabledeleterow:before {
  content: "\e800";
}
.mce-i-tabledeletecol:before {
  content: "\e801";
}
.mce-i-codesample:before {
  content: "\e603";
}
.mce-i-fill:before {
  content: "\e902";
}
.mce-i-borderwidth:before {
  content: "\e903";
}
.mce-i-line:before {
  content: "\e904";
}
.mce-i-count:before {
  content: "\e905";
}
.mce-i-translate:before {
  content: "\e907";
}
.mce-i-drag:before {
  content: "\e908";
}
.mce-i-home:before {
  content: "\e90b";
}
.mce-i-upload:before {
  content: "\e914";
}
.mce-i-bubble:before {
  content: "\e91c";
}
.mce-i-user:before {
  content: "\e91d";
}
.mce-i-lock:before {
  content: "\e926";
}
.mce-i-unlock:before {
  content: "\e927";
}
.mce-i-settings:before {
  content: "\e928";
}
.mce-i-remove2:before {
  content: "\e92a";
}
.mce-i-menu:before {
  content: "\e92d";
}
.mce-i-warning:before {
  content: "\e930";
}
.mce-i-question:before {
  content: "\e931";
}
.mce-i-pluscircle:before {
  content: "\e932";
}
.mce-i-info:before {
  content: "\e933";
}
.mce-i-notice:before {
  content: "\e934";
}
.mce-i-arrowup:before {
  content: "\e93b";
}
.mce-i-arrowdown:before {
  content: "\e93d";
}
.mce-i-arrowup2:before {
  content: "\e93f";
}
.mce-i-arrowdown2:before {
  content: "\e940";
}
.mce-i-menu2:before {
  content: "\e941";
}
.mce-i-newtab:before {
  content: "\e961";
}
.mce-i-a11y:before {
  content: "\e900";
}
.mce-i-plus:before {
  content: "\e93a";
}
.mce-i-minus:before {
  content: "\e939";
}
.mce-i-books:before {
  content: "\e911";
}
.mce-i-checkbox:before,
.mce-i-selected:before {
  content: "\e033";
}
.mce-i-selected {
  visibility: hidden;
}
i.mce-i-backcolor {
  text-shadow: none;
  background: #BBB;
}
