/* CSS Document */
/* Ham:m Colors */
/* Scss Document */
* {
  box-sizing: border-box;
  outline: none !important; }
  *:hover {
    outline: none !important; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

/*
Thin 100
Extra-light 200
Light 300
Regular 400
Medium 500
Semi-bold 600
Bold 700
Extra-bold 800
Black 900
*/
*::selection {
  background: #00c9a7; }

*::-moz-selection {
  background: #00c9a7; }

@keyframes progress {
  0% {
    stroke-dasharray: 0 100; } }
svg {
  -webkit-transform-origin: 50% 65%;
  transform-origin: 50% 65%; }

svg polygon {
  stroke-dasharray: 17;
  -webkit-animation: dash 2.5s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite;
  animation: dash 2.5s cubic-bezier(0.35, 0.04, 0.63, 0.95) infinite; }

@-webkit-keyframes dash {
  to {
    stroke-dashoffset: 136; } }
@keyframes dash {
  to {
    stroke-dashoffset: 136; } }
@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.preloader {
  background: linear-gradient(270deg, #00c9a7, #d45cb0);
  background-size: 400% 400%;
  -webkit-animation: PreloaderAnimation 8s ease infinite;
  -moz-animation: PreloaderAnimation 8s ease infinite;
  animation: PreloaderAnimation 8s ease infinite; }

@-webkit-keyframes PreloaderAnimation {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@-moz-keyframes PreloaderAnimation {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes PreloaderAnimation {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@-webkit-keyframes open_up {
  from {
    top: 0px; }
  to {
    top: 0px; } }
@keyframes open_up {
  from {
    top: 0px; }
  to {
    top: 0px; } }
@-webkit-keyframes open_down {
  from {
    bottom: 0px; }
  to {
    bottom: 64px; } }
@keyframes open_down {
  from {
    bottom: 0px; }
  to {
    bottom: 64px; } }
@-webkit-keyframes open_fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes open_fade {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
body {
  color: #232626;
  font-family: base-mono-wide, monospace;
  font-weight: 400;
  font-size: 16px;
  background-color: #FFF;
  line-height: 130%;
  padding: 0px 0px 0px 0px;
  transition: all calc(0.03s * 20) ease-in-out; }

h1,
h2,
h3,
h4,
h5,
h6 {
  /*letter-spacing: $letterX1;*/ }

h1 {
  font-size: 2.2vw;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 0px;
  color: #232626;
  text-transform: uppercase; }

h2 {
  font-size: 10vw;
  line-height: 100%;
  font-weight: 700;
  text-transform: uppercase;
  transition: all calc(0.03s * 20) ease-in-out; }
  h2:hover {
    text-shadow: 0px -4px 4px #00c9a7, 0px 4px 4px #d45cb0; }

h3 {
  font-size: 24px;
  line-height: 35px;
  font-weight: 700;
  text-transform: uppercase; }

h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px; }

h5 {
  font-size: 14px;
  font-weight: 600; }

h6 {
  font-size: 12px;
  font-weight: 600; }

p {
  font-size: 24px;
  line-height: 35px;
  font-weight: 200;
  padding: 0;
  margin: 0 0 27px 0;
  color: #232626;
  text-transform: uppercase; }
  p strong {
    font-weight: 700;
    color: #232626; }
  p a {
    float: none;
    display: inline;
    font-size: 24px;
    line-height: 35px;
    font-weight: 700;
    color: #d45cb0;
    padding: 0px;
    margin: 0; }
    p a:hover {
      text-decoration: underline; }
  .quote p {
    display: inline-block;
    position: relative;
    padding-left: 48px; }
    .quote p::before {
      content: '"';
      position: absolute;
      left: 0;
      top: -8px;
      width: 48px;
      font-size: 56px;
      font-style: italic;
      color: #232626;
      line-height: normal; }

a {
  color: #232626;
  font-size: 16px;
  transition: all calc(0.03s * 20) ease-in-out;
  text-decoration: none;
  display: inline-block; }
  a:focus, a:hover {
    color: black;
    text-decoration: none;
    outline: thin dotted;
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

ul,
ul li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

hr {
  margin-top: 80px;
  margin-bottom: 80px;
  border: 0;
  border-top: 1px solid #a4a4a4; }

.container {
  position: relative;
  z-index: 9;
  width: 85%; }
  .container .row {
    width: 100%;
    margin: 0; }

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  transition: 0.2s; }

.row {
  margin: 0; }

::-webkit-scrollbar {
  width: 0; }

::-moz-scrollbar {
  width: 0; }

::-ms-scrollbar {
  width: 0; }

input,
select,
textarea,
input.form-control,
textarea.form-control {
  width: 80%;
  height: 48px;
  border: 0;
  padding: 0px 16px;
  font-size: 16px;
  font-weight: 600;
  background-color: #f5f3f3;
  border-radius: 0px;
  margin-bottom: 16px;
  color: #232626;
  position: relative;
  box-shadow: none;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  position: relative;
  transition: all calc(0.03s * 20) ease-in-out;
  border: 2px solid transparent; }
  input:focus, input:focus, input.form-control:focus, input.form-control:focus,
  select:focus,
  select:focus,
  select.form-control:focus,
  select.form-control:focus,
  textarea:focus,
  textarea:focus,
  textarea.form-control:focus,
  textarea.form-control:focus,
  input.form-control:focus,
  input.form-control:focus,
  input.form-control.form-control:focus,
  input.form-control.form-control:focus,
  textarea.form-control:focus,
  textarea.form-control:focus,
  textarea.form-control.form-control:focus,
  textarea.form-control.form-control:focus {
    border-color: #d45cb0;
    background-color: #FFF; }
  input[type=submit],
  select[type=submit],
  textarea[type=submit],
  input.form-control[type=submit],
  textarea.form-control[type=submit] {
    width: auto;
    height: 44px;
    color: #FFF;
    background-color: #d45cb0;
    border-radius: 30px;
    padding: 0 30px;
    margin-top: 40px;
    margin-bottom: 0; }
  input[type=checkbox],
  select[type=checkbox],
  textarea[type=checkbox],
  input.form-control[type=checkbox],
  textarea.form-control[type=checkbox] {
    width: auto;
    height: auto;
    line-height: 44px;
    margin-right: 8px; }
  input:focus,
  select:focus,
  textarea:focus,
  input.form-control:focus,
  textarea.form-control:focus {
    border-color: #ffaf69;
    outline: 0;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(17, 24, 33, .1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(17, 24, 33, .1);*/
    -webkit-box-shadow: -11px 11px 54px rgba(0, 0, 0, 0);
    box-shadow: -11px 11px 54px rgba(0, 0, 0, 0);
    outline: none; }
  input[disabled],
  select[disabled],
  textarea[disabled],
  input.form-control[disabled],
  textarea.form-control[disabled] {
    opacity: .4; }

textarea,
textarea.form-control {
  width: 100%;
  height: auto;
  padding-top: 12px;
  resize: none; }

label {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  color: #232626;
  text-transform: uppercase; }

::-webkit-input-placeholder {
  font-size: 14px;
  color: #e6e7e8;
  font-weight: 400; }

:-moz-placeholder {
  font-size: 14px;
  color: #e6e7e8;
  font-weight: 400; }

::-moz-placeholder {
  font-size: 14px;
  color: #e6e7e8;
  font-weight: 400; }

:-ms-input-placeholder {
  font-size: 14px;
  color: #e6e7e8;
  font-weight: 400; }

.btn {
  display: inline-block;
  color: #232626;
  background-color: transparent;
  border: none;
  transition: all calc(0.03s * 20) ease-in-out;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  padding: 0;
  line-height: 100%;
  border-radius: 0;
  padding: 0px;
  font-weight: 600;
  /*letter-spacing: $letterX1;*/
  text-transform: none;
  box-shadow: none;
  /*text-transform: uppercase;*/
  display: inline-block;
  position: relative;
  transition: 0.2s; }
  .btn:focus, .btn.focus {
    color: #d45cb0;
    background-color: rgba(51, 51, 51, 0);
    border-color: #606868; }
  .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled {
    text-decoration: none; }
  .btn:hover {
    color: #545b5b;
    background-color: rgba(51, 51, 51, 0);
    border-color: #404646; }
  .btn:active, .btn.active, .open > .btn.dropdown-toggle {
    color: #d45cb0;
    /*background-color: lighten($process-background-color, 10%);*/
    background-color: transparent;
    border-color: #404646; }
    .btn:active:hover, .btn:active:focus, .btn:active.focus, .btn.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn.dropdown-toggle:focus, .open > .btn.dropdown-toggle.focus {
      color: #d45cb0;
      /*background-color: lighten($process-background-color, 17%);*/
      background-color: transparent;
      /*border-color: lighten($process-color, 25%);*/
      border-color: transparent; }
  .btn:active, .btn.active, .open > .btn.dropdown-toggle {
    background-image: none; }
  .btn.disabled:hover, .btn.disabled:focus, .btn.disabled.focus, .btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled].focus, fieldset[disabled] .btn:hover, fieldset[disabled] .btn:focus, fieldset[disabled] .btn.focus {
    background-color: #bdbdbd; }
  .btn i {
    float: left;
    display: block;
    margin-right: 9px; }
  .btn span {
    color: #bdbdbd;
    display: inline-block; }
  .btn.icon {
    color: #232626;
    font-size: 14px; }
  .btn.icon i {
    font-size: 14px;
    margin: 0; }
  .btn:hover {
    background-color: transparent;
    color: #232626; }
  .btn.play {
    background-color: transparent;
    border-radius: 0px;
    padding: 0px !important;
    font-size: 14px;
    color: #d45cb0 !important;
    text-align: left; }
    .btn.play i {
      display: inline-block;
      width: 94px;
      height: 94px;
      background-color: #d45cb0;
      color: #FFF;
      border-radius: 100%;
      font-size: 24px;
      line-height: 94px;
      padding-left: 0px;
      text-align: center; }
    .btn.play div {
      display: inline-block;
      margin-top: 24px;
      margin-left: 8px; }
    .btn.play span {
      float: left;
      display: inline-block;
      width: 100%;
      font-family: base-mono-wide, monospace;
      font-size: 14px;
      color: #232626 !important;
      line-height: normal; }
  .btn.secondary-bg {
    background-color: #d45cb0;
    border-radius: 30px;
    padding: 12px 24px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.3); }
    .btn.secondary-bg:hover {
      color: #FFF !important;
      background-color: #77205d !important; }
  .btn.frame {
    border: 3px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    padding: 10px 24px;
    margin-bottom: 8px; }
    .btn.frame:hover {
      background-color: #FFF;
      color: #232626; }
    .btn.frame.black {
      color: #232626;
      border-color: #232626; }
      .btn.frame.black:hover, .btn.frame.black.active {
        background-color: #232626;
        border-color: #232626;
        color: #FFF !important; }
      .btn.frame.black.active:hover {
        background-color: black; }
    .btn.frame.grey {
      color: #b2b4b6;
      border-color: #b2b4b6; }
      .btn.frame.grey:hover {
        background-color: #232626 !important;
        border-color: #232626;
        color: #fff !important; }
    .btn.frame.all::before {
      content: "+";
      position: relative;
      float: left;
      margin-right: 8px; }
  .btn.border {
    display: block;
    padding: 0 0 0 30px;
    z-index: 9;
    padding-left: 0px;
    text-align: left;
    /*&:hover::after {
        width: 24px;
    }*/ }
    .btn.border::before, .btn.border::after {
      content: "";
      width: 24px;
      height: 1px;
      background-color: #232626;
      position: absolute;
      left: 0;
      bottom: 2px;
      transition: all calc(0.03s * 20) ease-in-out; }
    .btn.border::after {
      width: 0;
      left: calc(100% + 4px); }
    .btn.border:hover {
      padding: 0 !important; }
    .btn.border:hover::before {
      width: 0; }
  .btn.plus {
    display: inline-block;
    font-size: 12px;
    color: #FFF;
    padding: 0 14px 0 0px;
    z-index: 9;
    padding-left: 0px;
    text-align: left; }
    .btn.plus::before {
      content: "+";
      width: auto;
      height: auto;
      position: absolute;
      right: 0;
      top: 0px; }
    .btn.plus::after {
      content: "";
      position: absolute;
      display: block;
      left: 0;
      bottom: -6px;
      width: calc(100% - 14px);
      height: 1px;
      background: none;
      background-color: #FFF;
      transform: none;
      transition: all calc(0.03s * 20) ease-in-out; }
    .btn.plus:hover::after {
      background-color: #232626; }
  .btn.seperator {
    font-size: 14px;
    color: #d45cb0;
    margin-top: 56px; }
    .btn.seperator::after {
      content: "";
      position: absolute;
      display: inline-block;
      left: 0;
      top: calc(100% + 8px);
      width: 100%;
      height: 6px;
      background: url("../images/icons/seperator.png") no-repeat center center;
      background-size: 100% 100% !important;
      transition: 0.2s;
      z-index: 9; }
    .btn.seperator:hover::after {
      background-size: 0 0 !important; }
  .btn.external::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: -22px;
    width: 14px;
    height: 15px;
    background: url("../images/icons/arrow-external.png") no-repeat center center;
    transition: 0.2s; }
  .btn.external:hover::before {
    top: -2px;
    right: -28px; }
  .btn.down::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    right: -22px;
    width: 16px;
    height: 20px;
    background: url("../images/icons/arrow-down-red.png") no-repeat center center;
    transition: 0.2s; }
  .btn.down:hover::before {
    top: 4px; }
  .btn.arrow {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding-left: 8px;
    margin-top: 88px; }
    .btn.arrow::before {
      content: "";
      position: absolute;
      left: 0;
      top: -4px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 0 12px 24px;
      border-color: transparent transparent transparent #00c9a7;
      opacity: 1;
      transition: 0.2s;
      z-index: -1; }
    .btn.arrow:hover {
      color: #00c9a7;
      padding-left: 0; }
      .btn.arrow:hover::before {
        left: 110%;
        top: 1px;
        border-width: 6px 0 6px 12px;
        border-color: transparent transparent transparent #d45cb0; }
  .btn.bottom-arrow {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding-right: 8px;
    margin-top: 88px; }
    .btn.bottom-arrow::before {
      content: "";
      position: absolute;
      right: 0;
      top: -4px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 24px 12px 0 12px;
      border-color: #00c9a7 transparent transparent transparent;
      opacity: 1;
      transition: 0.2s;
      z-index: -1; }
    .btn.bottom-arrow:hover {
      color: #00c9a7;
      padding-right: 0px; }
      .btn.bottom-arrow:hover::before {
        right: 110%;
        top: 1px;
        border-width: 6px 0 6px 12px;
        border-color: transparent transparent transparent #d45cb0; }
  .btn.active {
    color: #232626; }
  .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: 0px;
    outline-offset: 0;
    box-shadow: none !important; }

.close {
  position: absolute !important;
  left: -32px;
  top: 120px;
  background-color: #232626;
  width: 64px !important;
  height: 64px !important;
  padding: 31px 19px;
  opacity: 1;
  transition: all calc(0.03s * 20) ease-in-out !important; }
  .close:hover {
    opacity: 1 !important; }
  .close::before, .close::after {
    display: none !important; }
  .close span {
    margin: 0 auto;
    position: relative;
    top: auto;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
    .close span:before, .close span:after {
      position: absolute;
      content: ''; }
    .close span, .close span:before, .close span:after {
      width: 28px;
      height: 4px;
      background-color: #232626;
      border-radius: 6px;
      display: block; }
    .close span:before {
      margin-top: -10px;
      -webkit-transition-property: margin, -webkit-transform;
      transition-property: margin, transform;
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-delay: 0.2s, 0s;
      transition-delay: 0.2s, 0s; }
    .close span:after {
      margin-top: 10px;
      -webkit-transition-property: margin, -webkit-transform;
      transition-property: margin, transform;
      -webkit-transition-duration: 0.2s;
      transition-duration: 0.2s;
      -webkit-transition-delay: 0.2s, 0s;
      transition-delay: 0.2s, 0s; }

.close span {
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }
  .close span:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s; }
  .close span:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition-delay: 0s, 0.2s;
    transition-delay: 0s, 0.2s; }
  .close span:before, .close span:after {
    background-color: #FFF; }

.alert,
.wpcf7-response-output {
  position: fixed;
  left: 50%;
  bottom: 40px;
  background-color: #FFF;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.06), -10px -10px 20px rgba(255, 255, 255, 0.08);
  width: auto;
  height: auto;
  font-size: 10px;
  color: #232626;
  padding: 6px 8px !important;
  margin: 0 0 0 -150px !important;
  border-radius: 6px;
  opacity: 1;
  z-index: 999;
  transition: all calc(0.03s * 20) ease-in-out;
  -webkit-animation-name: open_fade;
  -webkit-animation-duration: .8s;
  animation-name: open_fade;
  animation-duration: .8s; }

.close {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-align: center; }
  .close:hover::before, .close:hover::after {
    background: #c8359c; }
  .close::before, .close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 70%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #d45cb0;
    margin-left: 6px; }
  .close::before {
    transform: rotate(45deg); }
  .close::after {
    transform: rotate(-45deg); }
  .close.big {
    transform: scale(3); }
  .close.hairline::before, .close.hairline::after {
    height: 1px; }
  .close.thick::before, .close.thick::after {
    height: 4px;
    margin-top: -2px; }
  .close.black::before, .close.black::after {
    height: 8px;
    margin-top: -4px; }
  .close.heavy::before, .close.heavy::after {
    height: 12px;
    margin-top: -6px; }
  .close.pointy::Before, .close.pointy::after {
    width: 200%;
    left: -50%; }
  .close.rounded::before, .close.rounded::after {
    border-radius: 5px; }
  .close.blades::before, .close.blades::after {
    border-radius: 5px 0; }
  .close.warp::before, .close.warp::after {
    border-radius: 120% 0; }
  .close.fat::before, .close.fat::after {
    border-radius: 100%; }

.slider-selection {
  background: #232626 !important; }

.slider-success .slider-selection {
  background-color: #5cb85c !important; }

.slider-primary .slider-selection {
  background-color: #428bca !important; }

.slider-info .slider-selection {
  background-color: #5bc0de !important; }

.slider-warning .slider-selection {
  background-color: #f0ad4e !important; }

.slider-danger .slider-selection {
  background-color: #d9534f !important; }

.slider.slider-horizontal {
  width: 100% !important;
  height: 20px; }

.slider-handle {
  background-color: #232626 !important;
  background-image: none !important;
  /*-webkit-box-shadow: 1px 1px 24px -2px rgba(0,0,0,0.75) !important;
  -moz-box-shadow: 1px 1px 24px -2px rgba(0,0,0,0.75) !important;
  box-shadow: 1px 1px 24px -2px rgba(0,0,0,0.75) !important;*/ }

.slider-track-low,
.slider-track-high {
  background-color: #e8eaec; }

.slider-strips .slider-selection {
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
  background-image: -ms-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
  background-image: -o-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
  background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #bdbdbd !important;
  text-align: center;
  background-color: transparent !important;
  border-radius: 4px; }

.tooltip.top .tooltip-arrow {
  display: none !important; }

.slider .tooltip.top {
  margin-top: -25px !important; }

.well {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: 100% !important;
  padding: 0; }

.slider-ghost .slider-track {
  height: 5px !important; }

.slider-ghost .slider-handle {
  top: -2px !important;
  border: 5px solid #f77500; }

.slider-success.slider-ghost .slider-handle {
  border-color: #5cb85c; }

.slider-primary.slider-ghost .slider-handle {
  border-color: #428bca; }

.slider-info.slider-ghost .slider-handle {
  border-color: #5bc0de; }

.slider-warning.slider-ghost .slider-handle {
  border-color: #f0ad4e; }

.slider-danger.slider-ghost .slider-handle {
  border-color: #d9534f; }

.quantity {
  position: relative;
  display: inline-block; }
  .quantity .count {
    width: 100% !important;
    color: #232626;
    display: inline-block;
    font-size: 21px;
    font-weight: 900;
    line-height: normal;
    padding: 0px !important;
    text-align: center;
    margin-bottom: 0 !important;
    background-color: transparent;
    border: 2px solid #232626 !important; }
  .quantity .plus, .quantity .minus {
    position: absolute;
    right: 2px;
    top: 2px;
    cursor: pointer;
    display: inline-block;
    width: 44px;
    height: 44px;
    /*border: 6px solid transparent;
    border-color: #b4b6b8 transparent transparent transparent;*/
    background-color: transparent;
    border-radius: 0px;
    z-index: 9;
    transition: 0.2s; }
  .quantity .plus:before, .quantity .plus:after, .quantity .minus:before {
    position: absolute;
    left: 50%;
    top: 50%;
    content: ' ';
    width: 15px;
    height: 3px;
    background-color: #232626;
    border-radius: 0px;
    margin-left: -7.5px;
    margin-top: -1.5px;
    z-index: 9;
    transition: 0.2s; }
  .quantity .plus:hover:before, .quantity .plus:hover:after, .quantity .minus:hover:before {
    background-color: #FFF; }
  .quantity .plus:after {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  .quantity .minus {
    left: 2px;
    right: auto; }
  .quantity .minus:hover, .quantity .plus:hover {
    background-color: #232626 !important; }

.tree {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #232626; }
  .tree a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 800;
    color: #232626;
    padding: 20px 0;
    border-bottom: 1px solid #232626;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 0.16em; }
    .tree a::after {
      content: "+";
      position: absolute;
      right: 16px;
      top: 20px;
      font-size: 16px;
      font-weight: 800;
      color: #232626; }
  .tree a[aria-expanded=true] {
    color: #232626;
    border-bottom-color: transparent;
    transition: 0.2s !important; }
    .tree a[aria-expanded=true]::after {
      content: "-";
      top: 16px;
      font-size: 52px;
      font-weight: 100; }
  .tree .panel {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    margin: 0 !important; }
    .tree .panel .collapse {
      float: left !important;
      width: 100% !important;
      border-bottom: 1px solid #cfd1d3;
      transition: 0.2s;
      opacity: 0 !important; }
      .tree .panel .collapse.in {
        padding: 40px 0 !important;
        opacity: 1 !important; }

.custom-select {
  position: relative;
  display: block;
  margin: 0 auto;
  border: 2px solid #232626;
  border-radius: 0px;
  background-color: transparent;
  z-index: 10; }
  .custom-select select {
    border: none;
    outline: none;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0 !important;
    display: block;
    width: 100%;
    padding: 0px 52px 0px 16px !important;
    font-size: 16px !important;
    border-radius: 6px;
    overflow: hidden; }
  .custom-select::after {
    font-family: "Font Awesome 5 Free";
    content: "\f0dd";
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #232626;
    background-color: transparent;
    border-left: 0;
    z-index: -1;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px; }

header {
  position: fixed;
  background-color: transparent;
  z-index: 9;
  transition: all calc(0.03s * 20) ease-in-out;
  width: 100%;
  height: 130px;
  right: 0;
  top: 0px;
  padding: 0px 0px 0px 0px;
  text-align: center; }
  header .pull-right {
    margin: 0px;
    background-color: transparent;
    transition: 0.2s; }
    header .pull-right nav {
      padding: 0; }
  header .logo {
    position: absolute;
    left: 48px;
    top: 30px;
    display: inline-block;
    padding: 0 0 0 0;
    margin: 0px 0px 0px 0px;
    z-index: 7; }
    header .logo img {
      transition: 0.2s; }
  header .row {
    margin: 0; }
  .nav-up > header {
    top: -130px; }
    .nav-up > header li.open > .dropdown-menu {
      top: -312px;
      box-shadow: none; }
  .video-active > header {
    top: -200px; }
  header .navbar-header {
    float: none;
    padding-left: 185px; }
    header .navbar-header .navbar-inverse {
      background-color: transparent; }
      header .navbar-header .navbar-inverse li {
        float: left;
        padding: 59.5px 32px;
        position: static !important; }
        header .navbar-header .navbar-inverse li a {
          float: left;
          padding: 0px;
          font-weight: 600;
          font-size: 14px;
          line-height: 40px; }
      header .navbar-header .navbar-inverse .container {
        position: static; }
    header .navbar-header .navbar-inverse.pull-right {
      margin-left: 24px; }
    header .navbar-header .shop-button {
      color: #d45cb0 !important;
      font-size: 13px;
      font-weight: 700;
      line-height: 12px !important;
      padding: 73.5px 24px 0 24px !important;
      margin: 0px;
      text-transform: uppercase;
      transition: .5s;
      position: absolute;
      right: 48px;
      top: 0px; }
      header .navbar-header .shop-button .icon {
        float: left;
        margin-top: -9px;
        margin-right: 8px; }
  header .navbar-collapse {
    padding: 0; }
  header .navbar-inverse .navbar-nav > .active > a,
  header .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover
  header .navbar-nav {
    margin: 0; }
    header .navbar-inverse .navbar-nav > .active > a li,
    header .navbar-inverse .navbar-nav > .active > a:focus li, .navbar-inverse .navbar-nav > .active > a:hover
    header .navbar-nav li {
      height: 88px;
      position: static; }
      header .navbar-inverse .navbar-nav > .active > a li:first-child a,
      header .navbar-inverse .navbar-nav > .active > a:focus li:first-child a, .navbar-inverse .navbar-nav > .active > a:hover
      header .navbar-nav li:first-child a {
        padding-left: 15px !important; }
    header .navbar-inverse .navbar-nav > .active > a a,
    header .navbar-inverse .navbar-nav > .active > a:focus a, .navbar-inverse .navbar-nav > .active > a:hover
    header .navbar-nav a {
      color: #232626 !important;
      font-size: 13px;
      font-weight: 600;
      line-height: 12px !important;
      margin: 0px;
      text-transform: uppercase;
      transition: .5s; }
      header .navbar-inverse .navbar-nav > .active > a a:hover,
      header .navbar-inverse .navbar-nav > .active > a:focus a:hover, .navbar-inverse .navbar-nav > .active > a:hover
      header .navbar-nav a:hover {
        color: #d45cb0 !important;
        background-color: transparent !important; }
      header .navbar-inverse .navbar-nav > .active > a a img,
      header .navbar-inverse .navbar-nav > .active > a:focus a img, .navbar-inverse .navbar-nav > .active > a:hover
      header .navbar-nav a img {
        opacity: .55;
        transition: all calc(0.03s * 20) ease-in-out; }
      header .navbar-inverse .navbar-nav > .active > a a:hover img,
      header .navbar-inverse .navbar-nav > .active > a:focus a:hover img, .navbar-inverse .navbar-nav > .active > a:hover
      header .navbar-nav a:hover img {
        opacity: 1; }
    header .navbar-inverse .navbar-nav > .active > a .dropdown a.dropdown-toggle,
    header .navbar-inverse .navbar-nav > .active > a:focus .dropdown a.dropdown-toggle, .navbar-inverse .navbar-nav > .active > a:hover
    header .navbar-nav .dropdown a.dropdown-toggle {
      background-color: transparent;
      color: #000 !important;
      font-size: 14px;
      font-weight: 500;
      transition: .5s;
      box-shadow: none;
      margin: 0px;
      border-radius: 0px; }
  header .navbar-nav .active a {
    position: relative;
    color: #d45cb0 !important;
    background-color: transparent !important; }
    header .navbar-nav .active a h4 {
      color: #232626; }
    header .navbar-nav .active a:hover h4 {
      color: #d45cb0; }
    header .navbar-nav .active a::before {
      content: "";
      position: absolute;
      width: 100%;
      height: 8px;
      background: url("../images/icons/seperator.png") no-repeat left top transparent !important;
      background-size: 100% 100%;
      left: 0;
      bottom: -8px; }
  header .navbar-inverse .navbar-nav > .open > a, header .navbar-inverse .navbar-nav > .open > a:hover, header .navbar-inverse .navbar-nav > .open > a:focus {
    color: #d45cb0 !important;
    background-color: transparent !important; }
    header .navbar-inverse .navbar-nav > .open > a img, header .navbar-inverse .navbar-nav > .open > a:hover img, header .navbar-inverse .navbar-nav > .open > a:focus img {
      opacity: 1; }
  header .navbar-toggle {
    position: absolute;
    right: 30px;
    top: 36px;
    float: left;
    display: inline-block;
    background-color: transparent;
    width: 88px;
    height: 88px;
    padding: 0px 0px;
    margin: 0px;
    transition: 0.2s;
    z-index: 9999;
    border: 0px solid #e8eaec;
    border-radius: 0%;
    cursor: pointer;
    display: block; }
    header .navbar-toggle::before {
      content: "MENU";
      font-size: 12px;
      color: #bdbdbd;
      position: absolute;
      right: 90%;
      top: 50%;
      margin-top: -10px;
      transition: all calc(0.03s * 20) ease-in-out; }
    .nav-up > header header .navbar-toggle {
      top: -88px !important; }
    header .navbar-toggle span {
      margin: 0 auto;
      position: relative;
      top: auto;
      -webkit-transition-duration: 0s;
      transition-duration: 0s;
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s; }
      header .navbar-toggle span:before, header .navbar-toggle span:after {
        position: absolute;
        content: ''; }
      header .navbar-toggle span, header .navbar-toggle span:before, header .navbar-toggle span:after {
        width: 40px;
        height: 3px;
        border-radius: 6px;
        display: block; }
      header .navbar-toggle span:before {
        margin-top: -5px;
        -webkit-transition-property: margin, -webkit-transform;
        transition-property: margin, transform;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-delay: 0.2s, 0s;
        transition-delay: 0.2s, 0s;
        background-color: #232626; }
      header .navbar-toggle span:after {
        margin-top: 5px;
        -webkit-transition-property: margin, -webkit-transform;
        transition-property: margin, transform;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-delay: 0.2s, 0s;
        transition-delay: 0.2s, 0s;
        background-color: #232626; }
    header .navbar-toggle:hover {
      background-color: transparent; }
      header .navbar-toggle:hover::before {
        color: #d45cb0; }
      header .navbar-toggle:hover span:before {
        margin-top: 0px;
        background-color: #d45cb0; }
      header .navbar-toggle:hover span:after {
        margin-top: 0px;
        background-color: #d45cb0; }
    header .navbar-toggle.in {
      background-color: transparent; }
      header .navbar-toggle.in::before {
        content: "CLOSE";
        color: #00c9a7; }
    header .navbar-toggle.in span {
      background-color: transparent;
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s; }
      header .navbar-toggle.in span:before {
        margin-top: 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition-delay: 0s, 0.2s;
        transition-delay: 0s, 0.2s; }
      header .navbar-toggle.in span:after {
        margin-top: 0;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition-delay: 0s, 0.2s;
        transition-delay: 0s, 0.2s; }
      header .navbar-toggle.in span:before, header .navbar-toggle.in span:after {
        background-color: #00c9a7; }
  header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px; }
  header .dropdown-toggle[aria-expanded="true"] {
    position: static !important;
    padding: 0px !important;
    margin-top: 0px; }
  header .dropdown.cart strong {
    position: absolute;
    right: 29px;
    top: 17px;
    background-color: #ad4e59;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    z-index: 9; }
  header .dropdown-menu {
    top: 0;
    right: 0px;
    left: 0px;
    width: auto;
    height: auto;
    min-width: 120px;
    padding: 0px 0px 0px 0px;
    margin: 0;
    background-color: #FFF;
    border: 0 !important;
    border-radius: 0px;
    opacity: 0 !important;
    text-align: center;
    /*-webkit-box-shadow: -5px 7px 14px rgba(0, 0, 0, 0.1);
    box-shadow: -5px 7px 14px rgba(0, 0, 0, 0.1);*/
    -webkit-box-shadow: none;
    box-shadow: 0 200px 400px rgba(0, 0, 0, 0.3);
    z-index: 99;
    transition: 0.2s;
    overflow: hidden; }
    header .dropdown-menu a, header .dropdown-menu.active a {
      transition: 0.2s;
      width: 100%;
      padding: 0 0 0 0 !important; }
      header .dropdown-menu a::before, header .dropdown-menu.active a::before {
        display: none !important; }
    header .dropdown-menu .col-md-3 {
      position: static;
      padding-bottom: 64px; }
      header .dropdown-menu .col-md-3:hover a, header .dropdown-menu .col-md-3:hover h4 {
        color: #d45cb0 !important; }
      header .dropdown-menu .col-md-3 span {
        display: inline-block;
        width: 100%;
        height: 200px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 70% auto;
        opacity: 1 !important;
        margin-right: 6px;
        margin-top: -2px; }
        header .dropdown-menu .col-md-3 span.livestock {
          background-image: url("../../images/livestock-icon-b.png"); }
        header .dropdown-menu .col-md-3 span.meat {
          background-image: url("../../images/meat-icon-b.png"); }
        header .dropdown-menu .col-md-3 span.process-meat {
          background-image: url("../../images/processed-meat-icon-b.png"); }
        header .dropdown-menu .col-md-3 span.gasoil {
          background-image: url("../../images/gasoil-icon-b.png"); }
      header .dropdown-menu .col-md-3 h4 {
        position: relative;
        height: 0;
        font-size: 16px;
        font-weight: 600;
        overflow: hidden;
        transition: all calc(0.03s * 20) ease-in-out; }
      header .dropdown-menu .col-md-3 .sub {
        display: inline-block;
        width: 200%;
        position: relative;
        height: 0;
        overflow: hidden;
        transition: all calc(0.03s * 20) ease-in-out;
        margin-top: 24px;
        margin-left: -10%; }
        header .dropdown-menu .col-md-3 .sub a {
          display: inline-block;
          float: left;
          width: auto;
          padding: 0 8px !important;
          color: #232626 !important;
          font-size: 12px !important;
          font-weight: 500; }
          header .dropdown-menu .col-md-3 .sub a:hover {
            color: #d45cb0 !important; }
          header .dropdown-menu .col-md-3 .sub a::after {
            content: "|";
            position: relative;
            float: right;
            margin-left: 24px;
            color: #232626 !important;
            opacity: 0.3; }
          header .dropdown-menu .col-md-3 .sub a:last-child::after {
            display: none; }
      header .dropdown-menu .col-md-3:hover {
        color: #d45cb0 !important; }
        header .dropdown-menu .col-md-3:hover span.livestock {
          background-image: url("../../images/livestock-icon-r.png"); }
        header .dropdown-menu .col-md-3:hover span.meat {
          background-image: url("../../images/meat-icon-r.png"); }
        header .dropdown-menu .col-md-3:hover span.process-meat {
          background-image: url("../../images/processed-meat-icon-r.png"); }
        header .dropdown-menu .col-md-3:hover span.gasoil {
          background-image: url("../../images/gasoil-icon-r.png"); }
        header .dropdown-menu .col-md-3:hover h4 {
          height: 32px; }
        header .dropdown-menu .col-md-3:hover .sub {
          height: 32px; }
    header .dropdown-menu ul {
      float: left;
      display: inline-block;
      width: 100%;
      padding: 0px; }
      header .dropdown-menu ul li {
        float: left;
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        border: 0;
        border-bottom: 1px solid #e2e7eb !important;
        position: relative; }
        header .dropdown-menu ul li:last-child {
          border: 0; }
        header .dropdown-menu ul li a, header .dropdown-menu ul li.active a {
          float: left;
          font-size: 14px;
          color: #b2b4b6 !important;
          background-color: transparent !important;
          text-decoration: none !important;
          padding: 14px 10px !important;
          border-radius: 0 !important;
          width: 100% !important;
          height: auto !important;
          border: 0 !important;
          margin: 0 !important;
          box-shadow: 0 !important;
          transition: all calc(0.03s * 20) ease-in-out;
          -webkit-animation-name: open_fade;
          -webkit-animation-duration: .8s;
          animation-name: open_fade;
          animation-duration: .8s; }
          header .dropdown-menu ul li a span, header .dropdown-menu ul li.active a span {
            float: left;
            opacity: 1 !important;
            margin-right: 6px;
            margin-top: -2px; }
            header .dropdown-menu ul li a span img, header .dropdown-menu ul li.active a span img {
              opacity: 1 !important; }
          header .dropdown-menu ul li a:hover, header .dropdown-menu ul li.active a:hover {
            color: #232626 !important;
            background-color: #bdbdbd !important; }
    .cart > header .dropdown-menu {
      min-width: 384px; }
      .cart > header .dropdown-menu li {
        padding: 16px;
        transition: all calc(0.03s * 20) ease-in-out;
        border-bottom: 1px solid #e2e7eb; }
        .cart > header .dropdown-menu li:last-child {
          border-bottom: 1px solid #e2e7eb; }
        .cart > header .dropdown-menu li:hover {
          background-color: #bdbdbd; }
      .cart > header .dropdown-menu a {
        float: none;
        display: block;
        padding: 16px 0 0 0 !important; }
        .cart > header .dropdown-menu a:hover {
          background-color: transparent !important; }
        .cart > header .dropdown-menu a.remove {
          position: absolute;
          right: 16px;
          top: calc(50% - 12px);
          width: 24px !important;
          margin: 0 !important;
          padding: 0 !important;
          height: 24px !important;
          text-align: center;
          line-height: 22px !important;
          border: 1px solid #FFF !important;
          background-color: #FFF !important;
          border-radius: 100% !important;
          z-index: 9; }
          .cart > header .dropdown-menu a.remove:hover {
            background-color: #232626 !important;
            color: #FFF !important; }
        .cart > header .dropdown-menu a img {
          float: left;
          opacity: 1 !important;
          width: 64px;
          height: auto !important;
          margin-top: -16px;
          margin-right: 16px; }
      .cart > header .dropdown-menu p {
        float: left;
        width: 100%;
        margin: 0; }
        .cart > header .dropdown-menu p strong {
          position: relative;
          right: auto;
          top: auto;
          background-color: transparent; }
        .cart > header .dropdown-menu p.total {
          text-align: center;
          padding: 16px;
          margin-bottom: 40px; }
        .cart > header .dropdown-menu p a {
          float: left !important;
          width: 100% !important;
          display: inline-block !important;
          height: auto !important;
          text-align: center;
          padding: 24px 0 !important;
          margin: 0;
          border-top: 1px solid #e2e7eb !important;
          background-color: #bdbdbd !important;
          text-decoration: none;
          font-size: 14px;
          font-weight: 700; }
          .cart > header .dropdown-menu p a:hover, .cart > header .dropdown-menu p a:last-child {
            background-color: #232626 !important;
            color: #FFF !important; }
      .cart > header .dropdown-menu .quantity {
        display: block; }
  header li.open > .dropdown-menu {
    opacity: 1 !important;
    top: 100%; }

section {
  float: right;
  width: calc(100%);
  padding: 160px 0;
  min-height: 640px;
  position: relative;
  /*background-color: #FFF;*/
  z-index: 6; }
  section:not(section) h1 {
    transition: opacity .5s ease-in-out,transform .5s ease-in-out,padding .3s ease;
    opacity: 0;
    transform: translateY(3.125rem); }
  section.white, section *.white {
    background-color: #FFF; }
  section.red, section *.red {
    background-color: #d45cb0; }
  section.grey, section *.grey {
    background-color: #e8eaec; }

*.leftTop_Radius {
  -webkit-border-top-left-radius: 60px;
  -moz-border-radius-topleft: 60px;
  border-top-left-radius: 60px; }

*.leftBottom_Radius {
  -webkit-border-bottom-left-radius: 60px;
  -moz-border-radius-bottomleft: 60px;
  border-bottom-left-radius: 60px; }

*.rightTop_Radius {
  -webkit-border-top-right-radius: 60px;
  -moz-border-radius-topright: 60px;
  border-top-right-radius: 60px; }

*.rightBottom_Radius {
  -webkit-border-bottom-right-radius: 60px;
  -moz-border-radius-bottomright: 60px;
  border-bottom-right-radius: 60px; }

.product-name h2 {
  width: 100%; }
.product-name p {
  font-size: 12px;
  color: #232626; }

tag {
  display: inline-block;
  position: relative;
  font-size: 12px;
  color: #d45cb0;
  font-weight: 900;
  margin-bottom: 24px;
  text-transform: uppercase; }
  tag::before {
    content: "";
    position: absolute;
    width: calc(100% + 16px);
    height: 25px;
    /*background: url("../images/icons/tag-bg.png") no-repeat left top;*/
    background-size: 100% 100%;
    left: -8px;
    top: 4px; }

date {
  float: right;
  margin-top: 16px;
  font-size: 11px;
  color: #bdbdbd; }

video {
  width: 100%; }

.left-bar,
.right-bar,
.search-bar {
  display: none;
  position: fixed;
  z-index: 8;
  transition: all calc(0.03s * 20) ease-in-out;
  text-align: left;
  background-color: transparent; }
  .video-active > .left-bar, .video-active >
  .right-bar, .video-active >
  .search-bar {
    left: -130px; }
  .nav-up > .left-bar, .nav-up >
  .right-bar, .nav-up >
  .search-bar {
    /*height: 100%;
    top: 0px;*/ }
  .left-bar li,
  .right-bar li,
  .search-bar li {
    padding: 12px 0;
    position: relative; }
    .left-bar li a,
    .right-bar li a,
    .search-bar li a {
      position: relative;
      display: inline-block;
      font-size: 21px;
      text-transform: uppercase;
      font-weight: 800;
      color: #FFF;
      letter-spacing: 0.16em; }
      .left-bar li a:hover, .left-bar li a:focus,
      .right-bar li a:hover,
      .right-bar li a:focus,
      .search-bar li a:hover,
      .search-bar li a:focus {
        color: #FFF !important; }
    .left-bar li.category-item a::after,
    .right-bar li.category-item a::after,
    .search-bar li.category-item a::after {
      content: "";
      position: absolute;
      right: -40px;
      top: -15px;
      background: url("../images/icons/arrow-right.svg") no-repeat center center;
      width: 24px;
      height: 24px;
      display: inline-block;
      transform: rotate(90deg);
      opacity: 0;
      transition: 0.2s; }
    .left-bar li.category-item:hover a::after,
    .right-bar li.category-item:hover a::after,
    .search-bar li.category-item:hover a::after {
      opacity: 1;
      top: -5px; }
    .left-bar li.category-item.active a::after,
    .right-bar li.category-item.active a::after,
    .search-bar li.category-item.active a::after {
      transform: rotate(-90deg); }
    .left-bar li .sub-menu,
    .right-bar li .sub-menu,
    .search-bar li .sub-menu {
      position: relative;
      overflow: hidden;
      height: 0;
      transition: all calc(0.03s * 20) ease-in-out; }
    .left-bar li.category-item.active .sub-menu,
    .right-bar li.category-item.active .sub-menu,
    .search-bar li.category-item.active .sub-menu {
      height: auto; }
    .left-bar li ul,
    .right-bar li ul,
    .search-bar li ul {
      margin: 24px 0 16px 0; }
      .left-bar li ul li,
      .right-bar li ul li,
      .search-bar li ul li {
        padding: 1px 0 1px 16px; }
        .left-bar li ul li a,
        .right-bar li ul li a,
        .search-bar li ul li a {
          font-size: 11px;
          font-weight: 400;
          letter-spacing: normal; }
          .left-bar li ul li a::after,
          .right-bar li ul li a::after,
          .search-bar li ul li a::after {
            display: none !important; }
        .left-bar li ul li:last-child,
        .right-bar li ul li:last-child,
        .search-bar li ul li:last-child {
          padding-top: 22px; }
          .left-bar li ul li:last-child a,
          .right-bar li ul li:last-child a,
          .search-bar li ul li:last-child a {
            position: relative;
            font-weight: 800; }
            .left-bar li ul li:last-child a::before, .left-bar li ul li:last-child a::after,
            .right-bar li ul li:last-child a::before,
            .right-bar li ul li:last-child a::after,
            .search-bar li ul li:last-child a::before,
            .search-bar li ul li:last-child a::after {
              content: "";
              position: absolute !important;
              display: block !important;
              right: 0 !important;
              bottom: -4px !important;
              width: 100% !important;
              height: 1px !important;
              background: none !important;
              background-color: #FFF !important;
              transform: none !important; }
            .left-bar li ul li:last-child a::after,
            .right-bar li ul li:last-child a::after,
            .search-bar li ul li:last-child a::after {
              content: "+" !important;
              width: 16px !important;
              height: 16px !important;
              right: -24px !important;
              top: 50% !important;
              margin-top: -8px !important;
              background-color: transparent !important;
              font-size: 14px !important;
              font-weight: 800 !important;
              opacity: 0.7 !important; }
  .left-bar .social-media,
  .right-bar .social-media,
  .search-bar .social-media {
    padding-top: 56px; }
    .left-bar .social-media li,
    .right-bar .social-media li,
    .search-bar .social-media li {
      padding: 4px 0; }
      .left-bar .social-media li a,
      .right-bar .social-media li a,
      .search-bar .social-media li a {
        font-size: 12px; }
  .left-bar .slogan,
  .right-bar .slogan,
  .search-bar .slogan {
    font-size: 14px;
    font-weight: 700;
    text-transform: none;
    width: 400px;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: -144px;
    margin-top: -10px;
    opacity: 1; }
  .left-bar .self,
  .right-bar .self,
  .search-bar .self {
    position: relative;
    float: left;
    width: 100%;
    display: inline-block;
    padding-bottom: 24px;
    cursor: pointer; }
    .left-bar .self a,
    .right-bar .self a,
    .search-bar .self a {
      float: left;
      width: 100%;
      height: auto; }
    .left-bar .self span,
    .right-bar .self span,
    .search-bar .self span {
      position: absolute;
      left: 32px;
      top: 0;
      display: inline-block;
      width: 21px;
      height: 21px;
      border-radius: 100%;
      background-color: #FFF;
      font-size: 10px;
      font-weight: 800;
      color: #d45cb0;
      text-align: center;
      line-height: 19px;
      border: 2px solid #d45cb0;
      z-index: 9; }
    .left-bar .self > a::after, .left-bar .self::after,
    .right-bar .self > a::after,
    .right-bar .self::after,
    .search-bar .self > a::after,
    .search-bar .self::after {
      content: "";
      float: none;
      display: inline-block;
      position: relative;
      width: 64px;
      height: 64px;
      margin: 0px auto;
      border-radius: 100%;
      text-align: center;
      background-color: #e8eaec;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: 31px auto;
      transition: 0.2s; }
    .left-bar .self:hover::after, .left-bar .self.in::after,
    .right-bar .self:hover::after,
    .right-bar .self.in::after,
    .search-bar .self:hover::after,
    .search-bar .self.in::after {
      background-color: #FFF; }
    .left-bar .self.in::after,
    .right-bar .self.in::after,
    .search-bar .self.in::after {
      border: 1px solid #d45cb0; }
    .left-bar .self.cart,
    .right-bar .self.cart,
    .search-bar .self.cart {
      transition: 0.2s; }
      .left-bar .self.cart::before,
      .right-bar .self.cart::before,
      .search-bar .self.cart::before {
        content: "";
        display: inline-block;
        width: 40px;
        height: 175px;
        background: url("../images/icons/cart-menu-open-bg.png") no-repeat left top;
        position: absolute;
        left: -53px;
        top: -56px;
        opacity: 0;
        transition: 0.2s; }
      .left-bar .self.cart.in,
      .right-bar .self.cart.in,
      .search-bar .self.cart.in {
        margin-left: -80px; }
        .left-bar .self.cart.in::before,
        .right-bar .self.cart.in::before,
        .search-bar .self.cart.in::before {
          left: 80px;
          opacity: 1; }
      .left-bar .self.cart::after,
      .right-bar .self.cart::after,
      .search-bar .self.cart::after {
        background-color: #d45cb0;
        background-image: url("../images/icons/cart.svg"); }
    .left-bar .self.profile::after,
    .right-bar .self.profile::after,
    .search-bar .self.profile::after {
      display: none; }
    .left-bar .self.profile > a::after,
    .right-bar .self.profile > a::after,
    .search-bar .self.profile > a::after {
      background-image: url("../images/icons/profile.svg"); }
    .left-bar .self.profile > a:hover::after,
    .right-bar .self.profile > a:hover::after,
    .search-bar .self.profile > a:hover::after {
      background-color: #FFF; }
    .left-bar .self.search::after,
    .right-bar .self.search::after,
    .search-bar .self.search::after {
      background-image: url("../images/icons/search.svg"); }
    .left-bar .self.whatsapp,
    .right-bar .self.whatsapp,
    .search-bar .self.whatsapp {
      position: absolute;
      bottom: 0;
      left: 0;
      float: left;
      padding: 0; }
      .left-bar .self.whatsapp::after,
      .right-bar .self.whatsapp::after,
      .search-bar .self.whatsapp::after {
        display: none; }
      .left-bar .self.whatsapp > a::after,
      .right-bar .self.whatsapp > a::after,
      .search-bar .self.whatsapp > a::after {
        float: left;
        width: 100%;
        height: 120px;
        background-color: #d45cb0;
        background-image: url("../images/icons/whatsapp.svg");
        border-radius: 0;
        -webkit-border-top-left-radius: 65px;
        -webkit-border-top-right-radius: 65px;
        -moz-border-radius-topleft: 65px;
        -moz-border-radius-topright: 65px;
        border-top-left-radius: 65px;
        border-top-right-radius: 65px; }
      .left-bar .self.whatsapp > a:hover::after, .left-bar .self.whatsapp > a.active::after,
      .right-bar .self.whatsapp > a:hover::after,
      .right-bar .self.whatsapp > a.active::after,
      .search-bar .self.whatsapp > a:hover::after,
      .search-bar .self.whatsapp > a.active::after {
        background-color: #1ebea5; }

.left-bar {
  display: inline-block;
  width: 7.5%;
  height: 100%;
  left: 0px;
  top: 0; }

.right-bar {
  display: inline-block;
  width: 7.5%;
  height: 100%;
  right: 0px;
  top: 0;
  z-index: 7;
  transform: rotate(180deg); }
  .right-bar .slogan {
    left: -128px;
    margin-top: -20px; }

.message-button {
  display: none;
  position: fixed;
  z-index: 999;
  transition: all calc(0.03s * 20) ease-in-out;
  text-align: left;
  background-color: transparent;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat; }

.message-button {
  left: 0;
  bottom: 0;
  width: 200px;
  height: 120px;
  background-image: url("../images/icons/message-r.png");
  background-color: #FFF;
  -webkit-border-top-right-radius: 60px;
  -moz-border-radius-topright: 60px;
  border-top-right-radius: 60px;
  cursor: pointer;
  /*body[color-type="light"] > & {
      background-color: $secondary-color;
      background-image: url("../images/icons/message-w.png");
  }*/ }
  .message-button span {
    display: inline-block;
    text-align: center;
    width: 100%;
    padding: 40px 0; }
  .message-button.color {
    background-color: #d45cb0;
    background-image: url("../images/icons/message-w.png"); }

.menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  padding: 10% 0;
  overflow-y: scroll;
  z-index: 8;
  opacity: 1;
  align-items: center;
  justify-content: center;
  display: flex; }
  .menu::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: right;
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-image: linear-gradient(to right, #00c9a7, #d45cb0);
    padding-bottom: 4px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    opacity: 0;
    transition: all 300ms ease-in-out; }
  .menu .container {
    transition: all 1000ms ease-in-out;
    opacity: 0; }
  .menu li {
    float: left;
    width: 100%;
    line-height: normal;
    opacity: 0; }
    .menu li:nth-child(1n) {
      margin-left: -100px;
      transition: all 300ms ease-in-out; }
    .menu li:nth-child(2n) {
      margin-left: -100px;
      transition: all 600ms ease-in-out; }
    .menu li:nth-child(3n) {
      margin-left: -100px;
      transition: all 900ms ease-in-out; }
    .menu li:nth-child(4n) {
      margin-left: -100px;
      transition: all 1200ms ease-in-out; }
    .menu li a {
      display: inline-block;
      font-size: 14px;
      font-weight: 600; }
      .menu li a.active {
        color: #00c9a7; }
    .menu li ul {
      float: left;
      margin: 0;
      width: 100%;
      line-height: 0;
      -webkit-column-count: 2;
      -webkit-column-gap: 13px;
      -moz-column-count: 2;
      -moz-column-gap: 13px;
      column-count: 2;
      column-gap: 13px; }
      .menu li ul li {
        float: none;
        display: inline-block;
        /*padding-right: 24px;*/ }
        .menu li ul li:last-child {
          float: left;
          width: 100%;
          margin-top: 0px; }
          .menu li ul li:last-child a {
            text-decoration: underline; }
        .menu li ul li a, .menu li ul li.active a {
          float: left;
          text-transform: none;
          letter-spacing: normal;
          font-weight: 400;
          font-size: 14px;
          line-height: 16px;
          color: #b2b4b6;
          display: inline-block;
          padding: 0 24px 5px 0px !important;
          position: relative; }
          .menu li ul li a::before, .menu li ul li.active a::before {
            content: "";
            width: 0px;
            height: 1px;
            background-color: #232626;
            position: absolute;
            left: 0;
            bottom: 8px;
            transition: all calc(0.03s * 20) ease-in-out; }
          .menu li ul li a:hover, .menu li ul li.active a:hover {
            padding: 0 0 5px 30px !important; }
          .menu li ul li a:hover::before, .menu li ul li.active a:hover::before {
            width: 24px; }
    .menu li.active ul {
      margin: 16px 0 24px 0; }
      .menu li.active ul li:last-child {
        margin-top: 24px; }
    .menu li .sub-menu {
      width: 100%;
      height: 0;
      transition: all calc(0.03s * 20) ease-in-out;
      display: none;
      -webkit-animation-name: open_fade;
      -webkit-animation-duration: .8s;
      animation-name: open_fade;
      animation-duration: .8s; }
      .menu li .sub-menu a::after {
        display: none !important; }
    .menu li.active .sub-menu {
      display: inline-block;
      height: auto !important; }
  .menu.in {
    background-size: 100% 100%;
    width: 100%;
    /*box-shadow: $boxShadow;*/ }
    .menu.in::before {
      background-size: 100% 100%;
      opacity: 1; }
    .menu.in li {
      margin-left: 0%;
      opacity: 1; }
    .menu.in .container {
      opacity: 1; }
  .menu.burger-menu ul a {
    float: left;
    width: 100%;
    display: inline-block;
    font-size: 14vh;
    font-weight: 700;
    padding: 0px 0;
    line-height: 100%;
    text-transform: uppercase;
    float: none !important;
    width: auto !important;
    display: inline;
    background-repeat: no-repeat;
    transition: all 500ms ease-in-out;
    padding: 0 0 0 0;
    background-position: center left;
    background-size: 0% 3px;
    background-image: linear-gradient(#00c9a7, #00c9a7);
    padding-bottom: 5px; }
    .menu.burger-menu ul a:hover {
      background-size: 100% 3px; }
    .menu.burger-menu ul a.active {
      background-size: 100% 3px; }
    .menu.burger-menu ul a:hover {
      color: #00c9a7 !important; }
  .menu.burger-menu ul li li a, .menu.burger-menu ul li li.active a {
    font-size: 14px; }
  .menu.burger-menu .col-md-3:last-child {
    padding: 0; }
  .menu.burger-menu .col-md-6 .col-md-6 {
    padding: 0; }
    .menu.burger-menu .col-md-6 .col-md-6 img {
      width: 100%;
      height: auto; }
    .menu.burger-menu .col-md-6 .col-md-6 p {
      line-height: 21px; }
  .menu.product-menu {
    padding: 0px 0px 40px 0px;
    min-height: 372px; }
    .menu.product-menu .btn.secondary-bg {
      position: absolute;
      right: 60px;
      bottom: 60px;
      z-index: 9; }
    .menu.product-menu .container {
      position: static; }
    .menu.product-menu .col-md-2 {
      position: static; }
      .menu.product-menu .col-md-2 .wrapper {
        float: left;
        width: 33%;
        height: 100%;
        background-position: left top;
        background-repeat: no-repeat;
        background-size: 100% auto;
        position: absolute;
        left: 0;
        top: 0;
        padding: 5% 7% 0px 10%;
        z-index: 9; }
        .menu.product-menu .col-md-2 .wrapper h3 {
          color: #232626;
          font-size: 64px;
          margin: 0 0 8px 0; }
        .menu.product-menu .col-md-2 .wrapper p {
          font-size: 24px; }
    .menu.product-menu .col-md-4 {
      padding-top: 40px; }
      .menu.product-menu .col-md-4:first-child {
        padding-left: 0; }
    .menu.product-menu h4 {
      font-size: 12px;
      color: #b2b4b6;
      margin-bottom: 40px; }
    .menu.product-menu ul a {
      display: inline-block;
      font-size: 16px;
      padding: 2px 0;
      font-weight: 400; }
      .menu.product-menu ul a:hover {
        color: #d45cb0 !important; }
      .menu.product-menu ul a .icon {
        float: left;
        width: 16px;
        height: 24px;
        margin-right: 4px; }
        .menu.product-menu ul a .icon img {
          width: 72%;
          height: auto; }
    .menu.product-menu ul li li a, .menu.product-menu ul li li.active a {
      font-size: 14px; }
  .menu.cart-menu {
    left: auto;
    top: 0;
    right: -100%;
    width: 500px;
    height: auto;
    padding: 0px 0px;
    min-height: 372px;
    z-index: 9;
    overflow: hidden;
    -webkit-border-bottom-left-radius: 60px;
    -moz-border-radius-bottomleft: 60px;
    border-bottom-left-radius: 60px; }
    .menu.cart-menu.in {
      width: 500px;
      top: 0;
      right: 130px;
      box-shadow: -44px 44px 200px rgba(0, 0, 0, 0.2) !important; }
      .nav-up > .menu.cart-menu.in {
        top: 0px; }
    .menu.cart-menu .list {
      float: left;
      width: 100%;
      height: 436px;
      overflow-y: auto;
      display: inline-block !important;
      padding-bottom: 40px; }
      .menu.cart-menu .list ul {
        float: left;
        width: 100%;
        padding: 35px 112px 0px 32px; }
        .menu.cart-menu .list ul a {
          display: inline-block;
          font-size: 16px;
          padding: 2px 0;
          font-weight: 400; }
          .menu.cart-menu .list ul a:hover {
            color: #d45cb0 !important; }
        .menu.cart-menu .list ul li {
          float: left;
          width: 100%;
          height: auto;
          position: relative;
          margin-bottom: 24px; }
          .menu.cart-menu .list ul li a:first-child {
            float: left;
            width: 8%; }
            .menu.cart-menu .list ul li a:first-child span {
              position: relative;
              display: inline-block;
              width: 12px;
              height: 12px;
              margin: 40px 0;
              background: url("../images/icons/close.svg") no-repeat left top; }
            .menu.cart-menu .list ul li a:first-child:hover span {
              background: url("../images/icons/close-red.svg") no-repeat left top; }
          .menu.cart-menu .list ul li a:last-child {
            float: left;
            width: 92%; }
            .menu.cart-menu .list ul li a:last-child .image {
              float: left;
              width: 96px;
              height: 96px;
              border-radius: 15px;
              overflow: hidden; }
              .menu.cart-menu .list ul li a:last-child .image img {
                width: 100%;
                height: auto; }
            .menu.cart-menu .list ul li a:last-child .details {
              float: left;
              width: calc(100% - 96px);
              padding: 16px 16px 0px 16px; }
              .menu.cart-menu .list ul li a:last-child .details h5 {
                font-size: 16px;
                margin-bottom: 20px; }
              .menu.cart-menu .list ul li a:last-child .details span {
                font-weight: 900; }
    .menu.cart-menu .total {
      float: left;
      width: 100%;
      height: auto;
      overflow-y: auto;
      border-top: 1px solid #e8eaec;
      text-align: center;
      padding: 24px 0;
      font-size: 21px;
      line-height: 32px;
      color: #bdbdbd;
      display: inline-block !important; }
      .menu.cart-menu .total strong {
        display: inline-block;
        width: 100%;
        color: #232626; }
    .menu.cart-menu .btn {
      float: left;
      width: 100%;
      height: 56px;
      text-align: center;
      background-color: #e8eaec;
      line-height: 56px;
      display: inline-block !important; }
      .menu.cart-menu .btn:last-child {
        background-color: #41b4cd;
        color: #FFF; }
    .menu.cart-menu table {
      display: none !important; }
  .menu.search-menu {
    height: auto;
    padding: 0px 0;
    overflow: inherit;
    max-height: 320px;
    padding: 0 60px; }
    .menu.search-menu button {
      content: "";
      float: left;
      display: inline-block;
      position: absolute;
      width: 40px;
      height: 40px;
      background-position: center center;
      background-repeat: no-repeat;
      background-image: url(../images/icons/search.svg);
      background-size: auto 50%;
      border: 0;
      z-index: 9;
      left: 64px;
      top: 4px;
      opacity: 0.2; }
    .menu.search-menu input {
      float: right;
      width: 100%;
      padding-left: 56px;
      position: relative;
      z-index: 1; }

.page-navigation {
  display: none;
  position: fixed;
  z-index: 7;
  transition: all calc(0.03s * 20) ease-in-out;
  text-align: right;
  background-color: transparent;
  padding: 0px 0 0px 0; }

.page-navigation {
  display: inline-block;
  width: auto;
  height: auto;
  right: 48px;
  bottom: 48px; }
  .video-active > .page-navigation {
    right: -130px !important; }
  .page-navigation.closed {
    right: -130px !important; }
  .page-navigation .flex-wrapper {
    display: flex;
    flex-flow: row nowrap;
    position: absolute;
    left: -15px;
    top: -0.5px;
    z-index: 9;
    width: 128px;
    transition: 0.2s;
    margin-top: 2px; }
    .page-navigation .flex-wrapper .single-chart {
      width: 33%;
      justify-content: space-around; }
    .page-navigation .flex-wrapper .circular-chart {
      display: block;
      margin: 10px auto;
      max-width: 80%;
      max-height: 250px; }
    .page-navigation .flex-wrapper .circle-bg {
      fill: none;
      stroke: #e8eaec;
      stroke-width: 2.8; }
    .page-navigation .flex-wrapper .circle {
      fill: none;
      stroke-width: 2.8;
      stroke-linecap: round;
      animation: progress 1s ease-out forwards;
      stroke: #232626; }
    .page-navigation .flex-wrapper .percentage {
      fill: #232626;
      font-family: sans-serif;
      font-size: 0.5em;
      text-anchor: middle; }
  .page-navigation ul {
    float: right;
    width: 13px;
    margin-right: 8px; }
    .page-navigation ul li {
      width: 13px;
      height: 13px;
      display: inline-block;
      margin: 20px 0; }
      .page-navigation ul li[rel-data=hidden] {
        display: none; }
      .page-navigation ul li a {
        display: inline-block;
        width: 13px;
        height: 13px;
        padding: 0;
        position: relative; }
        .page-navigation ul li a.disc {
          border-radius: 100%;
          background-color: #bdbdbd; }
        .page-navigation ul li a.triangle {
          width: 0px;
          height: 0px;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          border-bottom: 13px solid #bdbdbd;
          background-color: transparent; }
        .page-navigation ul li a.square {
          border-radius: 0%;
          background-color: #bdbdbd; }
        .page-navigation ul li a.pentagon {
          background-color: #bdbdbd;
          position: relative;
          clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%); }
        .page-navigation ul li a.star {
          width: 30px;
          height: 30px;
          clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
          margin-left: -9px;
          margin-top: -6px; }
          .page-navigation ul li a.star::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            transform: rotate(-36deg);
            width: 30px;
            height: 30px;
            clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
            background-color: #bdbdbd; }
        .page-navigation ul li a:hover, .page-navigation ul li a:focus {
          color: #FFF !important; }
      .page-navigation ul li.current a {
        /*background-color: $secondary-color;*/ }
        .page-navigation ul li.current a::after {
          content: "";
          position: absolute; }
        .page-navigation ul li.current a.disc {
          background-color: #232626; }
        .page-navigation ul li.current a.triangle {
          border-bottom-color: #232626; }
        .page-navigation ul li.current a.square {
          background-color: #232626; }
        .page-navigation ul li.current a.pentagon {
          background-color: #232626; }
        .page-navigation ul li.current a.star::before {
          background-color: #232626; }
  .page-navigation .section-name {
    font-size: 12px;
    font-weight: 600;
    color: #d45cb0;
    text-transform: uppercase;
    width: 100%;
    transform: rotate(-90deg);
    transform-origin: left top;
    position: absolute;
    bottom: -160px;
    left: 0;
    margin-top: 0;
    opacity: .65;
    height: 200px;
    line-height: 200px; }

body.nav-up .page-navigation {
  /*top: 0px;
  height: calc(100% - 120px);
  
  & .section-name {
      bottom: -160px;
      left: 0;
      margin-top: 0;
      opacity: .65;
      height: 200px;
      line-height: 200px;
  }*/ }

.carousel,
.carousel-indicators,
.carousel-control,
.carousel-caption {
  display: none;
  margin: 0; }

.carousel {
  display: inline-block;
  width: 100%; }
  .carousel .carousel-inner {
    overflow: visible; }
  .carousel .carousel-caption {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    opacity: 0;
    transition: all calc(0.03s * 20) ease-in-out; }
    .carousel .carousel-caption .col-md-5, .carousel .carousel-caption .col-md-12 {
      padding: 0; }
    .carousel .carousel-caption * {
      text-shadow: none; }
    .carousel .carousel-caption h1 {
      color: #d45cb0;
      margin-bottom: 56px;
      margin-left: -200px;
      animation-duration: 1000ms !important; }
    .carousel .carousel-caption h2 {
      color: #00c9a7;
      font-size: 120px;
      margin-bottom: 96px;
      margin-left: -200px;
      animation-duration: 1750ms !important; }
    .carousel .carousel-caption .container {
      /*width: 100%;
      padding: 0;
      margin: 0;*/ }
    .carousel .carousel-caption .btn.frame {
      font-size: 12px;
      line-height: 20px;
      text-align: left; }
  .carousel .video .col-md-12 {
    padding: 0 !important; }
  .carousel .active .carousel-caption {
    top: 0;
    opacity: 1; }
  .carousel .active .carousel-caption h1, .carousel .active .carousel-caption h2 {
    margin-left: 0px; }
  .carousel.carousel-fade .carousel-inner .item {
    transition-property: opacity; }
  .carousel.carousel-fade .carousel-inner .item, .carousel.carousel-fade .carousel-inner .active.left, .carousel.carousel-fade .carousel-inner .active.right {
    opacity: 0; }
  .carousel.carousel-fade .carousel-inner .active, .carousel.carousel-fade .carousel-inner .next.left, .carousel.carousel-fade .carousel-inner .prev.right {
    opacity: 1; }
  .carousel.carousel-fade .carousel-inner .next, .carousel.carousel-fade .carousel-inner .prev, .carousel.carousel-fade .carousel-inner .active.left, .carousel.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .carousel .image {
    background-color: #00c9a7; }
    .carousel .image img {
      float: left;
      width: auto;
      height: 100%;
      opacity: 1; }
  .carousel .mobile {
    display: none;
    background-color: #232626;
    max-height: 710px;
    overflow: hidden;
    position: relative; }
    .carousel .mobile img {
      width: auto;
      height: 100%;
      opacity: 1; }

.loading-wrapper {
  width: 56px;
  height: 56px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -64px;
  margin-left: -28px; }
  .loading-wrapper .current-slide {
    position: absolute;
    display: inline-block;
    text-align: center;
    width: 100%;
    line-height: 56px;
    left: 0;
    top: 0;
    font-weight: 800; }

.card-box {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: -120px;
  width: 50%;
  height: auto;
  background-color: #FFF;
  border-radius: 15px;
  overflow: hidden;
  text-align: left;
  box-shadow: -44px 44px 90px rgba(0, 0, 0, 0.3); }
  .card-box h2 {
    text-transform: none;
    font-size: 16px;
    line-height: 27px;
    font-weight: 600;
    margin: 0; }
  .card-box .box-image {
    float: left;
    width: 40%;
    height: auto;
    padding: 0;
    background-color: #d45cb0;
    position: relative;
    overflow: hidden; }
    .card-box .box-image img {
      width: auto;
      height: 178px; }
  .card-box .product-name {
    float: left;
    width: calc(100% - 40%);
    padding: 28px 24px; }
  .card-box .btn.plus {
    position: absolute;
    right: 24px;
    bottom: 32px;
    color: #232626;
    margin: 0; }
    .card-box .btn.plus::after {
      background-color: #232626; }
  .card-box::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 64px;
    height: 56px;
    background: url("../images/icons/arrow-next-w.png") no-repeat center center #d45cb0;
    transition: all calc(0.03s * 20) ease-in-out; }
  .card-box:hover::after {
    background-color: #c8359c; }

.gallery {
  position: relative;
  display: inline-block;
  width: 100%; }
  .gallery .owl-carousel .owl-item .item {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden; }
  .gallery img {
    float: left;
    width: 100% !important;
    height: auto; }
  .gallery .owl-carousel .owl-item {
    overflow: hidden; }
  .gallery .owl-nav {
    /*display: none;*/ }
    .gallery .owl-nav button {
      position: fixed;
      background-color: transparent;
      background-image: url("../images/icons/arrow-right.svg");
      background-position: center center;
      background-repeat: no-repeat;
      width: 40px;
      height: 40px;
      border: 0;
      margin-top: -20px;
      margin-left: -20px;
      cursor: none; }
      .gallery .owl-nav button.owl-next {
        background-image: url("../images/icons/arrow-left.svg"); }
  .gallery .owl-dots {
    position: absolute;
    right: 40px;
    bottom: 40px; }
    .gallery .owl-dots.disabled {
      display: none !important; }
    .gallery .owl-dots {
      /*display: none;*/
      opacity: 0;
      z-index: -9999; }
    .gallery .owl-dots button {
      width: 16px;
      height: 16px;
      border-radius: 100%;
      box-shadow: none;
      border: 2px solid #b2b4b6;
      background-color: transparent;
      padding: 0;
      margin: 0 0 0 32px; }
      .gallery .owl-dots button.active {
        background-color: #ad4e59;
        border-color: #ad4e59; }

.downloads {
  display: none; }

.downloads {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-top: 56px; }
  .downloads li, .downloads li a {
    float: left;
    width: 100%;
    height: 48px;
    position: relative;
    line-height: 48px;
    font-weight: 700;
    cursor: pointer; }
    .downloads li::before, .downloads li::after, .downloads li a::before, .downloads li a::after {
      content: "";
      position: absolute;
      float: left;
      display: inline-block;
      width: 48px;
      height: 46px;
      left: 0;
      top: 0;
      background-repeat: no-repeat;
      background-position: center center;
      transition: all calc(0.03s * 20) ease-in-out; }
  .downloads li {
    margin-bottom: 8px; }
  .downloads li a {
    padding: 0 56px 0 64px;
    border: 1px solid #b2b4b6; }
    .downloads li a:hover {
      background-color: #d45cb0;
      color: #FFF !important; }
  .downloads.pdf li::before, .downloads.pdf li a::before {
    background-color: #232626;
    background-image: url("../images/icons/pdf.png"); }
  .downloads.pdf li::after, .downloads.pdf li a::after {
    position: absolute;
    left: auto;
    right: 0;
    background-image: url("../images/icons/download.png"); }
  .downloads.pdf li:hover::before, .downloads.pdf li a:hover::before {
    background-color: #c8359c; }

.discovery {
  position: absolute;
  right: 10%;
  bottom: 80px;
  transform: rotate(-90deg);
  opacity: 1;
  transition: 0.2s;
  z-index: 9; }
  .discovery::before {
    content: "";
    position: absolute;
    right: 120%;
    top: calc(50% - 2px);
    width: 120px;
    height: 4px;
    background-color: #232626; }
  .discovery.closed {
    opacity: 0; }

.breadcrumb,
nav[aria-label="breadcrumb"] {
  padding: 0px 0px 24px 0px !important;
  list-style: none;
  background-color: transparent;
  border-radius: 0px;
  margin: 0;
  color: #b2b4b6; }
  .breadcrumb .breadcrumb,
  nav[aria-label="breadcrumb"] .breadcrumb {
    padding: 0px 13px;
    background-color: transparent; }
  .breadcrumb .share,
  nav[aria-label="breadcrumb"] .share {
    padding: 8px 0 8px 13px; }
    .breadcrumb .share a,
    nav[aria-label="breadcrumb"] .share a {
      font-size: 10px;
      font-weight: 600;
      color: #FFF;
      text-transform: uppercase; }
      .breadcrumb .share a img,
      nav[aria-label="breadcrumb"] .share a img {
        width: auto;
        height: 12px;
        margin-right: 6px;
        margin-top: -2px; }
  .breadcrumb li,
  nav[aria-label="breadcrumb"] li {
    font-size: 10px;
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase; }
    .breadcrumb li img,
    nav[aria-label="breadcrumb"] li img {
      margin-top: -2px; }
    .breadcrumb li.breadcrumb-item::before,
    nav[aria-label="breadcrumb"] li.breadcrumb-item::before {
      color: #232626; }
    .breadcrumb li a,
    nav[aria-label="breadcrumb"] li a {
      font-size: 10px;
      color: #d45cb0;
      font-weight: 800; }
    .breadcrumb li:first-child a,
    nav[aria-label="breadcrumb"] li:first-child a {
      color: #b2b4b6; }
    .breadcrumb li.active,
    nav[aria-label="breadcrumb"] li.active {
      color: #d45cb0;
      font-weight: 900; }
  .breadcrumb span,
  nav[aria-label="breadcrumb"] span {
    font-size: 10px;
    font-weight: 600;
    padding: 2px 24px 1px 0; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "";
  background: url("../images/icons/breadcrumb-seperator.png") no-repeat left top;
  width: 9px;
  height: 23px;
  margin-left: 18px; }

.breadcrumb > li + li:before {
  padding: 0 18px; }

.preloader {
  display: none; }

.footer {
  padding: 326px 0;
  min-height: 1200px; }
  .footer .row {
    position: relative; }
  .footer .logo {
    float: left;
    width: auto;
    height: auto;
    margin-bottom: 32px; }
    .footer .logo svg {
      width: auto;
      height: 32px; }
  .footer h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 48px; }
  .footer p {
    font-size: 16px;
    font-weight: 600;
    color: #232626; }
  .footer a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #bdbdbd;
    padding: 4px 0; }
    .footer a:hover {
      color: #232626; }
  .footer .btn.plus {
    width: auto;
    color: #232626;
    margin-top: 27px;
    letter-spacing: normal;
    font-weight: 800; }
    .footer .btn.plus::after {
      background-color: #232626; }
  .footer .newsletter {
    height: 62px;
    /*background: url("../images/icons/newsletter-bg.png") no-repeat left top;*/
    background-size: 100% auto; }
    .footer .newsletter input {
      float: left;
      width: 65%;
      height: 62px;
      line-height: 62px;
      background-color: transparent;
      border: 0;
      border-radius: 0;
      margin: 0;
      padding: 0;
      color: #FFF; }
      .footer .newsletter input:focus {
        background-color: transparent; }
    .footer .newsletter button {
      float: right;
      width: 35%;
      height: 62px;
      background-color: transparent;
      border: 0;
      border-radius: 0;
      margin: 0;
      padding: 0;
      line-height: 62px;
      font-size: 16px;
      color: #FFF;
      font-weight: 700;
      position: relative; }
      .footer .newsletter button::before {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        /*background: url("../images/icons/button-seperator.png") no-repeat left top;*/
        width: 7px;
        height: 43px;
        margin-top: -18px; }
    .footer .newsletter .info {
      float: left;
      width: 100%;
      padding-top: 8px;
      font-size: 12px;
      font-weight: 400; }
      .footer .newsletter .info a {
        width: auto;
        font-size: 12px;
        font-weight: 700;
        color: #d45cb0;
        text-transform: none; }
  .footer .sitemap {
    float: left;
    width: 100%;
    padding: 40px 0 120px 0;
    margin-top: 40px;
    /*border-top: 1px solid #d6d9dd;*/ }
  .footer .socials a {
    float: left;
    width: auto;
    padding: 0 16px; }
  .footer .copyright {
    padding-top: 120px;
    font-size: 13px;
    color: #b2b4b6;
    float: left;
    width: 100%; }
    .footer .copyright hr {
      height: 1px;
      margin: 0 0 16px 0;
      border-color: #e2e4e7; }
    .footer .copyright a {
      width: auto;
      font-size: 12px;
      color: #232626;
      margin-left: 16px;
      text-transform: none; }

p {
  float: none !important;
  width: auto !important;
  display: inline;
  background-repeat: no-repeat;
  transition: all 500ms ease-in-out;
  padding: 0 0 0 0;
  background-position: center left;
  background-size: 100% 1px;
  background-image: linear-gradient(#232626, #232626);
  padding-bottom: 5px; }
  p:hover {
    background-size: 0% 1px; }

body::after {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
  opacity: 0;
  transition: all calc(0.03s * 20) ease-in-out; }

body.open-shadow::after {
  opacity: 1;
  z-index: 999; }

section {
  opacity: 0;
  transition: all calc(0.03s * 20) ease-in-out; }
  section.active-section {
    opacity: 1; }

.image-box {
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden; }
  .image-box img {
    width: 100%;
    height: auto; }

.slogan h1 {
  background: -webkit-linear-gradient(#00c9a7, #d45cb0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all calc(0.03s * 20) ease-in-out; }
  .slogan h1:hover {
    text-shadow: 0px -2px 2px #00c9a7, 0px 2px 2px #d45cb0; }

.scroll-top-button {
  position: fixed;
  left: 32px;
  bottom: -130px;
  z-index: 8;
  transition: 0.2s; }
  .scroll-top-button img {
    width: auto;
    height: 32px; }
  .nav-up > .scroll-top-button {
    bottom: 48px; }

.landing {
  padding-top: 240px;
  transition: all calc(0.03s * 20) ease-in-out; }
  .landing .container {
    transition: all calc(0.03s * 20) ease-in-out; }
    .landing .container .col-md-12 {
      transition: all calc(0.03s * 20) ease-in-out; }
    .landing .container h1 {
      margin: 0;
      overflow: hidden;
      position: relative;
      opacity: 1;
      transition: all calc(0.03s * 20) ease-in-out; }
  .video-active > .landing {
    padding-top: 40px; }
    .video-active > .landing .container {
      width: 100%; }
      .video-active > .landing .container .col-md-12 {
        padding: 0; }
      .video-active > .landing .container h1 {
        margin-top: -10%;
        opacity: 0; }
  .sub-page > .landing {
    padding-top: 120px; }
  .landing .row {
    position: relative;
    z-index: 9; }
  .landing .landing-video-container {
    float: left;
    margin-top: -24px;
    position: relative;
    z-index: 8;
    cursor: pointer;
    transition: all calc(0.03s * 20) ease-in-out; }
    .landing .landing-video-container::before {
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 5 Free";
      content: "\f027";
      background-position: left top;
      background-repeat: no-repeat;
      background-size: 100% auto;
      color: #FFF;
      font-size: 40px;
      font-weight: 900;
      display: inline-block;
      opacity: 1;
      position: absolute;
      left: 50%;
      top: 50%;
      width: 64px;
      height: 64px;
      margin-left: -32px;
      margin-top: -32px;
      transition: all calc(0.03s * 20) ease-in-out;
      background-color: #d45cb0;
      border-radius: 100%;
      line-height: 64px;
      text-align: center;
      opacity: 0;
      z-index: 9; }
    .landing .landing-video-container:hover::before {
      opacity: 1; }
    .video-active > .landing .landing-video-container::before {
      opacity: 0; }
    .landing .landing-video-container:hover .box-image::before {
      opacity: 1; }
  .landing .project-list {
    margin-top: 160px; }

.project-list .item {
  float: left;
  width: 33.33333333%;
  padding: 0 15px 200px 15px; }
  .project-list .item h3 {
    float: left;
    width: 100%;
    margin-bottom: 16px;
    top: 0 !important; }
  .project-list .item tag {
    float: none !important;
    width: auto !important;
    display: inline;
    background-repeat: no-repeat;
    transition: all 500ms ease-in-out;
    padding: 0 0 0 0;
    background-position: center left;
    background-size: 100% 1px;
    background-image: linear-gradient(#232626, #232626);
    padding-bottom: 5px;
    float: left !important;
    font-size: 14px;
    font-weight: 400;
    color: #bdbdbd;
    padding: 0 !important; }
    .project-list .item tag:hover {
      background-size: 0% 1px; }
  .project-list .item .project-details {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    padding: 0 0 0 0;
    background-color: #FFF;
    border-bottom: 3px solid #232626;
    opacity: 0;
    transition: all calc(0.03s * 20) ease-in-out; }
    .project-list .item .project-details h4 {
      font-size: 24px;
      text-transform: uppercase;
      margin-bottom: 24px; }
    .project-list .item .project-details .hashtags {
      font-size: 12px;
      text-transform: uppercase;
      margin-bottom: 56px;
      color: #bdbdbd; }
    .project-list .item .project-details .description {
      font-size: 14px;
      line-height: 25px;
      color: #232626;
      padding: 0 8 0 0; }
    .project-list .item .project-details .socials {
      position: absolute;
      bottom: 40px;
      left: 0; }
      .project-list .item .project-details .socials a {
        float: left;
        text-transform: uppercase;
        color: #00c9a7;
        margin-right: 32px; }
  .project-list .item:hover .project-details {
    opacity: 1; }
  .project-list .item:nth-child(2n+0) {
    float: right;
    width: 41.66666667%;
    margin-top: 160px; }
  .project-list .item:nth-child(3n+0) {
    width: 33.33333333%;
    margin-left: 16.66666667%;
    margin-top: 160px; }
  .project-list .item:nth-child(4n+0) {
    float: left;
    width: 33.33333333%;
    margin-left: 8.33333333%;
    margin-top: 160px; }
  .project-list .item:nth-child(5n+0) {
    float: left;
    width: 41.66666667%;
    margin-top: 160px; }
  .project-list .item:nth-child(6n+0) {
    float: right;
    width: 33.33333333%;
    margin-left: 16.66666667%;
    margin-top: 160px; }
  .project-list .item:nth-child(2n+0) h3, .project-list .item:nth-child(5n+0) h3 {
    width: 65%;
    margin-bottom: 0px; }
  .project-list .item:nth-child(2n+0) tag, .project-list .item:nth-child(5n+0) tag {
    float: right !important; }
  .project-list .item:nth-child(3n+0) h3, .project-list .item:nth-child(4n+0) h3, .project-list .item:nth-child(6n+0) h3 {
    width: 100%;
    margin-bottom: 16px; }
  .project-list .item:nth-child(3n+0) tag, .project-list .item:nth-child(4n+0) tag, .project-list .item:nth-child(6n+0) tag {
    float: left !important; }
  .project-list .item .image-box {
    position: relative;
    margin-bottom: 40px; }
    .project-list .item .image-box::before {
      content: "";
      position: absolute;
      left: 0px;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: #00c9a7;
      z-index: 9;
      transition: all calc(0.03s * 20) ease-in-out !important; }
  .project-list .item.active .image-box::before {
    background-color: #d45cb0;
    height: 0%; }

.for .btn {
  margin-top: 160px; }

.sub-menu-list-container {
  float: left;
  width: 100%;
  margin-top: 80px; }
  .sub-menu-list-container .item {
    float: left;
    width: 100%;
    border-bottom: 3px solid #232626; }
    .sub-menu-list-container .item:first-child {
      border-top: 3px solid #232626; }
    .sub-menu-list-container .item a {
      float: left;
      width: 100%;
      text-transform: uppercase;
      font-size: 24px;
      font-weight: 600;
      padding: 16px 0;
      transition: 0.2s;
      position: relative; }
      .sub-menu-list-container .item a::before {
        font-family: "Font Awesome 5 Free";
        content: "\f061";
        background-position: left top;
        background-repeat: no-repeat;
        background-size: 100% auto;
        font-size: 24px;
        display: inline-block;
        opacity: 1;
        position: absolute;
        right: 0%;
        top: 50%;
        width: 24px;
        height: 24px;
        transition: 0.2s;
        transform: rotate(45deg);
        margin-top: -8px; }
      .sub-menu-list-container .item a:hover {
        color: #00c9a7 !important; }
        .sub-menu-list-container .item a:hover::before {
          transform: rotate(0deg);
          color: #d45cb0 !important; }

.who h2 {
  margin-bottom: 160px; }
.who img {
  width: 100%;
  height: auto; }

.what .sub-menu-list-container {
  margin-top: 0px;
  margin-bottom: 120px; }
  .what .sub-menu-list-container .item {
    border: 0;
    padding: 8px 0; }
    .what .sub-menu-list-container .item a {
      float: none !important;
      width: auto !important;
      display: inline;
      background-repeat: no-repeat;
      transition: all 500ms ease-in-out;
      padding: 0 0 0 0;
      background-position: center left;
      background-size: 100% 1px;
      background-image: linear-gradient(#232626, #232626);
      padding-bottom: 5px;
      font-size: 40px;
      line-height: 51px;
      padding: 0; }
      .what .sub-menu-list-container .item a:hover {
        background-size: 0% 1px; }
      .what .sub-menu-list-container .item a::before {
        display: none; }
      .what .sub-menu-list-container .item a::after {
        content: "";
        position: absolute;
        z-index: -1;
        width: 54px;
        height: 54px;
        border-radius: 100%;
        background-color: #00c9a7;
        left: 10%;
        top: -4px;
        opacity: 0;
        transition: 0.2s; }
      .what .sub-menu-list-container .item a:hover {
        color: #232626 !important;
        padding-left: 24px; }
        .what .sub-menu-list-container .item a:hover::after {
          left: 0;
          background-color: #d45cb0;
          opacity: 1; }

.how {
  padding: 320px 0; }
  .how h2, .how p, .how a {
    color: #FFF; }
  .how .sub-menu-list-container {
    margin-top: 0px;
    margin-bottom: 120px; }
    .how .sub-menu-list-container .item {
      border: 0; }
      .how .sub-menu-list-container .item a {
        padding: 24px 0;
        font-size: 40px;
        line-height: 51px;
        display: inline-block; }
        .how .sub-menu-list-container .item a::before {
          display: none; }
        .how .sub-menu-list-container .item a::after {
          content: "";
          position: absolute;
          z-index: -1;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 24px 0 24px 48px;
          border-color: transparent transparent transparent #00c9a7;
          left: -10%;
          top: 24px;
          opacity: 0;
          transition: 0.2s; }
        .how .sub-menu-list-container .item a:hover {
          color: #d45cb0 !important;
          padding-left: 24px; }
          .how .sub-menu-list-container .item a:hover::after {
            left: 0;
            border-color: transparent transparent transparent #00c9a7;
            opacity: 1; }
      .how .sub-menu-list-container .item.active a {
        color: #d45cb0 !important;
        padding-left: 24px; }
        .how .sub-menu-list-container .item.active a::after {
          left: 0;
          border-color: transparent transparent transparent #00c9a7;
          opacity: 1; }
  .how p {
    float: none !important;
    width: auto !important;
    display: inline;
    background-repeat: no-repeat;
    transition: all 500ms ease-in-out;
    padding: 0 0 0 0;
    background-position: bottom left;
    background-size: 0% 5px;
    background-image: linear-gradient(#ff2b00, #ff2b00);
    padding-bottom: 5px;
    background-position: center left;
    background-size: 100% 1px;
    background-image: linear-gradient(#FFF, #FFF);
    padding-bottom: 5px; }
    .how p:hover {
      background-size: 100% 5px; }
    .how p:hover {
      background-size: 0% 1px; }
  .how .col-md-6 {
    display: none; }
    .how .col-md-6.in {
      display: block; }
  .how .skills {
    float: left;
    width: 100%;
    margin-top: 104px; }
    .how .skills .item {
      width: calc(33.33333333% - 16px);
      padding: 24px 16px;
      text-transform: uppercase;
      color: #FFF;
      font-size: 16px;
      position: relative;
      display: inline-flex; }
      .how .skills .item::after {
        content: "";
        position: absolute;
        width: 8px;
        height: 8px;
        left: 0;
        top: 50%;
        margin-top: -4px;
        background-color: #FFF;
        display: inline-block;
        opacity: 0.4; }

.lets {
  padding-bottom: 0; }
  .lets h1 {
    margin-bottom: 160px;
    top: 0 !important; }
  .lets h3 {
    margin-bottom: 32px;
    top: 0 !important; }
  .lets a {
    float: left;
    width: 100%;
    margin-bottom: 16px;
    text-align: left;
    line-height: 27px; }
  .lets p {
    display: inline-block;
    width: 100%;
    background: none;
    text-transform: none;
    font-size: 16px;
    line-height: 27px;
    margin: 0;
    top: 0 !important; }
  .lets .btn {
    text-decoration: underline; }
  .lets .col-md-3:nth-child(2) {
    padding-right: 6%; }
  .lets .col-md-3:last-child a {
    width: auto;
    line-height: normal; }
    .lets .col-md-3:last-child a::after {
      content: ",";
      margin-right: 4px; }
    .lets .col-md-3:last-child a:last-child::after {
      display: none; }
  .lets .sitemap {
    background-color: #232626;
    margin-top: 320px;
    padding-top: 80px;
    padding-bottom: 320px; }
    .lets .sitemap > * {
      color: #FFF; }
    .lets .sitemap .col-md-4 {
      padding-left: 0; }
      .lets .sitemap .col-md-4 h3 {
        opacity: 0.5; }
    .lets .sitemap a {
      color: #FFF;
      font-weight: 700;
      text-transform: uppercase; }

.about {
  padding-bottom: 400px;
  background: #d45cb0;
  background: linear-gradient(0deg, rgba(212, 92, 176, 0) 0%, #d45cb0 20%, #00c9a7 100%); }
  .about h2 {
    margin-bottom: 120px; }

.build h2 {
  margin-bottom: 120px; }
.build h3 {
  margin-bottom: 40px; }
.build .col-md-3 .item {
  padding-bottom: 8px;
  opacity: 0.7; }
.build .project-list {
  margin-top: 160px; }

.sub-how h2 {
  margin-bottom: 120px; }
.sub-how h3 {
  margin-bottom: 40px; }
.sub-how .col-md-6 {
  min-height: 480px; }

.banner h1 {
  color: #FFF; }

.contact h1 {
  margin-bottom: 80px !important; }
.contact .form {
  margin-top: 80px !important; }
  .contact .form .row {
    margin-top: 24px; }
  .contact .form label.error {
    font-size: 10px;
    text-transform: none;
    margin-top: -12px;
    float: left;
    color: #d45cb0; }
  .contact .form #alert-area-min {
    padding-bottom: 40px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700; }
    .contact .form #alert-area-min .success {
      color: #00c9a7; }
    .contact .form #alert-area-min .error-message {
      color: #d45cb0; }

@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  .container {
    width: 90%; }

  header .logo {
    left: 24px; }
    header .logo img {
      width: 80px;
      height: auto; }
  header .navbar-toggle {
    right: 0px;
    top: 30px; }

  .left-bar,
  .right-bar {
    width: 5%; }
    .left-bar .slogan,
    .right-bar .slogan {
      left: -168px; }

  .right-bar .slogan {
    left: -168px;
    margin-top: -20px; }

  .page-navigation {
    right: 16px;
    bottom: 24px; }

  .nav-up > .scroll-top-button {
    bottom: 40px; } }
@media (max-width: 1024px) {
  .landing .landing-video-container:hover::before {
    display: none !important; }

  .build .col-md-3 {
    width: 50%;
    min-height: 320px; }

  .project-list .item {
    width: 100% !important;
    padding: 0 15px;
    margin: 80px 0 80px 0 !important; }
    .project-list .item h3 {
      width: 100% !important;
      margin-bottom: 8px !important; }
    .project-list .item tag, .project-list .item:nth-child(2n+0) tag, .project-list .item:nth-child(5n+0) tag {
      float: left !important; }

  .landing .project-list {
    margin-top: 0px; } }
@media (max-width: 900px) {
  .who img {
    display: none !important; }

  .container {
    width: 90%; }

  header .logo {
    left: 24px; }
    header .logo img {
      width: 80px;
      height: auto; }
  header .navbar-toggle {
    right: 0px;
    top: 30px; }

  .left-bar,
  .right-bar {
    width: 5%; }
    .left-bar .slogan,
    .right-bar .slogan {
      left: -168px; }

  .right-bar .slogan {
    left: -168px;
    margin-top: -20px; }

  .page-navigation {
    right: 16px;
    bottom: 24px; }

  .nav-up > .scroll-top-button {
    bottom: 40px; }

  section {
    padding: 80px 0; }

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
    width: 100%; }

  h1 {
    font-size: 6vw; }

  .lets .col-md-3 {
    padding-bottom: 40px; }
    .lets .col-md-3:last-child {
      padding-bottom: 0; }

  .discovery {
    right: 0%;
    bottom: -80px; }

  .project-list .item {
    transform: none !important; } }
@media (max-width: 700px) {
  .left-bar,
  .right-bar,
  .search-bar,
  .page-navigation {
    display: none !important; }

  .container {
    width: 100%;
    padding: 0; }

  header .logo {
    left: 15px; }
    header .logo img {
      width: 72px;
      height: auto; }
  header .navbar-toggle {
    right: 0px;
    top: 10px;
    width: 72px; }

  section {
    padding: 80px 0;
    min-height: inherit; }

  .scroll-top-button {
    left: auto;
    right: 15px; }

  .nav-up > .scroll-top-button {
    bottom: 15px; }

  .menu.burger-menu ul a {
    font-size: 20vw; }

  h1 {
    font-size: 10vw; }

  .discovery {
    right: 0%; }

  .landing {
    padding-top: 160px; }

  .for .btn {
    margin-top: 80px; }

  .project-list .item {
    margin: 80px 0 0px 0 !important; }

  .how {
    padding: 160px 0; }
    .how .sub-menu-list-container {
      margin-top: 0px;
      margin-bottom: 40px; }
      .how .sub-menu-list-container .item a {
        padding: 8px 0;
        font-size: 24px;
        line-height: 35px; }
      .how .sub-menu-list-container .item.active a::after {
        top: 12px;
        border: 0;
        border-color: transparent !important;
        border-style: solid;
        border-width: 24px 12px 0 12px;
        border-color: #00c9a7 transparent transparent transparent !important; }

  .lets h1 {
    margin-bottom: 80px; }

  .lets .sitemap {
    margin-top: 80px;
    padding-bottom: 80px; }
    .lets .sitemap .col-md-4 {
      padding-bottom: 40px; }

  .build .col-md-3 {
    width: 100%;
    min-height: inherit;
    padding-bottom: 40px; }
  .build .project-list {
    margin-top: 40px; }

  .menu {
    align-items: flex-end; }

  .about h2 {
    margin-bottom: 40px; }

  .how .skills .item {
    width: 100%;
    padding: 8px 16px; }

  .sub-how .col-md-6 {
    min-height: inherit;
    padding-bottom: 80px; }

  .project-list .item .image-box {
    margin-bottom: 16px; }
  .project-list .item .project-details::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 51px;
    width: 100%;
    height: 80px;
    background: white;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%); }
  .project-list .item .project-details h4 {
    margin-bottom: 16px; }
  .project-list .item .project-details .hashtags {
    margin-bottom: 24px; }
  .project-list .item .project-details .description {
    font-size: 14px;
    line-height: 25px;
    padding: 0 0 0 0;
    position: relative;
    overflow-y: auto;
    display: inline-block;
    width: 100%;
    height: 184px; }
  .project-list .item .project-details .socials {
    bottom: 16px; }
    .project-list .item .project-details .socials a {
      margin-right: 24px;
      font-size: 12px; }

  .for h2,
  .who h2 {
    margin-bottom: 40px; } }
