::-moz-selection {
  background-color: #00202d;
  color: #fff;
}
::selection {
  background-color: #00202d;
  color: #fff;
}
.showroom-heading-primary {
  color: #fff;
  margin: 0;
  margin-bottom: 1rem;
}
.showroom-heading-primary--tagline {
  display: block;
  line-height: 1.2rem;
  margin-bottom: 0.5rem;
  -webkit-animation-name: moveInLeft;
  animation-name: moveInLeft;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.showroom-heading-primary--sub {
  display: block;
  -webkit-animation: moveInRight 1s ease-out;
  animation: moveInRight 1s ease-out;
}
.showroom-heading-primary--sub a.tel:link,
.showroom-heading-primary--sub a.tel:visited,
.showroom-heading-primary--sub a.tel:active {
  text-decoration: underline;
  color: white;
}
.showroom-heading-secondary {
  display: block;
  margin-bottom: 1.2rem;
  margin: 0 0 1rem 0;
}
.showroom-heading-secondary--alert {
  color: red;
}
.showroom-heading-tertiary {
  font-weight: 400;
  margin-bottom: 1rem;
  margin: 1rem 0;
}
.paragraph {
  font-size: 1.6rem;
}
.paragraph:not(:last-child) {
  margin-bottom: 1rem;
}
.paragraph--tel {
  color: #00202d;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
  transition: all 0.3s;
}
.paragraph--tel:hover {
  color: #104b64;
  text-decoration: underline;
}
p.customer-info,
p.gallery-paragraph {
  font-size: 1rem;
}
a.call-us:link,
a.call-us:visited,
a.call-us:active {
  display: block;
  margin: 0.5rem auto;
  width: 200px;
  color: black;
  font-size: 26px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a.call-us.rads4u:hover {
  color: #104b64;
}
a.call-us.rv4u:hover {
  color: #a2b1a2;
}
a.call-us.cols4u:hover {
  color: #b5c312;
}
a.call-back {
  color: black;
  text-decoration: underline;
  white-space: nowrap;
}
p.covid-paragraph {
  font-size: 1rem;
}
.covid-heading-primary {
  margin-bottom: 1rem;
}
.covid-heading-primary--main {
  text-transform: uppercase;
  display: block;
  font-family: 'Gotham Bold', Arial, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: bold;
  color: #00202d;
}
@media only screen and (min-width: 0px) {
  .covid-heading-primary--main {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}
@media only screen and (min-width: 370px) {
  .covid-heading-primary--main {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media (min-width: 1100px) {
  .covid-heading-primary--main {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 1600px) {
  .covid-heading-primary--main {
    font-size: 3rem;
  }
}
.covid-heading-primary--sub {
  display: block;
  margin-top: 0;
  color: #ff0000;
  font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
}
.discounts-heading-primary {
  text-transform: uppercase;
}
.discounts-heading-primary--main {
  text-transform: uppercase;
  display: block;
  font-family: 'Gotham Bold', Arial, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: 3rem;
  color: red;
}
.discounts-heading-primary--sub {
  display: block;
  font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
  margin-top: 1rem;
  font-size: 1.2rem;
  color: black;
  text-transform: none;
  line-height: 1.4rem;
}
.discounts-heading-primary--sub a:link,
.discounts-heading-primary--sub a:visited,
.discounts-heading-primary--sub a:active {
  color: red;
  transition: all 0.2s ease-in-out;
}
.discounts-heading-primary--sub a:hover {
  text-decoration: underline;
}
.discounts-heading-primary--sub .discount-red {
  color: #ff0000;
}
.discounts-heading-primary--sub .discount-red--order-before {
  color: #ff0000;
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.discounts-heading-secondary {
  display: block;
  font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
  margin-top: 1.2rem;
  font-size: 1.5rem;
  color: red;
  text-transform: none;
  line-height: 2.1 0.2rem;
}
.discounts-heading-secondary span.black,
.discounts-heading-secondary span.black-lite {
  font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
  color: #000000;
}
.discounts-heading-secondary span.black-lite {
  font-family: 'Gotham Book', Arial, Helvetica, sans-serif;
  font-weight: 100;
}
.submit-photo-btn {
  flex: 0 0 100%;
  margin-top: 1rem;
}
.submit-photo-btn,
.submit-photo-btn:link,
.submit-photo-btn:visited {
  text-transform: capitalize;
  text-decoration: none;
  padding: 0.8rem;
  display: inline-block;
  border-radius: 2px;
  transition: all 0.3s;
  font-size: 1rem;
  border: none;
  cursor: pointer;
}
.submit-photo-btn:hover {
  transform: translateY(-4px);
  background-color: #104b64;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
}
.submit-photo-btn:hover.rv {
  background-color: #a2b1a2;
}
.submit-photo-btn:hover.cast {
  background-color: #4d6b7b;
}
.submit-photo-btn:hover.cols {
  background-color: #b5c312;
}
.submit-photo-btn:active,
.submit-photo-btn:focus {
  outline: none;
  transform: translateY(0px);
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
}
.submit-photo-btn--primary {
  background-color: #00202d;
  color: #fff;
}
.submit-photo-btn--primary.rv {
  background-color: #7b867b;
}
.submit-photo-btn--primary.cast {
  background-color: #284859;
}
.submit-photo-btn--primary.cols {
  background-color: #9aa60c;
}
.filter-gallery-btn {
  border: none;
  border-radius: 2px;
  outline: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 110px;
  cursor: pointer;
  transition: all 0.3s;
  height: 50px;
  padding: 2px;
  margin-bottom: 0;
}
.filter-gallery-btn:hover {
  background-color: #104b64;
}
.filter-gallery-btn:hover.rv {
  background-color: #a2b1a2;
}
.filter-gallery-btn:hover.cast {
  background-color: #4d6b7b;
}
.filter-gallery-btn:hover.cols {
  background-color: #b5c312;
}
.filter-gallery-btn.active {
  background-color: #104b64;
}
.filter-gallery-btn.active.rv {
  background-color: #a2b1a2;
}
.filter-gallery-btn.active.cast {
  background-color: #4d6b7b;
}
.filter-gallery-btn.active.cols {
  background-color: #b5c312;
}
.filter-gallery-btn--image {
  width: 40px;
  height: 45px;
  margin-right: 6px;
}
.filter-gallery-btn--text {
  font-size: 0.8rem;
  color: #fff;
  line-height: 1rem;
}
.sharethis-custom-buttons-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0.8rem;
}
.st-custom-button[data-network] {
  display: inline-block;
  padding: 3px 5px;
  margin: 0 8px 8px 0;
  cursor: pointer;
  font-weight: bold;
  color: #fff;
  font-size: 1.8em;
  transition: all 0.4s;
  flex: 0 0 16%;
  border-radius: 2px;
}
.st-custom-button[data-network]:last-child {
  margin-right: 0px;
}
.st-custom-button:hover {
  opacity: 0.7;
}
.fa {
  text-align: center;
  text-decoration: none;
}
.fa:hover {
  opacity: 0.7;
}
.fa-facebook .cust-gallery {
  background: #3b5998;
  color: white;
}
.st-facebookBtn {
  background-color: #3b5998;
}
.st-twitterBtn {
  background-color: #00acee;
}
.st-pinterestBtn {
  background-color: #c8232c;
}
.st-emailBtn {
  background-color: #7d7d7d;
}
.st-sharethisBtn {
  background-color: #95d03a;
}
.about-us-wrapper {
  max-width: 90rem;
  margin: 2rem auto;
  border-radius: 6px;
  overflow: hidden;
}
#covid-section {
  width: 90%;
  margin: 0 auto;
  display: block;
}
.rads4u-border {
  border: 2rem solid #00202d;
}
.rv4u-border {
  border: 2rem solid #7b867b;
}
.cols4u-border {
  border: 2rem solid #9aa60c;
}
div.divider {
  margin-bottom: 1.2rem;
}
div.divider img.divider__image {
  max-width: 100%;
  height: auto;
}
div.delivery-delays {
  display: block;
  margin: 0 auto;
  max-width: 1400px;
}
div.pallet-demand {
  display: block;
  margin: 0 auto;
  max-width: 920px;
}
div.customer-expectation {
  display: block;
  margin: 0 auto;
  max-width: 700px;
}
div.gov-guidance {
  display: block;
  margin: 0 auto;
  max-width: 700px;
}
.customer-gallery-wrapper {
  max-width: 126rem;
  margin: 2rem auto;
  border-radius: 2px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.4);
}
#discounts {
  margin: 1rem auto;
  text-align: center;
  display: block;
  background: #f7f7f7;
  border: 1px solid darkgrey;
  border-radius: 3px;
  box-shadow: 3px 3px 4px -3px #7a7a7a;
}
@media only screen and (min-width: 0px) {
  #discounts {
    max-width: 85%;
  }
}
@media screen and (min-width: 640px) {
  #discounts {
    max-width: 80%;
  }
}
@media (min-width: 1100px) {
  #discounts {
    max-width: 90%;
  }
}
@media screen and (min-width: 1600px) {
  #discounts {
    max-width: 60%;
  }
}
#discounts .discounts__range {
  margin: 0px auto;
  max-width: 80%;
}
#discounts .discounts__range img.discount-image {
  border-radius: 3px;
  max-width: 100%;
  box-shadow: 3px 3px 4px -3px #7a7a7a;
}
.showroom-header {
  height: auto;
  border-bottom: 1px solid #f4f2f2;
  background-color: #666;
  padding: 1rem;
  text-align: center;
}
.customer-gallery-winner {
  padding: 1.2rem;
  font-size: 1.4rem;
  height: auto;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (min-width: 0px) {
  .customer-gallery-winner {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 640px) {
  .customer-gallery-winner {
    flex-direction: row;
    align-items: flex-start;
  }
}
.customer-gallery-winner__column-left,
.customer-gallery-winner__column-right {
  flex: 0 0 48%;
}
@media only screen and (min-width: 0px) {
  .customer-gallery-winner__column-left,
  .customer-gallery-winner__column-right {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 640px) {
  .customer-gallery-winner__column-left,
  .customer-gallery-winner__column-right {
    flex: 0 0 48%;
  }
}
.customer-gallery-winner__column-right--img {
  margin-top: 2.4rem;
}
@media only screen and (min-width: 0px) {
  .customer-gallery-winner__column-right--img {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 640px) {
  .customer-gallery-winner__column-right--img {
    margin-top: 2.4rem;
  }
}
.customer-gallery-winner__column-left {
  text-align: left;
  padding-bottom: 1.2rem;
}
.customer-gallery-winner__column-right {
  text-align: right;
}
.slider {
  max-width: 100%;
}
.slick-slide {
  margin: 0px 20px;
}
.slick-slide img {
  max-width: 100%;
}
.slick-prev:before,
.slick-next:before {
  color: black;
}
.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}
.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.slick-dots {
  position: absolute;
  bottom: 8px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.17857rem;
  cursor: pointer;
  border: none;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 30px;
  height: 5px;
  padding: 5px;
  border-radius: 100px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: rgba(255, 255, 255, 0.5);
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  background: rgba(150, 150, 150, 0.5);
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 5px;
  padding: 5px;
  content: '';
  text-align: center;
  opacity: 1;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 100px;
}
.slick-dots li.slick-active button:before,
.slick-dots li.slick-active button::before {
  opacity: 1;
  color: black;
  background-color: white;
}
.slick-dots li button:hover::before {
  background: rgba(150, 150, 150, 0.5);
}
.section-about-us-intro--fairWageEmployerLogo {
  float: right;
  margin-left: 1.2rem;
  width: 100%;
  max-width: 200px;
}
.section-meet-the-team--companyPremisesImg {
  float: right;
  margin-left: 1.2rem;
  margin-bottom: 1.2rem;
  width: 100%;
  max-width: 400px;
}
.section-meet-the-team--staffPhoto {
  float: right;
  margin-left: 1.2rem;
  margin-bottom: 1.2rem;
  width: 100%;
  max-width: 400px;
}
#announcements-wrapper {
  text-align: center;
}
.christmas-message-container {
  padding: 4rem;
  background: url('https://www.radiators4u.co.uk/content/christmas-images/snowflakes-background.jpg');
  background-size: cover;
  background-repeat: repeat;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 0px) {
  .christmas-message-container {
    padding: 1rem;
  }
}
@media only screen and (min-width: 370px) {
  .christmas-message-container {
    padding: 1.2rem;
  }
}
@media screen and (min-width: 640px) {
  .christmas-message-container {
    padding: 3rem;
  }
}
@media (min-width: 1100px) {
  .christmas-message-container {
    padding: 4rem;
  }
}
.christmas-message-container__message {
  padding: 1rem 1.2rem;
  border: 0.2rem solid #00202d;
  border-radius: 0.6rem;
  flex: 0 0 90%;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0.5rem 0.5rem 2rem #00202d;
  text-align: center;
}
@media only screen and (min-width: 0px) {
  .christmas-message-container__message {
    flex: 0 0 90%;
  }
}
@media only screen and (min-width: 370px) {
  .christmas-message-container__message {
    flex: 0 0 90%;
  }
}
@media screen and (min-width: 640px) {
  .christmas-message-container__message {
    flex: 0 0 90%;
  }
}
@media (min-width: 1100px) {
  .christmas-message-container__message {
    flex: 0 0 80%;
  }
}
.christmas-message-container__message--no-wrap {
  white-space: nowrap;
}
.christmas-message-container__message p.merry {
  font-weight: bold;
  font-size: 1.1 0.2rem;
  color: red;
}
.christmas-message-container__message img {
  max-width: 100%;
}
ol.complaints-procedure-ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}
ol.complaints-procedure-ol li.r4u-alpha::before {
  counter-increment: item;
  content: counter(item, upper-alpha) ') ';
}
ol.complaints-procedure-ol li.r4u-disc:before {
  content: '\2022';
  list-style-type: disc;
  margin-right: 0.5rem;
}
ol.complaints-procedure-ol > li.complaints-procedure-li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
ol.complaints-procedure-ol > li.complaints-procedure-li:before {
  content: counters(item, '.') '. ';
  display: table-cell;
  padding-right: 0.6em;
}
li.complaints-procedure-li li {
  margin: 0;
}
li.complaints-procedure-li li:before {
  content: counters(item, '.') ' ';
}
#button-filters-container.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 20;
}
#button-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.6rem;
  background-color: #00202d;
}
#button-filters.rv {
  background-color: #7b867b;
}
#button-filters.cast {
  background-color: #284859;
}
#button-filters.cols {
  background-color: #9aa60c;
}
#customer-gallery-container {
  background-color: #00202d;
  padding: 1.6rem;
}
#customer-gallery-container.rv {
  background-color: #7b867b;
}
#customer-gallery-container.cast {
  background-color: #284859;
}
#customer-gallery-container.cols {
  background-color: #9aa60c;
}
.customer-gallery-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #00202d;
}
.customer-gallery-row.rv {
  background-color: #7b867b;
}
.customer-gallery-row.cast {
  background-color: #284859;
}
.customer-gallery-row.cols {
  background-color: #9aa60c;
}
.customer-gallery-row__column {
  position: relative;
  flex: 0 0 32%;
  margin-bottom: 20px;
  display: none;
  transition: transform 1s, opacity 1s;
}
.customer-gallery-row__column--hidden {
  opacity: 0;
  transform: translateY(2rem);
}
@media only screen and (min-width: 0px) {
  .customer-gallery-row__column {
    flex: 0 0 100%;
  }
}
@media only screen and (min-width: 370px) {
  .customer-gallery-row__column {
    flex: 0 0 100%;
  }
}
@media screen and (min-width: 640px) {
  .customer-gallery-row__column {
    flex: 0 0 49%;
  }
}
@media (min-width: 1100px) {
  .customer-gallery-row__column {
    flex: 0 0 32%;
  }
}
.customer-gallery-row__content {
  background-color: white;
  padding: 10px;
  text-align: center;
  border-radius: 2px;
}
.customer-gallery-row__content--img {
  max-width: 100%;
}
.lazy-img {
  -webkit-filter: blur(20px);
  filter: blur(20px);
}
.customer-gallery-winner-ribbon {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  z-index: 10;
}
.customer-gallery-winner-ribbon::before,
.customer-gallery-winner-ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid orangered;
}
.customer-gallery-winner-ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: orangered;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 3px 2px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}
.customer-gallery-winner-ribbon-top-left {
  top: -10px;
  left: -10px;
}
.customer-gallery-winner-ribbon-top-left::before,
.customer-gallery-winner-ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.customer-gallery-winner-ribbon-top-left::before {
  top: 0;
  right: 0;
}
.customer-gallery-winner-ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.customer-gallery-winner-ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}
.customer-gallery-winner-ribbon-top-right {
  top: -10px;
  right: -10px;
}
.customer-gallery-winner-ribbon-top-right::before,
.customer-gallery-winner-ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.customer-gallery-winner-ribbon-top-right::before {
  top: 0;
  left: 0;
}
.customer-gallery-winner-ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.customer-gallery-winner-ribbon-top-right span {
  left: -25px;
  top: 30px;
  transform: rotate(45deg);
}
.show-entry {
  display: inline-block;
}
.caption {
  margin-top: 10px;
}
@-webkit-keyframes flip-in-hor-bottom {
  0% {
    transform: rotateX(80deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
@keyframes flip-in-hor-bottom {
  0% {
    transform: rotateX(80deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0);
    opacity: 1;
  }
}
.gloss-colours-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 0px) {
  .gloss-colours-wrapper {
    justify-content: center;
  }
}
@media screen and (min-width: 640px) {
  .gloss-colours-wrapper {
    justify-content: left;
  }
}
.gloss-colour-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
  height: 100px;
}
@media only screen and (min-width: 0px) {
  .gloss-colour-box {
    margin: 0 1rem 1rem 0;
    width: 140px;
  }
}
@media screen and (min-width: 640px) {
  .gloss-colour-box {
    margin: 0 0.5rem 0.5rem 0;
    width: 130px;
  }
}
.gloss-colour-name {
  background: white;
  border-top: 1px solid #f4f2f2;
}
.gloss-colour-name p.gloss-ral-code,
.gloss-colour-name p.gloss-ral-name {
  padding: 0 0.1 0.2rem;
  border: 0;
  margin: 0.2rem 0 0.2rem 0;
  font-size: 0.9rem;
  white-space: nowrap;
}
.gloss-colour-name p.gloss-ral-code {
  font-weight: bold;
}
.gloss-colour-name p.gloss-ral-name {
  margin-top: 0;
}
.gloss-colours-wrapper div {
  color: black;
}
.bianco-pure-white,
.traffic-white,
.cream,
.jasmine,
.pergamon,
.canary,
.pearl-white,
.anemone,
.yellow-rape,
.gold,
.ice,
.blue-grotto,
.lake,
.blue-sky,
.overseas-blue,
.blue-night,
.jet-black,
.mango,
.tangerine,
.pure-orange,
.bright-red,
.ruby-red,
.purple,
.bright-lilac,
.pink-panther,
.light-pink,
.light-green,
.green-apple,
.green-leaf,
.dark-brown,
.bahama-beige,
.dove,
.lavic-stone,
.graphite,
.stone-grey,
.manhattan,
.silver-grey,
.metal-grey {
  border: 1px solid #f4f2f2;
}
.bianco-pure-white {
  background-color: #fcfbf5;
}
.traffic-white {
  background-color: #fcfcfc;
}
.cream {
  background-color: #f5efe6;
}
.jasmine {
  background-color: #e8dec8;
}
.pergamon {
  background-color: #efefea;
}
.canary {
  background-color: #ece1cb;
}
.pearl-white {
  background-color: #e6d0ad;
}
.anemone {
  background-color: #f8e9bd;
}
.yellow-rape {
  background-color: #ffd000;
}
.gold {
  background-color: #edb113;
}
.ice {
  background-color: #dbeaf3;
}
.blue-grotto {
  background-color: #49b5dd;
}
.lake {
  background-color: #77adc9;
}
.blue-sky {
  background-color: #1674b9;
}
.overseas-blue {
  background-color: #244b92;
}
.blue-night {
  background-color: #262853;
}
.jet-black {
  background-color: #101614;
}
.mango {
  background-color: #f0940a;
}
.tangerine {
  background-color: #ed7004;
}
.pure-orange {
  background-color: #e63c13;
}
.bright-red {
  background-color: #c3171c;
}
.ruby-red {
  background-color: #83171e;
}
.purple {
  background-color: #8d3a7b;
}
.bright-lilac {
  background-color: #b2a9d3;
}
.pink-panther {
  background-color: #f0a2c5;
}
.light-pink {
  background-color: #f6dbd7;
}
.light-green {
  background-color: #d1e5d7;
}
.green-apple {
  background-color: #50b163;
}
.green-leaf {
  background-color: #125e2d;
}
.dark-brown {
  background-color: #42332a;
}
.bahama-beige {
  background-color: #ceb8a1;
}
.dove {
  background-color: #b1a4a6;
}
.lavic-stone {
  background-color: #4b4447;
}
.graphite {
  background-color: #586365;
}
.stone-grey {
  background-color: #8a8e87;
}
.manhattan {
  background-color: #bebebf;
}
.silver-grey {
  background-color: #8e97a0;
}
.metal-grey {
  background-color: #919096;
}
.special-finishes-lacquered-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
  max-width: 70rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (min-width: 0px) {
  .special-finishes-lacquered-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 640px) {
  .special-finishes-lacquered-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }
}
.special-finishes-lacquered-left {
  display: flex;
  flex-wrap: wrap-reverse;
  margin-bottom: 1.2rem;
  justify-content: flex-start;
  flex: 0 0 60%;
}
.special-finishes-lacquered-right {
  align-self: flex-start;
  flex: 0 0 40%;
}
.special-finish-lac-image-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.special-finish-lac-image-box__image {
  display: block;
  max-width: 100%;
  align-items: center;
}
.special-finish-image-name {
  background: white;
}
.special-finish-image-name p.special-finish-name {
  padding: 0 0.1 0.2rem;
  border: 0;
  margin: 0.2rem 0 0.2rem 0;
  font-size: 0.9rem;
  text-align: center;
}
.special-finishes-lacquered-left div {
  color: black;
}
.matt-fb-colours-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 0px) {
  .matt-fb-colours-wrapper {
    justify-content: center;
  }
}
@media screen and (min-width: 640px) {
  .matt-fb-colours-wrapper {
    justify-content: left;
  }
}
.matt-fb-colour-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0;
  height: 136px;
}
@media only screen and (min-width: 0px) {
  .matt-fb-colour-box {
    margin: 0 0.5rem 0.5rem 0;
    width: 76px;
  }
}
.matt-fb-colour-name {
  background: white;
  border-top: 1px solid #f4f2f2;
}
.matt-fb-colour-name p.matt-fb-name {
  padding: 0 0.1 0.2rem;
  border: 0;
  margin: 0.2rem 0 0.2rem 0;
  font-size: 0.9rem;
  text-align: center;
}
.matt-fb-colours-wrapper div {
  color: black;
}
.dayroom-yellow,
.pavillion-blue,
.pavillion-gray,
.strong-white,
.james-white,
.cornforth-white,
.slipper-satin {
  height: 153px;
}
.pelt {
  background-color: #4d3a40;
}
.pitch-black {
  background-color: #282828;
}
.arsenic {
  background-color: #80b692;
}
.dayroom-yellow {
  background-color: #f9e586;
}
.white-tie {
  background-color: #f2ecde;
}
.new-white {
  background-color: #eeead1;
}
.matchstick {
  background-color: #f6e7ca;
}
.string {
  background-color: #e6d4a2;
}
.pavillion-blue {
  background-color: #e8ecd1;
}
.brinjal {
  background-color: #4e3437;
}
.pavillion-gray {
  background-color: #c2bcae;
}
.off-black {
  background-color: #2e3734;
}
.down-pipe {
  background-color: #6d6d6d;
}
.babouche {
  background-color: #f6bf27;
}
.orangery {
  background-color: #e7a54e;
}
.strong-white {
  background-color: #ecefde;
}
.james-white {
  background-color: #f7f1e3;
}
.cornforth-white {
  background-color: #e2dbd5;
}
.slipper-satin {
  background-color: #eee8da;
}
.matt-ral-colours-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media only screen and (min-width: 0px) {
  .matt-ral-colours-wrapper {
    justify-content: center;
  }
}
@media screen and (min-width: 640px) {
  .matt-ral-colours-wrapper {
    justify-content: left;
  }
}
.matt-ral-colour-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media only screen and (min-width: 0px) {
  .matt-ral-colour-box {
    margin: 0 0.5rem 0.5rem 0;
    padding: 0;
    height: 100px;
    width: 120px;
  }
}
.matt-ral-colour-name {
  background: white;
  border-top: 1px solid #f4f2f2;
}
.matt-ral-colour-name p.matt-ral-code,
.matt-ral-colour-name p.matt-ral-name {
  padding: 0 0.1 0.2rem;
  border: 0;
  margin: 0.2rem 0 0.2rem 0;
  font-size: 0.9rem;
  white-space: nowrap;
}
.matt-ral-colour-name p.matt-ral-code {
  font-weight: bold;
}
.matt-ral-colour-name p.matt-ral-name {
  margin-top: 0;
}
.matt-ral-colours-wrapper div {
  color: black;
}
.signal-yellow
  .traffic-orange
  .purple-violet
  .blue-green
  .khaki-grey
  .clay-brown
  .green-beige
  .luminous-orange
  .claret-violet
  .emerald-green
  .single-grey
  .green-brown
  .sand-yellow
  .bright-red-orange
  .traffic-purple
  .olive-green
  .beige-grey
  .signal-brown {
  border: 1px solid #f4f2f2;
}
.signal-yellow {
  background-color: #f9bb00;
}
.traffic-orange {
  background-color: #e35400;
}
.purple-violet {
  background-color: #4c1f3c;
}
.blue-green {
  background-color: #0b4243;
}
.khaki-grey {
  background-color: #746641;
}
.clay-brown {
  background-color: #7c513f;
}
.green-beige {
  background-color: #ccc68c;
}
.luminous-orange {
  background-color: #ff1e00;
}
.claret-violet {
  background-color: #6b143a;
}
.emerald-green {
  background-color: #24713c;
}
.single-grey {
  background-color: #9fa0a2;
}
.green-brown {
  background-color: #897340;
}
.sand-yellow {
  background-color: #d3b86f;
}
.bright-red-orange {
  background-color: #f57518;
}
.traffic-purple {
  background-color: #9c2074;
}
.olive-green {
  background-color: #4b573e;
}
.beige-grey {
  background-color: #756f60;
}
.signal-brown {
  background-color: #7c513f;
}
.special-finishes-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
  max-width: 70rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (min-width: 0px) {
  .special-finishes-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (min-width: 640px) {
  .special-finishes-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }
}
.special-finish-image-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.special-finish-image-box__image {
  max-width: 100%;
}
.special-finish-image-name {
  background: white;
}
.special-finish-image-name p.special-finish-name {
  padding: 0 0.1 0.2rem;
  border: 0;
  margin: 0.2rem 0 0.2rem 0;
  font-size: 0.9rem;
  text-align: center;
}
.special-finishes-wrapper div {
  color: black;
}
.showroom-container {
  max-width: 90rem;
  margin: 2rem auto;
  border-radius: 6px;
  overflow: hidden;
}
.section-covid-message {
  margin: 0.5rem 0;
  border: 2px solid red;
  background-color: #fffdd0;
  text-align: center;
  padding: 1rem;
}
.section-showroom {
  padding: 0rem;
}
.showroom-gallery {
  margin: 1.2rem;
  padding-bottom: 1rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (min-width: 640px) {
  .showroom-gallery {
    flex-direction: row;
    margin: 2rem 0 0 0;
  }
}
.showroom-gallery__picture {
  background-color: #fff;
  padding: 1rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.55);
  transition: all 0.4s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-bottom: 3rem;
  flex: 0 0 100%;
}
@media screen and (min-width: 640px) {
  .showroom-gallery__picture {
    flex: 0 0 44%;
    margin-bottom: 1.2rem;
  }
}
@media (min-width: 1100px) {
  .showroom-gallery__picture {
    flex: 0 0 30%;
  }
}
.showroom-gallery__picture:first-child {
  transform: rotate(-2deg);
  z-index: 10;
}
.showroom-gallery__picture:nth-child(even) {
  transform: rotate(2deg);
  z-index: 11;
}
.showroom-gallery__picture:last-child {
  transform: rotate(0deg);
}
.showroom-gallery__picture:link,
.showroom-gallery__picture:visited,
.showroom-gallery__picture:active {
  text-decoration: none;
  transition: all 0.3s;
}
.showroom-gallery__picture:hover {
  transform: scale(1.1);
  z-index: 12;
}
.showroom-gallery__picture--img {
  max-width: 100%;
}
.showroom-display {
  padding-bottom: 1.2rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (min-width: 640px) {
  .showroom-display {
    flex-direction: row;
  }
}
.showroom-display__cast-list {
  margin-right: 1rem;
}
.showroom-display__cast-list,
.showroom-display__cols-list {
  flex: 0 0 100%;
}
@media screen and (min-width: 640px) {
  .showroom-display__cast-list,
  .showroom-display__cols-list {
    flex: 0 0 44%;
  }
}
@media (min-width: 1100px) {
  .showroom-display__cast-list,
  .showroom-display__cols-list {
    flex: 0 0 30%;
  }
}
.showroom-display__cast-list ul,
.showroom-display__cols-list ul {
  list-style-type: none;
}
.showroom-display__cast-list ul li a,
.showroom-display__cols-list ul li a {
  color: #00202d;
  text-decoration: none;
  transition: all 0.3s;
}
.showroom-display__cast-list ul li a:hover,
.showroom-display__cols-list ul li a:hover {
  color: #104b64;
}
.showroom-display__video {
  margin-top: 3rem;
  flex: 0 0 100%;
}
@media screen and (min-width: 640px) {
  .showroom-display__video {
    flex: 0 0 37%;
  }
}
@media (min-width: 1100px) {
  .showroom-display__video {
    flex: 0 0 20%;
  }
}
.showroom-display__video iframe {
  display: block;
  width: 23rem;
  height: 13rem;
}
@media screen and (min-width: 640px) {
  .showroom-display__video iframe {
    width: 35rem;
    height: 19rem;
  }
}
@media screen and (min-width: 640px) {
  .showroom-display__video iframe {
    width: 27rem;
    height: 15rem;
  }
}
.showroom-directions {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media screen and (min-width: 640px) {
  .showroom-directions {
    flex-direction: row;
  }
}
.showroom-directions__addr-times {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 0 0 100%;
}
@media screen and (min-width: 640px) {
  .showroom-directions__addr-times {
    flex-direction: row;
    flex: 0 0 100%;
    margin-bottom: 0rem;
  }
}
@media (min-width: 1100px) {
  .showroom-directions__addr-times {
    flex-direction: column;
    justify-content: flex-start;
    flex: 0 0 40%;
  }
}
.showroom-directions__address,
.showroom-directions__times {
  flex: 0 0 100%;
}
@media screen and (min-width: 640px) {
  .showroom-directions__address,
  .showroom-directions__times {
    flex: 0 0 68%;
  }
}
@media (min-width: 1100px) {
  .showroom-directions__address,
  .showroom-directions__times {
    flex: 0 0 40%;
  }
}
.showroom-directions__map {
  flex: 0 0 100%;
}
.showroom-directions__map iframe {
  width: 100%;
  height: 40rem;
}
@media (min-width: 1100px) {
  .showroom-directions__map {
    flex: 0 0 60%;
  }
}
.section-r4u-contact-form {
  margin: 0;
  padding: 0 1.2rem;
}
form.form {
  max-width: 90rem;
  margin: 2rem auto !important;
}
ol.r4u-terms-ol {
  counter-reset: item;
  padding-left: 0px;
  padding-bottom: 10px;
}
ol.r4u-terms-ol > li {
  display: table-row;
}
ol.r4u-terms-ol > li > ul {
  list-style-type: disc;
}
ol.r4u-terms-ol > li::before {
  content: counters(item, '.') '';
  counter-increment: item;
  display: inline-table;
  text-align: right;
  padding-right: 10px;
  font-weight: bold;
}
table.r4u-terms-table {
  border-collapse: collapse;
}
table.r4u-terms-table,
th.r4u-terms-table-head,
td.r4u-terms-table-data {
  border: 1px solid black;
  padding: 5px;
}
.r4u-header {
  position: fixed;
  top: 0;
  margin: 0;
  width: 100%;
  height: 120px;
  background-color: orangered;
}
a.r4u-anchor {
  display: block;
  position: relative;
  top: -120px;
  visibility: hidden;
}
