body {
  color: #58595B;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  background-color: #EFEFE9;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.form-control {
  border-radius: 0;
}

p {
  padding: 5px 0;
  margin: 0;
  line-height: 22px;
}

a {
  color: #404041;
}

a:hover {
  color: #404041;
}

blockquote {
  border: none;
}

video {
  vertical-align: bottom;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url("images/masterclasses/loading.gif") no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url("images/masterclasses/prev.png") left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url("images/masterclasses/next.png") right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 1.1em;
  margin-top: 50px;
}

.lb-data .lb-caption {
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  font-weight: normal;
  background-color: #fff;
  color: #000000;
  padding: 20px 60px;
  border-radius: 50px;
}
@media (min-width: 1024px) {
  .lb-data .lb-caption {
    font-size: 26px;
    line-height: 26px;
  }
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url("images/masterclasses/close.png") top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-closeContainer {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  height: auto;
  background-color: orange;
  z-index: 10001;
}

.lb-close {
  display: block;
  float: right;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  background-size: 30px;
  background: url("images/masterclasses/close.png") top right no-repeat;
}
@media (min-width: 1024px) {
  .lb-close {
    top: -30px;
    right: -30px;
    width: 60px;
    height: 60px;
  }
}

.countdown-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #003A27;
  padding: 5px 0;
  text-align: center;
  height: 40px !important;
}
@media (min-width: 768px) {
  .countdown-header {
    padding: 0;
  }
}
.countdown-header p {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  margin-right: 5px;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.countdown-header p:hover {
  text-decoration: underline;
}
.countdown-header p a {
  color: #fff;
}
.countdown-header p a:hover {
  border-bottom: 1px solid #fff;
}
.countdown-header p a:visited {
  color: #fff;
}
.countdown-header p span {
  display: none;
}
.countdown-header p span + span {
  display: inline-block;
}
@media (max-width: 767px) {
  .countdown-header p span {
    display: block;
  }
  .countdown-header p span + span {
    display: none;
  }
}

.site-message {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #BA2F28;
  padding: 5px 20px;
  text-align: center;
}
.site-message p {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
.site-message a {
  color: #fff;
  text-decoration: none;
}
.site-message a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .shailan_CountdownWidget {
    display: none;
    width: 40%;
  }
  .countdown_show3 .countdown_section {
    width: 24.5% !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
  }
}
.hasCountdown {
  color: #fff;
  margin-top: 14px !important;
}

.countdown_infolink {
  display: none;
  visibility: hidden;
}

@media (min-width: 768px) {
  .shailan_CountdownWidget {
    display: inline-block;
    width: auto;
    margin-left: 10px;
  }
  .hasCountdown {
    display: inline-block;
    padding: 0;
    width: 140px;
    margin-top: 15px !important;
    margin-left: 5px;
    text-transform: uppercase;
    color: #fff;
  }
  .countdown_section {
    display: flex;
    position: relative;
    margin: 3px 0 0 0;
    padding: 0;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 8px;
    align-content: center;
  }
  .countdown_amount {
    display: inline-flex;
    position: relative;
    margin-right: 5px;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
  }
}
header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 300;
}

.navbar {
  display: flex;
  align-items: center;
  position: relative;
  min-height: auto;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  background-color: #000;
  width: 100%;
}

.navbar-brand {
  float: left;
  height: auto;
  padding: 20px 0 20px 30px;
}

.navbar-brand img {
  height: 85px;
  width: auto;
}

.navbar-nav {
  padding: 0 0 0 0 !important;
}

.navbar-nav > li {
  font-size: 15px;
}

.navbar-nav > li > a {
  padding: 35px 15px !important;
  line-height: normal;
  color: #fff !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  color: #818178 !important;
  background-color: transparent;
}

.navbar-nav li a:hover, .scroll-navbar .menuBt:hover {
  color: #818178 !important;
}

.navbar .showroomBt, .navbar .designBt, .navbar .friendBt, .scroll-navbar .showroomBt, .scroll-navbar .designBt, .scroll-navbar .kitchensBt, .scroll-navbar .menuBt, .scroll-navbar .friendBt {
  padding: 10px 10px 10px 20px !important;
  text-transform: uppercase;
  font: normal 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

.top-actions {
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .top-actions {
    margin-top: 15px;
  }
}
.top-actions .header-socials {
  position: relative;
  margin-left: 15px;
  padding-left: 10px;
}
.top-actions .header-socials:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 1px;
  background-color: #666;
}
.top-actions li {
  padding: 0;
}
.top-actions li:not(:first-of-type) {
  margin-left: 10px;
}
.top-actions #top-buttons li a {
  font-size: 12px;
}
@media (min-width: 992px) {
  .top-actions #top-buttons li a {
    font-size: 14px;
  }
}
.top-actions #top-buttons li:not(:first-of-type) {
  margin-left: 20px;
}

#top-buttons {
  padding: 0;
}
#top-buttons a {
  color: #fff;
  text-decoration: underline;
}
#top-buttons a:hover {
  text-decoration: none;
}

.bottom-actions {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 73%;
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .bottom-actions {
    margin-right: 0;
    width: 90%;
  }
}
@media (min-width: 992px) {
  .bottom-actions {
    width: 95%;
  }
}
.bottom-actions .navbar-nav {
  margin-right: 20px;
}
@media (min-width: 768px) {
  .bottom-actions .navbar-nav {
    margin-right: 10px;
  }
}
@media (min-width: 1200px) {
  .bottom-actions .navbar-nav {
    margin-right: 20px;
  }
}
.bottom-actions .appointment-btn {
  padding: 12px 20px 12px 50px;
  background-color: #F2BB00;
  border: 1px solid #F2BB00;
  background-image: url(images/cta/book-an-appointment.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% left 15px;
  color: #000;
}
@media (min-width: 768px) {
  .bottom-actions .appointment-btn {
    background-image: none;
    padding: 12px;
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .bottom-actions .appointment-btn {
    background-image: url(images/cta/book-an-appointment.png);
    padding: 12px 20px 12px 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .bottom-actions .appointment-btn {
    font-size: 16px;
  }
}
.bottom-actions .toggle-menu {
  display: inline-block;
  margin-left: 20px;
}
@media (min-width: 768px) {
  .bottom-actions .toggle-menu {
    margin-right: 10px;
    margin-left: 10px;
  }
}
@media (min-width: 1200px) {
  .bottom-actions .toggle-menu {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.bottom-actions .toggle-menu img {
  max-width: 40px;
}

#top-buttons-collapse a {
  color: #fff;
  text-decoration: underline;
}
#top-buttons-collapse li:not(:last-of-type) {
  margin-right: 10px;
}
#top-buttons-collapse .menuBt {
  text-transform: none !important;
}

.navbar .showroomBt, .scroll-navbar .showroomBt {
  background: transparent url("images/icons/showroom-icon.png") no-repeat left;
  background-size: 15px;
}

.navbar .designBt, .scroll-navbar .designBt {
  background: transparent url("images/icons/appointment-icon.png") no-repeat left;
  background-size: 15px;
}

.navbar .friendBt, .scroll-navbar .friendBt {
  background: transparent url("images/icons/friend-icon.png") no-repeat left;
  background-size: 15px;
}

#top-buttons .showroomBt:hover, #top-buttons .designBt:hover, #top-buttons .friendBt:hover, .scroll-navbar .showroomBt:hover, .scroll-navbar .designBt:hover, .scroll-navbar .kitchensBt:hover, .scroll-navbar .friendBt:hover {
  color: #F2BB00 !important;
}

.header-socials {
  padding: 0;
}
.header-socials a {
  color: #fff;
}
.header-socials img {
  width: 100%;
  max-width: 18px;
}

.scroll-navbar .menuBt {
  padding-left: 35px !important;
}

/* Product Menu */
.scroll-navbar {
  top: 0;
  position: fixed;
  padding: 10px 0;
  display: none;
  background-color: #000;
  width: 100%;
  z-index: 2000;
}
@media (min-width: 1200px) {
  .scroll-navbar {
    padding: 0;
  }
}

.scroll-navbar .navbar-brand img {
  height: 55px !important;
}

.scroll-navbar ul {
  padding: 25px 20px 0 0;
}

.scroll-navbar li a {
  font-size: 14px;
}

.scroll-navbar .kitchensBt {
  background: transparent url("images/buttons/customer-kitchens.png") no-repeat left;
  background-size: 10px;
}

.scroll-navbar .menuBt {
  background: transparent url("images/buttons/menu.png") no-repeat 10px !important;
}

.navbar .covidBt {
  padding: 10px !important;
  text-transform: uppercase;
  font: normal bold 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  background-color: transparent !important;
  color: #CB2026;
}

.covid-mob {
  width: 100%;
  text-align: center;
  background-color: #000;
  border-radius: 0;
  color: #CB2026;
  padding: 0 0 20px 0 !important;
  text-decoration: underline;
  font: normal 12px/22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif !important;
}

.post-covid-19-business-update .masthead {
  display: none !important;
}

.summer-social-desk {
  display: none;
}
@media (min-width: 768px) {
  .summer-social-desk {
    display: block;
    position: absolute;
    bottom: 0;
    right: 20px;
    max-width: 300px;
  }
}
@media (min-width: 1152px) {
  .summer-social-desk {
    right: 40px;
  }
}

.navbar-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
@media (min-width: 992px) {
  .navbar-header {
    width: 17%;
  }
}

.review-img {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 20px;
  background-color: #eee;
}
@media (min-width: 576px) {
  .review-img {
    width: 500px;
  }
}

#top-buttons-mobile {
  display: flex;
  width: 100%;
}
#top-buttons-mobile a {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#top-buttons-mobile button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 5px;
  text-align: center;
  font-size: 12px;
  color: black;
  text-transform: capitalize;
  border-radius: 0;
}
@media (min-width: 576px) {
  #top-buttons-mobile button {
    font-size: 13px;
  }
}
#top-buttons-mobile button img {
  max-width: 20px;
  margin-right: 5px;
}
#top-buttons-mobile .showroom-link {
  background-color: #EFEFE9;
}
#top-buttons-mobile .book-link {
  background-color: #F1BA00;
}

.navbar-brand {
  padding: 20px 0 20px 20px;
}
@media (min-width: 768px) {
  .navbar-brand img {
    width: 140px !important;
    height: auto !important;
  }
}
@media (min-width: 1200px) {
  .navbar-brand img {
    width: auto !important;
    height: 55px !important;
  }
}
@media (min-width: 1200px) {
  .navbar-brand {
    margin-top: 0 !important;
    padding: 10px 0 10px 20px !important;
  }
}

@media (min-width: 992px) {
  .navbar-nav > li {
    font-size: 14px !important;
  }
}

@media (min-width: 992px) {
  .navbar-nav > li:first-child {
    display: inline-block !important;
  }
}

@media (max-width: 991px) {
  .toggle-menu {
    margin-left: auto;
    margin-right: 10px;
  }
  .toggle-menu img {
    max-width: 40px;
  }
}
@media (min-width: 992px) {
  .toggle-menu {
    display: none;
  }
}
.navbar-desk {
  display: none;
}
@media (min-width: 992px) {
  .navbar-desk {
    display: block;
    width: 100%;
  }
}

.navbar-offcanvas {
  display: none;
}
@media (max-width: 767px) {
  .navbar-offcanvas {
    display: block;
  }
}
.navbar-offcanvas .bottom-actions {
  flex-direction: column;
  width: 100%;
}
.navbar-offcanvas .navbar-nav {
  padding: 0 !important;
}
.navbar-offcanvas .appointment-btn {
  display: block;
  width: 100%;
  padding: 12px 20px 12px 50px;
  font-size: 13px;
  font-weight: 600;
  background-color: #F2BB00;
  border: 1px solid #F2BB00;
  background-image: url(images/cta/book-an-appointment.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% left 15px;
  color: #000;
}
.navbar-offcanvas .showroom-btn {
  display: block;
  width: 100%;
  padding: 12px 20px 12px 50px;
  font-size: 13px;
  font-weight: 600;
  background-color: #EFEFE9;
  border: 1px solid #EFEFE9;
  background-image: url(images/cta/find-a-showroom.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% left 15px;
  color: #333;
  margin-top: 10px;
}
.navbar-offcanvas .secondary-links li {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  padding-left: 5px;
}
.navbar-offcanvas .secondary-links a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 13px;
}
.navbar-offcanvas .secondary-links a:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background-color: #eee;
  margin-right: 5px;
}

.mob-socials {
  display: flex;
  width: 100%;
}
.mob-socials li {
  list-style: none;
  width: 15px;
}
.mob-socials li:not(:last-of-type) {
  margin-right: 10px;
}
.mob-socials li img {
  width: 100%;
}

@media (min-width: 1024px) {
  .scroll-navbar .col-sm-12 {
    display: flex;
    align-items: center;
    margin-left: auto;
    justify-content: space-between;
  }
  .scroll-navbar .nav > li > a:hover {
    background-color: transparent;
  }
}
.menu-reveal {
  display: block;
  position: fixed;
  width: 350px;
  height: 100%;
  top: 0;
  right: -400px;
  padding: 20px 0;
  background-color: rgba(255, 255, 255, 0);
  z-index: -100;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .menu-reveal {
    width: 400px;
  }
}
.menu-reveal.opened {
  background-color: white;
  transition: all 0.3s ease;
  z-index: 999;
  right: 0;
  padding: 20px;
  height: 100%;
  box-shadow: -6px 1px 5px -5px rgba(0, 0, 0, 0.48);
  overflow-y: scroll;
  overflow-x: hidden;
}
.menu-reveal .close-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}
.menu-reveal .close-container a {
  display: block;
  width: 25px;
}
.menu-reveal .close-container a img {
  width: 100%;
}
.menu-reveal .slide-menu {
  display: block;
}
.menu-reveal .slide-menu li {
  display: block;
  width: 100%;
  padding: 15px 5px;
  border-bottom: 1px solid #eee;
}
.menu-reveal .menu-socials {
  padding: 15px 0 15px 5px;
}
.menu-reveal .menu-socials p {
  color: #000;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 10px;
  padding: 0 0 0 5px;
  font-weight: 600;
}
.menu-reveal .menu-socials ul {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 0;
}
.menu-reveal .menu-socials li {
  display: inline-block;
  margin-right: 5px;
}
.menu-reveal .menu-socials li img {
  width: 25px;
}
.menu-reveal .appointment-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px 12px 20px;
  background-color: #F2BB00;
  border: 1px solid #F2BB00;
  font-size: 13px;
  color: #000;
}
@media (min-width: 768px) {
  .menu-reveal .appointment-btn {
    background-image: none;
    padding: 12px;
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .menu-reveal .appointment-btn {
    padding: 12px 20px 12px 20px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .menu-reveal .appointment-btn {
    font-size: 16px;
  }
}
.menu-reveal .appointment-btn img {
  width: 20px;
  margin-right: 10px;
}

body.menu-active {
  height: 100vh;
  overflow: hidden;
}
body.menu-active:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 990;
}

footer {
  float: left;
  width: 100%;
  background-color: #262626;
  padding: 45px 30px !important;
  color: #fff;
}

footer .col-sm-4, footer .col-sm-6 {
  padding: 0 !important;
}

footer a, footer a:hover {
  color: #ccc;
}

footer .col-sm-4 p {
  padding: 50px 0 0 0;
}

footer .col-sm-4 h6 {
  text-transform: capitalize;
  color: #fff;
  font-size: 18px;
  padding: 0;
}

footer .col-sm-2 {
  padding: 0 !important;
}

footer .col-sm-2 h6 {
  text-transform: capitalize;
  color: #fff;
  font-size: 18px;
  padding: 0;
}

.footer-logo {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .footer-logo {
    margin-bottom: 0;
  }
}
.footer-logo img {
  width: 100%;
  max-width: 250px;
}
.footer-logo p {
  color: #ccc;
}

.footer-links {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .footer-links {
    margin-bottom: 0;
  }
}
.footer-links ul {
  margin-top: 25px;
}
.footer-links ul + ul {
  margin-top: 0;
}
@media (min-width: 768px) {
  .footer-links ul + ul {
    margin-top: 25px;
  }
}
.footer-links li {
  display: block;
  margin-bottom: 5px;
}

.footer-confidence h6 {
  margin-bottom: 25px;
}
.footer-confidence ul {
  display: flex;
  align-items: center;
  width: 100%;
}
.footer-confidence li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.footer-confidence li:last-of-type {
  margin-right: 0;
}
.footer-confidence img {
  width: 100% !important;
  max-width: 100px;
}

.call-to-actions {
  width: 100%;
  color: #fff;
  position: relative;
  bottom: 0;
  z-index: 99;
  background-color: #000;
}

.call-to-actions ul {
  font: italic 20px Georgia, Times, Times New Roman, serif;
  padding: 6px 0 6px 30px;
}

.call-to-actions ul span {
  padding: 0 10px 0 0;
  display: inline-block;
}

.call-to-actions ul li {
  padding: 0 5px 0 0;
}

.call-to-actions button {
  padding: 18px 25px 18px 50px;
  font: bold 18px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}

.call-to-actions .designBt {
  background: #F1BA00 url(../images/icons/design-visit.png) 10px no-repeat;
  border-radius: 0;
}

.call-to-actions .showroomBt {
  background: #EFEFE9 url(../images/icons/showroom.png) 15px no-repeat;
  border-radius: 0;
}

.no-masthead {
  padding: 90px 0 0 0 !important;
}

.latest-customer-kitchens {
  padding: 0 5% !important;
}

.latest-customer-kitchens p a {
  font: italic 16px Georgia, Times, Times New Roman, serif !important;
  text-decoration: underline;
  color: #58595B;
}

.latest-customer-kitchens p a:hover {
  text-decoration: none !important;
}

.latest-customer-kitchens .col-sm-4 p {
  padding: 0 10px;
}

.latest-customer-kitchens .view-all {
  padding: 60px 0 !important;
}

.latest-customer-kitchens .view-all p {
  padding: 0 !important;
}

.latest-customer-kitchens h2 {
  color: #384144;
  padding: 30px 0;
  margin-bottom: 30px;
}

.latest-customer-kitchens .col-sm-12, .customer-kitchens .col-sm-12 {
  padding: 0;
}

.latest-customer-kitchens .col-sm-4 {
  margin-bottom: 10px;
}

.latest-customer-kitchens .col-sm-4, .customer-kitchens .col-sm-4, .related-kitchens .col-sm-4 {
  padding: 5px;
}

.latest-customer-kitchens h3 {
  text-transform: none;
  font-size: 16px;
  padding: 20px 10px 10px 10px;
  line-height: 22px;
  min-height: 100px;
}

.customer-kitchens h3 {
  font-size: 24px;
  padding: 40% 0 20px;
}

.latest-customer-kitchens .col-sm-12 p {
  padding: 0 0 30px 0;
}

.latest-customer-kitchens .col-sm-12 em {
  font: italic normal 20px Georgia, Times, Times New Roman, serif;
}

.customer-statisfaction .col-sm-12, .referrals .col-sm-12 {
  padding: 11% 0 0 0;
}

.customer-statisfaction p strong, .referrals p strong {
  font-size: 40px;
}

.customer-statisfaction p, .referrals p {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
  padding: 0 0 20px 0;
  color: #fff;
  text-transform: uppercase;
}

.customer-statisfaction a:hover, .referrals a:hover {
  text-decoration: none;
}

.more-copy .panel {
  background: transparent !important;
}

.more-copy .panel-default > .panel-heading {
  background-color: transparent !important;
  border: none !important;
  text-align: center;
}

.panel {
  box-shadow: none !important;
}

.panel-default {
  border: none !important;
}

.more-copy .panel-title {
  font: italic 18px Georgia, Times, Times New Roman, serif !important;
}

.more-copy .panel-title a {
  color: #58595B;
  border-bottom: 1px solid #58595B;
}

.more-copy .panel-title a:hover {
  text-decoration: none !important;
}

.kitchen {
  padding: 0 0 40px 0;
}

.kitchen .copy p {
  font-size: 18px;
  line-height: 26px;
  padding: 10px;
}

.kitchen .col-md-12 {
  padding: 20px 0;
}

.kitchen .img-left {
  padding: 0 70px 0 0;
}

.kitchen .img-right {
  padding: 0 0 0 70px;
}

.kitchen .copy {
  padding: 70px 0 0 0;
}

.kitchen .img-left p, .kitchen .img-right p {
  position: absolute;
  bottom: -45px;
  z-index: 100;
  font: italic 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #384144;
}

.kitchen .img-left p {
  left: 0;
}

.kitchen .img-right p {
  right: 0;
}

.kitchen .quote {
  padding: 40px 0;
}

.kitchen blockquote {
  font: italic 34px/45px Georgia, Times, Times New Roman, serif;
  color: #384144;
}

.kitchen .hovereffect img {
  opacity: 0.4 !important;
  filter: alpha(opacity=40) !important;
}

.kitchen .hovereffect p {
  color: #FFF !important;
  position: relative !important;
  opacity: 1 !important;
}

.designer-says {
  background-color: #384144;
  padding: 80px 0;
}

.designer-says h3 {
  color: #EFEFE9;
  padding: 20px 0;
}

.designer-says .overlay {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 78px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.designer-says .btn-play {
  background-image: url("images/icons/play.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  background-color: transparent;
  width: 100px;
  height: 100px;
}

.designer-says blockquote {
  font: italic 20px/30px Georgia, Times, Times New Roman, serif;
  padding: 40px 40px 40px 0;
  color: #EFEFE9;
}

.designer-says cite {
  font: italic 15px/22px Georgia, Times, Times New Roman, serif;
  color: #EFEFE9;
}

.designer-says .col-sm-3 {
  padding: 5px;
}

.designer-says .col-sm-3 .title {
  background-color: #fff;
  padding: 10px;
}

.designer-says .col-sm-3 .hovereffect p {
  color: #FFF;
  position: relative;
  opacity: 1;
  padding: 50% 0 0;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

.designer-says .col-sm-3 .arrowBg {
  position: absolute;
  top: 74%;
  z-index: 1000;
  width: 97%;
  text-align: center;
  height: 18px;
  background: url(images/backgrounds/arrow.png) no-repeat center bottom;
}

.designer-says .col-sm-3 .title p {
  font: italic 18px/24px Georgia, Times, Times New Roman, serif;
}

.related-kitchens {
  padding: 0;
}

.viewAll {
  padding: 60px 0;
}

.related-kitchens h4 {
  padding: 20px 0;
  margin-bottom: 20px;
}

.related-kitchens h5 {
  padding: 40% 0 20px;
  opacity: 0;
}

.related-kitchens .hovereffect:hover h5 {
  opacity: 1;
}

.masterclasses {
  padding: 0;
}

.masterclasses .col-sm-12 {
  padding: 0;
}

.masterclasses .col-sm-4 {
  padding: 0 5px;
  margin: 0;
}

.masterclasses .arrowBg, .showroom-designers .arrowBg {
  position: absolute;
  bottom: 78px;
  z-index: 1000;
  width: 97%;
  text-align: center;
  height: 18px;
}

.masterclasses .title {
  height: 80px;
  background-color: #fff;
}

.masterclasses .arrowBg {
  background: url(images/arrows/masterclass.png) no-repeat center bottom;
}

.showroom-designers .title {
  height: 80px;
  background-color: #EFEFE9;
}

.showroom-designers .arrowBg {
  background: url(images/backgrounds/arrow-masterclass.png) no-repeat center bottom;
}

.masterclasses em {
  font: italic normal 18px Georgia, Times, Times New Roman, serif;
}

.masterclasses .hovereffect p {
  padding: 30% 0 0;
}

.masterclasses .title p {
  font-weight: 700;
  color: #384144;
  font-size: 18px;
  padding: 15px 0 0 0;
}

.masterclass-gallery {
  padding: 0;
}

.masterclass-gallery h4 {
  padding: 20px 0;
  margin: 0 0 40px 0;
}

.masterclass-gallery .col-sm-12 {
  padding: 0;
}

.register .modal-dialog {
  width: 800px;
  margin: 30px auto;
}

.register .modal-content {
  background-color: #EFEFE9;
  color: #818178;
}

.register h3 {
  font-size: 35px;
  position: relative;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
  color: #818178;
}

.register h3:after {
  content: "";
  position: absolute;
  left: 37%;
  bottom: 0;
  width: 140px;
  height: 0;
  border-top: 1px solid #818178;
}

.register p {
  padding: 10px 0;
}

.register .col-sm-12 {
  padding: 10px;
}

.register .col-sm-6 {
  padding: 10px;
}

.showroom-designers {
  background-color: #fff;
  padding: 60px 0 80px 0;
  text-align: center;
}

.showroom-designers .col-sm-3 {
  padding: 0 5px;
  margin: 0;
}

.showroom-designers .title {
  padding: 10px;
}

.showroom-contact-details {
  padding: 60px 0 0 0;
}

.showroom-contact-details .col-sm-9, .showroom-contact-details .col-sm-3 {
  color: #fff;
  padding: 10px 20px 20px 20px;
  min-height: 260px;
}

.showroom-contact-details .col-sm-9 {
  background-color: #384144;
  margin: 40px 20px 40px 0;
  width: 73% !important;
}

.showroom-contact-details .col-sm-3 {
  background-color: #818178;
  margin: 40px 0;
}

.showroom-contact-details a {
  color: #fff;
  text-decoration: underline;
}

.showroom-contact-details h4 {
  color: #fff;
  font-size: 24px;
  text-transform: capitalize;
  padding: 15px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.showroom-contact-details address, .showroom-contact-details ul {
  display: inline-block;
  line-height: 26px;
  margin: 0;
}

.showroom-contact-details address {
  padding: 15px 50px 15px 0;
}

.showroom-contact-details ul {
  padding: 15px 0;
}

.showroom-contact-details ul li {
  list-style-type: none;
}

.showroom-contact-details table {
  margin: 15px 0 0 0 !important;
}

.showroom-contact-details table td {
  padding: 4px 15px 4px 0;
}

.showroom-contact-details {
  position: relative;
  z-index: 800;
}

.showroom-copy {
  padding: 60px 0;
  background-color: #fff;
}

.showroom-copy p {
  padding: 10px 5%;
  font-size: 18px;
  line-height: 26px;
}

.map-container iframe {
  width: 100%;
  display: block;
  pointer-events: none;
  position: relative;
}

.map-container iframe.clicked {
  pointer-events: auto;
}

.kitchen-ranges {
  padding: 60px 0 0 0;
  background-color: #fff;
}

.kitchen-ranges h2 {
  margin-bottom: 20px;
  padding: 20px 0;
}

.kitchen-ranges .col-sm-6 {
  padding: 0;
}

.kitchen-ranges .col-sm-12 {
  padding: 0 0 40px 0;
}

.kitchen-ranges .col-sm-6 p {
  padding: 21% 0 0 0;
}

.kitchen-ranges .btn, .kitchen .btn {
  background: url("images/icons/enlarge.png") no-repeat center;
  width: 100px;
  height: 100px;
}

.kitchen .overlay p {
  padding: 45% 0 0 0 !important;
  position: static !important;
}

.left-column #accordion {
  padding: 20px 0 0 0;
}

.left-column .panel-group .panel-heading {
  padding: 10px 15px;
}

.left-column .panel {
  background-color: #EFEFE9 !important;
}

.left-column .panel ol {
  padding: 10px 0 10px 10px;
  font-size: 15px;
}

.left-column .panel li {
  padding: 7px 0;
  line-height: 26px;
}

#accordion {
  padding: 40px 0;
}

#accordion h2 {
  text-transform: capitalize;
}

#accordion h3 {
  font-size: 18px;
}

#accordion .panel-title {
  font: normal bold 18px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: capitalize;
  padding: 0;
}

#accordion .panel-title a {
  border-bottom: none;
  cursor: pointer;
  display: block;
  padding: 10px 0;
}

#accordion ul {
  padding: 10px 0 10px 30px;
}

#accordion .panel-default > .panel-heading {
  background-color: #fff;
}

.wsp-container {
  text-align: left;
  padding: 0 0 40px 0;
}

/* Hide Showrooms */
.showrooms #post-7477, .showrooms #post-6867, .showrooms #post-7495, .showrooms #post-7498 {
  display: none;
}

/* Free Design Visit Graphic */
.free-home-design-visit .col-sm-12 {
  padding: 14% 0 0 0;
}

.free-home-design-visit p strong {
  font-size: 40px;
  color: #fff;
  text-transform: uppercase;
}

.free-home-design-visit em {
  font: italic 24px/34px Georgia, Times, Times New Roman, serif;
  color: #fff;
}

.free-home-design-visit a:hover {
  text-decoration: none;
}

.free-home-design-visit .btn {
  margin: 10px 0 0 0;
}

/* Extra Copy */
.extra-copy {
  padding: 80px 0;
}

.extra-copy .col-sm-6 {
  padding: 0 3%;
}

.extra-copy .col-sm-6 p {
  font-size: 18px;
  padding: 10px 0;
  line-height: 26px;
}

.extra-copy-center {
  padding: 0;
}

.extra-copy-center .col-sm-6:first-child {
  padding: 0 20px 0 0;
}

.extra-copy-center .col-sm-6:last-child {
  padding: 0 0 0 20px;
}

.extra-copy-center .col-sm-12 {
  padding: 20px 0 0 0;
}

.extra-copy-center p {
  font-size: 18px;
  padding: 10px 0;
  line-height: 26px;
}

/* Kitchen Styles */
.cta-buttons {
  padding: 30px 0 10px 0;
}

.kitchen-style-gallery {
  padding: 0;
}

.kitchen-style-gallery .col-sm-4 {
  padding: 5px;
}

.kitchen-style-gallery p {
  padding: 35% 0 0 0;
}

.kitchen-style-gallery .btn {
  background: url("images/icons/enlarge.png") no-repeat center;
  padding: 130px 0 0 0;
}

.sub-sale {
  padding: 40px 0 0 0 !important;
}

/* Book An Appointment */
.appointment-options {
  padding: 0 0 60px 0;
}

.appointment-options .col-sm-12 {
  padding: 0 5%;
}

.appointment-options .col-sm-6 {
  border: 1px solid #384144;
  padding: 40px;
  margin: 0 2%;
  width: 46% !important;
}

.appointment-options .col-sm-4 {
  border: 1px solid #384144;
  padding: 40px 20px;
  margin: 0 0.5%;
  width: 32.3% !important;
}

.appointment-options .col-sm-6 h2, .appointment-options .col-sm-4 h2 {
  font-size: 22px;
  margin-bottom: 10px;
  padding: 0 0 20px 0;
}

.appointment-options .col-sm-6 h2.primary-title:after, .appointment-options .col-sm-4 h2.primary-title:after {
  left: 35% !important;
}

.appointment-options img {
  margin: 15px 0;
}

.appointment-options p {
  padding: 10px 0;
  text-align: left;
  font-size: 16px;
  line-height: 24px;
}

.appointment-options ul {
  text-align: left;
  line-height: 22px;
  padding: 20px 0 0 0;
}

.appointment-options ul li, .reverse-text ul li {
  list-style-type: none;
  padding: 0 0 0 30px;
  margin: 8px 0;
  background: url("images/icons/tick.png") no-repeat left 5px;
}

.appointment-options .btn {
  width: 100%;
}

.what-to-expect {
  background-color: #fff;
  padding: 60px 0;
}

.what-to-expect h3 {
  padding: 0 0 20px 0;
  margin: 0 0 40px 0;
}

.what-to-expect .col-sm-6 {
  padding: 20px 30px;
}

.what-to-expect .col-sm-6 ul {
  padding: 40px 20px;
  font-size: 18px;
}

.what-to-expect .col-sm-6 ul li {
  padding: 10px 0;
  line-height: 26px;
}

#post-4952 {
  display: none !important;
}

.reviews-widget, .all-reviews {
  padding: 60px 0;
  background-color: #fff;
}

.all-reviews ul {
  padding: 60px 0 30px 0;
}

.all-reviews ul li {
  padding: 0 30px;
}

.red {
  color: #c91517;
}

.freethinking {
  color: #000;
}

.row {
  float: left;
  width: 100%;
  margin: 0;
}

.container-fluid {
  float: left;
  padding: 0;
  width: 100%;
}

.content {
  background-color: #fff;
}

.hideme {
  opacity: 0;
}

.visible {
  opacity: 1;
}

.countdownSticker {
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 400px;
}

.sale-banner {
  padding: 0 0 20px 0;
}

.intro-copy {
  padding: 60px 0 40px 0;
}

.intro-copy h1, .intro-copy h2, .intro-copy h3, .why-choose-us h4, .showrooms .col-sm-12 h3, .our-world h4, .showroom-designers h2, .showroom-contact-details h3, .kitchen-ranges h4, .contact-form h5, .customer-kitchens h2 {
  padding: 20px 0;
  margin-bottom: 20px;
}

.intro-copy p, .home .kitchen-styles .col-xs-12 p, .why-choose-us p, .designers p, .showrooms .col-sm-12 p, .our-world p, .showroom-designers .col-sm-12 p, .showroom-contact-details .col-sm-12 p, .kitchen-ranges .col-sm-12 p, .contact-form p, .customer-kitchens .col-xs-12 p {
  padding: 10px 5%;
  font-size: 18px;
  line-height: 26px;
}

.intro-copy em, .home .kitchen-styles .col-xs-12 em, .why-choose-us em, .designers em, .showrooms .col-sm-12 em, .our-world em, .showroom-designers em, .showroom-contact-details em, .kitchen-ranges .col-sm-12 em, .contact-form em, .customer-kitchens .col-xs-12 em {
  font: italic 20px Georgia, Times, Times New Roman, serif;
}

.intro-copy .col-sm-6 {
  padding: 20px 0;
}

.intro-copy .col-sm-6 p {
  padding: 10px 5% 10px 0 !important;
  font-size: 18px;
  line-height: 26px;
}

.intro-copy a {
  text-decoration: underline;
}

.intro-copy a:hover {
  text-decoration: none;
}

.intro-copy #accordion {
  padding: 0 !important;
  margin-bottom: 0 !important;
}

.customer-kitchens {
  padding: 40px 5% 20px 5%;
  background-color: #fff;
}

.customer-kitchens .col-xs-12 {
  padding: 0 0 20px 0;
}

.kitchen-styles .col-sm-12 {
  padding: 30px 0;
  background-color: #EFEFE9;
}

.kitchen-styles .col-sm-12 p {
  padding: 10px 5%;
  font-size: 18px;
  line-height: 26px;
}

.kitchen-styles h2, .kitchen-styles h4 {
  padding: 30px 0;
  margin-bottom: 20px;
}

.kitchen-styles h4 {
  color: #fff;
}

.kitchen-styles .col-sm-4 {
  padding: 2px;
  background-color: #EFEFE9;
}

.kitchen-styles h3, .related-kitchens h5 {
  font-size: 24px;
}

.kitchen-styles h3 {
  padding: 20% 0 10px 0;
}

.kitchen-styles .col-sm-4 p {
  padding: 10px 0;
  font: italic 18px Georgia, Times, Times New Roman, serif;
}

.kitchen-styles .col-xs-12 {
  background-color: #384144;
  color: #fff;
  padding: 100px 0;
}

.kitchen-styles .col-xs-12 h3 {
  font-size: 35px;
  color: #fff;
  padding: 20px 0;
  margin-bottom: 20px;
}

.recent-kitchen-styles .carousel-caption p {
  font: bold 35px/35px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 20px 0;
  margin-bottom: 20px;
}

.recent-kitchen-styles .carousel-caption p:after {
  content: "";
  position: absolute;
  left: 40%;
  bottom: 0;
  width: 140px;
  height: 0;
}

.why-choose-us {
  padding: 80px 0;
}

.customer-satisfaction {
  background-color: #fff;
  padding: 70px 0;
}

.customer-satisfaction .col-sm-12 {
  padding: 0;
}

.customer-satisfaction li {
  width: 24.6%;
}

.customer-satisfaction li img {
  display: inline-block;
  margin-bottom: 15px;
}

.customer-satisfaction li {
  font-size: 22px;
  font-weight: 700;
  color: #384144;
  line-height: 28px;
  padding: 10px;
}

.customer-satisfaction li strong {
  font-size: 18px;
  opacity: 0.5;
}

.designers {
  padding: 80px 0;
}

.designers h4 {
  margin-bottom: 20px;
  padding: 20px 0;
}

.designers .col-sm-12, .showroom-designers .col-sm-12 {
  padding: 0 0 40px;
}

.designers .col-sm-3 {
  padding: 5px;
}

.designers .col-sm-3 .title, .our-world .title {
  background-color: #fff;
  padding: 10px;
}

.designers .col-sm-3 .hovereffect p, .showroom-designers .hovereffect p {
  color: #FFF;
  position: relative;
  opacity: 1;
  padding: 23% 0 0 0;
  font: italic 18px/24px Georgia, Times, Times New Roman, serif;
}

.designers .arrowBg {
  position: absolute;
  top: 73%;
  z-index: 1000;
  width: 97%;
  text-align: center;
  height: 18px;
  background: url(images/backgrounds/arrow.png) no-repeat center bottom;
}

.designers .title p, .showroom-designers .title p {
  font: italic 18px/24px Georgia, Times, Times New Roman, serif;
}

.showrooms .col-sm-12 {
  background-color: #fff;
  padding: 60px 0 40px 0;
}

.showrooms {
  padding: 0 0 5px 5px;
  background-color: #fff;
}

.showrooms .col-sm-6 {
  padding: 5px 5px 0 0;
  background-color: #fff;
}

.showrooms h4, .showrooms h5 {
  font-size: 24px;
  position: relative;
}

.showrooms h4 {
  padding: 30% 0 20px 0;
}

.showrooms h4:after, .showrooms h5:after {
  content: "";
  position: absolute;
  left: 43%;
  bottom: 0;
  width: 100px;
  height: 0;
  border-top: 1px solid #fff;
}

.showrooms .hovereffect h5 {
  padding: 0 0 20px;
  margin: -90px 0 20px 0;
}

.showrooms .col-sm-6 h5 {
  opacity: 0;
}

.showrooms .hovereffect:hover h5 {
  opacity: 1;
}

.showrooms .hovereffect:hover h4 {
  opacity: 0;
}

.our-world {
  padding: 80px 0;
}

.our-world .col-sm-12 {
  padding: 0;
}

.our-world .col-sm-4 {
  padding: 0 5px;
  margin: 40px 0 60px;
}

.our-world .arrowBg {
  position: absolute;
  bottom: 80px;
  z-index: 1000;
  width: 97%;
  text-align: center;
  height: 18px;
  background: url(images/backgrounds/arrow.png) no-repeat center bottom;
}

.our-world .title {
  height: 80px;
}

.our-world .hovereffect p {
  padding: 40% 0 0;
}

.our-world .recent-event p {
  margin: 10px 0 0;
}

.our-world .title p {
  font-weight: 700;
  color: #384144;
  font-size: 18px;
  padding: 5px 0;
}

.intro-copy {
  position: relative;
}

.anchor {
  position: absolute;
  top: -80px;
}

.mob-message {
  padding-bottom: 30px;
}
.mob-message h2 {
  font-size: 24px;
}
.mob-message li {
  margin: 0 0 10px 0;
  width: 100%;
}
.mob-message .btn {
  width: 90%;
}

.spring-sale {
  background-image: url("images/spring-sale/bg-desktop.png");
}
.spring-sale .btn {
  background-color: #f47a66;
  color: #fff;
}
.spring-sale .btn:hover {
  background-color: #497376;
  color: #fff;
}

.autumn-sale {
  background-image: url("images/autumn-sale/bg-desktop.png");
}
.autumn-sale .btn {
  background-color: #7a7c22;
  color: #fff;
}
.autumn-sale .btn:hover {
  background-color: #f49f2f;
  color: #fff;
}
.autumn-sale .link {
  color: #f49f2f !important;
}

.winter-sale {
  background-image: url("images/winter-sale/bg-desktop.png");
}
.winter-sale .btn {
  background-color: #EEC180;
  color: #023B27;
}
.winter-sale .btn:hover {
  background-color: #FFFFF;
  color: #023B27;
}

.years-sale {
  background-image: url("images/40years-sale/bg-desktop.png");
}
.years-sale .btn {
  background-color: #D3B378;
  color: #000;
}
.years-sale .btn:hover {
  background-color: #FFFFF;
  color: #000;
}

.desktop-sale {
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}
.desktop-sale .content {
  height: 100%;
  background-color: transparent;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.desktop-sale img {
  max-width: 240px;
  width: 100%;
  margin: 0 auto 20px auto;
  display: block;
}
.desktop-sale .coffee-img {
  max-width: 200px;
  margin: 0 auto;
}
.desktop-sale a {
  margin: 10px auto;
  display: block;
}
.desktop-sale .btn {
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 15px 20px;
  font-style: normal;
}
.desktop-sale .btn:hover {
  color: #fff;
}
.desktop-sale .link {
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #497376;
  text-decoration: none;
}
.desktop-sale .link:hover {
  text-decoration: underline;
}

.winter-sale-mob {
  background-image: url("images/winter-sale/bg.png");
}
.winter-sale-mob .btn {
  background-color: #EEC180;
  color: #023B27;
}
.winter-sale-mob .btn:hover {
  background-color: #FFFFF;
  color: #023B27;
}

.years-sale-mob {
  background-image: url("images/40years-sale/bg.png");
}
.years-sale-mob .btn {
  background-color: #D3B378;
  color: #000;
}
.years-sale-mob .btn:hover {
  background-color: #FFFFF;
  color: #000;
}

.spring-sale-mob {
  background-image: url("images/spring-sale/bg.png");
}
.spring-sale-mob .btn {
  background-color: #f47a66;
  color: #fff;
}
.spring-sale-mob .btn:hover {
  background-color: #497376;
  color: #fff;
}

.autumn-sale-mob {
  background-image: url("images/autumn-sale/bg.png");
}
.autumn-sale-mob .btn {
  background-color: #7a7c22;
  color: #fff;
}
.autumn-sale-mob .btn:hover {
  background-color: #f49f2f;
  color: #fff;
}
.autumn-sale-mob .link {
  color: #f49f2f !important;
}

.home-sale-mob {
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0;
}
.home-sale-mob img {
  width: 150px;
  margin: 0 auto 10px auto;
  display: block;
}
.home-sale-mob a {
  margin: 10px auto;
  display: block;
}
.home-sale-mob .btn {
  border-radius: 0;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  padding: 10px 15px;
  font-style: normal;
}
.home-sale-mob .btn:hover {
  color: #fff;
}
.home-sale-mob .link {
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #497376;
  text-decoration: none;
}
.home-sale-mob .link:hover {
  text-decoration: underline;
}

iframe.RUKFloatingWidget--right {
  top: 600px !important;
}

.cc-color-override--436979125.cc-window {
  max-width: 500px !important;
  background-color: #fff !important;
  width: 100% !important;
}

.row.blog {
  padding: 40px 0;
}

.blog .col-sm-8 {
  padding: 0;
}

.single-post .col-sm-8 {
  width: 100% !important;
  padding: 0;
}

.single-post .copy {
  padding: 0 !important;
}

.single-post .sidebar {
  display: none !important;
}

.popular-posts {
  display: none !important;
}

.blog .copy {
  padding: 0 20px 20px 5px;
}

.blog .copy h1 {
  font-size: 35px;
  position: relative;
  padding: 10px 0;
  margin-bottom: 20px;
}

.blog .copy h1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 140px;
  height: 0;
  border-top: 1px solid #384144;
}

.blog .copy h2 {
  font-size: 26px;
}

.blog .copy h3 {
  font-size: 22px;
}

.blog .copy p {
  padding: 10px 0;
  line-height: 26px;
  font-size: 18px;
}

.blog .copy p a {
  font-weight: bold;
  color: #58595B;
  text-decoration: underline;
}

.blog .copy p a:hover {
  text-decoration: none;
}

.blog .copy ul {
  padding: 10px 0 10px 30px;
  line-height: 30px;
  font-size: 18px;
}

.blog .copy ol {
  padding: 10px 0 10px 30px;
  line-height: 26px;
  font-size: 18px;
}

.blog .featured-post {
  padding: 5px;
}

.blog .featured-post .hovereffect p {
  padding: 20% 0 0;
}

.blog .featured-post .title, .blog .latest-posts .title, .blog .related-posts .title {
  background-color: #384144;
  color: #fff;
  padding: 10px 20px;
}

.blog .featured-post h2, .blog .latest-posts h3, .blog .related-posts h3 {
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  color: #fff;
  padding: 0;
  font-weight: normal;
}

.blog .featured-post em, .all-posts em, .blog .related-posts em {
  font: italic 15px Georgia, Times, Times New Roman, serif;
}

.blog .latest-posts {
  padding: 0;
}

.blog .latest-posts .col-xs-6 {
  padding: 5px;
}

.blog .latest-posts .hovereffect p, .blog .related-posts .hovereffect p {
  padding: 40% 0 0;
}

.all-posts {
  margin: 40px 5px 0 5px;
  width: 99%;
  padding: 0;
  border-top: 1px solid #384144;
  color: #384144;
}

.all-posts .col-xs-6 {
  padding: 20px;
  border-bottom: 1px solid #384144;
}

.all-posts .col-xs-12 {
  padding: 40px 0 0 0;
}

.all-posts h4 {
  font-size: 18px;
  text-transform: capitalize;
  color: #384144;
  padding: 10px 0 0 0;
}

.blog .related-posts {
  padding: 40px 0 20px 0;
  margin: 40px 0 0 0;
  border-top: 1px solid #384144;
}

.blog .related-posts .col-xs-4 {
  padding: 5px;
}

.blog .latest-posts .hovereffect p {
  padding: 40% 0 0;
}

.view-all {
  padding: 60px 0 0 0;
}

.sidebar {
  padding: 0 0 0 20px;
}

.sidebar h6 {
  color: #fff;
  font-size: 18px;
  padding: 20px 0;
}

.sidebar .popular-posts {
  padding: 5px 20px;
  background-color: #384144;
}

.sidebar .widget_categories {
  padding: 5px 20px;
  margin: 20px 0 0 0;
  background-color: #818178;
}

.sidebar ul {
  padding: 10px 0 20px 0;
  line-height: 30px;
  list-style-type: none;
}

.sidebar ul li a {
  color: #fff;
  padding: 0 0 0 20px;
  background: url("images/arrows/blog.png") no-repeat left;
}

.sidebar .twitter {
  padding: 20px 0 0 0;
}

.sidebar .twitter iframe {
  width: 100% !important;
}

.showroom-sale small, .appliance-sale small {
  font-size: 13px !important;
}

.appliance-sale .des {
  font-size: 14px !important;
  line-height: 16px !important;
}

.appliance-sale .showroom-name {
  padding: 15px 10px;
}

.appliance-sale .border-top {
  border-top: 1px solid #384144;
  margin-top: 20px;
}

.appliance-sale {
  padding: 10px 0 30px 0;
  margin: 30px 0 0 0;
  border-top: 1px solid #384144;
}

.showroom-sale {
  padding: 10px 0 0 0;
  margin: 30px 0 0 0;
  border-top: 1px solid #384144;
}

.showroom-sale .col-xs-4 {
  padding: 10px;
}

.appliance-sale .col-xs-4 {
  padding: 10px;
  min-height: 600px;
}
.appliance-sale .col-xs-4 img {
  padding: 40px;
  background-color: #fff;
}
.appliance-sale .col-xs-4 .small-des {
  line-height: 18px !important;
}

.showroom-sale h2, .appliance-sale h2 {
  padding: 20px 0;
  font-size: 24px;
}

.showroom-sale .col-xs-4 h3 {
  text-transform: capitalize;
  font-size: 18px;
  padding: 5px 0;
  line-height: 24px;
}

.showroom-sale .col-xs-4 span {
  font-size: 14px;
}

.showroom-sale .col-xs-4 p {
  padding: 5px 0;
}

.showroom-sale .col-xs-4 small {
  line-height: 12px;
}

.appliance-sale .col-xs-4 .des {
  padding: 0;
  line-height: 16px;
}

.appliance-sale .col-xs-4 h3 {
  text-transform: capitalize;
  font-size: 18px;
}

.showroom-sale .col-xs-12, .appliance-sale .col-cs-12 {
  padding: 10px;
}

.showroom-sale .price, .appliance-sale .price {
  color: #cb2026;
  font-size: 24px;
}

.carousel-caption {
  position: absolute;
  z-index: 10;
}

.arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 25px;
  height: 45px;
}

.left .arrow {
  left: 50px;
  background: url(images/carousel/left.png) no-repeat left !important;
}

.right .arrow {
  right: 50px;
  background: url(images/carousel/right.png) no-repeat left !important;
}

.jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}

.jcarousel li {
  float: left;
  border: none !important;
  margin: 0;
}

.jcarousel li:hover .caption {
  display: block;
}

.jcarousel .caption h3 {
  color: #fff;
  font-size: 26px;
  padding: 10% 0 10px;
  display: inline-block;
  width: auto;
  margin-bottom: 10px;
  border-bottom: 2px solid #fff;
}

.jcarousel .caption p {
  color: #fff;
  padding: 10px 20px;
}

.jcarousel-control-prev, .jcarousel-control-next {
  position: absolute;
  top: 40%;
  margin-top: 0;
  width: 25px !important;
  height: 45px !important;
  text-decoration: none;
  z-index: 9000;
}

.jcarousel-control-prev:hover, .jcarousel-control-next:hover {
  text-decoration: none;
  opacity: 0.5;
}

.jcarousel-control-prev {
  left: -20px;
  background: url(../images/carousel/previous.png) center no-repeat;
}

.jcarousel-control-next {
  right: -20px;
  background: url(../images/carousel/next.png) center no-repeat;
}

.jcarousel-pagination {
  position: absolute;
  bottom: -40px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0;
}

.jcarousel-pagination a {
  text-decoration: none;
  display: inline-block;
  font-size: 11px;
  height: 10px;
  width: 10px;
  line-height: 10px;
  background: #fff;
  color: #4E443C;
  border-radius: 10px;
  text-indent: -9999px;
  margin-right: 7px;
  -webkit-box-shadow: 0 0 2px #4E443C;
  -moz-box-shadow: 0 0 2px #4E443C;
  box-shadow: 0 0 2px #4E443C;
}

.jcarousel-pagination a.active {
  background: #4E443C;
  color: #fff;
  opacity: 1;
  -webkit-box-shadow: 0 0 2px #F0EFE7;
  -moz-box-shadow: 0 0 2px #F0EFE7;
  box-shadow: 0 0 2px #F0EFE7;
}

#kitchens-carousel p {
  font-size: 40px;
  color: #fff;
  padding: 10px 0;
  font-weight: bold;
  text-transform: uppercase;
}

#kitchens-carousel blockquote {
  padding: 25px 0;
  margin: 0 0 10px 0;
  font: italic 20px Georgia, Times, Times New Roman, serif;
  display: none;
}

#kitchens-carousel .btn-primary:hover {
  background-color: #fff;
  color: #384144;
  border: 1px solid #fff;
}

.testimonials-carousel {
  background-color: #727B77;
  padding: 50px 0 80px 0;
  color: #fff;
}

.testimonials-carousel h4 {
  color: #fff;
  padding: 30px 0;
  margin: 0 0 20px 0;
}

.testimonials-carousel .carousel-control {
  background-image: none !important;
}

.testimonials-carousel blockquote {
  padding: 25px 10%;
  margin: 0 0 10px 0;
  font: italic 20px/28px Georgia, Times, Times New Roman, serif;
}

.carousel-content {
  background-color: #fff;
  padding: 20px;
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 90%;
}
@media (min-width: 768px) {
  .carousel-content {
    width: 400px;
  }
}
@media (min-width: 1152px) {
  .carousel-content {
    width: 600px;
  }
}
.carousel-content p {
  color: #000 !important;
  text-transform: none !important;
  padding: 0 0 10px 0 !important;
  margin: 0 0 10px 0 !important;
  font-size: 18px !important;
  line-height: 24px !important;
  border-bottom: 1px solid #ccc;
}
.carousel-content p.style {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: normal !important;
  padding: 0 0 15px 0 !important;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px !important;
}
.carousel-content:has(p.style) p.style {
  border-bottom: 1px solid #ccc;
}
.carousel-content:has(p.style) p:not(p.style) {
  border-bottom: 0;
  margin-bottom: 0 !important;
}
.carousel-content .btn-primary {
  background-color: transparent !important;
  color: #000 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  text-decoration: underline;
  border: 0 !important;
}
.carousel-content .btn-primary:hover {
  text-decoration: none;
}

.page-template-page-showroom .primary-title {
  font-size: 28px;
  line-height: 38px;
}

.page-kitchen-showrooms, .page-showrooms, .page-accrington-kitchen-showroom {
  background-color: #fff;
}
.page-kitchen-showrooms .wpgmza_modern_infowindow, .page-showrooms .wpgmza_modern_infowindow, .page-accrington-kitchen-showroom .wpgmza_modern_infowindow {
  color: #384144;
  width: 80% !important;
  background-color: #fff !important;
}
@media (min-width: 768px) {
  .page-kitchen-showrooms .wpgmza_modern_infowindow, .page-showrooms .wpgmza_modern_infowindow, .page-accrington-kitchen-showroom .wpgmza_modern_infowindow {
    width: 30% !important;
  }
}
.page-kitchen-showrooms .wpgmza_iw_title, .page-showrooms .wpgmza_iw_title, .page-accrington-kitchen-showroom .wpgmza_iw_title {
  background-color: #fff !important;
}
.page-kitchen-showrooms .wpgmza_modern_infowindow_close, .page-showrooms .wpgmza_modern_infowindow_close, .page-accrington-kitchen-showroom .wpgmza_modern_infowindow_close {
  font-size: 30px;
  width: 40px !important;
  height: 40px !important;
  text-indent: -9999px;
  background-image: url("images/icons/cross.png");
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: center;
}
.page-kitchen-showrooms .wpgmza_iw_title, .page-showrooms .wpgmza_iw_title, .page-accrington-kitchen-showroom .wpgmza_iw_title {
  font-size: 24px;
  max-width: 80%;
  line-height: 34px;
  height: auto !important;
  font-weight: 600;
}
.page-kitchen-showrooms .wpgmza_iw_title:after, .page-showrooms .wpgmza_iw_title:after, .page-accrington-kitchen-showroom .wpgmza_iw_title:after {
  content: "";
  display: block;
  position: relative;
  width: 100px;
  height: 1px;
  background-color: #384144;
  margin: 20px 0 5px 0;
}
.page-kitchen-showrooms .wpgmza_modern_infowindow, .page-showrooms .wpgmza_modern_infowindow, .page-accrington-kitchen-showroom .wpgmza_modern_infowindow {
  left: 30px !important;
  top: 50px !important;
  padding: 10px 20px;
}
.page-kitchen-showrooms .wpgmza_iw_description, .page-showrooms .wpgmza_iw_description, .page-accrington-kitchen-showroom .wpgmza_iw_description {
  max-height: unset !important;
  padding: 0 10px !important;
}
.page-kitchen-showrooms .wpgmza_iw_description strong, .page-showrooms .wpgmza_iw_description strong, .page-accrington-kitchen-showroom .wpgmza_iw_description strong {
  font-size: 18px !important;
  line-height: 18px !important;
  color: #384144 !important;
}
.page-kitchen-showrooms .wpgmza_iw_description p, .page-showrooms .wpgmza_iw_description p, .page-accrington-kitchen-showroom .wpgmza_iw_description p {
  font-size: 14px !important;
  color: #384144 !important;
}
.page-kitchen-showrooms .wpgmza_iw_description .view, .page-showrooms .wpgmza_iw_description .view, .page-accrington-kitchen-showroom .wpgmza_iw_description .view {
  display: block;
  position: relative;
  background-color: #384144;
  color: #fff;
  text-align: center;
  padding: 15px 30px;
  font: italic 18px/18px Georgia, Times, Times New Roman, serif;
  margin-top: 20px;
}
@media (max-width: 414px) {
  .page-kitchen-showrooms .wpgmza_iw_description .view, .page-showrooms .wpgmza_iw_description .view, .page-accrington-kitchen-showroom .wpgmza_iw_description .view {
    padding: 15px;
    font: italic 14px Georgia, Times, Times New Roman, serif;
  }
}
.page-kitchen-showrooms .wpgmza_iw_description .book, .page-showrooms .wpgmza_iw_description .book, .page-accrington-kitchen-showroom .wpgmza_iw_description .book {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  background-color: #fff;
  color: #384144;
  padding: 15px 0;
  font: italic 16px/16px Georgia, Times, Times New Roman, serif;
  text-align: center;
}
@media (max-width: 414px) {
  .page-kitchen-showrooms .wpgmza_iw_description .book, .page-showrooms .wpgmza_iw_description .book, .page-accrington-kitchen-showroom .wpgmza_iw_description .book {
    padding: 15px;
    font: italic 14px Georgia, Times, Times New Roman, serif;
  }
}
.page-kitchen-showrooms .wpgmza_iw_description .book:after, .page-showrooms .wpgmza_iw_description .book:after, .page-accrington-kitchen-showroom .wpgmza_iw_description .book:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 60px;
  height: 30px;
  background-image: url("images/icons/arrow.png");
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-top: 3px;
}
.page-kitchen-showrooms .wpgmza_iw_description .npb, .page-showrooms .wpgmza_iw_description .npb, .page-accrington-kitchen-showroom .wpgmza_iw_description .npb {
  padding-bottom: 0;
}
.page-kitchen-showrooms .wpgmza_iw_description .np, .page-showrooms .wpgmza_iw_description .np, .page-accrington-kitchen-showroom .wpgmza_iw_description .np {
  padding: 0 !important;
}
.page-kitchen-showrooms .showrooms-opening-soon, .page-showrooms .showrooms-opening-soon, .page-accrington-kitchen-showroom .showrooms-opening-soon {
  padding: 60px 0;
}
.page-kitchen-showrooms .showrooms-opening-soon h2, .page-showrooms .showrooms-opening-soon h2, .page-accrington-kitchen-showroom .showrooms-opening-soon h2 {
  padding: 0 0 20px 0;
  margin-bottom: 60px;
}
.page-kitchen-showrooms .showroom-os, .page-showrooms .showroom-os, .page-accrington-kitchen-showroom .showroom-os {
  border: 1px solid #999;
  width: 100% !important;
  padding: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-kitchen-showrooms .showroom-os, .page-showrooms .showroom-os, .page-accrington-kitchen-showroom .showroom-os {
    width: 48.9999% !important;
    margin-right: 2%;
    margin-bottom: 0;
    padding: 30px;
  }
}
@media (min-width: 992px) {
  .page-kitchen-showrooms .showroom-os, .page-showrooms .showroom-os, .page-accrington-kitchen-showroom .showroom-os {
    padding: 45px;
  }
}
.page-kitchen-showrooms .showroom-os + .showroom-os, .page-showrooms .showroom-os + .showroom-os, .page-accrington-kitchen-showroom .showroom-os + .showroom-os {
  margin-right: 0;
}
.page-kitchen-showrooms .showroom-os h3, .page-showrooms .showroom-os h3, .page-accrington-kitchen-showroom .showroom-os h3 {
  font-size: 18px;
  text-transform: none;
}
.page-kitchen-showrooms .showroom-os p, .page-showrooms .showroom-os p, .page-accrington-kitchen-showroom .showroom-os p {
  margin-bottom: 20px;
  font-size: 14px;
}
.page-kitchen-showrooms .showroom-os .register, .page-showrooms .showroom-os .register, .page-accrington-kitchen-showroom .showroom-os .register {
  display: block;
  position: relative;
  background-color: #384144;
  color: #fff;
  text-align: center;
  padding: 15px 30px;
  font: italic 18px/18px Georgia, Times, Times New Roman, serif;
}
@media (min-width: 992px) {
  .page-kitchen-showrooms .showroom-os .register, .page-showrooms .showroom-os .register, .page-accrington-kitchen-showroom .showroom-os .register {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .page-kitchen-showrooms .showroom-os .register, .page-showrooms .showroom-os .register, .page-accrington-kitchen-showroom .showroom-os .register {
    padding: 15px;
    font: italic 16px Georgia, Times, Times New Roman, serif;
  }
}
.page-kitchen-showrooms .showroom-os .register a, .page-showrooms .showroom-os .register a, .page-accrington-kitchen-showroom .showroom-os .register a {
  color: #fff;
  text-transform: capitalize;
}
.page-kitchen-showrooms .showroom-os .register a:visited, .page-showrooms .showroom-os .register a:visited, .page-accrington-kitchen-showroom .showroom-os .register a:visited {
  color: #fff;
}
.page-kitchen-showrooms .showrooms, .page-showrooms .showrooms, .page-accrington-kitchen-showroom .showrooms {
  background-color: #EFEFE9;
}
.page-kitchen-showrooms .showrooms .col-sm-12, .page-showrooms .showrooms .col-sm-12, .page-accrington-kitchen-showroom .showrooms .col-sm-12 {
  background-color: transparent;
}
.page-kitchen-showrooms .showrooms h2, .page-showrooms .showrooms h2, .page-accrington-kitchen-showroom .showrooms h2 {
  margin-bottom: 60px;
  padding-bottom: 20px;
}
.page-kitchen-showrooms .showrooms .col-sm-4, .page-showrooms .showrooms .col-sm-4, .page-accrington-kitchen-showroom .showrooms .col-sm-4 {
  width: 100% !important;
  border: 1px solid #fff;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-kitchen-showrooms .showrooms .col-sm-4, .page-showrooms .showrooms .col-sm-4, .page-accrington-kitchen-showroom .showrooms .col-sm-4 {
    width: 23.5% !important;
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .page-kitchen-showrooms .showrooms .col-sm-4:nth-of-type(4n), .page-showrooms .showrooms .col-sm-4:nth-of-type(4n), .page-accrington-kitchen-showroom .showrooms .col-sm-4:nth-of-type(4n) {
    margin-right: 0;
  }
}
.page-kitchen-showrooms .showrooms .col-sm-4 img, .page-showrooms .showrooms .col-sm-4 img, .page-accrington-kitchen-showroom .showrooms .col-sm-4 img {
  margin-bottom: 30px;
}
.page-kitchen-showrooms .showrooms .col-sm-4 h3, .page-showrooms .showrooms .col-sm-4 h3, .page-accrington-kitchen-showroom .showrooms .col-sm-4 h3 {
  padding: 0;
  margin-bottom: 5px;
  text-transform: none;
  font-size: 20px;
}
@media (min-width: 768px) {
  .page-kitchen-showrooms .showrooms .col-sm-4 h3, .page-showrooms .showrooms .col-sm-4 h3, .page-accrington-kitchen-showroom .showrooms .col-sm-4 h3 {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .page-kitchen-showrooms .showrooms .col-sm-4 h3, .page-showrooms .showrooms .col-sm-4 h3, .page-accrington-kitchen-showroom .showrooms .col-sm-4 h3 {
    font-size: 16px;
  }
}
@media (min-width: 1152px) {
  .page-kitchen-showrooms .showrooms .col-sm-4 h3, .page-showrooms .showrooms .col-sm-4 h3, .page-accrington-kitchen-showroom .showrooms .col-sm-4 h3 {
    font-size: 20px;
  }
}
.page-kitchen-showrooms .showrooms .col-sm-4 p, .page-showrooms .showrooms .col-sm-4 p, .page-accrington-kitchen-showroom .showrooms .col-sm-4 p {
  padding: 0;
  margin-bottom: 30px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .page-kitchen-showrooms .showrooms .col-sm-4 p, .page-showrooms .showrooms .col-sm-4 p, .page-accrington-kitchen-showroom .showrooms .col-sm-4 p {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  .page-kitchen-showrooms .showrooms .col-sm-4 p, .page-showrooms .showrooms .col-sm-4 p, .page-accrington-kitchen-showroom .showrooms .col-sm-4 p {
    font-size: 16px;
  }
}
@media (min-width: 1152px) {
  .page-kitchen-showrooms .showrooms .col-sm-4 p, .page-showrooms .showrooms .col-sm-4 p, .page-accrington-kitchen-showroom .showrooms .col-sm-4 p {
    font-size: 16px;
  }
}
.page-kitchen-showrooms .showrooms .showrooms-text, .page-showrooms .showrooms .showrooms-text, .page-accrington-kitchen-showroom .showrooms .showrooms-text {
  padding-bottom: 0;
}
.page-kitchen-showrooms .customer-kitchens, .page-showrooms .customer-kitchens, .page-accrington-kitchen-showroom .customer-kitchens {
  padding: 60px 0 70px 0;
}
.page-kitchen-showrooms .customer-kitchens h2, .page-showrooms .customer-kitchens h2, .page-accrington-kitchen-showroom .customer-kitchens h2 {
  padding: 0 0 20px 0;
  margin-bottom: 60px;
}
.page-kitchen-showrooms .customer-kitchens .customer-kitchen, .page-showrooms .customer-kitchens .customer-kitchen, .page-accrington-kitchen-showroom .customer-kitchens .customer-kitchen {
  width: 100% !important;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page-kitchen-showrooms .customer-kitchens .customer-kitchen, .page-showrooms .customer-kitchens .customer-kitchen, .page-accrington-kitchen-showroom .customer-kitchens .customer-kitchen {
    width: 48.9999% !important;
    margin-right: 2%;
    margin-bottom: 0;
  }
}
.page-kitchen-showrooms .customer-kitchens .customer-kitchen + .customer-kitchen, .page-showrooms .customer-kitchens .customer-kitchen + .customer-kitchen, .page-accrington-kitchen-showroom .customer-kitchens .customer-kitchen + .customer-kitchen {
  margin-right: 0;
  margin-bottom: 0;
}
.page-kitchen-showrooms .customer-kitchens .customer-kitchen img, .page-showrooms .customer-kitchens .customer-kitchen img, .page-accrington-kitchen-showroom .customer-kitchens .customer-kitchen img {
  margin-bottom: 15px;
}
.page-kitchen-showrooms .customer-kitchens .customer-kitchen h5, .page-showrooms .customer-kitchens .customer-kitchen h5, .page-accrington-kitchen-showroom .customer-kitchens .customer-kitchen h5 {
  text-transform: none;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  padding: 0;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page-kitchen-showrooms .customer-kitchens .customer-kitchen h5, .page-showrooms .customer-kitchens .customer-kitchen h5, .page-accrington-kitchen-showroom .customer-kitchens .customer-kitchen h5 {
    float: left;
    max-width: 70%;
    margin-bottom: 0;
  }
}
.page-kitchen-showrooms .customer-kitchens .customer-kitchen h5 a, .page-showrooms .customer-kitchens .customer-kitchen h5 a, .page-accrington-kitchen-showroom .customer-kitchens .customer-kitchen h5 a {
  float: none;
  border: 0;
  padding: 0;
  font-family: inherit;
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
}
.page-kitchen-showrooms .customer-kitchens .customer-kitchen a, .page-showrooms .customer-kitchens .customer-kitchen a, .page-accrington-kitchen-showroom .customer-kitchens .customer-kitchen a {
  display: inline-block;
  position: relative;
  border: 1px solid #ccc;
  padding: 15px 30px;
  font: italic 18px/18px Georgia, Times, Times New Roman, serif;
}
@media (min-width: 992px) {
  .page-kitchen-showrooms .customer-kitchens .customer-kitchen a, .page-showrooms .customer-kitchens .customer-kitchen a, .page-accrington-kitchen-showroom .customer-kitchens .customer-kitchen a {
    float: right;
  }
}
@media (max-width: 414px) {
  .page-kitchen-showrooms .customer-kitchens .customer-kitchen a, .page-showrooms .customer-kitchens .customer-kitchen a, .page-accrington-kitchen-showroom .customer-kitchens .customer-kitchen a {
    padding: 15px;
    font: italic 16px Georgia, Times, Times New Roman, serif;
  }
}

/* End showrooms styles */
.showroom-contact-details .col-sm-9, .showroom-contact-details .col-sm-3 {
  color: #fff;
  padding: 10px 20px 20px 20px;
  min-height: 260px;
}

.showroom-contact-details .col-sm-9 {
  background-color: #384144;
  margin: 40px 20px 40px 0;
  width: 73% !important;
}

.showroom-contact-details .col-sm-3 {
  background-color: #818178;
  margin: 40px 0;
}

.showroom-contact-details .christmas-opening-times {
  background-color: #818178;
  margin: 0 0 40px 0;
  color: #fff;
  padding: 10px 20px 20px 20px;
}

.showroom-contact-details .christmas-opening-times table {
  margin: 15px 30px 0 0 !important;
}

.page-urmston .carousel-caption .btn-primary {
  display: none !important;
}

.showroom-anchors {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 40px;
}
@media (min-width: 750px) {
  .showroom-anchors {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .showroom-anchors {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}
.showroom-anchors ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}
@media (min-width: 750px) {
  .showroom-anchors ul {
    flex-direction: row;
  }
}
.showroom-anchors li {
  display: flex;
  text-align: center;
  list-style-type: none;
  border-radius: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 14px;
}
.showroom-anchors li a {
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #384144;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  border: 1px solid #384144;
  border-radius: 10px;
  padding: 15px 30px;
}
.showroom-anchors li:hover {
  background-color: #384144;
}
.showroom-anchors li:hover a {
  color: #fff;
}
@media (min-width: 750px) {
  .showroom-anchors li {
    margin-bottom: 0;
  }
}

/*#kitchenranges,
#designers,
#contactshowroom {
	display: block;
    position: absolute;
    width: 100%;
    height: 80px;
}*/
.showroom-details {
  border: 1px solid #384144;
  padding: 30px !important;
}
.showroom-details h4 {
  text-transform: none;
  font-size: 18px;
  line-height: 18px;
  padding: 0 !important;
  margin-bottom: 10px;
}
.showroom-details td:last-of-type {
  padding-left: 20px;
}
.showroom-details table {
  margin-bottom: 20px;
}
.showroom-details address {
  margin-bottom: 10px;
}
.showroom-details ul {
  margin-bottom: 20px;
  padding: 0 !important;
}
.showroom-details li {
  display: block;
}
.showroom-details form {
  display: flex;
}
.showroom-details .form-group {
  width: 85%;
}
.showroom-details .input-group {
  width: 100%;
}
.showroom-details input[type=text] {
  height: 50px;
  box-shadow: none;
  width: 100%;
}
.showroom-details button[type=submit] {
  border-radius: 0;
  height: 49px;
  position: relative;
  margin-left: 3px;
  width: 60px;
  padding: 0 !important;
  background-color: #384144;
  font-style: normal;
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.showroom-details p.additional {
  margin-bottom: 20px;
}

.showroom-map {
  margin-top: 20px;
}
@media (min-width: 750px) {
  .showroom-map {
    padding-left: 2% !important;
    margin-top: 0;
  }
}

.showroom-designers,
.kitchen-ranges {
  position: relative;
}

.section-anchor {
  width: 100%;
  position: absolute;
  height: 80px;
  top: -80px;
  z-index: -1;
}

.modal-dialog {
  margin: 15% auto !important;
}

.showroom-details--container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 750px) {
  .showroom-details--container {
    flex-direction: row;
  }
}
.showroom-details--container iframe {
  height: 100%;
}

.showroom-gallery--slider {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  padding: 40px 0;
}
.showroom-gallery--slider .center-block {
  position: relative;
}
.showroom-gallery--slider .slider-arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 40px;
}
.showroom-gallery--slider .prev-slide {
  position: absolute;
  width: 40px;
  height: 40px;
  left: -70px;
  background-image: url("images/icons/previous.png");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
}
.showroom-gallery--slider .next-slide {
  position: absolute;
  width: 40px;
  height: 40px;
  right: -70px;
  background-image: url("images/icons/next.png");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
}
.showroom-gallery--slider p {
  width: 100% !important;
  padding: 0 !important;
  margin-top: 40px;
  text-align: center !important;
  text-transform: none !important;
  font: italic 14px Georgia, Times, Times New Roman, serif !important;
  line-height: 20px;
  color: #58595B !important;
}
@media (min-width: 768px) {
  .showroom-gallery--slider p {
    font: italic 20px Georgia, Times, Times New Roman, serif !important;
    line-height: 28px;
  }
}

/* Areas We Cover */
.areas-we-cover .center-block {
  border-top: 1px solid #384144;
  padding-top: 60px !important;
}
.areas-we-cover h3 {
  margin-bottom: 60px;
}
.areas-we-cover .areas-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .areas-we-cover .areas-container {
    flex-direction: row;
  }
}
.areas-we-cover .areas-container img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .areas-we-cover .areas-container img {
    width: 50%;
    padding: 0 0 0 60px;
  }
}
.areas-we-cover .areas-container h4 {
  text-transform: none;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 30px;
  padding: 0;
}
.areas-we-cover .view-all--btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 60px 0;
}
.areas-we-cover .view-all--btn a {
  background-color: #fff;
  border: 1px solid #384144;
  border-radius: 40px;
  text-align: center;
  color: #384144;
  padding: 13px 30px;
  width: auto;
  font: italic 20px Georgia, Times, Times New Roman, serif;
}
.areas-we-cover .view-all--btn a:hover {
  text-decoration: none;
  background-color: #384144;
  color: #fff;
}
.areas-we-cover .view-all--btn a:visited, .areas-we-cover .view-all--btn a:focus {
  text-decoration: none;
}
.areas-we-cover .our-areas {
  display: inline-block;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .areas-we-cover .our-areas {
    width: 50%;
  }
}
.areas-we-cover .our-areas ul {
  padding: 0;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .areas-we-cover .our-areas ul {
    margin-bottom: 0;
  }
}
.areas-we-cover .our-areas li {
  display: inline-flex;
  position: relative;
  list-style-type: none;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.areas-we-cover .our-areas li:nth-of-type(2n) {
  margin-right: 0;
}
@media (min-width: 1200px) {
  .areas-we-cover .our-areas li {
    width: 32%;
  }
  .areas-we-cover .our-areas li:nth-of-type(2n) {
    margin-right: 2%;
  }
  .areas-we-cover .our-areas li:nth-of-type(3n) {
    margin-right: 0;
  }
}
.areas-we-cover .our-areas li:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background-image: url("images/icons/map-pin.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  margin-right: 10px;
}
.areas-we-cover .all-areas {
  display: none;
  position: relative;
  width: 100%;
  padding: 0 0 60px 0;
}
.areas-we-cover .all-areas.areas-visible {
  display: block;
}
.areas-we-cover .all-areas h4 {
  text-transform: none;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
  padding: 0;
}
.areas-we-cover .all-areas ul {
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}
.areas-we-cover .all-areas li {
  display: inline-flex;
  position: relative;
  list-style-type: none;
  width: 48%;
  margin-right: 2%;
  margin-bottom: 15px;
}
.areas-we-cover .all-areas li a {
  font-size: 16px;
  line-height: 20px;
}
@media (min-width: 768px) {
  .areas-we-cover .all-areas li a {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (min-width: 1200px) {
  .areas-we-cover .all-areas li a {
    font-size: 16px;
    line-height: 20px;
  }
}
.areas-we-cover .all-areas li:nth-of-type(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .areas-we-cover .all-areas li {
    width: 23.4%;
  }
  .areas-we-cover .all-areas li:nth-of-type(2n) {
    margin-right: 2%;
  }
  .areas-we-cover .all-areas li:nth-of-type(3n) {
    margin-right: 2%;
  }
  .areas-we-cover .all-areas li:nth-of-type(4n) {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .areas-we-cover .all-areas li {
    width: 18.4%;
  }
  .areas-we-cover .all-areas li:nth-of-type(2n) {
    margin-right: 2%;
  }
  .areas-we-cover .all-areas li:nth-of-type(3n) {
    margin-right: 2%;
  }
  .areas-we-cover .all-areas li:nth-of-type(4n) {
    margin-right: 2%;
  }
  .areas-we-cover .all-areas li:nth-of-type(5n) {
    margin-right: 0;
  }
}
.areas-we-cover .all-areas li:before {
  content: "";
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  background-image: url("images/icons/map-pin.png");
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center;
  margin-right: 10px;
}

.showroom-video-block .primary-title {
  margin-bottom: 0;
}
.showroom-video-block .primary-title:after {
  display: none;
}
.showroom-video-block button {
  padding: 0;
  background-color: transparent;
}

.free-thinking-btn {
  font-size: 14px !important;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .free-thinking-btn {
    font-size: 16px !important;
  }
}

.reverse-steps {
  display: block;
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  padding: 40px 0;
}

.reverse-steps--row {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .reverse-steps--row {
    flex-direction: row;
    padding: 20px 0;
  }
  .reverse-steps--row:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}

.reverse-image {
  display: inline-block;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .reverse-image {
    width: 50%;
  }
}
.reverse-image img {
  width: 100%;
  height: auto;
}

.reverse-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  padding: 40px;
}
@media (min-width: 768px) {
  .reverse-text {
    width: 50%;
  }
}
.reverse-text p {
  position: relative;
  margin-bottom: 20px;
  color: #58595B;
}
.reverse-text ul {
  position: relative;
  margin-bottom: 20px;
  padding: 0;
  color: #58595B;
}
.reverse-text .btn {
  text-transform: capitalize;
}

.reverse-text--heading {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  color: #000;
  text-transform: capitalize;
}
.reverse-text--heading span {
  font-weight: 600;
  color: #CB2026;
}

.installers-list {
  display: block;
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  padding: 50px 0;
  background-color: #fff;
}

.installers-heading {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
}
.installers-heading:after {
  content: "";
  position: absolute;
  left: 45%;
  right: 45%;
  bottom: -10px;
  width: 10%;
  height: 1px;
  background-color: #384144;
}

.list-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .list-wrapper {
    flex-direction: row;
  }
}
.list-wrapper ul {
  width: 100%;
}
@media (min-width: 768px) {
  .list-wrapper ul {
    width: 50%;
  }
  .list-wrapper ul + ul {
    padding-left: 5%;
    width: 45%;
  }
}
.list-wrapper li {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  margin-bottom: 25px;
  font-size: 18px;
  list-style-type: none;
  padding-left: 50px;
  height: 30px;
}
.list-wrapper li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url("images/icons/list-tick.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center;
}

.free-thinking-kitchen-select {
  padding: 50px 0;
}
.free-thinking-kitchen-select h2 {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .free-thinking-kitchen-select .customer-kitchen {
    padding-right: 1.5%;
  }
  .free-thinking-kitchen-select .customer-kitchen:nth-of-type(2) {
    padding-left: 1.5%;
    padding-right: 0;
  }
}
.free-thinking-kitchen-select .kitchen-link-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .free-thinking-kitchen-select .kitchen-link-wrapper {
    flex-direction: row;
  }
}
.free-thinking-kitchen-select .kitchen-link-wrapper h5 {
  text-transform: capitalize;
  font-size: 22px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .free-thinking-kitchen-select .kitchen-link-wrapper h5 {
    max-width: 80%;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .free-thinking-kitchen-select .kitchen-link-wrapper h5 {
    max-width: 70%;
  }
}
.free-thinking-kitchen-select .kitchen-link-wrapper .btn {
  align-self: center;
}

.hero-banner img {
  width: 100%;
}

.recommend-intro {
  display: block;
  position: relative;
  width: 100%;
  padding: 80px 0 80px 0;
  background-color: #fff;
}
.recommend-intro h2 {
  margin-bottom: 30px;
}

/* Reffer form styles */
.referral-form {
  padding: 60px 0;
}

.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading h3 {
  border: 0 !important;
  margin: 0 !important;
}

.referral-buttons {
  text-align: center;
  margin-top: 40px;
}

.frm_style_formidable-style.with_frm_style .frm_submit button {
  background-color: #F2BB00 !important;
  border: 1px solid #F2BB00 !important;
  color: #fff !important;
  border-radius: 0 !important;
  padding: 15px 30px;
  font: italic 18px/18px Georgia, Times, Times New Roman, serif;
}
.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
  background-color: rgb(162, 125, 1) !important;
  border: 1px solid rgb(162, 125, 1) !important;
}

.frm_submit {
  text-align: center;
}

.with_frm_style .frm_top_container .frm_primary_label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 22px;
  margin-bottom: 5px;
}

.with_frm_style input[type=text] {
  background-color: transparent !important;
  border: 1px solid #818178 !important;
  padding: 12px 15px !important;
  color: #58595B !important;
  height: auto !important;
  margin-top: 10px !important;
  border-radius: 0 !important;
}

.with_frm_style input[type=email] {
  background-color: transparent !important;
  border: 1px solid #818178 !important;
  padding: 12px 15px !important;
  color: #58595B !important;
  height: auto !important;
  margin-top: 10px !important;
  border-radius: 0 !important;
}

.frm_style_formidable-style.with_frm_style .form-field input:not([type=file]):focus {
  box-shadow: none !important;
}

.with_frm_style .frm_button {
  background-color: transparent !important;
  color: #58595b !important;
  font: italic 16px Georgia, Times, Times New Roman, serif !important;
  border: 0 !important;
}

.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_plus_icon:before,
.frm_style_formidable-style.with_frm_style .frm_icon_font.frm_minus_icon:before {
  color: #333 !important;
  font-size: 12px;
}

/* How it work styles */
.how-it-works .center-block {
  border-top: 1px solid #666;
  padding: 60px 0 !important;
}
.how-it-works ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding-top: 60px;
}
@media (min-width: 768px) {
  .how-it-works ul {
    flex-direction: row;
    justify-content: center;
  }
}
.how-it-works li {
  display: inline-block;
  position: relative;
  list-style-type: none;
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .how-it-works li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0;
  }
  .how-it-works li:last-of-type {
    margin-right: 0;
  }
}
.how-it-works li:last-of-type {
  margin-bottom: 0;
}
.how-it-works li img {
  max-width: 100px;
  margin-bottom: 20px;
}
.how-it-works .hiw-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 15px;
}
.how-it-works p {
  font-size: 16px;
  max-width: 60%;
  margin: 0 auto;
}

.refer-faq {
  background-color: #fff;
  padding: 60px 0;
}
.refer-faq #accordion .panel-title a {
  text-transform: none;
}
.refer-faq .panel-heading {
  border-bottom: 1px solid #ccc;
}
.refer-faq .panel-heading a {
  font-weight: normal;
  font-size: 14px;
}
@media (min-width: 992px) {
  .refer-faq .panel-heading a {
    font-size: 16px;
  }
}
.refer-faq .panel-heading a:visited {
  text-decoration: none;
}
.refer-faq .panel-heading a:hover {
  text-decoration: none;
}
.refer-faq .panel-heading {
  background-image: url("images/recommend-friend/red-plus.png");
  background-repeat: no-repeat;
  background-position: right 30px center;
  background-size: 10px;
}
.refer-faq .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0 !important;
}

.terms-text {
  text-align: center;
}

.page-template-recommend-friend .customer-kitchens {
  background-color: #EFEFE9;
  padding-top: 60px;
  padding-bottom: 80px;
}
.page-template-recommend-friend .customer-kitchens h2 {
  padding: 0 0 20px 0;
  margin-bottom: 60px;
}
.page-template-recommend-friend .customer-kitchen {
  width: 100% !important;
  margin-right: 2%;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page-template-recommend-friend .customer-kitchen {
    width: 48.9999% !important;
    margin-right: 2%;
    margin-bottom: 0;
  }
  .page-template-recommend-friend .customer-kitchen + .customer-kitchen {
    margin-right: 0;
    margin-bottom: 0;
  }
}
.page-template-recommend-friend .customer-kitchen img {
  margin-bottom: 15px;
}
.page-template-recommend-friend .customer-kitchen h5 {
  text-transform: none;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  padding: 0;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .page-template-recommend-friend .customer-kitchen h5 {
    float: left;
    max-width: 70%;
    margin-bottom: 0;
  }
}
.page-template-recommend-friend .customer-kitchen h5 a {
  float: none;
  border: 0;
  padding: 0;
  font-family: inherit;
  font-style: normal;
  font-size: 18px;
  line-height: 25px;
}
.page-template-recommend-friend .customer-kitchen a {
  display: inline-block;
  position: relative;
  border: 1px solid #ccc;
  padding: 15px 30px;
  font: italic 18px/18px Georgia, Times, Times New Roman, serif;
}
@media (min-width: 992px) {
  .page-template-recommend-friend .customer-kitchen a {
    float: right;
  }
}

.frm_style_formidable-style.with_frm_style .frm_blank_field label {
  color: #3f4b5b;
}

.form-field, .wpcf7-form-control-wrap {
  position: relative;
}

.frm_error {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  font-weight: 400;
  margin-top: 4px;
  color: #B94A48;
}

.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text], .design-visit .wpcf7-not-valid {
  border: 1px solid #B94A48 !important;
}

.wpcf7-not-valid {
  border: 1px solid #EBCCD1 !important;
}

.frm_style_formidable-style.with_frm_style .frm_error_style {
  text-align: center;
}

.with_frm_style .frm_primary_label {
  color: #58595b;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 12px !important;
  font-weight: 400;
  color: #B94A48;
}

.design-visit .wpcf7-not-valid-tip {
  top: -30px;
  right: 0;
}

.design-visit p {
  float: left;
  width: 100%;
}

.partner-introduction {
  background-color: #fff;
  padding: 60px 0;
}
.partner-introduction h1 {
  padding: 20px 0;
  margin-bottom: 30px;
}
.partner-introduction .btn {
  border-radius: 0;
  border: 1px solid #384144;
  color: #384144;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 20px;
  font-size: 14px;
}
@media (min-width: 1152px) {
  .partner-introduction .btn {
    font-size: 16px;
  }
}
.partner-introduction .btn:hover {
  background-color: #384144;
  color: #fff;
}
.partner-introduction p {
  display: block;
  position: relative;
  width: 100%;
  padding: 10px 5%;
  font-size: 18px;
  line-height: 26px;
}

.partner-video {
  padding: 60px 0 80px 0;
}
.partner-video h2 {
  padding: 20px 0;
  margin-bottom: 30px;
  font-size: 30px;
}
.partner-video p {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 10px 0;
}
.partner-video img {
  margin-top: 60px;
}
.partner-video .partner-main--video {
  position: relative;
}

.appliances-in--action {
  background-color: #fff;
  padding: 60px 0 80px 0;
}
.appliances-in--action h3 {
  padding: 20px 0;
  margin-bottom: 60px;
}
.appliances-in--action ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 0;
}
@media (min-width: 768px) {
  .appliances-in--action ul {
    flex-direction: row;
  }
}
.appliances-in--action li {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.appliances-in--action li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .appliances-in--action li {
    margin-bottom: 0;
    width: 31%;
  }
  .appliances-in--action li:not(:first-of-type) {
    margin-left: 4%;
  }
}
.appliances-in--action li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.partner-poi {
  padding: 80px 4%;
}
.partner-poi ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 0;
}
@media (min-width: 768px) {
  .partner-poi ul {
    flex-direction: row;
  }
}
.partner-poi li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}
.partner-poi li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .partner-poi li {
    margin-bottom: 0;
    width: 31%;
  }
  .partner-poi li:not(:first-of-type) {
    margin-left: 4%;
  }
}
.partner-poi li img {
  max-width: 120px;
  margin-bottom: 60px;
}
.partner-poi li .poi-title {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #384144;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 1152px) {
  .partner-poi li .poi-title {
    font-size: 22px;
  }
}
.partner-poi li p {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  max-width: 90%;
}

.page-template-neff-partner .customer-kitchens {
  padding: 80px 0 0 0;
}
@media (min-width: 768px) {
  .page-template-neff-partner .customer-kitchens {
    padding: 80px 0;
  }
}
.page-template-neff-partner .customer-kitchens h2 {
  padding: 0 0 20px 0;
  margin-bottom: 60px;
}
.page-template-neff-partner .customer-kitchen {
  width: 100% !important;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .page-template-neff-partner .customer-kitchen {
    width: 48% !important;
    margin-right: 2%;
    margin-bottom: 0;
  }
}
.page-template-neff-partner .customer-kitchen img {
  margin-bottom: 15px;
}
.page-template-neff-partner .customer-kitchen h5 {
  float: left;
  max-width: 100%;
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .page-template-neff-partner .customer-kitchen h5 {
    width: 69%;
  }
}
.page-template-neff-partner .customer-kitchen h5 a {
  float: none;
  border: 0;
  padding: 0;
  font-family: inherit;
  font-style: normal;
  text-transform: none;
  font-size: 18px;
  line-height: 25px;
}
.page-template-neff-partner .customer-kitchen a {
  margin-top: 15px;
  display: inline-block;
  position: relative;
  border: 1px solid #ccc;
  padding: 15px 30px;
  font: italic 18px/18px Georgia, Times, Times New Roman, serif;
}
@media (min-width: 768px) {
  .page-template-neff-partner .customer-kitchen a {
    float: right;
    margin-top: 0;
  }
}

.quooker-iframe {
  overflow: hidden;
  padding-top: 100%;
  height: 100vh;
  width: 100%;
  position: relative;
  aspect-ratio: 1/1;
  /* 16:9 aspect ratio */
}
.quooker-iframe iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.7);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  top: 1px;
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.hide-slide {
  display: none;
  visibility: hidden;
}

.fancybox-caption__body {
  overflow: hidden;
  font-family: sans-serif;
}

.c-container {
  display: block;
  position: relative;
  margin: 0 !important;
  padding: 0 4% !important;
  width: 100% !important;
}
@media (min-width: 1280px) {
  .c-container {
    width: 1152px !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }
}

.brand-intro {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 80px 0;
  margin-top: 114px;
}
@media (min-width: 768px) {
  .brand-intro {
    margin-top: 0;
  }
}

.brand-intro--inner {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .brand-intro--inner {
    flex-direction: row;
  }
}
.brand-intro--inner .text-column {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .brand-intro--inner .text-column {
    text-align: left;
    width: 60%;
    padding: 40px 60px 40px 0;
  }
}
@media (min-width: 1024px) {
  .brand-intro--inner .text-column {
    padding: 40px 90px 40px 0;
  }
}
.brand-intro--inner .text-column h1 {
  padding: 0;
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .brand-intro--inner .text-column h1 {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (min-width: 1024px) {
  .brand-intro--inner .text-column h1 {
    font-size: 35px;
    line-height: 50px;
  }
}
.brand-intro--inner .text-column p {
  padding: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .brand-intro--inner .text-column p {
    font-size: 14px;
  }
  .brand-intro--inner .text-column p:last-of-type {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .brand-intro--inner .text-column p {
    font-size: 16px;
  }
}
.brand-intro--inner .intro-link {
  display: inline-block;
  margin-top: 20px;
  background-color: transparent;
  border: 1px solid #384144;
  color: #384144;
  padding: 15px 30px;
  font: italic 18px/18px Georgia, Times, Times New Roman, serif;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .brand-intro--inner .intro-link {
    margin-bottom: 0;
    margin-top: 40px;
  }
}
.brand-intro--inner .intro-link:hover {
  background-color: #384144;
  color: #fff;
  text-decoration: none;
}
.brand-intro--inner .intro-link:visited {
  color: #384144;
}
.brand-intro--inner .intro-link:visited:hover {
  color: #fff;
}
.brand-intro--inner .image-column {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .brand-intro--inner .image-column {
    width: 40%;
  }
}
.brand-intro--inner .image-column img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.brand-logo {
  display: block;
  position: relative;
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .brand-logo {
    margin: 0 0 30px 0;
    max-width: 125px;
  }
}
@media (min-width: 1024px) {
  .brand-logo {
    max-width: 200px;
  }
}

.intro-image--title {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100%;
  text-align: left;
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  font-size: 16px;
}

.about-brand {
  display: block;
  position: relative;
  width: 100%;
  padding: 80px 0;
}
.about-brand h2 {
  text-align: center;
  padding: 0 0 20px 0;
  margin-bottom: 30px;
}
.about-brand p {
  padding: 0;
  margin-bottom: 30px;
  text-align: center;
}
.about-brand p:last-of-type {
  margin-bottom: 0;
}

.brand-information {
  display: block;
  position: relative;
  width: 100%;
  padding: 80px 0 60px 0;
  background-color: #fff;
}
@media (min-width: 768px) {
  .brand-information {
    padding: 80px 0 0 0;
  }
}
.brand-information h3 {
  text-align: center;
  padding: 0;
  margin-bottom: 20px;
  font-size: 28px;
  line-height: 40px;
}
.brand-information h3:after {
  content: "";
  display: block;
  position: relative;
  width: 140px;
  height: 1px;
  background-color: #384144;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.brand-information h4 {
  text-align: center;
  padding: 0;
  margin-bottom: 60px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  font-size: 16px;
  text-transform: none;
  font-weight: 400;
}

.brand-detail--row {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .brand-detail--row {
    flex-direction: row;
  }
  .brand-detail--row:nth-of-type(2n) {
    flex-direction: row-reverse;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .brand-detail--row:nth-of-type(2n) .brand-text--block {
    padding-right: 60px;
    padding-left: 0;
  }
}
.brand-detail--row .image-block {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .brand-detail--row .image-block {
    width: 50%;
    margin-bottom: 0;
  }
}
.brand-detail--row .brand-text--block {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .brand-detail--row .brand-text--block {
    width: 50%;
    padding-top: 30px;
    padding-left: 60px;
  }
}
.brand-detail--row .brand-text--block p {
  padding: 0;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .brand-detail--row .brand-text--block p:last-of-type {
    margin-bottom: 0;
  }
}
.brand-detail--row .image-title {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 0;
  width: 100%;
  color: #fff;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  font-size: 16px;
}

.brand-showcase {
  display: block;
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 0 0 60px 0;
}
@media (min-width: 768px) {
  .brand-showcase {
    padding: 60px 0;
  }
}
.brand-showcase h4 {
  padding: 0;
  text-align: center;
  padding: 0;
  margin-bottom: 60px;
  font-size: 28px;
  line-height: 40px;
}
.brand-showcase h4:after {
  content: "";
  display: block;
  position: relative;
  width: 140px;
  height: 1px;
  background-color: #384144;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}
.brand-showcase ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding: 0 20px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .brand-showcase ul {
    flex-direction: row;
    padding: 0;
  }
}
.brand-showcase li {
  display: inline-block;
  position: relative;
  background-color: #fff;
  width: 100%;
  margin-bottom: 30px;
}
.brand-showcase li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .brand-showcase li {
    margin-bottom: 0;
    width: 30%;
    margin-right: 5%;
  }
  .brand-showcase li:nth-of-type(3n) {
    margin-right: 0;
  }
}
.brand-showcase .product-image {
  display: block;
  position: relative;
  width: 100%;
  padding: 30px 10px;
  border: 1px solid #ccc;
}
.brand-showcase .showcase-product--title {
  display: block;
  position: relative;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  font-family: Georgia, Times, Times New Roman, serif;
  font-style: italic;
  font-size: 16px;
}
.brand-showcase .link-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-showcase .link-container a {
  background-color: transparent;
  border: 1px solid #384144;
  color: #384144;
  padding: 15px 30px;
  font: italic 18px/18px Georgia, Times, Times New Roman, serif;
}
.brand-showcase .link-container a:hover {
  background-color: #384144;
  color: #fff;
  text-decoration: none;
}
.brand-showcase .link-container a:visited {
  color: #384144;
}
.brand-showcase .link-container a:visited:hover {
  color: #fff;
}

body.page-masterclasses .masterclass-form--container {
  text-align: center;
  margin-bottom: 60px !important;
}
body.page-masterclasses .masterclass-form--container h3 {
  position: relative;
}
body.page-masterclasses .masterclass-form--container h3:after {
  content: "";
  position: absolute;
  left: 44%;
  bottom: 0;
  width: 140px;
  height: 0;
  border-top: 1px solid #384144;
}
body.page-masterclasses .masterclass-form--container form {
  margin-top: 30px;
}
body.page-masterclasses .masterclass-form--container .fields {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
body.page-masterclasses .masterclass-form--container .fields input[type=text] {
  background-color: transparent !important;
  border: 1px solid #818178 !important;
  padding: 12px 15px !important;
  color: #58595b !important;
  height: auto !important;
  margin-top: 10px !important;
}
body.page-masterclasses .masterclass-form--container .fields input[type=email] {
  background-color: transparent !important;
  border: 1px solid #818178 !important;
  padding: 12px 15px !important;
  color: #58595b !important;
  height: auto !important;
  margin-top: 10px !important;
}
body.page-masterclasses .masterclass-form--container .fields span {
  width: 50%;
}
body.page-masterclasses .masterclass-form--container .fields .email {
  margin-left: 2%;
}
body.page-masterclasses .masterclass-form--container input[type=submit] {
  background-color: #f2bb00;
  border: 1px solid #f2bb00;
  color: #fff;
  border-radius: 0 !important;
  padding: 15px 30px;
  font: italic 18px/18px Georgia, Times, Times New Roman, serif;
}
body.page-masterclasses .masterclass-form--container input[type=submit]:hover {
  background-color: #a27d01 !important;
  border-color: #a27d01 !important;
}
@media (min-width: 768px) {
  body.page-masterclasses .wpcf7-response-output {
    width: 50% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
body.page-masterclasses .wpcf7-not-valid-tip {
  width: 100% !important;
  text-align: left !important;
  position: relative !important;
  padding-left: 10px !important;
}
body.page-masterclasses .wpcf7-spinner {
  display: none;
  visibility: hidden;
}

/* Masterclass Gallery */
.masterclass-gallery {
  display: block;
  position: relative;
  width: 100%;
  padding: 60px 10% 80px 10%;
}
.masterclass-gallery h3 {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 60px;
}
.masterclass-gallery h3:after {
  content: "";
  position: absolute;
  left: calc(50% - 70px);
  bottom: 0;
  width: 140px;
  height: 0;
  border-top: 1px solid #384144;
}
.masterclass-gallery .gallery-set {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .masterclass-gallery .gallery-set {
    flex-direction: row;
  }
}
.masterclass-gallery .gallery-set:nth-of-type(even) {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .masterclass-gallery .gallery-set:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
@media (min-width: 768px) {
  .masterclass-gallery .gallery-set:nth-of-type(even) .single-img {
    margin-right: 0;
    margin-left: 10px;
  }
}
.masterclass-gallery img {
  width: 100%;
  height: auto;
}
.masterclass-gallery .single-img {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .masterclass-gallery .single-img {
    width: 50%;
    margin-bottom: 0;
    margin-right: 10px;
  }
  .masterclass-gallery .single-img img {
    aspect-ratio: 16/9;
  }
}
.masterclass-gallery .single-img a {
  display: block;
  position: relative;
  z-index: 5;
}
.masterclass-gallery .single-img a:before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("images/icons/enlarge.png");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  opacity: 0;
}
.masterclass-gallery .single-img:hover a:before {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.masterclass-gallery .square-images {
  display: inline-flex;
  position: relative;
  width: 100%;
  padding: 0;
}
@media (min-width: 768px) {
  .masterclass-gallery .square-images {
    width: 50%;
  }
}
.masterclass-gallery .square-images li {
  list-style-type: none;
}
.masterclass-gallery .square-images li + li {
  margin-left: 10px;
}
.masterclass-gallery .square-images li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.masterclass-gallery .square-images li a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0);
  background-image: url("images/icons/enlarge.png");
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: center;
  opacity: 0;
}
.masterclass-gallery .square-images li:hover a:before {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.masterclass-gallery .square-images img {
  aspect-ratio: 1/1;
  height: 100%;
  object-fit: cover;
}

.instagram {
  background-color: #fff;
  padding: 60px 30px;
}
.instagram h3 {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 20px 0;
  margin-bottom: 60px;
}
.instagram h3:after {
  content: "";
  position: absolute;
  left: calc(50% - 70px);
  bottom: 0;
  width: 140px;
  height: 0;
  border-top: 1px solid #384144;
}
.instagram .btn-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.instagram .btn-container a {
  background-color: #fff;
  border: 1px solid #384144;
  border-radius: 40px;
  text-align: center;
  color: #384144;
  padding: 13px 30px;
  width: auto;
  font: italic 20px Georgia, Times, Times New Roman, serif;
}
.instagram .btn-container a:hover {
  text-decoration: none;
  background-color: #384144;
  color: #fff;
}

.feed {
  text-align: center;
}

.trade-hero picture,
.trade-hero img {
  width: 100%;
}

.page-intro {
  background-color: #fff;
  text-align: center;
  padding-bottom: 60px !important;
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.page-intro p {
  text-align: center;
}
.page-intro p:last-of-type {
  margin-bottom: 0;
}

.trade-intro-copy {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.trade-intro-copy p {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
}

.why-choose {
  background-color: #EFEFE9;
  padding: 60px 30px;
}
.why-choose h2 {
  padding: 0 0 20px 0;
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
}
.why-choose ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.why-choose ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 0 2%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .why-choose ul li {
    width: 25%;
  }
}
.why-choose ul img {
  max-width: 100px;
  margin-bottom: 20px;
}
.why-choose ul p {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}

.stand-out--gallery {
  background-color: #fff;
  padding: 60px 0 0 0;
  width: 100%;
}
.stand-out--gallery h3 {
  padding: 0 30px 20px 30px;
  width: 100%;
  margin-bottom: 60px;
  text-align: center;
}

.gallery-row {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-column-gap: 20px;
}
.gallery-row img {
  width: 100%;
}
.gallery-row .single-image {
  grid-column: span 8;
}
@media (min-width: 768px) {
  .gallery-row .single-image {
    grid-column: span 4;
  }
  .gallery-row .single-image img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .gallery-row .single-image .image1 {
    height: 100%;
  }
}
.gallery-row .multi-images {
  grid-column: span 8;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (min-width: 768px) {
  .gallery-row .multi-images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column: span 4;
  }
}
.gallery-row .image2 {
  grid-column: span 4;
}
@media (min-width: 768px) {
  .gallery-row .image2 {
    grid-column: span 2;
  }
  .gallery-row .image2 img {
    aspect-ratio: 16/9;
    height: 100%;
  }
}
.gallery-row .image3 {
  grid-column: span 4;
}
@media (min-width: 768px) {
  .gallery-row .image3 {
    grid-column: span 2;
  }
  .gallery-row .image3 img {
    aspect-ratio: 16/9;
    height: 100%;
  }
}
.gallery-row .image4 {
  grid-column: span 4;
}
@media (min-width: 768px) {
  .gallery-row .image4 img {
    aspect-ratio: 21/9;
    height: 100%;
  }
}

.how-we-work {
  padding: 60px 0;
  background-color: #fff;
}
.how-we-work h4 {
  width: 100%;
  text-align: center;
  padding: 0 30px 20px 30px;
  margin-bottom: 60px;
}
.how-we-work:has(.trade-intro-copy) h4 {
  margin-bottom: 30px;
}
.how-we-work .trade-intro-copy {
  width: 100%;
  margin-bottom: 60px;
}
.how-we-work .trade-intro-copy p {
  text-align: center;
  padding: 0;
}

.equal-cols {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .equal-cols {
    flex-direction: row;
  }
}
.equal-cols .textcol {
  width: 100%;
  padding: 30px;
}
@media (min-width: 768px) {
  .equal-cols .textcol {
    text-align: center;
    padding-left: 60px;
    padding-right: 60px;
  }
}
.equal-cols .textcol h5 {
  padding: 0;
  text-transform: unset;
  margin-bottom: 5px;
  font-size: 20px;
  line-height: 26px;
  color: #58595B;
}
.equal-cols .textcol p {
  padding: 0;
  margin-bottom: 20px;
}
.equal-cols .textcol p:last-of-type {
  margin-bottom: 0;
}
.equal-cols .imagecol {
  width: 100%;
}
@media (min-width: 768px) {
  .equal-cols .imagecol {
    width: 50%;
  }
}
.equal-cols .imagecol img {
  width: 100%;
}
@media (min-width: 768px) {
  .equal-cols .imagecol img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
}
@media (min-width: 768px) {
  .equal-cols:has(.imagecol) .textcol {
    width: 50%;
    text-align: left;
  }
}

.our-showrooms {
  background-color: #262626;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
.our-showrooms h4 {
  padding: 0 0 20px 0;
  width: 100%;
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}
.our-showrooms .primary-title:after {
  border-top: 1px solid #fff !important;
}
.our-showrooms:has(p) h4 {
  margin-bottom: 30px;
}
.our-showrooms p {
  width: 100%;
  text-align: center;
  color: #fff;
}
.our-showrooms ul {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1366px;
}
.our-showrooms li {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
  list-style: none;
}
.our-showrooms li:nth-of-type(2n) {
  margin-right: 0;
}
@media (min-width: 768px) {
  .our-showrooms li {
    width: 18.4%;
  }
  .our-showrooms li:nth-of-type(2n) {
    margin-right: 2%;
  }
  .our-showrooms li:nth-of-type(5n) {
    margin-right: 0;
  }
}
.our-showrooms li img {
  width: 100%;
  margin-bottom: 20px;
}
.our-showrooms a.visit {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #EFEFE9;
  color: #EFEFE9;
  padding: 15px 20px;
  font: italic 18px/18px Georgia, Times, Times New Roman, serif;
  margin-top: 5px;
}
.our-showrooms a.visit:hover {
  background-color: #fff;
  text-decoration: none;
  color: #333;
}
.our-showrooms .showroom-name {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.our-showrooms .showroom-phone {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .our-showrooms .showroom-phone {
    pointer-events: none;
  }
}

.trade-enquiry {
  padding: 60px 30px;
}
.trade-enquiry h4 {
  width: 100%;
  text-align: center;
  margin-bottom: 60px;
  padding: 0 0 20px 0;
}
.trade-enquiry:has(p) h4 {
  margin-bottom: 30px;
}
.trade-enquiry p {
  width: 100%;
  text-align: center;
  padding: 0;
}
.trade-enquiry .frm_forms {
  margin-top: 60px;
}
.trade-enquiry form {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.trade-enquiry .frm_form_field {
  margin-bottom: 20px;
}
.trade-enquiry label {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.trade-enquiry input {
  width: 100%;
  background-color: transparent;
  border: 1px solid #384146;
  height: 50px;
  padding-left: 20px;
}
.trade-enquiry textarea {
  width: 100%;
  background-color: transparent;
  border: 1px solid #384146;
  height: 150px;
  padding: 20px;
}
.trade-enquiry .frm_submit {
  justify-content: center;
}
.trade-enquiry .frm_submit button {
  border: 2px solid #384146 !important;
  border-radius: 0 !important;
  color: #384146 !important;
  background-color: #EFEFE9 !important;
}
.trade-enquiry .frm_submit button:hover {
  background-color: #333 !important;
  color: #fff !important;
}

.trade-partners {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.trade-partners h4 {
  width: 100%;
  text-align: center;
  padding: 0;
  margin-bottom: 60px;
}
.trade-partners:has(p) h4 {
  margin-bottom: 30px;
}
.trade-partners p {
  width: 100%;
  text-align: center;
  padding: 0;
}
.trade-partners ul {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
.trade-partners li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  margin-bottom: 20px;
}
.trade-partners li img {
  max-width: 200px;
}

.frm_error_style {
  background-color: #F2DEDE;
  border: 1px solid #EBCCD1 !important;
  border-radius: 4px;
  color: #B94A48;
  font-size: 14px;
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
  padding: 15px !important;
  width: 100%;
}

.frm_message {
  color: #155724 !important;
  background-color: #d4edda !important;
  border-color: #c3e6cb !important;
  border-radius: 4px;
  font-size: 14px;
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
  padding: 15px !important;
  width: 100%;
}

.home .contact-cta {
  border-top: none;
  margin: 0;
  padding: 40px 20px;
}
.home .contact-cta h2 {
  text-align: center;
  max-width: 80%;
  line-height: 40px;
}
.home .contact-cta p {
  font-weight: normal;
  padding: 0;
  font-size: 22px;
  text-transform: none;
  width: 100%;
}

.contact-cta {
  float: left;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 30px 0 30px 0;
  padding: 40px 20px 40px 20px;
  border-top: 1px solid #58595B;
  border-bottom: 1px solid #58595B;
}
@media (min-width: 768px) {
  .contact-cta {
    margin: 30px 0 10px 0;
  }
}
.contact-cta p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 0 !important;
  font-size: 24px !important;
  line-height: 1.3 !important;
  text-transform: uppercase;
  text-align: center;
  color: #384144;
}
@media (min-width: 768px) {
  .contact-cta p {
    font-size: 20px !important;
  }
}
@media (min-width: 992px) {
  .contact-cta p {
    font-size: 28px !important;
  }
}
.contact-cta ~ .contact-cta {
  display: none;
  visibility: hidden;
}
.contact-cta ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  padding: 0;
}
@media (min-width: 768px) {
  .contact-cta ul {
    flex-direction: row;
  }
}
.contact-cta li {
  list-style: none;
  width: auto;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .contact-cta li {
    margin-bottom: 0;
  }
}
.contact-cta li a {
  display: block;
  padding: 12px 20px 12px 50px;
  background-color: rgb(214.8607954545, 208.6420454545, 195.6392045455);
  border: 1px solid rgb(214.8607954545, 208.6420454545, 195.6392045455);
  color: #333;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: top 50% left 15px;
  background-image: url("images/cta/find-a-showroom.png");
  transition: all 0.3s ease;
  text-decoration: none;
}
.contact-cta li a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
  border: 1px solid #B8AD96;
  text-decoration: none;
}
.contact-cta li + li {
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .contact-cta li + li {
    margin-left: 10px;
  }
}
.contact-cta li + li a {
  background-color: #F2BB00;
  border: 1px solid #F2BB00;
  background-image: url("images/cta/book-an-appointment.png");
  color: #333;
}
.contact-cta li + li a:hover {
  background-color: transparent;
  color: #333;
}

.intro-copy .outline-btn {
  border: 2px solid #384146 !important;
  border-radius: 0 !important;
  color: #384146 !important;
  background-color: transparent !important;
  padding: 15px 30px;
  font: italic 18px/18px Georgia, Times, Times New Roman, serif;
  display: inline-block;
  margin-top: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.intro-copy .outline-btn:hover {
  background-color: #384146 !important;
  color: #fff !important;
}

.guarantee-content {
  padding-top: 90px;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #EFEFE9;
}
.guarantee-content .block-row {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .guarantee-content .block-row {
    flex-direction: row;
  }
  .guarantee-content .block-row:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  .guarantee-content .block-row:nth-of-type(2n) .img-block {
    width: 45%;
    margin-left: 5%;
  }
  .guarantee-content .block-row:nth-of-type(2n) .txt-block {
    margin-left: 0;
    width: 50%;
  }
}
.guarantee-content .img-block {
  width: 100%;
}
@media (min-width: 768px) {
  .guarantee-content .img-block {
    width: 50%;
  }
}
.guarantee-content .img-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  vertical-align: bottom;
}
.guarantee-content .txt-block {
  width: 100%;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .guarantee-content .txt-block {
    width: 45%;
    margin-left: 5%;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
.guarantee-content .txt-block h2, .guarantee-content .txt-block h3, .guarantee-content .txt-block h4, .guarantee-content .txt-block h5, .guarantee-content .txt-block h6 {
  text-transform: none;
}
.guarantee-content .txt-block strong {
  color: #000;
}
.guarantee-content .txt-block .content-button {
  text-decoration: underline;
}
.guarantee-content .txt-block .content-button:hover {
  text-decoration: none;
}

.row.flipbook iframe {
  width: 100%;
  height: 700px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 10px 0;
  margin: 0;
  color: #384144;
  text-transform: uppercase;
  font-weight: bold;
}

h1 {
  font-size: 35px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 28px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

p, ul {
  padding: 5px 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 22px;
}

blockquote {
  margin: 0;
}

.list-inline {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}

.primary-title {
  font-size: 35px;
  position: relative;
}

.primary-title:after {
  content: "";
  position: absolute;
  left: 44%;
  bottom: 0;
  width: 140px;
  height: 0;
  border-top: 1px solid #384144;
}

.secondary-title {
  font-size: 35px;
  position: relative;
}

.secondary-title:after {
  content: "";
  position: absolute;
  left: 44%;
  bottom: 0;
  width: 140px;
  height: 0;
  border-top: 1px solid #fff;
}

.secondary-title-left {
  font-size: 35px;
  position: relative;
}

.secondary-title-left:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 140px;
  height: 0;
  border-top: 1px solid #fff;
}

.customer-satisfaction li {
  position: relative;
}

.customer-satisfaction li:after {
  content: "";
  position: absolute;
  left: 40%;
  bottom: 0;
  width: 65px;
  border-top: 1px solid #9CA0A2;
  height: 0;
}

button, .btn-default, .btn {
  padding: 15px 30px;
  font: italic 18px/18px Georgia, Times, Times New Roman, serif;
  color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  outline: none !important;
}

.btn-primary {
  background-color: #384144;
  border: 1px solid #384144;
  color: #fff;
}

.btn-primary:hover {
  background-color: transparent;
  color: #384144;
}

.btn-primary-border {
  background-color: transparent;
  border: 1px solid #384144;
  color: #384144;
}

.btn-primary-border:hover {
  background-color: #384144;
  color: #fff;
}

.btn-white-border {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}

.btn-white-border:hover {
  background-color: #fff;
  color: #384144;
}

.btn-white {
  background-color: #fff;
  border: 1px solid #fff;
  color: #384144;
}

.btn-white:hover {
  background-color: transparent;
  color: #fff;
}

.btn-third {
  background-color: #818178;
  color: #fff;
  border: 1px solid #818178;
}

.btn-third:hover {
  background-color: transparent;
  color: #818178;
}

.btn-fourth {
  background-color: #384144;
  color: #fff;
  border: 1px solid #384144;
}

.btn-fourth:hover {
  background-color: transparent;
  color: #384144;
}

.moreBtn {
  position: relative;
  left: 43%;
  background: transparent url("images/buttons/more.png") bottom center no-repeat;
  text-transform: capitalize;
  font-style: italic;
  font-size: 20px;
  height: 45px;
  width: 45px;
  z-index: 3000;
}

.galleryBtn {
  position: relative;
  left: 45%;
  background: transparent url("images/buttons/more.png") bottom center no-repeat;
  text-transform: capitalize;
  font-style: italic;
  font-size: 20px;
  padding: 0 0 65px 0;
  width: auto;
  z-index: 1000;
  position: absolute;
  bottom: 50px;
}

.designers .btn, .designer-says .btn, .showroom-designers .btn {
  border-bottom: 1px solid #fff;
  background-color: transparent;
  font: normal bold 20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  padding: 10px 0;
  border-radius: 0;
}

.designers .btn:hover, .designer-says .btn:hover, .showroom-designers .btn:hover {
  color: #fff;
}

.alm-load-more-btn {
  padding: 15px 30px !important;
  font: italic 18px/18px Georgia, Times, Times New Roman, serif !important;
  color: #fff !important;
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
  border: none !important;
  background-color: transparent !important;
  border: 1px solid #384144 !important;
  color: #384144 !important;
  height: auto !important;
}

.alm-load-more-btn:hover {
  background-color: #384144 !important;
  color: #fff !important;
}

.alm-btn-wrap {
  float: left;
  width: 100%;
  padding: 60px 0;
}

.btn-call-to-action {
  background-color: #F2BB00;
  color: #fff;
  border-radius: 0 !important;
}

.btn-call-to-action:hover {
  background-color: #a27d01 !important;
  color: #fff;
}

.no-radius {
  border-radius: 0 !important;
}

.newsletter {
  background-color: #384144;
  padding: 40px 0;
}

.newsletter h5 {
  text-transform: capitalize;
  color: #fff;
  padding: 0 0 10px 0;
  font-size: 26px;
}

.newsletter p {
  color: #fff;
  padding: 10px 0 0 0;
}

.newsletter ul {
  padding: 0;
}

.newsletter .col-sm-4 {
  padding: 0;
}

.newsletter .col-sm-8 {
  padding: 10px 20px 0 0;
}

.newsletter ul li:hover {
  opacity: 0.5;
}

.newsletter fieldset {
  background-color: #fff;
}

.newsletter fieldset .form-group {
  width: 75%;
}

.newsletter fieldset .form-control {
  width: 100%;
  padding: 12px 20px;
  height: auto;
  font-style: italic;
  font-size: 18px;
  border: none;
  box-shadow: none !important;
}

.newsletter fieldset .btn {
  float: right;
  background-color: #CB2026;
  border: 1px solid #fff;
  border-radius: 0;
}

.newsletter fieldset .btn:hover {
  color: #fff;
  background-color: #7b1417;
}

.newsletter .form-control::-moz-placeholder {
  color: #C5C6CA;
}

.newsletter .form-control:-ms-input-placeholder {
  color: #C5C6CA;
}

.newsletter .form-control::-webkit-input-placeholder {
  color: #C5C6CA;
}

.register .form-control {
  width: 100%;
  padding: 12px 15px;
  height: auto;
  font-size: 16px;
  border: 1px solid #818178;
  background-color: transparent;
  box-shadow: none !important;
}

.register .form-control::-moz-placeholder {
  color: #818178;
}

.register .form-control:-ms-input-placeholder {
  color: #818178;
}

.register .form-control::-webkit-input-placeholder {
  color: #818178;
}

.register textarea {
  height: 185px;
}

.showroom-contact-details form {
  position: absolute;
  width: 50%;
  left: 25%;
  background-color: #384144;
  bottom: 50px;
  z-index: 1000;
  padding: 15px;
  color: #fff;
}

.showroom-contact-details .form-group {
  width: 85%;
}

.showroom-contact-details label {
  font-size: 20px;
  text-transform: capitalize;
  padding: 5px 20px 0 10px;
}

.showroom-contact-details .input-group {
  width: 70%;
}

.showroom-contact-details .form-control {
  background-color: #384144;
  border: 1px solid #fff;
  width: 100% !important;
  padding: 12px 15px;
  color: #fff;
  height: auto;
}

.showroom-contact-details .btn {
  float: right;
  border-radius: 0;
}

.contact-form {
  padding: 0;
  background-color: #818178;
}

.contact-form .col-sm-12 {
  padding: 30px 0;
}

.contact-form h5 {
  color: #fff;
  padding: 20px 0;
  margin-bottom: 20px;
}

.contact-form .col-sm-12 p {
  padding: 10px 50px 0 50px;
  font-size: 18px;
}

.contact-form .col-sm-12 p em {
  font: italic 20px Georgia, Times, Times New Roman, serif;
}

.contact-form h5 {
  color: #fff;
}

.contact-form .col-sm-12 p {
  color: #fff;
}

.contact-form form {
  padding: 40px 0;
  background-color: #818178;
}

.contact-form .form-control {
  background-color: #818178;
  border: 1px solid #fff;
  padding: 12px 15px;
  color: #fff;
  height: auto;
}

.contact-form select {
  min-height: 50px;
}

.contact-form textarea {
  height: 170px;
}

.contact-form select {
  height: 50px !important;
  border-radius: 0 !important;
}

.contact-form .form-control::-moz-placeholder {
  color: #fff;
}

.contact-form .form-control:-ms-input-placeholder {
  color: #fff;
}

.contact-form .form-control::-webkit-input-placeholder {
  color: #fff;
}

.contact-form .btn {
  border-radius: 0;
  color: #818178;
}

.contact-form .btn:hover {
  color: #fff;
}

.contact-form .col-sm-6 {
  padding: 0 10px;
}

.contact-form p {
  padding: 5px 0;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
}
.contact-form p a {
  color: #fff;
  text-decoration: underline;
}
.contact-form p a:hover {
  text-decoration: none !important;
}

.design-visit {
  padding: 0 0 60px 0;
}

.design-visit small {
  background-color: none !important;
}

.design-visit .radio-inline {
  width: 25% !important;
}

.design-visit .form-control {
  background-color: transparent;
  border: 1px solid #818178;
  padding: 12px 15px;
  color: #58595B;
  height: auto;
  margin-top: 10px;
}

.design-visit textarea {
  height: 230px;
}

.design-visit select {
  height: 46px !important;
  border-radius: 0 !important;
}

.design-visit .form-control::-moz-placeholder {
  color: #58595B;
}

.design-visit .form-control:-ms-input-placeholder {
  color: #58595B;
}

.design-visit .form-control::-webkit-input-placeholder {
  color: #58595B;
}

.design-visit .btn {
  border-radius: 0;
}

.design-visit .col-sm-6 {
  padding: 0 10px;
}

.design-visit p {
  padding: 10px 0;
}

.design-visit p a {
  text-decoration: underline;
}

.wpcf7, .wpcf7 form {
  float: left;
  width: 100%;
}

.wpcf7 form p {
  float: left;
  width: 100%;
}

div.wpcf7-validation-errors {
  background-color: #fcf8e3;
  border: 1px solid #f7ecb5;
  color: #8a6d3b;
  padding: 15px 0;
  text-align: center;
}

span.wpcf7-not-valid-tip {
  font-size: 16px;
  padding: 10px 0 0 0;
}

.wpcf7-response-output {
  background-color: #F2DEDE;
  border: 1px solid #EBCCD1 !important;
  border-radius: 4px;
  color: #B94A48;
  font-size: 14px;
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
  padding: 15px !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #155724 !important;
  background-color: #d4edda !important;
  border-color: #c3e6cb !important;
}

.contact-form input[type=email], .contact-form input[type=tel], .contact-form input[type=text], .contact-form input[type=url] {
  margin-bottom: 0;
}

.frm_required {
  color: #B94A48;
}

.single-post .form-control {
  background-color: transparent;
  border: 1px solid #818178;
  padding: 12px 15px;
  color: #58595B;
  height: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-post .wpcf7-list-item.last {
  margin-left: 0;
  margin-bottom: 30px;
}
.single-post .wpcf7-not-valid-tip {
  top: -30px;
  right: 0;
}
.single-post .wpcf7-not-valid {
  border: 1px solid #B94A48 !important;
}

#rev_slider_2_1, #rev_slider_2_1_wrapper, #rev_slider_1_1, #rev_slider_1_1, #rev_slider_1_1_wrapper, .tp-fullwidth-forcer {
  height: 700px !important;
}

.header-video {
  position: relative;
  overflow: hidden;
  z-index: 100;
}

#rev_slider_1_1_forcefullwidth {
  z-index: 1000 !important;
}

.tp-video-play-button {
  display: none !important;
}

.video-caption {
  position: absolute;
  z-index: 1050;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.video-caption .center-block {
  width: 100% !important;
  padding: 0 40px !important;
}
.video-caption .btn {
  font-size: 16px;
}

.video-caption h2 {
  font-size: 30px;
  color: #fff;
}

.video-caption .btn-third:hover {
  background-color: #484845;
  color: #fff;
}

.video-header {
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 0;
  position: relative;
  overflow: hidden !important;
}

.video-header video {
  position: absolute;
}

.video-header-masterclass video {
  position: relative;
}

.video-header video {
  object-fit: cover;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: auto;
  z-index: -100;
}

/* Masterclasse Video */
.video-header-masterclass {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin: 0 0 30px 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  background: #818178;
}

.our-world .hovereffect, .blog .hovereffect {
  background: #384144;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 0 20px;
}

.hovereffect img {
  display: block;
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover {
  cursor: pointer;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hovereffect h2, .hovereffect h3, .hovereffect h4, .hovereffect h5 {
  color: #fff;
  position: relative;
}

.hovereffect h3 {
  opacity: 0;
}

.hovereffect:hover h3 {
  opacity: 1;
}

.hovereffect:hover h2 {
  display: none;
}

.hovereffect p {
  color: #FFF;
  position: relative;
  opacity: 0;
}

.hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
}

section {
  width: 100%;
  height: 540px;
  overflow: hidden !important;
}

.free-home-design-visit {
  background: url("images/backgrounds/book-a-free-appointment-22.png") no-repeat center center fixed;
  color: #fff;
  background-size: cover;
}

.customer-statisfaction {
  background: url("images/backgrounds/customer-statisfaction-22.png") no-repeat center center fixed;
  color: #fff;
  background-size: cover;
}

.referrals {
  background: url("images/backgrounds/referrals.jpg") no-repeat center center fixed;
  color: #fff;
  background-size: cover;
}

section .col-sm-12 {
  background: url("images/backgrounds/opacity.png") repeat;
  position: relative;
  height: 100%;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slow {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slower {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slowest {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.delay-250 {
  -webkit-animation-delay: 0.25s;
  -moz-animation-delay: 0.25s;
  -o-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.delay-500 {
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-750 {
  -webkit-animation-delay: 0.75s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.delay-1000 {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}

.delay-1250 {
  -webkit-animation-delay: 1.25s;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.delay-1500 {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay-1750 {
  -webkit-animation-delay: 1.75s;
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

.delay-2000 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.delay-2000 {
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
}

.delay-2500 {
  -webkit-animation-delay: 2.5s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.delay-3000 {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
}

.delay-3500 {
  -webkit-animation-delay: 3.5s;
  -moz-animation-delay: 3.5s;
  -o-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn {
  opacity: 0;
}

.lightSpeedInRight, .lightSpeedInLeft {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn.go {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }
  60% {
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }
  60% {
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.bounceInRight.go {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }
  60% {
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }
  60% {
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.bounceInLeft.go {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }
  60% {
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  60% {
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bounceInUp.go {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
  }
  60% {
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  60% {
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bounceInDown.go {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
.fadeIn {
  opacity: 0;
}

.fadeIn.go {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes growIn {
  0% {
    -webkit-transform: scale(0.2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes growIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.growIn {
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0;
}

.growIn.go {
  -webkit-animation-name: growIn;
  animation-name: growIn;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake.go {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes shakeUp {
  0%, 100% {
    -webkit-transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateY(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateY(10px);
  }
}
@keyframes shakeUp {
  0%, 100% {
    transform: translateY(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateY(10px);
  }
}
.shakeUp.go {
  -webkit-animation-name: shakeUp;
  animation-name: shakeUp;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-400px);
  transform: translateX(-400px);
}

.fadeInLeft.go {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(400px);
  transform: translateX(400px);
}

.fadeInRight.go {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(400px);
  transform: translateY(400px);
}

.fadeInUp.go {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
  -webkit-transform: translateY(-400px);
  transform: translateY(-400px);
}

.fadeInDown.go {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn.go {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft.go {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft.go {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight.go {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight.go {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn.go {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.wiggle.go {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes swing {
  20%, 40%, 60%, 80%, 100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing.go {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada.go {
  -webkit-animation-name: tada;
  animation-name: tada;
}

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble.go {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse.go {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes lightSpeedInRight {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedInRight {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedInRight.go {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedInLeft {
  0% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedInLeft {
  0% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedInLeft.go {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut.goAway {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp.goAway {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown.goAway {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft.goAway {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight.goAway {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut.goAway {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUp.goAway {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDown.goAway {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeft.goAway {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRight.goAway {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX.goAway {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedOutRight {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOutRight.goAway {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes lightSpeedOutLeft {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOutLeft.goAway {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut.goAway {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft.goAway {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft.goAway {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight.goAway {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut.goAway {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes fadeInUpShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpShort {
  opacity: 0;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.fadeInUpShort.go {
  -webkit-animation-name: fadeInUpShort;
  animation-name: fadeInUpShort;
}

@-webkit-keyframes fadeInDownShort {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownShort {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.fadeInDownShort.go {
  -webkit-animation-name: fadeInDownShort;
  animation-name: fadeInDownShort;
}

@-webkit-keyframes fadeInRightShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightShort {
  opacity: 0;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

.fadeInRightShort.go {
  -webkit-animation-name: fadeInRightShort;
  animation-name: fadeInRightShort;
}

@-webkit-keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftShort {
  opacity: 0;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

.fadeInLeftShort.go {
  -webkit-animation-name: fadeInLeftShort;
  animation-name: fadeInLeftShort;
}

.contact-form-2 {
  padding: 0;
  background-color: #227D90;
}

.contact-form-2 .col-sm-6 {
  padding: 10px;
}

.contact-form-2 .col-sm-12 {
  padding: 30px 0;
}

.contact-form-2 h5 {
  color: #fff;
  padding: 20px 0;
  margin-bottom: 20px;
}

.contact-form-2 .col-sm-12 p {
  padding: 10px 50px 0 50px;
  font-size: 18px;
}

.contact-form-2 .col-sm-12 p em {
  font: italic 20px Georgia, Times, Times New Roman, serif;
}

.contact-form-2 .col-sm-12 p {
  color: #fff;
}

.contact-form-2 form {
  padding: 0 0 40px 0;
  background-color: #227D90;
}

.contact-form-2 .form-control {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 12px 15px;
  color: #227D90;
  height: auto;
  font-size: 18px;
}

.contact-form-2 select {
  min-height: 50px;
}

.contact-form-2 textarea {
  height: 170px;
}

.contact-form-2 select {
  height: 50px !important;
  border-radius: 0 !important;
}

.contact-form-2 .form-control::-moz-placeholder {
  color: #227D90;
}

.contact-form-2 .form-control:-ms-input-placeholder {
  color: #227D90;
}

.contact-form-2 .form-control::-webkit-input-placeholder {
  color: #227D90;
}

.contact-form-2 .btn {
  border-radius: 0;
  color: #fff;
  background-color: #F2BB00 !important;
  border-color: #F2BB00;
}

.contact-form-2 .btn:hover {
  background-color: #a27d01 !important;
  color: #fff;
}

.showroom-contact-details .cro-test .form-control {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 12px 15px;
  color: #227D90;
  height: auto;
  font-size: 18px;
}

.showroom-contact-details .cro-test {
  background-color: #227D90 !important;
}

.showroom-contact-details .cro-test .btn {
  border-radius: 0;
  color: #fff;
  background-color: #F2BB00 !important;
  border-color: #F2BB00;
}

.showroom-contact-details .cro-test .btn:hover {
  background-color: #a27d01 !important;
  color: #fff;
}

/* 420px - Mobile  ----------- */
@media only screen and (max-width: 420px) {
  * {
    border: 0;
    margin: 0;
    padding: 0;
  }
  html, body {
    width: 100%;
    margin: 0;
    overflow-x: hidden !important;
    padding: 0;
    -webkit-text-size-adjust: 100%;
  }
  .container-fluid {
    float: left;
    width: 100%;
  }
  .center-block {
    margin: 0 !important;
    padding: 0 4% !important;
    float: left !important;
    width: 100% !important;
  }
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  button, .btn-default, .btn {
    padding: 15px;
    font: italic 16px/16px Georgia, Times, Times New Roman, serif;
  }
  #rev_slider_2_1, #rev_slider_2_1_wrapper, #rev_slider_1_1, #rev_slider_1_1, #rev_slider_1_1_wrapper, .tp-fullwidth-forcer, .mobile-landscape {
    display: none !important;
  }
  .home-sale {
    margin-top: 0;
  }
  header {
    position: static;
  }
  .navbar-brand {
    padding: 10px 0 10px 10px;
  }
  .navbar-brand img {
    height: 55px;
    width: auto;
  }
  .animated {
    opacity: 1 !important;
  }
  .call-to-actions button {
    padding: 18px 5px;
    font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
  .call-to-actions .designBt, .call-to-actions .showroomBt {
    background-image: none;
  }
  .call-to-actions .designBt {
    width: 50%;
    font-size: 13px;
    color: #000;
    text-transform: none;
  }
  .call-to-actions .showroomBt {
    width: 50%;
    font-size: 13px;
    color: #000;
    text-transform: none;
  }
  .primary-title, .secondary-title, .secondary-title-left {
    font-size: 28px;
  }
  .primary-title:after, .secondary-title:after {
    left: 32%;
  }
  .hovereffect h3, .hovereffect h5, .hovereffect p {
    opacity: 1 !important;
  }
  .hovereffect img {
    opacity: 0.4 !important;
  }
  .designers .hovereffect img {
    opacity: 1 !important;
  }
  .designers .hovereffect .overlay {
    display: none;
  }
  .intro-copy {
    padding: 20px 0;
    margin: 0 !important;
  }
  .intro-copy p, .home .kitchen-styles .col-xs-12 p, .why-choose-us p, .designers p, .showrooms .col-sm-12 p, .our-world p, .showroom-designers .col-sm-12 p, .showroom-contact-details .col-sm-12 p, .kitchen-ranges .col-sm-12 p, .contact-form p {
    padding: 10px 0;
    font-size: 16px;
    line-height: 22px;
  }
  .intro-copy em, .home .kitchen-styles .col-xs-12 em, .why-choose-us em, .designers em, .showrooms .col-sm-12 em, .our-world em, .showroom-designers em, .showroom-contact-details em, .kitchen-ranges .col-sm-12 em, .contact-form em {
    font: italic 18px Georgia, Times, Times New Roman, serif;
  }
  .intro-copy .col-sm-6 {
    padding: 0;
    text-align: center;
  }
  .intro-copy .col-sm-6 p {
    padding: 10px 0 !important;
    font-size: 16px;
    line-height: 22px;
  }
  .kitchen-styles h3, .related-kitchens h5 {
    font-size: 22px;
  }
  .kitchen-styles .col-xs-12 {
    padding: 60px 4%;
  }
  .kitchen-styles .col-xs-12 h3 {
    font-size: 28px;
  }
  .recent-kitchen-styles .carousel-caption p {
    font: bold 28px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .recent-kitchen-styles .carousel-caption p:after {
    content: "";
    position: absolute;
    left: 40%;
    bottom: 0;
    width: 140px;
    height: 0;
  }
  #kitchens-carousel p {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    padding: 10px 0;
    font-weight: 700;
    text-transform: uppercase;
  }
  .kitchen-styles h3 {
    padding: 12% 0 10px 0;
  }
  .carousel-caption {
    position: static;
    background-color: #384144;
    padding: 20px;
  }
  .carousel-caption .btn-primary {
    border-color: #fff;
  }
  .right .arrow {
    right: 20px;
  }
  .left .arrow {
    left: 20px;
  }
  .why-choose-us {
    padding: 40px 0;
  }
  .customer-satisfaction {
    padding: 40px 0;
  }
  .customer-satisfaction li {
    width: 49%;
    font-size: 18px;
    padding: 10px 0;
    vertical-align: top;
  }
  .customer-satisfaction li strong {
    font-size: 16px;
  }
  .customer-satisfaction li:after {
    left: 32%;
  }
  .jcarousel-wrapper {
    margin: 0 50px;
  }
  .jcarousel-control-next {
    right: -25px;
  }
  .jcarousel-control-prev {
    left: -25px;
  }
  .designers {
    padding: 40px 0;
  }
  .designers .col-sm-12, .showroom-designers .col-sm-12 {
    padding: 0 0 20px;
  }
  .designers .col-sm-3, .showroom-designers .col-sm-3 {
    width: 50%;
  }
  .showroom-designers .col-sm-3 {
    padding: 5px;
  }
  .designers .arrowBg {
    top: 64%;
  }
  .showrooms .col-sm-12 {
    padding: 40px 4%;
  }
  .showrooms h4 {
    display: none;
  }
  .showrooms .hovereffect h5 {
    padding: 14% 0 20px;
    margin: 0 0 20px;
    opacity: 1 !important;
  }
  .showrooms h4:after, .showrooms h5:after {
    left: 36%;
  }
  .masterclasses .hovereffect p {
    padding: 40% 0 0;
  }
  .our-world {
    padding: 20px 0;
  }
  .our-world .col-sm-12 {
    padding: 20px 0;
  }
  .our-world .col-sm-4 {
    padding: 0;
    margin: 5px 0;
  }
  .our-world .arrowBg {
    bottom: 98px;
  }
  .our-world .title {
    height: 100px;
  }
  .our-world .title p {
    margin: 10px 0 0;
  }
  .no-masthead {
    padding: 0 !important;
  }
  .blog .copy h1 {
    font-size: 28px;
  }
  .blog .latest-posts .col-xs-6 {
    padding: 5px 0;
  }
  .all-posts {
    margin: 40px 0;
  }
  .testimonials-carousel h4 {
    padding: 30px 4%;
  }
  .testimonials-carousel blockquote {
    padding: 25px 15%;
    font: italic 18px/26px Georgia, Times, Times New Roman, serif;
  }
  .customer-statisfaction .col-sm-12, .referrals .col-sm-12 {
    padding: 32% 0 0;
  }
  .customer-statisfaction p, .referrals p {
    font-size: 18px;
    line-height: 30px;
    padding: 0 4% 20px;
  }
  .customer-statisfaction p strong, .referrals p strong {
    font-size: 30px;
  }
  .kitchen .col-md-12 {
    padding: 0;
  }
  .kitchen .img-left, .kitchen .img-right {
    padding: 10px 0;
  }
  .kitchen .img-left p {
    left: 25px !important;
  }
  .kitchen .img-left p, .kitchen .img-right p {
    position: static;
    padding: 0 0 10px 0;
  }
  .kitchen .copy {
    padding: 0;
  }
  .kitchen .copy p {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0;
  }
  .kitchen blockquote {
    font: italic 28px/40px Georgia, Times, Times New Roman, serif;
    color: #384144;
  }
  .designer-says {
    padding: 40px 0;
  }
  .designer-says .col-sm-3 {
    padding: 40px 0 0;
  }
  .designer-says .col-sm-3 .arrowBg {
    top: 82%;
  }
  .related-kitchens .col-sm-12 {
    padding: 60px 4%;
  }
  .masterclasses {
    padding: 40px 0;
  }
  .masterclasses .col-sm-4 {
    padding: 5px 0;
  }
  .register .modal-dialog {
    width: 90% !important;
    margin: 10px auto;
  }
  .register h3 {
    font-size: 28px;
  }
  .register .col-sm-6 {
    padding: 0;
  }
  .showroom-contact-details .col-sm-9 {
    margin: 40px 0 0;
    width: 100% !important;
  }
  .showroom-contact-details .col-sm-3 {
    margin: 20px 0 40px;
  }
  .showroom-contact-details label {
    padding: 5px 20px 10px 0;
  }
  .showroom-contact-details form {
    position: static;
    float: left;
    width: 100%;
    padding: 15px 4%;
  }
  .showroom-contact-details .form-group, .showroom-contact-details .input-group {
    width: 100%;
  }
  .showroom-contact-details .btn {
    float: left;
  }
  .kitchen-ranges {
    padding: 40px 0 0;
  }
  .kitchen-ranges .col-sm-12 {
    padding: 0 4% 40px;
  }
  .contact-form .col-sm-12 {
    padding: 30px 4%;
  }
  .contact-form form {
    padding: 30px 0 !important;
  }
  .design-visit .col-sm-6 {
    padding: 0;
  }
  .newsletter {
    padding: 40px 4%;
  }
  .newsletter .col-sm-4, .newsletter .col-sm-8 {
    padding: 5px 0;
  }
  .newsletter fieldset {
    background-color: transparent;
  }
  .newsletter fieldset .form-group {
    width: 100%;
  }
  .newsletter fieldset .btn {
    float: left;
  }
  footer {
    padding: 40px 4% 80px;
  }
  footer .col-sm-4, footer .col-sm-6, footer .col-sm-2 {
    padding: 10px 0;
  }
  footer .col-sm-4 p {
    padding: 5px 0;
  }
  footer .text-right {
    text-align: left !important;
  }
  footer .col-sm-6 li {
    padding: 0;
  }
  footer .col-sm-6 img {
    height: 45px;
  }
  .sub-sale {
    padding: 40px 0 0 0;
  }
  .extra-copy {
    padding: 40px 0;
  }
  /* Free Home Design Visit */
  .free-home-design-visit .col-sm-12 {
    padding: 25% 20px 0 20px;
  }
  .free-home-design-visit p strong {
    font-size: 34px;
    line-height: 40px;
  }
  .free-home-design-visit p em {
    font: italic 22px/26px Georgia, Times, Times New Roman, serif;
  }
  .cta-buttons li {
    width: 100%;
    margin: 5px 0;
  }
  .cta-buttons li .btn {
    width: 100%;
    font: italic 18px/18px Georgia, Times, Times New Roman, serif;
  }
  /* Book An Appointment */
  .appointment-options {
    padding: 0;
  }
  .appointment-options .col-sm-6 {
    padding: 30px 10px;
    margin: 20px 0;
    width: 100% !important;
  }
  .appointment-options .col-sm-4 {
    padding: 30px 10px;
    margin: 20px 0;
    width: 100% !important;
  }
  .appointment-options p {
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
  }
  .what-to-expect .col-sm-6 {
    padding: 20px 0;
  }
  .what-to-expect .col-sm-6 ul {
    padding: 0 0 0 30px;
    font-size: 16px;
  }
  .what-to-expect .col-sm-6 ul li {
    padding: 5px;
    line-height: 22px;
  }
  .what-to-expect {
    padding: 40px 0;
  }
  .video-header {
    height: auto;
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  .home-sale-mob {
    display: block;
  }
  .desktop-sale {
    display: none;
  }
  .home .contact-cta {
    display: none;
  }
}
/* 380px - Screen Size */
@media only screen and (min-width: 380px) {
  * {
    border: 0;
    margin: 0;
    padding: 0;
  }
  html, body {
    width: 100%;
    margin: 0;
    overflow-x: hidden !important;
    padding: 0;
    -webkit-text-size-adjust: 100%;
  }
  .container-fluid {
    float: left;
    width: 100%;
  }
  .center-block {
    margin: 0 !important;
    padding: 0 4% !important;
    float: left !important;
    width: 100% !important;
  }
  .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  button, .btn-default, .btn {
    padding: 15px;
    font: italic 16px/16px Georgia, Times, Times New Roman, serif;
  }
  #rev_slider_2_1, #rev_slider_2_1_wrapper, #rev_slider_1_1, #rev_slider_1_1, #rev_slider_1_1_wrapper, .tp-fullwidth-forcer, .mobile-landscape {
    display: none !important;
  }
  .home-sale {
    margin-top: 0;
  }
  header {
    position: static;
  }
  .navbar-brand {
    padding: 10px 0 10px 10px;
  }
  .navbar-brand img {
    height: 55px;
    width: auto;
  }
  .animated {
    opacity: 1 !important;
  }
  .call-to-actions button {
    padding: 18px 5px;
    font: bold 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
  }
  .call-to-actions .designBt, .call-to-actions .showroomBt {
    background-image: none;
  }
  .call-to-actions .designBt {
    width: 50%;
    font-size: 13px;
    color: #000;
    text-transform: none;
  }
  .call-to-actions .showroomBt {
    width: 50%;
    font-size: 13px;
    color: #000;
    text-transform: none;
  }
  .primary-title, .secondary-title, .secondary-title-left {
    font-size: 28px;
  }
  .primary-title:after, .secondary-title:after {
    left: 32%;
  }
  .hovereffect h3, .hovereffect h5, .hovereffect p {
    opacity: 1 !important;
  }
  .hovereffect img {
    opacity: 0.4 !important;
  }
  .designers .hovereffect img {
    opacity: 1 !important;
  }
  .designers .hovereffect .overlay {
    display: none;
  }
  .intro-copy {
    padding: 40px 0;
    margin: 0 !important;
  }
  .post-type-archive-kitchen .intro-copy {
    padding: 40px 0 0 0 !important;
  }
  .home .intro-copy {
    padding: 20px 0 40px 0;
    margin: 0 !important;
  }
  .intro-copy p, .home .kitchen-styles .col-xs-12 p, .why-choose-us p, .designers p, .showrooms .col-sm-12 p, .our-world p, .showroom-designers .col-sm-12 p, .showroom-contact-details .col-sm-12 p, .kitchen-ranges .col-sm-12 p, .contact-form p {
    padding: 10px 0;
    font-size: 16px;
    line-height: 22px;
  }
  .intro-copy em, .home .kitchen-styles .col-xs-12 em, .why-choose-us em, .designers em, .showrooms .col-sm-12 em, .our-world em, .showroom-designers em, .showroom-contact-details em, .kitchen-ranges .col-sm-12 em, .contact-form em {
    font: italic 18px Georgia, Times, Times New Roman, serif;
  }
  .intro-copy .col-sm-6 {
    padding: 0;
    text-align: center;
  }
  .intro-copy .col-sm-6 p {
    padding: 10px 0 !important;
    font-size: 16px;
    line-height: 22px;
  }
  .kitchen-styles h3, .related-kitchens h5 {
    font-size: 22px;
  }
  .kitchen-styles .col-xs-12 {
    padding: 60px 4%;
  }
  .kitchen-styles .col-xs-12 h3 {
    font-size: 28px;
  }
  .recent-kitchen-styles .carousel-caption p {
    font: bold 28px/30px "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    padding: 20px 0;
    margin-bottom: 20px;
  }
  .recent-kitchen-styles .carousel-caption p:after {
    content: "";
    position: absolute;
    left: 40%;
    bottom: 0;
    width: 140px;
    height: 0;
  }
  #kitchens-carousel p {
    font-size: 28px;
    line-height: 36px;
    color: #fff;
    padding: 10px 0;
    font-weight: 700;
    text-transform: uppercase;
  }
  .kitchen-styles h3 {
    padding: 12% 0 10px 0;
  }
  .right .arrow {
    right: 20px;
  }
  .left .arrow {
    left: 20px;
  }
  .why-choose-us {
    padding: 40px 0;
  }
  .customer-satisfaction {
    padding: 40px 0;
  }
  .customer-satisfaction li {
    width: 49%;
    font-size: 18px;
    padding: 10px 0;
  }
  .customer-satisfaction li strong {
    font-size: 16px;
  }
  .customer-satisfaction li:after {
    left: 32%;
  }
  .jcarousel-wrapper {
    margin: 0 50px;
  }
  .jcarousel-control-next {
    right: -25px;
  }
  .jcarousel-control-prev {
    left: -25px;
  }
  .designers {
    padding: 40px 0;
  }
  .designers .col-sm-12, .showroom-designers .col-sm-12 {
    padding: 0 0 20px;
  }
  .designers .col-sm-3, .showroom-designers .col-sm-3 {
    width: 50%;
  }
  .showroom-designers .col-sm-3 {
    padding: 5px;
  }
  .designers .arrowBg {
    top: 64%;
  }
  .showrooms .col-sm-12 {
    padding: 40px 4%;
  }
  .showrooms h4 {
    display: none;
  }
  .showrooms .hovereffect h5 {
    padding: 14% 0 20px;
    margin: 0 0 20px;
    opacity: 1 !important;
  }
  .showrooms h4:after, .showrooms h5:after {
    left: 36%;
  }
  .masterclasses .hovereffect p {
    padding: 40% 0 0;
  }
  .our-world {
    padding: 20px 0;
  }
  .our-world .col-sm-12 {
    padding: 20px 0;
  }
  .our-world .col-sm-4 {
    padding: 0;
    margin: 5px 0;
  }
  .our-world .arrowBg {
    bottom: 98px;
  }
  .our-world .title {
    height: 100px;
  }
  .page-template-page-masterclasses-new .our-world .title {
    height: 120px;
  }
  .page-template-page-masterclasses-new .wpcf7-form-control-wrap {
    float: left;
    padding: 0 10px;
  }
  body.page-masterclasses .masterclass-form--container .fields span {
    width: 100%;
  }
  .our-world .title p {
    margin: 10px 0 0;
  }
  .no-masthead {
    padding: 0 !important;
  }
  .blog .copy h1 {
    font-size: 28px;
  }
  .blog .latest-posts .col-xs-6 {
    padding: 5px 0;
  }
  .all-posts {
    margin: 40px 0;
  }
  .testimonials-carousel h4 {
    padding: 30px 4%;
  }
  .testimonials-carousel blockquote {
    padding: 25px 15%;
    font: italic 18px/26px Georgia, Times, Times New Roman, serif;
  }
  .customer-statisfaction .col-sm-12, .referrals .col-sm-12 {
    padding: 32% 0 0;
  }
  .customer-statisfaction p, .referrals p {
    font-size: 18px;
    line-height: 30px;
    padding: 0 4% 20px;
  }
  .customer-statisfaction p strong, .referrals p strong {
    font-size: 30px;
  }
  .kitchen .col-md-12 {
    padding: 0;
  }
  .kitchen .img-left, .kitchen .img-right {
    padding: 10px 0;
  }
  .kitchen .img-left p {
    left: 25px !important;
  }
  .kitchen .img-left p, .kitchen .img-right p {
    position: static;
    padding: 0 0 10px 0;
  }
  .kitchen .copy {
    padding: 0;
  }
  .kitchen .copy p {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0;
  }
  .kitchen blockquote {
    font: italic 28px/40px Georgia, Times, Times New Roman, serif;
    color: #384144;
  }
  .designer-says {
    padding: 40px 0;
  }
  .designer-says .col-sm-3 {
    padding: 40px 0 0;
  }
  .designer-says .col-sm-3 .arrowBg {
    top: 82%;
  }
  .related-kitchens .col-sm-12 {
    padding: 60px 4%;
  }
  .masterclasses {
    padding: 40px 0;
  }
  .masterclasses .col-sm-4 {
    padding: 5px 0;
  }
  .register .modal-dialog {
    width: 90% !important;
    margin: 10px auto;
  }
  .register h3 {
    font-size: 28px;
  }
  .register .col-sm-6 {
    padding: 0;
  }
  .showroom-contact-details .col-sm-9 {
    margin: 40px 0 0;
    width: 100% !important;
  }
  .showroom-contact-details .col-sm-3 {
    margin: 20px 0 40px;
  }
  .showroom-contact-details label {
    padding: 5px 20px 10px 0;
  }
  .showroom-contact-details form {
    position: static;
    float: left;
    width: 100%;
    padding: 15px 4%;
  }
  .showroom-contact-details .form-group, .showroom-contact-details .input-group {
    width: 100%;
  }
  .showroom-contact-details .btn {
    float: left;
  }
  .kitchen-ranges {
    padding: 40px 0 0;
  }
  .kitchen-ranges .col-sm-12 {
    padding: 0 4% 40px;
  }
  .contact-form .col-sm-12 {
    padding: 30px 4%;
  }
  .contact-form form {
    padding: 30px 0 !important;
  }
  .design-visit .col-sm-6 {
    padding: 0;
  }
  .newsletter {
    padding: 40px 4%;
  }
  .newsletter .col-sm-4, .newsletter .col-sm-8 {
    padding: 5px 0;
  }
  .newsletter fieldset {
    background-color: transparent;
  }
  .newsletter fieldset .form-group {
    width: 100%;
  }
  .newsletter fieldset .btn {
    float: left;
  }
  footer {
    padding: 40px 4% 80px;
  }
  footer .col-sm-4, footer .col-sm-6, footer .col-sm-2 {
    padding: 10px 0;
  }
  footer .col-sm-4 p {
    padding: 5px 0;
  }
  footer .text-right {
    text-align: left !important;
  }
  footer .col-sm-6 li {
    padding: 0;
  }
  footer .col-sm-6 img {
    height: 45px;
  }
  /* Book An Appointment */
  .appointment-options {
    padding: 0;
  }
  .appointment-options .col-sm-6 {
    padding: 30px 10px;
    margin: 20px 0;
    width: 100% !important;
  }
  .appointment-options .col-sm-4 {
    padding: 30px 10px;
    margin: 20px 0;
    width: 100% !important;
  }
  .appointment-options p {
    padding: 10px 0;
    font-size: 16px;
    line-height: 24px;
  }
  .what-to-expect .col-sm-6 {
    padding: 20px 0;
  }
  .what-to-expect .col-sm-6 ul {
    padding: 0 0 0 30px;
    font-size: 16px;
  }
  .what-to-expect .col-sm-6 ul li {
    padding: 5px;
    line-height: 22px;
  }
  .what-to-expect {
    padding: 40px 0;
  }
  .video-header {
    height: auto;
    padding-bottom: 56.25%;
    overflow: hidden;
  }
  .home-sale-mob {
    display: block;
  }
  .desktop-sale {
    display: none;
  }
}
/* 520px - Screen Size  - Iphone 5 & 6 landscape*/
@media only screen and (min-width: 520px) {
  .sale-banner img {
    width: 100%;
  }
  .sale-banner .hidden-xs, .kitchens-carousel .hidden-xs, .mobile-landscape {
    display: inline-block !important;
  }
  .sale-banner .hidden-sm, .kitchens-carousel .hidden-sm, .mobile-portrait {
    display: none !important;
  }
  .call-to-actions button {
    font: bold 18px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .call-to-actions .designBt {
    background: #F1BA00 url(../images/icons/design-visit.png) 10px no-repeat;
    font-size: 13px;
    text-transform: none;
    color: #000;
  }
  .call-to-actions .showroomBt {
    background: #EFEFE9 url(../images/icons/showroom.png) 15px no-repeat;
    font-size: 13px;
    text-transform: none;
    color: #000;
  }
  .intro-copy {
    padding: 40px 0 0;
  }
  .primary-title, .secondary-title, .secondary-title-left {
    font-size: 30px;
  }
  .primary-title:after, .secondary-title:after {
    left: 38%;
  }
  .kitchen-styles {
    background-color: #384144;
  }
  .kitchen-styles .col-sm-4 {
    width: 50%;
  }
  .kitchen-styles .col-xs-12 {
    width: 50%;
    padding: 36px 0;
  }
  .kitchen-styles h3 {
    padding: 8% 0 10px 0;
  }
  .kitchen-styles h4 {
    font-size: 22px !important;
    padding: 15px 0 30px;
    margin-bottom: 20px;
  }
  .kitchen-styles .col-sm-4 p {
    font-size: 16px;
  }
  #kitchens-carousel p {
    font-size: 30px;
  }
  .designers .col-sm-3, .showroom-designers .col-sm-3 {
    width: 33.3%;
  }
  .designers .arrowBg {
    top: 66%;
  }
  .showrooms .col-sm-6 {
    width: 50%;
  }
  .our-world .col-sm-4 {
    width: 31.5%;
    margin: 5px;
  }
  .our-world .title p {
    margin: 0;
  }
  .customer-statisfaction .col-sm-12, .referrals .col-sm-12 {
    padding: 22% 0 0;
  }
  .customer-satisfaction li {
    font-size: 22px;
  }
  .customer-satisfaction li:after {
    left: 40%;
  }
  .latest-customer-kitchens .col-sm-4, .customer-kitchens .col-sm-4 {
    width: 50%;
  }
  .kitchen .col-sm-6 {
    width: 50%;
  }
  .kitchen .img-left {
    padding: 0 70px 0 0;
  }
  .kitchen .img-right {
    padding: 0 0 0 70px;
  }
  .kitchen .img-left p {
    left: auto !important;
  }
  .kitchen .copy {
    padding: 0;
  }
  .kitchen .copy p {
    font-size: 16px;
    line-height: 22px;
    padding: 10px 0;
  }
  .kitchen blockquote {
    font: italic 28px/40px Georgia, Times, Times New Roman, serif;
    color: #384144;
  }
  .designer-says .col-sm-9 {
    width: 60%;
  }
  .designer-says .col-sm-3 {
    width: 40%;
    padding: 0;
  }
  .designer-says .col-sm-3 .arrowBg {
    top: 76%;
  }
  .related-kitchens .col-sm-4 {
    width: 50%;
  }
  .related-kitchens .end {
    display: none !important;
  }
  .masterclasses .col-sm-4 {
    width: 50%;
    padding: 5px;
  }
  .blog .col-sm-8 {
    width: 65%;
    padding: 0 10px 0 0;
  }
  .blog .col-sm-4 {
    width: 35%;
  }
  .blog .related-posts .col-xs-4 {
    padding: 5px;
    width: 33.3%;
  }
  .showroom-contact-details .col-sm-9 {
    margin: 40px 0;
    width: 55% !important;
  }
  .showroom-contact-details .col-sm-3 {
    margin: 40px 0 0 10px;
    width: 43% !important;
  }
  .showroom-contact-details label {
    padding: 5px 20px 10px 0;
    float: left;
  }
  .showroom-contact-details form {
    position: absolute;
    float: none;
    width: 90%;
    left: 5%;
    padding: 15px;
    bottom: 30px;
  }
  .showroom-contact-details .form-group {
    width: 90%;
    margin: 0;
    float: left;
  }
  .showroom-contact-details .input-group {
    width: 68%;
    float: left;
  }
  .showroom-contact-details .btn {
    float: right;
  }
  .kitchen-ranges .col-sm-6 p {
    padding: 15% 0 0;
  }
  .kitchen-ranges .col-sm-6 {
    padding: 2px;
    width: 50%;
  }
  .newsletter fieldset {
    background-color: #fff;
  }
  .newsletter fieldset .form-group {
    width: 80%;
    float: left;
    margin: 0;
  }
  .newsletter fieldset .btn {
    float: right;
  }
  #kitchens-carousel .hidden-xs {
    display: inline-block !important;
  }
  #kitchens-carousel .hidden-sm, #kitchens-carousel .hidden-md, #kitchens-carousel .hidden-lg {
    display: none !important;
  }
  /* Book An Appoitment */
  .appointment-options {
    padding: 0;
  }
  .appointment-options .col-sm-6 {
    padding: 20px 10px;
    margin: 0 1%;
    width: 48% !important;
  }
  .appointment-options .col-sm-4 {
    padding: 20px 10px;
    margin: 1%;
    width: 48% !important;
  }
  .what-to-expect .col-sm-6 {
    width: 50% !important;
    padding: 0;
  }
  .what-to-expect .col-sm-6 ul {
    padding: 0 0 0 40px;
  }
  .home-sale-mob {
    display: none;
  }
  .desktop-sale {
    display: none;
  }
}
/* 600px - Screen Size 

	DEVICES:
	Acer Iconia Tab A101
	Archos 70b (it2)
	Arnova 10b G3
	BlackBerry PlayBook
	Kindle 3
	Kobo eReader Touch
	Samsung Galaxy Tab 2 7.0
	Samsung Galaxy Tab 7
*/
@media only screen and (min-width: 600px) {
  .center-block {
    padding: 0 3% !important;
    /*background-color: yellow;*/
  }
}
/* 768px - Screen Size  */
@media only screen and (min-width: 750px) {
  .col-md-1, .col-sm-1, .col-xs-1 {
    width: 8.33px !important;
  }
  .col-md-2, .col-sm-2, .col-xs-2 {
    width: 16.66% !important;
  }
  .col-md-3, .col-sm-3, .col-xs-3 {
    width: 25% !important;
  }
  .col-md-4, .col-sm-4, .col-xs-4 {
    width: 33.33% !important;
  }
  .col-md-5, .col-sm-5, .col-xs-5 {
    width: 41.6% !important;
  }
  .col-md-6, .col-sm-6, .col-xs-6 {
    width: 50% !important;
  }
  .col-md-7, .col-sm-7, .col-xs-7 {
    width: 58.3% !important;
  }
  .col-md-8, .col-sm-8, .col-xs-8 {
    width: 66.6% !important;
  }
  .col-md-9, .col-sm-9, .col-xs-9 {
    width: 75% !important;
  }
  .col-md-10, .col-sm-10, .col-xs-10 {
    width: 83.3% !important;
  }
  .col-md-11, .col-sm-11, .col-xs-11 {
    width: 91.6% !important;
  }
  .latest-customer-kitchens .col-sm-4 {
    width: 50% !important;
    min-height: 420px;
  }
  .customer-kitchens .col-sm-4 {
    width: 25% !important;
    margin-bottom: 3rem;
  }
  button, .btn-default, .btn {
    padding: 10px 15px;
    font: italic 15px/15px Georgia, Times, Times New Roman, serif;
  }
  #rev_slider_2_1, #rev_slider_2_1_wrapper, #rev_slider_1_1, #rev_slider_1_1, #rev_slider_1_1_wrapper, .tp-fullwidth-forcer {
    display: inline-block !important;
  }
  .mobile-landscape {
    display: none !important;
  }
  #rev_slider_2_1, #rev_slider_2_1_wrapper, #rev_slider_1_1, #rev_slider_1_1, #rev_slider_1_1_wrapper, .tp-fullwidth-forcer {
    height: 469px !important;
  }
  .animated {
    opacity: 0 !important;
  }
  .hovereffect h3, .hovereffect p {
    opacity: 0 !important;
  }
  .hovereffect:hover h3, .hovereffect:hover p {
    opacity: 1 !important;
  }
  .hovereffect img {
    opacity: 1 !important;
  }
  .hovereffect:hover img {
    opacity: 0.4 !important;
  }
  .navbar-brand {
    padding: 10px 0 10px 10px;
    margin-top: 0;
  }
  .navbar .showroomBt, .navbar .designBt, .scroll-navbar .showroomBt, .scroll-navbar .designBt, .scroll-navbar .kitchensBt, .scroll-navbar .menuBt {
    font-size: 13px;
  }
  .scroll-navbar .navbar-brand {
    display: none;
  }
  .navbar-nav > li {
    font-size: 12px;
  }
  .navbar-nav > li > a {
    padding: 5px !important;
  }
  .header-video .caption {
    top: 35%;
  }
  .header-video .caption h2 {
    font-size: 30px;
  }
  .moreBtn {
    position: absolute;
    bottom: 50px;
    left: 38%;
  }
  .kitchen-styles h3, .related-kitchens h5 {
    font-size: 16px;
  }
  .kitchen-styles h3 {
    padding: 20% 0 10px 0;
  }
  .kitchen-styles .col-sm-4 p {
    font-size: 18px;
  }
  .primary-title:after, .secondary-title:after {
    left: 40%;
  }
  .kitchen-styles .col-xs-12 {
    width: 100%;
    padding: 36px 0;
  }
  .kitchen-styles h4 {
    font-size: 30px !important;
  }
  .kitchen-styles .col-sm-4 {
    width: 50% !important;
  }
  .customer-satisfaction li {
    width: 30%;
    font-size: 18px;
  }
  .customer-satisfaction li:last-child {
    display: none;
  }
  .jcarousel-wrapper {
    margin: 0 45px;
  }
  .jcarousel li {
    width: 210px !important;
  }
  .jcarousel-control-next {
    right: -40px;
  }
  .jcarousel-control-prev {
    left: -40px;
  }
  .showrooms .col-sm-12 {
    padding: 60px 0;
  }
  .showrooms h4 {
    display: block;
  }
  .showrooms .hovereffect h5 {
    opacity: 0 !important;
    padding: 0 0 20px;
    margin: -90px 0 20px;
  }
  .showrooms h4, .showrooms h5 {
    font-size: 24px;
  }
  .showrooms .hovereffect:hover h5 {
    opacity: 1 !important;
  }
  .our-world .col-sm-4 {
    width: 31.5% !important;
    margin: 5px;
  }
  .blog .latest-posts .col-xs-6 {
    padding: 5px;
    min-height: 420px;
  }
  .intro-copy {
    padding: 40px 0;
  }
  .post-type-archive-kitchen .intro-copy {
    padding: 40px 0 0 0;
  }
  .intro-copy .col-sm-6 {
    padding: 20px 0;
    text-align: left;
  }
  .intro-copy .col-sm-6 p {
    padding: 10px 5% 10px 0 !important;
  }
  .designer-says .col-sm-3 .arrowBg {
    top: 66%;
  }
  .customer-kitchens h3 {
    font-size: 18px;
    padding: 20px 10px 10px 10px;
    text-transform: none;
    min-height: 80px;
  }
  .customer-kitchens p {
    padding: 0 10px;
  }
  .customer-kitchens p a {
    font: italic 16px Georgia, Times, Times New Roman, serif !important;
    text-decoration: underline;
    color: #58595B;
  }
  .latest-customer-kitchens h3 {
    padding: 20px 10px 10px 10px;
  }
  .kitchen .col-md-12 {
    padding: 40px 0 20px 0;
  }
  .related-kitchens .end {
    display: block !important;
  }
  .testimonials-carousel blockquote {
    padding: 25px 10%;
    font: italic 22px/30px Georgia, Times, Times New Roman, serif;
  }
  .kitchen .img-left p, .kitchen .img-right p {
    position: absolute;
    padding: 0;
  }
  .masterclasses .col-sm-4 {
    padding: 5px;
  }
  .masterclasses .title p {
    font-size: 14px;
  }
  .masterclasses em {
    font: italic normal 14px Georgia, Times, Times New Roman, serif;
  }
  .register .modal-dialog {
    margin: 30px auto !important;
  }
  .register h3 {
    font-size: 35px;
  }
  .register .col-sm-6 {
    padding: 10px;
  }
  .no-masthead {
    padding: 0 !important;
  }
  .newsletter .col-sm-4, .newsletter .col-sm-8 {
    width: 50% !important;
  }
  .newsletter fieldset .form-group {
    width: 70%;
    float: left;
    margin: 0;
  }
  .newsletter fieldset .btn {
    padding: 15px;
  }
  .design-visit .col-sm-6 {
    padding: 0 10px;
  }
  footer {
    font-size: 13px;
  }
  footer .col-sm-4 img {
    width: 70%;
  }
  footer .col-sm-6 img {
    height: 35px;
  }
  footer .col-sm-2 {
    padding: 100px 0 0;
  }
  footer .col-sm-2 img {
    width: 100%;
  }
  footer .col-sm-4 p {
    padding: 50px 0 0;
  }
  .call-to-actions ul {
    display: none;
  }
  footer .col-sm-6 li {
    padding: 0 2px;
  }
  .home .video-header {
    height: 70vh;
    padding-bottom: 0;
    width: 70%;
    float: left;
  }
  .video-header {
    height: 90vh;
    padding-bottom: 0;
    width: 100%;
  }
  .desktop-sale {
    display: block;
    position: relative;
    width: 30%;
    float: left;
    height: 70vh;
  }
  /* Book An Appointment */
  .appointment-options .col-sm-6 {
    padding: 40px;
    margin: 0 2%;
    width: 46% !important;
    min-height: 760px;
  }
  .appointment-options p {
    padding: 15px 0;
    font-size: 16px;
    line-height: 22px;
  }
  .what-to-expect .col-sm-6 {
    padding: 20px 30px;
  }
  .what-to-expect .col-sm-6 ul {
    padding: 40px 20px;
    font-size: 18px;
  }
  .what-to-expect .col-sm-6 ul li {
    padding: 10px 0;
    line-height: 26px;
  }
  .what-to-expect {
    padding: 60px 0;
  }
  body.page-masterclasses .masterclass-form--container .fields span {
    width: 50%;
  }
  .designers .hovereffect .overlay {
    display: block;
  }
}
/* 767px - Boostrap Breakpoint - Toggle Menu ----------- */
@media only screen and (max-width: 767px) {
  .center-block {
    width: 100% !important;
  }
  .navbar-toggle {
    border: none;
    display: inline-block;
    float: left;
    width: 46px;
    height: 46px;
    background: url(images/icons/menu.png) center no-repeat;
    margin: 32px 4% 0 0 !important;
    cursor: pointer;
  }
  .navbar-toggle.is-open {
    background: url(images/icons/close.png) center no-repeat !important;
  }
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: url(images/icons/menu.png) center no-repeat;
  }
  .navbar-offcanvas.offcanvas-transform.in {
    -webkit-transform: translateX(100%) !important;
    transform: translateX(100%) !important;
  }
  .navbar-default .navbar-offcanvas {
    background-color: #2a2d2d !important;
    max-width: 80% !important;
    left: -80% !important;
    z-index: 8000 !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    overflow: unset !important;
  }
  .navbar-offcanvas .pull-right {
    float: none !important;
  }
  .navbar-nav {
    float: left !important;
    width: 100%;
    margin: 0 0 10px !important;
    padding: 10px 20px !important;
  }
  .navbar-nav > li {
    font-weight: 400;
    font-size: 16px;
    padding: 20px 0 !important;
    border-bottom: 1px solid #535352;
  }
  .navbar-nav > li > a {
    padding: 5px !important;
    line-height: normal;
    color: #fff !important;
  }
  .navbar-offcanvas p {
    padding: 10px 20px !important;
    color: #fff;
    font: italic 18px Georgia, Times, Times New Roman, serif;
  }
  .navbar-offcanvas .list-inline {
    padding: 5px 20px !important;
  }
  .navbar-offcanvas .list-inline li {
    padding: 0;
  }
  .navbar-offcanvas .list-inline img {
    height: 40px;
  }
}
/* 800px - Small Desktop - 175% Zoom */
@media only screen and (min-width: 800px) {
  #rev_slider_2_1, #rev_slider_2_1_wrapper, #rev_slider_1_1, #rev_slider_1_1, #rev_slider_1_1_wrapper, .tp-fullwidth-forcer {
    height: 469px !important;
  }
  .contact-form input[type=email], .contact-form input[type=tel], .contact-form input[type=text], .contact-form input[type=url] {
    width: 100% !important;
  }
  .scroll-navbar {
    display: none;
  }
}
/*  1024px - Desktop Screen Size */
@media only screen and (min-width: 1024px) {
  .navbar-brand img {
    height: 85px;
    width: auto;
  }
  button, .btn-default, .btn {
    padding: 15px 30px;
    font: italic 18px/18px Georgia, Times, Times New Roman, serif;
  }
  .navbar-nav {
    width: auto;
    text-align: right;
    margin-right: 0;
  }
  .navbar-nav > li {
    display: inline-block;
    float: none !important;
  }
  .navbar .showroomBt, .navbar .designBt, .navbar .friendBt, .scroll-navbar .showroomBt, .scroll-navbar .friendBt, .scroll-navbar .designBt, .scroll-navbar .kitchensBt, .scroll-navbar .menuBt {
    font-size: 14px;
  }
  .scroll-navbar .navbar-brand {
    display: inline-block;
  }
  .navbar-nav > li {
    font-size: 13px;
  }
  .navbar-nav > li > a {
    padding: 0 8px !important;
    font-size: 14px;
  }
  #rev_slider_2_1, #rev_slider_2_1_wrapper, #rev_slider_1_1, #rev_slider_1_1, #rev_slider_1_1_wrapper, .tp-fullwidth-forcer {
    height: 450px !important;
  }
  .moreBtn {
    left: 48%;
  }
  .kitchen-styles h3, .related-kitchens h5 {
    font-size: 24px;
  }
  .primary-title:after, .secondary-title:after {
    left: 45%;
  }
  .showrooms .primary-title:after {
    left: 45% !important;
  }
  .kitchen-styles .col-xs-12 {
    padding: 100px 0;
  }
  .kitchen-styles h4 {
    font-size: 35px !important;
    padding: 30px 0;
    margin-bottom: 20px;
  }
  .call-to-actions button {
    padding: 18px 25px 18px 50px;
    font: bold 18px "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .call-to-actions .designBt, .call-to-actions .showroomBt, .call-to-actions .friendBt {
    width: auto !important;
  }
  .call-to-actions ul {
    display: inline-block;
  }
  .primary-title, .secondary-title, .secondary-title-left {
    font-size: 35px;
  }
  .intro-copy p, .home .kitchen-styles .col-xs-12 p, .why-choose-us p, .designers p, .showrooms .col-sm-12 p, .our-world p, .showroom-designers .col-sm-12 p, .showroom-contact-details .col-sm-12 p {
    padding: 10px 5%;
    font-size: 18px;
    line-height: 26px;
  }
  .contact-form p {
    padding: 10px 0;
    font-size: 18px;
    line-height: 26px;
  }
  .intro-copy em, .home .kitchen-styles .col-xs-12 em, .why-choose-us em, .designers em, .showrooms .col-sm-12 em, .our-world em, .showroom-designers em, .showroom-contact-details em, .kitchen-ranges .col-sm-12 em, .contact-form em {
    font: italic 20px Georgia, Times, Times New Roman, serif;
  }
  .intro-copy .col-sm-6 p {
    font-size: 18px;
    line-height: 26px;
  }
  .why-choose-us {
    padding: 80px 0;
  }
  #kitchens-carousel p {
    font-size: 34px;
    line-height: 40px;
    padding: 10px 15% 20px 15%;
  }
  .right .arrow {
    right: 150px;
  }
  .left .arrow {
    left: 150px;
  }
  .customer-satisfaction {
    padding: 70px 0;
  }
  .customer-satisfaction li {
    width: 24.6%;
  }
  .customer-satisfaction li:last-child {
    display: inline-block;
  }
  .customer-statisfaction .col-sm-12 {
    padding: 12% 0 0;
  }
  .referrals .col-sm-12 {
    padding: 11% 0 0;
  }
  .customer-statisfaction p, .referrals p {
    font-size: 24px;
    line-height: 34px;
    padding: 0 0 20px;
  }
  .customer-statisfaction p strong, .referrals p strong {
    font-size: 40px;
  }
  .jcarousel li {
    width: 215px !important;
  }
  .latest-customer-kitchens .col-sm-4, .customer-kitchens .col-sm-4 {
    width: 25% !important;
  }
  .latest-customer-kitchens h3 {
    font-size: 18px;
    line-height: 24px;
    min-height: 80px;
  }
  .customer-kitchens h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .kitchen .copy {
    padding: 70px 0 0;
  }
  .kitchen .copy p {
    font-size: 18px;
    line-height: 26px;
    padding: 10px;
  }
  .kitchen-styles h3, .related-kitchens h5 {
    font-size: 24px;
  }
  .related-kitchens .end {
    display: inline-block !important;
  }
  .designers {
    padding: 40px 0 80px 0;
  }
  .designers .arrowBg {
    top: 73%;
  }
  .designer-says .col-sm-3 .arrowBg {
    top: 75%;
  }
  .showrooms h4:after, .showrooms h5:after {
    left: 43% !important;
  }
  .showroom-contact-details .col-sm-9 {
    margin: 40px 20px 40px 0;
    width: 57% !important;
  }
  .showroom-contact-details .col-sm-3 {
    margin: 40px 0;
    width: 40% !important;
  }
  .showroom-contact-details form {
    width: 50%;
    left: 25%;
    bottom: 50px;
  }
  .showroom-contact-details .form-group {
    width: 85%;
  }
  .kitchen-ranges {
    padding: 40px 0 0;
    margin-top: 0;
  }
  .kitchen-ranges .col-sm-6 p {
    padding: 21% 0 0;
  }
  .design-visit .col-sm-6 {
    padding: 0 10px;
  }
  .our-world {
    padding: 60px 0;
  }
  .our-world .col-sm-12 {
    padding: 0;
  }
  .our-world .col-sm-4 {
    padding: 0 5px;
    margin: 40px 0 60px 0;
    width: 33% !important;
  }
  .our-world .col-sm-6 {
    padding: 0;
    margin: 10px;
    width: 40% !important;
  }
  .blog .copy h1 {
    font-size: 35px;
  }
  .register .modal-dialog {
    width: 800px !important;
  }
  .masterclasses .title p {
    font-size: 18px;
  }
  .masterclasses em {
    font: italic normal 18px Georgia, Times, Times New Roman, serif;
  }
  .contact-form .col-sm-12 {
    padding: 40px 0 0 0;
  }
  .newsletter {
    padding: 40px 0;
  }
  .newsletter .col-sm-4 {
    padding: 20px 0 0 0;
    width: 33.3% !important;
  }
  .newsletter .col-sm-8 {
    padding: 20px 30px 0 0;
    width: 66.6% !important;
  }
  .newsletter fieldset .form-group {
    width: 75%;
  }
  .newsletter fieldset .btn {
    padding: 15px 30px;
  }
  footer {
    padding: 35px 30px 75px;
    font-size: 15px;
  }
  footer .col-sm-4 p {
    padding: 50px 0 0;
  }
  footer .col-sm-4 img {
    width: auto;
  }
  footer .col-sm-6 img {
    height: auto;
  }
  footer .col-sm-2 {
    padding: 110px 0 0;
  }
  footer .col-sm-2 img {
    width: auto;
  }
  footer .col-sm-6 img {
    height: auto;
  }
  .showroom-designers .col-sm-3 {
    display: inline-block !important;
    float: none !important;
    width: 24.6% !important;
  }
  .appointment-options .col-sm-6 {
    min-height: 825px;
  }
  .video-header-masterclass {
    height: 600px;
  }
  .appointment-options .col-sm-4 {
    min-height: 820px;
    padding: 30px 20px 0 20px;
    margin: 0 0.5%;
    width: 32.3% !important;
  }
}
/*  1140px - Zoom Breakpoint - 125% Zoom */
@media only screen and (min-width: 1140px) {
  #rev_slider_2_1, #rev_slider_2_1_wrapper, #rev_slider_1_1, #rev_slider_1_1, #rev_slider_1_1_wrapper, .tp-fullwidth-forcer {
    height: 550px !important;
  }
  .sale-banner img {
    width: auto;
  }
  .navbar-nav > li:first-child {
    display: inline-block;
  }
  .navbar-nav > li {
    font-size: 16px;
  }
  .navbar-nav > li > a {
    padding: 0 8px !important;
    font-size: 16px;
  }
  .appointment-options .col-sm-6 {
    min-height: 770px;
  }
  .appointment-options .col-sm-4 {
    min-height: 820px;
    padding: 30px 20px 0 20px;
    margin: 0 0.5%;
    width: 32.3% !important;
  }
}
/*  1280px - Large Desktop - 110% Zoom */
@media only screen and (min-width: 1280px) {
  .center-block {
    width: 1152px !important;
    margin: 0 auto !important;
    padding: 0 !important;
    float: none !important;
  }
  #rev_slider_2_1, #rev_slider_2_1_wrapper, #rev_slider_1_1, #rev_slider_1_1, #rev_slider_1_1_wrapper, .tp-fullwidth-forcer {
    height: 600px !important;
  }
  .moreBtn {
    left: 48%;
  }
  .showroom-contact-details .col-sm-9 {
    width: 68% !important;
  }
  .showroom-contact-details .col-sm-3 {
    width: 30% !important;
  }
}
/* 1366px - Extra Large Desktop - 100% Zoom */
@media only screen and (min-width: 1366px) {
  .latest-customer-kitchens .col-sm-4 {
    width: 25% !important;
    min-height: 510px;
  }
}

/*# sourceMappingURL=style.css.map */
