@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");

/* CSS Document */
html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: url(../images/bg.png);
  font-size: 20px;
}

body.fancybox-active {
  height: 100%;
}

form {
  width: 100%;
  height: 100%;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: inherit;
}

a,
a img {
  text-decoration: none;
  outline: none;
  border: none;
}

.clr {
  clear: both;
  height: 0;
}

::-webkit-input-placeholder {
  color: #707070;
}

:-moz-placeholder {
  color: #707070;
}

::-moz-placeholder {
  color: #707070;
}

:-ms-input-placeholder {
  color: #707070;
}

::selection {
  background: #1691CE;
  color: #fff;
}

::-moz-selection {
  background: #1691CE;
  color: #fff;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: ate(0deg);
  }

  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    nsform: rotate(360deg);
  }
}

@-webkit-keyframes swing {
  0% {
    top: 0;
  }

  50% {
    top: 21%;
  }

  100% {
    top: 0;
  }
}

@keyframes swing {
  0% {
    top: 0;
  }

  50% {
    top: 21%;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes rocket {
  0% {
    top: 100%;
  }

  25% {
    top: 100%;
  }

  75% {
    top: -110%;
  }

  100% {
    top: -110%;
  }
}

@keyframes rocket {
  0% {
    top: 100%;
  }

  25% {
    top: 100%;
  }

  75% {
    top: -110%;
  }

  100% {
    top: -110%;
  }
}

@-webkit-keyframes shine {
  0% {
    background-position: -256px 0px;
  }

  25% {
    background-position: 256px 0px;
  }

  75% {
    background-position: 256px 0px;
  }

  100% {
    background-position: 256px 0px;
  }
}

@keyframes shine {
  0% {
    background-position: -256px 0px;
  }

  25% {
    background-position: 256px 0px;
  }

  75% {
    background-position: 256px 0px;
  }

  100% {
    background-position: 256px 0px;
  }
}

body,
input,
textarea,
select,
option {
  font-family: 'Open Sans', sans-serif;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  outline: none;
}

:before {
  font-family: IcoFont;
  font-style: normal;
}

header {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 25px 50px;
  position: absolute;
  top: 0;
  z-index: 2;
  align-items: center;
}

a.logo img {
  display: block;
  width: auto;
  height: 100px;
}

a.dc img {
  display: block;
  width: auto;
  height: 70px;
}

.loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAAXNSR0IArs4c6QAAADtJREFUKFNjZCACMBJS8+80w3+8ikAKmEwZGAmaBLIJqyKYCTCnYChCV4DTJHTPwE3CZgKKdfgUgBQCABG0EdJOVX/CAAAAAElFTkSuQmCC) repeat;
}

.loading svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}

.loading .triangle {
  stroke-dasharray: 17;
  animation: dash 2.5s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite;
}

@keyframes dash {
  to {
    stroke-dashoffset: 136;
  }
}

.loading .loadingTxt {
  font-family: 'Open Sans', sans-serif;
  font-size: 8px;
  animation: blink .9s ease-in-out infinite alternate;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

main {
  width: 100%;
  height: 100%;
  padding-top: 130px;
  position: relative;
  overflow-x: hidden;
}

.previous-works {
  display: none;
}

#inspirationBrandsList {
  height: 380px;
}

#edgeBoxList {
  height: 380px;
}


main:before {
  width: 40%;
  max-width: 600px;
  height: 200%;
  position: absolute;
  top: -20%;
  left: 0;
  content: "";
  background: #FFF;
  transform: skew(-20deg, 20deg);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

main.result a.logo {
  opacity: 0;
}

main.result:before {
  left: -1000%;
}

main.login:before {
  display: none;
}

main.login .loginBox {
  background: #000;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 50px;
  margin: 15% auto;
  max-width: 300px;
}

main.login .loginBox input {
  height: 40px;
  display: block;
  width: 100%;
  margin-bottom: 5px;
}

main.login .loginBox input[type=submit] {
  max-width: 100px;
  background: #fecc00;
  border: none;
  margin: auto;
  font-weight: bold;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-top: 15px;
  cursor: pointer;
}

.wrapper {
  width: 700%;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  left: 0%;
}

.screen {
  height: 100%;
  width: 14.28%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.inner {
  width: 600px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  position: relative;
}

.inner.big {
  width: 90%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.inner.big .left {
  width: 67%;
}

.inner.big .right {
  width: 33%;
  padding-left: 20px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

h2 {
  font-size: 26px;
}

h2 small {
  font-size: 12px;
  background: #000;
  color: #fecc00;
  display: inline-block;
  float: right;
  padding: 0 10px;
}

h3 {
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: 5px 0;
}

.options {
  width: 100%;
  background: #fff;
  border: 5px solid #000;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

#sessionsList {
  border: none;
  background: none;
}

.options .col {
  width: 33.333%;
  height: 100%;
  border-right: 1px solid #eee;
}

.options .col.w50 {
  width: 50%;
}

.options .col.w100 {
  width: 100%;
}

.options .col ul {
  width: 100%;
  overflow-y: scroll;
  height: 450px;
  position: relative;
}

.options .col ul li {
  display: block;
  cursor: pointer;
  padding: 5px;
  border-bottom: 1px dashed #000;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.options .col ul li strong {
  font-size: 12px;
  display: block;
}

.options .col ul li span {
  font-size: 13px;
  display: block;
}

.options .col ul li small {
  font-size: 10px;
  display: block;
}

.options .col ul li:hover {
  background: #fecc00;
}

.options .col ul::-webkit-scrollbar {
  width: 4px;
}

.options .col ul::-webkit-scrollbar-track {
  background: #EBEBEB;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.options .col ul::-webkit-scrollbar-thumb {
  background: #fecc00;
  border-radius: 10px;
}

.nav {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 15px;
  padding: 0 15px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nav a {
  display: block;
  width: 100px;
  background: #000;
  color: #fecc00;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  font-weight: 600;
}

.nav a span {
  position: relative;
}

.nav a.next span::before {
  content: "\eaa0";
  position: absolute;
  right: -15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav a.prev span::before {
  content: "\ea9d";
  position: absolute;
  left: -15px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav a.manifest {
  background: #666;
}

.nav a:hover {
  color: #fff;
}

.nav a:hover.prev span:before {
  left: -20px;
}

.nav a:hover.next span:before {
  right: -20px;
}

.fRow {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  align-items: center;
}

.fRow.hide {
  display: none;
}

.fRow label {
  width: 25%;
  font-size: 14px;
  font-weight: bold;
}

.fRow .element {
  width: 75%;
  height: 45px;
  position: relative;
}

.fRow .element .info {
  position: absolute;
  left: 100%;
  top: 5px;
  margin-left: 25px;
  cursor: pointer;
}

.fRow .element .info:before {
  content: "\ef4e";
}

.fRow .element .info i {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  width: 200px;
  display: block;
  position: absolute;
  left: 30px;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}

.fRow .element .info:hover i {
  opacity: 1;
}

.checkbox {
  position: absolute;
  left: 100%;
  margin-left: 25px;
  top: 15px;
}

.checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.checkbox label {
  display: block;
  width: 220px;
  font-size: 12px;
  padding-left: 45px;
  cursor: pointer;
}

.checkbox label:before {
  display: block;
  height: 20px;
  width: 40px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.checkbox label:after {
  display: block;
  height: 16px;
  width: 16px;
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  background: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.checkbox input:checked+label:after {
  left: 22px;
  background: #fecc00;
}

input[type=text],
select,
textarea,
input[type=password] {
  width: 100%;
  border: none;
  height: 100%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 0 15px;
}

textarea {
  height: 140px;
  padding-top: 15px;
}

.tweakArea {
  width: 100%;
  position: relative;
}

.result {
  width: 90%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.result .col {
  width: 33.333%;
  padding: 0 50px;
}

.result .col img {
  display: block;
  width: 30%;
  margin: auto;
}

.result .col strong {
  display: block;
  text-align: center;
  padding: 15px 0 25px;
}

.result .col p {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 10px;
  font-size: 16px;
  text-align: center;
}

.manifestContent {
  width: 100%;
  overflow-y: scroll;
  height: 380px;
  position: relative;
  background: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 20px;
  font-size: 16px;
}

.manifestContent::-webkit-scrollbar {
  width: 4px;
}

.manifestContent::-webkit-scrollbar-track {
  background: #EBEBEB;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.manifestContent::-webkit-scrollbar-thumb {
  background: #fecc00;
  border-radius: 10px;
}

/***********************************************************************************************************************
MessageBox - A jQuery Plugin to replace Javascript's window.alert(), window.confirm() and window.prompt() functions
    Author          : Gaspare Sganga
    Version         : 2.0.1
    License         : MIT
    Documentation   : http://gasparesganga.com/labs/jquery-message-box/
***********************************************************************************************************************/
/*
    You can customize your MessageBox style directly in this file 
    or override some classes/styles using an external CSS file loaded after this.
*/
/* Overlay */
.messagebox_overlay {
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 9999;
}

.messagebox_overlay *:focus {
  outline: 0;
}

/* MessageBox */
.messagebox {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  color: #303030;
  background-color: #fcfcfc;
  border: 1px solid #c8c8c8;
  box-shadow: 0px 2px 4px #a0a0a0;
  max-height: 90%;
  /* This value is useful only when "top" option is set to "auto" */
  max-width: 90%;
  min-width: 300px;
}

/* Content */
.messagebox_content {
  padding: 20px;
  padding-bottom: 0;
  /* In order to preserve "padding-bottom" when the content is taller than the MessageBox and thus scrolled on the Y-axis, use the following's :after pseudo-class "height" value instead of "padding-bottom" here! */
}

.messagebox_content:after {
  content: "";
  display: block;
  flex: 0 0 auto;
  height: 20px;
  /* Use this value as if it was #messagebox_content's "padding-bottom" to preserve it when the content overflows Y-axis and the scrollbar is shown */
}

/* Input's Label */
.messagebox_content_label {
  display: block;
  width: 100%;
  margin: auto;
  margin-top: 10px;
  font-style: italic;
}

/* Input (it applies to selects too) */
.messagebox_content_input {
  display: block;
  width: 100%;
  margin: auto;
  margin-top: 10px;
  padding: 3px;
  color: #303030;
  border: 1px solid #909090;
  font-family: inherit;
  font-size: inherit;
  font-style: normal;
  font-weight: inherit;
  text-align: left;
}

.messagebox_content_input:hover {
  border-color: #707070;
}

.messagebox_content_input:focus {
  border-color: #707070;
  box-shadow: inset 0px 0px 3px #ffd540;
}

/* Input's style when placed inside a label */
.messagebox_content_label .messagebox_content_input {
  margin-top: 4px;
}

/* Select's "fake placeholder" */
.messagebox_content_input_selectplaceholder {
  color: #909090;
}

/* Buttons */
.messagebox_buttons {
  background-color: #f5f5f5;
  border-top: 1px solid #c8c8c8;
  padding: 10px 20px;
  text-align: center;
}

.messagebox_buttons button {
  font-family: inherit;
  font-size: inherit;
  font-weight: bold;
  text-align: center;
  min-width: 75px;
  margin: 0px 4px;
  padding: 5px 10px;
  cursor: pointer;
  color: #404040;
  background-color: #e9e9e9;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.1) 51%, rgba(255, 255, 255, 0) 100%);
  border: 1px solid #c0c0c0;
  border-radius: 2px;
}

.messagebox_buttons button:hover {
  color: #202020;
  background-color: #f0f0f0;
}

.messagebox_buttons button:active {
  background-color: #e6e6e6;
  border: 1px solid #a0a0a0;
  box-shadow: inset 0px 0px 6px #d0d0d0;
}

.messagebox_buttons button::-moz-focus-inner {
  padding: 0;
  border: 0;
}