/*DEFAULT SCSS*/
/* font stacks */
/* font-sizes */
/* line height */
/* font weights */
/* background */
/* colours */
/* backgrounds */
/* paddings */
/* widths */
/* Margins */
/* Box-shadow */
/* HOME STYLES */

a:focus {
  outline: none !important; 
}

#header-main {
  border-top: 3px solid #f4224f; }
  #header-main .email {
    color: #147ef2; }
    #header-main .email:hover {
      color: #333; }
  #header-main .telephone-text {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 2rem; }
  #header-main .telephone {
    font-size: 1.625rem;
    line-height: 2.625rem; }
    #header-main .telephone:hover {
      color: #f4224f; }
  #header-main .menu-times {
    font-size: 1.125rem;
    line-height: 1.813rem;
    font-style: italic; }

.banner-text-container {
  width: 50%;
  height: 100%;
  padding: 60px 0px;
  font-size: 22px;
  line-height: 36px;
  position: absolute;
  display: block;
  z-index: 10; }
  @media (max-width: 1450px) {
    .banner-text-container {
      padding: 20px 40px; } }
  @media (max-width: 1300px) {
    .banner-text-container {
      padding: 3% 0% 3% 5%; } }
  @media (max-width: 1000px) {
    .banner-text-container {
      display: none; } }
  .banner-text-container .services-button-container {
    transition: ease-in-out 0.3s;
    padding: 15px 35px;
    background-color: #0a96df;
    color: #fff;
    width: 35%;
    text-align: center; }
    @media (max-width: 1300px) {
      .banner-text-container .services-button-container {
        width: 50%;
        margin-top: 5%; } }
    .banner-text-container .services-button-container:hover {
      background-color: #f4224f;
      transition: 0.3 ease-in-out; }
    .banner-text-container .services-button-container a {
      font-size: 1.25rem;
      font-weight: 400;
      transition: 0.3 ease-in-out;
      color: white;
      letter-spacing: 0.5px;
      color: #fff;
      font-weight: 600;
      text-align: center; }

.banner-paragrath-container {
  margin: 20px 0 50px;
  color: #fff;
  font-weight: 300;
  line-height: 40px;
  font-size: 1.2vw;
  line-height: 2vw; }
  @media (max-width: 1300px) {
    .banner-paragrath-container {
      display: none; } }

.banner-inner::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1); }

.banner-form-block {
  display: block;
  position: absolute;
  z-index: 10;
  background-color: #ececec;
  width: 25%;
  height: auto;
  right: 15%;
  border-top: 3px solid #e4e4e4;
  padding: 40px 60px; }

  .banner-form-block h1,
  .general-form-container h1 {
    font-size: 32px;
    line-height: 42px;
    font-family: 'Crete Round', serif;
    letter-spacing: 0.5px;
    font-weight: 500;
    color: #333;
  }
  @media (max-width: 1700px) {
    .banner-form-block {
      right: 10%;
      border-top: 3px solid #e4e4e4;
      padding: 20px 40px;
      width: 30%; } }
  @media (max-width: 1500px) {
    .banner-form-block {
      display: none; } }
  .banner-form-block .btn {
    background-color: #f4224f;
    color: #fff;
    border-radius: 0px;
    border: 0px;
    padding: 15px 30px;
    text-shadow: none;
    margin-left: 0px;
    font-size: 16px;
    width: 110%; }

.banner-wrap {
  position: relative;
  z-index: 9; }

.banner-form-block .span6 {
  margin-left: 0px; }

.index-content1 {
  background-color: #fff;
  padding: 1.563rem 0; }

.get-in-touch-flex-container {
  display: flex;
  flex-wrap: wrap;
  padding: 1.25rem 3.125rem;
  background-color: #f5f5f5;
  padding: 2.75rem; }
  @media (max-width: 480px) {
    .get-in-touch-flex-container {
      padding: 1.75rem; } }

.get-in-touch-block {
  flex: 1;
  display: flex; }
  @media (max-width: 1300px) {
    .get-in-touch-block {
      flex: 0 0 100%;
      display: flex;
      justify-content: center;
      padding-bottom: 40px; } }
  @media (max-width: 480px) {
    .get-in-touch-block {
      flex-direction: column; } }
  @media (max-width: 480px) {
    .get-in-touch-block img {
      width: 60px; } }
  .get-in-touch-block h3 {
    font-weight: 300;
    text-align: center; }
    .get-in-touch-block h3 span {
      font-weight: 700; }

@media (max-width: 1300px) {
  .git-1 {
    padding-bottom: 40px; } }

.git2-inner-block {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .git2-inner-block .git-icon-text {
    margin-top: 5px; }

.git-icon-text a:hover {
  color: #f4224f;
}

@media (max-width: 480px) {
  .git2-ib-1, .git2-ib-2 {
    margin-bottom: 60px; } }

@media (max-width: 480px) {
  .git-icon-text {
    font-size: 24px; } }

.services-flex-container {
  background-color: #fff;
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  height: 450px; }
  @media (max-width: 1821px) {
    .services-flex-container {
      height: 750px; } }
  @media (max-width: 1189px) {
    .services-flex-container {
      height: 850px; } }
  @media (max-width: 1000px) {
    .services-flex-container {
      height: 1500px; } }
  @media (max-width: 595px) {
    .services-flex-container {
      height: 1800px; } }
  @media (max-width: 470px) {
    .services-flex-container {
      height: 1800px; } }
  .services-flex-container .services-button-container {
    position: absolute;
    z-index: 100;
    bottom: 60px;
    left: 60px;
    transition: ease-in-out 0.3s;
    padding: 15px 35px;
    background-color: #0a96df; }
    @media (max-width: 470px) {
      .services-flex-container .services-button-container {
        left: 40px; } }
    @media (max-width: 400px) {
      .services-flex-container .services-button-container {
        left: 20px; } }
    .services-flex-container .services-button-container:hover {
      background-color: #f4224f;
      transition: 0.3 ease-in-out; }
    .services-flex-container .services-button-container a {
      font-size: 1.25rem;
      font-weight: 400;
      transition: 0.3 ease-in-out;
      color: white;
      letter-spacing: 0.5px; }
  .services-flex-container .services-flex-block {
    position: relative;
    border: 5px solid white;
    flex: 1;
    background-size: cover !important;
    z-index: 98; }
    @media (max-width: 1821px) {
      .services-flex-container .services-flex-block {
        flex: 0 0 50%;
        height: 375px;
        box-sizing: border-box; } }
    @media (max-width: 1189px) {
      .services-flex-container .services-flex-block {
        height: 425px; } }
    @media (max-width: 1000px) {
      .services-flex-container .services-flex-block {
        flex: 0 0 100%;
        height: 375px; } }
    @media (max-width: 595px) {
      .services-flex-container .services-flex-block {
        flex: 0 0 100%;
        height: 450px; } }
    @media (max-width: 470px) {
      .services-flex-container .services-flex-block {
        flex: 0 0 100%;
        height: 450px; } }
    .services-flex-container .services-flex-block::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.6); }
    .services-flex-container .services-flex-block .services-text-container {
      margin: 60px;
      position: relative;
      z-index: 99;
      font-size: 1.25rem;
      color: #000;
      line-height: 2.25rem; }
      @media (max-width: 470px) {
        .services-flex-container .services-flex-block .services-text-container {
          margin: 30px 40px; } }
      @media (max-width: 400px) {
        .services-flex-container .services-flex-block .services-text-container {
          margin: 20px; } }
      @media (max-width: 320px) {
        .services-flex-container .services-flex-block .services-text-container {
          font-size: 1rem;
          line-height: 2rem; } }
  .services-flex-container .sfb-1 {
    background: url(../img/pod-images-buy-a-stairlift.jpg); }
  .services-flex-container .sfb-2 {
    background: url(../img/pod-images-stairlift-maintenance-and-repairs.jpg); }
  .services-flex-container .sfb-3 {
    background: url(../img/pod-images-stairlift-rental.jpg); }
  .services-flex-container .sfb-4 {
    background: url(../img/pod-images-speak-to-an-advisor.jpg); }

.index-content3, .general-content2 {
  background-color: #f5f5f5;
  padding: 80px; }
  @media (max-width: 1450px) {
    .index-content3, .general-content2 {
      padding: 40px; } }
  @media (max-width: 1450px) {
    .index-content3, .general-content2 {
      padding: 40px 10px; } }

.general-content2 {
  background-color: #f5f5f5;
  padding: 80px; }
  @media (max-width: 1450px) {
    .general-content2 {
      padding: 40px; } }
  @media (max-width: 1450px) {
    .general-content2 {
      padding: 40px 10px; } }

.why-choose-container {
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 50px; }
  @media (max-width: 1492px) {
    .why-choose-container {
      padding: 20px; } }
  .why-choose-container .why-choose-title-block {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 50px; }
    @media (max-width: 1400px) {
      .why-choose-container .why-choose-title-block {
        margin-bottom: 0px; } 
      .banner-form-block textarea {
        height: 125px;
        }}
  .why-choose-container .why-choose-main-block {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    margin: 40px; }

  .general-content2 .why-choose-container {
    background-color: transparent; 
    padding: 0px;
  }

  .why-choose-container a{
    color: #f4224f;
    text-decoration: underline;
    width: 100%;
  }


  .why-choose-container a:hover {
    color: #f4224f;
  }

  .general-content2 .why-choose-container .why-choose-title-block {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 40px;
  }

  .recon-service-tick-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 90%;
    margin-top: 100px; 
  }

  @media (max-width: 950px) {
    .recon-service-tick-block {
    flex: 0 0 100% !important; 
    text-align: center;
    margin-bottom: 40px;
  }
    .stairlift-choice-container li {
    margin-left: 0px !important; 
  }

  .recon-service-tick-container {
    margin-top: 40px;
  }
}

  @media (max-width: 650px) {
    .recon-service-tick-block {
    flex: 0 0 100%;
    margin-bottom: 50px;
  }

}

  .recon-service-tick-block {
    flex: 1; 
    text-align: center; 
  }

  .recon-service-tick-block h6 {
    font-size: 20px;
    line-height: 33px;
    font-weight: normal;
    font-family: 'Crete Round', serif;
    margin-top: 25px;
  }

    @media (max-width: 1400px) {
      .why-choose-container .why-choose-main-block {
        text-align: center; } }
    @media (max-width: 960px) {
      .why-choose-container .why-choose-main-block {
        margin: 0px; } }
    .why-choose-container .why-choose-main-block .wc-points-container {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      margin-bottom: 8%; }

      @media (max-width: 979px) {
    .why-choose-container .why-choose-main-block .wc-points-container {
    margin-bottom: 4%; 
      }
    }


      .why-choose-container .why-choose-main-block .wc-points-container .wc-points-icon {
        flex: 0 0 10%;
        margin-right: 2%; }
      .why-choose-container .why-choose-main-block .wc-points-container .wc-points-text {
        flex: 0 0 88%; }

@media (max-width: 1400px) {
  .wc-mb1 {
    flex: 0 0 100% !important;
    padding: 40px;
    margin: 0px !important;
    text-align: center; } }

@media (max-width: 1400px) {
  .wc-mb1 {
    padding: 20px 0px 30px; } }

@media (max-width: 1400px) {
  .wc-mb2, .wc-mb3 {
    flex: 0 0 50%; } }

@media (max-width: 960px) {
  .wc-mb2, .wc-mb3 {
    flex: 0 0 100% !important; } }

.index-content4, .general-content3, .general-content7 {
  background-color: #0a96df;
  display: inline-block;
  text-align: center;
  padding: 40px;
  width: 100%; }
  .index-content4 .callout-service-container, .general-content3 .callout-service-container, .general-content7 .callout-service-container {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    align-items: center; }
    .index-content4 .callout-service-container .callout-service-block, .general-content3 .callout-service-container .callout-service-block, .general-content7 .callout-service-container .callout-service-block {
      display: inline-block;
      margin: 0px 20px; }
      @media (max-width: 948px) {
        .index-content4 .callout-service-container .callout-service-block, .general-content3 .callout-service-container .callout-service-block, .general-content7 .callout-service-container .callout-service-block {
          flex: 0 0 100%;
          margin-bottom: 20px; } }
      .index-content4 .callout-service-container .callout-service-block .services-button-container, .general-content3 .callout-service-container .callout-service-block .services-button-container, .general-content7 .callout-service-container .callout-service-block .services-button-container {
        transition: ease-in-out 0.3s;
        padding: 10px 35px;
        background-color: #333; }
        @media (max-width: 948px) {
          .index-content4 .callout-service-container .callout-service-block .services-button-container, .general-content3 .callout-service-container .callout-service-block .services-button-container, .general-content7 .callout-service-container .callout-service-block .services-button-container {
            width: 33%;
            margin: 0 auto; } }
        @media (max-width: 948px) {
          .index-content4 .callout-service-container .callout-service-block .services-button-container, .general-content3 .callout-service-container .callout-service-block .services-button-container, .general-content7 .callout-service-container .callout-service-block .services-button-container {
            width: 100%;
            margin: 0 auto; } }
        @media (max-width: 470px) {
          .index-content4 .callout-service-container .callout-service-block .services-button-container, .general-content3 .callout-service-container .callout-service-block .services-button-container, .general-content7 .callout-service-container .callout-service-block .services-button-container {
            left: 40px; } }
        @media (max-width: 400px) {
          .index-content4 .callout-service-container .callout-service-block .services-button-container, .general-content3 .callout-service-container .callout-service-block .services-button-container, .general-content7 .callout-service-container .callout-service-block .services-button-container {
            left: 20px; } }
        .index-content4 .callout-service-container .callout-service-block .services-button-container:hover, .general-content3 .callout-service-container .callout-service-block .services-button-container:hover, .general-content7 .callout-service-container .callout-service-block .services-button-container:hover {
          background-color: #f4224f;
          transition: 0.3 ease-in-out; }
        .index-content4 .callout-service-container .callout-service-block .services-button-container a, .general-content3 .callout-service-container .callout-service-block .services-button-container a, .general-content7 .callout-service-container .callout-service-block .services-button-container a {
          font-size: 1.25rem;
          font-weight: 400;
          transition: 0.3 ease-in-out;
          color: white;
          letter-spacing: 0.5px;
          font-weight: 600; }

.index-content5 {
  background-color: #f5f5f5;
  padding: 80px 10px; }

.carousel-container-title {
  text-align: center;
  margin-bottom: 40px; }

.footer-flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .footer-flex-container .footer-flex-block {
    text-align: center; }

footer {
  background-color: #ebebeb;
  padding: 20px; }

.footer-flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .footer-flex-container .footer-flex-block {
    text-align: center; }
    .footer-flex-container .footer-flex-block h5 {
      font-size: 30px;
      line-height: 29px;
      font-family: 'Lato', sans-serif; }
      .footer-flex-container .footer-flex-block h5 span {
        font-size: 16px;
        font-family: 'Crete Round'; }


.ffb-2 {
  margin-top: 10px; }

.ffb-2 a:hover {
  color: #f4224f;
}

.open>.dropdown-menu {
    display: block;
    z-index: 10000000;
}

/* GENERAL STYLES */
.general-banner {
  position: relative; }

.general-banner:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1); }

@media (max-width: 900px) {
  .general-banner-wrap {
    width: 100%; } }

.max-width-banner {
  position: absolute;
  z-index: 99999;
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: flex-start;
  align-items: center; }

  @media (max-width: 1300px) {
  .max-width-banner {
    width: 85%; } }

.git2-ib-1 img {
  margin-bottom: 4px; 
}

.banner-title {
  text-align: left;
  color: white;
  font-size: 72px;
  line-height: 120px;
  text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.4); }
  @media (max-width: 1450px) {
    .banner-title {
      text-align: center;
      font-size: 60px;
      line-height: 100px; } }
  @media (max-width: 1450px) {
    .banner-title {
      font-size: 46px;
      line-height: 55px;  } }

.banner-sub-title {
  text-align: left;
  color: white;
  font-size: 22px;
  line-height: 38px;
  font-weight: 300;
  width: 60%;
  font-family: 'Lato', sans-serif; }
  @media (max-width: 1450px) {
    .banner-sub-title {
      text-align: center;
      font-size: 18px;
      line-height: 35px;
      width: 80%;
      margin: 0 auto; } }
  @media (max-width: 900px) {
    .banner-sub-title {
      display: none; } }

.general-content2 {
  background-color: #f5f5f5;
  padding: 80px; }
  @media (max-width: 1450px) {
    .general-content2 {
      padding: 40px; } }
  @media (max-width: 1450px) {
    .general-content2 {
      padding: 40px 10px; } }

.stairlift-choice-container ul {
    margin: 0px; 
    padding: 0px; 
    list-style-type: square;
}

.stairlift-choice-container li {
    font-size: 20px;
    line-height: 33px;
    font-weight: normal;
    font-family: 'Crete Round', serif;
    margin: 0px;
    padding: 0px;
    margin-left: 40px;
}

.morecontent span {
    display: none;
}
.morelink {
    display: block;
    transition: ease-in-out 0.5s; 
    color: #f4224f !important; 
    font-weight: 600;
}

.morelink:hover {
  opacity: 0.8; 
  color: #000; 
  transition: ease-in-out 0.5s; 
}



.stairlift-choice-container {
  display: flex;
  flex-wrap: wrap;
  padding: 50px; }
  @media (max-width: 1492px) {
    .stairlift-choice-container {
      padding: 20px; } }
  .stairlift-choice-container .margin-remove {
    margin-bottom: 0px !important;
    margin-top: 30px; }
  .stairlift-choice-container .stairlift-choice-title-block {
    flex: 0 0 100%;
    text-align: center;
    margin-bottom: 40px; }
    @media (max-width: 1400px) {
      .stairlift-choice-container .stairlift-choice-title-block {
        margin-bottom: 0px; } }
  .stairlift-choice-container .stairlift-choice-main-block {
    text-align: left;
    font-size: 0.96rem; }

@media (max-width: 1400px) {
  .sc-mb1 {
    flex: 0 0 100% !important;
    padding: 40px;
    margin: 0px !important;
    text-align: center; } }

@media (max-width: 1400px) {
  .sc-mb1 {
    padding: 20px 0px 30px; } }


.stairlift-choice-image-container {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px; }
  @media (max-width: 1300px) {
    .stairlift-choice-image-container {
      margin-top: 30px;
      margin-bottom: 60px; } }
  @media (max-width: 900px) {
    .stairlift-choice-image-container {
      margin-top: 20px;
      margin-bottom: 40px; } }
  @media (max-width: 900px) {
    .stairlift-choice-image-container {
      margin-top: 0px;
      margin-bottom: 20px; } }

.stairlift-choice-inner-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 1;
  background-color: white;
  margin: 0 8px 0px;
  padding-bottom: 40px; }
  @media (max-width: 1300px) {
    .stairlift-choice-inner-container {
      flex: 0 0 30%;
      flex-grow: 1;
      margin-bottom: 16px; } }
  @media (max-width: 900px) {
    .stairlift-choice-inner-container {
      flex: 0 0 45%;
      flex-grow: 1;
      margin-bottom: 16px; } }
  @media (max-width: 600px) {
    .stairlift-choice-inner-container {
      flex: 0 0 95%;
      flex-grow: 1;
      margin-bottom: 20px; } }


.stairlift-choice-text-container {
  flex: 0.2;
  font-size: 16px;
  font-weight: 600; }

.warranty-info-image-container {
  display: flex;
  flex-wrap: wrap;
  text-align: center; }

.warranty-info-inner-container {
  flex-wrap: wrap;
  flex-direction: column;
  flex: 1;
  margin: 0 3px;
  padding: 8px;
  border: 1px solid #e0e0e0; }
  @media (max-width: 800px) {
    .warranty-info-inner-container {
      flex: 0 0 60%;
      margin: 0 auto 40px; } }
  @media (max-width: 500px) {
    .warranty-info-inner-container {
      flex: 0 0 90%;
      margin: 0 auto 30px; } }

.warranty-info-img-container {
  flex: 1;
  position: relative; }

.warranty-info-title-text {
  position: absolute;
  display: block;
  top: 0;
  top: 50%;
  width: 100%;
  left: 50%;
  transform: translate(-50%, -65%); }

.warranty-info-text-container {
  flex: 1;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 25px; }

.warranty-info-text-container ul {
  margin-left: 0;
}

.warranty-bottom-text {
  margin-top: 60px;
  margin-bottom: 90px; }
  @media (max-width: 750px) {
    .warranty-bottom-text {
      margin: 40px 40px 80px;
      text-align: center; } }
  @media (max-width: 500px) {
    .warranty-bottom-text {
      margin: 40px 30px 80px; } }
  @media (max-width: 400px) {
    .warranty-bottom-text {
      margin: 20px 20px 40px; } }

li {
  padding: 15px 0px; }

.warranty-info-title-text h3 {
  font-size: 38px; }

.warranty-info-title-text h5 {
  font-size: 25px;
  font-family: 'Lato', sans-serif; }

.wi-tt1 h3 {
  color: rgba(109, 71, 45, 0.8);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4), 0 0 0 rgba(0, 0, 0, 0.8); }

.wi-tt2 h3 {
  color: rgba(88, 87, 87, 0.8);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4), 0 0 0 rgba(0, 0, 0, 0.8); }

.wi-tt3 h3 {
  color: rgba(132, 118, 71, 0.8);
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.4), 0 0 0 rgba(0, 0, 0, 0.8); }

.wi-ic-1 h5 {
  color: #815a40; }

.wi-ic-2 h5 {
  color: #5e5e5e; }

.wi-ic-3 h5 {
  color: #938453; }

.general-content5 {
  background-color: #f5f5f5;
  text-align: center; }
  .general-content5 .heading-strip-container {
    margin: 60px 0px; }

.stairlift-bio {
  border-bottom: 2px solid #eee;
  padding: 30px 0px 50px;
  margin-left: 0px !important;
  display:block ; }
  @media (max-width: 900px) {
    .stairlift-bio {
      padding: 20px; } }
  .stairlift-bio img {
    float: left;
    padding: 0 30px 10px 0; }
      .stairlift-bio h2 {
    margin-bottom: 30px;
    color: #333;
} }

.get-in-touch-main-container {
  padding: 50px;
  text-align: center; }
  @media (max-width: 600px) {
    .get-in-touch-main-container {
      padding: 40px 0px; } }
  .get-in-touch-main-container h2 {
    font-size: 40px;
    margin-bottom: 40px;
    text-align: center;   }

.general-form-container {
  background-color: #e4e4e4;
  padding: 40px 60px 60px;
  margin: 80px 0; }
  @media (max-width: 600px) {
    .general-form-container {
      padding: 0px 30px 20px;
      margin: 0px 0; } }
  .general-form-container .btn {
    background-color: #f4224f;
    color: #fff;
    border-radius: 0px;
    border: 0px;
    padding: 15px 30px;
    text-shadow: none;
    margin-left: 0px;
    font-size: 16px;
    width: 100%;
    margin-top: 20px;
    font-family: 'Lato', sans-serif; }
  .general-form-container .max-width-margin {
    margin-left: auto;
    margin-right: auto;
    max-width: 240px; }

.controls {
  text-align: center; }

.error-content {
    text-align: center;
    margin: 60px 0px;
    padding: 100px !important;
}

.contact-text-intro-container a:hover {
  color: #f4224f;
}

  @media (max-width: 600px) {
    .error-content {
    text-align: center;
    margin: 40px 0px;
    padding: 40px 40px !important;
    }

    .contact-text-intro-container {
    margin: 20px; 
      } }







/* ==========================================================================
   Fluid Studios defaults
   ========================================================================== */
html, body {
  background: #fff;
  color: #333;
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  letter-spacing: 0.5px;
  line-height: 1.813rem; }

* {
  box-sizing: border-box; }

/* ALIGNMENT */
.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

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

.clear {
  clear: both;
  height: 1px; }

.clear-cms {
  display: none; }

/* CMS */
.control-panel {
  z-index: 9999;
  width: 170px;
  min-height: 100px;
  border-radius: 10px;
  background: #fff;
  position: fixed;
  top: 100px;
  border: solid 1px #2a9bab;
  right: -140px;
  overflow: hidden;
  padding: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

.control-panel img {
  margin: 2px; }

.control-panel a {
  float: right; }

.gallery * {
  transition: none; }

/* DIVS */
.row {
  margin-bottom: 10px; }

.pad {
  padding: 20px; }

.max-width-banner {
  max-width: 1366px; }
  @media (max-width: 900px) {
    .max-width-banner {
      margin: 0px; } }

.general-banner-wrap {
  width: 100%;
}

.max-width, .limiter {
  max-width: 1366px;
  margin: 0 auto; }

.max-width2 {
  max-width: 1618px;
  margin: 0 auto; }

.max-width3 {
  max-width: 1024px;
  margin: 0 auto; }

main, article, aside, header, footer {
  display: block; }

/* FONTS */
.mark, .highlight {
  color: #F00;
  background: none; }

.white {
  color: #FFF; }

.black {
  color: #000; }

h1 {
  font-size: 4vw;
  line-height: 5vw;
  font-family: 'Crete Round', serif;
  letter-spacing: 3px;
  font-weight: 500;
  color: #fff; }

h2 {
  font-size: 28px;
  line-height: 45px;
  font-weight: normal;
  font-family: 'Crete Round', serif; }

h4 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 1.875rem;
  line-height: 40px; }

h5 {
  font-family: 'Crete Round', serif;
  color: #7a7a7a; }

ul {
  list-style-type: none;
  padding: 15px 0px; }

/* FORMS */
.req {
  color: #F00; }

.btn-inverse {
  color: #ccc; }

.span1.add-on {
  margin-left: -1px;
  float: none;
  width: 8.547008547008547%; }

form {
  margin: 0;
  margin-top: 20px;  }

.btn {
  background: #fff;
  border: solid 1px #ccc;
  box-shadow: none; }

/* LINKS */
.clickable {
  cursor: pointer; }

a {
  text-decoration: none;
  transition: 0.4s; }

a:link, a:visited {
  color: #333; }

a:hover, a:active {
  color: #fff;
  text-decoration: none; }

.font-small {
  font-size: 10px; }

.font-standard {
  font-size: 11px; }

.font-large {
  font-size: 14px; }

.font-xlarge {
  font-size: 18px; }

.a2a_label {
  display: none; }

/* ==========================================================================
   div styles - modern desktops
   ========================================================================== */
/* ===== HEADER ===== */
#cookie-bar {
  height: auto !important;
  display: none; }

#header-top {
  background: #000;
  color: #fff;
  line-height: 30px; }

#header-main {
  line-height: 25px;
  padding: 10px 0; }

#header-info {
  line-height: 20px;
  text-align: right; }

#header-social {
  padding: 5px 0;
  text-align: right; }

/* ===== SEARCH ===== */
.search-btn {
  height: 30px !important; }

.search {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #999;
  margin: 20px auto; }

.search header {
  cursor: pointer;
  border-bottom: 1px solid #CCC;
  margin-bottom: 10px; }

.search header:hover,
.search header:focus,
.search header:active,
.search span.clickable:hover,
.search span.clickable:focus,
.search span.clickable:active {
  color: #07c; }

.search-content {
  line-height: 18px;
  max-height: 54px;
  overflow: hidden; }

/* ===== MENU ===== */
.navbar {
  margin-bottom: 0; }

.navbar-inner {
  background: #ececec;
  border: none; }

.dropdown-menu>li>a {
    padding: 20px 20px;
    font-weight: 700;
}

.dropdown-menu>li {
    padding: 0px; 
}



.dropdown-menu>li>a:focus, .dropdown-submenu:focus>a, .dropdown-submenu:hover>a, 
.dropdown-menu>.active>a{
  color: #000; 
  text-decoration: none;
  background: #fff !important;
}


.dropdown-menu>.active>a:hover, .dropdown-menu>li>a:hover {
  background: #ececec !important;
  color:#000;
}

.stairlift-choice-text-container a:hover {
  color: #f4224f;
}



/* left or right align menu */
/* change menu highglight (top level) */
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
  background: none;
  box-shadow: none;
  color: #000;
  font-weight: 600; }

.navbar .nav {
  text-align: center;
  width: 100%; }

.navbar .nav > li {
  float: none;
  text-align: center;
  display: inline-block; }
  @media (max-width: 979px) {
    .navbar .nav > li {
      display: block; } }

.navbar .nav > li > a {
  text-shadow: none;
  color: #000;
  font-weight: 600;
  padding: 10px 35px 10px; }

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background: none;
  color: #000; }

.menu-left {
  color: #666;
  float: left;
  padding-right: 8px;
  padding-top: 2px;
  font-size: 12px;
  line-height: 14px;
  color: #999;
  text-shadow: none; }

.menu-right {
  float: right; }

/* ===== BANNER ===== */
.banner-wrap {
  background: #fff;
  padding: 0;
  margin-bottom: 0; }

.banner {
  width: 100%;
  position: relative;
  overflow: visible; }

.banner-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3; }

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

.banner-text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

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

.banner-text h1 {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  margin: 10% auto 20px auto;
  padding: 20px;
  display: table; }

.banner-text h2 {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  margin: 0 auto;
  padding: 20px;
  display: table; }

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

.mobile-banner {
  display: none; }

/* ===== CONTENT ===== */
.content1 {
  padding: 30px 0; }

.content2 {
  padding: 30px 0;
  background: #000;
  color: #fff; }

.content3 {
  padding: 30px 0; }

.general-content1 {
  padding: 30px 0; }

.general-content2 {
  padding: 30px 0; }

/* ===== FOOTER ===== */
#footer-tagline {
  padding: 20px; }

.footer-main {
  line-height: 40px;
  font-size: 14px; }

.footer-main h1 {
  font-size: 14px;
  line-height: 40px;
  margin: 0; }

address {
  padding: 20px 0;
  margin-bottom: 0;
  line-height: 22px;
  color: #000; }

.share-this {
  text-align: right; }

.footer-copy {
  float: left;
  border-right: solid 1px #fff;
  margin-right: 10px;
  padding-right: 10px;
  line-height: 16px; }

.footer-rights {
  float: left;
  line-height: 16px;
  margin-right: 10px; }

.footer-link {
  float: left;
  line-height: 16px;
  margin-right: 10px; }

/* ===== COPYRIGHT ===== */
.top-link {
  float: right; }

.copy {
  background: #000;
  color: #fff;
  padding: 0;
  line-height: 40px; }

.a2a_kit {
  float: right;
  margin: 4px 0;
  margin-left: 10px; }

/* FIXES */
/* ==========================================================================
   CMS styles
   ========================================================================== */
/* ===== BLOG PAGE ===== */
.blog {
  margin-bottom: 20px; }

#blog-menu {
  background: #eeeeee;
  padding: 20px;
  color: #fff;
  margin-top: 10px; }

.blog-post-preview {
  padding: 20px;
  margin-bottom: 20px;
  border: 1px solid #eee; }

.blog-post-preview:last-child {
  margin-bottom: 0;
  border-bottom: none; }

.blog-post-preview header,
.blog header {
  padding: 0;
  margin: 0 0 10px 0;
  background: none;
  font-size: 20px;
  font-weight: 700;
  color: #8c8c8c; }

.blog-post-preview-img {
  width: 25%;
  float: left; }

.blog-post-preview-content {
  width: 72%;
  float: right; }

.blog-post-preview-content img {
  display: none; }

.blog-post-content {
  height: 40px;
  line-height: 18px;
  overflow: hidden; }

.blog-post-more {
  float: right;
  background: #eee;
  color: #555;
  border-radius: 1px;
  padding: 5px 10px;
  margin-top: 20px; }

.blog-post-preview a:link, .blog-post-preview a:visited {
  color: #555; }

.blog-post-preview a:hover, .blog-post-preview a:active {
  color: #555; }

.blog-year-title {
  padding: 5% 0;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid #999;
  margin-bottom: 10px; }

.blog-month-title {
  width: 100%;
  font-size: 14px;
  font-weight: bold;
  color: #000;
  margin: 5px 0; }

.blog-cloud {
  width: 90%;
  padding: 5%;
  margin-top: 5%;
  border-radius: 2px;
  background: #000; }

.blog-cloud a:link, .blog-cloud a:visited {
  color: #fff !important;
  text-decoration: none; }

.blog-cloud a:hover, .blog-cloud a:active {
  color: #000 !important;
  text-decoration: none; }

.blog-wc-smallest {
  font-size: 0.6em;
  padding: 3px; }

.blog-wc-small {
  font-size: 0.8em;
  padding: 3px; }

.blog-wc-medium {
  font-size: 1em;
  padding: 3px; }

.blog-wc-large {
  font-size: 1.2em;
  padding: 5px; }

.blog-wc-largest {
  font-size: 1.4em;
  padding: 5px; }

.blog-post-date {
  font-size: 14px;
  float: right; }

#blog-search {
  margin-bottom: 0; }

.grey {
  color: #8f8f8f; }

.blog-social .a2a_kit {
  float: left;
  margin: 10px 0; }

/* ===== CONTACT PAGE ===== */
.contact-content3 {
  text-align: center; 
}

.opening-hours-container {
  background-color: white;
  padding: 40px;
  width: 40%;
  margin: 0 auto;
  margin-top: 60px;
}


.opening-hours-container {
    background-color: white;
    padding: 40px;
    width: 40%;
    margin: 0 auto;
    margin-top: 60px;
}

  @media (max-width: 1100px) {
 .opening-hours-container {
    width: 60%; 
  } }

    @media (max-width: 1100px) {
 .opening-hours-container {
    width: 100%; 
  } }

@media (max-width: 450px) {
 .opening-hours-container {
  padding: 20px;  
  } }



#contact-msg {
  margin-bottom: 10px;
  display: none; }

#contact-form {
  margin-bottom: 10px; }

.contact article {
  padding: 20px; }

.contact aside {
  padding: 20px;
  background: #eee; }

.map-cover {
  position: relative; }

.map-absolute {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0; }

/* ===== GALLERY ===== */
#galleria {
  width: 100%;
  height: auto; }

.statement {
  background: #eee;
  font-size: 24px;
  line-height: 36px;
  padding: 40px;
  text-align: center; }

/* ===== GENERAL ===== */
.statement > div {
  width: 80%;
  padding: 10%; }

/* ===== CAROUSEL ===== */
.slick-list {
  max-width: 90% !important;
  margin: 0 auto !important;
  text-align: center;
  overflow: hidden; }
  @media (max-width: 1200px) {
    .slick-list {
      max-width: 80% !important; } }
  @media (max-width: 800px) {
    .slick-list {
      max-width: 75% !important; } }
  @media (max-width: 600px) {
    .slick-list {
      max-width: 95% !important; } }

.slick-prev::before,
.slick-next::before {
  content: "<";
  font-size: 35px;
  font-weight: 300;
  color: white; }

.slick-next::before {
  content: ">"; }

.service {
  display: inline-block;
  position: relative;
  z-index: 1;
  background-color: #fff;
  color: #000;
  padding: 60px 40px 60px;
  margin: 0 10px;
  border-bottom: 8px solid white; }

.service-block {
  color: #fff;
  line-height: 23px;
  font-size: 14px;
  letter-spacing: 0.5px; }

#carousel {
  overflow: hidden;
  position: relative;
  background-color: transparent; }

.slick-next,
.slick-prev {
  background: #f4224f;
  border: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -57%);
  cursor: pointer;
  color: black;
  outline: none;
  z-index: 9999;
  border-radius: 3px;
  padding-left: 10px;
  right: 0; }

.slick-prev {
  left: 0; }

.service-block-carousel {
text-align: left;
    font-family: 'Crete Round';
    font-weight: 200;
    display: block;
    float: left;
  }
  @media (max-width: 800px) {
    .service-block-carousel {
      text-align: center; } }

.service-block-carousel h6 {
  text-transform: uppercase;
  font-size: 14px;
  font-style: italic;
  margin-top: 20px; }

.navbar .btn-navbar .icon-bar {
  background-color: #333;
  color: #333; }

.menu-left {
  color: #333;
  text-shadow: none; }

/* ==========================================================================
   HOME FORM
   ========================================================================== */
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 8px 6px;
  margin-bottom: 0px;
  height: 45px;
  padding: 10px 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: none; }

input[type="text"] {
  height: 55px; }

textarea {
  height: 240px; }

.banner-form-block textarea {
  height: 150px; }
  @media (max-width: 1600px) {
    .banner-form-block textarea {
      height: 120px; } }

#icon {
  background-image: url(../img/icon-plane-white.svg);
  background-repeat: no-repeat;
  background-position: 7px 7px; }

#icon2 {
  background-image: url(../img/icon-plane-white.svg);
  background-repeat: no-repeat;
  background-position: 18% 7px; }

/* ==========================================================================
   RESPONSIVE OVERRIDES
   ========================================================================== */
/* iPads (landscape) 768x1024 ----------- */
/* iPads (portrait) 768x1024 ----------- */
/* Large desktop */
/* Standard desktop */
/* Small desktop */
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  .banner-text h1 {
    margin: 2.5% auto 10px auto;
    font-size: 22px; }
  .navbar .btn-navbar {
    width: 100%;
    color: #000;
    margin-left: 0;
    background: none;
    border: none;
    filter: none;
    box-shadow: none; }
  .navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
    color: #000;
    background: none; }
  .nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
    background: none;
    color: #000; }
  .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background: none;
    color: #000; }
  .navbar-inner {
    background: none;
    border: none;
    box-shadow: none; }
  .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background: none;
    color: #000;
    box-shadow: none; }
  .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background: none;
    color: #000; } }

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  body, html {
    margin: 0;
    padding: 0; }
  header, header div, header article, header aside, header .text-right {
    text-align: center; }
  #header-top {
    padding: 10px 20px;
    box-sizing: border-box; }
  .banner-text h1 {
    margin: 2.5% auto 10px auto;
    font-size: 18px;
    line-height: 18px;
    padding: 10px; }
  .banner-text h2 {
    margin: 0 auto;
    font-size: 14px;
    line-height: 14px;
    padding: 10px; }
  .navbar .btn-navbar {
    width: 100%;
    color: #000;
    margin-left: 0;
    background: none;
    border: none;
    filter: none;
    box-shadow: none; }
  .navbar .btn-navbar:hover, .navbar .btn-navbar:focus, .navbar .btn-navbar:active, .navbar .btn-navbar.active, .navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
    color: #000;
    background: none; }
  .nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
    background: none;
    color: #000; }
  .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background: none;
    color: #000; }
  .navbar-inner {
    background: none;
    border: none;
    box-shadow: none; }
  .navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
    background: none;
    color: #000;
    box-shadow: none; }
  .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background: none;
    color: #000; }
  address, .copy {
    text-align: center;
    line-height: 20px; }
  address {
    padding-bottom: 0; }
  .top-link {
    float: none; }
  #blog-menu input {
    width: 75%; }
  #blogs {
    width: 65%;
    float: left;
    padding-right: 5%; }
  #blog-menu {
    width: 35%;
    float: left; }
  .content1, .content2, .content3, .general-content1, .general-content2 {
    padding: 20px;
    box-sizing: border-box; }
  footer, footer div, footer article, footer aside, footer .text-right, .share-this {
    text-align: center; }
  .copy {
    padding: 10px 20px;
    box-sizing: border-box; } }

/* Landscape phones and down iphone 320x480 */
@media (max-width: 480px) {
  #cookie-bar {
    font-size: 12px; }
  .row-fluid [class*="span"] {
    margin-bottom: 25px; }
  .row-fluid [class*="span"]:last-child {
    margin-bottom: 10px; }
  .banner,
  .general-banner {
    display: none; }
  .mobile-banner {
    display: block;
    position: relative; }
  .mobile-banner .banner-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 20px;
    box-sizing: border-box; }
  #blog-menu input {
    width: 75%; }
  .blog header {
    text-align: left; }
  .blog-post-date {
    font-size: 10px; }
  footer {
    font-size: 10px; }
  .copy {
    line-height: 20px; } }

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