/* ==========================================================================
		Date:   09/25/2018
	 ========================================================================== */

/* ++++++++++++++++    Global Section    ++++++++++++++++ */
html, body {
  width: 100%;
  overflow-x: hidden;
}
.hide-element {
  display: none !important;
}
a:hover {
  text-decoration: none;
  transition: all ease 0.5s;
}
::placeholder { 
  color: #FFFFFF;
  opacity: 0.5; 
  letter-spacing: 0.71px;
  font-weight: 400;
}
:-ms-input-placeholder { 
  color: #FFFFFF;
  opacity: 0.5;
  letter-spacing: 0.71px;
  font-weight: 400;
}
::-ms-input-placeholder { 
  color: #FFFFFF;
  opacity: 0.5;
  letter-spacing: 0.71px;
  font-weight: 400;
}
*:before, *:after {
  font-family: fontawesome !important; 
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: #37424A !important;
  background-image: none !important;
  color: rgba(255,255,255,0.5) !important;
  -webkit-box-shadow: 0 0 0 30px #37424A inset;
  -webkit-text-fill-color: rgba(255,255,255,0.5) !important;
  border-bottom: 2px solid #acb0b3;
}

/* ++++++++++++++++   Breadcrumbs    ++++++++++++++++ */
.breadcrumbs-menu {
  padding-top: 29px;
}
.breadcrumbs-menu ul li span.hs-breadcrumb-menu-divider {
  font-size: 13px;
  text-decoration: none !important;
  color: #000 !important;
}
.breadcrumbs-menu ul li {
  padding: 0 0 0 10px; 
}
.breadcrumbs-menu ul li a, .breadcrumbs-menu ul li span {
  color: #444444;
  font-size: 10px;
  line-height: 26px;
  letter-spacing: 0.71px;
  font-family: Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  transition: all ease 0.5s;
}
.breadcrumbs-menu ul li a:hover, .breadcrumbs-menu ul li.last-crumb span {
  text-decoration: underline;
  color: #2B7F8E;
}

/* ++++++++++++++++   Get Samples - Section    ++++++++++++++++ */
.get-samples-section {
  background-color: #fff;
  padding: 97px 0 65px 0;
}
.get-samples-section .hs_cos_wrapper_type_inline_rich_text {
  text-align: center;
  max-width: 757px;
  margin: 0 auto;
}
.get-samples-section h2 {
  font-family: europa, sans-serif;
  color: #000000;
  font-weight: 300;
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 16px;
}
.get-samples-section p {
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-size: 16px;
  
  line-height: 25px;
  color: #000;
}

/* ++++++++++++++++   Product Details - Section    ++++++++++++++++ */
.prod-details .page-center {
  position: relative;
  border: 0;
}
.prod-details .page-center::after {
  content: '';
  display: block;
  height: 1px;
  width: 80%;
  background-color: rgba(137,131,127,0.4);
  position: absolute;
  bottom: 0;
}
.prod-details img {
  object-fit: cover;
}

/* ++++++++++++++++   Sample Items - Section    ++++++++++++++++ */
.si-wrapper {
  padding-bottom: 40px;  
}

/* ++++++++++++++++   Form - Section    ++++++++++++++++ */
.form-section {
  background-color: #959b9c;
  padding: 81px 0 100px 0;
}
.form-section .widget-type-rich_text {
  text-align: center;
}
.form-section h2 {
  color: #fff;
  font-size: 36px;
  line-height: 46px;
  font-family: europa, sans-serif;
  font-weight: 300;
  max-width: 757px;
  margin: 0 auto 12px auto;
}
.form-section p {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  max-width: 757px;
  margin: 0 auto;
}
.form-section form {
  max-width: 857px;
  margin: 47px auto 0 auto;
}
.form-section form fieldset.form-columns-3, .form-section form p {
  max-width: 100% !important; 
}
.form-section form p {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
  font-family: 'Arial', sans-serif;
}
.form-section form fieldset.form-columns-3 .hs-form-field div.input {
  margin-right: 0 !important;
}
.form-section form fieldset.form-columns-3 div.hs-form-field:nth-of-type(3), .form-section form fieldset.form-columns-3:last-of-type div.hs-form-field:nth-of-type(2) {
  margin-left: 33px;
  margin-right: 33px;
}
.form-section form fieldset.form-columns-3:last-of-type div.hs-form-field:nth-of-type(3) {
  margin-left: 0;
  margin-right: 0;
}
.form-section form fieldset.form-columns-3 div.hs-form-field {
  width: 30.69% !important;
  margin-top: 31px;
}
.form-section form fieldset.form-columns-3:nth-child(2n) div.hs-form-field {
  margin-top: 34px; 
}
.form-section form fieldset.form-columns-3:nth-child(n+3) div.hs-form-field {
  margin-top: 52px; 
}
.form-section form fieldset.form-columns-3:first-of-type {
  margin-bottom: 79px;
}
.form-section form fieldset.form-columns-3:first-of-type label {
  display: block;
  font-size: 8px;
  font-family: europa, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 12px;
  letter-spacing: 0.57px;
}
.form-section form fieldset.form-columns-3:first-of-type label .hs-form-required {
  display: none !important; 
}
.form-section form .hs_submit.hs-submit {
  text-align: center;
  margin-top: 80px;
}
.form-section form fieldset.form-columns-3 .hs-form-field div.input input {
  padding-left: 0;
  padding-right: 0;
  padding-top: 7px;
  outline: 0 !important;
}
.form-section form ul.hs-error-msgs.inputs-list li {
  list-style-type: none;
}
.form-section form ul.hs-error-msgs.inputs-list li label {
  font-size: 12px;
  color: #2B7F8E;
  opacity: 0.5;
  font-weight: 100;
  font-family: europa, sans-serif;
  letter-spacing: 0px;
  text-transform: unset;
  margin-top: 5px;
}
.form-section .submitted-message {
  text-align: center;
  margin-top: 50px;
  font-family: europa, sans-serif;
  color: #fff;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;
}
.form-section p.add-more-at-form {
  display: none;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  margin-right: 25px;
  font-family: Arial, sans-serif;
  cursor: pointer;
  transition: all ease 0.5s;
  outline: 0 !important;
}
.form-section p.add-more-at-form:hover {
  opacity: 0.8;
}
.hs_error_rollup {
  display: none !important;
}

/* ++++++++++++++++    Gallery    ++++++++++++++++ */
.hc-wrapper {
  padding-top: 94px;
}
.hc-wrapper h1 {
  color: #000000;
  font-size: 56px;
  font-weight: 300;
  font-family: europa, sans-serif;
  line-height: 70px;
  margin-bottom: 38px;
}
.hc-wrapper .group-wrapper {
  border-top: 1px solid rgba(137,131,127, 0.4);
  border-bottom: 1px solid rgba(137,131,127, 0.4);
  padding: 35px 0 27px 0;
  position: relative;
  margin-bottom: 100px;
}
.hc-wrapper .group-wrapper p {
  color: #0D3A41;
  font-size: 24px;
  font-weight: 300;
  font-family: europa, sans-serif;
  letter-spacing: 0.71px;
  line-height: 26px;
}
.hc-wrapper .group-wrapper p span {
  color: #37424A;
  font-size: 12px;
  font-weight: 700;
  font-family: europa, sans-serif;
  letter-spacing: 0.86px;
  line-height: 26px;
  cursor: pointer;
  opacity: 0.5;
  height: auto;
  display: inline-block;
  position: relative;
  top: -5px;
  transition: all ease 0.5s;
}
.hc-wrapper .group-wrapper p span::before {
  content: '';
  display: inline-block;
  background-position: center;
  background-size: cover;
  width: 35px;
  height: 35px;
  transition: all ease 0.5s;
  margin-right: 10px;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.hc-wrapper .group-wrapper p span.view-as-large::before { 
  background-image: url(https://4333982.fs1.hubspotusercontent-na1.net/hubfs/4333982/Gallery/large_icon.png);
  margin-left: 68px;
}
.hc-wrapper .group-wrapper p span.view-as-small::before {   
  background-image: url(https://4333982.fs1.hubspotusercontent-na1.net/hubfs/4333982/Gallery/small_icon.png);
  margin-left: 13px;
}
.hc-wrapper .group-wrapper p span:hover,
.hc-wrapper .group-wrapper p.filter:hover,
.hc-wrapper .group-wrapper p.filter.clicked,
.hc-wrapper .group-wrapper p span.view-as-large.selected,
.hc-wrapper .group-wrapper p span.view-as-small.selected  {
  color: #2B7F8E !important;
  opacity: 1;
}
.hc-wrapper .group-wrapper p span.view-as-large:hover::before, .hc-wrapper .group-wrapper p span.view-as-large.selected::before {  
  background-image: url(https://4333982.fs1.hubspotusercontent-na1.net/hubfs/4333982/Gallery/large_icon_hover.png);
  opacity: 1;
}
.hc-wrapper .group-wrapper p span.view-as-small:hover::before, .hc-wrapper .group-wrapper p span.view-as-small.selected::before  {
  background-image: url(https://4333982.fs1.hubspotusercontent-na1.net/hubfs/4333982/Gallery/small_icon_hover.png);
  opacity: 1;  
}
.hc-wrapper .group-wrapper .span6:last-of-type {
  text-align: right; 
}
.span12.selected-filter-name {
  padding: 121px 0 107px 0;
	display: none;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeIn;
}
.selected-filter-name span {
  color: #000000;
  font-size: 36px;
  line-height: 46px;
  font-weight: 300;
  font-family: europa, sans-serif;
}
span.remove-filter {
  height: 20px;
  width: 20px;
  background-image: url(https://4333982.fs1.hubspotusercontent-na1.net/hubfs/4333982/Gallery/menu_close_icon.svg?t=1538618217033);
  background-position: center;
  background-size: cover;
  cursor: pointer;
  display: inline-block;
  margin-left: 15px;
  margin-bottom: -2px;  
}
.gallery-wrapper {
/*   border-bottom: 1px solid #181C27; */
  padding-bottom: 101px;
}
.gallery-items-wrapper.small-view .gallery-item {
  width: 20% !important;
}
.gallery-items-wrapper.small-view .gallery-item p.style-name {
  display: block;
}
.gallery-items-wrapper.small-view .gallery-item {
  width: 16.7% !important;
  margin-right: 47px;
}
.gallery-items-wrapper.small-view .gallery-item:nth-of-type(5n) {
  margin-right: 0;
}

/* ++++++++++++++++    About Us    ++++++++++++++++ */
body.about-us .blue-content {
  max-width: 310px;
  width: auto;
  background-color: #2B7F8E;
  padding: 51px 58px;
  margin-top: -90px;
}
.text-borders h5 {
  color: #2B7F8E;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 1.14px;
  font-weight: 700;
  font-family: europa, sans-serif;
}
.gen-content p {
  margin-bottom: 26px;
}
.two-column-text p {
  margin-bottom: 22px;
}
.gen-content p:last-of-type {
  margin-bottom: 0;
}
.text-borders ul {
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.text-borders ul li {
  text-align: left;
  color: #444;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  display: flex;
  margin-bottom: 0px;
}
.text-borders ul li::before {
  content: '\f111';
  display: inline-block;
  font-family: fontawesome;
  font-size: 7px;
  color: #2B7F8E;
  margin-right: 7px;
}

/* ++++++++++++++++    Privacy Policy    ++++++++++++++++ */}
.two-column-text ul {
  margin-top: 0; 
}
.two-column-text ul li {
  display: flex;
  padding-left: 0;
}
.two-column-text ul li::before {
  content: '\f111';
  color: #2B7F8E;
  font-size: 8px;
  margin-right: 10px;
}
.border-top {
  border-top: 1px solid #D1D4D3;
  padding-top: 71px;
}
.two-column-text p a {
	color: #2B7F8E;
}
.mg-btm-50 {
  margin-bottom: 50px;
}




a.white-box  {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #2b7f8e;
    border: 2px solid #2b7f8e;
    padding: 15px 25px;
    display: inline-block;
    margin-bottom: 20px;
}
a.white-box:hover {
    background-color: #2b7f8e;
    color: #fff;
    text-decoration: none;
}
/* ++++++++++++++++    Media Queries    ++++++++++++++++ */
@media screen and (max-width: 1199px) {

}
@media screen and (max-width: 1024px) {
  .copyr-wrapper a.back-top {
    display: inline-block;
    position: absolute;
    right: 0;
  }
  .gallery-items-wrapper .gallery-item img {
    max-height: 247px;
  }

  /* ++++++++++++++++    Header fix    ++++++++++++++++ */
/*   .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul > li {
    padding: 16px 5px 23px;
  } */
  .main-menu ul li > a {
    font-size: 14px;
    padding: 5px 12px !important;
  }
}
@media screen and (max-width: 875px) {
  .form-section form fieldset.form-columns-3 div.hs-form-field {
    width: 30.29% !important;
  }
}
@media screen and (max-width: 768px) {
  .gallery-items-wrapper.small-view .gallery-item {
    width: 14.7% !important;
  }
  .gallery-items-wrapper.small-view .gallery-item img {
    max-height: 85px;
  }
  .gallery-items-wrapper .gallery-item img {
    max-height: 192px;
  }
  
  .main-menu ul li > a {
    font-size: 12px;
    padding: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .get-samples-section {
    padding: 104px 0 35px 0;
  }
  .get-samples-section, .sample-items-section, .si-wrapper {
    background-color: #EDEEED;
  }
  .form-section form fieldset.form-columns-3 div.hs-form-field {
    width: 100% !important;
  }
  .form-section form fieldset.form-columns-3 div.hs-form-field:nth-of-type(3),
  .form-section form fieldset.form-columns-3:last-of-type div.hs-form-field:nth-of-type(2) {
    margin-left: 0;
    margin-right: 0;
  }
  .form-section form fieldset.form-columns-3 div.hs-form-field {
    margin-top: 30px !important;
  }
  .form-section form fieldset.form-columns-3 .hs-form-field div.input input {
    width: 100% !important;
  }
  .form-section h2 {
    font-size: 34px;
    line-height: 43px;
  }
  .form-section form p {
    font-size: 16px;
  }
  .form-section form .hs_submit.hs-submit {
    margin-top: 50px;
  }
  .form-section .actions {
    position: relative;
  }
  .form-section p.add-more-at-form {
    display: block !important;
    margin: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px;
  }
  .prod-details .page-center::after {
    display: none; 
  }
  .prod-details .mobile .details-content {
    padding-bottom: 50px;
  }
  .hc-wrapper .group-wrapper .span6:first-of-type {
    display: none;
  }
  .hc-wrapper .group-wrapper {
    border-top: 0;
    border-bottom: 0;
  }
  .hc-wrapper h1 {
    font-size: 40px;
    line-height: 51px;
  }
  .group-wrapper {
    margin-top: -114px;
  }
  .gallery-image-wrapper {
    max-width: 383px;
    margin: 0 auto;
  }
  .gallery-wrapper .page-center {
    padding: 0 !important;
  }
  .gallery-items-wrapper .gallery-item {
    width: 100%;
  }
  .get-samples-section {
    padding: 48px 0 35px 0;
  }  
  .main-menu ul li > a {
    font-size: 14px;
    padding: 20px !important;
  }
  .hc-wrapper {
    padding-top: 50px;
  }
  .hc-wrapper .group-wrapper {
    margin-bottom: 42px;
  }  
  .gallery-items-wrapper .gallery-item img {
    max-height: 296px;
    min-height: 296px;
  }
  body.about-us .blue-content {
    padding: 51px 58px 51px 32px;
  }
  .text-borders .page-center {
    margin-top: 30px;
  }
  h2.no-value {
    display: none;
  }
  .two-column-text .span6:last-of-type h2:not(.no-value) {
    margin-top: 73px;
  }
}
@media screen and (max-width: 480px) {
  .gallery-image-wrapper, .gallery-item .mobile-view-informations {
    max-width: 420px;
  }
}
@media screen and (max-width: 320px) {

}