* {
  outline: none;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  color: #000000;
}

.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
}

body {
  color: #000;
  font-size: 12px;
  font-weight: normal;
  background-color: #dddada;
}

a {
  color: #000;
  font-size: 14px;
  font-weight: normal;
}

.header-bar {
  position: relative;
  z-index: 3001;
}
.header-bar header {
  height: 111px;
}
.header-bar .topStuff {
  float: left;
  position: relative;
}
.header-bar .topStuff .menuButton {
  cursor: pointer;
  outline: 0;
  margin-top: 30px;
  float: left;
  background-color: transparent;
  border: 0;
  text-transform: lowercase;
  font-size: 18px;
  vertical-align: middle;
  color: #4e4e4e;
  transition: 0.3s;
  display: none;
}
@media (max-width: 580px) {
  .header-bar .topStuff .menuButton {
    display: block;
  }
}
.header-bar .topStuff .menuButton i {
  margin-right: 17px;
  font-size: 32px;
  vertical-align: middle;
  color: #4e4e4e;
  transition: 0.3s;
}
.header-bar .topStuff .menuButton:hover i {
  margin-right: 27px;
}
.header-bar .topStuff .social-links {
  float: left;
  margin-top: 36px;
  margin-right: 10px;
  display: none;
}
.header-bar .topStuff .social-links .mlinks {
  float: left;
}
.header-bar .topStuff .social-links .mlinks i {
  color: #ffc000;
  font-size: 21px;
  transition: 0.5s;
}
.header-bar .topStuff .social-links .mlinks a {
  float: left;
  text-decoration: none;
  margin-right: 9px;
}
.header-bar .topStuff .social-links .mlinks a:hover {
  margin-top: -2px;
}
.header-bar .topStuff .social-links .mlinks a:hover i {
  color: #000;
  transition: 0.5s;
}
.header-bar nav {
  float: left;
  margin-top: 37px;
}
.header-bar nav > ul {
  float: left;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .header-bar nav > ul {
    display: none;
  }
}
.header-bar nav > ul > li {
  float: left;
  margin-left: 34px;
  position: relative;
}
@media only screen and (max-width: 1370px) {
  .header-bar nav > ul > li {
    margin-left: 15px;
  }
}
@media (max-width: 992px) {
  .header-bar nav > ul > li {
    margin-left: 7px;
  }
}
.header-bar nav > ul > li:first-child {
  margin-left: 0;
}
.header-bar nav > ul > li > a {
  float: left;
  font-size: 14px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.2s color;
}
@media (max-width: 992px) {
  .header-bar nav > ul > li > a {
    font-size: 12px;
  }
}
.header-bar nav > ul > li > a:hover {
  color: #ffc000;
  text-decoration: none;
}
.header-bar nav > ul > li > a.active {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}
.header-bar nav > ul > li.goldButton > a {
  text-align: center;
  border: 1px solid #ffc000;
  display: block;
  line-height: 34px;
  font-size: 13px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 1px;
  white-space: nowrap;
  padding-bottom: 0px;
  background-color: #ffc000;
  color: #fff;
  font-weight: 300;
  transition: 0.2s;
  padding-top: 0px;
}
@media (max-width: 992px) {
  .header-bar nav > ul > li.goldButton > a {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.header-bar nav > ul > li.goldButton > a:hover {
  border: 1px solid #ffc000;
  background-color: rgba(126, 21, 21, 0.7);
}
.header-bar nav > ul > li.active a.scroll {
  font-weight: 800;
}
.header-bar nav > ul li > a.ico-mu:hover i {
  color: #ffc000 !important;
}

.specialFR {
  float: right;
}

.navDiv {
  float: left;
  margin-top: 37px;
  margin-left: 34px;
}
@media (max-width: 768px) {
  .navDiv {
    display: none;
  }
}
.navDiv > ul.gbutton {
  float: left;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
@media (max-width: 580px) {
  .navDiv > ul.gbutton {
    display: none;
  }
}
.navDiv > ul.gbutton > li {
  float: left;
  margin-left: 34px;
  position: relative;
}
@media (max-width: 992px) {
  .navDiv > ul.gbutton > li {
    margin-left: 7px;
  }
}
.navDiv > ul.gbutton > li:first-child {
  margin-left: 0;
}
.navDiv > ul.gbutton > li > a {
  float: left;
  font-size: 14px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  transition: 0.2s color;
}
@media (max-width: 992px) {
  .navDiv > ul.gbutton > li > a {
    font-size: 12px;
  }
}
.navDiv > ul.gbutton > li > a:hover {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
.navDiv > ul.gbutton > li > a.active {
  color: #fff;
  text-decoration: none;
  font-weight: 800;
}
.navDiv > ul.gbutton > li.goldButton > a {
  text-align: center;
  border: 1px solid #ffc000;
  display: block;
  line-height: 34px;
  font-size: 13px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 1px;
  border-radius: 3px;
  white-space: nowrap;
  padding-bottom: 0px;
  background-color: #ffc000;
  color: #000;
  font-weight: bold;
  transition: 0.2s;
  padding-top: 0px;
}
@media (max-width: 992px) {
  .navDiv > ul.gbutton > li.goldButton > a {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.navDiv > ul.gbutton > li.goldButton > a:hover {
  border: 1px solid #ffc000;
  background-color: #e2b017;
}
.navDiv > ul.gbutton > li.active a.scroll {
  font-weight: 800;
}

.gallery-items-row {
  padding: 0;
  list-style: none;
}
.gallery-items-row li {
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
  height: 357px;
}
.gallery-items-row li.col-xs-12 {
  height: auto;
}
@media only screen and (max-width: 768px) {
  .gallery-items-row li {
    height: 150px;
  }
}
.gallery-items-row li.blog-entry-long {
  height: auto !important;
}
.gallery-items-row li.blog-entry-long article {
  height: auto !important;
}
.gallery-items-row li article {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
}
.gallery-items-row li article > a {
  display: block;
  height: 100%;
  width: 100%;
}
.gallery-items-row li article > a > span {
  position: absolute;
  text-align: center;
  z-index: 3;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.44);
  transition: 0.5s;
}
.gallery-items-row li article > a > span > strong {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 900;
  text-transform: lowercase;
  color: #ffffff;
  width: 100%;
  font-size: 18px;
  letter-spacing: 0.5px;
}
@media only screen and (max-width: 767px) {
  .gallery-items-row li article > a > span > strong {
    font-size: 15px;
  }
}
.gallery-items-row li article > a > span > strong::after {
  content: "";
  transition: 0.5s;
  width: 61px;
  height: 10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -18px;
  background: url(/i/new/fala1.png) repeat-x left center transparent;
}
.gallery-items-row li article > a > span:hover {
  background-color: rgba(0, 0, 0, 0.24);
}
.gallery-items-row li article > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery-items-row li article > a:hover > span > strong::after {
  background-position: 30.5px center;
}
.gallery-items-row li.contact-col article {
  background-color: #f9f9f9;
  padding-left: 10%;
  padding-right: 10%;
  float: left;
  color: #393939;
  transition: 0.5s;
}
.gallery-items-row li.contact-col article:hover {
  background-color: #e6e5e5;
}
.gallery-items-row li.contact-col article h2 {
  font-size: 22px;
  color: #393939;
  font-weight: 800;
  margin-top: 50px;
}
@media only screen and (max-width: 1830px) {
  .gallery-items-row li.contact-col article h2 {
    margin-top: 20px;
  }
}
.gallery-items-row li.contact-col article p {
  font-size: 14px;
  color: #393939;
}
.gallery-items-row li.contact-col article p strong {
  font-weight: 800;
  font-size: 14px;
  color: #393939;
}

.jumbotronBox {
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  .jumbotronBox {
    margin-top: 30px;
  }
}
.jumbotronBox blockquote {
  font-size: 46px;
  color: #000000;
  line-height: 49px;
  font-weight: 900;
  margin-top: 170px;
}
@media (max-width: 767.98px) {
  .jumbotronBox blockquote {
    margin-top: 30px;
    font-size: 36px;
    line-height: 38px;
  }
}
.jumbotronBox .leadText {
  font-size: 14px;
  color: #000000;
  line-height: 25px;
  float: right;
  margin-right: 10px;
  margin-top: 20px;
  position: relative;
}
@media (max-width: 767.98px) {
  .jumbotronBox .leadText {
    margin-top: 10px;
    margin-right: 0px;
    float: none;
  }
}
.jumbotronBox .leadText p {
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

.blog-items-row {
  padding: 0;
  list-style: none;
}
.blog-items-row li {
  position: relative;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 16px;
  height: 390px;
}
.blog-items-row li article {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  border-bottom: 4px solid #ffc000;
}
.blog-items-row li article > a, .blog-items-row li article > div {
  display: block;
  height: 100%;
  width: 100%;
}
.blog-items-row li article > a > span, .blog-items-row li article > div > span {
  position: absolute;
  text-align: center;
  z-index: 3;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: 0.5s;
}
.blog-items-row li article > a > span > strong, .blog-items-row li article > div > span > strong {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 900;
  color: #ffffff;
  width: 100%;
  font-size: 18px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 20px;
  margin-top: 0px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.blog-items-row li article > a > span > strong .blong-entry-date, .blog-items-row li article > div > span > strong .blong-entry-date {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 14px;
  color: #ffffff;
  font-weight: 300;
  bottom: -50px;
  position: absolute;
}
.blog-items-row li article > a > span:hover, .blog-items-row li article > div > span:hover {
  background-color: rgba(0, 0, 0, 0.24);
}
.blog-items-row li article > a > span.specialh:hover, .blog-items-row li article > div > span.specialh:hover {
  background-color: #000;
}
.blog-items-row li article > a img, .blog-items-row li article > div img {
  width: 100%;
  height: 100%;
  float: left;
  object-fit: cover;
}
.gallerymode .blog-items-row li {
  height: 320px !important;
}

.blogLast {
  position: relative;
  margin-top: 50px;
}
.blogLast h2 {
  font-size: 36px;
  color: #000000;
  letter-spacing: 1px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 500px) {
  .blogLast h2 {
    font-size: 30px;
  }
}

.archi {
  margin-top: 175px;
  height: 664px;
}
@media (max-width: 922px) {
  .archi {
    margin-top: 50px;
  }
}
.archi > div {
  padding: 0px;
  position: relative;
}
.archi > .colv > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archi > .colv > .imgS img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.archi .specialCol {
  background-color: #f6f6f6;
}
.archi .specialCol img {
  object-fit: cover;
  object-position: bottom;
  position: relative;
  z-index: 9;
}
@media (max-width: 580px) {
  .archi .aadc {
    display: none;
  }
}

.jtBox {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 8;
  height: 50%;
  width: 100%;
  background-color: #f6f6f6;
}
@media (max-width: 992px) {
  .coly {
    display: none;
  }
}

.blackMask {
  z-index: 10;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.44);
  text-align: center;
}
.blackMask img {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 225px;
  height: auto;
  display: block;
}

.imgS {
  height: 50%;
  width: 100%;
  position: relative;
}
.borderButton {
  padding-left: 19px;
  padding-right: 30px;
  border: 1px solid #ffc000;
  display: inline-block;
  line-height: 44px;
  font-size: 13px;
  color: #ffc000;
  letter-spacing: 1px;
  height: 44px;
  white-space: nowrap;
}
@media only screen and (max-width: 1379px) {
  .borderButton {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.borderButton:hover {
  text-decoration: none;
  color: #ffc000;
}

.blogLast {
  text-align: center;
}
.blogLast .borderButton {
  position: absolute;
  right: 0px;
  top: 0px;
}
@media (max-width: 767.98px) {
  .blogLast .borderButton {
    position: relative;
    display: none;
  }
}
.blogLast .borderButtonsm {
  display: none;
}
@media (max-width: 767.98px) {
  .blogLast .borderButtonsm {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    margin-top: 10px;
  }
}

.specialCol h3 {
  color: #000;
  font-size: 46px;
  line-height: 50px;
  font-weight: 900;
  padding-left: 90px;
  padding-right: 20px;
  padding-top: 46px;
  position: relative;
}
@media (max-width: 1700px) {
  .specialCol h3 {
    font-size: 26px;
    line-height: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 10px;
    padding-top: 20px;
  }
}
.specialCol h3::after {
  content: "";
  transition: 0.5s;
  width: 96px;
  height: 11px;
  left: 55px;
  bottom: -58px;
  position: absolute;
  background: url(/i/new/fala2.png) repeat-x left center transparent;
}
@media (max-width: 1150px) {
  .specialCol h3::after {
    display: none;
  }
}
.specialCol .borderButton {
  padding-left: 26px;
  padding-right: 26px;
  float: right;
  margin-right: 90px;
  margin-top: 18px;
}
@media (max-width: 1150px) {
  .specialCol .borderButton {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}

.footer-section {
  background-color: #000;
}
.footer-section * {
  color: rgba(255, 255, 255, 0.9);
}
.footer-section .address-section {
  font-size: 14px;
}
.footer-section .address-section p {
  font-size: 20px;
}
.footer-section .address-section > div {
  margin-top: 55px;
}
.footer-section .address-section strong {
  font-weight: bold;
}
.footer-section .footer-bar {
  margin-top: 43px;
  height: 111px;
}
.footer-section .footer-bar p {
  margin-top: 45px;
  float: left;
}
.footer-section .footer-in {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  width: 100%;
}
.footer-section footer a:hover {
  color: #6b6b6b;
}

@media (max-width: 580px) {
  .cob {
    padding: 0px;
  }
}

.social-links-bottom {
  float: right;
  margin-top: 18px;
  position: relative;
}
@media (max-width: 520px) {
  .social-links-bottom {
    float: left;
    width: 100%;
    margin-top: 30px;
  }
}
.social-links-bottom::after {
  content: "";
  transition: 0.5s;
  width: 96px;
  height: 11px;
  left: 5px;
  bottom: -20px;
  position: absolute;
  background: url(/i/new/fala2.png) repeat-x left center transparent;
}
.social-links-bottom .mlinks {
  float: left;
  position: relative;
  left: 13px;
}
.social-links-bottom .mlinks i {
  color: #323232;
  font-size: 21px;
  transition: 0.5s;
}
.social-links-bottom .mlinks a {
  float: left;
  text-decoration: none;
  margin-right: 9px;
}
.social-links-bottom .mlinks a:hover {
  margin-top: -2px;
}
.social-links-bottom .mlinks a:hover i {
  color: #ffc000;
  transition: 0.5s;
}

.long-footer-info .borderButton {
  float: left;
  font-size: 13px;
  color: #ffc000;
  letter-spacing: 1px;
  padding-left: 80px;
  padding-right: 80px;
}
@media (max-width: 1432px) {
  .long-footer-info .borderButton {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.contact-col .borderButton {
  padding-left: 20px;
  padding-right: 20px;
  padding-right: 20px;
  margin-top: 10px;
}
@media only screen and (max-width: 1480px) {
  .contact-col .borderButton {
    display: none;
  }
}
@media only screen and (max-width: 1300px) {
  .contact-col {
    display: none;
  }
}

.prelative {
  position: relative;
}

.text-content-colums {
  text-align: left;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 20px;
}
.text-content-colums img {
  width: 100%;
}
.text-content-colums article {
  margin-top: 45px;
  margin-bottom: 45px;
}
.text-content-colums article h3 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 20px;
  display: none;
}
.text-content-colums article p {
  margin-top: 0px;
  color: #000000;
}
.text-content-colums article p strong {
  font-weight: 900;
  font-size: inherit;
}
.text-content-colums article .bpad {
  padding-left: 0px;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.text-content-colums .invert .row .bpad {
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .text-content-colums {
    text-align: center;
  }
  .text-content-colums article {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-top: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
  .text-content-colums .row h3 {
    margin-top: 25px;
  }
  .text-content-colums .invert .row .bpad {
    text-align: center;
  }
}
.text-content-colums .separatorEnd::after {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  content: "";
  transition: 0.5s;
  width: 96px;
  height: 11px;
  bottom: -50px;
  position: absolute;
  background: url(/i/new/fala2.png) repeat-x left center transparent;
}
@media only screen and (max-width: 768px) {
  .text-content-colums .separatorEnd::after {
    display: none;
  }
}
.text-content-colums .separatorEnd:last-child::after {
  display: none;
}
.text-content-colums .button-sep {
  text-align: left;
}
.text-content-colums .button-sep .borderButton {
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-top: 50px;
}

.headerTile {
  height: auto !important;
}
.headerTile .tileInPadding {
  padding-left: 8%;
  margin-right: 19%;
}
@media only screen and (max-width: 922px) {
  .headerTile .tileInPadding {
    padding-left: 10px;
    padding-right: 0px;
    margin-right: 10px;
  }
}
.headerTile .tileInPadding aside a {
  font-size: 13px;
  color: #ffc000;
  font-weight: 300;
  transition: 0.3s color;
  letter-spacing: 1px;
}
.headerTile .tileInPadding aside a:hover {
  text-decoration: none;
  color: #000;
}
.headerTile .tileInPadding h1 {
  font-size: 30px;
  color: #000000;
  font-weight: 900;
  line-height: 41px;
  margin-bottom: 0px;
  margin-top: 20px;
}
.headerTile .tileInPadding p {
  font-size: 30px;
  color: #000000;
  font-weight: 300;
  line-height: 41px;
}
.headerTile .tileInPadding .borderButton {
  margin-top: 20px;
}
.headerTile .tileInPadding .borderButton.borderButtonNew {
  text-transform: uppercase;
  background-color: #ffc000;
  color: #fff;
  font-weight: normal;
  transition: 0.2s;
}
.headerTile .tileInPadding .borderButton.borderButtonNew:hover {
  background-color: #fff;
  color: #ffc000;
}

/*
.tabs-menu {
  ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-bottom: 30px;
    li {
      flex-basis: 0;
      flex-grow: 1;
      text-align: center;
      a {
        border: 1px solid transparent;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        color: #00000080;
        font-size: 2rem;
        font-weight: 600;
        display: block;
        padding: .5rem 1rem;
        &:hover {
          text-decoration: none;
        }
      }
      &.active {
        a {
          color: #ffbf00;
          border-color: #ffbf00 #ffbf00 #fff;
        }
      }
    }
  }

}*/
.tabs-menu ul {
  padding: 0px;
  list-style: none;
  margin: 62px 0px 0px;
}
.tabs-menu ul li {
  text-align: center;
  margin-right: 30px;
  float: left;
}
.tabs-menu ul li a {
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #ffc000;
  display: inline-block;
  line-height: 41px;
  font-size: 13px;
  color: #ffc000;
  text-transform: lowercase;
}
.tabs-menu ul li a:hover {
  text-decoration: none;
}
.tabs-menu ul li.active a {
  color: #000;
  border-color: #000;
}

.prod-items {
  list-style: none;
  padding: 0px;
}
.prod-items li {
  margin-bottom: 26px;
}
.prod-items li article {
  background-color: #fff;
  border-radius: 5px;
  height: 100%;
  width: 100%;
  position: relative;
}
.prod-items li article > a {
  width: 100%;
  overflow: hidden;
  display: block;
}
.prod-items li article > a img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
  transition: transform 0.2s;
}
.prod-items li article h4 {
  font-size: 16px;
  color: #000000;
  text-align: center;
  font-weight: 600;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.prod-items li article .prod-text {
  text-align: center;
  font-size: 12px;
  line-height: 17px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 3px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 35px;
}
.prod-items li article .prod-text p {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.8);
  line-height: 17px;
}
.prod-items li article .prod-contact {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  background-color: #fff;
  height: 35px;
  padding-top: 8px;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  vertical-align: middle;
  text-align: right;
  padding-right: 24px;
  margin-bottom: 10px;
}
.prod-items li article .prod-contact * {
  vertical-align: middle;
}
.prod-items li article .prod-contact .prod-ico {
  padding: 0;
  line-height: 35px;
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-left: 5px;
}
.prod-items li article .prod-contact .prod-ico i {
  font-size: 21px;
  color: #ffc000;
}
.prod-items li article .prod-contact .prod-ico.prod-tel {
  color: #28a745;
}
.prod-items li article .prod-contact .prod-ico.prod-mail {
  color: #ffbf00;
  border-color: #ffbf00;
}

.waveHeader {
  color: #000;
  font-size: 30px;
  line-height: 38px;
  font-weight: 900;
  padding-left: 0px;
  padding-right: 20px;
  padding-top: 46px;
  position: relative;
}
.waveHeader::after {
  content: "";
  transition: 0.5s;
  width: 96px;
  height: 11px;
  left: 0px;
  bottom: -35px;
  position: absolute;
  background: url(/i/new/fala2.png) repeat-x left center transparent;
}

.furDesc {
  margin-top: 46px;
}
.furDesc p {
  font-size: 14px;
  color: #000000;
  line-height: 25px;
}

.waveAddon {
  position: relative;
}
.waveAddon::after {
  content: "";
  transition: 0.5s;
  width: 96px;
  height: 11px;
  right: 0px;
  bottom: -35px;
  position: absolute;
  background: url(/i/new/fala2.png) repeat-x left center transparent;
}
@media only screen and (max-width: 922px) {
  .waveAddon::after {
    display: none;
  }
}

.sideMenuCol {
  position: relative;
}
.sideMenuCol::after {
  content: "";
  transition: 0.5s;
  width: 2px;
  height: 100%;
  right: 8px;
  top: 0px;
  position: absolute;
  background-color: #f9f2e7;
}

.sideMenu {
  list-style: none;
  margin-top: 60px;
  padding-left: 0px;
}
@media only screen and (min-width: 768.2px) {
  .sideMenu {
    display: block !important;
  }
}
.sideMenu > li {
  margin-top: 24px;
}
.sideMenu > li > .dropMenu {
  display: block;
}
.sideMenu > li > .dropMenu ul {
  list-style: none;
}
.sideMenu > li > .dropMenu ul li {
  margin-top: 24px;
}
.sideMenu > li > .dropMenu ul li a {
  font-weight: 300;
  color: #000000;
  font-size: 15px;
  position: relative;
}
.sideMenu > li > .dropMenu ul li a:hover {
  color: #ffc000;
  text-decoration: none;
}
.sideMenu > li > .dropMenu ul li a.active {
  color: #000;
  font-weight: 900;
}
.sideMenu > li > .dropMenu ul li a.active::after {
  content: "";
  transition: 0.5s;
  width: 96px;
  height: 11px;
  left: 0px;
  bottom: -15px;
  position: absolute;
  background: url(/i/new/fala2.png) repeat-x left center transparent;
}
.sideMenu > li > a {
  font-weight: 300;
  color: #000000;
  font-size: 15px;
  transition: 0.2s color;
  position: relative;
  display: inline-block;
}
.sideMenu > li > a:hover {
  color: #ffc000;
  text-decoration: none;
}
.sideMenu > li > a.active {
  color: #000;
  font-weight: 900;
}
.sideMenu > li > a.active::after {
  content: "";
  transition: 0.5s;
  width: 96px;
  height: 11px;
  left: 0px;
  bottom: -15px;
  position: absolute;
  background: url(/i/new/fala2.png) repeat-x left center transparent;
}

.sppd {
  padding-left: 8px;
  padding-right: 8px;
}

.gallOb article {
  margin-bottom: 55px;
}
.gallOb article a {
  display: block;
  width: 100%;
  height: 226px;
  position: relative;
}
.gallOb article a img {
  width: 100%;
  height: 100%;
  object-position: center center;
  object-fit: cover;
}
.gallOb article a span {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s;
}
.gallOb article a:hover span {
  background-color: rgba(0, 0, 0, 0.65);
}
.gallOb article a:hover span::after {
  content: "";
  transition: 0.5s;
  width: 38px;
  height: 37px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(/i/new/z.png) no-repeat center center transparent;
}
.gallOb article h6 {
  font-size: 12px;
  font-weight: normal;
  color: #000;
  text-align: center;
  line-height: 17px;
  margin-top: 20px;
}

.about-mod .bpad {
  position: relative;
}
.about-mod .bpad::after {
  content: "";
  transition: 0.5s;
  width: 96px;
  height: 11px;
  left: 0px;
  bottom: -30px;
  position: absolute;
  background: url(/i/new/fala2.png) repeat-x left center transparent;
}
@media only screen and (max-width: 922px) {
  .about-mod .bpad::after {
    display: none;
  }
}
.about-mod .bpad p {
  font-size: 24px !important;
  line-height: 32px;
  margin-top: 0px;
  color: #000000;
}
.about-mod .bpad p * {
  font-size: 24px !important;
  line-height: 32px;
}
.about-mod .bpad p strong {
  font-weight: 900;
  font-size: 24px !important;
  line-height: 32px;
}
.about-mod .invert .bpad::after {
  left: auto;
  right: 0;
}

.quoBox {
  text-align: center;
  margin-top: 80px;
}

.offerSvg {
  width: 100%;
  max-width: 1139px;
}

.quoBox h2 {
  font-size: 24px;
  color: #000000;
  font-weight: 300;
  margin-bottom: 44px;
}
@media only screen and (max-width: 922px) {
  .quoBox h2 {
    font-size: 20px;
  }
}
.quoBox h2 strong {
  font-size: 36px;
  color: #000000;
  font-weight: 900;
}
@media only screen and (max-width: 922px) {
  .quoBox h2 strong {
    font-size: 31px;
  }
}
.quoBox > p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  margin-top: 45px;
}

.jumbotronBoxBeer .col, .jumbotronBoxBeer .col-12 {
  padding-left: 0px;
  padding-right: 0px;
  margin-top: 56px;
  position: relative;
  text-align: center;
}
.jumbotronBoxBeer .col blockquote, .jumbotronBoxBeer .col-12 blockquote {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  font-weight: 300;
}
.jumbotronBoxBeer .col blockquote strong, .jumbotronBoxBeer .col-12 blockquote strong {
  font-size: 40px;
  color: #ffffff;
  font-weight: 900;
}
@media only screen and (max-width: 922px) {
  .jumbotronBoxBeer .col blockquote strong, .jumbotronBoxBeer .col-12 blockquote strong {
    font-size: 21px;
  }
}
@media only screen and (max-width: 922px) {
  .jumbotronBoxBeer .col blockquote, .jumbotronBoxBeer .col-12 blockquote {
    font-size: 16px;
  }
}
.jumbotronBoxBeer .col .borderButton, .jumbotronBoxBeer .col-12 .borderButton {
  color: #fff;
  border-color: #ffffff;
  margin-top: 35px;
}
.jumbotronBoxBeer img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 922px) {
  .jumbotronBoxBeer img {
    height: 400px;
  }
}

.blong-entry-date {
  font-size: 13px;
  color: #ffc000;
  font-weight: 300;
}

.blog-entry-content-bis h3 {
  font-size: 18px;
  color: #000;
  font-weight: 900;
  margin-top: 45px;
  margin-bottom: 5px;
}
.blog-entry-content-bis > .blong-entry-date {
  margin-bottom: 20px;
  font-size: 13px;
}
.blog-entry-content-bis .crumb {
  color: #ffc000;
  font-size: 13px;
}
.blog-entry-content-bis .crumb a {
  color: #ffc000;
  font-size: 13px;
}

.blog-entry-long {
  margin-bottom: 40px !important;
}
.blog-entry-long .borderButton {
  text-align: center;
  min-width: 209px;
  padding-left: 19px;
  padding-right: 19px;
  margin-top: 20px;
}
.blog-entry-long article {
  background-color: #fff;
  text-align: center;
  height: 100%;
}
.blog-entry-long article .image-filler {
  width: 100%;
  height: 357px;
  overflow: hidden;
  display: block;
}
@media only screen and (max-width: 922px) {
  .blog-entry-long article .image-filler {
    height: 180px;
  }
}
.blog-entry-long article .image-filler img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.blog-entry-long article .blog-entry-content {
  margin-top: 16px;
}
.blog-entry-long article .blog-entry-content h3 {
  font-size: 18px;
  color: #000;
  font-weight: 900;
  margin-top: 5px;
  margin-bottom: 5px;
}
.blog-entry-long article .blog-entry-content p {
  color: #000;
  font-size: 13px;
  line-height: 18px;
}
.blog-entry-long .flat-button {
  display: inline-block;
  font-size: 16px;
  border-radius: 5px;
  background-color: #ffbf00;
  color: #000;
  line-height: 37px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid #ffbf00;
  vertical-align: middle;
  font-weight: normal;
  margin-top: 10px;
}
.blog-entry-long .flat-button:hover {
  text-decoration: none;
  background-color: #000;
  color: #ffbf00;
}

.blog-list-page .contact-col article {
  padding-left: 40px !important;
}

.hamburger {
  width: auto;
  top: 70px;
  left: 0px;
  margin-left: 0px;
  margin-top: 0px;
  min-width: 270px;
  max-width: 500px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  position: absolute;
  display: none;
}
.hamburger > div {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.hamburger > div > a {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #494c4f;
  white-space: nowrap;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-pack: justify;
  justify-content: space-between;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  line-height: 20px;
}
.hamburger > div.goldButton {
  padding-left: 10px;
  padding-right: 10px;
}
.hamburger > div.goldButton > a {
  text-align: center;
  border: 1px solid #ffc000;
  display: block;
  line-height: 34px;
  font-size: 13px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 1px;
  white-space: nowrap;
  padding-bottom: 0px;
  background-color: #ffc000;
  color: #fff;
  font-weight: 300;
  transition: 0.2s;
  padding-top: 0px;
}
@media (max-width: 992px) {
  .hamburger > div.goldButton > a {
    font-size: 11px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.hamburger > div.goldButton > a:hover {
  border: 1px solid #ffc000;
  background-color: #fff;
  color: #ffc000;
}

.logob {
  color: #ffc000;
  font-size: 38px;
  position: absolute;
  left: 0px;
  top: 27px;
  font-family: Poppins;
  font-weight: 800;
}
@media (max-width: 576px) {
  .logob {
    font-size: 28px;
    left: 15px;
  }
}
@media only screen and (max-width: 1370px) {
  .logob {
    font-size: 26px;
    top: 37px;
  }
}
@media only screen and (max-width: 990px) {
  .logob {
    font-size: 22px;
  }
}
.logob:HOVER {
  text-decoration: none;
  color: #fff;
}
.logob span {
  color: #fff;
}

@media only screen and (max-width: 1300px) {
  .logo-col {
    display: none;
  }
}

.gallery-items-row li.logo-col article > a img {
  object-fit: contain;
  object-position: top center;
}

.log {
  float: left;
  display: none;
}
.log img {
  width: 100px;
}
.subt-text {
  color: #000;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  margin-bottom: 50px;
  margin-top: 50px;
  width: 100%;
}
.subt-text p {
  color: #000;
  font-size: 16px;
  line-height: 26px;
}

@media only screen and (max-width: 800px) {
  .row iframe {
    height: 300px !important;
  }
}

.rodo-style {
  font-size: 12px;
  color: #fff;
  text-align: justify;
}
.rodo-style p {
  font-size: 12px;
}

.contact-page li.contact-col {
  display: block !important;
}
@media only screen and (max-width: 800px) {
  .contact-page li.contact-col article {
    padding-left: 10px !important;
    margin-right: 10px !important;
  }
}
@media only screen and (max-width: 800px) {
  .contact-page li.contact-col article h2 {
    margin-top: 10px !important;
  }
}

.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 9999;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  background-color: #000 !important;
  transition: background-color 0.7s ease;
}

.top-nav {
  background-color: transparent;
  transition: background-color 0.7s ease;
}

.galeria-mode .top-nav {
  background-color: #000000 !important;
}

.lb-caption {
  color: #fff;
}

@media only screen and (max-width: 768px) {
  .sideMenuCol {
    border: none;
  }
  .sideMenuCol::after {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .sideMenu {
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    display: none;
    position: absolute;
    left: 15px;
    right: auto;
    top: 10px;
    background-color: #fff;
    z-index: 100;
    width: auto;
    padding: 20px;
  }
  .sideMenu li:first-child {
    margin-top: 5px;
  }
}

.swi {
  visibility: hidden;
}

.wsd, .wdf {
  visibility: hidden !important;
}

.superlong {
  height: calc(200% + 16px) !important;
}

.dbtn {
  cursor: pointer;
  outline: 0 !important;
  margin-top: 30px;
  float: left;
  background-color: transparent;
  border: 0;
  text-transform: lowercase;
  font-size: 18px;
  vertical-align: middle;
  color: #4e4e4e;
  transition: 0.3s;
  margin-bottom: 30px;
  display: none;
  margin-left: 10px;
}
.dbtn i {
  margin-right: 17px;
  font-size: 32px;
  vertical-align: middle;
  color: #4e4e4e;
  transition: 0.3s;
}
.dbtn:hover i {
  margin-right: 27px;
}
@media only screen and (max-width: 768px) {
  .dbtn {
    display: block;
  }
}

.gallery-subsite {
  margin-top: 70px;
}

.swi-lead {
  height: 100px;
}

@media (max-width: 1299px) {
  .specialVisible {
    display: block !important;
  }
  .wsd {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .specialVisible {
    display: none !important;
  }
  .wsd {
    display: block !important;
  }
}
ul .hamburger {
  top: 40px;
}

.offer-details {
  margin-top: 50px;
}
.offer-details .sideMenuCol {
  padding-right: 0px;
}
.offer-details .sideMenuCol h2 {
  font-size: 34px;
  font-weight: normal;
}
@media (max-width: 1340px) {
  .offer-details .sideMenuCol h2 {
    font-size: 18px;
  }
}
.offer-details .sideMenuCol::after {
  display: none;
}
.offer-details .sideMenuCol .sideMenu {
  margin-top: 25px;
  padding-left: 9px;
}
.offer-details .sideMenuCol .sideMenu li {
  color: #fff;
  margin-top: 2px;
}
.offer-details .sideMenuCol .sideMenu li > a {
  color: #fff;
  background-color: #ffc000;
  display: block;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 10px;
  border: 1px solid #ffc000;
  border-right: 0;
  position: relative;
}
.offer-details .sideMenuCol .sideMenu li > a::after {
  display: none !important;
}
.offer-details .sideMenuCol .sideMenu li > a:hover {
  background-color: #fff;
  color: #ffc000;
  border: 1px solid #ffc000;
  border-right: 0;
}
.offer-details .sideMenuCol .sideMenu li > a:hover span {
  color: #ffc000;
  display: block;
}
.offer-details .sideMenuCol .sideMenu li > a.active {
  background-color: #fff;
  color: #ffc000;
  font-weight: normal;
  border: 1px solid #ffc000;
  border-right: 0;
}
.offer-details .sideMenuCol .sideMenu li > a.active span {
  color: #ffc000;
  display: block;
}
.offer-details .sideMenuCol .sideMenu li > a span {
  color: #fff;
  position: absolute;
  right: 10px;
  top: 13px;
  display: none;
}
.offer-details .tipBox {
  margin-top: 51px;
  width: 100%;
  border-top: 1px solid #ffc000;
  border-left: 1px solid #ffc000;
  border-bottom: 1px solid #ffc000;
  padding: 22px 22px 22px 37px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}
@media (max-width: 992px) {
  .offer-details .tipBox {
    float: left;
    padding: 15px;
    border: 0;
    margin-top: 0px;
  }
}
.offer-details .tipBox strong {
  font-size: 18px;
  line-height: 26px;
  font-weight: 900;
}
.offer-details .tipBox p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
}
.offer-details .row-panels-container {
  background-color: #f9f9f9;
  padding-left: 29px;
  padding-right: 29px;
  padding-bottom: 15px;
  padding-top: 29px;
}
.offer-details .row-panel-image {
  width: 100%;
  height: 306px;
  float: left;
  margin-bottom: 14px;
  position: relative;
}
.offer-details .row-panel-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center center;
}
.offer-details .row-panel-image.rpi-small {
  height: 189px;
  width: calc(50% - 7px);
  float: left;
}
.offer-details .row-panel-image .imgOver {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.34);
  text-align: center;
}
.offer-details .row-panel-image .imgOver span {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin-top: 100px;
  position: relative;
}
.offer-details .row-panel-image .imgOver span strong {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  font-weight: 900;
}
.offer-details .row-panel-image .imgOver span::after {
  content: "";
  transition: 0.5s;
  width: 96px;
  height: 11px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -18px;
  background: url(/i/new/fala4.png) repeat-x left center transparent;
}
.offer-details .row-panel-image .imgOver a {
  display: inline-block;
  font-weight: 300;
  font-size: 13px;
  color: #fff;
  line-height: 39px;
  border: 1px solid #fff;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 55px;
}
.offer-details .row-panel-image .imgOver a:hover {
  text-decoration: none;
}
.offer-details .yboxes {
  width: 100%;
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(200px, auto));
  vertical-align: middle;
}
.offer-details .yboxes .y-box-item {
  background-color: #e7e7e7;
  text-align: center;
  vertical-align: middle;
  position: relative;
  height: 90px;
}
.offer-details .yboxes .y-box-item span {
  color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  font-size: 13px;
  line-height: 20px;
  width: 100%;
}
.offer-details .itemDescription {
  width: 100%;
  font-size: 15px;
  line-height: 26px;
  margin-top: 36px;
}

.patterns-box .super-sub-header {
  text-align: center;
  position: relative;
  font-size: 34px;
  color: #000000;
  font-weight: normal;
  margin-top: 90px;
}
.patterns-box .super-sub-header::after {
  content: "";
  transition: 0.5s;
  width: 96px;
  height: 11px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -18px;
  background: url(/i/new/fala2.png) repeat-x left center transparent;
}
.patterns-box .full-image-rwd-list {
  width: 100%;
  margin-top: 74px;
}
.patterns-box .full-image-rwd-list ul {
  display: grid;
  grid-gap: 23px;
  grid-template-columns: repeat(4, minmax(200px, auto));
  margin: 0px;
  padding: 0px;
  list-style: none;
}
@media (max-width: 1200px) {
  .patterns-box .full-image-rwd-list ul {
    grid-template-columns: repeat(3, minmax(200px, auto));
  }
}
@media (max-width: 992px) {
  .patterns-box .full-image-rwd-list ul {
    grid-template-columns: repeat(2, minmax(200px, auto));
  }
}
@media (max-width: 768px) {
  .patterns-box .full-image-rwd-list ul {
    grid-template-columns: repeat(1, minmax(200px, auto));
  }
}
.patterns-box .full-image-rwd-list ul li {
  position: relative;
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 370px;
}
.patterns-box .full-image-rwd-list ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}
.patterns-box .full-image-rwd-list ul li .firl-container {
  display: block;
  width: 100%;
  height: 100%;
}
.patterns-box .full-image-rwd-list ul li .firl-container a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #000;
}
.patterns-box .full-image-rwd-list ul li .firl-container a .firl-text {
  transition: 0.2s;
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  width: calc(100% - 36px);
  height: calc(100% - 36px);
  text-align: center;
}
.patterns-box .full-image-rwd-list ul li .firl-container a .firl-text .ft-ico {
  display: inline-block;
  background: url(/i/new/zoom2.png) no-repeat left top transparent;
  width: 31px;
  height: 30px;
  margin-top: 26px;
}
.patterns-box .full-image-rwd-list ul li .firl-container a .firl-text .ft-name {
  font-size: 18px;
  color: #000000;
  font-weight: 600;
  margin-top: 13px;
  text-transform: uppercase;
  position: relative;
}
.patterns-box .full-image-rwd-list ul li .firl-container a .firl-text .ft-name::after {
  content: "";
  transition: 0.5s;
  width: 77px;
  height: 9px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -11px;
  background: url(/i/new/fala5.png) repeat-x left center transparent;
}
.patterns-box .full-image-rwd-list ul li .firl-container a .firl-text .tech-info {
  font-size: 14px;
  line-height: 23px;
  font-weight: 300;
  margin-top: 27px;
  padding-left: 15px;
  padding-right: 15px;
}
.patterns-box .full-image-rwd-list ul li .firl-container a .firl-text .tech-info p {
  font-size: 15px;
  line-height: 33px;
  margin: 0px;
  font-weight: 300;
}
.patterns-box .full-image-rwd-list ul li .firl-container a .firl-short {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
}
.patterns-box .full-image-rwd-list ul li .firl-container a .firl-short::after {
  content: "";
  transition: 0.5s;
  width: 77px;
  height: 9px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -11px;
  background: url(/i/new/fala5.png) repeat-x left center transparent;
}
.patterns-box .full-image-rwd-list ul li.sp-gal {
  grid-column: 1/5;
}
@media (max-width: 1200px) {
  .patterns-box .full-image-rwd-list ul li.sp-gal {
    grid-column: 1/4;
  }
}
@media (max-width: 992px) {
  .patterns-box .full-image-rwd-list ul li.sp-gal {
    grid-column: 1/3;
  }
}
@media (max-width: 768px) {
  .patterns-box .full-image-rwd-list ul li.sp-gal {
    grid-column: 1/2;
    height: auto;
  }
}
.patterns-box .full-image-rwd-list ul li.sp-gal .gall-filler {
  width: 100%;
  height: 100%;
  border: 1px solid #ffc000;
}
@media (max-width: 768px) {
  .patterns-box .full-image-rwd-list ul li.sp-gal .gall-filler {
    float: left;
    padding-bottom: 20px;
  }
}
.patterns-box .full-image-rwd-list ul li.sp-gal .gall-filler p {
  font-size: 40px;
  line-height: 53px;
  font-weight: 900;
  margin-left: 80px;
  margin-top: 70px;
  margin-right: 80px;
  position: relative;
}
@media (max-width: 992px) {
  .patterns-box .full-image-rwd-list ul li.sp-gal .gall-filler p {
    font-size: 25px;
    line-height: 33px;
  }
}
@media (max-width: 768px) {
  .patterns-box .full-image-rwd-list ul li.sp-gal .gall-filler p {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
  }
}
.patterns-box .full-image-rwd-list ul li.sp-gal .gall-filler p::after {
  content: "";
  transition: 0.5s;
  width: 96px;
  height: 11px;
  position: absolute;
  left: 0px;
  bottom: -35px;
  background: url(/i/new/fala2.png) repeat-x left center transparent;
}
.patterns-box .full-image-rwd-list ul li.sp-gal .gall-filler .gf-button-holder {
  position: absolute;
  right: 52px;
  bottom: 52px;
  width: 100%;
}
@media (max-width: 768px) {
  .patterns-box .full-image-rwd-list ul li.sp-gal .gall-filler .gf-button-holder {
    position: relative;
    right: auto;
    bottom: auto;
    float: left;
    width: calc(100% - 40px);
    margin-left: 20px;
    margin-top: 60px;
  }
}
.patterns-box .full-image-rwd-list ul li.sp-gal .gall-filler .gf-button-holder a {
  text-align: center;
  border: 1px solid #ffc000;
  display: block;
  line-height: 78px;
  font-size: 22px;
  max-width: 520px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 1px;
  height: 78px;
  white-space: nowrap;
  float: right;
  background-color: #ffc000;
  color: #fff;
  font-weight: 300;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .patterns-box .full-image-rwd-list ul li.sp-gal .gall-filler .gf-button-holder a {
    width: 100%;
    float: none;
    max-width: 2000px;
    font-size: 17px;
  }
}
.patterns-box .full-image-rwd-list ul li.sp-gal .gall-filler .gf-button-holder a:hover {
  text-decoration: none;
}
.patterns-box .full-image-rwd-list ul li:hover .firl-text {
  opacity: 1 !important;
}

span.error {
  color: red;
}

.alert-danger {
  color: red;
}

.alert-success {
  color: #289d2f;
}

.price-form-box {
  background: url(/i/new/kb.jpg) no-repeat center center transparent;
  background-size: cover !important;
  margin-top: 0px;
}
.price-form-box .price-form-header {
  float: left;
  width: 100%;
  text-align: center;
}
.price-form-box .price-form-header h2 {
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  margin-top: 70px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .price-form-box .price-form-header h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .price-form-box .price-form-header h2 {
    line-height: 36px;
  }
}
.price-form-box .price-form-header p {
  font-size: 18px;
  line-height: 29px;
  color: #fff;
  position: relative;
}
@media (max-width: 1200px) {
  .price-form-box .price-form-header p {
    font-size: 16px;
  }
}
.price-form-box .price-form-header p::after {
  content: "";
  transition: 0.5s;
  width: 96px;
  height: 11px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -28px;
  background: url(/i/new/fala4.png) repeat-x left center transparent;
}
.price-form-box form {
  background-color: rgba(255, 255, 255, 0.94);
  float: left;
  width: 100%;
  margin-top: 80px;
  padding-bottom: 97px;
  margin-bottom: 0px;
}
.price-form-box form .form-h3 {
  float: left;
  width: 100%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
.price-form-box form .form-h3 h3 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 0px;
  margin-top: 35px;
}
@media (max-width: 1200px) {
  .price-form-box form .form-h3 h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .price-form-box form .form-h3 h3 {
    line-height: 34px;
  }
}
.price-form-box form .form-h3 p {
  font-size: 22px;
  font-weight: 300;
  color: #b87812;
}
@media (max-width: 1200px) {
  .price-form-box form .form-h3 p {
    font-size: 15px;
  }
}
.price-form-box form .formCo {
  width: 100%;
  float: left;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 40px;
}
@media (max-width: 1698px) {
  .price-form-box form .formCo {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.price-form-box form .formCo .formLineS {
  float: left;
  width: calc(50% - 15px);
  margin-top: 20px;
}
@media (max-width: 992px) {
  .price-form-box form .formCo .formLineS {
    width: 100%;
  }
}
.price-form-box form .formCo .formLineS .formLineSLabel {
  width: 100%;
  float: left;
  text-align: center;
}
.price-form-box form .formCo .formLineS .formLineSLabel .flabel {
  font-size: 14px;
  font-weight: 700;
}
.price-form-box form .formCo .formLineS .inputIn {
  width: 100%;
  float: left;
  height: 41px;
}
.price-form-box form .formCo .formLineS .inputIn input.form-control[type=text] {
  border: 1px solid #b87812;
  background-color: transparent;
  width: 100%;
  line-height: 21px;
  padding: 9px 15px;
}
.price-form-box form .formCo .formLineS .inputIn.inputInTA {
  height: auto;
}
.price-form-box form .formCo .formLineS .inputIn.inputInTA textarea {
  border: 1px solid #b87812;
  background-color: transparent;
  width: 100%;
  resize: none;
  padding: 9px 15px;
}
.price-form-box form .formCo .formLineS.formLineSCheck.formLineSCheckRules {
  width: 100%;
  float: left;
}
.price-form-box form .formCo .formLineS.formLineSCheck.formLineSCheckRules input[type=checkbox] {
  display: block;
  margin-top: 4px;
  float: left;
  width: 30px;
}
.price-form-box form .formCo .formLineS.formLineSCheck.formLineSCheckRules .clabel {
  display: block;
  font-size: 10px;
  font-weight: 300;
  float: left;
  width: calc(100% - 30px);
  color: #000;
}
.price-form-box form .formCo .formLineS.formLineSCheckSp {
  text-align: center;
}
.price-form-box form .formCo .formLineS.formLineSCheckSp input[type=checkbox] {
  display: inline-block;
}
.price-form-box form .formCo .formLineS.formLineSLong {
  width: 100%;
}
.price-form-box form .formCo .formLineS.mrc-1 {
  margin-right: 15px;
}
.price-form-box form .formCo .attBox {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.price-form-box form .formCo .attBox input {
  margin-top: 10px;
}
.price-form-box form .formCo .attBox .attButton {
  margin-bottom: 0px;
  line-height: 17px;
}
.price-form-box form .formCo .attBox .attButton div {
  font-size: 15px;
  color: #b87812;
  font-weight: bold;
  cursor: pointer;
}
.price-form-box form .formCo .attBox .attDet {
  margin-bottom: 0px;
  font-size: 13px;
  color: #000000;
  line-height: 17px;
}
.price-form-box form .formCo .sideBySide {
  float: left;
  width: 100%;
  margin-top: 42px;
}
.price-form-box form .formCo .sideBySide .formFiBox {
  float: left;
}
@media (max-width: 992px) {
  .price-form-box form .formCo .sideBySide .formFiBox {
    width: 100%;
    margin-bottom: 25px;
  }
}
.price-form-box form .formCo .sideBySide .formFiBoxRight {
  float: right;
}
@media (max-width: 992px) {
  .price-form-box form .formCo .sideBySide .formFiBoxRight {
    width: 100%;
  }
}
.price-form-box form .formCo .sideBySide .formFiBoxRight a {
  line-height: 63px;
  background-color: #ffc000;
  color: #fff;
  display: inline-block;
  min-width: 240px;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
}

.personel-row > div {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
}
.personel-row > div .pers-item {
  background-color: #f9f9f9;
  padding: 50px;
  height: 100%;
  padding-right: 20px;
}
@media (max-width: 1340px) {
  .personel-row > div .pers-item {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 25px;
  }
}
.personel-row > div .pers-item h3 {
  font-size: 24px;
  color: #000000;
  font-weight: 900;
  margin-top: 23px;
  position: relative;
}
@media (max-width: 1200px) {
  .personel-row > div .pers-item h3 {
    font-size: 21px;
  }
}
@media (max-width: 992px) {
  .personel-row > div .pers-item h3 {
    font-size: 19px;
  }
}
.personel-row > div .pers-item h3::after {
  content: "";
  transition: 0.5s;
  width: 96px;
  height: 11px;
  position: absolute;
  left: 0px;
  bottom: -25px;
  background: url(/i/new/fala2.png) repeat-x left center transparent;
}
.personel-row > div .pers-item p {
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: 41px;
}
.personel-row > div .pers-item a {
  font-size: 29px;
  color: #c88b2e;
  font-weight: bold;
}
@media (max-width: 1200px) {
  .personel-row > div .pers-item a {
    font-size: 23px;
  }
}
@media (max-width: 992px) {
  .personel-row > div .pers-item a {
    font-size: 20px;
  }
}
.personel-row > div .pers-item a:hover {
  text-decoration: none;
}

.formFiBoxRight {
  position: relative;
  z-index: 500;
}

.showroom-row {
  margin-top: 20px;
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.showroom-row .fp-image-cover {
  float: left;
  width: 100%;
  height: 750px;
}
@media (max-width: 1340px) {
  .showroom-row .fp-image-cover {
    height: 650px;
  }
}
@media (max-width: 1200px) {
  .showroom-row .fp-image-cover {
    height: 550px;
  }
}
@media (max-width: 992px) {
  .showroom-row .fp-image-cover {
    height: 450px;
  }
}
@media (max-width: 768px) {
  .showroom-row .fp-image-cover {
    height: 400px;
  }
}
@media (max-width: 576px) {
  .showroom-row .fp-image-cover {
    height: 300px;
  }
}
.showroom-row .fp-image-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.showroom-row .fp-image-cover .overText {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
}
.showroom-row .fp-image-cover .overText h3 {
  font-size: 48px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 0px;
  line-height: 55px;
}
@media (max-width: 768px) {
  .showroom-row .fp-image-cover .overText h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
.showroom-row .fp-image-cover .overText p {
  font-size: 30px;
  color: #fff;
  font-weight: 300;
  line-height: 35px;
  position: relative;
}
@media (max-width: 768px) {
  .showroom-row .fp-image-cover .overText p {
    font-size: 16px;
    line-height: 21px;
  }
}
.showroom-row .fp-image-cover .overText p::after {
  content: "";
  transition: 0.5s;
  width: 96px;
  height: 11px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -38px;
  background: url(/i/new/fala2.png) repeat-x left center transparent;
}
.showroom-row .fp-image-cover .overText a {
  display: inline-block;
  font-weight: 300;
  font-size: 15px;
  color: #fff;
  line-height: 55px;
  border: 1px solid #fff;
  padding-left: 42px;
  padding-right: 39px;
  margin-top: 55px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .showroom-row .fp-image-cover .overText a {
    font-size: 12px;
  }
}
.showroom-row .fp-image-cover .overText a:hover {
  text-decoration: none;
}

.contact-extend .contact-extend-inner {
  border-bottom: 1px solid #ffc000;
  border-left: 1px solid #ffc000;
  border-right: 1px solid #ffc000;
  padding-bottom: 33px;
  padding-top: 34px;
}
.contact-extend .contact-extend-inner > .col {
  text-align: center;
  font-size: 18px;
  color: #000000;
  border-right: 1px solid #e3e3e3;
  padding-bottom: 5px;
}
@media (max-width: 992px) {
  .contact-extend .contact-extend-inner > .col {
    border: 0;
    margin-top: 15px;
  }
}
.contact-extend .contact-extend-inner > .col .ext-col-image {
  height: 40px;
}
.contact-extend .contact-extend-inner > .col .ext-col-image img {
  margin-top: 4px;
}
.contact-extend .contact-extend-inner > .col p {
  font-size: 18px;
  color: #000000;
  line-height: 22px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.contact-extend .contact-extend-inner > .col p span {
  white-space: nowrap;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
}
.contact-extend .contact-extend-inner > .col p a {
  font-size: 18px;
  color: #000000;
  line-height: 22px;
}
.contact-extend .contact-extend-inner > .col.img_col span:first-child {
  margin-right: 40px;
  display: inline-block;
}
@media (max-width: 1340px) {
  .contact-extend .contact-extend-inner > .col.img_col span:first-child {
    margin-right: 0px;
  }
}
.contact-extend .contact-extend-inner > .col.img_col span {
  margin-top: 20px;
  display: inline-block;
}
.contact-extend .contact-extend-inner > .col:last-child {
  border: 0;
}

.promo-extend {
  margin-bottom: 50px;
}
.promo-extend .promo-extend-inner p {
  font-size: 40px;
  color: #000000;
  font-weight: 900;
  line-height: 53px;
  position: relative;
  margin-top: 70px;
}
@media (max-width: 1200px) {
  .promo-extend .promo-extend-inner p {
    font-size: 30px;
    line-height: 40px;
  }
}
.promo-extend .promo-extend-inner p::after {
  content: "";
  transition: 0.5s;
  width: 96px;
  height: 11px;
  position: absolute;
  right: 0px;
  bottom: -35px;
  background: url(/i/new/fala2.png) repeat-x left center transparent;
}
.promo-extend .promo-extend-inner .colm {
  min-height: 300px;
}
@media (max-width: 992px) {
  .promo-extend .promo-extend-inner .colm {
    min-height: 200px;
  }
}
.promo-extend .promo-extend-inner .colm.pe-button-col a {
  text-align: center;
  border: 1px solid #ffc000;
  display: block;
  line-height: 78px;
  font-size: 22px;
  max-width: 520px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  letter-spacing: 1px;
  height: 78px;
  white-space: nowrap;
  float: right;
  background-color: #ffc000;
  color: #fff;
  font-weight: 300;
  transition: 0.2s;
  margin-top: 112px;
}
@media (max-width: 1200px) {
  .promo-extend .promo-extend-inner .colm.pe-button-col a {
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .promo-extend .promo-extend-inner .colm.pe-button-col a {
    margin-top: 50px;
  }
}
.promo-extend .promo-extend-inner .colm.pe-button-col a:hover {
  text-decoration: none;
}

.process-box {
  background-color: #f4f4f4;
  padding-top: 82px;
}
.process-box .listRow-item {
  padding-top: 70px;
  margin-bottom: 40px;
  position: relative;
}
.process-box .listRow-item::after {
  content: " ";
  position: absolute;
  right: 0px;
  top: 10px;
  height: 15px;
  width: 24px;
  background: url("/i/arc.png") no-repeat scroll center top transparent;
}
@media (max-width: 576px) {
  .process-box .listRow-item::after {
    display: none;
  }
}
.process-box .listRow-item:last-child::after {
  display: none;
}
.process-box .listRow-item p {
  text-align: center;
  font-size: 15px;
  font-weight: 300;
  color: #292929;
  line-height: 24px;
}
.process-box .listRow-item.listRow-item-1 {
  background: url("/i/p1.png") no-repeat scroll center top transparent;
}
.process-box .listRow-item.listRow-item-2 {
  background: url("/i/p2.png") no-repeat scroll center top transparent;
}
.process-box .listRow-item.listRow-item-3 {
  background: url("/i/p3.png") no-repeat scroll center top transparent;
}
.process-box .listRow-item.listRow-item-4 {
  background: url("/i/p4.png") no-repeat scroll center top transparent;
}
.process-box .listRow-item.listRow-item-5 {
  background: url("/i/p5.png") no-repeat scroll center top transparent;
}
.process-box .listRow-item.listRow-item-6 {
  background: url("/i/p6.png") no-repeat scroll center top transparent;
}
.process-box .listRow-item.listRow-item-7 {
  background: url("/i/p7.png") no-repeat scroll center top transparent;
}

.faq-box {
  text-align: center;
  margin-top: 45px;
  padding-bottom: 100px;
}
.faq-box h2 {
  font-size: 27px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: 900;
}
.faq-box .sub-info {
  font-size: 17px;
  color: #292929;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 85px;
  position: relative;
}
.faq-box .sub-info::after {
  content: "";
  transition: 0.5s;
  width: 96px;
  height: 11px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -48px;
  background: url(/i/new/fala2.png) repeat-x left center transparent;
}
.faq-box .faq-box-js {
  text-align: center;
}
.faq-box .faq-box-js .faq-box-item {
  margin-bottom: 18px;
}
.faq-box .faq-box-js .faq-box-item .faq-box-button h3 {
  display: inline-block;
  float: none;
  background-image: none;
  cursor: pointer;
  line-height: 18px;
  padding-top: 1px;
  padding-bottom: 1px;
  width: auto;
  max-width: none;
  font-weight: 900;
}
.faq-box .faq-box-js .faq-box-item .faq-box-panel .faq-box-content {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  color: #292929;
  font-weight: 300;
  line-height: 24px;
}
.faq-box .faq-box-js .faq-box-item .faq-box-panel .faq-box-content li {
  list-style-position: inside;
}
.faq-box .faq-box-js .faq-box-item .faq-box-panel .faq-box-content p {
  font-size: 14px;
  color: #292929;
  font-weight: 300;
  line-height: 24px;
}

.showroom-row-main {
  margin-top: 0px;
}

.blog-items-row {
  margin-bottom: 0px;
}

.archiMain {
  margin-top: 10px;
}

.stepsLine {
  padding-bottom: 30px;
}

.stepItem {
  background-color: #f9f9f9;
  height: 100%;
  width: 100%;
  position: relative;
  padding: 46px;
}
@media (max-width: 1200px) {
  .stepItem {
    margin-top: 20px;
  }
}
@media (max-width: 768px) {
  .stepItem {
    padding: 20px;
  }
}
.stepItem h2 {
  font-size: 23px;
  color: #000000;
  font-weight: 900;
  line-height: 26px;
}
.stepItem .stepItemBtContainer a {
  display: inline-block;
  border: 1px solid #ffc000;
  padding-left: 21px;
  padding-right: 27px;
  line-height: 41px;
  color: #ffc000;
  margin-top: 30px;
}
.stepItem .stepItemBtContainer a:hover {
  text-decoration: none;
}
.stepItem p {
  margin-top: 35px;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 100px;
}
.stepItem p strong {
  font-size: 16px;
  color: #b87812;
  font-weight: 900;
}
.stepItem .stepNumberRepres {
  position: absolute;
  left: 50px;
  bottom: 0px;
  font-size: 107px;
  color: #d7d7d7;
  font-weight: 700;
}
@media (max-width: 768px) {
  .stepItem .stepNumberRepres {
    font-size: 70px;
    left: 20px;
  }
}
.s-photo-column {
  position: relative;
}
@media (max-width: 1340px) {
  .s-photo-column {
    height: 400px;
    margin-top: 20px;
  }
}
.s-photo-column img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.containerItem {
  width: calc(100% - 40px);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.containerItem h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 300;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .containerItem h2 {
    font-size: 31px;
    line-height: 34px;
  }
}
.containerItem h2::after {
  content: "";
  transition: 0.5s;
  width: 96px;
  height: 11px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -25px;
  background: url(/i/new/fala2.png) repeat-x left center transparent;
}
.containerItem p {
  font-size: 19px;
  color: #ffffff;
  font-weight: 300;
}

.singleWave {
  position: absolute;
  right: 26px;
  bottom: 36px;
  background: url(/i/new/fala2.png) no-repeat left center transparent;
  width: 96px;
  height: 11px;
}

.pico-a {
  height: 55px;
}

.c-mail-mod {
  font-size: 16px !important;
  color: #000 !important;
  font-weight: normal !important;
}

.price-form-box2 {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 6000;
  display: none;
}
.price-form-box2 .price-form-header {
  float: left;
  width: 100%;
  text-align: center;
  position: relative;
}
.price-form-box2 .price-form-header h2 {
  font-size: 48px;
  font-weight: 900;
  color: #fff;
  margin-top: 70px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .price-form-box2 .price-form-header h2 {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .price-form-box2 .price-form-header h2 {
    line-height: 36px;
  }
}
.price-form-box2 .price-form-header p {
  font-size: 18px;
  line-height: 29px;
  color: #fff;
  position: relative;
}
@media (max-width: 1200px) {
  .price-form-box2 .price-form-header p {
    font-size: 16px;
  }
}
.price-form-box2 .price-form-header p::after {
  content: "";
  transition: 0.5s;
  width: 96px;
  height: 11px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: -28px;
  background: url(/i/new/fala4.png) repeat-x left center transparent;
}
.price-form-box2 form {
  background-color: rgba(255, 255, 255, 0.94);
  float: left;
  width: 100%;
  padding-bottom: 97px;
  margin-bottom: 0px;
}
.price-form-box2 form .form-h3 {
  float: left;
  width: 100%;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.price-form-box2 form .form-h3 h3 {
  font-size: 36px;
  font-weight: 900;
  margin-bottom: 0px;
  margin-top: 35px;
}
@media (max-width: 1200px) {
  .price-form-box2 form .form-h3 h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .price-form-box2 form .form-h3 h3 {
    line-height: 34px;
  }
}
.price-form-box2 form .form-h3 p {
  font-size: 22px;
  font-weight: 300;
  color: #b87812;
}
@media (max-width: 1200px) {
  .price-form-box2 form .form-h3 p {
    font-size: 15px;
  }
}
.price-form-box2 form .formCo {
  width: 100%;
  float: left;
  padding-left: 60px;
  padding-right: 60px;
  margin-top: 40px;
}
@media (max-width: 1698px) {
  .price-form-box2 form .formCo {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.price-form-box2 form .formCo .formLineS {
  float: left;
  width: calc(50% - 15px);
  margin-top: 20px;
}
@media (max-width: 992px) {
  .price-form-box2 form .formCo .formLineS {
    width: 100%;
  }
}
.price-form-box2 form .formCo .formLineS .formLineSLabel {
  width: 100%;
  float: left;
  text-align: center;
}
.price-form-box2 form .formCo .formLineS .formLineSLabel .flabel {
  font-size: 14px;
  font-weight: 700;
}
.price-form-box2 form .formCo .formLineS .inputIn {
  width: 100%;
  float: left;
  height: 41px;
}
.price-form-box2 form .formCo .formLineS .inputIn input.form-control[type=text] {
  border: 1px solid #b87812;
  background-color: transparent;
  width: 100%;
  line-height: 21px;
  padding: 9px 15px;
}
.price-form-box2 form .formCo .formLineS .inputIn.inputInTA {
  height: auto;
}
.price-form-box2 form .formCo .formLineS .inputIn.inputInTA textarea {
  border: 1px solid #b87812;
  background-color: transparent;
  width: 100%;
  resize: none;
  padding: 9px 15px;
}
.price-form-box2 form .formCo .formLineS.formLineSCheck.formLineSCheckRules {
  width: 100%;
  float: left;
}
.price-form-box2 form .formCo .formLineS.formLineSCheck.formLineSCheckRules input[type=checkbox] {
  display: block;
  margin-top: 4px;
  float: left;
  width: 30px;
}
.price-form-box2 form .formCo .formLineS.formLineSCheck.formLineSCheckRules .clabel {
  display: block;
  font-size: 10px;
  font-weight: 300;
  float: left;
  width: calc(100% - 30px);
  color: #000;
}
.price-form-box2 form .formCo .formLineS.formLineSCheckSp {
  text-align: center;
}
.price-form-box2 form .formCo .formLineS.formLineSCheckSp input[type=checkbox] {
  display: inline-block;
}
.price-form-box2 form .formCo .formLineS.formLineSLong {
  width: 100%;
}
.price-form-box2 form .formCo .formLineS.mrc-1 {
  margin-right: 15px;
}
.price-form-box2 form .formCo .attBox {
  float: left;
  width: 100%;
  margin-top: 10px;
}
.price-form-box2 form .formCo .attBox input {
  margin-top: 10px;
}
.price-form-box2 form .formCo .attBox .attButton {
  margin-bottom: 0px;
  line-height: 17px;
}
.price-form-box2 form .formCo .attBox .attButton div {
  font-size: 15px;
  color: #b87812;
  font-weight: bold;
  cursor: pointer;
}
.price-form-box2 form .formCo .attBox .attDet {
  margin-bottom: 0px;
  font-size: 13px;
  color: #000000;
  line-height: 17px;
}
.price-form-box2 form .formCo .sideBySide {
  float: left;
  width: 100%;
  margin-top: 42px;
}
.price-form-box2 form .formCo .sideBySide .formFiBox {
  float: left;
}
@media (max-width: 992px) {
  .price-form-box2 form .formCo .sideBySide .formFiBox {
    width: 100%;
    margin-bottom: 25px;
  }
}
.price-form-box2 form .formCo .sideBySide .formFiBoxRight {
  float: right;
}
@media (max-width: 992px) {
  .price-form-box2 form .formCo .sideBySide .formFiBoxRight {
    width: 100%;
  }
}
.price-form-box2 form .formCo .sideBySide .formFiBoxRight a {
  line-height: 63px;
  background-color: #ffc000;
  color: #fff;
  display: inline-block;
  min-width: 240px;
  text-align: center;
  font-size: 18px;
  text-decoration: none;
}

.pfov {
  position: fixed;
  z-index: 4000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

.closeov {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 30px;
  cursor: pointer;
}

.slideSide {
  overflow: hidden;
  transition: 0.5s all;
}

.invalid-feedback {
  color: red;
}

.languagesSwitch {
  margin-left: 10px;
  position: absolute;
  z-index: 20;
  right: 3px;
  top: 10px;
}
.languagesSwitch ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}
.languagesSwitch ul li {
  float: left;
}
.languagesSwitch ul li a {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  font-weight: normal;
  padding-left: 11px;
  padding-right: 11px;
  position: relative;
  transition: 0.3s;
}
.languagesSwitch ul li a::after {
  content: " ";
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.languagesSwitch ul li a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
}
.languagesSwitch ul li a.active {
  font-weight: 900;
}
.languagesSwitch ul li:last-child a::after {
  display: none;
}

.forcefullwidth_wrapper_tp_banner {
  margin-top: -111px !important;
}

.topmod {
  margin-top: 0px !important;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.abt-image {
  margin-left: 8px;
  margin-right: 8px;
  width: calc(100% - 16px);
  position: relative;
}

.new-over {
  position: absolute;
  text-align: center;
  z-index: 3;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(45, 48, 50, 0.45);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.newh2 {
  font-size: 36px;
  line-height: 1.4;
  color: #000000;
  letter-spacing: 1px;
  font-weight: bold;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 0px;
  text-transform: uppercase;
}

h2.special-st {
  font-size: 36px;
  color: #ffc000;
  letter-spacing: 1px;
  font-weight: normal;
  text-align: center;
  width: 100%;
  margin-bottom: 0px;
  text-align: left;
  margin-top: 0px;
}

.address-section a {
  color: #fff;
  transition: 0.5s;
}
.address-section a:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: 0.5s;
}

.footer-in a {
  color: #fff;
  transition: 0.5s;
}
.footer-in a:hover {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: 0.5s;
}

.glass-white i {
  color: #fff;
}

.gallerymode {
  margin-bottom: 100px;
}

.gallerymode .blog-items-row li article > a > span:hover i {
  opacity: 0;
  transition: 0.3s;
}

nav {
  position: relative !important;
}

.footer-section .address-section > div {
  font-size: 20px;
}
.footer-section .address-section > div a {
  font-size: 20px;
  font-weight: bold;
}

.menu-button {
  right: 10px;
  top: 23px;
  width: 19px;
  height: 15px;
  position: absolute;
  z-index: 30;
  cursor: pointer;
}
@media (max-width: 768px) {
  .menu-button {
    right: 25px;
    top: 43px;
    width: 19px;
    height: 15px;
    position: absolute;
    z-index: 30;
    cursor: pointer;
  }
}

.mobile-nav {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.98);
  z-index: 100;
  min-height: 100vh;
}
.mobile-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 80px;
  margin-left: 0px;
}
.mobile-nav ul li {
  width: 100%;
  border-bottom: none;
}
.mobile-nav ul li a {
  text-decoration: none;
  display: block;
  width: 100%;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
  color: #fff;
  font-size: 20px;
  font-family: "Fedra Sans Alt Std Demi", sans-serif;
  font-weight: normal;
  text-align: center;
}
.mm-link-mobile span {
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  background-color: #ffc000;
  border-radius: 50px;
  padding: 20px 50px;
}

.mm-link-mobile-sp {
  margin-top: 25px;
}

.close-menu {
  position: absolute;
  right: 26px;
  top: 24px;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.close-menu img {
  width: 100%;
}

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