body,
html {
  height: 100%;
}

body {
  margin: 0;
  font-family: futura, sans-serif;
}

.flexible {
  max-width: 100%;
  height: auto;
}
.center-wrap {
  z-index: 1;
  align-items: center;
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 64px;
  padding-bottom: 32px;
}
.center-box {
  display: block;
  height: auto !important;
  background-color: #F1EFDC;
}

.row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

header {
  display: grid;
  grid-template-columns: 25% 50% 25%;
  height: 73px;
  background-image: url(images/top-line.png);
  background-repeat-y: no-repeat;
  -webkit-background-size: 24px 6px;
  background-size: 24px 6px;
}

.center-top {
  position: relative;
}
.center-top .brand {
  position: absolute;
  top: -57px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 133px;
  background-repeat: no-repeat;
  background-image: url(images/pt-logo.png);
  background-position: center top;
  -webkit-background-size: 170px 133px; /* 340px 266px */
  background-size: 170px 133px;
}

.corner-tl,
.corner-tr {
  background-repeat: no-repeat;
  -webkit-background-size: 91px 73px; /* 182px 146px */
  background-size: 91px 73px;
}
.corner-tl {
  background-image: url(images/corner-tl.png);
  background-position: left top;
}
.corner-tr {
  background-image: url(images/corner-tr.png);
  background-position: right top;
}

main {
  z-index: 1;
  position: relative;
}
main::before,
main::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 8px;
  background-repeat: repeat-y;
  -webkit-background-size: 6px 24px;
  background-size: 6px 24px;
}

main::before {
  left: 0;
  background-image: url(images/left-line.png);

}
main::after {
  right: 0;
  background-image: url(images/right-line.png);
  background-position: right center;
}
main .row a {
  display: block;
  text-align: center;
  width: 100%;
}
main .row a img {
  width: 220px;
  margin: 0 auto;
}
main .row.last {
  padding-right: 2rem;
  padding-left: 2rem;
}
main .row.last a img {
  width: 145px;
  margin: 0 auto;
}

footer {
  z-index: 0;
  display: grid;
  position: relative;
  grid-template-columns: 25% 50% 25%;
  height: 73px;
  background-image: url(images/bottom-line.png);
  background-position: center bottom;
  background-repeat-y: no-repeat;
  -webkit-background-size: 24px 6px;
  background-size: 24px 6px;
}

.center-bottom {
  position: relative;
}

.center-bottom .bottom-icon {
  position: absolute;
  top: -15px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100px;
  background-repeat: no-repeat;
  background-image: url(images/bottom-icon.png);
  background-position: center top;
  -webkit-background-size: 123px 100px;
  background-size: 123px 100px;
}

.corner-bl,
.corner-br {
  background-repeat: no-repeat;
  -webkit-background-size: 91px 73px; /* 182px 146px */
  background-size: 91px 73px;
}
.corner-bl {
  background-image: url(images/corner-bl.png);
  background-position: left top;
}
.corner-br {
  background-image: url(images/corner-br.png);
  background-position: right top;
}







.owl-carousel {
  z-index: 0;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}
div:not(.owl-controls) {
  height: 100%;
}

.owl-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#slide1 { background-image: url("images/slide1.jpg"); }
#slide2 { background-image: url("images/slide2.jpg"); }
#slide3 { background-image: url("images/slide3.jpg"); }
#slide4 { background-image: url("images/slide4.jpg"); }

div.owl--text {
  position: absolute;
  bottom: 4em;
  left: 2em;
  width: 20em;
  height: 8em;
  padding: 1em;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 4px;
}

.owl-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.owl-buttons div {
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  zoom: 1;
  margin: 0;
  width: 50px;
  height: 30px;
  line-height: 25px;
  text-align: center;
  font-size: 0.9em;
  border-radius: 3px;
  color: #fff;
  background: #000;
  opacity: 0.6;
  text-transform: capitalize;
}

.owl-buttons .owl-prev {
  left: 5px;
}

.owl-buttons .owl-next {
  right: 5px;
}

.owl-dots {
  display: none;
}
