.cw {
  margin: 0 140px;
  background: #FFF; }

.container {
  width: 960px;
  margin: 0 auto; }

.btn {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: .9em;
  text-transform: uppercase;
  text-decoration: none;
  user-select: none;
  display: inline-block;
  padding: 10px 20px;
  cursor: pointer;
  transition: all .25s ease;
  border-radius: 5px; }
  .btn.load {
    position: relative; }
    .btn.load .loader {
      position: absolute;
      left: 50%;
      top: -5px;
      margin-left: -10px;
      display: none; }
    .btn.load.act .loader {
      display: block; }
    .btn.load.act .lbl {
      visibility: hidden; }
  .btn.cta {
    padding: 15px 30px;
    background: #000;
    color: #FFF; }
    .btn.cta:hover {
      background: #e6a635; }
    .btn.cta.light {
      background: #F6F6F6;
      color: #000; }
  .btn.inverted {
    background: #FFF;
    color: #333;
    letter-spacing: .5px; }
    .btn.inverted:hover {
      background-color: #FFF;
      color: #e6a635; }

.field {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem; }
  .field.err input, .field.err textarea {
    border-color: #d32f2f; }
  .field input,
  .field textarea {
    margin-top: 5px;
    font-size: 16px;
    padding: 10px 10px;
    border: 1px solid #E4E4E4;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
    transition: all .25s ease; }
    .field input:focus,
    .field textarea:focus {
      border-color: #000;
      outline: 0; }
  .field textarea {
    min-height: 100px;
    resize: vertical; }

.privacy.check {
  display: flex; }
  .privacy.check span {
    font-size: 13px;
    line-height: 1.4em;
    color: #888;
    font-weight: 100; }
  .privacy.check.err span {
    color: #d32f2f; }

.wallpaper {
  height: 25vh;
  z-index: -1;
  position: relative; }
  .wallpaper img.main {
    height: 100%;
    position: relative;
    top: -100px;
    left: -150px;
    opacity: .6; }

.table {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 90vh;
  min-height: 700px;
  z-index: -1; }
  .table .bg-right,
  .table .bg-left {
    position: absolute;
    bottom: 0;
    height: 200px;
    z-index: -1; }

@media (max-width: 1300px) {
  .cw {
    margin: 0 115px; }
  .container {
    width: 910px; } }

@media (max-width: 1200px) {
  .cw {
    margin: 0 90px; }
  .container {
    width: 860px; } }

@media (max-width: 1100px) {
  .cw {
    margin: 0 40px; }
  .container {
    width: 810px; } }

@media (max-width: 960px) {
  .btn {
    border-radius: 9px; }
  .cw {
    margin: 0; }
    .cw.brd {
      border-radius: 30px 30px 0 0; }
  .container {
    width: 90%;
    margin: 0 5%; } }

nav.tabs {
  display: flex;
  padding: 2.5rem 0;
  align-items: center;
  justify-content: center; }
  nav.tabs ul {
    display: flex; }
    nav.tabs ul li:last-child {
      margin-right: 0; }
    nav.tabs ul a {
      font-family: "Roboto", sans-serif;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: .75px;
      font-weight: bold;
      font-size: 13px;
      display: inline-block;
      padding: 0 2rem;
      line-height: 50px;
      user-select: none;
      transition: all .25s ease;
      border-bottom: 1px solid #E4E4E4;
      color: #000; }
      nav.tabs ul a:hover, nav.tabs ul a.active {
        color: #e6a635;
        border-color: #e6a635; }

@media (max-width: 960px) {
  nav.tabs {
    padding: 1rem 0 0; }
    nav.tabs ul a {
      padding: 0 .6rem;
      letter-spacing: 0; } }

@media (max-width: 1024px) {
  .blog nav.tabs {
    padding: 2rem 0 0; }
    .blog nav.tabs ul a {
      padding: 0 .6rem;
      letter-spacing: 0; } }

.cptlz {
  text-transform: capitalize; }

header.main {
  background-color: #140f11;
  z-index: 1; }
  header.main.floater {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-color: transparent; }
    header.main.floater .container {
      border-bottom: 1px solid #DDD; }
  header.main .container {
    display: flex;
    padding: 1rem 0;
    align-items: center; }
  header.main .logo {
    display: flex;
    height: 60px;
    width: 60px; }
    header.main .logo svg {
      fill: #FFF;
      height: 60px; }
  header.main nav.main {
    margin-left: auto; }
    header.main nav.main ul {
      display: flex;
      margin: 0;
      padding: 0;
      list-style-type: none; }
      header.main nav.main ul a {
        color: #FFF;
        font-family: "Roboto", sans-serif;
        text-decoration: none;
        text-transform: uppercase;
        letter-spacing: .75px;
        font-weight: bold;
        font-size: 12px;
        display: inline-block;
        padding: 0 1.5rem;
        line-height: 60px;
        user-select: none;
        transition: all .25s ease; }
        header.main nav.main ul a:hover, header.main nav.main ul a.active {
          color: #e6a635; }
  header.main .toggler {
    flex-direction: column;
    width: 22px;
    cursor: pointer;
    display: none; }
    header.main .toggler span {
      background: #FFF;
      display: inline-block;
      width: 100%;
      height: 3px;
      border-radius: 3px;
      margin-bottom: 3px; }
      header.main .toggler span:last-child {
        margin: 0; }

.shopping-cart {
  display: flex;
  color: #e6a635;
  align-items: center;
  color: #FFF;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .75px;
  font-weight: bold;
  font-size: 12px;
  line-height: 60px; }
  .shopping-cart svg {
    width: 22px;
    height: 22px;
    fill: #e6a635;
    position: relative;
    top: 7px; }
  .shopping-cart.mob {
    display: none;
    margin: 0 10px 0 auto; }
    .shopping-cart.mob svg {
      top: 0; }

.cart-count.hid {
  display: none; }

@media (max-width: 960px) {
  header.main.floater {
    position: relative;
    z-index: 3; }
  header.main nav.main {
    display: none;
    position: absolute;
    z-index: 13;
    background: #000;
    width: 100%;
    left: 0;
    right: 0;
    top: 90px; }
    header.main nav.main .shopping-cart {
      display: none; }
    header.main nav.main ul {
      flex-direction: column; }
      header.main nav.main ul a {
        width: 100%; }
  header.main .toggler {
    display: flex; }
  .shopping-cart.mob {
    display: flex; }
  body.show-nav header.main nav.main {
    display: block; } }

footer.main {
  font-size: .85em;
  padding-bottom: 30px;
  position: relative; }
  footer.main .cw {
    padding-top: 2rem; }
  footer.main .container {
    padding: 3rem 0;
    display: flex;
    position: relative; }
  footer.main .info {
    font-weight: 100; }
    footer.main .info .address {
      border-left: 1px solid #AAA;
      margin-left: .5rem;
      padding-left: .75rem; }
  footer.main nav {
    margin-left: auto; }
    footer.main nav ul {
      display: flex; }
      footer.main nav ul a {
        color: #444;
        font-weight: 100;
        text-decoration: none;
        margin: 0 5px;
        display: inline-block;
        cursor: pointer;
        transition: all .25s ease;
        border-bottom: .5px solid #FFF; }
        footer.main nav ul a:hover {
          border-color: #444; }
    footer.main nav li.sep {
      border-left: 1px solid #AAA;
      margin: 0 .5rem; }
    footer.main nav.main {
      display: flex; }
  footer.main.pres img {
    display: block; }

@media (max-width: 960px) {
  footer.main {
    padding-bottom: 0; }
    footer.main .cw {
      padding-top: 0; }
    footer.main .container {
      flex-direction: column;
      text-align: center; }
      footer.main .container .address {
        display: block;
        margin: 0 0 .5rem;
        border: 0; }
    footer.main nav ul li.sep {
      margin: 0;
      border: 0; }
    footer.main nav.main {
      flex-direction: column;
      margin: 0;
      justify-content: center;
      align-items: center;
      margin-top: 1rem; } }

.splash .container {
  height: 70vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  max-height: 400px; }

.splash img.main {
  position: absolute;
  left: -200px;
  top: 0;
  max-height: 500px;
  height: 65vh;
  opacity: .6;
  z-index: 0;
  min-height: 400px; }

.splash .data {
  color: #FFF;
  z-index: 2;
  text-align: center;
  background: #000;
  padding: 1.5rem;
  margin-bottom: -1.5rem;
  min-width: 500px; }

.splash h2 {
  margin: 0;
  font-weight: 100; }

.splash h1 {
  font-family: "Playfair Display", serif;
  font-weight: 100;
  margin: 0;
  font-size: 2.75rem; }

.splash p {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  margin: .5rem 0 2rem;
  font-weight: 100; }
  .splash p a {
    color: #FFF;
    text-decoration: none;
    border-bottom: 1px dashed #AAA; }

.splash.cpct .container {
  max-height: 250px; }

@media (max-width: 960px) {
  .splash .data {
    margin-bottom: 0;
    background: transparent;
    min-width: 0;
    padding: 1.5rem .5rem; }
  .splash .container {
    height: auto; }
  .splash img.main {
    display: none; }
  .splash h2 {
    font-size: 1.25rem; }
  .splash h1 {
    font-size: 1.8rem;
    margin: 1rem 0; }
  .splash p {
    font-size: 1rem; }
  .splash .cta {
    font-size: .8em;
    margin-bottom: 1em; } }

.cart .container {
  display: flex; }

.cart .products {
  flex: 2;
  padding: 2rem 0; }

.cart .checkout {
  margin-top: 2rem;
  flex: 1;
  padding: 1rem 0 2rem 2rem;
  border-left: 1px solid #E4E4E4; }
  .cart .checkout h2 {
    display: none; }

.cart .total {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E4E4E4; }
  .cart .total h6 {
    font-size: 2.25rem;
    margin: auto;
    line-height: 1em; }
  .cart .total label {
    font-weight: bolder;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #E4E4E4; }

.cart .cta {
  margin-top: 2rem;
  display: block;
  text-align: center; }
  .cart .cta .ttl {
    display: none; }

.cart h2 {
  margin: 1rem 0; }

.cart .no-data {
  font-style: italic;
  color: #888;
  font-weight: 100; }

.cart .product {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E4E4E4;
  padding: 2rem 2rem 2rem 0; }
  .cart .product:last-child {
    padding-bottom: 0;
    border: 0; }
  .cart .product h3 {
    margin: 0 0 1rem;
    display: flex; }
    .cart .product h3 .price {
      margin-left: auto; }
  .cart .product .img {
    flex: 1;
    width: 100px;
    margin-right: 1rem; }
    .cart .product .img img {
      width: 100%; }
  .cart .product .data {
    flex: 5; }
  .cart .product p {
    font-size: .9em;
    margin: 0 0 1rem;
    color: #888;
    font-weight: 100; }
  .cart .product footer {
    display: flex; }
    .cart .product footer .actions {
      margin-left: auto; }
    .cart .product footer .qty {
      font-size: .9em;
      font-weight: bold; }
    .cart .product footer a {
      font-size: .9em;
      text-transform: lowercase;
      font-weight: 100;
      cursor: pointer;
      border-bottom: 1px solid #FFF;
      transition: all .25s ease; }
      .cart .product footer a:hover {
        border-bottom-color: #000; }

#checkout-success {
  display: none;
  text-align: center;
  padding-top: 2rem; }

@media (max-width: 450px) {
  .cart .container {
    flex-direction: column; }
  .cart .products {
    padding: 1rem; }
    .cart .products .product {
      padding: 1.5rem 0; }
      .cart .products .product h3 {
        font-size: 1em;
        margin-bottom: .5rem; }
      .cart .products .product p {
        display: none; }
      .cart .products .product .qty {
        font-size: .8em; }
  .cart .checkout {
    border: 0;
    margin: 0;
    padding: 0 1rem; }
    .cart .checkout h2 {
      display: block; }
  .cart h2 {
    font-size: 1.75em; }
  .cart .total {
    display: none; }
  .cart .cta {
    display: block;
    text-align: center;
    margin-top: 2rem; }
    .cart .cta .ttl {
      display: inline; }
    .cart .cta .hd {
      display: none; } }

#search-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  -moz-animation: fadeIn 0.25s;
  -webkit-animation: fadeIn 0.25s;
  -o-animation: fadeIn 0.25s;
  -ms-animation: fadeIn 0.25s;
  animation: fadeIn 0.25s; }
  #search-modal .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); }
  #search-modal .modal {
    background: #FFF;
    position: fixed;
    width: 425px;
    top: 50%;
    height: 70px;
    margin-top: -35px;
    left: 50%;
    margin-left: -250px;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
    text-align: center; }
    #search-modal .modal .content {
      display: flex;
      flex-direction: column;
      height: 100%; }
    #search-modal .modal .box {
      display: flex;
      align-items: center;
      height: 100%; }
      #search-modal .modal .box svg {
        width: 40px;
        height: 40px;
        opacity: .25;
        margin: 0 10px; }
      #search-modal .modal .box input {
        border: 0;
        outline: 0;
        font-size: 18px;
        font-weight: bold;
        width: 100%; }

@media (max-width: 425px) {
  #search-modal .modal {
    width: 90%;
    left: 5%;
    margin-left: 0; }
    #search-modal .modal .box svg {
      display: none; } }

.blog {
  position: relative;
  z-index: 1; }
  .blog nav.mob {
    display: none;
    position: relative; }
    .blog nav.mob > a {
      display: inline-block;
      padding: 30px;
      display: flex; }
      .blog nav.mob > a svg {
        transition: all .25s ease;
        width: 14px;
        height: 14px;
        position: relative;
        top: 3px;
        left: 5px; }
    .blog nav.mob.act .tgl svg {
      transform: rotate(180deg); }
    .blog nav.mob.act .mn {
      display: block; }
    .blog nav.mob ul {
      -moz-animation: fadeIn 0.25s;
      -webkit-animation: fadeIn 0.25s;
      -o-animation: fadeIn 0.25s;
      -ms-animation: fadeIn 0.25s;
      animation: fadeIn 0.25s;
      position: absolute;
      top: 100%;
      left: 10px;
      width: 300px;
      background: #FFF;
      border-radius: 5px;
      box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.07), 0 6px 16px 0 rgba(0, 0, 0, 0.04), 0 9px 28px 8px rgba(0, 0, 0, 0.04);
      display: none; }
      .blog nav.mob ul li {
        border-bottom: 1px solid #F4F4F4; }
        .blog nav.mob ul li:last-child {
          border-bottom: 0; }
        .blog nav.mob ul li a {
          display: block;
          padding: 12px 15px;
          text-decoration: none;
          font-size: 16px;
          font-weight: 100;
          color: #444; }
  .blog .search-info {
    margin: 0 60px 15px;
    color: #BBB;
    font-weight: 100;
    font-style: italic; }
  .blog > header #btn-blg-search {
    margin-left: auto;
    line-height: 50px;
    height: 51px;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    cursor: pointer; }
    .blog > header #btn-blg-search svg {
      width: 26px;
      height: 26px;
      transition: all .25s ease; }
    .blog > header #btn-blg-search:hover svg {
      fill: #e6a635; }
  .blog .articles {
    display: flex;
    flex-wrap: wrap;
    padding: 0 30px 30px; }
    .blog .articles > li {
      width: 50%;
      padding: 30px; }
  .blog article .preview {
    border-radius: 5px;
    width: 100%;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-color: #EEE; }
  .blog article h3 {
    font-family: "Playfair Display", serif;
    margin: 15px 0 10px;
    font-weight: 100;
    font-size: 24px; }
  .blog article .tags {
    display: flex; }
    .blog article .tags li {
      padding: 0;
      margin: 0 5px 5px 0; }
      .blog article .tags li a {
        text-decoration: none;
        font-family: "Roboto", sans-serif;
        font-size: 11px;
        display: inline-block;
        border: 1px solid rgba(0, 0, 0, 0.5);
        color: #444;
        border-radius: 3px;
        padding: 3px 5px;
        transition: all .25s ease; }
        .blog article .tags li a:hover {
          border: 1px solid black; }
  .blog article p {
    font-weight: 100; }
  .blog article .btn {
    border: 2px solid #000;
    padding: 8px 15px;
    text-transform: none;
    font-size: 13px;
    border-radius: 0;
    color: #444; }
    .blog article .btn:hover {
      background: #000;
      color: #FFF; }

.blog-article {
  position: relative;
  z-index: 1; }
  .blog-article header {
    padding: 60px 45px 45px;
    border-bottom: 1px solid #EEE;
    display: flex; }
    .blog-article header .breadcrumb {
      display: flex; }
      .blog-article header .breadcrumb li {
        margin-right: 10px;
        padding-right: 10px;
        position: relative; }
        .blog-article header .breadcrumb li::after {
          content: ' ';
          position: absolute;
          display: inline-block;
          width: 3px;
          height: 3px;
          background: #444;
          border-radius: 50%;
          right: -1px;
          top: 8px; }
        .blog-article header .breadcrumb li:last-child::after {
          display: none; }
        .blog-article header .breadcrumb li a, .blog-article header .breadcrumb li span {
          font-size: 14px;
          color: #444;
          text-decoration: none;
          font-weight: 100; }
        .blog-article header .breadcrumb li a:hover {
          border-bottom: 1px solid #444; }
        .blog-article header .breadcrumb li span {
          color: #AAA; }
    .blog-article header .bits {
      margin-left: auto;
      display: flex;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: bold; }
      .blog-article header .bits > div {
        display: flex;
        align-items: center;
        margin-left: 15px; }
      .blog-article header .bits svg {
        width: 24px;
        height: 24px;
        margin-right: 2px; }
      .blog-article header .bits .diff.usor {
        color: #81ad4e; }
        .blog-article header .bits .diff.usor svg {
          fill: #81ad4e; }
      .blog-article header .bits .diff.mediu {
        color: #ffc107; }
        .blog-article header .bits .diff.mediu svg {
          fill: #ffc107; }
      .blog-article header .bits .diff.avansat {
        color: #ff5722; }
        .blog-article header .bits .diff.avansat svg {
          fill: #ff5722; }
  .blog-article .content {
    padding: 45px;
    font-weight: 100;
    font-size: 1.1em; }
    .blog-article .content ul {
      list-style-type: disc;
      padding-left: 30px; }
    .blog-article .content h2 {
      font-size: 1.75em; }
  .blog-article iframe {
    width: 100% !important;
    border: 0;
    border-radius: 5px; }

@media (max-width: 425px) {
  .blog .articles > li {
    width: 100%;
    padding: 0;
    margin-bottom: 30px; }
  .blog header {
    display: flex; }
  .blog nav.mob {
    display: block; }
  .blog nav.tabs {
    margin: 0 0 0 auto;
    padding: 0; }
    .blog nav.tabs li {
      display: none; }
      .blog nav.tabs li:last-child {
        display: block; }
      .blog nav.tabs li a {
        border: 0; }
  .blog .search-info {
    margin: 0 30px 15px; }
  .blog-article header {
    flex-direction: column;
    padding: 30px; }
    .blog-article header .breadcrumb {
      width: 100%; }
      .blog-article header .breadcrumb li {
        padding: 0; }
        .blog-article header .breadcrumb li:first-child {
          display: none; }
        .blog-article header .breadcrumb li::after {
          display: none; }
    .blog-article header .bits {
      margin: 15px 0 0 0; }
      .blog-article header .bits > div {
        margin: 0 10px 0 0; }
  .blog-article .content {
    padding: 30px; } }

.contact {
  position: relative;
  z-index: 1; }
  .contact h2 {
    margin-top: 4rem;
    font-size: 2rem; }
  .contact .container {
    display: flex;
    flex-direction: column; }
  .contact p.time {
    margin: 0 0 1.5rem;
    font-size: .9em;
    background: #FFF;
    color: #888;
    font-style: italic;
    font-weight: 100;
    margin-top: 4rem; }
  .contact form {
    display: flex; }
    .contact form .left, .contact form .right {
      flex: 1; }
    .contact form .left {
      margin-right: 1rem; }
    .contact form .right {
      margin-left: 1rem; }
      .contact form .right textarea {
        height: 125px; }
      .contact form .right .check {
        margin: 45px 0 0; }
  .contact .details {
    display: flex;
    margin-top: 4em;
    padding-top: 4em;
    border-top: 1px solid #e4e4e4;
    align-items: center; }
    .contact .details ul {
      flex: 1; }
      .contact .details ul h5 {
        margin: 0 0 1em; }
        .contact .details ul h5 a {
          text-decoration: none;
          font-size: 1.2em;
          color: #444; }
    .contact .details .map {
      flex: 1; }
      .contact .details .map iframe {
        width: 100%;
        height: 250px;
        border-radius: 5px; }
  .contact .cta {
    margin-top: 2rem;
    float: right; }

@media (max-width: 450px) {
  .contact .container {
    flex-direction: column; }
  .contact .left {
    padding: 0 1rem;
    border: 0; }
  .contact .cta {
    float: none;
    text-align: center;
    display: block; }
  .contact p.time {
    margin: 2rem 1rem 1.5rem; }
  .contact form {
    flex-direction: column; }
    .contact form .left {
      margin: 0; }
    .contact form .right {
      margin: 0;
      padding: 0 1rem; }
      .contact form .right .check {
        margin: 15px 0 0; }
  .contact .details {
    margin-top: 3em;
    padding-top: 3em;
    flex-direction: column; }
    .contact .details ul {
      margin-bottom: 2em; } }

section.about {
  position: relative;
  z-index: 1;
  font-size: 1.1em; }
  section.about .container {
    position: relative; }
  section.about .cw {
    overflow: hidden; }
    section.about .cw.bg {
      background-color: #F8F8F8; }
  section.about .logos {
    border-bottom: 1px solid #EEE;
    padding: 1rem 0; }
    section.about .logos .container {
      display: flex; }
      section.about .logos .container > div {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center; }
        section.about .logos .container > div img {
          max-width: 100%;
          padding: 0 2rem; }
  section.about .path {
    position: absolute;
    text-align: right;
    z-index: 0;
    left: 0;
    bottom: 0; }
    section.about .path img {
      height: 100%;
      opacity: .05; }
    section.about .path.a {
      top: 100px;
      right: 50px; }
    section.about .path.b {
      top: 0;
      right: 90px; }
      section.about .path.b img {
        opacity: .075; }
    section.about .path.c {
      top: 0;
      right: 165px;
      max-height: 600px; }
  section.about .one h2 {
    font-size: 18px;
    font-weight: 100;
    padding: 4rem 0 0; }
  section.about .two .row.l {
    flex: 1; }
  section.about .two, section.about .four {
    display: flex;
    flex-wrap: wrap;
    padding: 5rem 0; }
    section.about .two h3, section.about .four h3 {
      font-size: 2rem;
      font-weight: 100;
      margin: 0; }
  section.about .three {
    display: flex;
    padding: 5rem 0;
    align-items: center;
    position: relative;
    z-index: 1; }
    section.about .three .info {
      flex: 2; }
    section.about .three h2 {
      padding-bottom: 2rem;
      width: 100%; }
    section.about .three p {
      font-weight: 100;
      font-size: .9em;
      line-height: 24px; }
      section.about .three p.caps {
        font-family: "Playfair Display", serif;
        margin: 3rem 0;
        text-transform: capitalize;
        font-weight: bold;
        font-size: 1.1em;
        position: relative; }
        section.about .three p.caps span {
          display: inline-block;
          width: 3px;
          height: 3px;
          background: #444;
          border-radius: 50%;
          position: relative;
          top: -4px;
          margin: 0 5px; }
    section.about .three .img {
      flex: 1;
      margin-left: 2rem; }
      section.about .three .img div {
        width: 300px;
        height: 300px;
        border-radius: 50%;
        background-image: url("/public/img/about-two.jpg");
        background-position: center;
        background-size: cover; }
  section.about h2 {
    width: 80%;
    font-size: 1.9rem;
    line-height: 1.3em;
    font-weight: 100;
    margin: 0;
    padding: 0 0 2rem;
    letter-spacing: .5px;
    padding: 0 0 3rem; }
  section.about .row {
    flex: 1;
    padding: 0 1.25rem;
    position: relative; }
    section.about .row .btop {
      position: absolute;
      left: -5rem;
      right: -5rem;
      top: -3rem;
      border-top: 1px solid #000; }
    section.about .row.l {
      flex: 1.5; }
    section.about .row img {
      width: 100%;
      border-radius: 5px; }
    section.about .row h6 {
      color: #e6a635;
      font-family: "Roboto", sans-serif;
      font-size: .75rem;
      margin: 0 0 .5rem; }
    section.about .row h4 {
      font-size: 1.25rem;
      font-weight: 100;
      margin: 0 0 1.5rem;
      font-weight: bold; }
    section.about .row p {
      font-weight: 100;
      font-size: .9em;
      letter-spacing: .5px;
      line-height: 1.4em;
      margin-bottom: 1.5rem; }

@media (max-width: 960px) {
  section.about {
    margin: 2rem 0 0; }
    section.about .path {
      display: none; }
    section.about .one {
      text-align: center; }
      section.about .one h2 {
        width: 100%; }
    section.about .btop {
      display: none; }
    section.about .row.l {
      width: 100%;
      flex: none;
      text-align: center;
      padding: 0 0 3rem; }
    section.about .four .row.l {
      margin-top: 1rem; }
    section.about .hide-tablet {
      display: none; } }

@media (max-width: 450px) {
  section.about .one {
    padding: 0 1rem;
    text-align: left; }
    section.about .one h2 {
      border-bottom: 1px solid #EEE;
      padding-bottom: 2rem;
      margin-bottom: 1rem;
      font-weight: 100;
      font-family: "Roboto", sans-serif;
      font-size: 17px; }
  section.about .row {
    margin-top: 1rem; }
    section.about .row h6, section.about .row h4 {
      margin-bottom: 1rem; }
  section.about h2 {
    font-size: 1.5rem; }
  section.about .two {
    padding: 1rem 0; }
  section.about .two, section.about .four {
    flex-direction: column; }
    section.about .two h3, section.about .four h3 {
      font-size: 1.5rem; }
  section.about .row.l {
    padding: 0 1rem;
    text-align: left; }
  section.about .three {
    flex-direction: column;
    padding-left: 1rem;
    padding-right: 1rem; }
    section.about .three .img {
      margin: 1rem 0 0; }
      section.about .three .img img {
        width: 100%; }
  section.about .logos {
    display: none; } }

.products {
  position: relative; }
  .products .container {
    display: flex;
    flex-direction: column; }
  .products .view-all {
    margin: 0 15px;
    text-align: center; }
    .products .view-all .cta {
      margin: 3rem auto; }

.list .row {
  display: flex;
  border-bottom: 1px solid #E4E4E4; }
  .list .row:last-child {
    border-bottom: 0; }
  .list .row .product {
    flex: 1;
    text-align: center;
    display: flex; }
    .list .row .product .content {
      border-right: 1px solid #E4E4E4;
      padding: 2rem;
      width: 100%; }
    .list .row .product:last-child .content {
      border: 0; }
    .list .row .product h3 {
      margin: 0;
      font-size: 1.25em; }
    .list .row .product .galery {
      height: 250px;
      margin: 2rem 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      .list .row .product .galery img {
        max-height: 100%;
        max-width: 225px; }
        .list .row .product .galery img.old {
          border-radius: 3px; }
    .list .row .product p {
      font-family: "Roboto", sans-serif;
      color: #888;
      font-weight: 100;
      height: 65px;
      overflow: hidden; }
    .list .row .product .btn {
      border: 1px solid #e6a635;
      text-transform: lowercase;
      font-size: .85em;
      color: #e6a635;
      font-weight: normal; }
      .list .row .product .btn:hover {
        background: #e6a635;
        color: #FFF; }

@media (max-width: 960px) {
  .products .view-all .cta {
    width: 100%;
    margin: 1.5rem 0; }
  .list .row {
    flex-direction: column;
    border: 0; }
    .list .row:last-child .product:last-child .content {
      border-bottom: 0 !important; }
    .list .row .product .content {
      padding: 2rem 1rem;
      border: 0;
      border-bottom: 1px solid #E4E4E4 !important; }
    .list .row .product h3 {
      font-size: 1.5em; }
    .list .row .product .galery {
      margin: 1rem 0; }
    .list .row .product .btn {
      width: 100%;
      font-size: .9em;
      padding: 12px 20px; } }

@keyframes scaleAnimation {
  0% {
    opacity: 0;
    transform: scale(1.5); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes drawCircle {
  0% {
    stroke-dashoffset: 300px; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes drawCheck {
  0% {
    stroke-dashoffset: 70px; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.successAnimationCircle {
  stroke-dasharray: 300px 300px;
  stroke: #4caf50 !important; }

.successAnimationCheck {
  stroke-dasharray: 70px 70px;
  stroke: #4caf50 !important; }

.successAnimationResult {
  fill: #4caf50 !important;
  opacity: 0; }

.successAnimation.animated {
  animation: 1s ease-out 0s 1 both scaleAnimation; }
  .successAnimation.animated .successAnimationCircle {
    animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCircle, 0.3s linear 0.9s 1 both fadeOut; }
  .successAnimation.animated .successAnimationCheck {
    animation: 1s cubic-bezier(0.77, 0, 0.175, 1) 0s 1 both drawCheck, 0.3s linear 0.9s 1 both fadeOut; }
  .successAnimation.animated .successAnimationResult {
    animation: 0.3s linear 0.9s both fadeIn; }

#add-to-cart-modal #add-to-cart-success.content {
  align-items: center;
  justify-content: center;
  display: none; }
  #add-to-cart-modal #add-to-cart-success.content h3 {
    font-family: "Playfair Display", serif;
    font-size: 1.5em;
    margin: 1em 0;
    color: #4eaf51; }

@media (max-width: 960px) {
  #add-to-cart-success .btns {
    display: flex;
    flex-direction: column-reverse; }
    #add-to-cart-success .btns .btn {
      margin-bottom: .5rem; } }

#add-to-cart-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  -moz-animation: fadeIn 0.25s;
  -webkit-animation: fadeIn 0.25s;
  -o-animation: fadeIn 0.25s;
  -ms-animation: fadeIn 0.25s;
  animation: fadeIn 0.25s; }
  #add-to-cart-modal .cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6); }
  #add-to-cart-modal .modal {
    background: #FFF;
    position: fixed;
    width: 500px;
    max-height: 550px;
    top: 17%;
    height: 70%;
    left: 50%;
    margin-left: -250px;
    padding: 0 2rem .5rem;
    border-radius: 2px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.35);
    text-align: center; }
    #add-to-cart-modal .modal .content {
      display: flex;
      flex-direction: column;
      height: 100%; }
    #add-to-cart-modal .modal h3 {
      margin: auto 0 5px;
      font-size: 11px;
      text-transform: uppercase;
      font-weight: 100;
      color: #888; }

#rrw-left,
#rrw-right {
  position: absolute;
  width: 50px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  opacity: .25;
  cursor: pointer;
  transition: all .25s ease;
  z-index: 1; }
  #rrw-left svg,
  #rrw-right svg {
    width: 25px;
    height: 25px; }
  #rrw-left:hover,
  #rrw-right:hover {
    opacity: .75; }

#rrw-left {
  left: 0; }

#rrw-right {
  right: 0; }

#add-cart-gallery {
  position: relative;
  top: -30px;
  height: 220px; }
  #add-cart-gallery .img {
    position: absolute;
    height: 200px;
    width: 100%;
    display: none;
    -moz-animation: fadeIn 0.25s;
    -webkit-animation: fadeIn 0.25s;
    -o-animation: fadeIn 0.25s;
    -ms-animation: fadeIn 0.25s;
    animation: fadeIn 0.25s;
    user-select: none; }
    #add-cart-gallery .img.active {
      display: block; }
  #add-cart-gallery img {
    height: 200px; }
    #add-cart-gallery img.old {
      border-radius: 8px; }
  #add-cart-gallery .btns {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; }
    #add-cart-gallery .btns a {
      background: #E4E4E4;
      display: inline-block;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      margin-right: 3px;
      cursor: pointer; }
      #add-cart-gallery .btns a:last-child {
        margin: 0; }
      #add-cart-gallery .btns a.active {
        background-color: #e6a635; }

#add-cart-name {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 1.5em;
  position: relative;
  top: -15px; }

#add-cart-description {
  font-weight: 100;
  color: #888; }

#add-cart-prices {
  margin: 0 -2rem; }
  #add-cart-prices li {
    border-bottom: 1px solid #EEE; }
    #add-cart-prices li:last-child {
      border-bottom: 0; }
    #add-cart-prices li a {
      font-weight: bold;
      padding: 10px 0;
      display: block;
      color: #000;
      text-transform: uppercase;
      letter-spacing: .5px;
      cursor: pointer;
      font-size: .9em;
      transition: all .25s ease; }
      #add-cart-prices li a:hover {
        color: #e6a635; }

@media (max-width: 960px) {
  #add-to-cart-modal .modal {
    width: 90%;
    margin-left: 0;
    left: 5%;
    right: 5%;
    top: 60px;
    height: auto; }
    #add-to-cart-modal .modal h3 {
      margin: 1rem 0 0; }
  #add-cart-gallery {
    height: 200px; }
    #add-cart-gallery .img, #add-cart-gallery img {
      height: 180px; }
  #add-cart-name {
    font-size: 1.25em; }
  #add-cart-description {
    font-size: .9em; } }

.b-contain *, .b-contain *::before, .b-contain *::after {
  box-sizing: content-box !important; }

.b-contain input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.b-contain span {
  line-height: 1.54;
  font-size: 1rem;
  font-family: inherit; }

.b-contain {
  display: table;
  position: relative;
  padding-left: 1.8rem;
  cursor: pointer;
  margin-bottom: .5rem; }

.b-contain input[type="checkbox"] ~ .b-input {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background: #f1f5f8;
  transition: background 250ms;
  border: 1px solid #b8c2cc;
  border-radius: 0.125rem; }

.b-contain input[type="radio"] ~ .b-input {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background: #f1f5f8;
  transition: background 250ms;
  border: 1px solid #b8c2cc;
  border-radius: 2.0rem; }

.b-contain input[type="checkbox"] ~ .b-input::after {
  content: '';
  position: absolute;
  display: none;
  left: 6px;
  top: 1px;
  width: .25rem;
  height: .6rem;
  border: solid white;
  border-width: 0 2px 2px 0;
  transition: background 250ms;
  transform: rotate(45deg); }

.b-contain input[type="radio"] ~ .b-input::after {
  content: '';
  position: absolute;
  display: none;
  left: .25rem;
  top: .25rem;
  width: .75rem;
  height: .75rem;
  border-radius: 2.0rem;
  background: white;
  transition: background 250ms; }

.b-contain input:disabled ~ .b-input::after {
  border-color: #8795a1; }

.b-contain input:checked ~ .b-input::after {
  display: block; }

.b-contain:hover input ~ .b-input,
.b-contain input:focus ~ .b-input {
  background: #e7eef3; }

.b-contain input:focus ~ .b-input {
  box-shadow: 0 0 0 2px rgba(52, 144, 220, 0.5); }

.b-contain input:checked ~ .b-input {
  background: #000;
  border-color: #000; }

.b-contain input[type="checkbox"]:disabled ~ .b-input {
  background: #f1f5f8;
  border-color: #b8c2cc;
  opacity: 0.6;
  cursor: not-allowed; }

.b-contain input[type="radio"]:disabled ~ .b-input {
  background: #f1f5f8;
  border-color: #b8c2cc;
  opacity: 0.6;
  cursor: not-allowed; }

.b-contain input[type="radio"]:disabled ~ .b-input::after {
  background: #8795a1; }

.b-contain input:checked:focus ~ .b-input, .b-contain:hover input:not([disabled]):checked ~ .b-input {
  background: #000;
  border-color: #000; }

.b-contain .b-input::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2.75rem;
  height: 2.75rem;
  margin-left: -0.85rem;
  margin-top: -0.85rem;
  background: black;
  border-radius: 2rem;
  opacity: .6;
  z-index: 99999;
  transform: scale(0); }

@keyframes b-ripple {
  0% {
    transform: scale(0); }
  20% {
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(1); } }

@keyframes b-ripple-duplicate {
  0% {
    transform: scale(0); }
  30% {
    transform: scale(1); }
  60% {
    transform: scale(1); }
  100% {
    opacity: 0;
    transform: scale(1); } }

.b-contain input + .b-input::before {
  animation: b-ripple 250ms ease-out; }

.b-contain input:checked + .b-input::before {
  animation-name: b-ripple-duplicate; }

.b-contain .b-input::before {
  visibility: hidden; }

.b-contain input:focus + .b-input::before {
  visibility: visible; }

.b-contain:first-child .b-input::before {
  visibility: hidden; }

.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out; }

.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0; }

.loader:before {
  left: -12px;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader:after {
  left: 12px; }

@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em; }
  40% {
    box-shadow: 0 2.5em 0 0; } }

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  background: #140f11;
  font-size: 16px;
  color: #444; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif; }

* {
  box-sizing: border-box; }

.hid {
  display: none; }

.bg-right {
  right: 0; }

.bg-left {
  left: 0; }

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

label {
  font-weight: bolder;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #888; }
  label span {
    color: #d32f2f;
    opacity: .75; }

a {
  color: #444; }

.flatpickr-day.selected {
  background: #e6a635 !important;
  border-color: #e6a635 !important; }

#go-up {
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: #FFF;
  padding: 10px 15px;
  font-size: 14px;
  border-radius: 5px;
  cursor: pointer;
  display: none; }
  #go-up:hover {
    background: #000;
    color: #FFF; }

@keyframes fadeIn {
  from {
    opacity: 0;
    margin-top: -10px; }
  to {
    opacity: 1;
    margin-top: 0; } }

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
    margin-top: -10px; }
  to {
    opacity: 1;
    margin-top: 0; } }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    margin-top: -10px; }
  to {
    opacity: 1;
    margin-top: 0; } }

@-ms-keyframes fadeIn {
  from {
    opacity: 0;
    margin-top: -10px; }
  to {
    opacity: 1;
    margin-top: 0; } }

@-o-keyframes fadeIn {
  from {
    opacity: 0;
    margin-top: -10px; }
  to {
    opacity: 1;
    margin-top: 0; } }
