* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  height: 100%;
  font-family: "Roboto", sans-serif;
  font-family: "Montserrat", sans-serif;
  background-color: #9c817b; }

.header-bar {
  position: relative;
  background-color: #9c817b;
  z-index: 999999;
  display: table;
  width: 100%;
  height: auto !important; }
  .header-bar .divided {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
    padding: 15px 20px; }
    .header-bar .divided a img {
      width: 100%;
      max-width: 200px; }
    .header-bar .divided a:focus, .header-bar .divided a:active {
      outline: none; }
    .header-bar .divided .menu {
      white-space: nowrap;
      list-style: none;
      margin-left: auto;
      margin-right: 0;
      clear: left;
      text-align: right; }
      .header-bar .divided .menu li {
        display: inline-block;
        padding: 0px 10px; }
        .header-bar .divided .menu li a {
          display: block;
          text-decoration: none;
          font-size: 13px;
          color: #000000;
          padding: 5px 2px;
          transition: text-decoration 0.3s ease;
          -webkit-transition: text-decoration 0.3s ease;
          -moz-transition: text-decoration 0.3s ease;
          -ms-transition: text-decoration 0.3s ease;
          -o-transition: text-decoration 0.3s ease; }
          @media (max-width: 320px) {
            .header-bar .divided .menu li a {
              padding: 5px 2px;
              text-align: center; } }
      @media (max-width: 640px) {
        .header-bar .divided .menu {
          text-align: center; } }
    @media (max-width: 640px) {
      .header-bar .divided {
        display: block;
        width: 100%;
        text-align: center; } }

.menu-bar {
  width: 100%;
  position: fixed;
  z-index: 100;
  bottom: 0;
  padding: 15px 10px 10px 10px;
  text-align: center;
  background-color: #000000; }

/*.section {*/
/*  height: 100%; */
    
/*}*/
  .section .row {
    margin: 0 auto;
    clear: both; }
    .section .row .divided {
      float: left;
      width: 49.6%;
      width: calc(100% / 2); }
  @media (max-width: 800px) {
    .section {
      /* height: auto; */ } }

.header {
  background-color: #9c817b;
  height: 100%; }
  .header .row {
    position: relative;
    display: table;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: 300px;
    height: 100%;
    height: calc(100% - 111px);
    margin-top: 111px; }
    @media (max-width: 640px) {
      .header .row {
        /* min-height: auto;
        height: 200px; */ } }
    .header .row .logo-wrapper {
      display: table-cell;
      /* flex: 1; */
      width: 100%;
      vertical-align: middle;
      position: relative;
      text-align: center;
      top: -5%; }
      .header .row .logo-wrapper img {
        width: 100%;
        max-width: 888px;
        transition: all 300ms linear; }
        @media (max-width: 800px) {
          .header .row .logo-wrapper img {
            max-width: 90%;
            margin: 5% 0; } }
      .header .row .logo-wrapper p {
        font-family: "Roboto", sans-serif;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 22px;
        color: rgba(0, 0, 0, 0.8);
        margin: 5% 0; }
        @media (max-width: 640px) {
          .header .row .logo-wrapper p {
            font-size: 20px; } }
      .header .row .logo-wrapper .down-arrow {
        display: block;
        margin-top: 50px; }
        .header .row .logo-wrapper .down-arrow img {
          position: absolute;
          bottom: 10%;
          opacity: 1;
          animation: flash 1.5s linear forwards infinite;
          -webkit-animation: flash 1.5s linear forwards infinite;
          -moz-animation: flash 1s linear forwards infinite;
          -o-animation: flash 1s linear forwards infinite;
          max-width: 14px; }
        @media (max-width: 800px) {
          .header .row .logo-wrapper .down-arrow {
            visibility: hidden; } }
    .header .row .button-wrap {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 35px; }
      .header .row .button-wrap .btn {
        display: block;
        margin: 20px auto 0 auto;
        max-width: 333px;
        width: 100%;
        color: #ffffff;
        background: rgba(0, 0, 0, 0.6);
        border-color: rgba(0, 0, 0, 0.6);
        border-radius: 4px;
        text-align: center;
        font-size: 14px;
        font-weight: bold !important;
        padding-top: 9px !important;
        padding-bottom: 9px !important;
        /* animation: buttonAnimate 1000ms linear forwards infinite;
        -webkit-animation: buttonAnimate 1000ms linear forwards infinite; */ }
        @media (max-width: 640px) {
          .header .row .button-wrap .btn {
            max-width: 90%;
            width: 100%; } }
    .header .row .divided {
      position: relative;
      height: 300px; }
      .header .row .divided:nth-child(1) {
        text-align: right; }
        .header .row .divided:nth-child(1) span {
          position: absolute;
          top: 40%;
          right: 0;
          height: 30%;
          border-right: 5px solid #000000; }
          .header .row .divided:nth-child(1) span h1 {
            position: absolute;
            top: 40%;
            right: 10px;
            font-family: "Roboto", sans-serif; }
            @media (max-width: 800px) {
              .header .row .divided:nth-child(1) span h1 {
                font-size: 99.8%; } }

.animateText {
  opacity: 0.1;
  transition: all 300ms ease 50ms;
  -webkit-transition: all 300ms ease 50ms;
  -moz-transition: all 300ms ease 50ms;
  -ms-transition: all 300ms ease 50ms;
  -o-transition: all 300ms ease 50ms; }

.about {
  width: 100%;
  height: 100%;
  min-height: 50px;
  background-color: #9c817b; }
  .about .row {
    position: relative;
    padding: 25px;
    max-width: 1024px;
    width: 100%;
    height: 100%;
    height: calc(100% - 56px);
    margin: 0 auto;
    top: 56px;
    min-height: 300px;
    display: table;
    padding: 0; }
    .about .row .tabilize {
      display: table-cell;
      width: 100%;
      vertical-align: middle;
      text-align: center;
      color: #000000; }
      .about .row .tabilize h4 {
        /*  font-family: "Nunito", sans-serif; */
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        text-align: center;
        color: rgba(0, 0, 0, 0.6);
        text-transform: uppercase;
        margin-bottom: 30px;
        position: absolute;
        left: 0;
        right: 0;
        top: 10px;
        text-align: center; }
        @media (max-width: 640px) {
          .about .row .tabilize h4 {
            position: relative;
            top: auto;
            left: auto;
            right: auto;
            top: auto; } }
      .about .row .tabilize p {
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        line-height: 26px;
        color: #ffffff;
        max-width: 90%;
        max-width: 490px;
        margin: 0 auto; }
        .about .row .tabilize p.revealText {
          opacity: 1; }
      .about .row .tabilize .btn {
        margin-right: 10px;
        margin-top: 0 !important; }
        @media (max-width: 640px) {
          .about .row .tabilize .btn {
            margin-right: 0; }
            .about .row .tabilize .btn.contact {
              /* margin-top: 20px !important; */ } }
      @media (max-width: 800px) {
        .about .row .tabilize {
          padding: 20px; }
          .about .row .tabilize:nth-child(1) {
            text-align: center; }
          .about .row .tabilize:nth-child(2) {
            text-align: center; } }
      @media (max-width: 640px) {
        .about .row .tabilize img {
          width: 70%; } }
      .about .row .tabilize .button-wrap {
        background-color: #9c817b;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 35px; }
        .about .row .tabilize .button-wrap .button-container {
          background-color: #9c817b;
          display: block;
          max-width: 420px;
          width: 100%;
          /* padding: 0 20px; */
          text-align: center;
          margin: 0 auto; }
          .about .row .tabilize .button-wrap .button-container .btn {
            display: inline-block;
            max-width: 150px;
            max-width: calc((333px - 20px) / 2);
            width: 100%;
            border-radius: 4px;
            text-align: center;
            font-size: 14px;
            font-weight: bold !important; }
            .about .row .tabilize .button-wrap .button-container .btn:nth-child(2) {
              margin-left: 8px;
              background: rgba(0, 0, 0, 0.6);
              border-color: rgba(0, 0, 0, 0.6);
              color: #ffffff; }
            @media (max-width: 414px) {
              .about .row .tabilize .button-wrap .button-container .btn {
                max-width: calc((333px - 70px) / 2);
                width: 100%; } }
          @media (max-width: 640px) {
            .about .row .tabilize .button-wrap .button-container {
              position: fixed;
              bottom: 0;
              z-index: 999999;
              padding-top: 15px;
              padding-bottom: 35px;
              max-width: 100%; } }
    @media (max-width: 800px) {
      .about .row {
        padding-bottom: 90px; } }
  @media (max-width: 640px) {
    .about {
      padding-top: 60px; } }

.box {
  position: relative; }

.brands {
  width: 100%;
  min-height: 50px;
  height: auto;
  background-color: #9c817b; }
  .brands .row {
    padding: 25px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    min-height: 300px;
    display: table;
    padding: 0; }
    .brands .row .tabilize {
      display: table-cell;
      width: 50%;
      vertical-align: middle;
      text-align: center; }
      .brands .row .tabilize:nth-child(1) {
        text-align: center; }
      @media (max-width: 800px) {
        .brands .row .tabilize:nth-child(2) {
          text-align: center;
          padding: 20px; } }
      @media (max-width: 800px) {
        .brands .row .tabilize:nth-child(1) {
          text-align: center; }
        .brands .row .tabilize:nth-child(2) {
          text-align: center; } }
      @media (max-width: 640px) {
        .brands .row .tabilize img {
          width: 70%; } }
    @media (max-width: 800px) {
      .brands .row {
        padding: 35px 0px;
        height: auto; } }
  @media (max-width: 800px) {
    .brands {
      height: auto; } }

.tagline {
  width: 100%;
  height: 100%;
  background-color: #000000; }
  .tagline .row {
    padding: 60px 15px 60px 15px;
    height: inherit;
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin: 0 auto; }
    .tagline .row h1 {
      /* font-family: "Nunito", sans-serif; */
      font-family: "Roboto", sans-serif;
      /* letter-spacing: 6px; */
      font-weight: 900;
      text-transform: uppercase;
      color: #ffffff;
      padding-bottom: 35px; }
    .tagline .row p {
      font-family: "Roboto", sans-serif;
      font-size: 13px;
      line-height: 26px;
      color: #ffffff; }

.fragrance-collection {
  min-height: 100%;
  background-color: #9c817b;
  overflow: hidden;
  }
  .fragrance-collection .row {
    padding: 40px 15px 30px 15px;
    /* height: auto; */
    width: 100%;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
    display: table;
    min-height: 100%;
    overflow: visible !important;
    /* background-color: red; */ }
    .fragrance-collection .row .frag-title {
      font-family: "Roboto", sans-serif;
      font-family: "Montserrat", sans-serif;
      font-size: 20px;
      text-align: center;
      color: rgba(0, 0, 0, 0.6); }
    .fragrance-collection .row .tabilize {
      display: table-cell;
      width: 100%;
      vertical-align: middle;
      overflow: visible !important; }
      .fragrance-collection .row .tabilize h1 {
        font-family: "Roboto", sans-serif;
        font-weight: 900; }
      .fragrance-collection .row .tabilize .row {
        display: table;
        max-width: 800px;
        width: 100%;
        min-height: 100% !important;
        overflow: visible !important; }
        .fragrance-collection .row .tabilize .row .tabilize {
          display: table-cell;
          width: 50%;
          vertical-align: top;
          text-align: left;
          overflow: visible !important; }
          .fragrance-collection .row .tabilize .row .tabilize .card {
            background-color: #ffffff;
            border-radius: 4px;
            max-width: 344px;
            text-align: center;
            padding: 15px 0;
            margin-left: auto;
            margin-right: auto;
            transition: all 300ms ease-in;
            -webkit-transition: all 300ms ease-in;
            -moz-transition: all 300ms ease-in;
            -ms-transition: all 300ms ease-in;
            -o-transition: all 300ms ease-in; }
            .fragrance-collection .row .tabilize .row .tabilize .card h4 {
              font-family: "Roboto", sans-serif;
              font-weight: 900;
              margin-top: 8px;
              margin-bottom: 8px; }
            .fragrance-collection .row .tabilize .row .tabilize .card p {
              font-size: 13px;
              margin: 0 auto;
              color: rgba(0, 0, 0, 0.6); }
              @media (max-width: 640px) {
                .fragrance-collection .row .tabilize .row .tabilize .card p {
                  line-height: 1.2; } }
            .fragrance-collection .row .tabilize .row .tabilize .card .more {
              display: inline-block;
              border: 1px solid rgba(0, 0, 0, 0.6);
              border-radius: 4px;
              -webkit-border-radius: 4px;
              -moz-border-radius: 4px;
              -ms-border-radius: 4px;
              -o-border-radius: 4px;
              max-width: 120px;
              width: 100%;
              margin-top: 20px;
              padding: 9px 0;
              color: rgba(0, 0, 0, 0.6);
              text-decoration: none;
              font-family: "Montserrat", sans-serif;
              font-size: 14px;
              font-weight: bold !important; }
            .fragrance-collection .row .tabilize .row .tabilize .card img {
              max-width: 60%;
              width: 100%;
              border-radius: 4px 4px 0px 0px;
              -webkit-border-radius: 4px 4px 0px 0px;
              -moz-border-radius: 4px 4px 0px 0px;
              -ms-border-radius: 4px 4px 0px 0px;
              -o-border-radius: 4px 4px 0px 0px;
              margin: 30px 0; }
            @media (max-width: 800px) {
              .fragrance-collection .row .tabilize .row .tabilize .card {
                padding: 20px 5px;
                transition: all 500ms ease-in;
                -webkit-transition: all 500ms ease-in;
                -moz-transition: all 500ms ease-in;
                -ms-transition: all 500ms ease-in;
                -o-transition: all 500ms ease-in; }
                .fragrance-collection .row .tabilize .row .tabilize .card img {
                  max-width: 80%; } }
            @media (max-width: 640px) {
              .fragrance-collection .row .tabilize .row .tabilize .card {
                display: block;
                width: 80%; } }
          @media (max-width: 800px) {
            .fragrance-collection .row .tabilize .row .tabilize {
              display: block;
              width: 100%;
              margin-bottom: 25px; } }
          .fragrance-collection .row .tabilize .row .tabilize:nth-child(1) .reset {
            opacity: 0;
            transform: translateX(-100vh);
            -webkit-transform: translateX(-100vh);
            -moz-transform: translateX(-100vh);
            -ms-transform: translateX(-100vh);
            -o-transform: translateX(-100vh); }
            .fragrance-collection .row .tabilize .row .tabilize:nth-child(1) .reset.animateToRight {
              transform: translateX(0) !important;
              -webkit-transform: translateX(0) !important;
              -moz-transform: translateX(0) !important;
              -ms-transform: translateX(0) !important;
              -o-transform: translateX(0) !important;
              opacity: 1; }
          .fragrance-collection .row .tabilize .row .tabilize:nth-child(2) .reset {
            opacity: 0;
            transform: translateX(100vh);
            -webkit-transform: translateX(100vh);
            -moz-transform: translateX(100vh);
            -ms-transform: translateX(100vh);
            -o-transform: translateX(100vh); }
            .fragrance-collection .row .tabilize .row .tabilize:nth-child(2) .reset.animateToLeft {
              transform: translateX(0) !important;
              -webkit-transform: translateX(0) !important;
              -moz-transform: translateX(0) !important;
              -ms-transform: translateX(0) !important;
              -o-transform: translateX(0) !important;
              opacity: 1; }
    .fragrance-collection .row h1 {
      /* font-family: "Nunito", sans-serif; */
      font-family: "Roboto", sans-serif;
      /* letter-spacing: 6px; */
      font-weight: 900;
      text-transform: uppercase;
      color: #000000;
      padding-bottom: 35px; }
    .fragrance-collection .row p {
      font-family: "Roboto", sans-serif;
      font-size: 13px;
      line-height: 18px;
      color: #000000; }
    @media (max-width: 800px) {
      .fragrance-collection .row {
        padding: 35px 15px;
        height: 200% !important; } }
  @media (max-width: 800px) {
    .fragrance-collection {
      height: auto !important; } }

.contact {
  /* background-color: #ffffff; */ }
  .contact .row {
    position: relative;
    padding: 25px;
    height: inherit;
    width: 100%;
    height: calc(100% - 56px);
    top: 56px;
    text-align: center;
    display: table;
    display: flex;
    justify-content: center;
    align-items: center; }
    .contact .row .tabilize {
      display: table-cell;
      width: 100%;
      vertical-align: middle; }
      .contact .row .tabilize h4 {
        /* font-family: "Nunito", sans-serif; */
        font-family: "Roboto", sans-serif;
        font-family: "Montserrat", sans-serif;
        font-size: 20px;
        color: rgba(0, 0, 0, 0.6);
        font-weight: 900;
        text-transform: uppercase;
        position: absolute;
        left: 0;
        right: 0;
        top: 10px;
        text-align: center; }
        @media (max-width: 640px) {
          .contact .row .tabilize h4 {
            /* padding-top: 35px; */
            position: relative;
            left: auto;
            right: auto;
            top: auto; } }
        @media (max-height: 850px) {
          .contact .row .tabilize h4 {
            position: relative;
            left: auto;
            right: auto;
            top: auto; } }
      .contact .row .tabilize p {
        font-family: "Roboto", sans-serif;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        line-height: 26px;
        color: #ffffff; }
      .contact .row .tabilize .form-wrapper {
        display: block;
        max-width: 360px;
        margin: 30px auto; }
        .contact .row .tabilize .form-wrapper .form-control {
          padding: 15px 0; }
          .contact .row .tabilize .form-wrapper .form-control input[type="text"],
          .contact .row .tabilize .form-wrapper .form-control textarea {
            font-family: "Roboto", sans-serif;
            font-family: "Montserrat", sans-serif;
            -webkit-appearance: none;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            border-radius: 4px;
            width: 100%;
            border-color: transparent;
            border: 1px solid transparent;
            background-color: rgba(255, 255, 255, 0.1);
            color: #ffffff;
            padding: 0 10px;
            font-size: 16px; }
            .contact .row .tabilize .form-wrapper .form-control input[type="text"]:focus,
            .contact .row .tabilize .form-wrapper .form-control textarea:focus {
              outline: none;
              border-color: rgba(0, 0, 0, 0.6); }
          .contact .row .tabilize .form-wrapper .form-control input[type="text"] {
            height: 56px; }
          .contact .row .tabilize .form-wrapper .form-control textarea {
            padding: 15px;
            height: 170px; }
          .contact .row .tabilize .form-wrapper .form-control input[type="submit"] {
            display: inline-block;
            -webkit-appearance: none;
            background-color: rgba(0, 0, 0, 0.6);
            border: 1px solid rgba(0, 0, 0, 0.6);
            color: #ffffff;
            padding: 9px 55px;
            border-radius: 4px;
            /* margin-top: 5px; */
            text-transform: uppercase;
            border-radius: 4px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            -ms-border-radius: 4px;
            -o-border-radius: 4px;
            width: 100%;
            font-family: "Montserrat", sans-serif;
            font-size: 14px;
            font-weight: bold !important; }
            .contact .row .tabilize .form-wrapper .form-control input[type="submit"]:active {
              outline: none; }
            .contact .row .tabilize .form-wrapper .form-control input[type="submit"]:hover {
              cursor: pointer;
              opacity: 0.8; }
        .contact .row .tabilize .form-wrapper .response,
        .contact .row .tabilize .form-wrapper label {
          font-size: 13px;
          padding: 15px;
          display: none; }
          .contact .row .tabilize .form-wrapper .response .success,
          .contact .row .tabilize .form-wrapper label .success {
            color: #1aa226;
            font-size: 12px !important; }
          .contact .row .tabilize .form-wrapper .response .error,
          .contact .row .tabilize .form-wrapper label .error {
            color: #7d310f;
            font-size: 12px !important; }
    .contact .row .footer-wrapper {
      display: table;
      max-width: 500px;
      margin: 0 auto; }
      .contact .row .footer-wrapper .tabilize {
        display: table-cell;
        width: 100%;
        vertical-align: middle; }
        .contact .row .footer-wrapper .tabilize .addr {
          color: rgba(0, 0, 0, 0.8);
          font-size: 16px; }
        .contact .row .footer-wrapper .tabilize p {
          font-size: 14px;
          color: #ffffff;
          text-align: center;
          line-height: 1.6;
          padding-left: 10px; }
          .contact .row .footer-wrapper .tabilize p a {
            color: #ffffff; }
        .contact .row .footer-wrapper .tabilize .button-wrap {
          background-color: #9c817b;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 35px; }
          .contact .row .footer-wrapper .tabilize .button-wrap .button-container {
            background-color: #9c817b;
            display: block;
            max-width: 420px;
            width: 100%;
            padding: 0 25px;
            text-align: center;
            margin: 0 auto; }
            .contact .row .footer-wrapper .tabilize .button-wrap .button-container .btn {
              display: inline-block;
              max-width: 360px;
              width: 100%;
              border-radius: 4px;
              text-align: center;
              margin-top: 0 !important;
              font-size: 14px;
              font-weight: bold !important;
              padding-top: 9px !important;
              padding-bottom: 9px !important; }
              @media (max-width: 414px) {
                .contact .row .footer-wrapper .tabilize .button-wrap .button-container .btn {
                  max-width: 360px;
                  width: 100%; } }
              .contact .row .footer-wrapper .tabilize .button-wrap .button-container .btn:hover {
                cursor: pointer; }
          @media (max-width: 640px) {
            .contact .row .footer-wrapper .tabilize .button-wrap {
              position: fixed !important;
              bottom: 0;
              z-index: 999999;
              padding-top: 15px;
              padding-bottom: 35px; } }
          @media (max-height: 850px) {
            .contact .row .footer-wrapper .tabilize .button-wrap {
              position: fixed !important;
              bottom: 0;
              z-index: 999999;
              padding-top: 15px;
              padding-bottom: 35px; } }
    @media (max-width: 800px) {
      .contact .row {
        padding-bottom: 90px !important; } }
    @media (max-height: 850px) {
      .contact .row {
        padding-bottom: 150px !important; } }
  @media (max-width: 640px) {
    .contact {
      padding-top: 60px; } }
  @media (max-width: 800px) {
    .contact {
      height: auto; } }
  @media (max-height: 850px) {
    .contact {
      height: auto; } }

.fixed {
  position: fixed;
  top: 0; }

.btn {
  /* display: inline-block;
  display: inline-flex; */
  border: 1px solid rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
  text-decoration: none;
  padding: 9px 0;
  margin-top: 30px;
  max-width: 250px;
  width: 100%;
  font-size: 13px;
  /* &:hover {
    background-color: rgba(0, 0, 0, 0.05);
  } */ }

@keyframes strike {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@keyframes flash {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes buttonAnimate {
  0% {
    background-color: rgba(0, 0, 0, 0.3); }
  100% {
    background-color: rgba(0, 0, 0, 0.6); } }
.for-mobile {
  display: none; }
  @media (max-width: 360px) {
    .for-mobile {
      display: inline-block; } }

.menu li a {
  position: relative; }

.menu li a:hover:after {
  content: " ";
  position: absolute;
  /* top: 50%; */
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: black;
  animation-name: strike;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards; }

.menu li a.current:after {
  content: " ";
  position: absolute;
  /* top: 50%; */
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: black; }

.black {
  background-color: #000000; }

label.error {
  margin: 5px 0 0 0;
  color: #7d310f; }

input[type="text"].error,
textarea.error {
  border-color: #7d310f !important; }

.popup-dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* background-color: rgba(255, 255, 255, 0.4); */
  z-index: 999999;
  background: #9c817b88 0% 0% no-repeat padding-box;
  /* opacity: 0.5; */
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px); }
  .popup-dialog .dialog-wrap {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center; }
    .popup-dialog .dialog-wrap .dialog-box-wrap {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .popup-dialog .dialog-wrap .dialog-box-wrap .dialog-box {
        max-width: 300px;
        margin: 0 auto;
        background-color: #ffffff;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        opacity: 1;
        text-align: left;
        padding: 20px;
        color: rgba(0, 0, 0, 0.7);
        box-shadow: 0px 22px 38px #00000042;
        font-family: "Montserrat", sans-serif;
        font-size: 16px; }
        .popup-dialog .dialog-wrap .dialog-box-wrap .dialog-box h4 {
          margin-bottom: 10px;
          color: rgba(0, 0, 0, 0.6);
          font-family: "Montserrat", sans-serif;
          font-size: 20px;
          font-weight: bold 300 !important; }
        .popup-dialog .dialog-wrap .dialog-box-wrap .dialog-box .dialog-buttons {
          margin-top: 25px;
          text-align: right; }
          .popup-dialog .dialog-wrap .dialog-box-wrap .dialog-box .dialog-buttons .button {
            text-decoration: none;
            font: Bold 14px/20px Montserrat;
            color: rgba(0, 0, 0, 0.6); }
            .popup-dialog .dialog-wrap .dialog-box-wrap .dialog-box .dialog-buttons .button:nth-child(1) {
              margin-right: 15px; }

.urbo-strip {
  width: 100%;
  height: 40px;
  background-image: url(../images/short-strip-40px.png);
  background-repeat: repeat-x;
  background-size: 852px 40px; }

br {
  color: transparent; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5); }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5); }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5); }

:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5); }

/*# sourceMappingURL=style.css.map */
