/* 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; }

@-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: #222020;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 13px;
  background-color: #FFF;
  line-height: 130%;
  padding: 24px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.16em; }

h1 {
  font-size: 38px;
  font-weight: 800;
  line-height: 49px;
  margin-bottom: 80px;
  text-transform: uppercase; }

h2 {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase; }

h3 {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.06em;
  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: 16px;
  letter-spacing: 0.16em;
  line-height: 32px;
  font-weight: 400;
  padding: 0;
  margin: 0 0 27px 0;
  color: rgba(255, 255, 255, 0.7); }
  p strong {
    font-weight: 700;
    color: #222020; }
  p a {
    font-size: 16px;
    font-weight: 700;
    color: #222020;
    padding-bottom: 4px;
    border-bottom: 1px solid black; }
  .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: #222020;
      line-height: normal; }

a {
  color: #222020;
  font-size: 16px;
  transition: all calc(0.03s * 20) ease-in-out;
  text-decoration: none; }
  a:focus, a:hover {
    color: black !important;
    text-decoration: none !important;
    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 #d7cecb; }

.container {
  position: relative;
  z-index: 9;
  float: right;
  width: calc(100% - 324px);
  margin-right: 64px; }
  .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; }

::-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: 6px;
  margin-bottom: 16px;
  color: #222020;
  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: #a68c83;
    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: #a68c83;
    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: #222020;
  text-transform: uppercase; }

::-webkit-input-placeholder {
  font-size: 14px;
  color: #acaeb2;
  font-weight: 400; }

:-moz-placeholder {
  font-size: 14px;
  color: #acaeb2;
  font-weight: 400; }

::-moz-placeholder {
  font-size: 14px;
  color: #acaeb2;
  font-weight: 400; }

:-ms-input-placeholder {
  font-size: 14px;
  color: #acaeb2;
  font-weight: 400; }

.btn {
  display: inline-block;
  color: #222020;
  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: 800;
  letter-spacing: 0.16em;
  text-transform: none;
  box-shadow: none !important;
  text-transform: uppercase;
  transition: all calc(0.03s * 20) ease-in-out !important; }
  .btn:focus, .btn.focus {
    color: #a68c83;
    background-color: rgba(51, 51, 51, 0);
    border-color: #645e5e; }
  .btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled {
    text-decoration: none; }
  .btn:hover {
    color: #575151;
    background-color: rgba(51, 51, 51, 0);
    border-color: #423e3e; }
  .btn:active, .btn.active, .open > .btn.dropdown-toggle {
    color: #a68c83;
    /*background-color: lighten($process-background-color, 10%);*/
    background-color: transparent;
    border-color: #423e3e; }
    .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: #a68c83;
      /*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: #ede9e8; }
  .btn i {
    float: left;
    display: block;
    margin-right: 9px; }
  .btn span {
    color: #ede9e8;
    display: inline-block; }
  .btn.icon {
    color: #222020;
    font-size: 14px; }
  .btn.icon i {
    font-size: 14px;
    margin: 0; }
  .btn.play {
    background-color: transparent;
    border-radius: 0px;
    padding: 0px !important;
    font-size: 16px;
    color: #a68c83 !important;
    text-align: left; }
    .btn.play i {
      display: inline-block;
      width: 94px;
      height: 94px;
      background-color: #a68c83;
      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: "Open Sans", sans-serif;
      font-size: 14px;
      color: #222020 !important;
      line-height: normal; }
  .btn.secondary-bg {
    background-color: #a68c83;
    border-radius: 30px;
    padding: 12px 24px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.3); }
    .btn.secondary-bg:hover {
      color: #FFF !important;
      background-color: #54423c !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: #222020; }
    .btn.frame.black {
      color: #222020;
      border-color: #222020; }
      .btn.frame.black:hover, .btn.frame.black.active {
        background-color: #222020;
        border-color: #222020;
        color: #FFF !important; }
      .btn.frame.black.active:hover {
        background-color: black; }
    .btn.frame.grey {
      color: #787b80;
      border-color: #787b80; }
      .btn.frame.grey:hover {
        background-color: #222020 !important;
        border-color: #222020;
        color: #fff !important; }
    .btn.frame.all::before {
      content: "+";
      position: relative;
      float: left;
      margin-right: 8px; }
  .btn.border {
    display: block;
    padding: 0 0 0 30px;
    position: relative;
    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: #222020;
      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;
    position: relative;
    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: #222020; }
  .btn:hover {
    background-color: transparent;
    color: #222020 !important; }
  .btn.active {
    color: #222020; }
  .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: #222020;
  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: #222020;
      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;
  right: 64px;
  bottom: 64px;
  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: #222020;
  padding: 6px 8px !important;
  margin: 0 !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: #8f7167; }
  .close::before, .close::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 70%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #a68c83;
    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: #222020 !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: #222020 !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: #c5c7ca; }

.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: #222020;
    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 #222020 !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: #222020;
    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: #222020 !important; }

.tree {
  display: inline-block;
  width: 100%;
  border-top: 1px solid #222020; }
  .tree a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: 800;
    color: #222020;
    padding: 20px 0;
    border-bottom: 1px solid #222020;
    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: #222020; }
  .tree a[aria-expanded=true] {
    color: #222020;
    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 #222020;
  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: #222020;
    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: absolute;
  background-color: transparent;
  z-index: 99999;
  transition: all calc(0.03s * 20) ease-in-out;
  width: 100%;
  height: auto;
  right: 0;
  top: 24px;
  padding: 0px 0px 0px 0px;
  text-align: center; }
  header .pull-right {
    margin: 0px;
    background-color: transparent;
    transition: all calc(0.03s * 20) ease-in-out; }
    header .pull-right nav {
      padding: 0; }
  header .logo {
    display: inline-block;
    padding: 0 0 0 0;
    margin: 70px 0 0 0; }
    header .logo img {
      transition: all calc(0.03s * 20) ease-in-out; }
  header .row {
    margin: 0; }
  .nav-up > header {
    /*top: -168px;*/ }
  header .navbar-header {
    float: none; }
    header .navbar-header .navbar-inverse.pull-right {
      margin-left: 24px; }
      header .navbar-header .navbar-inverse.pull-right li {
        float: left; }
        header .navbar-header .navbar-inverse.pull-right li a {
          float: left;
          padding: 24px 16px;
          font-weight: 700;
          font-size: 16px;
          line-height: 40px; }
  header .navbar-nav {
    margin: 0; }
    header .navbar-nav li {
      height: 88px; }
    header .navbar-nav a {
      color: #222020 !important;
      font-size: 16px;
      font-weight: 500;
      line-height: 12px !important;
      padding: 16px 24px !important;
      margin: 17px 0px;
      transition: .5s; }
      header .navbar-nav a:hover {
        color: #a68c83 !important;
        background-color: transparent !important; }
      header .navbar-nav a img {
        opacity: .55;
        transition: all calc(0.03s * 20) ease-in-out; }
      header .navbar-nav a:hover img {
        opacity: 1; }
    header .navbar-nav .dropdown a.dropdown-toggle {
      background-color: #FFF;
      color: #000 !important;
      font-size: 16px;
      font-weight: 500;
      padding: 16px 24px !important;
      line-height: 12px;
      transition: .5s;
      box-shadow: none;
      margin: 17px 0px;
      border-radius: 0px; }
  header .navbar-inverse .navbar-nav > .open > a, header .navbar-inverse .navbar-nav > .open > a:hover, header .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff !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: fixed;
    left: 0px;
    top: 0px;
    float: left;
    display: inline-block;
    border-color: #d3dae0 !important;
    background-color: #FFF;
    width: 104px;
    height: 88px;
    padding: 0px 37.5px;
    margin: 0px;
    transition: all calc(0.03s * 20) ease-in-out;
    z-index: 9999;
    border: 0;
    border-right: 1px solid #222020;
    border-radius: 0;
    display: none; }
    .nav-up > header header .navbar-toggle {
      top: -88px !important; }
    header .navbar-toggle:hover, header .navbar-toggle:focus {
      background-color: #FFF; }
    header .navbar-toggle.in {
      background-color: #222020; }
    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: 28px;
        height: 4px;
        background-color: #222020;
        border-radius: 6px;
        display: block; }
      header .navbar-toggle 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; }
      header .navbar-toggle 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; }
    header .navbar-toggle.in span {
      background-color: #222020;
      -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: #FFF; }
  header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 5px; }
  header .dropdown-toggle[aria-expanded="true"] {
    padding: 13px 16px 13px 16px !important;
    margin-top: 16px; }
  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: 0px;
    right: 4px;
    left: 0;
    width: auto;
    height: auto;
    min-width: 120px;
    padding: 0px;
    margin: 0;
    background-color: #FFF;
    border: 0 !important;
    border-radius: 6px;
    opacity: 0 !important;
    text-align: left;
    -webkit-box-shadow: -5px 7px 14px rgba(0, 0, 0, 0.1);
    box-shadow: -5px 7px 14px rgba(0, 0, 0, 0.1);
    z-index: 99;
    transition: all calc(0.03s * 20) ease-in-out;
    overflow: hidden; }
    li.open > header .dropdown-menu {
      opacity: 1 !important;
      right: 4px;
      top: 80px;
      height: auto;
      border-radius: 6px; }
    header .dropdown-menu ul {
      float: left;
      display: inline-block;
      width: 100%;
      padding: 0px; }
    header .dropdown-menu li {
      float: left;
      width: 100%;
      height: auto;
      padding: 0;
      margin: 0;
      border: 0;
      border-bottom: 1px solid #e2e7eb !important;
      position: relative; }
      header .dropdown-menu li:last-child {
        border: 0; }
      header .dropdown-menu li a, header .dropdown-menu li.active a {
        float: left;
        font-size: 14px;
        color: #787b80 !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 li a span, header .dropdown-menu li.active a span {
          float: left;
          opacity: 1 !important;
          margin-right: 6px;
          margin-top: -2px; }
          header .dropdown-menu li a span img, header .dropdown-menu li.active a span img {
            opacity: 1 !important; }
        header .dropdown-menu li a:hover, header .dropdown-menu li.active a:hover {
          color: #222020 !important;
          background-color: #ede9e8 !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: #ede9e8; }
      .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: #222020 !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: #ede9e8 !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: #222020 !important;
            color: #FFF !important; }
      .cart > header .dropdown-menu .quantity {
        display: block; }

section {
  float: left;
  width: 100%;
  padding: 120px 0;
  position: relative;
  background-color: #ceb3a9; }
  section:not(section) h1 {
    transition: opacity .5s ease-in-out,transform .5s ease-in-out,padding .3s ease;
    opacity: 0;
    transform: translateY(3.125rem); }

.product-name h2 {
  width: 100%; }
.product-name p {
  font-size: 12px;
  color: #222020; }

.left-bar,
.right-bar,
.search-bar {
  display: none;
  position: fixed;
  z-index: 99;
  transition: all calc(0.03s * 20) ease-in-out;
  text-align: left;
  background-color: transparent; }

.left-bar {
  display: inline-block;
  width: 196px;
  height: 100%;
  left: 64px;
  top: 214px;
  /*.nav-up > & {
      left: -220px;
  }*/ }
  .left-bar li {
    padding: 12px 0;
    position: relative; }
    .left-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 {
        color: #FFF !important; }
    .left-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 {
      opacity: 1;
      top: -5px; }
    .left-bar li.category-item.active a::after {
      transform: rotate(-90deg); }
    .left-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 {
      height: auto; }
    .left-bar li ul {
      margin: 24px 0 16px 0; }
      .left-bar li ul li {
        padding: 1px 0 1px 16px; }
        .left-bar li ul li a {
          font-size: 11px;
          font-weight: 400;
          letter-spacing: normal; }
          .left-bar li ul li a::after {
            display: none !important; }
        .left-bar li ul li:last-child {
          padding-top: 22px; }
          .left-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 {
              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 {
              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 {
    padding-top: 56px; }
    .left-bar .social-media li {
      padding: 4px 0; }
      .left-bar .social-media li a {
        font-size: 12px; }

.menu {
  display: none !important; }

.carousel,
.carousel-indicators,
.carousel-control,
.carousel-caption {
  display: none;
  margin: 0; }

.carousel {
  display: inline-block; }
  .carousel .indicators {
    position: absolute;
    right: 4%;
    top: 214px;
    bottom: 20%;
    padding: 0;
    margin: 0;
    width: 14px; }
    .carousel .indicators::after {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      width: 1px;
      height: 100%;
      background-color: #FFF;
      opacity: 0.3;
      z-index: 9; }
  .carousel .carousel-indicators {
    display: inline-block;
    position: inherit;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 14px;
    height: auto; }
    .carousel .carousel-indicators li {
      float: left;
      width: auto;
      height: auto;
      border: 0;
      background-color: transparent;
      opacity: 1;
      margin: 0 0 0 0;
      z-index: 9;
      border-radius: 0;
      position: relative; }
      .carousel .carousel-indicators li::before {
        content: "";
        position: relative;
        float: left;
        width: 14px;
        height: 14px;
        left: 0;
        top: 0;
        border: 0;
        border-radius: 100%;
        background-color: #FFF;
        opacity: 0.3;
        margin: 0 0 64px 0;
        z-index: 9; }
      .carousel .carousel-indicators li.active::before {
        opacity: 1; }
    .carousel .carousel-indicators::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      background-color: #ceb3a9;
      z-index: 1; }
  .carousel .carousel-control {
    display: inline-block;
    position: absolute;
    left: auto;
    right: -56px;
    top: auto;
    bottom: 0;
    width: 26px;
    height: 31px;
    background: url("../images/icons/arrow.svg") no-repeat center center #ceb3a9;
    opacity: 1;
    z-index: 99;
    transform: rotate(90deg);
    cursor: pointer;
    padding: 0px 64px; }
    .carousel .carousel-control.left {
      transform: rotate(-90deg);
      margin-bottom: 96px; }
  .carousel .carousel-caption {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    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 * {
      color: #FFF;
      text-shadow: none; }
    .carousel .carousel-caption .col-md-12 {
      padding: 10% 0; }
    .carousel .carousel-caption h1 {
      letter-spacing: 0.2em;
      font-weight: 400;
      margin-bottom: 96px; }
    .carousel .carousel-caption h2 {
      margin-bottom: 32px; }
    .carousel .carousel-caption h3 {
      font-weight: 700;
      margin-bottom: 8px; }
    .carousel .carousel-caption .container {
      width: 100%;
      padding: 0; }
    .carousel .carousel-caption p {
      position: absolute;
      font-size: 12px;
      line-height: 20px;
      top: 72%;
      right: 62%;
      bottom: auto;
      left: 21%;
      text-align: left; }
    .carousel .carousel-caption .btn.frame {
      position: absolute;
      font-size: 12px;
      line-height: 20px;
      top: 72%;
      right: 17.5%;
      bottom: auto;
      left: auto;
      text-align: left; }
  .carousel .video .col-md-12 {
    padding: 0 !important; }
  .carousel .active .carousel-caption {
    top: 0;
    opacity: 1; }
  .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: #ceb3a9; }
    .carousel .image img {
      width: 100%;
      height: auto;
      opacity: 1; }
  .carousel .mobile {
    display: none;
    background-color: #222020;
    max-height: 710px;
    overflow: hidden;
    position: relative; }
    .carousel .mobile img {
      width: auto;
      height: 100%;
      opacity: 0.75; }

.card-box {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: -120px;
  width: 40%;
  height: auto;
  background-color: #FFF;
  border-radius: 6px;
  overflow: hidden; }
  .card-box .box-image {
    float: left;
    width: 40%;
    height: auto;
    padding: 2% 5%;
    background-color: #ede9e8; }
    .card-box .box-image img {
      width: 90%; }
  .card-box .product-name {
    float: left;
    width: calc(100% - 40%);
    padding: 32px 24px; }
  .card-box .btn.plus {
    position: absolute;
    right: 24px;
    bottom: 32px;
    color: #222020;
    margin: 0; }
    .card-box .btn.plus::after {
      background-color: #222020; }

.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 #787b80;
      background-color: transparent;
      padding: 0;
      margin: 0 0 0 32px; }
      .gallery .owl-dots button.active {
        background-color: #ad4e59;
        border-color: #ad4e59; }

.breadcrumb,
nav[aria-label="breadcrumb"] {
  padding: 0px 0px 0px 0px !important;
  margin-bottom: 80px;
  list-style: none;
  background-color: transparent;
  border-radius: 0px; }
  .breadcrumb .breadcrumb,
  nav[aria-label="breadcrumb"] .breadcrumb {
    padding: 8px 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: 11px;
      font-weight: 800;
      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: 11px;
    color: #FFF;
    font-weight: 800;
    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: #222020; }
    .breadcrumb li a,
    nav[aria-label="breadcrumb"] li a {
      font-size: 11px;
      color: #222020;
      font-weight: 800; }
    .breadcrumb li.active,
    nav[aria-label="breadcrumb"] li.active {
      color: #FFF; }

.breadcrumb > li + li:before {
  padding: 0 18px; }

.footer {
  padding: 56px 65px 300px 65px;
  background-color: #FFF; }
  .footer .row {
    position: relative; }
  .footer .logo {
    float: left;
    width: auto;
    height: 32px;
    margin-bottom: 32px; }
    .footer .logo svg {
      width: auto;
      height: 32px; }
  .footer h4 {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 48px; }
  .footer p {
    font-size: 12px;
    line-height: 20px;
    color: #222020; }
  .footer a {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    color: #222020;
    text-transform: uppercase;
    padding: 2px 0; }
    .footer a:hover {
      color: #222020; }
  .footer .btn.plus {
    width: auto;
    color: #222020;
    margin-top: 27px;
    letter-spacing: normal;
    font-weight: 800; }
    .footer .btn.plus::after {
      background-color: #222020; }
  .footer .col-md-6 .col-md-7:last-child li {
    float: left;
    width: 50%; }
  .footer .madein {
    position: absolute;
    left: 15px;
    bottom: 0px;
    text-transform: none; }
    .footer .madein img {
      float: left;
      margin-top: -1px;
      margin-right: 6px; }

.copyright {
  margin-top: 64px;
  padding-top: 24px;
  font-size: 13px;
  color: #b2b3b6; }
  .copyright hr {
    height: 1px;
    margin: 0 0 16px 0;
    border-color: #e2e4e7; }
  .copyright a {
    width: auto;
    font-size: 12px;
    color: #222020;
    margin-left: 16px;
    text-transform: none; }

.box-image {
  display: inline-block;
  width: 100%;
  transition: all calc(0.03s * 20) ease-in-out; }
  .box-image img {
    width: 100%;
    height: auto; }

section:nth-last-of-type(2) {
  -webkit-border-bottom-right-radius: 30px;
  -webkit-border-bottom-left-radius: 30px;
  -moz-border-radius-bottomright: 30px;
  -moz-border-radius-bottomleft: 30px;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px; }

.landing {
  overflow: hidden;
  -webkit-border-top-left-radius: 30px;
  -webkit-border-top-right-radius: 30px;
  -moz-border-radius-topleft: 30px;
  -moz-border-radius-topright: 30px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding: 0; }
  .sub-page > .landing {
    padding: 200px 0 0 0; }
    .sub-page > .landing .col-md-6 {
      z-index: 9;
      padding-top: 104px; }
      .sub-page > .landing .col-md-6:last-child {
        z-index: 1;
        padding-top: 0; }
    .sub-page > .landing h1 {
      margin-bottom: 32px; }
    .sub-page > .landing p {
      font-size: 12px;
      line-height: 20px;
      padding-right: 40%;
      color: #222020; }
    .sub-page > .landing .box-image {
      float: right;
      position: relative;
      overflow: hidden;
      border-radius: 30px;
      width: 140%; }
      .sub-page > .landing .box-image img {
        width: 100%;
        height: auto; }

.corporate-service {
  z-index: 9; }
  .corporate-service .row {
    position: relative; }
  .corporate-service .plus {
    margin: 64px 0 72px 0; }
  .corporate-service .box-item {
    position: relative;
    width: 100%;
    display: inline-block;
    background-color: #FFF;
    border-radius: 6px;
    text-align: center;
    padding: 32px;
    min-height: 480px;
    margin-top: 48px; }
    .corporate-service .box-item .icon {
      display: inline-block;
      width: 96px;
      height: 96px;
      border-radius: 100%;
      text-align: center;
      line-height: 96px; }
      .corporate-service .box-item .icon img {
        width: 60%;
        height: auto; }
      .corporate-service .box-item .icon.color1 {
        background-color: #ebbaa8; }
      .corporate-service .box-item .icon.color2 {
        background-color: #ebe5a8; }
      .corporate-service .box-item .icon.color3 {
        background-color: #c6e9ca; }
      .corporate-service .box-item .icon.color4 {
        background-color: #cad5ee; }
      .corporate-service .box-item .icon.color5 {
        background-color: #eed8e1; }
      .corporate-service .box-item .icon.color6 {
        background-color: #c6e0e9; }
    .corporate-service .box-item h2 {
      font-size: 21px;
      line-height: 32px;
      text-transform: none;
      letter-spacing: normal;
      margin: 24px 0 16px 0; }
    .corporate-service .box-item p {
      line-height: 27px;
      color: #222020;
      letter-spacing: normal;
      margin: 0; }
  .corporate-service .important {
    position: absolute;
    left: 15px;
    bottom: 48px; }
    .corporate-service .important h2 {
      font-size: 96px;
      letter-spacing: .2em;
      line-height: 50%; }
      .corporate-service .important h2 span {
        display: inline-block;
        width: 100%;
        font-size: 21px;
        letter-spacing: normal; }

.general-banner {
  padding-bottom: 0;
  overflow: hidden; }
  .general-banner .col-md-12.text-center {
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 99; }
    .general-banner .col-md-12.text-center h1 {
      font-size: 3vw;
      line-height: 4vw;
      color: #FFF; }
  .general-banner .box-image {
    text-align: center; }
    .general-banner .box-image img {
      width: 85%; }
    .general-banner .box-image::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      display: inline-block;
      z-index: 9;
      background: -moz-linear-gradient(top, rgba(206, 179, 169, 0) 0%, rgba(206, 179, 169, 0) 50%, #ceb3a9 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(206, 179, 169, 0) 0%, rgba(206, 179, 169, 0) 50%, #ceb3a9 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(206, 179, 169, 0) 0%, rgba(206, 179, 169, 0) 50%, #ceb3a9 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ceb3a9', endColorstr='#ceb3a9',GradientType=0 );
      /* IE6-9 */ }

.leaf {
  position: absolute;
  overflow: hidden;
  display: inline-block;
  z-index: 9;
  background-position: left center;
  background-repeat: no-repeat; }
  .leaf.first {
    width: 195px;
    height: 244px;
    top: 0;
    right: 100px;
    background-image: url("../images/content/leaf1.png"); }
  .leaf.second {
    width: 225px;
    height: 364px;
    top: 0;
    left: 0px;
    background-image: url("../images/content/leaf2.png");
    background-position: right center; }
  .leaf.thirth {
    width: 273px;
    height: 587px;
    top: 20%;
    right: 0px;
    background-image: url("../images/content/leaf3.png"); }
  .leaf.fifth {
    width: 527px;
    height: 276px;
    top: 30%;
    right: 50px;
    background-image: url("../images/content/leaf4.png"); }
  .leaf.sixth {
    width: 180px;
    height: 201px;
    top: 70%;
    left: 300px;
    background-image: url("../images/content/leaf5.png"); }

.lets-meet {
  padding: 240px 0; }
  .lets-meet .steps {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    opacity: 0;
    transition: all calc(0.03s * 20) ease-in-out; }
    .lets-meet .steps.active {
      height: auto;
      opacity: 1; }
  .lets-meet input[type="submit"] {
    display: none; }
  .lets-meet fieldset {
    display: inline-block;
    font-size: 80px;
    line-height: 80px;
    font-weight: 800;
    color: #FFF;
    margin-bottom: 0px; }
    .lets-meet fieldset label {
      width: auto;
      display: inline;
      position: relative; }
    .lets-meet fieldset input.form-control {
      float: none;
      width: 0;
      height: 100px;
      display: inline-block;
      margin: 0;
      padding: 0;
      background-color: transparent;
      font-size: 80px;
      font-weight: 800;
      color: #222020;
      border: 0;
      border-radius: 0 !important;
      border-bottom: 3px solid #FFF;
      transition: 0.2s; }
      .lets-meet fieldset input.form-control:focus {
        color: #222020 !important;
        background-color: transparent; }
      .lets-meet fieldset input.form-control::-webkit-input-placeholder {
        font-size: 80px;
        color: rgba(255, 255, 255, 0.3);
        font-weight: 800; }
      .lets-meet fieldset input.form-control:-moz-placeholder {
        font-size: 80px;
        color: rgba(255, 255, 255, 0.3);
        font-weight: 800; }
      .lets-meet fieldset input.form-control::-moz-placeholder {
        font-size: 80px;
        color: rgba(255, 255, 255, 0.3);
        font-weight: 800; }
      .lets-meet fieldset input.form-control:-ms-input-placeholder {
        font-size: 80px;
        color: rgba(255, 255, 255, 0.3);
        font-weight: 800; }
      .lets-meet fieldset input.form-control::-webkit-outer-spin-button, .lets-meet fieldset input.form-control::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
  .lets-meet .btn.back {
    display: none;
    margin-right: 8px; }
  .lets-meet .btn.next::after {
    content: "";
    position: relative;
    float: right;
    background: url("../images/icons/arrow.svg") no-repeat right top;
    width: 32px;
    height: 16px;
    opacity: 0.3; }

.product-list .list-type-bar {
  display: inline-block;
  padding-bottom: 32px; }
  .product-list .list-type-bar h6 {
    letter-spacing: normal; }
  .product-list .list-type-bar .order-types .column {
    float: left;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-left: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.3;
    cursor: pointer;
    transition: all calc(0.03s * 20) ease-in-out; }
    .product-list .list-type-bar .order-types .column.active {
      opacity: 1; }
    .product-list .list-type-bar .order-types .column[rel="two-column"] {
      background-image: url("../images/icons/two-column.svg"); }
    .product-list .list-type-bar .order-types .column[rel="three-column"] {
      background-image: url("../images/icons/three-column.svg"); }
.product-list .products .product-item {
  float: left;
  height: 592px;
  display: inline-block;
  position: relative;
  background-color: #ede9e8;
  margin: 0 15px 45px 15px;
  border-radius: 9px;
  overflow: hidden;
  transition: all calc(0.03s * 20) ease-in-out;
  z-index: 1; }
  .product-list .products .product-item .details {
    position: absolute;
    left: 32px;
    bottom: 32px;
    z-index: 9; }
    .product-list .products .product-item .details p {
      font-size: 12px;
      color: #222020;
      letter-spacing: normal;
      margin: 0; }
  .product-list .products .product-item .box-image {
    text-align: center;
    vertical-align: bottom; }
    .product-list .products .product-item .box-image img {
      display: inline-block;
      width: auto;
      height: 500px;
      transition: all calc(0.03s * 20) ease-in-out; }
  .product-list .products .product-item:hover {
    box-shadow: -24px 24px 50px rgba(0, 0, 0, 0.3);
    z-index: 9; }
    .product-list .products .product-item:hover img {
      height: 450px;
      margin-top: 25px; }
.product-list .products.two-column .product-item {
  width: calc(50% - 30px); }
  .product-list .products.two-column .product-item:nth-child(5n+0) {
    width: calc(100% - 30px); }
    .product-list .products.two-column .product-item:nth-child(5n+0) img {
      height: 800px; }
    .product-list .products.two-column .product-item:nth-child(5n+0):hover img {
      height: 700px;
      margin-top: 40px; }
.product-list .products.three-column .product-item {
  width: calc(33.333333333333333% - 30px); }
  .product-list .products.three-column .product-item img {
    height: 400px;
    margin-top: 50px; }
  .product-list .products.three-column .product-item:hover img {
    height: 350px;
    margin-top: 75px; }
  .product-list .products.three-column .product-item:nth-child(7n+0) {
    width: calc(100% - 30px); }
    .product-list .products.three-column .product-item:nth-child(7n+0) img {
      height: 800px; }
    .product-list .products.three-column .product-item:nth-child(7n+0):hover img {
      height: 700px;
      margin-top: 40px; }

.product-details .breadcrumb, .product-details nav[aria-label="breadcrumb"] {
  margin-bottom: 16px; }
.product-details .details {
  float: right;
  width: calc(100% - 260px);
  background-color: #ede9e8;
  padding: 120px 79px 0px 120px;
  -webkit-border-top-left-radius: 30px;
  -moz-border-radius-topleft: 30px;
  border-top-left-radius: 30px; }
  .product-details .details h1 {
    font-size: 64px; }
  .product-details .details p {
    font-size: 16px;
    line-height: 32px;
    padding: 0;
    opacity: 0.7 !important; }
  .product-details .details .features {
    margin: 53px 0 80px 0; }
    .product-details .details .features .col-md-6 {
      padding: 15px 15px 45px 15px; }
      .product-details .details .features .col-md-6 h5 {
        font-size: 12px;
        letter-spacing: normal;
        font-weight: 600;
        opacity: 0.5; }
      .product-details .details .features .col-md-6 span {
        display: inline-block;
        width: 100%;
        font-size: 24px;
        line-height: 35px;
        font-weight: 800;
        margin-top: 12px;
        letter-spacing: 0.16em; }
      .product-details .details .features .col-md-6:last-child span {
        text-transform: uppercase; }
.product-details .box-image {
  width: 100% !important; }
.product-details .tree {
  margin-bottom: 40px; }

.content {
  display: table; }
  .content .col-md-4 {
    float: none;
    display: table-cell;
    position: relative; }
    .content .col-md-4 .btn {
      position: absolute;
      left: 15px;
      bottom: 40px; }

.contact {
  padding-top: 0; }
  .contact iframe {
    width: 100%;
    height: 400px; }

@media only screen and (min-width: 1024px) and (max-width: 1650px) {
  .product-details .details {
    padding-top: 80px;
    padding-left: 80px; } }
@media only screen and (min-width: 1024px) and (max-width: 1500px) {
  .carousel .carousel-caption p {
    left: 21.3%; }

  .carousel .carousel-caption .btn.frame {
    right: 16.5%; }

  .corporate-service .box-item {
    min-height: 570px; }

  .product-details .details {
    padding-top: 64px;
    padding-left: 64px; }

  .product-details .details h1 {
    font-size: 48px; } }
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
  body {
    padding: 16px; }

  header .logo {
    margin-top: 40px; }

  .left-bar {
    margin-top: -8px; }

  .card-box {
    width: 42%; }

  .corporate-service .box-item {
    min-height: 650px; }

  .product-details .details {
    padding-top: 64px;
    padding-left: 48px; }

  .product-details .details h1 {
    font-size: 40px; }

  .product-details .details .features {
    margin: 29px 0 40px 0; } }
@media only screen and (min-width: 1024px) and (max-width: 1280px) {
  .card-box {
    width: 50%; }

  .corporate-service .box-item {
    min-height: 710px; }

  .footer .col-md-6.pull-right {
    width: 66.66666667%; } }
@media (max-width: 1024px) {
  .footer .row,
  .footer hr,
  .carousel .indicators,
  .leaf {
    display: none !important; }

  .container {
    width: 100%;
    margin: 0; }

  h1 {
    font-size: 32px;
    line-height: 43px; }

  header .navbar-toggle {
    display: block;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #a68c83;
    left: 40px;
    top: 40px;
    border-radius: 16px; }
    header .navbar-toggle span, header .navbar-toggle span:before, header .navbar-toggle span:after {
      background-color: #FFF; }

  header .navbar-toggle:focus {
    background-color: #222020; }

  .left-bar {
    left: -35% !important;
    top: 0 !important;
    padding: 200px 40px;
    width: 35%;
    background-color: #FFF;
    margin: 0 !important;
    z-index: 999; }
    body.in > .left-bar {
      left: 0 !important; }
    .left-bar a {
      color: #222020 !important; }

  .corporate-service .col-md-4 {
    width: 50%; }
  .corporate-service .box-item {
    min-height: 470px; }

  .lets-meet {
    padding: 24px 0; }

  .footer {
    padding: 40px 25px 300px 25px; }
    .footer .row.copyright {
      display: block !important;
      margin-top: 0px;
      padding-top: 0px; }

  .carousel .image img {
    width: 150%;
    height: auto;
    margin-left: -25%; }

  .carousel .carousel-caption p {
    top: 90%;
    right: 65%;
    left: 5.6%; }

  .carousel .carousel-caption .btn.frame {
    top: 90%;
    right: 5.6%; }

  .card-box {
    width: 50%; }

  .product-details .details {
    width: 100%;
    padding: 40px 15px;
    border-radius: 0; } }
@media (max-width: 900px) {
  .card-box,
  .important,
  .copyright .pull-right,
  .lets-meet,
  .carousel .carousel-caption p,
  .order-types {
    display: none !important; }

  body {
    padding: 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%; }

  .container {
    width: 100%; }

  header {
    top: 22px;
    padding: 0; }
    header .navbar-toggle {
      left: 15px;
      top: 15px;
      width: 64px;
      height: 56px;
      padding: 0px 4px;
      border-radius: 6px; }
    header .logo {
      margin: 0px; }
      header .logo img {
        width: auto;
        height: 48px; }

  .left-bar {
    left: -100% !important;
    padding: 88px 15px;
    width: 100%;
    overflow-y: scroll; }
    .left-bar a {
      color: #222020 !important; }
    .left-bar .social-media {
      padding-top: 24px; }

  section {
    padding: 24px 0;
    border-radius: 0 !important; }

  .landing {
    padding-top: 80px; }

  .corporate-service .col-md-4 {
    width: 100%; }

  .corporate-service .box-item {
    min-height: inherit;
    margin-top: 16px; }

  .general-banner {
    padding-top: 0; }

  .sub-page > .landing .box-image {
    border-radius: 9px;
    width: 100%; }

  .sub-page > .landing .col-md-6 {
    padding-top: 0px; }

  .product-list .products .product-item .box-image img {
    height: 400px;
    margin-top: 50px; }

  .content .col-md-4 {
    float: left;
    display: inline-block;
    width: 100%; }

  .content .col-md-4 .btn {
    position: relative;
    left: auto;
    bottom: auto;
    margin-bottom: 40px; }

  .contact iframe {
    margin-bottom: 40px; } }
@media (max-width: 700px) {
  .breadcrumb,
  nav[aria-label="breadcrumb"] {
    display: none !important; }

  h1 {
    font-size: 24px;
    line-height: 35px; }

  .container {
    padding: 0; }

  .sub-page > .landing p {
    padding-right: 0%; }

  .sub-page > .landing {
    padding: 120px 0 0 0; }

  .product-list .products.two-column .product-item {
    width: calc(100% - 30px);
    margin: 30px 15px 0 15px; }

  .product-list .products .product-item .box-image img {
    height: 400px !important;
    margin-top: 50px !important; }

  .general-banner .col-md-12.text-center {
    top: 30%; }

  .general-banner .col-md-12.text-center h1 {
    font-size: 24px;
    line-height: 35px; }

  .product-details .details {
    padding: 24px 0px; }

  .product-details .details h1 {
    font-size: 32px; }

  .product-details .details .features {
    margin: 13px 0 40px 0;
    padding: 0; }

  .product-details .details .features .col-md-6 {
    width: 50%;
    padding: 15px 15px 15px 0px; }

  input, select, textarea, input.form-control, textarea.form-control {
    padding: 0px 8px; }

  textarea.form-control {
    padding: 8px 8px; } }
@media (max-height: 720px) {
  .left-bar li ul li:nth-last-of-type(2),
  .left-bar li ul li:nth-last-of-type(3),
  .left-bar li ul li:nth-last-of-type(4),
  .left-bar li ul li:nth-last-of-type(5),
  .left-bar li ul li:nth-last-of-type(6),
  .left-bar li ul li:nth-last-of-type(7),
  .left-bar li ul li:nth-last-of-type(8),
  .left-bar li ul li:nth-last-of-type(9) {
    display: none !important; }

  .left-bar .social-media {
    padding-top: 32px; } }

/*# sourceMappingURL=general.css.map */
