.al {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 999999999 !important;
  /*&.willClose .header {
		animation: slide-out-up 0.3s ease-out 0.1s;
		-webkit-animation-fill-mode: backwards;
	}*/
  /*&.modal .file {
			//animation-name: zoom-in;
			//animation-timing-function: ease-out;
			//-webkit-animation-fill-mode: backwards;
			//animation-duration: 0.4s;
			//animation-delay: 0.05s;
	}
	&.willClose .file {
		animation-name: fade-out;
		animation-timing-function: ease-out;
		-webkit-animation-fill-mode: forwards;
		animation-duration: 0.2s;
	}*/
}
.al .header {
  position: relative;
  margin: 40px auto 20px auto;
  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,
.al .files1,
.al .files2,
.al .files3,
.al .files4,
.al .files5,
.al .files6,
.al .files7,
.al .files8,
.al .files9,
.al .files10,
.al .files11,
.al .files12,
.al .files13,
.al .files14,
.al .files15,
.al .files16,
.al .files17,
.al .files18,
.al .files19,
.al .files20,
.al .files21,
.al .files22,
.al .files23,
.al .files24,
.al .files25,
.al .files26,
.al .files27,
.al .files28,
.al .files29,
.al .files30,
.al .files31,
.al .files32,
.al .files33,
.al .files34,
.al .files35,
.al .files36 {
  margin: 20px auto 80px auto;
  width: 70%;
  align-items: center;
  position: absolute;
  top: 100px;
}
.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,
  .al .files1,
  .al .files2 {
    width: 95%;
  }
}
#galleryTypeToggle {
  margin: 13px 0 30px 0 !important;
}
#card-media .right {
  margin-top: -25px !important;
}
#card-media-timeline .right {
  margin-top: -65px !important;
}
#card-note2 {
  width: 55%;
}
#card-note1 {
  width: 56.5%;
}
#assets-count-section-wrapper {
  margin: 20px 24px 10px 24px !important;
  bottom: -65px;
  z-index: 10;
  border-bottom: 0px solid #dddddd;
}
#assets-count-section-wrapper1 {
  margin: 20px 24px 10px 24px !important;
  bottom: -65px;
  z-index: 10;
  border-bottom: 0px solid #dddddd;
}
#section-wrapper {
  margin: 50px 15px 20px 15px !important;
  width: 95%;
}
#title-section {
  bottom: -10px !important;
}

/**
 *
 * 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: #e73c0e;
  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: #e73c0e;
  font-weight: 500;
}
select.ui-datepicker-month {
  display: inline;
  margin: 0;
  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;
}
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: 0;
  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;
}
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
 *
 */
.ct {
  /*position: fixed;
    //width: ~"calc(100% - 200px)";
    left: 200px;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    /*padding: 0 20px 40px 0;
    margin: 0;*/
}
.ct .header {
  padding: 0;
  position: relative;
  z-index: 30;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  min-height: 120px;
}
.ct .header.alh .controls {
  position: relative;
  width: 50%;
  padding-bottom: 30px;
  align-items: center;
  justify-content: center;
}
.ct .header .title {
  position: relative;
  display: inline-block;
  margin: 60px 20px 20px 20px;
  font-size: 32px;
  font-weight: 300;
}
.ct .header .title .checkboxWrapper {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(100%, -40%);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-items: center;
}
.ct .header .title .checkboxWrapper input[type="checkbox"].favorites {
  -webkit-appearance: none;
  display: inline-block;
  width: 18px;
  height: 18px;
  padding: 0;
  margin: 0 0 0 10px;
  transition: 0.2s ease-in;
  background-position: center;
  background-size: contain;
  background-image: url(img/icons/fav.svg);
  background-repeat: no-repeat;
  border: none;
  opacity: 0.4;
  transition: 0.2s ease-out;
}
.ct .header .title .checkboxWrapper input[type="checkbox"].favorites:hover {
  opacity: 1;
}
.ct .header .title .checkboxWrapper input[type="checkbox"].favorites:hover ~ label {
  opacity: 1;
  color: #777777;
}
.ct .header .title .checkboxWrapper input[type="checkbox"].favorites:focus {
  box-shadow: none;
}
.ct .header .title .checkboxWrapper input[type="checkbox"].favorites ~ label {
  font-size: 12px;
  color: #777777;
  font-weight: 300;
  margin: 2px 0 0 5px;
  line-height: 1.1;
  opacity: 0;
  transition: 0.3s ease-out;
}
.ct .header .title .checkboxWrapper input[type="checkbox"]:checked.favorites {
  -webkit-appearance: none;
  background-position: center;
  background-image: url(img/icons/fav-active.svg);
  opacity: 0.3;
}
.ct .header .title .checkboxWrapper input[type="checkbox"]:checked.favorites:hover {
  opacity: 0.8;
}
.ct .header .title .checkboxWrapper input[type="checkbox"]:checked.favorites:active {
  opacity: 1;
}
.ct .header .controls {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  margin: 20px 25px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
}
.ct .header .controls .button {
  margin-right: 0;
  margin-left: 7px;
}
.ct .header .controls .transparentRed {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .ct {
    left: 0;
    width: 100%;
    transition: 0.3s ease-out;
    border-radius: 0;
  }
  .ct .header.alh .controls {
    position: relative;
    width: 80%;
    padding-bottom: 30px;
  }
}
@media (max-width: 500px) {
  .ct {
    top: 40px;
  }
  .ct .header {
    border-bottom: 1px solid #eeeeee;
    align-items: flex-start;
    justify-content: flex-start;
    min-height: auto;
  }
  .ct .header.alh .controls {
    position: relative;
    width: calc(100% - 40px);
    padding-bottom: 0;
    margin: 20px;
  }
  .ct .header .title {
    margin: 10px 20px;
    left: 0;
    top: 0;
    transform: none;
  }
  .ct .header .controls {
    position: relative;
    justify-content: flex-end;
    right: 20px;
  }
  .ct .header .controls .buttonText {
    display: block;
  }
}
.tabs {
  position: relative;
  border-radius: 2px;
  padding: 0;
  margin: 0;
  /*background-color: #ffffff;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2), 0 0 1px 0 rgba(0,0,0,0.15);*/
}
.tabs .nav {
  position: relative;
  margin: 0;
  left: 0;
  top: 0;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: "";
}
.tabs .nav .mobileNav {
  display: none;
}
.tabs .nav ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 5px 0 0 6px;
  cursor: default;
}
.tabs .nav ul li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  margin: 10px 4px 0 4px;
  padding: 10px 15px 10px 15px;
  color: #555555;
  outline: 1px solid #dddddd;
  /*&::before, &::after {
					content: '';
					position: absolute;
					height: 2px;
					bottom: 0;
					width: 0;
					//transition: 0.3s ease-out;
					background-color: @accent-color;
				}
				&::before {
					right: 50%;
				}
				&::after{
					left: 50%;
				}*/
}
.tabs .nav ul li:hover {
  color: #000000;
}
.tabs .nav ul li.active {
  color: #000000;
  font-weight: 600;
  outline-color: #e73c0e;
}
.tabs .nav ul li.active::before,
.tabs .nav ul li.active::after {
  width: 50%;
}
.tabs .nav ul li .required {
  position: absolute;
  right: 2px;
  top: 2px;
  padding: 0 0 3px 4px;
  font-size: 10px;
  font-weight: 400;
  color: #e73c0e;
}
@media (max-width: 500px) {
  .tabs .nav {
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
  }
  .tabs .nav .mobileNav {
    display: block;
    position: relative;
    font-size: 18px;
    margin: 15px 20px;
    cursor: default;
  }
  .tabs .nav .mobileNav::after {
    position: absolute;
    top: 50%;
    left: 100%;
    width: 12px;
    height: 12px;
    margin: 0 0 0 7px;
    transform: translateY(-50%);
    content: '';
    background-image: url(img/icons/menu-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .tabs .nav ul {
    display: none;
  }
  .tabs .nav ul.open {
    display: block;
    background-color: #f8f8f8;
    position: relative;
    width: 100%;
    max-height: 100%;
    margin: 0;
  }
  .tabs .nav ul.open li {
    font-size: 16px;
    display: block;
    margin: 0;
    padding: 15px 20px;
    width: 100%;
    outline: none;
    border-bottom: 1px solid #dddddd;
  }
  .tabs .nav ul.open li.active {
    background-color: #e73c0e;
    color: #ffffff;
    border-bottom: none;
  }
  .tabs .nav ul.open li.active::before,
  .tabs .nav ul.open li.active::after {
    display: none;
  }
  .tabs .nav ul.open li .required {
    display: inline-block;
    position: relative;
    top: -0.6em;
  }
}
.section-controls {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 10px;
}
.section-controls .addableField {
  width: 60%;
}
@media (max-width: 500px) {
  .section-controls {
    padding: 0 10px 50px 10px;
  }
  .section-controls .addableField {
    width: 100%;
    margin-top: 30px;
  }
}
.right {
  float: right;
}
.selectAll {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  margin-right: 10px;
}

/**
 *
 * New variables names
 *
 */
.textField {
  position: relative;
  border: none;
  border: 1px solid #dddddd;
  font-size: 14px;
  font-weight: 300;
  padding: 0.4em;
  /*& ~ span::after {
		position: absolute;
		left: 0;
		bottom: 0;
		height: 2px;
		width: 0;
		transition: 0.3s ease-out;
		background-color: @accent-color;
	}
	*/
}
.textField:hover {
  border-color: #bbbbbb;
}
label {
  opacity: 1;
  font-weight: 300;
  /*&.requiered {
		opacity: 1;
		font-weight: 400;

		&::after{
			content: ' *';
			color: #FF6714;
			padding-left: 2px;

		}
	}*/
}
.controls-group {
  position: relative;
  width: 80%;
  max-width: 800px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px;
  /*@media (max-width: 768px) {
		width: 100%;
		label {
			flex-basis: 8em;
			line-height: 1.4;
		}
	}*/
}
.controls-group label {
  flex-basis: 12em;
  text-align: right;
  margin: 0 20px;
  padding: 0.6em 0 0.6em 0;
}
.controls-group input[type="text"],
.controls-group .dropdown {
  flex-basis: 25em;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .controls-group {
    width: calc(100% - 20px);
    margin: 10px;
    flex-direction: column;
    justify-content: center;
    /*label {
			flex-basis: auto;
			margin: 0;
			font-size: @small-font-size;
		}*/
  }
  .controls-group input[type="text"],
  .controls-group textarea,
  .controls-group .multiSelect,
  .controls-group .radioToggle,
  .controls-group .dropdown {
    flex-basis: auto!important;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
  }
  .controls-group .select {
    flex-basis: auto!important;
    width: calc(100% - 40px);
    margin: 5px 10px;
    font-size: 16px;
    padding: 10px;
  }
  .controls-group.checkbox {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .controls-group.checkbox label {
    margin-top: 0;
  }
}
textarea,
input {
  position: relative;
  border: none;
  border: 1px solid #dddddd;
  font-size: 14px;
  font-weight: 300;
  padding: 0.4em;
  /*& ~ span::after {
		position: absolute;
		left: 0;
		bottom: 0;
		height: 2px;
		width: 0;
		transition: 0.3s ease-out;
		background-color: @accent-color;
	}
	*/
  padding: 0.5em 0.6em 0.6em 0.6em;
  resize: none;
}
textarea:hover,
input:hover {
  border-color: #bbbbbb;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  font-weight: 300;
}
select {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 1px 10px 12px 0;
  padding: 0.4em 2em 0.4em 0.4em;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-appearance: none;
  background-color: #eeeeee;
  background-image: url(img/icons/arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(95%) 50%;
}
select:hover {
  border-color: #cccccc;
}
.select {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 1px 10px 12px 0;
  padding: 0.4em 1.5em 0.4em 0.4em;
  font-size: 14px;
  font-weight: 400;
  cursor: default;
  border: 1px solid #dddddd;
  background: #eeeeee;
  overflow-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select::after {
  content: '';
  position: absolute;
  right: 0;
  margin: 0.3em 0.7em;
  width: 0.8em;
  height: 0.8em;
  background-image: url(img/icons/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.select:hover {
  border-color: #bbbbbb;
}
.select span {
  pointer-events: none;
}
.select ul {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0;
  padding: 0;
  margin: 4px 0 0 0;
  overflow: hidden;
  list-style: none;
  cursor: default;
  opacity: 0;
}
.select ul li {
  padding: 1em 1em;
}
.select ul li:hover {
  background-color: #eeeeee;
}
.select ul li:active,
.select ul li.active {
  background-color: #e73c0e;
  color: #ffffff;
}
.select.open ul {
  max-height: 300px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  opacity: 1;
  color: #000000;
  /*@media (max-width: 500px) {
			display: block;
			position: fixed!important;
			z-index: 200;
			top: 0!important;
			left: 0!important;
			right: 0!important;
			bottom: 0!important;
			margin: 0;
			overflow-y: scroll;
			max-height: 100%;
			border-radius: 0;
			animation: fade-in 0.5s ease-out;

			&::after {
				position: fixed;
				top: 10px;
				right: 10px;
				z-index: 50;
				width: 22px;
				height: 22px;
				background-image: url(img/icons/select-close-b.svg);
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
				content: '';
				transition: 0.3s ease-out;
			}
		}*/
}
/*.bulkSelect {
	position: relative;
    display: inline;
	width: 100%;
	margin: 1px 0 12px 0;
	padding: 0.5em 0.6em 0.6em 0.6em;

	font-size: @basic-font-size;
	font-weight: 300;
    //border-radius: 2px;
    cursor: default;
	//transition: 0.3s ease-in;

	&:hover {
		border-color: #bbbbbb;
	}

	span {
		pointer-events: none;
	}
	ul {
		position: absolute;
		z-index: 40;
		top: 100%;
		left: 0;
		width: 100%;
		min-width: 160px;
		max-height: 0;
		padding: 0;
		margin: 0;
		overflow: hidden;
		transition: 0.2s ease-out;
		list-style: none;
		cursor: default;
		opacity: 0;

		li {
			padding: 5px 15px;

			&:first-child {
				padding-top: 10px;
			}
			&:last-child {
				padding-top: 10px;
			}
			&:hover {
				background-color: #f7f7f7;
			}
			&:active, &.active {
				background-color: @accent-color;
				color: #ffffff;
			}
		}
	}
	&.open ul {
		max-height: 300px;
		background-color: #ffffff;
		border-radius: 2px;
		box-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
		overflow-y: scroll;
		opacity: 1;
		color: #000000;
	}
}*/
/*
.modal {

	select {
		//border: 1px solid rgba(255,255,255,0.1);
		//border-radius: 2px;
		width: 100%;
		margin: 1px 0 12px 0;
		padding: 4px 5px;
		font-size: @basic-font-size;
		//transition: 0.3s ease-in;
		//-webkit-appearance: none;
		background-color: rgba(50,50,52,1);
		background-image: url(img/icons/arrow-w.svg);
		background-repeat: no-repeat;
		background-position: calc(100% - 10px) 50%;
		color: #ffffff;

		&:hover {
			border-color: rgba(255,255,255,0.3);
			//-webkit-appearance: none;
		}
		&:active, &:focus {
			border-color: #e73c0e;
			outline: none;
			box-shadow: 0 0 1px 0 #e73c0e;
			//-webkit-appearance: none;
		}
	}
	.select {
		background-color: #eeeeee; //rgba(60,60,62,1);
		border-color: #bbbbbb; //rgba(255,255,255,0.1);
		//border-radius: 3px;
		color: #000000; //rgba(255,255,255,0.5);

		&:hover {
			border-color: #bbbbbb; //rgba(255,255,255,0.3);
			background-color: #dddddd;
		}
		&::after {
			content: '';
			position: absolute;
			right: 0;
			margin: 0.3em 0.7em;
			width: 0.7em;
			height: 0.7em;
			background-image: url(img/icons/arrow.svg);
			background-repeat: no-repeat;
			background-size: contain;
		}
		&.selected {
			color: #000000;
		}
	}

	textarea, input, .multiSelect {
		border: 1px solid #dddddd; //rgba(255,255,255,0.0);
		//border-radius: 3px;
		width: 100%;
		margin: 1px 0 12px 0;
		padding: 7px 8px;
		font-weight: 300;
		//transition: border 0.3s ease-out, box-shadow 0.3s ease-out, background-color 0.3s ease-out;
		background-color: #ffffff; //rgba(60,60,62,1);
		color: #000000; //#ffffff;

		/*&:hover {
			border-color: rgba(255,255,255,0.3)
		}*/
/*&:active, &:focus {
			//border-color: rgba(255, 103, 0, 0.8);
			//background-color: #ffffff;
			//outline: none;
			box-shadow: 0 0 3px 0 rgba(255, 103, 0, 0.8), inset 0 0 2px 0 rgba(255, 103, 0, 0.3);
			color: #000000;
		}*/
/*&::-webkit-input-placeholder {
			font-weight: 300;
			color: rgba(255,255,255,0.5);
		}
		@media (max-width: 500px) {
			width: 100%;
		}
	}

	input[type="checkbox"] {
		//-webkit-appearance: none;
		//background-color: rgba(60,60,62,1);
		//border: 1px solid rgba(255,255,255,0.1);
		//border-radius: 2px;
		width: 16px;
		height: 16px;
		padding: 0;
		//transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
		float: left;

		/*&:hover {
			border-color: rgba(255,255,255,0.2);
		}
		&:checked {
			//-webkit-appearance: none;
			//background-color: @accent-color;
			//background-position: center;
			//background-origin: content-box;
			//background-image: url(img/icons/checkmark.svg);
			//background-repeat: no-repeat;
			//border: 1px solid @accent-color;
			//border-radius: 2px;
			width: 16px;
			height: 16px;
			padding: 0;
		}
		/*&:checked:hover {
			border-color: @accent-dark-color;
		}
		&:active {
			background-color: @accent-dark-color;
		}
		& ~ label {
			font-size: @basic-font-size;
			color: rgba(255,255,255,0.8);
			padding: 3px;
			margin-left: 21px;

			.ad-info {
				display: block;
				color: rgba(255,255,255,0.4);
				font-size: @small-font-size;
			}
		}
	}

	.searchField {
		background-color: #ffffff; //rgba(60,60,62,1);
		border: 1px solid #dddddd; //rgba(255,255,255,0.0);

		/*&:hover {
			border-color: rgba(255,255,255,0.3);
		}

		input {
			background: none!important;

			&:active, &:focus, &:hover {
				outline: none!important;
				border: none!important;
				box-shadow: none!important;
				background: none!important;
			}
		}
		&.active {
			border-color: @accent-color;
			background-color: #ffffff;
			outline: 2px @accent-color;
			//box-shadow: 0 0 3px 0 rgba(255, 103, 0, 0.8), inset 0 0 2px 0 rgba(255, 103, 0, 0.3);
			color: #000000;

			& > input {
				background: none!important;

				&:active, &:focus, &:hover {
					outline: none!important;
					border: none!important;
					box-shadow: none!important;
					background: none!important;
				}
			}
		}
	}
	.radioToggle {

		li {
			font-size: @basic-font-size;
			font-weight: 300;
			display: inline;
			padding: 0.5em 1.0em;
			margin: 0 -5px 0 0;
			//border: 1px solid #dddddd;
			color: #999999;
			//transition: 0.3s ease-out;
			cursor: pointer;

			/*&:hover {
				border-color: fade(#ffffff, 60%);
			}
			&.active {
				background-color: fade(#ffffff, 80%);
				color: #000000;
				border-color: fade(#ffffff, 60%);
				margin: 0 -5px 0 0;

				&:hover {
					border-color: fade(#ffffff, 90%);
					background-color: fade(#ffffff, 70%);
				}
				&:active {
					border-color: fade(#ffffff, 80%);
					background-color: fade(#ffffff, 80%);
				}
			}
			&:first-child {
				border-top-left-radius: 2px;
				border-bottom-left-radius: 2px;
			}
			&:last-child {
				border-top-right-radius: 2px;
				border-bottom-right-radius: 2px;
			}
		}
	}
}
*/
.button {
  position: relative;
  display: inline-block;
  padding: 8px 11px;
  font-size: 14px;
  font-weight: 300;
  margin: 0 8px;
  width: auto;
  white-space: nowrap;
  cursor: pointer;
}
.roundButton {
  border-radius: 50%;
  padding: 0;
  margin: 0 0 0 6px;
  width: 22px;
  height: 22px;
  white-space: nowrap;
}
.roundButton:active,
.roundButton:focus {
  outline: none;
}
/*.orange {
	background-color: @accent-color;
	border: 1px solid @accent-color;
	color: #ffffff;

	&:hover {
		border-color: @accent-dark-color;
	}
	&:active {
		background-color: #CE5200;
	}
}

.grayOutline {
	color: #9B9B9B;
	border: 1px solid rgba(0,0,0,0.20);
	background: none;

	&:hover, &:focus {
		color: #777777;
		border-color: rgba(0,0,0,0.35);
	}
	&:active {
		color: #777777;
		border-color: rgba(0,0,0,0.25);
		background-color: #eeeeee;
	}
}
.whiteOutline {
	color: rgba(255,255,255,0.5);
	border: 1px solid rgba(255,255,255,0.3);
	background: none;

	&:hover {
		color: rgba(255,255,255,0.7);
		border-color: rgba(255,255,255,0.5);
	}
	&:active {
		background-color: #ffffff;
		border-color: #ffffff;
		color: #000000;
	}
}
.white {
	color: rgba(0,0,0,0.8);
	border: 1px solid #ffffff;
	background: #ffffff;

	&:hover {
		color: #000000;
		border-color: rgba(0,0,0,0.2);
	}
	&:active {
		background: none;
		border-color: #ffffff;
		color: #ffffff;
	}
}
.redOutline {
	color: @red-dark-color;
	border: 1px solid @red-dark-color;
	background: none;

	&:hover {
		color: @red-color;
		border-color: @red-color;
	}
	&:active {
		background-color: @red-color;
		border-color: @red-color;
		color: #ffffff;
	}
}
.greenOutline {
	color: @accent-dark-color;
	border: 1px solid @accent-dark-color;
	background: none;

	&:hover {
		color: @accent-color;
		border-color: @accent-color;
	}
	&:active {
		background-color: @accent-color;
		border-color: @accent-color;
		color: #ffffff;
	}
}*/
/*.transparentGray {
	//background: none;
	//border: none;
	//color: @basic-gray-color;

	/*&:hover {
		background-color: fade(@basic-gray-color, 10%);
		color: #000000;
	}
	&:active {
		background-color: fade(@basic-gray-color, 30%);
		color: #000000;
	}
}*/
/*.transparentRed {
	background: none;
	border: none;
	color: @red-color;

	&:hover {
		background-color: fade(@red-dark-color, 10%);
	}
	&:active {
		background-color: @red-color;
		color: #ffffff;
	}
	.delete {
		position: relative;
		display: inline-block;
		width: 11px;
		height: 13px;
		margin-right: 6px;

		background-image: url(img/icons/delete.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
}
.transparentWhite {
	background: none;
	border: none;
	color: fade(#ffffff, 70%);

	&:hover {
		background-color: fade(#ffffff, 10%);
		color: #ffffff;
	}
	&:active {
		background-color: fade(#ffffff, 50%);
		color: #000000;
	}
}
*/
.add {
  background-image: url(img/icons/add.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
.remove {
  background-image: url(img/icons/remove.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  /*&:hover {
		border-color: @red-dark-color;

		svg {
			fill: @red-dark-color;
		}
	}
	&:active {
		border-color: @red-dark-color;
		background-color: @red-dark-color;

		svg {
			fill: #ffffff;
		}
	}*/
}
.searchField {
  border: none;
  font-size: 14px;
  font-weight: 300;
  padding: 0.4em;
  /*& ~ span::after {
		position: absolute;
		left: 0;
		bottom: 0;
		height: 2px;
		width: 0;
		transition: 0.3s ease-out;
		background-color: @accent-color;
	}
	*/
  border: 1px solid #dddddd;
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin: 0;
  padding: 0;
}
.searchField:hover {
  border-color: #bbbbbb;
}
.searchField.active {
  border-color: #e73c0e;
  outline: 2ps solid #e73c0e;
  box-shadow: 0 0 3px 0 #e73c0e, inset 0 0 2px 0 rgba(231, 60, 14, 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: #e73c0e;
  border: 1px solid #e73c0e;
  color: #ffffff;
  opacity: 1;
}
.searchField input[type='checkbox']:checked.toggle + label:hover {
  border-color: #c5330c;
}
input[type="checkbox"].switch {
  -webkit-appearance: none;
  display: inline-block;
  background: #eeeeee;
  border: 1px solid #dddddd;
  border-radius: 16px;
  width: 32px;
  height: 20px;
  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;
}
input[type="checkbox"].switch:hover {
  border-color: #cccccc;
}
input[type="checkbox"].switch:hover ~ label {
  color: #000000;
}
input[type="checkbox"].switch:focus {
  box-shadow: none;
}
input[type="checkbox"].switch ~ label {
  /*font-size: 11px;
		color: @light-font-color;
		margin: 2px 40px 0 0;
		line-height: 1.1;
		padding: 5px;*/
}
input[type="checkbox"]:checked.switch {
  -webkit-appearance: none;
  display: inline-block;
  background: #eeeeee;
  border: 1px solid #dddddd;
  border-radius: 16px;
  width: 32px;
  height: 20px;
  padding: 4px;
  margin: 5px 0;
  background-color: #e73c0e;
  background-position: right;
  background-size: contain;
  background-image: url(img/icons/circle.svg);
  background-repeat: no-repeat;
  border: 1px solid #e73c0e;
  padding: 0;
}
input[type="checkbox"]:checked.switch:hover {
  border-color: #c5330c;
}
input[type="checkbox"]:checked.switch:active {
  background-color: #c5330c;
}
.addableField {
  display: flex;
  flex-direction: row;
  align-items: center;
  animation: fade-in 0.2s ease-out;
  margin: 0 0 15px 0;
  width: 100%;
}
.addableField input {
  width: calc(100% - 60px);
}
.addableField .linkField {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: calc(100% - 60px);
}
.addableField .linkField input {
  margin: 0 5px;
  width: auto;
}
.addableField .linkField .title {
  flex-grow: 2;
}
.addableField .linkField .url {
  flex-grow: 8;
}
.addableField .remove {
  display: none;
}
.addableField.multiple .remove {
  display: block;
}
.addableField.multiple .add {
  display: none;
}
.addableField.multiple:last-child .add {
  display: block;
}
.multiSelect {
  position: relative;
  border: none;
  border: 1px solid #dddddd;
  font-size: 14px;
  font-weight: 300;
  padding: 0.4em;
  /*& ~ span::after {
		position: absolute;
		left: 0;
		bottom: 0;
		height: 2px;
		width: 0;
		transition: 0.3s ease-out;
		background-color: @accent-color;
	}
	*/
  display: inline-block;
  width: 100%;
  margin: 1px 0 12px 0;
  cursor: pointer;
  /*&::after {
		content: '';
		position: absolute;
		right: 0;
		margin: 0.3em 0.7em;
		width: 0.8em;
		height: 0.8em;
		background-image: url(img/icons/arrow.svg);
		background-repeat: no-repeat;
		background-size: contain;
	}*/
}
.multiSelect:hover {
  border-color: #bbbbbb;
}
.multiSelect:hover {
  border-color: #bbbbbb;
}
.multiSelect span {
  pointer-events: none;
  color: #999999;
  font-weight: 300;
}
.multiSelect ul {
  display: none;
  position: absolute;
  z-index: 40;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0;
  padding: 1em 0;
  margin: 4px 0 0 0;
  overflow: hidden;
  list-style: none;
  cursor: default;
  opacity: 0;
}
.multiSelect ul li {
  padding: 1em;
}
.multiSelect ul li:first-child {
  padding-top: 1em;
}
.multiSelect ul li:last-child {
  padding-bottom: 1em;
}
.multiSelect ul li:hover {
  background-color: #f7f7f7;
}
.multiSelect ul li:active,
.multiSelect ul li.active {
  background-color: #e73c0e;
  color: #ffffff;
}
.multiSelect.open ul {
  display: block;
  max-height: 300px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  opacity: 1;
  color: #000000;
}
.radioToggle {
  margin: 13px 0 10px 0;
  padding: 0;
}
.radioToggle li {
  position: relative;
  font-size: 14px;
  font-weight: 300;
  display: inline;
  padding: 0.5em 1.0em;
  margin: 0 -5px 0 0;
  border: 1px solid #dddddd;
  color: #999999;
  cursor: pointer;
}
.radioToggle li:hover {
  border-color: #999999;
  color: #000000;
}
.radioToggle li.active {
  z-index: 2;
  border-color: #e73c0e;
  color: #e73c0e;
  margin: 0 -5px 0 0;
}
.radioToggle li.active:hover {
  border-color: #c5330c;
}
.radioToggle li.active:active {
  border-color: #c5330c;
  background-color: #c5330c;
}
.t-style .radioToggle li.active {
  color: #ffffff;
  background-color: #e73c0e;
}
.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;
}
ul.controls-list {
  padding: 0;
  list-style: none;
  margin: 6px 0;
}
ul.controls-list li {
  margin: 0 0 15px 0;
}
ul.controls-list input[type="checkbox"] {
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  float: left;
  /*&:hover {
			border-color: #bbbbbb;
		}*/
  /*&:checked:hover {
			border-color: @accent-dark-color;
		}
		&:active {
			background-color: @accent-dark-color;
		}*/
}
ul.controls-list input[type="checkbox"]:checked {
  width: 16px;
  height: 16px;
  padding: 0;
}
ul.controls-list input[type="checkbox"] ~ label {
  position: relative;
  font-size: 14px;
  color: #000000;
  padding: 0;
  margin: 0 5px 5px 10px;
  line-height: 1.2;
  opacity: 1;
}
.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: #e73c0e;
}
.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);
  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;
  cursor: pointer;
  position: relative;
  outline: none;
  -webkit-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
}
.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;
}
.shortcut .shortcut-remove {
  border: 1px solid #dddddd;
  color: #dddddd;
  border-radius: 50%;
  background: #FFF;
  font-size: 12px;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: -10px;
  top: -10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  position: absolute;
}
.shortcut .shortcut-remove:hover {
  border-color: #e73c0e;
  background: #e73c0e;
}
.shortcut .shortcut-remove:hover svg path {
  stroke: #fff;
}
.shortcut .shortcut-remove svg path {
  stroke: #ddd;
}
.shortcut .shortcut-remove img {
  display: none;
}
@media (min-width: 1400px) {
}
@media (max-width: 1024px) {
  .shortcut {
    width: calc((100% - 90px)/4);
  }
}
@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: #e73c0e;
  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: #777777;
}
.dashboard .filters__icon {
  opacity: 0.3;
  position: relative;
  top: 4px;
  margin-right: 0px;
}
.dashboard .filters__wrapper {
  padding: 0 30px;
  text-align: right;
  align-items: center;
  justify-content: flex-end;
  min-width: 250px;
  flex-wrap: nowrap;
  opacity: 1.0;
  max-height: 100px;
  transition: all 0.2s ease-in-out;
}
.dashboard .filters__item {
  width: 100%;
  text-align: left;
  display: inline-block;
}
.dashboard .filters__item input {
  display: none;
}
.dashboard .filter-container {
  width: 50%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media (min-width: 768px) {
  .dashboard .filter-container {
    width: 33%;
    min-width: 250px;
  }
}
.dashboard .search-wrapper {
  display: flex;
  position: relative;
  top: 6px;
  margin-right: 12px;
  flex-wrap: nowrap;
  justify-content: flex-end;
  width: 50%;
}
.dashboard .search-wrapper.search-wrapper--expanded .search__input {
  width: 100%;
  padding: 4px 10px;
}
.dashboard .search-wrapper i {
  color: #ddd;
  margin-top: 7px;
  position: relative;
  cursor: pointer;
  transition: 0.3s ease-in;
  user-select: none;
}
@media (min-width: 768px) {
  .dashboard .search-wrapper {
    width: 33%;
    min-width: 250px;
  }
}
.dashboard .search__input {
  background: #eee;
  border: none;
  border-radius: 2px;
  height: 30px;
  width: 0px;
  padding: 0;
  transition: 0.5s ease-in-out;
  margin-left: 10px;
  outline: none;
  font-size: 12px;
  padding: 4px 0px;
  color: #666;
  box-sizing: border-box;
}
.dashboard #dashboardFavorites {
  opacity: 1.0;
  max-height: 1000px;
  transition: all 0.2s ease-in-out;
}
.dashboard .favorites__empty {
  transition: all 0.2s ease-in-out;
  opacity: 0;
  max-height: 0;
  color: #ccc;
  font-size: 16px;
  font-weight: 300;
}
.dashboard .favorites--empty .favorites__empty {
  opacity: 1.0;
  max-height: 100;
}
.dashboard .favorites--empty .filters__wrapper {
  opacity: 0.0;
  max-height: 0;
}
.dashboard .favorites--empty #dashboardFavorites {
  opacity: 0.0;
  max-height: 0;
  padding: 6px;
}

.disabled {
  opacity: 0.5;
  pointer-events: 0;
  cursor: not-allowed !important;
}

.textField {
  position: relative;
  border: none;
  border: 1px solid #dddddd;
  font-size: 14px;
  font-weight: 300;
  padding: 0.4em;
  /*& ~ span::after {
		position: absolute;
		left: 0;
		bottom: 0;
		height: 2px;
		width: 0;
		transition: 0.3s ease-out;
		background-color: @accent-color;
	}
	*/
}
.textField:hover {
  border-color: #bbbbbb;
}
label {
  opacity: 1;
  font-weight: 300;
  /*&.requiered {
		opacity: 1;
		font-weight: 400;

		&::after{
			content: ' *';
			color: #FF6714;
			padding-left: 2px;

		}
	}*/
}
.controls-group {
  position: relative;
  width: 80%;
  max-width: 800px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 10px;
  /*@media (max-width: 768px) {
		width: 100%;
		label {
			flex-basis: 8em;
			line-height: 1.4;
		}
	}*/
}
.controls-group label {
  flex-basis: 12em;
  text-align: right;
  margin: 0 20px;
  padding: 0.6em 0 0.6em 0;
}
.controls-group input[type="text"],
.controls-group .dropdown {
  flex-basis: 25em;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .controls-group {
    width: calc(100% - 20px);
    margin: 10px;
    flex-direction: column;
    justify-content: center;
    /*label {
			flex-basis: auto;
			margin: 0;
			font-size: @small-font-size;
		}*/
  }
  .controls-group input[type="text"],
  .controls-group textarea,
  .controls-group .multiSelect,
  .controls-group .radioToggle,
  .controls-group .dropdown {
    flex-basis: auto!important;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
  }
  .controls-group .select {
    flex-basis: auto!important;
    width: calc(100% - 40px);
    margin: 5px 10px;
    font-size: 16px;
    padding: 10px;
  }
  .controls-group.checkbox {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .controls-group.checkbox label {
    margin-top: 0;
  }
}
textarea,
input {
  position: relative;
  border: none;
  border: 1px solid #dddddd;
  font-size: 14px;
  font-weight: 300;
  padding: 0.4em;
  /*& ~ span::after {
		position: absolute;
		left: 0;
		bottom: 0;
		height: 2px;
		width: 0;
		transition: 0.3s ease-out;
		background-color: @accent-color;
	}
	*/
  padding: 0.5em 0.6em 0.6em 0.6em;
  resize: none;
}
textarea:hover,
input:hover {
  border-color: #bbbbbb;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  font-weight: 300;
}
select {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 1px 10px 12px 0;
  padding: 0.4em 2em 0.4em 0.4em;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  border: 1px solid #dddddd;
  border-radius: 0px;
  -webkit-appearance: none;
  background-color: #eeeeee;
  background-image: url(img/icons/arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(95%) 50%;
}
select:hover {
  border-color: #cccccc;
}
.select {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 1px 10px 12px 0;
  padding: 0.4em 1.5em 0.4em 0.4em;
  font-size: 14px;
  font-weight: 400;
  cursor: default;
  border: 1px solid #dddddd;
  background: #eeeeee;
  overflow-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select::after {
  content: '';
  position: absolute;
  right: 0;
  margin: 0.3em 0.7em;
  width: 0.8em;
  height: 0.8em;
  background-image: url(img/icons/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.select:hover {
  border-color: #bbbbbb;
}
.select span {
  pointer-events: none;
}
.select ul {
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0;
  padding: 0;
  margin: 4px 0 0 0;
  overflow: hidden;
  list-style: none;
  cursor: default;
  opacity: 0;
}
.select ul li {
  padding: 1em 1em;
}
.select ul li:hover {
  background-color: #eeeeee;
}
.select ul li:active,
.select ul li.active {
  background-color: #e73c0e;
  color: #ffffff;
}
.select.open ul {
  max-height: 300px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  opacity: 1;
  color: #000000;
  /*@media (max-width: 500px) {
			display: block;
			position: fixed!important;
			z-index: 200;
			top: 0!important;
			left: 0!important;
			right: 0!important;
			bottom: 0!important;
			margin: 0;
			overflow-y: scroll;
			max-height: 100%;
			border-radius: 0;
			animation: fade-in 0.5s ease-out;

			&::after {
				position: fixed;
				top: 10px;
				right: 10px;
				z-index: 50;
				width: 22px;
				height: 22px;
				background-image: url(img/icons/select-close-b.svg);
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
				content: '';
				transition: 0.3s ease-out;
			}
		}*/
}
/*.bulkSelect {
	position: relative;
    display: inline;
	width: 100%;
	margin: 1px 0 12px 0;
	padding: 0.5em 0.6em 0.6em 0.6em;

	font-size: @basic-font-size;
	font-weight: 300;
    //border-radius: 2px;
    cursor: default;
	//transition: 0.3s ease-in;

	&:hover {
		border-color: #bbbbbb;
	}

	span {
		pointer-events: none;
	}
	ul {
		position: absolute;
		z-index: 40;
		top: 100%;
		left: 0;
		width: 100%;
		min-width: 160px;
		max-height: 0;
		padding: 0;
		margin: 0;
		overflow: hidden;
		transition: 0.2s ease-out;
		list-style: none;
		cursor: default;
		opacity: 0;

		li {
			padding: 5px 15px;

			&:first-child {
				padding-top: 10px;
			}
			&:last-child {
				padding-top: 10px;
			}
			&:hover {
				background-color: #f7f7f7;
			}
			&:active, &.active {
				background-color: @accent-color;
				color: #ffffff;
			}
		}
	}
	&.open ul {
		max-height: 300px;
		background-color: #ffffff;
		border-radius: 2px;
		box-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
		overflow-y: scroll;
		opacity: 1;
		color: #000000;
	}
}*/
/*
.modal {

	select {
		//border: 1px solid rgba(255,255,255,0.1);
		//border-radius: 2px;
		width: 100%;
		margin: 1px 0 12px 0;
		padding: 4px 5px;
		font-size: @basic-font-size;
		//transition: 0.3s ease-in;
		//-webkit-appearance: none;
		background-color: rgba(50,50,52,1);
		background-image: url(img/icons/arrow-w.svg);
		background-repeat: no-repeat;
		background-position: calc(100% - 10px) 50%;
		color: #ffffff;

		&:hover {
			border-color: rgba(255,255,255,0.3);
			//-webkit-appearance: none;
		}
		&:active, &:focus {
			border-color: #e73c0e;
			outline: none;
			box-shadow: 0 0 1px 0 #e73c0e;
			//-webkit-appearance: none;
		}
	}
	.select {
		background-color: #eeeeee; //rgba(60,60,62,1);
		border-color: #bbbbbb; //rgba(255,255,255,0.1);
		//border-radius: 3px;
		color: #000000; //rgba(255,255,255,0.5);

		&:hover {
			border-color: #bbbbbb; //rgba(255,255,255,0.3);
			background-color: #dddddd;
		}
		&::after {
			content: '';
			position: absolute;
			right: 0;
			margin: 0.3em 0.7em;
			width: 0.7em;
			height: 0.7em;
			background-image: url(img/icons/arrow.svg);
			background-repeat: no-repeat;
			background-size: contain;
		}
		&.selected {
			color: #000000;
		}
	}

	textarea, input, .multiSelect {
		border: 1px solid #dddddd; //rgba(255,255,255,0.0);
		//border-radius: 3px;
		width: 100%;
		margin: 1px 0 12px 0;
		padding: 7px 8px;
		font-weight: 300;
		//transition: border 0.3s ease-out, box-shadow 0.3s ease-out, background-color 0.3s ease-out;
		background-color: #ffffff; //rgba(60,60,62,1);
		color: #000000; //#ffffff;

		/*&:hover {
			border-color: rgba(255,255,255,0.3)
		}*/
/*&:active, &:focus {
			//border-color: rgba(255, 103, 0, 0.8);
			//background-color: #ffffff;
			//outline: none;
			box-shadow: 0 0 3px 0 rgba(255, 103, 0, 0.8), inset 0 0 2px 0 rgba(255, 103, 0, 0.3);
			color: #000000;
		}*/
/*&::-webkit-input-placeholder {
			font-weight: 300;
			color: rgba(255,255,255,0.5);
		}
		@media (max-width: 500px) {
			width: 100%;
		}
	}

	input[type="checkbox"] {
		//-webkit-appearance: none;
		//background-color: rgba(60,60,62,1);
		//border: 1px solid rgba(255,255,255,0.1);
		//border-radius: 2px;
		width: 16px;
		height: 16px;
		padding: 0;
		//transition: background-color 0.2s ease-out, border-color 0.2s ease-out;
		float: left;

		/*&:hover {
			border-color: rgba(255,255,255,0.2);
		}
		&:checked {
			//-webkit-appearance: none;
			//background-color: @accent-color;
			//background-position: center;
			//background-origin: content-box;
			//background-image: url(img/icons/checkmark.svg);
			//background-repeat: no-repeat;
			//border: 1px solid @accent-color;
			//border-radius: 2px;
			width: 16px;
			height: 16px;
			padding: 0;
		}
		/*&:checked:hover {
			border-color: @accent-dark-color;
		}
		&:active {
			background-color: @accent-dark-color;
		}
		& ~ label {
			font-size: @basic-font-size;
			color: rgba(255,255,255,0.8);
			padding: 3px;
			margin-left: 21px;

			.ad-info {
				display: block;
				color: rgba(255,255,255,0.4);
				font-size: @small-font-size;
			}
		}
	}

	.searchField {
		background-color: #ffffff; //rgba(60,60,62,1);
		border: 1px solid #dddddd; //rgba(255,255,255,0.0);

		/*&:hover {
			border-color: rgba(255,255,255,0.3);
		}

		input {
			background: none!important;

			&:active, &:focus, &:hover {
				outline: none!important;
				border: none!important;
				box-shadow: none!important;
				background: none!important;
			}
		}
		&.active {
			border-color: @accent-color;
			background-color: #ffffff;
			outline: 2px @accent-color;
			//box-shadow: 0 0 3px 0 rgba(255, 103, 0, 0.8), inset 0 0 2px 0 rgba(255, 103, 0, 0.3);
			color: #000000;

			& > input {
				background: none!important;

				&:active, &:focus, &:hover {
					outline: none!important;
					border: none!important;
					box-shadow: none!important;
					background: none!important;
				}
			}
		}
	}
	.radioToggle {

		li {
			font-size: @basic-font-size;
			font-weight: 300;
			display: inline;
			padding: 0.5em 1.0em;
			margin: 0 -5px 0 0;
			//border: 1px solid #dddddd;
			color: #999999;
			//transition: 0.3s ease-out;
			cursor: pointer;

			/*&:hover {
				border-color: fade(#ffffff, 60%);
			}
			&.active {
				background-color: fade(#ffffff, 80%);
				color: #000000;
				border-color: fade(#ffffff, 60%);
				margin: 0 -5px 0 0;

				&:hover {
					border-color: fade(#ffffff, 90%);
					background-color: fade(#ffffff, 70%);
				}
				&:active {
					border-color: fade(#ffffff, 80%);
					background-color: fade(#ffffff, 80%);
				}
			}
			&:first-child {
				border-top-left-radius: 2px;
				border-bottom-left-radius: 2px;
			}
			&:last-child {
				border-top-right-radius: 2px;
				border-bottom-right-radius: 2px;
			}
		}
	}
}
*/
.button {
  position: relative;
  display: inline-block;
  padding: 8px 11px;
  font-size: 14px;
  font-weight: 300;
  margin: 0 8px;
  width: auto;
  white-space: nowrap;
  cursor: pointer;
}
.roundButton {
  border-radius: 50%;
  padding: 0;
  margin: 0 0 0 6px;
  width: 22px;
  height: 22px;
  white-space: nowrap;
}
.roundButton:active,
.roundButton:focus {
  outline: none;
}
/*.orange {
	background-color: @accent-color;
	border: 1px solid @accent-color;
	color: #ffffff;

	&:hover {
		border-color: @accent-dark-color;
	}
	&:active {
		background-color: #CE5200;
	}
}

.grayOutline {
	color: #9B9B9B;
	border: 1px solid rgba(0,0,0,0.20);
	background: none;

	&:hover, &:focus {
		color: #777777;
		border-color: rgba(0,0,0,0.35);
	}
	&:active {
		color: #777777;
		border-color: rgba(0,0,0,0.25);
		background-color: #eeeeee;
	}
}
.whiteOutline {
	color: rgba(255,255,255,0.5);
	border: 1px solid rgba(255,255,255,0.3);
	background: none;

	&:hover {
		color: rgba(255,255,255,0.7);
		border-color: rgba(255,255,255,0.5);
	}
	&:active {
		background-color: #ffffff;
		border-color: #ffffff;
		color: #000000;
	}
}
.white {
	color: rgba(0,0,0,0.8);
	border: 1px solid #ffffff;
	background: #ffffff;

	&:hover {
		color: #000000;
		border-color: rgba(0,0,0,0.2);
	}
	&:active {
		background: none;
		border-color: #ffffff;
		color: #ffffff;
	}
}
.redOutline {
	color: @red-dark-color;
	border: 1px solid @red-dark-color;
	background: none;

	&:hover {
		color: @red-color;
		border-color: @red-color;
	}
	&:active {
		background-color: @red-color;
		border-color: @red-color;
		color: #ffffff;
	}
}
.greenOutline {
	color: @accent-dark-color;
	border: 1px solid @accent-dark-color;
	background: none;

	&:hover {
		color: @accent-color;
		border-color: @accent-color;
	}
	&:active {
		background-color: @accent-color;
		border-color: @accent-color;
		color: #ffffff;
	}
}*/
/*.transparentGray {
	//background: none;
	//border: none;
	//color: @basic-gray-color;

	/*&:hover {
		background-color: fade(@basic-gray-color, 10%);
		color: #000000;
	}
	&:active {
		background-color: fade(@basic-gray-color, 30%);
		color: #000000;
	}
}*/
/*.transparentRed {
	background: none;
	border: none;
	color: @red-color;

	&:hover {
		background-color: fade(@red-dark-color, 10%);
	}
	&:active {
		background-color: @red-color;
		color: #ffffff;
	}
	.delete {
		position: relative;
		display: inline-block;
		width: 11px;
		height: 13px;
		margin-right: 6px;

		background-image: url(img/icons/delete.svg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}
}
.transparentWhite {
	background: none;
	border: none;
	color: fade(#ffffff, 70%);

	&:hover {
		background-color: fade(#ffffff, 10%);
		color: #ffffff;
	}
	&:active {
		background-color: fade(#ffffff, 50%);
		color: #000000;
	}
}
*/
.add {
  background-image: url(img/icons/add.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
}
.remove {
  background-image: url(img/icons/remove.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  /*&:hover {
		border-color: @red-dark-color;

		svg {
			fill: @red-dark-color;
		}
	}
	&:active {
		border-color: @red-dark-color;
		background-color: @red-dark-color;

		svg {
			fill: #ffffff;
		}
	}*/
}
.searchField {
  border: none;
  font-size: 14px;
  font-weight: 300;
  padding: 0.4em;
  /*& ~ span::after {
		position: absolute;
		left: 0;
		bottom: 0;
		height: 2px;
		width: 0;
		transition: 0.3s ease-out;
		background-color: @accent-color;
	}
	*/
  border: 1px solid #dddddd;
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 100%;
  margin: 0;
  padding: 0;
}
.searchField:hover {
  border-color: #bbbbbb;
}
.searchField.active {
  border-color: #e73c0e;
  outline: 2ps solid #e73c0e;
  box-shadow: 0 0 3px 0 #e73c0e, inset 0 0 2px 0 rgba(231, 60, 14, 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: #e73c0e;
  border: 1px solid #e73c0e;
  color: #ffffff;
  opacity: 1;
}
.searchField input[type='checkbox']:checked.toggle + label:hover {
  border-color: #c5330c;
}
input[type="checkbox"].switch {
  -webkit-appearance: none;
  display: inline-block;
  background: #eeeeee;
  border: 1px solid #dddddd;
  border-radius: 16px;
  width: 32px;
  height: 20px;
  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;
}
input[type="checkbox"].switch:hover {
  border-color: #cccccc;
}
input[type="checkbox"].switch:hover ~ label {
  color: #000000;
}
input[type="checkbox"].switch:focus {
  box-shadow: none;
}
input[type="checkbox"].switch ~ label {
  /*font-size: 11px;
		color: @light-font-color;
		margin: 2px 40px 0 0;
		line-height: 1.1;
		padding: 5px;*/
}
input[type="checkbox"]:checked.switch {
  -webkit-appearance: none;
  display: inline-block;
  background: #eeeeee;
  border: 1px solid #dddddd;
  border-radius: 16px;
  width: 32px;
  height: 20px;
  padding: 4px;
  margin: 5px 0;
  background-color: #e73c0e;
  background-position: right;
  background-size: contain;
  background-image: url(img/icons/circle.svg);
  background-repeat: no-repeat;
  border: 1px solid #e73c0e;
  padding: 0;
}
input[type="checkbox"]:checked.switch:hover {
  border-color: #c5330c;
}
input[type="checkbox"]:checked.switch:active {
  background-color: #c5330c;
}
.addableField {
  display: flex;
  flex-direction: row;
  align-items: center;
  animation: fade-in 0.2s ease-out;
  margin: 0 0 15px 0;
  width: 100%;
}
.addableField input {
  width: calc(100% - 60px);
}
.addableField .linkField {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: calc(100% - 60px);
}
.addableField .linkField input {
  margin: 0 5px;
  width: auto;
}
.addableField .linkField .title {
  flex-grow: 2;
}
.addableField .linkField .url {
  flex-grow: 8;
}
.addableField .remove {
  display: none;
}
.addableField.multiple .remove {
  display: block;
}
.addableField.multiple .add {
  display: none;
}
.addableField.multiple:last-child .add {
  display: block;
}
.multiSelect {
  position: relative;
  border: none;
  border: 1px solid #dddddd;
  font-size: 14px;
  font-weight: 300;
  padding: 0.4em;
  /*& ~ span::after {
		position: absolute;
		left: 0;
		bottom: 0;
		height: 2px;
		width: 0;
		transition: 0.3s ease-out;
		background-color: @accent-color;
	}
	*/
  display: inline-block;
  width: 100%;
  margin: 1px 0 12px 0;
  cursor: pointer;
  /*&::after {
		content: '';
		position: absolute;
		right: 0;
		margin: 0.3em 0.7em;
		width: 0.8em;
		height: 0.8em;
		background-image: url(img/icons/arrow.svg);
		background-repeat: no-repeat;
		background-size: contain;
	}*/
}
.multiSelect:hover {
  border-color: #bbbbbb;
}
.multiSelect:hover {
  border-color: #bbbbbb;
}
.multiSelect span {
  pointer-events: none;
  color: #999999;
  font-weight: 300;
}
.multiSelect ul {
  display: none;
  position: absolute;
  z-index: 40;
  top: 100%;
  left: 0;
  width: 100%;
  max-height: 0;
  padding: 1em 0;
  margin: 4px 0 0 0;
  overflow: hidden;
  list-style: none;
  cursor: default;
  opacity: 0;
}
.multiSelect ul li {
  padding: 1em;
}
.multiSelect ul li:first-child {
  padding-top: 1em;
}
.multiSelect ul li:last-child {
  padding-bottom: 1em;
}
.multiSelect ul li:hover {
  background-color: #f7f7f7;
}
.multiSelect ul li:active,
.multiSelect ul li.active {
  background-color: #e73c0e;
  color: #ffffff;
}
.multiSelect.open ul {
  display: block;
  max-height: 300px;
  background-color: #ffffff;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  opacity: 1;
  color: #000000;
}
.radioToggle {
  margin: 13px 0 10px 0;
  padding: 0;
}
.radioToggle li {
  position: relative;
  font-size: 14px;
  font-weight: 300;
  display: inline;
  padding: 0.5em 1.0em;
  margin: 0 -5px 0 0;
  border: 1px solid #dddddd;
  color: #999999;
  cursor: pointer;
}
.radioToggle li:hover {
  border-color: #999999;
  color: #000000;
}
.radioToggle li.active {
  z-index: 2;
  border-color: #e73c0e;
  color: #e73c0e;
  margin: 0 -5px 0 0;
}
.radioToggle li.active:hover {
  border-color: #c5330c;
}
.radioToggle li.active:active {
  border-color: #c5330c;
  background-color: #c5330c;
}
.t-style .radioToggle li.active {
  color: #ffffff;
  background-color: #e73c0e;
}
.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;
}
ul.controls-list {
  padding: 0;
  list-style: none;
  margin: 6px 0;
}
ul.controls-list li {
  margin: 0 0 15px 0;
}
ul.controls-list input[type="checkbox"] {
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  float: left;
  /*&:hover {
			border-color: #bbbbbb;
		}*/
  /*&:checked:hover {
			border-color: @accent-dark-color;
		}
		&:active {
			background-color: @accent-dark-color;
		}*/
}
ul.controls-list input[type="checkbox"]:checked {
  width: 16px;
  height: 16px;
  padding: 0;
}
ul.controls-list input[type="checkbox"] ~ label {
  position: relative;
  font-size: 14px;
  color: #000000;
  padding: 0;
  margin: 0 5px 5px 10px;
  line-height: 1.2;
  opacity: 1;
}
.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: #e73c0e;
}
.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
 *
 */
.quickEdit {
  transition: 0.3s ease-out;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
}
.quickEdit:hover {
  border-color: rgba(0, 0, 0, 0.2);
}
.quickEdit.edit {
  border-color: #e73c0e;
  outline: none;
  box-shadow: 0 0 1px 0 #e73c0e;
}
.files {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.file {
  /*@media (min-width: 1600px) {
		width: ~"calc((100% - 180px)/6)";
	}
	@media (max-width: 768px) {
		width: ~"calc((100% - 90px)/3)";
	}
	@media (max-width: 500px) {
		width: ~"calc(100% - 20px)";
	}*/
  /*	&.img .file-title {
		position: relative;
		margin-left: 19px!important;

		&::before {
			content: '';
			position: absolute;
			width: 18px;
			height: 18px;
			left: -20px;
			top: 1px;
			background-image: url(img/icons/photo-type.svg);
			background-repeat: no-repeat;
			background-position: center;
			//background-size: contain;
			opacity: 0.8;
		}
	}
	&.video .file-title {
		position: relative;
		padding-left: 17px!important;

		&::before {
			content: '';
			position: absolute;
			width: 16px;
			height: 16px;
			left: 0;
			top: 0;
			background-image: url(img/icons/video-type.svg);
			background-repeat: no-repeat;
			background-position: center;
			//background-size: contain;
			opacity: 0.5;
		}
	}
*/
  /*.file-title {
		margin: 0.5em 0 0.1em 0;

		.fa {
			font-size: 13px;
			color: #999999;
			padding-right: 3px;
		}

		span {
			.quickEdit();
			font-size: @basic-font-size;
			color: #444444;
			font-weight: 500;
			line-height: 1.5;

			padding: 0 0.1em;
			overflow-wrap: break-word;
			overflow: hidden;
			cursor: default;
			text-overflow: ellipsis;
			white-space: nowrap;
		}




		input {
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			padding: 0;
			margin: 0;
			font-size: @basic-font-size;
			line-height: 1.1;

			&:focus, &:active {
				border: none;
				box-shadow: none;
				outline: none;
			}
		}

		@media (max-width: 500px) {
			font-size: @basic-mobile-font-size
		}
	}*/
}
.file .file-img {
  position: relative;
  padding-top: 66.59%;
  border-radius: 2px;
  overflow: hidden;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in;
  background-position: center;
  background-size: cover;
}
.file .file-img .progressBar {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  width: auto;
  height: 2px;
  border-radius: 2px;
  background-color: rgba(220, 220, 220, 0.7);
}
.file .file-img .progressBar .loaded {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  background-color: #FF6714;
}
.file .file-img .file-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.1s ease-out;
  border-radius: 2px;
  outline: solid 3px rgba(0, 0, 0, 0);
  outline-offset: -2px;
  cursor: -webkit-grab;
}
.file .file-img .file-controls .close {
  display: none;
}
.file .file-img .file-controls .type {
  display: none;
}
.file .file-img .file-controls .checkmark {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 16px;
  height: 16px;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 50%;
  transition: border 0.1s ease-out, background-color 0.1s ease-out;
}
@media (min-width: 500px) {
  .file .file-img: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);
  }
  .file .file-img:hover .file-controls {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .file .file-img:hover .file-controls .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%;
    cursor: pointer;
    transition: 0.1s ease-out;
    animation: fade-in 0.2s ease-out 0.2s;
    -webkit-animation-fill-mode: backwards;
  }
  .file .file-img:hover .file-controls .close:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .file .file-img:hover .file-controls .checkmark {
    border: 1px solid rgba(255, 255, 255, 0.7);
    cursor: pointer;
  }
  .file .file-img:hover .file-controls .checkmark:hover {
    border-color: #ffffff;
  }
  .file .file-img:hover .file-controls .button {
    display: block;
    font-size: 14px;
    padding: 6px 20px;
    margin: 0;
    border-radius: 3px;
    border-width: 1px;
    cursor: pointer;
    animation: scale-in 0.3s ease-out 0.1s;
    -webkit-animation-fill-mode: backwards;
  }
}
@media (max-width: 500px) {
  .file .file-img .file-controls {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .file .file-img .file-controls .close {
    position: absolute;
    display: block;
    top: 6px;
    right: 6px;
    width: 22px;
    height: 22px;
    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;
  }
  .file .file-img .file-controls .close:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
  .file .file-img .file-controls .checkmark {
    border: 1px solid rgba(255, 255, 255, 0.7);
    width: 20px;
    height: 20px;
  }
  .file .file-img .file-controls .checkmark:hover {
    border-color: #ffffff;
  }
  .file .file-img .file-controls .type {
    display: block;
    position: absolute;
    bottom: 6px;
    right: 6px;
    width: 20px;
    height: 16px;
    background-repeat: no-repeat;
    background-image: none;
    background-size: contain;
    animation: fade-in 0.4s ease-out 0.2s;
    -webkit-animation-fill-mode: backwards;
  }
}
.file.selected .file-img .file-controls {
  outline-color: #e73c0e;
}
.file.selected .file-img .file-controls .checkmark {
  background-color: #e73c0e;
  background-position: center;
  background-origin: content-box;
  background-image: url(img/icons/checkmark.svg);
  background-repeat: no-repeat;
  border-color: #e73c0e;
}
.file.selected .file-img .file-controls .checkmark:hover {
  border-color: #c5330c;
}
.file .file-caption {
  transition: 0.3s ease-out;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  font-size: 12px;
  font-weight: 300;
  color: #000000;
  line-height: 1.3;
  padding: 0.1em;
  margin: 0 0 0.3em 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  max-height: 3.9em;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.file .file-caption:hover {
  border-color: rgba(0, 0, 0, 0.2);
}
.file .file-caption.edit {
  border-color: #e73c0e;
  outline: none;
  box-shadow: 0 0 1px 0 #e73c0e;
}
.file .file-caption textarea {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 12px;
}
.file .file-caption textarea:focus,
.file .file-caption textarea:active {
  border: none;
  box-shadow: none;
  outline: none;
}
@media (max-width: 500px) {
  .file .file-caption {
    font-size: 14px;
  }
  .file .file-caption textarea {
    font-size: 14px;
  }
}
.file .file-info {
  display: none;
}
.file .file-purpose {
  position: relative;
}
.file .file-purpose .select {
  position: relative;
  font-size: 12px;
  display: inline-block;
  color: #555555;
  font-weight: 300;
  width: 50%;
  line-height: 1.3;
  border-radius: 3px;
  padding: 1px 8px 0 6px;
}
.file .file-purpose .select::after {
  content: '';
  position: absolute;
  right: 0;
  margin: 4px 4px;
  width: 7px;
  height: 7px;
  background-image: url(img/icons/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.file .file-purpose .select.selected {
  background-color: #eeeeee;
}
.file .file-purpose .file-purpose-preview {
  display: none;
}
@media (max-width: 500px) {
  .file .file-purpose {
    display: inline-block;
    width: 60%;
    margin: 0 10px 0 0;
  }
  .file .file-purpose .select {
    font-size: 16px;
    padding: 9px;
    width: calc(100% - 20px);
    /*&.open ul {
					display: block;
					position: fixed!important;
					z-index: 200;
					top: 0!important;
					left: 0!important;
					right: 0!important;
					bottom: 0!important;
					margin: 0;
					overflow-y: scroll;
					max-height: 100%;
					border-radius: 0;
					animation: fade-in 0.5s ease-out;
				}*/
  }
  .file .file-purpose .select::after {
    margin: 4px 10px;
    width: 12px;
    height: 12px;
  }
}
.file.video .select.selected ~ .file-purpose-preview {
  display: none;
}
@media (max-width: 500px) {
  .file > .button {
    font-size: 16px;
    display: inline-block;
    padding: 10px 30px;
    margin: 10px 0;
  }
}
#al .file-purpose {
  display: none;
}
#al .file-caption {
  display: none;
}
.file__placeholder {
  width: calc(25% - 32px);
  margin: 10px 15px 30px 15px;
  border: 1px dashed #dddddd;
  border-radius: 2px;
  color: #000000;
  background-color: #fafafa;
}
@media (min-width: 1600px) {
  .file__placeholder {
    width: calc((100% - 195px)/6);
  }
}
@media (max-width: 768px) {
  .file__placeholder {
    width: calc((100% - 96px)/3);
  }
}
@media (max-width: 500px) {
  .file__placeholder {
    width: calc(100% - 22px);
  }
}
.file__title {
  margin: 5px 0;
  position: relative;
  width: 100%;
}
.file__title .fa {
  font-size: 13px;
  color: #666666;
}
.file__title input {
  display: inline-block;
  width: calc(100% - 30px);
  font-size: 14px;
  color: #444444;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 0.1em;
  text-overflow: ellipsis;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 2px;
  background: none;
  transition: 0.3s ease-out;
}
.file__title input:hover {
  border-color: rgba(0, 0, 0, 0.2);
}
.file__title input:active,
.file__title input:focus {
  border-color: #e73c0e;
}

.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: #e73c0e;
  border: 1px solid #e73c0e;
  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: #c5330c;
}
.effect .header input[type="checkbox"]:checked.switch:active {
  background-color: #c5330c;
}
.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: #e73c0e;
  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;
}

.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;
}

#lg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
#lg .loginForm {
  position: relative;
  width: 220px;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#lg .loginForm .title {
  width: 100%;
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  margin: 0 0 10px 0;
}
#lg .loginForm input {
  margin: 0 0 15px 0;
  text-align: center;
}
#lg .loginForm input::-webkit-placeholder {
  text-align: center;
}
#lg .loginForm .button {
  margin: 15px 0 0 0;
  padding: 7px 25px;
}

/**
 *
 * New variables names
 *
 */
.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  background-color: rgba(30, 30, 32, 0.94);
  overflow-y: auto;
  /*animation-name: modal-fade-in;
	animation-duration: 0.4s;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: backwards;*/
  /*&.willClose {
		animation-name: modal-fade-out;
		animation-duration: 0.3s;
		animation-timing-function: ease-in;
		-webkit-animation-fill-mode: forwards;

		& > .controls {
			animation-name: slide-out-down;
			animation-duration: 0.2s;
			animation-delay: 0s;
			animation-timing-function: ease-out;
			-webkit-animation-fill-mode: forwards;
		}
	}*/
}
.modal > .close {
  display: none;
  position: fixed;
  z-index: 50;
  top: 20px;
  right: 20px;
  width: 22px;
  height: 22px;
  background-image: url(img/icons/closeModal-w.svg);
  opacity: 0.5;
  /*transition: 0.3s ease-out;*/
}
.modal > .close:hover {
  opacity: 0.7;
}
.modal > .close:active {
  opacity: 1;
}
.modal > .controls {
  position: fixed;
  z-index: 50;
  bottom: 0;
  left: 0;
  height: 50px;
  width: calc(100% - 60px);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  background-color: rgba(40, 40, 42, 0.95);
  padding: 15px 30px 0 30px;
  /*animation-name: slide-in-down;
		animation-duration: 0.3s;
		animation-timing-function: ease-out;
		-webkit-animation-fill-mode: backwards;
		animation-delay: 0.3s;*/
}
@media (max-width: 500px) {
  .modal {
    overflow-x: hidden;
  }
}
.modal .file .file-img {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.9);
}
.modal .file .file-img:hover {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.6), 0 0 30px 0 rgba(0, 0, 0, 0.5);
}
.modal .file.selected .file-img {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.9), 0 0 15px 0 rgba(0, 0, 0, 0.9), inset 0 0 0 2px #e73c0e;
}
.modal .file .file-title {
  color: rgba(255, 255, 255, 0.9);
}
.modal .file .file-info {
  color: rgba(255, 255, 255, 0.5);
}

/**
 *
 * 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 round-loader {
	0% {transform: rotate(0);}
	10% {transform: rotate(360deg);}
	20% {transform: rotate(720deg);}
	30% {transform: rotate(1080deg);}
	40% {transform: rotate(1440deg);}
	50% {transform: rotate(1800deg);}
	60% {transform: rotate(2160deg);}
	70% {transform: rotate(2520deg);}
	80% {transform: rotate(2880deg);}
	90% {transform: rotate(3240deg);}
	99% {transform: rotate(3600deg); opacity: 1;}
	100% {opacity: 0;}

}*/
.pr {
  display: flex;
  align-items: center;
}
.pr.modal {
  animation-delay: 0s;
}
.pr .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;
}
.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 .purposes {
  display: none;
  position: relative;
  bottom: 0;
}
.pr .preview .purposes .purpose-header {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 15px 0 0;
}
.pr .preview .purposes .purpose-header .fa {
  pointer-events: none;
}
.pr .preview .purposes .purpose-header input {
  position: relative;
  display: inline-block;
  width: 50%;
  max-width: 400px;
  left: 30px;
}
.pr .preview .purposes .purpose-header .right {
  float: right;
  margin: 0;
}
.pr .preview .purposes .purpose-header .purpose-paginator {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 300;
  font-size: 14px;
}
.pr .preview .purposes .purposes-wrapper {
  position: relative;
  left: 20px;
  top: 60px;
  height: calc(100% - 60px);
  width: calc(100% - 60px);
}
.pr .preview .purposes .purposes-container .purpose-info {
  display: none;
  margin: 0.2em auto;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 100;
  text-align: center;
  transition: 0.3s ease-out;
}
.pr .preview.focal.point .purposes {
  display: none;
}
.pr .preview.focal.point .focalPoint {
  position: absolute;
  z-index: 100;
  display: block;
  width: 30px;
  height: 30px;
  left: 50%;
  top: 50%;
  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;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.pr .preview.focal.point .focalPoint:hover {
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.pr .preview.focal.point .focalPoint:active {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
}
.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 .ip {
  position: absolute;
  box-sizing: border-box;
  padding: 20px 20px 80px 20px;
  width: 300px;
  height: 100%;
  right: 0;
  z-index: 10;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .pr .ip {
    width: 100%;
    height: auto;
    position: relative;
    box-shadow: none;
  }
  .pr .ip .group {
    margin: 20px 60px;
  }
  .pr .ip .group input[type="text"],
  .pr .ip .group textarea,
  .pr .ip .group .select .dropdown,
  .pr .ip .group .multiSelect {
    width: 100%;
    box-sizing: border-box;
  }
}
@media (max-width: 500px) {
  .pr .ip .group {
    margin: 20px;
  }
  .pr .ip .group input[type="text"],
  .pr .ip .group textarea,
  .pr .ip .group .select {
    width: 100%;
    box-sizing: border-box;
  }
}
.pr > .controls {
  padding: 15px 20px 0 20px;
  width: calc(100% - 40px);
}
.pr > .controls .right {
  margin: 0;
  float: right;
}
.pr > .controls .right .button {
  margin: 0 0 0 10px;
}
.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;
  }
}
.pr .preview_style_multi {
  top: 100px;
  height: calc(100% - 160px);
}
@media (max-width: 768px) {
  .pr .preview_style_multi {
    height: auto;
    margin: 30px 0 0 0;
  }
}
.pr .ip_style_multi {
  top: 100px;
  height: calc(100% - 100px);
}
@media (max-width: 768px) {
  .pr .ip_style_multi {
    top: none;
    height: auto;
    margin: 0 0 30px 0;
  }
}
.ip {
  position: absolute;
  box-sizing: border-box;
  padding: 20px 30px 20px 20px;
  width: 300px;
  height: 100%;
  right: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
}
.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;
}
.c-Preview-controls {
  position: relative;
  margin: 20px;
  display: flex;
  justify-content: center;
}
/*
 * Purposes
 */
.c-Purposes {
  display: none;
}
.c-Purposes.is-open {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0 60px 0 40px;
  width: calc(100% - 100px);
  height: 100%;
  max-height: 100%;
}
@media (max-width: 600px) {
  .c-Purposes.is-open {
    margin: 20px 0 0 0;
    width: 100%;
  }
}
.c-Purposes.is-open .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(231, 60, 14, 0);
  outline-offset: -2px;
  width: 100%;
  max-height: 100%!important;
  transition: 0.4s ease-out;
  z-index: 10;
  animation: fade-in 0.5s ease-out 2s;
  animation-fill-mode: backwards;
}
.c-Purposes.is-open .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;
}
.c-Purposes.is-open .purpose-img:hover ~ .purpose-title {
  opacity: 1;
}
.c-Purposes.is-open .purpose-img:hover ~ .purpose-info {
  opacity: 1;
}
.c-Purposes.is-open .purpose-title {
  margin: 0.6em auto 0 auto;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-weight: 300;
  transition: 0.3s ease-out;
  z-index: 10;
  opacity: 0.7;
  animation: fade-in 0.5s ease-out 2s;
  animation-fill-mode: backwards;
}
.t-animation .c-Purposes.is-open {
  animation: slide-in-down 0.4s ease-out;
}
.c-Purposes-container {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  margin: 80px 0 0 0;
  height: calc(100% - 120px);
  overflow-y: auto;
}
.c-Purposes-header {
  position: absolute;
  box-sizing: border-box;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 20px;
  display: flex;
  align-items: baseline;
}
@media (max-width: 600px) {
  .c-Purposes-header {
    position: fixed;
    background-color: rgba(43, 43, 45, 0.95);
  }
}
.c-Purposes-footer {
  display: flex;
  justify-content: center;
  padding: 20px;
}
.purpose {
  position: relative;
  maring: 20px;
  padding: 20px;
  width: calc(25% - 40px);
}
@media (min-width: 601px) and (max-width: 1070px) {
  .purpose {
    width: calc(50% - 40px);
  }
}
@media (max-width: 600px) {
  .purpose {
    width: 100%;
  }
}
.purpose:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 50%;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background-image: url(img/icons/loader.svg);
  background-repeat: no-repeat;
  background-position: center;
  animation: round-loader 2s linear;
  animation-fill-mode: forwards;
}
.img-wrapper {
  position: relative;
  max-width: 90%;
  max-height: 90vh;
}
.img-wrapper .controls {
  position: absolute;
  top: 0;
  left: 100%;
  margin: 0 10px;
}
.img-wrapper.is-slidingLeft {
  animation: img-wrapper-slide-left 0.6s ease-out;
}
.img-wrapper.is-slidingRight {
  animation: img-wrapper-slide-right 0.6s ease-out;
}
.preview__img {
  position: relative;
  z-index: 100;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 100%;
  max-height: calc(100vh - 220px);
  background-color: #dddddd;
}
@media (max-width: 768px) {
  .preview__img {
    padding: 0;
    width: calc(100% - 60px);
  }
}
.t-animation .preview__img {
  transition: 0.3s ease-out;
}
.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
 *
 */
.preview-update.preview-update--show-preview-modal {
  overflow: hidden;
}
.preview-update.preview-update--show-preview-modal .preview-modal {
  pointer-events: all;
  opacity: 1;
}
.preview-update .preview-modal {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
  opacity: 0;
  pointer-events: none;
}
.preview-update .preview-modal__row {
  display: flex;
  flex-direction: row;
}
@media (max-width: 640px) {
  .preview-update .preview-modal__row {
    flex-direction: column;
  }
}
.preview-update .preview-modal__label {
  color: #fff;
  font-size: 22px;
  width: 30%;
  margin-right: 50px;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
}
@media (max-width: 640px) {
  .preview-update .preview-modal__label {
    margin-bottom: 10px;
  }
}
.preview-update .preview-modal__options {
  width: 70%;
}
.preview-update .preview-modal__column {
  display: flex;
  flex-direction: column;
}
.preview-update .preview-modal__devices-col {
  margin-right: 50px;
}
.preview-update .preview-modal__devices-col:last-of-type {
  margin-right: 0;
}
.preview-update .preview-modal__datetime {
  opacity: 0.6;
  transition: all 0.3s linear;
}
.preview-update .preview-modal__option {
  color: #999;
  font-size: 16px;
  margin-bottom: 20px;
  cursor: pointer;
  user-select: none;
  display: flex;
}
.preview-update .preview-modal__option.preview-modal__option--selected {
  opacity: 1.0;
}
.preview-update .preview-modal__option.preview-modal__option--selected .preview-modal__option-point {
  background-color: #e73c0e;
  border: 1px solid #e73c0e;
  opacity: 1.0;
}
.preview-update .preview-modal__option.preview-modal__option--selected .preview-modal__option-point:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #000;
  position: absolute;
  flex-shrink: 1;
  top: 1px;
  left: 1px;
}
.preview-update .preview-modal__option.preview-modal__option--selected .preview-modal__option-label {
  color: #fff;
  opacity: 1.0;
}
.preview-update .preview-modal__option.preview-modal__option--selected .preview-modal__datetime {
  opacity: 1.0;
}
.preview-update .preview-modal__option.preview-modal__option--disabled .preview-modal__option-point {
  opacity: 0;
}
.preview-update .preview-modal__option-point {
  opacity: 1.0;
  transition: all 0.3s linear;
  background-color: transparent;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  top: 3px;
  display: flex;
  border: 1px solid #ccc;
  flex-shrink: 0;
}
.preview-update .preview-modal__option-label {
  white-space: nowrap;
}
.preview-update .preview-modal__input {
  outline: 0;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #999;
  margin-right: 20px;
  color: #ccc;
  transition: all 0.2s linear;
  font-size: 14px;
  padding: 8px;
}
.preview-update .preview-modal__input:focus {
  color: #fff;
  border-bottom: 1px solid #e73c0e;
}
.preview-update .preview-modal__date.preview-modal__date--show .preview-modal__cal {
  opacity: 1;
  pointer-events: all;
}
.preview-update .preview-modal__cal {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s linear;
  position: relative;
}
.preview-update .preview-modal__cal .ui-datepicker {
  position: absolute;
  bottom: 0;
  z-index: 10002 !important;
}
.preview-update .preview-modal__close {
  position: absolute;
  right: 20px;
  top: 20px;
  opacity: 0.6;
  transition: opacity 0.3s linear;
  cursor: pointer;
}
.preview-update .preview-modal__close path {
  stroke: #fff;
}
.preview-update .preview-modal__close:hover {
  opacity: 1.0;
}
.preview-update .preview-modal__input-label {
  font-size: 10px;
  font-weight: 100;
}
.preview-update .preview-modal__required {
  color: #e73c0e;
}
.preview-update .preview-modal__controls {
  display: flex;
  justify-content: center;
  text-align: center;
}
.preview-update .preview-modal__button {
  border-radius: 4px;
  border: 1px solid #e73c0e;
  padding: 6px 15px;
  font-size: 16px;
  color: #e73c0e;
  display: inline-block;
  text-decoration: none;
}
.preview-update .preview-modal__button:hover {
  color: #fff;
  background-color: #e73c0e;
}
.preview-update .preview-modal__devices {
  margin-bottom: 30px;
}
.preview-update .preview-modal__schedule {
  margin-bottom: 30px;
}

/**
 *
 * 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 round-loader {
	0% {transform: rotate(0);}
	10% {transform: rotate(360deg);}
	20% {transform: rotate(720deg);}
	30% {transform: rotate(1080deg);}
	40% {transform: rotate(1440deg);}
	50% {transform: rotate(1800deg);}
	60% {transform: rotate(2160deg);}
	70% {transform: rotate(2520deg);}
	80% {transform: rotate(2880deg);}
	90% {transform: rotate(3240deg);}
	99% {transform: rotate(3600deg); opacity: 1;}
	100% {opacity: 0;}

}*/
.right.pp {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*.purposes {
		display: flex;
		flex-direction: row;
		align-items: center;
		flex-wrap: wrap;
		width: 70%;
	}
	&.modal .purpose {
		animation-name: zoom-in;
		animation-timing-function: ease-out;
		-webkit-animation-fill-mode: backwards;
		animation-duration: 0.4s;
		animation-delay: 0.05s;
	}
	&.willClose .purpose {
		animation-name: fade-out;
		animation-timing-function: ease-out;
		-webkit-animation-fill-mode: forwards;
		animation-duration: 0.2s;
	}*/
}
.right.pp .header {
  position: relative;
  margin: 40px 0 20px 0;
  z-index: 30;
  width: 40%;
  min-width: 250px;
  animation: slide-in-up 0.3s ease-out 0.1s;
  -webkit-animation-fill-mode: backwards;
}
.right.pp.willClose .header {
  animation: slide-out-up 0.3s ease-out 0.1s;
  -webkit-animation-fill-mode: backwards;
}
.section-purposes {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
}
.purposes {
  display: none;
}
.purposes.is-open {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0 60px 0 40px;
  width: calc(100% - 100px);
  height: 100%;
  max-height: 100%;
}
@media (max-width: 600px) {
  .purposes.is-open {
    margin: 20px 0 0 0;
    width: 100%;
  }
}
.t-animation .purposes.is-open {
  animation: slide-in-down 0.4s ease-out;
}
.purposes__header {
  position: absolute;
  box-sizing: border-box;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 20px;
  display: flex;
  align-items: baseline;
}
@media (max-width: 600px) {
  .purposes__header {
    position: fixed;
    background-color: rgba(43, 43, 45, 0.95);
  }
}
.purposes__container {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: baseline;
  margin: 80px 0 0 0;
  height: calc(100% - 120px);
  overflow-y: auto;
}
.purposes__footer {
  display: flex;
  justify-content: center;
  padding: 20px;
}
.purpose {
  position: relative;
  maring: 20px;
  padding: 20px;
  width: calc(25% - 40px);
}
@media (min-width: 601px) and (max-width: 1070px) {
  .purpose {
    width: calc(50% - 40px);
  }
}
@media (max-width: 600px) {
  .purpose {
    width: 100%;
  }
}
.purpose:after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: 50%;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background-image: url(img/icons/loader.svg);
  background-repeat: no-repeat;
  background-position: center;
  animation: round-loader 2s linear;
  animation-fill-mode: forwards;
}
.purpose__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%;
}
.t-animation .purpose__img {
  transition: 0.3s ease-out;
}
.purpose__title {
  margin: 0.6em auto 0 auto;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-weight: 300;
  opacity: 0.7;
}
.t-animation .purpose__title {
  transition: 0.3s ease-out;
  animation: fade-in 0.5s ease-out 2s;
  animation-fill-mode: backwards;
}
/*
.purpose {
	position: relative;
	padding: 20px;
	//height: 150px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: ~"calc((100% - 160px)/4)";

	.purpose-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;

		&: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-1b {
  padding-top: 69.5%;
  background-size: cover;
}
.pr-1r {
  transform: rotate(5deg);
  padding-top: 69.5%;
  background-size: cover;
}
.pr-1l {
  transform: rotate(-5deg);
  padding-top: 69.5%;
  background-size: cover;
}
.pr-1rb {
  transform: rotate(5deg);
  padding-top: 69.5%;
  background-size: cover;
}
.pr-1lb {
  transform: rotate(-5deg);
  padding-top: 69.5%;
  background-size: cover;
}
.pr-2 {
  padding-top: 58.3%;
  background-size: cover;
}
.pr-2b {
  padding-top: 58.3%;
  background-size: cover;
}
.pr-2r {
  transform: rotate(4deg);
  padding-top: 58.3%;
  background-size: cover;
}
.pr-2rb {
  transform: rotate(4deg);
  padding-top: 58.3%;
  background-size: cover;
}
.pr-3 {
  padding-top: 48%;
  background-size: cover;
}
.pr-3b {
  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;
}
.pr-r {
  left: 50%;
  transform: translateX(-50%) rotate(4deg);
}
.pr-l {
  left: 50%;
  transform: translateX(-50%) rotate(-4deg);
}
.pr-12 {
  /*width: 400px;
    height: 280px;*/
  padding-top: 70%;
  background-size: cover;
}
.pr-13 {
  position: relative;
  /*width: 360px;
    height: 360px;*/
  width: 87%!important;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 87%;
  background-size: cover;
}
.pr-14 {
  position: relative;
  /*width: 360px;
    height: 360px;*/
  width: 40px!important;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 90%;
  background-size: cover;
}
.pr-15 {
  /*width: 230px;
    height: 160px;*/
  padding-top: 69.5%;
  background-size: cover;
}
.pr-16 {
  /*width: 230px;
    height: 160px;*/
  padding-top: 69.5%;
  background-size: cover;
}

/**
 *
 * 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
 *
 */
.preview-update {
  /*
    .c-Addable-row--collection {
        &:last-of-type {
            .c-Addable-row-addButton {
                visibility: visible;
            }
        }
    }
    .js-addableRemoveButton {
        flex-shrink: 0;
    }
    .c-Addable-row-addButton {
        display: block;
        visibility: hidden;
        flex-shrink: 0;
    }*/
}
.preview-update .media-lib__more {
  position: relative;
}
.preview-update .media-lib__more.media-lib__more--show .media-lib__dropdown {
  opacity: 1.0;
  pointer-events: all;
}
.preview-update .media-lib__trigger {
  cursor: pointer;
}
.preview-update .media-lib__dropdown {
  position: absolute;
  right: 154px;
  top: 20px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s linear;
}
.preview-update .collection-item {
  overflow: auto;
}
.preview-update .collection-item.collection-item--expandable {
  flex-direction: column;
  overflow: visible;
}
.preview-update .collection-item.collection-item--expandable .library__row-edit {
  right: 40px;
}
.preview-update .collection-item.collection-item--expandable .collection-item__pick {
  display: block;
}
.preview-update .collection-item.collection-item--expandable .collection-item--not-expandable .library__row-edit {
  right: 20px;
}
.preview-update .collection-item.collection-item--expanded .collection-item__pick {
  transform: rotate(0deg);
}
.preview-update .collection-item.collection-item--expanded .collection-item__collections {
  opacity: 1.0;
  pointer-events: all;
  max-height: 1000px;
  padding: 10px 15px 10px 20px;
}
.preview-update .collection-item .library__row-edit {
  right: 10px;
}
.preview-update .collection-item .library__row-edit:hover {
  opacity: 0.5;
}
.preview-update .collection-item .collection-item__collections {
  overflow: visible;
}
.preview-update .collection-item .collection-item__collections .c-Addable-item .collection-item__collections,
.preview-update .collection-item .collection-item__collections .c-Addable-item .collection-item__pick {
  display: none;
}
.preview-update .collection-item .collection-item__collections .c-Addable-row .c-Addable-row-addButton {
  display: none;
}
.preview-update .collection-item .collection-item__collections .c-Addable-row:last-child .c-Addable-row-addButton {
  display: inline-block;
}
.preview-update .collection-item .collection-item__collections .js-addableRow.c-Addable-row .js-addableRemoveButton {
  display: none;
}
.preview-update .collection-item .collection-item__collections .js-addableRow.c-Addable-row.c-Addable-row--collection .js-addableRemoveButton {
  display: inline-block;
}
.preview-update .collection-item__pick {
  position: absolute;
  right: 10px;
  top: 20px;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 7px 0;
  opacity: 0.4;
  background-image: url(img/icons/line-arrow-up.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  cursor: pointer;
  display: none;
}
.preview-update .collection-item__title {
  position: relative;
  margin: 6px 0px;
  max-width: 260px;
}
.preview-update .collection-item__info {
  position: relative;
  padding: 0;
  top: 0;
  max-width: 1000px;
}
.preview-update #header-select-theme .collection-item__info-wrapper {
  display: flex;
  overflow: hidden;
}
.preview-update .collection-item__wrapper {
  padding: 10px 15px 10px 20px;
  flex-direction: row;
}
.preview-update .collection-item__wrapper:before {
  content: '';
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translate(0, -50%);
  width: 6px;
  height: 6px;
  border-radius: 10px;
}
.preview-update .collection-item__wrapper.collection-item__wrapper--not-published:before {
  background-color: #F23D3D;
}
.preview-update .collection-item__wrapper.collection-item__wrapper--published:before {
  background-color: #259229;
}
.preview-update .collection-item__wrapper.collection-item__wrapper--draft:before {
  background-color: #7ea9cb;
}
.preview-update .collection-item__wrapper.collection-item__wrapper--scheduled:before {
  background-color: #F8B84F;
}
.preview-update .collection-item__collections {
  opacity: 0;
  pointer-events: none;
  padding: 0px 0px 0px 0px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.preview-update .collection-item__thumb-wrapper {
  width: 78px;
  height: 44px;
  display: flex;
  flex-shrink: 0;
  background-position: center;
  background-size: cover;
  margin-right: 8px;
  border-radius: 2px;
}
.preview-update .collection-item__info-wrapper {
  flex-direction: column;
}
.preview-update .schedule-container {
  padding: 0;
  position: relative;
  z-index: 30;
  left: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
  z-index: 50;
  background-color: #f2f2f2;
  border-bottom: 1px solid #e2e2e2;
  user-select: none;
  opacity: 0.0;
  visibility: hidden;
  max-height: 0;
  pointer-events: none;
}
@media (min-width: 1300px) {
  .preview-update .schedule-container {
    left: 220px;
    width: calc(100% - 220px);
  }
}
.t-animation .preview-update .schedule-container {
  transition: 0.4s ease-out;
}
.preview-update #scheduleOptions {
  transition: color 1s linear;
}
.preview-update .schedule-day {
  min-height: 64px;
  max-height: 64px;
  margin: 15px 20px;
  overflow: hidden;
  user-select: none;
  box-sizing: border-box;
  transition: max-height 0.3s ease-in-out;
  height: 100%;
}
.preview-update .schedule-day-items-wrapper {
  overflow: hidden;
  position: relative;
}
.preview-update .schedule-top-container {
  display: flex;
  width: 100%;
  padding: 20px 40px;
  box-sizing: border-box;
}
.preview-update .schedule-month-label {
  font-size: 18px;
  color: #1d1d1d;
  font-weight: 500;
}
.preview-update .schedule-jump-to {
  flex-shrink: 0;
  font-size: 17px;
  color: #555;
  cursor: pointer;
  margin-left: 10px;
  position: relative;
}
.preview-update .schedule-jump-to .ui-datepicker {
  pointer-events: none;
  opacity: 0.0;
  transition: all 0.2s linear;
  position: absolute;
}
.preview-update .schedule-jump-to.schedule-jump-to--show-cal {
  color: #e73c0e;
}
.preview-update .schedule-jump-to.schedule-jump-to--show-cal .ui-datepicker {
  pointer-events: all;
  opacity: 1.0;
}
.preview-update .schedule-day-expand {
  max-height: 0;
  height: 20px;
  opacity: 1.0;
  pointer-events: all;
  transition: all 0.1s ease-in-out;
  border-top: 1px solid #ddd;
  cursor: pointer;
  opacity: 0;
  position: relative;
}
.preview-update .schedule-day-expand:before {
  content: '';
  position: absolute;
  right: 50%;
  top: 0px;
  transform: translate(50%, 0);
  width: 0;
  height: 0;
  border-bottom: 4px solid transparent;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #ddd;
  cursor: pointer;
}
.preview-update .schedule-day-expand__label {
  font-size: 10px;
  text-align: center;
  padding: 5px 0 3px 0;
  opacity: 1.0;
  transition: opacity 0.3s linear;
  position: absolute;
  bottom: 0;
  width: 100%;
  opacity: 0.35;
  font-weight: 600;
}
.preview-update .schedule-day-wrapper {
  user-select: none;
  outline: 0;
  display: flex !important;
  flex-direction: column;
  background-color: #fff;
  border-right: 1px solid #e2e2e2;
  border-top: 1px solid transparent;
  position: relative;
  height: auto;
}
.preview-update .schedule-day-wrapper.schedule-day-wrapper--weekend {
  background-color: #fafafa;
}
.preview-update .schedule-day-wrapper.schedule-day-wrapper--today .schedule-day-label {
  color: #e73c0e;
}
.preview-update .schedule-day-wrapper.schedule-day-wrapper--expandable .schedule-day-expand {
  max-height: 100px;
  opacity: 1.0;
  pointer-events: all;
}
.preview-update .schedule-day-wrapper.schedule-day-wrapper--empty .schedule-day-empty {
  display: flex;
}
.preview-update .schedule-day-empty {
  display: none;
  height: 100%;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 12px;
  opacity: 0.3;
  position: relative;
  top: -10px;
}
.preview-update .schedule-day-label {
  text-align: center;
  font-size: 12px;
  margin: 10px 0;
  color: #aaa;
}
.preview-update .c-Header-controls {
  position: absolute;
  margin: 0;
  display: flex;
  padding: 14px 10px;
  box-sizing: border-box;
  z-index: 30;
  pointer-events: none;
}
.preview-update .controls-left {
  flex-shrink: 0;
}
.preview-update .controls-right {
  position: relative;
  width: 100%;
  flex-shrink: 1;
  display: flex;
  justify-content: flex-end;
  pointer-events: all;
  pointer-events: none;
}
.preview-update .schedule-options__wrapper {
  position: relative;
  pointer-events: all;
  display: flex;
}
.preview-update .schedule-more-options__wrapper {
  position: relative;
  pointer-events: all;
  display: flex;
}
.preview-update .schedule-menu {
  position: absolute;
  top: 27px;
  left: auto;
  right: 0;
  background: #FFF;
  border: 1px solid #DDD;
  opacity: 0;
  pointer-events: none;
  z-index: 1001;
  transition: opacity 0.2s linear;
}
.preview-update .schedule-menu > * {
  display: block;
  border-bottom: 1px solid #DDD;
  width: 100%;
  text-align: left;
}
@media (max-width: 600px) {
  .preview-update .schedule-menu {
    position: fixed;
    top: 60px;
    right: 00px;
  }
  .preview-update .schedule-menu button {
    margin: 0;
    padding: 10px 14px;
  }
}
.preview-update .schedule-more-options__wrapper:hover .schedule-menu {
  opacity: 1;
  pointer-events: all;
}
@media (max-width: 600px) {
  .preview-update .schedule-options__wrapper .more-options-button {
    position: fixed;
    right: 0;
    top: 0;
    padding: 20px 20px;
  }
  .preview-update .schedule-options__wrapper .more-options-button i {
    font-size: 20px;
  }
}
.preview-update .c-Header {
  height: 60px;
}
.preview-update .schedule-group {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
}
.preview-update .schedule-scroll-left {
  width: 40px;
  flex-shrink: 0;
  cursor: pointer;
  display: flex !important;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -15px;
}
.preview-update .schedule-scroll-left i {
  font-size: 20px;
  color: #ccc;
}
.preview-update .schedule-scroll-left i:hover {
  color: #555;
}
.preview-update .schedule-scroll-right {
  width: 40px;
  flex-shrink: 0;
  cursor: pointer;
  display: flex !important;
  align-content: center;
  justify-content: center;
  align-items: center;
  position: relative;
  top: -15px;
}
.preview-update .schedule-scroll-right i {
  font-size: 20px;
  color: #ccc;
}
.preview-update .schedule-scroll-right i:hover {
  color: #555;
}
.preview-update .schedule-wrapper {
  width: calc(100% - 80px);
  height: 100%;
  user-select: none;
  flex-shrink: 1;
}
.preview-update .schedule-wrapper:before {
  content: "";
  pointer-events: none;
  width: 40px;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: block;
  background: #000;
  background: linear-gradient(to left, #f2f2f2 0, rgba(242, 242, 242, 0) 100%);
  visibility: visible;
  z-index: 100;
}
.preview-update .schedule-wrapper:after {
  content: "";
  pointer-events: none;
  width: 40px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: block;
  background: #000;
  background: linear-gradient(to right, #f2f2f2 0, rgba(242, 242, 242, 0) 100%);
  visibility: visible;
  z-index: 100;
}
.preview-update .schedule-wrapper.schedule-wrapper--expanded .schedule-day-expand__label {
  opacity: 0;
  max-height: 0;
  padding: 0;
}
.preview-update .schedule-wrapper.schedule-wrapper--expanded .schedule-day-expand {
  border-top: 1px solid transparent;
  height: 0;
}
.preview-update .schedule-wrapper.schedule-wrapper--expanded .schedule-day-expand:before {
  content: '';
  position: absolute;
  right: 50%;
  top: -8px;
  transform: translate(50%, 0);
  width: 0;
  height: 0;
  border-bottom: 4px solid #ddd;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid transparent;
  cursor: pointer;
}
.preview-update .schedule-wrapper.schedule-wrapper--expanded .schedule-day {
  max-height: 600px;
}
.preview-update .schedule-wrapper .slick-track {
  display: flex;
}
.preview-update .schedule-element {
  min-height: 20px;
  margin: 0px 0px 2px 0px;
  display: flex;
  color: #e73c0e;
  box-sizing: border-box;
  cursor: pointer;
  background-color: #f5f3f4;
  color: #484848;
  position: relative;
}
.preview-update .schedule-element.schedule-element--conflict :before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #ffca10;
  top: 0;
  right: -3px;
}
.preview-update .schedule-element.schedule-element--selected {
  background-color: #e73c0e;
}
.preview-update .schedule-element.schedule-element--selected .schedule-element__name {
  color: #fff;
}
.preview-update .schedule-element.schedule-element--now {
  border: 1px solid #e73c0e;
  min-height: 18px;
}
.preview-update .schedule-element:last-of-type {
  margin-bottom: 0px;
}
.preview-update .schedule-element__name {
  width: 100%;
  flex-shrink: 1;
  font-size: 14px;
  padding: 2px 3px;
  box-sizing: border-box;
}
.preview-update .schedule-element__dates {
  display: flex;
  font-size: 10px;
  box-sizing: border-box;
  flex-shrink: 0;
  color: #fff;
}
.preview-update .schedule-element__date-published {
  background-color: #b9c468;
  padding: 4px 3px 0px 3px;
}
.preview-update .schedule-element__date-unpublished {
  background-color: #000;
  padding: 4px 3px 0px 3px;
}
.preview-update .c-Header-title {
  display: flex;
  margin: 0;
}
.preview-update .c-Header-title-text {
  display: flex;
}
.preview-update .c-Title {
  padding: 0;
  position: relative;
  z-index: 30;
  left: 0;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding-top: 60px;
  width: 100%;
  background-color: #ffffff;
  border-bottom: 1px solid #e2e2e2;
}
.t-animation .preview-update .c-Title {
  transition: 0.4s ease-out;
}
.preview-update .c-Header.is-stuck .c-Title {
  background: none;
  border: none;
}
.preview-update .c-Content {
  padding: 30px 30px 40px 30px;
}
.preview-update.preview-update--show-schedule .schedule-container {
  max-height: 500px;
  opacity: 1.0;
  visibility: visible;
  pointer-events: all;
}
.preview-update.preview-update--show-schedule #scheduleOptions {
  color: #e73c0e;
}
.preview-update .ui-state-default.ui-state-highlight.ui-state-active {
  color: #fff;
}
.preview-update .publishDate,
.preview-update .unpublishDate {
  display: flex;
  align-items: center;
}
.preview-update .publishDate textarea,
.preview-update .unpublishDate textarea {
  height: 33px !important;
}
.preview-update .publishDate .js-addableRemoveButton,
.preview-update .unpublishDate .js-addableRemoveButton {
  display: block;
}
.preview-update .schedule__card.schedule__card--conflict .publishDate textarea,
.preview-update .schedule__card.schedule__card--conflict .unpublishDate textarea,
.preview-update .schedule__card.schedule__card--conflict .publishDate input,
.preview-update .schedule__card.schedule__card--conflict .unpublishDate input {
  border-color: #e73c0e;
}
.preview-update .conflicts {
  padding-left: 5px;
  box-sizing: border-box;
}
.preview-update .conflict__line {
  color: #e73c0e;
  font-size: 12px;
  margin-bottom: 3px;
}
.preview-update .conflict__line:nth-child(1) {
  margin-bottom: 10px;
}
.preview-update .conflict__line:last-child {
  margin-bottom: 0px;
}
@media (min-width: 1300px) {
  .preview-update .is-stuck-2.c-Header {
    position: fixed;
    z-index: 40;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    min-height: 50px;
    padding-bottom: 0;
    transition: none;
    background: none;
  }
  .preview-update .is-stuck-2.c-Header .c-Title {
    border: 0;
    height: 60px;
    margin: 0;
    padding: 0;
    min-height: 0px;
  }
  .preview-update .is-stuck-2.c-Header .c-Header-title {
    text-align: left;
    position: fixed;
    z-index: 40;
    top: 10px;
    left: 205px;
    margin: 0;
    padding-left: 30px;
    font-size: 22px;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: none;
    align-items: flex-start;
  }
  .preview-update .is-stuck-2.c-Header .c-Header-title .c-Header-title-text {
    transition: none;
  }
  .preview-update .is-stuck-2.c-Header .c-Header-title .header__subhead {
    left: 30px;
    top: 26px;
    transform: none;
    margin: 0;
  }
}
.use-datepicker.filters__item:nth-child(1) {
  flex-basis: 100px;
}
.use-datepicker .ui-datepicker {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transition: opacity 0.2s ease-in-out;
}
.use-datepicker.use-datepicker--show .ui-datepicker {
  opacity: 1.0;
  pointer-events: all;
}
.revisions .filters__wrapper textarea {
  height: 33px !important;
}
.revisions .library__cell:nth-child(1) {
  width: 24px;
  flex-shrink: 0;
}
.revisions .library__cell:nth-child(2) {
  width: 80px;
  flex-shrink: 0;
}
.revisions .library__cell:nth-child(3) {
  width: 20%;
  flex-shrink: 0;
  font-weight: 300;
}
.revisions .library__cell:nth-child(4) {
  width: 15%;
  flex-shrink: 0;
  font-weight: 300;
}
.revisions .library__cell:nth-child(5) {
  width: 10%;
  flex-shrink: 0;
  font-weight: 300;
}
.revisions .library__cell:nth-child(6) {
  width: 10%;
  flex-shrink: 0;
  font-weight: 300;
}
.revisions .library__cell:nth-child(7) {
  width: 20%;
  flex-shrink: 0;
  font-weight: 300;
}
.revisions .use-datepicker__container {
  position: relative;
}
.revisions .ui-state-default.ui-state-highlight.ui-state-active {
  color: #fff;
}
.see-changes {
  /*
    .c-Main-content--comparison {
        left: 50%;
        right: 0;
        //top: 180px;
    }
    */
}
.see-changes.see-changes--show .c-Changes {
  opacity: 1.0;
  pointer-events: all;
}
.see-changes.see-changes--show .c-Main-content {
  opacity: 0.0;
  pointer-events: none;
  max-height: 0px;
  overflow: hidden;
}
.see-changes.see-changes--show #seeHistory {
  color: #e73c0e;
}
.see-changes.see-changes--show .c-Nav.js-scrollSpyNav {
  display: none;
}
.see-changes .c-Changes {
  opacity: 0.0;
  pointer-events: none;
  position: absolute;
  top: 180px;
}
.see-changes .c-Changes .library__cell:nth-child(1) {
  width: 24px;
  flex-shrink: 0;
}
.see-changes .c-Changes .library__cell:nth-child(2) {
  width: 80px;
  flex-shrink: 0;
}
.see-changes .c-Changes .library__cell:nth-child(3) {
  width: 20%;
  flex-shrink: 0;
  font-weight: 300;
}
.see-changes .c-Changes .library__cell:nth-child(4) {
  width: 20%;
  flex-shrink: 0;
  font-weight: 300;
}
.see-changes .c-Changes .library__cell:nth-child(5) {
  width: 20%;
  flex-shrink: 0;
  font-weight: 300;
}
.see-changes .c-Changes .library__cell:nth-child(5) {
  width: 20%;
  flex-shrink: 0;
  font-weight: 300;
}
.see-changes .c-Changes .library__cell:nth-child(6) {
  width: 20%;
  flex-shrink: 0;
  font-weight: 300;
}
@media (max-width: 1300px) {
  .see-changes .c-Changes {
    width: 100%;
  }
}
.see-changes .c-Main-content {
  opacity: 1.0;
  pointer-events: all;
  max-height: 4000px;
  top: 180px;
}
.see-changes .schedule-view-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #BBB;
  cursor: pointer;
  transition: color 0.3s;
  z-index: 50;
}
.see-changes .schedule-view-close:hover {
  color: #666;
}
.see-changes .c-Comparison {
  position: absolute;
  background: #EEE;
  z-index: 10;
  display: none;
  padding: 0;
  overflow: hidden;
  transform: translateX(100%);
  top: 180px;
}
@media (min-width: 1300px) {
  .see-changes .c-Comparison {
    left: 220px;
    width: calc(100% - 220px);
  }
}
.see-changes .c-Comparison h3 {
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  padding: 15px 0px;
}
.see-changes .c-Comparison .comparison-column.previous h3 {
  max-width: 60%;
  margin: 0px auto;
}
.see-changes .c-Comparison .comparison-column__title {
  padding-right: 45px;
  text-align: right;
  color: #e73c0e;
}
.see-changes .c-Comparison .comparison-column.previous .comparison-column__title {
  color: #47a22c;
}
.see-changes .c-Comparison .comparison-version-select {
  max-width: 260px;
  margin: 0px auto;
  margin-top: 18px;
  margin-bottom: 20px;
  text-align: center;
}
.see-changes .c-Comparison #comparison-version-select {
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  padding: 15px 0px;
  overflow: visible;
  height: 50px;
}
.see-changes .c-Comparison .c-Content {
  left: 0;
  width: auto;
  padding-top: 10px !important;
}
.see-changes .c-Comparison .o-Col--wide,
.see-changes .c-Comparison .o-Col--narrow {
  width: 100% !important;
}
.see-changes.see-comparison--show .c-Comparison {
  overflow: auto;
  transform: translateX(0%);
}
.see-changes.see-comparison--show .c-Nav.js-scrollSpyNav {
  display: none;
}
.c-title-version-wrapper {
  display: flex;
  flex-direction: column;
}
.c-title-fav-wrapper {
  display: flex;
}
.version__group {
  display: flex;
}
.version__label {
  font-size: 14px;
  text-align: center;
  margin-right: 10px;
}
.comparison-column {
  width: 50%;
  position: relative;
  left: 0;
  padding-top: 0px;
  top: 0;
}
.comparison-column:last-child {
  background: #DDD;
}
.comparison-column.current .controls__group.is-changed {
  background: #FF8C36;
}
.comparison-column.previous .controls__group.is-changed {
  background: #83D06D;
}
@media (max-width: 600px) {
  .comparison-column {
    width: 100%;
  }
  .comparison-column.current {
    display: none;
  }
}
@media (max-width: 1300px) {
  .preview-update .c-Title {
    min-height: 0;
  }
  .preview-update .c-MenuToggle {
    z-index: 400;
  }
  .preview-update .c-Logo {
    z-index: 1000;
    display: none;
  }
  .preview-update .is-stuck .c-Header-favorite {
    top: 0;
  }
  .preview-update .menu.js-menu.is-open {
    z-index: 10000;
  }
  .preview-update .c-Header {
    position: fixed;
    z-index: 40;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    min-height: 50px;
    padding-bottom: 0;
    transition: none;
  }
  .preview-update .c-Header .c-Header-title {
    text-align: left;
    position: fixed;
    z-index: 40;
    top: 10px;
    left: 20px;
    margin: 0;
    padding-left: 30px;
    font-size: 22px;
    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: none;
    align-items: flex-start;
  }
  .preview-update .c-Header .c-Header-title .c-Header-title-text {
    transition: none;
  }
  .preview-update .c-Header .c-Header-title .header__subhead {
    left: 30px;
    top: 26px;
    transform: none;
    margin: 0;
  }
  .preview-update .schedule-container {
    top: 61px;
    z-index: 10;
  }
  .see-changes .c-Main-content {
    top: 60px;
  }
  .see-changes .c-Comparison {
    top: 60px;
  }
  .see-changes .c-Changes {
    top: 60px;
  }
}
@media (max-width: 1070px) {
  .preview-update .c-Title {
    min-height: 0;
  }
  .preview-update .c-Header .c-Header-title {
    left: 20px;
  }
  .preview-update .c-Header .c-Header-title .c-Header-title-text .c-big-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .preview-update .c-Header .c-Header-title .c-Header-title-text .c-Header-favorite {
    position: relative;
    padding: 4px 5px;
    display: flex;
    align-items: center;
  }
  .preview-update .c-Header .c-Header-title .header__subhead {
    position: absolute;
  }
  .see-changes .c-Main-content {
    top: 60px;
  }
  .see-changes .c-Comparison {
    top: 60px;
  }
  .see-changes .c-Changes {
    top: 60px;
  }
  .preview-update .c-MenuToggle {
    z-index: 400;
  }
  .preview-update .c-Header {
    z-index: 300;
  }
  .preview-update .schedule-container {
    top: 61px;
  }
  .enable-pointer-events {
    pointer-events: all;
  }
}
@media (min-width: 1070px) and (max-width: 1300px) {
  #wrapper .c-Header {
    position: fixed;
  }
}

/**
 *
 * 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;
}

/**
 *
 * New variables names
 *
 */
.segmented-toggle {
  position: relative;
  display: inline-block;
}
.segmented-toggle ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.segmented-toggle ul li {
  padding: 5px 5px;
  margin: 0 -2px 0 -2px;
  display: inline-block;
}
.segmented-toggle ul li .fa {
  padding: 4px 4px;
}
.segmented-toggle_transparent ul li {
  border-radius: 2px;
  transition: 0.3s ease-out;
  color: #999999;
}
.segmented-toggle_transparent ul li:hover {
  background-color: #eeeeee;
  color: #000000;
}
.segmented-toggle_transparent ul li.active {
  opacity: 1;
  pointer-events: none;
  color: #e73c0e;
}

/**
 *
 * 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;
  }
}
@media (max-width: 600px) {
  .u-visible-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;
}

/**
 *
 * New variables names
 *
 */
.l-version {
  box-sizing: border-box;
  padding: 20px 60px;
}
.version__chapter {
  box-sizing: border-box;
  padding: 50px 60px 20px 60px;
  border-bottom: 1px solid #dddddd;
  background-color: #ffffff;
}
.version__chapter:nth-child(even) {
  background-color: #f2f2f2;
}
.version__chapter:last-child {
  border-bottom: none;
}
.version__chapter-title {
  font-size: 42px;
  font-weight: 300;
}
.version__part {
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 5px;
  /*.version__chapter:nth-child(even) {
        border-color: #dddddd;

    }*/
}
.version__part:last-child {
  border-bottom: none;
}
.version__part-title {
  font-size: 28px;
  font-weight: 300;
  margin: 10px 0;
}
.version__paragraph {
  margin-bottom: 30px;
}
.version__paragraph-title {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
.version__paragraph-list {
  padding: 0 20px;
  margin: 5px 0;
}
.version__paragraph-list-item {
  margin: 12px 0;
  max-width: 700px;
  line-height: 1.4;
}

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

/**
 *
 * 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;
}
.t-style .section__index {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  color: #777777;
}
.section__content {
  position: relative;
  box-sizing: border-box;
  padding: 5px 25px;
}

/**
 *
 * 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 round-loader {
	0% {transform: rotate(0);}
	10% {transform: rotate(360deg);}
	20% {transform: rotate(720deg);}
	30% {transform: rotate(1080deg);}
	40% {transform: rotate(1440deg);}
	50% {transform: rotate(1800deg);}
	60% {transform: rotate(2160deg);}
	70% {transform: rotate(2520deg);}
	80% {transform: rotate(2880deg);}
	90% {transform: rotate(3240deg);}
	99% {transform: rotate(3600deg); opacity: 1;}
	100% {opacity: 0;}

}*/
.c-ImagePlaceholder {
  position: relative;
  box-sizing: border-box;
  margin: 15px 5px 10px 5px;
  width: calc(100% - 10px);
}
.c-Card-placeholders--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 {
    margin: 15px 0 10px 0;
    width: calc(100% - 10px);
    max-width: 400px;
  }
}
@media (min-width: 1425px) {
  .c-ImagePlaceholder {
    width: calc(50% - 10px);
  }
}
.o-Col--wide .c-ImagePlaceholder {
  margin: 10px 5px 10px 5px;
  width: calc(100% - 10px);
}
@media (min-width: 650px) {
  .o-Col--wide .c-ImagePlaceholder {
    margin: 0 5px;
    width: calc(50% - 10px);
  }
}
@media (min-width: 1071px) {
  .o-Col--wide .c-ImagePlaceholder {
    margin: 10px 20px 20px 20px;
    width: calc(50% - 40px);
  }
}
@media (min-width: 1400px) {
  .o-Col--wide .c-ImagePlaceholder {
    width: calc(50% - 40px);
  }
}
@media (min-width: 1840px) {
  .o-Col--wide .c-ImagePlaceholder {
    width: calc(33% - 40px);
  }
}
.c-ImagePlaceholder .t-animation {
  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;
}
.c-Card-placeholders--card .c-ImagePlaceholder.is-empty .c-ImagePlaceholder-img {
  border: none;
  outline: none;
}
.c-Card-placeholders--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: #777777;
  pointer-events: none;
}
.image-placeholder__controls-button:hover .image-placeholder__controls-button-icon {
  color: #444444;
}
.t-animation .image-placeholder__controls-button-icon {
  transition: 0.3s ease-out;
}
.image-placeholder__controls-button-text {
  text-align: center;
  font-size: 12px;
  color: #777777;
  padding: 10px 0;
  pointer-events: none;
}
.image-placeholder__controls-button:hover .image-placeholder__controls-button-text {
  color: #444444;
}
.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: #777777;
}
.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;
}
.c-Card-placeholders--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: #777777;
  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: #777777;
  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: #777777;
}

/**
 *
 * 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: #e73c0e;
  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: #777777;
}
.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;
}
.c-EmptyPlaceholder1 {
  position: relative;
  min-height: 200px;
  margin: 10px 4px 30px 4px;
  flex-grow: 1;
  border-radius: 2px;
  outline: 1px dashed #eeeeee;
  background-color: #FAFAFA;
}
.c-EmptyPlaceholder1::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-EmptyPlaceholder1::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-EmptyPlaceholder1::before {
    top: 50%;
  }
}
@media (min-width: 601px) and (max-width: 1070px) {
  .c-EmptyPlaceholder1::before {
    top: 50%;
  }
}
@media (max-width: 600px) {
  .c-EmptyPlaceholder1::before {
    top: 50%;
  }
}
.t-style .c-EmptyPlaceholder1::before {
  font-size: 14px;
  color: #777777;
}
.t-style .c-EmptyPlaceholder1 {
  outline: 1px dashed #bbbbbb;
  opacity: 0.7;
}
.t-style .c-EmptyPlaceholder1:hover {
  opacity: 1;
}
.t-animation .c-EmptyPlaceholder1 {
  transition: 0.3s ease-out;
}
.c-EmptyPlaceholder2,
.c-EmptyPlaceholder3,
.c-EmptyPlaceholder4,
.c-EmptyPlaceholder5,
.c-EmptyPlaceholder6,
.c-EmptyPlaceholder7,
.c-EmptyPlaceholder8,
.c-EmptyPlaceholder9,
.c-EmptyPlaceholder10,
.c-EmptyPlaceholder11,
.c-EmptyPlaceholder12,
.c-EmptyPlaceholder13,
.c-EmptyPlaceholder14,
.c-EmptyPlaceholder15,
.c-EmptyPlaceholder16,
.c-EmptyPlaceholder17,
.c-EmptyPlaceholder18,
.c-EmptyPlaceholder19,
.c-EmptyPlaceholder20,
.c-EmptyPlaceholder21,
.c-EmptyPlaceholder22,
.c-EmptyPlaceholder23,
.c-EmptyPlaceholder24,
.c-EmptyPlaceholder25,
.c-EmptyPlaceholder26,
.c-EmptyPlaceholder27,
.c-EmptyPlaceholder28,
.c-EmptyPlaceholder29,
.c-EmptyPlaceholder30,
.c-EmptyPlaceholder31,
.c-EmptyPlaceholder32,
.c-EmptyPlaceholder33,
.c-EmptyPlaceholder34,
.c-EmptyPlaceholder35,
.c-EmptyPlaceholder36,
.c-EmptyPlaceholder37 {
  position: relative;
  min-height: 200px;
  margin: 10px 4px 30px 4px;
  flex-grow: 1;
  border-radius: 2px;
  outline: 1px dashed #eeeeee;
  background-color: #FAFAFA;
}
.c-EmptyPlaceholder2::after,
.c-EmptyPlaceholder3::after,
.c-EmptyPlaceholder4::after,
.c-EmptyPlaceholder5::after,
.c-EmptyPlaceholder6::after,
.c-EmptyPlaceholder7::after,
.c-EmptyPlaceholder8::after,
.c-EmptyPlaceholder9::after,
.c-EmptyPlaceholder10::after,
.c-EmptyPlaceholder11::after,
.c-EmptyPlaceholder12::after,
.c-EmptyPlaceholder13::after,
.c-EmptyPlaceholder14::after,
.c-EmptyPlaceholder15::after,
.c-EmptyPlaceholder16::after,
.c-EmptyPlaceholder17::after,
.c-EmptyPlaceholder18::after,
.c-EmptyPlaceholder19::after,
.c-EmptyPlaceholder20::after,
.c-EmptyPlaceholder21::after,
.c-EmptyPlaceholder22::after,
.c-EmptyPlaceholder23::after,
.c-EmptyPlaceholder24::after,
.c-EmptyPlaceholder25::after,
.c-EmptyPlaceholder26::after,
.c-EmptyPlaceholder27::after,
.c-EmptyPlaceholder28::after,
.c-EmptyPlaceholder29::after,
.c-EmptyPlaceholder30::after,
.c-EmptyPlaceholder31::after,
.c-EmptyPlaceholder32::after,
.c-EmptyPlaceholder33::after,
.c-EmptyPlaceholder34::after,
.c-EmptyPlaceholder35::after,
.c-EmptyPlaceholder36::after,
.c-EmptyPlaceholder37::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-EmptyPlaceholder2::before,
.c-EmptyPlaceholder3::before,
.c-EmptyPlaceholder4::before,
.c-EmptyPlaceholder5::before,
.c-EmptyPlaceholder6::before,
.c-EmptyPlaceholder7::before,
.c-EmptyPlaceholder8::before,
.c-EmptyPlaceholder9::before,
.c-EmptyPlaceholder10::before,
.c-EmptyPlaceholder11::before,
.c-EmptyPlaceholder12::before,
.c-EmptyPlaceholder13::before,
.c-EmptyPlaceholder14::before,
.c-EmptyPlaceholder15::before,
.c-EmptyPlaceholder16::before,
.c-EmptyPlaceholder17::before,
.c-EmptyPlaceholder18::before,
.c-EmptyPlaceholder19::before,
.c-EmptyPlaceholder20::before,
.c-EmptyPlaceholder21::before,
.c-EmptyPlaceholder22::before,
.c-EmptyPlaceholder23::before,
.c-EmptyPlaceholder24::before,
.c-EmptyPlaceholder25::before,
.c-EmptyPlaceholder26::before,
.c-EmptyPlaceholder27::before,
.c-EmptyPlaceholder28::before,
.c-EmptyPlaceholder29::before,
.c-EmptyPlaceholder30::before,
.c-EmptyPlaceholder31::before,
.c-EmptyPlaceholder32::before,
.c-EmptyPlaceholder33::before,
.c-EmptyPlaceholder34::before,
.c-EmptyPlaceholder35::before,
.c-EmptyPlaceholder36::before,
.c-EmptyPlaceholder37::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-EmptyPlaceholder2::before,
  .c-EmptyPlaceholder3::before,
  .c-EmptyPlaceholder4::before,
  .c-EmptyPlaceholder5::before,
  .c-EmptyPlaceholder6::before,
  .c-EmptyPlaceholder7::before,
  .c-EmptyPlaceholder8::before,
  .c-EmptyPlaceholder9::before,
  .c-EmptyPlaceholder10::before,
  .c-EmptyPlaceholder11::before,
  .c-EmptyPlaceholder12::before,
  .c-EmptyPlaceholder13::before,
  .c-EmptyPlaceholder14::before,
  .c-EmptyPlaceholder15::before,
  .c-EmptyPlaceholder16::before,
  .c-EmptyPlaceholder17::before,
  .c-EmptyPlaceholder18::before,
  .c-EmptyPlaceholder19::before,
  .c-EmptyPlaceholder20::before,
  .c-EmptyPlaceholder21::before,
  .c-EmptyPlaceholder22::before,
  .c-EmptyPlaceholder23::before,
  .c-EmptyPlaceholder24::before,
  .c-EmptyPlaceholder25::before,
  .c-EmptyPlaceholder26::before,
  .c-EmptyPlaceholder27::before,
  .c-EmptyPlaceholder28::before,
  .c-EmptyPlaceholder29::before,
  .c-EmptyPlaceholder30::before,
  .c-EmptyPlaceholder31::before,
  .c-EmptyPlaceholder32::before,
  .c-EmptyPlaceholder33::before,
  .c-EmptyPlaceholder34::before,
  .c-EmptyPlaceholder35::before,
  .c-EmptyPlaceholder36::before,
  .c-EmptyPlaceholder37::before {
    top: 50%;
  }
}
@media (min-width: 601px) and (max-width: 1070px) {
  .c-EmptyPlaceholder2::before,
  .c-EmptyPlaceholder3::before,
  .c-EmptyPlaceholder4::before,
  .c-EmptyPlaceholder5::before,
  .c-EmptyPlaceholder6::before,
  .c-EmptyPlaceholder7::before,
  .c-EmptyPlaceholder8::before,
  .c-EmptyPlaceholder9::before,
  .c-EmptyPlaceholder10::before,
  .c-EmptyPlaceholder11::before,
  .c-EmptyPlaceholder12::before,
  .c-EmptyPlaceholder13::before,
  .c-EmptyPlaceholder14::before,
  .c-EmptyPlaceholder15::before,
  .c-EmptyPlaceholder16::before,
  .c-EmptyPlaceholder17::before,
  .c-EmptyPlaceholder18::before,
  .c-EmptyPlaceholder19::before,
  .c-EmptyPlaceholder20::before,
  .c-EmptyPlaceholder21::before,
  .c-EmptyPlaceholder22::before,
  .c-EmptyPlaceholder23::before,
  .c-EmptyPlaceholder24::before,
  .c-EmptyPlaceholder25::before,
  .c-EmptyPlaceholder26::before,
  .c-EmptyPlaceholder27::before,
  .c-EmptyPlaceholder28::before,
  .c-EmptyPlaceholder29::before,
  .c-EmptyPlaceholder30::before,
  .c-EmptyPlaceholder31::before,
  .c-EmptyPlaceholder32::before,
  .c-EmptyPlaceholder33::before,
  .c-EmptyPlaceholder34::before,
  .c-EmptyPlaceholder35::before,
  .c-EmptyPlaceholder36::before,
  .c-EmptyPlaceholder37::before {
    top: 50%;
  }
}
@media (max-width: 600px) {
  .c-EmptyPlaceholder2::before,
  .c-EmptyPlaceholder3::before,
  .c-EmptyPlaceholder4::before,
  .c-EmptyPlaceholder5::before,
  .c-EmptyPlaceholder6::before,
  .c-EmptyPlaceholder7::before,
  .c-EmptyPlaceholder8::before,
  .c-EmptyPlaceholder9::before,
  .c-EmptyPlaceholder10::before,
  .c-EmptyPlaceholder11::before,
  .c-EmptyPlaceholder12::before,
  .c-EmptyPlaceholder13::before,
  .c-EmptyPlaceholder14::before,
  .c-EmptyPlaceholder15::before,
  .c-EmptyPlaceholder16::before,
  .c-EmptyPlaceholder17::before,
  .c-EmptyPlaceholder18::before,
  .c-EmptyPlaceholder19::before,
  .c-EmptyPlaceholder20::before,
  .c-EmptyPlaceholder21::before,
  .c-EmptyPlaceholder22::before,
  .c-EmptyPlaceholder23::before,
  .c-EmptyPlaceholder24::before,
  .c-EmptyPlaceholder25::before,
  .c-EmptyPlaceholder26::before,
  .c-EmptyPlaceholder27::before,
  .c-EmptyPlaceholder28::before,
  .c-EmptyPlaceholder29::before,
  .c-EmptyPlaceholder30::before,
  .c-EmptyPlaceholder31::before,
  .c-EmptyPlaceholder32::before,
  .c-EmptyPlaceholder33::before,
  .c-EmptyPlaceholder34::before,
  .c-EmptyPlaceholder35::before,
  .c-EmptyPlaceholder36::before,
  .c-EmptyPlaceholder37::before {
    top: 50%;
  }
}
.t-style .c-EmptyPlaceholder2::before,
.t-style .c-EmptyPlaceholder3::before,
.t-style .c-EmptyPlaceholder4::before,
.t-style .c-EmptyPlaceholder5::before,
.t-style .c-EmptyPlaceholder6::before,
.t-style .c-EmptyPlaceholder7::before,
.t-style .c-EmptyPlaceholder8::before,
.t-style .c-EmptyPlaceholder9::before,
.t-style .c-EmptyPlaceholder10::before,
.t-style .c-EmptyPlaceholder11::before,
.t-style .c-EmptyPlaceholder12::before,
.t-style .c-EmptyPlaceholder13::before,
.t-style .c-EmptyPlaceholder14::before,
.t-style .c-EmptyPlaceholder15::before,
.t-style .c-EmptyPlaceholder16::before,
.t-style .c-EmptyPlaceholder17::before,
.t-style .c-EmptyPlaceholder18::before,
.t-style .c-EmptyPlaceholder19::before,
.t-style .c-EmptyPlaceholder20::before,
.t-style .c-EmptyPlaceholder21::before,
.t-style .c-EmptyPlaceholder22::before,
.t-style .c-EmptyPlaceholder23::before,
.t-style .c-EmptyPlaceholder24::before,
.t-style .c-EmptyPlaceholder25::before,
.t-style .c-EmptyPlaceholder26::before,
.t-style .c-EmptyPlaceholder27::before,
.t-style .c-EmptyPlaceholder28::before,
.t-style .c-EmptyPlaceholder29::before,
.t-style .c-EmptyPlaceholder30::before,
.t-style .c-EmptyPlaceholder31::before,
.t-style .c-EmptyPlaceholder32::before,
.t-style .c-EmptyPlaceholder33::before,
.t-style .c-EmptyPlaceholder34::before,
.t-style .c-EmptyPlaceholder35::before,
.t-style .c-EmptyPlaceholder36::before,
.t-style .c-EmptyPlaceholder37::before {
  font-size: 14px;
  color: #777777;
}
.t-style .c-EmptyPlaceholder2,
.t-style .c-EmptyPlaceholder3,
.t-style .c-EmptyPlaceholder4,
.t-style .c-EmptyPlaceholder5,
.t-style .c-EmptyPlaceholder6,
.t-style .c-EmptyPlaceholder7,
.t-style .c-EmptyPlaceholder8,
.t-style .c-EmptyPlaceholder9,
.t-style .c-EmptyPlaceholder10,
.t-style .c-EmptyPlaceholder11,
.t-style .c-EmptyPlaceholder12,
.t-style .c-EmptyPlaceholder13,
.t-style .c-EmptyPlaceholder14,
.t-style .c-EmptyPlaceholder15,
.t-style .c-EmptyPlaceholder16,
.t-style .c-EmptyPlaceholder17,
.t-style .c-EmptyPlaceholder18,
.t-style .c-EmptyPlaceholder19,
.t-style .c-EmptyPlaceholder20,
.t-style .c-EmptyPlaceholder21,
.t-style .c-EmptyPlaceholder22,
.t-style .c-EmptyPlaceholder23,
.t-style .c-EmptyPlaceholder24,
.t-style .c-EmptyPlaceholder25,
.t-style .c-EmptyPlaceholder26,
.t-style .c-EmptyPlaceholder27,
.t-style .c-EmptyPlaceholder28,
.t-style .c-EmptyPlaceholder29,
.t-style .c-EmptyPlaceholder30,
.t-style .c-EmptyPlaceholder31,
.t-style .c-EmptyPlaceholder32,
.t-style .c-EmptyPlaceholder33,
.t-style .c-EmptyPlaceholder34,
.t-style .c-EmptyPlaceholder35,
.t-style .c-EmptyPlaceholder36,
.t-style .c-EmptyPlaceholder37 {
  outline: 1px dashed #bbbbbb;
  opacity: 0.7;
}
.t-style .c-EmptyPlaceholder2:hover,
.t-style .c-EmptyPlaceholder3:hover,
.t-style .c-EmptyPlaceholder4:hover,
.t-style .c-EmptyPlaceholder5:hover,
.t-style .c-EmptyPlaceholder6:hover,
.t-style .c-EmptyPlaceholder7:hover,
.t-style .c-EmptyPlaceholder8:hover,
.t-style .c-EmptyPlaceholder9:hover,
.t-style .c-EmptyPlaceholder10:hover,
.t-style .c-EmptyPlaceholder11:hover,
.t-style .c-EmptyPlaceholder12:hover,
.t-style .c-EmptyPlaceholder13:hover,
.t-style .c-EmptyPlaceholder14:hover,
.t-style .c-EmptyPlaceholder15:hover,
.t-style .c-EmptyPlaceholder16:hover,
.t-style .c-EmptyPlaceholder17:hover,
.t-style .c-EmptyPlaceholder18:hover,
.t-style .c-EmptyPlaceholder19:hover,
.t-style .c-EmptyPlaceholder20:hover,
.t-style .c-EmptyPlaceholder21:hover,
.t-style .c-EmptyPlaceholder22:hover,
.t-style .c-EmptyPlaceholder23:hover,
.t-style .c-EmptyPlaceholder24:hover,
.t-style .c-EmptyPlaceholder25:hover,
.t-style .c-EmptyPlaceholder26:hover,
.t-style .c-EmptyPlaceholder27:hover,
.t-style .c-EmptyPlaceholder28:hover,
.t-style .c-EmptyPlaceholder29:hover,
.t-style .c-EmptyPlaceholder30:hover,
.t-style .c-EmptyPlaceholder31:hover,
.t-style .c-EmptyPlaceholder32:hover,
.t-style .c-EmptyPlaceholder33:hover,
.t-style .c-EmptyPlaceholder34:hover,
.t-style .c-EmptyPlaceholder35:hover,
.t-style .c-EmptyPlaceholder36:hover,
.t-style .c-EmptyPlaceholder37:hover {
  opacity: 1;
}
.t-animation .c-EmptyPlaceholder2,
.t-animation .c-EmptyPlaceholder3,
.t-animation .c-EmptyPlaceholder4,
.t-animation .c-EmptyPlaceholder5,
.t-animation .c-EmptyPlaceholder6,
.t-animation .c-EmptyPlaceholder7,
.t-animation .c-EmptyPlaceholder8,
.t-animation .c-EmptyPlaceholder9,
.t-animation .c-EmptyPlaceholder10,
.t-animation .c-EmptyPlaceholder11,
.t-animation .c-EmptyPlaceholder12,
.t-animation .c-EmptyPlaceholder13,
.t-animation .c-EmptyPlaceholder14,
.t-animation .c-EmptyPlaceholder15,
.t-animation .c-EmptyPlaceholder16,
.t-animation .c-EmptyPlaceholder17,
.t-animation .c-EmptyPlaceholder18,
.t-animation .c-EmptyPlaceholder19,
.t-animation .c-EmptyPlaceholder20,
.t-animation .c-EmptyPlaceholder21,
.t-animation .c-EmptyPlaceholder22,
.t-animation .c-EmptyPlaceholder23,
.t-animation .c-EmptyPlaceholder24,
.t-animation .c-EmptyPlaceholder25,
.t-animation .c-EmptyPlaceholder26,
.t-animation .c-EmptyPlaceholder27,
.t-animation .c-EmptyPlaceholder28,
.t-animation .c-EmptyPlaceholder29,
.t-animation .c-EmptyPlaceholder30,
.t-animation .c-EmptyPlaceholder31,
.t-animation .c-EmptyPlaceholder32,
.t-animation .c-EmptyPlaceholder33,
.t-animation .c-EmptyPlaceholder34,
.t-animation .c-EmptyPlaceholder35,
.t-animation .c-EmptyPlaceholder36,
.t-animation .c-EmptyPlaceholder37 {
  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: 1200px) {
        display: none;
    }
    @media (min-width: 1250px) {
        display: inline-block;
    }*/
}
@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;
  }
}
.o-Col--wide #uploadFiles,
.l-coll--half #uploadFiles {
  /*@media (min-width: 1250px) {
            display: inline-block;
        }
        @media (min-width: 1300px) {
            display: none;
        }*/
}
@media (min-width: 800px) {
  .o-Col--wide #uploadFiles,
  .l-coll--half #uploadFiles {
    display: inline-block;
  }
}
@media (min-width: 1070px) {
  .o-Col--wide #uploadFiles,
  .l-coll--half #uploadFiles {
    display: none;
  }
}
@media (min-width: 1480px) {
  .o-Col--wide #uploadFiles,
  .l-coll--half #uploadFiles {
    display: inline-block;
  }
}
@media (min-width: 800px) {
  .l-coll--half #uploadFiles {
    display: inline-block;
  }
}
@media (min-width: 1070px) {
  .l-coll--half #uploadFiles {
    display: none;
  }
}
@media (min-width: 1600px) {
  .l-coll--half #uploadFiles {
    display: inline-block;
  }
}
#assetLibrary {
  display: none;
}
@media (min-width: 800px) {
  #assetLibrary {
    display: inline-block;
  }
}
.o-Col--wide #assetLibrary,
.l-coll--half #assetLibrary {
  /*@media (min-width: 1250px) {
            display: inline-block;
        }
        @media (min-width: 1300px) {
            display: none;
        }*/
}
@media (min-width: 800px) {
  .o-Col--wide #assetLibrary,
  .l-coll--half #assetLibrary {
    display: inline-block;
  }
}
@media (min-width: 1070px) {
  .o-Col--wide #assetLibrary,
  .l-coll--half #assetLibrary {
    display: none;
  }
}
@media (min-width: 1480px) {
  .o-Col--wide #assetLibrary,
  .l-coll--half #assetLibrary {
    display: inline-block;
  }
}
.l-coll--half #assetLibrary {
  /*@media (min-width: 1200px) {
            display: inline-block;
        }
        @media (min-width: 1250px) {
            display: none;
        }*/
}
@media (min-width: 800px) {
  .l-coll--half #assetLibrary {
    display: inline-block;
  }
}
@media (min-width: 1070px) {
  .l-coll--half #assetLibrary {
    display: none;
  }
}
@media (min-width: 1600px) {
  .l-coll--half #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: #777777;
}
.t-style .version__link:hover {
  color: #5e5e5e;
}
.t-style .version__link:active {
  color: #2b2b2b;
}
.t-animation .version__link {
  transition: 0.3s ease-out;
}

/**
 *
 * New variables names
 *
 */
#checkbox {
  margin-top: 24px;
  margin-left: 25px;
}
.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: #e73c0e;
  background-color: #e73c0e;
  background-position: center;
  background-image: url(img/icons/checkmark.svg);
  background-repeat: no-repeat;
}
.card__controls #selectAll.all:hover {
  border-color: #c5330c;
}
.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: #e73c0e;
  background-color: #e73c0e;
  background-position: center;
  background-image: url(img/icons/checkmark.svg);
  background-repeat: no-repeat;
}
.card__controls #deselectAll.all:hover {
  border-color: #c5330c;
}
.card__controls #deselectAll.all::after {
  content: "";
}
.card__controls #deselectAllLabel {
  margin-right: 15px;
}
@media (max-width: 600px) {
  .card__controls {
    margin: 15px 10px;
  }
}
.c-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;
}
.o-Col--wide .c-Card-controls {
  flex-wrap: wrap;
}
.c-Card-controls.is-stuck {
  z-index: 37;
  background-color: #ffffff;
}
@media (min-width: 1300px) {
  .c-Card-controls.is-stuck {
    left: calc(220px + 60px);
  }
}
@media (max-width: 600px) {
  .c-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) {
  .c-Card-controls {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .c-Card-controls {
    flex-wrap: wrap;
  }
}
.card__controls.card__controls--top {
  position: absolute;
  box-sizing: border-box;
  top: 0;
  right: 0;
  margin: 0;
  padding: 16px 16px 0 5px;
}
@media (max-width: 600px) {
  .card__controls.card__controls--top {
    margin: 0;
  }
}

/**
 *
 * New variables names
 *
 */
.card,
.card1 {
  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,
.t-animation .card1 {
  transition: 0.3s ease-out;
}
.t-animation .card.is-active::before,
.t-animation .card1.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,
.t-style .card1 {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}
.card_wide {
  width: calc(100% - 30px);
}
.c-Card-panel {
  position: relative;
  box-sizing: border-box;
  top: 0;
  bottom: 0;
  padding: 0;
}
.c-Card-panel--right {
  right: 0;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}
.c-Card-panel--left {
  left: 0;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.c-Card-panel--small {
  width: 100px;
}
.c-Card-panel--wide {
  width: 100%;
}
.c-Card-panel--second {
  background-color: #fafafa;
  border-left: 1px solid #e2e2e2;
}
.c-Card-panel--second .t-style {
  background-color: #fafaf5;
}
.c-Card-title {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 20px 25px 0 25px;
}
.t-style .c-Card-title {
  font-size: 22px;
  font-weight: 300;
  color: #000000;
}
.c-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;
}
.t-animation .c-Card-title {
  transition: background 0.3s ease-out, border 0.3s ease-out;
}
@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;
  }
}
@keyframes card_scale-in {
  0% {
    opacity: 0;
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/**
 *
 * New variables names
 *
 */
.c-Card-placeholders {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
}
.c-Card-placeholders--card {
  position: relative;
  min-height: 200px;
  margin: 10px 4px 30px 4px;
  border-radius: 2px;
  outline: 1px dashed #dddddd;
  background-color: #FAFAFA;
}
@media (min-width: 1300px) {
  .c-Card-placeholders--card {
    width: calc(20% - 10px);
  }
}
@media (min-width: 1071px) and (max-width: 1299px) {
  .c-Card-placeholders--card {
    width: calc(25% - 10px);
  }
}
@media (min-width: 601px) and (max-width: 1070px) {
  .c-Card-placeholders--card {
    width: calc(50% - 10px);
  }
}
@media (max-width: 600px) {
  .c-Card-placeholders--card {
    margin: 10px 0 30px 0;
    width: calc(100%);
  }
}
.c-Card-placeholders.c-Card-placeholders--small-card {
  padding: 0;
}

/**
 *
 * New variables names
 *
 */
.card__body {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-height: auto;
  padding: 5px 25px 40px 25px !important;
  display: flex;
  flex-direction: column;
  opacity: 1;
}
.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;
}
.card1.is-folded .card__body {
  min-height: 100px !important;
  max-height: 135px !important;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  opacity: 1;
}
.card__body1 {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-height: auto;
  padding: 5px 25px 40px 25px !important;
  display: flex;
  flex-direction: column;
  opacity: 1;
}
.t-animation .card__body1 {
  transition: 0.3s ease-out;
}
.card1.is-folded .card__body1 {
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  opacity: 0;
}
.card1.is-folded .card__body1 {
  min-height: 100px !important;
  max-height: 135px !important;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  opacity: 1;
}
@keyframes card-scale-top-out {
  0% {
    transform: scaleY(1);
    opacity: 1;
  }
  100% {
    transform: scaleY(0);
    opacity: 0;
  }
}
@keyframes spread-out {
  0% {
    transform: scale(1);
    opacity: 1;
    display: block;
  }
  99% {
    transform: scale(1.3);
    opacity: 0;
    display: block;
  }
  100% {
    display: none;
  }
}
@keyframes pulse-out {
  0% {
    box-shadow: 0 0 10px 0 rgba(231, 60, 14, 0.2);
  }
  100% {
    box-shadow: 0 0 10px 20px rgba(231, 60, 14, 0);
  }
  /*0% {transform: scale(1);}
    30% {transform: scale(1.04);}
    55% {transform: scale(0.97);}
    75% {transform: scale(1.02);}
    90% {transform: scale(0.99);}
    100% {transform: scale(1);}*/
}
@keyframes card-pulse-out {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.01);
  }
  100% {
    transform: scale(1);
  }
}

/**
 *
 * New variables names
 *
 */
.card__section {
  position: relative;
  box-sizing: border-box;
  margin: 10px 0 15px 0;
  transform-origin: top;
  opacity: 1;
}
.card__section:last-child {
  margin-bottom: 30px;
}
.card__section1 {
  position: relative;
  box-sizing: border-box;
  margin: 10px 0 15px 0;
  transform-origin: top;
  opacity: 1;
}
.card__section1:last-child {
  margin-bottom: 30px;
}
.t-style .card__section.card__section--inner {
  background-color: #fafafa;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.t-animation .card__section.card__section--inner {
  animation: section-expand 0.3s ease-out;
}
.t-style .card__section1.card__section1--inner {
  background-color: #fafafa;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.t-animation .card__section1.card__section1--inner {
  animation: section-expand 0.3s ease-out;
}
.card__section.is-hidden {
  transform: scaleY(0);
  opacity: 0;
  animation: section-collapse 0.3s ease-out;
  animation-fill-mode: forwards;
}
.card__section1.is-hidden {
  transform: scaleY(0);
  opacity: 0;
  animation: section-collapse 0.3s ease-out;
  animation-fill-mode: forwards;
}
.card__section-title {
  position: relative;
  box-sizing: border-box;
  padding: 5px 25px;
  border-bottom: 1px solid #eeeeee;
}
.card__section-title1 {
  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: #777777;
}
.card__section-header1 {
  margin: 0;
}
.t-style .card__section-header1 {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 300;
  color: #777777;
}
.card__section-body {
  position: relative;
  box-sizing: border-box;
  padding: 5px 25px;
}
.card__section-body1 {
  position: relative;
  box-sizing: border-box;
  padding: 5px 25px;
}
@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);
  }
}

/**
 *
 * New variables names
 *
 */
.card__title,
.card__title1 {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 20px 25px 5px 25px;
}
.card.card--foldable .card__title,
.card.card--foldable .card__title1 {
  cursor: pointer;
}
.card.card--foldable .card__title::after,
.card.card--foldable .card__title1::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,
.t-style .card.card--foldable .card__title1::after {
  opacity: 0.4;
}
.card1.card--foldable .card__title,
.card1.card--foldable .card__title1 {
  cursor: pointer;
}
.card1.card--foldable .card__title::after,
.card1.card--foldable .card__title1::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 .card1.card--foldable .card__title::after,
.t-style .card1.card--foldable .card__title1::after {
  opacity: 0.4;
}
.card.card--foldable.is-folded .card__title,
.card.card--foldable.is-folded .card__title1 {
  padding-bottom: 20px;
}
.card.card--foldable.is-folded .card__title::after,
.card.card--foldable.is-folded .card__title1::after {
  transform: rotate(-180deg);
}
.card1.card--foldable.is-folded .card__title,
.card1.card--foldable.is-folded .card__title1 {
  padding-bottom: 20px;
}
.card1.card--foldable.is-folded .card__title::after,
.card1.card--foldable.is-folded .card__title1::after {
  transform: rotate(-180deg);
}
.t-style .card__title,
.t-style .card__title1 {
  font-size: 22px;
  font-weight: 300;
  color: #000000;
}
.card__title.is-stuck,
.card__title1.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,
.card.card--foldable .card__title1.is-stuck::after {
  opacity: 0;
}
.t-animation .card__title.is-stuck,
.t-animation .card__title1.is-stuck {
  transition: 0.3s ease-out;
}
.t-animation .card__title::after,
.t-animation .card__title1::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: #e73c0e;
}
.card__title.is-stuck .card__title-required-count {
  top: 0;
}
.card__title.is-stuck .card__title-required-count::before {
  content: ' — ';
  position: relative;
  color: rgba(119, 119, 119, 0.5);
}

/**
 *
 * New variables names
 *
 */
.cards {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  background-color: #fafafa;
}
.cards .nav {
  display: none;
}
.t-style .cards {
  background-color: #f1f1f1;
  border: none;
  padding: 20px 30px;
}
.cards_state_scrolled {
  margin-top: 55px;
}

/**
 *
 * New variables names
 *
 */
.c-Uses {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
}
.c-Use {
  margin: 10px 0;
}
.c-Use-img {
  position: relative;
  width: 100%;
  padding-top: 80%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.t-style .c-Use-img {
  border-radius: 4px;
}
.t-animation .c-Use-img {
  transition: 0.3s ease-out;
}
.c-Use--empty .c-Use-img {
  border: 1px solid #eeeeee;
}
.c-Use--empty .c-Use-img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(img/icons/add.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% 50%;
  opacity: 0.5;
}
.t-style .c-Use--empty .c-Use-img {
  border: 1px dashed #bbbbbb;
  opacity: 0.7;
}
.t-style .c-Use--empty .c-Use-img:hover {
  opacity: 1;
}
.c-Use-title {
  margin: 5px 0;
  text-align: center;
  font-size: 12px;
  color: #777777;
}
.c-Use-delete {
  position: absolute;
  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;
}
@media (max-width: 600px) {
  .c-Use-delete {
    width: 22px;
    height: 22px;
  }
}
.c-Use--empty .c-Use-delete {
  display: none;
}
.c-Use-delete:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

/**
 *
 * 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;
}

/**
 *
 * 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 round-loader {
	0% {transform: rotate(0);}
	10% {transform: rotate(360deg);}
	20% {transform: rotate(720deg);}
	30% {transform: rotate(1080deg);}
	40% {transform: rotate(1440deg);}
	50% {transform: rotate(1800deg);}
	60% {transform: rotate(2160deg);}
	70% {transform: rotate(2520deg);}
	80% {transform: rotate(2880deg);}
	90% {transform: rotate(3240deg);}
	99% {transform: rotate(3600deg); opacity: 1;}
	100% {opacity: 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;
  cursor: pointer;
  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;
  cursor: pointer;
  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: #777777;
  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: #e73c0e;
  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 #e73c0e;
}
.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
 *
 */
.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: 50px;
  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: 0 10px;
  border-collapse: separate;
}

/**
 *
 * 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 round-loader {
	0% {transform: rotate(0);}
	10% {transform: rotate(360deg);}
	20% {transform: rotate(720deg);}
	30% {transform: rotate(1080deg);}
	40% {transform: rotate(1440deg);}
	50% {transform: rotate(1800deg);}
	60% {transform: rotate(2160deg);}
	70% {transform: rotate(2520deg);}
	80% {transform: rotate(2880deg);}
	90% {transform: rotate(3240deg);}
	99% {transform: rotate(3600deg); opacity: 1;}
	100% {opacity: 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: 1px 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: 7%;
  flex-shrink: 0;
  font-weight: 300;
}
.library__cell:nth-child(11) {
  width: 7%;
  flex-shrink: 0;
  font-weight: 300;
}
.library__cell:nth-child(12) {
  width: 7%;
  flex-shrink: 0;
  font-weight: 300;
}
.library__cell--header {
  position: relative;
  box-sizing: border-box;
  padding-bottom: 0;
  font-size: 12px;
  color: #777777;
  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;
  }
}
.library__cell-no-thumbnail {
  text-align: center;
  vertical-align: middle;
}
.library__cell-no-thumbnail div {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.library__cell-no-thumbnail i {
  font-size: 30px;
  opacity: 0.15;
}

/**
 *
 * 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: #777777;
  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--un-published {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
}
.library__cell-value--un-published::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #F23D3D;
}
.library__cell-value--draft {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
}
.library__cell-value--draft::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #7ea9cb;
}
.library__cell-value--scheduled {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 10px;
}
.library__cell-value--scheduled::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #F8B84F;
}

/**
 *
 * 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: #777777;
  margin: 2px 0 0 0;
}

/**
 *
 * New variables names
 *
 */
#sortContentDropdown.is-pressed {
  background-color: #dddddd;
}

/**
 *
 * 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-row:last-child .c-Addable-row-addButton-group {
  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-group {
    align-self: flex-end;
    margin-bottom: 14px;
  }
}
.c-Addable-row.c-Addable-row--collection:last-child .c-Addable-row-addButton-group {
  align-self: center;
}
.c-Addable-row.is-dragging .c-Addable-row-addButton-group {
  opacity: 0;
}
.t-animation .c-Addable-row-addButton-group {
  transition: 0.3s ease-out;
}
#drag {
  align-self: center;
  display: inline-block;
  left: -100%;
  width: 28px;
  height: 40px;
  padding: 0 0 0 0;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-image: url(img/icons/drag-handler.svg);
  opacity: 0.15;
  cursor: move;
}
#header-select-theme {
  align-items: right;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
}
#header-select-theme .selectbox__list {
  top: -100px;
  left: calc(100% - 200px)!important;
  position: absolute;
  align-self: center;
  margin: 0 0 0 4px;
  display: inline-block;
  max-width: 100px;
  z-index: 1000;
  margin-top: 6px;
}
#header-select-theme .selectbox__label {
  text-align: right;
  top: -105px !important;
  z-index: 100;
  left: -127px !important;
  content: '    ' !important;
  margin-bottom: 15px !important;
}
#header-select-theme .is-required ~ .selectbox__label::before {
  left: calc(100% - 97px)!important;
  position: absolute;
  align-self: center;
  margin: 0 0 0 20px;
  margin-top: 4px;
}
#fake-page-wrapper .js-addableRemoveButton {
  margin-left: -56px !important;
  z-index: 10000;
}
#fake-page-wrapper #first {
  margin-top: 0px !important;
}
#fake-page-wrapper .c-Addable-row-dragHandler {
  margin-top: 25px !important;
  height: 30px !important;
  margin-left: 10px;
}
#masterCollectionSection9 {
  width: 100%;
}
#masterCollectionSection9 .c-Addable-row-dragHandler {
  margin-top: 25px !important;
  height: 14px !important;
  margin-left: -32px !important;
  padding-right: 50px;
}
#masterCollectionSection9 .js-addableRemoveButton {
  margin-left: 30px !important;
}
#header-select-area {
  top: -100px;
  left: calc(100% - 200px)!important;
  position: absolute;
  align-self: center;
  margin: 0 0 0 4px;
  display: inline-block;
  max-width: 180px;
  z-index: 1000;
  margin-top: 6px;
}
#card-body {
  left: -5px;
  right: 50px;
}
#masterCollectionSection1 .cg__controls.cg__controls_style_row.js-addableItem.c-Addable-item .js-addableRemoveButton,
#masterCollectionSection2 .cg__controls.cg__controls_style_row.js-addableItem.c-Addable-item .js-addableRemoveButton,
#masterCollectionSection3 .cg__controls.cg__controls_style_row.js-addableItem.c-Addable-item .js-addableRemoveButton,
#masterCollectionSection4 .cg__controls.cg__controls_style_row.js-addableItem.c-Addable-item .js-addableRemoveButton,
#masterCollectionSection5 .cg__controls.cg__controls_style_row.js-addableItem.c-Addable-item .js-addableRemoveButton,
#masterCollectionSection6 .cg__controls.cg__controls_style_row.js-addableItem.c-Addable-item .js-addableRemoveButton,
#masterCollectionSection7 .cg__controls.cg__controls_style_row.js-addableItem.c-Addable-item .js-addableRemoveButton,
#masterCollectionSection8 .cg__controls.cg__controls_style_row.js-addableItem.c-Addable-item .js-addableRemoveButton {
  display: inline-block !important;
  align-self: center !important;
}
#masterCollectionSection1 .cg__controls.cg__controls_style_row.js-addableItem.c-Addable-item .c-Addable-row-addButton,
#masterCollectionSection2 .cg__controls.cg__controls_style_row.js-addableItem.c-Addable-item .c-Addable-row-addButton,
#masterCollectionSection3 .cg__controls.cg__controls_style_row.js-addableItem.c-Addable-item .c-Addable-row-addButton,
#masterCollectionSection4 .cg__controls.cg__controls_style_row.js-addableItem.c-Addable-item .c-Addable-row-addButton,
#masterCollectionSection5 .cg__controls.cg__controls_style_row.js-addableItem.c-Addable-item .c-Addable-row-addButton,
#masterCollectionSection6 .cg__controls.cg__controls_style_row.js-addableItem.c-Addable-item .c-Addable-row-addButton,
#masterCollectionSection7 .cg__controls.cg__controls_style_row.js-addableItem.c-Addable-item .c-Addable-row-addButton,
#masterCollectionSection8 .cg__controls.cg__controls_style_row.js-addableItem.c-Addable-item .c-Addable-row-addButton {
  display: inline-block !important;
  align-self: center !important;
  margin: 0 0 0 4px !important;
}
#card-collection,
#card-collection1,
#card-collection2,
#card-collection3,
#card-collection4,
#card-collection5,
#card-collection6,
#card-collection7,
#card-collection8 {
  align-items: center;
  position: relative;
  width: 97%;
  padding-right: 30px;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
}
#season-card-collection {
  align-items: center;
  position: relative;
  width: 99%;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
}
#season-card-collection .right {
  position: absolute;
  top: 75px;
  margin-left: 40%;
}
#section-wrapper.is-folded .selectbox__list {
  max-height: 0px;
}
#sub-card-main,
#sub-card-main1,
#sub-card-main2,
#sub-card-main3,
#sub-card-main4,
#sub-card-main5,
#sub-card-main6,
#sub-card-main7,
#sub-card-main8,
#sub-card-main9,
#sub-card-main10,
#sub-card-main11 {
  align-items: center;
  position: relative;
  width: 99%;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
}
#sub-card-season,
#sub-card-season1,
#sub-card-season2,
#sub-card-season3,
#sub-card-season4,
#sub-card-season5,
#sub-card-season6,
#sub-card-season7,
#sub-card-season8,
#sub-card-season9,
#sub-card-season10,
#sub-card-season11,
#sub-card-season12,
#sub-card-season13,
#sub-card-season14,
#sub-card-season15,
#sub-card-season16,
#sub-card-season17,
#sub-card-season18,
#sub-card-season19,
#sub-card-season20,
#sub-card-season21,
#sub-card-season22,
#sub-card-season23,
#sub-card-season24,
#sub-card-season25 {
  align-items: center;
  position: relative;
  width: 99%;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
}
#addButton,
#removeButton {
  left: 100.5%;
  position: absolute;
  align-self: center;
  margin: 0 0 0 4px;
  display: inline-block;
}
#addButtonSeason,
#removeButtonSeason {
  left: 100.7%;
  position: absolute;
  align-self: center;
  margin: 0 0 0 4px;
  display: inline-block;
  top: 50%;
}
#addButtonSection,
#removeButtonSection {
  left: 101.5%;
  position: absolute;
  align-self: center;
  margin: 0 0 0 4px;
  display: inline-block;
  top: 50%;
}
#addButtonSeasonA,
#removeButtonSeasonA {
  left: 100.7%;
  position: absolute;
  align-self: center;
  margin: 0 0 0 4px;
  display: inline-block;
  top: 50%;
}
#addButton1,
#addButton2,
#addButton3,
#addButton4,
#addButton5,
#addButton6,
#addButton7 {
  left: 101.5%;
  position: absolute;
  align-self: center;
  margin: 0 0 0 4px;
  display: inline-block;
}
#removeButton1,
#removeButton2,
#removeButton3,
#removeButton4,
#removeButton5,
#removeButton6,
#removeButton7 {
  left: 100.2%;
  position: absolute;
  align-self: center;
  margin: 0 0 0 4px;
  display: inline-block;
}
#addButtonSeason1,
#addButtonSeason2,
#addButtonSeason3,
#addButtonSeason4,
#addButtonSeason5,
#addButtonSeason6,
#addButtonSeason7,
#addButtonSeason8,
#addButtonSeason9,
#addButtonSeason10,
#addButtonSeason11,
#addButtonSeason12,
#addButtonSeason13,
#addButtonSeason14,
#addButtonSeason15,
#addButtonSeason16,
#addButtonSeason17,
#addButtonSeason18,
#addButtonSeason19,
#addButtonSeason20,
#addButtonSeason21,
#addButtonSeason22,
#addButtonSeason23,
#addButtonSeason24,
#addButtonSeason25,
#addButtonSeason26,
#addButtonSeason27,
#addButtonSeason28,
#addButtonSeason29,
#addButtonSeason30,
#addButtonSeason1A,
#addButtonSeason2A,
#addButtonSeason3A,
#addButtonSeason4A,
#addButtonSeason5A {
  left: 101.5%;
  position: absolute;
  align-self: center;
  margin: 0 0 0 4px;
  display: inline-block;
  top: 50%;
}
#removeButtonSeason1,
#removeButtonSeason2,
#removeButtonSeason3,
#removeButtonSeason4,
#removeButtonSeason5,
#removeButtonSeason6,
#removeButtonSeason7,
#removeButtonSeason8,
#removeButtonSeason9,
#removeButtonSeason10,
#removeButtonSeason11,
#removeButtonSeason12,
#removeButtonSeason13,
#removeButtonSeason14,
#removeButtonSeason15,
#removeButtonSeason16,
#removeButtonSeason17,
#removeButtonSeason18,
#removeButtonSeason19,
#removeButtonSeason20,
#removeButtonSeason21,
#removeButtonSeason22,
#removeButtonSeason23,
#removeButtonSeason24,
#removeButtonSeason25,
#removeButtonSeason26,
#removeButtonSeason27,
#removeButtonSeason28,
#removeButtonSeason29,
#removeButtonSeason30,
#removeButtonSeason1A,
#removeButtonSeason2A,
#removeButtonSeason3A,
#removeButtonSeason4A,
#removeButtonSeason5A {
  left: 100.2%;
  position: absolute;
  align-self: center;
  margin: 0 0 0 4px;
  display: inline-block;
  top: 50%;
}
#addButtonSection1 {
  left: 102.5%;
  position: absolute;
  align-self: center;
  margin: 0 0 0 4px;
  display: inline-block;
  top: 50%;
}
#removeButtonSection1 {
  left: 101.2%;
  position: absolute;
  align-self: center;
  margin: 0 0 0 4px;
  display: inline-block;
  top: 50%;
}
#dra {
  right: 100.7%;
  top: 50%;
  position: absolute;
  align-self: center;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-image: url(img/icons/drag-handler.svg);
  opacity: 0.15;
  cursor: move;
}
#dragSeason {
  left: -1.7%;
  position: absolute;
  align-self: center;
  width: 28px;
  height: 40px;
  display: inline-block;
  top: 50%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  background-image: url(img/icons/drag-handler.svg);
  opacity: 0.15;
  cursor: move;
}
#card-media-season .card__section-body,
#card-media-season1 .card__section-body {
  padding: 50px 25px;
}
#card-media-season .card,
#card-media-season1 .card {
  width: calc(100% - 4%)!important;
}
#card-media-season .card1,
#card-media-season1 .card1 {
  width: calc(100% - 4%)!important;
  margin: 10px 15px 45px !important;
}
#card-media-season {
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0px !important;
  margin-top: -20px !important;
}
#card-media-season1 {
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0px !important;
  margin-top: -20px !important;
}
.js-addableRemoveButton-group {
  display: none;
}
.js-addableWrapper.has-multipleRows .js-addableRemoveButton-group,
.js-addableWrapper.js-hasValue .js-addableRemoveButton-group {
  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-group,
  .js-addableWrapper.js-hasValue .js-addableRemoveButton-group {
    margin-bottom: 14px;
  }
}
.js-addableWrapper.has-multipleRows .c-Addable-row--collection .js-addableRemoveButton-group,
.js-addableWrapper.js-hasValue .c-Addable-row--collection .js-addableRemoveButton-group {
  margin: 0 0 0 4px;
  align-self: center;
}
.c-Addable-row.is-dragging .js-addableRemoveButton-group {
  opacity: 0;
}
.t-animation .js-addableRemoveButton-group {
  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(231, 60, 14, 0);
  }
  50% {
    box-shadow: 0 0 8px 2px #e73c0e;
  }
  100% {
    box-shadow: 0 0 8px 2px rgba(231, 60, 14, 0);
  }
}

/**
 *
 * New variables names
 *
 */
.controls__group {
  position: relative;
  width: 100%;
  margin: 10px 0;
}
.controls__group:first-child {
  margin-top: 10px;
}
.controls__group:last-child {
  margin-bottom: 0;
}
.controls__group.is-disabled {
  opacity: 0.3;
  pointer-events: none;
}

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

.link__repeater .radioToggle {
  margin-bottom: 20px;
}
.repeater__item,
.repeater__add {
  padding: 20px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  position: relative;
  border-radius: 2px;
  background: #FFF;
  margin: 0px 24px 20px 0px;
}
.repeater__item .c-Addable-row-dragHandler,
.repeater__add .c-Addable-row-dragHandler {
  display: none;
}
.repeater__item {
  position: relative;
}
.repeater__add {
  font-weight: 300;
  cursor: pointer;
  color: #666;
}
.repeater__add:hover {
  border-color: #AAA;
}
.repeater__add i {
  margin-right: 10px;
}
.repeater__remove,
.repeater__count {
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: -46px;
  width: 40px;
  display: flex;
  justify-content: center;
}
.repeater__remove .button_style_outline-gray {
  background-color: #fff;
  top: 50%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
}
.repeater__count {
  right: auto;
  left: -36px;
  text-align: center;
  font-size: 14px;
  color: #222;
}
.repeater__item {
  opacity: 1;
  transition: opacity 0.3s;
  cursor: move;
}
.repeater__item-enter {
  opacity: 0;
}
.repeater__item-enter-active {
  opacity: 1;
}
.repeater__item-leave-active {
  opacity: 0;
}
.repeater__item .c-ImagePlaceholder {
  width: 100%;
  margin: 20px 0px;
  text-align: center;
  justify-content: center;
}
.repeater__item .c-ImagePlaceholder.is_empty {
  width: 100%;
  margin: 20px 0px;
}
.repeater__item .c-ImagePlaceholder-img {
  position: relative;
  padding-top: 151.875px;
  width: 270px;
  display: inline-block;
}
.repeater__item .c-ImagePlaceholder.is-empty .c-ImagePlaceholder-img {
  position: relative;
  padding-top: 0px;
  width: 100%;
  display: block;
}
.repeater__item .c-ImagePlaceholder.is-empty .c-ImagePlaceholder-img .image-placeholder__controls {
  position: relative;
  min-height: 150px;
}
.repeater__item .c-ImagePlaceholder.is-empty .image-placeholder__controls {
  position: relative;
}
.repeater__item .c-Addable-row-dragHandler {
  position: absolute;
  display: flex;
  left: -23px;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}

/**
 *
 * 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
 *
 */
.dialog {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}
.dialog .title {
  margin: 10px;
  font-size: 22px;
  font-weight: 300;
  color: #000000;
  text-align: center;
}
.dialog .text {
  font-size: 14px;
  margin: 0 30px;
  text-align: center;
  max-width: 300px;
  line-height: 1.5;
  font-weight: 300;
  color: #000000;
}
.dialog .controls {
  position: relative;
  background: none;
  border: none;
  display: flex;
  flex-wrap: row;
  justify-content: center;
  margin: 20px;
}
.dialog .controls .button {
  margin: 0 5px;
  padding: 7px 25px;
}

/**
 *
 * 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: #e73c0e;
}

/**
 *
 * New variables names
 *
 */
.file {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 10px 10px;
}
.file.is-cover {
  background-color: #eeeeee;
  border-radius: 2px;
}
.t-animation .file {
  transition: 0.3s ease-out;
}
.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);
  }
}
.o-Col--wide .file_view_grid {
  margin: 10px 5px 10px 5px;
  width: calc(100% - 10px);
}
@media (min-width: 650px) {
  .o-Col--wide .file_view_grid {
    margin: 0 5px;
    width: calc(50% - 10px);
  }
}
@media (min-width: 1071px) {
  .o-Col--wide .file_view_grid {
    margin: 10px 20px 20px 20px;
    width: calc(50% - 40px);
  }
}
@media (min-width: 1400px) {
  .o-Col--wide .file_view_grid {
    width: calc(50% - 40px);
  }
}
@media (min-width: 1840px) {
  .o-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);
  }
}
.o-Col--wide .file--placeholder {
  margin: 10px 5px 10px 5px;
  width: calc(100% - 10px);
}
@media (min-width: 650px) {
  .o-Col--wide .file--placeholder {
    margin: 0 5px;
    width: calc(50% - 10px);
  }
}
@media (min-width: 1071px) {
  .o-Col--wide .file--placeholder {
    margin: 10px 20px 20px 20px;
    width: calc(50% - 40px);
  }
}
@media (min-width: 1400px) {
  .o-Col--wide .file--placeholder {
    width: calc(50% - 40px);
  }
}
@media (min-width: 1840px) {
  .o-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;
  display: none;
  font-size: 12px;
}
.file__aragement-settings {
  position: relative;
  display: none;
  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(231, 60, 14, 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(231, 60, 14, 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;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.7);
  padding: 6px 12px;
  border-radius: 2px;
  margin: 0 5px;
  width: auto;
  white-space: nowrap;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
}
@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 #e73c0e;
}

/**
 *
 * 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: #777777;
  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;
}
.file__caption-title {
  margin: 12px 0 5px 0 !important;
}
.file__caption #rich-text-enable-long-desc {
  margin: 0 5px 13px 0 !important;
}
.file__caption label {
  margin: 0 5.5px 0 !important;
}

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

/**
 *
 * 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: #e73c0e;
  background-position: center;
  background-origin: content-box;
  background-image: url(img/icons/checkmark.svg);
  background-repeat: no-repeat;
  background-size: 72%;
  border-color: #e73c0e;
}
.file.selected .file__checkmark:hover {
  border-color: #c5330c;
}

/**
 *
 * 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 round-loader {
	0% {transform: rotate(0);}
	10% {transform: rotate(360deg);}
	20% {transform: rotate(720deg);}
	30% {transform: rotate(1080deg);}
	40% {transform: rotate(1440deg);}
	50% {transform: rotate(1800deg);}
	60% {transform: rotate(2160deg);}
	70% {transform: rotate(2520deg);}
	80% {transform: rotate(2880deg);}
	90% {transform: rotate(3240deg);}
	99% {transform: rotate(3600deg); opacity: 1;}
	100% {opacity: 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(231, 60, 14, 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: #777777;
}
@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)";
	}
}*/

/**
 *
 * 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: #e73c0e;
}

/**
 *
 * 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: #e73c0e;
  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
 *
 */
.dialog {
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 400px;
  padding: 30px;
  background: #ffffff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 2px;
}
.dialog .title {
  margin: 10px;
  font-size: 22px;
  font-weight: 300;
  color: #000000;
  text-align: center;
}
.dialog .text {
  font-size: 14px;
  margin: 0 30px;
  text-align: center;
  max-width: 300px;
  line-height: 1.5;
  font-weight: 300;
  color: #000000;
}
.dialog .controls {
  position: relative;
  background: none;
  border: none;
  display: flex;
  flex-wrap: row;
  justify-content: center;
  margin: 20px;
}
.dialog .controls .button {
  margin: 0 5px;
  padding: 7px 25px;
}

/**
 *
 * 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 round-loader {
	0% {transform: rotate(0);}
	10% {transform: rotate(360deg);}
	20% {transform: rotate(720deg);}
	30% {transform: rotate(1080deg);}
	40% {transform: rotate(1440deg);}
	50% {transform: rotate(1800deg);}
	60% {transform: rotate(2160deg);}
	70% {transform: rotate(2520deg);}
	80% {transform: rotate(2880deg);}
	90% {transform: rotate(3240deg);}
	99% {transform: rotate(3600deg); opacity: 1;}
	100% {opacity: 0;}

}*/
.modal {
  position: fixed;
  z-index: 100;
  overflow-y: auto;
  background-color: #ffffff;
}
.modal.modal--shown-adding {
  display: block;
  animation: modal-fade-in 0.3s ease-out;
}
.modal.modal--shown {
  display: block;
  opacity: 1;
}
.modal.modal--shown-removing {
  display: block;
  animation: modal-fade-out 0.3s ease-out;
}
.modal.modal--full {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(30, 30, 32, 0.98);
  /*
    .t-animation & {
      animation: modal-fade-in 0.4s ease-out;
    }


  */
  transition: left 0.3s;
}
.modal.modal--full.modal--no-fade {
  animation: none !important;
  background-color: #1e1e20;
}
.modal.modal--full.modal--slide-out {
  left: -100%;
}
.modal.modal--full.modal--slide-in-start {
  left: 100%;
}
.modal.modal--full.modal--slide-in-active {
  left: 0%;
}
.modal.listicle-overlay {
  z-index: 99;
}
.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--prompt.modal {
  opacity: 1;
}
.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--not-fixed {
  position: relative;
}
.modal__controls.modal__controls--file-edit {
  justify-content: flex-end;
}
/*** Old modals ****/
.c-Modal {
  position: fixed;
  z-index: 100;
  overflow-y: auto;
  background-color: #ffffff;
}
.c-Modal.c-Modal--full {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(30, 30, 32, 0.94);
}
.t-animation .c-Modal.c-Modal--full {
  animation: modal-fade-in 0.4s ease-out;
}
.c-Modal.c-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;
}
.c-Modal--prompt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.c-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;
  /*.c-Modal--prompt & {
    position: fixed;
    z-index: @z-index-modalClose;
    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;
    }*/
}
.c-Modal--prompt.c-Modal--dialog .c-Modal-close {
  top: 10px;
  right: 10px;
  width: 16px;
  height: 16px;
  background-image: url(img/icons/close-modal.svg);
}
.t-style .c-Modal-close {
  opacity: 0.5;
}
.t-style .c-Modal-close:hover {
  opacity: 0.8;
}
.t-style .c-Modal-close:active {
  opacity: 1;
}
.c-Modal-close .t-animation {
  transition: 0.3s ease-out;
}
.c-Modal--prompt .c-Modal-title {
  margin: 10px;
  font-size: 32px;
  font-weight: 300;
  color: #ffffff;
  text-align: center;
}
.c-Modal--prompt.c-Modal--dialog .c-Modal-title {
  font-size: 22px;
  color: #000000;
}
.t-animation .c-Modal-title {
  animation: scale-in 0.3s ease-out;
}
.c-Modal--prompt .c-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);
}
.c-Modal--prompt.c-Modal--dialog .c-Modal-text {
  max-width: 300px;
  color: #000000;
}
.t-animation .c-Modal-text {
  animation: scale-in 0.3s ease-out 0.1s;
  animation-fill-mode: backwards;
}
.c-Modal--prompt .c-Modal-controls {
  position: relative;
  display: flex;
  flex-wrap: row;
  justify-content: center;
  margin: 30px auto;
}
.t-animation .c-Modal-controls {
  animation: scale-in 0.3s ease-out 0.1s;
  animation-fill-mode: backwards;
}

/**
 *
 * 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
 *
 */
.pagination {
  position: relative;
  margin-left: 20px;
}

/**
 *
 * New variables names
 *
 */
.pagination__list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

/**
 *
 * New variables names
 *
 */
.pagination__item {
  display: inline-block;
  padding: 6px 10px;
  margin: 5px;
  font-size: 16px;
  opacity: 0.4;
  cursor: pointer;
  border-radius: 2px;
  border: 1px solid transparent;
  background-color: transparent;
}
.t-animation .pagination__item {
  transition: 0.3s ease-out;
}
.pagination__item:hover {
  opacity: 0.9;
  background-color: #e8e8e8;
}
.pagination__item.is-active {
  color: #e73c0e;
  opacity: 0.9;
  border-color: rgba(231, 60, 14, 0.3);
  pointer-events: none;
  background-color: transparent;
}
.pagination__item.is-active:hover {
  background-color: transparent;
}
.pagination__current {
  display: inline-block;
  padding: 6px 10px;
  margin: 5px;
  font-size: 16px;
  font-weight: 400;
  opacity: 1;
  border-radius: 2px;
  border: 1px solid transparent;
  background-color: transparent;
}
.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: #777777;
  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-active,
.pagination__prev.is-active {
  color: #e73c0e;
  opacity: 0.9;
  border-color: rgba(231, 60, 14, 0.3);
  pointer-events: none;
  background-color: transparent;
}
.pagination__next.is-active:hover,
.pagination__prev.is-active:hover {
  background-color: transparent;
}
.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
 *
 */
.l-coll {
  width: 100%;
}
.t-animation .l-coll {
  transition: 0.3s ease-out;
}
.l-coll--half {
  width: 50%;
}
@media (min-width: 601px) and (max-width: 1070px) {
  .l-coll--half {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .l-coll--half {
    width: 100%;
  }
}
.l-coll--wide {
  width: 57%;
}
@media (min-width: 601px) and (max-width: 1070px) {
  .l-coll--wide {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .l-coll--wide {
    width: 100%;
  }
}
.l-coll--narrow {
  width: 43%;
}
@media (min-width: 601px) and (max-width: 1070px) {
  .l-coll--narrow {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .l-coll--narrow {
    width: 100%;
  }
}

/**
 *
 * New variables names
 *
 */
.o-Columns {
  position: relative;
  box-sizing: border-box;
  padding: 20px 0;
  -webkit-column-count: 2;
}
.o-Col--2 {
  width: 50%;
}
@media (min-width: 601px) and (max-width: 1070px) {
  .o-Col--2 {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .o-Col--2 {
    width: 100%;
  }
}
.o-Col--wide {
  width: 57%;
}
@media (min-width: 601px) and (max-width: 1070px) {
  .o-Col--wide {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .o-Col--wide {
    width: 100%;
  }
}
.t-animation .o-Col--wide {
  transition: 0.3s ease-out;
}
.o-Col--narrow {
  width: 43%;
}
@media (min-width: 601px) and (max-width: 1070px) {
  .o-Col--narrow {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .o-Col--narrow {
    width: 100%;
  }
}
.t-animation .o-Col--narrow {
  transition: 0.3s ease-out;
}
.o-Col--center {
  width: 70%;
  max-width: 900px;
  align-self: center;
}
@media (min-width: 601px) and (max-width: 1070px) {
  .o-Col--center {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .o-Col--center {
    width: 100%;
  }
}
.t-animation .o-Col--center {
  transition: 0.3s ease-out;
}

/**
 *
 * New variables names
 *
 */
.o-Grid {
  display: flex;
}
.o-Grid--row {
  flex-direction: row;
  flex-wrap: wrap;
}
.o-Grid--center {
  justify-content: center;
}
.o-Grid--col {
  flex-direction: column;
  justify-content: center;
}

/**
 *
 * New variables names
 *
 */
.section {
  position: relative;
  box-sizing: border-box;
  padding: 0;
  margin: 0 0 10px 0;
}
.section:first-child {
  margin-top: 25px;
}
.searchField {
  display: table;
  margin: 0 auto;
}

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

.section__files,
.section__files1,
.section__files2,
.section__files3,
.section__files4,
.section__files5,
.section__files6,
.section__files7,
.section__files8,
.section__files9,
.section__files10,
.section__files11,
.section__files12,
.section__files13,
.section__files14,
.section__files15,
.section__files16,
.section__files17,
.section__files18,
.section__files19,
.section__files20,
.section__files21,
.section__files22,
.section__files23,
.section__files24,
.section__files25,
.section__files26,
.section__files27,
.section__files28,
.section__files29,
.section__files30,
.section__files31,
.section__files32,
.section__files33,
.section__files34,
.section__files35,
.section__files36 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px;
}
.section__files .img__placeholder,
.section__files1 .img__placeholder,
.section__files2 .img__placeholder,
.section__files3 .img__placeholder,
.section__files4 .img__placeholder,
.section__files5 .img__placeholder,
.section__files6 .img__placeholder,
.section__files7 .img__placeholder,
.section__files8 .img__placeholder,
.section__files9 .img__placeholder,
.section__files10 .img__placeholder,
.section__files11 .img__placeholder,
.section__files12 .img__placeholder,
.section__files13 .img__placeholder,
.section__files14 .img__placeholder,
.section__files15 .img__placeholder,
.section__files16 .img__placeholder,
.section__files17 .img__placeholder,
.section__files18 .img__placeholder,
.section__files19 .img__placeholder,
.section__files20 .img__placeholder,
.section__files21 .img__placeholder,
.section__files22 .img__placeholder,
.section__files23 .img__placeholder,
.section__files24 .img__placeholder,
.section__files25 .img__placeholder,
.section__files26 .img__placeholder,
.section__files27 .img__placeholder,
.section__files28 .img__placeholder,
.section__files29 .img__placeholder,
.section__files30 .img__placeholder,
.section__files31 .img__placeholder,
.section__files32 .img__placeholder,
.section__files33 .img__placeholder,
.section__files34 .img__placeholder,
.section__files35 .img__placeholder,
.section__files36 .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;
}
.section__files1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px;
}
.section__files1 .img__placeholder1 {
  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;
}
.section__files2 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px;
}
.section__files2 .img__placeholder1 {
  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__placeholder2 {
  width: 100%;
  height: 150px;
}

/**
 *
 * 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(231, 60, 14, 0.2);
  }
  100% {
    box-shadow: 0 0 10px 20px rgba(231, 60, 14, 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: #777777;
}

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

/**
 *
 * 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;
}
.t-animation .preview {
  animation: zoom-in 0.4s ease-out;
  transition: 0.3s ease-out;
}
.preview_style_multi {
  top: 100px;
  height: calc(100% - 160px);
}
@media (max-width: 768px) {
  .preview_style_multi {
    height: auto;
    margin: 30px 0 0 0;
  }
}

/**
 *
 * 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;
}
.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);
}
.t-animation .preview__focal-point {
  transition: box-shadow 0.3s ease-out;
}

/**
 *
 * New variables names
 *
 */
.preview__image {
  position: relative;
  box-sizing: border-box;
  max-width: 90%;
  max-height: 90%;
  min-height: 300px;
  margin: 20px;
}
.preview__image-wrapper {
  position: relative;
  width: 100%;
  max-height: calc(100% - 50px);
}
.preview__image-img {
  position: relative;
  max-width: 100%;
  max-height: calc(100vh - 220px);
}
.preview_style_multi .preview__image-img {
  max-height: calc(100vh - 300px);
}

/**
 *
 * 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: #777777;
}
.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
 *
 */
.content__results {
  font-weight: 300;
  color: #777777;
}
@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 round-loader {
	0% {transform: rotate(0);}
	10% {transform: rotate(360deg);}
	20% {transform: rotate(720deg);}
	30% {transform: rotate(1080deg);}
	40% {transform: rotate(1440deg);}
	50% {transform: rotate(1800deg);}
	60% {transform: rotate(2160deg);}
	70% {transform: rotate(2520deg);}
	80% {transform: rotate(2880deg);}
	90% {transform: rotate(3240deg);}
	99% {transform: rotate(3600deg); opacity: 1;}
	100% {opacity: 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;
  transition: height 0.3s;
}
@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: 60px;
    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: 60px;
    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: 60px;
  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: 60px;
  }
}
@media (max-width: 600px) {
  .c-Header--controls {
    height: 60px;
  }
}
.header--filter {
  height: 200px;
}
@media (min-width: 601px) and (max-width: 1070px) {
  .header--filter {
    height: 60px;
  }
}
@media (max-width: 600px) {
  .header--filter {
    height: 60px;
  }
}
.c-Header.is-stuck {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  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: 60px;
  }
}
.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-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-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-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-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-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: #e73c0e;
}
.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(119, 119, 119, 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 {
  top: 3px;
}
@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 round-loader {
	0% {transform: rotate(0);}
	10% {transform: rotate(360deg);}
	20% {transform: rotate(720deg);}
	30% {transform: rotate(1080deg);}
	40% {transform: rotate(1440deg);}
	50% {transform: rotate(1800deg);}
	60% {transform: rotate(2160deg);}
	70% {transform: rotate(2520deg);}
	80% {transform: rotate(2880deg);}
	90% {transform: rotate(3240deg);}
	99% {transform: rotate(3600deg); opacity: 1;}
	100% {opacity: 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 {
  position: absolute;
  margin: 5px 0 0 0;
  left: calc(50% - 13px);
  top: 100%;
  font-size: 14px;
  color: rgba(119, 119, 119, 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;
  display: 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__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__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
 *
 */
.button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 4px 6px;
  margin: 0 5px;
  width: auto;
  white-space: nowrap;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
}
.button span {
  pointer-events: none;
}
.t-style .button {
  padding: 6px 12px;
  border-radius: 2px;
}
.button .t-animation {
  transition: 0.3s ease-out;
}
.button.is-disabled {
  opacity: 0.5;
  pointer-events: disabled;
}
.button .fa {
  pointer-events: none;
}
.button.button--small {
  font-size: 12px;
  padding: 2px 6px;
  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: #e73c0e;
  background-color: #e73c0e;
  background-position: center;
  background-image: url(img/icons/checkmark.svg);
  background-repeat: no-repeat;
}
.button--selectAll.is-all:hover {
  border-color: #c5330c;
}
.button--selectAll.is-all::after {
  content: "";
}
.button--selectAll .t-animation {
  transition: background-color 0.2s ease-out, border-color 0.2s 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 round-loader {
	0% {transform: rotate(0);}
	10% {transform: rotate(360deg);}
	20% {transform: rotate(720deg);}
	30% {transform: rotate(1080deg);}
	40% {transform: rotate(1440deg);}
	50% {transform: rotate(1800deg);}
	60% {transform: rotate(2160deg);}
	70% {transform: rotate(2520deg);}
	80% {transform: rotate(2880deg);}
	90% {transform: rotate(3240deg);}
	99% {transform: rotate(3600deg); opacity: 1;}
	100% {opacity: 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: #e73c0e;
  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;
  cursor: pointer;
}
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;
  cursor: pointer;
  user-select: none;
}
input[type="checkbox"] + label:hover {
  color: #333333;
}
input[type="checkbox"]:checked {
  background-color: #e73c0e;
  background-position: center;
  background-origin: content-box;
  background-image: url(img/icons/checkmark.svg);
  background-repeat: no-repeat;
  border-color: #e73c0e;
}
input[type="checkbox"]:checked + label {
  color: #000000;
}
input[type="checkbox"]:checked:hover {
  border-color: #c5330c;
}
input[type="checkbox"]:checked:active {
  background-color: #c5330c;
}
input[type="checkbox"]:required::before {
  content: '* ';
  position: absolute;
  right: 100%;
  top: 0;
  margin: -4px 2px 2px 2px;
  font-family: Roboto;
  color: #e73c0e;
  font-size: 11px;
}
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: #e73c0e;
  border-color: #e73c0e;
}
input[type="checkbox"]:checked.toggle:hover {
  border-color: #c5330c;
}
input[type="checkbox"]:checked.toggle:active {
  background-color: #c5330c;
}
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;
  cursor: pointer;
  opacity: 0.4;
}
input[type="checkbox"].favorite:hover {
  opacity: 1;
}
input[type="checkbox"].favorite:hover ~ label {
  opacity: 1;
}
input[type="checkbox"].favorite ~ label {
  position: absolute;
  white-space: nowrap;
  font-size: 12px;
  color: #aaa;
  background: rgba(0, 0, 0, 0.9);
  padding: 6px;
  font-weight: 300;
  left: 35px;
  top: -3px;
  opacity: 0;
  pointer-events: none;
  border-radius: 2px;
  z-index: 1000;
}
input[type="checkbox"].favorite ~ label:before {
  content: '';
  position: absolute;
  left: -6px;
  top: 13px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid rgba(0, 0, 0, 0.9);
}
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;
  }
}

/**
 *
 * 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
 *
 */
.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 round-loader {
	0% {transform: rotate(0);}
	10% {transform: rotate(360deg);}
	20% {transform: rotate(720deg);}
	30% {transform: rotate(1080deg);}
	40% {transform: rotate(1440deg);}
	50% {transform: rotate(1800deg);}
	60% {transform: rotate(2160deg);}
	70% {transform: rotate(2520deg);}
	80% {transform: rotate(2880deg);}
	90% {transform: rotate(3240deg);}
	99% {transform: rotate(3600deg); opacity: 1;}
	100% {opacity: 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: #e73c0e;
  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
 *
 */
.use-rich-text.use-rich-text--enabled label.input__label {
  position: relative;
  order: -1;
  margin-bottom: 10px;
}
.use-rich-text.use-rich-text--enabled .input__wrapper {
  display: flex;
  flex-direction: column;
}
.use-rich-text .use-rich-text__switcher {
  margin-bottom: 20px;
}
.input__wrapper {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.input__label {
  position: absolute;
  box-sizing: border-box;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 1px;
  pointer-events: none;
  font-size: 11px;
  font-weight: 300;
  color: #777777;
}
.t-animation .input__label {
  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: #777777;
  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;
  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: #e73c0e;
}
.input__field.input_state_not-empty ~ .input__label {
  margin: 0;
  padding: 0 1px;
  top: -1px;
  font-size: 11px;
  font-weight: 300;
  color: #777777;
}
.input__field.input_state_not-empty ~ .input__label::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:focus,
.input__field:active,
.input__field:focus:hover {
  border-color: #e73c0e;
  box-shadow: 0 1px 0 0 #e73c0e;
  outline: none;
}
.input__field:focus ~ .input__label,
.input__field:active ~ .input__label,
.input__field:focus:hover ~ .input__label {
  /*margin: 0;
            padding: 0 1px;
            top: -1px;

            font-size: 11px;*/
  color: #e73c0e;
}
.input__field:focus ~ .input__label::before,
.input__field:active ~ .input__label::before,
.input__field:focus:hover ~ .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 {
  display: block;
  opacity: 1;
}
.input__field:focus ~ .input__err-msg,
.input__field:active ~ .input__err-msg,
.input__field:focus:hover ~ .input__err-msg {
  display: none;
}
.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;
}
.input__field_style_dark {
  color: #ffffff;
  font-weight: 300;
}
.t-style .input__field_style_dark {
  border-color: rgba(255, 255, 255, 0.3);
}
.t-style .input__field_style_dark:hover {
  border-color: rgba(255, 255, 255, 0.6);
}
.t-style .input__field_style_dark:focus:hover {
  border-color: #e73c0e;
}
@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;
  }
}


/**
 *
 * New variables names
 *
 */
.multi-selectbox__wrapper {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/**
 *
 * New variables names
 *
 */
.multi-selectbox__label {
  position: absolute;
  box-sizing: border-box;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 1px;
  pointer-events: none;
  font-size: 11px;
  font-weight: 300;
  color: #777777;
}
.is-required ~ .multi-selectbox__label::before {
  content: '* ';
  position: absolute;
  right: 100%;
  top: 0;
  margin: 1px 2px;
  color: #e73c0e;
}
.t-animation .multi-selectbox__label {
  transition: 0.3s ease-out;
}
.multi-selectbox__field.multi-selectbox_state_err ~ .multi-selectbox__label {
  color: #F23D3D;
}
.multi-selectbox__field.multi-selectbox_state_open ~ .multi-selectbox__label,
.multi-selectbox__field:active ~ .multi-selectbox__label {
  color: #e73c0e;
}

/**
 *
 * New variables names
 *
 */
.multi-selectbox__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-bottom: 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%;
}
.multi-selectbox__field.multi-selectbox_state_not-empty {
  padding: 5px 0px 4px 0;
  color: #000000;
  font-weight: normal;
}
.multi-selectbox__field:hover {
  border-color: #bbbbbb;
}
.multi-selectbox__field.multi-selectbox_state_err {
  border-color: #F23D3D;
}
.multi-selectbox__field.multi-selectbox_state_err:hover {
  border-color: #f01c1c;
}
.multi-selectbox__field.multi-selectbox_state_open,
.multi-selectbox__field:active {
  border-color: #e73c0e !important;
  box-shadow: 0 1px 0 0 #e73c0e;
  outline: none;
}
.t-animation .multi-selectbox__field {
  transition: 0.3s ease-out;
}
.multi-selectbox__field.multi-selectbox_style_dark {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}
.multi-selectbox__field.multi-selectbox_style_dark:hover {
  border-color: rgba(255, 255, 255, 0.6);
}

/**
 *
 * New variables names
 *
 */
.multi-selectbox__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;
}
.t-atyle .multi-selectbox__list {
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

/**
 *
 * New variables names
 *
 */
.multi-selectbox__list-item {
  position: relative;
  padding: 10px;
  overflow: hidden;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.multi-selectbox__list-item:active,
.multi-selectbox__list-item.is-active {
  background-color: #e73c0e;
  color: #ffffff;
  pointer-events: none;
}
.multi-selectbox__list-item.is-hightlighted {
  background-color: #eeeeee;
  color: #000000;
}
.t-animation .multi-selectbox__list-item {
  transition: 0.3s ease-out;
}

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

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

/**
 *
 * New variables names
 *
 */
.multi-selectbox__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;
}
.multi-selectbox__tag:first-child {
  margin-left: 0;
}
.t-style .multi-selectbox__tag {
  border-radius: 2px;
}
.multi-selectbox__tag-delete {
  position: absolute;
  z-index: 50;
  top: 50%;
  right: 6px;
  transform: translate(0, -50%);
  color: #999999;
  cursor: pointer;
}
.multi-selectbox__tag-delete:hover {
  color: #000000;
}

/**
 *
 * New variables names
 *
 */
.multi-selectbox__err-msg {
  display: none;
}
.multi-selectbox_state_err ~ .multi-selectbox__err-msg {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 5px 0;
  font-size: 10px;
  color: #F23D3D;
}
/*.multi-selectbox__field.multi-selectbox_state_open ~ .smulti-selectbox__err-msg,
.multi-selectbox__field:active ~ .smulti-selectbox__err-msg {
    display: none;
}*/

/**
 *
 * 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: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 1px;
  pointer-events: none;
  word-wrap: break-word;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
  font-size: 11px;
  font-weight: 300;
  color: #777777;
}
.is-required ~ .selectbox__label {
  overflow-x: visible;
}
.is-required ~ .selectbox__label::before {
  content: '* ';
  position: absolute;
  right: 100%;
  top: 0;
  margin: 2px;
  color: #e73c0e;
}
.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: 12px;
  color: #777777;
  font-weight: 300;
  opacity: 0.6;
}
.dark .selectbox__help-text {
  opacity: 1;
  color: #CCC;
}
.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%;
  min-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:focus {
  outline: none;
}
.dark .selectbox__field {
  color: #fff;
  font-weight: 300;
  border-color: rgba(255, 255, 255, 0.3);
  margin-bottom: 10px;
}
.selectbox__field.selectbox_state_not-empty ~ .selectbox__label {
  margin: 0;
  padding: 0 1px;
  top: -1px;
  font-size: 11px;
  font-weight: 300;
  color: #777777;
}
.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_err .selectbox__placeholder {
  color: #F23D3D;
}
.selectbox__field.selectbox_state_open ~ .selectbox__label,
.selectbox__field:active ~ .selectbox__label,
.selectbox__field.selectbox_state_focused ~ .selectbox__label {
  margin: 0;
  padding: 0 1px;
  top: -1px;
  font-size: 11px;
  font-weight: 400;
  color: #e73c0e;
}
.selectbox__field.selectbox_state_open ~ .selectbox__help-text,
.selectbox__field:active ~ .selectbox__help-text,
.selectbox__field.selectbox_state_focused ~ .selectbox__help-text {
  display: block;
  opacity: 1;
}
.selectbox__field.selectbox_state_open ~ .selectbox__err-msg,
.selectbox__field:active ~ .selectbox__err-msg,
.selectbox__field.selectbox_state_focused ~ .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: #e73c0e;
}
.selectbox__placeholder-box {
  position: relative;
  box-sizing: border-box;
  padding: 10px 15px;
  min-width: 0;
  flex-direction: column;
  border: 1px solid #eeeeee;
  background: #FAFAFA;
  border-radius: 2px;
  /*
    > div:first-child {
        position: relative;
        box-sizing: border-box;
        margin: 0px;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow-wrap: break-word;
    }

    > div:last-child {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow-wrap: break-word;
        font-size: 12px;
        line-height: 1.4;
        font-weight: 300;
        color: #999999;
        margin-top: 7px;
    }
    */
}
.selectbox__searchfield {
  position: absolute;
  box-sizing: border-box;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 6px 1px;
  margin: 0;
  font-size: 14px;
  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: #e73c0e !important;
  box-shadow: 0 1px 0 0 #e73c0e;
  outline: none;
  color: #777777;
  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);
}
.selectbox__list-item {
  position: relative;
  padding: 10px 12px;
}
.selectbox__list-item:active,
.selectbox__list-item.is-active {
  background-color: #e73c0e;
  color: #ffffff;
}
.selectbox__list-item.is-hightlighted {
  background-color: #eeeeee;
  color: #000000;
}
.selectbox__list-item--disabled {
  color: #CCC;
}
.selectbox__list-item--selected,
.selectbox__list-item--selected.is-hightlighted {
  color: #FFF;
  background-color: #e73c0e;
}
.selectbox__list-item--selected .selectbox__list-item-subtitle,
.selectbox__list-item--selected.is-hightlighted .selectbox__list-item-subtitle {
  color: #FFF;
}
.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;
}
.selectbox__list-item-img {
  width: 40px;
  height: auto;
  float: left;
  margin-right: 15px;
  min-width: 40px;
  min-height: 40px;
  background: none;
}
.selectbox__list-item-img img {
  width: 100%;
  height: auto;
}
.selectbox__list-item-status {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 10px;
  color: #999;
}
.selectbox__list-item-status:before {
  content: '';
  position: absolute;
  left: -9px;
  top: 50%;
  transform: translate(0, -50%);
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #259229;
}
.selectbox__list-item--selected .selectbox__list-item-status {
  color: #FFF;
}
/**** 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: #777777;
}

/**
 *
 * 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 {
  position: relative;
  padding: 10px 12px;
}
.selectbox__list-item:active,
.selectbox__list-item.is-active {
  background-color: #e73c0e !important;
  color: #ffffff !important;
}
.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-item-subtitle {
  position: relative;
  pointer-events: none;
  padding: 3px 0 0 0;
  font-size: 12px;
  color: #777777;
  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 {
  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
 *
 */
.selectbox__list-unselect {
  color: #777777;
}

/**
 *
 * New variables names
 *
 */
.tagfield__tag {
  display: inline-flex;
  position: relative;
  z-index: 30;
  margin: 1px 4px 1px 0;
  max-width: 80%;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  align-self: flex-end;
  cursor: default;
  white-space: nowrap;
}
.tagfield__tag:first-child {
  margin-left: 0;
}
.t-style .tagfield__tag {
  border-radius: 2px;
}
.tagfield__tag::after {
  position: relative;
  display: inline-block;
  content: ', ';
}
.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: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 1px;
  pointer-events: none;
  font-size: 11px;
  font-weight: 300;
  color: #777777;
}
.is-required ~ .tagfield__label::before {
  content: '* ';
  position: absolute;
  right: 100%;
  top: 0;
  margin: 2px;
  color: #e73c0e;
}
.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: #777777;
  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: #777777;
}
.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: #e73c0e;
}
.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: #e73c0e;
  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;
}
.tagfield__field.tagfield_style_dark {
  color: #ffffff;
}
.tagfield__field.tagfield_style_dark .tagfield__searchfield {
  color: #ffffff;
}

/**
 *
 * 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: #c5330c;
}
.file__caption-toggle input[type="checkbox"]:checked.toggle:active {
  background-color: #c5330c;
}
.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;
}

/**
 *
 * 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__delete1 {
  display: none;
}
@media (max-width: 500px) {
  .file__delete1 {
    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__delete1:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.file__img1:hover .file__delete1 {
  position: absolute;
  display: block;
  top: 6px;
  right: 6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  cursor: pointer;
}
@media (max-width: 500px) {
  .file__img1:hover .file__delete1 {
    width: 22px;
    height: 22px;
  }
}
.file__img1:hover .file__delete1:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

/**
 *
 * 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;
    }

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