﻿@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4G1ilXs1Ug.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GCC5Xs1Ug.ttf) format('truetype');
}
@font-face {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/nunitosans/v15/pe1mMImSLYBIv1o4X1M8ce2xCx3yop4tQpF_MeTm0lfGWVpNn64CL7U8upHZIbMV51Q42ptCp5F5bxqqtQ1yiU4GMS5Xs1Ug.ttf) format('truetype');
}
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lora/v32/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-C0Coq92mQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/lora/v32/0QI6MX1D_JOuGQbT0gvTJPa787z5vBJBkqg.ttf) format('truetype');
}
body {
  background-color: #fff;
  color: #787469;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
body a {
  color: #787469;
  text-decoration: none;
}
body a:hover,
body a:active,
body a:focus {
  text-decoration: underline;
  color: #787469;
}
body p {
  font-weight: normal;
}
.btn {
  background-color: #b8d118;
  box-shadow: none;
  font-family: 'Nunito Sans', sans-serif;
  border-radius: 0;
  border: 1px solid #b8d118;
  font-weight: 400;
  font-size: 16px;
}
.btn:hover,
.btn:focus,
.btn:active {
  background-color: #9EB411;
  border-color: #9EB411;
}
.btn:hover,
.btn:focus,
.btn:active {
  box-shadow: none;
  top: 0;
}
.btn:hover.search,
.btn:focus.search,
.btn:active.search {
  box-shadow: none;
}
.btnlink {
  background-color: #b8d118;
  color: #fff !important;
  border: 1px solid #9EB411;
  text-decoration: none;
  font-family: 'Nunito Sans', sans-serif;
  margin-top: 24px;
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
}
.btnlink.btnlink:hover,
.btnlink.btnlink:focus {
  top: 0px !important;
}
.btnlink.invert {
  border: 1px solid #787469;
  color: #787469;
}
@media (max-width: 991px) {
  .searchpage #SearchPanel .footerrefiner .btnlink,
  .searchpagerefiner #SearchPanel .footerrefiner .btnlink,
  .searchpage #filterselector .footerrefiner .btnlink,
  .searchpagerefiner #filterselector .footerrefiner .btnlink,
  .searchpage #mobfilterselector .footerrefiner .btnlink,
  .searchpagerefiner #mobfilterselector .footerrefiner .btnlink {
    margin-top: 0px;
  }
}
.footerrefiner {
  padding: 0 !important;
  border-top: solid 1px #dbdbdb;
}
.footerrefiner .row {
  margin: 0;
}
.footerrefiner .col-xs-6 {
  padding: 0;
}
.footerrefiner .btnlink {
  height: 60px !important;
  border-radius: 0;
  background-color: #fff;
  color: #787469 !important;
  font-weight: 500 !important;
  border: 0;
}
.footerrefiner .btn {
  width: 100% !important;
  height: 60px !important;
  border-radius: 0;
  border: 0;
}
.btnlink:hover,
.btnlink:focus {
  color: #787469;
}
.btnlink:hover.invert,
.btnlink:focus.invert {
  background-color: #787469;
  color: #fff;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
}
#MainNav {
  height: 80px !important;
  background-color: #fff;
  color: #787469;
  border: 0;
  height: 80px;
  border-bottom: solid 1px #dbdbdb;
  /* Extra small screen and smaller */
  /* Small screen and smaller */
}
@media (max-width: 767px) {
  #MainNav {
    height: 60px !important;
  }
}
@media (max-width: 991px) {
  #MainNav {
    padding: 0;
    position: relative !important;
  }
}
#MainNav .logo {
  background-image: url('https://files.holidaycottages.co.uk/docs/gorgeouscottages/gorgeous-logo.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  height: 80px;
  width: 192px;
  display: inline-block;
  margin-top: 0;
  line-height: 80px;
  font-weight: 900;
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  #MainNav .logo {
    height: 50px;
    width: 150px;
    margin-top: 7px;
  }
}
@media (min-width: 768px) {
  #MainNav .logo {
    background-image: url('https://files.holidaycottages.co.uk/docs/gorgeouscottages/gorgeous-logo.svg');
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #MainNav .logo {
    margin-top: 7px;
  }
}
@media (min-width: 992px) {
  #MainNav .logo {
    margin-top: 1px;
  }
}
#MainNav ul li {
  line-height: 80px;
  height: 80px;
}
#MainNav ul li a {
  font-size: 14px;
  font-weight: 400;
  line-height: 72px;
  height: 80px;
  color: #787469;
  padding-top: 8px;
}
#MainNav ul li a i {
  display: none;
}
#MainNav ul li a:hover,
#MainNav ul li a:focus {
  border-top: 5px solid #b8d118;
}
#MainNav ul li.callus {
  color: #fff;
}
#MainNav ul li.callus .icon {
  color: #141414;
  padding-right: 5px;
  font-size: 18px;
}
#MainNav .menuicon {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 15px;
  position: absolute;
  right: 45px;
  top: 10px;
  padding-top: 19px;
  /* Extra small screen and smaller */
}
#MainNav .menuicon:after {
  font-size: 28px;
  right: -30px;
  top: 10px;
}
@media (max-width: 767px) {
  #MainNav .menuicon {
    top: 0;
  }
  #MainNav .menuicon:after {
    font-size: 29px;
    right: -35px;
  }
}
#MainNav .menuicon .text {
  display: none;
}
/* Medium screen & Bigger */
@media (min-width: 992px) {
  #MainNav.menustuck {
    background-color: #fff;
    color: #787469;
    border: 0;
    height: 80px;
    border-bottom: solid 1px #dbdbdb;
    /*border-bottom: 1px solid @BorderColor;*/
  }
  #MainNav.menustuck .logo {
    color: #8F8F8F;
    background-image: url('https://files.holidaycottages.co.uk/docs/gorgeouscottages/gorgeous-logo.svg');
  }
  #MainNav.menustuck ul li.first {
    border-right: 1px solid #dbdbdb;
  }
  #MainNav.menustuck ul li a {
    color: #787469;
  }
  #MainNav.menustuck ul li.callus {
    color: #787469;
  }
  #MainNav.menustuck .menuicon {
    color: #787469;
  }
  #MainNav.menustuck .menuicon .menuicon-bar {
    background-color: #787469;
  }
}
@media (min-width: 992px) and (max-width: 767px) {
  #MainNav.menustuck .logo {
    background-image: url('https://files.holidaycottages.co.uk/docs/gorgeouscottages/gorgeous-logo.svg');
  }
}
#mm-my-menu.mm-opened {
  background-color: #fff;
  color: #8F8F8F;
}
#mm-my-menu.mm-opened .mm-navbar .mm-close {
  color: #787469;
  right: 30px;
  top: 23px;
}
#mm-my-menu.mm-opened .mm-navbar .mm-close:after {
  content: "\e882";
  font-size: 28px;
}
#mm-my-menu.mm-opened .mm-panels {
  margin-top: 20px;
}
#mm-my-menu.mm-opened .mm-panels a {
  color: #787469;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
#mm-my-menu.mm-opened .mm-panels a i {
  color: #b8d118;
  margin-right: 10px;
}
.footerout {
  background-color: #fff;
  border-top: solid 1px #dbdbdb;
}
#Footer {
  background-color: #fff;
  /* Extra small screen and smaller */
}
#Footer p {
  margin-bottom: 15px;
  color: #9e9e9e;
}
#Footer .title {
  color: #787469;
  font-size: 21px !important;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
}
#Footer a {
  color: #9e9e9e;
}
#Footer .social {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #Footer .social {
    float: left;
    width: 33.33333333%;
  }
}
#Footer .social .logo {
  background-image: url('https://files.holidaycottages.co.uk/docs/gorgeouscottages/gorgeous-logo.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  height: 70px;
  width: 220px;
}
@media (max-width: 767px) {
  #Footer .social .logo {
    height: 70px;
    width: 220px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #Footer .social .logo {
    height: 62px;
    width: 190px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #Footer .social .logo {
    height: 65px;
    width: 200px;
  }
}
#Footer .social p {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}
#Footer .social p.socialicons {
  margin-top: 105px;
}
#Footer .social p.socialicons a i {
  font-size: 30px;
  color: #787469;
  margin-left: 15px;
}
@media (max-width: 767px) {
  #Footer {
    text-align: center;
    padding-bottom: 30px;
  }
  #Footer .useful {
    margin-bottom: 40px;
  }
  #Footer .social {
    text-align: center;
    margin-top: 40px;
  }
  #Footer .social p.socialicons {
    margin-top: 30px;
  }
  #Footer .social p.socialicons a i {
    margin: 0 15px;
  }
}
.homepage {
  /* Medium screen & Bigger */
}
.homepage .mstuck {
  position: absolute;
  width: 100% !important;
}
.homepage .mstuck.is-stuck {
  position: relative;
}
.homepage #MainNav .logo {
  background-image: url('https://files.holidaycottages.co.uk/docs/gorgeouscottages/gorgeous-logo.svg');
}
@media (max-width: 767px) {
  .homepage #MainNav .logo {
    background-image: url('https://files.holidaycottages.co.uk/docs/gorgeouscottages/gorgeous-logo.svg');
  }
}
.homepage #MainNav.menustuck .logo {
  background-image: url('https://files.holidaycottages.co.uk/docs/gorgeouscottages/gorgeous-logo.svg');
}
@media (max-width: 767px) {
  .homepage #MainNav.menustuck .logo {
    background-image: url('https://files.holidaycottages.co.uk/docs/gorgeouscottages/gorgeous-logo.svg');
  }
}
.homepage #Hero {
  overflow: hidden;
  /* Extra small screen and smaller */
  /* Small screen and smaller */
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .homepage #Hero {
    height: auto !important;
  }
}
.homepage #Hero img {
  margin-top: 0;
}
@media (max-width: 991px) {
  .homepage #Hero {
    max-height: none;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .homepage #Hero img {
    max-width: none;
    width: auto;
  }
}
.homepage #Hero .caption {
  top: 53%;
  transform: translate(0, -53%);
  /* Small screen and smaller */
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .homepage #Hero .caption {
    top: 56%;
  }
}
.homepage #Hero .caption .homeintroimage {
  width: 162px;
  height: 45px;
  margin: 0 auto 12px auto;
  display: block;
}
@media (min-width: 768px) {
  .homepage #Hero .caption .homeintroimage {
    width: 278px;
    margin: 0 auto 15px auto;
  }
}
@media (min-width: 1200px) {
  .homepage #Hero .caption .homeintroimage {
    width: 324px;
    height: 60px;
  }
}
.homepage #Hero .caption h1 {
  font-size: 30px;
  line-height: 1.33;
  margin-top: 0;
}
@media (min-width: 375px) and (max-width: 767px) {
  .homepage #Hero .caption h1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .homepage #Hero .caption h1 {
    font-size: 45px;
    text-shadow: 0 2px 10px rgba(107, 105, 127, 0.8);
  }
}
@media (min-width: 1200px) {
  .homepage #Hero .caption h1 {
    font-size: 55px;
    line-height: 1.09;
  }
}
.homepage #Hero .caption h1 span {
  display: block;
  text-transform: none;
  font-size: 35px;
  margin-bottom: 15px;
  letter-spacing: normal;
}
@media (min-width: 375px) and (max-width: 767px) {
  .homepage #Hero .caption h1 span {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .homepage #Hero .caption h1 span {
    font-size: 51px;
  }
}
@media (min-width: 992px) {
  .homepage #Hero .caption h1 span {
    font-size: 51px;
  }
}
@media (min-width: 1200px) {
  .homepage #Hero .caption h1 span {
    font-size: 68px;
  }
}
.homepage #Hero .caption span.firstTitle {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
  font-size: 48px;
  display: inline-block;
  line-height: normal;
  text-transform: uppercase;
  /* Medium screen and smaller */
  /* Small screen and smaller */
  /* Extra small screen and smaller */
}
@media (max-width: 1199px) {
  .homepage #Hero .caption span.firstTitle {
    padding: 0 80px;
  }
}
@media (max-width: 991px) {
  .homepage #Hero .caption span.firstTitle {
    padding: 0;
    margin-bottom: 17px;
  }
}
@media (max-width: 767px) {
  .homepage #Hero .caption span.firstTitle {
    font-size: 30px;
    line-height: 40px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .homepage #Hero .caption span.firstTitle br {
    display: none;
  }
}
.homepage #Hero .caption p {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-top: 0;
  /* Small screen and smaller */
}
.homepage #Hero .caption p .search {
  display: inline !important;
  position: relative;
  top: 20px;
  padding: 13px 40px;
  letter-spacing: normal;
}
@media (min-width: 768px) {
  .homepage #Hero .caption p .search {
    top: 40px;
  }
}
.homepage #Hero .caption p.mobsearch {
  display: none;
}
@media (max-width: 991px) {
  .homepage #Hero .caption p .btn {
    font-weight: 500;
  }
}
.homepage #Hero .caption p.introtitle {
  font-size: 27px;
  line-height: 0.89;
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: 'Lora', serif;
  font-style: italic;
}
.homepage #Hero .caption p.strapline {
  display: none;
}
@media (min-width: 768px) {
  .homepage #Hero .caption p.strapline {
    display: block;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    margin-top: 0;
    font-family: 'Lora', serif;
    font-style: italic;
  }
}
.homepage #Hero .caption p span {
  font-size: 38px;
  padding-left: 5px;
  padding-right: 3px;
  letter-spacing: normal;
}
.homepage #Hero .caption p.sitetitle {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 30px;
  line-height: 1.33;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 10px;
  /* Only Small screen */
}
@media (min-width: 768px) {
  .homepage #Hero .caption p.sitetitle {
    font-size: 77px;
    line-height: 1;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .homepage #Hero .caption p.sitetitle {
    width: 590px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
}
.homepage #Hero .caption p.hometitle {
  font-family: 'Nunito Sans', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.4em;
  margin-bottom: 15px;
}
@media (min-width: 375px) and (max-width: 767px) {
  .homepage #Hero .caption p.hometitle {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .homepage #Hero .caption p.hometitle {
    font-size: 29px;
  }
}
@media (min-width: 1200px) {
  .homepage #Hero .caption p.hometitle {
    font-size: 38px;
  }
}
.homepage #Hero .caption p.hometitle span {
  display: block;
  text-transform: none;
  font-size: 35px;
  margin-bottom: 15px;
  letter-spacing: normal;
}
@media (min-width: 375px) and (max-width: 767px) {
  .homepage #Hero .caption p.hometitle span {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .homepage #Hero .caption p.hometitle span {
    font-size: 51px;
  }
}
@media (min-width: 992px) {
  .homepage #Hero .caption p.hometitle span {
    font-size: 51px;
  }
}
@media (min-width: 1200px) {
  .homepage #Hero .caption p.hometitle span {
    font-size: 68px;
  }
}
.homepage #Hero .caption .btn {
  background-color: #b8d118;
  border-color: #b8d118;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 23px;
  font-weight: 400;
  padding: 8px 25px !important;
}
.homepage #Hero .caption .btn:hover {
  background-color: #9EB411;
  border-color: #9EB411;
}
@media (min-width: 768px) {
  .homepage #Hero .caption .btn {
    padding: 13px 40px !important;
  }
}
.homepage #Hero .caption .hslimg {
  display: inline;
  width: 80px;
  height: 40px;
}
.homepage #HeroCarousel {
  margin-top: 0;
  /* Small screen and smaller */
  /* Extra small screen and smaller */
}
.homepage #HeroCarousel .bx-wrapper {
  margin-bottom: 0;
  box-shadow: none;
}
.homepage #HeroCarousel img {
  margin-top: 0;
}
@media (max-width: 991px) {
  .homepage #HeroCarousel {
    max-height: none;
    margin-top: 0;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .homepage #HeroCarousel img {
    max-width: none;
    width: auto;
  }
}
.homepage #HeroCarousel .caption {
  top: 53%;
  transform: translate(0, -53%);
  /* Small screen and smaller */
  /* Extra small screen and smaller */
}
@media (min-width: 768px) {
  .homepage #HeroCarousel .caption .caracap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .homepage #HeroCarousel .caption .caracap {
    margin-left: 8.33333333%;
    width: 83.33333333%;
  }
}
.homepage #HeroCarousel .caption h1 {
  font-size: 30px;
  line-height: 1.09;
  margin-top: 0;
}
@media (min-width: 375px) and (max-width: 767px) {
  .homepage #HeroCarousel .caption h1 {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .homepage #HeroCarousel .caption h1 {
    font-size: 45px;
    text-shadow: 0 2px 10px rgba(107, 105, 127, 0.8);
  }
}
@media (min-width: 992px) {
  .homepage #HeroCarousel .caption h1 {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .homepage #HeroCarousel .caption h1 {
    font-size: 55px;
  }
}
.homepage #HeroCarousel .caption h1 span {
  display: block;
  text-transform: none;
  font-size: 35px;
  margin-bottom: 15px;
  letter-spacing: normal;
}
@media (min-width: 375px) and (max-width: 767px) {
  .homepage #HeroCarousel .caption h1 span {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .homepage #HeroCarousel .caption h1 span {
    font-size: 51px;
  }
}
@media (min-width: 992px) {
  .homepage #HeroCarousel .caption h1 span {
    font-size: 51px;
  }
}
@media (min-width: 1200px) {
  .homepage #HeroCarousel .caption h1 span {
    font-size: 68px;
  }
}
.homepage #HeroCarousel .caption p {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  margin-top: 0;
  /* Small screen and smaller */
}
.homepage #HeroCarousel .caption p .search {
  display: inline !important;
  position: relative;
  top: 20px;
  padding: 13px 40px;
}
@media (min-width: 768px) {
  .homepage #HeroCarousel .caption p .search {
    top: 40px;
  }
}
.homepage #HeroCarousel .caption p.mobsearch {
  display: none;
}
@media (max-width: 991px) {
  .homepage #HeroCarousel .caption p .btn {
    font-weight: 500;
  }
}
.homepage #HeroCarousel .caption p.strapline {
  display: none;
}
@media (min-width: 992px) {
  .homepage #HeroCarousel .caption p.strapline {
    display: block;
  }
}
.homepage #HeroCarousel .caption p span {
  font-size: 38px;
  padding-left: 5px;
  padding-right: 3px;
  letter-spacing: normal;
}
.homepage #HeroCarousel .caption p.hometitle {
  font-family: 'Nunito Sans', sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.09;
  margin-top: 0;
}
@media (min-width: 375px) and (max-width: 767px) {
  .homepage #HeroCarousel .caption p.hometitle {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .homepage #HeroCarousel .caption p.hometitle {
    font-size: 45px;
    text-shadow: 0 2px 10px rgba(107, 105, 127, 0.8);
  }
}
@media (min-width: 992px) {
  .homepage #HeroCarousel .caption p.hometitle {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .homepage #HeroCarousel .caption p.hometitle {
    font-size: 55px;
    line-height: 1.09;
  }
}
.homepage #HeroCarousel .caption p.hometitle span {
  display: block;
  text-transform: none;
  font-size: 35px;
  margin-bottom: 15px;
  letter-spacing: normal;
}
@media (min-width: 375px) and (max-width: 767px) {
  .homepage #HeroCarousel .caption p.hometitle span {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .homepage #HeroCarousel .caption p.hometitle span {
    font-size: 51px;
  }
}
@media (min-width: 992px) {
  .homepage #HeroCarousel .caption p.hometitle span {
    font-size: 51px;
  }
}
@media (min-width: 1200px) {
  .homepage #HeroCarousel .caption p.hometitle span {
    font-size: 68px;
  }
}
.homepage #HeroCarousel .caption .btn {
  padding: 8px 25px !important;
}
@media (min-width: 768px) {
  .homepage #HeroCarousel .caption .btn {
    padding: 13px 40px !important;
  }
}
.homepage #HeroCarousel .caption .hslimg {
  display: inline;
  width: 80px;
  height: 40px;
}
.homepage #HeroCarousel .caption .bx-controls {
  display: none;
}
.homepage #HeroCarousel .caption .bx-wrapper {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
}
.homepage #HeroCarousel .caption .carousel-indicators {
  display: none;
}
.homepage #HeroCarousel .carousel-indicators {
  display: none;
}
.homepage #HomeSearch {
  background-color: #787469;
  color: #afb2b6;
}
.homepage #HomeSearch .borderright {
  border-right: 1px solid #787469;
}
.homepage #HomeSearch .borderright.last {
  border-right: none;
}
.homepage #HomeSearch .form-control {
  background-color: #fff;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  padding: 6px 12px;
}
.homepage #HomeSearch .form-control option {
  color: #787469;
  background-color: #fff;
}
.homepage #HomeSearch .ddlwrap {
  margin-left: -15px;
  margin-right: -15px;
}
.homepage #HomeSearch .ddlwrap:before {
  color: #141414;
  right: 15px;
}
.homepage #HomeSearch .dpicker {
  margin-left: -15px;
  margin-right: -15px;
}
.homepage #HomeSearch .dpicker .icon-remove {
  right: 10px;
  top: 20px;
  color: #787469;
}
.homepage #HomeSearch .dpicker .icon-remove:before {
  color: #787469;
  content: "\e882";
  font-size: 22px;
  margin: 0;
}
.homepage #HomeSearch .dpicker ::-webkit-input-placeholder {
  color: #fff;
}
.homepage #HomeSearch .dpicker :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.homepage #HomeSearch .dpicker ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.homepage #HomeSearch .dpicker :-ms-input-placeholder {
  color: #fff;
}
.homepage #HomeSearch .dpicker.nodate:before {
  color: #141414;
  content: "\e841";
  font-size: 18px;
  top: 17px;
  right: 15px;
}
.homepage #HomeSearch .dpicker.hasdate:before {
  display: none;
}
.homepage #HomeSearch .search {
  background-color: #b8d118;
  border: 1px solid #9EB411;
  border-radius: 0;
  font-weight: 500;
  margin-top: 10px;
}
.homepage #HomeSearch .search:hover,
.homepage #HomeSearch .search:focus {
  background-color: #9EB411;
}
.homepage #IntroCopyCont {
  background-color: #f1f3f3;
}
.homepage #IntroCopyCont .homeicon {
  font-size: 48px;
}
.homepage .driverheader {
  padding-bottom: 25px;
  padding-top: 20px;
  /* Small screen and smaller */
}
@media (max-width: 991px) {
  .homepage .driverheader {
    padding-top: 10px;
  }
}
.homepage .driverheader h2 {
  color: #787469;
  position: relative;
}
.homepage .driverheader h2.regiontitle {
  margin-top: 40px;
}
.homepage .driverheader p {
  color: #b7b7b7;
}
.homepage .driverheader.inspirationheader {
  background-color: #fff;
}
.homepage .homecarousel .carousel-indicators li {
  width: 7px;
  height: 7px;
}
.homepage .homecarousel .carousel-indicators li.active {
  background-color: #b8d118;
  width: 7px;
  height: 7px;
}
.homepage .holidayideaswrapper {
  clear: both;
  float: left;
  width: 100%;
  background-image: url("https://files.holidaycottages.co.uk/docs/gorgeouscottages/images/home/repeat-pattern2.jpg");
  border-bottom: solid 1px #f4f4f4;
}
.homepage .holidayideaswrapper .homebg {
  background-color: transparent !important;
}
.homepage .homebg {
  background-color: #fff;
}
.homepage .homebg .DriverLayout2 {
  /* Small screen and smaller */
}
@media (max-width: 991px) {
  .homepage .homebg .DriverLayout2 {
    padding-bottom: 0;
  }
}
.homepage .homebg.darkershade {
  background-color: #181818;
}
.homepage .homebg.inspirationdrivers {
  background-color: #fff;
  margin-bottom: 0;
  /* Small screen and smaller */
}
@media (max-width: 991px) {
  .homepage .homebg.inspirationdrivers {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
.homepage .homebg.inspirationdrivers .DriverLayout1 .driverinset .driver,
.homepage .homebg.inspirationdrivers .DriverLayout2 .driverinset .driver,
.homepage .homebg.inspirationdrivers .DriverLayout3 .driverinset .driver,
.homepage .homebg.inspirationdrivers .DriverLayout1 .driverfull .driver,
.homepage .homebg.inspirationdrivers .DriverLayout2 .driverfull .driver,
.homepage .homebg.inspirationdrivers .DriverLayout3 .driverfull .driver {
  /* Medium screen and smaller */
  /* Large screen & Bigger */
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .homepage .homebg.inspirationdrivers .DriverLayout1 .driverinset .driver,
  .homepage .homebg.inspirationdrivers .DriverLayout2 .driverinset .driver,
  .homepage .homebg.inspirationdrivers .DriverLayout3 .driverinset .driver,
  .homepage .homebg.inspirationdrivers .DriverLayout1 .driverfull .driver,
  .homepage .homebg.inspirationdrivers .DriverLayout2 .driverfull .driver,
  .homepage .homebg.inspirationdrivers .DriverLayout3 .driverfull .driver {
    height: 424px;
  }
}
@media (min-width: 1200px) {
  .homepage .homebg.inspirationdrivers .DriverLayout1 .driverinset .driver,
  .homepage .homebg.inspirationdrivers .DriverLayout2 .driverinset .driver,
  .homepage .homebg.inspirationdrivers .DriverLayout3 .driverinset .driver,
  .homepage .homebg.inspirationdrivers .DriverLayout1 .driverfull .driver,
  .homepage .homebg.inspirationdrivers .DriverLayout2 .driverfull .driver,
  .homepage .homebg.inspirationdrivers .DriverLayout3 .driverfull .driver {
    height: 497px;
  }
}
.homepage .featuredproperties {
  background-color: #fff;
}
.homepage .featuredproperties .title {
  text-align: center;
  padding-bottom: 25px;
  padding-top: 0;
}
@media (max-width: 991px) {
  .homepage .featuredproperties .title {
    padding-bottom: 20px;
    padding-top: 20px;
  }
}
.homepage .featuredproperties .title h2 {
  color: #787469;
  position: relative;
  /*&:before {
                    //Desktop upwards
                    @media (min-width: @screen-md) {
                        display: block;
                        content: '';
                        background-color: #e7e7e7;
                        width: 35%;
                        height: 1px;
                        position: absolute;
                        top: 50%;
                        left: 0;
                    }
                }

                &:after {
                    //Desktop upwards
                    @media (min-width: @screen-md) {
                        display: block;
                        content: '';
                        background-color: #e7e7e7;
                        width: 35%;
                        height: 1px;
                        position: absolute;
                        top: 50%;
                        right: 0;
                    }
                }*/
}
.homepage .featuredproperties .title p {
  color: #b7b7b7;
}
.homepage .featuredproperties .title h2 {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .homepage .featuredproperties .title h2 {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .homepage .featuredproperties .title h2 {
    margin-top: 50px;
  }
}
.homepage .parallax-window {
  padding-top: 30px;
  padding-bottom: 30px;
  background-position: center;
  clear: both;
  font-size: 15px;
  border-top: solid 1px #f9f9f9;
  background-color: #f9f9f9;
  /* Small screen and smaller */
}
@media (min-width: 768px) {
  .homepage .parallax-window {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
.homepage .parallax-window h1 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #787469;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .homepage .parallax-window h1 {
    font-size: 24px;
    margin-top: 0;
  }
}
.homepage .parallax-window h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  margin-bottom: 15px;
  color: #787469;
}
@media (min-width: 768px) {
  .homepage .parallax-window h2 {
    font-size: 24px;
  }
}
.homepage .parallax-window img {
  width: 100%;
}
@media (min-width: 992px) {
  .homepage .parallax-window .text-left {
    padding-left: 65px;
  }
}
@media (min-width: 1200px) {
  .homepage .parallax-window .text-left {
    padding-left: 65px;
  }
}
.homepage .parallax-window p {
  color: #9e9e9e;
}
.homepage .parallax-window p a {
  color: #9e9e9e;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .homepage .parallax-window {
    background-color: #f9f9f9;
    background-image: none !important;
    color: #9e9e9e;
  }
  .homepage .parallax-window .text-left {
    text-align: center;
  }
  .homepage .parallax-window p {
    color: #9e9e9e;
  }
  .homepage .parallax-window p a {
    color: #9e9e9e;
    text-decoration: underline;
  }
}
.homepage .parallax-window a.mainlink {
  background-color: #b8d118;
  color: #fff;
  border: 1px solid #9EB411;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  margin-top: 24px;
  border-radius: 0;
  font-size: 18px;
  font-weight: 500;
}
.homepage .parallax-window a.mainlink:hover,
.homepage .parallax-window a.mainlink:focus {
  background-color: #9EB411;
}
.homepage .bottomcontent .parallax-window {
  /* Small screen and smaller */
}
@media (max-width: 991px) {
  .homepage .bottomcontent .parallax-window {
    background-color: #f3f3f3;
  }
}
.homepage .bottomcontent .parallax-window a.mainlink {
  font-family: 'Roboto', sans-serif;
}
.homepage .bottomcontent .parallax-window a.mainlink:hover,
.homepage .bottomcontent .parallax-window a.mainlink:focus {
  color: #787469;
}
@media (min-width: 992px) {
  .homepage {
    background-image: url('https://files.holidaycottages.co.uk/docs/gorgeouscottages/images/home/repeat-pattern2.jpg');
  }
  .homepage #holidayideastitle,
  .homepage .inspirationdrivers {
    background-color: transparent !important;
  }
  .homepage .inspirationdrivers {
    padding-bottom: 80px;
  }
}
.searchpage #MainNav,
.searchpagerefiner #MainNav {
  background-color: #fff;
  border: 0;
  height: 80px;
  color: #8F8F8F;
  border-bottom: solid 1px #dbdbdb;
}
.searchpage #MainNav .logo,
.searchpagerefiner #MainNav .logo {
  color: #8F8F8F;
}
.searchpage #MainNav ul li.first,
.searchpagerefiner #MainNav ul li.first {
  border-right: 1px solid #dbdbdb;
}
.searchpage #MainNav ul li a,
.searchpagerefiner #MainNav ul li a {
  color: #787469;
}
.searchpage #MainNav ul li.callus,
.searchpagerefiner #MainNav ul li.callus {
  color: #787469;
}
.searchpage #MainNav .menuicon,
.searchpagerefiner #MainNav .menuicon {
  color: #787469;
  /* Small screen and smaller */
  /* Extra small screen and smaller */
}
.searchpage #MainNav .menuicon .menuicon-bar,
.searchpagerefiner #MainNav .menuicon .menuicon-bar {
  background-color: #787469;
}
@media (max-width: 991px) {
  .searchpage #MainNav .menuicon,
  .searchpagerefiner #MainNav .menuicon {
    right: 47px;
  }
}
@media (max-width: 767px) {
  .searchpage #MainNav .menuicon,
  .searchpagerefiner #MainNav .menuicon {
    right: 45px;
  }
}
.searchpage #MobTabSearch,
.searchpagerefiner #MobTabSearch {
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  color: #787469;
}
.searchpage #MobTabSearch .mobpropcount,
.searchpagerefiner #MobTabSearch .mobpropcount {
  background-color: #787469;
}
.searchpage #MobTabSearch .mobsearch,
.searchpagerefiner #MobTabSearch .mobsearch {
  border-right: 1px solid #dbdbdb;
}
.searchpage #MobTabSearch a,
.searchpagerefiner #MobTabSearch a {
  color: #787469;
}
.searchpage h1,
.searchpagerefiner h1 {
  font-size: 22px;
  font-weight: 600;
}
.searchpage .searchcount,
.searchpagerefiner .searchcount {
  color: #787469;
  font-weight: 400;
  display: inline-block;
  margin-left: 10px;
  /* Small screen and smaller */
  /* Extra small screen and smaller */
}
@media (max-width: 991px) {
  .searchpage .searchcount,
  .searchpagerefiner .searchcount {
    display: none;
  }
}
@media (max-width: 767px) {
  .searchpage .searchcount,
  .searchpagerefiner .searchcount {
    margin-left: 0;
  }
}
.searchpage #SearchPanel,
.searchpagerefiner #SearchPanel,
.searchpage #filterselector,
.searchpagerefiner #filterselector,
.searchpage #mobfilterselector,
.searchpagerefiner #mobfilterselector {
  background-color: #f3f3f3;
  color: #afb2b6;
}
.searchpage #SearchPanel .head,
.searchpagerefiner #SearchPanel .head,
.searchpage #filterselector .head,
.searchpagerefiner #filterselector .head,
.searchpage #mobfilterselector .head,
.searchpagerefiner #mobfilterselector .head {
  height: 60px;
  color: #787469;
  padding: 17px 30px 20px 12px;
  font-size: 18px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
  background-color: #fff;
  border: solid 1px #dbdbdb;
}
@media (min-width: 992px) {
  .searchpage #SearchPanel .head,
  .searchpagerefiner #SearchPanel .head,
  .searchpage #filterselector .head,
  .searchpagerefiner #filterselector .head,
  .searchpage #mobfilterselector .head,
  .searchpagerefiner #mobfilterselector .head {
    padding: 20px 30px 20px 50px;
    background-color: #fff;
    color: #787469;
    font-weight: 600;
    border: solid 1px #dbdbdb;
  }
}
.searchpage #SearchPanel .head:after,
.searchpagerefiner #SearchPanel .head:after,
.searchpage #filterselector .head:after,
.searchpagerefiner #filterselector .head:after,
.searchpage #mobfilterselector .head:after,
.searchpagerefiner #mobfilterselector .head:after {
  right: inherit;
  left: 20px;
  top: 20px;
  color: #b8d118;
}
.searchpage #SearchPanel .head .icon,
.searchpagerefiner #SearchPanel .head .icon,
.searchpage #filterselector .head .icon,
.searchpagerefiner #filterselector .head .icon,
.searchpage #mobfilterselector .head .icon,
.searchpagerefiner #mobfilterselector .head .icon {
  color: #fff;
  margin-right: 15px;
}
.searchpage #SearchPanel .head .icon.pochenty-funnel,
.searchpagerefiner #SearchPanel .head .icon.pochenty-funnel,
.searchpage #filterselector .head .icon.pochenty-funnel,
.searchpagerefiner #filterselector .head .icon.pochenty-funnel,
.searchpage #mobfilterselector .head .icon.pochenty-funnel,
.searchpagerefiner #mobfilterselector .head .icon.pochenty-funnel,
.searchpage #SearchPanel .head .icon.pochenty-magnifying-glass,
.searchpagerefiner #SearchPanel .head .icon.pochenty-magnifying-glass,
.searchpage #filterselector .head .icon.pochenty-magnifying-glass,
.searchpagerefiner #filterselector .head .icon.pochenty-magnifying-glass,
.searchpage #mobfilterselector .head .icon.pochenty-magnifying-glass,
.searchpagerefiner #mobfilterselector .head .icon.pochenty-magnifying-glass {
  color: #b8d118;
}
@media (min-width: 992px) {
  .searchpage #SearchPanel .head .icon.pochenty-funnel,
  .searchpagerefiner #SearchPanel .head .icon.pochenty-funnel,
  .searchpage #filterselector .head .icon.pochenty-funnel,
  .searchpagerefiner #filterselector .head .icon.pochenty-funnel,
  .searchpage #mobfilterselector .head .icon.pochenty-funnel,
  .searchpagerefiner #mobfilterselector .head .icon.pochenty-funnel,
  .searchpage #SearchPanel .head .icon.pochenty-magnifying-glass,
  .searchpagerefiner #SearchPanel .head .icon.pochenty-magnifying-glass,
  .searchpage #filterselector .head .icon.pochenty-magnifying-glass,
  .searchpagerefiner #filterselector .head .icon.pochenty-magnifying-glass,
  .searchpage #mobfilterselector .head .icon.pochenty-magnifying-glass,
  .searchpagerefiner #mobfilterselector .head .icon.pochenty-magnifying-glass {
    color: #b8d118;
  }
}
.searchpage #SearchPanel .head a,
.searchpagerefiner #SearchPanel .head a,
.searchpage #filterselector .head a,
.searchpagerefiner #filterselector .head a,
.searchpage #mobfilterselector .head a,
.searchpagerefiner #mobfilterselector .head a {
  float: right;
  font-size: 14px;
  cursor: pointer;
  font-weight: 200;
  height: 60px;
  display: inline-block;
  position: relative;
  top: -21px;
  right: 5px;
  color: #787469;
  line-height: 60px;
  padding: 0 !important;
  padding-top: 0;
  font-family: 'Roboto', sans-serif;
}
.searchpage #SearchPanel .head a .icon,
.searchpagerefiner #SearchPanel .head a .icon,
.searchpage #filterselector .head a .icon,
.searchpagerefiner #filterselector .head a .icon,
.searchpage #mobfilterselector .head a .icon,
.searchpagerefiner #mobfilterselector .head a .icon {
  color: #787469;
  margin-right: 0px;
  font-size: 16px;
}
.searchpage #SearchPanel .ClearAll,
.searchpagerefiner #SearchPanel .ClearAll,
.searchpage #filterselector .ClearAll,
.searchpagerefiner #filterselector .ClearAll,
.searchpage #mobfilterselector .ClearAll,
.searchpagerefiner #mobfilterselector .ClearAll {
  display: none;
}
.searchpage #SearchPanel .footerrefiner,
.searchpagerefiner #SearchPanel .footerrefiner,
.searchpage #filterselector .footerrefiner,
.searchpagerefiner #filterselector .footerrefiner,
.searchpage #mobfilterselector .footerrefiner,
.searchpagerefiner #mobfilterselector .footerrefiner {
  background-color: #f3f3f3;
}
.searchpage #SearchPanel .inner,
.searchpagerefiner #SearchPanel .inner,
.searchpage #filterselector .inner,
.searchpagerefiner #filterselector .inner,
.searchpage #mobfilterselector .inner,
.searchpagerefiner #mobfilterselector .inner {
  padding: 25px 20px;
  border-left: solid 1px #dbdbdb;
  border-right: solid 1px #dbdbdb;
  border-bottom: solid 1px #dbdbdb;
  /* Small screen and smaller */
}
.searchpage #SearchPanel .inner .form-control,
.searchpagerefiner #SearchPanel .inner .form-control,
.searchpage #filterselector .inner .form-control,
.searchpagerefiner #filterselector .inner .form-control,
.searchpage #mobfilterselector .inner .form-control,
.searchpagerefiner #mobfilterselector .inner .form-control {
  color: #787469;
}
.searchpage #SearchPanel .inner .dpicker,
.searchpagerefiner #SearchPanel .inner .dpicker,
.searchpage #filterselector .inner .dpicker,
.searchpagerefiner #filterselector .inner .dpicker,
.searchpage #mobfilterselector .inner .dpicker,
.searchpagerefiner #mobfilterselector .inner .dpicker {
  border-bottom: 1px solid #626b75;
}
.searchpage #SearchPanel .inner .dpicker .icon-remove,
.searchpagerefiner #SearchPanel .inner .dpicker .icon-remove,
.searchpage #filterselector .inner .dpicker .icon-remove,
.searchpagerefiner #filterselector .inner .dpicker .icon-remove,
.searchpage #mobfilterselector .inner .dpicker .icon-remove,
.searchpagerefiner #mobfilterselector .inner .dpicker .icon-remove {
  background-color: #f3f3f3;
}
.searchpage #SearchPanel .inner .freesearch,
.searchpagerefiner #SearchPanel .inner .freesearch,
.searchpage #filterselector .inner .freesearch,
.searchpagerefiner #filterselector .inner .freesearch,
.searchpage #mobfilterselector .inner .freesearch,
.searchpagerefiner #mobfilterselector .inner .freesearch {
  border-bottom: 1px solid #626b75;
}
.searchpage #SearchPanel .inner .freesearch #townToggle,
.searchpagerefiner #SearchPanel .inner .freesearch #townToggle,
.searchpage #filterselector .inner .freesearch #townToggle,
.searchpagerefiner #filterselector .inner .freesearch #townToggle,
.searchpage #mobfilterselector .inner .freesearch #townToggle,
.searchpagerefiner #mobfilterselector .inner .freesearch #townToggle {
  color: #b8d118;
}
.searchpage #SearchPanel .inner .freesearch .freeLocationcont #clear:before,
.searchpagerefiner #SearchPanel .inner .freesearch .freeLocationcont #clear:before,
.searchpage #filterselector .inner .freesearch .freeLocationcont #clear:before,
.searchpagerefiner #filterselector .inner .freesearch .freeLocationcont #clear:before,
.searchpage #mobfilterselector .inner .freesearch .freeLocationcont #clear:before,
.searchpagerefiner #mobfilterselector .inner .freesearch .freeLocationcont #clear:before {
  color: #787469;
}
.searchpage #SearchPanel .inner .propnamesearch input.form-control,
.searchpagerefiner #SearchPanel .inner .propnamesearch input.form-control,
.searchpage #filterselector .inner .propnamesearch input.form-control,
.searchpagerefiner #filterselector .inner .propnamesearch input.form-control,
.searchpage #mobfilterselector .inner .propnamesearch input.form-control,
.searchpagerefiner #mobfilterselector .inner .propnamesearch input.form-control {
  font-family: 'Roboto', sans-serif;
  height: 30px;
  border-radius: 0;
  border: solid 1px #dbdbdb;
  font-size: 12px;
  font-weight: 400;
  text-indent: 0;
}
.searchpage #SearchPanel .inner .propnamesearch .propnamesearchBut:before,
.searchpagerefiner #SearchPanel .inner .propnamesearch .propnamesearchBut:before,
.searchpage #filterselector .inner .propnamesearch .propnamesearchBut:before,
.searchpagerefiner #filterselector .inner .propnamesearch .propnamesearchBut:before,
.searchpage #mobfilterselector .inner .propnamesearch .propnamesearchBut:before,
.searchpagerefiner #mobfilterselector .inner .propnamesearch .propnamesearchBut:before {
  right: 6px;
  top: 4px;
  font-size: 16px;
}
.searchpage #SearchPanel .inner .propnamesearch .propnamesearchBut,
.searchpagerefiner #SearchPanel .inner .propnamesearch .propnamesearchBut,
.searchpage #filterselector .inner .propnamesearch .propnamesearchBut,
.searchpagerefiner #filterselector .inner .propnamesearch .propnamesearchBut,
.searchpage #mobfilterselector .inner .propnamesearch .propnamesearchBut,
.searchpagerefiner #mobfilterselector .inner .propnamesearch .propnamesearchBut {
  border-radius: 0;
  right: 0;
  bottom: inherit;
  top: 0;
  background-color: #b8d118;
  width: 30px;
  height: 30px;
}
.searchpage #SearchPanel .inner .propnamesearch #compdiv,
.searchpagerefiner #SearchPanel .inner .propnamesearch #compdiv,
.searchpage #filterselector .inner .propnamesearch #compdiv,
.searchpagerefiner #filterselector .inner .propnamesearch #compdiv,
.searchpage #mobfilterselector .inner .propnamesearch #compdiv,
.searchpagerefiner #mobfilterselector .inner .propnamesearch #compdiv {
  width: 251px !important;
  top: 23px !important;
}
@media (min-width: 1200px) {
  .searchpage #SearchPanel .inner .propnamesearch #compdiv,
  .searchpagerefiner #SearchPanel .inner .propnamesearch #compdiv,
  .searchpage #filterselector .inner .propnamesearch #compdiv,
  .searchpagerefiner #filterselector .inner .propnamesearch #compdiv,
  .searchpage #mobfilterselector .inner .propnamesearch #compdiv,
  .searchpagerefiner #mobfilterselector .inner .propnamesearch #compdiv {
    width: 318px !important;
  }
}
.searchpage #SearchPanel .inner .propnamesearch #compdiv .codesearchlistitem2,
.searchpagerefiner #SearchPanel .inner .propnamesearch #compdiv .codesearchlistitem2,
.searchpage #filterselector .inner .propnamesearch #compdiv .codesearchlistitem2,
.searchpagerefiner #filterselector .inner .propnamesearch #compdiv .codesearchlistitem2,
.searchpage #mobfilterselector .inner .propnamesearch #compdiv .codesearchlistitem2,
.searchpagerefiner #mobfilterselector .inner .propnamesearch #compdiv .codesearchlistitem2 {
  padding: 7px 15px;
  cursor: pointer;
  border: 0;
  background-color: #fff;
  font-size: 12px;
  color: #787469;
}
.searchpage #SearchPanel .inner .propnamesearch #compdiv .codesearchhoverlistitem2,
.searchpagerefiner #SearchPanel .inner .propnamesearch #compdiv .codesearchhoverlistitem2,
.searchpage #filterselector .inner .propnamesearch #compdiv .codesearchhoverlistitem2,
.searchpagerefiner #filterselector .inner .propnamesearch #compdiv .codesearchhoverlistitem2,
.searchpage #mobfilterselector .inner .propnamesearch #compdiv .codesearchhoverlistitem2,
.searchpagerefiner #mobfilterselector .inner .propnamesearch #compdiv .codesearchhoverlistitem2 {
  font-size: 12px;
  color: #787469;
  border: 0;
  background-color: #787469;
}
.searchpage #SearchPanel .inner .propnamesearchtext,
.searchpagerefiner #SearchPanel .inner .propnamesearchtext,
.searchpage #filterselector .inner .propnamesearchtext,
.searchpagerefiner #filterselector .inner .propnamesearchtext,
.searchpage #mobfilterselector .inner .propnamesearchtext,
.searchpagerefiner #mobfilterselector .inner .propnamesearchtext {
  color: #787469;
}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
  .searchpage #SearchPanel .inner .ddlwrap:before,
  .searchpagerefiner #SearchPanel .inner .ddlwrap:before,
  .searchpage #filterselector .inner .ddlwrap:before,
  .searchpagerefiner #filterselector .inner .ddlwrap:before,
  .searchpage #mobfilterselector .inner .ddlwrap:before,
  .searchpagerefiner #mobfilterselector .inner .ddlwrap:before {
    content: '\e902';
    color: #747474;
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .searchpage #SearchPanel .inner .ddlwrap select,
  .searchpagerefiner #SearchPanel .inner .ddlwrap select,
  .searchpage #filterselector .inner .ddlwrap select,
  .searchpagerefiner #filterselector .inner .ddlwrap select,
  .searchpage #mobfilterselector .inner .ddlwrap select,
  .searchpagerefiner #mobfilterselector .inner .ddlwrap select {
    border: 1px solid #c2c2c2;
    margin-bottom: 10px;
  }
}
.searchpage #SearchPanel .inner ::-webkit-input-placeholder,
.searchpagerefiner #SearchPanel .inner ::-webkit-input-placeholder,
.searchpage #filterselector .inner ::-webkit-input-placeholder,
.searchpagerefiner #filterselector .inner ::-webkit-input-placeholder,
.searchpage #mobfilterselector .inner ::-webkit-input-placeholder,
.searchpagerefiner #mobfilterselector .inner ::-webkit-input-placeholder {
  color: #787469;
}
.searchpage #SearchPanel .inner :-moz-placeholder,
.searchpagerefiner #SearchPanel .inner :-moz-placeholder,
.searchpage #filterselector .inner :-moz-placeholder,
.searchpagerefiner #filterselector .inner :-moz-placeholder,
.searchpage #mobfilterselector .inner :-moz-placeholder,
.searchpagerefiner #mobfilterselector .inner :-moz-placeholder {
  /* Firefox 18- */
  color: #787469;
}
.searchpage #SearchPanel .inner ::-moz-placeholder,
.searchpagerefiner #SearchPanel .inner ::-moz-placeholder,
.searchpage #filterselector .inner ::-moz-placeholder,
.searchpagerefiner #filterselector .inner ::-moz-placeholder,
.searchpage #mobfilterselector .inner ::-moz-placeholder,
.searchpagerefiner #mobfilterselector .inner ::-moz-placeholder {
  /* Firefox 19+ */
  color: #787469;
}
.searchpage #SearchPanel .inner :-ms-input-placeholder,
.searchpagerefiner #SearchPanel .inner :-ms-input-placeholder,
.searchpage #filterselector .inner :-ms-input-placeholder,
.searchpagerefiner #filterselector .inner :-ms-input-placeholder,
.searchpage #mobfilterselector .inner :-ms-input-placeholder,
.searchpagerefiner #mobfilterselector .inner :-ms-input-placeholder {
  color: #787469;
}
.searchpage #SearchPanel .inner .btnlink,
.searchpagerefiner #SearchPanel .inner .btnlink,
.searchpage #filterselector .inner .btnlink,
.searchpagerefiner #filterselector .inner .btnlink,
.searchpage #mobfilterselector .inner .btnlink,
.searchpagerefiner #mobfilterselector .inner .btnlink {
  border: 1px solid #787469;
}
@media (max-width: 991px) {
  .searchpage #SearchPanel .inner,
  .searchpagerefiner #SearchPanel .inner,
  .searchpage #filterselector .inner,
  .searchpagerefiner #filterselector .inner,
  .searchpage #mobfilterselector .inner,
  .searchpagerefiner #mobfilterselector .inner {
    padding: 25px 15px;
  }
}
.searchpage #filterselector .scrollfilters .property-features,
.searchpagerefiner #filterselector .scrollfilters .property-features,
.searchpage #mobfilterselector .scrollfilters .property-features,
.searchpagerefiner #mobfilterselector .scrollfilters .property-features {
  margin: 0 0 15px 0px;
  border-bottom: 1px solid #dde0e5;
}
.searchpage #filterselector .scrollfilters .property-features:last-of-type,
.searchpagerefiner #filterselector .scrollfilters .property-features:last-of-type,
.searchpage #mobfilterselector .scrollfilters .property-features:last-of-type,
.searchpagerefiner #mobfilterselector .scrollfilters .property-features:last-of-type {
  border: none;
  margin-bottom: 0;
}
.searchpage #filterselector .scrollfilters .property-features h4,
.searchpagerefiner #filterselector .scrollfilters .property-features h4,
.searchpage #mobfilterselector .scrollfilters .property-features h4,
.searchpagerefiner #mobfilterselector .scrollfilters .property-features h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 15px;
}
.searchpage #filterselector .scrollfilters .property-features .count,
.searchpagerefiner #filterselector .scrollfilters .property-features .count,
.searchpage #mobfilterselector .scrollfilters .property-features .count,
.searchpagerefiner #mobfilterselector .scrollfilters .property-features .count {
  color: #b8d118;
  font-weight: normal;
}
.searchpage #filterselector .scrollfilters .property-features label:before,
.searchpagerefiner #filterselector .scrollfilters .property-features label:before,
.searchpage #mobfilterselector .scrollfilters .property-features label:before,
.searchpagerefiner #mobfilterselector .scrollfilters .property-features label:before {
  color: #787469;
}
.searchpage #filterselector .scrollfilters .property-features a.notselected,
.searchpagerefiner #filterselector .scrollfilters .property-features a.notselected,
.searchpage #mobfilterselector .scrollfilters .property-features a.notselected,
.searchpagerefiner #mobfilterselector .scrollfilters .property-features a.notselected,
.searchpage #filterselector .scrollfilters .property-features a.selected,
.searchpagerefiner #filterselector .scrollfilters .property-features a.selected,
.searchpage #mobfilterselector .scrollfilters .property-features a.selected,
.searchpagerefiner #mobfilterselector .scrollfilters .property-features a.selected,
.searchpage #filterselector .scrollfilters .property-features a.zerocount,
.searchpagerefiner #filterselector .scrollfilters .property-features a.zerocount,
.searchpage #mobfilterselector .scrollfilters .property-features a.zerocount,
.searchpagerefiner #mobfilterselector .scrollfilters .property-features a.zerocount,
.searchpage #filterselector .scrollfilters .property-features span.radio-button-text,
.searchpagerefiner #filterselector .scrollfilters .property-features span.radio-button-text,
.searchpage #mobfilterselector .scrollfilters .property-features span.radio-button-text,
.searchpagerefiner #mobfilterselector .scrollfilters .property-features span.radio-button-text {
  color: #787469;
}
@media (min-width: 992px) {
  .searchpage #filterselector .scrollfilters .property-features a.notselected,
  .searchpagerefiner #filterselector .scrollfilters .property-features a.notselected,
  .searchpage #mobfilterselector .scrollfilters .property-features a.notselected,
  .searchpagerefiner #mobfilterselector .scrollfilters .property-features a.notselected,
  .searchpage #filterselector .scrollfilters .property-features a.selected,
  .searchpagerefiner #filterselector .scrollfilters .property-features a.selected,
  .searchpage #mobfilterselector .scrollfilters .property-features a.selected,
  .searchpagerefiner #mobfilterselector .scrollfilters .property-features a.selected,
  .searchpage #filterselector .scrollfilters .property-features a.zerocount,
  .searchpagerefiner #filterselector .scrollfilters .property-features a.zerocount,
  .searchpage #mobfilterselector .scrollfilters .property-features a.zerocount,
  .searchpagerefiner #mobfilterselector .scrollfilters .property-features a.zerocount,
  .searchpage #filterselector .scrollfilters .property-features span.radio-button-text,
  .searchpagerefiner #filterselector .scrollfilters .property-features span.radio-button-text,
  .searchpage #mobfilterselector .scrollfilters .property-features span.radio-button-text,
  .searchpagerefiner #mobfilterselector .scrollfilters .property-features span.radio-button-text {
    font-weight: 400;
    font-size: 14px;
  }
}
.searchpage #filterselector .scrollfilters .property-features a.notselected span,
.searchpagerefiner #filterselector .scrollfilters .property-features a.notselected span,
.searchpage #mobfilterselector .scrollfilters .property-features a.notselected span,
.searchpagerefiner #mobfilterselector .scrollfilters .property-features a.notselected span,
.searchpage #filterselector .scrollfilters .property-features a.selected span,
.searchpagerefiner #filterselector .scrollfilters .property-features a.selected span,
.searchpage #mobfilterselector .scrollfilters .property-features a.selected span,
.searchpagerefiner #mobfilterselector .scrollfilters .property-features a.selected span,
.searchpage #filterselector .scrollfilters .property-features a.zerocount span,
.searchpagerefiner #filterselector .scrollfilters .property-features a.zerocount span,
.searchpage #mobfilterselector .scrollfilters .property-features a.zerocount span,
.searchpagerefiner #mobfilterselector .scrollfilters .property-features a.zerocount span,
.searchpage #filterselector .scrollfilters .property-features span.radio-button-text span,
.searchpagerefiner #filterselector .scrollfilters .property-features span.radio-button-text span,
.searchpage #mobfilterselector .scrollfilters .property-features span.radio-button-text span,
.searchpagerefiner #mobfilterselector .scrollfilters .property-features span.radio-button-text span {
  color: #787469;
  font-size: 14px;
  padding-left: 5px;
  font-weight: 600;
}
.searchpage #filterselector .scrollfilters .property-features .rb-container .checkmark:after,
.searchpagerefiner #filterselector .scrollfilters .property-features .rb-container .checkmark:after,
.searchpage #mobfilterselector .scrollfilters .property-features .rb-container .checkmark:after,
.searchpagerefiner #mobfilterselector .scrollfilters .property-features .rb-container .checkmark:after {
  background-color: #787469;
}
.searchpage #filterselector .scrollfilters .property-features a:hover span.fcount,
.searchpagerefiner #filterselector .scrollfilters .property-features a:hover span.fcount,
.searchpage #mobfilterselector .scrollfilters .property-features a:hover span.fcount,
.searchpagerefiner #mobfilterselector .scrollfilters .property-features a:hover span.fcount {
  text-decoration: none !important;
}
.searchpage #filterselector .scrollfilters .property-features a.zerocount,
.searchpagerefiner #filterselector .scrollfilters .property-features a.zerocount,
.searchpage #mobfilterselector .scrollfilters .property-features a.zerocount,
.searchpagerefiner #mobfilterselector .scrollfilters .property-features a.zerocount {
  color: #8F8F8F;
}
.searchpage #filterselector .scrollfilters .property-features a.zerocount:hover,
.searchpagerefiner #filterselector .scrollfilters .property-features a.zerocount:hover,
.searchpage #mobfilterselector .scrollfilters .property-features a.zerocount:hover,
.searchpagerefiner #mobfilterselector .scrollfilters .property-features a.zerocount:hover {
  text-decoration: none;
}
.searchpage #filterselector .scrollfilters .property-features a.zerocount:before,
.searchpagerefiner #filterselector .scrollfilters .property-features a.zerocount:before,
.searchpage #mobfilterselector .scrollfilters .property-features a.zerocount:before,
.searchpagerefiner #mobfilterselector .scrollfilters .property-features a.zerocount:before {
  color: #dee0e2 !important;
  top: -6px;
}
.searchpage #filterselector .scrollfilters .property-features a.selected:before,
.searchpagerefiner #filterselector .scrollfilters .property-features a.selected:before,
.searchpage #mobfilterselector .scrollfilters .property-features a.selected:before,
.searchpagerefiner #mobfilterselector .scrollfilters .property-features a.selected:before {
  color: #b8d118;
  top: -6px;
}
.searchpage #filterselector .scrollfilters .property-features a.notselected:before,
.searchpagerefiner #filterselector .scrollfilters .property-features a.notselected:before,
.searchpage #mobfilterselector .scrollfilters .property-features a.notselected:before,
.searchpagerefiner #mobfilterselector .scrollfilters .property-features a.notselected:before,
.searchpage #filterselector .scrollfilters .property-features a.zerocount:before,
.searchpagerefiner #filterselector .scrollfilters .property-features a.zerocount:before,
.searchpage #mobfilterselector .scrollfilters .property-features a.zerocount:before,
.searchpagerefiner #mobfilterselector .scrollfilters .property-features a.zerocount:before {
  color: #dee0e2;
  top: -6px;
}
.searchpage #filterselector .scrollfilters .property-features a.colbut,
.searchpagerefiner #filterselector .scrollfilters .property-features a.colbut,
.searchpage #mobfilterselector .scrollfilters .property-features a.colbut,
.searchpagerefiner #mobfilterselector .scrollfilters .property-features a.colbut {
  color: #b8d118;
  border-bottom: 1px solid #626b75;
}
.searchpage #filterselector .scrollfilters .features-last,
.searchpagerefiner #filterselector .scrollfilters .features-last,
.searchpage #mobfilterselector .scrollfilters .features-last,
.searchpagerefiner #mobfilterselector .scrollfilters .features-last {
  border-bottom: 0px;
}
.searchpage #filterselector .nicescroll-rails,
.searchpagerefiner #filterselector .nicescroll-rails,
.searchpage #mobfilterselector .nicescroll-rails,
.searchpagerefiner #mobfilterselector .nicescroll-rails {
  background-color: #787469;
}
.searchpage #filterselector .nicescroll-cursors,
.searchpagerefiner #filterselector .nicescroll-cursors,
.searchpage #mobfilterselector .nicescroll-cursors,
.searchpagerefiner #mobfilterselector .nicescroll-cursors {
  background-color: #787469 !important;
}
.searchpage #mobsearchselector,
.searchpagerefiner #mobsearchselector {
  font-size: 14px !important;
}
.searchpage #mobsearchselector .freeLocationcont .selection .tc h4,
.searchpagerefiner #mobsearchselector .freeLocationcont .selection .tc h4 {
  font-size: 14px !important;
  font-family: 'Roboto', sans-serif !important;
  color: #787469 !important;
}
.searchpage #mobsearchselector .ui-widget-content,
.searchpagerefiner #mobsearchselector .ui-widget-content {
  left: 0 !important;
}
.searchpage #mobsearchselector #cleardate_refiner .icon.pochenty-cross,
.searchpagerefiner #mobsearchselector #cleardate_refiner .icon.pochenty-cross {
  top: 3px !important;
  right: -20px !important;
}
.searchpage #mobsearchselector .form-control,
.searchpagerefiner #mobsearchselector .form-control {
  height: 60px !important;
}
.searchpage #mobsearchselector .dd .icon,
.searchpagerefiner #mobsearchselector .dd .icon {
  top: 17px;
  color: #747474 !important;
}
.searchpage #mobsearchselector .freeLocationcont .selection .tc,
.searchpagerefiner #mobsearchselector .freeLocationcont .selection .tc,
.searchpage #mobsearchselector .freeLocationcont,
.searchpagerefiner #mobsearchselector .freeLocationcont {
  height: 60px !important;
}
.searchpage #mobsearchselector .dd #locationlink input,
.searchpagerefiner #mobsearchselector .dd #locationlink input,
.searchpage #mobsearchselector .dd #locationlink_refiner input,
.searchpagerefiner #mobsearchselector .dd #locationlink_refiner input {
  margin-top: 10px;
}
.searchpage #mobsearchselector .propnamesearch .form-control,
.searchpagerefiner #mobsearchselector .propnamesearch .form-control {
  height: 44px !important;
  /* Small screen and smaller */
}
@media (max-width: 991px) {
  .searchpage #mobsearchselector .propnamesearch .form-control,
  .searchpagerefiner #mobsearchselector .propnamesearch .form-control {
    height: 30px !important;
    margin-top: 10px;
  }
}
.searchpage #mobsearchselector .freeLocationcont .ui-widget-content,
.searchpagerefiner #mobsearchselector .freeLocationcont .ui-widget-content {
  z-index: 90;
}
.searchpage #mobsearchselector .freeLocationcont .ui-widget-content,
.searchpagerefiner #mobsearchselector .freeLocationcont .ui-widget-content {
  top: 60px !important;
  padding-bottom: 20px !important;
}
.searchpage #mobfilterselector .head,
.searchpagerefiner #mobfilterselector .head {
  background-color: #fff;
  color: #fff;
}
.searchpage #mobfilterselector .head .closefs:after,
.searchpagerefiner #mobfilterselector .head .closefs:after {
  color: #787469;
}
.searchpage #mobfilterselector .scrollfilters,
.searchpagerefiner #mobfilterselector .scrollfilters {
  margin-top: 20px;
}
.searchpage #mobfilterselector .scrollfilters .filtersWide,
.searchpagerefiner #mobfilterselector .scrollfilters .filtersWide {
  width: 100%;
}
.searchpage #mobfilterselector .scrollfilters .filtersWide h4,
.searchpagerefiner #mobfilterselector .scrollfilters .filtersWide h4 {
  color: #787469;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-weight: 700 !important;
  background-color: #f3f3f3 !important;
  border-top: solid 1px #dbdbdb;
  border-bottom: solid 1px #dbdbdb;
}
.searchpage #mobfilterselector .scrollfilters .filtersWide a,
.searchpagerefiner #mobfilterselector .scrollfilters .filtersWide a {
  width: 32%;
}
@media (max-width: 767px) {
  .searchpage #mobfilterselector .scrollfilters .filtersWide a,
  .searchpagerefiner #mobfilterselector .scrollfilters .filtersWide a {
    width: 100%;
  }
}
.searchpage #mobfilterselector .scrollfilters .filtersWide label.selected:after,
.searchpagerefiner #mobfilterselector .scrollfilters .filtersWide label.selected:after {
  color: #b8d118;
}
.searchpage #mobfilterselector .scrollfilters .property-features,
.searchpagerefiner #mobfilterselector .scrollfilters .property-features {
  width: 100%;
  padding-bottom: 20px;
}
.searchpage #mobfilterselector .scrollfilters .property-features li a,
.searchpagerefiner #mobfilterselector .scrollfilters .property-features li a {
  color: #787469;
  width: 33%;
  margin-bottom: 10px;
}
.searchpage #mobfilterselector .scrollfilters .property-features li a.selected,
.searchpagerefiner #mobfilterselector .scrollfilters .property-features li a.selected {
  background-color: #787469;
}
.searchpage #mobfilterselector .scrollfilters .property-features li a.selected:after,
.searchpagerefiner #mobfilterselector .scrollfilters .property-features li a.selected:after {
  color: #787469;
}
.searchpage #mobfilterselector .scrollfilters br,
.searchpagerefiner #mobfilterselector .scrollfilters br {
  display: none;
}
.searchpage #mobfilterselector .scrollfilters .collapsed,
.searchpagerefiner #mobfilterselector .scrollfilters .collapsed {
  display: none;
}
.searchpage #propcountsandddls .sblabels,
.searchpagerefiner #propcountsandddls .sblabels {
  border: 1px solid #dbdbdb;
  border-right: 0;
  color: #787469;
  background-color: #787469;
}
.searchpage #propcountsandddls .sblabels label,
.searchpagerefiner #propcountsandddls .sblabels label {
  font-weight: 500;
}
.searchpage #propcountsandddls .propcount div,
.searchpagerefiner #propcountsandddls .propcount div {
  /* Small screen and smaller */
}
@media (max-width: 991px) {
  .searchpage #propcountsandddls .propcount div,
  .searchpagerefiner #propcountsandddls .propcount div {
    border: 1px solid #dbdbdb;
  }
}
.searchpage #propcountsandddls .mobrefine a,
.searchpagerefiner #propcountsandddls .mobrefine a {
  background-color: #b8d118;
}
.searchpage #propcountsandddls .ddls .form-control,
.searchpagerefiner #propcountsandddls .ddls .form-control {
  background-color: #fff;
  color: #787469;
  border-bottom: 0;
  font-weight: normal;
}
.searchpage #propcountsandddls.newddls,
.searchpagerefiner #propcountsandddls.newddls {
  /* Only Small screen */
}
.searchpage #propcountsandddls.newddls .sortby,
.searchpagerefiner #propcountsandddls.newddls .sortby,
.searchpage #propcountsandddls.newddls .resultsby,
.searchpagerefiner #propcountsandddls.newddls .resultsby,
.searchpage #propcountsandddls.newddls .maptoggle,
.searchpagerefiner #propcountsandddls.newddls .maptoggle {
  border: 1px solid #e2e2e2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .searchpage #propcountsandddls.newddls .sortby,
  .searchpagerefiner #propcountsandddls.newddls .sortby {
    border-right: 0;
  }
  .searchpage #propcountsandddls.newddls .sortby .ddlwrap,
  .searchpagerefiner #propcountsandddls.newddls .sortby .ddlwrap {
    margin-top: 0 !important;
  }
}
.searchpage #propcountsandddls.newddls .resultsby,
.searchpagerefiner #propcountsandddls.newddls .resultsby {
  border-right: 0;
}
.searchpage #propcountsandddls.newddls .resultsby,
.searchpagerefiner #propcountsandddls.newddls .resultsby,
.searchpage #propcountsandddls.newddls .toggleby,
.searchpagerefiner #propcountsandddls.newddls .toggleby {
  border-left: 0;
}
.searchpage #propcountsandddls.newddls .toggleby .maptoggle,
.searchpagerefiner #propcountsandddls.newddls .toggleby .maptoggle {
  border: 1px solid #e2e2e2;
}
.searchpage #propcountsandddls.newddls .toggleby .maptoggle .btn,
.searchpagerefiner #propcountsandddls.newddls .toggleby .maptoggle .btn {
  color: #787469;
  background-color: #fff;
  font-size: 14px;
  height: 38px;
}
.searchpage #propcountsandddls.newddls .toggleby .maptoggle .btn .icon,
.searchpagerefiner #propcountsandddls.newddls .toggleby .maptoggle .btn .icon {
  color: #b8d118;
}
@media (max-width: 991px) {
  .searchpage #selectedfilters .current-filters,
  .searchpagerefiner #selectedfilters .current-filters {
    display: none;
  }
}
.searchpage #selectedfilters .current-filters ul li,
.searchpagerefiner #selectedfilters .current-filters ul li {
  border: 1px solid #dbdbdb;
}
.searchpage #selectedfilters .current-filters ul li a,
.searchpagerefiner #selectedfilters .current-filters ul li a {
  color: #787469;
}
.searchpage #selectedfilters .current-filters ul li.clear,
.searchpagerefiner #selectedfilters .current-filters ul li.clear {
  border: 1px solid #868b92;
  background-color: #868b92;
}
.searchpage #SearchResults .property .propdatesprices,
.searchpagerefiner #SearchResults .property .propdatesprices {
  border: 1px solid #dbdbdb;
}
.searchpage #SearchResults .property .propinfo a,
.searchpagerefiner #SearchResults .property .propinfo a {
  color: #787469;
}
.searchpage #SearchResults .property .propinfo a:hover,
.searchpagerefiner #SearchResults .property .propinfo a:hover,
.searchpage #SearchResults .property .propinfo a:focus,
.searchpagerefiner #SearchResults .property .propinfo a:focus {
  color: transparent;
}
.searchpage #SearchResults .property .propinfo .propinfosub,
.searchpagerefiner #SearchResults .property .propinfo .propinfosub {
  border-top: 1px solid #dbdbdb;
}
.searchpage #SearchResults .property .propinfo .propinfosub.divider,
.searchpagerefiner #SearchResults .property .propinfo .propinfosub.divider {
  border-right: 1px solid #dbdbdb;
}
.searchpage #SearchResults .property .propinfo .propinfosub span.icontext,
.searchpagerefiner #SearchResults .property .propinfo .propinfosub span.icontext {
  color: #787469;
}
.searchpage #SearchResults .property .propinfo .propinfosub:first-child,
.searchpagerefiner #SearchResults .property .propinfo .propinfosub:first-child {
  border-left: 1px solid #dbdbdb;
}
.searchpage #SearchResults .property .propinfo .propinfosub:last-child,
.searchpagerefiner #SearchResults .property .propinfo .propinfosub:last-child {
  border-right: 1px solid #dbdbdb;
}
.searchpage #SearchResults .property .propinfo .prices,
.searchpagerefiner #SearchResults .property .propinfo .prices {
  border: 1px solid #dbdbdb;
}
.searchpage .paginationcont #pagination,
.searchpagerefiner .paginationcont #pagination {
  border: 1px solid #dbdbdb;
  border-bottom: none !important;
}
@media (max-width: 991px) {
  .searchpage .paginationcont #pagination,
  .searchpagerefiner .paginationcont #pagination {
    line-height: 45px;
    padding-top: 10px !important;
  }
}
.searchpage .paginationcont #pagination a,
.searchpagerefiner .paginationcont #pagination a {
  color: #787469;
}
.searchpage .paginationcont #pagination .numbers,
.searchpagerefiner .paginationcont #pagination .numbers,
.searchpage .paginationcont #pagination .current,
.searchpagerefiner .paginationcont #pagination .current,
.searchpage .paginationcont #pagination .button,
.searchpagerefiner .paginationcont #pagination .button {
  border: 1px solid #dbdbdb;
  color: #787469;
  margin-right: 16px;
  width: 36px;
  height: 36px;
  line-height: 36px;
}
@media (min-width: 768px) {
  .searchpage .paginationcont #pagination .numbers,
  .searchpagerefiner .paginationcont #pagination .numbers,
  .searchpage .paginationcont #pagination .current,
  .searchpagerefiner .paginationcont #pagination .current,
  .searchpage .paginationcont #pagination .button,
  .searchpagerefiner .paginationcont #pagination .button {
    margin-right: 10px;
  }
}
@media (min-width: 992px) {
  .searchpage .paginationcont #pagination .numbers,
  .searchpagerefiner .paginationcont #pagination .numbers,
  .searchpage .paginationcont #pagination .current,
  .searchpagerefiner .paginationcont #pagination .current,
  .searchpage .paginationcont #pagination .button,
  .searchpagerefiner .paginationcont #pagination .button {
    margin-right: 15px;
  }
}
@media (min-width: 1200px) {
  .searchpage .paginationcont #pagination .numbers,
  .searchpagerefiner .paginationcont #pagination .numbers,
  .searchpage .paginationcont #pagination .current,
  .searchpagerefiner .paginationcont #pagination .current,
  .searchpage .paginationcont #pagination .button,
  .searchpagerefiner .paginationcont #pagination .button {
    margin-right: 20px;
  }
}
.searchpage .paginationcont #pagination .numbers.pagination-dots,
.searchpagerefiner .paginationcont #pagination .numbers.pagination-dots,
.searchpage .paginationcont #pagination .current.pagination-dots,
.searchpagerefiner .paginationcont #pagination .current.pagination-dots,
.searchpage .paginationcont #pagination .button.pagination-dots,
.searchpagerefiner .paginationcont #pagination .button.pagination-dots {
  background-color: transparent !important;
  margin-right: -10px !important;
  margin-left: -10px !important;
}
@media (min-width: 768px) {
  .searchpage .paginationcont #pagination .numbers.pagination-dots,
  .searchpagerefiner .paginationcont #pagination .numbers.pagination-dots,
  .searchpage .paginationcont #pagination .current.pagination-dots,
  .searchpagerefiner .paginationcont #pagination .current.pagination-dots,
  .searchpage .paginationcont #pagination .button.pagination-dots,
  .searchpagerefiner .paginationcont #pagination .button.pagination-dots {
    margin-right: -5px !important;
    margin-left: -15px !important;
  }
}
@media (min-width: 992px) {
  .searchpage .paginationcont #pagination .numbers.pagination-dots,
  .searchpagerefiner .paginationcont #pagination .numbers.pagination-dots,
  .searchpage .paginationcont #pagination .current.pagination-dots,
  .searchpagerefiner .paginationcont #pagination .current.pagination-dots,
  .searchpage .paginationcont #pagination .button.pagination-dots,
  .searchpagerefiner .paginationcont #pagination .button.pagination-dots {
    margin-left: -20px !important;
  }
}
@media (min-width: 1200px) {
  .searchpage .paginationcont #pagination .numbers.pagination-dots,
  .searchpagerefiner .paginationcont #pagination .numbers.pagination-dots,
  .searchpage .paginationcont #pagination .current.pagination-dots,
  .searchpagerefiner .paginationcont #pagination .current.pagination-dots,
  .searchpage .paginationcont #pagination .button.pagination-dots,
  .searchpagerefiner .paginationcont #pagination .button.pagination-dots {
    margin-left: -24px !important;
  }
}
.searchpage .paginationcont #pagination .d-none,
.searchpagerefiner .paginationcont #pagination .d-none {
  display: none !important;
}
@media (min-width: 992px) {
  .searchpage .paginationcont #pagination .d-md-inline-block,
  .searchpagerefiner .paginationcont #pagination .d-md-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 991px) {
  .searchpage .paginationcont #pagination .list-inline,
  .searchpagerefiner .paginationcont #pagination .list-inline {
    line-height: unset;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .searchpage .paginationcont #pagination .list-inline,
  .searchpagerefiner .paginationcont #pagination .list-inline {
    margin-top: -28px;
    padding-left: 5px;
    padding-bottom: 10px;
  }
}
.searchpage .paginationcont #pagination .nextPreviousButtonCSS,
.searchpagerefiner .paginationcont #pagination .nextPreviousButtonCSS {
  margin-right: 30px;
}
.searchpage .paginationcont #pagination .current,
.searchpagerefiner .paginationcont #pagination .current {
  background-color: #dbdbdb;
}
.searchpage .paginationcont #pagination .button.prev:before,
.searchpagerefiner .paginationcont #pagination .button.prev:before {
  content: "\e851";
}
.searchpage .paginationcont #pagination .button.next:before,
.searchpagerefiner .paginationcont #pagination .button.next:before {
  content: "\e852";
}
.searchpage .paginationcont #pagination span.prev,
.searchpagerefiner .paginationcont #pagination span.prev,
.searchpage .paginationcont #pagination span.next,
.searchpagerefiner .paginationcont #pagination span.next {
  display: none;
}
.searchpage #mapview,
.searchpagerefiner #mapview {
  /* Small screen and smaller */
}
@media (max-width: 991px) {
  .searchpage #mapview #mobmaptoggle,
  .searchpagerefiner #mapview #mobmaptoggle {
    background-color: #b8d118;
  }
}
.searchpage #mapBubbleHeader,
.searchpagerefiner #mapBubbleHeader {
  background-color: #fff;
  border: 1px solid #dbdbdb;
}
.searchpage #mapBubbleCont,
.searchpagerefiner #mapBubbleCont {
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}
.searchpage #mapBubbleCont .mapBubbleItem,
.searchpagerefiner #mapBubbleCont .mapBubbleItem {
  border-bottom: 1px solid #dbdbdb;
}
.searchpage #PageContent,
.searchpagerefiner #PageContent {
  background-color: #868b92;
  border-top: solid 1px #dbdbdb;
}
.searchpage.basicsearch,
.searchpage.standardsearch {
  /* Extra small screen and smaller */
}
.searchpage.basicsearch #PageContentBanner,
.searchpage.standardsearch #PageContentBanner {
  background-color: #f3f3f3;
  text-align: left;
}
.searchpage.basicsearch #MobTabSearch,
.searchpage.standardsearch #MobTabSearch {
  border: 0;
  background-color: #b8d118;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  height: 40px;
  line-height: 40px;
  /* Extra small screen and smaller */
}
.searchpage.basicsearch #MobTabSearch a,
.searchpage.standardsearch #MobTabSearch a {
  color: #fff;
}
.searchpage.basicsearch #MobTabSearch .icon,
.searchpage.standardsearch #MobTabSearch .icon {
  color: #fff;
}
.searchpage.basicsearch #MobTabSearch .mobpropcount,
.searchpage.standardsearch #MobTabSearch .mobpropcount {
  background-color: #b8d118;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  border-right: 1px solid #b8d118;
}
.searchpage.basicsearch #MobTabSearch .mobsearch,
.searchpage.standardsearch #MobTabSearch .mobsearch {
  border-right: 1px solid #9EB411;
}
@media (max-width: 767px) {
  .searchpage.basicsearch #MobTabSearch,
  .searchpage.standardsearch #MobTabSearch {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .searchpage.basicsearch .headertitle,
  .searchpage.standardsearch .headertitle {
    margin-top: 25px;
  }
  .searchpage.basicsearch .searchcount,
  .searchpage.standardsearch .searchcount {
    display: none;
  }
  .searchpage.basicsearch #propcountsandddls .ddls .ddlwrap,
  .searchpage.standardsearch #propcountsandddls .ddls .ddlwrap {
    margin-top: 0 !important;
    margin-bottom: 10px !important;
  }
}
.searchpage.basicsearch #SearchResults,
.searchpage.standardsearch #SearchResults {
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .searchpage.basicsearch #SearchResults,
  .searchpage.standardsearch #SearchResults {
    margin-top: 0;
  }
}
.searchpage.basicsearch #SearchResults .property .propinfo .propinfosub,
.searchpage.standardsearch #SearchResults .property .propinfo .propinfosub {
  padding-bottom: 45px;
}
.searchpage.basicsearch #SearchPanel,
.searchpage.standardsearch #SearchPanel {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 30px;
  box-shadow: 0 0 7px 0 rgba(163, 163, 163, 0.34);
}
.searchpage.basicsearch #SearchPanel .head,
.searchpage.standardsearch #SearchPanel .head {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  padding: 17px 30px 20px 50px;
  color: #787469;
  font-weight: 700;
  background-color: #fff;
}
.searchpage.basicsearch #SearchPanel .head:after,
.searchpage.standardsearch #SearchPanel .head:after {
  content: "\e90c";
  color: #b8d118;
  font-size: 16px;
}
.searchpage.basicsearch #SearchPanel .inner,
.searchpage.standardsearch #SearchPanel .inner {
  font-weight: 400;
}
.searchpage.basicsearch #SearchPanel .inner .propnamesearch,
.searchpage.standardsearch #SearchPanel .inner .propnamesearch {
  margin-top: 10px;
  margin-bottom: 0;
}
.searchpage.basicsearch #SearchPanel .inner .btn,
.searchpage.standardsearch #SearchPanel .inner .btn {
  height: 50px;
  line-height: 50px;
  font-weight: 400;
}
.searchpage.basicsearch #SearchPanel .ddlwrap:before,
.searchpage.standardsearch #SearchPanel .ddlwrap:before {
  color: #787469;
  right: 10px;
  top: 5px;
}
.searchpage.basicsearch #SearchPanel .dpicker,
.searchpage.standardsearch #SearchPanel .dpicker {
  border: solid 1px #c2c2c2;
  margin-bottom: 10px;
  background-color: #fff;
}
.searchpage.basicsearch #SearchPanel .dpicker #datepicker,
.searchpage.standardsearch #SearchPanel .dpicker #datepicker {
  background-color: #fff;
}
.searchpage.basicsearch #SearchPanel .dpicker.nodate:after,
.searchpage.standardsearch #SearchPanel .dpicker.nodate:after {
  color: #787469;
  content: "\e849";
  font-family: 'pochenty';
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 5px;
  pointer-events: none;
}
.searchpage.basicsearch #SearchPanel .dpicker.nodate:before,
.searchpage.standardsearch #SearchPanel .dpicker.nodate:before {
  content: "";
}
.searchpage.basicsearch #SearchPanel .dpicker.hasdate:after,
.searchpage.standardsearch #SearchPanel .dpicker.hasdate:after {
  content: "";
}
.searchpage.basicsearch #SearchPanel .dpicker .icon-remove,
.searchpage.standardsearch #SearchPanel .dpicker .icon-remove {
  background-color: #fff;
  font-size: 11px;
  right: 12px;
  top: 8px;
  font-size: 10px;
}
.searchpage.basicsearch #SearchPanel .dpicker .icon-remove:before,
.searchpage.standardsearch #SearchPanel .dpicker .icon-remove:before {
  color: #787469;
}
.searchpage.basicsearch #SearchPanel .dpicker .icon-remove:after,
.searchpage.standardsearch #SearchPanel .dpicker .icon-remove:after {
  content: "";
}
@media (min-width: 992px) {
  .searchpage.basicsearch #SearchPanel .ddldur,
  .searchpage.standardsearch #SearchPanel .ddldur {
    padding-right: 5px;
  }
}
@media (min-width: 992px) {
  .searchpage.basicsearch #SearchPanel .ddlflex,
  .searchpage.standardsearch #SearchPanel .ddlflex {
    padding-left: 5px;
  }
}
.searchpage.basicsearch #SearchPanel #LocationDDL,
.searchpage.standardsearch #SearchPanel #LocationDDL {
  display: none;
}
.searchpage.basicsearch #SearchPanel .form-control,
.searchpage.standardsearch #SearchPanel .form-control {
  padding-left: 10px;
  height: 30px;
}
.searchpage.basicsearch #SearchPanel h5,
.searchpage.standardsearch #SearchPanel h5 {
  font-family: 'Nunito Sans', sans-serif !important;
  font-size: 14px;
  color: #787469 !important;
  padding-left: 25px !important;
  margin-bottom: 15px !important;
}
.searchpage.basicsearch #SearchPanel h5:before,
.searchpage.standardsearch #SearchPanel h5:before {
  color: #747474;
}
.searchpage.basicsearch #SearchPanel h5.destination:before,
.searchpage.standardsearch #SearchPanel h5.destination:before {
  content: "\e902" !important;
}
.searchpage.basicsearch #SearchPanel h5.dates,
.searchpage.standardsearch #SearchPanel h5.dates,
.searchpage.basicsearch #SearchPanel h5.party,
.searchpage.standardsearch #SearchPanel h5.party {
  margin-top: 10px !important;
}
.searchpage.basicsearch #filterselector,
.searchpage.standardsearch #filterselector {
  margin-top: 0;
  margin-bottom: 0;
}
.searchpage.basicsearch #filterselector .scrollfilters .property-features h4,
.searchpage.standardsearch #filterselector .scrollfilters .property-features h4 {
  font-family: 'Nunito Sans', sans-serif;
  color: #787469;
  font-size: 15px;
}
.searchpage.basicsearch #filterselector .scrollfilters .property-features a,
.searchpage.standardsearch #filterselector .scrollfilters .property-features a {
  margin-bottom: 10px;
}
.searchpage.basicsearch #filterselector .scrollfilters .property-features a:before,
.searchpage.standardsearch #filterselector .scrollfilters .property-features a:before {
  content: '';
  position: absolute;
  left: 0;
  font-size: 18px;
  top: -1px;
  border: solid 1px #e2e2e2;
  background-color: #fff;
  width: 20px;
  height: 20px;
}
.searchpage.basicsearch #filterselector .scrollfilters .property-features a.selected:after,
.searchpage.standardsearch #filterselector .scrollfilters .property-features a.selected:after {
  display: block;
  color: #787469;
  content: "\e848";
  font-family: 'pochenty';
  position: absolute;
  left: 3px;
  top: -2px;
  font-weight: normal;
  font-size: 15px;
}
.searchpage.basicsearch #filterselector .scrollfilters .property-features a.zerocount:before,
.searchpage.standardsearch #filterselector .scrollfilters .property-features a.zerocount:before {
  background-color: transparent;
  border: none;
}
.searchpage.basicsearch #filterselector .scrollfilters .property-features a.zerocount:after,
.searchpage.standardsearch #filterselector .scrollfilters .property-features a.zerocount:after {
  font-family: 'Material Icons';
  content: "\E611";
  position: absolute;
  left: 2px;
  color: rgba(51, 51, 51, 0.33);
  font-size: 16px;
  top: -2px;
}
.searchpage.basicsearch #selectedfilters,
.searchpage.standardsearch #selectedfilters {
  /* Small screen and smaller */
}
.searchpage.basicsearch #selectedfilters .current-filters .featuresmore,
.searchpage.standardsearch #selectedfilters .current-filters .featuresmore,
.searchpage.basicsearch #selectedfilters .current-filters .featuresmorehide,
.searchpage.standardsearch #selectedfilters .current-filters .featuresmorehide {
  background-color: #b8d118;
  color: #fff;
  padding: 5px 10px;
}
@media (max-width: 991px) {
  .searchpage.basicsearch #selectedfilters,
  .searchpage.standardsearch #selectedfilters {
    margin-top: 0;
  }
}
.searchpage.basicsearch .maptoggle,
.searchpage.standardsearch .maptoggle {
  margin-top: 12px;
}
.searchpage.basicsearch .maptoggle .btn,
.searchpage.standardsearch .maptoggle .btn {
  background-color: #fff;
  box-shadow: none;
  padding: 0;
  border: 0;
}
.searchpage.basicsearch .maptoggle .btn .text,
.searchpage.standardsearch .maptoggle .btn .text {
  display: none;
}
.searchpage.basicsearch .maptoggle .btn:hover,
.searchpage.standardsearch .maptoggle .btn:hover,
.searchpage.basicsearch .maptoggle .btn:focus,
.searchpage.standardsearch .maptoggle .btn:focus {
  top: 0;
}
.searchpage.basicsearch .maptoggle #listbut,
.searchpage.standardsearch .maptoggle #listbut {
  margin-right: 20px;
}
.searchpage.basicsearch .maptoggle #listbut .icon,
.searchpage.standardsearch .maptoggle #listbut .icon {
  display: block;
  width: 20px;
  height: 20px;
  content: "\e9db";
  font-family: 'pochenty';
  color: #787469;
  font-size: 20px;
}
.searchpage.basicsearch .maptoggle #listbut.on .icon,
.searchpage.standardsearch .maptoggle #listbut.on .icon {
  color: #141414;
}
.searchpage.basicsearch .maptoggle #mapbut .icon,
.searchpage.standardsearch .maptoggle #mapbut .icon {
  width: 20px;
  height: 20px;
  display: block;
  content: "\e9dd";
  font-family: 'pochenty';
  font-size: 18px;
  color: #787469;
  margin-top: 2px;
}
.searchpage.basicsearch .maptoggle #mapbut.on .icon,
.searchpage.standardsearch .maptoggle #mapbut.on .icon {
  color: #141414;
}
.searchpage.basicsearch .closeBy,
.searchpage.standardsearch .closeBy {
  border: 1px solid #dde0e5 !important;
  border-left: 10px solid #787469 !important;
  background-color: #fff;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #787469;
  margin-bottom: 30px;
  /* Extra small screen and smaller */
  line-height: 38px !important;
}
@media (max-width: 767px) {
  .searchpage.basicsearch .closeBy,
  .searchpage.standardsearch .closeBy {
    margin-top: 30px;
  }
}
.searchpage.basicsearch .propertyrow .propertybg,
.searchpage.standardsearch .propertyrow .propertybg {
  border-top: 1px solid #dde0e5;
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .searchpage.basicsearch .propertyrow .propertybg,
  .searchpage.standardsearch .propertyrow .propertybg {
    border-top: 0;
  }
  .searchpage.basicsearch .propertyrow .propertybg .detailscol,
  .searchpage.standardsearch .propertyrow .propertybg .detailscol {
    padding: 0 15px;
  }
  .searchpage.basicsearch .propertyrow .propertybg .propDesc,
  .searchpage.standardsearch .propertyrow .propertybg .propDesc {
    display: none;
  }
}
.searchpage.basicsearch .propertyrow .showinoutmessage,
.searchpage.standardsearch .propertyrow .showinoutmessage {
  border-top: 0;
  padding-top: 0;
}
.searchpage.basicsearch .propertyrow .imagecol .propprice,
.searchpage.standardsearch .propertyrow .imagecol .propprice {
  background-color: #787469;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.searchpage.basicsearch .propertyrow .imagecol .discount,
.searchpage.standardsearch .propertyrow .imagecol .discount {
  background-color: #b8d118;
  color: #fff;
}
.searchpage.basicsearch .propertyrow .propDesc,
.searchpage.standardsearch .propertyrow .propDesc {
  line-height: 1.6;
}
.searchpage.basicsearch .propertyrow .detailscol,
.searchpage.standardsearch .propertyrow .detailscol {
  /*.sleeps, .beds, .dogs {
                font-size: 14px;
                font-weight: 500;
            }*/
}
.searchpage.basicsearch .propertyrow .detailscol h3,
.searchpage.standardsearch .propertyrow .detailscol h3 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  font-size: 18px !important;
  margin-top: 0;
  /* Only Medium screen */
  /* Only Extra small screen */
  margin-bottom: 5px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .searchpage.basicsearch .propertyrow .detailscol h3,
  .searchpage.standardsearch .propertyrow .detailscol h3 {
    margin-top: 0;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .searchpage.basicsearch .propertyrow .detailscol h3,
  .searchpage.standardsearch .propertyrow .detailscol h3 {
    margin-top: 0;
  }
}
.searchpage.basicsearch .propertyrow .detailscol h3 a,
.searchpage.standardsearch .propertyrow .detailscol h3 a {
  color: #787469;
  font-weight: 700;
}
.searchpage.basicsearch .propertyrow .detailscol h3 a:hover,
.searchpage.standardsearch .propertyrow .detailscol h3 a:hover,
.searchpage.basicsearch .propertyrow .detailscol h3 a:focus,
.searchpage.standardsearch .propertyrow .detailscol h3 a:focus {
  color: #787469;
}
.searchpage.basicsearch .propertyrow .detailscol .marketingaddress,
.searchpage.standardsearch .propertyrow .detailscol .marketingaddress {
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 400;
}
.searchpage.basicsearch .propertyrow .detailscol .detail-item,
.searchpage.standardsearch .propertyrow .detailscol .detail-item {
  color: #787469;
}
.searchpage.basicsearch .propertyrow .detailscol .detail-item i,
.searchpage.standardsearch .propertyrow .detailscol .detail-item i {
  color: #787469;
}
.searchpage.basicsearch .propertyrow .detailscol .detail-item span.pochenty-bathrooms,
.searchpage.standardsearch .propertyrow .detailscol .detail-item span.pochenty-bathrooms,
.searchpage.basicsearch .propertyrow .detailscol .detail-item span.pochenty-no-dogs-icon,
.searchpage.standardsearch .propertyrow .detailscol .detail-item span.pochenty-no-dogs-icon {
  color: #787469;
}
.searchpage.basicsearch .propertyrow .detailscol .dogs .divider,
.searchpage.standardsearch .propertyrow .detailscol .dogs .divider {
  /*display: none;*/
}
.searchpage.basicsearch .propertyrow .detailscol .stars,
.searchpage.standardsearch .propertyrow .detailscol .stars {
  display: none;
  color: #b8d118;
}
@media (max-width: 767px) {
  .searchpage.basicsearch .propertyrow .detailscol .stars,
  .searchpage.standardsearch .propertyrow .detailscol .stars {
    display: none !important;
  }
}
.searchpage.basicsearch .propertyrow .detailscol .icon-hc-star-filled,
.searchpage.standardsearch .propertyrow .detailscol .icon-hc-star-filled {
  color: #b8d118;
}
.searchpage.basicsearch .propertyrow .detailscol .proppriceanddate,
.searchpage.standardsearch .propertyrow .detailscol .proppriceanddate {
  margin-top: 15px;
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .searchpage.basicsearch .propertyrow .detailscol .proppriceanddate,
  .searchpage.standardsearch .propertyrow .detailscol .proppriceanddate {
    margin-bottom: 10px;
  }
}
.searchpage.basicsearch .propertyrow .detailscol .proppriceanddate div.date,
.searchpage.standardsearch .propertyrow .detailscol .proppriceanddate div.date {
  border: 1px solid #dde0e5;
  background-color: #fff;
  /* Small screen & Bigger */
}
@media (min-width: 768px) {
  .searchpage.basicsearch .propertyrow .detailscol .proppriceanddate div.date.offer,
  .searchpage.standardsearch .propertyrow .detailscol .proppriceanddate div.date.offer {
    border-left: 10px solid #b8d118 !important;
  }
}
.searchpage.basicsearch .propertyrow .detailscol .proppriceanddate div.date a,
.searchpage.standardsearch .propertyrow .detailscol .proppriceanddate div.date a,
.searchpage.basicsearch .propertyrow .detailscol .proppriceanddate div.date a:hover,
.searchpage.standardsearch .propertyrow .detailscol .proppriceanddate div.date a:hover,
.searchpage.basicsearch .propertyrow .detailscol .proppriceanddate div.date a:focus,
.searchpage.standardsearch .propertyrow .detailscol .proppriceanddate div.date a:focus {
  color: #787469;
}
.searchpage.basicsearch .propertyrow .detailscol .proppriceanddate div.price,
.searchpage.standardsearch .propertyrow .detailscol .proppriceanddate div.price {
  border: 1px solid #dbdbdb;
  background-color: #f3f3f3;
}
.searchpage.basicsearch .propertyrow .detailscol .proppriceanddate div.price .offerprice,
.searchpage.standardsearch .propertyrow .detailscol .proppriceanddate div.price .offerprice {
  color: #b8d118;
}
.searchpage.basicsearch .propertyrow .detailscol .proppriceanddate div.price a,
.searchpage.standardsearch .propertyrow .detailscol .proppriceanddate div.price a,
.searchpage.basicsearch .propertyrow .detailscol .proppriceanddate div.price a:hover,
.searchpage.standardsearch .propertyrow .detailscol .proppriceanddate div.price a:hover,
.searchpage.basicsearch .propertyrow .detailscol .proppriceanddate div.price a:focus,
.searchpage.standardsearch .propertyrow .detailscol .proppriceanddate div.price a:focus {
  color: #787469;
}
@media (min-width: 992px) {
  .searchpage.basicsearch .propertyrow,
  .searchpage.standardsearch .propertyrow {
    position: relative;
  }
  .searchpage.basicsearch .propertyrow .propertyCardAnchor,
  .searchpage.standardsearch .propertyrow .propertyCardAnchor {
    position: absolute;
    top: -140px;
  }
}
.searchpage.basicsearch .codesearchlist2,
.searchpage.standardsearch .codesearchlist2 {
  border: 1px solid #dbdbdb;
}
.searchpage.basicsearch .paginationcont #pagination,
.searchpage.standardsearch .paginationcont #pagination {
  border: 0;
  background-color: #fff;
  margin: 0;
}
.searchpage.basicsearch .paginationcont #pagination .propcount,
.searchpage.standardsearch .paginationcont #pagination .propcount {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.searchpage.basicsearch .paginationcont #pagination .current,
.searchpage.standardsearch .paginationcont #pagination .current {
  background-color: #f9f9f9;
  border: 1px solid #f9f9f9;
  color: #787469;
  border: none;
}
.searchpage.basicsearch .paginationcont #pagination .numbers,
.searchpage.standardsearch .paginationcont #pagination .numbers {
  background-color: #fff;
  border: none;
}
.searchpage.basicsearch .paginationcont #pagination .numbers:hover,
.searchpage.standardsearch .paginationcont #pagination .numbers:hover {
  text-decoration: none;
}
.searchpage.basicsearch .paginationcont #pagination .button,
.searchpage.standardsearch .paginationcont #pagination .button {
  background-color: #e2e2e2;
  color: #fff;
  border: 0;
}
.searchpage.basicsearch .paginationcont #pagination .button:before,
.searchpage.standardsearch .paginationcont #pagination .button:before {
  line-height: 0;
}
.searchpage.basicsearch .paginationcont #pagination .button:hover,
.searchpage.standardsearch .paginationcont #pagination .button:hover {
  background-color: #e2e2e2;
  text-decoration: none;
}
.searchpage.basicsearch .paginationcont div#pagination,
.searchpage.standardsearch .paginationcont div#pagination {
  border: solid 1px #dbdbdb;
}
.searchpage.basicsearch #PageContent,
.searchpage.standardsearch #PageContent {
  background-color: #f9f9f9;
  color: #787469;
  font-size: 14px;
}
.searchpage.basicsearch #PageContent h2,
.searchpage.standardsearch #PageContent h2 {
  font-size: 25px;
  font-weight: 400;
  font-family: 'Nunito Sans', sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
}
.searchpage.basicsearch #PageContent a,
.searchpage.standardsearch #PageContent a {
  color: #787469;
  text-decoration: underline;
}
.searchpage.basicsearch {
  /* Small screen and smaller */
}
.searchpage.basicsearch #MainNav {
  /*border-bottom: 1px solid @BorderColor;*/
}
.searchpage.basicsearch h1 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-right: 5px;
}
@media (min-width: 768px) {
  .searchpage.basicsearch h1 {
    margin-top: 25px;
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .searchpage.basicsearch h1 {
    margin-top: 0;
  }
}
.searchpage.basicsearch .searchcount {
  margin-left: 0;
}
.searchpage.basicsearch #SearchResultsCont {
  margin-top: 0;
  padding-top: 110px;
  /* Small screen and smaller */
  /* Extra small screen and smaller */
}
@media (max-width: 991px) {
  .searchpage.basicsearch #SearchResultsCont {
    margin-top: 0;
    padding-top: 130px;
  }
}
@media (max-width: 767px) {
  .searchpage.basicsearch #SearchResultsCont {
    margin-top: 0;
    padding-top: 110px;
  }
}
@media (max-width: 991px) {
  .searchpage.basicsearch #propcountsandddls {
    margin-top: 0;
  }
  .searchpage.basicsearch #propcountsandddls .ddls .ddlwrap {
    margin-top: 10px;
  }
}
.searchpage.basicsearch #filterselector {
  margin-bottom: 30px;
}
.searchpage.basicsearch .propnamesearch {
  margin-top: 10px !important;
}
.searchpage.basicsearch .propnamesearch input.form-control {
  font-family: 'Roboto', sans-serif;
  border: solid 1px #dbdbdb;
}
.searchpage.basicsearch .propnamesearch .propnamesearchBut {
  background-color: #b8d118;
}
.searchpage.basicsearch #compdiv .codesearchlistitem2 {
  color: #787469;
}
.searchpage.basicsearch #compdiv .codesearchhoverlistitem2 {
  color: #787469;
  background-color: #787469;
}
.searchpage.standardsearch #SearchPanel .head:after {
  content: "\e8c4";
}
.searchpage.standardsearch .freeLocationcont {
  background-color: #fff;
}
.searchpage.standardsearch .freeLocationcont .freesearchinput {
  background-color: transparent;
}
.searchpage.standardsearch #SearchBar {
  background-color: #f3f3f3;
  color: #787469;
  border-top: 0;
  border-bottom: 0;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.333);
}
.searchpage.standardsearch #SearchBar .dd {
  margin-top: 6px;
}
.searchpage.standardsearch #SearchBar .dd#datesdd {
  margin-top: 0;
  background-color: transparent;
}
.searchpage.standardsearch #SearchBar .btn.search {
  background-color: #b8d118;
  font-weight: 400;
  font-size: 16px;
  border: 1px solid #b8d118 !important;
  border-radius: 0;
}
.searchpage.standardsearch #SearchBar .btn.search:hover {
  background-color: #9EB411;
  border-color: #9EB411 !important;
}
@media (min-width: 1199px) {
  .searchpage.standardsearch #SearchBar .btn.search {
    font-size: 18px;
  }
}
.searchpage.standardsearch #SearchBar .searchbtncont:before {
  border: solid transparent;
  border-left-color: #f6f6f7;
  border-width: 10px;
}
.searchpage.standardsearch #SearchBar .freesearch .selection.selbg {
  background-color: #f3f3f3;
}
.searchpage.standardsearch #SearchBar .selection {
  border-left: 1px solid #dcdcdc;
  color: #787469;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  height: 62px;
}
.searchpage.standardsearch #SearchBar .selection.selbg {
  color: #787469;
}
.searchpage.standardsearch #SearchBar .selection:after {
  content: "\e855";
  color: #787469;
  font-size: 20px;
}
.searchpage.standardsearch #SearchBar .selection .icon {
  color: #b8d118;
}
.searchpage.standardsearch #SearchBar .selection .ui-widget-content {
  border: 1px solid #dbdbdb;
  top: 62px !important;
}
.searchpage.standardsearch #SearchBar .selection .ui-widget-content li a {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400 !important;
  padding-left: 49px !important;
  color: #a7aeb1 !important;
}
.searchpage.standardsearch #SearchBar .selection .ui-widget-content li a strong {
  color: #787469 !important;
  font-weight: 500 !important;
}
.searchpage.standardsearch #SearchBar .selection .ui-widget-content li a.ui-state-focus {
  background-color: #d1d1d1 !important;
  color: #787469 !important;
  padding-left: 49px !important;
}
.searchpage.standardsearch #SearchBar .selection .ui-widget-content.ui-popular {
  margin-top: 0;
}
.searchpage.standardsearch #SearchBar .selection .ui-widget-content.ui-popular li a {
  color: #787469 !important;
}
.searchpage.standardsearch #SearchBar .selection .tc h4 {
  color: #787469;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.searchpage.standardsearch #SearchBar .selection .tc p {
  color: #a7aeb1;
}
.searchpage.standardsearch #SearchBar #guestlink.selbg {
  border-right: 1px solid #dcdcdc;
}
.searchpage.standardsearch #SearchBar .clearbutton {
  color: #787469;
  font-size: 19px;
}
.searchpage.standardsearch #propcountsandddls {
  margin-top: 7px;
  /* Small screen and smaller */
}
@media (max-width: 991px) {
  .searchpage.standardsearch #propcountsandddls {
    margin-top: 0;
  }
  .searchpage.standardsearch #propcountsandddls .ddls .ddlwrap {
    margin-top: 10px;
  }
}
.searchpage.standardsearch #SearchResultsCont {
  margin-top: 80px;
  padding-top: 87px;
  /* Small screen and smaller */
}
@media (max-width: 991px) {
  .searchpage.standardsearch #SearchResultsCont {
    margin-top: 0;
  }
}
.searchpage.standardsearch .headertitle {
  margin-top: 30px;
}
.searchpage.standardsearch .headertitle h1 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-right: 5px;
}
.searchpage.standardsearch .headertitle .searchcount {
  margin-left: 0;
}
.searchpage.standardsearch.mapview {
  /* Small screen and smaller */
}
@media (min-width: 768px) and (max-width: 991px) {
  .searchpage.standardsearch.mapview #propcountsandddls {
    margin-bottom: 20px !important;
  }
}
.searchpage.standardsearch.mapview .paginationcont #pagination {
  padding-top: 0 !important;
  margin-top: 20px;
}
.searchpage.standardsearch.mapview #propcountsandddls .sblabels {
  color: #dbdbdb;
}
.searchpage.zeroresults .no-results p.hastopborder {
  border-top: 1px solid #dbdbdb;
}
.searchpage.zeroresults .no-results ul li a {
  border: 1px solid #dbdbdb;
}
.searchpage.zeroresults .no-results ul.noremove li a {
  background-color: #b8d118;
  border: 1px solid #b8d118;
}
.searchpage.zeroresults .no-results ul.noremove li a:hover,
.searchpage.zeroresults .no-results ul.noremove li a:focus {
  background-color: #9EB411;
  border: 1px solid #9EB411;
}
.searchpage.zeroresults .no-results .groupbookings {
  border: solid 1px #dbdbdb;
}
.searchpage.zeroresults .no-results .groupbookings .icon {
  background-color: #b8d118;
}
.searchpage.zeroresults .no-results .groupbookings p {
  color: #787469;
}
.searchpage.zeroresults #pagtop {
  margin-bottom: 15px !important;
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .searchpage.zeroresults #pagtop {
    margin-bottom: 20px !important;
  }
}
#SearchBar .mbsc-ios .dwwr,
.searchpagerefiner .mbsc-ios .dwwr,
body.homepage .mbsc-ios .dwwr {
  padding-top: 0px;
  background-color: transparent;
}
#SearchBar .mbsc-ios .dwwr .dwbc,
.searchpagerefiner .mbsc-ios .dwwr .dwbc,
body.homepage .mbsc-ios .dwwr .dwbc {
  display: none;
}
#SearchBar .mbsc-ios .dw-bubble-top .dw-arr,
.searchpagerefiner .mbsc-ios .dw-bubble-top .dw-arr,
body.homepage .mbsc-ios .dw-bubble-top .dw-arr {
  border-color: #4c616a transparent transparent transparent;
}
#SearchBar .dd,
.searchpagerefiner .dd,
body.homepage .dd {
  background-color: #314650;
  color: #787469;
}
#SearchBar .dd .numbercontrol,
.searchpagerefiner .dd .numbercontrol,
body.homepage .dd .numbercontrol {
  border-top: 1px solid #dcdcdc;
  background-color: #ededed;
}
#SearchBar .dd .numbercontrol:first-of-type,
.searchpagerefiner .dd .numbercontrol:first-of-type,
body.homepage .dd .numbercontrol:first-of-type {
  margin-top: -6px;
  /* Small screen and smaller */
}
@media (max-width: 991px) {
  #SearchBar .dd .numbercontrol:first-of-type,
  .searchpagerefiner .dd .numbercontrol:first-of-type,
  body.homepage .dd .numbercontrol:first-of-type {
    margin-top: 0;
  }
}
#SearchBar .dd .inputnumber,
.searchpagerefiner .dd .inputnumber,
body.homepage .dd .inputnumber {
  background-color: #ededed;
  color: #787469;
}
#SearchBar .dd .numberselector,
.searchpagerefiner .dd .numberselector,
body.homepage .dd .numberselector {
  color: #787469;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
#SearchBar .dd .numberselector input,
.searchpagerefiner .dd .numberselector input,
body.homepage .dd .numberselector input {
  color: #787469;
  font-weight: 400;
  -webkit-text-fill-color: #787469;
}
#SearchBar .dd .numberselector .btn-number,
.searchpagerefiner .dd .numberselector .btn-number,
body.homepage .dd .numberselector .btn-number,
#SearchBar .dd .numberselector .btn-number2,
.searchpagerefiner .dd .numberselector .btn-number2,
body.homepage .dd .numberselector .btn-number2,
#SearchBar .dd .numberselector .btn-number3,
.searchpagerefiner .dd .numberselector .btn-number3,
body.homepage .dd .numberselector .btn-number3 {
  background-color: #b8d118;
  color: #fff;
  border-radius: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
}
#SearchBar .dw-cal-days-c,
.searchpagerefiner .dw-cal-days-c,
body.homepage .dw-cal-days-c {
  /*background-color: @SearchBar !important;*/
  font-weight: bold;
}
#SearchBar .dw-cal-header,
.searchpagerefiner .dw-cal-header,
body.homepage .dw-cal-header {
  border-bottom: none;
  background-color: #ededed !important;
}
#SearchBar .dw-cal-header .dw-cal-month,
.searchpagerefiner .dw-cal-header .dw-cal-month,
body.homepage .dw-cal-header .dw-cal-month,
#SearchBar .dw-cal-header .dw-cal-year,
.searchpagerefiner .dw-cal-header .dw-cal-year,
body.homepage .dw-cal-header .dw-cal-year {
  color: #787469 !important;
}
#SearchBar .mbsc-ic-arrow-left5:before,
.searchpagerefiner .mbsc-ic-arrow-left5:before,
body.homepage .mbsc-ic-arrow-left5:before {
  color: #b8d118 !important;
}
#SearchBar .mbsc-ic-arrow-right5:before,
.searchpagerefiner .mbsc-ic-arrow-right5:before,
body.homepage .mbsc-ic-arrow-right5:before {
  color: #b8d118 !important;
}
#SearchBar .dw-cal-next-m,
.searchpagerefiner .dw-cal-next-m,
body.homepage .dw-cal-next-m {
  border-right: 1px solid #dcdcdc;
}
#SearchBar .dw-sel .dw-cal-day-fg,
.searchpagerefiner .dw-sel .dw-cal-day-fg,
body.homepage .dw-sel .dw-cal-day-fg {
  background-color: #b8d118 !important;
  color: #fff !important;
}
#SearchBar .dw-cal-body,
.searchpagerefiner .dw-cal-body,
body.homepage .dw-cal-body {
  background-color: #fff;
}
#SearchBar .dw-cal-body .dw-cal-sc-c,
.searchpagerefiner .dw-cal-body .dw-cal-sc-c,
body.homepage .dw-cal-body .dw-cal-sc-c {
  background: #787469;
}
#SearchBar .dw-cal-body .dw-cal-sc-m-cell,
.searchpagerefiner .dw-cal-body .dw-cal-sc-m-cell,
body.homepage .dw-cal-body .dw-cal-sc-m-cell {
  background-color: #787469;
  color: #fff;
  border-top: none;
}
#SearchBar .dw-cal-body .dw-cal-sc-m-cell.dwb-d,
.searchpagerefiner .dw-cal-body .dw-cal-sc-m-cell.dwb-d,
body.homepage .dw-cal-body .dw-cal-sc-m-cell.dwb-d {
  opacity: 1;
}
#SearchBar .dw-cal-body .dw-cal-sc-m-cell.dwb-d .dw-i,
.searchpagerefiner .dw-cal-body .dw-cal-sc-m-cell.dwb-d .dw-i,
body.homepage .dw-cal-body .dw-cal-sc-m-cell.dwb-d .dw-i {
  opacity: 0.3;
}
#SearchBar .dw-cal-body .dw-cal-sc-m-cell.dw-sel .dw-i,
.searchpagerefiner .dw-cal-body .dw-cal-sc-m-cell.dw-sel .dw-i,
body.homepage .dw-cal-body .dw-cal-sc-m-cell.dw-sel .dw-i {
  background-color: #b8d118;
  color: #787469;
}
#SearchBar .dw-cal-day,
.searchpagerefiner .dw-cal-day,
body.homepage .dw-cal-day {
  border-top: 0 !important;
}
#SearchBar .dw-cal-days,
.searchpagerefiner .dw-cal-days,
body.homepage .dw-cal-days {
  color: #534741 !important;
}
#SearchBar .dw-cal-table,
.searchpagerefiner .dw-cal-table,
body.homepage .dw-cal-table {
  background-color: #fff !important;
}
.searchpagerefiner .inner.refiner {
  padding-top: 59px !important;
  /* Small screen and smaller */
}
@media (max-width: 991px) {
  .searchpagerefiner .inner.refiner {
    padding-bottom: 60px !important;
  }
}
.searchpagerefiner .freeLocationcont {
  height: 43px;
}
.searchpagerefiner .freeLocationcont input {
  position: relative;
  top: 9px;
}
.searchpagerefiner .freeLocationcont .form-control {
  font-weight: 200 !important;
}
.searchpagerefiner .freeLocationcont .selection .tc {
  height: 45px;
  vertical-align: middle;
  display: table-cell;
}
.searchpagerefiner .freeLocationcont .selection .tc h4 {
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
}
.searchpagerefiner .freeLocationcont .ui-widget-content {
  top: 43px !important;
  width: 102%;
  left: -5px;
  border: 0;
  -webkit-box-shadow: 0px 25px 45px -15px rgba(0, 0, 0, 0.56);
  -moz-box-shadow: 0px 25px 45px -15px rgba(0, 0, 0, 0.56);
  box-shadow: 0px 25px 45px -15px rgba(0, 0, 0, 0.56);
}
.searchpagerefiner .freeLocationcont .ui-widget-content li.ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  padding-left: 5px;
}
.searchpagerefiner .freeLocationcont .ui-widget-content strong {
  font-weight: normal;
}
.searchpagerefiner .dd {
  background-color: #fff;
  color: #787469;
}
.searchpagerefiner .dd #dpicker.hasdate span {
  display: none;
}
.searchpagerefiner .dd #locationlink input,
.searchpagerefiner .dd #locationlink_refiner input {
  margin-top: 2px;
}
.searchpagerefiner .dd #locationlink.hasval span,
.searchpagerefiner .dd #locationlink_refiner.hasval span {
  display: none;
}
.searchpagerefiner .dd .propnamesearch {
  margin: 10px 0 !important;
}
.searchpagerefiner .dd .propnamesearch input.form-control {
  text-indent: 0 !important;
  font-size: 15px !important;
}
.searchpagerefiner .dd .propnamesearch .propnamesearchBut {
  border-radius: 0 !important;
}
.searchpagerefiner .dd .numbercontrol {
  border-top: 1px solid #dbdbdb;
  background-color: #f3f3f3;
}
.searchpagerefiner .dd .numbercontrol input {
  font-weight: 200 !important;
}
.searchpagerefiner .dd .icon {
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 22px;
  color: #b8d118;
}
.searchpagerefiner .dd .numberselector {
  text-align: left;
  position: relative;
  padding: 22px 0;
  font-size: 15px;
  color: #787469;
  height: 60px !important;
}
.searchpagerefiner .dd .numberselector .btn-number,
.searchpagerefiner .dd .numberselector .btn-number2,
.searchpagerefiner .dd .numberselector .btn-number3 {
  position: absolute;
  border: 0;
  width: 20px;
  height: 20px;
  padding: 0;
  color: #fff;
  border-color: #c2c2c2 !important;
}
.searchpagerefiner .dd .numberselector .btn-number.minus,
.searchpagerefiner .dd .numberselector .btn-number2.minus,
.searchpagerefiner .dd .numberselector .btn-number3.minus {
  right: 120px;
}
.searchpagerefiner .dd .numberselector .btn-number.plus,
.searchpagerefiner .dd .numberselector .btn-number2.plus,
.searchpagerefiner .dd .numberselector .btn-number3.plus {
  right: 0;
}
.searchpagerefiner .dd .numberselector input {
  color: #787469 !important;
  opacity: 1 !important;
  padding-top: 1px;
}
.searchpagerefiner .dd .numberselector input:disabled,
.searchpagerefiner .dd .numberselector textarea:disabled {
  -webkit-text-fill-color: #787469;
  /* Override iOS / Android font color change */
  -webkit-opacity: 1 !important;
  /* Override iOS opacity change affecting text & background color */
  color: #787469;
  /* Override IE font color change */
  opacity: 1 !important;
}
.searchpagerefiner .dd .numberselector .refName {
  float: left;
}
.searchpagerefiner .dd .numberselector .refValue {
  position: absolute;
  right: 33px;
  width: 85px;
  text-align: center;
  z-index: 89;
}
.searchpagerefiner .dd .inputnumber {
  border: 0;
  width: 35px;
  text-align: center;
  background-color: #f3f3f3;
  color: #787469 !important;
  text-align: right;
}
.searchpagerefiner .dd input {
  color: #787469 !important;
  outline: none;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.searchpagerefiner .pnamesearch .numbercontrol {
  background-color: #787469;
}
.searchpagerefiner .pnamesearch .numbercontrol .propnamesearch {
  margin: 15px 0 !important;
}
.searchpagerefiner .pnamesearch .numbercontrol .propnamesearch .form-control {
  margin: 0 !important;
  background-color: #fff !important;
  font-weight: 500 !important;
  color: #787469 !important;
  padding-left: 10px !important;
}
.searchpagerefiner .pnamesearch .numbercontrol .propnamesearch .propnamesearchBut {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
body.refinePopup .codesearchlist2 {
  width: 100% !important;
  left: 0px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
body.refinePopup .codesearchlist2 .codesearchlistitem2 {
  padding: 7px 20px;
  font-size: 14px;
}
body.refinePopup .codesearchlist2 .codesearchhoverlistitem2 {
  background-color: #ecf3e2;
  padding: 7px 20px;
  font-size: 14px;
}
body.refinePopup .dd .numbercontrol {
  background-color: #fff !important;
}
body.refinePopup .dd .numbercontrol input {
  background-color: #fff !important;
  font-weight: 500 !important;
}
body.refinePopup .dd.pnamesearch .numbercontrol {
  background-color: #fafafa !important;
}
body.refinePopup #datepicker {
  font-weight: 400 !important;
}
body.refinePopup.newlayoutsearch #datepicker {
  font-weight: 500 !important;
}
body.refinePopup.newlayoutsearch .freeLocationcont .ui-widget-content {
  width: 100% !important;
  max-height: 400px !important;
  overflow: hidden !important;
}
body.refinePopup.newlayoutfilters {
  /* Extra small screen and smaller */
}
body.refinePopup.newlayoutfilters #SearchPanel,
body.refinePopup.newlayoutfilters #mobfilterselector {
  background-color: #fff;
}
@media (max-width: 767px) {
  body.refinePopup.newlayoutfilters .filtersWide ul label {
    padding-bottom: 15px !important;
  }
  body.refinePopup.newlayoutfilters .filtersWide ul li {
    border-bottom: 1px solid #dbdbdb;
  }
  body.refinePopup.newlayoutfilters .filtersWide ul li:last-of-type {
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
  }
}
.guidespage {
  /* Extra small screen and smaller */
}
.guidespage #MainContent_NoHero .container-fluid {
  /*background-color: @SearchPanelBG;
            border-top: solid 1px @BorderColor;*/
  border-bottom: solid 1px #dbdbdb;
  background-image: url("https://files.holidaycottages.co.uk/docs/gorgeouscottages/images/home/repeat-pattern2.jpg");
  padding: 50px 15px;
  margin-bottom: 15px;
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .guidespage #MainContent_NoHero .container-fluid {
    margin-bottom: 0px;
  }
}
.guidespage #MainContent_NoHero .container-fluid h1,
.guidespage #MainContent_NoHero .container-fluid p {
  padding: 0;
  margin: 0;
}
.guidespage #MainContent_NoHero .container-fluid h1 {
  color: #787469;
}
.guidespage #Guides {
  /* Extra small screen and smaller */
}
.guidespage #Guides #guideContainer {
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .guidespage #Guides #guideContainer {
    margin: 0;
  }
}
.guidespage #Guides #guideContainer .col-xs-12 {
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .guidespage #Guides #guideContainer .col-xs-12 {
    padding: 0;
  }
  .guidespage #Guides #guideContainer .col-xs-12 .guidetext {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .guidespage #Guides {
    padding: 0;
  }
}
.guidespage #Guides .guideitem {
  margin-top: 0;
  margin-bottom: 30px;
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .guidespage #Guides .guideitem {
    margin-bottom: 30px;
  }
}
.guidespage #Guides .guideitem h2 {
  line-height: 1em;
}
.guidespage #Guides .guideitem h2 a {
  color: #b8d118;
  font-size: 18px;
}
.guidespage #Guides .guideitem p {
  font-size: 14px;
}
.guidespage #Guides .guideitem .image {
  height: 226px;
  /* Medium screen and smaller */
  /* Small screen and smaller */
}
@media (max-width: 1199px) {
  .guidespage #Guides .guideitem .image {
    height: 184px;
  }
}
@media (max-width: 991px) {
  .guidespage #Guides .guideitem .image {
    height: 217px;
  }
}
.guidespage #Guides .guideitem .image a {
  background-position: center;
}
@media (max-width: 767px) {
  .guidespage #MainNav {
    background-color: #fff;
    border: 0;
    height: 80px;
    color: #8F8F8F;
  }
  .guidespage #MainNav .logo {
    color: #8F8F8F;
  }
  .guidespage #MainNav ul li.first {
    border-right: 1px solid #dbdbdb;
  }
  .guidespage #MainNav ul li a {
    color: #787469;
  }
  .guidespage #MainNav ul li.callus {
    color: #787469;
  }
  .guidespage #MainNav .menuicon {
    color: #787469;
    /* Small screen and smaller */
    /* Extra small screen and smaller */
  }
  .guidespage #MainNav .menuicon .text {
    display: none;
  }
  .guidespage #MainNav .menuicon .menuicon-bar {
    background-color: #787469;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .guidespage #MainNav .menuicon {
    right: 60px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .guidespage #MainNav .menuicon {
    right: 45px;
  }
}
.guidespage.nohero #MainNav {
  background-color: #fff;
  border-bottom: solid 1px #dbdbdb;
}
.guidespage.nohero #MainNav ul li.first {
  border-right: 1px solid #dbdbdb;
}
.guidespage.nohero #MainNav ul li a {
  color: #787469;
}
.guidespage.nohero #MainNav ul li.callus {
  color: #787469;
}
.guidespage.nohero #MainNav .menuicon {
  color: #787469;
  /* Small screen and smaller */
  /* Extra small screen and smaller */
}
.guidespage.nohero #MainNav .menuicon .menuicon-bar {
  background-color: #787469;
}
@media (max-width: 991px) {
  .guidespage.nohero #MainNav .menuicon {
    right: 60px;
  }
}
@media (max-width: 767px) {
  .guidespage.nohero #MainNav .menuicon {
    right: 45px;
  }
}
.guidespage #Hero .carousel-indicators .active {
  background-color: #b8d118;
}
.guidespage #Guides .guideitem .guidetext p .catlink {
  display: none;
}
.guidearticlepage #MainNav .logo {
  background-image: url('https://files.holidaycottages.co.uk/docs/gorgeouscottages/gorgeous-logo.svg');
}
@media (max-width: 767px) {
  .guidearticlepage #MainNav .logo {
    background-image: url('https://files.holidaycottages.co.uk/docs/gorgeouscottages/gorgeous-logo.svg');
  }
}
.guidearticlepage #MainNav.menustuck .logo {
  background-image: url('https://files.holidaycottages.co.uk/docs/gorgeouscottages/gorgeous-logo.svg');
}
@media (max-width: 767px) {
  .guidearticlepage #MainNav.menustuck .logo {
    background-image: url('https://files.holidaycottages.co.uk/docs/gorgeouscottages/gorgeous-logo.svg');
  }
}
.guidearticlepage .mstuck {
  position: absolute;
  width: 100% !important;
}
.guidearticlepage .mstuck.is-stuck {
  position: relative;
}
.guidearticlepage #Hero .caption p .catlink {
  display: none;
}
.guidearticlepage #Hero {
  max-height: 580px;
  overflow: hidden;
  /* Small screen and smaller */
  /* Extra small screen and smaller */
}
.guidearticlepage #Hero img {
  margin-top: 0;
}
@media (max-width: 991px) {
  .guidearticlepage #Hero {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .guidearticlepage #Hero img {
    max-width: none;
    width: 100%;
  }
}
.guidearticlepage #Hero .caption {
  top: 53%;
  transform: translate(0, -53%);
  /* Small screen and smaller */
  /* Extra small screen and smaller */
}
.guidearticlepage #Hero .caption h1 {
  font-size: 36px;
  margin-bottom: 5px;
  line-height: 1.33;
}
.guidearticlepage #Hero .caption p {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  margin-top: 0;
  /* Small screen and smaller */
}
.guidearticlepage #Hero .caption p.mobsearch {
  display: none;
}
@media (max-width: 991px) {
  .guidearticlepage #Hero .caption p .btn {
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .guidearticlepage #Hero.mob {
    height: auto !important;
  }
}
.guidearticlepage #ArticleContent {
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .guidearticlepage #ArticleContent {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.guidearticlepage #ArticleContent h2 {
  text-align: left;
  margin: 20px 0 15px 0;
}
.guidearticlepage #ArticleContent h2.first {
  margin-top: 0;
}
.guidearticlepage #ArticleContent h2 strong {
  font-weight: 400;
}
.guidearticlepage #ArticleContent h3 strong {
  font-weight: 400;
}
.guidearticlepage #ArticleContent h4 {
  font-size: 14px;
}
.guidearticlepage #ArticleContent a {
  color: #b8d118;
}
@media (max-width: 767px) {
  .guidearticlepage #ArticleContent .propgal img {
    margin-bottom: 15px;
  }
}
.guidearticlepage #ArticleContent img {
  height: auto;
}
.guidearticlepage .tweetbtn:before {
  background-color: #b8d118;
}
.guidearticlepage .tweetbtn:after {
  color: #fff;
}
.guidearticlepage .pdate {
  color: #f1f3f3;
}
.guidearticlepage #Readmore {
  background-color: #f3f3f3;
  border-top: solid 1px #dbdbdb;
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .guidearticlepage #Readmore {
    padding-left: 0;
    padding-right: 0;
  }
  .guidearticlepage #Readmore .row {
    margin: 0;
  }
}
.guidearticlepage #Readmore h2 {
  color: #787469;
  margin-top: 10px;
  line-height: 1em;
}
.guidearticlepage #Readmore .btnlink {
  margin-top: 30px;
  border-color: #b8d118;
}
.guidearticlepage #Readmore .btnlink:hover,
.guidearticlepage #Readmore .btnlink:focus {
  background-color: #9EB411;
  border-color: #9EB411;
}
.guidearticlepage #Readmore .guideitem p .catlink {
  display: none;
}
.guidearticlepage #Readmore .guideitem h2 a {
  color: #b8d118;
  font-size: 18px;
}
.guidearticlepage #Readmore .guideitem .guidetext {
  color: #787469;
}
.guidearticlepage #Readmore .guideitem p {
  font-size: 14px;
  color: #787469;
}
.guidearticlepage #Readmore .guideitem .image {
  margin-bottom: 20px;
  height: 226px;
  /* Medium screen and smaller */
  /* Small screen and smaller */
  /* Extra small screen and smaller */
}
@media (max-width: 1199px) {
  .guidearticlepage #Readmore .guideitem .image {
    height: 184px;
  }
}
@media (max-width: 991px) {
  .guidearticlepage #Readmore .guideitem .image {
    height: 141px;
  }
}
@media (max-width: 767px) {
  .guidearticlepage #Readmore .guideitem .image {
    height: 185px;
  }
}
.guidearticlepage #Readmore .guideitem .image img {
  width: 100%;
}
.guidearticlepage .sharebar {
  margin-top: 25px;
  background-color: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
  padding: 25px;
  /* Small screen and smaller */
}
@media (max-width: 991px) {
  .guidearticlepage .sharebar {
    margin-bottom: 30px;
  }
}
.guidearticlepage .sharebar .text {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  color: #787469;
  font-weight: 700;
}
.guidearticlepage .sharebar .socialicons {
  padding-top: 2px;
  /* Extra small screen and smaller */
}
.guidearticlepage .sharebar .socialicons a {
  margin-left: 14px;
  width: 20px;
  height: 20px;
  background-color: #787469;
  display: inline-block;
  border-radius: 20px;
}
.guidearticlepage .sharebar .socialicons a .icon {
  color: #f1f3f3;
  font-size: 14px;
}
.guidearticlepage .sharebar .socialicons a.pinterest {
  display: none;
}
@media (max-width: 767px) {
  .guidearticlepage .sharebar .socialicons {
    text-align: left;
  }
  .guidearticlepage .sharebar .socialicons a {
    margin-left: 0;
    margin-right: 20px;
    margin-top: 20px;
  }
}
.cottagepage #MainNav {
  background-color: #fff;
  border: 0;
  height: 80px;
  color: #787469;
  border-bottom: solid 1px #dbdbdb;
}
.cottagepage #MainNav .logo {
  color: #8F8F8F;
}
.cottagepage #MainNav ul li.first {
  border-right: 1px solid #dbdbdb;
}
.cottagepage #MainNav ul li a {
  color: #787469;
}
.cottagepage #MainNav ul li.callus {
  color: #787469;
}
.cottagepage #MainNav .menuicon {
  color: #787469;
  /* Small screen and smaller */
  /* Extra small screen and smaller */
}
.cottagepage #MainNav .menuicon .menuicon-bar {
  background-color: #787469;
}
@media (max-width: 991px) {
  .cottagepage #MainNav .menuicon {
    right: 47px;
  }
}
@media (max-width: 767px) {
  .cottagepage #MainNav .menuicon {
    right: 45px;
  }
}
.cottagepage .propertyleftcol {
  font-size: 14px;
  /* Small screen and smaller */
}
.cottagepage .propertyleftcol .propinfo .borderwrap {
  border-bottom: none;
  float: left;
  width: 100%;
}
.cottagepage .propertyleftcol .propinfo .borderwrap .propabout {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  width: auto;
  float: left;
  background-color: #ededed;
  /* Extra small screen and smaller */
}
.cottagepage .propertyleftcol .propinfo .borderwrap .propabout a {
  padding: 8px 40px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  color: #787469;
  font-weight: 700;
  text-decoration: none;
  float: left;
  width: 100%;
  position: relative;
  border: 1px solid #dbdbdb;
}
.cottagepage .propertyleftcol .propinfo .borderwrap .propabout a.active {
  background-color: #f3f3f3;
  border-bottom: none;
  border-bottom: 0;
  z-index: 1;
}
.cottagepage .propertyleftcol .propinfo .borderwrap .propabout a:hover,
.cottagepage .propertyleftcol .propinfo .borderwrap .propabout a :focus {
  cursor: pointer;
  color: #787469;
}
.cottagepage .propertyleftcol .propinfo .borderwrap .propabout .propcode {
  color: #868b92;
}
@media (max-width: 767px) {
  .cottagepage .propertyleftcol .propinfo .borderwrap .propabout {
    width: 50%;
  }
  .cottagepage .propertyleftcol .propinfo .borderwrap .propabout a {
    padding: 10px 0;
    text-align: center;
  }
}
.cottagepage .propertyleftcol .propinfo .PropertyDescriptionWrap {
  padding: 10px 30px;
  background: #f3f3f3;
  border: 1px solid #dbdbdb;
  margin-top: -2px;
}
.cottagepage .propertyleftcol .propinfo #PropertyDescription.overflowbg:before {
  background: -moz-linear-gradient(top, rgba(240, 240, 241, 0) 200px, #f0f0f1 90%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(200px, rgba(240, 240, 241, 0)), color-stop(95%, #f0f0f1));
  background: -webkit-linear-gradient(top, rgba(240, 240, 241, 0) 200px, #f0f0f1 90%);
}
.cottagepage .propertyleftcol .Complex .item {
  border-bottom: 1px solid #dbdbdb;
}
.cottagepage .propertyleftcol .ataglance {
  border-bottom: 1px solid #dbdbdb;
}
.cottagepage .propertyleftcol .ataglance .circle {
  background-color: #b8d118;
}
.cottagepage .propertyleftcol #Features .icon,
.cottagepage .propertyleftcol #Features2 .icon {
  color: #868b92;
}
.cottagepage .propertyleftcol #Reviews .name span {
  margin-left: 0 !important;
  color: #787469 !important;
  font-size: 14px !important;
}
.cottagepage .propertyleftcol #Reviews .name span.comma {
  display: none;
}
.cottagepage .propertyleftcol #Reviews .name span.reviewdate {
  float: right;
}
.cottagepage .propertyleftcol #propimageslider .slick-prev {
  background-color: #787469;
}
.cottagepage .propertyleftcol #propimageslider .slick-next {
  background-color: #787469;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cottagepage .propertyleftcol #propimageslider .slick-dots li button {
    background-color: #787469;
  }
}
.cottagepage .propertyleftcol #propimageslider .slick-dots li.slick-active button {
  background-color: #b8d118;
}
@media (max-width: 991px) {
  .cottagepage .propertyleftcol {
    margin-top: 0;
  }
  .cottagepage .propertyleftcol #PropertyImage {
    background-color: #e9e9eb;
  }
  .cottagepage .propertyleftcol #PropertyImage .PropertyImageCol {
    padding: 0;
  }
  .cottagepage .propertyleftcol #Features2 {
    background-color: #e9e9eb;
  }
}
.cottagepage #Footer .social {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  /* Extra-small screen and smaller */
}
@media (min-width: 768px) {
  .cottagepage #Footer .social {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .cottagepage #Footer .social {
    text-align: center;
  }
}
.cottagepage.basic {
  /* Extra small screen and smaller */
}
.cottagepage.basic h1 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cottagepage.basic h1 {
    font-size: 22px;
  }
}
@media (min-width: 992px) {
  .cottagepage.basic h1 {
    margin-bottom: 0;
  }
}
.cottagepage.basic h3 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #ededed;
  margin-bottom: 20px;
  padding-bottom: 15px;
  margin-top: 0;
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .cottagepage.basic h3 {
    margin-bottom: 15px;
  }
}
.cottagepage.basic .marketingaddress {
  color: #787469;
  font-size: 18px;
}
.cottagepage.basic .starrating {
  display: none;
}
.cottagepage.basic .seotext {
  margin-top: 20px;
}
.cottagepage.basic #MainNav {
  height: 80px;
}
@media (max-width: 767px) {
  .cottagepage.basic .propertyleftcol {
    margin-top: 0;
  }
}
.cottagepage.basic #QuickBar {
  background-color: #f3f3f3;
  border-bottom: 0;
  color: #787469;
  top: 80px;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.333);
  /* Small screen and smaller */
  /* Extra small screen and smaller */
}
.cottagepage.basic #QuickBar .backlink {
  float: left;
  padding-left: 15px;
  margin-top: 15px;
}
.cottagepage.basic #QuickBar a {
  color: #787469;
  font-size: 13px;
  height: 59px;
  float: left;
  padding-bottom: 19px;
  position: relative;
  margin-right: 67px;
  text-decoration: none;
  /* Medium screen and smaller */
  /* Extra small screen and smaller */
  /* Extra small screen and smaller */
}
@media (max-width: 1199px) {
  .cottagepage.basic #QuickBar a {
    margin-right: 31px;
  }
}
@media (max-width: 767px) {
  .cottagepage.basic #QuickBar a {
    margin-right: 27px;
  }
}
.cottagepage.basic #QuickBar a.backtoresults {
  position: relative;
  height: auto;
  padding: 6px 10px 6px 6px;
  line-height: normal;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  background-color: #e2e2e2;
  color: #787469;
  /* Extra small screen and smaller */
}
.cottagepage.basic #QuickBar a.backtoresults:before {
  content: "\e84d";
  font-family: 'pochenty';
  color: #787469;
  position: relative;
  top: 4px;
  line-height: 1px;
  font-size: 24px;
  margin-right: 3px;
  /* Small screen and smaller */
  /* Extra small screen and smaller */
}
@media (max-width: 991px) {
  .cottagepage.basic #QuickBar a.backtoresults:before {
    top: 2px;
  }
}
@media (max-width: 767px) {
  .cottagepage.basic #QuickBar a.backtoresults:before {
    position: relative;
    left: -7px;
    top: 6px;
    font-size: 30px;
  }
}
.cottagepage.basic #QuickBar a.backtoresults:hover,
.cottagepage.basic #QuickBar a.backtoresults:focus {
  border: 1px solid #e2e2e2;
  background-color: #e2e2e2;
}
@media (max-width: 767px) {
  .cottagepage.basic #QuickBar a.backtoresults {
    margin-right: 10px;
    border: none;
    line-height: 59px;
    padding: 0;
    width: auto;
  }
  .cottagepage.basic #QuickBar a.backtoresults span {
    display: none;
  }
  .cottagepage.basic #QuickBar a.backtoresults:hover,
  .cottagepage.basic #QuickBar a.backtoresults:focus {
    border: none;
    background: none;
  }
  .cottagepage.basic #QuickBar a.backtoresults:hover:before,
  .cottagepage.basic #QuickBar a.backtoresults:focus:before {
    color: #141414;
  }
}
@media (max-width: 767px) {
  .cottagepage.basic #QuickBar a.imageqlink {
    display: none;
  }
  .cottagepage.basic #QuickBar a.availabilityqlink {
    display: none;
  }
  .cottagepage.basic #QuickBar a.locationqlink {
    margin-right: 0;
  }
}
.cottagepage.basic #QuickBar a .circle {
  font-size: 10px;
  padding: 20px 0px 10px 8px;
  float: right;
  /* Small screen and smaller */
  /* Exception small screen and smaller */
}
.cottagepage.basic #QuickBar a .circle span {
  background-color: #141414;
  width: auto;
  padding: 0 5px;
  height: 15px;
  display: block;
  line-height: 15px;
  border-radius: 15px;
  text-align: center;
}
@media (max-width: 991px) {
  .cottagepage.basic #QuickBar a .circle {
    padding: 12px 0px 10px 5px;
  }
}
@media (max-width: 991px) {
  .cottagepage.basic #QuickBar a .circle {
    padding: 12px 10px 10px 5px;
  }
}
.cottagepage.basic #QuickBar a.availabilityqlink {
  margin-right: 0;
}
.cottagepage.basic #QuickBar a:hover,
.cottagepage.basic #QuickBar a:focus {
  border-bottom: 3px solid #b8d118;
}
.cottagepage.basic #QuickBar .AvailabilityHead {
  background-color: #e8e8e8;
  padding: 0 15px;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  font-weight: 700;
}
.cottagepage.basic #QuickBar .AvailabilityHead:after {
  content: "\e916";
  font-family: 'Material Icons';
  position: absolute;
  right: 15px;
  font-size: 20px;
  color: #787469;
}
@media (max-width: 991px) {
  .cottagepage.basic #QuickBar {
    top: 128px;
    height: 43px;
    line-height: 43px;
  }
  .cottagepage.basic #QuickBar a {
    height: 43px;
  }
  .cottagepage.basic #QuickBar a.backtoresults {
    line-height: 24px;
    padding: 2px 10px 2px 6px;
    color: #fff;
  }
  .cottagepage.basic #QuickBar a.backtoresults:before {
    top: 4px;
    color: #fff;
  }
  .cottagepage.basic #QuickBar a.backtoresults:hover:before {
    color: #fff;
  }
  .cottagepage.basic #QuickBar .backlink {
    width: 140px;
    float: left;
    margin-top: 7px;
    /* Extra small screen and smaller */
  }
  .cottagepage.basic #QuickBar .quicklinkwrap {
    padding: 0;
  }
  .cottagepage.basic #QuickBar .quicklinkwrap a {
    text-align: center;
    width: auto;
    /* Small screen and smaller */
    /* Extra small screen and smaller */
    /* Exception small screen and smaller */
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cottagepage.basic #QuickBar .backlink {
    width: 45px;
    margin-top: 4px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  .cottagepage.basic #QuickBar .quicklinkwrap a {
    width: 90px;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cottagepage.basic #QuickBar .quicklinkwrap a {
    margin-right: 0;
    padding: 0;
    width: 120px;
  }
}
@media (max-width: 991px) and (max-width: 480px) {
  .cottagepage.basic #QuickBar .quicklinkwrap a {
    width: 86px;
  }
}
@media (max-width: 767px) {
  .cottagepage.basic #QuickBar {
    top: 110px;
  }
  .cottagepage.basic #QuickBar a {
    height: 43px;
  }
  .cottagepage.basic #QuickBar a.backtoresults {
    line-height: 24px;
    padding: 5px 0 5px 0;
    margin-right: 0;
    background-color: transparent;
  }
  .cottagepage.basic #QuickBar a.backtoresults:before {
    line-height: 14px;
    top: 6px;
    color: #b8d118;
  }
  .cottagepage.basic #QuickBar a.backtoresults:hover:before {
    color: #9EB411 !important;
  }
}
.cottagepage.basic #top {
  margin-top: 170px;
  /* Small screen and smaller */
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .cottagepage.basic #top {
    margin-top: 150px;
  }
}
.cottagepage.basic #PropertyImage {
  /* Small screen and smaller */
  /* Extra small screen and smaller */
}
.cottagepage.basic #PropertyImage .PropertyImageCol {
  /* Only Small screen */
}
@media (min-width: 768px) and (max-width: 991px) {
  .cottagepage.basic #PropertyImage .PropertyImageCol {
    margin: 0;
    padding: 0;
  }
}
.cottagepage.basic #PropertyImage .leadimage {
  background-size: cover;
  /* Only Small screen */
}
@media (min-width: 768px) and (max-width: 991px) {
  .cottagepage.basic #PropertyImage .leadimage {
    position: relative;
  }
}
.cottagepage.basic #PropertyImage .imggalviewall {
  color: #fff;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 0;
  padding: 3px 10px 3px 8px;
  left: 30px;
  text-decoration: none;
  /* Small screen and smaller */
  /* Extra small screen and smaller */
}
.cottagepage.basic #PropertyImage .imggalviewall .icon {
  display: inline-block;
  margin-right: 5px;
}
.cottagepage.basic #PropertyImage .imggalviewall:hover,
.cottagepage.basic #PropertyImage .imggalviewall:focus {
  background-color: #b8d118;
  border-color: #b8d118;
}
@media (max-width: 991px) {
  .cottagepage.basic #PropertyImage .imggalviewall {
    left: 30px;
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .cottagepage.basic #PropertyImage .imggalviewall {
    left: 15px;
    bottom: 15px;
  }
}
.cottagepage.basic #PropertyImage .leadimage {
  /*&:before {
                content: '';
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                left: 0;
                background-image: linear-gradient(to top,black,transparent);
                background-size: 100% 20%;
                background-position: bottom;
                background-repeat: no-repeat;
                opacity: .6;
                margin: 0 15px;
            }*/
}
@media (max-width: 991px) {
  .cottagepage.basic #PropertyImage .leadimage:before {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .cottagepage.basic #PropertyImage {
    height: auto;
  }
  .cottagepage.basic #PropertyImage .leadimage {
    height: 250px;
  }
  .cottagepage.basic #PropertyImage .leadimage:before {
    background-size: 100% 40%;
  }
}
.cottagepage.basic #OverviewPanel {
  margin-bottom: 15px;
  margin-top: 40px;
  /* Extra small screen and smaller */
}
.cottagepage.basic #OverviewPanel h1 {
  margin-right: 5px;
  margin-top: 0;
  font-weight: 700;
}
.cottagepage.basic #OverviewPanel .marketingaddress {
  font-size: 15px;
}
@media (min-width: 768px) {
  .cottagepage.basic #OverviewPanel .marketingaddress {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .cottagepage.basic #OverviewPanel .marketingaddress {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .cottagepage.basic #OverviewPanel {
    margin-top: 20px;
  }
  .cottagepage.basic #OverviewPanel h1 {
    float: left;
  }
  .cottagepage.basic #OverviewPanel .marketingaddress {
    float: left;
    clear: both;
  }
}
.cottagepage.basic #OverviewPanel span.code {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #787469;
  margin-top: 20px;
  display: block;
  font-weight: 500;
}
.cottagepage.basic #OverviewPanel #PropertyDescription {
  margin-top: 20px;
}
.cottagepage.basic #OverviewPanel #PropertyDescription .intro p {
  font-weight: 500;
  margin-bottom: 20px;
}
.cottagepage.basic #OverviewPanel #PropertyDescription2 {
  display: none;
}
.cottagepage.basic #OverviewPanel .ataglance {
  margin-top: 16px;
  margin-bottom: 30px;
  /* Extra small screen and smaller */
}
.cottagepage.basic #OverviewPanel .ataglance .item {
  background-color: #f3f3f3;
  border: 1px solid #dbdbdb;
  font-size: 14px;
  font-weight: 500;
}
.cottagepage.basic #OverviewPanel .ataglance .item.changeover {
  display: none;
}
.cottagepage.basic #OverviewPanel .ataglance span {
  display: inline-block;
  font-weight: 500;
}
.cottagepage.basic #OverviewPanel .ataglance #MoreFeatures .item {
  background-color: #f1f3f3;
  color: #787469;
  border: 1px solid #dbdbdb;
}
.cottagepage.basic #OverviewPanel .ataglance #ShowFeatures {
  border: 1px solid #b8d118;
  background-color: #b8d118;
  color: #fff;
  border-radius: 0;
  position: relative;
  padding-left: 30px;
  padding-right: 10px;
  float: left;
  right: auto;
}
.cottagepage.basic #OverviewPanel .ataglance #ShowFeatures:before {
  content: "\e93d";
  font-family: 'pochenty';
  position: absolute;
  left: 7px;
  font-size: 16px;
  top: 3px;
}
.cottagepage.basic #OverviewPanel .ataglance #ShowFeatures.on {
  padding-left: 10px;
  float: right;
}
.cottagepage.basic #OverviewPanel .ataglance #ShowFeatures.on:before {
  display: none;
}
.cottagepage.basic #OverviewPanel .ataglance #ShowFeatures:hover,
.cottagepage.basic #OverviewPanel .ataglance #ShowFeatures:focus {
  background-color: #9EB411;
  border-color: #9EB411;
}
.cottagepage.basic #OverviewPanel .ataglance #ShowFeatures2 {
  border: 1px solid #b8d118;
  background-color: #b8d118;
  color: #fff;
  border-radius: 0;
  position: relative;
  float: left;
  right: auto;
}
.cottagepage.basic #OverviewPanel .ataglance #ShowFeatures2:hover,
.cottagepage.basic #OverviewPanel .ataglance #ShowFeatures2:focus {
  background-color: #9EB411;
  border-color: #9EB411;
}
@media (max-width: 767px) {
  .cottagepage.basic #OverviewPanel .ataglance {
    margin-bottom: 24px;
  }
}
.cottagepage.basic #OverviewPanel ul {
  padding-left: 20px;
  margin: 0;
}
.cottagepage.basic #OverviewPanel ul li {
  margin-bottom: 15px;
  padding-left: 20px;
}
.cottagepage.basic #ImagePanel {
  overflow: hidden;
  /* Small screen and smaller */
  /* Extra small screen and smaller */
}
.cottagepage.basic #ImagePanel h3 {
  margin-bottom: 10px;
}
.cottagepage.basic #ImagePanel .imggal {
  margin-bottom: 10px;
  margin-top: 10px;
  height: 124px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .cottagepage.basic #ImagePanel .imggal {
    float: left;
    width: 25%;
  }
}
@media (min-width: 992px) {
  .cottagepage.basic #ImagePanel .imggal {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1200px) {
  .cottagepage.basic #ImagePanel .imggal {
    float: left;
    width: 25%;
  }
}
.cottagepage.basic #ImagePanel .imggal .imgbg {
  background-color: black;
}
.cottagepage.basic #ImagePanel .imggal .imgbg span {
  display: block;
  position: absolute;
  z-index: 1;
  color: #fff;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  text-align: center;
  padding-right: 30px;
  cursor: pointer;
}
.cottagepage.basic #ImagePanel .imggal .imgbg.showmore:before {
  display: none;
}
.cottagepage.basic #ImagePanel .imggal .imgbg.showmore img {
  opacity: 0.4;
}
.cottagepage.basic #ImagePanel .imggal:hover .imgbg:before,
.cottagepage.basic #ImagePanel .imggal:focus .imgbg:before {
  content: "\e90c";
  font-family: 'pochenty';
  padding-right: 30px;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 20px;
  text-align: center;
  color: #fff;
}
.cottagepage.basic #ImagePanel .imggal:hover .imgbg.showmore:before,
.cottagepage.basic #ImagePanel .imggal:focus .imgbg.showmore:before {
  display: none;
}
.cottagepage.basic #ImagePanel .imggal:hover img,
.cottagepage.basic #ImagePanel .imggal:focus img {
  opacity: 0.4;
}
@media (max-width: 767px) {
  .cottagepage.basic #ImagePanel {
    height: auto;
  }
}
@media (max-width: 767px) {
  .cottagepage.basic #ImagePanel {
    display: none;
  }
}
.cottagepage.basic #CalendarPanel {
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .cottagepage.basic #CalendarPanel {
    display: none;
  }
}
.cottagepage.basic #CalendarPanel #CalControl a {
  background-color: #b8d118;
  border: 1px solid #9EB411;
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 50%;
  margin-left: 20px;
  position: relative;
  text-decoration: none;
}
.cottagepage.basic #CalendarPanel #CalControl a.calleft:before {
  content: "\e851";
  font-family: 'pochenty';
  position: absolute;
  left: 8px;
  top: 5px;
  color: #fff;
}
.cottagepage.basic #CalendarPanel #CalControl a.calright:before {
  content: "\e852";
  font-family: 'pochenty';
  position: absolute;
  left: 8px;
  top: 5px;
  color: #fff;
}
.cottagepage.basic #CalendarPanel #CalControl a span {
  display: none;
}
.cottagepage.basic #CalendarPanel .carousel {
  margin-top: 10px;
}
.cottagepage.basic #CalendarPanel .propavailcalmonth .propouter {
  border: 1px solid #dbdbdb;
}
.cottagepage.basic #CalendarPanel .propavailcalmonth .propouter .propavailcalmonthname {
  background-color: #f9f9f9;
  height: 40px;
  line-height: 40px;
}
.cottagepage.basic #CalendarPanel .propavailcalmonth .propouter .propavailcalmonthname h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  line-height: 40px;
}
.cottagepage.basic #CalendarPanel .propavailcalmonth .propouter .daynames {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  font-size: 12px;
  font-weight: 500;
}
.cottagepage.basic #CalendarPanel .propavailcalmonth .propouter .propavailcalbox.unavailable {
  opacity: 0.2;
}
.cottagepage.basic #CalendarPanel .propavailcalmonth .propouter .propavailcalbox span {
  height: 30px;
  line-height: 30px;
  display: inline-block;
}
.cottagepage.basic #CalendarPanel .propavailcalmonth .propouter .propavailcalbox.booked {
  background-color: #e4e6e7;
}
.cottagepage.basic #CalendarPanel .propavailcalmonth .propouter .propavailcalbox.booked span {
  background-color: #e4e6e7;
}
.cottagepage.basic #ManagerPanel #Manager p {
  /* Medium screen and smaller */
  /* Small screen and smaller */
  /* Extra small screen and smaller */
}
.cottagepage.basic #ManagerPanel #Manager p img {
  border-radius: 50%;
}
.cottagepage.basic #ManagerPanel #Manager p.text {
  width: 660px;
}
@media (max-width: 1199px) {
  .cottagepage.basic #ManagerPanel #Manager p.text {
    width: 446px;
  }
}
@media (max-width: 991px) {
  .cottagepage.basic #ManagerPanel #Manager p.text {
    width: 630px;
  }
}
@media (max-width: 767px) {
  .cottagepage.basic #ManagerPanel #Manager p {
    float: left;
    width: auto;
    padding: 0;
  }
  .cottagepage.basic #ManagerPanel #Manager p img {
    margin-right: 15px;
  }
  .cottagepage.basic #ManagerPanel #Manager p.text {
    width: 69%;
  }
}
.cottagepage.basic #ReviewPanel {
  margin-bottom: 50px;
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .cottagepage.basic #ReviewPanel {
    margin-bottom: 30px;
  }
}
.cottagepage.basic #ReviewPanel.lessthanthree {
  margin-bottom: 30px;
}
.cottagepage.basic #ReviewPanel #Reviews {
  /* Extra small screen and smaller */
}
.cottagepage.basic #ReviewPanel #Reviews h3 {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.cottagepage.basic #ReviewPanel #Reviews p {
  margin-bottom: 20px;
}
.cottagepage.basic #ReviewPanel #Reviews p.name {
  margin-bottom: 15px;
}
.cottagepage.basic #ReviewPanel #Reviews p.highlight {
  font-size: 18px;
}
@media (max-width: 767px) {
  .cottagepage.basic #ReviewPanel #Reviews {
    text-align: left;
  }
  .cottagepage.basic #ReviewPanel #Reviews .name {
    margin-bottom: 15px;
    float: left;
    width: 100%;
  }
  .cottagepage.basic #ReviewPanel #Reviews .name .StarRating {
    float: left;
    clear: both;
    width: 100%;
    margin-left: 0;
  }
  .cottagepage.basic #ReviewPanel #Reviews .name span {
    margin-top: 0;
    margin-left: 0;
  }
}
.cottagepage.basic #ReviewPanel #Reviews .starpanel {
  padding: 30px;
  background: #f0f0f0;
}
.cottagepage.basic #ReviewPanel #Reviews .starpanel .stars .icon {
  color: #b8d118;
  font-size: 15px;
  margin-top: -2px;
  display: inline-block;
}
.cottagepage.basic #ReviewPanel #Reviews .item {
  border-top: 1px solid #d9d9d9;
  padding-top: 15px;
}
.cottagepage.basic #ReviewPanel #Reviews .item a {
  color: #b8d118;
}
.cottagepage.basic #ReviewPanel #Reviews .item.first {
  border: 0;
  padding-top: 0;
}
.cottagepage.basic #ReviewPanel #Reviews .name {
  font-weight: 500;
}
.cottagepage.basic #ReviewPanel #Reviews .name span {
  color: #141414;
}
.cottagepage.basic #ReviewPanel #Reviews .readmorereviews {
  font-size: 14px;
  font-weight: 400;
  height: 30px;
  line-height: 17px;
  background-color: #b8d118;
  border: 1px solid #b8d118;
  color: #fff;
  border-radius: 0;
  padding: 5px 10px;
  padding-left: 20px;
}
.cottagepage.basic #ReviewPanel #Reviews .readmorereviews:before {
  content: "\e93d";
  font-family: 'pochenty';
  position: absolute;
  left: 5px;
}
.cottagepage.basic #ReviewPanel #Reviews .readmorereviews.on {
  padding-left: 10px;
  margin-top: 10px;
}
.cottagepage.basic #ReviewPanel #Reviews .readmorereviews.on:before {
  display: none;
}
.cottagepage.basic #ReviewPanel #Reviews .readmorereviews:hover,
.cottagepage.basic #ReviewPanel #Reviews .readmorereviews:focus {
  background-color: #9EB411;
  border-color: #9EB411;
}
.cottagepage.basic .normal {
  margin-top: 20px;
  /* Small screen and smaller */
}
.cottagepage.basic .normal .call {
  margin-bottom: 0;
  border: solid 1px #dbdbdb;
  border-radius: 0;
  background-color: #f9f9f9;
  padding: 18px;
}
.cottagepage.basic .normal .call p {
  font-size: 13px !important;
  color: #787469 !important;
  display: inline;
  margin-right: 5px;
}
.cottagepage.basic .normal .call p.message {
  font-weight: normal !important;
}
.cottagepage.basic .normal .call p.message span {
  font-weight: 500 !important;
}
.cottagepage.basic .normal .call p.phone {
  font-weight: 600 !important;
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .cottagepage.basic .normal .call p.phone {
    display: block;
  }
}
.cottagepage.basic .normal .right-PoweredBy {
  margin-bottom: 20px;
}
.cottagepage.basic .normal .share {
  border-radius: 0;
  background: #fff;
  text-align: left;
  padding: 15px 20px;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
  color: #787469;
}
.cottagepage.basic .normal .share p {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  display: inline-block;
  margin: 0;
  font-weight: 700;
}
.cottagepage.basic .normal .share .shareicons {
  display: inline-block;
  float: right;
}
.cottagepage.basic .normal .share .shareicons a {
  color: #787469;
  font-size: 20px;
  line-height: 16px;
}
@media (max-width: 991px) {
  .cottagepage.basic .normal {
    margin-top: 0;
    text-align: center;
  }
}
.cottagepage.basic .iframesecurenotice {
  margin: 10px 0 15px 0;
}
.cottagepage.basic .iframesecurenotice .pochenty {
  color: #787469;
}
.cottagepage.basic.iframe .qbcontouter {
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .cottagepage.basic.iframe .qbcontouter {
    background-color: #fff;
  }
}
.cottagepage.basic.iframe .qbcont {
  border: 0 !important;
  /* Small screen and smaller */
  /* Extra small screen and smaller */
}
@media (max-width: 991px) {
  .cottagepage.basic.iframe .qbcont {
    margin-bottom: 0;
    border: 1px solid #dbdbdb !important;
  }
}
@media (max-width: 767px) {
  .cottagepage.basic.iframe .qbcont {
    border: 0 !important;
  }
}
.nohero h1 {
  font-size: 25px;
  margin-bottom: 8px !important;
}
.nohero p {
  font-size: 14px !important;
}
.newsletterpage #MainNav {
  top: 0;
}
.newsletterpage .container-fluid {
  margin-top: 80px;
  /* Small screen and smaller */
}
@media (max-width: 991px) {
  .newsletterpage .container-fluid {
    margin-top: 0;
  }
}
.newsletterpage.newsletterpage-alt .btn {
  display: inline;
  width: auto;
  padding: 8px 140px;
  margin-top: 0 !important;
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .newsletterpage.newsletterpage-alt .btn {
    padding: 8px 0;
    width: 100%;
  }
}
.newsletterpage.newsletterpage-alt .formhead .intro {
  font-size: 15px !important;
  color: #787469;
}
.newsletterpage.newsletterpage-alt .form-footer {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 12px !important;
}
.newsletterpage.newsletterpage-alt .form-footer a {
  color: #b8d118;
}
/* New availability panel & search ***************************************************************/
#AvailabilityPanel {
  /* Extra small screen and smaller */
  /* Button overrides */
}
@media (max-width: 767px) {
  #AvailabilityPanel {
    top: 0 !important;
  }
  #AvailabilityPanel .mobavaillinks {
    padding-bottom: 0 !important;
  }
  #AvailabilityPanel .mobavaillinks .btn.fullwidth {
    padding-left: 15px !important;
    height: 48px !important;
    padding-top: 14px !important;
  }
  #AvailabilityPanel .mobavaillinks .fullb {
    padding: 0 !important;
  }
}
#AvailabilityPanel .availTitle {
  display: none !important;
}
#AvailabilityPanel .lockedAvail {
  display: none !important;
}
#AvailabilityPanel .securenotice {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
}
#AvailabilityPanel .securenotice .pochenty {
  color: #787469;
  font-size: 18px;
  margin-right: 2px;
}
#AvailabilityPanel .AvailabilityPanelInner .durationavaildd .ddlwrap {
  margin-top: 0 !important;
}
#AvailabilityPanel .AvailabilityPanelInner .ddlwrap {
  border: 1px solid #dde0e5 !important;
}
#AvailabilityPanel .AvailabilityPanelInner .hasDatepicker {
  border-left: 1px #dde0e5 !important;
  border-right: 1px #dde0e5 !important;
  border-bottom: 1px #dde0e5 !important;
  border-color: #dde0e5 !important;
}
#AvailabilityPanel .AvailabilityPanelInner .propdate .warning {
  border-top: solid 1px #dde0e5 !important;
  border-right: solid 1px #dde0e5 !important;
  border-bottom: solid 1px #dde0e5 !important;
  font-size: 14px !important;
}
#AvailabilityPanel .AvailabilityPanelInner .propdate.amberwarning p {
  border-top: solid 1px #dde0e5 !important;
  border-right: solid 1px #dde0e5 !important;
  border-bottom: solid 1px #dde0e5 !important;
}
#AvailabilityPanel .AvailabilityPanelInner .propdate.offer .propavaildate .dateprice p.nights {
  font-size: 13px !important;
}
@media (min-width: 375px) {
  #AvailabilityPanel .AvailabilityPanelInner .propdate.offer .propavaildate .dateprice p.nights {
    font-size: 14px !important;
  }
}
#AvailabilityPanel .AvailabilityPanelInner.Bottom .avControls .avDates .popular {
  border-top: solid 1px #dbdbdb !important;
  border-right: solid 1px #dbdbdb !important;
  border-bottom: solid 1px #dbdbdb !important;
}
#AvailabilityPanel .AvailabilityPanelInner .propdate .propavailselect a {
  /*background-color: @Button !important;*/
  border-radius: 0 !important;
}
#AvailabilityPanel .AvailabilityPanelInner .propdate .propavailselect a:hover,
#AvailabilityPanel .AvailabilityPanelInner .propdate .propavailselect a:focus {
  /*background-color: @ButtonShadow !important;*/
}
#AvailabilityPanel .AvailabilityPanelInner .propdate.enquire .propavailselect a {
  /*background-color: #f28e00 !important;*/
  border-radius: 0 !important;
}
#AvailabilityPanel .AvailabilityPanelInner .propdate.enquire .propavailselect a:hover,
#AvailabilityPanel .AvailabilityPanelInner .propdate.enquire .propavailselect a:focus {
  /*background-color: #f1a130 !important;*/
}
.cottagepage.basic {
  /* Small screen and smaller */
  /* Extra small screen and smaller */
}
@media (max-width: 991px) {
  .cottagepage.basic #QuickBar {
    top: 0 !important;
    position: relative !important;
  }
  .cottagepage.basic #QuickBar.fixed {
    position: fixed !important;
  }
  .cottagepage.basic #QuickBar.fixed a {
    color: #fff !important;
  }
  .cottagepage.basic #top {
    margin-top: 0 !important;
  }
  .cottagepage.basic #AvailabilityPanel.fixed {
    position: fixed !important;
    top: 23px;
  }
  .cottagepage.basic #AvailabilityPanel.fixed .mobavaillinks .container {
    width: 100%;
    padding: 0;
  }
  .cottagepage.basic #AvailabilityPanel .mobavaillinks {
    padding-bottom: 5px !important;
  }
  .cottagepage.basic #AvailabilityPanel .mobavaillinks .fullb .pull-left {
    display: none !important;
  }
  .cottagepage.basic #AvailabilityPanel .mobavaillinks .fullb .pull-right {
    display: none !important;
  }
  .cottagepage.basic #AvailabilityPanel .mobavaillinks .fullb .fullwidth {
    display: block !important;
    margin-top: 20px !important;
    font-weight: 500 !important;
  }
}
@media (max-width: 767px) {
  .cottagepage.basic #QuickBar {
    top: 0 !important;
  }
  .cottagepage.basic #QuickBar.fixed a.backtoresults:before {
    color: #b8d118;
  }
  .cottagepage.basic #QuickBar.fixed a.backtoresults:hover:before,
  .cottagepage.basic #QuickBar.fixed a.backtoresults:focus:before {
    color: #fff;
  }
  .cottagepage.basic #AvailabilityPanel.fixed {
    display: none !important;
  }
  .cottagepage.basic #AvailabilityPanel .mobavaillinks {
    padding-bottom: 0 !important;
  }
  .cottagepage.basic #AvailabilityPanel .mobavaillinks .fullb .fullwidth {
    display: block !important;
    margin-top: 0 !important;
  }
}
.cottagepage.basic.withdate {
  /* Small screen and smaller */
  /* Small screen and smaller */
}
@media (max-width: 991px) {
  .cottagepage.basic.withdate #AvailabilityPanel {
    margin-top: 20px;
  }
  .cottagepage.basic.withdate #AvailabilityPanel .mobavaillinks .fullb {
    /*.datesselected {
                            height: 80px;

                            .leftwrap {
                                p {
                                    text-indent: 15px !important;
                                }

                                span {
                                    float: none !important;
                                    clear: none !important;
                                    margin: 0 !important;
                                    display: inline !important;
                                    margin-left: 5px !important;
                                }

                                .icon {
                                    display: block !important;
                                    margin-left: 15px !important;
                                    margin-top: 5px !important;
                                }
                            }

                            border: 1px solid @BorderColor !important;
                        }*/
  }
  .cottagepage.basic.withdate #AvailabilityPanel .mobavaillinks .fullb .pull-right {
    display: inline-block !important;
  }
  .cottagepage.basic.withdate #AvailabilityPanel .mobavaillinks .fullb .pull-right .rightwrap {
    margin-top: 14px;
    margin-right: 14px;
    text-align: center;
    padding: 0 8px;
    border-radius: 0;
  }
  .cottagepage.basic.withdate #AvailabilityPanel .mobavaillinks .fullb .pull-right .rightwrap a {
    padding: 8px 34px;
    line-height: 16px;
    display: block;
  }
  .cottagepage.basic.withdate #AvailabilityPanel .mobavaillinks .fullb .pull-right .rightwrap span {
    display: block;
  }
  .cottagepage.basic.withdate #AvailabilityPanel.fixed .mobavaillinks {
    background-color: #fff;
    border-bottom: 1px solid #dbdbdb !important;
  }
  .cottagepage.basic.withdate #AvailabilityPanel.fixed .mobavaillinks .container {
    width: 750px;
  }
  .cottagepage.basic.withdate #AvailabilityPanel.fixed .mobavaillinks .datesselected {
    border: 0 !important;
    height: 72px;
  }
}
@media (max-width: 767px) {
  .cottagepage.basic.withdate #AvailabilityPanel .mobavaillinks .fullb {
    /*.datesselected {
                            height: 130px;
                            border: 0 !important;

                            .leftwrap {
                                text-align: center;
                                width: 100%;
                                height: 40px;

                                p {
                                    width: auto;
                                    float: none;
                                }

                                span {
                                    top: 0;
                                }

                                .icon {
                                    position: relative;
                                    top: 60px;
                                }
                            }

                            .bookdiv {
                                top: 0;
                            }
                        }*/
  }
  .cottagepage.basic.withdate #AvailabilityPanel .mobavaillinks .fullb .pull-right {
    position: relative;
    cursor: pointer;
    margin: 0 10%;
    width: 80%;
    top: 0;
  }
  .cottagepage.basic.withdate #AvailabilityPanel .mobavaillinks .fullb .pull-right .rightwrap {
    margin-top: 0 !important;
  }
  .cottagepage.basic.withdate #AvailabilityPanel .mobavaillinks .fullb .pull-right .rightwrap a {
    font-size: 18px;
  }
  .cottagepage.basic.withdate #AvailabilityPanel .mobavaillinks .fullb .pull-right .rightwrap a span {
    margin-top: 2px;
  }
  .cottagepage.basic.withdate #AvailabilityPanel .mobavaillinks .fullb .pull-right.enquirediv {
    border-radius: 0;
  }
  .cottagepage.basic.withdate #AvailabilityPanel .mobavaillinks .fullb .pull-right.enquirediv:hover,
  .cottagepage.basic.withdate #AvailabilityPanel .mobavaillinks .fullb .pull-right.enquirediv:focus {
    background-color: #f1a130 !important;
  }
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner .ddlwrap {
  border: 1px solid #dde0e5 !important;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner .hasDatepicker {
  border: 1px solid #dde0e5 !important;
  border-top: 0 !important;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner .calheader {
  border-left: 1px solid #dde0e5 !important;
  border-right: 1px solid #dde0e5 !important;
  border-bottom: 0 !important;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner .propdate .propavail {
  border: 1px solid #dde0e5 !important;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner #quickBook {
  border: 1px solid #dde0e5 !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .searchpage.standardsearch #MobTabSearch,
  .searchpage.basicsearch #MobTabSearch {
    position: relative !important;
  }
}
@media (max-width: 991px) {
  .searchpage.standardsearch #MainNav,
  .searchpage.basicsearch #MainNav {
    position: relative !important;
  }
  .searchpage.standardsearch #MobTabSearch,
  .searchpage.basicsearch #MobTabSearch {
    top: 0 !important;
  }
  .searchpage.standardsearch #MobTabSearch.scroll-to-fixed-fixed,
  .searchpage.basicsearch #MobTabSearch.scroll-to-fixed-fixed {
    position: fixed !important;
  }
  .searchpage.standardsearch #SearchResultsCont,
  .searchpage.basicsearch #SearchResultsCont {
    padding-top: 0 !important;
  }
}
.availabilityPopup {
  /* Only Small screen */
}
.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .durationavaildd .ddlwrap {
  margin-top: 10px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ddlwrap {
    margin-top: 20px !important;
  }
  .availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .durationavaildd .ddlwrap {
    margin-top: 20px !important;
  }
}
.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ddlwrap {
  border: 1px solid #dbdbdb !important;
}
.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .hasDatepicker {
  border: 1px solid #dbdbdb !important;
  border-top: 0 !important;
}
.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .calheader {
  border-left: 1px solid #dbdbdb !important;
  border-right: 1px solid #dbdbdb !important;
  border-bottom: 0 !important;
}
.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .propdate .propavail {
  border: 1px solid #dbdbdb !important;
}
.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner #quickBook {
  border: 1px solid #dbdbdb !important;
}
/* End New availability panel & search ***********************************************************/
.contentpage,
.contactpage,
.newsletterpage,
.customeraccountpage {
  /* Small screen and smaller */
}
.contentpage #Hero .caption h1,
.contactpage #Hero .caption h1,
.newsletterpage #Hero .caption h1,
.customeraccountpage #Hero .caption h1 {
  font-size: 36px;
  margin-bottom: 5px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .contentpage #Hero .caption h1,
  .contactpage #Hero .caption h1,
  .newsletterpage #Hero .caption h1,
  .customeraccountpage #Hero .caption h1 {
    font-size: 40px;
  }
}
@media (min-width: 992px) {
  .contentpage #Hero .caption h1,
  .contactpage #Hero .caption h1,
  .newsletterpage #Hero .caption h1,
  .customeraccountpage #Hero .caption h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .contentpage #Hero .caption h1,
  .contactpage #Hero .caption h1,
  .newsletterpage #Hero .caption h1,
  .customeraccountpage #Hero .caption h1 {
    font-size: 45px;
    line-height: 1.33;
  }
}
.contentpage #Hero .caption p,
.contactpage #Hero .caption p,
.newsletterpage #Hero .caption p,
.customeraccountpage #Hero .caption p {
  font-family: 'Lora', serif;
  font-size: 15px;
  font-style: italic;
}
@media (min-width: 1200px) {
  .contentpage #Hero .caption p,
  .contactpage #Hero .caption p,
  .newsletterpage #Hero .caption p,
  .customeraccountpage #Hero .caption p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .contentpage #Hero.mob,
  .contactpage #Hero.mob,
  .newsletterpage #Hero.mob,
  .customeraccountpage #Hero.mob {
    height: auto !important;
    margin-top: 0 !important;
  }
}
.contentpage.inspiration,
.contactpage.inspiration,
.newsletterpage.inspiration,
.customeraccountpage.inspiration {
  padding: 0;
}
.contentpage .normal .call,
.contactpage .normal .call,
.newsletterpage .normal .call,
.customeraccountpage .normal .call {
  margin-bottom: 0;
  border: solid 1px #e4e6e7;
  border-radius: 0;
  background-color: #f9f9f9;
  /* Small screen and smaller */
}
@media (max-width: 991px) {
  .contentpage .normal .call,
  .contactpage .normal .call,
  .newsletterpage .normal .call,
  .customeraccountpage .normal .call {
    margin-top: 0;
  }
}
.contentpage .normal .call p,
.contactpage .normal .call p,
.newsletterpage .normal .call p,
.customeraccountpage .normal .call p {
  font-size: 13px !important;
  color: #787469 !important;
  font-weight: 400 !important;
  display: inline;
  margin-right: 5px;
}
@media (max-width: 991px) {
  .contentpage .rightcol,
  .contactpage .rightcol,
  .newsletterpage .rightcol,
  .customeraccountpage .rightcol {
    margin-top: 30px;
  }
  .contentpage .rightcol .normal,
  .contactpage .rightcol .normal,
  .newsletterpage .rightcol .normal,
  .customeraccountpage .rightcol .normal {
    display: none;
  }
}
.contentpage.about-us #Hero .caption,
.contactpage.about-us #Hero .caption,
.newsletterpage.about-us #Hero .caption,
.customeraccountpage.about-us #Hero .caption,
.contentpage.let-with-us #Hero .caption,
.contactpage.let-with-us #Hero .caption,
.newsletterpage.let-with-us #Hero .caption,
.customeraccountpage.let-with-us #Hero .caption {
  top: 50%;
  transform: translate(0, -53%);
}
.contentpage.about-us #MainNav .logo,
.contactpage.about-us #MainNav .logo,
.newsletterpage.about-us #MainNav .logo,
.customeraccountpage.about-us #MainNav .logo,
.contentpage.let-with-us #MainNav .logo,
.contactpage.let-with-us #MainNav .logo,
.newsletterpage.let-with-us #MainNav .logo,
.customeraccountpage.let-with-us #MainNav .logo {
  background-image: url('https://files.holidaycottages.co.uk/docs/gorgeouscottages/gorgeous-logo.svg');
}
@media (max-width: 767px) {
  .contentpage.about-us #MainNav .logo,
  .contactpage.about-us #MainNav .logo,
  .newsletterpage.about-us #MainNav .logo,
  .customeraccountpage.about-us #MainNav .logo,
  .contentpage.let-with-us #MainNav .logo,
  .contactpage.let-with-us #MainNav .logo,
  .newsletterpage.let-with-us #MainNav .logo,
  .customeraccountpage.let-with-us #MainNav .logo {
    background-image: url('https://files.holidaycottages.co.uk/docs/gorgeouscottages/gorgeous-logo.svg');
  }
}
.contentpage.about-us #MainNav.menustuck .logo,
.contactpage.about-us #MainNav.menustuck .logo,
.newsletterpage.about-us #MainNav.menustuck .logo,
.customeraccountpage.about-us #MainNav.menustuck .logo,
.contentpage.let-with-us #MainNav.menustuck .logo,
.contactpage.let-with-us #MainNav.menustuck .logo,
.newsletterpage.let-with-us #MainNav.menustuck .logo,
.customeraccountpage.let-with-us #MainNav.menustuck .logo {
  background-image: url('https://files.holidaycottages.co.uk/docs/gorgeouscottages/gorgeous-logo.svg');
}
@media (max-width: 767px) {
  .contentpage.about-us #MainNav.menustuck .logo,
  .contactpage.about-us #MainNav.menustuck .logo,
  .newsletterpage.about-us #MainNav.menustuck .logo,
  .customeraccountpage.about-us #MainNav.menustuck .logo,
  .contentpage.let-with-us #MainNav.menustuck .logo,
  .contactpage.let-with-us #MainNav.menustuck .logo,
  .newsletterpage.let-with-us #MainNav.menustuck .logo,
  .customeraccountpage.let-with-us #MainNav.menustuck .logo {
    background-image: url('https://files.holidaycottages.co.uk/docs/gorgeouscottages/gorgeous-logo.svg');
  }
}
.contentpage.about-us .mstuck,
.contactpage.about-us .mstuck,
.newsletterpage.about-us .mstuck,
.customeraccountpage.about-us .mstuck,
.contentpage.let-with-us .mstuck,
.contactpage.let-with-us .mstuck,
.newsletterpage.let-with-us .mstuck,
.customeraccountpage.let-with-us .mstuck {
  height: 78px !important;
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .contentpage.about-us .mstuck,
  .contactpage.about-us .mstuck,
  .newsletterpage.about-us .mstuck,
  .customeraccountpage.about-us .mstuck,
  .contentpage.let-with-us .mstuck,
  .contactpage.let-with-us .mstuck,
  .newsletterpage.let-with-us .mstuck,
  .customeraccountpage.let-with-us .mstuck {
    height: 60px !important;
  }
}
.contentpage.nohero #MainNav,
.contactpage.nohero #MainNav,
.newsletterpage.nohero #MainNav,
.customeraccountpage.nohero #MainNav {
  background-color: #fff;
  border: 0;
  height: 80px;
  color: #787469;
  border-bottom: solid 1px #dbdbdb;
  /*border-bottom: 1px solid @BorderColor;*/
}
.contentpage.nohero #MainNav .logo,
.contactpage.nohero #MainNav .logo,
.newsletterpage.nohero #MainNav .logo,
.customeraccountpage.nohero #MainNav .logo {
  color: #8F8F8F;
}
.contentpage.nohero #MainNav ul li.first,
.contactpage.nohero #MainNav ul li.first,
.newsletterpage.nohero #MainNav ul li.first,
.customeraccountpage.nohero #MainNav ul li.first {
  border-right: 1px solid #dbdbdb;
}
.contentpage.nohero #MainNav ul li a,
.contactpage.nohero #MainNav ul li a,
.newsletterpage.nohero #MainNav ul li a,
.customeraccountpage.nohero #MainNav ul li a {
  color: #787469;
}
.contentpage.nohero #MainNav ul li.callus,
.contactpage.nohero #MainNav ul li.callus,
.newsletterpage.nohero #MainNav ul li.callus,
.customeraccountpage.nohero #MainNav ul li.callus {
  color: #787469;
}
.contentpage.nohero #MainNav .menuicon,
.contactpage.nohero #MainNav .menuicon,
.newsletterpage.nohero #MainNav .menuicon,
.customeraccountpage.nohero #MainNav .menuicon {
  color: #787469;
}
.contentpage.nohero #MainNav .menuicon .menuicon-bar,
.contactpage.nohero #MainNav .menuicon .menuicon-bar,
.newsletterpage.nohero #MainNav .menuicon .menuicon-bar,
.customeraccountpage.nohero #MainNav .menuicon .menuicon-bar {
  background-color: #787469;
}
.contentpage.let-with-us a:not([href]),
.contactpage.let-with-us a:not([href]),
.newsletterpage.let-with-us a:not([href]),
.customeraccountpage.let-with-us a:not([href]) {
  /* Styles for anchors without href */
  text-decoration: none;
}
.contentpage.let-with-us a:not([href]):hover,
.contactpage.let-with-us a:not([href]):hover,
.newsletterpage.let-with-us a:not([href]):hover,
.customeraccountpage.let-with-us a:not([href]):hover {
  color: #787469;
}
.contentpage .container-fluid,
.contactpage .container-fluid,
.newsletterpage .container-fluid,
.customeraccountpage .container-fluid {
  /*background-color: @SearchPanelBG;
        border-top: solid 1px @BorderColor;
        border-bottom: solid 1px @BorderColor;*/
  border-bottom: solid 1px #dbdbdb;
  background-image: url("https://files.holidaycottages.co.uk/docs/gorgeouscottages/images/home/repeat-pattern2.jpg");
  padding: 50px 15px;
  margin-bottom: 60px !important;
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .contentpage .container-fluid,
  .contactpage .container-fluid,
  .newsletterpage .container-fluid,
  .customeraccountpage .container-fluid {
    margin-bottom: 20px !important;
  }
}
.contentpage .container-fluid h1,
.contactpage .container-fluid h1,
.newsletterpage .container-fluid h1,
.customeraccountpage .container-fluid h1,
.contentpage .container-fluid p,
.contactpage .container-fluid p,
.newsletterpage .container-fluid p,
.customeraccountpage .container-fluid p {
  padding: 0;
  margin: 0;
  color: #787469;
}
.contentpage .header,
.contactpage .header,
.newsletterpage .header,
.customeraccountpage .header {
  padding: 0;
  margin-bottom: 0;
}
.contentpage .header p,
.contactpage .header p,
.newsletterpage .header p,
.customeraccountpage .header p {
  font-size: 15px;
}
.contentpage .header .text-center,
.contactpage .header .text-center,
.newsletterpage .header .text-center,
.customeraccountpage .header .text-center {
  text-align: center;
}
.contentpage .maincontent h4,
.contactpage .maincontent h4,
.newsletterpage .maincontent h4,
.customeraccountpage .maincontent h4,
.contentpage .rightcol h4,
.contactpage .rightcol h4,
.newsletterpage .rightcol h4,
.customeraccountpage .rightcol h4 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 14px;
}
.contentpage .maincontent p,
.contactpage .maincontent p,
.newsletterpage .maincontent p,
.customeraccountpage .maincontent p,
.contentpage .rightcol p,
.contactpage .rightcol p,
.newsletterpage .rightcol p,
.customeraccountpage .rightcol p,
.contentpage .maincontent ol,
.contactpage .maincontent ol,
.newsletterpage .maincontent ol,
.customeraccountpage .maincontent ol,
.contentpage .rightcol ol,
.contactpage .rightcol ol,
.newsletterpage .rightcol ol,
.customeraccountpage .rightcol ol,
.contentpage .maincontent ul,
.contactpage .maincontent ul,
.newsletterpage .maincontent ul,
.customeraccountpage .maincontent ul,
.contentpage .rightcol ul,
.contactpage .rightcol ul,
.newsletterpage .rightcol ul,
.customeraccountpage .rightcol ul {
  font-size: 14px !important;
}
.contentpage .maincontent a,
.contactpage .maincontent a,
.newsletterpage .maincontent a,
.customeraccountpage .maincontent a {
  color: #b8d118;
}
.contentpage .DriverLayout3 .driverinset .driver .drivertext .inner,
.contactpage .DriverLayout3 .driverinset .driver .drivertext .inner,
.newsletterpage .DriverLayout3 .driverinset .driver .drivertext .inner,
.customeraccountpage .DriverLayout3 .driverinset .driver .drivertext .inner {
  /* Small screen and smaller */
}
@media (max-width: 991px) {
  .contentpage .DriverLayout3 .driverinset .driver .drivertext .inner,
  .contactpage .DriverLayout3 .driverinset .driver .drivertext .inner,
  .newsletterpage .DriverLayout3 .driverinset .driver .drivertext .inner,
  .customeraccountpage .DriverLayout3 .driverinset .driver .drivertext .inner {
    top: 50%;
  }
}
.contentpage .DriverLayout3 .driverinset .driver,
.contactpage .DriverLayout3 .driverinset .driver,
.newsletterpage .DriverLayout3 .driverinset .driver,
.customeraccountpage .DriverLayout3 .driverinset .driver {
  margin-bottom: 30px;
  /* Medium screen and smaller */
  /* Small screen and smaller */
  /* Extra small screen and smaller */
}
@media (max-width: 1199px) {
  .contentpage .DriverLayout3 .driverinset .driver,
  .contactpage .DriverLayout3 .driverinset .driver,
  .newsletterpage .DriverLayout3 .driverinset .driver,
  .customeraccountpage .DriverLayout3 .driverinset .driver {
    height: 349px;
  }
}
@media (max-width: 991px) {
  .contentpage .DriverLayout3 .driverinset .driver,
  .contactpage .DriverLayout3 .driverinset .driver,
  .newsletterpage .DriverLayout3 .driverinset .driver,
  .customeraccountpage .DriverLayout3 .driverinset .driver {
    top: 50%;
    height: 349px;
  }
}
@media (max-width: 767px) {
  .contentpage .DriverLayout3 .driverinset .driver,
  .contactpage .DriverLayout3 .driverinset .driver,
  .newsletterpage .DriverLayout3 .driverinset .driver,
  .customeraccountpage .DriverLayout3 .driverinset .driver {
    height: 296px !important;
    margin-bottom: 15px;
  }
}
.contentpage .footerout,
.contactpage .footerout,
.newsletterpage .footerout,
.customeraccountpage .footerout {
  margin-top: 60px;
}
.contentpage .formhead,
.contactpage .formhead,
.newsletterpage .formhead,
.customeraccountpage .formhead {
  float: left;
  width: 100%;
  padding: 20px 30px;
  border: 1px solid #e2e2e2;
  margin-bottom: 30px;
  background-color: #e2e2e2;
}
.contentpage .formhead .intro,
.contactpage .formhead .intro,
.newsletterpage .formhead .intro,
.customeraccountpage .formhead .intro {
  font-family: 'Nunito Sans', sans-serif;
  margin-bottom: 0;
  font-size: 15px !important;
  font-weight: 700;
  color: #787469;
}
.contentpage .formbg,
.contactpage .formbg,
.newsletterpage .formbg,
.customeraccountpage .formbg {
  background-color: #f3f3f3;
  border-radius: 0;
  border: 1px solid #dbdbdb;
  padding: 30px;
}
.contentpage .formbg .form-control,
.contactpage .formbg .form-control,
.newsletterpage .formbg .form-control,
.customeraccountpage .formbg .form-control {
  color: #787469 !important;
  background-color: #fff;
  text-indent: 10px;
  border: 1px solid #dbdbdb;
  border-radius: 0;
  font-size: 13px;
  margin-bottom: 20px;
  height: 30px;
}
.contentpage .formbg .title,
.contactpage .formbg .title,
.newsletterpage .formbg .title,
.customeraccountpage .formbg .title,
.contentpage .formbg .firstname,
.contactpage .formbg .firstname,
.newsletterpage .formbg .firstname,
.customeraccountpage .formbg .firstname,
.contentpage .formbg .lastname,
.contactpage .formbg .lastname,
.newsletterpage .formbg .lastname,
.customeraccountpage .formbg .lastname,
.contentpage .formbg .message,
.contactpage .formbg .message,
.newsletterpage .formbg .message,
.customeraccountpage .formbg .message,
.contentpage .formbg .email,
.contactpage .formbg .email,
.newsletterpage .formbg .email,
.customeraccountpage .formbg .email,
.contentpage .formbg .phone,
.contactpage .formbg .phone,
.newsletterpage .formbg .phone,
.customeraccountpage .formbg .phone,
.contentpage .formbg .forgot,
.contactpage .formbg .forgot,
.newsletterpage .formbg .forgot,
.customeraccountpage .formbg .forgot,
.contentpage .formbg .bookref,
.contactpage .formbg .bookref,
.newsletterpage .formbg .bookref,
.customeraccountpage .formbg .bookref {
  color: #b9bcc1;
}
.contentpage .formbg .title:after,
.contactpage .formbg .title:after,
.newsletterpage .formbg .title:after,
.customeraccountpage .formbg .title:after,
.contentpage .formbg .firstname:after,
.contactpage .formbg .firstname:after,
.newsletterpage .formbg .firstname:after,
.customeraccountpage .formbg .firstname:after,
.contentpage .formbg .lastname:after,
.contactpage .formbg .lastname:after,
.newsletterpage .formbg .lastname:after,
.customeraccountpage .formbg .lastname:after,
.contentpage .formbg .message:after,
.contactpage .formbg .message:after,
.newsletterpage .formbg .message:after,
.customeraccountpage .formbg .message:after,
.contentpage .formbg .email:after,
.contactpage .formbg .email:after,
.newsletterpage .formbg .email:after,
.customeraccountpage .formbg .email:after,
.contentpage .formbg .phone:after,
.contactpage .formbg .phone:after,
.newsletterpage .formbg .phone:after,
.customeraccountpage .formbg .phone:after,
.contentpage .formbg .forgot:after,
.contactpage .formbg .forgot:after,
.newsletterpage .formbg .forgot:after,
.customeraccountpage .formbg .forgot:after,
.contentpage .formbg .bookref:after,
.contactpage .formbg .bookref:after,
.newsletterpage .formbg .bookref:after,
.customeraccountpage .formbg .bookref:after {
  content: "";
}
.contentpage .formbg .btn,
.contactpage .formbg .btn,
.newsletterpage .formbg .btn,
.customeraccountpage .formbg .btn {
  margin-top: 18px;
  /* Medium screen and smaller */
  /* Extra small screen and smaller */
}
@media (max-width: 1199px) {
  .contentpage .formbg .btn,
  .contactpage .formbg .btn,
  .newsletterpage .formbg .btn,
  .customeraccountpage .formbg .btn {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .contentpage .formbg .btn,
  .contactpage .formbg .btn,
  .newsletterpage .formbg .btn,
  .customeraccountpage .formbg .btn {
    margin-top: 0;
  }
}
.contentpage .formbg .btnrow,
.contactpage .formbg .btnrow,
.newsletterpage .formbg .btnrow,
.customeraccountpage .formbg .btnrow {
  margin-top: 0;
}
.contentpage .formbg .alert,
.contactpage .formbg .alert,
.newsletterpage .formbg .alert,
.customeraccountpage .formbg .alert {
  color: #b8d118;
}
.contentpage .formbg .alert[style*="inline"],
.contactpage .formbg .alert[style*="inline"],
.newsletterpage .formbg .alert[style*="inline"],
.customeraccountpage .formbg .alert[style*="inline"] {
  position: relative;
  bottom: 18px;
  display: inline-block !important;
}
.contentpage .formbg ::-webkit-input-placeholder,
.contactpage .formbg ::-webkit-input-placeholder,
.newsletterpage .formbg ::-webkit-input-placeholder,
.customeraccountpage .formbg ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #787469 !important;
}
.contentpage .formbg ::-moz-placeholder,
.contactpage .formbg ::-moz-placeholder,
.newsletterpage .formbg ::-moz-placeholder,
.customeraccountpage .formbg ::-moz-placeholder {
  /* Firefox 19+ */
  color: #787469 !important;
}
.contentpage .formbg :-ms-input-placeholder,
.contactpage .formbg :-ms-input-placeholder,
.newsletterpage .formbg :-ms-input-placeholder,
.customeraccountpage .formbg :-ms-input-placeholder {
  /* IE 10+ */
  color: #787469 !important;
}
.contentpage .formbg :-moz-placeholder,
.contactpage .formbg :-moz-placeholder,
.newsletterpage .formbg :-moz-placeholder,
.customeraccountpage .formbg :-moz-placeholder {
  /* Firefox 18- */
  color: #787469 !important;
}
.contentpage .call,
.contactpage .call,
.newsletterpage .call,
.customeraccountpage .call {
  background-color: #787469;
  border-radius: 0;
  padding: 18px;
}
.contentpage .call p,
.contactpage .call p,
.newsletterpage .call p,
.customeraccountpage .call p {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
}
.contentpage .call p.phone,
.contactpage .call p.phone,
.newsletterpage .call p.phone,
.customeraccountpage .call p.phone {
  color: #b8d118;
  font-weight: 500;
}
.contentpage .call p.phone a,
.contactpage .call p.phone a,
.newsletterpage .call p.phone a,
.customeraccountpage .call p.phone a {
  font-weight: 600 !important;
}
.contentpage strong,
.contactpage strong,
.newsletterpage strong,
.customeraccountpage strong {
  font-family: 'Roboto', sans-serif;
}
.contentpage .subtext,
.contactpage .subtext,
.newsletterpage .subtext,
.customeraccountpage .subtext {
  color: #868b92;
}
.contentpage .maincontent .accordion,
.contactpage .maincontent .accordion,
.newsletterpage .maincontent .accordion,
.customeraccountpage .maincontent .accordion {
  border-radius: 0;
  background: none;
}
.contentpage .maincontent .accordion .panel,
.contactpage .maincontent .accordion .panel,
.newsletterpage .maincontent .accordion .panel,
.customeraccountpage .maincontent .accordion .panel {
  background: none;
}
.contentpage .maincontent .accordion .panel h4,
.contactpage .maincontent .accordion .panel h4,
.newsletterpage .maincontent .accordion .panel h4,
.customeraccountpage .maincontent .accordion .panel h4 {
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
}
.contentpage .maincontent .accordion .panel h4 a,
.contactpage .maincontent .accordion .panel h4 a,
.newsletterpage .maincontent .accordion .panel h4 a,
.customeraccountpage .maincontent .accordion .panel h4 a {
  font-family: 'Nunito Sans', sans-serif;
  color: #787469;
  font-weight: 700;
  font-size: 18px;
}
.contentpage .maincontent .accordion .panel h4 a:active,
.contactpage .maincontent .accordion .panel h4 a:active,
.newsletterpage .maincontent .accordion .panel h4 a:active,
.customeraccountpage .maincontent .accordion .panel h4 a:active,
.contentpage .maincontent .accordion .panel h4 a:focus,
.contactpage .maincontent .accordion .panel h4 a:focus,
.newsletterpage .maincontent .accordion .panel h4 a:focus,
.customeraccountpage .maincontent .accordion .panel h4 a:focus {
  text-decoration: none;
}
.contentpage .maincontent .accordion .panel h4:after,
.contactpage .maincontent .accordion .panel h4:after,
.newsletterpage .maincontent .accordion .panel h4:after,
.customeraccountpage .maincontent .accordion .panel h4:after {
  color: #dbdbdb;
}
.contentpage .maincontent img,
.contactpage .maincontent img,
.newsletterpage .maincontent img,
.customeraccountpage .maincontent img {
  margin-top: 15px;
}
.contentpage .maincontent p.enhance,
.contactpage .maincontent p.enhance,
.newsletterpage .maincontent p.enhance,
.customeraccountpage .maincontent p.enhance {
  font-size: 20px !important;
  font-family: 'Nunito Sans', sans-serif;
  margin-bottom: 30px;
  margin-top: 30px;
}
.contentpage .faqs .accordion,
.contactpage .faqs .accordion,
.newsletterpage .faqs .accordion,
.customeraccountpage .faqs .accordion {
  margin-top: 0;
  padding-top: 0;
  padding: 0;
  background: none;
  border-radius: 0;
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .contentpage .faqs .accordion,
  .contactpage .faqs .accordion,
  .newsletterpage .faqs .accordion,
  .customeraccountpage .faqs .accordion {
    padding: 0;
  }
}
.contentpage .faqs .accordion h2,
.contactpage .faqs .accordion h2,
.newsletterpage .faqs .accordion h2,
.customeraccountpage .faqs .accordion h2 {
  font-size: 20px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.contentpage .faqs .accordion .accordion-heading a,
.contactpage .faqs .accordion .accordion-heading a,
.newsletterpage .faqs .accordion .accordion-heading a,
.customeraccountpage .faqs .accordion .accordion-heading a {
  font-size: 15px;
  border-bottom: 1px solid #dbdbdb;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  line-height: 26px;
  padding-left: 40px;
  position: relative;
  padding-right: 40px;
  padding-top: 6px;
}
.contentpage .faqs .accordion .accordion-heading a:after,
.contactpage .faqs .accordion .accordion-heading a:after,
.newsletterpage .faqs .accordion .accordion-heading a:after,
.customeraccountpage .faqs .accordion .accordion-heading a:after {
  content: "\e849";
  font-family: 'pochenty';
  right: 0;
  top: 0;
  position: absolute;
  font-size: 20px;
}
.contentpage .faqs .accordion .accordion-heading a.on:after,
.contactpage .faqs .accordion .accordion-heading a.on:after,
.newsletterpage .faqs .accordion .accordion-heading a.on:after,
.customeraccountpage .faqs .accordion .accordion-heading a.on:after {
  content: "\e854";
  font-family: 'pochenty';
  right: 0;
  position: absolute;
}
.contentpage .faqs .accordion .accordion-heading .faqq,
.contactpage .faqs .accordion .accordion-heading .faqq,
.newsletterpage .faqs .accordion .accordion-heading .faqq,
.customeraccountpage .faqs .accordion .accordion-heading .faqq {
  position: absolute;
  left: 15px;
  background-color: #b8d118;
  color: #fff;
  display: block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border-radius: 50%;
  font-family: 'Nunito Sans', sans-serif;
}
.contentpage .faqs .accordion .accordion-inner,
.contactpage .faqs .accordion .accordion-inner,
.newsletterpage .faqs .accordion .accordion-inner,
.customeraccountpage .faqs .accordion .accordion-inner {
  font-size: 14px;
  padding-left: 80px;
  position: relative;
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .contentpage .faqs .accordion .accordion-inner,
  .contactpage .faqs .accordion .accordion-inner,
  .newsletterpage .faqs .accordion .accordion-inner,
  .customeraccountpage .faqs .accordion .accordion-inner {
    padding-left: 40px;
  }
}
.contentpage .faqs .accordion .accordion-inner a,
.contactpage .faqs .accordion .accordion-inner a,
.newsletterpage .faqs .accordion .accordion-inner a,
.customeraccountpage .faqs .accordion .accordion-inner a {
  color: #b8d118;
}
.contentpage .faqs .accordion .accordion-inner ol,
.contactpage .faqs .accordion .accordion-inner ol,
.newsletterpage .faqs .accordion .accordion-inner ol,
.customeraccountpage .faqs .accordion .accordion-inner ol,
.contentpage .faqs .accordion .accordion-inner li,
.contactpage .faqs .accordion .accordion-inner li,
.newsletterpage .faqs .accordion .accordion-inner li,
.customeraccountpage .faqs .accordion .accordion-inner li {
  padding: 0 15px;
}
.contentpage .faqs .accordion .accordion-inner .faqa,
.contactpage .faqs .accordion .accordion-inner .faqa,
.newsletterpage .faqs .accordion .accordion-inner .faqa,
.customeraccountpage .faqs .accordion .accordion-inner .faqa {
  position: absolute;
  left: 40px;
  background-color: #b8d118;
  color: #fff;
  display: block;
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  border-radius: 50%;
  font-family: 'Nunito Sans', sans-serif;
  font-size: 11px;
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .contentpage .faqs .accordion .accordion-inner .faqa,
  .contactpage .faqs .accordion .accordion-inner .faqa,
  .newsletterpage .faqs .accordion .accordion-inner .faqa,
  .customeraccountpage .faqs .accordion .accordion-inner .faqa {
    left: 0;
  }
}
.contentpage .rightcol p.highlight,
.contactpage .rightcol p.highlight,
.newsletterpage .rightcol p.highlight,
.customeraccountpage .rightcol p.highlight {
  color: #868b92;
}
.contentpage .rightcol a.btn,
.contactpage .rightcol a.btn,
.newsletterpage .rightcol a.btn,
.customeraccountpage .rightcol a.btn {
  color: #fff;
}
.inspiration .DriverLayout3 {
  padding-bottom: 0;
}
.inspiration .DriverLayout3 .driverinset .driver {
  height: 350px;
  margin-bottom: 30px;
  background-size: 100% auto;
  /* Medium screen and smaller */
  /* Small screen and smaller */
  /* Extra small screen and smaller */
  /* Extra small screen and smaller */
}
.inspiration .DriverLayout3 .driverinset .driver:hover {
  background-size: 110% auto;
}
@media (max-width: 1199px) {
  .inspiration .DriverLayout3 .driverinset .driver {
    height: 310px;
  }
}
@media (max-width: 991px) {
  .inspiration .DriverLayout3 .driverinset .driver {
    top: 50%;
    height: 383px;
    background-size: 100% auto;
  }
}
@media (max-width: 767px) {
  .inspiration .DriverLayout3 .driverinset .driver {
    height: 198px !important;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .inspiration .DriverLayout3 .driverinset .driver .drivertext .inner h3 {
    margin-bottom: 15px;
  }
  .inspiration .DriverLayout3 .driverinset .driver .drivertext .inner p {
    width: 90%;
  }
  .inspiration .DriverLayout3 .driverinset .driver .drivertext .inner p .btnlink {
    margin-top: 10px;
  }
}
.inspiration .DriverLayout3 .driverinset .item3,
.inspiration .DriverLayout3 .driverinset .item4,
.inspiration .DriverLayout3 .driverinset .item8,
.inspiration .DriverLayout3 .driverinset .item9,
.inspiration .DriverLayout3 .driverinset .item13,
.inspiration .DriverLayout3 .driverinset .item14 {
  width: 50%;
  /* Small screen and smaller */
}
@media (max-width: 991px) {
  .inspiration .DriverLayout3 .driverinset .item3,
  .inspiration .DriverLayout3 .driverinset .item4,
  .inspiration .DriverLayout3 .driverinset .item8,
  .inspiration .DriverLayout3 .driverinset .item9,
  .inspiration .DriverLayout3 .driverinset .item13,
  .inspiration .DriverLayout3 .driverinset .item14 {
    width: 100%;
  }
}
.let-with-us {
  /* Extra Small screen and smaller */
  /* Small screen and smaller */
}
@media (max-width: 767px) {
  .let-with-us .rightcol {
    margin-top: 30px;
  }
}
@media (max-width: 991px) {
  .let-with-us #Hero .caption h1 {
    font-size: 26px;
    line-height: 34px;
  }
}
.availabilityPopup {
  background-color: #fff;
}
.availabilityPopup .head {
  background-color: #787469;
}
.availabilityPopup .head h3 {
  color: #fff;
  font-size: 17px;
  padding-left: 40px;
}
.availabilityPopup .head h3:after {
  content: "\e841";
  font-family: 'pochenty';
  margin-left: 10px;
  color: #b8d118;
  font-weight: normal;
  position: absolute;
  left: 15px;
  top: 18px;
}
.availabilityPopup .head .cancel {
  padding-top: 17px;
  text-align: center;
  padding-bottom: 17px;
  background-color: #787469;
}
.availabilityPopup .head .cancel i {
  font-size: 20px;
  color: #fff;
}
.availabilityPopup .securenotice {
  display: none;
}
.availabilityPopup .PoweredBy,
.availabilityPopup .legalDisclaimer,
.availabilityPopup #insuranceDisclaimer {
  display: none;
}
.customeraccountpage .propinfosub .icon {
  color: #b8d118;
}
.DriverLayout1,
.DriverLayout2,
.DriverLayout3 {
  /* Medium screen & Bigger */
}
@media (min-width: 992px) {
  .DriverLayout1 .carousel-inner,
  .DriverLayout2 .carousel-inner,
  .DriverLayout3 .carousel-inner {
    overflow: initial;
  }
}
.DriverLayout1 .driverinset,
.DriverLayout2 .driverinset,
.DriverLayout3 .driverinset,
.DriverLayout1 .driverfull,
.DriverLayout2 .driverfull,
.DriverLayout3 .driverfull {
  /* Extra small screen and smaller */
  /* Extra small screen and smaller */
}
.DriverLayout1 .driverinset .driver .drivertext .inner,
.DriverLayout2 .driverinset .driver .drivertext .inner,
.DriverLayout3 .driverinset .driver .drivertext .inner,
.DriverLayout1 .driverfull .driver .drivertext .inner,
.DriverLayout2 .driverfull .driver .drivertext .inner,
.DriverLayout3 .driverfull .driver .drivertext .inner {
  /* Medium screen & Bigger */
  /* Small screen and smaller */
  /* Extra small screen and smaller */
}
.DriverLayout1 .driverinset .driver .drivertext .inner h3,
.DriverLayout2 .driverinset .driver .drivertext .inner h3,
.DriverLayout3 .driverinset .driver .drivertext .inner h3,
.DriverLayout1 .driverfull .driver .drivertext .inner h3,
.DriverLayout2 .driverfull .driver .drivertext .inner h3,
.DriverLayout3 .driverfull .driver .drivertext .inner h3 {
  font-size: 22px;
}
.DriverLayout1 .driverinset .driver .drivertext .inner h3 span,
.DriverLayout2 .driverinset .driver .drivertext .inner h3 span,
.DriverLayout3 .driverinset .driver .drivertext .inner h3 span,
.DriverLayout1 .driverfull .driver .drivertext .inner h3 span,
.DriverLayout2 .driverfull .driver .drivertext .inner h3 span,
.DriverLayout3 .driverfull .driver .drivertext .inner h3 span {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}
.DriverLayout1 .driverinset .driver .drivertext .inner p,
.DriverLayout2 .driverinset .driver .drivertext .inner p,
.DriverLayout3 .driverinset .driver .drivertext .inner p,
.DriverLayout1 .driverfull .driver .drivertext .inner p,
.DriverLayout2 .driverfull .driver .drivertext .inner p,
.DriverLayout3 .driverfull .driver .drivertext .inner p {
  font-family: 'Roboto', sans-serif;
}
@media (min-width: 992px) {
  .DriverLayout1 .driverinset .driver .drivertext .inner .btnlink,
  .DriverLayout2 .driverinset .driver .drivertext .inner .btnlink,
  .DriverLayout3 .driverinset .driver .drivertext .inner .btnlink,
  .DriverLayout1 .driverfull .driver .drivertext .inner .btnlink,
  .DriverLayout2 .driverfull .driver .drivertext .inner .btnlink,
  .DriverLayout3 .driverfull .driver .drivertext .inner .btnlink {
    background-color: #b8d118;
    border-color: #b8d118;
  }
  .DriverLayout1 .driverinset .driver .drivertext .inner .btnlink:hover,
  .DriverLayout2 .driverinset .driver .drivertext .inner .btnlink:hover,
  .DriverLayout3 .driverinset .driver .drivertext .inner .btnlink:hover,
  .DriverLayout1 .driverfull .driver .drivertext .inner .btnlink:hover,
  .DriverLayout2 .driverfull .driver .drivertext .inner .btnlink:hover,
  .DriverLayout3 .driverfull .driver .drivertext .inner .btnlink:hover,
  .DriverLayout1 .driverinset .driver .drivertext .inner .btnlink:focus,
  .DriverLayout2 .driverinset .driver .drivertext .inner .btnlink:focus,
  .DriverLayout3 .driverinset .driver .drivertext .inner .btnlink:focus,
  .DriverLayout1 .driverfull .driver .drivertext .inner .btnlink:focus,
  .DriverLayout2 .driverfull .driver .drivertext .inner .btnlink:focus,
  .DriverLayout3 .driverfull .driver .drivertext .inner .btnlink:focus {
    background-color: #9EB411;
    border-color: #9EB411;
  }
}
@media (max-width: 991px) {
  .DriverLayout1 .driverinset .driver .drivertext .inner,
  .DriverLayout2 .driverinset .driver .drivertext .inner,
  .DriverLayout3 .driverinset .driver .drivertext .inner,
  .DriverLayout1 .driverfull .driver .drivertext .inner,
  .DriverLayout2 .driverfull .driver .drivertext .inner,
  .DriverLayout3 .driverfull .driver .drivertext .inner {
    top: calc(80% - 20px);
  }
  .DriverLayout1 .driverinset .driver .drivertext .inner .btnlink,
  .DriverLayout2 .driverinset .driver .drivertext .inner .btnlink,
  .DriverLayout3 .driverinset .driver .drivertext .inner .btnlink,
  .DriverLayout1 .driverfull .driver .drivertext .inner .btnlink,
  .DriverLayout2 .driverfull .driver .drivertext .inner .btnlink,
  .DriverLayout3 .driverfull .driver .drivertext .inner .btnlink {
    padding: 6px 55px;
    font-weight: 500;
  }
  .DriverLayout1 .driverinset .driver .drivertext .inner .btnlink:hover,
  .DriverLayout2 .driverinset .driver .drivertext .inner .btnlink:hover,
  .DriverLayout3 .driverinset .driver .drivertext .inner .btnlink:hover,
  .DriverLayout1 .driverfull .driver .drivertext .inner .btnlink:hover,
  .DriverLayout2 .driverfull .driver .drivertext .inner .btnlink:hover,
  .DriverLayout3 .driverfull .driver .drivertext .inner .btnlink:hover,
  .DriverLayout1 .driverinset .driver .drivertext .inner .btnlink:focus,
  .DriverLayout2 .driverinset .driver .drivertext .inner .btnlink:focus,
  .DriverLayout3 .driverinset .driver .drivertext .inner .btnlink:focus,
  .DriverLayout1 .driverfull .driver .drivertext .inner .btnlink:focus,
  .DriverLayout2 .driverfull .driver .drivertext .inner .btnlink:focus,
  .DriverLayout3 .driverfull .driver .drivertext .inner .btnlink:focus {
    background-color: #9EB411;
    border-color: #9EB411;
  }
  .DriverLayout1 .driverinset .driver .drivertext .inner h3 span,
  .DriverLayout2 .driverinset .driver .drivertext .inner h3 span,
  .DriverLayout3 .driverinset .driver .drivertext .inner h3 span,
  .DriverLayout1 .driverfull .driver .drivertext .inner h3 span,
  .DriverLayout2 .driverfull .driver .drivertext .inner h3 span,
  .DriverLayout3 .driverfull .driver .drivertext .inner h3 span {
    display: none;
  }
}
@media (max-width: 767px) {
  .DriverLayout1 .driverinset .driver .drivertext .inner,
  .DriverLayout2 .driverinset .driver .drivertext .inner,
  .DriverLayout3 .driverinset .driver .drivertext .inner,
  .DriverLayout1 .driverfull .driver .drivertext .inner,
  .DriverLayout2 .driverfull .driver .drivertext .inner,
  .DriverLayout3 .driverfull .driver .drivertext .inner {
    top: calc(70% - 20px);
  }
}
.DriverLayout1 .driverinset .driver .drivertext:hover,
.DriverLayout2 .driverinset .driver .drivertext:hover,
.DriverLayout3 .driverinset .driver .drivertext:hover,
.DriverLayout1 .driverfull .driver .drivertext:hover,
.DriverLayout2 .driverfull .driver .drivertext:hover,
.DriverLayout3 .driverfull .driver .drivertext:hover,
.DriverLayout1 .driverinset .driver .drivertext:focus,
.DriverLayout2 .driverinset .driver .drivertext:focus,
.DriverLayout3 .driverinset .driver .drivertext:focus,
.DriverLayout1 .driverfull .driver .drivertext:focus,
.DriverLayout2 .driverfull .driver .drivertext:focus,
.DriverLayout3 .driverfull .driver .drivertext:focus {
  /* Medium screen & Bigger */
}
@media (min-width: 992px) {
  .DriverLayout1 .driverinset .driver .drivertext:hover,
  .DriverLayout2 .driverinset .driver .drivertext:hover,
  .DriverLayout3 .driverinset .driver .drivertext:hover,
  .DriverLayout1 .driverfull .driver .drivertext:hover,
  .DriverLayout2 .driverfull .driver .drivertext:hover,
  .DriverLayout3 .driverfull .driver .drivertext:hover,
  .DriverLayout1 .driverinset .driver .drivertext:focus,
  .DriverLayout2 .driverinset .driver .drivertext:focus,
  .DriverLayout3 .driverinset .driver .drivertext:focus,
  .DriverLayout1 .driverfull .driver .drivertext:focus,
  .DriverLayout2 .driverfull .driver .drivertext:focus,
  .DriverLayout3 .driverfull .driver .drivertext:focus {
    background: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
  }
}
.DriverLayout1 .driverinset .driver .drivertext:hover .inner h3,
.DriverLayout2 .driverinset .driver .drivertext:hover .inner h3,
.DriverLayout3 .driverinset .driver .drivertext:hover .inner h3,
.DriverLayout1 .driverfull .driver .drivertext:hover .inner h3,
.DriverLayout2 .driverfull .driver .drivertext:hover .inner h3,
.DriverLayout3 .driverfull .driver .drivertext:hover .inner h3,
.DriverLayout1 .driverinset .driver .drivertext:focus .inner h3,
.DriverLayout2 .driverinset .driver .drivertext:focus .inner h3,
.DriverLayout3 .driverinset .driver .drivertext:focus .inner h3,
.DriverLayout1 .driverfull .driver .drivertext:focus .inner h3,
.DriverLayout2 .driverfull .driver .drivertext:focus .inner h3,
.DriverLayout3 .driverfull .driver .drivertext:focus .inner h3 {
  color: #fff;
}
.DriverLayout1 .driverinset .driver .drivertext:hover .inner h3 span,
.DriverLayout2 .driverinset .driver .drivertext:hover .inner h3 span,
.DriverLayout3 .driverinset .driver .drivertext:hover .inner h3 span,
.DriverLayout1 .driverfull .driver .drivertext:hover .inner h3 span,
.DriverLayout2 .driverfull .driver .drivertext:hover .inner h3 span,
.DriverLayout3 .driverfull .driver .drivertext:hover .inner h3 span,
.DriverLayout1 .driverinset .driver .drivertext:focus .inner h3 span,
.DriverLayout2 .driverinset .driver .drivertext:focus .inner h3 span,
.DriverLayout3 .driverinset .driver .drivertext:focus .inner h3 span,
.DriverLayout1 .driverfull .driver .drivertext:focus .inner h3 span,
.DriverLayout2 .driverfull .driver .drivertext:focus .inner h3 span,
.DriverLayout3 .driverfull .driver .drivertext:focus .inner h3 span {
  display: none;
}
.DriverLayout1 .driverinset .driver .drivertext:hover .inner p,
.DriverLayout2 .driverinset .driver .drivertext:hover .inner p,
.DriverLayout3 .driverinset .driver .drivertext:hover .inner p,
.DriverLayout1 .driverfull .driver .drivertext:hover .inner p,
.DriverLayout2 .driverfull .driver .drivertext:hover .inner p,
.DriverLayout3 .driverfull .driver .drivertext:hover .inner p,
.DriverLayout1 .driverinset .driver .drivertext:focus .inner p,
.DriverLayout2 .driverinset .driver .drivertext:focus .inner p,
.DriverLayout3 .driverinset .driver .drivertext:focus .inner p,
.DriverLayout1 .driverfull .driver .drivertext:focus .inner p,
.DriverLayout2 .driverfull .driver .drivertext:focus .inner p,
.DriverLayout3 .driverfull .driver .drivertext:focus .inner p {
  color: #fff;
}
@media (max-width: 991px) {
  .DriverLayout1 .driverinset .homecarousel .carouselcontrol.left,
  .DriverLayout2 .driverinset .homecarousel .carouselcontrol.left,
  .DriverLayout3 .driverinset .homecarousel .carouselcontrol.left,
  .DriverLayout1 .driverfull .homecarousel .carouselcontrol.left,
  .DriverLayout2 .driverfull .homecarousel .carouselcontrol.left,
  .DriverLayout3 .driverfull .homecarousel .carouselcontrol.left {
    top: 50%;
    transform: translate(0, -50%);
  }
  .DriverLayout1 .driverinset .homecarousel .carouselcontrol.right,
  .DriverLayout2 .driverinset .homecarousel .carouselcontrol.right,
  .DriverLayout3 .driverinset .homecarousel .carouselcontrol.right,
  .DriverLayout1 .driverfull .homecarousel .carouselcontrol.right,
  .DriverLayout2 .driverfull .homecarousel .carouselcontrol.right,
  .DriverLayout3 .driverfull .homecarousel .carouselcontrol.right {
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media (max-width: 767px) {
  .DriverLayout1 .driverinset .driver,
  .DriverLayout2 .driverinset .driver,
  .DriverLayout3 .driverinset .driver,
  .DriverLayout1 .driverfull .driver,
  .DriverLayout2 .driverfull .driver,
  .DriverLayout3 .driverfull .driver {
    height: 619px !important;
  }
  .DriverLayout1 .driverinset .homecarousel .carouselcontrol.left,
  .DriverLayout2 .driverinset .homecarousel .carouselcontrol.left,
  .DriverLayout3 .driverinset .homecarousel .carouselcontrol.left,
  .DriverLayout1 .driverfull .homecarousel .carouselcontrol.left,
  .DriverLayout2 .driverfull .homecarousel .carouselcontrol.left,
  .DriverLayout3 .driverfull .homecarousel .carouselcontrol.left {
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
  }
  .DriverLayout1 .driverinset .homecarousel .carouselcontrol.right,
  .DriverLayout2 .driverinset .homecarousel .carouselcontrol.right,
  .DriverLayout3 .driverinset .homecarousel .carouselcontrol.right,
  .DriverLayout1 .driverfull .homecarousel .carouselcontrol.right,
  .DriverLayout2 .driverfull .homecarousel .carouselcontrol.right,
  .DriverLayout3 .driverfull .homecarousel .carouselcontrol.right {
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
  }
  .DriverLayout1 .driverinset .homecarousel .carousel-indicators,
  .DriverLayout2 .driverinset .homecarousel .carousel-indicators,
  .DriverLayout3 .driverinset .homecarousel .carousel-indicators,
  .DriverLayout1 .driverfull .homecarousel .carousel-indicators,
  .DriverLayout2 .driverfull .homecarousel .carousel-indicators,
  .DriverLayout3 .driverfull .homecarousel .carousel-indicators {
    display: block;
  }
}
.mosaicdrivers .DriverLayout1 .driverinset .item0,
.mosaicdrivers .DriverLayout2 .driverinset .item0,
.mosaicdrivers .DriverLayout3 .driverinset .item0,
.mosaicdrivers .DriverLayout1 .driverinset .item1,
.mosaicdrivers .DriverLayout2 .driverinset .item1,
.mosaicdrivers .DriverLayout3 .driverinset .item1 {
  /*.make-xs-column(12);*/
  float: left;
  width: 50%;
}
@media (max-width: 991px) {
  .mosaicdrivers .DriverLayout1 .driverinset .item0,
  .mosaicdrivers .DriverLayout2 .driverinset .item0,
  .mosaicdrivers .DriverLayout3 .driverinset .item0,
  .mosaicdrivers .DriverLayout1 .driverinset .item1,
  .mosaicdrivers .DriverLayout2 .driverinset .item1,
  .mosaicdrivers .DriverLayout3 .driverinset .item1 {
    float: none;
    width: 100%;
  }
}
#featured-cottages {
  margin-bottom: 50px;
  /* Extra-small screen and smaller */
}
#featured-cottages .property .pbg {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
}
#featured-cottages .property .propimage {
  max-height: 270px;
  /* Extra-small screen and smaller */
}
#featured-cottages .property .propimage .caption {
  display: none;
}
#featured-cottages .property .propimage:hover,
#featured-cottages .property .propimage:focus {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  /* Small screen and smaller */
}
@media (max-width: 991px) {
  #featured-cottages .property .propimage:hover,
  #featured-cottages .property .propimage:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  #featured-cottages .property .propimage {
    padding: 0 15px;
    max-height: none;
  }
}
#featured-cottages .property .propinfo a {
  color: #787469;
}
#featured-cottages .property .propinfo a:hover h3,
#featured-cottages .property .propinfo a:focus h3 {
  color: #787469;
}
#featured-cottages .property .propinfo .propname h3 {
  color: #787469;
  margin-bottom: 5px;
}
#featured-cottages .property .propinfo .propname p {
  color: #8F8F8F;
}
#featured-cottages .property .propinfo .propavail {
  display: none;
}
#featured-cottages .property .propinfo .propinfosub {
  background: none;
}
#featured-cottages .property .propinfo .propinfosub span {
  color: #b8d118;
}
#featured-cottages .property .propinfo .propinfosub span.icontext {
  color: #787469;
}
#featured-cottages .property .propinfo .keyfeatures {
  display: none;
}
#featured-cottages .property .propinfo .prices {
  background: none;
}
#featured-cottages .property .petssleeps {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #featured-cottages {
    margin-bottom: 30px;
  }
  #featured-cottages .homecarousel .carouselcontrol {
    font-size: 40px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.dwwr {
  border-radius: 0 !important;
}
.dwwr .dwbc {
  background-color: #fff !important;
}
.dwwr .dw-cal-day {
  color: #787469 !important;
}
.dwwr .dw-cal-header,
.dwwr .dw-cal-days-c {
  background-color: #fff !important;
}
.dwwr .dw-cal-header {
  border-bottom: 1px solid #e8e8ea;
}
.dwwr .dw-cal-month,
.dwwr .dw-cal-year {
  color: #787469;
  font-family: 'Roboto', sans-serif;
  font-weight: 500 !important;
  font-size: 15px;
}
.dwwr .mbsc-ic-arrow-left5:before {
  color: #b8d118 !important;
}
.dwwr .mbsc-ic-arrow-right5:before {
  color: #b8d118 !important;
}
.dwwr .dw-cal-next-m {
  border-right: 1px solid #e8e8ea;
}
.dwwr .dw-sel .dw-cal-day-fg {
  background-color: #b8d118 !important;
  border-radius: 0 !important;
}
.dwwr .dw-cal-body {
  position: relative;
  padding-top: 5px;
  background-color: #fff;
}
.dwwr .dw-cal-day {
  border-top: 0 !important;
}
.dwwr .dw-cal-days {
  color: #b8d118 !important;
}
.dwwr .dwbc .dwb-c .dwb:after {
  color: #787469;
}
.ui-menu .ui-menu-item a.ui-state-focus {
  background-color: #fff !important;
}
.ui-popular .ui-header {
  background-color: #ededed !important;
}
.codesearchhoverlistitem2 {
  background-color: #fff;
}
.ajax__validatorcallout_error_message_cell {
  color: #787469 !important;
  font-family: 'Roboto', sans-serif !important;
}
.PoweredBy {
  background-color: #fff;
  color: #787469;
}
.PoweredBy a {
  color: #787469;
  font-weight: 400;
}
.right-PoweredBy {
  font-size: 12px;
  background-color: #fff;
  border-bottom: solid 1px #e4e6e7;
  border-left: solid 1px #e4e6e7;
  border-right: solid 1px #e4e6e7;
  margin-bottom: 30px;
  padding: 8px;
}
.right-PoweredBy img {
  width: 17px !important;
  margin-left: 11px;
  margin-right: 5px;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
.right-PoweredBy span {
  color: #787469;
  font-family: Roboto;
  font-weight: 600;
}
#insuranceDisclaimer {
  padding-top: 20px;
  border-top: solid 1px #dbdbdb;
}
#insuranceDisclaimer,
.legalDisclaimer {
  background-color: #fff;
  color: #777;
}
#insuranceDisclaimer a[href^="tel"],
.legalDisclaimer a[href^="tel"] {
  color: #777;
}
.blueimp-gallery {
  background-color: #1e212a !important;
  /* Small screen and smaller */
  /* Extra-small screen and smaller */
}
.blueimp-gallery h3.title {
  padding-bottom: 0;
  border: 0;
  opacity: 1;
  left: 0;
  top: auto;
  right: 0;
  bottom: 60px;
  text-align: center;
  width: 100%;
  font-size: 18px;
  position: absolute;
}
.blueimp-gallery a {
  opacity: 1 !important;
}
.blueimp-gallery a:hover,
.blueimp-gallery a:focus {
  color: #b8d118 !important;
}
.blueimp-gallery a.close {
  color: #fff;
}
.blueimp-gallery a.prev,
.blueimp-gallery a.next {
  border: 0;
  color: #fff;
  font-size: 40px;
  background: none;
  text-shadow: none;
}
.blueimp-gallery a.prev i:before,
.blueimp-gallery a.next i:before {
  margin: 0;
}
.blueimp-gallery a.prev {
  left: 80px;
}
.blueimp-gallery a.next {
  right: 80px;
}
.blueimp-gallery a.play-pause {
  background: none !important;
  font-size: 30px;
  bottom: 30px;
  top: auto;
  right: 30px;
  height: auto !important;
  width: auto !important;
  color: #141414;
  text-decoration: none;
}
.blueimp-gallery a.play-pause:before {
  content: "\e86e";
  font-family: 'pochenty';
}
.blueimp-gallery ol.indicator {
  bottom: 40px;
}
.blueimp-gallery ol.indicator li {
  height: 8px;
  width: 8px;
  background-color: #fff;
  opacity: 1;
  margin: 0 10px;
  border: none;
}
.blueimp-gallery ol.indicator li.active {
  background-color: #b8d118;
}
.blueimp-gallery .slides .slide img.slide-content {
  max-height: 60%;
  box-shadow: 0 2px 50px 0 rgba(0, 0, 0, 0.5);
  /* Small screen and smaller */
}
@media (max-width: 991px) {
  .blueimp-gallery .slides .slide img.slide-content {
    box-shadow: none;
  }
}
.blueimp-gallery.blueimp-gallery-playing a.play-pause:before {
  content: "\e86d";
  font-family: 'pochenty';
}
@media (max-width: 991px) {
  .blueimp-gallery a.prev {
    left: 15px;
  }
  .blueimp-gallery a.next {
    right: 15px;
  }
  .blueimp-gallery a.prev,
  .blueimp-gallery a.next {
    color: #fff;
  }
  .blueimp-gallery a.prev:hover,
  .blueimp-gallery a.next:hover,
  .blueimp-gallery a.prev:focus,
  .blueimp-gallery a.next:focus {
    color: #fff !important;
  }
  .blueimp-gallery a.play-pause {
    right: 5px;
    bottom: 0;
  }
  .blueimp-gallery .slides .slide img.slide-content {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .blueimp-gallery ol.indicator {
    bottom: 20px;
  }
  .blueimp-gallery ol.indicator li {
    margin: 0 5px 10px;
  }
}
.propsearch {
  border: 1px solid #dbdbdb;
  color: #262a1f !important;
  border-radius: 0 !important;
}
.propsearch .ui-menu-item:hover {
  background-color: #b8d118;
}
.propsearch .ui-menu-item a,
.propsearch .ui-menu-item div {
  font-size: 13px !important;
  font-family: 'Roboto', sans-serif !important;
  border-radius: 0 !important;
}
.propsearch .ui-menu-item a:hover,
.propsearch .ui-menu-item a:focus,
.propsearch .ui-menu-item a.ui-state-focus,
.propsearch .ui-menu-item div:hover,
.propsearch .ui-menu-item div:focus,
.propsearch .ui-menu-item div.ui-state-focus {
  background-color: #d1d1d1 !important;
  color: #787469 !important;
}
.propsearch.refine .ui-menu-item a {
  font-size: 15px !important;
}
.inlineSignup {
  border: 1px solid #dbdbdb;
  background-color: #f3f3f3;
}
.inlineSignup a {
  color: #787469;
}
.inlineSignup .submitbutton {
  background-color: #b8d118;
  border-radius: 0;
}
.inlineSignup .submitbutton:hover {
  background-color: #9EB411;
}
@media print {
  #MainNav:before {
    font-size: 20px;
    content: "Gorgeous Cottages";
  }
  #MainNav:after {
    font-size: 18px;
    content: "Call us now on 01642 030850";
    position: absolute;
    right: 0;
    top: 0;
  }
  .cottagepage .slick-arrow,
  .cottagepage .imggalviewall-lightgallery,
  .cottagepage .visible-tabs,
  .cottagepage .visible-accordion,
  .cottagepage .slick-slide img,
  .cottagepage .slick-cloned,
  .cottagepage #property-imagery-captions-lightgallery,
  .cottagepage .updated-stars-panel,
  .cottagepage .updated-overview-panel,
  .cottagepage #AvailabilityPanel {
    display: none !important;
  }
  .cottagepage .hidden-for-property-variants {
    display: block !important;
  }
  .cottagepage .slick-track {
    width: 100% !important;
    height: 400px !important;
    margin: 0 0 20px 15px !important;
    transform: none !important;
    overflow: hidden !important;
  }
  .cottagepage .slick-active img {
    display: block !important;
  }
  .cottagepage .ataglance {
    margin-top: 0 !important;
  }
  .cottagepage .cottagepanel {
    margin-bottom: 10px !important;
  }
}
/*#AvailabilityPanel {
    .AvailabilityPanelInner {

        .calheader {
            background-color: rgba(235, 110, 98, 0.5) !important;
        }

        .startDate {
            span {
                background-color: rgba(235, 110, 98, 0.5) !important;
            }
        }

        .propdate {
            .propavailselect {
                a {
                    background-color: #eb6e62 !important;

                    &:hover, &:focus {
                        background-color: #d8655a !important;
                    }
                }
            }

            &.enquire {
                .propavailselect {
                    a {
                        background-color: #f28e00 !important;

                        &:hover, &:focus {
                            background-color: #f1a130 !important;
                        }
                    }
                }
            }
        }

        &.Bottom {
            .avControls {
                .avDates {
                    .popular {
                        border-left: 5px solid #eb6e62 !important;
                    }
                }
            }
        }

        #extramessage {
            .popular {
                border-left: 5px solid #eb6e62 !important;
            }
        }
    }
}*/
#PropertyImage .imggalviewall:hover,
#PropertyImage .imggalviewall-lightgallery:hover,
#PropertyImage .imggalviewall:focus,
#PropertyImage .imggalviewall-lightgallery:focus {
  background-color: #b8d118;
  border-color: #b8d118;
}
@media (max-width: 767px) {
  #cottage-container {
    width: 100%;
  }
}
.variantTabs #tab-nav-container {
  background-color: #f3f3f3;
  border-top: solid 1px #dbdbdb;
}
.variantTabs #tab-nav-container ul li a {
  color: #787469;
  border-bottom: solid 5px #f3f3f3;
  font-weight: 400;
  font-family: 'Nunito Sans', sans-serif;
}
.variantTabs #tab-nav-container ul li.active a {
  background-color: #f3f3f3;
  border-bottom: solid 5px #b8d118;
}
.variantTabs #tab-content-container {
  background-color: #fff;
  border-top: solid 1px #dbdbdb;
  border-bottom: solid 1px #dbdbdb;
  color: #787469;
}
.variantTabs #tab-content-container #reviews-tab .reviewBlock .item {
  border-top: solid 1px #dbdbdb;
}
.variantTabs #tab-content-container #reviews-tab .reviewBlock .item .review-date {
  color: #787469;
}
.variantTabs #tab-content-container #reviews-tab .reviewBlock .item .readmorereviewitem {
  color: #b8d118;
  margin-left: 5px;
}
.variantTabs #tab-content-container #reviews-tab .reviewBlock .readmorereviews {
  background-color: #b8d118;
  border: 1px solid #b8d118;
  color: #fff;
}
.variantTabs #tab-content-container #reviews-tab .reviewBlock .readmorereviews:hover {
  background-color: #9EB411;
  border-color: #9EB411;
}
.variantAccordion #property-accordion {
  background-color: #fff;
  border-bottom: solid 1px #dbdbdb;
  color: #787469;
}
.variantAccordion #property-accordion .panel-heading {
  background-color: #fff;
  border-top: solid 1px #dbdbdb;
}
.variantAccordion #property-accordion .panel-heading .panel-title a {
  color: #787469;
  font-weight: 400;
}
.variantAccordion #property-accordion .panel-body {
  background-color: #fff;
}
.variantAccordion #property-accordion #reviews-accordion .reviewBlock .item {
  border-top: solid 1px #dbdbdb;
}
.variantAccordion #property-accordion #reviews-accordion .reviewBlock .item .review-date {
  color: #787469;
}
.variantAccordion #property-accordion #reviews-accordion .reviewBlock .item .readmorereviewitem {
  color: #b8d118;
  margin-left: 5px;
}
.variantAccordion #property-accordion #reviews-accordion .reviewBlock .readmorereviews {
  background-color: #b8d118;
  border: 1px solid #b8d118;
  color: #fff;
}
.variantAccordion #property-accordion #reviews-accordion .reviewBlock .readmorereviews:hover {
  background-color: #9EB411;
  border-color: #9EB411;
}
.updated-stars-panel .stars {
  color: #a2adb1;
  font-weight: 400;
}
.updated-stars-panel .stars span i {
  color: #b8d118;
}
.updated-overview-panel .item span {
  color: #787469;
  font-weight: 400;
}
.updated-overview-panel .item i,
.updated-overview-panel .item span.pochenty-bathrooms,
.updated-overview-panel .item span.pochenty-no-dogs-icon {
  color: #787469;
}
.updated-overview-panel .item span.pochenty-bathrooms,
.updated-overview-panel .item span.pochenty-no-dogs-icon {
  margin-top: -3px;
}
#body .lg-outer .lg-thumb-item.active,
#body .lg-outer .lg-thumb-item:hover {
  border-color: #b8d118;
}
#body .lg-progress-bar .lg-progress {
  background-color: #b8d118;
}
#body .lg-actions .lg-next:hover,
#body .lg-actions .lg-prev:hover,
#body .lg-outer .lg-toogle-thumb:hover,
#body .lg-toolbar .lg-icon:hover {
  color: #b8d118;
}
@media (max-width: 991px) {
  #OverviewPanel {
    margin-bottom: 20px !important;
  }
}
@media (max-width: 767px) {
  #OverviewPanel #AvailabilityPanel {
    background-color: #b8d118;
  }
}
#OverviewPanel #AvailabilityPanel .mobavaillinks .btn {
  background-color: #b8d118;
}
@media (max-width: 767px) {
  #OverviewPanel #AvailabilityPanel .mobavaillinks .btn {
    border: none;
  }
}
#OverviewPanel #AvailabilityPanel .mobavaillinks .btn.fullwidth {
  line-height: 36px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #OverviewPanel #AvailabilityPanel .mobavaillinks .btn.fullwidth {
    line-height: 42px;
    font-size: 20px;
  }
}
#OverviewPanel #AvailabilityPanel .mobavaillinks .btn.fullwidth i {
  line-height: 36px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #OverviewPanel #AvailabilityPanel .mobavaillinks .btn.fullwidth i {
    line-height: 42px;
  }
}
#OverviewPanel #AvailabilityPanel .mobavaillinks .fullb .fullwidth {
  border-color: #b8d118 !important;
}
#OverviewPanel #AvailabilityPanel .mobavaillinks .fullb .fullwidth:hover,
#OverviewPanel #AvailabilityPanel .mobavaillinks .fullb .fullwidth:focus {
  background-color: #b8d118 !important;
}
@media (max-width: 991px) {
  #OverviewPanel #AvailabilityPanel .mobavaillinks .datesselected {
    background-color: #b8d118;
  }
}
@media (max-width: 991px) {
  #OverviewPanel #AvailabilityPanel .mobavaillinks .datesselected.enquirediv {
    background-color: #f28e00;
  }
}
@media (max-width: 991px) {
  #OverviewPanel #AvailabilityPanel .mobavaillinks .datesselected .bookdiv .rightwrap {
    background-color: #b8d118;
  }
}
@media (max-width: 991px) {
  #OverviewPanel #AvailabilityPanel .mobavaillinks .datesselected .bookdiv .rightwrap:hover,
  #OverviewPanel #AvailabilityPanel .mobavaillinks .datesselected .bookdiv .rightwrap:focus {
    background-color: #b8d118 !important;
  }
}
@media (max-width: 991px) {
  #OverviewPanel #AvailabilityPanel .mobavaillinks .datesselected.enquirediv .bookdiv .rightwrap {
    background-color: #f28e00;
  }
}
@media (max-width: 991px) {
  #OverviewPanel #AvailabilityPanel .mobavaillinks .datesselected.enquirediv .bookdiv .rightwrap:hover,
  #OverviewPanel #AvailabilityPanel .mobavaillinks .datesselected.enquirediv .bookdiv .rightwrap:focus {
    background-color: #f28e00 !important;
  }
}
#LightGalleryImagePanel .cottagepanel .PropertyImageWrap .ColourWrap {
  background-color: #f3f3f3;
  border: 1px solid #dbdbdb;
  padding: 15px 20px;
  margin-top: -1px;
}
.refinePopup.newlayoutsearch .grouping {
  border-top: 5px solid #fafafa;
}
#SearchPanel-Container #SearchView-Refiner.active .scrolldiv {
  background-color: #fafafa;
}
#SearchPanel-Container #FeatureView-Refiner.active .scrolldiv {
  background-color: #fff;
}
.mapdisclaimerWL {
  color: #787469;
}
.cc-window {
  font-family: 'Roboto', sans-serif !important;
}
.cc-window .cc-message {
  color: #787469 !important;
}
.cc-window .cc-message h4 {
  color: #787469 !important;
  text-transform: none;
}
.cc-window .cc-link {
  color: #b8d118 !important;
}
.cc-window .cc-btn:before {
  color: #787469;
}
.cc-window .cc-btn:hover,
.cc-window .cc-btn:focus,
.cc-window .cc-btn:active {
  color: #787469 !important;
}
p.additional-content-btn a.btn {
  color: #fff;
  padding: 7px 23px;
}
.additionalcontent h2 {
  color: #787469;
}
.additionalcontent h3 {
  color: #787469;
}
.additionalcontent p {
  color: #787469;
}
.additionalcontent p.driver-btn a {
  border: 2px solid #b8d118;
  background-color: #b8d118;
  color: #fff;
}
.additionalcontent p.driver-btn a:hover,
.additionalcontent p.driver-btn a:active {
  background-color: #9EB411 !important;
  border-color: #9EB411;
  text-decoration: none;
  color: #fff;
}
.SEOTextReadMore.overflowbg:after {
  background: -moz-linear-gradient(top, rgba(249, 249, 249, 0) 0%, #f9f9f9 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(249, 249, 249, 0) 0%, #f9f9f9 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(249, 249, 249, 0) 0%, #f9f9f9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f9f9f9', endColorstr='f9f9f9', GradientType=0);
  /* IE6-9 */
}
.SEOReadMore {
  background-color: #f9f9f9;
}
.SEOReadMore a {
  background-color: #f9f9f9;
  border: 1px solid #787469;
  color: #787469;
}
.SEOReadMore a:hover {
  color: #787469;
}
.SEOReadMore a:active,
.SEOReadMore a:focus {
  color: #787469;
}
.complexpanel .Complex .caption h4 {
  font-weight: 600;
}
.destinationpage #DestinationDrivers .driver-item {
  border-top: solid 1px #eee;
}
.destinationpage #DestinationDrivers .driver-item:last-child {
  border-bottom: solid 1px #eee;
}
@media (min-width: 1200px) {
  .destinationpage #DestinationDrivers .driver-item {
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    border-bottom: solid 1px #eee;
  }
}
.destinationpage #DestinationDrivers .btn-driver {
  background-color: transparent;
  font-size: 15px;
  font-weight: 500;
  color: #787469;
  border: solid 1px #787469;
}
.destinationpage #DestinationDrivers .btn-driver:hover,
.destinationpage #DestinationDrivers .btn-driver:active,
.destinationpage #DestinationDrivers .btn-driver:focus {
  background-color: #787469;
  color: #fff;
}
.destinationpage #DestinationList .driver-item {
  background-color: #fafafa;
  border: solid 1px #eee;
}
.destinationpage #DestinationAdditionalContent.overflowbg:after {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='ffffff', GradientType=0);
  /* IE6-9 */
}
.destinationpage .ReadMoreContainer a {
  background-color: #fff;
  border: 1px solid #787469;
  color: #787469;
  font-weight: 500;
}
.destinationpage .ReadMoreContainer a:hover {
  color: #fff;
  background-color: #787469;
}
.destinationpage .ReadMoreContainer a:active {
  background-color: #fff;
  border: 1px solid #787469;
  color: #787469;
}
.destinationpage .guide-listing .guide-item .guide-link a {
  color: #787469;
  border: solid 1px #787469;
}
.destinationpage .guide-listing .guide-item .guide-link a:hover,
.destinationpage .guide-listing .guide-item .guide-link a:active,
.destinationpage .guide-listing .guide-item .guide-link a:focus {
  background-color: #787469;
  color: #fff;
}
#MainNav {
  /* margin auto center aligns logo */
  /* demo style for logo */
}
#MainNav ul {
  display: flex;
  width: 940px;
  float: none;
}
@media (min-width: 1200px) {
  #MainNav ul {
    width: 1140px;
  }
}
#MainNav li {
  /* required for logo positioned in center */
  padding-left: 0 !important;
}
#MainNav li.logoitem a:hover,
#MainNav li.logoitem a:focus {
  border-color: #fff;
}
#MainNav a {
  padding: 0.5em;
}
#MainNav li:first-child,
#MainNav li:nth-child(n + 5) {
  order: 3;
}
#MainNav li:nth-child(n + 5) {
  text-align: right;
}
#MainNav li:first-child {
  margin-left: auto;
  margin-right: auto;
  flex-basis: auto;
}
#MainNav li:first-child {
  position: relative;
  z-index: 2;
  width: 220px;
}
#MainNav li:first-child:before {
  z-index: 1;
}
#MainNav li:nth-of-type(2) a {
  padding-left: 0;
}
@media (min-width: 768px) {
  #introbanner {
    background-color: #f9f9f9;
    padding: 40px 0;
  }
}
#introbanner img {
  float: left;
  margin-right: 20px;
}
#introbanner p {
  margin: 0;
  line-height: 1.6;
  color: #9e9e9e;
  font-size: 13px !important;
}
@media (min-width: 992px) {
  #introbanner p {
    font-size: 11px !important;
  }
}
@media (min-width: 1200px) {
  #introbanner p {
    font-size: 15px !important;
  }
}
#introbanner p strong {
  color: #787469;
}
#introbanner p a {
  color: #9e9e9e;
}
#introbanner .about-introbanner-container img {
  float: left;
  margin: 0 20px 0 0;
  width: auto;
  max-width: unset;
}
#introbanner .about-introbanner-container img.icon1 {
  width: 33px;
}
#introbanner .about-introbanner-container img.icon2 {
  width: 48px;
}
#introbanner .about-introbanner-container img.icon3 {
  width: 36px;
}
#introbanner .about-introbanner-container img.icon4 {
  width: 45px;
}
td.cookie-description {
  font-size: 14px;
}
.complex-property-item h4 a {
  font-weight: 600;
}
@media (min-width: 992px) {
  .mosaicdrivers .DriverLayout2 .driverinset .driver {
    background-size: 100% auto;
  }
  .mosaicdrivers .DriverLayout2 .driverinset .driver:hover {
    background-size: 110% auto;
  }
}
#PropertyDescriptionReadMore {
  display: inline-block !important;
  font-size: 12px;
  font-weight: 500;
  background-color: #e2e2e2;
  padding: 5px 15px;
}
#PropertyDescriptionReadMore:hover {
  text-decoration: none;
}
#AvailabilityPanel .AvailabilityPanelInner #quickBook .propavailselect a,
#AvailabilityPanel .AvailabilityPanelInner .propdate .propavailselect a {
  background-color: #b8d118 !important;
}
#AvailabilityPanel .AvailabilityPanelInner #quickBook .propavailselect a:hover,
#AvailabilityPanel .AvailabilityPanelInner .propdate .propavailselect a:hover {
  background-color: #9EB411 !important;
}
#AvailabilityPanel .AvailabilityPanelInner.Bottom .avControls .avDates .popular {
  border-left-color: #b8d118 !important;
}
#AvailabilityPanel .AvailabilityPanelInner .propdate.enquire .propavailselect a {
  background-color: #f28e00 !important;
}
form.let-with-us #MainContentContainer {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
form.let-with-us #MainContentContainer #MainContentRow {
  margin-left: 0;
  margin-right: 0;
}
form.let-with-us #MainContentContainer #MainContentRow .maincontent {
  padding-left: 0;
  padding-right: 0;
}
form.let-with-us #Hero {
  margin-bottom: 0;
}
form.let-with-us #Hero .caption p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: 18px;
}
form.let-with-us #Hero .caption p.hero-links {
  margin-top: 25px;
}
form.let-with-us #Hero .caption p.hero-links a:first-child {
  margin-right: 17px;
}
form.let-with-us #Hero .caption p.hero-links a span {
  color: #b8d118;
}
form.let-with-us #Hero .caption p.hero-btn {
  margin-top: 40px;
}
form.let-with-us #Hero .caption p.hero-btn a {
  background-color: #b8d118;
  border-color: #b8d118;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 400;
  padding: 10px 10px !important;
}
form.let-with-us #Hero .caption p.hero-btn a:hover,
form.let-with-us #Hero .caption p.hero-btn a:active,
form.let-with-us #Hero .caption p.hero-btn a:focus {
  background-color: #9EB411;
  border-color: #9EB411;
  text-decoration: none;
}
@media (min-width: 768px) {
  form.let-with-us #Hero .caption p.hero-btn a {
    padding: 10px 20px !important;
  }
}
@media (min-width: 768px) {
  form.let-with-us .lypintrobanner {
    background-color: #f9f9f9;
    padding: 30px 0;
  }
}
form.let-with-us .lypintrobanner i,
form.let-with-us .lypintrobanner em {
  float: left;
  margin: 0 20px 0 0;
  font-size: 48px;
  color: #b8d118;
  width: 48px;
}
form.let-with-us .lypintrobanner img {
  float: left;
  margin: 0 20px 0 0;
  width: auto;
  max-width: unset;
}
form.let-with-us .lypintrobanner img.icon1 {
  width: 47px;
}
form.let-with-us .lypintrobanner img.icon2 {
  width: 38px;
  margin-top: 10px;
}
form.let-with-us .lypintrobanner img.icon3 {
  width: 38px;
}
form.let-with-us .lypintrobanner img.icon4 {
  width: 36px;
  margin-top: 3px;
}
form.let-with-us .lypintrobanner p {
  margin: 0;
}
@media (min-width: 768px) {
  form.let-with-us .lypintrobanner p {
    font-size: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  form.let-with-us .lypintrobanner p {
    line-height: 1.6;
  }
}
@media (min-width: 992px) {
  form.let-with-us .lypintrobanner p {
    max-width: 220px;
    font-size: 15px !important;
  }
}
form.let-with-us .lypintrotext {
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  form.let-with-us .lypintrotext {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
form.let-with-us .lypintrotext h2 {
  font-size: 23px;
  margin-top: 0 !important;
  line-height: 1.17;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  form.let-with-us .lypintrotext h2 {
    font-size: 23px;
    line-height: 1.17;
  }
}
form.let-with-us .lypintrotext p {
  font-size: 15px !important;
  line-height: 1.6;
}
@media (min-width: 768px) and (max-width: 991px) {
  form.let-with-us .lypintrotext .intro-row {
    margin-left: 6%;
    margin-right: 6%;
  }
}
@media (min-width: 1200px) {
  form.let-with-us .lypintrotext .intro-row .intro-image-col {
    padding-right: 52px;
  }
}
form.let-with-us .lypintrotext .intro-row img {
  margin-top: 0;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  form.let-with-us .lypintrotext .intro-row img {
    margin-bottom: 0;
  }
}
form.let-with-us .lyplinebreak hr {
  border-top: solid 1px #d8d8d8;
  margin: 0;
}
form.let-with-us .lypservices {
  padding: 20px 0;
}
form.let-with-us .lypservices h2 {
  font-size: 23px;
  margin-top: 0 !important;
  line-height: 1.17;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  form.let-with-us .lypservices h2 {
    font-size: 23px;
    line-height: 1.17;
  }
}
form.let-with-us .lypservices p {
  font-size: 15px !important;
  line-height: 1.6;
}
@media (min-width: 768px) {
  form.let-with-us .lypservices {
    padding: 70px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  form.let-with-us .lypservices .services-container .row {
    margin-left: 6%;
    margin-right: 6%;
  }
}
form.let-with-us .lypservices .services-container .services-image {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  form.let-with-us .lypservices .services-container .services-image {
    padding-bottom: 60px;
  }
}
form.let-with-us .lypservices .services-container .services-bullet-col {
  margin-top: 18px;
}
@media (min-width: 992px) {
  form.let-with-us .lypservices .services-container .services-bullet-col {
    margin-top: 0;
  }
}
form.let-with-us .lypservices .services-container .services-bullet-col:last-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  form.let-with-us .lypservices .services-container .services-bullet-col:last-child {
    margin-top: 18px;
  }
}
@media (min-width: 992px) {
  form.let-with-us .lypservices .services-container .services-bullet-col:last-child {
    margin-top: 0;
  }
}
form.let-with-us .lypservices .services-container .services-bullet-col ul {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  form.let-with-us .lypservices .services-container .services-bullet-col ul {
    margin-bottom: 0;
  }
}
form.let-with-us .lypservices .services-container .services-bullet-col ul.icon-block {
  padding: 0;
}
form.let-with-us .lypservices .services-container .services-bullet-col ul.icon-block li {
  margin-bottom: 24px;
  padding-left: 34px;
  position: relative;
  margin-right: 0;
  display: block;
  font-weight: 400;
  font-size: 15px !important;
}
form.let-with-us .lypservices .services-container .services-bullet-col ul.icon-block li:before {
  font-family: "slateicons";
  content: '\e80b';
  display: block !important;
  font-size: 16px;
  width: 24px;
  height: 24px;
  color: #fff;
  background-color: #b8d118;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  line-height: 24px;
  padding: 0;
}
form.let-with-us .lypbenefits h2 {
  font-size: 23px;
  margin-top: 0 !important;
  line-height: 1.17;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  form.let-with-us .lypbenefits h2 {
    font-size: 23px;
    line-height: 1.17;
  }
}
form.let-with-us .lypbenefits p,
form.let-with-us .lypbenefits h4 {
  font-size: 15px !important;
  line-height: 1.6;
}
form.let-with-us .lypbenefits .benefit-container {
  padding: 20px 15px;
}
@media (min-width: 768px) {
  form.let-with-us .lypbenefits .benefit-container {
    padding: 70px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  form.let-with-us .lypbenefits .benefit-container .benefit-text-row {
    margin-left: 0;
    margin-right: 0;
  }
}
form.let-with-us .lypbenefits .benefit-container .benefit-items-row {
  margin: 20px 0 30px 0;
}
@media (min-width: 768px) {
  form.let-with-us .lypbenefits .benefit-container .benefit-items-row {
    padding: 0 90px;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  form.let-with-us .lypbenefits .benefit-container .benefit-items-row {
    margin: 40px 0 0 0;
    padding: 0;
  }
}
form.let-with-us .lypbenefits .benefit-container .benefit-items-row .benefit-item .benefit-item-container {
  margin: 0;
}
@media (min-width: 992px) {
  form.let-with-us .lypbenefits .benefit-container .benefit-items-row .benefit-item .benefit-item-container {
    margin: 0;
    padding: 0 20px;
  }
}
form.let-with-us .lypbenefits .benefit-container .benefit-items-row .benefit-item .benefit-item-container .benefit-icon-container {
  width: 79px;
  height: 79px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #f9f9f9;
}
form.let-with-us .lypbenefits .benefit-container .benefit-items-row .benefit-item .benefit-item-container .benefit-icon-container img {
  margin: 0 auto;
  padding-top: 15px;
}
form.let-with-us .lypbenefits .benefit-container .benefit-items-row .benefit-item .benefit-item-container .benefit-icon-container img#network-icon {
  width: 48px;
  height: 59px;
}
form.let-with-us .lypbenefits .benefit-container .benefit-items-row .benefit-item .benefit-item-container .benefit-icon-container img#commission-icon {
  width: 48px;
  height: 63px;
}
form.let-with-us .lypbenefits .benefit-container .benefit-items-row .benefit-item .benefit-item-container .benefit-icon-container img#teams-icon {
  width: 60px;
  height: 48px;
}
form.let-with-us .lypbenefits .benefit-container .benefit-items-row .benefit-item .benefit-item-container .benefit-icon-container img#experience-icon {
  width: 48px;
  height: 67px;
  padding-top: 10px;
}
form.let-with-us .lypbenefits .benefit-container .benefit-items-row .benefit-item .benefit-item-container .benefit-icon-container img#paid-icon {
  width: 48px;
  height: 66px;
}
form.let-with-us .lypbenefits .benefit-container .benefit-items-row .benefit-item .benefit-item-container .benefit-icon-container img#bookings-icon {
  width: 48px;
  height: 43px;
}
form.let-with-us .lypbenefits .benefit-container .benefit-items-row .benefit-item .benefit-item-container .benefit-icon-container img#marketing-icon {
  width: 54px;
  height: 59px;
}
form.let-with-us .lypbenefits .benefit-container .benefit-items-row .benefit-item .benefit-item-container .benefit-icon-container img#happy-icon {
  width: 48px;
  height: 57px;
}
form.let-with-us .lypreviews h2 {
  font-size: 23px;
  margin-top: 0 !important;
  line-height: 1.17;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  form.let-with-us .lypreviews h2 {
    font-size: 23px;
    line-height: 1.17;
    margin-bottom: 0;
  }
}
form.let-with-us .lypreviews h4 {
  font-family: 'Lora', serif;
  font-size: 22px;
  line-height: 1.36;
  font-style: italic;
  color: #b8d118;
}
form.let-with-us .lypreviews hr {
  border-top: solid 1px #d8d8d8;
  margin: 0 0 30px 0;
}
form.let-with-us .lypreviews h5 {
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
}
form.let-with-us .lypreviews p {
  font-size: 15px !important;
  line-height: 1.6;
  font-weight: 500;
}
form.let-with-us .lypreviews .reviews-container {
  padding: 20px 15px;
}
@media (min-width: 768px) {
  form.let-with-us .lypreviews .reviews-container {
    padding: 70px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  form.let-with-us .lypreviews .reviews-container .reviews-text-row {
    margin-left: 0;
    margin-right: 0;
  }
}
form.let-with-us .lypreviews .reviews-container .reviews-row {
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  form.let-with-us .lypreviews .reviews-container .reviews-row {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }
}
@media (min-width: 768px) {
  form.let-with-us .lypreviews .reviews-container .reviews-row {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  form.let-with-us .lypreviews .reviews-container .reviews-row {
    margin-top: 60px;
  }
}
form.let-with-us .lypreviews .reviews-container .reviews-row .reviews-item {
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 991px) {
  form.let-with-us .lypreviews .reviews-container .reviews-row .reviews-item {
    padding: 0 5px;
  }
}
@media (min-width: 992px) {
  form.let-with-us .lypreviews .reviews-container .reviews-row .reviews-item {
    margin-bottom: 0;
  }
}
form.let-with-us .lypreviews .reviews-container .reviews-row .reviews-item:last-child {
  margin-bottom: 0;
}
form.let-with-us .lypreviews .reviews-container .reviews-row .reviews-item .reviews-item-container {
  padding: 25px;
  border-radius: 10px;
  background-color: #f9f9f9;
}
form.let-with-us .lypreviews .reviews-container .reviews-row .reviews-item .reviews-item-container .reviews-icon-container .reviews-icon {
  text-align: center;
}
@media (min-width: 768px) {
  form.let-with-us .lypreviews .reviews-container .reviews-row .reviews-item .reviews-item-container .reviews-icon-container .reviews-icon {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  form.let-with-us .lypreviews .reviews-container .reviews-row .reviews-item .reviews-item-container .reviews-icon-container .reviews-icon {
    margin: -90px auto 15px auto;
  }
}
form.let-with-us .lypreviews .reviews-container .reviews-row .reviews-item .reviews-item-container .reviews-icon-container .reviews-icon img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  form.let-with-us .lypreviews .reviews-container .reviews-row .reviews-item .reviews-item-container .reviews-text-container {
    padding: 0 30px;
  }
}
form.let-with-us .lypreviews .reviews-container .reviews-row .reviews-item .reviews-item-container .reviews-text-container h4,
form.let-with-us .lypreviews .reviews-container .reviews-row .reviews-item .reviews-item-container .reviews-text-container h5,
form.let-with-us .lypreviews .reviews-container .reviews-row .reviews-item .reviews-item-container .reviews-text-container p {
  margin-top: 0;
  text-align: center;
}
@media (min-width: 768px) {
  form.let-with-us .lypreviews .reviews-container .reviews-row .reviews-item .reviews-item-container .reviews-text-container h4,
  form.let-with-us .lypreviews .reviews-container .reviews-row .reviews-item .reviews-item-container .reviews-text-container h5,
  form.let-with-us .lypreviews .reviews-container .reviews-row .reviews-item .reviews-item-container .reviews-text-container p {
    text-align: left;
  }
}
@media (min-width: 992px) {
  form.let-with-us .lypreviews .reviews-container .reviews-row .reviews-item .reviews-item-container .reviews-text-container h4,
  form.let-with-us .lypreviews .reviews-container .reviews-row .reviews-item .reviews-item-container .reviews-text-container h5,
  form.let-with-us .lypreviews .reviews-container .reviews-row .reviews-item .reviews-item-container .reviews-text-container p {
    text-align: center;
  }
}
form.let-with-us .lypreviews .reviews-container .reviews-row .reviews-item .reviews-item-container .reviews-text-container h4 {
  margin-bottom: 30px;
}
form.let-with-us .lypgetstarted h2 {
  font-size: 23px;
  margin-top: 0 !important;
  line-height: 1.17;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  form.let-with-us .lypgetstarted h2 {
    font-size: 23px;
    line-height: 1.17;
  }
}
form.let-with-us .lypgetstarted h4 {
  font-size: 18px;
  line-height: 1.5;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
}
form.let-with-us .lypgetstarted p {
  font-size: 15px !important;
  line-height: 1.6;
}
form.let-with-us .lypgetstarted .getstarted-container {
  padding: 20px 15px;
}
@media (min-width: 768px) {
  form.let-with-us .lypgetstarted .getstarted-container {
    padding: 70px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  form.let-with-us .lypgetstarted .getstarted-container .getstarted-text-row {
    margin-left: 0;
    margin-right: 0;
  }
}
form.let-with-us .lypgetstarted .getstarted-container .getstarted-row {
  margin-top: 40px;
}
@media (min-width: 768px) {
  form.let-with-us .lypgetstarted .getstarted-container .getstarted-row {
    margin-top: 48px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  form.let-with-us .lypgetstarted .getstarted-container .getstarted-row {
    margin-left: 8.3333%;
    margin-right: 8.3333%;
  }
}
@media (min-width: 992px) {
  form.let-with-us .lypgetstarted .getstarted-container .getstarted-row {
    margin-top: 60px;
  }
}
form.let-with-us .lypgetstarted .getstarted-container .getstarted-row .getstarted-item {
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 991px) {
  form.let-with-us .lypgetstarted .getstarted-container .getstarted-row .getstarted-item {
    padding: 0 5px;
  }
}
@media (min-width: 992px) {
  form.let-with-us .lypgetstarted .getstarted-container .getstarted-row .getstarted-item {
    margin-bottom: 0;
  }
}
form.let-with-us .lypgetstarted .getstarted-container .getstarted-row .getstarted-item:last-child {
  margin-bottom: 0;
}
form.let-with-us .lypgetstarted .getstarted-container .getstarted-row .getstarted-item .getstarted-item-container {
  padding: 25px;
  border-radius: 10px;
  background-color: #f9f9f9;
}
form.let-with-us .lypgetstarted .getstarted-container .getstarted-row .getstarted-item .getstarted-item-container .getstarted-icon-container .getstarted-icon {
  width: 80px;
  height: 80px;
  background-color: #b8d118;
  border-radius: 50%;
  margin: 0 auto 15px auto;
  text-align: center;
  line-height: 100px;
  padding-top: 22px;
}
@media (min-width: 768px) {
  form.let-with-us .lypgetstarted .getstarted-container .getstarted-row .getstarted-item .getstarted-item-container .getstarted-icon-container .getstarted-icon {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  form.let-with-us .lypgetstarted .getstarted-container .getstarted-row .getstarted-item .getstarted-item-container .getstarted-icon-container .getstarted-icon {
    margin: 0 auto 15px auto;
  }
}
form.let-with-us .lypgetstarted .getstarted-container .getstarted-row .getstarted-item .getstarted-item-container .getstarted-icon-container .getstarted-icon span,
form.let-with-us .lypgetstarted .getstarted-container .getstarted-row .getstarted-item .getstarted-item-container .getstarted-icon-container .getstarted-icon em {
  color: #fff;
  font-size: 30px;
}
form.let-with-us .lypgetstarted .getstarted-container .getstarted-row .getstarted-item .getstarted-item-container .getstarted-icon-container .getstarted-icon img {
  width: 35px;
  height: 33px;
  margin: 0 auto;
}
form.let-with-us .lypgetstarted .getstarted-container .getstarted-row .getstarted-item .getstarted-item-container .getstarted-text-container h4,
form.let-with-us .lypgetstarted .getstarted-container .getstarted-row .getstarted-item .getstarted-item-container .getstarted-text-container p {
  text-align: center;
}
@media (min-width: 768px) {
  form.let-with-us .lypgetstarted .getstarted-container .getstarted-row .getstarted-item .getstarted-item-container .getstarted-text-container h4,
  form.let-with-us .lypgetstarted .getstarted-container .getstarted-row .getstarted-item .getstarted-item-container .getstarted-text-container p {
    text-align: left;
  }
}
@media (min-width: 992px) {
  form.let-with-us .lypgetstarted .getstarted-container .getstarted-row .getstarted-item .getstarted-item-container .getstarted-text-container h4,
  form.let-with-us .lypgetstarted .getstarted-container .getstarted-row .getstarted-item .getstarted-item-container .getstarted-text-container p {
    text-align: center;
  }
}
form.let-with-us .legalDisclaimer {
  position: initial;
  padding-bottom: 85px;
}
form.let-with-us .lypstickyfooter {
  background-color: #f9f9f9;
  display: none;
}
form.let-with-us .lypstickyfooter.sticky {
  bottom: 0;
  width: 100%;
  position: fixed;
  /* IE11 support */
  position: -webkit-sticky;
  align-self: flex-end;
  z-index: 100;
}
form.let-with-us .lypstickyfooter p {
  line-height: 44px;
  margin: 10px 0;
  display: none;
}
@media (min-width: 768px) {
  form.let-with-us .lypstickyfooter p {
    display: block;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 700;
  }
}
@media (min-width: 992px) {
  form.let-with-us .lypstickyfooter p {
    font-size: 16px !important;
  }
}
form.let-with-us .lypstickyfooter p a {
  color: #787469;
  text-decoration: none;
}
form.let-with-us .lypstickyfooter p a:first-child {
  margin-right: 25px;
}
form.let-with-us .lypstickyfooter p a span {
  color: #b8d118;
}
@media (min-width: 768px) {
  form.let-with-us .lypstickyfooter .lyp-letting-guide-column {
    text-align: right;
  }
}
form.let-with-us .lypstickyfooter .lyp-letting-guide-column a {
  margin: 14px 0;
  text-decoration: none;
  color: #fff;
}
@media (max-width: 767px) {
  form.let-with-us .lypstickyfooter .lyp-letting-guide-column a {
    display: block;
  }
}
@media (min-width: 768px) {
  form.let-with-us .lypstickyfooter .lyp-letting-guide-column a {
    margin: 14px 0;
  }
}
form.let-with-us .lypstickyfooter .btn-secondary {
  background-color: #787469;
  border-color: #787469;
}
form.let-with-us .lypstickyfooter .btn-secondary:hover,
form.let-with-us .lypstickyfooter .btn-secondary:focus {
  background-color: #595446;
  border-color: #595446;
}
@media (min-width: 992px) {
  form.let-with-us .lypstickyfooter .btn-secondary {
    margin-right: 15px !important;
  }
}
form.let-with-us .footerout {
  margin-top: 0;
}
form.let-with-us .modal-open {
  overflow: hidden;
}
form.let-with-us .modal-open.iosBugFixCaret {
  position: fixed;
  width: 100%;
  height: 100%;
}
form.let-with-us .LYPModal {
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  form.let-with-us .LYPModal .modal-dialog {
    margin: 0;
  }
}
form.let-with-us .LYPModal .modal-content {
  border-radius: 0;
  box-shadow: 0 0 9px 0 rgba(136, 136, 136, 0.35);
  padding: 60px 40px;
  border: 0;
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  form.let-with-us .LYPModal .modal-content {
    padding: 20px;
  }
}
form.let-with-us .LYPModal .modal-content .modal-header {
  padding: 0;
  border: 0;
}
form.let-with-us .LYPModal .modal-content .modal-header .close {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #b8d118;
  opacity: 1;
  font-size: 30px;
  font-weight: normal;
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  form.let-with-us .LYPModal .modal-content .modal-header .close {
    top: 15px;
    right: 15px;
  }
}
@media (max-width: 767px) {
  form.let-with-us .LYPModal {
    padding: 0;
  }
}
@media (max-width: 767px) {
  form.let-with-us .LYPModal .modal-dialog {
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  form.let-with-us .LYPModal .modal-dialog {
    width: 565px;
  }
}
@media (min-width: 992px) {
  form.let-with-us .LYPModal .modal-dialog {
    width: 565px;
  }
}
form.let-with-us .LYPModal .modal-content {
  border-radius: 0;
}
@media (max-width: 767px) {
}
form.let-with-us .LYPModal .modal-content .modal-header {
  border-bottom: none;
}
@media (min-width: 768px) {
}
form.let-with-us .LYPModal .modal-content .modal-header h4 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-right: 50px;
}
@media (min-width: 768px) {
  form.let-with-us .LYPModal .modal-content .modal-header h4 {
    padding-right: 0;
  }
}
form.let-with-us .LYPModal .modal-content .modal-header h5 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
  padding-right: 50px;
}
@media (min-width: 768px) {
  form.let-with-us .LYPModal .modal-content .modal-header h5 {
    padding-right: 0;
  }
}
form.let-with-us .LYPModal .modal-content .modal-header .modal-intro {
  margin: 0 0 25px 0;
}
form.let-with-us .LYPModal .modal-content .modal-header .close {
  margin-top: 1px;
  margin-right: -10px;
  color: #787469;
  opacity: 1;
}
@media (min-width: 768px) {
  form.let-with-us .LYPModal .modal-content .modal-header .close {
    margin-top: -15px;
    margin-right: -20px;
  }
}
form.let-with-us .LYPModal .modal-content .modal-header p {
  margin-bottom: 0;
}
form.let-with-us .LYPModal .modal-content .modal-header p a {
  font-weight: 600;
}
form.let-with-us .LYPModal .modal-content .modal-body {
  padding: 0;
  /* Adds Firefox < 35 support */
  /* FIREFOX won't let us hide the native select arrow, so we have to make it wider than needed and clip it via overflow on the parent container. The percentage width is a fallback since FF 4+ supports calc() so we can just add a fixed amount of extra width to push the native arrow out of view. We're applying this hack across all FF versions because all the previous hacks were too fragile and complex. You might want to consider not using this hack and using the native select arrow in FF. Note this makes the menus wider than the select button because they display at the specified width and aren't clipped. Targeting hack via http://browserhacks.com/#hack-758bff81c5c32351b02e10480b5ed48e */
  /* Show only the native arrow */
  /* Focus style */
}
@media (min-width: 768px) {
}
form.let-with-us .LYPModal .modal-content .modal-body h5 {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  margin: 0 0 20px 0;
}
form.let-with-us .LYPModal .modal-content .modal-body p {
  margin-bottom: 15px;
  font-size: 15px !important;
  line-height: 1.6;
}
@media (min-width: 768px) {
  form.let-with-us .LYPModal .modal-content .modal-body p {
    margin-bottom: 30px;
  }
}
form.let-with-us .LYPModal .modal-content .modal-body p.form-help-label {
  font-size: 12px !important;
  margin-top: -3px;
  margin-bottom: 10px;
}
form.let-with-us .LYPModal .modal-content .modal-body p.modal-information {
  margin-top: 30px;
}
form.let-with-us .LYPModal .modal-content .modal-body p.modal-information a {
  color: #b8d118;
}
form.let-with-us .LYPModal .modal-content .modal-body .ModalValidationPanel,
form.let-with-us .LYPModal .modal-content .modal-body .ModalRecaptchaPanel {
  display: none;
  background-color: #fff3f3;
  border: solid 1px #ffc7c7;
  padding: 15px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  form.let-with-us .LYPModal .modal-content .modal-body .ModalValidationPanel,
  form.let-with-us .LYPModal .modal-content .modal-body .ModalRecaptchaPanel {
    margin-bottom: 50px;
  }
}
form.let-with-us .LYPModal .modal-content .modal-body .ModalValidationPanel p,
form.let-with-us .LYPModal .modal-content .modal-body .ModalRecaptchaPanel p {
  padding: 0;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.46;
}
form.let-with-us .LYPModal .modal-content .modal-body .ModalValidationPanel p:last-child,
form.let-with-us .LYPModal .modal-content .modal-body .ModalRecaptchaPanel p:last-child {
  margin-bottom: 0;
}
form.let-with-us .LYPModal .modal-content .modal-body .ModalValidationPanel p span,
form.let-with-us .LYPModal .modal-content .modal-body .ModalRecaptchaPanel p span {
  font-weight: 400;
  font-size: 13px;
}
form.let-with-us .LYPModal .modal-content .modal-body .ModalRecaptchaPanel {
  display: block;
}
form.let-with-us .LYPModal .modal-content .modal-body .row {
  margin-left: -15px;
  margin-right: -15px;
}
form.let-with-us .LYPModal .modal-content .modal-body .row.website-row {
  display: none;
}
form.let-with-us .LYPModal .modal-content .modal-body .row.website-row.active {
  display: block;
}
form.let-with-us .LYPModal .modal-content .modal-body .row .col {
  padding-left: 15px;
  padding-right: 15px;
}
form.let-with-us .LYPModal .modal-content .modal-body .form-group {
  margin-bottom: 20px;
}
form.let-with-us .LYPModal .modal-content .modal-body label {
  font-weight: 400;
  font-size: 14px;
}
form.let-with-us .LYPModal .modal-content .modal-body input,
form.let-with-us .LYPModal .modal-content .modal-body select {
  border: solid 1px #dbdbdb;
  height: 45px;
  padding: 6px 10px;
}
form.let-with-us .LYPModal .modal-content .modal-body textarea {
  border: solid 1px #dbdbdb;
  padding: 6px 10px;
  resize: none;
  height: 175px;
}
form.let-with-us .LYPModal .modal-content .modal-body .alert[style*="inline"] {
  position: relative;
  bottom: 18px;
  display: inline-block !important;
  margin-bottom: 0;
}
form.let-with-us .LYPModal .modal-content .modal-body .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #787469 !important;
}
form.let-with-us .LYPModal .modal-content .modal-body .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #787469 !important;
}
form.let-with-us .LYPModal .modal-content .modal-body .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #787469 !important;
}
form.let-with-us .LYPModal .modal-content .modal-body .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #787469 !important;
}
form.let-with-us .LYPModal .modal-content .modal-body .WLModal-form-item {
  display: block;
  width: 100%;
  line-height: 1.42857143;
  background-color: #ffffff;
  background-image: none;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  color: #787469;
  border-radius: 0 !important;
  box-shadow: none;
  font-size: 14px;
}
form.let-with-us .LYPModal .modal-content .modal-body .WLModal-form-item.hasPlaceholder {
  color: #787469;
}
form.let-with-us .LYPModal .modal-content .modal-body .WLModal-form-item::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #787469 !important;
}
form.let-with-us .LYPModal .modal-content .modal-body .WLModal-form-item::-moz-placeholder {
  /* Firefox 19+ */
  color: #787469 !important;
}
form.let-with-us .LYPModal .modal-content .modal-body .WLModal-form-item:-ms-input-placeholder {
  /* IE 10+ */
  color: #787469 !important;
}
form.let-with-us .LYPModal .modal-content .modal-body .WLModal-form-item:-moz-placeholder {
  /* Firefox 18- */
  color: #787469 !important;
}
form.let-with-us .LYPModal .modal-content .modal-body .alert-error {
  display: none;
}
form.let-with-us .LYPModal .modal-content .modal-body .WLModalCheckbox {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  form.let-with-us .LYPModal .modal-content .modal-body .WLModalCheckbox {
    margin-top: 10px;
  }
}
form.let-with-us .LYPModal .modal-content .modal-body .WLModalCheckbox input[type="checkbox"] {
  margin-top: 6px;
  margin-left: 2px;
  height: auto;
}
@media (min-width: 768px) {
  form.let-with-us .LYPModal .modal-content .modal-body .WLModalCheckbox input[type="checkbox"] {
    margin-top: 10px;
  }
}
form.let-with-us .LYPModal .modal-content .modal-body .WLModalCheckbox input[type="checkbox"]:before {
  top: -4px;
  left: -2px;
}
@media (min-width: 768px) {
  form.let-with-us .LYPModal .modal-content .modal-body .WLModalCheckbox input[type="checkbox"]:before {
    top: -3px;
  }
}
form.let-with-us .LYPModal .modal-content .modal-body .WLModalCheckbox input[type="checkbox"]:checked:after {
  top: -4px;
  left: 0;
}
@media (min-width: 768px) {
  form.let-with-us .LYPModal .modal-content .modal-body .WLModalCheckbox input[type="checkbox"]:checked:after {
    top: -1px;
  }
}
form.let-with-us .LYPModal .modal-content .modal-body .WLModalCheckbox label {
  padding-left: 30px;
}
@media (min-width: 768px) {
  form.let-with-us .LYPModal .modal-content .modal-body .WLModalCheckbox label {
    padding-top: 3px;
  }
}
@media (min-width: 992px) {
  form.let-with-us .LYPModal .modal-content .modal-body .WLModalCheckbox label {
    padding-top: 6px;
  }
}
form.let-with-us .LYPModal .modal-content .modal-body .checkbox input[type="checkbox"]:before {
  content: '';
  position: absolute;
  left: -2px;
  font-size: 18px;
  top: -3px;
  border: solid 1px #dbdbdb;
  background-color: #fff;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
form.let-with-us .LYPModal .modal-content .modal-body .checkbox input[type="checkbox"]:checked:after {
  font-family: 'Material Icons';
  content: "\E5CA";
  position: absolute;
  left: 2px;
  color: #b8d118;
  font-size: 16px;
  top: -1px;
}
form.let-with-us .LYPModal .modal-content .modal-body select::-ms-value {
  color: #787469;
  background-color: #fff;
}
form.let-with-us .LYPModal .modal-content .modal-body #CaptchaWLGetInTouch {
  margin-bottom: 10px;
}
form.let-with-us .LYPModal .modal-content .modal-body .privacy-terms-col {
  margin-top: 10px;
}
form.let-with-us .LYPModal .modal-content .modal-body .custom-select {
  position: relative;
  display: block;
}
form.let-with-us .LYPModal .modal-content .modal-body .custom-select select {
  width: 100%;
  margin: 0;
  outline: none;
  padding: 6px 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
}
form.let-with-us .LYPModal .modal-content .modal-body .custom-select::after {
  font-family: 'Roboto', sans-serif;
  color: #787469;
  content: "\e80d";
  position: absolute;
  right: 15px;
  top: 20px;
  font-size: 6px;
}
@supports (-webkit-appearance: none) or (appearance: none) or ((-moz-appearance: none) and (mask-type: alpha)) {
  form.let-with-us .LYPModal .modal-content .modal-body {
    /* Show custom arrow */
    /* Remove select styling */
  }
  form.let-with-us .LYPModal .modal-content .modal-body .custom-select::after {
    display: block;
  }
  form.let-with-us .LYPModal .modal-content .modal-body .custom-select select {
    padding-right: 2em;
    /* Match-01 */
    /* inside @supports so that iOS <= 8 display the native arrow */
    background: none;
    /* Match-04 */
    /* inside @supports so that Android <= 4.3 display the native arrow */
    border: 1px solid transparent;
    /* Match-05 */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  form.let-with-us .LYPModal .modal-content .modal-body .custom-select select:focus {
    outline: none;
    /* Match-03 */
  }
}
form.let-with-us .LYPModal .modal-content .modal-body .custom-select::after {
  font-family: 'Roboto', sans-serif;
  color: #787469;
  content: "\e80d";
  position: absolute;
  right: 15px;
  top: 20px;
  font-size: 6px;
}
@-moz-document url-prefix() {
  form.let-with-us .LYPModal .modal-content .modal-body {
    /* Warning: this kills the focus outline style */
    /* Make the native select extra wide so the arrow is clipped. 1.5em seems to be enough to safely clip it */
    /* Firefox 35+ that supports hiding the native select can have a proper 100% width, no need for the overflow clip trick */
  }
  form.let-with-us .LYPModal .modal-content .modal-body .custom-select {
    overflow: hidden;
  }
  form.let-with-us .LYPModal .modal-content .modal-body .custom-select::after {
    display: block;
  }
  form.let-with-us .LYPModal .modal-content .modal-body .custom-select select {
    overflow: -moz-hidden-unscrollable;
    padding-right: 0.4em;
    background: none;
    /* Match-04 */
    border: 1px solid transparent;
    /* Match-05 */
    /* Firefox < 4 */
    min-width: 6em;
    width: 130%;
    /* Firefox 4-15 */
    min-width: -moz-calc(0em);
    width: -moz-calc(102.4%);
    /* Firefox 16+ */
    min-width: calc(0em);
    width: calc(100% + 2.4em);
  }
  @supports (mask-type: alpha) {
    form.let-with-us .LYPModal .modal-content .modal-body .custom-select {
      overflow: visible;
    }
    form.let-with-us .LYPModal .modal-content .modal-body .custom-select select {
      -moz-appearance: none;
      width: 100%;
      padding-right: 2em;
      /* Match-01 padding-right */
    }
  }
}
form.let-with-us .LYPModal .modal-content .modal-body .custom-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  form.let-with-us .LYPModal .modal-content .modal-body .custom-select select::-ms-expand {
    display: none;
  }
  form.let-with-us .LYPModal .modal-content .modal-body .custom-select select:focus {
    outline: none;
  }
  form.let-with-us .LYPModal .modal-content .modal-body .custom-select select:focus::-ms-value {
    outline: none;
  }
  form.let-with-us .LYPModal .modal-content .modal-body .custom-select select {
    padding-right: 2em;
    /* Match-01 */
    background: none;
    /* Match-04 */
    border: 1px solid transparent;
    /* Match-05 */
  }
  form.let-with-us .LYPModal .modal-content .modal-body .custom-select::after {
    display: block;
  }
}
form.let-with-us .LYPModal .modal-content .modal-body .custom-select {
  background-color: #fff;
  border: solid 1px #dbdbdb;
  margin-bottom: 20px;
  height: 48px;
}
form.let-with-us .LYPModal .modal-content .modal-body .custom-select select {
  font-family: 'Roboto', sans-serif;
  height: 46px;
}
form.let-with-us .LYPModal .modal-content .modal-body .custom-select select.hasPlaceholder {
  color: #787469;
}
form.let-with-us .LYPModal .modal-content .modal-body .custom-select select option {
  color: #787469;
}
form.let-with-us .LYPModal .modal-content .modal-body .custom-select select:focus {
  outline: none;
}
form.let-with-us .LYPModal .modal-content .modal-body .custom-select option {
  font-weight: normal;
}
form.let-with-us .LYPModal .modal-content .modal-body span.form-help-label {
  font-size: 12px;
}
form.let-with-us .LYPModal .modal-content .modal-body span.float-right {
  float: right;
}
form.let-with-us .LYPModal .modal-content .modal-body span.d-inline-block {
  display: inline-block;
}
form.let-with-us .LYPModal .modal-content .modal-footer {
  border-top: none;
  padding: 0 0 15px 0;
  text-align: left;
}
@media (min-width: 768px) {
}
form.let-with-us .LYPModal .modal-content .modal-footer .row {
  margin-left: -15px;
  margin-right: -15px;
}
form.let-with-us .LYPModal .modal-content .modal-footer .row.website-row {
  display: none;
}
form.let-with-us .LYPModal .modal-content .modal-footer .row.website-row.active {
  display: block;
}
form.let-with-us .LYPModal .modal-content .modal-footer .row .col {
  padding-left: 15px;
  padding-right: 15px;
}
form.let-with-us .LYPModal .modal-content .modal-footer p.wlModalOptinStatement {
  font-size: 12px !important;
  text-align: left;
  margin: 20px 0 0 0;
  padding: 0 15px;
  line-height: 1.67;
}
form.let-with-us .LYPModal .modal-content .modal-footer p.wlModalOptinStatement a {
  color: #b8d118;
}
form.let-with-us .LYPModal .modal-content .modal-footer #optinStatementWLGetInTouch a {
  color: #b8d118;
}
form.let-with-us .LYPModal .modal-content .modal-footer .WLModalClose {
  background-color: transparent;
  border: none;
  text-transform: none;
  font-weight: 400;
  color: #b8d118;
  text-shadow: none;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  display: inline-block;
  width: 116px;
  padding: 11px 0;
}
@media (min-width: 375px) and (max-width: 767px) {
  form.let-with-us .LYPModal .modal-content .modal-footer .WLModalClose {
    width: 139px;
  }
}
@media (min-width: 768px) {
  form.let-with-us .LYPModal .modal-content .modal-footer .WLModalClose {
    width: auto;
  }
}
form.let-with-us .LYPModal .modal-content .modal-footer .LYPModalBtn {
  display: inline-block;
  width: 100%;
  padding: 11px 0;
  font-size: 18px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  form.let-with-us .LYPModal .modal-content .modal-footer .LYPModalBtn {
    display: inline-block;
    padding-left: 30px;
    padding-right: 30px;
    width: 190px;
  }
}
form.let-with-us .LYPModal .modal-content .modal-footer .LYPModalBtn:active,
form.let-with-us .LYPModal .modal-content .modal-footer .LYPModalBtn:focus {
  background-color: #9EB411 !important;
  border-color: #9EB411 !important;
  color: #fff !important;
  outline: none !important;
}
form.let-with-us .LYPModal .modal-content .modal-footer .loading-spinner {
  display: none;
}
form.let-with-us .LYPModal .modal-content .modal-footer .loading-spinner {
  background-color: #9EB411;
  height: 43px;
  width: 50%;
  vertical-align: top;
  margin-left: 20px;
}
@media (min-width: 768px) {
  form.let-with-us .LYPModal .modal-content .modal-footer .loading-spinner {
    width: 150px;
  }
}
@media (min-width: 768px) {
  form.let-with-us .LYPModal .modal-content .modal-footer .loading-spinner {
    margin-left: 40px;
  }
}
form.let-with-us .LYPModal .modal-content .modal-footer .loader,
form.let-with-us .LYPModal .modal-content .modal-footer .loader:before,
form.let-with-us .LYPModal .modal-content .modal-footer .loader:after {
  border-radius: 50%;
  width: 10px;
  height: 10px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: loadSpinner 1.8s infinite ease-in-out;
  animation: loadSpinner 1.8s infinite ease-in-out;
}
form.let-with-us .LYPModal .modal-content .modal-footer .loader {
  color: #ffffff;
  font-size: 10px;
  margin: -8px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
form.let-with-us .LYPModal .modal-content .modal-footer .loader:before,
form.let-with-us .LYPModal .modal-content .modal-footer .loader:after {
  content: '';
  position: absolute;
  top: 0;
}
form.let-with-us .LYPModal .modal-content .modal-footer .loader:before {
  left: -15px;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
form.let-with-us .LYPModal .modal-content .modal-footer .loader:after {
  left: 15px;
}
form.let-with-us .LYPModal .modal-content .modal-footer .btn + .btn {
  margin-left: 20px;
}
@media (min-width: 768px) {
  form.let-with-us .LYPModal .modal-content .modal-footer .btn + .btn {
    margin-left: 40px;
  }
}
.modal-backdrop {
  background-color: #000;
}
.modal-backdrop.in {
  opacity: 0.75;
}
form.about-us #MainContentContainer {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
form.about-us #MainContentContainer #MainContentRow {
  margin-left: 0;
  margin-right: 0;
}
form.about-us #MainContentContainer #MainContentRow .maincontent {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  form.about-us #introbanner {
    padding: 0;
  }
}
form.about-us #introbanner img {
  margin: 0 20px 0 0;
  width: auto;
  max-width: unset;
}
form.about-us #Hero {
  margin-bottom: 0;
}
form.about-us #Hero .caption p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: 18px;
}
form.about-us .aboutcontent,
form.about-us .aboutcta {
  padding: 20px 15px;
}
@media (min-width: 768px) {
  form.about-us .aboutcontent,
  form.about-us .aboutcta {
    width: 625px;
    margin: 0 auto;
    padding: 40px 15px;
  }
}
@media (min-width: 992px) {
  form.about-us .aboutcontent,
  form.about-us .aboutcta {
    width: 645px;
  }
}
@media (min-width: 1200px) {
  form.about-us .aboutcontent,
  form.about-us .aboutcta {
    width: 750px;
  }
}
form.about-us .aboutcontent h2,
form.about-us .aboutcta h2 {
  font-size: 23px;
  margin-top: 0 !important;
  line-height: 1.17;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  form.about-us .aboutcontent h2,
  form.about-us .aboutcta h2 {
    font-size: 23px;
    line-height: 1.17;
  }
}
form.about-us .aboutcontent h3,
form.about-us .aboutcta h3 {
  font-size: 18px;
  margin-top: 60px;
  line-height: 1.17;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  form.about-us .aboutcontent h3,
  form.about-us .aboutcta h3 {
    font-size: 18px;
    line-height: 1.17;
  }
}
form.about-us .aboutcontent h4,
form.about-us .aboutcta h4 {
  font-size: 15px;
  margin-top: 60px;
  line-height: 1.17;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  form.about-us .aboutcontent h4,
  form.about-us .aboutcta h4 {
    font-size: 15px;
    line-height: 1.17;
  }
}
form.about-us .aboutcontent p,
form.about-us .aboutcta p {
  font-size: 15px !important;
  line-height: 1.6;
}
@media (max-width: 767px) {
  form.about-us .aboutcontent .aboutcta-row,
  form.about-us .aboutcta .aboutcta-row {
    margin: 0;
  }
}
form.about-us .aboutcontent .aboutcta-row .aboutcta-item,
form.about-us .aboutcta .aboutcta-row .aboutcta-item {
  margin-bottom: 32px;
}
@media (min-width: 768px) and (max-width: 991px) {
  form.about-us .aboutcontent .aboutcta-row .aboutcta-item,
  form.about-us .aboutcta .aboutcta-row .aboutcta-item {
    padding: 0 5px;
  }
}
form.about-us .aboutcontent .aboutcta-row .aboutcta-item:last-child,
form.about-us .aboutcta .aboutcta-row .aboutcta-item:last-child {
  margin-bottom: 0;
}
form.about-us .aboutcontent .aboutcta-row .aboutcta-item .aboutcta-item-container,
form.about-us .aboutcta .aboutcta-row .aboutcta-item .aboutcta-item-container {
  padding: 25px;
  border-radius: 10px;
  background-color: #f9f9f9;
}
form.about-us .aboutcontent .aboutcta-row .aboutcta-item .aboutcta-item-container .aboutcta-item-row,
form.about-us .aboutcta .aboutcta-row .aboutcta-item .aboutcta-item-container .aboutcta-item-row {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  form.about-us .aboutcontent .aboutcta-row .aboutcta-item .aboutcta-item-container .aboutcta-image-container,
  form.about-us .aboutcta .aboutcta-row .aboutcta-item .aboutcta-item-container .aboutcta-image-container {
    display: inline-block;
    vertical-align: middle;
    float: none;
    width: auto;
  }
}
form.about-us .aboutcontent .aboutcta-row .aboutcta-item .aboutcta-item-container .aboutcta-image-container .aboutcta-image,
form.about-us .aboutcta .aboutcta-row .aboutcta-item .aboutcta-item-container .aboutcta-image-container .aboutcta-image {
  text-align: center;
}
@media (min-width: 768px) {
  form.about-us .aboutcontent .aboutcta-row .aboutcta-item .aboutcta-item-container .aboutcta-image-container .aboutcta-image,
  form.about-us .aboutcta .aboutcta-row .aboutcta-item .aboutcta-item-container .aboutcta-image-container .aboutcta-image {
    margin: 0 auto;
  }
}
form.about-us .aboutcontent .aboutcta-row .aboutcta-item .aboutcta-item-container .aboutcta-image-container .aboutcta-image img,
form.about-us .aboutcta .aboutcta-row .aboutcta-item .aboutcta-item-container .aboutcta-image-container .aboutcta-image img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0;
}
@media (max-width: 767px) {
  form.about-us .aboutcontent .aboutcta-row .aboutcta-item .aboutcta-item-container .aboutcta-image-container .aboutcta-image img,
  form.about-us .aboutcta .aboutcta-row .aboutcta-item .aboutcta-item-container .aboutcta-image-container .aboutcta-image img {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  form.about-us .aboutcontent .aboutcta-row .aboutcta-item .aboutcta-item-container .aboutcta-text-container,
  form.about-us .aboutcta .aboutcta-row .aboutcta-item .aboutcta-item-container .aboutcta-text-container {
    display: inline-block;
    vertical-align: middle;
    float: none;
  }
}
form.about-us .aboutcontent .aboutcta-row .aboutcta-item .aboutcta-item-container .aboutcta-text-container h4,
form.about-us .aboutcta .aboutcta-row .aboutcta-item .aboutcta-item-container .aboutcta-text-container h4,
form.about-us .aboutcontent .aboutcta-row .aboutcta-item .aboutcta-item-container .aboutcta-text-container h5,
form.about-us .aboutcta .aboutcta-row .aboutcta-item .aboutcta-item-container .aboutcta-text-container h5,
form.about-us .aboutcontent .aboutcta-row .aboutcta-item .aboutcta-item-container .aboutcta-text-container p,
form.about-us .aboutcta .aboutcta-row .aboutcta-item .aboutcta-item-container .aboutcta-text-container p {
  margin-top: 0;
  text-align: center;
}
@media (min-width: 768px) {
  form.about-us .aboutcontent .aboutcta-row .aboutcta-item .aboutcta-item-container .aboutcta-text-container h4,
  form.about-us .aboutcta .aboutcta-row .aboutcta-item .aboutcta-item-container .aboutcta-text-container h4,
  form.about-us .aboutcontent .aboutcta-row .aboutcta-item .aboutcta-item-container .aboutcta-text-container h5,
  form.about-us .aboutcta .aboutcta-row .aboutcta-item .aboutcta-item-container .aboutcta-text-container h5,
  form.about-us .aboutcontent .aboutcta-row .aboutcta-item .aboutcta-item-container .aboutcta-text-container p,
  form.about-us .aboutcta .aboutcta-row .aboutcta-item .aboutcta-item-container .aboutcta-text-container p {
    text-align: left;
  }
}
form.about-us .aboutcontent .aboutcta-row .aboutcta-item .aboutcta-item-container .aboutcta-text-container h4,
form.about-us .aboutcta .aboutcta-row .aboutcta-item .aboutcta-item-container .aboutcta-text-container h4 {
  margin-bottom: 30px;
}
form.about-us .aboutcta {
  padding: 0;
  margin-bottom: 40px;
}
form.about-us .footerout {
  margin: 0;
}
/* ------ Updates specific to Gorgeous Cottages ------ */
/* Available header  */
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .calheader,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .calheader {
  background-color: #eaf1ba !important;
}
/* Available days */
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .startDate span,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .startDate span {
  background-color: #eaf1ba !important;
}
/* Standard calendar cell */
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .clickable.profstar .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .clickable.profstar .ui-state-default {
  color: #434343 !important;
  font-weight: 400 !important;
}
/* Standard - non-bookable day */
/* NO CHANGE */
/* Standard - booked */
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.last-booked.future-date.nonprofilestartday .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.last-booked.future-date.nonprofilestartday .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-days-cell-over.ui-datepicker-unselectable.ui-state-disabled.nonprofilestartday.ui-datepicker-current-day.ui-datepicker-today .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.booked .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.future-date .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.first-booked.ui-datepicker-today .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.past-date .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.booked.clickable.profstar .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled.past-date.nonprofilestartday .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.past-date.nonprofilestartday .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-week-end.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled.booked.nonprofilestartday .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.booked.nonprofilestartday .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.booked.nonprofilestartday .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.future-date.nonprofilestartday.clickable.profstar .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.future-date.nonprofilestartday .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-days-cell-over.ui-datepicker-unselectable.ui-state-disabled.nonprofilestartday.ui-datepicker-current-day.ui-datepicker-today .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.booked .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.future-date .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.first-booked.ui-datepicker-today .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.past-date .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.booked.clickable.profstar .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled.past-date.nonprofilestartday .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.past-date.nonprofilestartday .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-week-end.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled.booked.nonprofilestartday .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.booked.nonprofilestartday .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.booked.nonprofilestartday .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.future-date.nonprofilestartday.clickable.profstar .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.future-date.nonprofilestartday .ui-state-default {
  background-color: #ededed !important;
  background: linear-gradient(135deg, #ededed 50%, #ededed 50%) !important;
  color: #a9a9a9 !important;
}
/* Standard - booked past dates */
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.past-date.nonprofilestartday.clickable.profstar .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.past-date.nonprofilestartday .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.past-date.nonprofilestartday.clickable.profstar .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.past-date.nonprofilestartday .ui-state-default {
  background-color: #ededed !important;
  color: #a9a9a9 !important;
}
/* Standard - booked in morning, free afternoon */
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .last-booked .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .changeover.last-booked .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .last-booked.clickable.profstar .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-other-month.last-booked .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.last-booked.nonprofilestartday .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.last-booked.nonprofilestartday .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .last-booked .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .changeover.last-booked .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .last-booked.clickable.profstar .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-other-month.last-booked .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.last-booked.nonprofilestartday .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.last-booked.nonprofilestartday .ui-state-default {
  background: linear-gradient(135deg, #ededed 50%, transparent 50%) !important;
  color: #a9a9a9 !important;
}
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .changeover.last-booked .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .changeover.last-booked .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .last-booked.clickable.profstar .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .last-booked.clickable.profstar .ui-state-default {
  background: linear-gradient(135deg, #ededed 50%, transparent 50%) !important;
  color: #434343 !important;
}
/* Standard - free in morning, booked in afternoon */
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.first-booked .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.first-booked.clickable.profstar .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.first-booked.nonprofilestartday .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-week-end.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled.first-booked.nonprofilestartday .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.first-booked .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.first-booked.clickable.profstar .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.first-booked.nonprofilestartday .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-week-end.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled.first-booked.nonprofilestartday .ui-state-default {
  background: linear-gradient(135deg, transparent 50%, #ededed 50%) !important;
  color: #a9a9a9 !important;
}
/* Standard - current day bookable */
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-green .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-other-month.date-range-selected-green .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-green.clickable.profstar .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.date-range-selected-green.nonprofilestartday .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.date-range-selected-green.nonprofilestartday .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-green .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-other-month.date-range-selected-green .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-green.clickable.profstar .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.date-range-selected-green.nonprofilestartday .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.date-range-selected-green.nonprofilestartday .ui-state-default {
  background-color: #dce88c !important;
  opacity: 1 !important;
  color: #434343 !important;
}
/* Standard - current day non-bookable */
/* NO CHANGE */
/* Selected - half booked in morning */
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-week-end.date-range-selected-first-green.last-booked.ui-datepicker-current-day.startDate-green-booked .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-week-end.date-range-selected-first-green.last-booked.ui-datepicker-current-day.startDate-green-booked .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-first-green.changeover.last-booked.ui-datepicker-current-day.startDate-green-booked .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-first-green.last-booked.clickable.profstar.ui-datepicker-current-day.startDate-green-booked .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-first-green.changeover.last-booked.ui-datepicker-current-day.startDate-green-booked .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-first-green.last-booked.clickable.profstar.ui-datepicker-current-day.startDate-green-booked .ui-state-default {
  background: linear-gradient(135deg, #ededed 50%, #dce88c 50%) !important;
  color: #434343 !important;
}
/* Selected - not half booked in morning */
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-first-green.ui-datepicker-current-day.startDate-green .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-first-green.ui-datepicker-current-day.startDate-green .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-week-end.date-range-selected-first-green.ui-datepicker-current-day.startDate-green .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-week-end.date-range-selected-first-green.ui-datepicker-current-day.startDate-green .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-first-green.changeover.ui-datepicker-current-day.startDate-green .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-first-green.clickable.profstar.ui-datepicker-current-day.startDate-green .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-first-green.changeover.ui-datepicker-current-day.startDate-green .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-first-green.clickable.profstar.ui-datepicker-current-day.startDate-green .ui-state-default {
  background: linear-gradient(135deg, transparent 50%, #dce88c 50%) !important;
  opacity: 1 !important;
}
/* Selected - half booked in afternoon */
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.date-range-selected-last-green.first-booked .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.date-range-selected-last-green.first-booked .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.date-range-selected-last-green.first-booked.nonprofilestartday .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.date-range-selected-last-green.first-booked.nonprofilestartday .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.date-range-selected-last-green.first-booked.nonprofilestartday .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.date-range-selected-last-green.changeover.first-booked .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.date-range-selected-last-green.first-booked.clickable.profstar .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.date-range-selected-last-green.first-booked.nonprofilestartday .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.date-range-selected-last-green.changeover.first-booked .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.date-range-selected-last-green.first-booked.clickable.profstar .ui-state-default {
  background: linear-gradient(135deg, #dce88c 50%, #ededed 50%) !important;
  color: #434343 !important;
}
/* Selected - not half booked in afternoon */
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-last-green .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-last-green .ui-state-default,
body.gorgeouscottages.availabilityPopup .ui-datepicker-other-month.date-range-selected-last-green .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-other-month.date-range-selected-last-green .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.date-range-selected-last-green.nonprofilestartday .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-last-green.changeover .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-last-green.clickable.profstar .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.date-range-selected-last-green.nonprofilestartday .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-last-green.changeover .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-last-green.clickable.profstar .ui-state-default {
  background: linear-gradient(135deg, #dce88c 50%, transparent 50%) !important;
  opacity: 1 !important;
}
/* Selected - not available */
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.date-range-selected-red.first-booked .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.date-range-selected-red.first-booked .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.date-range-selected-red.future-date.nonprofilestartday.clickable.profstar .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.date-range-selected-red.booked.clickable.profstar .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.date-range-selected-red.changeover.first-booked .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-red.last-booked .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.date-range-selected-red.booked .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.date-range-selected-red.booked .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner #jrange.profileprop .ui-datepicker-unselectable.notprofilestartwarning .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.nonprofilestartday.notprofilestartwarning .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.nonprofilestartday.notprofilestartwarning .ui-state-default body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.nonprofilestartday.notprofilestartwarning .ui-state-default body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.date-range-selected-red.booked.clickable.profstar .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.date-range-selected-red.first-booked.clickable.profstar .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.date-range-selected-red.booked.nonprofilestartday .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.date-range-selected-red.future-date.nonprofilestartday.clickable.profstar .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.date-range-selected-red.booked.clickable.profstar .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.date-range-selected-red.changeover.first-booked .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-red.last-booked .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.date-range-selected-red.booked .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.date-range-selected-red.booked .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner #jrange.profileprop .ui-datepicker-unselectable.notprofilestartwarning .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.nonprofilestartday.notprofilestartwarning .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.nonprofilestartday.notprofilestartwarning .ui-state-default #form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.nonprofilestartday.notprofilestartwarning .ui-state-default #form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.date-range-selected-red.booked.clickable.profstar .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.date-range-selected-red.first-booked.clickable.profstar .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-week-end.ui-datepicker-unselectable.ui-state-disabled.date-range-selected-red.booked.nonprofilestartday .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-week-end.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled.date-range-selected-red.first-booked.nonprofilestartday .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-week-end.ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled.date-range-selected-red.first-booked.nonprofilestartday .ui-state-default {
  background-color: #fb6471 !important;
  background: linear-gradient(135deg, #fb6471 50%, #fb6471 50%) !important;
  color: #434343 !important;
}
/* Selected - not available in afternoon */
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-first-red.ui-datepicker-current-day.startDate-red .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-first-red.ui-datepicker-current-day.startDate-red .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-first-red.clickable.profstar.ui-datepicker-current-day.startDate-red .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-first-red.clickable.profstar.ui-datepicker-current-day.startDate-red .ui-state-default {
  background: linear-gradient(135deg, transparent 50%, #fb6471 50%) !important;
}
/* Selected - not available in afternoon booked in morning */
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-first-red.changeover.last-booked.ui-datepicker-current-day.startDate-red-booked .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-first-red.last-booked.clickable.profstar.ui-datepicker-current-day.startDate-red-booked .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-first-red.changeover.last-booked.ui-datepicker-current-day.startDate-red-booked .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-first-red.last-booked.clickable.profstar.ui-datepicker-current-day.startDate-red-booked .ui-state-default {
  background: linear-gradient(135deg, #ededed 50%, #fb6471 50%) !important;
  color: #434343 !important;
}
/* Selected - not available in morning */
/* NO CHANGE */
/* Selected - not available in morning booked in afternoon */
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.date-range-selected-last-red.booked .ui-state-default,
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled.date-range-selected-last-red.booked.clickable.profstar .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.date-range-selected-last-red.booked .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-other-month.ui-datepicker-unselectable.ui-state-disabled.date-range-selected-last-red.booked.clickable.profstar .ui-state-default {
  background: linear-gradient(135deg, #fb6471 50%, #ededed 50%) !important;
  color: #434343 !important;
}
/* Enquire - full day */
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-amber .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-amber .ui-state-default {
  background-color: #FFA16B !important;
  opacity: 1 !important;
  color: #434343 !important;
}
/* Enquire - free in morning */
body.gorgeouscottages.availabilityPopup .AvailabilityPanelInner .date-range-selected-first-amber.ui-datepicker-current-day.startDate-amber .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-first-amber.ui-datepicker-current-day.startDate-amber .ui-state-default {
  background: linear-gradient(135deg, transparent 50%, #FFA16B 50%) !important;
  opacity: 1 !important;
  color: #434343 !important;
}
/* Enquire - free in afternoon */
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-last-amber .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-last-amber .ui-state-default {
  background: linear-gradient(135deg, #FFA16B 50%, transparent 50%) !important;
  opacity: 1 !important;
  color: #434343 !important;
}
/* Enquire - booked in morning */
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-first-amber.last-booked.ui-datepicker-current-day.startDate-amber-booked .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .date-range-selected-first-amber.last-booked.ui-datepicker-current-day.startDate-amber-booked .ui-state-default {
  background: linear-gradient(135deg, #ededed 50%, #FFA16B 50%) !important;
  opacity: 1 !important;
  color: #434343 !important;
}
/* Enquire - booked in afternoon */
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.date-range-selected-last-amber.first-booked .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner .ui-datepicker-unselectable.ui-state-disabled.date-range-selected-last-amber.first-booked .ui-state-default {
  background: linear-gradient(135deg, #FFA16B 50%, #ededed 50%) !important;
  opacity: 1 !important;
  color: #434343 !important;
}
/* Take opacity off */
body.gorgeouscottages.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner #jrange .ui-datepicker-other-month.last-booked .ui-state-default,
#form1.gorgeouscottages #AvailabilityPanel .AvailabilityPanelInner #jrange .ui-datepicker-other-month.last-booked .ui-state-default {
  opacity: 1 !important;
}
#MainNav .add-to-wishlist-mobile-header {
  right: 40px;
  top: 2px;
  color: #787469;
}
@media (min-width: 768px) {
  #MainNav .add-to-wishlist-mobile-header {
    right: 52px;
    top: 10px;
  }
}
@media (min-width: 992px) {
  #MainNav .add-to-wishlist-mobile-header {
    display: none;
  }
}
@media (min-width: 992px) {
  #MainNav #logocontainer.withwishlist {
    width: 14%;
  }
}
@media (min-width: 1200px) {
  #MainNav #logocontainer.withwishlist {
    width: 14%;
  }
}
@media (min-width: 992px) {
  #MainNav #navcontainer.withwishlist {
    width: 86%;
  }
}
@media (min-width: 1200px) {
  #MainNav #navcontainer.withwishlist {
    width: 86%;
  }
}
#mm-my-menu.mm-opened .mm-panels a i {
  display: none;
}
.wishlistpage #clearButton,
.wishlistpage #loadMore,
.wishlistpage .modal .btn-default {
  border-color: #b8d118;
  background-color: #fff;
  font-weight: 600;
  color: #787469;
  padding: 10px 12px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
@media (max-width: 767px) {
  .wishlistpage #clearButton,
  .wishlistpage #loadMore,
  .wishlistpage .modal .btn-default {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
.wishlistpage #clearButton:hover,
.wishlistpage #loadMore:hover,
.wishlistpage .modal .btn-default:hover {
  background-color: #b8d118;
  border-color: #b8d118;
  color: #fff;
}
.wishlistpage #clearButton {
  margin-bottom: 20px;
}
.wishlistpage p.button {
  margin-top: 20px;
}
.wishlistpage p.button .btn-primary {
  background-color: #b8d118;
  border-color: #b8d118;
  color: #fff;
  font-weight: 600;
  padding: 10px 12px;
  display: block;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.wishlistpage p.button .btn-primary:hover {
  background-color: #9EB411;
  border-color: #9EB411;
}
@media (min-width: 768px) {
  .wishlistpage p.button .btn-primary {
    display: inline-block;
    width: 200px;
  }
}
.wishlistpage .modal .modal-content {
  border-radius: 0;
}
.wishlistpage .modal .modal-content h3 {
  color: #787469;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 30px;
}
.wishlistpage .modal .modal-header {
  border-bottom: none;
  padding: 10px 0px 5px 30px;
}
.wishlistpage .modal .modal-header button {
  border: none;
  box-shadow: none;
  background-color: transparent;
  font-size: 24px;
  color: #787469;
  float: right;
}
.wishlistpage .modal .modal-body {
  padding: 0 30px;
}
.wishlistpage .modal .modal-footer {
  border: none;
  padding: 0 30px 30px 30px;
}
.wishlistpage .modal .btn-primary {
  background-color: #b8d118;
  border-color: #b8d118;
  font-weight: 600;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  padding: 10px 12px;
}
@media (max-width: 767px) {
  .wishlistpage .modal .btn-primary {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.wishlistpage .modal .btn-primary:hover {
  background-color: #9EB411;
  border-color: #9EB411;
}
.wishlistpage .propertyrow {
  margin-bottom: 0;
  padding: 0 15px;
}
.wishlistpage .propertyrow .propertybg {
  border-top: 0;
}
.wishlistpage .propertyrow .propertybg .imagecol {
  margin-bottom: 0;
}
.wishlistpage .propertyrow .propertybg .detailscol {
  padding: 0 15px;
  border: solid 1px #dbdbdb;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.wishlistpage .propertyrow .propertybg .detailscol h3 {
  margin-top: 24px;
}
.wishlistpage .propertyrow .propertybg .detailscol .proppriceanddate {
  display: block;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.wishlistpage .propertyrow .propertybg .propDesc {
  display: none;
}
.wishlistpage .propertyrow .propertybg .slick-prev:before {
  font-family: "Feather-Icons" !important;
  content: '\e805' !important;
}
.wishlistpage .propertyrow .propertybg .slick-next:before {
  font-family: "Feather-Icons" !important;
  content: '\e807' !important;
}
.wishlistpage .propertyrow .propertybg img {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.wishlistpage .propertyrow .showinoutmessage {
  border-top: 0;
  padding-top: 0;
}
.wishlistpage .propertyrow .imagecol .propprice {
  background-color: #787469;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.wishlistpage .propertyrow .imagecol .discount {
  background-color: #f84958;
  color: #fff;
}
.wishlistpage .propertyrow .detailscol h3 {
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 20px !important;
}
.wishlistpage .propertyrow .detailscol h3 a {
  color: #787469;
  text-decoration: none;
}
.wishlistpage .propertyrow .detailscol h3 a:hover {
  text-decoration: underline;
}
.wishlistpage .propertyrow .detailscol .marketingaddress {
  color: #787469;
  font-size: 16px;
  font-weight: 400;
}
.wishlistpage .propertyrow .detailscol .detail-item {
  color: #787469;
  margin-right: 8px;
  padding-right: 12px;
}
.wishlistpage .propertyrow .detailscol .detail-item i {
  color: #787469;
}
.wishlistpage .propertyrow .detailscol .detail-item span.pochenty-bathrooms,
.wishlistpage .propertyrow .detailscol .detail-item span.pochenty-no-dogs-icon {
  color: #787469;
}
.wishlistpage .propertyrow .detailscol .detail-item .sleeps-icon,
.wishlistpage .propertyrow .detailscol .detail-item .bedroom-icon,
.wishlistpage .propertyrow .detailscol .detail-item .bathroom-icon,
.wishlistpage .propertyrow .detailscol .detail-item .pet-icon,
.wishlistpage .propertyrow .detailscol .detail-item .no-pets-icon {
  font-family: "Feather-Icons";
  display: none;
  margin: 0 3px 0 0 !important;
}
.wishlistpage .propertyrow .detailscol .detail-item .sleeps-icon:before,
.wishlistpage .propertyrow .detailscol .detail-item .bedroom-icon:before,
.wishlistpage .propertyrow .detailscol .detail-item .bathroom-icon:before,
.wishlistpage .propertyrow .detailscol .detail-item .pet-icon:before,
.wishlistpage .propertyrow .detailscol .detail-item .no-pets-icon:before {
  font-family: "Feather-Icons";
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
}
.wishlistpage .propertyrow .detailscol .detail-item .sleeps-icon:before {
  content: '\e80d';
}
.wishlistpage .propertyrow .detailscol .detail-item .bedroom-icon:before {
  content: '\e802';
}
.wishlistpage .propertyrow .detailscol .detail-item .bathroom-icon {
  font-size: 24px !important;
  vertical-align: middle !important;
  display: inline-block;
}
.wishlistpage .propertyrow .detailscol .detail-item .bathroom-icon:before {
  content: '\e801';
}
.wishlistpage .propertyrow .detailscol .detail-item .pet-icon:before {
  content: '\e80a';
}
.wishlistpage .propertyrow .detailscol .detail-item .no-pets-icon {
  font-size: 22px !important;
  vertical-align: middle !important;
  display: inline-block;
}
.wishlistpage .propertyrow .detailscol .detail-item .no-pets-icon:before {
  content: '\e81f';
}
.wishlistpage .propertyrow .detailscol .detail-item .detail-number {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 16px !important;
  color: #787469;
}
.wishlistpage .propertyrow .detailscol .detail-item.bathrooms {
  margin-right: 8px;
}
.wishlistpage .propertyrow .detailscol .divider {
  margin: 0 5px;
}
.wishlistpage .propertyrow .detailscol .dogs .divider {
  display: none;
}
.wishlistpage .propertyrow .detailscol .stars {
  display: none;
}
.wishlistpage .propertyrow .detailscol .icon-hc-star-filled {
  color: #b8d118;
}
.wishlistpage .propertyrow .detailscol .propDesc {
  line-height: 1.57 !important;
  color: #787469;
}
.wishlistpage .propertyrow .detailscol .proppriceanddate div.date {
  border: 1px solid #f3f3f3;
}
.wishlistpage .propertyrow .detailscol .proppriceanddate div.date a,
.wishlistpage .propertyrow .detailscol .proppriceanddate div.date a:hover,
.wishlistpage .propertyrow .detailscol .proppriceanddate div.date a:focus {
  color: #787469;
}
.wishlistpage .propertyrow .detailscol .proppriceanddate div.price {
  border: 1px solid #f3f3f3;
  background-color: #f3f3f3;
}
.wishlistpage .propertyrow .detailscol .proppriceanddate div.price .offerprice {
  color: #f84958;
}
.wishlistpage .propertyrow .detailscol .proppriceanddate div.price a,
.wishlistpage .propertyrow .detailscol .proppriceanddate div.price a:hover,
.wishlistpage .propertyrow .detailscol .proppriceanddate div.price a:focus {
  color: #787469;
}
#knowledgebase {
  border-bottom: solid 1px #dbdbdb;
}
#knowledgebase a:active,
#knowledgebase a:focus {
  text-decoration: none;
}
#knowledgebase .knowledgebase-label {
  background-color: #b8d118;
  border: solid 1px #dbdbdb;
}
#knowledgebase .knowledgebase-label:hover,
#knowledgebase .knowledgebase-label:active,
#knowledgebase .knowledgebase-label:focus {
  text-decoration: none;
}
#knowledgebase .knowledgebase-label h4 {
  color: #fff;
  text-transform: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
}
#knowledgebase .knowledgebase-label.disabled {
  background-color: #fff;
}
#knowledgebase .knowledgebase-label.disabled h4 {
  color: #787469;
}
#knowledgebase .knowledgebase-label.selected {
  background-color: #fff;
}
#knowledgebase .knowledgebase-label.selected h4 {
  color: #787469;
}
#knowledgebase .knowledgebase-link,
#knowledgebase .knowledgebase-sublink {
  border-bottom: solid 1px #dbdbdb;
  color: #787469 !important;
  font-size: 16px;
}
#knowledgebase .knowledgebase-link:hover,
#knowledgebase .knowledgebase-sublink:hover,
#knowledgebase .knowledgebase-link:active,
#knowledgebase .knowledgebase-sublink:active,
#knowledgebase .knowledgebase-link:focus,
#knowledgebase .knowledgebase-sublink:focus {
  border-bottom: solid 1px #dbdbdb;
  color: #787469 !important;
  font-size: 16px;
}
#knowledgebase .knowledgebase-link.current,
#knowledgebase .knowledgebase-sublink.current {
  background-color: #f3f3f3;
}
#knowledgebase .knowledgebase-bullets li {
  border-bottom: solid 1px #dbdbdb;
}
#knowledgebase #option-col a {
  color: #b8d118;
  font-weight: bold;
}
#knowledgebase #option-col h4 {
  font-size: 18px;
  font-family: 'Nunito Sans', sans-serif;
  font-weight: 700;
}
#knowledgebase section.light-grey {
  background-color: #f3f3f3;
}
#knowledgebase section.light-grey .btn {
  color: #fff !important;
  font-weight: 500 !important;
}
#knowledgebaseform .modal-close {
  background-color: transparent;
  border: none;
}
#knowledgebaseform .input-group-text {
  background: #fff;
  color: #787469;
  border-color: #dbdbdb;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
}
#knowledgebaseform .form-control {
  border-color: #dbdbdb;
  caret-color: #5caa59;
  color: #787469;
}
#knowledgebaseform select.form-control:not([size]):not([multiple]),
#knowledgebaseform div.form-control:not([size]):not([multiple]),
#knowledgebaseform a.form-control:not([size]):not([multiple]) {
  color: #787469;
}
#knowledgebaseform .input-group input {
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}
#knowledgebaseform .input-group .right-border {
  border-right: 1px solid #dbdbdb;
}
#knowledgebaseform .optional {
  color: #9e9e9e;
}
#knowledgebaseform .form-group .checkbox:before {
  background: white;
  border: solid 1px #dbdbdb;
}
#knowledgebaseform .modal-content {
  border: solid 1px #dbdbdb;
}
#knowledgebaseform .modal-close i {
  font-size: 24px;
  color: #787469;
}
#knowledgebaseform .modal-body {
  background-color: #fff;
}
#knowledgebaseform .modal-body h4,
#knowledgebaseform .modal-body h5 {
  text-transform: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
#knowledgebaseform .form-group .checkbox label.selected:after {
  color: #b8d118 !important;
}
.brandPanel {
  color: #b8d118;
}
body.modal-open .ui-widget {
  font-family: 'Roboto', sans-serif;
  color: #787469;
  font-weight: 400;
}
body.modal-open .ui-widget.ui-widget-content {
  border: solid 1px #dbdbdb;
}
body.modal-open .ui-widget-header {
  border: 1px solid #dbdbdb;
  background: #f3f3f3;
  color: #787469;
  font-weight: normal;
}
body.modal-open .ui-datepicker th {
  font-weight: normal;
}
body.modal-open .ui-widget-content {
  color: #787469;
}
body.modal-open .ui-state-default,
body.modal-open .ui-widget-content .ui-state-default,
body.modal-open .ui-widget-header .ui-state-default,
body.modal-open .ui-button,
body.modal-open html .ui-button.ui-state-disabled:hover,
body.modal-open html .ui-button.ui-state-disabled:active {
  border: 1px solid #dbdbdb;
  background: #fff;
  color: #787469;
}
body.modal-open .ui-state-highlight,
body.modal-open .ui-widget-content .ui-state-highlight,
body.modal-open .ui-widget-header .ui-state-highlight {
  border: 1px solid #e5f1e4;
  background: #e5f1e4;
  color: #787469;
}
body.modal-open .ui-state-active,
body.modal-open .ui-widget-content .ui-state-active,
body.modal-open .ui-widget-header .ui-state-active,
body.modal-open a.ui-button:active,
body.modal-open .ui-button:active,
body.modal-open .ui-button.ui-state-active:hover {
  border: 1px solid #5caa59;
  background: #5caa59;
  color: #fff;
}
body.modal-open .ui-state-hover,
body.modal-open .ui-widget-content .ui-state-hover,
body.modal-open .ui-widget-header .ui-state-hover,
body.modal-open .ui-state-focus,
body.modal-open .ui-widget-content .ui-state-focus,
body.modal-open .ui-widget-header .ui-state-focus {
  background: #f3f3f3;
}