@charset "UTF-8";
body #page-container #et-main-area #main-content {
  color: #3B3B3A;
  line-height: 1.4em;
}
body #page-container #et-main-area #main-content h1, body #page-container #et-main-area #main-content h2, body #page-container #et-main-area #main-content h2, body #page-container #et-main-area #main-content h4 {
  padding: 0;
  margin: 0;
  line-height: 1.5em;
  margin-bottom: 0.75em;
}
body #page-container #et-main-area #main-content a {
  display: inline-block;
  text-decoration: none;
}
body #page-container #et-main-area #main-content p {
  margin: 0;
  padding: 0;
}
body #page-container #et-main-area #main-content ul {
  margin: 0;
  padding: 0;
}
body #page-container #et-main-area #main-content ul li {
  list-style-type: none;
}
body #page-container #et-main-area #main-content input, body #page-container #et-main-area #main-content textarea {
  border-style: none;
  background-color: transparent;
}
body #page-container #et-main-area #main-content .et_pb_section {
  padding: 0;
}
body #page-container #et-main-area #main-content .et_pb_section .et_pb_row {
  margin: 0;
  padding: 0;
  max-width: inherit;
  width: inherit;
}
body #page-container #et-main-area #main-content .et_pb_section .container {
  padding: 0;
  margin: 0;
  width: inherit;
  max-width: inherit;
}
body #page-container #et-main-area #main-content .et_pb_section .container .row {
  margin: 0;
}
body #page-container #et-main-area #main-content .et_pb_section .et_pb_column {
  margin: 0;
}
body #page-container #et-main-area #main-content .btn {
  padding: 0.5em 3em;
}
body #page-container #et-main-area #main-content .btn:hover {
  padding: 0.5em 3em;
}

.col12 {
  margin-left: 5vw !important;
  margin-right: 5vw !important;
  max-width: 1140px !important;
}
@media (min-width: 1200px) {
  .col12 {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.col10 {
  margin-left: 5vw !important;
  margin-right: 5vw !important;
  max-width: 945px !important;
}
@media (min-width: 980px) {
  .col10 {
    margin-left: 10vw !important;
    margin-right: 10vw !important;
  }
}
@media (min-width: 1200px) {
  .col10 {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.col8 {
  margin-left: 5vw !important;
  margin-right: 5vw !important;
  max-width: 750px !important;
}
@media (min-width: 768px) {
  .col8 {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.frame {
  background-color: white;
  padding: 20px !important;
}
@media (min-width: 479px) {
  .frame {
    padding: 60px 0 !important;
  }
}
@media (min-width: 768px) {
  .frame {
    padding: 60px !important;
  }
}
@media (min-width: 980px) {
  .frame {
    padding: 60px 98px !important;
  }
}

body.single-deepwhite-projects #page-container #et-main-area #main-content .project-intro h2 {
  font-size: 16px;
  font-weight: 700;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-intro .project-fieldtags {
  margin-bottom: 2em;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-intro .project-fieldtags ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-intro .project-fieldtags ul li {
  margin-right: 1em;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-intro .project-fieldtags ul li a {
  color: #3B3B3A;
  font-size: 16px;
}
@media (min-width: 768px) {
  body.single-deepwhite-projects #page-container #et-main-area #main-content .project-intro .project-fieldtags {
    margin-bottom: 0;
  }
  body.single-deepwhite-projects #page-container #et-main-area #main-content .project-intro .project-fieldtags ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-intro .project-description p {
  font-size: 16px;
}
@media (min-width: 768px) {
  body.single-deepwhite-projects #page-container #et-main-area #main-content .project-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5em;
  }
  body.single-deepwhite-projects #page-container #et-main-area #main-content .project-intro .project-description {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 5;
        -ms-flex-positive: 5;
            flex-grow: 5;
    padding-right: 10%;
  }
  body.single-deepwhite-projects #page-container #et-main-area #main-content .project-intro .project-fieldtags {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 2;
        -ms-flex-positive: 2;
            flex-grow: 2;
  }
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-context {
  background-color: #EDEDED;
  padding: 50px 0;
}
@media (min-width: 768px) {
  body.single-deepwhite-projects #page-container #et-main-area #main-content .project-context {
    margin-top: 50px;
  }
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-context .group .context-logo {
  background-color: white;
  text-align: center;
  margin-bottom: 2em;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-context .group .context-logo img {
  width: 90%;
  margin: 4em 0;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-context .group .context-txt {
  background-color: #C6C6C5;
  text-align: center;
  padding: 3em 2em;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-context .group .context-txt h2 {
  font-weight: 700;
  /*font-size: 20px; ----------------------- enable to restore
  color: white;*/
  font-size: 16px;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-context .group .context-txt p {
  color: white;
  font-size: 22px;
  line-height: 1.5em;
  margin-bottom: 0;
  font-family: "Prata", serif;
  max-width: 100%;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-context .group .context-txt #copyright {
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 1.5em;
  font-family: "Open Sans", sans-serif;
  color: black;
}
@media (min-width: 768px) {
  body.single-deepwhite-projects #page-container #et-main-area #main-content .project-context .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.single-deepwhite-projects #page-container #et-main-area #main-content .project-context .group .context-logo, body.single-deepwhite-projects #page-container #et-main-area #main-content .project-context .group .context-txt {
    width: 50%;
    min-height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body.single-deepwhite-projects #page-container #et-main-area #main-content .project-context .group .context-logo {
    margin: 0;
  }
  body.single-deepwhite-projects #page-container #et-main-area #main-content .project-context .group .context-logo img {
    margin: 0;
  }
  body.single-deepwhite-projects #page-container #et-main-area #main-content .project-context .group .context-txt {
    padding: 5%;
    position: relative;
    top: -100px;
  }
}
@media (min-width: 980px) {
  body.single-deepwhite-projects #page-container #et-main-area #main-content .project-context .group .context-logo, body.single-deepwhite-projects #page-container #et-main-area #main-content .project-context .group .context-txt {
    height: 420px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-imgs {
  /*position: relative; ----------------------- enable to restore
  bottom: -60px;
  padding-top: 0 !important; 
  z-index: 1;*/
  margin: 60px 0;
  margin-top: 0;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-imgs a {
  width: 100%;
  position: relative;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-imgs a img {
  margin-bottom: 1em;
  width: 100%;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-imgs a:first-child:before {
  opacity: 0.9;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-imgs a:before {
  display: block;
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  color: #9C9B9B;
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(237, 237, 237, 0.8);
  padding: 1em;
  border-radius: 100%;
  opacity: 0;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-imgs a:hover:before {
  opacity: 0.9;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-banner {
  width: 100%;
  height: 40vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5vw;
  background-position: center center;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-banner p {
  text-align: center;
  color: white;
  font-family: "Prata", serif;
  font-size: 28px;
  line-height: 1.2em;
}
@media (min-width: 479px) {
  body.single-deepwhite-projects #page-container #et-main-area #main-content .project-banner p {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  body.single-deepwhite-projects #page-container #et-main-area #main-content .project-banner p {
    font-size: 36px;
  }
}
@media (min-width: 980px) {
  body.single-deepwhite-projects #page-container #et-main-area #main-content .project-banner {
    padding: 0 10vw;
  }
  body.single-deepwhite-projects #page-container #et-main-area #main-content .project-banner p {
    font-size: 42px;
    max-width: 750px;
  }
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-recommendation {
  background-color: #EDEDED;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-recommendation .group .recommendation-items {
  background-color: #C6C6C5;
  text-align: center;
  margin-bottom: 2em;
  padding: 4em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-recommendation .group .recommendation-items h2 {
  font-size: 20px;
  font-weight: 700;
  color: white;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-recommendation .group .recommendation-items #rating-dw ol {
  width: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-recommendation .group .recommendation-items #rating-dw ol li {
  color: white;
  position: relative;
  line-height: 1em;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-recommendation .group .recommendation-items #rating-dw ol .fill {
  opacity: 1;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-recommendation .group .recommendation-items #rating-dw ol .half .fa-star-half {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-recommendation .group .recommendation-items #rating-dw ol .half .fa-star {
  opacity: 0.5;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-recommendation .group .recommendation-items #rating-dw ol .empty {
  opacity: 0.5;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-recommendation .group .recommendation-items a {
  font-size: 16px;
  margin-top: 2em;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-recommendation .group .recommendation-items a:hover {
  color: white;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-recommendation .group .recommendation-txt {
  background-color: white;
  text-align: center;
  padding: 3em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-recommendation .group .recommendation-txt .quote-open, body.single-deepwhite-projects #page-container #et-main-area #main-content .project-recommendation .group .recommendation-txt .quote-close {
  width: 28px;
  height: 23px;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-recommendation .group .recommendation-txt .quote-open svg, body.single-deepwhite-projects #page-container #et-main-area #main-content .project-recommendation .group .recommendation-txt .quote-close svg {
  fill: #EDEDED;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-recommendation .group .recommendation-txt .quote-open {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-recommendation .group .recommendation-txt .testimonial-content {
  font-family: "Prata", serif;
  font-size: 20px;
  line-height: 1.75em;
  padding: 0.5em 1em;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-recommendation .group .recommendation-txt .quote-close {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 1.5em;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-recommendation .group .recommendation-txt .testimonial-signature {
  font-size: 16px;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-recommendation .group .recommendation-txt * {
  max-width: 100%;
}
@media (min-width: 768px) {
  body.single-deepwhite-projects #page-container #et-main-area #main-content .project-recommendation .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.single-deepwhite-projects #page-container #et-main-area #main-content .project-recommendation .group .recommendation-items, body.single-deepwhite-projects #page-container #et-main-area #main-content .project-recommendation .group .recommendation-txt {
    width: 50%;
    min-height: 400px;
  }
  body.single-deepwhite-projects #page-container #et-main-area #main-content .project-recommendation .group .recommendation-items {
    margin: 0;
    position: relative;
    top: -100px;
  }
  body.single-deepwhite-projects #page-container #et-main-area #main-content .project-recommendation .group .recommendation-txt {
    padding: 5%;
  }
}
@media (min-width: 980px) {
  body.single-deepwhite-projects #page-container #et-main-area #main-content .project-recommendation .group .recommendation-items, body.single-deepwhite-projects #page-container #et-main-area #main-content .project-recommendation .group .recommendation-txt {
    height: 420px;
  }
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .project-imgs + .project-recommendation {
  margin-top: 110px;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects {
  position: relative;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .projects-navigation {
  width: 100%;
  position: absolute;
  top: -5px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .projects-navigation a {
  opacity: 0.8;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .projects-navigation a.no-link {
  opacity: 0.3;
  cursor: default;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .projects-navigation a.no-link:hover {
  opacity: 0.3;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .projects-navigation a:hover {
  opacity: 1;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .projects-navigation a[rel=prev]:before {
  content: "";
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .projects-navigation a[rel=next]:before {
  content: "";
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .projects-navigation a:before {
  display: block;
  font: normal normal normal 14px/1 FontAwesome;
  color: #9C9B9B;
  font-size: 18px;
  background-color: rgba(237, 237, 237, 0.8);
  padding: 0.75em;
  border-radius: 100%;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .other-projects-title {
  margin-top: 3em;
  margin-bottom: 2em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 980px) {
  body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .other-projects-title {
    margin-top: 5em;
    margin-bottom: 2.75em;
  }
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .other-projects-title h2 {
  font-size: 20px;
  font-weight: 700;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .other-projects-title a {
  color: #3B3B3A;
  text-decoration: underline;
}
@media (min-width: 768px) {
  body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .other-projects-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .other-projects-title h2 {
    margin-bottom: 0;
  }
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group {
  margin-bottom: 3em;
}
@media (min-width: 980px) {
  body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group {
    margin-bottom: 5em;
  }
}
@media (min-width: 768px) {
  body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .other-projects-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project {
  overflow: hidden;
}
@media (min-width: 768px) {
  body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project {
    width: calc(33.33% - .666em);
  }
}
@media (min-width: 980px) {
  body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project {
    width: calc(33.33% - 20px);
  }
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project .single-project-box {
  width: 100%;
  position: relative;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project .single-project-box img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project .single-project-box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project .single-project-box:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(3n-1) {
  margin: 1.5em 0;
}
@media (min-width: 768px) {
  body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(3n-1) {
    margin: 0 1em;
  }
}
@media (min-width: 980px) {
  body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(3n-1) {
    margin: 0 30px;
  }
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(4), body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(7), body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(10) {
  margin-top: 1.5em;
}
@media (min-width: 768px) {
  body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(4), body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(5), body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(6), body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(7), body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(8), body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(9), body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(10), body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(11), body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(12) {
    margin-top: 1em;
  }
}
@media (min-width: 980px) {
  body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(4), body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(5), body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(6), body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(7), body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(8), body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(9), body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(10), body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(11), body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(12) {
    margin-top: 30px;
  }
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .term-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .term-list li {
  margin-right: 0.5em;
  margin-bottom: 0.75em;
}
@media (min-width: 980px) {
  body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .term-list li {
    margin-right: 0.75em;
  }
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .term-list li a {
  color: #3B3B3A;
  border: solid 1px #3B3B3A;
  padding: 0.35em 0.75em;
}
body.single-deepwhite-projects #page-container #et-main-area #main-content .other-projects .group .term-list li a:hover {
  color: #9C9B9B;
  border-color: #9C9B9B;
}

body.page-template-default #page-container #main-header #block-main-title > span {
  margin-top: 3vh;
  color: white;
  font-size: 10vh;
}
body.page-template-default #page-container #main-header #block-main-title > span:before {
  color: inherit;
}
body.page-template-default #page-container #et-main-area #main-content .page-intro h2 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2em;
  text-align: center;
}
body.page-template-default #page-container #et-main-area #main-content .page-intro p {
  font-size: 24px;
  line-height: 1.5em;
  text-align: center;
}
body.page-template-default #page-container #et-main-area #main-content .realisations-content {
  margin-bottom: 5em;
}
body.page-template-default #page-container #et-main-area #main-content .realisations-content .term-select {
  /*position: sticky; --------------------------- enable to restore
  top: 100px;
  z-index: 1;*/
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 3em;
}
body.page-template-default #page-container #et-main-area #main-content .realisations-content .term-select .fs-dropdown-selected:before {
  content: "▼";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #C6C6C5;
  color: white;
  font-size: 20px;
}
body.page-template-default #page-container #et-main-area #main-content .realisations-content .term-select .fs-dropdown-selected {
  border: 0;
  background-color: white;
  padding: 1em;
  border: solid 1px #C6C6C5;
  position: relative;
  font-size: 16px;
}
body.page-template-default #page-container #et-main-area #main-content .realisations-content .term-select .fs-dropdown-item {
  font-size: 16px;
}
body.page-template-default #page-container #et-main-area #main-content .realisations-content .term-select .fs-dropdown-item_selected {
  background-color: transparent;
  font-weight: 700;
}
body.page-template-default #page-container #et-main-area #main-content .realisations-content .term-select .fs-dropdown-options {
  border: 0;
  background-color: white;
  padding: 1em;
  border: solid 1px #C6C6C5;
  border-top: 0;
  color: #C6C6C5;
  max-height: inherit;
}
body.page-template-default #page-container #et-main-area #main-content .realisations-content .term-select .fs-dropdown-options button {
  padding: 0.5em 0;
  color: #9C9B9B;
  background-color: white;
}
body.page-template-default #page-container #et-main-area #main-content .realisations-content .term-list {
  display: none;
}
body.page-template-default #page-container #et-main-area #main-content .realisations-content .term-list li:first-child {
  margin-bottom: 1.5em;
}
body.page-template-default #page-container #et-main-area #main-content .realisations-content .term-list li {
  margin-bottom: 0.5em;
  font-size: 18px;
}
body.page-template-default #page-container #et-main-area #main-content .realisations-content .term-list li a {
  color: #3B3B3A;
}
body.page-template-default #page-container #et-main-area #main-content .realisations-content .term-list li a:hover {
  color: #9C9B9B;
}
body.page-template-default #page-container #et-main-area #main-content .realisations-content .term-list li.active {
  font-weight: 700;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .realisations-content .term-list {
    width: 35%;
    margin-right: 30px;
    float: left;
    position: sticky;
    top: 100px;
  }
}
@media (min-width: 980px) {
  body.page-template-default #page-container #et-main-area #main-content .realisations-content .term-list {
    width: 25%;
    margin-right: 30px;
  }
}
body.page-template-default #page-container #et-main-area #main-content .realisations-content .projects-list {
  margin: 0;
  /*@include respond-to ('small-medium') { --------------------------- enable to restore
  	width: calc(65% - 30px);
  	float: left;
  }

  @include respond-to ('medium') {
  	width: calc(75% - 30px);
  }*/
}
body.page-template-default #page-container #et-main-area #main-content .realisations-content .projects-list .grid {
  display: block;
}
body.page-template-default #page-container #et-main-area #main-content .realisations-content .projects-list .grid .grid-sizer, body.page-template-default #page-container #et-main-area #main-content .realisations-content .projects-list .grid .grid-item {
  width: calc(50% - .5em);
}
@media (min-width: 479px) {
  body.page-template-default #page-container #et-main-area #main-content .realisations-content .projects-list .grid .grid-sizer, body.page-template-default #page-container #et-main-area #main-content .realisations-content .projects-list .grid .grid-item {
    width: calc(33.33% - .666em);
  }
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .realisations-content .projects-list .grid .grid-sizer, body.page-template-default #page-container #et-main-area #main-content .realisations-content .projects-list .grid .grid-item {
    width: calc(33.33% - 20px);
  }
}
@media (min-width: 980px) {
  body.page-template-default #page-container #et-main-area #main-content .realisations-content .projects-list .grid .grid-sizer, body.page-template-default #page-container #et-main-area #main-content .realisations-content .projects-list .grid .grid-item {
    width: calc(33.33% - 20px);
  }
}
body.page-template-default #page-container #et-main-area #main-content .realisations-content .projects-list .grid .gutter-sizer {
  width: 1em;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .realisations-content .projects-list .grid .gutter-sizer {
    width: 30px;
  }
}
body.page-template-default #page-container #et-main-area #main-content .realisations-content .projects-list .grid .single-project {
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .realisations-content .projects-list .grid .single-project {
    margin-bottom: 30px;
  }
}
body.page-template-default #page-container #et-main-area #main-content .realisations-content .projects-list .grid .single-project .single-project-box {
  position: relative;
}
body.page-template-default #page-container #et-main-area #main-content .realisations-content .projects-list .grid .single-project .single-project-box img {
  display: block;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}
body.page-template-default #page-container #et-main-area #main-content .realisations-content .projects-list .grid .single-project .single-project-box a {
  background-color: #3B3B3A;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease-in;
  transition: opacity 0.25s ease-in;
}
body.page-template-default #page-container #et-main-area #main-content .realisations-content .projects-list .grid .single-project .single-project-box a span.btn {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body.page-template-default #page-container #et-main-area #main-content .realisations-content .projects-list .grid .single-project .single-project-box a:hover {
  color: white;
}
body.page-template-default #page-container #et-main-area #main-content .realisations-content .projects-list .grid .single-project .single-project-box .btn {
  padding: 0.5em 1.5em;
}
body.page-template-default #page-container #et-main-area #main-content .realisations-content .projects-list .grid .single-project .single-project-box:hover a {
  opacity: 0.9;
}
body.page-template-default #page-container #et-main-area #main-content .realisations-content .projects-list .load_more_projects_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5em;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
}
body.page-template-default #page-container #et-main-area #main-content .realisations-content .projects-list .load_more_projects_container #load_more_projects {
  color: #C6C6C5;
  cursor: pointer;
}
body.page-template-default #page-container #et-main-area #main-content .references-content {
  margin-bottom: 5em;
}
body.page-template-default #page-container #et-main-area #main-content .references-content > button {
  display: none;
}
body.page-template-default #page-container #et-main-area #main-content .references-content .tab-list {
  margin: 0 auto;
  margin-bottom: 3em;
}
body.page-template-default #page-container #et-main-area #main-content .references-content .tab-list nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.page-template-default #page-container #et-main-area #main-content .references-content .tab-list nav a {
  display: block;
  padding: 0.75em 2em;
  border: solid 1px #C6C6C5;
  color: #C6C6C5;
}
body.page-template-default #page-container #et-main-area #main-content .references-content .tab-list nav a.fs-tabs-active {
  color: white;
  background-color: #C6C6C5;
}
body.page-template-default #page-container #et-main-area #main-content .references-content .term-select {
  /*position: sticky; --------------------------- enable to restore
  top: 100px;
  z-index: 1;*/
  max-width: 500px;
  margin: 0 auto;
  margin-bottom: 3em;
}
body.page-template-default #page-container #et-main-area #main-content .references-content .term-select .fs-dropdown-selected:before {
  content: "▼";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #C6C6C5;
  color: white;
  font-size: 20px;
}
body.page-template-default #page-container #et-main-area #main-content .references-content .term-select .fs-dropdown-selected {
  border: 0;
  background-color: white;
  padding: 1em;
  border: solid 1px #C6C6C5;
  position: relative;
  font-size: 16px;
}
body.page-template-default #page-container #et-main-area #main-content .references-content .term-select .fs-dropdown-item {
  font-size: 16px;
}
body.page-template-default #page-container #et-main-area #main-content .references-content .term-select .fs-dropdown-item_selected {
  background-color: transparent;
  font-weight: 700;
}
body.page-template-default #page-container #et-main-area #main-content .references-content .term-select .fs-dropdown-options {
  border: 0;
  background-color: white;
  padding: 1em;
  border: solid 1px #C6C6C5;
  border-top: 0;
  color: #C6C6C5;
  max-height: inherit;
}
body.page-template-default #page-container #et-main-area #main-content .references-content .term-select .fs-dropdown-options button {
  padding: 0.5em 0;
  color: #9C9B9B;
  background-color: white;
}
body.page-template-default #page-container #et-main-area #main-content .references-content .term-list {
  display: none;
}
body.page-template-default #page-container #et-main-area #main-content .references-content .term-list li:first-child {
  margin-bottom: 1.5em;
}
body.page-template-default #page-container #et-main-area #main-content .references-content .term-list li {
  margin-bottom: 0.5em;
  font-size: 18px;
}
body.page-template-default #page-container #et-main-area #main-content .references-content .term-list li a {
  color: #3B3B3A;
}
body.page-template-default #page-container #et-main-area #main-content .references-content .term-list li a:hover {
  color: #9C9B9B;
}
body.page-template-default #page-container #et-main-area #main-content .references-content .term-list li.active {
  font-weight: 700;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .references-content .term-list {
    width: 35%;
    margin-right: 30px;
    float: left;
    position: sticky;
    top: 100px;
  }
}
@media (min-width: 980px) {
  body.page-template-default #page-container #et-main-area #main-content .references-content .term-list {
    width: 25%;
    margin-right: 30px;
  }
}
body.page-template-default #page-container #et-main-area #main-content .references-content .references-list-logos.fs-tabs-active {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.page-template-default #page-container #et-main-area #main-content .references-content .references-list-logos.fs-tabs-active .single-reference-logo {
  width: 50%;
  margin-bottom: 2em;
}
body.page-template-default #page-container #et-main-area #main-content .references-content .references-list-logos.fs-tabs-active .single-reference-logo img {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-filter: saturate(0);
  filter: saturate(0);
  opacity: 0.8;
}
body.page-template-default #page-container #et-main-area #main-content .references-content .references-list-logos.fs-tabs-active .single-reference-logo:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
  opacity: 1;
}
body.page-template-default #page-container #et-main-area #main-content .references-content .references-list-logos.fs-tabs-active .single-reference-logo.empty-link img {
  width: 100%;
}
body.page-template-default #page-container #et-main-area #main-content .references-content .references-list-logos.fs-tabs-active .single-reference-logo.empty-link:hover img {
  -webkit-filter: saturate(0%);
  filter: saturate(0%);
  opacity: 0.8;
  -webkit-transform: scale(1);
          transform: scale(1);
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .references-content .references-list-logos.fs-tabs-active .single-reference-logo {
    width: calc(33.33% - 20px);
    margin-bottom: 3em;
  }
  body.page-template-default #page-container #et-main-area #main-content .references-content .references-list-logos.fs-tabs-active .single-reference-logo:nth-child(3n-1) {
    margin: 0 30px;
    margin-bottom: 3em;
  }
}
body.page-template-default #page-container #et-main-area #main-content .references-content .references-list-names.fs-tabs-active {
  margin: 0;
}
@media (min-width: 479px) {
  body.page-template-default #page-container #et-main-area #main-content .references-content .references-list-names.fs-tabs-active {
    -webkit-column-width: 25%;
       -moz-column-width: 25%;
            column-width: 25%;
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
body.page-template-default #page-container #et-main-area #main-content .references-content .references-list-names.fs-tabs-active ul {
  margin-bottom: 1em;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}
@media (min-width: 479px) {
  body.page-template-default #page-container #et-main-area #main-content .references-content .references-list-names.fs-tabs-active ul {
    margin-bottom: 1em;
  }
}
@media (min-width: 980px) {
  body.page-template-default #page-container #et-main-area #main-content .references-content .references-list-names.fs-tabs-active ul {
    margin-bottom: 1em;
  }
}
body.page-template-default #page-container #et-main-area #main-content .references-content .references-list-names.fs-tabs-active ul li {
  font-size: 16px;
  line-height: 24px;
}
body.page-template-default #page-container #et-main-area #main-content .references-content .references-list-names.fs-tabs-active ul li a {
  color: #3B3B3A;
  font-weight: 700;
}
body.page-template-default #page-container #et-main-area #main-content .references-content .references-list-names.fs-tabs-active ul .letter-title {
  color: #9C9B9B;
  font-weight: 700;
  border-bottom: solid 1px #9C9B9B;
  margin-bottom: 0.75em;
}
body.page-template-default #page-container #et-main-area #main-content .references-content .references-list-names.fs-tabs-active ul .single-reference-name {
  margin-bottom: 0.5em;
}
body.page-template-default #page-container #et-main-area #main-content .fields-content {
  background-color: #EDEDED;
  padding: 2em 0;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .fields-content {
    padding: 0;
    margin-top: 70px;
  }
  body.page-template-default #page-container #et-main-area #main-content .fields-content .group:first-child .et_pb_text {
    position: relative;
    top: -70px;
  }
}
body.page-template-default #page-container #et-main-area #main-content .fields-content .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.page-template-default #page-container #et-main-area #main-content .fields-content .group .et_pb_column .et_pb_text {
  height: 100%;
  background-color: #C6C6C5;
  padding: 3em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.page-template-default #page-container #et-main-area #main-content .fields-content .group .et_pb_column .et_pb_text h2 {
  color: white;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
body.page-template-default #page-container #et-main-area #main-content .fields-content .group .et_pb_column .et_pb_text p {
  color: white;
  font-size: 16px;
  margin-bottom: 1.5em;
}
body.page-template-default #page-container #et-main-area #main-content .fields-content .group .et_pb_column .et_pb_image {
  margin: 2em 0;
  height: 100%;
}
body.page-template-default #page-container #et-main-area #main-content .fields-content .group .et_pb_column .et_pb_image .et_pb_image_wrap {
  height: 100%;
}
body.page-template-default #page-container #et-main-area #main-content .fields-content .group .et_pb_column .et_pb_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .fields-content .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  body.page-template-default #page-container #et-main-area #main-content .fields-content .group .et_pb_column {
    width: 50%;
    min-height: 340px;
  }
  body.page-template-default #page-container #et-main-area #main-content .fields-content .group .et_pb_column .et_pb_image {
    margin: 0;
  }
  body.page-template-default #page-container #et-main-area #main-content .fields-content .group .et_pb_column .et_pb_image img {
    height: 100%;
  }
  body.page-template-default #page-container #et-main-area #main-content .fields-content .group .et_pb_column_empty {
    display: block;
  }
}
@media (min-width: 980px) {
  body.page-template-default #page-container #et-main-area #main-content .fields-content .group .et_pb_column {
    height: 420px;
  }
}
body.page-template-default #page-container #et-main-area #main-content .about-content {
  background-color: #EDEDED;
  padding: 2em 0;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .about-content {
    padding: 0;
    margin-top: 140px;
  }
}
body.page-template-default #page-container #et-main-area #main-content .about-content .group:first-child .et_pb_column:nth-child(2) {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .about-content .group:first-child .et_pb_text {
    position: relative;
    top: -140px;
  }
  body.page-template-default #page-container #et-main-area #main-content .about-content .group:first-child .et_pb_column:nth-child(2) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
body.page-template-default #page-container #et-main-area #main-content .about-content .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.page-template-default #page-container #et-main-area #main-content .about-content .group .et_pb_column .et_pb_text {
  height: 100%;
  background-color: #C6C6C5;
  padding: 3em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.page-template-default #page-container #et-main-area #main-content .about-content .group .et_pb_column .et_pb_text h2 {
  color: white;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
body.page-template-default #page-container #et-main-area #main-content .about-content .group .et_pb_column .et_pb_text p {
  color: white;
  font-size: 16px;
  margin-bottom: 1.5em;
}
body.page-template-default #page-container #et-main-area #main-content .about-content .group .et_pb_column .et_pb_image {
  margin: 2em 0;
  height: 100%;
}
body.page-template-default #page-container #et-main-area #main-content .about-content .group .et_pb_column .et_pb_image img {
  width: 100%;
  height: auto;
}
body.page-template-default #page-container #et-main-area #main-content .about-content .group .et_pb_column .about-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.page-template-default #page-container #et-main-area #main-content .about-content .group .et_pb_column .about-logos ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.page-template-default #page-container #et-main-area #main-content .about-content .group .et_pb_column .about-logos ul li {
  width: 30%;
  margin: 1em 0;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .about-content .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  body.page-template-default #page-container #et-main-area #main-content .about-content .group .et_pb_column {
    width: 50%;
    min-height: 340px;
  }
  body.page-template-default #page-container #et-main-area #main-content .about-content .group .et_pb_column .et_pb_image {
    margin: 0;
  }
  body.page-template-default #page-container #et-main-area #main-content .about-content .group .et_pb_column .et_pb_image img {
    height: 100%;
  }
  body.page-template-default #page-container #et-main-area #main-content .about-content .group .et_pb_column_empty {
    display: block;
  }
}
@media (min-width: 980px) {
  body.page-template-default #page-container #et-main-area #main-content .about-content .group .et_pb_column {
    height: 420px;
  }
}
body.page-template-default #page-container #et-main-area #main-content .home-content {
  background-color: #EDEDED;
  padding: 2em 0;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .home-content {
    padding: 0;
    margin-top: 70px;
    /*margin-bottom: -70px;*/
  }
}
body.page-template-default #page-container #et-main-area #main-content .home-content .group:first-child .et_pb_column:nth-child(2) {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .home-content .group:first-child .et_pb_text {
    position: relative;
    top: -70px;
  }
  body.page-template-default #page-container #et-main-area #main-content .home-content .group:first-child .et_pb_column:nth-child(2) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
body.page-template-default #page-container #et-main-area #main-content .home-content .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
body.page-template-default #page-container #et-main-area #main-content .home-content .group .et_pb_column .et_pb_text {
  height: 100%;
  background-color: #C6C6C5;
  padding: 3em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.page-template-default #page-container #et-main-area #main-content .home-content .group .et_pb_column .et_pb_text h2 {
  color: #3B3B3A;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
body.page-template-default #page-container #et-main-area #main-content .home-content .group .et_pb_column .et_pb_text p {
  color: white;
  font-size: 16px;
  margin-bottom: 1.5em;
}
body.page-template-default #page-container #et-main-area #main-content .home-content .group .et_pb_column .et_pb_image {
  margin: 2em 0;
  height: 100%;
}
body.page-template-default #page-container #et-main-area #main-content .home-content .group .et_pb_column .et_pb_image .et_pb_image_wrap {
  height: 100%;
}
body.page-template-default #page-container #et-main-area #main-content .home-content .group .et_pb_column .et_pb_image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .home-content .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  body.page-template-default #page-container #et-main-area #main-content .home-content .group .et_pb_column {
    width: 50%;
    min-height: 340px;
  }
  body.page-template-default #page-container #et-main-area #main-content .home-content .group .et_pb_column .et_pb_image {
    margin: 0;
  }
  body.page-template-default #page-container #et-main-area #main-content .home-content .group .et_pb_column .et_pb_image img {
    height: 100%;
  }
  body.page-template-default #page-container #et-main-area #main-content .home-content .group .et_pb_column_empty {
    display: block;
  }
}
@media (min-width: 980px) {
  body.page-template-default #page-container #et-main-area #main-content .home-content .group .et_pb_column {
    height: 420px;
  }
}
body.page-template-default #page-container #et-main-area #main-content .home-section {
  background-color: #EDEDED;
  padding: 4em 0;
}
body.page-template-default #page-container #et-main-area #main-content .home-icons ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .home-icons ul {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
body.page-template-default #page-container #et-main-area #main-content .home-icons ul li {
  width: 100%;
  margin-bottom: 4em;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .home-icons ul li {
    width: 15%;
    margin-bottom: 0;
  }
}
body.page-template-default #page-container #et-main-area #main-content .home-icons ul li a {
  color: #9C9B9B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
body.page-template-default #page-container #et-main-area #main-content .home-icons ul li a [class^=icon-] {
  font-size: 120px;
  position: relative;
  overflow: hidden;
  height: 120px;
  z-index: 2;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .home-icons ul li a [class^=icon-] {
    font-size: 75px;
    height: 75px;
  }
}
body.page-template-default #page-container #et-main-area #main-content .home-icons ul li a [class^=icon-]:before {
  color: #3B3B3A;
  height: 120px;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.45s cubic-bezier(0, 0, 0.2, 1);
  transition: all 0.45s cubic-bezier(0, 0, 0.2, 1);
  background: #FFFFFF;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .home-icons ul li a [class^=icon-]:before {
    height: 75px;
  }
}
body.page-template-default #page-container #et-main-area #main-content .home-icons ul li a [class^=icon-].icon-home-overlay {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
body.page-template-default #page-container #et-main-area #main-content .home-icons ul li a [class^=icon-].icon-home-overlay:before {
  color: #C6C6C5;
  display: inherit;
  height: auto;
  background: transparent;
}
body.page-template-default #page-container #et-main-area #main-content .home-icons ul li a:hover [class^=icon-]:before {
  height: 0;
}
body.page-template-default #page-container #et-main-area #main-content .home-icons ul li a:hover [class^=icon-].icon-home-overlay:before {
  height: auto;
}
body.page-template-default #page-container #et-main-area #main-content .home-icons ul li a p {
  font-size: 20px;
  text-align: center;
  margin-top: 1em;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .home-icons ul li a p {
    font-size: 16px;
  }
}
body.page-template-default #page-container #et-main-area #main-content .home-icons ul li a p span {
  color: #3B3B3A;
}
body.page-template-default #page-container #et-main-area #main-content .page-banner {
  width: 100%;
  height: 40vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5vw;
  background-position: center center;
}
body.page-template-default #page-container #et-main-area #main-content .page-banner p {
  text-align: center;
  color: white;
  font-family: "Prata", serif;
  font-size: 28px;
  line-height: 1.2em;
  margin: 0 auto;
}
@media (min-width: 479px) {
  body.page-template-default #page-container #et-main-area #main-content .page-banner p {
    font-size: 32px;
  }
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .page-banner p {
    font-size: 36px;
  }
}
@media (min-width: 980px) {
  body.page-template-default #page-container #et-main-area #main-content .page-banner {
    padding: 0 10vw;
  }
  body.page-template-default #page-container #et-main-area #main-content .page-banner p {
    font-size: 42px;
    max-width: 750px;
  }
}
body.page-template-default #page-container #et-main-area #main-content .page-slider {
  width: 100%;
  height: 40vh;
}
body.page-template-default #page-container #et-main-area #main-content .page-slider .et_pb_slider {
  height: 100%;
}
body.page-template-default #page-container #et-main-area #main-content .page-slider .et_pb_slider .et_pb_slides {
  height: 100%;
}
body.page-template-default #page-container #et-main-area #main-content .page-slider .et_pb_slider .et_pb_slides .et_pb_slide {
  height: 100%;
  padding: 0;
}
body.page-template-default #page-container #et-main-area #main-content .page-slider .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container {
  max-width: inherit;
  margin: inherit;
  width: 100%;
  display: inherit;
}
body.page-template-default #page-container #et-main-area #main-content .page-slider .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner {
  height: 100%;
  display: inherit;
}
body.page-template-default #page-container #et-main-area #main-content .page-slider .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description {
  padding: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5vw;
  max-width: 100%;
}
body.page-template-default #page-container #et-main-area #main-content .page-slider .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description h2 {
  text-align: center;
  color: white;
  font-family: "Prata", serif;
  font-size: 24px !important;
  line-height: 1.2em;
  margin: 0 auto;
  text-shadow: none;
  max-width: 100%;
}
@media (min-width: 479px) {
  body.page-template-default #page-container #et-main-area #main-content .page-slider .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description h2 {
    font-size: 28px !important;
  }
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .page-slider .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description h2 {
    font-size: 36px !important;
  }
}
@media (min-width: 980px) {
  body.page-template-default #page-container #et-main-area #main-content .page-slider .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description {
    padding: 0 10vw;
  }
  body.page-template-default #page-container #et-main-area #main-content .page-slider .et_pb_slider .et_pb_slides .et_pb_slide .et_pb_container .et_pb_slider_container_inner .et_pb_slide_description h2 {
    font-size: 42px !important;
    max-width: 750px;
  }
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-slider-section {
  background-color: #EDEDED;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .testimonials-slider-section {
    background: linear-gradient(transparent 50px, #EDEDED 50px);
    padding-top: 0;
  }
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-slider-section .fs-carousel-pagination {
  margin-top: 20px;
  margin-bottom: 20px;
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-slider-section .group .recommendation-items {
  background-color: #C6C6C5;
  text-align: center;
  margin-bottom: 2em;
  padding: 4em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-slider-section .group .recommendation-items h2 {
  font-size: 20px;
  font-weight: 700;
  color: white;
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-slider-section .group .recommendation-items #rating-dw ol {
  list-style-type: none;
  width: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-slider-section .group .recommendation-items #rating-dw ol li {
  color: white;
  position: relative;
  line-height: 1em;
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-slider-section .group .recommendation-items #rating-dw ol .fill {
  opacity: 1;
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-slider-section .group .recommendation-items #rating-dw ol .half .fa-star-half {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-slider-section .group .recommendation-items #rating-dw ol .half .fa-star {
  opacity: 0.5;
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-slider-section .group .recommendation-items #rating-dw ol .empty {
  opacity: 0.5;
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-slider-section .group .recommendation-items a {
  font-size: 16px;
  margin-top: 2em;
  color: #3B3B3A;
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-slider-section .group .recommendation-txt {
  background-color: white;
  text-align: center;
  padding: 3em 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-slider-section .group .recommendation-txt .quote-open, body.page-template-default #page-container #et-main-area #main-content .testimonials-slider-section .group .recommendation-txt .quote-close {
  width: 28px;
  height: 23px;
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-slider-section .group .recommendation-txt .quote-open svg, body.page-template-default #page-container #et-main-area #main-content .testimonials-slider-section .group .recommendation-txt .quote-close svg {
  fill: #EDEDED;
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-slider-section .group .recommendation-txt .quote-open {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-slider-section .group .recommendation-txt .testimonial-content {
  font-family: "Prata", serif;
  font-size: 20px;
  line-height: 1.75em;
  padding: 0.5em 1em;
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-slider-section .group .recommendation-txt .quote-close {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 1.5em;
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-slider-section .group .recommendation-txt .testimonial-signature {
  font-size: 16px;
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-slider-section .group .recommendation-txt * {
  max-width: 100%;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .testimonials-slider-section .group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.page-template-default #page-container #et-main-area #main-content .testimonials-slider-section .group .recommendation-items, body.page-template-default #page-container #et-main-area #main-content .testimonials-slider-section .group .recommendation-txt {
    width: 50%;
    min-height: 400px;
  }
  body.page-template-default #page-container #et-main-area #main-content .testimonials-slider-section .group .recommendation-items {
    margin: 0;
    position: relative;
    margin-bottom: 100px;
  }
  body.page-template-default #page-container #et-main-area #main-content .testimonials-slider-section .group .recommendation-txt {
    padding: 5%;
    margin-top: 100px;
  }
}
@media (min-width: 980px) {
  body.page-template-default #page-container #et-main-area #main-content .testimonials-slider-section .group .recommendation-items, body.page-template-default #page-container #et-main-area #main-content .testimonials-slider-section .group .recommendation-txt {
    height: 420px;
  }
}
body.page-template-default #page-container #et-main-area #main-content .other-projects .other-projects-title {
  margin-top: 3em;
  margin-bottom: 2em;
  text-align: center;
}
@media (min-width: 980px) {
  body.page-template-default #page-container #et-main-area #main-content .other-projects .other-projects-title {
    margin-top: 5em;
    margin-bottom: 2.75em;
  }
}
body.page-template-default #page-container #et-main-area #main-content .other-projects .other-projects-title h2 {
  font-size: 20px;
  font-weight: 700;
}
body.page-template-default #page-container #et-main-area #main-content .other-projects .other-projects-title a {
  color: #3B3B3A;
  text-decoration: underline;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .other-projects .other-projects-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.page-template-default #page-container #et-main-area #main-content .other-projects .other-projects-title h2 {
    margin-bottom: 0;
  }
}
body.page-template-default #page-container #et-main-area #main-content .other-projects .group {
  margin-bottom: 3em;
}
@media (min-width: 980px) {
  body.page-template-default #page-container #et-main-area #main-content .other-projects .group {
    margin-bottom: 5em;
  }
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project {
  overflow: hidden;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project {
    width: calc(33.33% - .666em);
  }
}
@media (min-width: 980px) {
  body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project {
    width: calc(33.33% - 20px);
  }
}
body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project .single-project-box {
  width: 100%;
  position: relative;
}
body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project .single-project-box img {
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.25s linear;
  -webkit-transition: -webkit-transform 0.25s linear;
  transition: -webkit-transform 0.25s linear;
  transition: transform 0.25s linear;
  transition: transform 0.25s linear, -webkit-transform 0.25s linear;
}
body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project .single-project-box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project .single-project-box .naming-design {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #C6C6C5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project .single-project-box .naming-design h4 {
  text-transform: uppercase;
  color: white;
  margin-bottom: 0;
  line-height: 1.2em;
  font-size: 8vw;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project .single-project-box .naming-design h4 {
    font-size: 3vw;
  }
}
@media (min-width: 980px) {
  body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project .single-project-box .naming-design h4 {
    font-size: 34px;
  }
}
body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project .single-project-box .naming-design span {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
}
body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project .single-project-box:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(1) .single-project-box .naming-design {
  background-color: #C6C6C5;
}
body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(2) .single-project-box .naming-design {
  background-color: #EDEDED;
}
body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(2) .single-project-box .naming-design h4 {
  color: #9C9B9B;
}
body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(3) .single-project-box .naming-design {
  background-color: #9C9B9B;
}
body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(3n-1) {
  margin: 1.5em 0;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(3n-1) {
    margin: 0 1em;
  }
}
@media (min-width: 980px) {
  body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(3n-1) {
    margin: 0 30px;
  }
}
body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(4), body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(7), body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(10) {
  margin-top: 1.5em;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(4), body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(5), body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(6), body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(7), body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(8), body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(9), body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(10), body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(11), body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(12) {
    margin-top: 1em;
  }
}
@media (min-width: 980px) {
  body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(4), body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(5), body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(6), body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(7), body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(8), body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(9), body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(10), body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(11), body.page-template-default #page-container #et-main-area #main-content .other-projects .group .other-projects-items .single-project:nth-child(12) {
    margin-top: 30px;
  }
}
body.page-template-default #page-container #et-main-area #main-content .other-projects .group .term-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
body.page-template-default #page-container #et-main-area #main-content .other-projects .group .term-list li {
  margin-right: 0.5em;
  margin-bottom: 0.75em;
}
@media (min-width: 980px) {
  body.page-template-default #page-container #et-main-area #main-content .other-projects .group .term-list li {
    margin-right: 0.75em;
  }
}
body.page-template-default #page-container #et-main-area #main-content .other-projects .group .term-list li a {
  color: #3B3B3A;
  border: solid 1px #3B3B3A;
  padding: 0.35em 0.75em;
}
body.page-template-default #page-container #et-main-area #main-content .other-projects .group .term-list li a:hover {
  color: #9C9B9B;
  border-color: #9C9B9B;
}
body.page-template-default #page-container #et-main-area #main-content .projects-logos-section .projects-logos-title {
  margin-top: 3em;
  margin-bottom: 2em;
  text-align: center;
}
@media (min-width: 980px) {
  body.page-template-default #page-container #et-main-area #main-content .projects-logos-section .projects-logos-title {
    margin-top: 4em;
    margin-bottom: 2.75em;
  }
}
body.page-template-default #page-container #et-main-area #main-content .projects-logos-section .projects-logos-title h2 {
  font-size: 20px;
  font-weight: 700;
}
body.page-template-default #page-container #et-main-area #main-content .projects-logos-section .projects-logos-title a {
  color: #3B3B3A;
  text-decoration: underline;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .projects-logos-section .projects-logos-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.page-template-default #page-container #et-main-area #main-content .projects-logos-section .projects-logos-title h2 {
    margin-bottom: 0;
    margin-right: 1.5em;
  }
}
body.page-template-default #page-container #et-main-area #main-content .projects-logos-section .projects-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 2em;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .projects-logos-section .projects-logos {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin-bottom: 5em;
  }
}
body.page-template-default #page-container #et-main-area #main-content .projects-logos-section .projects-logos .logos-group {
  position: relative;
  width: 50%;
  height: 30vw;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .projects-logos-section .projects-logos .logos-group {
    width: 25%;
    height: 13.333vw;
    max-height: 158px;
    margin-bottom: 0;
  }
}
body.page-template-default #page-container #et-main-area #main-content .projects-logos-section .projects-logos .logos-group a.single-logo {
  display: block;
  width: 100%;
  position: absolute;
}
body.page-template-default #page-container #et-main-area #main-content .projects-logos-section .projects-logos .logos-group a.single-logo img {
  width: 100%;
  -webkit-filter: saturate(0);
  filter: saturate(0);
  opacity: 0.8;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
body.page-template-default #page-container #et-main-area #main-content .projects-logos-section .projects-logos .logos-group a.logo-visible {
  -webkit-transform: scale(100%);
  transform: scale(100%);
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}
body.page-template-default #page-container #et-main-area #main-content .projects-logos-section .projects-logos .logos-group a.logo-hidden {
  -webkit-transform: scale(0);
  transform: scale(0);
}
body.page-template-default #page-container #et-main-area #main-content .projects-logos-section .projects-logos .logos-group:hover a.single-logo img {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
  opacity: 1;
}
body.page-template-default #page-container #et-main-area #main-content .inspirations-section {
  margin-bottom: 7em;
}
body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-title {
  margin-top: 3em;
  margin-bottom: 2em;
  text-align: center;
}
@media (min-width: 980px) {
  body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-title {
    margin-top: 5em;
    margin-bottom: 2.75em;
  }
}
body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-title h2 {
  font-size: 20px;
  font-weight: 700;
}
body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-title a {
  color: #3B3B3A;
  text-decoration: underline;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-title h2 {
    margin-bottom: 0;
    margin-right: 1.5em;
  }
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-short-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-short-list .single-inspiration {
  background-color: #EDEDED;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-short-list .single-inspiration {
    width: calc(33.33% - .666em);
  }
}
@media (min-width: 980px) {
  body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-short-list .single-inspiration {
    width: calc(33.33% - 20px);
  }
}
body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-short-list .single-inspiration .single-inspiration-box a {
  display: block;
}
body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-short-list .single-inspiration .single-inspiration-box a .single-inspiration-img {
  width: 100%;
  background-size: cover;
  background-position: center;
}
body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-short-list .single-inspiration .single-inspiration-box a .single-inspiration-img:before {
  padding-top: 60%;
  content: "";
  display: block;
}
body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-short-list .single-inspiration .single-inspiration-box a .single-inspiration-content {
  padding: 1.5em;
}
body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-short-list .single-inspiration .single-inspiration-box a .single-inspiration-content .single-inspiration-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-short-list .single-inspiration .single-inspiration-box a .single-inspiration-content .single-inspiration-title h3 {
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-short-list .single-inspiration .single-inspiration-box a .single-inspiration-content .single-inspiration-title i {
  color: #9C9B9B;
  font-size: 20px;
  line-height: 1.5em;
  margin-left: auto;
}
body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-short-list .single-inspiration .single-inspiration-box a .single-inspiration-content .single-inspiration-title i.fa-link {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-short-list .single-inspiration .single-inspiration-box a:hover i {
  opacity: 0.7;
}
body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-short-list .single-inspiration:nth-child(3n-1) {
  margin: 1.5em 0;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-short-list .single-inspiration:nth-child(3n-1) {
    margin: 0 1em;
  }
}
@media (min-width: 980px) {
  body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-short-list .single-inspiration:nth-child(3n-1) {
    margin: 0 30px;
  }
}
body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-short-list .single-inspiration:nth-child(4) {
  margin-top: 1.5em;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-short-list .single-inspiration:nth-child(4), body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-short-list .single-inspiration:nth-child(5), body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-short-list .single-inspiration:nth-child(6), body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-short-list .single-inspiration:nth-child(7), body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-short-list .single-inspiration:nth-child(8), body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-short-list .single-inspiration:nth-child(9) {
    margin-top: 1em;
  }
}
@media (min-width: 980px) {
  body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-short-list .single-inspiration:nth-child(4), body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-short-list .single-inspiration:nth-child(5), body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-short-list .single-inspiration:nth-child(6), body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-short-list .single-inspiration:nth-child(7), body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-short-list .single-inspiration:nth-child(8), body.page-template-default #page-container #et-main-area #main-content .inspirations-section .inspirations-short-list .single-inspiration:nth-child(9) {
    margin-top: 30px;
  }
}
body.page-template-default #page-container #et-main-area #main-content .contact-form form {
  margin-top: 2em;
  margin-bottom: 5em;
}
body.page-template-default #page-container #et-main-area #main-content .contact-form form ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .contact-form form ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.page-template-default #page-container #et-main-area #main-content .contact-form form ul li.col2 {
    width: 48.25%;
  }
  body.page-template-default #page-container #et-main-area #main-content .contact-form form ul li.col1 {
    width: 100%;
  }
}
body.page-template-default #page-container #et-main-area #main-content .contact-form form ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 2em;
}
body.page-template-default #page-container #et-main-area #main-content .contact-form form ul li input, body.page-template-default #page-container #et-main-area #main-content .contact-form form ul li textarea {
  border: solid 1px #C6C6C5;
  padding: 1em;
  color: #3B3B3A;
  width: 100%;
  font-size: 14px;
}
body.page-template-default #page-container #et-main-area #main-content .contact-form form ul li input:focus, body.page-template-default #page-container #et-main-area #main-content .contact-form form ul li textarea:focus {
  border-color: #3B3B3A;
}
body.page-template-default #page-container #et-main-area #main-content .contact-form form ul li span[role=alert] {
  font-size: 12px;
}
body.page-template-default #page-container #et-main-area #main-content .contact-form form ul li span[role=alert].wpcf7-not-valid-tip {
  color: #d8330f;
}
body.page-template-default #page-container #et-main-area #main-content .contact-form form ul li.captcha {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
body.page-template-default #page-container #et-main-area #main-content .contact-form form ul .file-input span input {
  color: #9C9B9B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.page-template-default #page-container #et-main-area #main-content .contact-form form .wpcf7-response-output {
  padding: 10px 18px;
}
body.page-template-default #page-container #et-main-area #main-content .contact-form form .wpcf7-response-output.wpcf7-validation-errors {
  border-color: #e8b81f;
}
body.page-template-default #page-container #et-main-area #main-content .contact-form form .wpcf7-response-output.wpcf7-mail-sent-ok {
  border-color: #7eb81f;
}
body.page-template-default #page-container #et-main-area #main-content .contact-form form .box-submit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1em;
}
body.page-template-default #page-container #et-main-area #main-content .contact-form form .box-submit input[type=submit] {
  font-weight: 700;
  font-size: 16px;
  color: #83D0F5;
  border: solid 4px #83D0F5;
  padding: 0.5em 5em;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
body.page-template-default #page-container #et-main-area #main-content .contact-form form .box-submit input[type=submit]:hover {
  color: #3B3B3A;
  border-color: #3B3B3A;
}
body.page-template-default #page-container #et-main-area #main-content .contact-form form .box-submit input[type=submit]:active {
  opacity: 0.7;
}
body.page-template-default #page-container #et-main-area #main-content .contact-form form .box-submit .ajax-loader {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  background-image: url(../img/loading.gif);
  background-size: auto 150px;
}
body.page-template-default #page-container #et-main-area #main-content .contact-infos {
  background-color: #C6C6C5;
}
body.page-template-default #page-container #et-main-area #main-content .contact-infos .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  padding: 1em 0;
}
@media (min-width: 980px) {
  body.page-template-default #page-container #et-main-area #main-content .contact-infos .group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
}
body.page-template-default #page-container #et-main-area #main-content .contact-infos .group .et_pb_column {
  width: inherit;
}
body.page-template-default #page-container #et-main-area #main-content .contact-infos .group p {
  font-weight: 600;
  font-size: 16px;
  color: white;
  text-align: center;
}
body.page-template-default #page-container #et-main-area #main-content .contact-infos .group p i {
  margin-right: 1em;
}
body.page-template-default #page-container #et-main-area #main-content .contact-infos .group p a {
  padding: 1em 0;
}
body.page-template-default #page-container #et-main-area #main-content .contact-infos .group p a:hover {
  color: white;
  text-decoration: underline;
}
body.page-template-default #page-container #et-main-area #main-content .contact-infos .group a {
  padding: 1em 0;
  color: white;
}
body.page-template-default #page-container #et-main-area #main-content .contact-infos .group i {
  color: white;
  margin-right: 1em;
}
body.page-template-default #page-container #et-main-area #main-content .inspirations-list {
  margin-top: 2em;
}
body.page-template-default #page-container #et-main-area #main-content .inspirations-list .grid {
  display: block;
}
body.page-template-default #page-container #et-main-area #main-content .inspirations-list .grid .grid-sizer, body.page-template-default #page-container #et-main-area #main-content .inspirations-list .grid .grid-item {
  width: 100%;
}
@media (min-width: 479px) {
  body.page-template-default #page-container #et-main-area #main-content .inspirations-list .grid .grid-sizer, body.page-template-default #page-container #et-main-area #main-content .inspirations-list .grid .grid-item {
    width: calc(50% - .5em);
  }
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .inspirations-list .grid .grid-sizer, body.page-template-default #page-container #et-main-area #main-content .inspirations-list .grid .grid-item {
    width: calc(50% - 15px);
  }
}
@media (min-width: 980px) {
  body.page-template-default #page-container #et-main-area #main-content .inspirations-list .grid .grid-sizer, body.page-template-default #page-container #et-main-area #main-content .inspirations-list .grid .grid-item {
    width: calc(33.33% - 20px);
  }
}
body.page-template-default #page-container #et-main-area #main-content .inspirations-list .grid .gutter-sizer {
  width: 1em;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .inspirations-list .grid .gutter-sizer {
    width: 30px;
  }
}
body.page-template-default #page-container #et-main-area #main-content .inspirations-list .single-inspiration {
  background-color: #EDEDED;
  margin-bottom: 2em;
}
@media (min-width: 479px) {
  body.page-template-default #page-container #et-main-area #main-content .inspirations-list .single-inspiration {
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .inspirations-list .single-inspiration {
    margin-bottom: 30px;
  }
}
body.page-template-default #page-container #et-main-area #main-content .inspirations-list .single-inspiration .single-inspiration-box a {
  display: block;
}
body.page-template-default #page-container #et-main-area #main-content .inspirations-list .single-inspiration .single-inspiration-box a .single-inspiration-img {
  width: 100%;
  background-size: cover;
  background-position: center;
}
body.page-template-default #page-container #et-main-area #main-content .inspirations-list .single-inspiration .single-inspiration-box a .single-inspiration-img:before {
  padding-top: 60%;
  content: "";
  display: block;
}
body.page-template-default #page-container #et-main-area #main-content .inspirations-list .single-inspiration .single-inspiration-box a .single-inspiration-content {
  padding: 1.5em;
}
body.page-template-default #page-container #et-main-area #main-content .inspirations-list .single-inspiration .single-inspiration-box a .single-inspiration-content .single-inspiration-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body.page-template-default #page-container #et-main-area #main-content .inspirations-list .single-inspiration .single-inspiration-box a .single-inspiration-content .single-inspiration-title h3 {
  font-size: 16px;
  font-weight: 700;
  padding: 0;
  margin: 0;
}
body.page-template-default #page-container #et-main-area #main-content .inspirations-list .single-inspiration .single-inspiration-box a .single-inspiration-content .single-inspiration-title i {
  color: #9C9B9B;
  font-size: 20px;
  line-height: 1.5em;
  margin-left: auto;
}
body.page-template-default #page-container #et-main-area #main-content .inspirations-list .single-inspiration .single-inspiration-box a .single-inspiration-content .single-inspiration-title i.fa-link {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
body.page-template-default #page-container #et-main-area #main-content .inspirations-list .single-inspiration .single-inspiration-box a .single-inspiration-content p {
  color: #3B3B3A;
  font-size: 16px;
  margin-top: 0.75em;
}
body.page-template-default #page-container #et-main-area #main-content .inspirations-list .single-inspiration .single-inspiration-box a:hover i {
  opacity: 0.7;
}
@media (min-width: 479px) {
  body.page-template-default #page-container #et-main-area #main-content .inspirations-list .single-inspiration {
    width: 50%;
  }
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-list-container {
  margin-top: 1em;
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-list-container ul.testimonials-list > li {
  margin-bottom: 1em;
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-list-container ul.testimonials-list > li .testimonial-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3em 0;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .testimonials-list-container ul.testimonials-list > li .testimonial-item {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-list-container ul.testimonials-list > li .testimonial-item .testimonial-logo {
  width: 30%;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .testimonials-list-container ul.testimonials-list > li .testimonial-item .testimonial-logo {
    width: inherit;
    width: 16%;
    position: relative;
    top: -10px;
  }
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-list-container ul.testimonials-list > li .testimonial-item .testimonial-logo img {
  width: 100%;
  -webkit-filter: saturate(0);
  filter: saturate(0);
  opacity: 0.8;
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-list-container ul.testimonials-list > li .testimonial-item .testimonial-source {
  width: 70%;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .testimonials-list-container ul.testimonials-list > li .testimonial-item .testimonial-source {
    width: inherit;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 30%;
    margin: 0 2%;
  }
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-list-container ul.testimonials-list > li .testimonial-item .testimonial-source h3 {
  padding: 0;
  margin: 0;
  line-height: 1.5em;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.75em;
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-list-container ul.testimonials-list > li .testimonial-item .testimonial-source .testimonial-author-name {
  line-height: 1.5em;
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-list-container ul.testimonials-list > li .testimonial-item .testimonial-source .testimonial-author-fonction {
  line-height: 1.5em;
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-list-container ul.testimonials-list > li .testimonial-item .testimonial-source #rating-dw {
  margin-top: 1em;
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-list-container ul.testimonials-list > li .testimonial-item .testimonial-source #rating-dw ol {
  padding: 0;
  width: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-list-container ul.testimonials-list > li .testimonial-item .testimonial-source #rating-dw ol li {
  color: #9C9B9B;
  font-size: 12px;
  position: relative;
  line-height: 1em;
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-list-container ul.testimonials-list > li .testimonial-item .testimonial-source #rating-dw ol .fill {
  opacity: 1;
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-list-container ul.testimonials-list > li .testimonial-item .testimonial-source #rating-dw ol .half .fa-star-half {
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-list-container ul.testimonials-list > li .testimonial-item .testimonial-source #rating-dw ol .half .fa-star {
  opacity: 0.5;
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-list-container ul.testimonials-list > li .testimonial-item .testimonial-source #rating-dw ol .empty {
  opacity: 0.5;
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-list-container ul.testimonials-list > li .testimonial-item .testimonial-txt {
  width: 100%;
  margin-top: 2em;
}
@media (min-width: 768px) {
  body.page-template-default #page-container #et-main-area #main-content .testimonials-list-container ul.testimonials-list > li .testimonial-item .testimonial-txt {
    width: inherit;
    margin-top: 0;
    width: 50%;
  }
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-list-container ul.testimonials-list > li:last-child {
  margin-bottom: 0;
}
body.page-template-default #page-container #et-main-area #main-content .testimonials-list-container ul.testimonials-list > li:nth-child(even) {
  background-color: #EDEDED;
}
body.page-template-default #page-container #et-main-area #main-content .list-imgs {
  /*position: relative; ----------------------- enable to restore
  bottom: -60px;
  padding-top: 0 !important; 
  z-index: 1;*/
  margin: 60px 0;
  margin-top: 0;
}
body.page-template-default #page-container #et-main-area #main-content .list-imgs a {
  width: 100%;
  position: relative;
}
body.page-template-default #page-container #et-main-area #main-content .list-imgs a br {
  display: none;
}
body.page-template-default #page-container #et-main-area #main-content .list-imgs a img {
  margin-bottom: 1em;
  width: 100%;
}
body.page-template-default #page-container #et-main-area #main-content .list-imgs a:before {
  display: block;
  content: "";
  font: normal normal normal 14px/1 FontAwesome;
  color: #9C9B9B;
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: rgba(237, 237, 237, 0.8);
  padding: 1em;
  border-radius: 100%;
  opacity: 0;
}
body.page-template-default #page-container #et-main-area #main-content .list-imgs a:hover:before {
  opacity: 0.9;
}