/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
VARIABLES
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
BODY
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* line 106, sass/sass/main.scss */
html {
  width: 100%;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased !important;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004) !important;
  color: #172b4d;
}

/* line 117, sass/sass/main.scss */
body {
  width: 100%;
  height: 100%;
  font-size: 1.6rem;
  letter-spacing: 0.1px;
  color: #172b4d;
  letter-spacing: 0.3px;
}

/* line 126, sass/sass/main.scss */
select::-ms-expand {
  display: none;
}

/* line 130, sass/sass/main.scss */
.icon {
  width: 24px;
  height: 24px;
}

/* line 135, sass/sass/main.scss */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  font-feature-settings: 'liga';
}

/* line 160, sass/sass/main.scss */
.dataTables_filter {
  display: none;
}

/* line 164, sass/sass/main.scss */
.menu-hidden {
  display: none;
}

/* line 168, sass/sass/main.scss */
.main-btn {
  height: 40px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 1.4rem;
  padding: 12px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #5072FF;
  display: inline-block;
  outline: none;
  border: none;
  cursor: pointer;
}
/* line 183, sass/sass/main.scss */
.main-btn:hover {
  transform: scale(1.05);
  transform: translate(0px, -2px);
  background-color: #fff;
  color: #5072FF;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(80, 114, 225, 0.35);
  -moz-box-shadow: 0px 4px 16px 0px rgba(80, 114, 225, 0.35);
  box-shadow: 0px 4px 16px 0px rgba(80, 114, 225, 0.35);
}

/* line 194, sass/sass/main.scss */
.secondary-btn {
  height: 40px;
  font-weight: 600;
  letter-spacing: 0.5px;
  font-size: 1.4rem;
  padding: 11px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #5072FF;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #fff;
  display: inline-block;
  border: 1px solid #5072FF;
}
/* line 207, sass/sass/main.scss */
.secondary-btn:hover {
  border: 1px solid #fff;
  transform: scale(1.05);
  transform: translate(0px, -2px);
  background-color: #fff;
  color: #5072FF;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(80, 114, 225, 0.35);
  -moz-box-shadow: 0px 4px 16px 0px rgba(80, 114, 225, 0.35);
  box-shadow: 0px 4px 16px 0px rgba(80, 114, 225, 0.35);
}

/* line 219, sass/sass/main.scss */
.primary-btn-disabled {
  opacity: 0.35;
  cursor: default;
}
/* line 223, sass/sass/main.scss */
.primary-btn-disabled:hover {
  transform: scale(1);
  background-color: #5072FF;
  color: #fff;
  -webkit-box-shadow: 0px 0px 0px 0px #ffffe1;
  -moz-box-shadow: 0px 0px 0px 0px #ffffe1;
  box-shadow: 0px 0px 0px 0px #ffffe1;
}

/* line 233, sass/sass/main.scss */
.secondary-btn-disabled {
  opacity: 0.35;
  cursor: default;
}
/* line 237, sass/sass/main.scss */
.secondary-btn-disabled:hover {
  transform: scale(1);
  border: 1px solid #5072FF;
  -webkit-box-shadow: 0px 0px 0px 0px #ffffe1;
  -moz-box-shadow: 0px 0px 0px 0px #ffffe1;
  box-shadow: 0px 0px 0px 0px #ffffe1;
}

/* line 246, sass/sass/main.scss */
.highcharts-credits {
  display: none;
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ADVICE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* line 256, sass/sass/main.scss */
.advice-content {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 110;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
}
/* line 264, sass/sass/main.scss */
.advice-content .advice-bg {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 271, sass/sass/main.scss */
.advice-content .advice-bg .advice-box {
  width: 500px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 50px;
  transform: translate(0, 50px);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.75);
}
/* line 283, sass/sass/main.scss */
.advice-content .advice-bg .advice-box .advice-box-header {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
/* line 289, sass/sass/main.scss */
.advice-content .advice-bg .advice-box .advice-box-header .header-title {
  font-size: 1.8rem;
  font-weight: 600;
}
/* line 294, sass/sass/main.scss */
.advice-content .advice-bg .advice-box .advice-box-header i {
  opacity: 0.25;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 300, sass/sass/main.scss */
.advice-content .advice-bg .advice-box .advice-box-header i:hover {
  opacity: 1;
}
/* line 306, sass/sass/main.scss */
.advice-content .advice-bg .advice-box .advice-text {
  font-size: 1.4rem;
  margin-bottom: 25px;
}
/* line 312, sass/sass/main.scss */
.advice-content .advice-bg .advice-box .pop-btn-group {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
}
/* line 315, sass/sass/main.scss */
.advice-content .advice-bg .advice-box .pop-btn-group .pop-btn {
  font-size: 1.4rem;
  border: 1px solid;
  padding: 6px 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* line 323, sass/sass/main.scss */
.advice-content .advice-bg .advice-box .pop-btn-group .pop-btn-action {
  border: 1px solid #5072FF;
  margin-right: 10px;
  background-color: #5072FF;
  color: #fff;
}
/* line 330, sass/sass/main.scss */
.advice-content .advice-bg .advice-box .pop-btn-group .pop-btn-cancel {
  border: 1px solid #ccc;
  margin-right: 10px;
  color: #999;
}
/* line 338, sass/sass/main.scss */
.advice-content .advice-bg .advice-box-appear {
  transform: translate(0, 0);
  opacity: 1;
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
SPINNER
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* line 351, sass/sass/main.scss */
.spinner-content {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 110;
  background-color: rgba(0, 0, 0, 0.75);
}
/* line 359, sass/sass/main.scss */
.spinner-content .spinner-bg {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 366, sass/sass/main.scss */
.spinner-content .spinner-bg .spinner-box {
  width: 300px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 50px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.75);
}
/* line 378, sass/sass/main.scss */
.spinner-content .spinner-bg .spinner-box svg {
  display: block;
  margin: 0;
  padding: 0;
}
/* line 383, sass/sass/main.scss */
.spinner-content .spinner-bg .spinner-box .spinner {
  width: 70px;
  height: 70px;
  animation: contanim 2s linear infinite;
}
/* line 392, sass/sass/main.scss */
.spinner-content .spinner-bg .spinner-box .spinner svg {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  transform: rotate(-90deg);
}
/* line 400, sass/sass/main.scss */
.spinner-content .spinner-bg .spinner-box .spinner svg:nth-child(1) circle {
  stroke: #e0fcff;
  stroke-dasharray: 1, 300;
  stroke-dashoffset: 0;
  animation: strokeanim 3s calc(.2s * (1)) ease infinite;
  transform-origin: center center;
}
/* line 400, sass/sass/main.scss */
.spinner-content .spinner-bg .spinner-box .spinner svg:nth-child(2) circle {
  stroke: #95e8d7;
  stroke-dasharray: 1, 300;
  stroke-dashoffset: 0;
  animation: strokeanim 3s calc(.2s * (2)) ease infinite;
  transform-origin: center center;
}
/* line 400, sass/sass/main.scss */
.spinner-content .spinner-bg .spinner-box .spinner svg:nth-child(3) circle {
  stroke: #7dace4;
  stroke-dasharray: 1, 300;
  stroke-dashoffset: 0;
  animation: strokeanim 3s calc(.2s * (3)) ease infinite;
  transform-origin: center center;
}
/* line 400, sass/sass/main.scss */
.spinner-content .spinner-bg .spinner-box .spinner svg:nth-child(4) circle {
  stroke: #5072FF;
  stroke-dasharray: 1, 300;
  stroke-dashoffset: 0;
  animation: strokeanim 3s calc(.2s * (4)) ease infinite;
  transform-origin: center center;
}
@keyframes strokeanim {
  0% {
    stroke-dasharray: 1, 300;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 120, 300;
    stroke-dashoffset: -58.54832;
  }
  100% {
    stroke-dasharray: 120, 300;
    stroke-dashoffset: -175.64497;
  }
}
@keyframes contanim {
  100% {
    transform: rotate(360deg);
  }
}
/* line 433, sass/sass/main.scss */
.spinner-content .spinner-bg .spinner-box .spinner-title {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 50px;
  text-align: center;
  opacity: 0.75;
  letter-spacing: 0.5px;
  line-height: 2rem;
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
ALERT
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* line 452, sass/sass/main.scss */
.message {
  position: fixed;
  bottom: 0;
  z-index: 70;
  width: 60px;
  height: 60px;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  /* Negative half of width. */
  margin-bottom: 40px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  transform: scale(0.01);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 16px 0px rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 0px 18px;
}
/* line 477, sass/sass/main.scss */
.message .message-left {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}
/* line 485, sass/sass/main.scss */
.message .message-left .message-text {
  font-size: 1.6rem;
  font-weight: 600;
  margin-left: 20px;
  margin-top: 1px;
  display: none;
}
/* line 495, sass/sass/main.scss */
.message .close-message {
  opacity: 0.50;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  display: none;
}
/* line 502, sass/sass/main.scss */
.message .close-message:hover {
  opacity: 0.75;
}

/* line 509, sass/sass/main.scss */
.success {
  background-color: #fff;
  color: #32d296;
}

/* line 516, sass/sass/main.scss */
.info {
  background-color: #fff;
  color: #1e87f0;
}

/* line 523, sass/sass/main.scss */
.error {
  background-color: #fff;
  color: #f0506e;
}

/* line 530, sass/sass/main.scss */
.warning {
  background-color: #fff;
  color: #faa05a;
}

/* line 537, sass/sass/main.scss */
.message-big {
  transform: scale(1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* line 542, sass/sass/main.scss */
.message-change {
  width: 500px;
  margin-left: -250px;
  /* Negative half of width. */
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
COOKIES ADVICE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* line 553, sass/sass/main.scss */
.cookies-alert {
  position: fixed;
  z-index: 130;
  width: 400px;
  background-color: rgba(0, 0, 0, 0.85);
  right: 20px;
  bottom: 20px;
  padding: 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
/* line 563, sass/sass/main.scss */
.cookies-alert .cookies-body-text {
  font-size: 1.4rem;
  color: #fff;
  opacity: 0.8;
  line-height: 150%;
}
/* line 569, sass/sass/main.scss */
.cookies-alert .cookies-body-text a {
  display: inline-block;
  margin-left: 5px;
  color: #fff;
  text-decoration: underline;
}
/* line 577, sass/sass/main.scss */
.cookies-alert .cookies-btn {
  color: #fff;
  padding: 5px 10px;
  border: 1px solid #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-top: 10px;
  font-size: 1.4rem;
  display: inline-block;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* line 587, sass/sass/main.scss */
.cookies-alert .cookies-btn:hover {
  background-color: #fff;
  color: #333;
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
LAYOUT COOKIES LEGAL
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* line 600, sass/sass/main.scss */
.layout-bg {
  width: 100%;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
/* line 610, sass/sass/main.scss */
.layout-bg .layout-content {
  width: 100%;
  max-width: 874px;
  background-color: #fff;
  margin: 60px auto 60px auto;
  transform: translate(0px, 60px);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 622, sass/sass/main.scss */
.layout-bg .layout-content .layout-header {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  height: 40px;
  margin-bottom: 50px;
}
/* line 630, sass/sass/main.scss */
.layout-bg .layout-content .layout-header .title {
  font-size: 3.4rem;
  letter-spacing: -0.25px;
  font-weight: 600;
}
/* line 636, sass/sass/main.scss */
.layout-bg .layout-content .layout-header .close-layout {
  font-size: 3.6rem;
  opacity: 0.25;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  cursor: pointer;
}
/* line 642, sass/sass/main.scss */
.layout-bg .layout-content .layout-header .close-layout:hover {
  opacity: 1;
}
/* line 650, sass/sass/main.scss */
.layout-bg .layout-content .box-content .list {
  width: 100%;
}
/* line 653, sass/sass/main.scss */
.layout-bg .layout-content .box-content .list .list-row {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
/* line 657, sass/sass/main.scss */
.layout-bg .layout-content .box-content .list .list-row:last-child {
  border-bottom: 0px;
}
/* line 660, sass/sass/main.scss */
.layout-bg .layout-content .box-content .list .list-row:last-child .list-content {
  margin-bottom: 0px;
}
/* line 665, sass/sass/main.scss */
.layout-bg .layout-content .box-content .list .list-row .list-title {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 20px 0px 20px 0px;
}
/* line 671, sass/sass/main.scss */
.layout-bg .layout-content .box-content .list .list-row .list-text {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.2rem;
  margin-bottom: 20px;
  opacity: 0.85;
}
/* line 678, sass/sass/main.scss */
.layout-bg .layout-content .box-content .list .list-row .list-text a {
  display: inline-block;
  color: #1e87f0;
  margin-left: 3px;
}
/* line 683, sass/sass/main.scss */
.layout-bg .layout-content .box-content .list .list-row .list-text a:hover {
  text-decoration: underline;
}

/* line 694, sass/sass/main.scss */
.layout-bg-up {
  display: block;
}

/* line 698, sass/sass/main.scss */
.layout-content-up {
  opacity: 1 !important;
  transform: translate(0px, 0px) !important;
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
USER SLIDE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* line 709, sass/sass/main.scss */
.user-slide-content {
  display: none;
  position: fixed;
  z-index: 90;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}
/* line 718, sass/sass/main.scss */
.user-slide-content .user-slide-box-content {
  position: absolute;
  right: 0;
  width: 370px;
  height: 100%;
  padding: 10px;
  transform: translate(370px, 0px);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 727, sass/sass/main.scss */
.user-slide-content .user-slide-box-content .user-slide-box {
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.22);
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  position: relative;
}
/* line 737, sass/sass/main.scss */
.user-slide-content .user-slide-box-content .user-slide-box .user-slide-close {
  width: 30px;
  height: 30px;
  position: absolute;
  z-index: 95;
  top: 15px;
  right: 15px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: rgba(66, 82, 110, 0.15);
  background-image: url(../img/ico/ico-close.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px;
  opacity: 0.5;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* line 754, sass/sass/main.scss */
.user-slide-content .user-slide-box-content .user-slide-box .user-slide-close:hover {
  opacity: 1;
}
/* line 759, sass/sass/main.scss */
.user-slide-content .user-slide-box-content .user-slide-box .user-slide-up {
  width: 100%;
  padding: 30px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  transform: translate(0px, 25px);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* line 768, sass/sass/main.scss */
.user-slide-content .user-slide-box-content .user-slide-box .user-slide-up .user-img {
  width: 150px;
  height: 150px;
  background-color: #111;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  margin-top: 40px;
  margin-bottom: 40px;
  background-size: 150px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
/* line 779, sass/sass/main.scss */
.user-slide-content .user-slide-box-content .user-slide-box .user-slide-up .user-img .user-letters {
  color: #fff;
  font-size: 6rem;
  font-weight: 300;
  margin: 0px auto;
  opacity: 0.5;
}
/* line 788, sass/sass/main.scss */
.user-slide-content .user-slide-box-content .user-slide-box .user-slide-up .user-name {
  font-size: 1.6re;
  font-weight: 600;
  margin-bottom: 5px;
}
/* line 794, sass/sass/main.scss */
.user-slide-content .user-slide-box-content .user-slide-box .user-slide-up .user-mail {
  font-size: 1.4rem;
  opacity: 0.5;
}
/* line 799, sass/sass/main.scss */
.user-slide-content .user-slide-box-content .user-slide-box .user-slide-up .edit-btn {
  font-size: 1.4rem;
  color: #5072FF;
  display: inline-block;
  padding: 8px 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  color: rgba(66, 82, 110, 0.55);
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* line 812, sass/sass/main.scss */
.user-slide-content .user-slide-box-content .user-slide-box .user-slide-up .edit-btn:hover {
  background-color: rgba(0, 0, 0, 0.15);
  color: rgba(66, 82, 110, 0.65);
}
/* line 820, sass/sass/main.scss */
.user-slide-content .user-slide-box-content .user-slide-box .user-slide-down {
  padding: 30px;
  width: 100%;
  transform: translate(0px, 25px);
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
/* line 827, sass/sass/main.scss */
.user-slide-content .user-slide-box-content .user-slide-box .user-slide-down .language-row {
  padding: 10px 0;
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
/* line 833, sass/sass/main.scss */
.user-slide-content .user-slide-box-content .user-slide-box .user-slide-down .language-row .title {
  font-size: 1.4rem;
  opacity: 0.5;
}
/* line 838, sass/sass/main.scss */
.user-slide-content .user-slide-box-content .user-slide-box .user-slide-down .language-row select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  font-size: 14px;
  border: none;
  background: transparent;
  text-align: right;
  color: #172b4d;
  font-weight: 600;
  padding-right: 24px;
  background-image: url("../img/ico/ico-drop-down.svg");
  background-repeat: no-repeat;
  background-position: right;
}
/* line 853, sass/sass/main.scss */
.user-slide-content .user-slide-box-content .user-slide-box .user-slide-down .version-row {
  border-top: 1px solid rgba(0, 0, 0, 0.075);
  padding: 10px 0;
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
/* line 860, sass/sass/main.scss */
.user-slide-content .user-slide-box-content .user-slide-box .user-slide-down .version-row .title {
  font-size: 1.4rem;
  opacity: 0.5;
}
/* line 865, sass/sass/main.scss */
.user-slide-content .user-slide-box-content .user-slide-box .user-slide-down .version-row .data {
  font-size: 1.4rem;
  font-weight: 600;
}
/* line 871, sass/sass/main.scss */
.user-slide-content .user-slide-box-content .user-slide-box .user-slide-down .cookies-legal-row {
  border-top: 1px solid rgba(0, 0, 0, 0.075);
  padding: 10px 0;
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
}
/* line 877, sass/sass/main.scss */
.user-slide-content .user-slide-box-content .user-slide-box .user-slide-down .cookies-legal-row .title {
  font-size: 1.4rem;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  margin-right: 10px;
}
/* line 884, sass/sass/main.scss */
.user-slide-content .user-slide-box-content .user-slide-box .user-slide-down .cookies-legal-row .title:hover {
  opacity: 1;
}
/* line 888, sass/sass/main.scss */
.user-slide-content .user-slide-box-content .user-slide-box .user-slide-down .cookies-legal-row .title:last-child {
  margin-right: 0px;
}
/* line 894, sass/sass/main.scss */
.user-slide-content .user-slide-box-content .user-slide-box .user-slide-down .close-session {
  margin: 10px 0px 20px 0px;
  padding: 10px 12px;
  border: 1px solid #5072FF;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  color: #5072FF;
  text-align: center;
  font-weight: 600;
}
/* line 904, sass/sass/main.scss */
.user-slide-content .user-slide-box-content .user-slide-box .user-slide-down .close-session:hover {
  background-color: #5072FF;
  color: #fff;
}
/* line 910, sass/sass/main.scss */
.user-slide-content .user-slide-box-content .user-slide-box .user-slide-down .backend-row {
  display: inline-block;
  padding: 8px 10px;
  font-size: 1.3rem;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #172b4d;
  text-aling: center;
}
/* line 919, sass/sass/main.scss */
.user-slide-content .user-slide-box-content .user-slide-box .user-slide-down .backend-row .heart {
  font-size: 10px;
}
/* line 925, sass/sass/main.scss */
.user-slide-content .user-slide-box-content .user-slide-box .user-slide-appear {
  opacity: 1;
  transform: translate(0px, 0px);
}
/* line 932, sass/sass/main.scss */
.user-slide-content .user-slide-box-content-appear {
  transform: translate(0px, 0px);
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
MENU SLIDE LITE
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* line 943, sass/sass/main.scss */
.menu-slide-lite {
  position: fixed;
  z-index: 80;
  width: 70px;
  height: 100%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #323540;
}
/* line 958, sass/sass/main.scss */
.menu-slide-lite .menu-slide-header {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  background-color: #5072FF;
}
/* line 968, sass/sass/main.scss */
.menu-slide-lite .menu-slide-header:hover .hambuger-menu {
  transform: translate(0px, 0px);
  opacity: 1;
}
/* line 974, sass/sass/main.scss */
.menu-slide-lite .menu-slide-header .hambuger-menu {
  width: 11px;
  height: 16px;
  background-image: url("../img/ico/ico-menu-lite.svg");
  transform: translate(-2px, 0px);
  opacity: 0.35;
  margin-right: 18px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 984, sass/sass/main.scss */
.menu-slide-lite .menu-slide-header .main-brand {
  width: 14px;
  height: 20px;
  background-image: url("../img/ico/mainBrandBig.svg");
  background-size: 111px;
  -webkit-transition: all 0.2 ease-out;
  -moz-transition: all 0.2 ease-out;
  -o-transition: all 0.2 ease-out;
  transition: all 0.2 ease-out;
}
/* line 992, sass/sass/main.scss */
.menu-slide-lite .menu-slide-header .by-akting {
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  margin-bottom: -12px;
  margin-left: 8px;
  opacity: 0.5;
  color: #fff;
  font-weight: 400;
}
/* line 1005, sass/sass/main.scss */
.menu-slide-lite .menu-user {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  padding: 13px;
}
/* line 1012, sass/sass/main.scss */
.menu-slide-lite .menu-user .user-img {
  width: 44px;
  height: 44px;
  border: 2px solid #111;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: #111;
  background-size: 40px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}
/* line 1022, sass/sass/main.scss */
.menu-slide-lite .menu-user .user-img .user-letters {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  margin: 0px auto;
  opacity: 0.5;
}
/* line 1031, sass/sass/main.scss */
.menu-slide-lite .menu-user .user-name {
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.5px;
  opacity: 1;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-left: 15px;
}
/* line 1044, sass/sass/main.scss */
.menu-slide-lite .menu-group {
  width: 100%;
}
/* line 1048, sass/sass/main.scss */
.menu-slide-lite .menu-group .menu-btn {
  cursor: pointer;
  display: inline-block;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  width: 70px;
  height: 40px;
  opacity: 0.25;
  position: relative;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* line 1059, sass/sass/main.scss */
.menu-slide-lite .menu-group .menu-btn .btn-icon-box {
  width: 70px;
  height: 40px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 1066, sass/sass/main.scss */
.menu-slide-lite .menu-group .menu-btn .btn-icon-box .selected-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 40px;
  background-color: #5072FF;
  display: none;
}
/* line 1076, sass/sass/main.scss */
.menu-slide-lite .menu-group .menu-btn .btn-icon-box .selected-circle {
  position: absolute;
  left: -5px;
  top: 15px;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #5072FF;
  display: none;
}
/* line 1087, sass/sass/main.scss */
.menu-slide-lite .menu-group .menu-btn .btn-icon-box i {
  color: #fff;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* line 1093, sass/sass/main.scss */
.menu-slide-lite .menu-group .menu-btn .btn-title {
  margin: 2px 0px 0px 0px;
  color: #fff;
  font-size: 1.4rem;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-weight: 400;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  letter-spacing: 0.25px;
}
/* line 1103, sass/sass/main.scss */
.menu-slide-lite .menu-group .menu-btn .menu-submenu {
  position: absolute;
  left: 70px;
  top: 0px;
  min-width: 200px;
  background-color: #323540;
  display: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 1112, sass/sass/main.scss */
.menu-slide-lite .menu-group .menu-btn .menu-submenu .menu-bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 15px 20px 15px 20px;
  -webkit-box-shadow: inset 2px 0px 1px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 2px 0px 1px 0px rgba(0, 0, 0, 0.05);
  box-shadow: inset 2px 0px 1px 0px rgba(0, 0, 0, 0.05);
}
/* line 1121, sass/sass/main.scss */
.menu-slide-lite .menu-group .menu-btn .menu-submenu .menu-bg .submenu-title {
  font-size: 1rem;
  letter-spacing: 1.5px;
  opacity: 0.25;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 600;
}
/* line 1130, sass/sass/main.scss */
.menu-slide-lite .menu-group .menu-btn .menu-submenu .menu-bg .submenu-link {
  color: #fff;
  font-size: 1.4rem;
  margin-bottom: 10px;
  opacity: 0.5;
  letter-spacing: 0.35px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  font-weight: 500;
}
/* line 1139, sass/sass/main.scss */
.menu-slide-lite .menu-group .menu-btn .menu-submenu .menu-bg .submenu-link:hover {
  opacity: 1;
}
/* line 1143, sass/sass/main.scss */
.menu-slide-lite .menu-group .menu-btn .menu-submenu .menu-bg .submenu-link:last-child {
  margin-bottom: 0px;
}
/* line 1150, sass/sass/main.scss */
.menu-slide-lite .menu-group .menu-btn:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.15);
}
/* line 1154, sass/sass/main.scss */
.menu-slide-lite .menu-group .menu-btn:hover .menu-submenu {
  display: block;
}
/* line 1160, sass/sass/main.scss */
.menu-slide-lite .menu-group .btn-selected {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 1166, sass/sass/main.scss */
.menu-slide-lite .menu-group .btn-selected .btn-icon-box .selected-bar, .menu-slide-lite .menu-group .btn-selected .btn-icon-box .selected-circle {
  display: block;
}
/* line 1171, sass/sass/main.scss */
.menu-slide-lite .menu-group .btn-selected:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
/* line 1177, sass/sass/main.scss */
.menu-slide-lite .menu-group .btn-selected:hover .menu-submenu .menu-bg {
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: inset 2px 0px 1px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 2px 0px 1px 0px rgba(0, 0, 0, 0.25);
  box-shadow: inset 2px 0px 1px 0px rgba(0, 0, 0, 0.25);
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
MENU SLIDE BIG
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* line 1197, sass/sass/main.scss */
.menu-slide-big {
  width: 250px;
}
/* line 1200, sass/sass/main.scss */
.menu-slide-big .menu-slide-header {
  width: 100%;
}
/* line 1203, sass/sass/main.scss */
.menu-slide-big .menu-slide-header .hambuger-menu {
  transform: translate(0px, 0px);
}
/* line 1207, sass/sass/main.scss */
.menu-slide-big .menu-slide-header .main-brand {
  height: 20px;
  background-image: url("../img/ico/mainBrandBig.svg");
  background-size: 111px;
}
/* line 1219, sass/sass/main.scss */
.menu-slide-big .menu-slide-header:hover .hambuger-menu {
  transform: translate(-2px, 0px);
  opacity: 1;
}
/* line 1228, sass/sass/main.scss */
.menu-slide-big .menu-user .user-name {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 1235, sass/sass/main.scss */
.menu-slide-big .menu-group .menu-btn {
  width: 100%;
}
/* line 1238, sass/sass/main.scss */
.menu-slide-big .menu-group .menu-btn .btn-title {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 1242, sass/sass/main.scss */
.menu-slide-big .menu-group .menu-btn .menu-submenu {
  left: 250px;
}

/*
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
CONTAINER
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/
/* line 1256, sass/sass/main.scss */
.container {
  padding: 50px 40px 40px 110px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* line 1263, sass/sass/main.scss */
.container .floating-btn {
  position: fixed;
  z-index: 85;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  margin: 0px 40px 40px 0px;
  background-color: #5072FF;
  border: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  transform: translate(0px, 100px);
}
/* line 1283, sass/sass/main.scss */
.container .floating-btn:hover {
  -webkit-box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 4px 10px 0px rgba(0, 0, 0, 0.15);
}
/* line 1290, sass/sass/main.scss */
.container .floating-submit {
  background-image: url("../img/ico/ico-save.svg");
}
/* line 1294, sass/sass/main.scss */
.container .floating-edit {
  background-image: url("../img/ico/ico-edit-floating.svg");
}
/* line 1298, sass/sass/main.scss */
.container .floatin-btn-appear {
  transform: translate(0px, 0px);
}
/* line 1305, sass/sass/main.scss */
.container .dropdown {
  list-style-type: none;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 1310, sass/sass/main.scss */
.container .dropdown li {
  display: none;
  right: 0;
  min-width: 150px;
  padding: 15px;
  background-color: #484848;
  list-style-type: none;
  position: absolute;
  z-index: 100;
  -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.22);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
/* line 1324, sass/sass/main.scss */
.container .dropdown li .dropdown-element {
  margin-bottom: 10px;
  color: #fff;
  font-size: 1.3rem;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
/* line 1332, sass/sass/main.scss */
.container .dropdown li .dropdown-element:hover {
  opacity: 1;
}
/* line 1336, sass/sass/main.scss */
.container .dropdown li .dropdown-element:last-child {
  margin-bottom: 0px;
}
/* line 1341, sass/sass/main.scss */
.container .dropdown li:hover {
  display: block;
}
/* line 1348, sass/sass/main.scss */
.container .dropdown:hover li {
  display: block;
}
/* line 1357, sass/sass/main.scss */
.container .general-box-content {
  width: 100%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 874px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* line 1369, sass/sass/main.scss */
.container .general-box-content .box-header {
  width: 100%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  height: 40px;
  margin-bottom: 50px;
}
/* line 1377, sass/sass/main.scss */
.container .general-box-content .box-header .box-header-left {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}
/* line 1381, sass/sass/main.scss */
.container .general-box-content .box-header .box-header-left .back-arrow {
  margin-right: 15px;
  margin-left: -5px;
  opacity: 0.25;
  cursor: pointer;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  color: #172b4d;
}
/* line 1389, sass/sass/main.scss */
.container .general-box-content .box-header .box-header-left .back-arrow:hover {
  opacity: 0.75;
}
/* line 1394, sass/sass/main.scss */
.container .general-box-content .box-header .box-header-left .header-title {
  font-size: 3.4rem;
  letter-spacing: -0.25px;
  font-weight: 600;
}
/* line 1401, sass/sass/main.scss */
.container .general-box-content .box-header .header-btn {
  font-size: 1.4rem;
  padding: 10px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #5072FF;
}
/* line 1409, sass/sass/main.scss */
.container .general-box-content .box-header .header-btn:hover {
  background-color: #fff;
  color: #5072FF;
  -webkit-box-shadow: 0px 1px 16px 0px rgba(80, 114, 225, 0.3);
  -moz-box-shadow: 0px 1px 16px 0px rgba(80, 114, 225, 0.3);
  box-shadow: 0px 1px 16px 0px rgba(80, 114, 225, 0.3);
}
/* line 1423, sass/sass/main.scss */
.container .general-box-content .box-content {
  margin-bottom: 80px;
}
/* line 1428, sass/sass/main.scss */
.container .general-box-content .box-content:last-child {
  margin-bottom: 00px;
  padding-bottom: 00px;
  border-bottom: 0px;
}
/* line 1438, sass/sass/main.scss */
.container .general-box-content .box-content .filter-box {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  margin-bottom: 20px;
}
/* line 1444, sass/sass/main.scss */
.container .general-box-content .box-content .filter-box form {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
}
/* line 1449, sass/sass/main.scss */
.container .general-box-content .box-content .filter-box form input[type="text"] {
  height: 30px;
  font-size: 1.3rem;
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0px 25px 0px 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  width: 250px;
  background-image: url("../img/ico/ico-search-light.svg");
  background-repeat: no-repeat;
  background-position: right 5px center;
  background-size: 20px;
  color: #172b4d;
}
/* line 1464, sass/sass/main.scss */
.container .general-box-content .box-content .filter-box form input[type="text"]:focus {
  border: 1px solid #5072FF;
  background-color: #fff;
}
/* line 1470, sass/sass/main.scss */
.container .general-box-content .box-content .filter-box form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0px 25px 0px 8px;
  height: 30px;
  font-size: 1.3rem;
  margin-right: 10px;
  border: 1px solid transparent;
  background-color: rgba(0, 0, 0, 0.05);
  background-image: url("../img/ico/ico-drop-down.svg");
  background-repeat: no-repeat;
  background-position: right 3px center;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #172b4d;
}
/* line 1484, sass/sass/main.scss */
.container .general-box-content .box-content .filter-box form select:focus {
  border: 1px solid #5072FF;
  background-color: #fff;
}
/* line 1491, sass/sass/main.scss */
.container .general-box-content .box-content .filter-box .option-group {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}
/* line 1495, sass/sass/main.scss */
.container .general-box-content .box-content .filter-box .option-group .option-btn {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  margin-left: 10px;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 1503, sass/sass/main.scss */
.container .general-box-content .box-content .filter-box .option-group .option-btn:hover {
  opacity: 1;
}
/* line 1514, sass/sass/main.scss */
.container .general-box-content .box-content .paginate {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  font-size: 1.2rem;
  font-weight: 500;
}
/* line 1522, sass/sass/main.scss */
.container .general-box-content .box-content .paginate li {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  cursor: pointer;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: rgba(0, 0, 0, 0.075);
  margin-right: 8px;
}
/* line 1532, sass/sass/main.scss */
.container .general-box-content .box-content .paginate li a {
  width: 30px;
  height: 30px;
  color: #172b4d !important;
  text-align: center;
  padding-top: 8px;
}
/* line 1540, sass/sass/main.scss */
.container .general-box-content .box-content .paginate li:hover, .container .general-box-content .box-content .paginate li:active {
  background-color: rgba(0, 0, 0, 0.15);
}
/* line 1547, sass/sass/main.scss */
.container .general-box-content .box-content .paginate .next a, .container .general-box-content .box-content .paginate .prev a {
  width: auto;
  padding: 8px 15px;
}
/* line 1553, sass/sass/main.scss */
.container .general-box-content .box-content .paginate .disabled {
  opacity: 0.5;
  cursor: default;
}
/* line 1557, sass/sass/main.scss */
.container .general-box-content .box-content .paginate .disabled:hover {
  background-color: rgba(0, 0, 0, 0.075);
  opacity: 0.5 !important;
}
/* line 1562, sass/sass/main.scss */
.container .general-box-content .box-content .paginate .disabled a {
  cursor: default;
}
/* line 1567, sass/sass/main.scss */
.container .general-box-content .box-content .paginate .active {
  background-color: #172b4d;
}
/* line 1570, sass/sass/main.scss */
.container .general-box-content .box-content .paginate .active a {
  color: #fff !important;
}
/* line 1574, sass/sass/main.scss */
.container .general-box-content .box-content .paginate .active:hover {
  background-color: #172b4d;
  color: #fff !important;
}
/* line 1585, sass/sass/main.scss */
.container .general-box-content .box-content table {
  width: 100% !important;
  border-collapse: collapse;
  font-size: 1.4rem;
  border-bottom: 0px;
  font-weight: 400;
}
/* line 1596, sass/sass/main.scss */
.container .general-box-content .box-content table thead tr td {
  font-size: 1.2rem;
  font-weight: 600;
  opacity: 0.5;
  padding: 10px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  background-position: right 20px center;
}
/* line 1605, sass/sass/main.scss */
.container .general-box-content .box-content table thead tr td:first-child {
  padding-left: 10px;
}
/* line 1609, sass/sass/main.scss */
.container .general-box-content .box-content table thead tr td:last-child {
  background-image: none;
}
/* line 1618, sass/sass/main.scss */
.container .general-box-content .box-content table tbody tr {
  padding: 0px 0px 0px 5px;
  cursor: pointer;
}
/* line 1622, sass/sass/main.scss */
.container .general-box-content .box-content table tbody tr td {
  padding: 6px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  font-family: 'Roboto Condensed', sans-serif;
}
/* line 1630, sass/sass/main.scss */
.container .general-box-content .box-content table tbody tr .row-options a {
  opacity: 0.5;
  float: right;
}
/* line 1634, sass/sass/main.scss */
.container .general-box-content .box-content table tbody tr .row-options a:hover {
  opacity: 1;
}
/* line 1640, sass/sass/main.scss */
.container .general-box-content .box-content table tbody tr td:first-child {
  padding-left: 10px;
}
/* line 1644, sass/sass/main.scss */
.container .general-box-content .box-content table tbody tr td:last-child {
  padding-right: 10px;
}
/* line 1650, sass/sass/main.scss */
.container .general-box-content .box-content table tbody tr:hover td {
  background-color: rgba(0, 0, 0, 0.05);
}
/* line 1658, sass/sass/main.scss */
.container .general-box-content .box-content table tbody .disabled-row td {
  text-decoration: line-through;
  opacity: 0.5;
}
/* line 1663, sass/sass/main.scss */
.container .general-box-content .box-content table tbody .disabled-row .row-options {
  opacity: 1;
}
/* line 1670, sass/sass/main.scss */
.container .general-box-content .box-content table tbody tr:last-child td {
  border-bottom: 0px;
}
/* line 1681, sass/sass/main.scss */
.container .general-box-content .box-content .section-title {
  font-size: 1.2rem;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: rgba(66, 82, 110, 0.6);
  font-weight: 700;
  padding: 8px 14px;
  background-color: rgba(66, 82, 110, 0.15);
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
/* line 1693, sass/sass/main.scss */
.container .general-box-content .box-content .form-row-map {
  position: relative;
}
/* line 1696, sass/sass/main.scss */
.container .general-box-content .box-content .form-row-map .search-row {
  position: absolute;
  z-index: 1;
  top: 10px;
  left: 120px;
  -webkit-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 4px -1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
}
/* line 1708, sass/sass/main.scss */
.container .general-box-content .box-content .form-row-map .search-row input[type="text"] {
  width: 200px;
  height: 29px;
  border: none;
  font-size: 1.2rem;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  outline: medium none currentcolor;
  padding-left: 15px;
}
/* line 1719, sass/sass/main.scss */
.container .general-box-content .box-content .form-row-map .search-row #submit {
  border-bottom-right-radius: 100px;
  border-top-right-radius: 100px;
  padding: 5px 9px 2px 9px;
  background-color: #fff;
  cursor: pointer;
}
/* line 1726, sass/sass/main.scss */
.container .general-box-content .box-content .form-row-map .search-row #submit i {
  font-size: 18px;
  color: #5072FF;
}
/* line 1734, sass/sass/main.scss */
.container .general-box-content .box-content .form-row-map #map {
  width: 100%;
  height: 300px;
}
/* line 1740, sass/sass/main.scss */
.container .general-box-content .box-content .form-row {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 10px;
  max-width: 874px;
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}
/* line 1745, sass/sass/main.scss */
.container .general-box-content .box-content .form-row:last-child {
  margin-bottom: 0px;
}
/* line 1749, sass/sass/main.scss */
.container .general-box-content .box-content .form-row .form-label {
  font-size: 1.4rem;
  width: 280px;
  line-height: 100%;
  padding-right: 20px;
  opacity: 0.75;
  margin-top: 9px;
}
/* line 1758, sass/sass/main.scss */
.container .general-box-content .box-content .form-row .form-data {
  font-size: 1.6rem;
  font-weight: 500;
}
/* line 1763, sass/sass/main.scss */
.container .general-box-content .box-content .form-row input[type="text"], .container .general-box-content .box-content .form-row input[type="password"], .container .general-box-content .box-content .form-row input[type="email"], .container .general-box-content .box-content .form-row input[type="number"], .container .general-box-content .box-content .form-row input[type="url"] {
  width: 400px;
  height: 35px;
  font-size: 1.6rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(66, 82, 110, 0.25);
  padding: 0px 8px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  color: #172b4d;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
/* line 1775, sass/sass/main.scss */
.container .general-box-content .box-content .form-row input[type="text"]:focus, .container .general-box-content .box-content .form-row input[type="password"]:focus, .container .general-box-content .box-content .form-row input[type="email"]:focus, .container .general-box-content .box-content .form-row input[type="number"]:focus, .container .general-box-content .box-content .form-row input[type="url"]:focus {
  border: 1px solid #5072FF;
}
/* line 1780, sass/sass/main.scss */
.container .general-box-content .box-content .form-row textarea {
  width: 400px;
  height: 105px;
  font-size: 1.6rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(66, 82, 110, 0.25);
  padding: 8px 8px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  color: #172b4d;
  resize: none;
  font-weight: 500;
}
/* line 1792, sass/sass/main.scss */
.container .general-box-content .box-content .form-row textarea:focus {
  border: 1px solid #5072FF;
}
/* line 1797, sass/sass/main.scss */
.container .general-box-content .box-content .form-row .datepicker {
  width: 400px !important;
  background-image: url("../img/ico/ico-calendar.svg");
  background-repeat: no-repeat;
  background-position: center right 5px;
}
/* line 1804, sass/sass/main.scss */
.container .general-box-content .box-content .form-row select {
  width: 400px;
  height: 35px !important;
  font-size: 1.6rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(66, 82, 110, 0.25);
  padding: 0px 8px;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  background-image: url("../img/ico/ico-drop-down.svg");
  background-repeat: no-repeat;
  background-position: right 7px center;
  font-weight: 500;
}
/* line 1819, sass/sass/main.scss */
.container .general-box-content .box-content .form-row .switch {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 24px;
  margin: 4px 0px 8px 0px;
}
/* line 1828, sass/sass/main.scss */
.container .general-box-content .box-content .form-row .switch input {
  display: none;
}
/* line 1833, sass/sass/main.scss */
.container .general-box-content .box-content .form-row .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.075);
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* line 1844, sass/sass/main.scss */
.container .general-box-content .box-content .form-row .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
/* line 1855, sass/sass/main.scss */
.container .general-box-content .box-content .form-row input:checked + .slider {
  background-color: #5072FF;
}
/* line 1859, sass/sass/main.scss */
.container .general-box-content .box-content .form-row input:focus + .slider {
  box-shadow: 0 0 1px #5072FF;
}
/* line 1863, sass/sass/main.scss */
.container .general-box-content .box-content .form-row input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
/* line 1870, sass/sass/main.scss */
.container .general-box-content .box-content .form-row .slider.round {
  border-radius: 25px;
}
/* line 1874, sass/sass/main.scss */
.container .general-box-content .box-content .form-row .slider.round:before {
  border-radius: 50%;
}
/* line 1878, sass/sass/main.scss */
.container .general-box-content .box-content .form-row .check-radio-box {
  width: 350px;
  /* Checked state */
  /* Hover state whilst checked */
  /* Disabled state */
  /* Check mark */
  /* Show check mark */
  /* Checkbox tick */
  /* Disabled tick colour */
  /* Radio button inner circle */
  /* Disabled circle colour */
}
/* line 1881, sass/sass/main.scss */
.container .general-box-content .box-content .form-row .check-radio-box .control {
  font-size: 1.4rem;
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding: 4px 0px 0px 30px;
  cursor: pointer;
}
/* line 1890, sass/sass/main.scss */
.container .general-box-content .box-content .form-row .check-radio-box .control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
/* line 1896, sass/sass/main.scss */
.container .general-box-content .box-content .form-row .check-radio-box .control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: rgba(0, 0, 0, 0.075);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* line 1906, sass/sass/main.scss */
.container .general-box-content .box-content .form-row .check-radio-box .control--radio .control__indicator {
  border-radius: 50%;
}
/* line 1910, sass/sass/main.scss */
.container .general-box-content .box-content .form-row .check-radio-box control:hover input ~ .control__indicator,
.container .general-box-content .box-content .form-row .check-radio-box .control input:focus ~ .control__indicator {
  background: rgba(0, 0, 0, 0.075);
}
/* line 1916, sass/sass/main.scss */
.container .general-box-content .box-content .form-row .check-radio-box .control input:checked ~ .control__indicator {
  background: #5072FF;
}
/* line 1921, sass/sass/main.scss */
.container .general-box-content .box-content .form-row .check-radio-box .control:hover input:not([disabled]):checked ~ .control__indicator,
.container .general-box-content .box-content .form-row .check-radio-box .control input:checked:focus ~ .control__indicator {
  background: #5072FF;
}
/* line 1927, sass/sass/main.scss */
.container .general-box-content .box-content .form-row .check-radio-box .control input:disabled ~ .control__indicator {
  pointer-events: none;
  opacity: 0.6;
  background: rgba(0, 0, 0, 0.075);
}
/* line 1934, sass/sass/main.scss */
.container .general-box-content .box-content .form-row .check-radio-box .control__indicator:after {
  position: absolute;
  display: none;
  content: '';
}
/* line 1941, sass/sass/main.scss */
.container .general-box-content .box-content .form-row .check-radio-box .control input:checked ~ .control__indicator:after {
  display: block;
}
/* line 1946, sass/sass/main.scss */
.container .general-box-content .box-content .form-row .check-radio-box .control--checkbox .control__indicator:after {
  top: 4px;
  left: 8px;
  width: 3px;
  height: 8px;
  transform: rotate(45deg);
  border: solid #fff;
  border-width: 0 2px 2px 0;
}
/* line 1957, sass/sass/main.scss */
.container .general-box-content .box-content .form-row .check-radio-box .control--checkbox input:disabled ~ .control__indicator:after {
  border-color: rgba(0, 0, 0, 0.075);
}
/* line 1962, sass/sass/main.scss */
.container .general-box-content .box-content .form-row .check-radio-box .control--radio .control__indicator:after {
  top: 7px;
  left: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}
/* line 1972, sass/sass/main.scss */
.container .general-box-content .box-content .form-row .check-radio-box .control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
/* line 1979, sass/sass/main.scss */
.container .general-box-content .box-content .form-row-view {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  max-width: 874px;
}
/* line 1987, sass/sass/main.scss */
.container .general-box-content .box-content .form-row-view:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0px;
}
/* line 1993, sass/sass/main.scss */
.container .general-box-content .box-content .form-row-view .form-label {
  font-size: 1.4rem;
  width: 280px;
  line-height: 100%;
  padding-right: 20px;
  opacity: 0.65;
  margin-top: 5px;
}
/* line 2002, sass/sass/main.scss */
.container .general-box-content .box-content .form-row-view .form-data {
  font-size: 1.6rem;
  width: 674px;
  max-width: 600px;
  font-weight: 500;
}
/* line 2011, sass/sass/main.scss */
.container .general-box-content .box-content .form-row-view-new {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 30px;
}
/* line 2015, sass/sass/main.scss */
.container .general-box-content .box-content .form-row-view-new .form-label {
  font-size: 1.4rem;
  min-width: 280px;
  line-height: 100%;
  padding-right: 20px;
  opacity: 0.65;
  margin-bottom: 15px;
}
/* line 2024, sass/sass/main.scss */
.container .general-box-content .box-content .form-row-view-new .form-data-title {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.4rem;
}
/* line 2030, sass/sass/main.scss */
.container .general-box-content .box-content .form-row-view-new .form-data-text {
  font-size: 1.8rem;
  width: 100%;
  line-height: 2.8rem;
  font-weight: 500;
}
/* line 2038, sass/sass/main.scss */
.container .general-box-content .box-content .form-row-img {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 10px;
}
/* line 2042, sass/sass/main.scss */
.container .general-box-content .box-content .form-row-img .form-label {
  font-size: 1.4rem;
  width: 280px;
  line-height: 100%;
  padding-right: 20px;
  opacity: 0.75;
  padding-top: 5px;
}
/* line 2051, sass/sass/main.scss */
.container .general-box-content .box-content .form-row-img .img-file-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: column;
  flex-direction: column;
}
/* line 2054, sass/sass/main.scss */
.container .general-box-content .box-content .form-row-img .img-file-content .form-img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 400px;
  margin-bottom: 10px;
}
/* line 2060, sass/sass/main.scss */
.container .general-box-content .box-content .form-row-img .img-file-content .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
/* line 2069, sass/sass/main.scss */
.container .general-box-content .box-content .form-row-img .img-file-content .inputfile + label {
  height: 40px;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-size: 1.4rem;
  padding: 11px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #5072FF;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  background-color: #fff;
  float: left;
  border: 1px solid #5072FF;
  max-width: 175px;
  text-align: center;
  cursor: pointer;
}
/* line 2086, sass/sass/main.scss */
.container .general-box-content .box-content .form-row-img .img-file-content .inputfile:focus + label,
.container .general-box-content .box-content .form-row-img .img-file-content .inputfile + label:hover {
  border: 1px solid #fff;
  transform: scale(1.05);
  transform: translate(0px, -2px);
  background-color: #fff;
  color: #5072FF;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(80, 114, 225, 0.35);
  -moz-box-shadow: 0px 4px 16px 0px rgba(80, 114, 225, 0.35);
  box-shadow: 0px 4px 16px 0px rgba(80, 114, 225, 0.35);
}
/* line 2099, sass/sass/main.scss */
.container .general-box-content .box-content .form-row-img:last-child {
  margin-bottom: 0px;
}
/* line 2108, sass/sass/main.scss */
.container .general-box-content .box-content .tab-bar {
  width: 100%;
  max-width: 874px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
/* line 2115, sass/sass/main.scss */
.container .general-box-content .box-content .tab-bar .tab-btn {
  font-size: 1.4rem;
  padding: 8px 16px 8px 16px;
  background-color: transparent;
  color: #172b4d;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  opacity: 0.5;
}
/* line 2127, sass/sass/main.scss */
.container .general-box-content .box-content .tab-bar .tab-btn i {
  font-size: 1.4rem;
  margin-left: 10px;
}
/* line 2132, sass/sass/main.scss */
.container .general-box-content .box-content .tab-bar .tab-btn:hover {
  border-bottom: 2px solid rgba(0, 0, 0, 0.075);
  opacity: 1;
}
/* line 2138, sass/sass/main.scss */
.container .general-box-content .box-content .tab-bar .tab-btn-selected {
  opacity: 1;
  margin-bottom: -1px;
  border-bottom: 3px solid #5072FF;
  color: #5072FF;
  cursor: default;
}
/* line 2145, sass/sass/main.scss */
.container .general-box-content .box-content .tab-bar .tab-btn-selected:hover {
  background-color: transparent;
  margin-bottom: -1px;
  border-bottom: 3px solid #5072FF;
  color: #5072FF;
  cursor: default;
}
/* line 2156, sass/sass/main.scss */
.container .general-box-content .box-content .form-row-ck {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  margin-bottom: 30px;
}
/* line 2160, sass/sass/main.scss */
.container .general-box-content .box-content .form-row-ck:last-child {
  margin-bottom: 0px;
}
/* line 2164, sass/sass/main.scss */
.container .general-box-content .box-content .form-row-ck .form-label {
  font-size: 1.4rem;
  width: 280px;
  min-width: 200px;
  line-height: 100%;
  padding-right: 20px;
  opacity: 0.75;
  padding-top: 5px;
}
/* line 2174, sass/sass/main.scss */
.container .general-box-content .box-content .form-row-ck textarea {
  flex-grow: 1;
}
/* line 2179, sass/sass/main.scss */
.container .general-box-content .box-content .language-box {
  display: none;
  max-width: 874px;
}
/* line 2187, sass/sass/main.scss */
.container .general-box-content .box-content .acordion-content {
  width: 100%;
}
/* line 2190, sass/sass/main.scss */
.container .general-box-content .box-content .acordion-content .acordion-row {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
  cursor: pointer;
}
/* line 2196, sass/sass/main.scss */
.container .general-box-content .box-content .acordion-content .acordion-row:last-child {
  border-bottom: 0px;
}
/* line 2200, sass/sass/main.scss */
.container .general-box-content .box-content .acordion-content .acordion-row .acordion-header {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px 0px 15px 0px;
}
/* line 2206, sass/sass/main.scss */
.container .general-box-content .box-content .acordion-content .acordion-row .acordion-header .title {
  font-size: 1.6rem;
  font-weight: 600;
}
/* line 2211, sass/sass/main.scss */
.container .general-box-content .box-content .acordion-content .acordion-row .acordion-header i {
  font-size: 2.8rem;
  opacity: 0.25;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 2218, sass/sass/main.scss */
.container .general-box-content .box-content .acordion-content .acordion-row .acordion-text-content {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.2rem;
  margin-bottom: 15px;
  display: none;
}
/* line 2231, sass/sass/main.scss */
.container .general-box-content .box-content .acordion-content .acordion-cross .acordion-header i {
  transform: rotate(45deg);
  opacity: 0.85;
}
/* line 2239, sass/sass/main.scss */
.container .general-box-content .box-content .list {
  width: 100%;
}
/* line 2242, sass/sass/main.scss */
.container .general-box-content .box-content .list .list-row {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.075);
}
/* line 2246, sass/sass/main.scss */
.container .general-box-content .box-content .list .list-row:last-child {
  border-bottom: 0px;
}
/* line 2249, sass/sass/main.scss */
.container .general-box-content .box-content .list .list-row:last-child .list-content {
  margin-bottom: 0px;
}
/* line 2254, sass/sass/main.scss */
.container .general-box-content .box-content .list .list-row .list-title {
  font-size: 1.6rem;
  font-weight: 600;
  padding: 20px 0px 20px 0px;
}
/* line 2260, sass/sass/main.scss */
.container .general-box-content .box-content .list .list-row .list-content {
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 2.2rem;
  margin-bottom: 20px;
}
/* line 2270, sass/sass/main.scss */
.container .general-box-content .box-content-img {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
}
/* line 2274, sass/sass/main.scss */
.container .general-box-content .box-content-img .img-text-element {
  padding: 10px;
  width: 33.33%;
}
/* line 2278, sass/sass/main.scss */
.container .general-box-content .box-content-img .img-text-element .img-text-content {
  width: 100%;
  border: 1px solid rgba(66, 82, 110, 0.25);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 20px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  cursor: pointer;
  min-height: 220px;
}
/* line 2287, sass/sass/main.scss */
.container .general-box-content .box-content-img .img-text-element .img-text-content:hover {
  transform: translate(0px, -2px);
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #fff;
}
/* line 2295, sass/sass/main.scss */
.container .general-box-content .box-content-img .img-text-element .img-text-content img {
  width: 100%;
  margin-bottom: 10px;
}
/* line 2299, sass/sass/main.scss */
.container .general-box-content .box-content-img .img-text-element .img-text-content img:last-child {
  margin-bottom: 0px;
}
/* line 2304, sass/sass/main.scss */
.container .general-box-content .box-content-img .img-text-element .img-text-content .img-text-title {
  font-weight: 600;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 20px;
  /* fallback */
  max-height: 40px;
  /* fallback */
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
/* line 2316, sass/sass/main.scss */
.container .general-box-content .box-content-img .img-text-element .img-text-content .img-text-subtitle {
  font-size: 1.4rem;
  opacity: 0.75;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  line-height: 18px;
  /* fallback */
  max-height: 54px;
  /* fallback */
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}
/* line 2328, sass/sass/main.scss */
.container .general-box-content .box-content-img .img-text-element .img-text-content .option-box {
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
/* line 2334, sass/sass/main.scss */
.container .general-box-content .box-content-img .img-text-element .img-text-content .option-box .option-icon-single {
  background-color: rgba(0, 0, 0, 0.075);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px;
  -webkit-transition: all 0.2 ease-out;
  -moz-transition: all 0.2 ease-out;
  -o-transition: all 0.2 ease-out;
  transition: all 0.2 ease-out;
}
/* line 2340, sass/sass/main.scss */
.container .general-box-content .box-content-img .img-text-element .img-text-content .option-box .option-icon-single .option-icon {
  width: 24px;
  height: 24px;
}
/* line 2345, sass/sass/main.scss */
.container .general-box-content .box-content-img .img-text-element .img-text-content .option-box .option-icon-single .icon-fav {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  background-image: url("../img/ico/ico-fav-50.svg");
  cursor: pointer;
}
/* line 2350, sass/sass/main.scss */
.container .general-box-content .box-content-img .img-text-element .img-text-content .option-box .option-icon-single .icon-fav:hover {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  background-image: url("../img/ico/ico-fav.svg");
}
/* line 2357, sass/sass/main.scss */
.container .general-box-content .box-content-img .img-text-element .img-text-content .option-box .option-icon-single-selected {
  background-color: #5072FF;
}
/* line 2361, sass/sass/main.scss */
.container .general-box-content .box-content-img .img-text-element .img-text-content .option-box .option-icon-single-selected:hover .icon-fav {
  background-image: url("../img/ico/ico-fav-w.svg");
}
/* line 2366, sass/sass/main.scss */
.container .general-box-content .box-content-img .img-text-element .img-text-content .option-box .option-icon-single-selected .icon-fav {
  background-image: url("../img/ico/ico-fav-w.svg");
}
/* line 2371, sass/sass/main.scss */
.container .general-box-content .box-content-img .img-text-element .img-text-content .option-box .option-icon-group {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  background-color: rgba(0, 0, 0, 0.075);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 5px;
}
/* line 2377, sass/sass/main.scss */
.container .general-box-content .box-content-img .img-text-element .img-text-content .option-box .option-icon-group .option-icon {
  width: 24px;
  height: 24px;
}
/* line 2382, sass/sass/main.scss */
.container .general-box-content .box-content-img .img-text-element .img-text-content .option-box .option-icon-group .icon-disable {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  background-image: url("../img/ico/ico-disable-50.svg");
  cursor: pointer;
}
/* line 2387, sass/sass/main.scss */
.container .general-box-content .box-content-img .img-text-element .img-text-content .option-box .option-icon-group .icon-disable:hover {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  background-image: url("../img/ico/ico-disable.svg");
}
/* line 2393, sass/sass/main.scss */
.container .general-box-content .box-content-img .img-text-element .img-text-content .option-box .option-icon-group .icon-edit {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  background-image: url("../img/ico/ico-edit-50.svg");
  cursor: pointer;
}
/* line 2398, sass/sass/main.scss */
.container .general-box-content .box-content-img .img-text-element .img-text-content .option-box .option-icon-group .icon-edit:hover {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  background-image: url("../img/ico/ico-edit.svg");
}
/* line 2404, sass/sass/main.scss */
.container .general-box-content .box-content-img .img-text-element .img-text-content .option-box .option-icon-group .icon-drag {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  background-image: url("../img/ico/ico-drag-50.svg");
  cursor: pointer;
}
/* line 2409, sass/sass/main.scss */
.container .general-box-content .box-content-img .img-text-element .img-text-content .option-box .option-icon-group .icon-drag:hover {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  background-image: url("../img/ico/ico-drag.svg");
}
/* line 2415, sass/sass/main.scss */
.container .general-box-content .box-content-img .img-text-element .img-text-content .option-box .option-icon-group .icon-delete {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  background-image: url("../img/ico/ico-delete-50.svg");
  cursor: pointer;
}
/* line 2420, sass/sass/main.scss */
.container .general-box-content .box-content-img .img-text-element .img-text-content .option-box .option-icon-group .icon-delete:hover {
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  background-image: url("../img/ico/ico-delete.svg");
}
/* line 2434, sass/sass/main.scss */
.container .general-box-content .box-content-img .img-text-element-disabled .img-text-content .img-text-title, .container .general-box-content .box-content-img .img-text-element-disabled .img-text-content .img-text-subtitle {
  opacity: 0.25;
}
/* line 2441, sass/sass/main.scss */
.container .general-box-content .box-content-img .img-text-element-disabled .option-box .option-icon-single {
  opacity: 0.5;
  cursor: default !important;
}
/* line 2445, sass/sass/main.scss */
.container .general-box-content .box-content-img .img-text-element-disabled .option-box .option-icon-single .icon-fav {
  cursor: default !important;
}
/* line 2448, sass/sass/main.scss */
.container .general-box-content .box-content-img .img-text-element-disabled .option-box .option-icon-single .icon-fav:hover {
  background-image: url("../img/ico/ico-fav-50.svg") !important;
}
/* line 2457, sass/sass/main.scss */
.container .general-box-content .box-chart {
  width: 100%;
  padding: 20px 20px 0px 20px;
  background-color: rgba(0, 0, 0, 0.02);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
/* line 2463, sass/sass/main.scss */
.container .general-box-content .box-chart .chart-header {
  padding: 10px 14px 25px 10px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
/* line 2469, sass/sass/main.scss */
.container .general-box-content .box-chart .chart-header .chart-title {
  font-size: 1.8rem;
}
/* line 2473, sass/sass/main.scss */
.container .general-box-content .box-chart .chart-header .chart-options {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
}
/* line 2476, sass/sass/main.scss */
.container .general-box-content .box-chart .chart-header .chart-options i {
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  margin-left: 10px;
}
/* line 2482, sass/sass/main.scss */
.container .general-box-content .box-chart .chart-header .chart-options i:hover {
  opacity: 1;
}
/* line 2489, sass/sass/main.scss */
.container .general-box-content .box-chart .chart {
  width: 100%;
  height: 400px;
}
/* line 2496, sass/sass/main.scss */
.container .general-box-full-screen {
  max-width: 100%;
}

/* line 2501, sass/sass/main.scss */
.container-menu-lite {
  padding: 50px 40px 40px 290px;
}

/* line 2509, sass/sass/main.scss */
.container-login {
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #D22075, #5072FF);
  background-size: 400% 400%;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-animation: AnimationName 15s ease infinite;
  -moz-animation: AnimationName155s ease infinite;
  animation: AnimationName 15s ease infinite;
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/* line 2538, sass/sass/main.scss */
.container-login .login-content {
  width: 100%;
  height: 100%;
  background-image: url("../img/shapesBg.svg");
  background-size: cover;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  align-items: center;
  justify-content: center;
}
/* line 2547, sass/sass/main.scss */
.container-login .login-content .main-brand {
  font-size: 2.8rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
/* line 2553, sass/sass/main.scss */
.container-login .login-content .main-brand .by {
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 1.3rem;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
/* line 2561, sass/sass/main.scss */
.container-login .login-content .main-brand .by:hover {
  opacity: 1;
}
/* line 2567, sass/sass/main.scss */
.container-login .login-content .login-box {
  width: 450px;
  padding: 60px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0px 6px 72px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 6px 72px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 72px 0px rgba(0, 0, 0, 0.3);
}
/* line 2576, sass/sass/main.scss */
.container-login .login-content .login-box .login-brand {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 10px;
}
/* line 2581, sass/sass/main.scss */
.container-login .login-content .login-box .login-brand .main-brand {
  width: 50px;
  margin-left: -5px;
}
/* line 2586, sass/sass/main.scss */
.container-login .login-content .login-box .login-brand .by-akting {
  font-size: 1.1rem;
  letter-spacing: 0.5px;
  margin-top: -4px;
  margin-left: 8px;
  opacity: 0.5;
  color: #172b4d;
  font-weight: 400;
}
/* line 2597, sass/sass/main.scss */
.container-login .login-content .login-box .login-title {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 20px;
}
/* line 2603, sass/sass/main.scss */
.container-login .login-content .login-box .message {
  position: static;
  z-index: 0;
  width: 100%;
  height: auto;
  margin-left: 0px;
  /* Negative half of width. */
  margin-bottom: 0px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transform: scale(1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-shadow: 0px 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px 0px transparent;
  box-shadow: 0px 0px 0px 0px transparent;
  display: inline-block;
  padding: 0px 0px;
}
/* line 2624, sass/sass/main.scss */
.container-login .login-content .login-box .message {
  font-size: 1.2rem;
  padding: 10px 12px;
  font-family: 'Roboto', sans-serif;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  margin-top: -15px;
}
/* line 2634, sass/sass/main.scss */
.container-login .login-content .login-box .success {
  color: #4daf76;
  background-color: #ddf3e6;
}
/* line 2639, sass/sass/main.scss */
.container-login .login-content .login-box .error {
  color: #f65454;
  background-color: #feeded;
}
/* line 2646, sass/sass/main.scss */
.container-login .login-content .login-box form label {
  font-size: 1.4rem;
  opacity: 0.5;
}
/* line 2652, sass/sass/main.scss */
.container-login .login-content .login-box form input[type="text"], .container-login .login-content .login-box form input[type="email"], .container-login .login-content .login-box form input[type="password"] {
  width: 100%;
  height: 35px;
  font-size: 1.6rem;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid rgba(66, 82, 110, 0.25);
  padding: 0px 8px;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  color: #172b4d;
  margin-top: 5px;
  margin-bottom: 15px;
}
/* line 2664, sass/sass/main.scss */
.container-login .login-content .login-box form input[type="text"]:invalid, .container-login .login-content .login-box form input[type="email"]:invalid, .container-login .login-content .login-box form input[type="password"]:invalid {
  box-shadow: none;
}
/* line 2668, sass/sass/main.scss */
.container-login .login-content .login-box form input[type="text"]:focus, .container-login .login-content .login-box form input[type="email"]:focus, .container-login .login-content .login-box form input[type="password"]:focus {
  border: 1px solid #5072FF;
}
/* line 2673, sass/sass/main.scss */
.container-login .login-content .login-box form input[type="submit"] {
  border: none;
  cursor: pointer;
  font-family: 'Montserrat', sans-serif;
}
/* line 2679, sass/sass/main.scss */
.container-login .login-content .login-box form .password-label-box {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
/* line 2683, sass/sass/main.scss */
.container-login .login-content .login-box form .password-label-box .remember {
  font-size: 1.2rem;
  color: #172b4d;
  opacity: 0.35;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
}
/* line 2691, sass/sass/main.scss */
.container-login .login-content .login-box form .password-label-box .remember i {
  font-size: 16px;
  margin-right: 5px;
  margin-top: -2px;
}
/* line 2697, sass/sass/main.scss */
.container-login .login-content .login-box form .password-label-box .remember:hover {
  opacity: 0.75;
}
/* line 2705, sass/sass/main.scss */
.container-login .login-content .login-footer {
  width: 450px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 20px;
}
/* line 2712, sass/sass/main.scss */
.container-login .login-content .login-footer select {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding-right: 20px;
}
/* line 2726, sass/sass/main.scss */
.container-login .login-content .login-footer .footer-links {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-flex-direction: row;
  flex-direction: row;
  color: #fff;
}
/* line 2730, sass/sass/main.scss */
.container-login .login-content .login-footer .footer-links p {
  opacity: 0.5;
  cursor: pointer;
  color: #fff;
  margin-left: 20px;
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
/* line 2740, sass/sass/main.scss */
.container-login .login-content .login-footer .footer-links p:hover {
  opacity: 0.75;
}

.hidden {
  display: none !important;
}