.nav-container {
  position: fixed;
  width: 100%;
  background-color: #fff;
  color: #fff;
}

.nav-txt {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-family: Lato, sans-serif;
  font-size: 13px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-txt:hover {
  left: 0px;
  top: -3px;
  right: 0px;
  bottom: 0px;
  color: #acacac;
  font-size: 13px;
  letter-spacing: 1px;
}

.brand {
  width: 120px;
  height: 50px;
  margin-top: 5px;
  margin-left: 0px;
  background-image: url('../images/logo.png');
  background-position: 50% 50%;
  background-size: auto 25px;
  background-repeat: no-repeat;
}

.container {
  height: 50px;
}

.main-visual-wrapper {
  height: auto;
  margin-bottom: 30px;
  padding-top: 50px;
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  text-align: center;
}

.main-logo {
  display: block;
  width: 200px;
  height: 350px;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/logo-img.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.container-2 {
  height: 580px;
  background-image: url('../images/main.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.copy-container {
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-2 {
  margin-bottom: 50px;
  font-size: 24px;
  font-style: normal;
  text-align: center;
}

.heading-2.margin-bottom {
  margin-bottom: 70px;
}

.p {
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 1px;
}

.bnr-img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 200px;
  background-image: url('../images/img1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.column {
  padding-right: 5px;
  padding-left: 5px;
  border: 0px solid #eee;
  background-color: transparent;
}

.bnr-img2 {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 200px;
  background-image: url('../images/img2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.row {
  margin-top: 5px;
  margin-bottom: 5px;
}

.paragraph {
  margin-bottom: 50px;
  color: #929292;
  font-size: 12px;
  font-style: italic;
  text-align: center;
}

.bnr-img3 {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 200px;
  background-image: url('../images/img3.png');
  background-position: 50% 86%;
  background-size: cover;
}

.bnr-img4 {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 200px;
  background-image: url('../images/img4.png');
  background-position: 50% 50%;
  background-size: cover;
}

.bnr-img5 {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 200px;
  background-image: url('../images/img5.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bnr-img6 {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 200px;
  background-image: url('../images/img6.png');
  background-position: 50% 50%;
  background-size: cover;
}

.row-2 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.row-3 {
  margin-top: 10px;
  margin-bottom: 5px;
}

.contact-container {
  height: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.heading-3 {
  font-size: 24px;
  text-align: center;
}

.field-label {
  margin-top: 40px;
  font-size: 13px;
  letter-spacing: 1px;
}

.submit-button {
  display: block;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #aa5757;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.submit-button:hover {
  background-color: #353535;
}

.section {
  height: auto;
  background-color: #f7f7f7;
}

.footer-menu {
  padding-right: 50px;
  padding-left: 50px;
  float: left;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Lato, sans-serif;
  color: #000;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-menu:hover {
  color: #aeaeae;
  line-height: 15px;
}

.container-3 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.footer-menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-field {
  border: 1px solid #ddd;
  font-size: 12px;
}

.text-field-2 {
  border: 1px solid #ddd;
  font-size: 12px;
}

.text-field-3 {
  border: 1px solid #ddd;
  font-size: 12px;
}

.div-block {
  border-top: 0px solid #ddd;
}

.copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Lato, sans-serif;
  color: #afafaf;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.nav-menu {
  float: right;
}

.text-block {
  position: absolute;
  left: 0px;
  top: 90px;
  right: 0px;
  bottom: 0px;
  display: block;
  font-family: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
}

.form-wrapper {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}

.textarea {
  color: #949494;
  font-size: 12px;
}

.main-product-wrapper {
  padding-top: 60px;
}

.container-4 {
  height: auto;
  padding-top: 100px;
  padding-bottom: 50px;
}

.product-ttl {
  font-size: 24px;
  text-align: center;
  letter-spacing: 1px;
}

.product-img {
  height: 450px;
  margin-top: 100px;
  padding-top: 0px;
  background-color: #f8f8f8;
  background-image: url('../images/imgB1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.product-img5 {
  height: 450px;
  margin-top: 100px;
  background-image: url('../images/imgB5.png');
  background-position: 50% 50%;
  background-size: cover;
}

.product-img4 {
  height: 450px;
  margin-top: 100px;
  background-image: url('../images/imgB4.png');
  background-position: 50% 50%;
  background-size: cover;
}

.product-img3 {
  height: 450px;
  margin-top: 100px;
  background-image: url('../images/img3.png');
  background-position: 50% 50%;
  background-size: contain;
}

.product-img2 {
  height: 450px;
  margin-top: 100px;
  background-image: url('../images/imgB2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.map {
  height: auto;
  margin-top: 100px;
}

.map-2 {
  margin-top: 0px;
  float: none;
  font-size: 12px;
  line-height: 13px;
  text-align: center;
  letter-spacing: 1px;
}

.address-txt {
  margin-top: 50px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
}

.container-5 {
  padding-top: 50px;
}

.text-block-2 {
  font-size: 13px;
  line-height: 24px;
}

.success-message {
  background-color: #fff;
}

.error-message {
  background-color: transparent;
}

.text-block-3 {
  color: red;
  font-size: 13px;
  line-height: 24px;
}

html.w-mod-js *[data-ix="new-interaction-fade-logo"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="new-interaction-fade"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="new-interaction-fade-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="new-interaction-fade-3"] {
  opacity: 0;
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

@media (max-width: 991px) {
  .hamburger {
    color: #bbb;
  }
}

@media (max-width: 767px) {
  .hamburger {
    color: #bbb;
  }
  .menu-button {
    background-color: transparent;
  }
}

@media (max-width: 479px) {
  .nav-txt {
    background-color: #fff;
  }
  .nav-txt.w--current {
    background-color: #fff;
  }
  .brand {
    width: 100px;
    height: 40px;
    margin-top: 5px;
    background-size: auto 25px;
  }
  .hamburger {
    background-color: transparent;
  }
  .menu-button {
    background-color: transparent;
  }
  .menu-button.w--open {
    background-color: hsla(0, 0%, 100%, 0);
  }
}

