/**
 * Theme Name: Keogh Homes
 * Version: 1.0.523
 * Theme URI: -
 * Author: -
 * Author URI: -
 * Description: Keogh Homes
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: custom
 * Text Domain: kh
 */
/*
 1. Fonts
 2. Variables
 3. General Resets
 4. Bootstrap Resets
 3. Header
 4. Footer
 5. Home Page
*/
/*===== Variables =====*/
/*===== General resets =====*/
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px; }

main {
  margin-top: 106px; }

.container {
  max-width: 1202px; }

h1,
h2 {
  font-size: 36px;
  line-height: 72px;
  font-weight: 500; }

h3 {
  font-size: 34px;
  line-height: 45px;
  font-weight: 500; }

h4 {
  font-size: 26px;
  line-height: 30px;
  font-weight: 300; }

h5 {
  font-size: 24px;
  line-height: 36px; }

h6 {
  font-size: 16px;
  line-height: 26px; }

.content h1,
.content h2 {
  margin-bottom: 10px;
  color: #294460; }

.content h3 {
  color: #294460; }

.content h4 {
  margin-bottom: 0;
  color: #4a8dcc; }

.content h5 {
  margin-bottom: 45px;
  color: #4a8dcc;
  font-weight: 300; }

.content h6 {
  margin-bottom: 20px;
  color: #294460; }

.content p {
  margin-bottom: 15px;
  color: #294460; }

.content blockquote {
  position: relative;
  padding-left: 13px;
  font-size: 18px;
  line-height: 30px; }
  .content blockquote:before {
    content: '';
    width: 2px;
    height: 100%;
    background: #4a8dcc;
    position: absolute;
    top: 0;
    left: 0; }
  .content blockquote p {
    display: inline; }
  .content blockquote cite {
    color: #4a8dcc;
    font-weight: 500;
    font-style: normal; }

.content img {
  width: 545px;
  height: auto; }

.content ul {
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none; }
  .content ul li {
    position: relative;
    margin-bottom: 17px;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px; }
    .content ul li:after {
      content: '';
      width: 5px;
      height: 5px;
      background: #4a8dcc;
      border-radius: 50%;
      position: absolute;
      top: 5px;
      left: -10px; }

.bg-primary {
  background-color: #4a8dcc !important; }

.bg-info {
  background-color: #e6f0f7 !important; }

.bg-secondary {
  background-color: #294460 !important; }

.bg-dark {
  background-color: #0d2146 !important; }

.bg-light {
  background-color: #f4f4f4 !important; }

.text-warning {
  color: #b8a575 !important; }

.mask-dark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.41); }

.btn-primary {
  padding: 10px 15px;
  background: #4a8dcc;
  border-radius: 7px;
  border: 1px solid #4a8dcc;
  font-size: 16px;
  line-height: 36px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .btn-primary:hover {
    background: transparent;
    border: 1px solid #fff; }
  .btn-primary:not(:disabled):not(.disabled):active {
    background-color: transparent;
    border-color: #fff; }
  .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:focus {
    box-shadow: none; }

.btn-outline-primary {
  padding: 5px 25px;
  color: #4a8dcc;
  border: 2px solid #4a8dcc;
  font-size: 14px;
  line-height: 36px;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .btn-outline-primary:hover {
    background: #4a8dcc;
    border-color: #4a8dcc; }
  .btn-outline-primary:not(:disabled):not(.disabled):active {
    background-color: #4a8dcc;
    border-color: #4a8dcc; }
  .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:focus {
    box-shadow: none; }

.btn-outline-secondary {
  padding: 0 15px;
  border: 2px solid #fff;
  color: #fff;
  font-size: 0% 18px;
  line-height: 45px;
  font-weight: 500;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s; }
  .btn-outline-secondary:hover {
    background: #fff;
    border-color: #fff;
    color: #4a8dcc; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active {
    background: #fff;
    border-color: #fff;
    color: #4a8dcc; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:focus {
    box-shadow: none; }

.fancybox-container .fancybox-button--zoom {
  display: none !important; }

/*==== Start header ====*/
header .navbar {
  padding: 0 15px; }

header .navbar-brand {
  margin-right: 130px; }
  header .navbar-brand img {
    width: 185px;
    height: auto; }

header .navbar-expand-lg .navbar-nav .nav-link {
  padding-left: 26px;
  padding-right: 26px; }

header .navbar-dark .navbar-nav .nav-link {
  color: #fff; }

header .navbar-nav .nav-item {
  position: relative; }
  header .navbar-nav .nav-item .sub-menu {
    display: none;
    list-style: none;
    background: #4a8dcc;
    padding-left: 0;
    width: 270px; }
    header .navbar-nav .nav-item .sub-menu .nav-item .nav-link {
      padding-top: 0;
      padding-bottom: 0;
      line-height: 52px;
      color: #fff !important; }
    header .navbar-nav .nav-item .sub-menu .nav-item:hover:after {
      display: none; }
    header .navbar-nav .nav-item .sub-menu .nav-item:hover .nav-link {
      text-decoration: underline;
      color: #9ddafa !important; }
  header .navbar-nav .nav-item .nav-link {
    padding-top: 17px;
    padding-bottom: 17px;
    font-size: 18px;
    line-height: 72px;
    letter-spacing: 1.6px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    outline: none; }
  header .navbar-nav .nav-item:after {
    content: '';
    width: 0;
    height: 1px;
    background: #9ddafa;
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s; }
  header .navbar-nav .nav-item:hover .nav-link {
    color: #9ddafa; }
  header .navbar-nav .nav-item:hover:after {
    width: calc(100% - 54px); }
  header .navbar-nav .nav-item.current-menu-item .nav-link {
    color: #9ddafa; }
  header .navbar-nav .nav-item.current-menu-item:after {
    width: calc(100% - 54px); }
  header .navbar-nav .nav-item:hover .sub-menu {
    display: block;
    position: absolute;
    top: 106px; }

/*== End header ==*/
.scroll-down {
  color: #FFF;
  position: absolute;
  bottom: 75px;
  left: 50%;
  font-size: 100px; }
  .scroll-down:hover {
    text-decoration: none;
    color: #FFF; }

/*==== Start main-slider ====*/
.main-slider {
  position: relative;
  height: calc(100vh - 106px);
  min-height: 400px; }
  .main-slider .slick-arrow {
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 9;
    outline: none;
    border: none;
    width: 60px;
    height: 90px;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer; }
    .main-slider .slick-arrow.slick-prev {
      left: 0; }
      .main-slider .slick-arrow.slick-prev span {
        margin-left: -20px; }
    .main-slider .slick-arrow.slick-next {
      right: 0; }
      .main-slider .slick-arrow.slick-next span {
        margin-right: -20px; }
    .main-slider .slick-arrow span {
      color: #fff;
      font-weight: 600;
      font-size: 32px;
      line-height: 72px; }

.slide {
  position: relative;
  height: 100%; }
  .slide .inner-slide {
    position: absolute;
    bottom: 100px;
    z-index: 9; }
    .slide .inner-slide .slide-logo-box {
      max-width: 100px;
      margin-right: 35px; }
      .slide .inner-slide .slide-logo-box img {
        width: 100px;
        height: auto; }
    .slide .inner-slide .slide-content {
      max-width: 600px; }
      .slide .inner-slide .slide-content h2 {
        line-height: 48px; }

.mask-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transform: scale(1);
  transition: all 5s ease-out; }

.slick-current.animate .mask-background {
  transform: scale(1.15); }

/*== End main-slider ==*/
/*==== Start section-content ====*/
.section-content .content h4,
.section-content .content h5 {
  color: #294460; }

.section-content .content h1, .section-content .content h2 {
  margin-bottom: 5px; }

.section-content .content h3, .section-content .content h4, .section-content .content h5, .section-content .content h6 {
  margin-bottom: 10px;
  font-weight: 500; }

/*== End section-content ==*/
/*==== Start intro ====*/
.intro {
  padding-top: 115px;
  padding-bottom: 120px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  background-color: #fdfefe; }
  .intro .content {
    margin-top: 13px; }
    .intro .content p {
      margin-bottom: 25px; }
  .intro img {
    border: 10px solid #e6f0f7; }

/*== End intro ==*/
/*==== Start cta ====*/
.cta {
  padding-top: 135px;
  padding-bottom: 130px; }
  .cta .content {
    margin-left: -15px; }
    .cta .content p {
      margin-bottom: 25px; }
  .cta img {
    border: 10px solid #fff; }
  .cta .btn-outline-primary {
    margin-left: 5px; }

.quote {
  margin-bottom: 25px;
  font-style: italic;
  font-weight: 300;
  color: #4a8dcc; }

/*== End cta ==*/
/*==== Start download ====*/
.download {
  padding-top: 75px;
  padding-bottom: 60px; }
  .download h3 {
    margin-bottom: 0; }
  .download .btn-outline-secondary {
    float: right; }

/*== End download ==*/
/*==== Start banner ====*/
.banner {
  padding-top: 20px;
  padding-bottom: 20px; }
  .banner img {
    width: 560px;
    height: auto; }
  .banner h1,
  .banner h2 {
    font-size: 40px;
    color: #294460; }
  .banner.extra-padding {
    padding-top: 50px;
    padding-bottom: 50px; }
  .banner.floating {
    position: absolute;
    top: 106px;
    width: 100%;
    z-index: 999; }

/*== End banner ==*/
/*==== Start about ====*/
.about {
  padding-top: 30px;
  padding-bottom: 30px; }
  .about .logo-sycamore {
    margin-bottom: 60px; }
    .about .logo-sycamore img {
      width: 395px;
      height: auto; }
  .about .content-text {
    margin-bottom: 20px;
    min-height: 135px; }
  .about .content img {
    width: 545px;
    height: auto; }

/*== End about ==*/
/*==== Start location ====*/
.location {
  padding-top: 10px;
  padding-bottom: 40px; }
  .location h2 {
    margin-bottom: 10px;
    color: #294460; }
  .location .quote {
    margin-bottom: 65px;
    font-size: 24px;
    line-height: 36px; }
  .location .content img {
    width: 545px;
    height: auto; }

/*== End location ==*/
/*==== Start map ====*/
.map {
  width: 100%;
  height: 750px; }

/*== End map ==*/
/*==== Start amenities ====*/
.amenities {
  padding-top: 40px;
  padding-bottom: 40px; }
  .amenities .content img {
    width: 545px;
    height: auto; }

/*== End amenities ==*/
/*==== Start overview ====*/
.overview {
  padding-top: 30px;
  padding-bottom: 65px; }
  .overview [id*='spscontent'] {
    z-index: 1100 !important; }
    .overview [id*='spscontent'] .psv-container {
      width: 100% !important;
      height: 100% !important; }
  .overview .content {
    margin-bottom: 75px; }
    .overview .content p {
      margin-bottom: 27px; }
    .overview .content.content-without-images {
      margin-bottom: 0; }
      .overview .content.content-without-images p:last-child {
        margin-bottom: 0; }

.wrapper-gallery-image {
  position: relative;
  margin-bottom: 18px; }
  .wrapper-gallery-image img.logo-expand {
    position: absolute;
    top: 16px;
    right: 16px; }
  .wrapper-gallery-image.big-box img.gallery-image {
    max-height: 585px;
    height: 100%;
    width: auto; }
  .wrapper-gallery-image.small-box img.gallery-image {
    max-height: 183px;
    height: 100%;
    width: auto; }

/*== End overview ==*/
/*==== Star specification ====*/
.specification {
  padding-top: 100px;
  padding-bottom: 75px; }
  .specification h6 {
    line-height: 18px;
    font-weight: 500; }
  .specification .list-box {
    margin-bottom: 38px; }
  .specification .inner-specification {
    padding: 0 5px; }

/*== End specification ==*/
/*==== Start full-image ====*/
.full-image {
  text-align: center; }
  .full-image img {
    max-height: 950px;
    height: 100%; }

/*== End plan ==*/
/*==== Start contact ====*/
.contact {
  padding-top: 60px;
  padding-bottom: 90px; }
  .contact img.logo-contact {
    margin-bottom: 60px;
    width: 540px;
    height: auto; }
  .contact .inner-contact-details img {
    width: 108px;
    height: auto; }
  .contact .inner-contact-details h4 {
    margin-top: 5px;
    margin-bottom: 13px;
    font-size: 25px;
    line-height: 24px;
    font-weight: 500;
    color: #4a8dcc; }
  .contact .inner-contact-details a,
  .contact .inner-contact-details span {
    font-size: 21px;
    line-height: 40px;
    font-weight: 400;
    color: #3c3c3c; }
  .contact .inner-contact-details a {
    display: inline-block; }
  .contact .inner-contact-details span {
    display: block; }

.enquiry-form {
  max-width: 485px;
  float: right; }
  .enquiry-form .gform_wrapper .gform_heading {
    margin-bottom: 0; }
  .enquiry-form .gform_wrapper h3.gform_title {
    margin-top: 0;
    margin-bottom: 45px;
    font-size: 30px;
    line-height: 28px;
    font-weight: 500;
    color: #4a8dcc; }
  .enquiry-form .gform_wrapper div.ginput_complex.ginput_container.gf_name_has_1 span label {
    display: none; }
  .enquiry-form .gform_wrapper input.placeholder,
  .enquiry-form .gform_wrapper textarea.placeholder {
    font-size: 21px;
    line-height: 30px;
    font-weight: 400;
    opacity: 1;
    color: #a8a8a9; }
  .enquiry-form .gform_wrapper input:-moz-placeholder,
  .enquiry-form .gform_wrapper textarea:-moz-placeholder {
    font-size: 21px;
    line-height: 30px;
    font-weight: 400;
    opacity: 1;
    color: #a8a8a9; }
  .enquiry-form .gform_wrapper input::-moz-placeholder,
  .enquiry-form .gform_wrapper textarea::-moz-placeholder {
    font-size: 21px;
    line-height: 30px;
    font-weight: 400;
    opacity: 1;
    color: #a8a8a9; }
  .enquiry-form .gform_wrapper input::-webkit-input-placeholder,
  .enquiry-form .gform_wrapper textarea::-webkit-input-placeholder {
    font-size: 21px;
    line-height: 30px;
    font-weight: 400;
    opacity: 1;
    color: #a8a8a9; }
  .enquiry-form .gform_wrapper textarea.textarea {
    border: 1px solid #a8a8a9; }
  .enquiry-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 10px 5px;
    border: 1px solid #a8a8a9; }
  .enquiry-form .gform_wrapper .top_label .gfield_label {
    display: none; }
  .enquiry-form .gform_wrapper ul li.gfield {
    margin-top: 0;
    margin-bottom: 16px; }
  .enquiry-form .gform_wrapper .gform_footer {
    margin: 22px 0 0 0;
    padding: 0; }
    .enquiry-form .gform_wrapper .gform_footer input.button,
    .enquiry-form .gform_wrapper .gform_footer input[type="submit"] {
      margin: 0;
      padding: 0 53px;
      font-size: 21px;
      line-height: 48px;
      color: #fff;
      background: #4a8dcc;
      border: 1px solid #4a8dcc;
      cursor: pointer;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      .enquiry-form .gform_wrapper .gform_footer input.button:hover,
      .enquiry-form .gform_wrapper .gform_footer input[type="submit"]:hover {
        background: transparent;
        color: #4a8dcc; }

/*== End contact ==*/
/*==== Start login ====*/
.login {
  padding-top: 80px;
  padding-bottom: 100px; }
  .login .gform_wrapper {
    margin: 0; }
    .login .gform_wrapper .gform_heading {
      margin-bottom: 0; }
      .login .gform_wrapper .gform_heading h3.gform_title {
        margin: 0;
        margin-bottom: 0;
        font-size: 30px;
        line-height: 28px;
        font-weight: 500; }
    .login .gform_wrapper .gfield {
      margin: 0; }
      .login .gform_wrapper .gfield .ginput_container {
        margin: 0; }
        .login .gform_wrapper .gfield .ginput_container input {
          margin-bottom: 16px;
          padding: 10px 5px !important;
          width: 100%;
          border: 1px solid #a8a8a9;
          line-height: 30px; }
    .login .gform_wrapper .gform_footer {
      margin-top: 0; }
      .login .gform_wrapper .gform_footer .gform_button {
        font-size: 21px;
        line-height: 48px; }
      .login .gform_wrapper .gform_footer .gform_ajax_spinner {
        max-width: 30px; }
    .login .gform_wrapper label {
      display: none !important; }

.inner-login {
  max-width: 470px;
  width: 100%; }
  .inner-login h4 {
    margin-bottom: 40px;
    font-size: 30px;
    line-height: 28px;
    font-weight: 500;
    color: #4a8dcc; }
  .inner-login input {
    margin-bottom: 16px;
    padding: 10px 5px;
    width: 100%;
    border: 1px solid #a8a8a9; }
    .inner-login input.placeholder {
      font-size: 21px;
      line-height: 30px;
      font-weight: 400;
      opacity: 1;
      color: #a8a8a9; }
    .inner-login input:-moz-placeholder {
      font-size: 21px;
      line-height: 30px;
      font-weight: 400;
      opacity: 1;
      color: #a8a8a9; }
    .inner-login input::-moz-placeholder {
      font-size: 21px;
      line-height: 30px;
      font-weight: 400;
      opacity: 1;
      color: #a8a8a9; }
    .inner-login input::-webkit-input-placeholder {
      font-size: 21px;
      line-height: 30px;
      font-weight: 400;
      opacity: 1;
      color: #a8a8a9; }
    .inner-login input.button {
      width: auto;
      margin: 0;
      margin-top: 14px;
      padding: 0 53px;
      font-size: 21px;
      line-height: 48px;
      color: #fff;
      background: #4a8dcc;
      border: 1px solid #4a8dcc;
      cursor: pointer;
      -webkit-transition: all 0.2s ease-in-out 0s;
      -moz-transition: all 0.2s ease-in-out 0s;
      -ms-transition: all 0.2s ease-in-out 0s;
      -o-transition: all 0.2s ease-in-out 0s;
      transition: all 0.2s ease-in-out 0s; }
      .inner-login input.button:hover {
        background: transparent;
        color: #4a8dcc; }

/*== End login ==*/
/*==== Start wrapper-accordion ====*/
.wrapper-accordion {
  padding-top: 35px;
  padding-bottom: 60px; }
  .wrapper-accordion h2 {
    margin-bottom: 30px;
    color: #294460; }
  .wrapper-accordion .card {
    margin-bottom: 22px;
    border: none; }
    .wrapper-accordion .card .card-header {
      padding: 0;
      background: #4a8dcc;
      border-radius: 0;
      border: none; }
      .wrapper-accordion .card .card-header.active {
        background: #294f72; }
      .wrapper-accordion .card .card-header button.btn-link {
        position: relative;
        padding: 13px 200px 13px 80px;
        width: 100%;
        text-align: left;
        text-decoration: none;
        font-size: 24px;
        line-height: 72px;
        font-weight: 400;
        color: #fff;
        white-space: normal; }
        .wrapper-accordion .card .card-header button.btn-link span {
          display: inline-block;
          margin-bottom: 0;
          font-size: 24px;
          line-height: 72px;
          font-weight: 400;
          color: #fff; }
        .wrapper-accordion .card .card-header button.btn-link i {
          position: absolute;
          top: 50%;
          left: 25px;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
          font-size: 20px; }
        .wrapper-accordion .card .card-header button.btn-link i.icon-caret-down {
          opacity: 1;
          font-size: 16px;
          -webkit-transition: all 0.1s ease-in-out 0s;
          -moz-transition: all 0.1s ease-in-out 0s;
          -ms-transition: all 0.1s ease-in-out 0s;
          -o-transition: all 0.1s ease-in-out 0s;
          transition: all 0.1s ease-in-out 0s; }
        .wrapper-accordion .card .card-header button.btn-link i.icon-caret-right {
          opacity: 0;
          -webkit-transition: all 0.1s ease-in-out 0s;
          -moz-transition: all 0.1s ease-in-out 0s;
          -ms-transition: all 0.1s ease-in-out 0s;
          -o-transition: all 0.1s ease-in-out 0s;
          transition: all 0.1s ease-in-out 0s; }
        .wrapper-accordion .card .card-header button.btn-link.collapsed i.icon-caret-down {
          opacity: 0; }
        .wrapper-accordion .card .card-header button.btn-link.collapsed i.icon-caret-right {
          opacity: 1; }
        .wrapper-accordion .card .card-header button.btn-link time {
          position: absolute;
          top: 50%;
          right: 50px;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
          font-size: 24px;
          line-height: 72px; }
    .wrapper-accordion .card .card-body {
      padding: 60px 85px 70px 85px;
      background: #e6f0f7;
      font-size: 18px;
      line-height: 40px; }
      .wrapper-accordion .card .card-body p {
        margin-bottom: 15px; }
      .wrapper-accordion .card .card-body .acc-box {
        position: relative;
        margin: 25px 0; }
        .wrapper-accordion .card .card-body .acc-box img {
          width: 70px;
          height: auto;
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%); }
        .wrapper-accordion .card .card-body .acc-box .acc-details {
          padding-left: 100px; }
          .wrapper-accordion .card .card-body .acc-box .acc-details h5 {
            margin-bottom: 0;
            font-size: 20px;
            line-height: 33px;
            color: #565656;
            font-weight: 600; }
          .wrapper-accordion .card .card-body .acc-box .acc-details a {
            font-size: 20px;
            line-height: 33px;
            color: #4a8dcc; }
      .wrapper-accordion .card .card-body .acc-button {
        text-align: right; }
        .wrapper-accordion .card .card-body .acc-button .btn-primary {
          padding: 15px 30px;
          border-radius: 0; }
          .wrapper-accordion .card .card-body .acc-button .btn-primary:hover {
            border: 1px solid #4a8dcc;
            color: #4a8dcc; }
          .wrapper-accordion .card .card-body .acc-button .btn-primary:not(:disabled):not(.disabled):active {
            border-color: #4a8dcc;
            color: #4a8dcc; }

/*== End wrapper-accordion==*/
/*==== Start error ====*/
.error {
  padding-top: 280px;
  padding-bottom: 280px;
  color: #294460; }

/*== End error ==*/
/*==== Start footer ====*/
footer {
  padding-top: 3px;
  padding-bottom: 3px; }
  footer p,
  footer a {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 72px; }
  footer .copyright p {
    color: #b7b7b7;
    font-weight: 200; }
  footer .footer-menu ul {
    margin-bottom: 0; }
    footer .footer-menu ul .list-inline-item:not(:last-child) {
      margin-right: 1px; }
    footer .footer-menu ul li a {
      font-weight: 400;
      color: #4a8dcc; }
    footer .footer-menu ul li .nav-link {
      padding: 0; }
    footer .footer-menu ul li:hover a {
      text-decoration: underline; }
  footer .credit p,
  footer .credit a {
    font-weight: 400;
    color: #4a8dcc; }
  footer .credit span {
    color: #b7b7b7; }

/*== End footer ==*/
.admin-bar .fixed-top {
  top: 32px; }

.admin-bar .main-slider {
  height: calc(100vh - 138px); }

.admin-bar .banner.floating {
  top: 138px; }

/*== End admin-bar ==*/
/*=============================Start @media query======================*/
/*==== tablet landscape ====*/
@media (max-width: 1199px) {
  .wrapper-gallery-image {
    margin-bottom: 23px; }
    .wrapper-gallery-image.big-box img.gallery-image {
      max-height: auto !important;
      height: auto;
      width: 870px; }
    .wrapper-gallery-image.small-box img.gallery-image {
      max-height: auto !important;
      height: auto;
      width: 270px; } }

/*==== tablet portret ====*/
@media (max-width: 991px) {
  main {
    margin-top: 90px; }
  h2 {
    font-size: 30px;
    line-height: 40px; }
  h3 {
    font-size: 27px;
    line-height: 37px; }
  h4 {
    font-size: 23px; }
  h5 {
    font-size: 23px;
    line-height: 30px; }
  .content h5 {
    margin-bottom: 25px; }
  header .navbar {
    padding: 15px; }
  header .navbar-brand img {
    width: 165px;
    height: auto; }
  header .navbar-nav {
    padding-top: 30px;
    padding-bottom: 20px; }
    header .navbar-nav .nav-item .nav-link {
      padding-top: 10px;
      padding-bottom: 10px;
      line-height: 20px; }
    header .navbar-nav .nav-item:after {
      display: none; }
    header .navbar-nav .nav-item .sub-menu .nav-item .nav-link {
      padding-left: 45px;
      font-size: 16px;
      line-height: 40px; }
    header .navbar-nav .nav-item:hover .sub-menu {
      position: static; }
  .navbar-dark .navbar-toggler {
    outline: none; }
  .banner img {
    width: 415px;
    height: auto; }
  .slide .inner-slide .slide-logo-box img {
    width: 80px;
    height: auto; }
  .slide .inner-slide .slide-content h2 {
    line-height: 40px; }
  .intro {
    padding-top: 60px;
    padding-bottom: 60px; }
    .intro .content {
      margin-bottom: 30px; }
  .cta {
    padding-top: 60px;
    padding-bottom: 60px; }
    .cta .content {
      margin-left: 0;
      margin-bottom: 30px; }
    .cta img {
      margin: auto; }
    .cta .order-2 {
      order: 1; }
    .cta .order-1 {
      order: 2; }
  .location {
    padding-top: 60px;
    padding-bottom: 60px; }
    .location .quote {
      margin-bottom: 40px;
      font-size: 20px;
      line-height: 30px; }
    .location img {
      margin-bottom: 20px; }
  .contact {
    padding-bottom: 60px; }
    .contact .inner-contact-details span,
    .contact .inner-contact-details a {
      font-size: 18px;
      line-height: 35px; }
  .enquiry-form {
    float: none; }
    .enquiry-form .gform_wrapper {
      margin-top: 40px; }
      .enquiry-form .gform_wrapper h3.gform_title {
        margin-bottom: 30px;
        font-size: 25px; }
      .enquiry-form .gform_wrapper input.placeholder,
      .enquiry-form .gform_wrapper textarea.placeholder {
        font-size: 16px; }
      .enquiry-form .gform_wrapper input:-moz-placeholder,
      .enquiry-form .gform_wrapper textarea:-moz-placeholder {
        font-size: 16px; }
      .enquiry-form .gform_wrapper input::-moz-placeholder,
      .enquiry-form .gform_wrapper textarea::-moz-placeholder {
        font-size: 16px; }
      .enquiry-form .gform_wrapper input::-webkit-input-placeholder,
      .enquiry-form .gform_wrapper textarea::-webkit-input-placeholder {
        font-size: 16px; }
  .download .btn-outline-secondary {
    float: none; }
  .download h3 {
    margin-bottom: 20px; }
  .section-content {
    padding-top: 30px;
    padding-bottom: 30px; }
  .wrapper-accordion .card .card-header button.btn-link {
    padding: 20px 200px 20px 80px;
    line-height: 40px; }
    .wrapper-accordion .card .card-header button.btn-link h3 {
      line-height: 40px; }
  footer {
    padding-top: 20px;
    padding-bottom: 20px; }
    footer .text-right,
    footer .text-center {
      text-align: left !important; }
    footer p,
    footer a {
      line-height: 30px; } }

/*=======Breakpoint=======*/
@media (max-width: 782px) {
  main {
    margin-top: 76px; }
  .admin-bar .fixed-top {
    top: 46px; } }

/*==== mobile ====*/
@media (max-width: 767px) {
  main {
    margin-top: 70px; }
  h1 {
    font-size: 30px;
    line-height: 40px; }
  h2 {
    font-size: 20px; }
  h3 {
    font-size: 20px;
    line-height: 27px; }
  h5 {
    margin-bottom: 20px;
    font-size: 20px; }
  header .navbar-brand img {
    width: 100px;
    height: auto; }
  .scroll-down {
    display: none; }
  .banner img {
    width: 230px;
    height: auto; }
  .banner.flexibe-banner {
    position: static; }
  .main-slider {
    height: 200px; }
    .main-slider .slick-arrow {
      width: 40px;
      height: 75px; }
      .main-slider .slick-arrow span {
        font-size: 18px; }
      .main-slider .slick-arrow.slick-prev span {
        margin-left: 0; }
      .main-slider .slick-arrow.slick-next span {
        margin-right: 0; }
  .slide .inner-slide {
    bottom: 10px;
    width: calc(100% - 15px); }
    .slide .inner-slide .slide-logo-box img {
      margin-bottom: 15px;
      width: 50px;
      height: auto; }
    .slide .inner-slide .slide-content.float-left {
      float: none; }
    .slide .inner-slide .slide-content h2 {
      line-height: 30px; }
  .full-image img {
    max-height: 170px;
    height: 100%; }
  .location {
    padding-top: 30px;
    padding-bottom: 30px; }
    .location .quote {
      margin-bottom: 20px;
      font-size: 18px;
      line-height: 28px; }
  .amenities {
    padding-bottom: 30px; }
  .overview {
    padding-bottom: 30px; }
  .contact {
    padding-bottom: 30px; }
    .contact img.logo-contact {
      margin-bottom: 35px; }
    .contact .inner-contact-details img {
      margin-bottom: 15px; }
    .contact .inner-contact-details h4 {
      margin-bottom: 10px;
      font-size: 20px;
      line-height: 20px; }
    .contact .inner-contact-details a,
    .contact .inner-contact-details span {
      font-size: 15px;
      line-height: 25px; }
  .enquiry-form .gform_wrapper {
    margin-top: 15px; }
    .enquiry-form .gform_wrapper h3.gform_title {
      font-size: 20px;
      line-height: 20px;
      margin-bottom: 20px; }
    .enquiry-form .gform_wrapper input.placeholder,
    .enquiry-form .gform_wrapper textarea.placeholder {
      font-size: 13px; }
    .enquiry-form .gform_wrapper input:-moz-placeholder,
    .enquiry-form .gform_wrapper textarea:-moz-placeholder {
      font-size: 13px; }
    .enquiry-form .gform_wrapper input::-moz-placeholder,
    .enquiry-form .gform_wrapper textarea::-moz-placeholder {
      font-size: 13px; }
    .enquiry-form .gform_wrapper input::-webkit-input-placeholder,
    .enquiry-form .gform_wrapper textarea::-webkit-input-placeholder {
      font-size: 13px; }
    .enquiry-form .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
      padding: 5px; }
  .wrapper-accordion {
    padding-top: 15px;
    padding-bottom: 15px; }
    .wrapper-accordion .card .card-header button.btn-link {
      padding: 20px 170px 20px 65px;
      font-size: 20px; }
      .wrapper-accordion .card .card-header button.btn-link h3 {
        font-size: 20px; }
      .wrapper-accordion .card .card-header button.btn-link i {
        font-size: 17px; }
      .wrapper-accordion .card .card-header button.btn-link time {
        font-size: 20px;
        line-height: 25px; }
      .wrapper-accordion .card .card-header button.btn-link span {
        font-size: 20px;
        line-height: 35px; }
    .wrapper-accordion .card .card-body {
      padding: 35px; }
      .wrapper-accordion .card .card-body .wrapper-download {
        margin-bottom: 30px; }
      .wrapper-accordion .card .card-body .acc-box .acc-details h5 {
        font-size: 18px;
        line-height: 30px; }
      .wrapper-accordion .card .card-body .acc-box .acc-details a {
        font-size: 16px;
        line-height: 30px; }
      .wrapper-accordion .card .card-body .acc-button {
        text-align: left; }
      .wrapper-accordion .card .card-body p {
        font-size: 16px;
        line-height: 26px; }
  .admin-bar .main-slider {
    height: 350px; } }

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