<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-template-tpl-acearchitects_builders .row, .page-template-tpl-dealer-gallery-page .row {
  width: 1100px;
  margin: 0 auto;
  max-width: 96%;
}
.page-template-tpl-acearchitects_builders .content, .page-template-tpl-dealer-gallery-page .content {
  padding: 150px 0;
  background: #fff;
}
.builders-title h1 {
  font-family: 'aileron', arial, sans-serif;
  padding-bottom: 40px;
  font-weight: 700;
  text-transform: uppercase;
}
.search-manual {
  margin-bottom: 20px;
}
.search-manual input[type="text"] {
  width: 100%;
  font-family: 'aileron', arial, sans-serif;
  height: 20px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #e6e6e6;
  text-transform: capitalize;
  color: #231f20;
  padding: 14px 17px 14px 17px;
  position: relative;
}
.soc-block {
  margin-bottom: 40px;
}
.soc-block .row, .search-manual .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.soc-block .footerSocialLinkDiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  float: none;
}
.soc-block .footerSocialLinkDiv .socialLink {
  float: none;
}
.acc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 30px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.acc .items-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.acc .item {
  position: relative;
  margin-bottom: 20px;
}
.acc .item h3, .acc .item &gt; div &gt; a {
  display: block;
  font-family: 'aileron', arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  background: #f4f4f4;
  border: 1px solid #e6e6e6;
  text-transform: capitalize;
  color: #231f20;
  cursor: pointer;
  position: relative;
  padding: 14px 45px 14px 17px;
  position: relative;
}
.acc .item h3 span, .acc .item &gt; div &gt; a span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
}
.acc .item h3 span:before, .acc .item &gt; div &gt; a span:before, .acc .item h3 span:after, .acc .item &gt; div &gt; a span:after {
  content: '';
  background-color: #231f20;
  width: 8px;
  height: 2px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.acc .item h3 span:before, .acc .item &gt; div &gt; a span:before {
  right: 0;
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.acc .item h3 span:after, .acc .item &gt; div &gt; a span:after {
  -webkit-transform: rotate(-90deg);
  -khtml-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.acc .item h3.active, .acc .item &gt; div &gt; a.active {
  color: #ee3a43;
}
.acc .item h3.active span:after, .acc .item &gt; div &gt; a.active span:after {
  -webkit-transform: rotate(0deg);
  -khtml-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.acc .item .info {
  display: none;
  padding: 16px 15px;
  background: #f4f4f4;
  border: 1px solid #e6e6e6;
}
.acc .item .info h4 {
  font-family: 'aileron', arial, sans-serif;
  font-weight: 700;
  color: #231f20;
  padding-bottom: 5px;
}
.acc .item .info &gt; div {
  margin-bottom: 5px;
}
.acc .item .info &gt; div span {
  display: block;
  font-size: 14px;
  color: #231f20;
}
.acc .item .info &gt; div &gt; a {
  color: #ee3a43;
  position: relative;
  padding-left: 20px;
}
.acc .item .info &gt; div &gt; a:before {
  content: '';
  background-image: url("../img/dw.png");
  width: 13px;
  height: 13px;
  position: absolute;
  top: 0;
  left: 0;
}
.acc .item .info &gt; div ul li {
  position: relative;
  padding-left: 20px;
}
.acc .item .info &gt; div ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  background: #231f20;
  border-radius: 50%;
}
.acc .hidden {
  display: none;
}
.acc-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.acc-list &gt; * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
@media (max-width: 1024px) {
  .acc-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .acc-list &gt; * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .acc-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .acc-list &gt; * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 767px) {
  .acc-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.3s ease;
    -khtml-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .acc-list &gt; * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.acc-list .item .gallery-item {
  display: block;
  font-family: 'aileron', arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  background: #f4f4f4;
  border: 1px solid #e6e6e6;
  text-transform: capitalize;
  color: #231f20;
  cursor: pointer;
  position: relative;
  padding: 14px 45px 14px 17px;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.acc-list .item .gallery-item span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 20px;
}
.acc-list .item .gallery-item span:before, .acc-list .item .gallery-item span:after {
  content: '';
  background-color: #231f20;
  width: 8px;
  height: 2px;
  position: absolute;
  right: 0;
  -webkit-transition: all 0.3s ease;
  -khtml-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.acc-list .item .gallery-item span:before {
  right: 0;
  -webkit-transform: rotate(50deg);
  -khtml-transform: rotate(50deg);
  -moz-transform: rotate(50deg);
  -ms-transform: rotate(50deg);
  -o-transform: rotate(50deg);
  transform: rotate(50deg);
  top: -3px;
}
.acc-list .item .gallery-item span:after {
  -webkit-transform: rotate(-50deg);
  -khtml-transform: rotate(-50deg);
  -moz-transform: rotate(-50deg);
  -ms-transform: rotate(-50deg);
  -o-transform: rotate(-50deg);
  transform: rotate(-50deg);
  top: 3px;
}
.acc-list .item .gallery-item:hover {
  background: #fee;
  border: 1px solid #ee3a43;
}
@media (max-width: 767px) {
  .soc-block .topWhereToBuyButton {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .soc-block .topWhereToBuyButton a {
    display: inline-block;
  }
  .soc-block .footerSocialLinkDiv {
    width: auto !important;
  }
}
</pre></body></html>