/*----    ALL    ----*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400&family=Roboto:ital,wght@0,300;0,400;0,500;1,300;1,400&display=swap');

body {
  text-align: center;
  margin: 0;
  padding: 0;
  display: none;
  font-family: 'Lato', sans-serif;
}

.temp-background {
  width: 100vw;
  height: 100vh;
  background-color: #212121;
  background-size: cover;
  background-position: center;
}

.header {
  position: sticky;
  top: -30px;
  z-index: 10;
}

.alert {
  background-color: #0069ff;
  color: white;
  padding: 1px;

  display: none;
  text-decoration: none;
}

.alert span {
  font-weight: bold;
}

.nav-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  background-clip: padding-box;
  top: 0px;
  z-index: 5;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6019784622833508)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.6019784622833508) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6019784622833508) 0%, rgba(0, 0, 0, 0) 100%);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.nav-not-top {
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.nav {
  width: 100%;
  max-width: 1500px;
  max-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  padding: 0 50px;
}

.nav div {
  display: inline;
  padding-left: 10px;
  padding-right: 10px;
  cursor: pointer;
}

.nav .nav-text {
  text-transform: uppercase;
  padding: 0 20px;
  font-size: 1.1em;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  color: white;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 500;
  /*border-right: 1px #212121 solid;*/
}

.nav .logo {
  margin: 0 20px 0 10px;
}

.nav .logo img {
  height: 40px;
  width: auto;
  padding: 10px 10px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.nav .logo img:nth-of-type(2) {
  top: -63px;
  opacity: 0;
}

.nav a {
  text-decoration: none;
}

.nav-active {
  /*box-shadow: 0px 0px 10px 0px grey;*/
}

.top-nav-container {
  height: 30px;
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 5;
  background-color: lightgrey;
}

.top-nav-container .top-nav {
  width: 100%;
  max-width: 1500px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 50px;
}

.top-nav-container .top-nav .top-nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.top-nav-container .top-nav .top-nav-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-nav-container .top-nav p {
  margin: 5px 15px;
}

.top-nav-container .top-nav a {
  color: black;
  text-decoration: none;
}

.top-nav-container .nav-logo {
  height: 150px;
  width: 100%;
  text-align: left;
}

.top-nav-container .nav-logo img {
  height: 130px;
  padding-top: 10px;
  margin-left: 20px;
  text-align: left;
}

.top-nav-container .item {
  display: none;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: uppercase;
  font-size: 12px;
  color: #a8a8a8;
  cursor: pointer;
  z-index: 20;
}

.top-nav-container .item:nth-of-type(1) {
  float: left;
}

.top-nav-container .item:nth-of-type(2) {
  float: right;
}

.main-img {
  width: 100%;
  height: 500px;
  margin-bottom: -50px;
  background-size: cover;
  background-position: center;
  background-color: #555555;

}

.main-img .page-header h1 {
  font-size: 50px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  top: 150px;
  padding: 5px 15px 10px 15px;
  color: black;
  background-color: #D4AF37
}

.content {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: calc(100vh - 151px)
}

.page-title {
  display: block;
  margin: 150px 20px 0;
}

.page-title h1 {
  font-size: 3em;
  font-weight: bold;
  margin: 0 0 0 -5px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  color: #212121;
}

.page-title .page-subtitle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

.page-title h3 {
  max-width: 500px;
  font-size: 1.25em;
  font-weight: 100;
  text-align: left;
  margin: 0;
  color: #212121;
}

.inner-content {
  width: 100%;
  max-width: 1250px;
}

.contact-wrapper {
  position: fixed;
  z-index: 15;
  top: 40vh;
  right: 50px;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
}

.contact-active {
  right: 417px;
}

.contact-wrapper .contact-button {
  width: 50px;
  height: 50px;
  background-color: #D4AF37;
  display: inline-block;
  position: absolute;
  top: 89px;
  -webkit-box-shadow: 0px 0px 10px black;
  box-shadow: 0px 0px 10px black;
}

.contact-wrapper .contact-button img {
  width: 90%;
  height: auto;
}

.contact-wrapper .contact-info {
  display: inline-block;
  background-color: white;
  border: solid #D4AF37 2px;
  position: absolute;
  left: 50px;
}

.contact-wrapper .contact-info h2 {
  margin: 20px;
}

.contact-wrapper .contact-info h2:nth-of-type(1) {
  font-size: 40px;
}

.contact-number {
  padding: 0px !important;
}

.contact-container {
  padding: 0 0 50px !important;
}

.nav-mobile {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}

.nav-mobile img {
  height: 40px;
  margin: 10px 0 7px 10px;
}


.burger {
  height: 50px;
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative;
  cursor: pointer;
  margin: 5px;
}

.burger div {
  width: 40px;
  height: 2.5px;
  background-color: white;
  position: absolute;
  border-radius: 5px;
}

.burger #top {
  top: 15px;
  -webkit-transition-property: top, width, -webkit-transform;
  transition-property: top, width, -webkit-transform;
  -o-transition-property: top, width, transform;
  transition-property: top, width, transform;
  transition-property: top, width, transform, -webkit-transform;
  -webkit-transition-delay: 0.1s, 0s, 0s;
       -o-transition-delay: 0.1s, 0s, 0s;
          transition-delay: 0.1s, 0s, 0s;
  -webkit-transition-duration: 0.1s, 0.1s, 0.1s;
       -o-transition-duration: 0.1s, 0.1s, 0.1s;
          transition-duration: 0.1s, 0.1s, 0.1s;
  -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
       -o-transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
          transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
}

.burger #middle {
  top: 23.75px;
  opacity: 1px;
  -webkit-transition: 0s 0.1s opacity ease-in-out;
  -o-transition: 0s 0.1s opacity ease-in-out;
  transition: 0s 0.1s opacity ease-in-out;
}

.burger #bottom {
  top: 32.5px;
  -webkit-transition-property: top, width, -webkit-transform;
  transition-property: top, width, -webkit-transform;
  -o-transition-property: top, width, transform;
  transition-property: top, width, transform;
  transition-property: top, width, transform, -webkit-transform;
  -webkit-transition-delay: 0.1s, 0s, 0s;
       -o-transition-delay: 0.1s, 0s, 0s;
          transition-delay: 0.1s, 0s, 0s;
  -webkit-transition-duration: 0.1s, 0.1s, 0.1s;
       -o-transition-duration: 0.1s, 0.1s, 0.1s;
          transition-duration: 0.1s, 0.1s, 0.1s;
  -webkit-transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
       -o-transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
          transition-timing-function: ease-in-out, ease-in-out, ease-in-out;
}

.burger-active #top {
  top: 23.75px;
  width: 35px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-property: top, width, -webkit-transform !important;
  transition-property: top, width, -webkit-transform !important;
  -o-transition-property: top, width, transform !important;
  transition-property: top, width, transform !important;
  transition-property: top, width, transform, -webkit-transform !important;
  -webkit-transition-delay: 0s, 0.1s, 0.1s !important;
       -o-transition-delay: 0s, 0.1s, 0.1s !important;
          transition-delay: 0s, 0.1s, 0.1s !important;
  -webkit-transition-duration: 0.1s, 0.1s, 0.1s !important;
       -o-transition-duration: 0.1s, 0.1s, 0.1s !important;
          transition-duration: 0.1s, 0.1s, 0.1s !important;
}

.burger-active #middle {
  opacity: 0;
}

.burger-active #bottom {
  top: 23.75px;
  width: 35px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition-property: top, width, -webkit-transform;
  transition-property: top, width, -webkit-transform;
  -o-transition-property: top, width, transform;
  transition-property: top, width, transform;
  transition-property: top, width, transform, -webkit-transform;
  -webkit-transition-delay: 0s, 0.1s, 0.1s;
       -o-transition-delay: 0s, 0.1s, 0.1s;
          transition-delay: 0s, 0.1s, 0.1s;
  -webkit-transition-duration: 0.1s, 0.1s, 0.1s;
       -o-transition-duration: 0.1s, 0.1s, 0.1s;
          transition-duration: 0.1s, 0.1s, 0.1s;
}

.footer {
  width: 100%;
  height: 150px;
  bottom: 0;
}

.footer .footer-top {
  width: 100%;
  height: 100px;
  background-color: #212121;
  border-top: 1px solid grey;
}

.footer .footer-top .footer-top-inner {
  width: 100%;
  height: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .footer-top .footer-top-inner .footer-top-item {
  height: 100%;
  width: 40%;
}

.footer .footer-top .footer-top-inner .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 10px;
}

.footer .footer-top .footer-top-inner .left a {
  text-decoration: none;
  color: rgb(230, 230, 230);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.footer .footer-top .footer-top-inner .left a:hover {
  color: #237f52
}

.footer .footer-top .footer-top-inner .left a h6 {
  margin: 0px;
  font-size: 16px;
  text-transform: uppercase;
  padding: 10px;
}

.footer .footer-top .footer-top-inner .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer .footer-top .footer-top-inner .right a img {
  height: 30px;
  margin: 0 20px 0 0;
}

.footer .footer-bottom {
  width: 100%;
  height: 50px;
  background-color: #212121;
}

.footer .footer-bottom .footer-bottom-inner {
  width: 100%;
  height: 100%;
  max-width: 1500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid grey;
}

.footer .footer-bottom .footer-bottom-inner .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .footer-bottom .footer-bottom-inner .left a {
  text-decoration: none;
}

.footer .footer-bottom .footer-bottom-inner .left p {
  margin: 0 0 0 20px;
  color: #b4b4b4;
}

.footer .footer-bottom .footer-bottom-inner .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer .footer-bottom .footer-bottom-inner .right p {
  margin: 0 20px 0 0;
  color: #b4b4b4;
}

#vrview,
#vrview1 {
  margin: 0px;
}

/*----    HOME    ----*/

.main-slider {
  background: #212121;
}

.recent-project .heading {
  padding: 50px 0 20px
}

.recent-project .see-more {
  padding: 30px 0 0px
}

.recent-project-content {
  border: 1px #e6e6e6 solid;
  padding: 10px;
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  margin: 20px 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out
}

.recent-project-content .recent-project-image-wrapper {
  width: 100%;
  height: 600px;
  border-radius: 5px;
  overflow: hidden;
}

.recent-project-content .recent-project-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.recent-project-content .title h1 {
  float: left;
  text-transform: uppercase;
  font-weight: lighter;
  font-weight: 400;
  margin: 10px 0 5px
}

.recent-project-content .title h1 span {
  font-weight: 900;
  margin-right: 5px;
}

.section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-section {
  width: 100%;
  margin: 10px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.inner-section {
  width: 100%;
  max-width: 1500px;
  height: 100%;
  padding: 50px;
  overflow: hidden;
  text-align: center;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inner-section h1 {
  color: black;
}

.inner-section-no-bg {
  width: 100%;
  max-width: 1500px;
  height: 100%;
  overflow: hidden;
}

.inner-section-wide {
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
}

.index1 {
  height: 800px;
  background-size: cover;
  background-position: center;
}

.index1 h2 {
  top: 150px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: auto;
  text-transform: uppercase;
  font-size: 100px;
  color: white;
  text-shadow: 0 0 50px #333333;
}

.swiper {
  height: 100vh;
  width: 100%;
}

.swiper .swiper-slide {
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swiper .swiper-slide .inner-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  max-width: 1500px;
  text-align: left;
}

.swiper .swiper-slide .inner-slide .slide-content {
  position: absolute;
  bottom: 100px;
  left: 100px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 20px;
  border-radius: 5px;
}

.swiper .swiper-slide .inner-slide .slide-content .new {
  text-transform: uppercase;
  background-color: #237f52;
  display: inline-block;
  padding: 5px;
  font-size: 0.35em;
  margin-left: 15px;
  position: absolute;
  top: 7px;
}

.swiper .swiper-slide .inner-slide .slide-content h3 {
  margin: 0;
  padding: 0;
  color: white;
  margin-bottom: 10px;
  font-size: 2em;
  position: relative;
}

.swiper .swiper-slide .inner-slide .slide-content p {
  margin: 0;
  padding: 0;
  color: white;
  font-size: 1.2em;
}

.swiper-button-prev,
.swiper-button-next {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

:root {
  --swiper-theme-color: white;
}

.project-slider {
  background-color: #212121;
}

.project-slider .swiper-slide {
  height: 100%;
  width: auto;
  opacity: 0;
}

.cyl {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cyl .inner-section {
  height: 100%;
  width: 100%;
  max-width: 1500px;
  padding: 0
}

.cyl .inner-section .see-more {
  width: 100%;
  padding: 50px 0;
  text-align: center;
}

.button {
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  opacity: 1;
  border-radius: 5px;
  border: 1px #e6e6e6 solid;
  padding: 10px 20px;
  font-size: 1.5em;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.cyl .inner-section .section-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 550px;
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cyl .inner-section .section-content a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  border-radius: 5px;
  /*border: 1px #e6e6e6 solid;*/
  overflow: hidden;
  margin: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  padding: 0px;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: cover;
  background-position: center;
}

.cyl .inner-section .section-content a .image {
  width: 100%;
  height: 450px;
  background-color: #e6e6e6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  background-size: cover;
  background-position: center;
}

.cyl .inner-section .section-content a .title {
  height: 100px;
  margin: 0;
  padding: 20px;
}

.cyl .inner-section .section-content a .title h1 {
  padding: 0;
  margin: 0;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.cyl .inner-section .heading {
  text-align: center;
  padding: 20px;
}

.cyl-option .button {
  margin-top: 400px;
}

.dyk {
  background-image: url(/assets/images/configurator-dark.jpg);
  color: white;
  padding: 100px 0;
  background-position: center;
  background-size: cover;
}

.dyk a {
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  text-transform: uppercase;
}

.dyk a h1 {
  font-size: 2.5em;
  font-weight: 600;
  margin: 10px;
}

.dyk a h2 {
  font-weight: 400;
  margin: 0;
}

.find-us iframe {
  height: 500px;
}

.reviews-cont .inner-section-wide h1 {
  text-transform: uppercase;
  font-size: 2.5em;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

.reviews-cont .inner-section-wide #sub {
  margin: 0;
  padding: 0;
}

.reviews {
  cursor: -webkit-grab;
  cursor: grab;
}

.reviews:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), color-stop(5%, rgba(255, 255, 255, 0)), color-stop(95%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 1)));
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 1) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0) 95%, rgba(255, 255, 255, 1) 100%);
  height: 100%;
  width: 100%;
}

.reviews .review {
  padding: 20px;
  margin: 30px 5px;
  color: black;
  vertical-align: middle;
  background-color: white;
  border-radius: 5px;
  border: 1px #e6e6e6 solid;
}

.reviews .review h3 {
  font-size: 1.3em;
  padding: 0px;
  margin: 0px
}

.reviews .review p {
  vertical-align: middle;
}

.reviews .review:focus {
  outline: 0;
}

.contact-us {
  background-image: url('assets/images/contact-us.jpg');
  background-size: cover;
  background-position: center;
  height: 270px;
}

.contact-us .inner-section {
  background: none;
}

.contact-us .inner-section h1 {
  text-transform: uppercase;
  font-size: 66px;
  line-height: 55px;
  margin: 3vh 0 10px 0;
}

.contact-us .inner-section p {
  margin: 20px 40px 40px 10px;
  font-size: 30px;
  font-weight: bold;
  color: #222222;
}

.fyk {
  height: 450px;
}

.fyk .inner-section {
  width: 100%;
  max-width: 1500px;
  margin: auto;
  height: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.fyk .inner-section .grid {
  height: 100%;
  width: 1000px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  text-align: left;
}

.fyk .inner-section .grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.fyk .inner-section .grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.fyk .inner-section .grid > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.fyk .inner-section .grid .grid-child {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.fyk .inner-section .grid .grid-child .style {
  position: absolute;
  padding: 10px;
  background-color: #D4AF37;

  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  margin-top: 10px;
  z-index: 1;
  color: black;
}

.fyk .inner-section .fyk-info h1 {
  text-transform: uppercase;
  font-size: 66px;
  line-height: 55px;
  margin: 10px;
  color: white;
}

.fyk .inner-section .fyk-info p {
  margin: 20px 40px 20px 10px;
  font-size: 30px;
  font-weight: bold;
  color: #D4D4D4;
}

.fyk .inner-section .grid .grid-image {
  background-size: cover;
  background-position: center;
  height: 100%;
  width: 100%;
  -webkit-transition: 5s all;
  -o-transition: 5s all;
  transition: 5s all;
}

.fyk .inner-section .grid #grid-image2 {
  background-image: url(https://drawersndoors.co.uk/assets/doors/kitchen/florence/florence-main.jpg);
}

.fyk .inner-section .grid #grid-image3 {
  background-image: url(https://drawersndoors.co.uk/assets/doors/kitchen/zurfiz/images/2.jpg);
}

.fyk .inner-section .grid #grid-image4 {
  background-image: url(https://drawersndoors.co.uk/assets/doors/kitchen/aldana/images/2.jpg);
}

.threesixty {
  background-color: #212121;
  padding: 50px 0 0;
  box-sizing:border-box;
}

.threesixty .heading h1,
.threesixty .heading h3 {
  color: white;
}

.psv-navbar {
  background: none;
}

#viewer {
  border-radius: 5px;
  overflow: hidden;
  margin-top: 50px;
}

.leave-a-review {
  margin: -20px 0 50px;

}

.leave-a-review a {
  text-decoration: none;
  color: #222222;
}

/*----    FAQ    ----*/

.faq-content {
  margin: 0 auto 100px;
}

.faq-question {
  padding: 20px 0;
  border: 1px solid #e6e6e6;
  margin: 10px;
  border-radius: 5px;
  text-align: left;
}

.faq-question:hover {
  border-color: black;
}

.panel-title {
  font-size: 24px;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 10px 10px 0 48px;
  display: block;
  cursor: pointer;
}

.panel-content {
  font-size: 20px;
  padding: 0px 14px;
  margin: 0 40px;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: .4s ease;
  -o-transition: .4s ease;
  transition: .4s ease;
  color: grey;
}

.panel:checked ~ .panel-content {
  height: auto;
  opacity: 1;
  padding: 14px;
}

.plus {
  position: absolute;
  margin-left: 20px;
  margin-top: 8px;
  z-index: 1;
  font-size: 31px;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: .2s ease;
  -o-transition: .2s ease;
  transition: .2s ease;
}

.panel:checked ~ .plus {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

.panel {
  display: none;
}

/*----    DOORS    ----*/


.filter-says-no {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 300px;
}

.filters-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0 10px 0;
}

.filters {
  width: 100%;
  max-width: 1500px;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #555555;
}

.filter-group {
  width: 50px;
  display: inline-block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

.filter-group h3 {
  color: white;
  margin: 0 0 0 10px;
}

.filter-group span {
  margin-left: 20px;
  font-size: 15px;
  color: #d4d4d4;
  cursor: pointer;
}

.filter-group .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin-left: 5px;
}

.filter-group .filter {
  padding: 5px 10px;
  margin: 5px 5px;
  border: 1px #212121 solid;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.filter-group .checked {
  font-weight: bold;
  color: #D4AF37;
  border: 1px #D4AF37 solid;
}

.doors {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1520px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.door .door-image {
  width: 100%;
  background-size: cover;
  background-position: center;
}

.door .door-info {
  margin: 0;
  padding: 10px 20px;
  position: relative;
}

.door .door-info h2 {
  color: white;
  font-size: 50px;
  margin: 0 20px 0 0;
  padding: 0;
  text-transform: capitalize;
  display: inline;
}

.door .door-info h4 {
  color: #d4d4d4;
  font-size: 20px;
  display: inline;
  padding: 0;
  margin: 0;
}

.door .door-info img {
  position: absolute;
  width: 150px;
  right: 20px;
  color: transparent;
  opacity: 0;
  bottom: 30px;
  -webkit-box-shadow: 0 0 10px #212121;
  box-shadow: 0 0 10px #212121;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.lightbox {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.main-img .outer {
  width: 100%;
  height: 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;
}

.main-img .inner {
  height: 100%;
  width: 100%;
  width: 1500px;
  position: relative;
}

.main-img .inner img {
  position: absolute;
  width: 200px;
  bottom: -40px;
  right: 15px;
  -webkit-box-shadow: 0px 0px 15px black;
  box-shadow: 0px 0px 15px black;
}

.main-img .page-header {}

.section .info .summary {
  margin: 10px;
}

.heading h1 {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 2.5em;
}

.heading h3 {
  margin: 0;
  padding: 0;
  font-weight: 300;
  font-size: 1.5em;
}

.inspiration-gallery {}

.inspiration-gallery img {
  width: 400px;
  height: 275px;
  padding: 0px;
  margin: -1px;
}

.door-gallery {
  width: 100%;
  margin: 0;
  padding: 0;
}

.door-gallery img {
  width: auto;
  height: 175px;
  margin: 5px;
  -webkit-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
}

.columns {
  color: white;
}

.info {
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #555555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info ul {
  width: 30%;
  list-style: none;
  color: white;
  font-size: 2em;
}

.info ul li {
  text-decoration: none;
  padding: 10px;
  border-bottom: 1px solid grey;
}

.info ul li:last-of-type {
  border-bottom: none;
}

.info p {
  width: 70%;
  padding: 20px;
  color: #D4D4D4;
  font-size: 1.5em;
}

/*----    KITCHENS+BEDROOMS    ----*/

.uf-filter {}

.kitchens {
  width: 100%;
  max-width: 1500px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 70px 0 0;
  ;
  display: -webkit-box;
  ;
  display: -ms-flexbox;
  ;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.uf-animate {
  width: 100%;
  max-width: 1250px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 70px 0 0;
}

.kitchens .kitchen {
  list-style-type: none;
  width: calc(50% - 20px);
  margin: 10px;
  display: inline-block;
  float: left;
}

.kitchens .kitchen a {
  text-decoration: none;
  color: black;
}

.kitchens .kitchen .kitchen-wrapper {
  width: 100%
}

.kitchens .kitchen .kitchen-image-wrapper {
  overflow: hidden;
  background-color: #212121;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.kitchens .kitchen .kitchen-image {
  width: 100%;
  padding-top: 56.25%;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}

.kitchens .kitchen .kitchen-name {
  text-align: left;
  padding: 10px 5px 50px;
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #212121;
}

.kitchens .kitchen .kitchen-name h3 {
  text-decoration: none;
  margin: 0;
  font-size: 1.5em;
  text-transform: uppercase;
  display: inline;
  font-weight: 900;
}

.kitchens .kitchen .kitchen-name h3:nth-of-type(2) {
  margin: 0 20px 0 5px;
  font-weight: 400;
  font-size: 1.6em;
}

.kitchens .kitchen .kitchen-name .kitchen-left {
  display: inline-block;
}

.kitchens .kitchen .kitchen-name .kitchen-right {
  display: inline-block;
  margin-left: 30px;
}

.kitchens .kitchen .kitchen-name img {
  height: 24px;
  margin-top: 1px
}

.kitchens .kitchen .new {
  background-color: white;
  display: inline;
  position: absolute;
  z-index: 1;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0px;
  border-radius: 100px;
  border: 3px solid black;
  height: 45px;
  width: 45px;
}

.kitchens .kitchen .new p {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
}

.bedrooms {
  width: 100%;
  max-width: 1500px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 70px 0 0;
  ;
  display: -webkit-box;
  ;
  display: -ms-flexbox;
  ;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bedrooms .bedroom {
  list-style-type: none;
  width: calc(50% - 20px);
  margin: 10px;
  display: inline-block;
  float: left;
}

.bedrooms .bedroom a {
  text-decoration: none;
  color: black;
}

.bedrooms .bedroom .bedroom-wrapper {
  width: 100%
}

.bedrooms .bedroom .bedroom-image-wrapper {
  overflow: hidden;
  background-color: #212121;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;

}

.bedrooms .bedroom .bedroom-image {
  width: 100%;
  padding-top: 56.25%;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}

.bedrooms .bedroom .bedroom-name {
  text-align: left;
  padding: 10px 5px 50px;
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #212121;
}

.bedrooms .bedroom .bedroom-name h3 {
  text-decoration: none;
  margin: 0;
  font-size: 1.5em;
  text-transform: uppercase;
  display: inline;
  font-weight: 900;
}

.bedrooms .bedroom .bedroom-name h3:nth-of-type(2) {
  margin: 0 20px 0 5px;
  font-weight: 400;
  font-size: 1.6em;
}

.bedrooms .bedroom .bedroom-name .bedroom-left {
  display: inline-block;
}

.bedrooms .bedroom .bedroom-name .bedroom-right {
  display: inline-block;
  margin-left: 30px;
}

.bedrooms .bedroom .bedroom-name img {
  height: 24px;
  margin-top: 1px
}



.kitchen-slider {
  height: calc(100vh - 90px);
}

.door-info-wrapper {
  width: 100%;
  background-color: #212121;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 400px;
}

.door-info-wrapper .door-info {
  width: 100%;
  max-width: 1250px;
  padding: 25px 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: repeat(6, 1fr);
  -ms-grid-rows: 1fr 0px 1fr 0px 1fr;
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.door-info-wrapper .door-info > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.door-info-wrapper .door-info > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.door-info-wrapper .door-info > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.door-info-wrapper .door-info > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.door-info-wrapper .door-info > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.door-info-wrapper .door-info > *:nth-child(6) {
  -ms-grid-row: 1;
  -ms-grid-column: 11;
}

.door-info-wrapper .door-info > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.door-info-wrapper .door-info > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.door-info-wrapper .door-info > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.door-info-wrapper .door-info > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}

.door-info-wrapper .door-info > *:nth-child(11) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
}

.door-info-wrapper .door-info > *:nth-child(12) {
  -ms-grid-row: 3;
  -ms-grid-column: 11;
}

.door-info-wrapper .door-info > *:nth-child(13) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.door-info-wrapper .door-info > *:nth-child(14) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.door-info-wrapper .door-info > *:nth-child(15) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}

.door-info-wrapper .door-info > *:nth-child(16) {
  -ms-grid-row: 5;
  -ms-grid-column: 7;
}

.door-info-wrapper .door-info > *:nth-child(17) {
  -ms-grid-row: 5;
  -ms-grid-column: 9;
}

.door-info-wrapper .door-info > *:nth-child(18) {
  -ms-grid-row: 5;
  -ms-grid-column: 11;
}

.door-info-wrapper .door-info .door-name {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: 1 / 1 / 2 / 6;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-top: 24px;
}

.door-info-wrapper .door-info .door-name h1 {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  font-weight: 900;
  font-size: 2em;
}

.door-info-wrapper .door-info .door-name h3 {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  font-size: 2em;
  font-weight: 100;
  margin-left: 10px;
  text-align: left;
}

.door-info-wrapper .door-info .door-image {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 6;
  -ms-grid-column-span: 1;
  grid-area: 1 / 6 / 4 / 7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 0;
}

.door-info-wrapper .door-info .door-image img {
  height: 100%;
}

.door-info-wrapper .door-info .door-quick {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2 / 1 / 4 / 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 25px 25px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center
}

.door-info-wrapper .door-info .door-quick div {
  border-bottom: 0.2px solid grey;
}

.door-info-wrapper .door-info .door-quick div:nth-last-of-type(1) {
  border: none;
}

.door-quick .finish p,
.price p,
.style p,
.range p,
.sizes p {
  display: inline-block;
  text-transform: capitalize;
  margin: 8px 0
}

.style,
.finish,
.price,
.range,
.sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.finish p:nth-of-type(1),
.price p:nth-of-type(1),
.style p:nth-of-type(1),
.range p:nth-of-type(1),
.sizes p:nth-of-type(1) {
  font-weight: 800;
  font-size: 1.25em;
}

.finish p:nth-of-type(2),
.price p:nth-of-type(2),
.style p:nth-of-type(2),
.range p:nth-of-type(2),
.sizes p:nth-of-type(2) {
  font-size: 1.25em;
}

.door-info-wrapper .door-info .price p:nth-of-type(2) {
  color: #a0a0a0;
}

.door-info-wrapper .door-info .price p:nth-of-type(2) span {
  color: white;
}

.door-info-wrapper .door-info .door-text {
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: 2 / 3 / 4 / 6;
  padding: 0px 40px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2em
}

.door-info-wrapper .door-info .door-text p {
  margin: 12.5px 0
}

.kitchen-slider {
  background: #212121;
  height: 100vh;
}

.colours-wrapper {
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 100px;
}

.colours-wrapper .colours {
  width: 100%;
  max-width: 1250px;
  padding: 10px;
}

.colours-wrapper .colours h2 {
  font-size: 2em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 900;
}

.colours-wrapper .colours h3 {
  margin: 5px 0 0;
  color: grey;
  text-transform: uppercase;
  font-size: 1.5em;
}

.colours-wrapper .colours .colour {
  margin: 15px;
  font-size: 1.2em;
}

.colours-wrapper .colours .stockcolours,
.colours-wrapper .colours .ptocolours,
.colours-wrapper .colours .worktop-colours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px
}

.colours-wrapper .colours .colour .colour-image {
  height: 250px;
  width: 250px;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-size: cover;
  position: relative;
}

.colours-wrapper .colours .colour p {
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  font-weight: 900;
  opacity: 0;
  margin: 10px;
  position: absolute;
  bottom: 0px;
}

.colours-wrapper .colours .new {
  background-color: white;
  display: inline;
  position: absolute;
  z-index: 1;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0px;
  border-radius: 100px;
  border: 3px solid black;
  height: 45px;
  width: 45px;
}

.colours-wrapper .colours .new p {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  opacity: 1 !important;
  color: black !important;
  bottom: inherit !important;
}

.colour-match-wrapper {
  width: 100%;
  background-image: url('/assets/images/colour-match.jpg');
  background-size: cover;
  background-position: center;
  color: white;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.colour-match-wrapper .colour-match {
  padding: 50px;
}

.colour-match-wrapper .colour-match h2 {
  font-size: 2em;
}

.colour-match-wrapper .colour-match p {
  font-size: 1.2em
}

/*----    PROJECTS    ----*/
.projects {
  width: 100%;
  max-width: 1500px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 70px 0 0;
  ;
  display: -webkit-box;
  ;
  display: -ms-flexbox;
  ;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.projects .project {
  list-style-type: none;
  width: calc(50% - 20px);
  margin: 10px;
  display: inline-block;
  float: left;
}

.projects .project a {
  text-decoration: none;
  color: black;
}

.projects .project .project-wrapper {
  width: 100%
}

.projects .project .project-image-wrapper {
  overflow: hidden;
  background-color: #212121;
  border-radius: 5px;
  overflow: hidden;
  width: 100%;

}

.projects .project .project-image {
  width: 100%;
  padding-top: 56.25%;
  background-position: center;
  background-size: cover;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}

.projects .project .project-name {
  text-align: left;
  padding: 10px 5px 10px;
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #212121;
}

.projects .project .project-name h3 {
  text-decoration: none;
  margin: 0;
  font-size: 1.5em;
  text-transform: uppercase;
  display: inline;
  font-weight: 900;
}

.projects .project .project-name h3:nth-of-type(2) {
  margin: 0 20px 0 5px;
  font-weight: 400;
  font-size: 1.6em;
}

.projects .project .project-name .project-left {
  display: inline-block;
}

.projects .project .project-name .project-right {
  display: inline-block;
  margin-left: 30px;
}

.projects .project .project-name h4 {
  text-transform: uppercase;
  color: dimgrey;
  -webkit-transform: translateY(-14px);
      -ms-transform: translateY(-14px);
          transform: translateY(-14px);
}

.gallery-thumb-wrapper {
  background: #e6e6e6;
}

.project-info-wrapper {
  width: 100%;
  background-color: #212121;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 400px;
}

.project-info-wrapper .project-info {
  width: 100%;
  max-width: 1250px;
  padding: 25px 50px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(5, 1fr);
  -ms-grid-rows: 1fr 0px 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.project-info-wrapper .project-info > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.project-info-wrapper .project-info > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.project-info-wrapper .project-info > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.project-info-wrapper .project-info > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.project-info-wrapper .project-info > *:nth-child(5) {
  -ms-grid-row: 1;
  -ms-grid-column: 9;
}

.project-info-wrapper .project-info > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.project-info-wrapper .project-info > *:nth-child(7) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.project-info-wrapper .project-info > *:nth-child(8) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.project-info-wrapper .project-info > *:nth-child(9) {
  -ms-grid-row: 3;
  -ms-grid-column: 7;
}

.project-info-wrapper .project-info > *:nth-child(10) {
  -ms-grid-row: 3;
  -ms-grid-column: 9;
}

.project-info-wrapper .project-info .project-name {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 5;
  grid-area: 1 / 1 / 2 / 6;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-top: 24px;
}

.project-info-wrapper .project-info .project-name h1 {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  font-weight: 900;
  font-size: 2em;
}

.project-info-wrapper .project-info .project-name h3 {
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  font-size: 2em;
  font-weight: 100;
  margin-left: 10px;
  text-align: left;
}

.project-info-wrapper .project-info .project-quick {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2 / 1 / 3 / 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 25px 25px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center
}

.project-info-wrapper .project-info .project-quick div {
  border-bottom: 0.2px solid grey;
}

.project-info-wrapper .project-info .project-quick div:nth-last-of-type(1) {
  border: none;
}

.project-quick p {
  display: inline-block;
  text-transform: capitalize;
  margin: 8px 0
}

.door,
.doorcolour,
.worktop,
.worktopcolour,
.handles,
.appliances {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.door p:nth-of-type(1),
.doorcolour p:nth-of-type(1),
.worktop p:nth-of-type(1),
.worktopcolour p:nth-of-type(1),
.handles p:nth-of-type(1),
.appliances p:nth-of-type(1) {
  font-weight: 800;
  font-size: 1.25em;
}

.door p:nth-of-type(2),
.doorcolour p:nth-of-type(2),
.worktop p:nth-of-type(2),
.worktopcolour p:nth-of-type(2),
.handles p:nth-of-type(2),
.appliances p:nth-of-type(2) {
  font-size: 1.25em;
}

.project-info-wrapper .project-info .project-text {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: 2 / 3 / 3 / 6;
  padding: 0px 40px 0 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2em
}

.project-info-wrapper .project-info .project-text p {
  margin: 12.5px 0
}

.gallery,
.gallery2 {
  margin-top: 50px;
}

.gallery-thumb-wrapper {
  height: 125px;
  width: 125px;
  margin: 5px;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
}

.gallery-thumb {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.similar-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px
}

.similar {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 5px;
  border-radius: 5px;
  overflow: hidden;
}

.similar-image-wrapper {
  height: 350px;
  width: 100%;
}

.similar-image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.dark-similar {
  background-color: #212121;
}

.dark-similar h1,
.dark-similar h3 {
  color: white;
}

.video-wrapper {
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*max-height: 757.5px;*/
  margin-top: 40px;
  padding: 0 10px;
}

.video-wrapper video {
  width: 100%;
  height: 100%;

}

/*----    WORKTOPS    ----*/

.worktop-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1500px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.worktop-wrapper .inner-section {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between
}

.worktop-wrapper .worktopw {
  margin: 10px;
  width: calc(33% - 20px);
  display: inline-block;
  border: 1px #e6e6e6 solid;
  border-radius: 5px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.worktop-wrapper .worktopw a {
  text-decoration: none;
}

.worktop-wrapper .worktopw .image-wrapper {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.worktop-wrapper .worktopw .image-wrapper .worktop-image {
  width: 100%;
  padding-top: 56%;
  background-size: cover;
  background-position: center;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}

.worktop-wrapper .worktopw h1 {
  text-transform: uppercase;
  font-size: 1.5em;
  margin: 10px 0 5px;
  padding: 0;
}

.worktop-wrapper .worktopw p {
  color: grey;
  margin: 0;
}

/*----    PRIVACY POLICY    ----*/
.policy {
  width: 700px;
  max-width: 100%;
  padding: 20px;
  text-align: left;
  margin-top: 50px;
}

/*----    CONTACT    ----*/

.about-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}

.about-wrapper .contact-details,
.about-wrapper .opening-hours-wrapper {
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
}

.about-wrapper .contact-details {
  margin-right: 10px;
}

.about-wrapper .opening-hours-wrapper {
  margin-left: 10px;
  padding: 25px 0;
}

.about-wrapper .opening-hours-wrapper .opening-hours-container {
  width: 100%;
  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;
}

.opening-hours-wrapper .opening-hours-container .opening-hours {
  width: 65%;
}

.opening-hours-wrapper .opening-hours div {
  border-bottom: 1px solid grey;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.opening-hours-wrapper .opening-hours div:last-of-type {
  border: none;
}

.opening-hours-wrapper .opening-hours div p {
  display: inline;
  font-size: 1.5em;
  margin: 5px;
}

.opening-hours-wrapper h1 {
  margin: 10px 0 50px;
}

.opening-hours-wrapper .opening-hours div p:nth-of-type(1) {
  font-weight: 600;
}

.about-wrapper .contact-details p {
  font-size: 1.5em;
  margin: 0;
}

.about-wrapper .contact-details h1 {
  margin: 0 0 10px;
}

.about-wrapper .contact-details div {
  margin: 25px 0;
}

.owners-wrapper {
  width: 1250px;
  max-width: 100%;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  margin: 0 10px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

.owners-wrapper .owners-left {
  width: 40%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.owners-wrapper .owners-right {
  width: 60%;
  text-align: left;
}

.owners-wrapper .owners-right h2 {
  font-size: 2em;
  margin: 0;
  padding: 0px 20px 10px 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.owners-wrapper .owners-right h2 span {
  font-weight: 900;
  margin: 0 5px 0 0;
}

.owners-wrapper .owners-right p {
  margin: 0;
  padding: 0 20px 20px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


.threesixtyabout .inner-section #vrview {
  margin: 0 0 -6px 0;
}

.about-t {
  max-width: 100%;
  font-size: 20px;
  text-align: left;
  margin: 10px;
}

.about-t h3 {
  text-transform: uppercase;
  font-size: 32px;
  margin: 20px;
  color: white;
}

.about-t p {
  color: #d4d4d4;
  font-size: 20px;
  margin: 20px;
  font-weight: bold;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.contact-right,
.contact-left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 50%;
}

.contact-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 10px 0 0;
}

.contact-left-top {
  margin: 0 0 10px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  height: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
}

.contact-left-top-left,
.contact-left-top-right {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 50%;
  height: 100%;
  background-color: #555555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-left-top-left {
  margin: 0 10px 0 0;
}

.contact-left-top-right {
  margin: 0 0 0 10px;
}

.contact-left-bottom {
  background-color: #555555;
  margin: 10px 0 0 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 50%;
  padding: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-right {
  width: 50%;
  background-color: #555555;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.times {
  width: 70%;
  margin: 20px !important;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-rows: repeat(7, 1fr);
  grid-row-gap: 5px;
}

.times > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.times > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}

.times > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.times > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 2;
}

.times > *:nth-child(5) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.times > *:nth-child(6) {
  -ms-grid-row: 5;
  -ms-grid-column: 2;
}

.times > *:nth-child(7) {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
}

.times > *:nth-child(8) {
  -ms-grid-row: 7;
  -ms-grid-column: 2;
}

.times > *:nth-child(9) {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
}

.times > *:nth-child(10) {
  -ms-grid-row: 9;
  -ms-grid-column: 2;
}

.times > *:nth-child(11) {
  -ms-grid-row: 11;
  -ms-grid-column: 1;
}

.times > *:nth-child(12) {
  -ms-grid-row: 11;
  -ms-grid-column: 2;
}

.times > *:nth-child(13) {
  -ms-grid-row: 13;
  -ms-grid-column: 1;
}

.times > *:nth-child(14) {
  -ms-grid-row: 13;
  -ms-grid-column: 2;
}

.times .grid-item {
  background-color: #555555;
  text-align: left;
  border-bottom: 1px #d4d4d4 solid;

}

.times .grid-item h3 {
  text-transform: uppercase;
  padding: 5px 0;
  margin: 0;
  color: white;
  font-size: 18px;

}

.contact {
  text-align: left;
}

.contact h4 {
  text-transform: uppercase;
  font-size: 25px;
  margin: 0 0 20px;
  color: white;
}

.contact h5 {
  font-size: 20px;
  color: #d4d4d4;
  margin: 0;
}

.contact p {
  font-size: 20px;
  color: #d4d4d4;
  margin: 20px;
}

.times {
  font-size: 20px;
  margin-left: 20px;
  margin-right: 20px;
}

.info-a {
  width: 100%;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-a ul {
  width: 33%;
  list-style: none;
  font-size: 25px;
}

.info-a ul li {
  text-decoration: none;
  padding: 10px;
  border-bottom: 1px solid grey;
}

.info-a ul li:last-of-type {
  border-bottom: none;
}

.info-a p {
  padding: 20px;
  font-size: 25px;
  width: 33%;
}

input[type="submit"] {
  -webkit-appearance: none;
}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="email"],
.input-checkbox {
  -webkit-appearance: none;
  border-radius: 5px;
}

#contact-form {
  width: 100%;
}

.form__group {
  position: relative;
  padding: 15px 0 0;
  margin-top: 20px;
  width: 100%;
}

.form__field {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  outline: 0;
  font-size: 1.3rem;

  padding: 10px 15px;
  background: transparent !important;
  -webkit-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
}

.form__field::-webkit-input-placeholder {
  color: transparent;
}

.form__field::-moz-placeholder {
  color: transparent;
}

.form__field:-ms-input-placeholder {
  color: transparent;
}

.form__field::-ms-input-placeholder {
  color: transparent;
}

.form__field::placeholder {
  color: transparent;
}

.form__field:-moz-placeholder-shown ~ .form__label {
  font-size: 1.3rem;
  cursor: text;
  top: 27px;
  padding: 0;
}

.form__field:-ms-input-placeholder ~ .form__label {
  font-size: 1.3rem;
  cursor: text;
  top: 27px;
  padding: 0;
}

.form__field:placeholder-shown ~ .form__label {
  font-size: 1.3rem;
  cursor: text;
  top: 27px;
  padding: 0;
}

.form__label {
  position: absolute;
  top: 0;
  left: 10px;
  padding: 0 10px 2px;
  display: block;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  background-color: white;
  font-size: 1rem;
  color: grey;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.form__field:focus {
  font-weight: 500;
  border-width: 1px;
  border-radius: 5px;
  border-color: black
}

.form__field:focus ~ .form__label {
  position: absolute;
  top: 0;
  padding: 0 10px 2px;
  display: block;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  font-size: 1rem;
  border-radius: 5px;
}

.form__field:required,
.form__field:invalid {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lightbox-main {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100vh;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 50;
}

.lightbox-main img {
  max-width: 90%;
  max-height: 90%;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  position: fixed;
  display: absolute;
  border-radius: 2px;
}

.lightbox-main h1 {
  position: fixed;
  font-weight: 100;
  color: #d4d4d4;
  bottom: 20px;
  text-transform: uppercase;
  background-color: #444444;
  border-radius: 2px;
  padding: 10px 20px;
  opacity: 0.8
}

.lightbox-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*----    HOW WE WORK    ----*/
.journey-wrapper {
  width: 1250px;
  max-width: 100%;
  min-height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  margin: 0 10px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
}

.journey-wrapper .journey-left {
  width: 40%;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.journey-wrapper .journey-right {
  width: 60%;
  text-align: left;
}

.journey-wrapper .journey-right h2 {
  font-size: 2em;
  margin: 0;
  padding: 0px 20px 10px 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.journey-wrapper .journey-right h2 span {
  font-weight: 900;
  margin: 0 5px 0 0;
}

.journey-wrapper .journey-right p {
  margin: 0;
  padding: 0 20px 20px;
  font-size: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*----    COVID-19    ----*/
.covid .inner-section {
  max-width: 1000px !important;
}

.covid p {
  font-size: 20px;
  text-align: left;
  padding: 10px;
}

.covid-flex {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 300px;
}

.covid-flex div {
  background-size: cover;
  background-color: grey;
  margin: 0 2px 0 2px;
  width: 50%;
  height: 100%;
}

.covid-flex .covid-left {
  background-image: url('assets/images/IMG_20200513_123451.jpg');
  background-position: center;
}

.covid-flex .covid-right {
  background-image: url('assets/images/IMG_20200513_144825.jpg');
  background-position: left;
}

.covid .inner-section {
  width: 800px;
  max-width: 100%;
  padding: 20px;
  text-align: left;
  color: white;
  background-color: #555555;
  margin-top: 50px;
}

/*----    CONFIGURATOR    ----*/
.embed-blossomAvenue {
  width: 100%;
  height: calc(100vh - 60px);
}

/*----    WORKTOPS    ----*/

.worktop-slider-wrapper {
  padding: 20px;
}

.worktop-slider {
  width: 100%;
  height: 800px;
  background:grey;
  border-radius: 5px;
}

.worktop-slider .swiper-wrapper {
  background:grey;
  width: 100%;
  height: 100%;
}

.worktop-slider .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.worktop-desc {
  padding: 10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.worktop-desc p {
  margin:10px;
  font-size: 1.2em;
  width: 50%;
}

.worktop-colours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about360 {
  margin: 10px;
  box-sizing: border-box;
  width: calc(100% - 20px);
  border-radius: 5px;
}

/*----    HOVER    ----*/
@media not all and (pointer: coarse) {

  .worktopw:hover {
    border-color: black;

  }

  .worktopw:hover .image-wrapper .worktop-image {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .swiper:hover .swiper-button-prev {
    opacity: 1;
  }

  .swiper:hover .swiper-button-next {
    opacity: 1;
  }

  .button:hover {
    border: 1px black solid;
    text-decoration: none;
  }

  .cyl .inner-section .section-content a:hover {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
    /*border: 1px solid black;*/
  }

  .cyl-option:hover .button {
    opacity: 1;
    margin-top: 385px;
  }

  .form__group:hover .form__field {
    border: 1px solid black
  }

  .recent-project-content:hover {
    border: 1px solid black;
  }

  .filter-group .filter:hover {
    color: #D4AF37;
    border: 1px #d4af37 solid;
  }

  .worktop-gallery img:hover {
    z-index: 5;
    -webkit-box-shadow: 0px 0px 25px black;
    box-shadow: 0px 0px 25px black;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all;
  }

  .door-gallery img:hover {
    -webkit-box-shadow: 0px 0px 15px black;
    box-shadow: 0px 0px 15px black;
  }

  .gallery-thumb-wrapper:hover .gallery-thumb {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .similar:hover .similar-image {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05)
  }

  .grid-child:hover .grid-image {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    background-position: center;
  }

  .footer .footer-bottom .footer-bottom-inner .left a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #b4b4b4;
    text-decoration-color: #b4b4b4;
  }

  .nav .nav-text:hover {
    color: darkgrey;
  }

  .door:hover .door-info img {
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0;
    bottom: 20px;
    opacity: 1;
  }

  .worktop-item:hover {
    background-color: #555555;
    -webkit-box-shadow: 0px 0px 5px #212121;
    box-shadow: 0px 0px 5px #212121;
  }

  .top-nav-container .top-nav a:hover {
    text-decoration: underline;
  }

  .kitchens .kitchen:hover .kitchen-image {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .bedrooms .bedroom:hover .bedroom-image {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .projects .project:hover .project-image {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
}

/*----    1500PX    ____*/
@media only screen and (max-width: 1500px) {
  .nav {
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow: hidden;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    display: none;
    padding: 60px 0 10px 10px;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    width: 100vw;
    height: 100vh;
    max-height: 100vh;
    z-index: 10;
  }

  .nav-active {}

  .logo {
    display: none;
  }

  .nav .nav-text {
    text-transform: uppercase;
    padding: 0 14px;
    font-size: 1.2em;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    color: white;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 500;
    width: 100%;

  }

  .mobile-active {}

  .nav .nav-text p {
    margin: 10px 0;
    padding: 0;
    font-size: 0.8em
  }

  .nav img {
    display: none;
  }

  .nav {
    border-top: 1px grey solid;
  }

  .nav-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 11;
  }
}

/*----    1000PX    ----*/
@media only screen and (max-width: 1000px) {

  .inner-section {
    padding: 0;
  }

  .page-title {
    display: block;
    margin: 100px 10px 40px;
  }

  .page-title h1 {
    font-size: 2em;
    font-weight: bold;
    margin: 0 0 0 -5px;
    text-align: center;
    text-transform: uppercase;
  }

  .page-title .page-subtitle {
    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;
    margin: 0;
  }

  .page-title h3 {
    max-width: 500px;
    font-size: 0.9em;
    font-weight: 100;
    text-align: center;
    margin: 0;
  }


  .kitchens .kitchen {
    width: 100%;
  }

  .bedrooms .bedroom {
    width: 100%;
  }

  .projects .project {
    width: 100%;
    margin: 10px 0;
  }

  .contact-number .inner-section,
  .confirmation-message .inner-section {
    margin: 0 10px;

  }

  .contact-number .inner-section h2,
  .confirmation-message .inner-section h2 {
    font-size: 1em;
  }

  .confirmation-message .inner-section p {
    font-size: 0.8em;
  }

  .contact-container {
    padding: 0 10px 50px !important;
  }

  .form__group {
    margin-top: 10px;
  }

  .cyl {
    margin-top: 50px;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0;
  }

  .cyl .inner-section {
    height: 100%;
    width: 100%;
    max-width: 1500px;
    padding: 0
  }

  .cyl .inner-section .see-more {
    width: 100%;
    padding: 25px 0;
    text-align: center;
  }

  .button {
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    opacity: 1;
    border-radius: 5px;
    border: 1px #e6e6e6 solid;
    padding: 10px 20px;
    font-size: 1em;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .cyl .inner-section .section-content {
    display: block;
    height: auto;
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .cyl .inner-section .section-content a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
    border-radius: 5px;
    border: 1px #e6e6e6 solid;
    overflow: hidden;
    margin: 10px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: pointer;
    padding: 10px 10px 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    text-decoration: none;
    display: block;
  }

  .cyl .inner-section .section-content a .image {
    width: 100%;
    height: 250px;
    background-color: #e6e6e6;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
    background-size: cover;
    background-position: center;
  }

  .cyl .inner-section .section-content a .title {
    height: auto;
    margin: 0;
    padding: 10px;
  }

  .cyl .inner-section .section-content a .title h1 {
    padding: 0;
    margin: 0;
    font-size: 1.5em;
    font-weight: 400;
    text-decoration: none;
    text-transform: uppercase;
  }

  .cyl .inner-section .heading {
    text-align: center;
    padding: 20px;
  }

  .heading h3 {
    font-weight: lighter;
    font-size: 1em;
    margin: 0;
    padding: 0;
  }

  .cyl-option .button {
    margin-top: 400px;
  }

  .heading h1 {
    font-size: 1.75em
  }

  .recent-project .inner-section {
    padding: 0 10px
  }

  .recent-project .heading {
    padding: 50px 0 20px
  }

  .recent-project .see-more {
    padding: 15px 0 20px
  }

  .recent-project-content {
    border: 1px #e6e6e6 solid;
    padding: 10px;
    display: inline-block;
    width: 100%;
    border-radius: 5px;
    margin: 20px 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .recent-project-content .recent-project-image-wrapper {
    width: 100%;
    height: 250px;
    border-radius: 5px;
    overflow: hidden;
  }

  .recent-project-content .recent-project-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }

  .recent-project-content .title h1 {
    float: left;
    text-transform: uppercase;
    font-weight: lighter;
    font-weight: 400;
    font-size: 1em;
    margin: 10px 0 0px
  }

  .recent-project-content .title h1 span {
    font-weight: 900;
    margin-right: 5px;
  }

  .reviews-cont .inner-section {
    padding: 0 5px !important;
  }

  #viewer {
    height: 250px !important;
  }

  .threesixty {
    padding-top: 50px;
  }

  .threesixty .inner-section {
    padding: 0px 10px 30px;
  }

  .projects .project .project-name h3 {
    text-decoration: none;
    margin: 0;
    font-size: 1em;
    text-transform: uppercase;
    display: inline;
    font-weight: 900;
  }

  .projects .project .project-name h3:nth-of-type(2) {
    font-size: 1em;
  }

  .project-name-right h4 {
    font-size: 0.8em;
    margin: 0px;
    -webkit-transform: translateY(0px) !important;
        -ms-transform: translateY(0px) !important;
            transform: translateY(0px) !important;
  }

  .swiper-pagination {
    -webkit-transform: translate3d(0, 0, 0) scale(.75) translateY(10px);
            transform: translate3d(0, 0, 0) scale(.75) translateY(10px);
  }

  .door-info-wrapper {
    width: 100%;
    background-color: #212121;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
  }

  .door-info-wrapper .door-info {
    width: 100%;
    max-width: 1250px;
    padding: 10px;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .door-info-wrapper .door-info .door-name {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-bottom: 0px
  }

  .door-info-wrapper .door-info .door-name h1 {
    text-transform: uppercase;
    margin: 0;
    font-weight: 900;
    font-size: 1.25em;
  }

  .door-info-wrapper .door-info .door-name h3 {
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    font-size: 1.25em;
    font-weight: 100;
    text-align: center;
  }

  .door-info-wrapper .door-info .door-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
    grid-area: 1 / 6 / 4 / 7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px 0;
    display: none;
  }

  .door-info-wrapper .door-info .door-image img {
    height: 100%;
  }

  .door-info-wrapper .door-info .door-quick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .door-info-wrapper .door-info .door-quick div {
    border-bottom: 0.2px solid grey;
  }

  .door-info-wrapper .door-info .door-quick div:nth-last-of-type(1) {
    border: none;
  }

  .door-quick .finish p,
  .price p,
  .style p,
  .range p,
  .sizes p {
    display: inline-block;
    text-transform: capitalize;
    margin: 2.5px 0
  }

  .style,
  .finish,
  .price,
  .range,
  .sizes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .finish p:nth-of-type(1),
  .price p:nth-of-type(1),
  .style p:nth-of-type(1),
  .range p:nth-of-type(1),
  .sizes p:nth-of-type(1) {
    font-weight: 800;
    font-size: 1em;
  }

  .finish p:nth-of-type(2),
  .price p:nth-of-type(2),
  .style p:nth-of-type(2),
  .range p:nth-of-type(2),
  .sizes p:nth-of-type(2) {
    font-size: 1em;
  }

  .door-info-wrapper .door-info .price p:nth-of-type(2) {
    color: #a0a0a0;
  }

  .door-info-wrapper .door-info .price p:nth-of-type(2) span {
    color: white;
  }

  .door-info-wrapper .door-info .door-text {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-area: 2 / 3 / 4 / 6;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1em;
    text-align: justify;
  }

  .door-info-wrapper .door-info .door-text p {
    margin: 12.5px 0
  }

  .kitchen-slider {
    background: #212121;
    height: 350px;
  }

  .colours-wrapper {
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .colours-wrapper .colours {
    width: 100%;
    max-width: 1250px;
    padding: 10px;
  }

  .colours-wrapper .colours h2 {
    font-size: 1.25em;
  }
  
  .colours-wrapper .colours h3 {
    font-size: 1em;
  }

  .colours-wrapper .colours .colour {
    margin: 5px;
    font-size: 1.2em;
  }

  .colours-wrapper .colours .stockcolours,
  .colours-wrapper .colours .ptocolours {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .colours-wrapper .colours .colour .colour-image {
    height: 40vw;
    width: 40vw;
    border-radius: 5px;
    background-size: cover;
    padding: 5px
  }

  .colours-wrapper .colours .colour p {
    font-size: 0.6em
  }

  .temp-background {
    height: 350px
  }

  .colour-match-wrapper {
    width: 100%;
    background-image: url('/assets/images/colour-match.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    display: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .colour-match-wrapper .colour-match {
    padding: 50px;
  }

  .colour-match-wrapper .colour-match h2 {
    font-size: 2em;
  }

  .colour-match-wrapper .colour-match p {
    font-size: 1.2em
  }

  .about-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px;
  }

  .about-wrapper .contact-details,
  .about-wrapper .opening-hours-wrapper {
    border: none;
    border-radius: 0px;
    width: 100%;
  }

  .about-wrapper .contact-details {
    margin: 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .about-wrapper .opening-hours-wrapper {
    margin-left: 0px;
    padding: 0;
  }

  .about-wrapper .opening-hours-wrapper .opening-hours-container {
    width: 100%;
    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;
  }

  .opening-hours-wrapper .opening-hours-container .opening-hours {
    width: 100%;
    padding: 0 50px;
  }

  .opening-hours-wrapper .opening-hours div {
    border-bottom: 1px solid grey;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .opening-hours-wrapper .opening-hours div:last-of-type {
    border: none;
  }

  .opening-hours-wrapper .opening-hours div p {
    display: inline;
    font-size: 1em;
    margin: 2.5px;
  }

  .opening-hours-wrapper h1 {
    margin: 30px 0 15px;
    font-size: 1.5em
  }

  .opening-hours-wrapper .opening-hours div p:nth-of-type(1) {
    font-weight: 600;
  }

  .about-wrapper .contact-details p {
    font-size: 1em;
    margin: 0;
  }

  .about-wrapper .contact-details h1 {
    margin: 30px 0 10px;
    font-size: 1.5em
  }

  .about-wrapper .contact-details .phone h1 {
    margin: -10px 0 10px;
  }

  .about-wrapper .contact-details div {
    margin: 0;
  }

  .owners-wrapper {
    width: 1250px;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
    margin: 0;
    border: none;
    border-radius: 0px;
  }

  .owners-wrapper .owners-left {
    width: 100%;
    height: 225px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
  }

  .owners-wrapper .owners-right {
    width: 100%;
    text-align: left;
    margin: 20px 0px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .owners-wrapper .owners-right h2 {
    font-size: 1.5em;
    text-align: center;
    margin: 0 0 20px;
    padding: 0px;
    font-weight: 400;
    text-transform: uppercase;
  }

  .owners-wrapper .owners-right h2 span {
    font-weight: 900;
    margin: 0 5px 0 0;
  }

  .owners-wrapper .owners-right p {
    margin: 0;
    padding: 0 0 15px;
    font-size: 1em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: justify;
  }

  .find-us-wrapper {
    padding: 0;
  }

  .find-us-wrapper .find-us {
    padding: 0;
  }

  .faq-content {
    margin: 50px auto 100px;
  }

  .faq-question {
    padding: 10px 0 10px;
    border: 1px solid #e6e6e6;
    margin: 10px;
    border-radius: 5px;
    text-align: left;
  }

  .faq-question:hover {
    border-color: black;
  }

  .panel-title {
    font-size: 1em;
    width: 100%;
    position: relative;
    margin: 0;
    padding: 0px 10px 0 48px;
    display: block;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .panel-content {
    font-size: 0.9em;
    padding: 0px 10px;
    margin: 0 10px 0 40px;
    height: 0;
    overflow: hidden;
    z-index: 0;
    position: relative;
    opacity: 0;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
  }

  .panel:checked ~ .panel-content {
    height: auto;
    opacity: 1;
    padding: 10px;
  }

  .plus {
    position: absolute;
    margin-left: 13px;
    margin-top: -3px;
    z-index: 0;
    font-size: 1.5em;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
  }

  .panel:checked ~ .plus {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }

  .panel {
    display: none;
  }

  .project-info-wrapper {
    width: 100%;
    background-color: #212121;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
  }

  .project-info-wrapper .project-info {
    width: 100%;
    max-width: 1250px;
    padding: 10px;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .project-info-wrapper .project-info .project-name {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-bottom: 0px
  }

  .project-info-wrapper .project-info .project-name h1 {
    text-transform: uppercase;
    margin: 0;
    font-weight: 900;
    font-size: 1.25em;
  }

  .project-info-wrapper .project-info .project-name h3 {
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    font-size: 1.25em;
    font-weight: 100;
    text-align: center;
  }

  .project-info-wrapper .project-info .project-image {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
    grid-area: 1 / 6 / 4 / 7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px 0;
    display: none;
  }

  .project-info-wrapper .project-info .project-image img {
    height: 100%;
  }

  .project-info-wrapper .project-info .project-quick {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .project-info-wrapper .project-info .project-quick div {
    border-bottom: 0.2px solid grey;
  }

  .project-info-wrapper .project-info .project-quick div:nth-last-of-type(1) {
    border: none;
  }

  .project-quick .door p,
  .doorcolour p,
  .worktop p,
  .worktopcolour p,
  .handles p,
  .appliances p {
    display: inline-block;
    text-transform: capitalize;
    margin: 2.5px 0
  }

  .worktop,
  .door,
  .doorcolour,
  .worktopcolour,
  .handles,
  .appliances {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .door p:nth-of-type(1),
  .doorcolour p:nth-of-type(1),
  .worktop p:nth-of-type(1),
  .worktopcolour p:nth-of-type(1),
  .handles p:nth-of-type(1),
  .appliances p:nth-of-type(1) {
    font-weight: 800;
    font-size: 1em;
  }

  .door p:nth-of-type(2),
  .doorcolour p:nth-of-type(2),
  .worktop p:nth-of-type(2),
  .worktopcolour p:nth-of-type(2),
  .handles p:nth-of-type(2),
  .appliances p:nth-of-type(2) {
    font-size: 1em;
  }

  .project-info-wrapper .project-info .project-text {
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    grid-area: 2 / 3 / 4 / 6;
    padding: 20px;
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1em;
    text-align: justify;
  }

  .project-info-wrapper .project-info .project-text p {
    margin: 12.5px 0
  }


  .gallery,
  .gallery2 {
    margin-top: 50px;
  }

  .gallery-thumb-wrapper {
    height: 75px;
    width: 75px;
    margin: 2.5px;
    display: inline-block;
    border-radius: 5px;
    overflow: hidden;
  }

  .gallery-thumb {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }

  .similar-wrapper {
    width: 100%;
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .similar {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin: 5px;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
  }

  .similar-image-wrapper {
    height: 200px;
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .similar-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
  }

  .dark-similar {
    background-color: #212121;
  }

  .dark-similar h1,
  .dark-similar h3 {
    color: white;
  }

  .ppwrapper {
    padding: 0 20px;
  }

  .ppwrapper p {
    text-align: justify;
  }

  .policy {
    padding: 0 20px;
  }

  .policy p {
    text-align: justify;
  }

  .worktop-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1500px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 40px;
  }

  .worktop-wrapper .inner-section {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-line-pack: justify;
        align-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .worktop-wrapper .worktopw {
    margin: 5px 0px;
    width: 100%;
    display: inline-block;
    border: 1px #e6e6e6 solid;
    border-radius: 5px;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: left;
    text-decoration: none;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
  }

  .worktop-wrapper .worktopw a {
    text-decoration: none;
  }

  .worktop-wrapper .worktopw .image-wrapper {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
  }

  .worktop-wrapper .worktopw .image-wrapper .worktop-image {
    width: 100%;
    padding-top: 56%;
    background-size: cover;
    background-position: center;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transform: scale(1.01);
        -ms-transform: scale(1.01);
            transform: scale(1.01);
  }

  .worktop-wrapper .worktopw h1 {
    text-transform: uppercase;
    font-size: 1em;
    margin: 10px 0 5px;
    padding: 0;
  }

  .worktop-wrapper .worktopw p {
    color: grey;
    font-size: 0.9em;
    margin: 0;
  }
  
  .worktops-slider-wrapper {
    padding: 10px;
  }
  
  .worktop-slider {
    height: 300px;
  }
  
  .worktop-desc {
    flex-direction: column;
  }

  .worktop-desc p {
    font-size: 1em;
    width: auto;
    box-sizing: border-box;
  }
  
  .journey-wrapper .journey-right h2 {
  font-size: 1.5em !important;
  margin: 0;
  padding: 0px 20px 10px 20px;
  font-weight: 400;
  text-transform: uppercase;
}

.journey-wrapper .journey-right h2 span {
  font-weight: 900;
  margin: 0 5px 0 0;
}
}

/*----    MOBILE    ----*/
@media only screen and (max-width: 768px) {

  /*----    ALL    ----*/
  body {
    overflow: none;
  }

  .nav-mobile {
    height: 50px
  }

  .nav-mobile a img {
    height: 40px;
  }

  .burger {
    height: 50px;
    width: 60px;
    -webkit-transform: scale(0.8) translateX(10px);
        -ms-transform: scale(0.8) translateX(10px);
            transform: scale(0.8) translateX(10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    position: relative;
    cursor: pointer;
    margin: 5px;
  }

  .kitchens .kitchen {
    margin: 0;
  }

  .kitchens .kitchen .kitchen-name h3 {
    font-size: 1em;
  }

  .kitchens .kitchen .kitchen-name h3:nth-of-type(2) {
    font-size: 1em;
  }

  .kitchens .kitchen .kitchen-name img {
    height: 17px;
  }

  .kitchens .kitchen .kitchen-name {
    padding: 5px 0 30px;
  }

  .bedrooms .bedroom {
    margin: 0;
  }

  .bedrooms .bedroom .bedroom-name h3 {
    font-size: 1em;
  }

  .bedrooms .bedroom .bedroom-name h3:nth-of-type(2) {
    font-size: 1em;
  }

  .bedrooms .bedroom .bedroom-name img {
    height: 17px;
  }

  .bedrooms .bedroom .bedroom-name {
    padding: 5px 0 30px;
  }

  .alert {
    font-size: 10px;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }

  .main-img {
    height: 200px;
    background-size: cover;
    background-position: center;
  }

  .main-img .page-header h1 {
    top: 60px;
    font-size: 20px;
  }

  .contact-wrapper .contact-info h2 {
    font-size: 15px;
  }

  .contact-wrapper .contact-info h2:nth-of-type(1) {
    font-size: 20px;
  }

  .contact-wrapper .contact-button {
    top: 55.5px;
  }

  .contact-active {
    right: 296px;
  }

  .footer .footer-top .footer-top-inner .footer-top-item {
    width: 100%;
  }

  .footer .footer-top .footer-top-inner .left {
    display: none;
  }

  .footer .footer-top .footer-top-inner .right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer .footer-top .footer-top-inner .right a {
    width: 40px;
    padding: 15px;
  }

  .footer .footer-top {
    height: 75px;
    z-index: 10;
  }

  .footer .footer-bottom {
    height: auto;
  }

  .footer .footer-bottom .footer-bottom-inner {
    display: block;
  }

  .footer .footer-bottom .footer-bottom-inner .right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer .footer-bottom .footer-bottom-inner .right p {
    margin: 20px 0 10px 0;
    color: #555555;
  }

  .footer .footer-bottom .footer-bottom-inner .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .footer .footer-bottom .footer-bottom-inner .left p,
  .footer .footer-bottom .footer-bottom-inner .left a {
    margin: 5px 0;
    color: #b4b4b4;
  }

  .sl-navigation {
    display: none !important;
  }

  /*----    MAIN    ----*/
  .main-slider {
    height: 50vh;
  }

  .main-slider .swiper-slide .inner-slide .slide-content {
    bottom: 10px;
    left: 10px;
    right: 10px
  }

  .main-slider .swiper-slide .inner-slide .slide-content .new {
    font-size: 0.4em;
    top: 2px;
  }

  .main-slider .swiper-slide .inner-slide .slide-content h3 {
    font-size: 1.2em;
  }

  .main-slider .swiper-slide .inner-slide .slide-content p {
    font-size: 1em;
  }

  .main-slider .swiper-pagination {
    display: none;
  }

  .cyl-header {
    height: auto;
    margin-top: 50px;
  }

  .cyl-header h1 {
    font-size: 30px;
  }

  .cyl-content {
    display: inline
  }

  .cyl-option {
    height: 200px;
    margin: 10px;
    border-radius: 5px;
  }

  .cyl-option-image {
    height: 200px;
  }

  .cyl-option-content {
    height: auto;
    position: relative;
    top: -40px;
    color: white;
    background: rgb(0, 0, 0);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6019784622833508)), to(rgba(0, 0, 0, 0)));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6019784622833508) 0%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6019784622833508) 0%, rgba(0, 0, 0, 0) 100%);
  }

  .cyl-option-content h2 {
    margin: 10px;
    font-size: 20px;
  }

  .dyk {
    height: 150px;
    padding: 10px
  }

  .dyk h1 {
    font-size: 20px !important;
  }

  .dyk h2 {
    font-size: 16px;
  }

  .index1 {
    height: 400px;
  }

  .index1 .inner-section-no-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .index1 h2 {
    font-size: 50px;
    vertical-align: middle;
    display: block;
    top: 0;
    padding: 20px 20px 20px 20px;
    margin: auto;
  }

  .find-us iframe {
    height: 300px;
  }

  .walk .info p {
    font-size: 10px;
  }

  .walk .info div {
    font-size: 10px;
    padding: 5px;
    border-radius: 2px;
  }

  .contact-us {
    height: 150px;
  }

  .contact-us .inner-section h1 {
    font-size: 30px;
    margin: 0;
  }

  .contact-us .inner-section p {
    font-size: 20px;
    margin: 0 0 20px 0;
  }

  .reviews-cont .inner-section-wide h1 {
    font-size: 30px;
    margin: 0;
  }

  .reviews-cont .inner-section-wide #sub {
    font-size: 20px;
    margin: 0 0 20px 0;
  }

  .reviews-cont .inner-section-wide .reviews h3 {
    font-size: 25px;
  }

  .fyk {
    height: 300px;
  }

  .fyk .inner-section {
    padding: 0;
  }

  .fyk .inner-section .grid {
    display: block;
    background-image: url('assets/images/fyk.jpg');
    background-size: cover;
    background-position: center;
  }

  .fyk .inner-section .grid #grid1 {}

  .fyk .inner-section .grid #grid1 h1 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    margin: 50px 40px 0 40px;
    padding: 10px 0 0 0;
    background-color: #212121;
    opacity: 0.8;
  }

  .fyk .inner-section .grid #grid1 p {
    margin: 0 40px 0 40px;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    background-color: #212121;
    opacity: 0.8;
  }

  .fyk .inner-section .grid #grid2 {
    display: none;
  }

  .fyk .inner-section .grid #grid3 {
    display: none;
  }

  .fyk .inner-section .grid #grid4 {
    display: none;
  }

  /*----    ABOUT    ----*/

  /*----    DOORS/PROJECTS    ----*/

  /*----    WORKTOPS    ----*/
  .worktop-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 95%;
    flex: 1 0 95%;
    margin: 0 0 10px 0 !important;
  }

  .worktop-info {
    padding: 0 20px;
    font-size: 20px;
    line-height: 20px;
  }

  .worktop-item .worktop-name {
    font-size: 30px;
    height: 30px;
    line-height: 30px;
  }

  /*----    FAQ    ----*/
  .faq-wrapper {
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  /*----    HOW WE WORK    ----*/
  .journey-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .journey-wrapper .journey-left {
    width: 100%;
    height: 200px;
  }

  .journey-wrapper .journey-left h1 {
    font-size: 300px;
  }

  .journey-wrapper .journey-right {
    width: 100%;
  }

  .journey-wrapper .journey-right h2 {
    font-size: 28px;
    padding: 10px;
  }

  .journey-wrapper .journey-right p {
    font-size: 16px;
    padding: 0 10px 10px 10px;
  }

  .covid-flex {
    height: 200px;
  }

  .covid p {
    padding: 0;
  }
  
  .colours-wrapper .colours .new {
  background-color: white;
  display: inline;
  position: absolute;
  z-index: 1;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0px;
  border-radius: 100px;
  border: 2px solid black;
  height: 30px;
  width: 30px;
}

.colours-wrapper .colours .new p {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 10px;
  opacity: 1 !important;
  color: black !important;
  bottom: inherit !important;
}
  .kitchens .kitchen .new {
  background-color: white;
  display: inline;
  position: absolute;
  z-index: 1;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0px;
  border-radius: 100px;
  border: 2px solid black;
  height: 30px;
  width: 30px;
}

.kitchens .kitchen .new p {
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 10px;
}
}



/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}