/*
Theme Name: Canuck
Version: 999
*/

.amp-wp-default-form-message[submitting=""] p {
  font-weight: 400;
  line-height: 12px;
  font-size: 16px;
  font-style: normal;
  padding: 0;
  margin: 15px 0;
}

.ampcf7-successes-massage {
  width: 98%;
  padding: 0;
  border: unset;
  border-radius: none;
  color: #086b08;
  font-weight: 400;
  line-height: 12px;
  font-size: 16px;
  visibility: hidden;
  opacity: 0;
  height: 0;
  margin: 0;
  font-style: normal;
}

amp-script {
  opacity: 1;
}

amp-img.img-contain img {
  object-fit: contain;
}

amp-img.img img {
  object-fit: cover;
}

amp-img.responsive {
  width: 100%;
  height: 100%;
}

.text-decoration-none {
  text-decoration: none
}

.bold {
  font-weight: 700
}

.regular {
  font-weight: 400
}

.italic {
  font-style: italic
}

.caps {
  text-transform: uppercase;
  letter-spacing: .2em
}

.left-align {
  text-align: left
}

.center {
  text-align: center
}

.right-align {
  text-align: right
}

.justify {
  text-align: justify
}

.nowrap {
  white-space: nowrap
}

.break-word {
  word-wrap: break-word
}

.line-height-1 {
  line-height: 1.11111
}

.line-height-2 {
  line-height: 1.42857
}

.line-height-3 {
  line-height: 1.6
}

.line-height-4 {
  line-height: 2.0625
}

.list-style-none {
  list-style: none
}

.underline {
  text-decoration: underline
}

.truncate {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.list-reset {
  list-style: none;
  padding-left: 0
}

.inline {
  display: inline
}

.block {
  display: block
}

.inline-block {
  display: inline-block
}

.table {
  display: table
}

.table-cell {
  display: table-cell
}

.overflow-hidden {
  overflow: hidden
}

.overflow-scroll {
  overflow: scroll
}

.overflow-auto {
  overflow: auto
}

.clearfix:after,
.clearfix:before {
  content: " ";
  display: table
}

.clearfix:after {
  clear: both
}

.left {
  float: left
}

.right {
  float: right
}

.fit {
  max-width: 100%
}

.max-width-1 {
  max-width: 24rem
}

.max-width-2 {
  max-width: 32rem
}

.max-width-3 {
  max-width: 48rem
}

.max-width-4 {
  max-width: 64rem
}

.border-box {
  box-sizing: border-box
}

.align-baseline {
  vertical-align: baseline
}

.align-top {
  vertical-align: top
}

.align-middle {
  vertical-align: middle
}

.align-bottom {
  vertical-align: bottom
}

.m0 {
  margin: 0
}

.mt0 {
  margin-top: 0
}

.mr0 {
  margin-right: 0
}

.mb0 {
  margin-bottom: 0
}

.ml0,
.mx0 {
  margin-left: 0
}

.mx0 {
  margin-right: 0
}

.my0 {
  margin-top: 0;
  margin-bottom: 0
}

.m1 {
  margin: .5rem
}

.mt1 {
  margin-top: .5rem
}

.mr1 {
  margin-right: .5rem
}

.mb1 {
  margin-bottom: .5rem
}

.ml1,
.mx1 {
  margin-left: .5rem
}

.mx1 {
  margin-right: .5rem
}

.my1 {
  margin-top: .5rem;
  margin-bottom: .5rem
}

.m2 {
  margin: 1rem
}

.mt2 {
  margin-top: 1rem
}

.mr2 {
  margin-right: 1rem
}

.mb2 {
  margin-bottom: 1rem
}

.ml2,
.mx2 {
  margin-left: 1rem
}

.mx2 {
  margin-right: 1rem
}

.my2 {
  margin-top: 1rem;
  margin-bottom: 1rem
}

.m3 {
  margin: 1.5rem
}

.mt3 {
  margin-top: 1.5rem
}

.mr3 {
  margin-right: 1.5rem
}

.mb3 {
  margin-bottom: 1.5rem
}

.ml3,
.mx3 {
  margin-left: 1.5rem
}

.mx3 {
  margin-right: 1.5rem
}

.my3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem
}

.m4 {
  margin: 2.5rem
}

.mt4 {
  margin-top: 2.5rem
}

.mr4 {
  margin-right: 2.5rem
}

.mb4 {
  margin-bottom: 2.5rem
}

.ml4,
.mx4 {
  margin-left: 2.5rem
}

.mx4 {
  margin-right: 2.5rem
}

.my4 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem
}

.mxn1 {
  margin-left: calc(.5rem * -1);
  margin-right: calc(.5rem * -1)
}

.mxn2 {
  margin-left: calc(1rem * -1);
  margin-right: calc(1rem * -1)
}

.mxn3 {
  margin-left: calc(1.5rem * -1);
  margin-right: calc(1.5rem * -1)
}

.mxn4 {
  margin-left: calc(2.5rem * -1);
  margin-right: calc(2.5rem * -1)
}

.m-auto {
  margin: auto
}

.mt-auto {
  margin-top: auto
}

.mr-auto {
  margin-right: auto
}

.mb-auto {
  margin-bottom: auto
}

.ml-auto,
.mx-auto {
  margin-left: auto
}

.mx-auto {
  margin-right: auto
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto
}

.p0 {
  padding: 0
}

.pt0 {
  padding-top: 0
}

.pr0 {
  padding-right: 0
}

.pb0 {
  padding-bottom: 0
}

.pl0,
.px0 {
  padding-left: 0
}

.px0 {
  padding-right: 0
}

.py0 {
  padding-top: 0;
  padding-bottom: 0
}

.p1 {
  padding: .5rem
}

.pt1 {
  padding-top: .5rem
}

.pr1 {
  padding-right: .5rem
}

.pb1 {
  padding-bottom: .5rem
}

.pl1 {
  padding-left: .5rem
}

.py1 {
  padding-top: .5rem;
  padding-bottom: .5rem
}

.px1 {
  padding-left: .5rem;
  padding-right: .5rem
}

.p2 {
  padding: 1rem
}

.pt2 {
  padding-top: 1rem
}

.pr2 {
  padding-right: 1rem
}

.pb2 {
  padding-bottom: 1rem
}

.pl2 {
  padding-left: 1rem
}

.py2 {
  padding-top: 1rem;
  padding-bottom: 1rem
}

.px2 {
  padding-left: 1rem;
  padding-right: 1rem
}

.p3 {
  padding: 1.5rem
}

.pt3 {
  padding-top: 1.5rem
}

.pr3 {
  padding-right: 1.5rem
}

.pb3 {
  padding-bottom: 1.5rem
}

.pl3 {
  padding-left: 1.5rem
}

.py3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem
}

.px3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem
}

.p4 {
  padding: 2.5rem
}

.pt4 {
  padding-top: 2.5rem
}

.pr4 {
  padding-right: 2.5rem
}

.pb4 {
  padding-bottom: 2.5rem
}

.pl4 {
  padding-left: 2.5rem
}

.py4 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem
}

.px4 {
  padding-left: 2.5rem;
  padding-right: 2.5rem
}

.col {
  float: left
}

.col,
.col-right {
  box-sizing: border-box
}

.col-right {
  float: right
}

.col-1 {
  width: 8.33333%
}

.col-2 {
  width: 16.66667%
}

.col-3 {
  width: 25%
}

.col-4 {
  width: 33.33333%
}

.col-5 {
  width: 41.66667%
}

.col-6 {
  width: 50%
}

.col-7 {
  width: 58.33333%
}

.col-8 {
  width: 66.66667%
}

.col-9 {
  width: 75%
}

.col-10 {
  width: 83.33333%
}

.col-11 {
  width: 91.66667%
}

.col-12 {
  width: 100%
}

.col-1-5 {
  width: 20%
}

@media (min-width: 576px) {
  .sm-col {
    float: left;
    box-sizing: border-box
  }

  .sm-col-right {
    float: right;
    box-sizing: border-box
  }

  .sm-col-1 {
    width: 8.33333%
  }

  .sm-col-2 {
    width: 16.66667%
  }

  .sm-col-3 {
    width: 25%
  }

  .sm-col-4 {
    width: 33.33333%
  }

  .sm-col-5 {
    width: 41.66667%
  }

  .sm-col-6 {
    width: 50%
  }

  .sm-col-7 {
    width: 58.33333%
  }

  .sm-col-8 {
    width: 66.66667%
  }

  .sm-col-9 {
    width: 75%
  }

  .sm-col-10 {
    width: 83.33333%
  }

  .sm-col-11 {
    width: 91.66667%
  }

  .sm-col-12 {
    width: 100%
  }
}

@media (min-width: 768px) {

  .md-col {
    float: left;
    box-sizing: border-box
  }

  .md-col-right {
    float: right;
    box-sizing: border-box
  }

  .md-col-1 {
    width: 8.33333%
  }

  .md-col-2 {
    width: 16.66667%
  }

  .md-col-3 {
    width: 25%
  }

  .md-col-4 {
    width: 33.33333%
  }

  .md-col-5 {
    width: 41.66667%
  }

  .md-col-6 {
    width: 50%
  }

  .md-col-7 {
    width: 58.33333%
  }

  .md-col-8 {
    width: 66.66667%
  }

  .md-col-9 {
    width: 75%
  }

  .md-col-10 {
    width: 83.33333%
  }

  .md-col-11 {
    width: 91.66667%
  }

  .md-col-12 {
    width: 100%
  }

  .md-pt0 {
    padding-top: 0;
  }

  .md-pl4 {
    padding-left: 2.5rem;
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  .lg-col {
    float: left;
    box-sizing: border-box
  }

  .lg-col-right {
    float: right;
    box-sizing: border-box
  }

  .lg-col-1 {
    width: 8.33333%
  }

  .lg-col-2 {
    width: 16.66667%
  }

  .lg-col-3 {
    width: 25%
  }

  .lg-col-4 {
    width: 33.33333%
  }

  .lg-col-5 {
    width: 41.66667%
  }

  .lg-col-6 {
    width: 50%
  }

  .lg-col-7 {
    width: 58.33333%
  }

  .lg-col-8 {
    width: 66.66667%
  }

  .lg-col-9 {
    width: 75%
  }

  .lg-col-10 {
    width: 83.33333%
  }

  .lg-col-11 {
    width: 91.66667%
  }

  .lg-col-12 {
    width: 100%
  }

  .lg-col-1-5 {
    width: 20%
  }
}

.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

@media (min-width:40.06rem) {
  .sm-flex {
    display: -ms-flexbox;
    display: flex
  }
}

@media (min-width:52.06rem) {
  .md-flex {
    display: -ms-flexbox;
    display: flex
  }

  .md-flex-nowrap {
    flex-wrap: nowrap;
  }
}

@media (min-width:64.06rem) {
  .lg-flex {
    display: -ms-flexbox;
    display: flex
  }
}

.flex-column {
  -ms-flex-direction: column;
  flex-direction: column
}

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.items-start {
  -ms-flex-align: start;
  align-items: flex-start
}

.items-end {
  -ms-flex-align: end;
  align-items: flex-end
}

.items-center {
  -ms-flex-align: center;
  align-items: center
}

.items-baseline {
  -ms-flex-align: baseline;
  align-items: baseline
}

.items-stretch {
  -ms-flex-align: stretch;
  align-items: stretch
}

.self-start {
  -ms-flex-item-align: start;
  align-self: flex-start
}

.self-end {
  -ms-flex-item-align: end;
  align-self: flex-end
}

.self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center
}

.self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline
}

.self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch
}

.justify-start {
  -ms-flex-pack: start;
  justify-content: flex-start
}

.justify-end {
  -ms-flex-pack: end;
  justify-content: flex-end
}

.justify-center {
  -ms-flex-pack: center;
  justify-content: center
}

.justify-between {
  -ms-flex-pack: justify;
  justify-content: space-between
}

.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around
}

.justify-evenly {
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly
}

.content-start {
  -ms-flex-line-pack: start;
  align-content: flex-start
}

.content-end {
  -ms-flex-line-pack: end;
  align-content: flex-end
}

.content-center {
  -ms-flex-line-pack: center;
  align-content: center
}

.content-between {
  -ms-flex-line-pack: justify;
  align-content: space-between
}

.content-around {
  -ms-flex-line-pack: distribute;
  align-content: space-around
}

.content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch
}

.flex-auto {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  min-height: 0
}

.flex-none {
  -ms-flex: none;
  flex: none
}

.order-0 {
  -ms-flex-order: 0;
  order: 0
}

.order-1 {
  -ms-flex-order: 1;
  order: 1
}

.order-2 {
  -ms-flex-order: 2;
  order: 2
}

.order-3 {
  -ms-flex-order: 3;
  order: 3
}

.order-last {
  -ms-flex-order: 99999;
  order: 99999
}

.relative {
  position: relative
}

.absolute {
  position: absolute
}

.fixed {
  position: fixed
}

.top-0 {
  top: 0
}

.right-0 {
  right: 0
}

.bottom-0 {
  bottom: 0
}

.left-0 {
  left: 0
}

.z1 {
  z-index: 1
}

.z2 {
  z-index: 2
}

.z3 {
  z-index: 3
}

.z4 {
  z-index: 4
}

.border {
  border-style: solid;
  border-width: 1px
}

.border-top {
  border-top-style: solid;
  border-top-width: 1px
}

.border-right {
  border-right-style: solid;
  border-right-width: 1px
}

.border-bottom {
  border-bottom-style: solid;
  border-bottom-width: 1px
}

.border-left {
  border-left-style: solid;
  border-left-width: 1px
}

.border-none {
  border: 0
}

.rounded {
  border-radius: 3px
}

.circle {
  border-radius: 50%
}

.rounded-top {
  border-radius: 3px 3px 0 0
}

.rounded-right {
  border-radius: 0 3px 3px 0
}

.rounded-bottom {
  border-radius: 0 0 3px 3px
}

.rounded-left {
  border-radius: 3px 0 0 3px
}

.not-rounded {
  border-radius: 0
}

.hide {
  position: absolute;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px)
}

@media (max-width:40rem) {
  .xs-hide {
    display: none
  }
}

@media (min-width:40.06rem) and (max-width:52rem) {
  .sm-hide {
    display: none
  }
}

@media (min-width:52.06rem) and (max-width:64rem) {
  .md-hide {
    display: none
  }
}

@media (min-width:64.06rem) {
  .lg-hide {
    display: none
  }
}

.display-none {
  display: none
}

.full-height {
  height: 100%;
}

.divider {
  border-bottom: 1px solid #E3E3E3;
  margin: 15px 0;
  width: 100%;
}



.call-block-mini {
  /*margin-top: 20px;*/
  position: relative;
}

.call-block-mini amp-img img {
  margin: -26.5px 0 0;
}

.call-block-mini h3 {
  position: absolute;
  font-weight: normal;
  color: #777;
  font-size: calc((100vw - 992px)/(2000 - 992) * (22 - 18) + 18px);
  top: 6%;
  left: 4%;
}

.call-block-mini h2 {
  position: absolute;
  font-weight: normal;
  color: #777;
  font-size: calc((100vw - 992px)/(2000 - 992) * (42 - 32) + 32px);
  top: 16%;
  left: 4%;
}

.call-block-mini p {
  position: absolute;
  font-weight: normal;
  color: #777;
  font-size: calc((100vw - 992px)/(2000 - 992) * (17 - 14) + 14px);
  top: 34%;
  left: 4%;
}

.call-block-mini a {
  position: absolute;
  font-weight: normal;
  color: #fff;
  font-size: calc((100vw - 992px)/(2000 - 992) * (35 - 30) + 30px);
  bottom: 17%;
  left: 4%;
  text-decoration: none;
  background-color: #d33;
  padding: 0.7% 2.6%;
  transition: 0.3s;
}

.call-block-mini a:hover {
  background-color: #000;
}



.call-block-big {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

.call-block-big h3 {
  position: absolute;
  font-weight: normal;
  color: #777;
  font-size: calc((100vw - 767px)/(2000 - 767) * (39 - 26) + 26px);
  top: 6%;
  left: 4%;
}

.call-block-big h2 {
  position: absolute;
  font-weight: normal;
  color: #777;
  font-size: calc((100vw - 767px)/(2000 - 767) * (75 - 53) + 53px);
  top: 16%;
  left: 4%;
}

.call-block-big h2 a {
  font-weight: normal;
  color: #777;
  text-decoration: none;
}

.call-block-big p {
  position: absolute;
  font-weight: normal;
  color: #777;
  font-size: calc((100vw - 767px)/(2000 - 767) * (31 - 20) + 20px);
  top: 34%;
  left: 4%;
}

.call-block-big>a {
  position: absolute;
  font-weight: normal;
  color: #fff;
  font-size: calc((100vw - 767px)/(2000 - 767) * (65 - 45) + 45px);
  bottom: 17%;
  left: 4%;
  text-decoration: none;
  background-color: #d33;
  padding: 0.7% 2.6%;
  transition: 0.3s;
}

.call-block-big a:hover {
  background-color: #000;
}

.call-block-big amp-img img {
  object-fit: cover;
  margin: -4.948% 0 0;
}



.call-block-mini-without-image {
  padding: 28px;
  margin-bottom: 35px;
  border-radius: 5px;
  background-color: #f0f0f0;
}

.call-block-mini-without-image h2 {
  font-size: 28px;
  margin-bottom: 14px;
  color: #666;
  line-height: 1.3em;
  text-transform: uppercase;
  font-weight: 600;
}

.call-block-mini-without-image h4 {
  font-size: 18px;
  color: #404040;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.call-block-mini-without-image h4 a {
  text-decoration: none;
  font-size: inherit;
  color: #dd3333;
}

.call-block-mini-without-image .click-btn {
  width: 204px;
  height: 56px;
  border-radius: 5px;
  background-color: #ff675b;
  color: #fff;
  text-decoration: none;
}

.call-block-mini-without-image .click-btn:hover {
  background-color: #ff4b3c;
}

.call-block-mini-without-image .click-btn svg {
  margin-right: 15px;
}

.call-block-mini-without-image .click-btn svg path {
  fill: #fff;
}

.banner-section-form {
  position: relative;
  background-color: #f9f9f9;
  padding-top: 60px;
  padding-bottom: 60px;
}

.banner-section-form .banner-content .wrapper {
  padding-top: 60px;
}

.banner-section-550 {
  height: 550px;
  width: 100%;
  position: relative;
}

.banner-section-550 img {
  object-fit: cover;
}

.banner-section-550 .banner-content {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.banner-section-550 .banner-content .wrapper {
  padding-top: 60px;
}

.banner-section-550 .banner-content .left {
  padding-top: 100px;
  box-sizing: border-box;
  padding-right: 15px;
}

.banner-section-550 .banner-content .left h1 {
  font-size: 36px;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 0;
}

.banner-section-550 .banner-content .left p {
  font-size: 28px;
  text-transform: uppercase;
  color: #fff;
  padding: 20px 0;
  font-weight: 600;
}

.banner-section-550 .banner-content .left p>a {
  text-decoration: none;
  color: inherit;
}

.banner-section-550 .banner-content .right {
  box-sizing: border-box;
  padding-left: 15px;
}

.banner-section-form .banner-content .form-container {
  padding: 30px 30px;
  background-color: rgba(221, 51, 51, 1);
  position: relative;
  z-index: 30;
}

@media (min-width:768px) {
  .banner-section-form .banner-content .form-container .wpforms-field-container {
    display: flex;
    justify-content: space-between;
  }

  .banner-section-form .banner-content .form-container .wpforms-field-container>div {
    width: 100%;
    margin: 0 10px 0 10px;
  }

  .banner-section-form .banner-content .form-container form input,
  .banner-section-form .banner-content .form-container form textarea {
    box-sizing: border-box;
    width: 100%;
  }
}

.single-projects .update .text-container {
  text-align: center;
  padding-bottom: 40px
}

.single-projects .update .text-container h3 {
  letter-spacing: 0;
  text-transform: initial;
  font-size: 36px;
  color: #4c4c4c;
  text-align: center;
  font-style: inherit;
  font-weight: inherit;
  padding-top: 0;
  padding-bottom: 10px;
  margin-bottom: 18px
}

.single-projects .update .text-container strong {
  color: #d33;
  font-weight: 700
}

.single-projects .update .text-container .divider {
  padding: 0 0 20px;
  text-align: center
}

.single-projects .update .text-container .divider .line {
  width: 100px;
  display: block;
  border-top: 2px solid #1e73be;
  margin: 0 auto
}

.single-projects .update .text-container .mk-svg-icon {
  width: 64px;
  height: 64px
}

.single-projects .update .text-container a {
  font-size: 24px;
  color: #404040;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 50px;
  color: #4c4c4c
}

.banner-section-550 .banner-content .form-container {
  padding: 30px 30px;
  background-color: rgba(221, 51, 51, .8);
  position: relative;
  z-index: 30;
  margin-top: -30px;
}

.banner-section-form .banner-content .title,
.banner-section-550 .banner-content .title {
  letter-spacing: 0;
  text-transform: initial;
  font-size: 26px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  padding-top: 0;
  padding-bottom: 20px;
  margin-bottom: 18px;
}

.banner-section-form .banner-content form input,
.banner-section-form .banner-content form textarea,
.banner-section-550 .banner-content form input,
.banner-section-550 .banner-content form textarea {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 15px;
  font-size: 12px;
  color: #252525;
  padding: 10px;
  background-color: rgba(255, 255, 255, .8);
  border: none;
  outline: 0;
  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif !important;
}

.banner-section-form .banner-content form textarea,
.banner-section-550 .banner-content form textarea {
  height: 44px;
  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif !important;
}

.banner-section-form .banner-content form label,
.banner-section-550 .banner-content form label {
  margin-bottom: 15px;
  color: #fff;
  font-size: 12px;
  display: none;
}

.banner-section-form .banner-content form .checkbox-field label,
.banner-section-550 .banner-content form .checkbox-field label {
  display: initial;
}

.banner-section-form .banner-content form .checkbox-field>ul,
.banner-section-550 .banner-content form .checkbox-field>ul {
  list-style: none;
}

.banner-section-form .banner-content form .checkbox-field>ul input,
.banner-section-550 .banner-content form .checkbox-field>ul input {
  width: auto;
  margin-right: 10px;
}

.banner-section-form .banner-content form label>input,
.banner-section-550 .banner-content form label>input {
  width: unset;
  float: left;
  margin: 0 10px 0 0;
}


.banner-section-form .banner-content form input:focus,
.banner-section-form .banner-content form textarea:focus,
.banner-section-550 .banner-content form input:focus,
.banner-section-550 .banner-content form textarea:focus {
  background-color: rgba(0, 0, 0, .8);
  color: #fff;
}

.banner-section-form .banner-content form input::-webkit-input-placeholder,
.banner-section-form .banner-content form textarea::-webkit-input-placeholder,
.banner-section-550 .banner-content form input::-webkit-input-placeholder,
.banner-section-550 .banner-content form textarea::-webkit-input-placeholder,
.banner-section-form .banner-content form input:-ms-input-placeholder,
.banner-section-form .banner-content form textarea:-ms-input-placeholder,
.banner-section-550 .banner-content form input:-ms-input-placeholder,
.banner-section-550 .banner-content form textarea:-ms-input-placeholder,
.banner-section-form .banner-content form input::placeholder,
.banner-section-form .banner-content form textarea::placeholder,
.banner-section-550 .banner-content form input::placeholder,
.banner-section-550 .banner-content form textarea::placeholder {
  color: #333;
}

.banner-section-form .banner-content form input:focus::-webkit-input-placeholder,
.banner-section-form .banner-content form textarea:focus::-webkit-input-placeholder,
.banner-section-550 .banner-content form input:focus::-webkit-input-placeholder,
.banner-section-550 .banner-content form textarea:focus::-webkit-input-placeholder,
.banner-section-form .banner-content form input:focus:-ms-input-placeholder,
.banner-section-form .banner-content form textarea:focus:-ms-input-placeholder,
.banner-section-550 .banner-content form input:focus:-ms-input-placeholder,
.banner-section-550 .banner-content form textarea:focus:-ms-input-placeholder,
.banner-section-form .banner-content form input:focus::placeholder,
.banner-section-form .banner-content form textarea:focus::placeholder,
.banner-section-550 .banner-content form input:focus::placeholder,
.banner-section-550 .banner-content form textarea:focus::placeholder {
  color: #fff;
}

.banner-section-form .banner-content form .wpforms-submit-container,
.banner-section-550 .banner-content form .wpforms-submit-container {
  text-align: center;
}

.banner-section-form .banner-content form .wpforms-submit-container button,
.banner-section-550 .banner-content form .wpforms-submit-container button {
  padding: 12px 24px;
  border-color: #fff;
  width: unset;
  margin-bottom: 15px;
  cursor: pointer;
  background-color: #fff;
  color: #d33;
  font-weight: 600;
  border-width: 2px;
  border-style: solid;
  font-size: 12px;
  line-height: 100%;
  box-sizing: border-box;
  transition: color .1s ease-in-out, background .1s ease-in-out, border .1s ease-in-out;
  position: relative;
  display: inline-block;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@media (max-width: 767px) {

  .single-product .banner-section amp-img.img,
  .main-subcategory .banner-section amp-img.img,
  .main-landing .page-section amp-img.img,
  amp-img.mobile-none {
    display: none;
  }

  .main .special .right amp-date-countdown.countdown {
    max-height: 100px;
  }

  .banner-section-550 .banner-content .left {
    padding-top: 0;
  }

  .banner-section-550 .banner-content .left h1,
  .banner-section-550 .banner-content .left p,
  .banner-section-550 .banner-content .left h6 {
    text-align: center;
  }

  .banner-section-550 .banner-content .left h1 {
    font-size: 24px;
  }

  .banner-section-550 .banner-content .left p {
    font-size: 20px;
  }

  .banner-section-550 .banner-content .title {
    font-size: 18px;
  }

  .banner-section-550 {
    height: unset;
  }

  .banner-section-550 .banner-content {
    padding-bottom: 30px;
  }

  .banner-section-550 .banner-content .left,
  .banner-section-550 .banner-content .right {
    padding: 0;
  }

  .banner-section-550 .banner-content .form-container {
    max-width: 490px;
    margin: 0 auto;
  }
}


@media (max-width: 991px) {
  .call-block-mini h3 {
    font-size: calc((100vw - 360px)/(991 - 360) * (34 - 16) + 16px);
  }

  .call-block-mini h2 {
    font-size: calc((100vw - 360px)/(991 - 360) * (60 - 24) + 24px);
  }

  .call-block-mini p {
    font-size: calc((100vw - 360px)/(991 - 360) * (25 - 10) + 10px);
  }

  .call-block-mini a {
    font-size: calc((100vw - 360px)/(991 - 360) * (53 - 24) + 24px);
  }

  .call-block-mini img {
    margin: 0;
  }

  .call-block-mini a {
    bottom: 6%;
  }
}




body {
  font-family: HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, "Lucida Grande", sans-serif !important;
}

html:not([amp4ads]) body.logged-in {
  margin: 32px 0 0 0 !important;
}

* {
  margin: 0;
  padding: 0;
}

.wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

.section {
  padding: 20px 0;
}


/*HEADER*/

.header {
  border-bottom: 1px solid #ededed;
}

.header .top-header {
  border-color: #e8e8e8;
}

.header .header-container {
  height: 55px;
}

.header .header-social li a {
  margin: 0 5px;
  height: 100%;
}


.header .header-contacts div,
.header-contacts div a {
  margin-left: 15px;
}

.header .header-contacts div a {
  color: #000;
}

.header .header-bottom-container {
  height: 120px;
  /* 	    display: flex; */
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.header .header-bottom-container .mobile-phone {
  display: none;
}

.header .header-bottom-container .mobile-phone i {
  font-size: 30px;
  color: #1e73be;
}

.header .header-bottom-container .logo-container {
  width: 202px;
  display: inline-block;
  position: absolute;
  z-index: 1200;
  top: 50%;
  transform: translateY(-50%);
}

.header .menu-item {
  padding: 1rem;
}

.header .menu-item,
.header .menu-item>a {
  text-decoration: none;
  color: #444;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.header .menu-item>a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  transition: .5s;
  background-color: #f50000;
}

.header .menu-item:hover>a:after {
  content: "";
  width: 100%;
}

.header .get-quote {
  border: 1px solid #d33;
  border-radius: 5px;
  cursor: pointer;
  padding: .5rem 1rem;
}

.header .get-quote>a {
  color: #d33;
}

.text-item>div {
  max-width: 255px;
  width: 255px;
}

.text-item .sub-menu {
  padding-top: 15px;
  padding-bottom: 0;
}

.text-item .sub-menu li {
  list-style-type: none;
  padding: 0 15px 15px 15px;
  width: 100%;
  display: block;
  flex-direction: unset;
  justify-content: unset;
  padding-top: 0;
}

.text-item .sub-menu li a {
  display: block;
  text-align: left;
  min-height: unset;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #b3b3b3;
  transition: .2s;
  text-decoration: none;
}

.text-item .sub-menu li a:hover {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#menu-main-menu {
  justify-content: flex-end;
}

.menu-item>div {
  width: 1100px;
  right: 20px;
  left: auto;
  top: 118px;
  border-top: 2px solid red;
  opacity: 0;
  visibility: hidden;
  background: #333;
}

.bottom-header~div {
  background: transparent;
}

.header .sub-menu-item {
  padding: 0 52.5px;
  width: 170px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 15px;
}

.header .sub-menu-item a {
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  color: white;
  white-space: normal;
  min-height: 130px;
  justify-content: flex-end;
}

.header .sub-menu-item a:after,
.header .get-quote a:after {
  display: none;
}

.header .sub-menu-item img {
  object-fit: cover;
  margin-bottom: 10px;
  width: 100%;
}

.header .dialog-padding {
  padding-bottom: 30px;
}

.sidebar {
  width: 300px;
  background-color: #fff;
}

.sidebar-item .button-arrow {
  border: none;
}

.sidebar .sidebar-item .button {
  padding: 15px;
  border-bottom: 1px solid #dfdfdf;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  color: #444;
}

.sidebar .sidebar-item .button p {
  display: inline-block;
}

.sidebar .sidebar-item .button-arrow {
  display: flex !important;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  background-color: transparent;
}

.sidebar .sidebar-item .button-arrow svg {
  position: absolute;
  right: 15px;
}

.sidebar .sidebar-item .button-arrow svg path {
  fill: #444;
}

.sidebar .sidebar-item ul {
  padding: 15px;
}

.sidebar .sidebar-item ul li {
  list-style-type: none;
}

.sidebar .sidebar-item ul li a {
  font-size: 13px;
  line-height: 13px;
  padding: 12px 15px;
  text-decoration: none;
  font-weight: 400;
  color: #444;
  display: block;
}

.sidebar-open-btn {
  font-size: 25px;
  display: none;
}


/*FOOTER*/


.footer {
  background-color: #3D4045;
  border-top: 4px solid #d33;
}

.footer .footer-top {
  background-color: #3D4045;
  padding: 20px 0 30px 0;
}

.footer .footer-top .call-block {
  padding: 30px 0;
}

.footer .footer-top .call-block .text {
  color: white;
  font-size: 18px;
  font-weight: bold;
}

.footer .footer-top .call-block .text a {
  color: inherit;
  display: inline-block;
}

.footer .footer-top .button-container .button {
  padding: 12px 24px;
  text-decoration: none;
  font-size: 12px;
  color: white;
  border: 2px solid white;
  font-weight: 700;
  letter-spacing: 1px;
  margin: 0 15px 15px 0;
  transition: .3s;
}

.footer .footer-top .button-container .button:hover {
  background-color: #fff;
  color: #3D4045;
}

.footer .footer-top .footer-nav {
  padding: 0 20px;
}

.footer .footer-top .footer-nav .nav {
  padding: 0 2%;
  padding: 4px;
}

.footer .footer-top .footer-nav .nav-container {
  margin-bottom: 40px;
}

.footer .footer-top .footer-nav .nav-container>li,
.footer .footer-top .footer-nav .nav-container .sub-menu li {
  list-style-type: none;
}

.footer .footer-top .footer-nav .nav-container .nav-title {
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  font-weight: bolder;
  letter-spacing: 1px;
  display: inline-block;
}

/*.footer .footer-top .footer-nav .nav-container > li > a:after {
  display: block;
  }*/


.footer .footer-top .footer-nav .nav-container li a {
  text-decoration: none;
  color: #999;
  display: block;
  padding: 5px 15px 5px 5px;
  font-size: 14px;
  transition: .2s;
}

.footer .footer-top .footer-nav .nav-container li a svg {
  padding-bottom: 1px;
}

.footer .footer-top .footer-nav .nav-container li a svg path {
  fill: #999;
}

.footer .footer-top .footer-nav .nav-container li a:hover {
  color: #e50000;
}

.footer .footer-top .footer-nav .nav-container li a:hover svg path {
  fill: #e50000;
}

.footer .footer-top .footer-nav .adress-block {
  color: #808080;
  font-size: 14px;
}

.footer .footer-top .footer-nav .adress-block ul li {
  list-style-type: none;
  margin-bottom: 10px;
}

.footer .footer-top .footer-nav .adress-block ul li i {
  margin-right: 5px;
}

.footer .footer-top .footer-nav .adress-block ul li svg {
  margin-right: 5px;
  position: relative;
  bottom: -2px;
}

.footer .footer-top .footer-nav .adress-block ul li svg path {
  fill: gray;
}

.footer .footer-top .footer-nav .adress-block ul li .nav-link {
  padding: 5px 5px 0 0;
  display: inline-block;
}

.footer .footer-top .footer-nav .nav-container .social {
  flex-wrap: wrap;
}

.footer .footer-top .footer-nav .nav-container .social .social-button {
  width: 36px;
  height: 36px;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #999;
  border-radius: 15%;
  color: #999;
  margin: 5px 15px 5px 0;
  text-decoration: none;
  transition: 0.2s;
}

.footer .footer-top .footer-nav .nav-container .social .social-button svg path {
  fill: #999;
}

.footer .footer-top .footer-nav .nav-container .social .social-button:hover {
  border-color: #ebebeb;
  color: #ebebeb;
}

.footer .footer-top .footer-nav .nav-container .social .social-button:hover svg path {
  fill: #ebebeb;
}

.footer .footer-bottom {
  background-color: #43474D;
}

.footer .footer-bottom p {
  padding: 25px 0 20px 20px;
  font-size: 11px;
  color: #fff;
  opacity: 0.8;
  letter-spacing: 1px;
}

.footer .footer-bottom p a {
  color: inherit;
  text-decoration: none;
}








/*########## HOME PAGE ##########*/
/*SLIDER SECTION*/

.slider-section {
  height: 500px;
  background-color: #999;
  width: 100%;
  position: relative;
}

.slider-section .main-carusel {
  width: 100%;
  height: 500px;
}

.slider-section .slide-element {
  position: relative;
}

.slider-section .slide-element img {
  object-fit: cover;
}

.slider-section .slide-text-container {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  z-index: 999;
}

.slider-section .slide-text {
  position: absolute;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  bottom: 17%;
  opacity: 1;
  transition: 3s;
}

.slider-section div[aria-hidden="false"] .slide-text {
  opacity: 1;
}

.slider-section .slide-text p {
  font-size: 38px;
  font-weight: 100;
  color: white;
  min-height: 90px;
  text-align: center;
}


.slider-section .slide-text a {
  padding: 8px 25px;
  color: white;
  margin-top: 43px;
  background-color: rgb(221, 51, 51);
  font-size: 13px;
  text-decoration: none;
  border-radius: 4px;
}

.slider-section .amp-carousel-button-prev {
  width: 50px;
  background-position: -82px -22px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  z-index: 999;
  display: none;
}

.slider-section .amp-carousel-button-next {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  z-index: 999;
  right: 0;
  background-position: -81px -99px;
  display: none;
}

.slider-section:hover .amp-carousel-button-prev,
.slider-section:hover .amp-carousel-button-next {
  display: block;
}

.slider-section .carusel-title {
  position: absolute;
  width: 100%;
  height: 47%;
  z-index: 109;
}

.slider-section .carusel-title h1 {
  padding-top: 82px;
  text-transform: uppercase;
  color: white;
  font-size: 46px;
  font-weight: 400;
}

.slider-section .carusel-title h3 {
  padding-top: 62px;
  font-weight: 600;
  font-size: 40px;
  color: rgb(221, 51, 51);
}


/*CARUSEL SECTION*/


.carusel-section img {
  object-fit: cover;
}

.carusel-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* .carusel-section .i-amphtml-base-carousel-arrows {
  display: none;
} */

.carusel-section amp-base-carousel .carousel-prev,
.carusel-section amp-base-carousel .carousel-next {
  display: none;
}


/*PRODUCT SECTION & INDUSTRIE SECTION*/


.product-section {
  background-color: #f9f9f9;
}

.product-section .wrapper,
.industrie-section .wrapper {
  position: relative;
}

.product-section amp-base-carousel,
.industrie-section amp-base-carousel {
  overflow: visible !important;
}

.product-section .info-box .box-container amp-img img,
.industrie-section .info-box .box-container amp-img img {
  object-fit: cover;
}


/* .product-section .i-amphtml-base-carousel-arrows,
.industrie-section .i-amphtml-base-carousel-arrows {
  left: -70px;
  right: -70px;
} */

.industrie-section .arrow-button,
.product-section .arrow-button {
  stroke: #999;
  width: 60px;
  height: 60px;
  background-color: transparent;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.product-section .carousel-next,
.industrie-section .carousel-next {
  right: -40px;
}

.industrie-section .carousel-prev,
.product-section .carousel-prev {
  left: -40px;
}

.product-section .carousel-prev {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path  d="M14,7.4 L9.4,12 L14,16.6" fill="none" stroke="#fff" stroke-width="2px" stroke-linejoin="round" stroke-linecap="round" /></svg>');
}

/* .product-section .i-amphtml-base-carousel-arrow,
.industrie-section .i-amphtml-base-carousel-arrow {
  stroke: #999;
  width: 60px;
  height: 60px;
} */

/* .product-section .i-amphtml-base-carousel-arrow:hover .i-amphtml-base-carousel-arrow-background,
.industrie-section .i-amphtml-base-carousel-arrow:hover .i-amphtml-base-carousel-arrow-background {
  background-color: transparent;
}

.product-section .i-amphtml-base-carousel-arrow-background,
.industrie-section .i-amphtml-base-carousel-arrow-background {
  background-color: transparent;
  box-shadow: none;
}

.product-section .i-amphtml-base-carousel-arrow-backdrop,
.industrie-section .i-amphtml-base-carousel-arrow-backdrop {
  -webkit-backdrop-filter: none;
  backdrop-filter: none; 
  opacity: 1; 
}

.product-section .i-amphtml-base-carousel-arrow-icon,
.industrie-section .i-amphtml-base-carousel-arrow-icon {
  width: 60px;
  height: 60px;
  cursor: pointer;
} */


.section-title {
  font-size: 32px;
  color: #404040;
  font-weight: 400;
  margin-bottom: 18px;
}

.info-box {
  padding: 0 15px;
  text-align: center;
}

.info-box .box-container img {
  object-fit: cover;
}

.info-box p {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: #777;
  padding: 10px 0;
  min-height: 40px;
}

.info-box a {
  padding: 14px 24px;
  background-color: #fff;
  border: 1px solid #d33;
  border-radius: 4px;
  display: inline-block;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  color: #d33;
}

.long-button {
  display: block;
  padding: 14px 0;
  border: 2px solid #d33;
  border-radius: 4px;
  font-weight: 700;
  font-size: 12px;
  text-decoration: none;
  color: #d33;
  text-align: center;
  transition: .3s;
  margin: 20px 0;
}

.long-button:hover {
  background-color: #d33;
  color: white;
}

.product-section .two-items .img-box {
  box-sizing: border-box;
  padding: 10px 10px;
}

.product-section .two-items .img-box img,
.product-section .one-item img,
.product-section .product-item img {
  object-fit: cover;
}

.product-section .two-items .img-box img,
.product-section .one-item .img-box img,
.product-section .product-item img {
  cursor: pointer;
}


/*QUOTE SECTION*/


.quote-section {
  min-height: 500px;
  width: 100%;
  position: relative;
}

.quote-section img {
  object-fit: cover;
}

.quote-section .text-box {
  position: relative;
  min-height: 470px;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #dd333382;
  padding-bottom: 30px;
}

.quote-section .text-box .wrapper {
  height: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  padding-top: 40px;
}

.quote-section .text-box .wrapper h2 {
  color: #fff;
  font-size: 38px;
  padding-bottom: 40px;
  font-weight: 400;
  text-align: center;
}

.quote-section .text-box .wrapper p {
  color: #fff;
  font-size: 18px;
  padding-bottom: 40px;
  text-align: justify;
}

.quote-section .text-box .wrapper .quote-button {
  padding: 14px 24px;
  background: #fff;
  border-radius: 4px;
  text-decoration: none;
  margin-bottom: 30px;
  color: #252525;
  transition: .3s;
  font-size: 12px;
  font-weight: 700;
}

.quote-section .text-box .wrapper .quote-button:hover {
  color: #d33;
}


/*MEMBERSHIP SECTION*/

.membership-section img {
  object-fit: contain;
}


/*SERVISE SECTION*/

.servise-section {
  padding: 40px 0;
  background-color: #e7e7e7;
}

.servise-section .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.servise-section h2 {
  color: #404040;
  padding-bottom: 40px;
  font-size: 38px;
  font-weight: 400;
  max-width: 730px;
  text-align: center;
}

.servise-section p {
  color: #333;
  font-size: 18px;
  max-width: 730px;
  padding-bottom: 40px;
  text-align: justify;
}

.servise-section a {
  color: white;
  font-size: 12px;
  font-weight: 700;
  border-radius: 4px;
  padding: 14px 24px;
  background-color: #DD3333;
  text-decoration: none;
  margin-bottom: 30px;
}



/*########## FOLDING PARTITIONS ACCORDION DOORS ##########*/
/*BANNER SECTION */

.banner-section {
  min-height: 500px;
  width: 100%;
  position: relative;
}

.banner-section img {
  object-fit: cover;
}

.banner-section .text-box {
  position: relative;
  min-height: 500px;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.banner-section .text-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
}

.banner-section .text-box .wrapper h2 {
  color: #fff;
  font-size: 42px;
  padding-bottom: 35px;
  font-weight: 400;
  text-align: center;
}

.banner-section .text-box .wrapper p {
  color: #fff;
  font-size: 22px;
  padding-bottom: 30px;
  text-align: center;
}

.banner-section .text-box .wrapper .quote-button {
  padding: 14px 24px;
  background: #fff;
  text-decoration: none;
  margin-bottom: 30px;
  color: #252525;
  font-size: 12px;
  font-weight: 500;
}


/*DESCRIPTION SECTION*/


.description-section {
  background-color: rgb(242, 242, 242);
  padding: 75px 0;
}

.description-section h2 {
  font-size: 42px;
  color: #252525;
  font-weight: 400;
  padding-bottom: 30px;
}

.description-section p {
  font-size: 18px;
  color: #808080;
  font-weight: 300;
  padding-bottom: 30px;
}


/*PRODUCT-INFO SECTION*/


.product-info-section {
  padding-bottom: 75px;
}

.product-info-section .product-box {
  padding: 75px 0 15px 0;
  align-items: center;
}

.product-info-section .product-box:first-child {
  padding-top: 0;
}

.product-info-section .product-box .img-container {
  box-shadow: 0 23px 40px 0 rgba(0, 0, 0, .2);
  border-radius: 4px;
  overflow: hidden;
}

.product-info-section .product-box .img-container img {
  object-fit: cover;
}

.product-info-section .product-box .title {
  padding-bottom: 30px;
  font-size: 30px;
  color: #252525;
  text-align: left;
  font-weight: 300;
}


.product-info-section .product-box .description {
  padding-bottom: 30px;
  font-size: 17px;
  line-height: 130%;
  color: gray;
  text-align: left;
  font-weight: 300;
}

.product-info-section .product-box .button {
  background-color: #e50000;
  padding: 14px 24px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 12px;
  display: inline-block;
}

.product-info-section .product-box .button svg {
  padding-right: 15px;
}

.product-info-section .product-box .button svg path {
  fill: #fff;
}



/*CALL SECTION*/


.call-section {
  padding: 75px 0 40px 0;
  background-color: #252525;
}

.call-section .call-container>h1,
.call-section .call-container>h2,
.call-section .call-container>h3,
.call-section .call-container>h4,
.call-section .call-container>h5,
.call-section .call-container>h6 {
  padding: 20px 0 30px 0;
  font-size: 38px;
  color: #fff;
  text-align: center;
  font-weight: 300;
}

.call-section .call-container>p {
  font-size: 18px;
  color: #fff;
  text-align: center;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.call-section .call-container .img-container {
  position: relative;
}

.call-section .call-container .img-container amp-img img {
  margin-top: -36px;
}

.call-section .call-container .img-container h3 {
  position: absolute;
  font-weight: normal;
  color: #777;
  font-size: calc((100vw - 767px)/(2000 - 767) * (30 - 18) + 18px);
  top: 6%;
  left: 4%;
}

.call-section .call-container .img-container h2 {
  position: absolute;
  font-weight: normal;
  color: #777;
  font-size: calc((100vw - 767px)/(2000 - 767) * (53 - 33) + 33px);
  top: 16%;
  left: 4%;
}

.call-section .call-container .img-container p {
  position: absolute;
  font-weight: normal;
  color: #777;
  font-size: calc((100vw - 767px)/(2000 - 767) * (23 - 13) + 13px);
  top: 34%;
  left: 4%;
}

.call-section .call-container .img-container a {
  position: absolute;
  font-weight: normal;
  color: #fff;
  font-size: calc((100vw - 767px)/(2000 - 767) * (48 - 30) + 30px);
  bottom: 17%;
  left: 4%;
  text-decoration: none;
  background-color: #d33;
  padding: 0.7% 2.6%;
  transition: 0.3s;
}

.call-section .call-container .img-container a:hover {
  background-color: #000;
}

.call-section .call-container .img-container img {
  object-fit: cover;
  margin: -4.948% 0 0;
}

.single-project-card .taxonomy-wrapper,
.project-info-section .taxonomy-wrapper {
  color: #d33;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.product-box .items-container .item.single-project-card-full-width {
  position: relative;
  padding: 0;
  margin: 0 8px 30px;
}

.single-projects .item.single-project-card-full-width .img-container amp-img:hover {
  transform: scale(1.0);
}

.item.single-project-card-full-width .gradient-mask {
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 80%);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 2;
}

.items-container .item.single-project-card .overlay-content h3.title {
  font-size: 55px;
  color: #ffffff;
  letter-spacing: normal;
  line-height: 1.17;
  margin-bottom: 5px;
  margin-top: 0px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.items-container .item.single-project-card .overlay-content .description {
  font-size: 22px;
  color: #ffffff;
  letter-spacing: normal;
  line-height: normal;
  margin-bottom: 25px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.single-project-card-full-width .img-container {
  position: relative;
}

.single-project-card-full-width .single-project-card .title,
.single-project-card .description {
  margin: 0;
}

.items-container .item.single-project-card h3.title {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 0.8rem;
  margin-bottom: 1.2rem;
  text-transform: none;
}

.single-project-card-full-width .overlay-content {
  position: absolute;
  bottom: 16px;
  text-align: center;
  left: 0px;
  right: 0px;
  color: #fff;
  width: 100%;
  padding: 0px;
  z-index: 3;
}

.single-project-card-full-width .overlay-content .read-more-button {
  background: transparent;
  border: 1px solid white;
  color: white;
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
}

.single-project-card-full-width .overlay-content .read-more-button:hover {
  background: white;
  color: black;
}

.filters form {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}

.filters label {
  font-weight: bold;
  margin-right: 0.5rem;
}

.filters select {
  padding: 0.5rem;
  border: 1px solid #000000;
  border-radius: 4px;
  background-color: #f2f2f2;
  font-size: 1rem;
  height: 36px;
}

.filters button {
  padding: 0.5rem 1rem;
  background-color: #f2f2f2;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 4px;
  cursor: pointer;
  font-size: 1rem;
  display: flex;
  align-items: center;
}

.filters button svg {
  margin-left: 0.5rem;
}

.filters button:hover {
  background-color: #ffffff;
}

@media(min-width: 768px) {
  .items-container .item.single-project-card h3.title {
    font-size: 1.5rem;
  }

  .single-project-card-full-width .overlay-content {
    position: absolute;
    text-align: left;
    width: 50%;
    left: 6%;
    bottom: 6%;
    right: 0;
    color: #fff;
  }
}

.single-project-card p.description {
  font-size: 0.8rem;
  line-height: 1.3;
  font-weight: 500;
  color: #5a5a5a;
  margin-bottom: 0;
  text-transform: none;
}

.project-info-section .description-container h1.title {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.project-info-section .description-container h4.description {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  color: #5a5a5a;
}

.single-projects p {
  font-size: 16px;
  color: #777;
  line-height: 1.66em;
  margin-bottom: 20px;
}

.single-projects .img-container {
  position: relative;
  overflow: hidden;
}

.single-projects .img-container img {
  width: 100%;
  transition: transform 0.3s ease;
}

.single-projects .img-container img:hover {
  transform: scale(1.1);
}

.single-projects .magnifier-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.single-projects .related-product-section h4 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  color: #5a5a5a;
  margin-bottom: 2rem;
}

.single-projects .magnifier-icon svg {
  fill: white;
  width: 24px;
  height: 24px;
}

.single-project-card .taxonomy-wrapper .door-systems-container,
.project-info-section .taxonomy-wrapper .door-systems-container,
.single-project-card .taxonomy-wrapper .tags-container,
.project-info-section .taxonomy-wrapper .tags-container {
  margin-bottom: 4px;
}


/*########## GARAGE OVERHEAD DOORS ##########*/
/*CATEGORY INFO SECTION */

.category-info-section {
  padding-top: 50px;
}

.category-info-section p {
  font-size: 16px;
  color: #777;
  line-height: 1.66em;
  margin-bottom: 20px;
}

.category-info-section h1 {
  font-size: 32px;
  color: #404040;
  font-weight: 600;
  text-transform: uppercase;
  margin: 15px 0 30px;
}


/*CATEGORY PRODUCT SECTION*/


.category-product-section {
  padding: 10px 0 30px;
}

.product-box .title {
  color: #404040;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
}

.product-box .title a {
  color: inherit;
  text-decoration: none;
}

.product-box .divider {
  border-bottom: 1px solid #E3E3E3;
  margin: 15px 0;
  width: 100%;
}

.product-box .items-container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-bottom: 30px;
}

.product-box .items-container .item {
  box-sizing: border-box;
  padding: 0 8px 30px;
}

.product-box .items-container .item>a {
  display: block;
  padding: 15px;
  border: 1px solid #E3E3E3;
  border-top: none;
  line-height: 18px;
  letter-spacing: 1px;
  color: #5B5B5B;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  min-height: 72px;
}

.product-box .items-container .item a h3 {
  font-size: 14px;
  margin-bottom: 5px;
}

.product-box .items-container .item .img-container {
  position: relative;
  overflow: hidden;
  border: 1px solid #E3E3E3;
  border-bottom: none;
}

.product-box .items-container .item .img-container amp-img img {
  object-fit: cover;
}

.product-box .items-container .item .img-container .button {
  position: absolute;
  bottom: -25px;
  height: 50px;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  text-transform: uppercase;
  opacity: 0;
  transition: 0.3s;
  font-size: 12px;
  font-weight: 700;
}

.product-box .items-container .item .img-container .button svg {
  padding-right: 10px;
}

.product-box .items-container .item:hover .img-container .button {
  opacity: 1;
  bottom: 0;
}

.product-box .items-container .item .img-container img {
  object-fit: cover;
}


/*CATEGORY CALL SECTION*/


.category-call-section {
  padding: 75px 0 40px 0;
}

.category-call-section .divider {
  border-bottom: 1px solid #E3E3E3;
  margin: 15px 0;
  width: 100%;
}

.call-container .title {
  padding: 20px 0 30px 0;
  font-size: 38px;
  color: #333;
  text-align: center;
  font-weight: 300;
}

.call-container>p {
  font-size: 16px;
  color: #777;
  text-align: left;
  font-weight: 300;
  padding-top: 20px;
  padding-bottom: 40px;
}

.call-container>p strong {
  color: #333;
}


/*########## INDUSTRY PAGE ##########*/
/*INDUSTRY SECTION */

.industry-section .industry-content {
  margin-top: 65px;
  box-sizing: border-box;
  padding-right: 40px;
}

.industry-section .industry-content h1 {
  font-size: 32px;
  color: #404040;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
  padding: 0 15px;
}

.industry-section .industry-content p {
  font-size: 16px;
  color: #777;
  line-height: 1.66em;
  margin-bottom: 20px;
  padding: 0 15px;
}

.industry-section .industry-content .items-container .item {
  padding: 0 15px 10px 15px;
  box-sizing: border-box;
  position: relative;
}

.industry-section .industry-content .items-container .item img {
  object-fit: cover;
}

.industry-section .industry-content .items-container .item p {
  position: absolute;
  bottom: 10px;
  left: 15px;
  padding: 10px;
  margin: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, .4);
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  border-radius: 4px;
}

.industry-section .industry-content .items-container .item p:hover {
  background-color: rgba(0, 0, 0, .5);
}

.industry-section .industry-sidebar {
  margin-top: 65px;
}

.industry-section .industry-sidebar .title {
  font-size: 14px;
  color: #333;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-weight: bolder;
}

.industry-section .industry-sidebar .list .sub-list {
  position: relative;
  bottom: 0;
  left: 0;
  display: none;
  padding-left: 10px;
  border-top: 1px solid #ebebeb;
}

.industry-section .industry-sidebar .list {
  margin-bottom: 40px;
}


.industry-section .industry-sidebar ul li {
  list-style-type: none;
  position: relative;
}

.industry-section .industry-sidebar amp-accordion section {
  position: relative;
}

.industry-section .industry-sidebar amp-accordion section:focus {
  outline: none;
}

*:focus {
  outline: none;
}

.industry-section .industry-sidebar .list section h5 {
  font-size: inherit;
  font-weight: inherit;
  /* 	cursor: st; */
  background-color: transparent;
  padding-right: 0;
  border: none;
}

.industry-section .industry-sidebar .list li a,
.industry-section .industry-sidebar .list section a {
  padding: 6px 0;
  text-decoration: none;
  color: #999;
  font-size: 14px;
  line-height: 1.66em;
  max-width: 265px;
  display: inline-block;
}

.industry-section .industry-sidebar .accordion-menu li i:before {
  content: "\f067";
  font-family: FontAwesome;
  font-style: normal;
  color: rgba(128, 128, 128, .6);
  font-size: 14px;

  position: absolute;
  right: 0;
  top: 11px;
}

.industry-section .industry-sidebar .accordion-menu svg {
  position: absolute;
  right: 0;
  top: 11px;
}

.industry-section .industry-sidebar .accordion-menu li.open>i:before {
  content: "\f068";
  top: 10px;
}

.industry-section .industry-sidebar .link-list {
  border: 1px solid #ebebeb;
}

.industry-section .industry-sidebar .link-list li:not(:last-child) {
  border-bottom: 1px solid #ebebeb;
}

.industry-section .industry-sidebar .link-list li svg path {
  fill: #999;
}

.industry-section .industry-sidebar .link-list li svg,
.industry-section .industry-sidebar .link-list section svg {
  margin-left: 10px;
  margin-right: 7px;
  padding-bottom: 1px;
}

.industry-section .industry-sidebar .list a:hover {
  color: #e50000;
}


/*########## PRODUCT PAGE ##########*/
/*CATEGORY INFO SECTION */

.product-info-section {
  padding: 50px 0;
}

.product-info-section .image-container .carousel img {
  object-fit: cover;
}

.product-info-section .image-container .carousel-preview {
  padding-top: 30px;
  width: 80%;
  margin: 0 auto;
}

.product-info-section .image-container .carousel-preview amp-base-carousel {
  overflow: visible !important;
}

.product-info-section .image-container .carousel-preview .preview-btn {
  box-sizing: border-box;
  cursor: pointer;
}

.product-info-section .description-container {
  box-sizing: border-box;
}

.product-info-section .description-container .title {
  text-transform: uppercase;
  color: #404040;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 50px;
}

.product-info-section .description-container .description {
  font-size: 16px;
  color: #777;
  line-height: 1.66em;
  padding-bottom: 30px;
}

.product-info-section .description-container .description>a {
  text-decoration: none;
}

.product-info-section .description-container .button {
  background-color: #e50000;
  padding: 14px 24px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 12px;
  display: inline-block;
}

.product-info-section .description-container .button svg {
  padding-right: 15px;
}

.product-info-section .description-container .button svg path {
  fill: #fff;
}

.product-info-section .description-container .tags {
  padding-top: 30px;
}

.product-info-section .description-container .tags span {
  display: block;
  margin-bottom: 10px;
  color: #252525;
  font-weight: 400;
  line-height: 1.66em;
  font-size: 12px;
}

.product-info-section .description-container .tags span a {
  color: #777;
  text-decoration: none;
}


/*FEATURE SECTION*/

.features-section h4,
.features-section h5 {
  font-size: 18px;
  color: #404040;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.features-section h2 {
  margin-bottom: 20px;
}

.features-section ul {
  margin-left: 30px;
  color: #777;
  font-weight: 400;
  line-height: 1.66em;
  font-size: 14px;
  margin-bottom: 25px;
}

.features-section h3 {
  color: #d33;
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}

.features-section h6 {
  font-size: 14px;
  color: #404040;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.features-section p {
  font-size: 16px;
  color: #777;
  line-height: 1.66em;
  margin-bottom: 20px;
}

.features-section a {
  text-decoration: none;
  color: #1e73be;
}


/*RELATED PRODUCT SECTION */


.related-product-section .product-box {
  padding: 40px 0;
}

.related-product-section .product-box h2 {
  font-size: 28px;
  color: #404040;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 25px;
}

/*PRODUCT CALL SECTION*/


.product-call-section {
  padding-bottom: 70px;
}

/*########## CATALOG PAGE ##########*/
/*PRODUCT-CATALOG SECTION */

.product-box .items-container .item:hover .info h3 {
  color: #d33;
}

.product-box .items-container .item .buttons {
  display: block;
  border: 1px solid #E3E3E3;
  border-top: none;
  line-height: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  box-sizing: border-box;
  min-height: 72px;
}

.product-box .items-container .item .buttons h3 {
  font-size: 14px;
  margin-bottom: 0px;
  color: #5B5B5B;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  transition: .3s;
}

.product-box .items-container .item .buttons p {
  display: block;
  color: #acacad;
  font-size: 12px;
  padding: 0;
  font-weight: 400;
  text-transform: uppercase;
}

.product-box .items-container .item .buttons a {
  text-decoration: none;
}

.product-box .items-container .item .buttons .info {
  box-sizing: border-box;
  min-height: 78px;
  padding: 10px;
  display: block;
}

.product-box .items-container .item .buttons .get-information {
  width: 100%;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  border: 1px solid #d33;
  height: 42px;
  box-sizing: border-box;
}

.product-box .items-container .item .buttons .get-information p {
  font-size: 10px;
  font-weight: 700;
  color: #DD3333;
  text-transform: capitalize;
}

.product-box .items-container .item .buttons .get-information .icon-box {
  width: 16px;
  height: 16px;
  border: 2px solid #DD3333;
  border-radius: 50%;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  box-sizing: border-box;
  margin-right: 15px;
}

.product-box .items-container .item .buttons .get-information .icon-box svg path {
  fill: #DD3333;
}




/*########## ABOUT-US PAGE ##########*/
/*HEADING SECTION */

.about .heading-section {
  padding: 50px 0;
}

.about .heading-section .page-title {
  font-size: 36px;
  color: #404040;
  font-weight: 600;
  text-transform: uppercase;
  margin: 15px 0 30px;
}

.about .heading-section .content-container .left-side {
  box-sizing: border-box;
  padding-right: 30px;
}

.about .heading-section .content-container .left-side .title,
.about .shop-section .title,
.about .content-section .title {
  font-size: 26px;
  color: #404040;
  font-weight: 400;
}

.about .heading-section .content-container .left-side .divider,
.about .shop-section .divider {
  width: 130px;
  border-bottom: 2px solid #d33;
}

.about .heading-section .content-container .left-side p,
.about .shop-section p,
.about .content-section .left>p,
.about .content-section .right>p {
  font-size: 16px;
  color: #777;
  line-height: 1.66em;
}

.about .heading-section .content-container .left-side p strong {
  color: #d33;
}



/*SHOP SECTION */

.about .shop-section {
  padding: 50px 0;
  background-color: #f9f9f9;
}

.about .shop-section .wrapper {
  text-align: center;
}

.about .shop-section .title {
  text-align: center;
}

.about .shop-section .divider {
  display: inline-block;
  width: 160px;
  margin: 40px 0;
}

.about .shop-section p {
  text-align: left;
  max-width: 730px;
  display: block;
  margin: 0 auto;
}

.about .shop-section p a {
  text-decoration: none;
  color: #1e73be;
}

.about .shop-section .contact-block {
  padding: 28px;
  background-color: #f0f0f0;
  border-radius: 5px;
  max-width: 730px;
  display: block;
  margin: 30px auto 0 auto;
  box-sizing: border-box;
}

.about .shop-section .contact-block h2 {
  text-align: left;
  font-size: 28px;
  color: #666;
  margin-bottom: 15px;
  font-weight: 600;
  text-transform: uppercase;
}

.about .shop-section .contact-block .btn {
  width: 163px;
  height: 56px;
  border-radius: 5px;
  background-color: #ff675b;
  transition: .3s;
  text-decoration: none;
  color: #fff;
  margin-top: 20px;
}

.about .shop-section .contact-block .btn:hover {
  background-color: #ff4b3c;
}

.about .shop-section .contact-block .btn p {
  margin: 0;
  color: #fff;
  line-height: 1;
  font-size: 16px;
  text-transform: uppercase;
}

.about .shop-section .contact-block .btn svg {
  padding-bottom: 3px;
  padding-right: 10px;
}

/*CONTENT SECTION */

.about .content-section {
  padding: 50px 0 0 0;
}

.about .content-section .left {
  box-sizing: border-box;
  padding-right: 15px;
  padding-bottom: 50px;
}

.about .content-section .right {
  box-sizing: border-box;
  padding-left: 15px;
  padding-bottom: 50px;
}

.about .content-section .right>p {
  margin-bottom: 20px;
}

.about .content-section .title {
  margin-bottom: 20px;
}

/*MAP SECTION */

.contact .map-section {
  padding: 40px 0;
}

.contact .map-section .left,
.contact .branch-section .container .left {
  box-sizing: border-box;
  padding-right: 15px;
}

.contact .map-section .left .title {
  font-size: 14px;
  text-transform: uppercase;
  color: #404040;
  font-weight: 700;
  background: url(https://canuckdoorsystems.com/wp-content/themes/jupiter/assets/images/xfancy-title-pattern.png.pagespeed.ic.uDBrtQgMie.webp) left center repeat-x;
  margin-bottom: 20px;
}

.contact .map-section .left .contact-info {
  margin-bottom: 40px;
}

.contact .map-section .left .contact-info ul li {
  list-style-type: none;
  margin-bottom: 10px;
  font-size: 14px;
  color: #777;
}

.contact .map-section .left .contact-info ul li a,
.contact .map-section .left .emergency ul li a {
  text-decoration: none;
  color: #1e73be;
}

.contact .map-section .left .contact-info ul li svg {
  padding-right: 10px;
}


.contact .map-section .left .contact-info ul li svg path {
  fill: #777;
}

.contact .map-section .left .title span {
  background-color: #fff !important;
  padding-right: 6px;
}

.contact .map-section .left .emergency ul li {
  list-style-type: none;
  margin-bottom: 20px;
}

.contact .map-section .left .emergency ul li .red {
  color: #d33;
  font-size: 16px;
  font-weight: bold;
}

.contact .map-section .left .emergency ul li p {
  font-size: 16px;
  color: #777;
  line-height: 1.66em;
}

.contact .map-section .right,
.contact .branch-section .container .right {
  box-sizing: border-box;
  padding-left: 15px;
}

.contact .map-section .right {
  overflow: hidden;
}

.contact .map-section .right .map {
  width: 100%;
  height: 100%;
  background-color: green;
}

.contact .map-section .right .iframe {
  margin-top: -46px;
}



/*BRANCH SECTION */

.contact .branch-section {
  padding: 40px 0;
  background-color: #f9f9f9;
}

.contact .branch-section .title {
  padding: 0 30px 40px 30px;
  font-size: 18px;
  text-align: center;
  color: #404040;
  font-weight: 400;
  text-transform: uppercase;
}

.contact .branch-section .container .left table {
  width: 100%;
}

.contact .branch-section .container .left table td {
  width: 50%;
  box-sizing: border-box;
  padding: 12px;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  font-size: 14px;
  color: #777;
}

.contact .branch-section .container .left table td a {
  text-decoration: none;
  color: #1e73be;
}



/*########## 24 SERVICES PAGE ##########*/
/*HEADING SECTION */

.services .heading-section {
  width: 100%;
  height: 350px;
  position: relative;
}

.services .heading-section img {
  object-fit: cover;
}

.services .heading-section .color-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

.services .heading-section .color-mask h1 {
  color: #fff;
  font-size: 44px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3em;
  margin-bottom: 14px;
}

.services .heading-section .color-mask .wrapper {
  padding-top: 70px;
}

.services .heading-section .color-mask h3 {
  color: #ff3333;
  font-size: 34px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.3em;
  margin-bottom: 14px;
}

/*EMERGENCY SECTION */

.services .emergency-section {
  padding: 60px 0;
}

.services .emergency-section .left,
.services .availability-section .left,
.experts-section .left {
  padding-right: 15px;
  box-sizing: border-box;
}

.services .emergency-section .left>h3,
.services .availability-section .right h3,
.services .experts-section .left h3 {
  font-size: 28px;
  color: #404040;
  padding-bottom: 40px;
  font-weight: 400;
}

.services .emergency-section .left>p,
.services .availability-section .right p,
.services .experts-section .left p {
  color: #777;
  font-weight: 400;
  line-height: 1.66em;
  padding-bottom: 20px;
}

.services .emergency-section .left>p>a,
.services .availability-section .right p a,
.services .experts-section .left p a {
  text-decoration: none;
  color: #1e73be;
}

.services .emergency-section .right,
.services .availability-section .right,
.services .experts-section .right {
  padding-left: 15px;
  box-sizing: border-box;
}

.services .emergency-section .right .mk-svg-icon {
  width: 256px;
  padding-left: 15px;
}


/*AVAILABILITY SECTION */
.services .availability-section {
  padding: 60px 0;
  background-color: #f7f7f7;
}

.services .availability-section .left .mk-svg-icon {
  width: 240px;
}

/*EXPERTS SECTION */
.services .experts-section {
  padding: 60px 0;
}

.services .experts-section .right .call-block {
  position: relative;
}




/*########## REPAIR PAGE ##########*/
/*BANNER SECTION */

.repair .banner-section-550 .banner-content .left h1 {
  font-size: 36px;
  color: #d33;
  padding: 0;
}

.repair .banner-section-550 .banner-content .left h6 {
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
}

.repair .banner-section-550 .banner-content .left {
  padding-top: 120px;
}

/*MAP SECTION */

.repair .map-section {
  padding: 60px 0;
}

.repair .map-section .right .map {
  background-color: green;
  height: 420px;
}

.repair .map-section .right {
  overflow: hidden;
}

.repair .map-section .right .iframe {
  margin-top: -46px;
}

.repair .map-section .right .call-block-mini-without-image {
  margin-top: 20px;
}

.repair .map-section .wrapper h3,
.repair .problems-section .wrapper>h3,
.repair .bottom-section .left h3 {
  margin-bottom: 40px;
  font-size: 28px;
  color: #404040;
  font-weight: 400;
}

.repair .map-section .left,
.repair .bottom-section .left {
  padding-right: 15px;
  box-sizing: border-box;
}

.repair .map-section .left p,
.repair .problems-section .wrapper>p,
.repair .bottom-section .left p {
  font-size: 16px;
  color: #777;
  line-height: 1.66em;
  font-weight: 400;
  margin-bottom: 20px;
}

.repair .map-section .left a,
.repair .bottom-section .left a {
  text-decoration: none;
  color: #1e73be;
}

.repair .map-section .right,
.repair .bottom-section .right {
  padding-left: 15px;
  box-sizing: border-box;
}


/*PROBLEMS SECTION */

.repair .problems-section {
  padding: 60px 0;
  background-color: #f7f7f7;
}

.repair .problems-section .wrapper>p strong {
  color: #d33;
}

.repair .problems-section .wrapper>h4 {
  font-size: 14px;
  text-transform: uppercase;
  color: #404040;
  font-weight: 700;

  margin-bottom: 20px;
}

.repair .problems-section .wrapper>h4 span {
  background-color: #f7f7f7 !important;
  padding-right: 6px;
}

.repair .problems-section .wrapper>ul {
  margin-bottom: 20px;
}

.repair .problems-section .wrapper>ul li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  color: #777;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 24px;
}

.repair .problems-section .wrapper>ul li a {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  color: #1e73be;
  text-decoration: none;
}

.repair .problems-section .wrapper>ul li:before {
  content: '';
  width: 16px;
  height: 16px;
  background-size: cover;
  background-position: center;

  position: absolute;
  left: 0;
  top: 3px;
}


/*BOTTOM SECTION */

.repair .bottom-section {
  padding: 60px 0;
}


/*########## REPAIR-SECOND PAGE ##########*/
.repair-second .call-block-big {
  margin-top: 30px;
}

/*########## REPAIR-THIRD PAGE ##########*/
.repair-third .problems-section .left,
.repair-fifth .hiw-section .left {
  padding-right: 15px;
  box-sizing: border-box;
}

.repair-third .problems-section .left .mk-svg-icon {
  width: 256px;
}

.repair-third .problems-section .right,
.repair-fifth .hiw-section .right {
  padding-left: 15px;
  box-sizing: border-box;
}

.repair-third .problems-section .right h3 {
  margin-bottom: 40px;
  font-size: 28px;
  color: #404040;
  font-weight: 400;
}

.repair-third .problems-section .right p {
  color: #777;
  font-weight: 400;
  line-height: 1.66em;
  padding-bottom: 20px;
}

.repair-third .problems-section .right a {
  text-decoration: none;
  color: #1e73be;
}



/*########## REPAIR-FOURTH PAGE ##########*/
.repair-fourth .emergency-section .wrapper h3,
.repair-fifth .hiw-section h3 {
  margin-bottom: 40px;
  font-size: 28px;
  color: #404040;
  font-weight: 400;
}

.repair-fourth .emergency-section p strong {
  color: #d33;
}

.repair-fourth .emergency-section .right img {
  margin-bottom: 15px;
  object-fit: cover;
  cursor: pointer;
}




/*########## REPAIR-FIFTH PAGE ##########*/
.repair-fifth .emergency-section .right .mk-svg-icon {
  width: 256px;
  height: 256px;
}

.repair-fifth .hiw-section {
  padding: 60px 0;
}

.repair-fifth .hiw-section .wrapper>h3 {
  text-align: center;
}

.repair-fifth .hiw-section .left,
.repair-fifth .hiw-section .right {
  position: relative;
}

.repair-fifth .hiw-section .left .box,
.repair-fifth .hiw-section .right .box {
  margin-left: 65px;
}

.repair-fifth .hiw-section .left .mk-svg-icon,
.repair-fifth .hiw-section .right .mk-svg-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
}

.repair-fifth .hiw-section .right .mk-svg-icon {
  left: 15px;
}

.repair-fifth .hiw-section h4 {
  font-size: 16px;
  color: #404040;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.repair-fifth .hiw-section p {
  color: #777;
  font-weight: 400;
  line-height: 1.66em;
  padding-bottom: 20px;
}

.repair-fifth .hiw-section ul {
  margin: 0 0 14px 21px;
}

.repair-fifth .hiw-section ul li {
  color: #777;
  font-size: 14px;
  margin-left: 12px;
  line-height: 1.6em;
}

.repair-fifth .hiw-section ul li p {
  padding: 0;
  line-height: inherit;
}

.repair-fifth .hiw-section ul li a {
  text-decoration: none;
  color: #1e73be;
}

/*IMPORTANCE SECTION */

.repair-fifth .importance-section {
  padding: 60px 0;
}

.repair-fifth .importance-section .left {
  padding-right: 15px;
  box-sizing: border-box;
}

.repair-fifth .importance-section .right {
  padding-left: 15px;
  box-sizing: border-box;
}

.repair-fifth .importance-section h3 {
  margin-bottom: 40px;
  font-size: 28px;
  color: #404040;
  font-weight: 400;
}

.repair-fifth .importance-section p {
  color: #777;
  font-weight: 400;
  line-height: 1.66em;
  padding-bottom: 20px;
}

.repair-fifth .importance-section .mk-svg-icon {
  width: 256px;
  height: 256px;
}





/*########## SINGLE BRANCH PAGE ##########*/
/*CATEGORY INFO SECTION */

.single-branch .banner-section-550 .banner-content .form-container {
  padding: 30px 30px;
  background-color: rgba(255, 255, 255, .7);
  border-radius: 10px;
}

.single-branch .banner-section-550 .banner-content form label {
  color: #3A3A3A;
}

.single-branch .banner-section-550 .banner-content .title {
  color: #3A3A3A;
}

.single-branch .banner-section-550 .banner-content .left {
  padding-top: 60px;
}

.single-branch .banner-section-550 .banner-content .left h1 {
  font-size: 36px;
  color: #fff;
  padding-bottom: 30px;
}

.single-branch .banner-section-550 .banner-content .left ul {
  margin-bottom: 30px;
  display: block;
}

.single-branch .banner-section-550 .banner-content .left ul li {
  position: relative;
  margin: 0 0 6px 0;
  padding: 0 0 0 21px;
  line-height: 24px !important;
  color: #fff;
  font-size: 28px;
  margin-bottom: 15px !important;
  list-style-type: none;
}

.single-branch .banner-section-550 .banner-content .left ul li:before {
  content: "";
  background-size: cover;
  background-position: center;
  width: 16px;
  height: 16px;

  position: absolute;
  left: 0;
  top: 4px;
}

.single-branch .banner-section-550 .banner-content .left .call-btn {
  width: 241px;
  height: 55px;
  background-color: #fff;
  border: 1px solid #d33;
  border-radius: 5px;
  font-size: 18px;
  color: #d33;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}

.single-branch .map-section {
  background-color: #f7f7f7;
}

.single-branch .main-content-section {
  padding: 60px 0;
}

.single-branch .main-content-section h3 {
  margin-bottom: 40px;
  font-size: 28px;
  color: #404040;
  font-weight: 400;
}

.single-branch .main-content-section .content-box {
  margin-bottom: 40px;
}

.single-branch .main-content-section .content-box p {
  padding-bottom: 20px;
  font-size: 17px;
  line-height: 130%;
  color: gray;
  font-weight: 300;
}

.single-branch .main-content-section .content-box a {
  text-decoration: none;
  color: #1e73be;
}

.single-branch .main-content-section .content-box .left {
  box-sizing: border-box;
  padding-right: 15px;
}

.single-branch .main-content-section .content-box .right {
  box-sizing: border-box;
  padding-left: 15px;
}

.single-branch .main-content-section .img-container {
  box-shadow: 0 23px 40px 0 rgba(0, 0, 0, .2);
  border-radius: 4px;
  overflow: hidden;
}

.single-branch .main-content-section .img-container img {
  object-fit: cover;
}

.single-branch .banner-section-550 .banner-content form .button-wrapper input {
  border-color: #d33;
  background-color: #d33;
  color: #fff;
  border-radius: 4px;
}





/*########## BLOG PAGE ##########*/
/*CATEGORY INFO SECTION */

.blog .blog-content-section {
  padding: 60px 0 10px 0;
}

.blog .blog-content-section .news-container {
  margin-bottom: 50px;
}

.blog .blog-content-section .news-container .left {
  box-sizing: border-box;
  padding-right: 30px;
}

.blog .blog-content-section .news-container .right {
  box-sizing: border-box;
  padding-left: 30px;
}

.blog .blog-content-section .news-container .left img {
  object-fit: cover;
}

.blog .blog-content-section .news-container .right .links-block {
  font-size: 14px;
}

.blog .blog-content-section .news-container .right .links-block a:hover {
  color: #d33;
}

.blog .blog-content-section .news-container .right a {
  font-size: inherit;
  color: #1e73be;
  text-decoration: none;
}

.blog .blog-content-section .news-container .right h3 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 20px 0;
}

.blog .blog-content-section .news-container .right h3 a:hover {
  color: #d33;
}

.blog .blog-content-section .news-container .right .excerpt {
  font-size: 16px;
  color: #777;
  line-height: 1.66em;
}

.blog .blog-content-section .news-container .right .post-btn {
  width: 134px;
  height: 40px;
  border: 2px solid #252525;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  color: #252525;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
}

.blog .blog-content-section .news-container .right .post-btn:hover {
  color: #fff;
  background-color: #252525;
}

.blog.cat .head {
  padding: 15px 0;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ededed;
}

.blog.cat .head .title {
  font-size: 20px;
  color: #4d4d4d;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 25px 0;
  line-height: 120%;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.blog.cat .head .author {
  font-size: 14px;
  line-height: 100%;
  color: #a3a3a3;
  font-size: 14px;
  text-transform: none;
  line-height: 100%;
  margin-bottom: 15px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.blog.cat .head .breadcrumbs {
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
}

.blog.cat .head .breadcrumbs a {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 11px;
  color: #afafaf;
  text-decoration: none;
  margin-right: 5px;
}

.blog.cat .head .breadcrumbs p {
  color: #919191;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 11px;
}

.blog.cat .head .breadcrumbs .arrow {
  padding-bottom: 1px;
  padding-right: 5px;
}






/*########## POST PAGE ##########*/
/*POST CONTENT SECTION */

.post .sticky-button {
  position: fixed;
  top: 185px;
  left: -200px;
  opacity: 0.3;
  font-size: 0;
  z-index: 999;
}

.post .sticky-button .bottom-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 10;
  background-color: rgba(255, 255, 255, .7);
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
}

.post .sticky-button .bottom-box h3 {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #252525;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-transform: uppercase;
  text-align: left;
}

.post .sticky-button .bottom-box p {
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  color: #888;
  letter-spacing: 1px;
  padding-top: 5px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: right;
  line-height: 1.66em;
}

.post .sticky-button.open {
  animation: sticky_open .5s forwards;
}

.post .sticky-button.closed {
  animation: sticky_closed .5s forwards;
}

.post .sticky-button.open .bottom-box {
  animation-name: sticky_open_bottom;
  animation-duration: .5s;
  animation-delay: .3s;
  animation-fill-mode: forwards;
}

.post .sticky-button.closed .bottom-box {
  animation-name: sticky_closed_bottom;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}

.post .sticky-button .sticky-img {
  width: 130px;
  float: left;
  position: relative;
  z-index: 30;
}

.post .sticky-button img {
  object-fit: cover;
}

.post .sticky-button .arrow-block {
  display: inline-block;
  width: 130px;
  height: 130px;
  background-color: #252525;
  position: relative;
  z-index: 30;
}

.post .sticky-button .arrow-block i {
  position: absolute;
  right: 22px;
  top: 57px;
  color: #fff;
  font-size: 18px;
  transition: .5s;
}

.post .sticky-button.open .arrow-block i {
  right: 50%;
  transform: translateX(50%);
}

@keyframes sticky_open {
  from {
    left: -200px;
    opacity: 0.3;
  }

  to {
    left: 0;
    opacity: 1;
  }
}

@keyframes sticky_closed {
  from {
    left: 0;
    opacity: 1;
  }

  to {
    left: -200px;
    opacity: 0.3;
  }
}

@keyframes sticky_open_bottom {
  from {
    bottom: 0;
  }

  to {
    bottom: -90px;
  }
}

@keyframes sticky_closed_bottom {
  from {
    bottom: -90px;
  }

  to {
    bottom: 0;
  }
}

.post .post-content-section {
  padding: 60px 0;
}

.post .post-content-section .blog_cta_1,
.post .post-content-section .blog_cta_2 {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff3f3;
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 30px;
}

.post .post-content-section .blog_cta_2 {
  border: 2px #FC0D1b solid;
  padding: 0px;
}

body .post .post-content-section .blog_cta_1 .cta_text,
body .post .post-content-section .blog_cta_2 .cta_text {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 3 1 auto;
  -ms-flex: 3 1 auto;
  flex: 3 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  padding-right: 20px;
  margin-bottom: 0;
  position: relative;
}

body .post .post-content-section .blog_cta_2 .cta_text:after {
  content: '';
  position: absolute;
  right: 50%;
  top: auto;
  bottom: -20px;
  transform: translateY(0) translateX(50%);
  z-index: 1;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff3f3;
  border-bottom: 0px solid transparent;
}

.post .post-content-section .blog_cta_1 .cta_buttons,
.post .post-content-section .blog_cta_2 .cta_buttons {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.post .post-content-section .blog_cta_1 .cta_buttons {
  width: 100%;
  padding-top: 30px;
}

.post .post-content-section .blog_cta_2 .cta_buttons {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.post .post-content-section .blog_cta_1 .cta_buttons a {
  display: block;
  min-width: none;
  width: 100%;
  font-size: 12px;
  color: #FC2A36;
  background: #ffffff;
  line-height: 1.66em;
  font-weight: 400;
  padding: 6px;
  text-align: center;
  border: 1px solid;
  border-radius: 6px;
  margin-bottom: 12px;
}

.post .post-content-section .blog_cta_2 .cta_text,
.post .post-content-section .blog_cta_2 .cta_buttons {
  padding: 30px;
  position: relative;
}

.post .post-content-section .blog_cta_2 .cta_buttons #phone {
  position: relative;
  left: 0;
  top: 0;
  transform: translateY(0);
  fill: white;
  width: 60px;
  height: 30px;
}

.post .post-content-section .blog_cta_2 .cta_buttons {
  background: #FC0D1b;
  text-align: center;
}

.post .post-content-section .blog_cta_2 .cta_buttons a {
  display: inline-block;
  min-width: none;
  margin-left: 0;
  font-size: 40px;
  color: #ffffff;
  line-height: 1.1em;
  font-weight: 400;
  text-align: center;
}

.post .post-content-section .blog_cta_2 .cta_buttons a br {
  display: none;
}

.post .post-content-section .blog_cta_1 .cta_buttons a:last-child {
  margin-bottom: 0px;
}

@media(min-width: 768px) {

  .post .post-content-section .blog_cta_1,
  .post .post-content-section .blog_cta_2 {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .post .post-content-section .blog_cta_1 .cta_buttons a {
    min-width: 120px;
    width: auto;
  }

  .post .post-content-section .blog_cta_1 .cta_buttons {
    width: initial;
    padding-top: 0;
  }

  body .post .post-content-section .blog_cta_2 .cta_text:after {
    right: -20px;
    top: 50%;
    transform: translateY(-50%) translateX(0);
    bottom: auto;
    border-top: 20px solid transparent;
    border-left: 20px solid #fff3f3;
    border-right: 0px solid transparent;
    border-bottom: 20px solid transparent;
  }

  .post .post-content-section .blog_cta_2 .cta_buttons #phone {
    position: absolute;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
    fill: white;
    width: 46px;
    height: 46px;
  }

  .post .post-content-section .blog_cta_2 .cta_buttons a {
    display: block;
    min-width: 120px;
    margin-left: 66px;
    font-size: 40px;
    color: #ffffff;
    line-height: 1.1em;
    font-weight: 400;
    text-align: center;
  }

  .post .post-content-section .blog_cta_2 .cta_buttons a br {
    display: initial;
  }

  .post .post-content-section .blog_cta_2 .cta_buttons {
    text-align: initial;
  }
}

.post .post-content-section ul {
  list-style-position: inside;
}

.post .post-content-section .wpforms-container ul {
  list-style: none;
}

.post .post-content-section .wpforms-container .checkbox-field input {
  width: auto;
  display: inline-block;
  margin-right: 15px;
}

.post .post-content-section .title {
  color: #404040;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 28px;
}

.post .post-content-section .post-img img {
  object-fit: cover;
  margin-bottom: 20px;
}

.post .post-content-section .left>p,
.post .post-content-section ul,
.post .post-content-section .blog_cta_1 .cta_text,
.post .post-content-section .blog_cta_2 .cta_text {
  font-size: 16px;
  color: #777;
  line-height: 1.66em;
  margin-bottom: 20px;
  font-weight: 400;
}

.post .post-content-section .left>h2 {
  font-size: 28px;
  color: #404040;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.post .post-content-section .left>h3 {
  font-size: 24px;
  color: #404040;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.post .post-content-section .left>amp-img img {
  margin-bottom: 30px;
}

.post .post-content-section amp-img.alignleft {
  float: left;
  margin-bottom: 14px;
  margin-right: 14px;
  margin-top: 7px;
}

.post .post-content-section amp-img.alignright {
  float: right;
  margin-bottom: 14px;
  margin-left: 14px;
  margin-top: 7px;
}

.post .post-content-section #hero-image {
  position: relative;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.post .post-content-section #hero-image .quote-button {
  padding: 14px 24px;
  background: #fff;
  text-decoration: none;
  margin-bottom: 30px;
  color: #252525;
  font-size: 12px;
  font-weight: 500;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.post .post-content-section a {
  text-decoration: none;
  color: #1e73be;
}

.post .post-content-section a:hover {
  color: #d33;
}

.post .post-content-section .links-block {
  margin-bottom: 25px;
}

.post .post-content-section .links-block p {
  color: #999;
  font-style: italic;
  font-size: 14px;
}

.post .post-content-section .links-block .actions-block {
  color: #898989;
  font-size: 18px;
}

.post .post-content-section .links-block .actions-block i {
  cursor: pointer;
}

.post .post-content-section .links-block .actions-block .fa.fa-share-alt {
  position: relative;
}

.post .post-content-section .links-block .actions-block .fa.fa-share-alt .share-container {
  position: absolute;
  width: 160px;
  left: -190px;
  top: -16px;
  background-color: #252525;
  padding-top: 6px;
  padding: 12px 6px 6px;
  display: none;
}

.post .post-content-section .links-block .actions-block .fa.fa-share-alt.show .share-container {
  display: block;
}

.post .post-content-section .links-block .actions-block .fa.fa-share-alt .share-container:before {
  content: "";
  position: absolute;
  right: -10px;
  top: 14px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #252525;
  border-bottom: 10px solid transparent;
}

.post .post-content-section .links-block .actions-block .fa.fa-share-alt .share-container .addtoany_list {
  display: flex;
  justify-content: space-around;
}

.post .post-content-section .links-block .actions-block .fa-print {
  margin-right: 20px;
}

.post .post-content-section .left {
  box-sizing: border-box;
  padding-right: 15px;
}

.post .post-content-section .right {
  box-sizing: border-box;
  padding-left: 15px;
}

.post .post-content-section .left .author-block {
  margin: 60px 0 40px 0;
  padding: 20px 0;
  border-bottom: 2px solid #ddd;
  border-top: 2px solid #ddd;
}

.post .post-content-section .left .author-block amp-img {
  border-radius: 50%;
  width: 64px;
  margin-right: 20px;
}

.post .post-content-section .left .author-block img {
  object-fit: cover;
}

.post .post-content-section .left .author-block .author-info a {
  padding: 4px 0;
}

.post .post-content-section .left .author-block .author-info .author {
  font-weight: 700;
}

.post .post-content-section .left .author-block .author-info .author:hover {
  color: #d33;
}

.post .post-content-section .left .author-block .author-info .envelope svg path {
  fill: #999;
}

.post .post-content-section .left .recent-post .title {
  color: #777;
  margin-bottom: 20px;
  font-size: 16px;
  text-align: center;
}

.post .post-content-section .left .recent-post .post-block {
  box-sizing: border-box;
  padding: 0 10px 20px 10px;
}

.post .post-content-section .left .recent-post .post-block .link-container {
  border: 1px solid #efefef;
}

.post .post-content-section .left .recent-post .post-block .link-container img {
  object-fit: cover;
}

.post .post-content-section .left .recent-post .post-block .link-container .post-title {
  padding: 15px 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}

.post .post-content-section .left .recent-post .post-block .link-container .post-title:hover {
  color: #d33;
}

.post .post-content-section .left .recent-post .post-block .link-container .img-link {
  position: relative;
  display: block;
}

.post .post-content-section .left .recent-post .post-block .link-container .img-link:before {
  content: "";
  z-index: 999;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: .3s;
}

.post .post-content-section .left .recent-post .post-block .link-container .img-link:hover:before {
  background-color: #d33;
  opacity: 0.7;
}

.post .post-content-section .right .title {
  text-transform: uppercase;
  font-size: 14px;
  color: #333;
  font-weight: bolder;
  padding-bottom: 15px;
  line-height: 1.66em;
  margin-bottom: 0;
}

.post .post-content-section .right form p {
  color: #999;
  font-weight: 400;
  font-size: 14px;
}

.post .post-content-section .right form label {
  color: #999;
  font-weight: 400;
  font-size: 14px;
}

.post .post-content-section .right form p br {
  display: none;
}

.post .post-content-section .right form input,
.post .post-content-section .right form textarea {
  width: 100%;
  display: block;
  box-sizing: border-box;
  padding: 10px 12px;
  font-size: 13px;
  color: #767676;
  padding: 10px 12px;
  background-color: #fdfdfd;
  border: 1px solid #e3e3e3;
  outline: 0;
  margin-top: 5px;
  margin-bottom: 10px;
}

.post .post-content-section .right form textarea {
  min-height: 165px;
}

.post .post-content-section .right .disclaimer {
  color: #3a3a3a;
  line-height: 1em;
  text-align: left !important;
  margin: 15px 0;
  font-size: 12px;
  width: 80%;
}

.post .post-content-section .right .disclaimer small {
  font-size: 12px;
}

.post .post-content-section .right .disclaimer label input {
  width: unset;
  float: left;
  margin: 0 10px 0 0;
}

.post .post-content-section .right form input[type=submit],
.post .post-content-section .right form button[type=submit] {
  width: unset;
  display: block;
  padding: 10px 12px;
  font-size: 13px;
  color: #fff;
  padding: 12px 15px;
  background-color: #d33;
  border: none;
  margin: 0 auto 30px auto;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.post .post-content-section .right form div[submit-success=""] {
  padding-bottom: 30px;
}

.post .post-content-section .right form div[submit-success=""] p {
  color: #49a937;
}

.post .post-content-section .right .tags-container a {
  color: #999;
  display: inline-block;
  margin: 8px 8px 0 0;
  padding: 8px 10px;
  border: 2px solid rgba(0, 0, 0, .1);
  text-transform: capitalize;
  font-size: 12px;
  line-height: 100%;
}

.post .post-content-section .right .tags-container a:hover {
  color: #e50000;
}

.post .post-content-section .call-block-mini h3 {
  font-size: calc((100vw - 992px)/(2000 - 992) * (28 - 22) + 22px);
}

.post .post-content-section .call-block-mini h2 {
  font-size: calc((100vw - 992px)/(2000 - 992) * (58 - 38) + 38px);
}

.post .post-content-section .call-block-mini p {
  font-size: calc((100vw - 992px)/(2000 - 992) * (23 - 18) + 18px);
}

.post .post-content-section .call-block-mini a {
  font-size: calc((100vw - 992px)/(2000 - 992) * (35 - 30) + 30px);
  color: #fff;
}




/*########## SITE-MAP PAGE ##########*/
/*CONTENT SECTION */

.site-map .content {
  padding: 60px 0;
}

.site-map .content h2 {
  padding-bottom: 30px;
}

.site-map .content ul {
  padding-left: 20px;
  margin-bottom: 40px;
}

.site-map .content ul li {
  list-style-type: none;
  padding-bottom: 5px;
}

.site-map .content ul li strong {
  padding: 0 0 20px 20px;
  display: block;
}

.site-map .content ul li a {
  text-decoration: none;
  color: #1e73be;
}

.snp-pop-1966 .bld-step-1-el-9 label span {
  color: #fff;
}

.bld-el-checkbox .bld-table-cont label span {
  white-space: normal;
}


/*########## PAGE 404 ##########*/
.page-404 {
  padding: 100px 0;
  text-align: center;
}

.page-404 h3 {
  font-size: 28px;
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
  color: #777;
}

.page-404 h1 {
  font-size: 220px;
  line-height: 100%;
  display: block;
  font-weight: 300;
  padding-bottom: 20px;
  margin-bottom: 20px;
  color: #e50000;
}

.page-404 p {
  font-size: 16px;
  color: #777;
  line-height: 1.66em;
}





@media (max-width: 1230px) {

  .industrie-section .arrow-button,
  .product-section .arrow-button {
    display: none;
  }
}

@media (max-width: 1140px) {
  #mega-menu {
    display: none;
  }

  .header .header-bottom-container .logo-container {
    position: unset;
    top: unset;
    transform: none;
  }

  .header .header-bottom-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .sidebar-open-btn {
    display: block;
  }

  .slider-section .carusel-title h1 {
    font-size: 36px;
    padding: 82px 10px 0 10px;
  }

  .slider-section:hover .amp-carousel-button-prev,
  .slider-section:hover .amp-carousel-button-next {
    display: none;
  }
}

@media (max-width: 991px) {

  .contact .map-section .left,
  .contact .branch-section .container .left,
  .contact .map-section .right,
  .contact .branch-section .container .right,
  .services .experts-section .left,
  .services .experts-section .right,
  .repair .bottom-section .left,
  .repair .bottom-section .right,
  .repair .map-section .left,
  .repair .map-section .right,
  .post .post-content-section .right,
  .post .post-content-section .left {
    padding: 0;
  }

  .contact .map-section .right .iframe {
    margin-top: -55px;
    min-height: 250px;
  }

  .product-info-section .product-box .title {
    text-align: center;
  }

  .product-info-section .product-box .info-containner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .product-info-section .product-box .space {
    padding: 20px;
  }

  .product-info-section .product-box.reverse {
    flex-direction: column-reverse;
  }

  .post .post-content-section .call-block-mini h3 {
    font-size: calc((100vw - 360px)/(991 - 360) * (34 - 16) + 16px);
  }

  .post .post-content-section .call-block-mini h2 {
    font-size: calc((100vw - 360px)/(991 - 360) * (60 - 24) + 24px);
  }

  .post .post-content-section .call-block-mini p {
    font-size: calc((100vw - 360px)/(991 - 360) * (25 - 10) + 10px);
  }

  .post .post-content-section .call-block-mini a {
    font-size: calc((100vw - 360px)/(991 - 360) * (45 - 20) + 20px);
  }

  .post .post-content-section .recent-post {
    margin-top: 26px;
  }

  /*   .product-info-section .image-container .carousel-preview .i-amphtml-base-carousel-arrows {
    display: none;
  } */

  .about .content-section .left {
    padding: 0;
  }

  .about .heading-section .content-container .left-side {
    padding: 0 0 20px 0;
  }

  .about .content-section .right {
    padding: 50px 0;
  }

  .contact .branch-section .container .right .call-block {
    margin-top: 40px;
  }
}

@media (max-width: 820px) {
  .slider-section .slide-text a {
    margin-top: 13px;
  }
}

@media (max-width: 767px) {

  .contact .banner-section .banner-content .left,
  .contact .banner-section .banner-content .right,
  .services .emergency-section .left,
  .services .availability-section .left,
  .services .emergency-section .right,
  .services .availability-section .right,
  .repair-third .problems-section .left,
  .repair-third .problems-section .right,
  .repair-fifth .hiw-section .right,
  .repair-fifth .hiw-section .left,
  .repair-fifth .importance-section .left,
  .repair-fifth .importance-section .right,
  .single-branch .main-content-section .content-box .left,
  .single-branch .main-content-section .content-box .right,
  .blog .blog-content-section .news-container .right,
  .blog .blog-content-section .news-container .left {
    padding: 0;
  }

  .footer .footer-bottom p {
    text-align: center;
  }

  .post .post-content-section .links-block .actions-block .fa.fa-share-alt .share-container {
    right: -190px;
    left: unset;
  }

  .post .post-content-section .links-block .actions-block .fa.fa-share-alt .share-container:before {
    left: -10px;
    right: unset;
    border-right: 10px solid #252525;
    border-left: none;
  }

  .blog.cat .head .breadcrumbs {
    justify-content: center;
  }

  .blog.cat .head .title,
  .blog.cat .head .author {
    text-align: center;
  }

  .post .sticky-button {
    display: none;
  }

  .post .post-content-section .links-block {
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .post .post-content-section .links-block .actions-block {
    margin-top: 20px;
  }

  .blog .blog-content-section .news-container .left {
    margin-bottom: 20px;
  }

  .blog .blog-content-section .news-container .right .post-btn {
    margin: 20px auto 0 auto;
  }

  .single-branch .banner-section-550 .banner-content .left {
    text-align: center;
  }

  .single-branch .banner-section-550 .banner-content .left ul {
    text-align: left;
    display: inline-block;
  }

  .single-branch .banner-section-550 .banner-content .left .call-btn {
    margin: 0 auto 30px auto;
  }

  .single-branch .main-content-section .img-container {
    margin-bottom: 50px;
  }

  .single-branch .main-content-section .content-box.reverse {
    flex-direction: column-reverse;
  }

  .call-section .call-container .img-container h3 {
    font-size: calc((100vw - 330px)/(767 - 330) * (26 - 10) + 10px);
  }

  .call-section .call-container .img-container h2 {
    font-size: calc((100vw - 330px)/(767 - 330) * (52 - 20) + 20px);
  }

  .call-section .call-container .img-container p {
    font-size: calc((100vw - 330px)/(767 - 330) * (20 - 8) + 8px);
  }

  .call-section .call-container .img-container a {
    font-size: calc((100vw - 330px)/(767 - 330) * (45 - 19) + 19px);
  }

  .services .availability-section .left .mk-svg-icon {
    margin-bottom: 20px;
  }

  .repair-fifth .hiw-section .right .mk-svg-icon {
    left: 0;
  }

  .services .availability-section .left .mk-svg-icon {
    margin-bottom: 20px;
  }


  .header .top-header {
    display: none;
  }

  .header .header-bottom-container .mobile-phone {
    display: block;
  }

  .header .header-bottom-container {
    flex-direction: row-reverse;
    height: 90px;
  }

  .header .header-bottom-container .logo-container {
    width: 150px;
  }

  .contact .banner-section .banner-content .left {
    padding-top: 0;
  }

  .contact .banner-section .banner-content .left h1,
  .contact .banner-section .banner-content .left p {
    text-align: center;
  }

  .contact .banner-section .banner-content .left h1 {
    font-size: 24px;
  }

  .contact .banner-section .banner-content .left p {
    font-size: 20px;
  }

  .contact .banner-section .banner-content .title {
    font-size: 18px;
  }

  .contact .banner-section {
    height: unset;
  }

  .contact .banner-section .banner-content {
    padding-bottom: 30px;
  }

  .contact .banner-section .banner-content .form-container {
    max-width: 490px;
    margin: 0 auto;
  }

}

@media (max-width: 767px) {
  .call-block-big h3 {
    font-size: calc((100vw - 330px)/(767 - 330) * (26 - 10) + 10px);
  }

  .call-block-big h2 {
    font-size: calc((100vw - 330px)/(767 - 330) * (53 - 20) + 20px);
  }

  .call-block-big p {
    font-size: calc((100vw - 330px)/(767 - 330) * (20 - 8) + 8px);
  }

  .call-block-big>a {
    font-size: calc((100vw - 330px)/(767 - 330) * (45 - 19) + 19px);
  }
}

@media (max-width: 660px) {
  .carusel-section .company-carusel {
    height: 100px;
  }

  .servise-section h2 {
    font-size: 28px;
  }
}

@media (max-width: 576px) {

  .banner-section .text-box .wrapper h2,
  .call-section .call-container .title,
  .category-call-section .call-container .title {
    font-size: 32px
  }

  .banner-section .text-box .wrapper p {
    font-size: 18px;
  }

  .description-section h2 {
    font-size: 32px;
    text-align: center;
  }

  .product-info-section .product-box .title {
    font-size: 24px;
  }

}

@media (max-width: 480px) {

  .slider-section .carusel-title h1,
  .slider-section .slide-text p,
  .slider-section .carusel-title h3 {
    font-size: 26px;
    text-align: center;
  }

  .quote-section .text-box .wrapper h2 {
    font-size: 32px;
  }

  .page-404 h1 {
    font-size: 150px;
  }
}

.wpforms-field.wpforms-field-text.hidden {
  display: none;
}