.pc-row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 80px;
  background-color: #314885;
  color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.pc-row1 h1 {
  font-size: 34px;
  margin-bottom: 0;
}

.pc-row1 p {
  font-size: 16px;
}

.pc-row2 {
  margin-top: -5px;
}

.pc-row2 img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.hinges {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.hinges div {
  width: 50%;
}

.hinges div img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
  max-width: 100%;
  height: 300px;
  display: block;
  margin: auto;
}

.hinges div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hinges div:last-child p {
  font-size: 24px;
  padding-right: 50px;
}

.hinges div:last-child p #black {
  font-weight: bold;
}

.hinges div:last-child p #blue {
  color: #314885;
  font-weight: bold;
}

.pc-subhead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
}

.screen-p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 10px;
  padding-bottom: 40px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.screen-p div:first-child {
  width: 44%;
  position: relative;
  margin-left: 30px;
}

.screen-p div:first-child img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 3px 3px 7px 1px rgba(0, 0, 0, 0.4);
  z-index: 1;
  position: absolute;
  left: 150px;
  top: 30px;
}

.screen-p div:first-child .orange--back {
  position: absolute;
  width: 292px;
  height: 270px;
  left: 0px;
  top: -30px;
  background: #FF6B35;
  z-index: 0;
}

.screen-p div:last-child {
  padding-left: 10px;
  width: 50%;
  margin-left: 30px;
}

.screen-p div:last-child h3 {
  font-size: 30px;
}

.screen-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  padding-top: 70px;
}

.screen-c h3 {
  font-size: 30px;
}

.screen-c div {
  -webkit-box-flex: 33%;
      -ms-flex: 33%;
          flex: 33%;
}

.screen-c img {
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
  max-width: 100%;
  display: block;
  margin: auto;
}

.pc-products {
  padding-top: 50px;
  min-width: 500px;
  min-height: 500px;
}

.pc-products__left {
  height: 400px;
  width: 400px;
}

.pc-products .pc-products__left--img {
  width: 370px;
  max-height: 100%;
}

.pc-products .selected {
  opacity: 1;
}

.pc-products article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.pc-products img {
  width: 200px;
  max-height: 100%;
}

.pc-products ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  list-style: none;
  margin-top: -40px;
}

.pc-products ul li {
  opacity: .5;
}

.pc-products__right {
  width: 400px;
}

.pc-products__right table {
  border-spacing: 3px 5px;
}

.pc-products__right .tr-row1 {
  font-weight: bold;
}

.p-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding-top: 50px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-bottom: 60px;
  padding-top: 70px;
}

.p-contact div {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.p-contact div:first-child {
  position: relative;
}

.p-contact div:first-child .ellipse {
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: #FF6B35;
  border-radius: 90%;
  top: 15px;
  margin-left: 190px;
  z-index: 0;
}

.p-contact div:first-child p {
  position: absolute;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  z-index: 1;
  margin-left: 215px;
  top: -15px;
}

.p-contact button {
  width: 230px;
  height: 70px;
  background: #314885;
  border-radius: 5px;
  color: white;
  font-size: 18px;
  font-family: 'Roboto',sans-serif;
  border: none;
  letter-spacing: 3px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  text-align: center;
  display: inline-block;
  padding: 16px;
}

.p-contact button:hover {
  background-color: #FF6B35;
}

@media only screen and (max-width: 1024px) {
  .index div:last-child {
    margin-right: 0;
  }
  .index .pc-subhead h2 {
    font-size: 30px;
    margin-bottom: 10px;
    text-align: center;
  }
  .index .pc-row1 {
    margin-top: -34px;
  }
  .index .pc-products {
    min-width: 100%;
  }
  .index .pc-products article {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index .pc-products__left {
    height: 275px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index .pc-products__right {
    width: 80%;
    margin-left: 20px;
  }
  .index .pc-products__right h4 {
    font-size: 22px;
  }
  .index .pc-products__right p {
    font-size: 20px;
  }
  .index .pc-products__right p .img-source {
    font-size: 16px;
  }
  .index .pc-products__right tbody {
    font-size: 18px;
  }
  .index .pc-products ul {
    margin-top: 19px;
    -webkit-padding-start: 0px;
            padding-inline-start: 0px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .index .pc-products ul img {
    width: 120px;
  }
  .index .hinges div:last-child p {
    padding-right: 0px;
  }
  .index .screen-p {
    padding-bottom: 0;
  }
  .index .screen-p div:first-child {
    margin-left: 10px;
  }
  .index .screen-p div:first-child img {
    left: 5px;
    top: 18px;
  }
  .index .screen-p div:first-child .orange--back {
    width: 140px;
    height: 153px;
    top: 0;
  }
  .index .screen-p div:last-child {
    margin-right: 0;
  }
  .index .screen-p div:last-child p {
    font-size: 18px;
  }
  .index .screen-c {
    padding-top: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index .screen-c p {
    font-size: 18px;
  }
  .index .screen-c img:first-child {
    margin-top: 10px;
  }
  .index .screen-c .orange--arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    height: 200px;
  }
  .index .screen-c .orange--arrow img {
    margin: 0;
  }
  .index .screen-c div:last-child {
    margin-top: -65px;
  }
  .index .p-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .index .p-contact div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .index .p-contact div:first-child {
    height: 300px;
  }
  .index .p-contact div:first-child p {
    visibility: hidden;
  }
  .index .p-contact div:first-child .ellipse {
    visibility: hidden;
  }
  .index .p-contact div:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*# sourceMappingURL=palletcollars.css.map */