/* 
	Product Stylesheet
	=================================
	DUSZA
------------------------------------------------------------------------------------------------------------ */
/*-------------------------------------------------------------------------------------------------------PRODUCTS
*/
.quick_nav {
  display: flex;
  width: 100%;
  height: auto;
  border-bottom: 5px solid #3591cf;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
  z-index: 11;
}
@media screen and (max-width: 800px) {
  .quick_nav {
    order: 4;
    overflow-y: hidden;
    overflow-x: scroll;
    display: none;
  }
}
.quick_nav a {
  padding: 20px 50px 20px 20px;
  font-weight: 400;
  position: relative;
  flex-grow: 1;
  transition: background 400ms ease, color 400ms ease;
}
@media screen and (max-width: 1440px) {
  .quick_nav a {
    padding: 16px 46px 14px 16px;
  }
}
@media screen and (max-width: 1180px) {
  .quick_nav a {
    padding: 12px 26px 12px 12px;
    font-size: 0.9rem;
    margin-bottom: -2px;
  }
}
.quick_nav a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url(../images/icons/dropdown_blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: translateY(-50%);
  filter: grayscale(0) brightness(100%);
  transition: filter 400ms ease;
  will-change: filter;
}
@media screen and (max-width: 1440px) {
  .quick_nav a:after {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 1180px) {
  .quick_nav a:after {
    width: 12px;
    height: 12px;
    right: 12px;
  }
}
.quick_nav a.active {
  background: #3591cf;
  color: #FFF;
}
@media screen and (max-width: 800px) {
  .quick_nav a.active {
    display: none;
  }
}
.quick_nav a.active:after {
  filter: grayscale(100%) brightness(2);
}
@media screen and (min-width: 1180px) {
  .quick_nav a:hover {
    background: #3591cf;
    color: #FFF;
  }
  .quick_nav a:hover:after {
    filter: grayscale(100%) brightness(200%);
    transition: filter 400ms ease;
  }
}

.product_section {
  display: inline-block;
  padding-top: 320px;
  margin-top: -320px;
  height: auto;
  position: relative;
  width: 100%;
  padding-bottom: 40px;
  display: inline-block;
  z-index: 10;
}
.product_section:nth-of-type(2) {
  z-index: 9;
}
.product_section:nth-of-type(3) {
  z-index: 8;
}
.product_section:nth-of-type(4) {
  z-index: 7;
}
.product_section:nth-of-type(5) {
  z-index: 6;
}
.product_section:nth-of-type(6) {
  z-index: 5;
}
.product_section:nth-of-type(7) {
  z-index: 4;
}
.product_section:nth-of-type(8) {
  z-index: 3;
}
.product_section:nth-of-type(9) {
  z-index: 2;
}
.product_section:nth-of-type(10) {
  z-index: 1;
}
@media screen and (max-width: 1440px) {
  .product_section {
    padding-bottom: 20px;
    padding-top: 250px;
    margin-top: -250px;
  }
}
@media screen and (max-width: 1180px) {
  .product_section {
    padding-bottom: 20px;
    padding-top: 200px;
    margin-top: -200px;
  }
}
@media screen and (max-width: 800px) {
  .product_section {
    padding-top: 10px;
    margin-top: 0px;
  }
}
.product_section:last-child {
  padding-bottom: 54px;
}
@media screen and (max-width: 1440px) {
  .product_section:last-child {
    padding-bottom: 38px;
  }
}
@media screen and (max-width: 800px) {
  .product_section:last-child {
    padding-bottom: 0;
  }
}
.product_section > *:last-child {
  padding-bottom: 0 !important;
}
.product_section .overview_items {
  padding-bottom: 0 !important;
}
.product_section .overview_items .item .button {
  margin-top: 0 !important;
}
.product_section .back_to_top {
  width: 40px;
  float: right;
  text-indent: -9999px;
  height: 1em;
  background: #3591cf;
  background: url(../images/icons/arrow_right_blue.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  transform: rotate(-90deg);
  margin-top: 4px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  .product_section .back_to_top {
    background-size: contain;
  }
}

@media screen and (max-width: 800px) {
  #product_overview {
    display: flex;
    flex-direction: column;
  }
}

@media screen and (max-width: 1180px) {
  #product_overview .image_wrapper {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 800px) {
  #product_overview .image_wrapper {
    float: right;
    order: 2;
    padding-bottom: 0;
  }
}
#product_overview .image_wrapper .fullsize {
  width: 100%;
  height: auto;
  margin-bottom: 3px;
  will-change: opacity;
  transition: opacity 600ms ease;
}
@media screen and (max-width: 1180px) {
  #product_overview .image_wrapper .fullsize {
    display: none;
  }
}
#product_overview .image_wrapper .fullsize.fade {
  opacity: 0;
}
#product_overview .image_wrapper .thumbnails {
  width: 100%;
  padding: 0;
  overflow: hidden;
  min-height: 52px;
}
#product_overview .image_wrapper .thumbnails .slick-arrow {
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url(../images/icons/arrow_left_blue.svg);
  background-size: 6px;
  left: 0;
  width: 26px;
  height: 26px;
  transition: background 300ms ease;
}
@media screen and (max-width: 800px) {
  #product_overview .image_wrapper .thumbnails .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 12px;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
#product_overview .image_wrapper .thumbnails .slick-arrow.slick-next {
  background-image: url(../images/icons/arrow_right_blue.svg);
  left: auto;
  right: 0;
}
@media screen and (min-width: 800px) {
  #product_overview .image_wrapper .thumbnails .slick-arrow:hover {
    background-color: rgb(255, 255, 255);
  }
}
@media screen and (min-width: 800px) {
  #product_overview .image_wrapper .thumbnails .slick-list {
    margin: 0 -3px;
  }
}
#product_overview .image_wrapper .thumbnails .thumb {
  width: 33.33%;
  display: inline-block;
  float: left;
  margin: 0 3px;
  will-change: opacity;
  transition: opacity 300ms ease;
  cursor: pointer;
}
@media screen and (min-width: 1180px) {
  #product_overview .image_wrapper .thumbnails .thumb:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1180px) {
  #product_overview .image_wrapper .thumbnails .thumb {
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 1180px) {
  #product_overview .image_wrapper .thumbnails:not(.slick-initialized) .thumb {
    display: none;
  }
}
@media screen and (max-width: 1180px) {
  #product_overview .image_wrapper .thumbnails:not(.slick-initialized) .thumb:not(:nth-of-type(1)) {
    display: none;
  }
}
#product_overview .image_wrapper .content {
  margin-top: 30px;
}

.product.content {
  text-align: left;
}
.product.content + .product.content {
  padding-top: 30px;
}
@media screen and (max-width: 800px) {
  .product.content + .product.content {
    padding-top: 20px;
  }
}
.product.content h1, .product.content h2, .product.content h3, .product.content h4, .product.content p {
  margin-left: 0;
}
.product.content h1 {
  margin-bottom: 0.4em;
  color: #3591cf;
}
.product.content h3 {
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #3591cf;
  margin-bottom: 0.4em;
  display: inline-block;
}
@media screen and (max-width: 1180px) {
  .product.content h3 {
    margin-bottom: 0.6em;
  }
}
@media screen and (max-width: 800px) {
  .product.content h3 {
    font-size: 1.2rem;
  }
}
.product.content p + h3 {
  margin-top: 12px;
}
.product.content .button {
  margin-top: 12px;
}
.product.content .evalon {
  color: #3591cf;
}
.product.content .evalastic {
  color: #87AF0A;
}
.product.content p:not(.emph) {
  font-size: 0.9rem;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 1180px) {
  .product.content p:not(.emph) {
    font-size: 1rem;
  }
}
@media screen and (max-width: 800px) {
  .product.content p:not(.emph) {
    font-size: 0.9rem;
  }
}

.product.content ul:not(.slick-dots) li{
  padding-left: 30px;
  position: relative;
}

.product.content ul:not(.slick-dots) li:before{
  position: absolute;
  top: 0.65em;
  left: 0;
}

.product_intro {
  position: relative;
}
@media screen and (max-width: 1180px) {
  .product_intro {
    width: 65.82% !important;
    margin-right: 0 !important;
    padding-left: 2.5%;
    margin-bottom: 0;
  }
  .product_intro:after {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .product_intro {
    float: right;
    width: 100% !important;
    padding-left: 0;
    order: 1;
  }
}
.product_intro:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -7.66%;
  background: #d9dada;
}

.quick_info {
  padding-left: 2.5%;
}
@media screen and (max-width: 1180px) {
  .quick_info {
    clear: left;
    padding-left: 0;
    width: 100% !important;
    padding-top: 12px;
  }
}
@media screen and (max-width: 800px) {
  .quick_info {
    order: 3;
  }
}
.quick_info .button {
  float: left;
  clear: both;
}

.accreditation {
  width: 100%;
  height: auto;
  display: inline-block;
  float: left;
  clear: both;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1180px) {
  .accreditation {
    clear: none;
    width: 50%;
    text-align: left;
    margin-bottom: 20px;
  }
  .accreditation:nth-of-type(2n+1) {
    clear: left;
  }
}
@media screen and (max-width: 800px) {
  .accreditation {
    display: inline-block;
    text-align: center;
  }
}
.accreditation img {
  width: 50px;
  display: inline-block;
  float: left;
  margin-right: 14px;
}
@media screen and (max-width: 1440px) {
  .accreditation img {
    width: 48px;
  }
}
@media screen and (max-width: 1180px) {
  .accreditation img {
    float: left;
    width: 80px;
  }
}
@media screen and (max-width: 800px) {
  .accreditation img {
    width: 90px;
    margin-bottom: 0;
    float: none;
  }
}
.accreditation p {
  display: inline-block;
  margin-bottom: 0;
  font-size: 0.9rem;
  width: 100%;
  line-height: 1.3;
  width: calc(100% - 64px);
}
@media screen and (max-width: 1180px) {
  .accreditation p {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding-top: 4px;
    font-size: 1rem;
    width: calc(100% - 94px);
  }
}
@media screen and (max-width: 800px) {
  .accreditation p {
    font-size: 0.9rem;
    width: 100%;
    text-align: center;
    padding-top: 8px;
  }
}

div.downloads {
  margin-top: 20px;
  width: 100%;
  height: auto;
  display: inline-block;
  float: left;
  clear: both;
  padding-bottom: 30px !important;
}
@media screen and (max-width: 800px) {
  div.downloads {
    padding-bottom: 20px !important;
  }
}
div.downloads .download {
  padding: 12px 0 12px 36px;
  display: inline-block;
  background: url(../images/icons/download.svg);
  background-size: 22px;
  background-position: left center;
  background-repeat: no-repeat;
  line-height: 1.3;
  color: #3591cf !important;
}
@media screen and (max-width: 1180px) {
  div.downloads .download {
    float: left;
    clear: left;
  }
}
div.downloads .download:hover {
  text-decoration: underline;
}

.downloads p.success, .documents_container p.success {
  font-weight: 700;
  color: #FFF;
  width: 100%;
  height: auto;
  display: inline-block;
  background: #87AF0A;
  padding: 10px 16px;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 0;
}

.documents_container p.success {
  margin-bottom: 20px;
}

@media screen and (max-width: 800px) {
  #media {
    padding-top: 0 !important;
  }
}

@media screen and (max-width: 1440px) {
  .featured_media {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1180px) {
  .featured_media {
    width: 100% !important;
  }
}
.featured_media iframe, .featured_media video {
  height: 440px;
  margin-top: 0;
  width: 100%;
  margin-left: 0;
}
@media screen and (max-width: 1440px) {
  .featured_media iframe, .featured_media video {
    height: 380px;
  }
}
@media screen and (max-width: 1180px) {
  .featured_media iframe, .featured_media video {
    height: 420px;
  }
}
@media screen and (max-width: 800px) {
  .featured_media iframe, .featured_media video {
    height: 270px;
  }
}
.featured_media iframe, .featured_media video, .featured_media img {
  margin-bottom: 30px;
  width: 100%;
  margin-top: 0;
}
@media screen and (max-width: 800px) {
  .featured_media iframe, .featured_media video, .featured_media img {
    margin-bottom: 20px;
  }
}
.featured_media + .column {
  padding-left: 2.5%;
}
@media screen and (max-width: 1180px) {
  .featured_media + .column {
    padding-left: 0;
    width: 100%;
  }
}
/*@media screen and (max-width: 800px) {
  .featured_media + .column {
    -moz-columns: 2;
         columns: 2;
  }
}*/

.technical_drawings:hover img {
  opacity: 0.6;
}
@media screen and (max-width: 1180px) {
  .technical_drawings .column {
    width: 48.75% !important;
    margin-right: 2.5% !important;
    clear: none !important;
  }
  .technical_drawings .column:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  .technical_drawings .column:nth-of-type(2n + 1) {
    clear: left !important;
  }
}
@media screen and (max-width: 800px) {
  .technical_drawings .column {
    margin-bottom: 0 !important;
    width: 100% !important;
  }
}
.technical_drawings img {
  transition: opacity 400ms ease;
}
.technical_drawings img:hover {
  opacity: 1;
}

#sustainability {
  position: relative;
}
#sustainability img {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: 150px;
  transform: translateY(-50%);
  width: 47.5%;
}
@media screen and (max-width: 1440px) {
  #sustainability img {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1180px) {
  #sustainability img {
    position: static;
    transform: none;
    margin-top: 20px;
    width: 100%;
    max-width: 635px;
  }
}
@media screen and (max-width: 800px) {
  #sustainability img {
    width: 100%;
  }
}
@media screen and (max-width: 1180px) {
  #sustainability .column {
    width: 100%;
  }
}

@media screen and (max-width: 1180px) {
  div.applications {
    width: 100% !important;
  }
}

div.applications + .column {
  padding-top: 30px;
}
@media screen and (max-width: 1180px) {
  div.applications + .column {
    padding-left: 0;
    width: 100%;
  }
}

div#applications table.applications {
  width: auto;
  margin-top: 0;
}
@media screen and (max-width: 1180px) {
  div#applications table.applications {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 800px) {
  div#applications table.applications {
    table-layout: fixed;
    margin-bottom: 0 !important;
  }
}
div#applications table.applications tr td, div#applications table.applications tr th {
  border-bottom: 1px solid #3591cf;
  background: transparent !important;
  vertical-align: middle;
  padding: 26px 14px;
}
@media screen and (max-width: 1180px) {
  div#applications table.applications tr td, div#applications table.applications tr th {
    padding: 20px 14px;
  }
}
@media screen and (max-width: 800px) {
  div#applications table.applications tr td, div#applications table.applications tr th {
    width: 140px;
  }
}
div#applications table.applications tr td:first-of-type, div#applications table.applications tr th:first-of-type {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
}
div#applications table.applications tr td:not(:first-of-type), div#applications table.applications tr th:not(:first-of-type) {
  text-align: center;
}
div#applications table.applications tr td:not(:first-of-type) *, div#applications table.applications tr th:not(:first-of-type) * {
  text-align: center;
}
div#applications table.applications tr td p.cross, div#applications table.applications tr td p.tick, div#applications table.applications tr th p.cross, div#applications table.applications tr th p.tick {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background: url(../images/icons/cross_blue.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0;
}
@media screen and (max-width: 1440px) {
  div#applications table.applications tr td p.cross, div#applications table.applications tr td p.tick, div#applications table.applications tr th p.cross, div#applications table.applications tr th p.tick {
    background-size: 14px;
  }
}
div#applications table.applications tr td p.tick, div#applications table.applications tr th p.tick {
  background-image: url(../images/icons/tick_blue.svg);
  background-size: 20px;
}
@media screen and (max-width: 1440px) {
  div#applications table.applications tr td p.tick, div#applications table.applications tr th p.tick {
    background-size: 18px;
  }
}
div#applications table.applications th {
  color: #595958;
  font-weight: 400;
  white-space: normal;
  font-size: 0.86rem;
  padding-top: 0;
}
@media screen and (max-width: 1180px) {
  div#applications table.applications th {
    font-size: 1rem;
  }
}
@media screen and (max-width: 800px) {
  div#applications table.applications th {
    font-size: 0.8rem;
  }
}
div#applications table.applications th:first-of-type {
  vertical-align: bottom;
}
div#applications table.applications th:not(:first-of-type) {
  vertical-align: top !important;
}
div#applications table.applications th h3 {
  font-size: 1.2rem;
  color: #3591cf;
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  div#applications table.applications th h3 {
    font-size: 1rem;
  }
}
div#applications table.applications th img {
  width: 80px;
  display: inline-block;
  float: none;
  margin-bottom: 14px;
  margin-top: 0;
}
@media screen and (max-width: 1180px) {
  div#applications table.applications th img {
    width: 70px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 800px) {
  div#applications table.applications th img {
    width: 60px;
  }
}
div#applications table.applications th strong {
  display: block;
  padding-bottom: 6px;
  font-weight: 700;
  color: #3591cf;
}

.featured_case_studies {
  padding-top: 10px;
  margin-bottom: 40px;
  padding-bottom: 0 !important;
}
.featured_case_studies .slick-arrow {
  top: 26% !important;
}
.featured_case_studies .case_study h3 {
  font-size: 1.3rem;
}
.featured_case_studies .case_study p {
  font-size: 0.9rem;
}

.documents_container {
  padding-top: 10px;
  width: 100%;
  height: auto;
}
.documents_container:hover .document {
  opacity: 0.6;
}
.documents_container .document {
  transition: opacity 400ms ease;
}
.documents_container .document:hover {
  opacity: 1;
}
.documents_container .document img {
  width: 47.5%;
  margin-right: 5%;
  display: inline-block;
  float: left;
  box-shadow: 5px 3px 9px 0px rgba(0, 0, 0, 0.24);
}
@media screen and (max-width: 800px) {
  .documents_container .document img {
    width: 35%;
  }
}
.documents_container .document .downloads {
  width: 47.5%;
  display: inline-block;
  float: left;
  clear: none;
  padding-left: 5%;
}
@media screen and (max-width: 800px) {
  .documents_container .document .downloads {
    width: 60%;
  }
}
.documents_container .document .downloads p {
  color: #3591cf;
  font-weight: 700;
  font-size: 0.9rem;
}
.documents_container .document .downloads p a {
  font-weight: 300;
  line-height: 1.3;
}
.documents_container .downloads_container {
  min-height: 0;
  border-bottom: 0;
}
.documents_container .download {
  width: 23.125%;
  margin: 0 2.5% 2.5% 0;
}
@media screen and (min-width: 1180px) {
  .documents_container .download:nth-of-type(4n) {
    margin-right: 0;
  }
  .documents_container .download:nth-of-type(4n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 1180px) {
  .documents_container .download {
    width: 48.75%;
  }
  .documents_container .download:nth-of-type(2n) {
    margin-right: 0;
  }
  .documents_container .download:nth-of-type(2n + 1) {
    clear: left;
  }
}
@media screen and (max-width: 800px) {
  .documents_container .download {
    width: 100% !important;
    margin-right: 0 !important;
    min-height: 0;
  }
}

#installation_videos iframe, #installation_videos video {
  width: 33.33%;
  display: inline-block;
  height: 220px;
  margin: 0;
  border-right: 2px solid #FFF;
  border-left: 2px solid #FFF;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 1180px) {
  #installation_videos iframe, #installation_videos video {
    width: 50%;
    height: 160px;
  }
}
@media screen and (max-width: 800px) {
  #installation_videos iframe, #installation_videos video {
    width: 100%;
    height: 260px;
  }
}

.price_list {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}

@media screen and (max-width: 1180px) {
  .side_nav {
    width: 31.66% !important;
  }
}

@media screen and (max-width: 1180px) {
  .side_nav + .column {
    width: 65.83% !important;
  }
}
@media screen and (max-width: 800px) {
  .side_nav + .column {
    width: 100% !important;
  }
}

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