/* Text Elements */

h1 {
  display: inline-block;
  margin-bottom: 15px;
  color: #424242;
  font-size: 32px;
  font-family: 'Playfair Display', serif;
  line-height: 1.1;
}

h1.H1Header {
  color: #fff;
  text-align: center;
  -webkit-transition-delay: 2s;
     -moz-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-transition-duration: 2s;
     -moz-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
}

h1.H1Header.outofview {
  opacity: 0;
  -webkit-transition-delay: 2s;
     -moz-transition-delay: 2s;
       -o-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-transition-duration: 2s;
     -moz-transition-duration: 2s;
       -o-transition-duration: 2s;
          transition-duration: 2s;
}

h2 {
  margin-bottom: 20px;
  color: #424242;
  text-align: center;
  font-size: 30px;
  font-family: 'Playfair Display', serif;
  line-height: 1.1;
}

h3 {
  margin-bottom: 20px;
  color: #424242;
  text-align: center;
  font-size: 30px;
  font-family: 'Playfair Display', serif;
  line-height: 1.1;
}

p.paragraph {
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  max-width: 1024px;
  color: #424242;
  text-align: center;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.2;
}

p.paragraph.pClientText {
  margin-bottom: 0;
  color: #888;
  font-size: 14px;
}

p.paragraph.pNarrow {
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px;
}

p.paragraph.light.white {
  color: #fff;
}

p.paragraph.footer.light.white {
  font-size: 14px;
}

p.paragraph.light.location.white {
  padding-right: 30px;
  padding-left: 30px;
}

p.paragraph.p-2 {
  margin-bottom: 0;
  color: #1e333c;
}

p.paragraph.legal.p-2 {
  text-align: left;
}

p.paragraph.centred.p-2 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 22px;
}

span.text-element.TextClientHeading {
  margin-bottom: 10px;
  padding: 5px;
  min-height: 43px;
  background-color: rgba(255, 194, 34, .5);
  color: #000;
  text-align: center;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}

span.text-element {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-family: 'Playfair Display', serif;
}

span.text-element.HeadingGeneral {
  margin-bottom: 20px;
}

span.text-element.TelFooter {
  font-weight: 900;
  font-family: 'Open Sans', sans-serif;
  line-height: 1;
}

a.link-text {
  color: #fff;
  font-family: 'Quicksand', sans-serif;
}

a.link-text.TextLinkPtn {
  color: #bcbcbc;
}

a.link-text.TextLinkLegal {
  margin-bottom: 20px;
}

a.link-text.TextLinkPtn:hover {
  color: #fff;
}

/* Interaction Elements */

a.link-button.HomeLink.button {
  display: block;
  margin: 10px auto 0;
  max-width: 200px;
  background-color: #ffc222;
  color: #000;
}

/* Layout Elements */

.container {
  position: relative;
  padding: 20px;
}

.container.DivHeader {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  height: 500px;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .4) 100%), url('../images/IMG_6750.jpg');
  background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .4) 100%), url('../images/IMG_6750.jpg');
  background-image:      -o-linear-gradient(top, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .4) 100%), url('../images/IMG_6750.jpg');
  background-image:         linear-gradient(180deg, rgba(0, 0, 0, .2) 0%, rgba(0, 0, 0, .4) 100%), url('../images/IMG_6750.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, repeat;

  background-blend-mode: normal, normal;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  grid-area: eight;
}

.container.DivExampleCard {
  margin-bottom: 20px;
  padding: 2% 2% 2.5%;
  width: 48%;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, .1) 2px 2px 5px 0;
}

.container.DivCardsWrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-pack: justify;
  padding-bottom: 0;

  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.container.DivMain {
  padding-bottom: 0;
}

.container.DivTunnels {
  padding: 80px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .89) 0%, rgba(255, 255, 255, .6) 100%), url('../images/slideshow-31.jpg');
  background-image:    -moz-linear-gradient(top, rgba(255, 255, 255, .89) 0%, rgba(255, 255, 255, .6) 100%), url('../images/slideshow-31.jpg');
  background-image:      -o-linear-gradient(top, rgba(255, 255, 255, .89) 0%, rgba(255, 255, 255, .6) 100%), url('../images/slideshow-31.jpg');
  background-image:         linear-gradient(180deg, rgba(255, 255, 255, .89) 0%, rgba(255, 255, 255, .6) 100%), url('../images/slideshow-31.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center center;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, no-repeat;

  background-blend-mode: normal, normal;
}

.container.Montage {
  display: grid;

  grid-template-columns: repeat(2 , 1fr);
  grid-template-rows: repeat(5 , 1fr) repeat(2 , auto);
  grid-template-areas: 'one two' 'one three' 'four four' 'five six' 'five seven' 'eight eight' 'nine ten';
  grid-row-gap: 1px;
  grid-column-gap: 1px;
}

.container.ContMontageImages {
  min-height: 200px;
  background-color: #e1e1e1;
  background-image: url('../images/small/IMG_6754.jpg');
  background-attachment: scroll;
  background-position: right center;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: cover;
  background-repeat: repeat;

  grid-area: one;
  background-blend-mode: normal;
}

.container.ContMontageImages.two {
  background-image: url('../images/small/IMG_6749.jpg');
  background-position: center center;
  background-size: cover;

  grid-area: two;
}

.container.ContMontageImages.three {
  background-image: url('../images/small/IMG_2240.jpg');
  background-position: center center;
  background-size: cover;

  grid-area: three;
}

.container.ContMontageImages.four {
  background-image: url('../images/small/IMG_6740.jpg');

  grid-area: four;
}

.container.ContMontageImages.five {
  background-image: url('../images/IMG_2070.jpg');
  background-position: center center;

  grid-area: five;
}

.container.ContMontageImages.six {
  background-image: url('../images/small/IMG_2330.jpg');

  grid-area: six;
}

.container.ContMontageImages.seven {
  background-image: url('../images/small/P1010005.jpg');

  grid-area: seven;
}

.container.ContMontageImages.eight {
  background-image: url('../images/small/Side-veiw-of-the-HDF-short-oval-car_2.jpg');

  grid-area: eight;
}

.container.ContMontageImages.nine {
  background-image: url('../images/IMG_6741.jpg');
  background-position: center bottom;

  grid-area: nine;
}

.container.ContMontageImages.ten {
  background-image: url('../images/small/P1000079.jpg');

  grid-area: ten;
}

.container.cont-contact {
  padding: 30px;
  background-color: #424242;
}

.container.cont-text {
  padding: 30px;
}

.container.cont-text.map {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  background-color: #888;
}

.container.DivMapContactWrapper {
  padding: 0;
}

.container.DivFooter {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  background-color: #000;
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .69) 0%, rgba(29, 30, 33, .5) 100%), url('../images/small/IMG_6741.jpg');
  background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, .69) 0%, rgba(29, 30, 33, .5) 100%), url('../images/small/IMG_6741.jpg');
  background-image:      -o-linear-gradient(top, rgba(0, 0, 0, .69) 0%, rgba(29, 30, 33, .5) 100%), url('../images/small/IMG_6741.jpg');
  background-image:         linear-gradient(180deg, rgba(0, 0, 0, .69) 0%, rgba(29, 30, 33, .5) 100%), url('../images/small/IMG_6741.jpg');
  background-attachment: scroll, scroll;
  background-position: left top, center top;
  background-clip: border-box, border-box;
  background-origin: padding-box, padding-box;
  background-size: auto auto, cover;
  background-repeat: repeat, repeat;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  background-blend-mode: normal, normal;
}

.container.DivMain.Privacy {
  padding-bottom: 20px;
}

.container.DivPtnsystems {
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-align: center;
  background-color: #000;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

.container.DivTelFooter {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display:    -moz-box;
  display: -ms-flexbox;
  display:         flex;
  -ms-flex-align: baseline;
  margin-bottom: 20px;
  padding: 10px 20px 10px 30px;
  background-color: #000;
  background-image: -webkit-linear-gradient(left, rgba(255, 194, 34, .41) 0%, rgba(29, 30, 33, 0) 100%);
  background-image:    -moz-linear-gradient(left, rgba(255, 194, 34, .41) 0%, rgba(29, 30, 33, 0) 100%);
  background-image:      -o-linear-gradient(left, rgba(255, 194, 34, .41) 0%, rgba(29, 30, 33, 0) 100%);
  background-image:         linear-gradient(90deg, rgba(255, 194, 34, .41) 0%, rgba(29, 30, 33, 0) 100%);
  background-attachment: scroll;
  background-position: left top;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  background-repeat: repeat;

  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
     -moz-box-align: baseline;
          align-items: baseline;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
          align-content: center;
  background-blend-mode: normal;
}

.container.DivMain.Thanks {
  padding: 60px;
}

a.responsive-picture.Logo {
  margin-bottom: 20px;
  max-width: 150px;
}

div.responsive-picture.PicClient {
  margin-bottom: 10px;
  max-width: none;
}

.html-element.html-contact {
  margin-top: 15px;
}

div.responsive-picture.PicLogoFooter {
  margin-bottom: 20px;
  max-width: 150px;
  width: 100%;
}

span.glyph.IconTelFooter {
  position: absolute;
  bottom: 7px;
  left: -16px;
  display: inline-block;
  color: #ffc222;
  font-size: 28px;
  line-height: 1;
}

@media screen and (min-width: 40rem) {
  /* Text Elements */

  h1 {
    font-size: 24px;
    line-height: 1;
  }

  h1.H1Header {
    font-size: 32px;
  }

  /* Layout Elements */

  .container {
    padding: 40px;
  }

  .container.DivExampleCard {
    margin-bottom: 40px;
    width: 47%;
  }

  .container.cont-contact {
    padding: 40px;
    width: 100%;
  }

  .container.cont-text {
    padding: 40px;
    width: 50%;
  }

  .container.cont-text.map {
    width: 100%;
    background-color: #6f6f6f;
    background-image: none;
    background-attachment: scroll;
    background-position: left top;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: 0 0;
    background-repeat: no-repeat;
    opacity: .96;

    background-blend-mode: normal;
  }

  .container.DivMain.Privacy {
    padding-bottom: 40px;
  }

  .container.DivPtnsystems {
    padding: 20px;
  }

  .container.DivMain.Thanks {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 50rem) {
  /* Text Elements */

  p.paragraph.footer.light.white {
    margin-bottom: 0;
    text-align: left;
  }

  p.paragraph.light.location.white {
    margin-bottom: 45px;
  }

  a.link-text.TextLinkLegal {
    margin-bottom: 0;
  }

  a.link-text.TextLinkPtn {
    margin-bottom: 0;
  }

  /* Layout Elements */

  .container.DivMapContactWrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display:    -moz-box;
    display: -ms-flexbox;
    display:         flex;
  }

  .container.cont-contact {
    width: 50%;
  }

  .container.cont-text.map {
    width: 50%;
  }

  .container.DivFooter {
    display: grid;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: justify;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    grid-template-columns: repeat(3 , auto);
    grid-template-rows: auto;
  }

  .container.DivPtnsystems {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: end;
    padding-right: 40px;

    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
  }

  .container.DivTelFooter {
    position: absolute;
    bottom: -48px;
    left: 51px;
    z-index: 1;
  }

  div.responsive-picture.PicLogoFooter {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 64rem) {
  /* Text Elements */

  h1.H1Header {
    font-size: 40px;
  }

  p.paragraph.footer.light.white {
    margin-right: 40px;
  }

  span.text-element.TextClientHeading {
    padding: 4%;
  }

  /* Layout Elements */

  body.body-1 {
    max-width: 1920px;
  }

  .container.DivExampleCard {
    width: 23%;
  }

  .container.Montage {
    grid-template-areas: 'one one four five seven' 'one one two six eight' 'three nine ten ten eight';
    grid-template-columns: repeat(5 , 1fr);
    grid-template-rows: repeat(3 , 1fr);
    grid-row-gap: 5px;
    grid-column-gap: 5px;
  }

  .container.ContMontageImages.eight {
    background-position: center center;
  }

  .container.ContMontageImages {
    min-height: 200px;
  }

  .container.cont-contact {
    width: 100%;
    background-color: #4c4c4c;
  }

  .container.cont-text {
    background-color: #fff;
  }

  .container.cont-text.map {
    width: 100%;
    background-color: #6f6f6f;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .container.DivMapContactWrapper {
    display: grid;

    grid-template-columns: minmax(600px, 30%) 1fr;
    grid-template-rows: auto;
  }

  .container.DivFooter {
    -ms-flex-pack: start;
    -ms-flex-align: end;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .69) 0%, rgba(29, 30, 33, .5) 100%), url('../images/IMG_6754.jpg');
    background-image:    -moz-linear-gradient(top, rgba(0, 0, 0, .69) 0%, rgba(29, 30, 33, .5) 100%), url('../images/IMG_6754.jpg');
    background-image:      -o-linear-gradient(top, rgba(0, 0, 0, .69) 0%, rgba(29, 30, 33, .5) 100%), url('../images/IMG_6754.jpg');
    background-image:         linear-gradient(180deg, rgba(0, 0, 0, .69) 0%, rgba(29, 30, 33, .5) 100%), url('../images/IMG_6754.jpg');
    background-position: left top, center 70%;

    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
            align-items: flex-end;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
            align-content: center;
    justify-items: auto;
    grid-column-gap: 60px;
  }

  .container.DivTelFooter {
    right: 0;
    bottom: 40px;
    left: auto;
    margin-bottom: 0;
    padding-right: 40px;
    padding-left: 40px;
  }

  .container.DivHeader {
    background-position: left top, center 60%;
    background-size: auto auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .html-element.google-maps {
    margin-right: 0;
    margin-bottom: 0;
  }

  div.responsive-picture.PicLogoFooter {
    margin-right: 40px;
  }
}

@media screen and (min-width: 120.0625rem) {
  /* Layout Elements */

  body.body-1 {
    border-right: .0625rem solid #e1e1e1;
    border-left: .0625rem solid #e1e1e1;
  }
}