﻿@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYaalmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v48/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjalmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLm111lEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLDD4V1s.ttf) format('truetype');
}
body {
  background-color: #fff;
  color: #424242;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  /* Medium screen & Bigger */
}
body h1 {
  font-family: 'Poppins', sans-serif;
  color: #424242;
  font-weight: 800;
}
body h2,
body h3,
body h4,
body h5 {
  font-family: 'Roboto', sans-serif;
  color: #424242;
  font-weight: 500;
}
body .StarPanelIntro {
  margin-bottom: 20px;
}
body .reevooHeader {
  margin-bottom: 24px;
}
body .reviewBlock {
  margin-bottom: 18px;
}
@media (max-width: 992px) {
  body .reviewBlock {
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  body .reviewBlock {
    margin-bottom: 6px;
  }
}
body .nohero h1 {
  font-size: 28px;
  line-height: 1.43;
  margin: 0 0 8px 0;
}
@media (min-width: 992px) {
  body .nohero h1 {
    font-size: 32px;
    line-height: 1.5;
  }
}
body .nohero p {
  font-size: 16px;
}
body a {
  color: #424242;
  text-decoration: none;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
body a:hover,
body a:active,
body a:focus {
  text-decoration: underline;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
body p {
  font-weight: normal;
}
body #MainNav {
  height: 80px !important;
  background-color: #173336;
  /* Extra small screen and smaller */
  /* Small screen and smaller */
}
@media (max-width: 767px) {
  body #MainNav {
    height: 80px !important;
  }
}
@media (max-width: 991px) {
  body #MainNav {
    padding: 0;
    position: relative !important;
  }
}
body #MainNav .logo {
  background-image: url('https://files.holidaycottages.co.uk/docs/glampingstays/logo.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  line-height: 43px;
  font-weight: 900;
  -webkit-transition: background 500ms ease 1ms;
  -moz-transition: background 500ms ease 1ms;
  -o-transition: background 500ms ease 1ms;
  transition: background 500ms ease 1ms;
  width: 194px;
  height: 32px;
  margin-top: 22px;
  margin-left: 0;
}
@media (min-width: 375px) {
  body #MainNav .logo {
    height: 40px;
    width: 240px;
  }
}
@media (min-width: 768px) {
  body #MainNav .logo {
    height: 45px;
    width: 270px;
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  body #MainNav .logo {
    height: 32px;
    width: 200px;
    margin-top: 27px;
  }
}
@media (min-width: 1200px) {
  body #MainNav .logo {
    height: 43px;
    width: 270px;
    margin-top: 22px;
  }
}
body #MainNav ul li {
  line-height: 80px;
  height: 80px;
}
@media (min-width: 992px) {
  body #MainNav ul li {
    padding-left: 6px;
  }
}
@media (min-width: 1200px) {
  body #MainNav ul li {
    padding-left: 12px;
  }
}
body #MainNav ul li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 72px;
  height: 80px;
}
@media (min-width: 1200px) {
  body #MainNav ul li a {
    font-size: 16px;
  }
}
body #MainNav ul li a i {
  display: none;
}
body #MainNav ul li a .icon-wishlist {
  color: #e28844;
}
body #MainNav ul li a:hover,
body #MainNav ul li a:focus {
  border-top: 5px solid #e28844;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body #MainNav ul li.lastminute {
    display: none;
  }
}
@media (min-width: 992px) {
  body #MainNav ul li.letwithus {
    padding-left: 10px;
  }
}
@media (min-width: 1200px) {
  body #MainNav ul li.letwithus {
    padding-left: 24px;
  }
}
body #MainNav ul li.letwithus a {
  font-family: 'Roboto', sans-serif;
  line-height: 30px;
  height: 32px;
  background-color: #037A63;
  color: #fff;
  border-top: 0;
  border: 1px solid #037A63;
  border-radius: 2px;
  padding: 0 30px;
  font-weight: 500;
}
body #MainNav ul li.letwithus a:hover,
body #MainNav ul li.letwithus a:focus {
  border: 1px solid #025B4A;
  background-color: #025B4A;
}
body #MainNav ul li.callus {
  color: #fff;
}
body #MainNav ul li.callus .icon {
  color: #173336;
  padding-right: 5px;
  font-size: 18px;
}
body #MainNav ul .dropdown-backdrop {
  display: none;
}
body #MainNav ul.dropdown-menu {
  border-radius: 0;
  border: 1px solid #d4d4d4 !important;
  top: 85%;
}
body #MainNav ul.dropdown-menu:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  width: 30px;
  height: 15px;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAMCAYAAABvEu28AAAAAXNSR0IArs4c6QAAAQxJREFUKBWdkEtqw0AQREf5Ol/beO0DBJzvWhcVCLQQaKGFLqCtDpLga0hW6g3ToRNCSCIoV09P16PHWQghk/xnZ3N/Rz2nhnk8nqQmZkHvVtvYp3Bqxp6BLIB/lUFwQiY7Mz/zc0RHn9Xes2EYtlzmeb6XGeSQanNGIuhYfiqdSxfSpXTd9/3dNE2viJpeumOGWTJk4zI8z0OudL7tum4HYE4fNT3uJGY8LP5FZ2oupLiFfNm27f04jm8GMafHHTOSbUcWxgfkRvWqaZqH7yAexgyzEhkWABbXZN1VXdePP0E8jFkykj01rrmuqurpNxAPIyPQWuKpYVOW5fNfIB5GFkYoiuLlPxAPg/EOisJT3ckk/nwAAAAASUVORK5CYII=');
  background-repeat: no-repeat;
  margin-left: -28px;
}
body #MainNav ul.dropdown-menu li {
  padding-left: 0;
  width: 100%;
  line-height: 44px;
  height: 44px;
}
body #MainNav ul.dropdown-menu li a {
  display: block;
  line-height: 44px;
  height: 44px;
  cursor: pointer;
  color: #424242 !important;
  border-top: 0;
}
body #MainNav ul.dropdown-menu li a:hover {
  background-color: #f8f8f8;
  color: #424242 !important;
}
body #MainNav ul.dropdown-menu li .subdd {
  top: -1px;
  left: 100%;
  position: absolute;
}
body #MainNav ul.dropdown-menu li .subdd:after {
  display: none;
}
body #MainNav .menuicon {
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  position: absolute;
  right: 45px;
  padding-top: 19px;
  color: #ffffff;
  /* Extra small screen and smaller */
}
@media (max-width: 991px) {
  body #MainNav .menuicon {
    top: 20px;
  }
}
body #MainNav .menuicon:after {
  font-size: 21px;
  right: -38px;
  top: 5px;
  font-family: "Feather-Icons";
  content: '\e813';
}
@media (max-width: 767px) {
  body #MainNav .menuicon:after {
    right: -32px;
  }
}
body #MainNav .menuicon .text {
  display: none;
}
@media (min-width: 992px) {
  body #MainNav.menustuck {
    background-color: #173336;
    color: #424242;
    border: 0;
    height: 80px;
  }
  body #MainNav.menustuck .logo {
    color: #ffffff;
    background-image: url('https://files.holidaycottages.co.uk/docs/glampingstays/logo.svg');
  }
  body #MainNav.menustuck ul li.first {
    border-right: 1px solid #d4d4d4;
  }
  body #MainNav.menustuck ul li a {
    color: #ffffff;
  }
  body #MainNav.menustuck ul li a .icon-wishlist {
    color: #e28844;
  }
  body #MainNav.menustuck ul li.letwithus a {
    font-family: 'Roboto', sans-serif;
    background-color: #037A63;
    color: #fff !important;
    border: 1px solid #037A63;
  }
  body #MainNav.menustuck ul li.letwithus a:hover,
  body #MainNav.menustuck ul li.letwithus a:focus {
    border: 1px solid #025B4A;
    background-color: #025B4A;
  }
  body #MainNav.menustuck ul li.callus {
    color: #424242;
  }
  body #MainNav.menustuck .menuicon {
    color: #ffffff;
  }
  body #MainNav.menustuck .menuicon .menuicon-bar {
    background-color: #e28844;
  }
}
body #mm-my-menu {
  width: 100%;
}
body #mm-my-menu.mm-opened {
  background-color: #0E1F21;
  color: #fff;
}
body #mm-my-menu.mm-opened .mm-navbar {
  text-align: left;
  height: 50px;
  position: absolute;
  width: 50px;
  right: 0;
  left: inherit;
}
body #mm-my-menu.mm-opened .mm-navbar .mm-close {
  color: #fff;
  right: 20px;
  top: 20px;
}
body #mm-my-menu.mm-opened .mm-navbar .mm-close:after {
  font-family: "Feather-Icons";
  content: '\e808';
  font-size: 24px;
  color: #fff;
}
body #mm-my-menu.mm-opened .mm-navbar .mm-title {
  display: none;
}
body #mm-my-menu.mm-opened .mm-panels {
  top: 0;
  margin-top: 0 !important;
  z-index: 2;
}
body #mm-my-menu.mm-opened .mm-panels .mm-panel:first-child {
  margin-top: 60px;
}
body #mm-my-menu.mm-opened .mm-panels {
  margin-top: 20px;
}
body #mm-my-menu.mm-opened .mm-panels a {
  color: #fff;
  background-color: #0E1F21;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  /* Extra small screen and smaller */
  margin-top: 0;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  body #mm-my-menu.mm-opened .mm-panels a {
    margin-left: 41px;
  }
}
body #mm-my-menu.mm-opened .mm-panels a i {
  display: none;
  color: #e28844;
  margin-right: 10px;
}
body #mm-my-menu.mm-opened .mm-panels .mm-listview > li:not(.mm-divider):after {
  border-bottom: 0;
}
body #mm-my-menu.mm-opened .mm-panels .mm-listview .mm-next {
  width: 100%;
  background-color: transparent;
}
body #mm-my-menu.mm-opened .mm-panels .mm-listview .mm-next:before {
  border: 0;
}
body #mm-my-menu.mm-opened .mm-panels .mm-arrow:after,
body #mm-my-menu.mm-opened .mm-panels .mm-next:after {
  border-color: #fff;
}
body #mm-my-menu.mm-opened .mm-prev {
  width: 100%;
  padding-top: 24px !important;
}
body #mm-my-menu.mm-opened .mm-prev:before {
  top: 26px;
  border-color: #fff;
  left: 18px;
}
body #mm-my-menu.mm-opened .mm-prev:after {
  content: "Back";
  margin-left: 20px;
  top: 20px;
}
body #mm-my-menu.mm-opened .mm-listview.dropdown-menu {
  position: absolute;
  top: 90px;
  left: 20px;
  width: 100%;
  border: 0;
  box-shadow: none;
  background-color: #0E1F21;
}
@media (max-width: 479px) {
  body #MainContent_HeroPanel {
    height: 507px !important;
  }
}
@media (min-width: 480px) {
  body #MainContent_HeroPanel {
    height: 500px !important;
  }
}
@media (min-width: 992px) and (max-width: 1919px) {
  body #MainContent_HeroPanel {
    height: 500px !important;
  }
}
@media (min-width: 1920px) {
  body #MainContent_HeroPanel {
    height: auto !important;
  }
}
body #Hero {
  background-color: transparent;
  overflow: hidden;
  width: 100% !important;
}
@media (max-width: 479px) {
  body #Hero {
    height: 430px !important;
  }
}
@media (min-width: 480px) {
  body #Hero {
    height: 500px !important;
  }
}
@media (min-width: 992px) and (max-width: 1919px) {
  body #Hero {
    height: 500px !important;
  }
}
@media (min-width: 1920px) {
  body #Hero {
    height: auto !important;
  }
}
body #Hero img {
  margin-top: 78px;
  width: 100% !important;
  object-fit: cover;
}
@media (max-width: 479px) {
  body #Hero img {
    height: 375px !important;
  }
}
@media (min-width: 480px) {
  body #Hero img {
    margin-top: 0;
    height: 500px !important;
  }
}
@media (min-width: 992px) and (max-width: 1919px) {
  body #Hero img {
    height: 500px !important;
  }
}
@media (max-width: 1919px) {
  body #Hero img {
    min-height: 375px;
    max-width: inherit !important;
    position: relative !important;
    left: 50% !important;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0) !important;
  }
}
@media (min-width: 1920px) {
  body #Hero img {
    height: 500px !important;
  }
}
body #Hero .caption h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  body #Hero .caption h1 {
    font-size: 40px;
    line-height: 1.2;
  }
}
body .btn {
  background-color: #e28844;
  box-shadow: none;
  font-family: 'Roboto', sans-serif;
  border-radius: 0;
  border: 1px solid #e28844;
  font-weight: 500;
  font-size: 16px;
  padding: 10px 12px;
  border-radius: 2px;
  color: #173336;
}
body .btn.search {
  background-color: #e28844;
  font-weight: 400;
  color: #173336;
}
body .btn:hover,
body .btn:focus {
  background-color: rgba(226, 136, 68, 0.8);
  border: 1px solid rgba(226, 136, 68, 0.8);
  box-shadow: none;
  top: 0;
  color: #173336;
}
body .btn:hover.search,
body .btn:focus.search {
  box-shadow: none;
  color: #173336;
}
body .btnlink {
  background-color: #e28844;
  color: #173336 !important;
  border: 1px solid #e28844;
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
  margin-top: 24px;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 500;
  padding: 3px 24px;
}
body .btnlink.btnlink:hover,
body .btnlink.btnlink:focus {
  background-color: rgba(226, 136, 68, 0.8);
  border: 1px solid rgba(226, 136, 68, 0.8);
  top: 0px !important;
  color: #173336;
}
body .btnlink.invert {
  border: 1px solid #424242;
  color: #424242;
}
body .footerout {
  background-color: #173336;
}
body .footerout #Footer {
  background-color: #173336;
  text-align: center;
  padding: 60px 0 32px 0;
}
@media (min-width: 768px) {
  body .footerout #Footer {
    text-align: left;
  }
}
body .footerout #Footer p {
  font-size: 16px !important;
  margin-bottom: 12px;
  color: #ffffff;
}
body .footerout #Footer .title {
  font-family: 'Roboto', sans-serif;
  color: #ffffff;
  font-size: 20px !important;
  text-align: center;
  padding: 0;
  font-weight: 500;
}
@media (min-width: 768px) {
  body .footerout #Footer .title {
    text-align: left;
  }
}
body .footerout #Footer a {
  color: #ffffff;
}
body .footerout #Footer .useful {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  body .footerout #Footer .useful {
    margin-bottom: 0;
  }
}
body .footerout #Footer .social {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 40px;
  text-align: center;
}
@media (min-width: 768px) {
  body .footerout #Footer .social {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 768px) {
  body .footerout #Footer .social {
    margin-top: 0;
    text-align: right;
  }
}
body .footerout #Footer .social .logo {
  background-image: url('https://files.holidaycottages.co.uk/docs/glampingstays/logo.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  display: inline-block;
  height: 60px;
  width: 350px;
  /* Extra small screen and smaller */
  /* Small screen and smaller */
}
@media (max-width: 767px) {
  body .footerout #Footer .social .logo {
    height: 32px;
    width: 180px;
  }
}
@media (max-width: 1199px) {
  body .footerout #Footer .social .logo {
    height: 50px;
    width: 225px;
  }
}
body .footerout #Footer .social p {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
}
body .footerout #Footer .social p.socialicons {
  margin-top: 30px;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  body .footerout #Footer .social p.socialicons {
    margin-top: 83px;
  }
}
body .footerout #Footer .social p.socialicons a i {
  font-size: 26px;
  color: #ffffff;
  margin: 0 15px;
}
@media (min-width: 992px) {
  body .footerout #Footer .social p.socialicons a i {
    margin-left: 25px;
  }
}
body .footerout #Footer .social p.socialicons a i:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  body .footerout #Footer .social p.socialicons a i.feathericon-facebook {
    margin-left: 0;
  }
}
body .PoweredBy {
  background-color: #173336;
  color: #ffffff;
  padding: 0 0 32px 0;
}
@media (min-width: 768px) {
  body .PoweredBy {
    padding: 20px 0;
  }
}
body .PoweredBy a {
  color: #ffffff;
}
body .right-PoweredBy {
  font-size: 12px;
  border: solid 1px #d4d4d4;
  margin-bottom: 32px;
  padding: 8px;
}
@media (min-width: 992px) {
  body .right-PoweredBy {
    margin-bottom: 24px;
  }
}
body .right-PoweredBy img {
  width: 17px !important;
  margin-left: 11px;
  margin-right: 5px;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
}
body .right-PoweredBy span {
  color: #424242;
  font-family: Roboto;
  font-weight: 600;
}
body #insuranceDisclaimer {
  padding-top: 20px;
}
body #insuranceDisclaimer,
body .legalDisclaimer {
  background-color: #0E1F21;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
@media (min-width: 768px) {
  body #insuranceDisclaimer,
  body .legalDisclaimer {
    text-align: left;
  }
}
body .cc-window {
  font-family: 'Roboto', sans-serif !important;
  border-color: #d4d4d4 !important;
}
body .cc-window .cc-message {
  color: #424242 !important;
}
body .cc-window .cc-message h4 {
  color: #424242 !important;
  text-transform: none;
}
body .cc-window .cc-link {
  color: #173336 !important;
}
body .cc-window .cc-btn:before {
  color: #424242;
}
body .cc-window .cc-btn:hover,
body .cc-window .cc-btn:focus,
body .cc-window .cc-btn:active {
  color: #424242 !important;
}
body .lg-outer .lg-thumb-item.active,
body .lg-outer .lg-thumb-item:hover {
  border-color: #e28844 !important;
}
body .lg-progress-bar .lg-progress {
  background-color: #e28844 !important;
}
body .lg-close:after {
  font-family: "Feather-Icons" !important;
  content: '\e808' !important;
  font-size: 26px;
}
body .lg-actions .lg-next:hover,
body .lg-actions .lg-prev:hover {
  color: #e28844 !important;
}
body .lg-actions .lg-prev:after {
  font-family: "Feather-Icons";
  content: '\e805';
}
body .lg-actions .lg-next:before {
  font-family: "Feather-Icons";
  content: '\e807';
}
body .lg-outer .lg-toogle-thumb:hover {
  color: #e28844 !important;
}
body .lg-toolbar .lg-icon:hover {
  color: #e28844 !important;
}
body .modal-backdrop {
  background-color: #424242;
}
body .modal-backdrop.in {
  opacity: 0.7;
}
body .ajax__validatorcallout_error_message_cell {
  color: #424242 !important;
  font-family: 'Roboto', sans-serif !important;
}
body input::-ms-clear,
body input::-ms-reveal {
  display: none;
}
.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/glampingstays/logo.svg');
}
@media (min-width: 992px) {
}
.homepage #MainNav.menustuck .logo {
  background-image: url('https://files.holidaycottages.co.uk/docs/glampingstays/logo.svg');
}
@media (min-width: 992px) {
  .homepage #MainNav.menustuck .logo {
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .homepage #MainContent_HeroPanel {
    height: 435px !important;
  }
}
@media (min-width: 768px) {
  .homepage #MainContent_HeroPanel {
    height: 560px !important;
  }
}
@media (min-width: 992px) {
  .homepage #MainContent_HeroPanel {
    height: 580px !important;
  }
}
@media (min-width: 1200px) {
  .homepage #MainContent_HeroPanel {
    height: 680px !important;
  }
}
@media (min-width: 1920px) {
  .homepage #MainContent_HeroPanel {
    height: 680px !important;
  }
}
.homepage #Hero {
  max-height: 800px;
  overflow: hidden;
  height: auto !important;
  /* Small screen and smaller */
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .homepage #Hero {
    height: 435px !important;
  }
}
.homepage #Hero img {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .homepage #Hero img {
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .homepage #Hero img {
    margin-top: 80px;
    height: 600px !important;
  }
}
@media (min-width: 1720px) and (max-width: 1919px) {
  .homepage #Hero img {
    width: 100% !important;
  }
}
@media (min-width: 1920px) {
  .homepage #Hero img {
    height: 600px !important;
  }
}
@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: 54%;
  transform: translate(0, -50%);
}
.homepage #Hero .caption h1 {
  display: block;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 35px;
  display: inline-block;
  line-height: 1.14;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 800;
  text-shadow: 0px 1px 2px rgba(66, 66, 66, 0.8);
}
@media (min-width: 992px) {
  .homepage #Hero .caption h1 {
    font-size: 46px;
    line-height: 1.44;
  }
}
@media (min-width: 1200px) {
  .homepage #Hero .caption h1 {
    font-size: 50px;
    line-height: 1.44;
  }
}
.homepage #Hero .caption p {
  color: #fff;
  margin-top: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .homepage #Hero .caption p {
    font-size: 19px;
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) {
  .homepage #Hero .caption p {
    font-size: 19px;
    margin-bottom: 16px;
  }
}
@media (min-width: 1200px) {
  .homepage #Hero .caption p {
    font-size: 24px;
  }
}
.homepage #Hero .caption p.mobsearch {
  display: none;
}
.homepage #Hero .caption p.sitetitle {
  display: block;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 35px;
  display: inline-block;
  line-height: 1.14;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 500;
  text-shadow: 0px 1px 2px rgba(66, 66, 66, 0.8);
}
@media (min-width: 992px) {
  .homepage #Hero .caption p.sitetitle {
    font-size: 46px;
    line-height: 1.44;
  }
}
@media (min-width: 1200px) {
  .homepage #Hero .caption p.sitetitle {
    font-size: 50px;
    line-height: 1.44;
  }
}
.homepage #Hero .caption p.strapline {
  text-shadow: 0px 1px 2px rgba(66, 66, 66, 0.8);
}
.homepage #Hero .caption p .btn {
  display: inline !important;
  position: relative;
  top: 32px;
  padding: 12px 32px;
  border: solid 1px #e28844;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  background-color: #e28844;
  color: #173336;
}
.homepage #Hero .caption p .btn:hover {
  background-color: rgba(226, 136, 68, 0.8);
  border-color: rgba(226, 136, 68, 0.8);
  color: #173336;
}
@media (min-width: 768px) and (max-width: 991px) {
  .homepage #introbanner {
    overflow: hidden;
  }
}
@media (min-width: 768px) {
  .homepage #introbanner {
    background-color: #f8f8f8;
    padding: 32px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .homepage #introbanner .container {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .homepage #introbanner .container .about-introbanner-container {
    padding: 0 9px;
  }
}
.homepage #introbanner i,
.homepage #introbanner em {
  float: left;
  margin: 0 20px 0 0;
  font-size: 48px;
  color: #e28844;
  width: 48px;
}
.homepage #introbanner img {
  float: left;
  margin: 0 12px 20px 0;
  width: auto;
  max-width: unset;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .homepage #introbanner img {
    margin-bottom: 55px;
  }
}
.homepage #introbanner img.icon1 {
  width: 48px;
}
.homepage #introbanner img.icon2 {
  width: 48px;
}
.homepage #introbanner img.icon3 {
  width: 48px;
}
.homepage #introbanner img.icon4 {
  width: 48px;
}
.homepage #introbanner p {
  margin: 0;
  line-height: 1.33;
  color: #424242;
}
@media (min-width: 992px) {
  .homepage #introbanner p:first-of-type {
    margin-bottom: 4px !important;
  }
}
@media (min-width: 768px) {
  .homepage #introbanner p {
    font-size: 13px !important;
    line-height: 1.57 !important;
  }
}
@media (min-width: 992px) {
  .homepage #introbanner p {
    font-size: 14px !important;
  }
}
.homepage #introbanner p strong {
  font-weight: 500 !important;
}
@media (min-width: 992px) {
  .homepage #introbanner p strong {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  .homepage #introbanner {
    padding: 0;
  }
}
.homepage .driverheader {
  padding: 0 15px 16px 15px;
  text-align: left;
}
@media (min-width: 992px) {
  .homepage .driverheader {
    padding: 40px 0 32px 0;
    text-align: center;
  }
}
.homepage .driverheader h2 {
  margin: 0;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.33;
}
@media (max-width: 991px) {
  .homepage .driverheader h2 {
    margin-top: 0;
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .homepage .driverheader h2 {
    font-size: 24px;
    line-height: 1.33;
    margin-bottom: 10px;
  }
}
@media (min-width: 1200px) {
  .homepage .driverheader h2 {
    font-size: 24px;
  }
}
.homepage .driverheader.with-border h2 {
  border-top: solid 1px #d4d4d4;
  padding-top: 37px;
}
@media (min-width: 992px) {
  .homepage .driverheader.with-border h2 {
    border-top: none;
    padding-top: 0;
  }
}
.homepage .driverheader p {
  color: #424242;
  display: none;
  margin: 0;
  line-height: 1.5;
  font-size: 16px;
}
@media (min-width: 992px) {
  .homepage .driverheader p {
    display: block;
  }
}
@media (min-width: 992px) {
  .homepage .driverheader.regionsdriver {
    padding: 80px 0 30px 0;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .homepage .driverheader.regionsdriver h2 {
    border-top: none;
    margin-top: 0;
    padding-top: 40px;
  }
}
.homepage .homebg {
  background-color: #fff;
}
.homepage .homebg .DriverLayout15 .driverinset {
  /* Medium screen & Bigger */
  /* Medium screen & Bigger */
}
.homepage .homebg .DriverLayout15 .driverinset .driver {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .homepage .homebg .DriverLayout15 .driverinset .driver {
    background-size: 100% 100%;
  }
}
@media (min-width: 992px) {
  .homepage .homebg .DriverLayout15 .driverinset .driver:hover,
  .homepage .homebg .DriverLayout15 .driverinset .driver:focus {
    background-size: 100% 100%;
  }
}
@media (max-width: 991px) {
  .homepage .homebg .DriverLayout15 .driverinset .homedrivers-wrapper {
    height: 240px;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .homepage .homebg .DriverLayout15 .driverinset .homedrivers-wrapper .homecarousel {
    height: 313px;
    margin-left: 15px;
  }
}
@media (max-width: 767px) {
  .homepage .homebg .DriverLayout15 .driverinset .homedrivers-wrapper .homecarousel {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  .homepage .homebg .DriverLayout15 .driverinset .homedrivers-wrapper .homecarousel .homedrivers-container {
    padding-bottom: 70px;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    overflow-y: hidden;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .homepage .homebg .DriverLayout15 .driverinset .homedrivers-wrapper .homecarousel .homedrivers-container .item {
    float: none;
    display: inline-block;
    white-space: normal;
    text-align: left;
    vertical-align: top;
    width: 220px;
    padding: 0;
    margin-right: 30px;
    margin-top: 0;
    margin-left: 0;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .homepage .homebg .DriverLayout15 .driverinset .driver .drivertext,
  .homepage .homebg .DriverLayout15 .driverfull .driver .drivertext {
    padding-top: 219px;
    text-align: left;
  }
}
@media (max-width: 991px) {
  .homepage .homebg .DriverLayout15 .driverinset .driver .drivertext .inner,
  .homepage .homebg .DriverLayout15 .driverfull .driver .drivertext .inner {
    position: relative;
    bottom: 60px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
  }
}
.homepage .homebg .DriverLayout15 .driverinset .driver .drivertext .inner h3,
.homepage .homebg .DriverLayout15 .driverfull .driver .drivertext .inner h3 {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.25 !important;
}
@media (min-width: 992px) {
  .homepage .homebg .DriverLayout15 .driverinset .driver .drivertext .inner h3,
  .homepage .homebg .DriverLayout15 .driverfull .driver .drivertext .inner h3 {
    font-size: 24px;
    margin: 0 60px 12px 60px !important;
  }
}
@media (max-width: 991px) {
  .homepage .homebg .DriverLayout15 .driverinset .driver .drivertext .inner h3,
  .homepage .homebg .DriverLayout15 .driverfull .driver .drivertext .inner h3 {
    color: #fff !important;
  }
}
.homepage .homebg .DriverLayout15 .driverinset .driver .drivertext .inner h3 span,
.homepage .homebg .DriverLayout15 .driverfull .driver .drivertext .inner h3 span {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.homepage .homebg .DriverLayout15 .driverinset .driver .drivertext .inner p,
.homepage .homebg .DriverLayout15 .driverfull .driver .drivertext .inner p {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
@media (max-width: 991px) {
  .homepage .homebg .DriverLayout15 .driverinset .driver .drivertext .inner p.driverbtn,
  .homepage .homebg .DriverLayout15 .driverfull .driver .drivertext .inner p.driverbtn {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .homepage .homebg .DriverLayout15 .driverinset .driver .drivertext .inner p.driverbtn span,
  .homepage .homebg .DriverLayout15 .driverfull .driver .drivertext .inner p.driverbtn span {
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
    background-color: #e28844;
    border-color: #e28844;
    color: #173336;
  }
}
.homepage .homebg .DriverLayout15 .driverinset .driver .drivertext:hover,
.homepage .homebg .DriverLayout15 .driverfull .driver .drivertext:hover,
.homepage .homebg .DriverLayout15 .driverinset .driver .drivertext:focus,
.homepage .homebg .DriverLayout15 .driverfull .driver .drivertext:focus {
  /* Medium screen & Bigger */
}
@media (min-width: 992px) {
  .homepage .homebg .DriverLayout15 .driverinset .driver .drivertext:hover,
  .homepage .homebg .DriverLayout15 .driverfull .driver .drivertext:hover,
  .homepage .homebg .DriverLayout15 .driverinset .driver .drivertext:focus,
  .homepage .homebg .DriverLayout15 .driverfull .driver .drivertext:focus {
    opacity: 0.85;
    background-color: rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.3);
  }
}
.homepage .homebg .DriverLayout15 .driverinset .driver .drivertext:hover .inner h3,
.homepage .homebg .DriverLayout15 .driverfull .driver .drivertext:hover .inner h3,
.homepage .homebg .DriverLayout15 .driverinset .driver .drivertext:focus .inner h3,
.homepage .homebg .DriverLayout15 .driverfull .driver .drivertext:focus .inner h3 {
  color: #fff;
}
.homepage .homebg .DriverLayout15 .driverinset .driver .drivertext:hover .inner h3 span,
.homepage .homebg .DriverLayout15 .driverfull .driver .drivertext:hover .inner h3 span,
.homepage .homebg .DriverLayout15 .driverinset .driver .drivertext:focus .inner h3 span,
.homepage .homebg .DriverLayout15 .driverfull .driver .drivertext:focus .inner h3 span {
  display: none;
}
.homepage .homebg .DriverLayout15 .driverinset .driver .drivertext:hover .inner p,
.homepage .homebg .DriverLayout15 .driverfull .driver .drivertext:hover .inner p,
.homepage .homebg .DriverLayout15 .driverinset .driver .drivertext:focus .inner p,
.homepage .homebg .DriverLayout15 .driverfull .driver .drivertext:focus .inner p {
  color: #fff;
  width: auto !important;
  margin: 0 60px !important;
}
.homepage .homebg .DriverLayout15 .driverinset .driver .drivertext:hover .inner p .btnlink,
.homepage .homebg .DriverLayout15 .driverfull .driver .drivertext:hover .inner p .btnlink,
.homepage .homebg .DriverLayout15 .driverinset .driver .drivertext:focus .inner p .btnlink,
.homepage .homebg .DriverLayout15 .driverfull .driver .drivertext:focus .inner p .btnlink {
  margin-top: 20px !important;
  background-color: #e28844;
  border-color: #e28844;
  color: #173336;
}
.homepage .homebg.inspirationdrivers {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .homepage .homebg.inspirationdrivers {
    margin-bottom: 40px;
  }
}
.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 */
}
@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;
  }
}
@media (max-width: 991px) {
  .homepage .homebg.inspirationdrivers .DriverLayout15 .driverinset .homedrivers-wrapper {
    height: 344px;
  }
}
@media (max-width: 991px) {
  .homepage .homebg.inspirationdrivers .DriverLayout15 .driverinset .homedrivers-wrapper .homecarousel {
    height: 470px;
  }
}
.homepage .homebg.inspirationdrivers .DriverLayout15 .driverinset,
.homepage .homebg.inspirationdrivers .DriverLayout15 .driverfull {
  /* Medium screen & Bigger */
  /* Medium screen & Bigger */
}
.homepage .homebg.inspirationdrivers .DriverLayout15 .driverinset .driver,
.homepage .homebg.inspirationdrivers .DriverLayout15 .driverfull .driver {
  height: 304px;
  background-size: 220px 304px;
}
@media (min-width: 992px) {
  .homepage .homebg.inspirationdrivers .DriverLayout15 .driverinset .driver,
  .homepage .homebg.inspirationdrivers .DriverLayout15 .driverfull .driver {
    background-size: auto;
    background-position: center;
    height: 497px;
  }
}
@media (max-width: 991px) {
  .homepage .homebg.inspirationdrivers .DriverLayout15 .driverinset .driver .drivertext,
  .homepage .homebg.inspirationdrivers .DriverLayout15 .driverfull .driver .drivertext {
    padding-top: 304px;
    text-align: left;
  }
}
@media (min-width: 992px) {
  .homepage .homebg.inspirationdrivers .DriverLayout15 .driverinset .driver,
  .homepage .homebg.inspirationdrivers .DriverLayout15 .driverfull .driver {
    background-size: 100% 100%;
  }
}
@media (min-width: 992px) {
  .homepage .homebg.inspirationdrivers .DriverLayout15 .driverinset .driver:hover,
  .homepage .homebg.inspirationdrivers .DriverLayout15 .driverfull .driver:hover,
  .homepage .homebg.inspirationdrivers .DriverLayout15 .driverinset .driver:focus,
  .homepage .homebg.inspirationdrivers .DriverLayout15 .driverfull .driver:focus {
    background-size: 100% 100%;
  }
}
.homepage .homebg.regionsdrivers .DriverLayout15 {
  /* Medium screen & Bigger */
}
@media (min-width: 992px) {
  .homepage .homebg.regionsdrivers .DriverLayout15 .item.item0,
  .homepage .homebg.regionsdrivers .DriverLayout15 .item.item1 {
    width: 50%;
  }
  .homepage .homebg.regionsdrivers .DriverLayout15 .item.item0 .driver .drivertext:hover .inner p,
  .homepage .homebg.regionsdrivers .DriverLayout15 .item.item1 .driver .drivertext:hover .inner p {
    display: block;
  }
}
.homepage .featuredproperties {
  background-color: #fff;
}
@media (min-width: 992px) {
  .homepage .featuredproperties .title {
    text-align: center;
    padding-bottom: 32px;
  }
}
.homepage .featuredproperties .title h2 {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.33;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .homepage .featuredproperties .title h2 {
    border-top: solid 1px #d4d4d4;
    font-size: 24px;
    line-height: 1.67;
    border-top: none;
    padding-top: 0;
    margin-bottom: 10px;
  }
}
.homepage .featuredproperties .title p {
  color: #424242;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .homepage .featuredproperties .title p {
    display: none;
  }
}
.homepage #featured-cottages3 {
  margin-bottom: 70px;
  /* Small screen and smaller */
  /* Extra-small screen and smaller */
}
@media (max-width: 991px) {
  .homepage #featured-cottages3 {
    margin-bottom: 12px;
  }
}
.homepage #featured-cottages3 .property {
  margin-bottom: 0;
}
.homepage #featured-cottages3 .property:hover .pbg,
.homepage #featured-cottages3 .property:focus .pbg {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.homepage #featured-cottages3 .property .propimage {
  max-height: 165px;
}
@media (min-width: 992px) {
  .homepage #featured-cottages3 .property .propimage {
    max-height: 195px;
  }
}
@media (min-width: 1200px) {
  .homepage #featured-cottages3 .property .propimage {
    max-height: 240px;
  }
}
.homepage #featured-cottages3 .property .propimage .caption {
  display: none;
}
.homepage #featured-cottages3 .property .propimage:hover,
.homepage #featured-cottages3 .property .propimage:focus {
  /* Small screen and smaller */
}
@media (max-width: 991px) {
  .homepage #featured-cottages3 .property .propimage:hover,
  .homepage #featured-cottages3 .property .propimage:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.homepage #featured-cottages3 .property .propinfo {
  text-align: left;
  font-weight: normal;
  font-size: 16px;
}
.homepage #featured-cottages3 .property .propinfo a {
  color: #424242;
}
.homepage #featured-cottages3 .property .propinfo a:hover h3,
.homepage #featured-cottages3 .property .propinfo a:focus h3 {
  color: #424242;
}
.homepage #featured-cottages3 .property .propinfo:hover h3 {
  text-decoration: underline;
}
@media (min-width: 992px) {
  .homepage #featured-cottages3 .property .propinfo .propname {
    text-align: center;
  }
}
.homepage #featured-cottages3 .property .propinfo .propname h3 {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.33;
  color: #424242;
  text-transform: initial;
  margin-top: 24px;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .homepage #featured-cottages3 .property .propinfo .propname h3 {
    font-size: 24px;
    line-height: 1.33;
  }
}
.homepage #featured-cottages3 .property .propinfo .propname p {
  color: #424242;
  margin-bottom: 8px;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .homepage #featured-cottages3 .property .propinfo .petssleeps {
    text-align: center;
  }
}
.homepage #featured-cottages3 .property .propinfo .petssleeps span.icontext {
  color: #424242;
}
.homepage #featured-cottages3 .property .propinfo .propinfosub {
  font-weight: 500;
}
.homepage #featured-cottages3 .property .propinfo .keyfeatures {
  display: none;
}
.homepage #featured-cottages3 .property .propinfo .prices {
  display: none;
  background: none;
  text-align: left;
  padding: 0;
  font-size: 15px;
  color: #424242;
  margin-top: 8px;
}
@media (min-width: 992px) {
  .homepage #featured-cottages3 .property .propinfo .prices {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .homepage #featured-cottages3 {
    height: 332px;
  }
  .homepage #featured-cottages3 .cottagelist-container {
    height: 340px;
  }
  .homepage #featured-cottages3 .cottagelist-container .property {
    width: 283px !important;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .homepage #featured-cottages3 .homecarousel .carouselcontrol {
    font-size: 40px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
.homepage .parallax-window {
  padding-top: 60px;
  padding-bottom: 100px;
  background-color: grey;
  background-size: cover;
  clear: both;
  font-size: 16px;
  /* Small screen and smaller */
}
.homepage .parallax-window h1,
.homepage .parallax-window h2 {
  font-size: 28px;
  line-height: 1.43;
  margin-top: 0;
  margin-bottom: 12px;
  color: #fff;
}
@media (min-width: 768px) {
  .homepage .parallax-window h1,
  .homepage .parallax-window h2 {
    font-size: 32px;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 24px;
  }
}
.homepage .parallax-window p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 12px;
}
.homepage .parallax-window p a {
  color: #fff;
  text-decoration: underline;
}
.homepage .parallax-window p.additional-content-btn a.btn {
  color: #173336;
  padding: 9px 23px;
  font-weight: 500;
  border-color: #e28844;
  background-color: #e28844;
}
.homepage .parallax-window p.additional-content-btn a.btn:hover {
  border-color: rgba(226, 136, 68, 0.8);
  background-color: rgba(226, 136, 68, 0.8);
  color: #173336;
}
.homepage .parallax-window p.additional-content-btn a.btn:active {
  background-color: rgba(226, 136, 68, 0.8);
  border-color: rgba(226, 136, 68, 0.8);
  color: #173336;
}
@media (max-width: 991px) {
  .homepage .parallax-window p a {
    color: #fff;
    text-decoration: underline;
  }
}
.homepage .additionalcontent h2 {
  color: #424242;
  font-size: 32px;
  line-height: 1.5;
  margin: 60px 0;
}
.homepage .additionalcontent h3 {
  color: #424242;
  font-size: 24px !important;
  line-height: 1.67 !important;
  margin-bottom: 24px !important;
}
.homepage .additionalcontent p {
  color: #424242;
  font-size: 16px !important;
}
.homepage .additionalcontent p.driver-btn a {
  font-family: 'Roboto', sans-serif;
  border: 1px solid #e28844;
  background-color: #e28844;
  font-weight: 500 !important;
  color: #173336;
  padding: 10px 30px !important;
  border-radius: 2px;
}
.homepage .additionalcontent p.driver-btn a:hover,
.homepage .additionalcontent p.driver-btn a:active {
  background-color: rgba(226, 136, 68, 0.8) !important;
  border-color: rgba(226, 136, 68, 0.8);
  text-decoration: none;
  color: #173336;
}
.searchpage #MainNav,
.searchpagerefiner #MainNav {
  background-color: #173336;
  border: 0;
  height: 80px;
  color: #ffffff;
}
.searchpage #MainNav .logo,
.searchpagerefiner #MainNav .logo {
  color: #ffffff;
  background-image: url('https://files.holidaycottages.co.uk/docs/glampingstays/logo.svg');
}
.searchpage #MainNav ul li.first,
.searchpagerefiner #MainNav ul li.first {
  border-right: 1px solid #d4d4d4;
}
.searchpage #MainNav ul li a,
.searchpagerefiner #MainNav ul li a {
  color: #ffffff;
}
.searchpage #MainNav ul li.letwithus a,
.searchpagerefiner #MainNav ul li.letwithus a {
  font-family: 'Roboto', sans-serif;
  background-color: #037A63;
  color: #fff !important;
  border: 1px solid #037A63;
}
.searchpage #MainNav ul li.letwithus a:hover,
.searchpagerefiner #MainNav ul li.letwithus a:hover,
.searchpage #MainNav ul li.letwithus a:focus,
.searchpagerefiner #MainNav ul li.letwithus a:focus {
  border: 1px solid #025B4A;
  background-color: #025B4A;
}
.searchpage #MainNav ul li.callus,
.searchpagerefiner #MainNav ul li.callus {
  color: #424242;
}
.searchpage #MainNav .menuicon,
.searchpagerefiner #MainNav .menuicon {
  color: #ffffff;
  /* Small screen and smaller */
  /* Extra small screen and smaller */
}
.searchpage #MainNav .menuicon .menuicon-bar,
.searchpagerefiner #MainNav .menuicon .menuicon-bar {
  background-color: #e28844;
}
@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 #d4d4d4;
  border-right: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  color: #424242;
}
.searchpage #MobTabSearch .mobpropcount,
.searchpagerefiner #MobTabSearch .mobpropcount {
  background-color: #f8f8f8;
}
.searchpage #MobTabSearch .mobsearch,
.searchpagerefiner #MobTabSearch .mobsearch {
  border-right: 1px solid #d4d4d4;
}
.searchpage #MobTabSearch a,
.searchpagerefiner #MobTabSearch a {
  color: #424242;
}
.searchpage .searchcount,
.searchpagerefiner .searchcount {
  color: #424242;
  font-weight: 400;
  display: inline-block;
  margin-left: 10px;
  /* Extra small screen and smaller */
}
@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: #fff !important;
  color: #424242;
}
.searchpage #SearchPanel .BChidden,
.searchpagerefiner #SearchPanel .BChidden,
.searchpage #filterselector .BChidden,
.searchpagerefiner #filterselector .BChidden,
.searchpage #mobfilterselector .BChidden,
.searchpagerefiner #mobfilterselector .BChidden {
  display: none;
}
.searchpage #SearchPanel .head,
.searchpagerefiner #SearchPanel .head,
.searchpage #filterselector .head,
.searchpagerefiner #filterselector .head,
.searchpage #mobfilterselector .head,
.searchpagerefiner #mobfilterselector .head {
  height: 60px;
  color: #fff;
  padding: 15px 15px 20px 17px;
  font-size: 24px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  background-color: #173336;
}
@media (max-width: 991px) {
  .searchpage #SearchPanel .head,
  .searchpagerefiner #SearchPanel .head,
  .searchpage #filterselector .head,
  .searchpagerefiner #filterselector .head,
  .searchpage #mobfilterselector .head,
  .searchpagerefiner #mobfilterselector .head {
    height: 80px;
    padding: 24px 15px 20px 17px;
    background-color: #0E1F21;
  }
}
.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: #424242;
}
.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: #424242;
  margin-right: 15px;
}
.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: -26px;
  right: 5px;
  color: #fff;
  line-height: 60px;
  padding: 0 !important;
  padding-top: 0;
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 991px) {
  .searchpage #SearchPanel .head a,
  .searchpagerefiner #SearchPanel .head a,
  .searchpage #filterselector .head a,
  .searchpagerefiner #filterselector .head a,
  .searchpage #mobfilterselector .head a,
  .searchpagerefiner #mobfilterselector .head a {
    height: 80px;
    line-height: 80px;
  }
}
.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: #424242;
  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: #f8f8f8;
}
.searchpage #SearchPanel .grouping,
.searchpagerefiner #SearchPanel .grouping,
.searchpage #filterselector .grouping,
.searchpagerefiner #filterselector .grouping,
.searchpage #mobfilterselector .grouping,
.searchpagerefiner #mobfilterselector .grouping {
  border-top-color: #f8f8f8;
  border-top-width: 12px;
}
.searchpage #SearchPanel .grouping.first,
.searchpagerefiner #SearchPanel .grouping.first,
.searchpage #filterselector .grouping.first,
.searchpagerefiner #filterselector .grouping.first,
.searchpage #mobfilterselector .grouping.first,
.searchpagerefiner #mobfilterselector .grouping.first {
  border-top-width: 5px;
}
.searchpage #SearchPanel .inner,
.searchpagerefiner #SearchPanel .inner,
.searchpage #filterselector .inner,
.searchpagerefiner #filterselector .inner,
.searchpage #mobfilterselector .inner,
.searchpagerefiner #mobfilterselector .inner {
  padding: 15px 15px 32px 15px;
  background-color: #f8f8f8;
  /* 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 {
  background-color: #fff;
  color: #424242;
}
.searchpage #SearchPanel .inner .dpicker #datepicker,
.searchpagerefiner #SearchPanel .inner .dpicker #datepicker,
.searchpage #filterselector .inner .dpicker #datepicker,
.searchpagerefiner #filterselector .inner .dpicker #datepicker,
.searchpage #mobfilterselector .inner .dpicker #datepicker,
.searchpagerefiner #mobfilterselector .inner .dpicker #datepicker {
  position: relative;
}
.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 {
  color: #424242;
  right: 10px;
  top: 8px;
  font-size: 10px;
  font-weight: bold;
}
.searchpage #SearchPanel .inner .dpicker .icon-remove:before,
.searchpagerefiner #SearchPanel .inner .dpicker .icon-remove:before,
.searchpage #filterselector .inner .dpicker .icon-remove:before,
.searchpagerefiner #filterselector .inner .dpicker .icon-remove:before,
.searchpage #mobfilterselector .inner .dpicker .icon-remove:before,
.searchpagerefiner #mobfilterselector .inner .dpicker .icon-remove:before {
  color: #424242;
}
.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: #173336;
}
.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: #424242;
}
.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: 40px;
  border: solid 1px #d4d4d4;
  font-size: 16px;
  font-weight: 400;
  padding: 0 16px;
  text-indent: 0;
}
.searchpage #SearchPanel .inner .propnamesearch input::-ms-clear,
.searchpagerefiner #SearchPanel .inner .propnamesearch input::-ms-clear,
.searchpage #filterselector .inner .propnamesearch input::-ms-clear,
.searchpagerefiner #filterselector .inner .propnamesearch input::-ms-clear,
.searchpage #mobfilterselector .inner .propnamesearch input::-ms-clear,
.searchpagerefiner #mobfilterselector .inner .propnamesearch input::-ms-clear,
.searchpage #SearchPanel .inner .propnamesearch input::-ms-reveal,
.searchpagerefiner #SearchPanel .inner .propnamesearch input::-ms-reveal,
.searchpage #filterselector .inner .propnamesearch input::-ms-reveal,
.searchpagerefiner #filterselector .inner .propnamesearch input::-ms-reveal,
.searchpage #mobfilterselector .inner .propnamesearch input::-ms-reveal,
.searchpagerefiner #mobfilterselector .inner .propnamesearch input::-ms-reveal {
  display: none;
}
.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: 8px;
  top: 4px;
  font-size: 22px;
  font-family: "Feather-Icons";
  content: '\e818';
}
.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 {
  right: 0;
  bottom: inherit;
  top: 0;
  background-color: #e28844;
  width: 40px;
  height: 40px;
  text-decoration: none;
}
.searchpage #SearchPanel .inner .propnamesearch .propnamesearchBut:active,
.searchpagerefiner #SearchPanel .inner .propnamesearch .propnamesearchBut:active,
.searchpage #filterselector .inner .propnamesearch .propnamesearchBut:active,
.searchpagerefiner #filterselector .inner .propnamesearch .propnamesearchBut:active,
.searchpage #mobfilterselector .inner .propnamesearch .propnamesearchBut:active,
.searchpagerefiner #mobfilterselector .inner .propnamesearch .propnamesearchBut:active,
.searchpage #SearchPanel .inner .propnamesearch .propnamesearchBut:hover,
.searchpagerefiner #SearchPanel .inner .propnamesearch .propnamesearchBut:hover,
.searchpage #filterselector .inner .propnamesearch .propnamesearchBut:hover,
.searchpagerefiner #filterselector .inner .propnamesearch .propnamesearchBut:hover,
.searchpage #mobfilterselector .inner .propnamesearch .propnamesearchBut:hover,
.searchpagerefiner #mobfilterselector .inner .propnamesearch .propnamesearchBut:hover,
.searchpage #SearchPanel .inner .propnamesearch .propnamesearchBut:focus,
.searchpagerefiner #SearchPanel .inner .propnamesearch .propnamesearchBut:focus,
.searchpage #filterselector .inner .propnamesearch .propnamesearchBut:focus,
.searchpagerefiner #filterselector .inner .propnamesearch .propnamesearchBut:focus,
.searchpage #mobfilterselector .inner .propnamesearch .propnamesearchBut:focus,
.searchpagerefiner #mobfilterselector .inner .propnamesearch .propnamesearchBut:focus {
  text-decoration: none;
}
.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: #424242;
}
.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: #424242;
  border: 0;
  background-color: #173336;
}
.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: #424242;
}
.searchpage #SearchPanel .inner .ddlwrap,
.searchpagerefiner #SearchPanel .inner .ddlwrap,
.searchpage #filterselector .inner .ddlwrap,
.searchpagerefiner #filterselector .inner .ddlwrap,
.searchpage #mobfilterselector .inner .ddlwrap,
.searchpagerefiner #mobfilterselector .inner .ddlwrap {
  border-bottom: 1px solid #626b75;
}
.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: #424242;
}
.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: #424242;
}
.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: #424242;
}
.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: #424242;
}
.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 #424242;
}
@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 #mobfilterselector,
.searchpagerefiner #mobfilterselector {
  background-color: #fff !important;
  padding-bottom: 0;
}
.searchpage #filterselector .scrollfilters .property-features,
.searchpagerefiner #filterselector .scrollfilters .property-features,
.searchpage #mobfilterselector .scrollfilters .property-features,
.searchpagerefiner #mobfilterselector .scrollfilters .property-features {
  margin: 0 0 0 0px;
  padding-bottom: 0;
  padding-top: 22px;
}
.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 {
  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: 500;
  font-size: 16px;
  margin-top: 16px;
}
.searchpage #filterselector .scrollfilters .property-features h4.first,
.searchpagerefiner #filterselector .scrollfilters .property-features h4.first,
.searchpage #mobfilterselector .scrollfilters .property-features h4.first,
.searchpagerefiner #mobfilterselector .scrollfilters .property-features h4.first {
  margin-top: 0;
}
.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: #173336;
  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: #424242;
}
.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: #424242;
}
@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;
    padding-left: 35px;
  }
}
.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: #e28844;
  font-size: 14px;
  padding-left: 8px;
  font-weight: 500;
}
.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: #e28844;
}
.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: #d4d4d4;
}
.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: #d4d4d4 !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: #173336;
  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: #c2c2c2;
  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: #173336;
  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: #173336;
}
.searchpage #filterselector .nicescroll-cursors,
.searchpagerefiner #filterselector .nicescroll-cursors,
.searchpage #mobfilterselector .nicescroll-cursors,
.searchpagerefiner #mobfilterselector .nicescroll-cursors {
  background-color: #424242 !important;
}
.searchpage #mobsearchselector,
.searchpagerefiner #mobsearchselector {
  font-size: 14px !important;
}
.searchpage #mobsearchselector .freeLocationcont .selection .tc h4,
.searchpagerefiner #mobsearchselector .freeLocationcont .selection .tc h4,
.searchpage #mobsearchselector .dpicker input,
.searchpagerefiner #mobsearchselector .dpicker input,
.searchpage #mobsearchselector .form-control,
.searchpagerefiner #mobsearchselector .form-control,
.searchpage #mobsearchselector .dd .numberselector,
.searchpagerefiner #mobsearchselector .dd .numberselector,
.searchpage #mobsearchselector .freeLocationcont .ui-widget-content,
.searchpagerefiner #mobsearchselector .freeLocationcont .ui-widget-content,
.searchpage #mobsearchselector .freeLocationcont .ui-widget-content li,
.searchpagerefiner #mobsearchselector .freeLocationcont .ui-widget-content li {
  font-size: 15px !important;
  font-family: 'Roboto', sans-serif !important;
  color: #424242 !important;
}
.searchpage #mobsearchselector .ui-widget-content,
.searchpagerefiner #mobsearchselector .ui-widget-content {
  left: 0 !important;
}
.searchpage #mobsearchselector .icon.pochenty-cross,
.searchpagerefiner #mobsearchselector .icon.pochenty-cross {
  font-size: 20px !important;
  top: 4px !important;
  right: -11px !important;
}
.searchpage #mobsearchselector .icon.pochenty-cross:before,
.searchpagerefiner #mobsearchselector .icon.pochenty-cross:before {
  font-family: "Feather-Icons";
  content: '\e808';
}
.searchpage #mobsearchselector #locationclear_refiner .icon.pochenty-cross,
.searchpagerefiner #mobsearchselector #locationclear_refiner .icon.pochenty-cross {
  font-size: 20px !important;
  top: 17px !important;
  right: 18px !important;
}
.searchpage #mobsearchselector #locationclear_refiner .icon.pochenty-cross:before,
.searchpagerefiner #mobsearchselector #locationclear_refiner .icon.pochenty-cross:before {
  font-family: "Feather-Icons";
  content: '\e808';
}
.searchpage #mobsearchselector .form-control,
.searchpagerefiner #mobsearchselector .form-control {
  height: 60px !important;
}
.searchpage #mobsearchselector .dd .icon,
.searchpagerefiner #mobsearchselector .dd .icon {
  top: 17px;
  color: #424242 !important;
  right: 18px;
}
.searchpage #mobsearchselector .dd .icon.pochenty-location:before,
.searchpagerefiner #mobsearchselector .dd .icon.pochenty-location:before {
  font-family: "Feather-Icons";
  content: '\e80f';
  font-size: 24px;
}
.searchpage #mobsearchselector .dd .icon.pochenty-calendar:before,
.searchpagerefiner #mobsearchselector .dd .icon.pochenty-calendar:before {
  font-family: "Feather-Icons";
  content: '\e809';
  font-size: 24px;
}
.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: 30px !important;
  /* Small screen and smaller */
}
@media (max-width: 991px) {
  .searchpage #mobsearchselector .propnamesearch .form-control,
  .searchpagerefiner #mobsearchselector .propnamesearch .form-control {
    height: 40px !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: #424242;
  color: #fff;
}
.searchpage #mobfilterselector .head .closefs:after,
.searchpagerefiner #mobfilterselector .head .closefs:after {
  color: #424242;
}
.searchpage #mobfilterselector .scrollfilters,
.searchpagerefiner #mobfilterselector .scrollfilters {
  margin-top: 40px;
  padding-bottom: 0 !important;
}
.searchpage #mobfilterselector .scrollfilters .filtersWide,
.searchpagerefiner #mobfilterselector .scrollfilters .filtersWide {
  width: 100%;
}
.searchpage #mobfilterselector .scrollfilters .filtersWide h4,
.searchpagerefiner #mobfilterselector .scrollfilters .filtersWide h4 {
  color: #424242;
  font-family: 'Roboto', sans-serif;
  font-size: 16px !important;
  font-weight: 500 !important;
  margin-top: 29px;
  margin-bottom: 23px;
  background-color: #f8f8f8 !important;
}
@media (max-width: 991px) {
  .searchpage #mobfilterselector .scrollfilters .filtersWide h4,
  .searchpagerefiner #mobfilterselector .scrollfilters .filtersWide h4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
.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 .count,
.searchpagerefiner #mobfilterselector .scrollfilters .filtersWide .count {
  color: #173336 !important;
}
.searchpage #mobfilterselector .scrollfilters .filtersWide ul li,
.searchpagerefiner #mobfilterselector .scrollfilters .filtersWide ul li {
  margin-bottom: 12px;
}
@media (max-width: 991px) {
  .searchpage #mobfilterselector .scrollfilters .filtersWide ul li,
  .searchpagerefiner #mobfilterselector .scrollfilters .filtersWide ul li {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}
.searchpage #mobfilterselector .scrollfilters .filtersWide ul li span,
.searchpagerefiner #mobfilterselector .scrollfilters .filtersWide ul li span {
  color: #424242 !important;
  font-weight: 400;
}
@media (max-width: 991px) {
  .searchpage #mobfilterselector .scrollfilters .filtersWide ul li span,
  .searchpagerefiner #mobfilterselector .scrollfilters .filtersWide ul li span {
    padding-bottom: 0 !important;
  }
}
.searchpage #mobfilterselector .scrollfilters .filtersWide ul li span.active:after,
.searchpagerefiner #mobfilterselector .scrollfilters .filtersWide ul li span.active:after {
  font-family: "Feather-Icons";
  content: '\e803';
  color: #e28844;
  right: 6px;
  top: -3px;
}
.searchpage #mobfilterselector .scrollfilters .filtersWide ul li:after,
.searchpagerefiner #mobfilterselector .scrollfilters .filtersWide ul li:after {
  border-color: #d4d4d4;
  background-color: #fff;
  width: 30px;
  top: -3px;
}
@media (max-width: 991px) {
  .searchpage #mobfilterselector .scrollfilters .filtersWide ul li:after,
  .searchpagerefiner #mobfilterselector .scrollfilters .filtersWide ul li:after {
    right: 24px !important;
  }
}
.searchpage #mobfilterselector .scrollfilters .property-features,
.searchpagerefiner #mobfilterselector .scrollfilters .property-features {
  width: 100%;
  padding-bottom: 22px;
}
.searchpage #mobfilterselector .scrollfilters .property-features li a,
.searchpagerefiner #mobfilterselector .scrollfilters .property-features li a {
  color: #424242;
  width: 33%;
  margin-bottom: 10px;
}
.searchpage #mobfilterselector .scrollfilters .property-features li a.selected,
.searchpagerefiner #mobfilterselector .scrollfilters .property-features li a.selected {
  background-color: #173336;
}
.searchpage #mobfilterselector .scrollfilters .property-features li a.selected:after,
.searchpagerefiner #mobfilterselector .scrollfilters .property-features li a.selected:after {
  color: #424242;
}
.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 #d4d4d4;
  border-right: 0;
  color: #424242;
  background-color: #f8f8f8;
}
.searchpage #propcountsandddls .sblabels label,
.searchpagerefiner #propcountsandddls .sblabels label {
  font-weight: normal;
}
.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 #d4d4d4;
  }
}
.searchpage #propcountsandddls .mobrefine a,
.searchpagerefiner #propcountsandddls .mobrefine a {
  background-color: #173336;
}
.searchpage #propcountsandddls .ddls .form-control,
.searchpagerefiner #propcountsandddls .ddls .form-control {
  background-color: transparent;
  color: #424242;
  border-bottom: 0;
  font-weight: normal;
}
.searchpage #propcountsandddls.newddls,
.searchpagerefiner #propcountsandddls.newddls {
  margin-top: 24px !important;
  margin-bottom: 32px !important;
  /* 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 {
  color: #424242;
  border: 1px solid #d4d4d4;
}
.searchpage #propcountsandddls.newddls .sortby .ddlwrap:before,
.searchpagerefiner #propcountsandddls.newddls .sortby .ddlwrap:before,
.searchpage #propcountsandddls.newddls .resultsby .ddlwrap:before,
.searchpagerefiner #propcountsandddls.newddls .resultsby .ddlwrap:before,
.searchpage #propcountsandddls.newddls .maptoggle .ddlwrap:before,
.searchpagerefiner #propcountsandddls.newddls .maptoggle .ddlwrap:before {
  font-family: "Feather-Icons";
  content: '\e804';
  color: #424242;
  font-size: 20px;
  top: 6px;
}
@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 #d4d4d4;
  margin-top: 0;
}
.searchpage #propcountsandddls.newddls .toggleby .maptoggle .icon,
.searchpagerefiner #propcountsandddls.newddls .toggleby .maptoggle .icon {
  color: #686868;
}
.searchpage #propcountsandddls.newddls .toggleby .maptoggle .icon.pochenty-map:before,
.searchpagerefiner #propcountsandddls.newddls .toggleby .maptoggle .icon.pochenty-map:before {
  font-family: "Feather-Icons";
  content: '\e80f';
}
@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 #d4d4d4;
}
.searchpage #selectedfilters .current-filters ul li a,
.searchpagerefiner #selectedfilters .current-filters ul li a {
  color: #424242;
}
.searchpage #selectedfilters .current-filters ul li.clear,
.searchpagerefiner #selectedfilters .current-filters ul li.clear {
  border: 1px solid #868b92;
  background-color: #868b92;
}
.searchpage #SearchResults,
.searchpagerefiner #SearchResults {
  margin-top: 15px;
}
.searchpage #SearchResults .property .propdatesprices,
.searchpagerefiner #SearchResults .property .propdatesprices {
  border: 1px solid #d4d4d4;
}
.searchpage #SearchResults .property .propinfo a,
.searchpagerefiner #SearchResults .property .propinfo a {
  color: #424242;
}
.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: rgba(226, 136, 68, 0.8);
}
.searchpage #SearchResults .property .propinfo .propinfosub,
.searchpagerefiner #SearchResults .property .propinfo .propinfosub {
  border-top: 1px solid #d4d4d4;
}
.searchpage #SearchResults .property .propinfo .propinfosub.divider,
.searchpagerefiner #SearchResults .property .propinfo .propinfosub.divider {
  border-right: 1px solid #d4d4d4;
}
.searchpage #SearchResults .property .propinfo .propinfosub span.icontext,
.searchpagerefiner #SearchResults .property .propinfo .propinfosub span.icontext {
  color: #424242;
}
.searchpage #SearchResults .property .propinfo .propinfosub:first-child,
.searchpagerefiner #SearchResults .property .propinfo .propinfosub:first-child {
  border-left: 1px solid #d4d4d4;
}
.searchpage #SearchResults .property .propinfo .propinfosub:last-child,
.searchpagerefiner #SearchResults .property .propinfo .propinfosub:last-child {
  border-right: 1px solid #d4d4d4;
}
.searchpage #SearchResults .property .propinfo .prices,
.searchpagerefiner #SearchResults .property .propinfo .prices {
  border: 1px solid #d4d4d4;
}
.searchpage .paginationcont #pagination,
.searchpagerefiner .paginationcont #pagination {
  margin-bottom: 0;
  line-height: 80px;
  border: 1px solid #d4d4d4;
}
.searchpage .paginationcont #pagination .btn,
.searchpagerefiner .paginationcont #pagination .btn {
  margin-top: 10px;
  padding: 8px 12px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .searchpage .paginationcont #pagination .btn,
  .searchpagerefiner .paginationcont #pagination .btn {
    margin-top: -2px;
  }
}
@media (min-width: 992px) {
  .searchpage .paginationcont #pagination,
  .searchpagerefiner .paginationcont #pagination {
    line-height: 60px;
  }
}
@media (max-width: 991px) {
  .searchpage .paginationcont #pagination,
  .searchpagerefiner .paginationcont #pagination {
    padding-top: 0;
  }
  .searchpage .paginationcont #pagination .btn,
  .searchpagerefiner .paginationcont #pagination .btn {
    margin-bottom: 10px;
  }
}
.searchpage .paginationcont #pagination a,
.searchpagerefiner .paginationcont #pagination a {
  color: #424242;
}
.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 #d4d4d4;
  color: #424242;
  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: #d4d4d4;
}
.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: #173336;
  }
}
.searchpage #mapBubbleHeader,
.searchpagerefiner #mapBubbleHeader {
  background-color: #fff;
  border: 1px solid #d4d4d4;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
}
.searchpage #mapBubbleCont,
.searchpagerefiner #mapBubbleCont {
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
}
.searchpage #mapBubbleCont .mapBubbleItem,
.searchpagerefiner #mapBubbleCont .mapBubbleItem {
  border-bottom: 1px solid #d4d4d4;
}
.searchpage #mapBubbleCont .mapBubbleItem .propImage img,
.searchpagerefiner #mapBubbleCont .mapBubbleItem .propImage img {
  width: 108px;
  height: auto;
}
.searchpage #mapBubbleCont .mapBubbleItem .propInfo h5,
.searchpagerefiner #mapBubbleCont .mapBubbleItem .propInfo h5 {
  font-weight: 400;
  font-size: 16px;
  margin: 0 0 8px 0;
  line-height: 1.2;
}
.searchpage #mapBubbleCont .mapBubbleItem .propInfo h5 a,
.searchpagerefiner #mapBubbleCont .mapBubbleItem .propInfo h5 a {
  color: #424242;
}
.searchpage #PageContent,
.searchpagerefiner #PageContent {
  background-color: #fff;
}
.searchpage.zeroresults #selectedfilters,
.searchpagerefiner.zeroresults #selectedfilters,
.searchpage.zeroresults #filterselector,
.searchpagerefiner.zeroresults #filterselector,
.searchpage.zeroresults #pagination,
.searchpagerefiner.zeroresults #pagination {
  display: none !important;
}
.searchpage.zeroresults .SearchPanelcont,
.searchpagerefiner.zeroresults .SearchPanelcont {
  margin-bottom: 30px;
}
.searchpage.zeroresults .no-results p.hastopborder,
.searchpagerefiner.zeroresults .no-results p.hastopborder {
  border-top: 1px solid #d4d4d4;
}
.searchpage.zeroresults .no-results ul li a,
.searchpagerefiner.zeroresults .no-results ul li a {
  border: 1px solid #d4d4d4;
}
.searchpage.zeroresults .no-results ul li a:hover,
.searchpagerefiner.zeroresults .no-results ul li a:hover,
.searchpage.zeroresults .no-results ul li a:active,
.searchpagerefiner.zeroresults .no-results ul li a:active,
.searchpage.zeroresults .no-results ul li a:focus,
.searchpagerefiner.zeroresults .no-results ul li a:focus {
  color: #424242;
}
.searchpage.zeroresults .no-results ul.noremove li a,
.searchpagerefiner.zeroresults .no-results ul.noremove li a {
  font-family: 'Roboto', sans-serif;
  background-color: #e28844;
  border: 1px solid #e28844;
  color: #173336;
  font-weight: 500;
}
.searchpage.zeroresults .no-results ul.noremove li a:hover,
.searchpagerefiner.zeroresults .no-results ul.noremove li a:hover,
.searchpage.zeroresults .no-results ul.noremove li a:focus,
.searchpagerefiner.zeroresults .no-results ul.noremove li a:focus {
  background-color: rgba(226, 136, 68, 0.8);
  border: 1px solid rgba(226, 136, 68, 0.8);
  color: #173336;
}
.searchpage.zeroresults .no-results .groupbookings,
.searchpagerefiner.zeroresults .no-results .groupbookings {
  border: solid 1px #d4d4d4;
}
.searchpage.zeroresults .no-results .groupbookings .icon,
.searchpagerefiner.zeroresults .no-results .groupbookings .icon {
  background-color: #037A63;
}
.searchpage.zeroresults .no-results .groupbookings .icon span:before,
.searchpagerefiner.zeroresults .no-results .groupbookings .icon span:before {
  font-family: "Feather-Icons";
  content: '\e817';
  font-size: 24px;
  color: #424242;
}
.searchpage.zeroresults .no-results .groupbookings p,
.searchpagerefiner.zeroresults .no-results .groupbookings p {
  color: #424242;
}
.searchpage.zeroresults #pagtop,
.searchpagerefiner.zeroresults #pagtop {
  margin-bottom: 15px !important;
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .searchpage.zeroresults #pagtop,
  .searchpagerefiner.zeroresults #pagtop {
    margin-bottom: 20px !important;
  }
}
.searchpage.basicsearch,
.searchpage.standardsearch {
  /* Extra small screen and smaller */
}
.searchpage.basicsearch #PageContentBanner,
.searchpage.standardsearch #PageContentBanner {
  background-color: #f8f8f8;
  text-align: left;
}
.searchpage.basicsearch #MobTabSearch,
.searchpage.standardsearch #MobTabSearch {
  border: 0;
  background-color: #037A63;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  height: 40px;
  line-height: 40px;
  /* Extra small screen and smaller */
}
@media (min-width: 768px) and (max-width: 991px) {
  .searchpage.basicsearch #MobTabSearch,
  .searchpage.standardsearch #MobTabSearch {
    position: relative !important;
  }
}
@media (max-width: 991px) {
  .searchpage.basicsearch #MobTabSearch,
  .searchpage.standardsearch #MobTabSearch {
    top: 0 !important;
  }
  .searchpage.basicsearch #MobTabSearch.scroll-to-fixed-fixed,
  .searchpage.standardsearch #MobTabSearch.scroll-to-fixed-fixed {
    position: fixed !important;
  }
}
.searchpage.basicsearch #MobTabSearch a,
.searchpage.standardsearch #MobTabSearch a {
  color: #fff;
}
.searchpage.basicsearch #MobTabSearch a#MobSearch .icon:before,
.searchpage.standardsearch #MobTabSearch a#MobSearch .icon:before {
  font-family: "Feather-Icons";
  content: '\e818';
}
.searchpage.basicsearch #MobTabSearch a#MobFeature .icon:before,
.searchpage.standardsearch #MobTabSearch a#MobFeature .icon:before {
  font-family: "Feather-Icons";
  content: '\e80c';
}
.searchpage.basicsearch #MobTabSearch .icon,
.searchpage.standardsearch #MobTabSearch .icon {
  color: #fff;
}
.searchpage.basicsearch #MobTabSearch .mobpropcount,
.searchpage.standardsearch #MobTabSearch .mobpropcount {
  background-color: #173336;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  border-right: 1px solid #fff;
}
.searchpage.basicsearch #MobTabSearch .mobsearch,
.searchpage.standardsearch #MobTabSearch .mobsearch {
  border-right: 1px solid #fff;
}
@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 {
  border: none;
  font-family: 'Roboto', sans-serif;
}
.searchpage.basicsearch #SearchPanel .head,
.searchpage.standardsearch #SearchPanel .head {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  padding: 16px 30px 20px 48px;
  color: #fff;
  background-color: #173336;
}
.searchpage.basicsearch #SearchPanel .head:after,
.searchpage.standardsearch #SearchPanel .head:after {
  content: '\e818';
  font-family: "Feather-Icons";
  color: #fff;
  font-size: 18px;
  top: 16px;
  left: 15px;
}
.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 {
  background-color: #e28844;
  color: #173336;
  font-size: 15px;
  font-weight: 400;
  height: 44px;
  line-height: 44px;
}
.searchpage.basicsearch #filterselector,
.searchpage.standardsearch #filterselector {
  margin-top: 22px;
  margin-bottom: 0;
}
.searchpage.basicsearch #filterselector .head,
.searchpage.standardsearch #filterselector .head {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  padding: 18px 30px 18px 48px;
  color: #fff;
  background-color: #037A63;
}
.searchpage.basicsearch #filterselector .head:after,
.searchpage.standardsearch #filterselector .head:after {
  font-family: "Feather-Icons";
  content: '\e80c';
  color: #fff;
  font-size: 18px;
  top: 18px;
  left: 15px;
}
.searchpage.basicsearch #filterselector .scrollfilters .property-features h4,
.searchpage.standardsearch #filterselector .scrollfilters .property-features h4 {
  font-family: 'Roboto', sans-serif;
  color: #424242;
  font-size: 16px;
}
.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 #ccc;
  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: #424242;
  content: '\e803';
  font-family: "Feather-Icons";
  position: absolute;
  left: 2px;
  top: -3px;
  font-weight: normal;
  font-size: 16px;
}
.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: 1px;
  color: rgba(51, 51, 51, 0.33);
  font-size: 18px;
  top: -3px;
}
.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: #173336;
  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: transparent;
  box-shadow: none;
  padding: 0;
  border: 0;
  color: #424242;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}
.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: inline-block;
  width: 20px;
  height: 20px;
  content: "\e9db";
  font-family: 'pochenty';
  color: #424242;
  font-size: 20px;
  margin-right: 10px;
}
.searchpage.basicsearch .maptoggle #listbut.on .icon,
.searchpage.standardsearch .maptoggle #listbut.on .icon {
  color: #ffffff;
}
.searchpage.basicsearch .maptoggle #mapbut .icon,
.searchpage.standardsearch .maptoggle #mapbut .icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  content: "\e9dd";
  font-family: 'pochenty';
  font-size: 18px;
  color: #424242;
  margin-right: 10px;
}
.searchpage.basicsearch .maptoggle #mapbut.on .icon,
.searchpage.standardsearch .maptoggle #mapbut.on .icon {
  color: #ffffff;
}
.searchpage.basicsearch .closeBy,
.searchpage.standardsearch .closeBy {
  border: 1px solid #d4d4d4 !important;
  border-left: 10px solid #173336 !important;
  background-color: #f8f8f8;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #424242;
  margin-bottom: 20px;
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .searchpage.basicsearch .closeBy,
  .searchpage.standardsearch .closeBy {
    margin-top: 20px;
  }
}
.searchpage.basicsearch .propertyrow,
.searchpage.standardsearch .propertyrow {
  margin-bottom: 40px;
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .searchpage.basicsearch .propertyrow,
  .searchpage.standardsearch .propertyrow {
    margin-bottom: 15px;
  }
}
.searchpage.basicsearch .propertyrow .propertybg,
.searchpage.standardsearch .propertyrow .propertybg {
  padding-top: 5px;
  border-top: 1px solid #d4d4d4;
  /* Extra small screen and smaller */
}
@media (min-width: 768px) {
  .searchpage.basicsearch .propertyrow .propertybg,
  .searchpage.standardsearch .propertyrow .propertybg {
    padding-top: 40px;
  }
}
@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 .detailscol h3,
  .searchpage.standardsearch .propertyrow .propertybg .detailscol h3 {
    margin-top: 0;
  }
  .searchpage.basicsearch .propertyrow .propertybg .propDesc,
  .searchpage.standardsearch .propertyrow .propertybg .propDesc {
    display: none;
  }
}
.searchpage.basicsearch .propertyrow .propertybg .slick-prev:before,
.searchpage.standardsearch .propertyrow .propertybg .slick-prev:before {
  font-family: "Feather-Icons" !important;
  content: '\e805' !important;
}
.searchpage.basicsearch .propertyrow .propertybg .slick-next:before,
.searchpage.standardsearch .propertyrow .propertybg .slick-next:before {
  font-family: "Feather-Icons" !important;
  content: '\e807' !important;
}
.searchpage.basicsearch .propertyrow .showinoutmessage,
.searchpage.standardsearch .propertyrow .showinoutmessage {
  border-top: 0;
  padding-top: 0;
}
@media (max-width: 767px) {
  .searchpage.basicsearch .propertyrow .imagecol,
  .searchpage.standardsearch .propertyrow .imagecol {
    margin-bottom: 16px;
  }
}
.searchpage.basicsearch .propertyrow .imagecol .propprice,
.searchpage.standardsearch .propertyrow .imagecol .propprice {
  background-color: #424242;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.searchpage.basicsearch .propertyrow .imagecol .discount,
.searchpage.standardsearch .propertyrow .imagecol .discount {
  background-color: #f84958;
  color: #fff;
}
.searchpage.basicsearch .propertyrow .detailscol,
.searchpage.standardsearch .propertyrow .detailscol {
  /*.sleeps, .beds, .dogs {
                    font-size: 14px;
                    font-weight: 500;
                    color: @Links;
                }*/
}
@media (min-width: 992px) {
  .searchpage.basicsearch .propertyrow .detailscol,
  .searchpage.standardsearch .propertyrow .detailscol {
    padding-right: 0;
  }
}
.searchpage.basicsearch .propertyrow .detailscol h3,
.searchpage.standardsearch .propertyrow .detailscol h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-bottom: 4px;
  font-size: 20px !important;
  line-height: 1.4;
}
.searchpage.basicsearch .propertyrow .detailscol h3 a,
.searchpage.standardsearch .propertyrow .detailscol h3 a {
  color: #424242;
  font-family: 'Roboto', sans-serif;
}
.searchpage.basicsearch .propertyrow .detailscol .marketingaddress,
.searchpage.standardsearch .propertyrow .detailscol .marketingaddress {
  color: #424242;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 12px;
}
.searchpage.basicsearch .propertyrow .detailscol .detail-item,
.searchpage.standardsearch .propertyrow .detailscol .detail-item {
  color: #424242;
  margin-right: 8px;
  padding-right: 8px;
}
.searchpage.basicsearch .propertyrow .detailscol .detail-item i,
.searchpage.standardsearch .propertyrow .detailscol .detail-item i {
  color: #424242 !important;
  font-size: 20px;
}
.searchpage.basicsearch .propertyrow .detailscol .detail-item i.pet-icon,
.searchpage.standardsearch .propertyrow .detailscol .detail-item i.pet-icon {
  font-size: 20px;
}
.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: #424242;
}
.searchpage.basicsearch .propertyrow .detailscol .detail-item .sleeps-icon,
.searchpage.standardsearch .propertyrow .detailscol .detail-item .sleeps-icon,
.searchpage.basicsearch .propertyrow .detailscol .detail-item .bedroom-icon,
.searchpage.standardsearch .propertyrow .detailscol .detail-item .bedroom-icon,
.searchpage.basicsearch .propertyrow .detailscol .detail-item .bathroom-icon,
.searchpage.standardsearch .propertyrow .detailscol .detail-item .bathroom-icon,
.searchpage.basicsearch .propertyrow .detailscol .detail-item .pet-icon,
.searchpage.standardsearch .propertyrow .detailscol .detail-item .pet-icon,
.searchpage.basicsearch .propertyrow .detailscol .detail-item .no-pets-icon,
.searchpage.standardsearch .propertyrow .detailscol .detail-item .no-pets-icon {
  font-family: "Feather-Icons";
  display: none;
  margin: 0 3px 0 0 !important;
}
.searchpage.basicsearch .propertyrow .detailscol .detail-item .sleeps-icon:before,
.searchpage.standardsearch .propertyrow .detailscol .detail-item .sleeps-icon:before,
.searchpage.basicsearch .propertyrow .detailscol .detail-item .bedroom-icon:before,
.searchpage.standardsearch .propertyrow .detailscol .detail-item .bedroom-icon:before,
.searchpage.basicsearch .propertyrow .detailscol .detail-item .bathroom-icon:before,
.searchpage.standardsearch .propertyrow .detailscol .detail-item .bathroom-icon:before,
.searchpage.basicsearch .propertyrow .detailscol .detail-item .pet-icon:before,
.searchpage.standardsearch .propertyrow .detailscol .detail-item .pet-icon:before,
.searchpage.basicsearch .propertyrow .detailscol .detail-item .no-pets-icon:before,
.searchpage.standardsearch .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;
}
.searchpage.basicsearch .propertyrow .detailscol .detail-item .sleeps-icon:before,
.searchpage.standardsearch .propertyrow .detailscol .detail-item .sleeps-icon:before {
  content: '\e80d';
}
.searchpage.basicsearch .propertyrow .detailscol .detail-item .bedroom-icon:before,
.searchpage.standardsearch .propertyrow .detailscol .detail-item .bedroom-icon:before {
  content: '\e802';
}
.searchpage.basicsearch .propertyrow .detailscol .detail-item .bathroom-icon,
.searchpage.standardsearch .propertyrow .detailscol .detail-item .bathroom-icon {
  font-size: 20px !important;
  vertical-align: middle !important;
  display: inline-block;
  color: #424242;
}
.searchpage.basicsearch .propertyrow .detailscol .detail-item .bathroom-icon:before,
.searchpage.standardsearch .propertyrow .detailscol .detail-item .bathroom-icon:before {
  content: '\e801';
}
.searchpage.basicsearch .propertyrow .detailscol .detail-item .pet-icon,
.searchpage.standardsearch .propertyrow .detailscol .detail-item .pet-icon {
  color: #424242;
}
.searchpage.basicsearch .propertyrow .detailscol .detail-item .pet-icon:before,
.searchpage.standardsearch .propertyrow .detailscol .detail-item .pet-icon:before {
  content: '\e80a';
}
.searchpage.basicsearch .propertyrow .detailscol .detail-item .no-pets-icon,
.searchpage.standardsearch .propertyrow .detailscol .detail-item .no-pets-icon {
  font-size: 20px !important;
  vertical-align: middle !important;
  display: inline-block;
  color: #424242;
}
.searchpage.basicsearch .propertyrow .detailscol .detail-item .no-pets-icon:before,
.searchpage.standardsearch .propertyrow .detailscol .detail-item .no-pets-icon:before {
  content: '\e81f';
}
.searchpage.basicsearch .propertyrow .detailscol .detail-item .detail-number,
.searchpage.standardsearch .propertyrow .detailscol .detail-item .detail-number {
  font-family: 'Roboto', sans-serif;
  font-size: 16px !important;
  font-weight: 500;
  color: #424242;
}
.searchpage.basicsearch .propertyrow .detailscol .detail-item.bathrooms,
.searchpage.standardsearch .propertyrow .detailscol .detail-item.bathrooms {
  margin-right: 8px;
}
.searchpage.basicsearch .propertyrow .detailscol .detail-item.ve-stars,
.searchpage.standardsearch .propertyrow .detailscol .detail-item.ve-stars {
  border-left: solid 1px #d4d4d4;
  border-right: none;
  padding-left: 9px;
  margin-left: -12px;
  height: 20px;
  line-height: 20px;
  padding-right: 0;
  margin-right: 0;
}
.searchpage.basicsearch .propertyrow .detailscol .detail-item.ve-stars strong,
.searchpage.standardsearch .propertyrow .detailscol .detail-item.ve-stars strong {
  vertical-align: middle;
  font-size: 15px;
}
@media (max-width: 374px) {
  .searchpage.basicsearch .propertyrow .detailscol .detail-item.ve-stars,
  .searchpage.standardsearch .propertyrow .detailscol .detail-item.ve-stars {
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .searchpage.basicsearch .propertyrow .detailscol .detail-item.ve-stars .detail-number,
  .searchpage.standardsearch .propertyrow .detailscol .detail-item.ve-stars .detail-number {
    font-size: 12px;
  }
}
.searchpage.basicsearch .propertyrow .detailscol .detail-item.ve-stars .gold-label,
.searchpage.standardsearch .propertyrow .detailscol .detail-item.ve-stars .gold-label {
  font-style: normal;
  color: #E6AE27;
}
.searchpage.basicsearch .propertyrow .detailscol .detail-item.ve-stars abbr[title],
.searchpage.standardsearch .propertyrow .detailscol .detail-item.ve-stars abbr[title] {
  border: none;
  cursor: default;
  text-decoration: none;
}
.searchpage.basicsearch .propertyrow .detailscol .divider,
.searchpage.standardsearch .propertyrow .detailscol .divider {
  margin: 0 5px;
}
.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;
}
.searchpage.basicsearch .propertyrow .detailscol .icon-hc-star-filled,
.searchpage.standardsearch .propertyrow .detailscol .icon-hc-star-filled {
  color: #173336;
}
.searchpage.basicsearch .propertyrow .detailscol .propDesc,
.searchpage.standardsearch .propertyrow .detailscol .propDesc {
  font-size: 14px;
  line-height: 1.57 !important;
  color: #424242;
  margin: 16px 0;
}
@media (min-width: 992px) {
  .searchpage.basicsearch .propertyrow .detailscol .propDesc,
  .searchpage.standardsearch .propertyrow .detailscol .propDesc {
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .searchpage.basicsearch .propertyrow .detailscol .proppriceanddate,
  .searchpage.standardsearch .propertyrow .detailscol .proppriceanddate {
    margin-top: 16px;
  }
}
@media (min-width: 992px) {
  .searchpage.basicsearch .propertyrow .detailscol .proppriceanddate .nopad,
  .searchpage.standardsearch .propertyrow .detailscol .proppriceanddate .nopad {
    padding-right: 0;
  }
}
.searchpage.basicsearch .propertyrow .detailscol .proppriceanddate div.date,
.searchpage.standardsearch .propertyrow .detailscol .proppriceanddate div.date {
  border: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4 !important;
  line-height: 40px;
  height: 40px;
  /* 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 #f84958 !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: #424242;
}
.searchpage.basicsearch .propertyrow .detailscol .proppriceanddate div.price,
.searchpage.standardsearch .propertyrow .detailscol .proppriceanddate div.price {
  border: none;
  background-color: #f8f8f8;
  font-size: 16px;
  min-height: 40px;
  line-height: 40px;
}
.searchpage.basicsearch .propertyrow .detailscol .proppriceanddate div.price .offerprice,
.searchpage.standardsearch .propertyrow .detailscol .proppriceanddate div.price .offerprice {
  color: #f84958;
}
.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: #424242;
}
@media (max-width: 767px) {
  .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 {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .searchpage.basicsearch .propertyrow .detailscol .proppriceanddate div.price a span,
  .searchpage.standardsearch .propertyrow .detailscol .proppriceanddate div.price a span,
  .searchpage.basicsearch .propertyrow .detailscol .proppriceanddate div.price a:hover span,
  .searchpage.standardsearch .propertyrow .detailscol .proppriceanddate div.price a:hover span,
  .searchpage.basicsearch .propertyrow .detailscol .proppriceanddate div.price a:focus span,
  .searchpage.standardsearch .propertyrow .detailscol .proppriceanddate div.price a:focus span {
    font-size: 16px !important;
  }
}
@media (min-width: 992px) {
  .searchpage.basicsearch .propertyrow,
  .searchpage.standardsearch .propertyrow {
    position: relative;
  }
  .searchpage.basicsearch .propertyrow .propertyCardAnchor,
  .searchpage.standardsearch .propertyrow .propertyCardAnchor {
    position: absolute;
    top: -135px;
  }
}
.searchpage.basicsearch .inlineSignup,
.searchpage.standardsearch .inlineSignup {
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
  padding: 24px 15px;
}
@media (min-width: 768px) {
  .searchpage.basicsearch .inlineSignup,
  .searchpage.standardsearch .inlineSignup {
    padding: 40px 32px;
  }
}
@media (min-width: 1200px) {
  .searchpage.basicsearch .inlineSignup,
  .searchpage.standardsearch .inlineSignup {
    padding: 40px 64px;
  }
}
.searchpage.basicsearch .inlineSignup .email,
.searchpage.standardsearch .inlineSignup .email {
  font-size: 16px;
  border-radius: 0;
  border-color: #d4d4d4;
  padding: 8px 16px;
}
.searchpage.basicsearch .inlineSignup .email::-webkit-input-placeholder,
.searchpage.standardsearch .inlineSignup .email::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #424242 !important;
}
.searchpage.basicsearch .inlineSignup .email::-moz-placeholder,
.searchpage.standardsearch .inlineSignup .email::-moz-placeholder {
  /* Firefox 19+ */
  color: #424242 !important;
}
.searchpage.basicsearch .inlineSignup .email:-ms-input-placeholder,
.searchpage.standardsearch .inlineSignup .email:-ms-input-placeholder {
  /* IE 10+ */
  color: #424242 !important;
}
.searchpage.basicsearch .inlineSignup .email:-moz-placeholder,
.searchpage.standardsearch .inlineSignup .email:-moz-placeholder {
  /* Firefox 18- */
  color: #424242 !important;
}
.searchpage.basicsearch .inlineSignup .submitbutton,
.searchpage.standardsearch .inlineSignup .submitbutton {
  height: 40px;
  border-radius: 0;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
}
.searchpage.basicsearch .inlineSignup p,
.searchpage.standardsearch .inlineSignup p {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.33;
  margin-bottom: 20px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .searchpage.basicsearch .inlineSignup p,
  .searchpage.standardsearch .inlineSignup p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.56;
    margin-bottom: 24px;
  }
}
.searchpage.basicsearch .inlineSignup p#optinStatement,
.searchpage.standardsearch .inlineSignup p#optinStatement {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 16px !important;
}
.searchpage.basicsearch .inlineSignup a,
.searchpage.standardsearch .inlineSignup a {
  color: #424242;
}
.searchpage.basicsearch .inlineSignup .submitbutton,
.searchpage.standardsearch .inlineSignup .submitbutton {
  background-color: #e28844;
  color: #173336;
  font-weight: 500;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.searchpage.basicsearch .inlineSignup .submitbutton:hover,
.searchpage.standardsearch .inlineSignup .submitbutton:hover {
  background-color: rgba(226, 136, 68, 0.8);
  color: #173336;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.searchpage.basicsearch .codesearchlist2,
.searchpage.standardsearch .codesearchlist2 {
  border: 1px solid #d4d4d4;
}
.searchpage.basicsearch .paginationcont,
.searchpage.standardsearch .paginationcont {
  background-color: #f8f8f8;
}
.searchpage.basicsearch .paginationcont #pagination,
.searchpage.standardsearch .paginationcont #pagination {
  border: 0;
  background-color: #f8f8f8;
}
@media (min-width: 992px) {
  .searchpage.basicsearch .paginationcont #pagination,
  .searchpage.standardsearch .paginationcont #pagination {
    width: 970px;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .searchpage.basicsearch .paginationcont #pagination,
  .searchpage.standardsearch .paginationcont #pagination {
    width: 1170px;
  }
}
.searchpage.basicsearch .paginationcont #pagination .container,
.searchpage.standardsearch .paginationcont #pagination .container {
  text-align: center;
  width: auto;
}
@media (min-width: 992px) {
  .searchpage.basicsearch .paginationcont #pagination .container,
  .searchpage.standardsearch .paginationcont #pagination .container {
    background-color: #f8f8f8;
  }
}
.searchpage.basicsearch .paginationcont #pagination .container .propcount,
.searchpage.standardsearch .paginationcont #pagination .container .propcount {
  color: #424242;
  font-size: 16px !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .searchpage.basicsearch .paginationcont #pagination .container .propcount,
  .searchpage.standardsearch .paginationcont #pagination .container .propcount {
    height: 50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 992px) {
  .searchpage.basicsearch .paginationcont #pagination .container .propcount,
  .searchpage.standardsearch .paginationcont #pagination .container .propcount {
    text-align: left;
  }
}
@media (min-width: 1200px) {
}
@media (min-width: 1200px) {
  .searchpage.basicsearch .paginationcont #pagination .container .propcount .hidden-md,
  .searchpage.standardsearch .paginationcont #pagination .container .propcount .hidden-md {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .searchpage.basicsearch .paginationcont #pagination .container .pagerlinks,
  .searchpage.standardsearch .paginationcont #pagination .container .pagerlinks {
    padding-left: 25px;
  }
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
  .searchpage.basicsearch .paginationcont #pagination .container .pagerlinks,
  .searchpage.standardsearch .paginationcont #pagination .container .pagerlinks {
    padding-right: 15px;
  }
}
@media (min-width: 1200px) {
}
@media (min-width: 768px) and (max-width: 991px) {
  .searchpage.basicsearch .paginationcont #pagination .container .col-sm-offset-0,
  .searchpage.standardsearch .paginationcont #pagination .container .col-sm-offset-0 {
    padding-right: 25px;
  }
}
.searchpage.basicsearch .paginationcont #pagination .current,
.searchpage.standardsearch .paginationcont #pagination .current {
  background-color: #ccc;
  color: #424242;
  border: none;
  border-radius: 50%;
}
.searchpage.basicsearch .paginationcont #pagination .numbers,
.searchpage.standardsearch .paginationcont #pagination .numbers {
  background-color: #fff;
  border-radius: 50%;
  border: none;
}
.searchpage.basicsearch .paginationcont #pagination .numbers:hover,
.searchpage.standardsearch .paginationcont #pagination .numbers:hover {
  text-decoration: none;
}
.searchpage.basicsearch .paginationcont #pagination a,
.searchpage.standardsearch .paginationcont #pagination a {
  border-radius: 2px;
}
.searchpage.basicsearch .paginationcont #pagination .button,
.searchpage.standardsearch .paginationcont #pagination .button {
  background-color: #037A63;
  color: #fff;
  border: 1px solid #037A63;
  top: 1px;
  border-radius: 50%;
  line-height: 38px;
}
.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 {
  text-decoration: none;
}
.searchpage.basicsearch .paginationcont #pagination .button.prev:before,
.searchpage.standardsearch .paginationcont #pagination .button.prev:before {
  font-family: "Feather-Icons";
  content: '\e805';
  font-size: 22px;
  line-height: 27px;
}
.searchpage.basicsearch .paginationcont #pagination .button.next:before,
.searchpage.standardsearch .paginationcont #pagination .button.next:before {
  font-family: "Feather-Icons";
  content: '\e807';
  font-size: 22px;
  line-height: 27px;
  margin-left: 2px;
}
.searchpage.basicsearch .paginationcont #pagination ul.list-inline,
.searchpage.standardsearch .paginationcont #pagination ul.list-inline {
  width: auto;
}
.searchpage.basicsearch .paginationcont .btn,
.searchpage.standardsearch .paginationcont .btn {
  background-color: #e28844;
  border-color: #e28844;
  color: #173336;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .searchpage.basicsearch .paginationcont .btn,
  .searchpage.standardsearch .paginationcont .btn {
    margin-bottom: 32px !important;
  }
}
.searchpage.basicsearch .paginationcont .btn:hover,
.searchpage.standardsearch .paginationcont .btn:hover,
.searchpage.basicsearch .paginationcont .btn:focus,
.searchpage.standardsearch .paginationcont .btn:focus {
  background-color: rgba(226, 136, 68, 0.8);
  border: 1px solid rgba(226, 136, 68, 0.8);
  color: #173336;
}
.searchpage.basicsearch #PageContentWrapper,
.searchpage.standardsearch #PageContentWrapper {
  border-top: solid 1px #d4d4d4;
}
.searchpage.basicsearch #PageContent,
.searchpage.standardsearch #PageContent {
  background-color: #fff;
  color: #424242;
  font-size: 14px;
  padding-top: 40px;
}
@media (min-width: 992px) {
  .searchpage.basicsearch #PageContent,
  .searchpage.standardsearch #PageContent {
    padding-top: 60px;
  }
}
.searchpage.basicsearch #PageContent .pagecontent,
.searchpage.standardsearch #PageContent .pagecontent {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px) {
  .searchpage.basicsearch #PageContent .pagecontent,
  .searchpage.standardsearch #PageContent .pagecontent {
    width: 83.33333333%;
    margin-left: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .searchpage.basicsearch #PageContent .pagecontent,
  .searchpage.standardsearch #PageContent .pagecontent {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .searchpage.basicsearch #PageContent .pagecontent,
  .searchpage.standardsearch #PageContent .pagecontent {
    margin-left: 0;
    width: 100%;
  }
}
.searchpage.basicsearch #PageContent .text-center,
.searchpage.standardsearch #PageContent .text-center {
  text-align: left;
}
.searchpage.basicsearch #PageContent h2,
.searchpage.standardsearch #PageContent h2 {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  margin-top: 0;
  margin-bottom: 24px;
  color: #424242;
  line-height: 1.5;
}
@media (min-width: 992px) {
  .searchpage.basicsearch #PageContent h2,
  .searchpage.standardsearch #PageContent h2 {
    font-size: 28px;
  }
}
.searchpage.basicsearch #PageContent a,
.searchpage.standardsearch #PageContent a {
  color: #173336;
  text-decoration: underline;
}
.searchpage.basicsearch #PageContent a:hover,
.searchpage.standardsearch #PageContent a:hover {
  text-decoration: none;
}
.searchpage.basicsearch #PageContent p,
.searchpage.standardsearch #PageContent p {
  font-size: 16px;
}
.searchpage.basicsearch #PageContent ul,
.searchpage.standardsearch #PageContent ul {
  font-size: 16px;
  padding-left: 32px;
}
.searchpage.basicsearch #PageContent ul li,
.searchpage.standardsearch #PageContent ul li {
  line-height: 24px;
  margin-bottom: 4px;
}
.searchpage.basicsearch .SEOTextReadMore.overflowbg:after,
.searchpage.standardsearch .SEOTextReadMore.overflowbg:after {
  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 */
}
.searchpage.basicsearch .SEOReadMore,
.searchpage.standardsearch .SEOReadMore {
  background-color: #fff;
  height: 110px;
}
@media (min-width: 992px) {
  .searchpage.basicsearch .SEOReadMore,
  .searchpage.standardsearch .SEOReadMore {
    height: 120px;
  }
}
@media (min-width: 768px) {
}
@media (min-width: 992px) {
}
.searchpage.basicsearch .SEOReadMore a,
.searchpage.standardsearch .SEOReadMore a {
  background-color: #fff;
  border: 1px solid #424242;
  font-family: 'Roboto', sans-serif;
  color: #424242;
  text-align: left;
  font-size: 16px !important;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 9px 40px !important;
  border-radius: 2px;
}
.searchpage.basicsearch .SEOReadMore a:hover,
.searchpage.standardsearch .SEOReadMore a:hover {
  color: #fff;
  background-color: rgba(226, 136, 68, 0.8);
  border-color: rgba(226, 136, 68, 0.8);
  color: #173336;
  text-decoration: none !important;
}
.searchpage.basicsearch {
  /* Small screen and smaller */
}
.searchpage.basicsearch .headertitle {
  /* Small screen and smaller */
}
@media (max-width: 991px) {
  .searchpage.basicsearch .headertitle {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.searchpage.basicsearch h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 800;
  margin-top: 0;
  margin-right: 24px;
  line-height: 1.6;
}
.searchpage.basicsearch .searchcount {
  margin-left: 0;
  color: #424242;
}
.searchpage.basicsearch #SearchResultsCont {
  margin-top: 0;
  padding-top: 120px;
  /* Small screen and smaller */
  /* Extra small screen and smaller */
}
@media (max-width: 991px) {
  .searchpage.basicsearch #SearchResultsCont {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .searchpage.basicsearch #SearchResultsCont {
    margin-top: 0;
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .searchpage.basicsearch #propcountsandddls {
    margin-top: 0;
  }
  .searchpage.basicsearch #propcountsandddls .ddls .ddlwrap {
    margin-top: 10px;
  }
}
.searchpage.basicsearch #SearchPanel .inner {
  /* Small screen & Bigger */
}
.searchpage.basicsearch #SearchPanel .inner .ddlwrap {
  border-bottom: 0;
}
.searchpage.basicsearch #SearchPanel .inner .ddlwrap:before {
  color: #424242;
  top: 1px;
  right: 8px;
  font-family: "Feather-Icons";
  content: '\e804';
  font-size: 20px;
}
@media (min-width: 768px) {
  .searchpage.basicsearch #SearchPanel .inner .ddldur {
    padding-right: 5px;
  }
  .searchpage.basicsearch #SearchPanel .inner .ddlflex {
    padding-left: 5px;
  }
}
.searchpage.basicsearch #SearchPanel .form-control {
  height: 30px;
  background-color: #fff;
  margin: 5px 0;
  border: 1px solid #d4d4d4;
  padding: 0 10px;
  font-weight: normal;
}
.searchpage.basicsearch #SearchPanel .form-control.aspNetDisabled {
  opacity: 0.5;
}
.searchpage.basicsearch #SearchPanel .location {
  display: none;
}
.searchpage.basicsearch #SearchPanel .freesearch {
  border-bottom: 0;
}
.searchpage.basicsearch #SearchPanel .phonePrimary {
  display: none;
}
.searchpage.basicsearch #SearchPanel .searchtypehead h5 {
  margin-top: 20px;
  font-size: 16px;
  margin-bottom: 12px;
  color: #424242;
  padding-left: 27px;
  font-family: 'Roboto', sans-serif;
}
.searchpage.basicsearch #SearchPanel .searchtypehead h5:before {
  color: #173336;
  top: -1px;
  font-size: 18px;
}
.searchpage.basicsearch #SearchPanel .searchtypehead h5.dates,
.searchpage.basicsearch #SearchPanel .searchtypehead h5.party {
  margin-top: 22px;
}
.searchpage.basicsearch #SearchPanel .searchtypehead h5.destination:before {
  font-family: "Feather-Icons";
  content: '\e80f';
}
.searchpage.basicsearch #SearchPanel .searchtypehead h5.dates:before {
  font-family: "Feather-Icons";
  content: '\e809';
  color: #424242;
}
.searchpage.basicsearch #SearchPanel .searchtypehead h5.party:before {
  font-family: "Feather-Icons";
  content: '\e80d';
  color: #424242;
}
.searchpage.basicsearch #SearchPanel .btn {
  margin-top: 18px;
  background-color: #e28844;
  color: #173336;
}
.searchpage.basicsearch #SearchPanel .btn:hover,
.searchpage.basicsearch #SearchPanel .btn:focus {
  background-color: rgba(226, 136, 68, 0.8);
  color: #173336;
}
.searchpage.basicsearch #filterselector {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .searchpage.basicsearch #filterselector {
    margin-top: 32px;
  }
}
.searchpage.basicsearch #filterselector .scrollfilters .property-features h4 {
  margin-bottom: 20px;
  margin-top: 14px;
  font-family: 'Roboto', sans-serif;
}
.searchpage.basicsearch #filterselector .scrollfilters .property-features h4.first {
  margin-top: 0;
}
.searchpage.basicsearch #filterselector .inner .propnamesearch {
  margin-top: 10px;
}
.searchpage.basicsearch .propnamesearch input.form-control {
  font-family: 'Roboto', sans-serif;
  border: solid 1px #d4d4d4;
}
.searchpage.basicsearch .propnamesearch .propnamesearchBut {
  background-color: #e28844;
}
.searchpage.basicsearch .propnamesearch #compdiv .codesearchlistitem2 {
  color: #424242;
}
.searchpage.basicsearch .propnamesearch #compdiv .codesearchhoverlistitem2 {
  color: #fff !important;
  background-color: #173336;
}
.searchpage.basicsearch.mapview #propcountsandddls .sblabels {
  color: #d4d4d4;
}
.searchpage.standardsearch #SearchPanel .head:after {
  font-family: "Feather-Icons";
  content: '\e80c';
}
.searchpage.standardsearch .freeLocationcont {
  background-color: #fff;
}
.searchpage.standardsearch .freeLocationcont .freesearchinput {
  background-color: transparent;
}
.searchpage.standardsearch #SearchBar {
  background-color: #f8f8f8;
  color: #424242;
  border-top: 0;
  border-bottom: 0;
}
.searchpage.standardsearch #SearchBar .btn.search {
  background-color: #e28844;
  color: #173336;
  font-weight: 500;
  font-size: 16px;
  border-radius: 2px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .searchpage.standardsearch #SearchBar .btn.search {
    font-size: 13px;
  }
}
.searchpage.standardsearch #SearchBar .btn.search:hover,
.searchpage.standardsearch #SearchBar .btn.search:focus {
  background-color: rgba(226, 136, 68, 0.8);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #173336;
}
.searchpage.standardsearch #SearchBar .searchbtncont {
  border-left: solid 1px #d4d4d4;
  height: 62px;
}
.searchpage.standardsearch #SearchBar .searchbtncont:before {
  border: solid transparent;
  border-left-color: #f6f6f7;
  border-width: 10px;
}
.searchpage.standardsearch #SearchBar .selection {
  border-left: 1px solid #d4d4d4;
  color: #424242;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  height: 62px;
  font-size: 16px;
}
@media (min-width: 992px) {
  .searchpage.standardsearch #SearchBar .selection#locationlink {
    padding-left: 7px;
  }
}
.searchpage.standardsearch #SearchBar .selection.selbg {
  color: #424242;
}
.searchpage.standardsearch #SearchBar .selection:after {
  font-family: "Feather-Icons";
  content: '\e804';
  color: #424242;
  font-size: 20px;
}
.searchpage.standardsearch #SearchBar .selection .icon {
  color: #424242;
}
.searchpage.standardsearch #SearchBar .selection .icon.pochenty-location:before {
  font-family: "Feather-Icons";
  content: '\e80f';
}
.searchpage.standardsearch #SearchBar .selection .icon.pochenty-calendar:before {
  font-family: "Feather-Icons";
  content: '\e809';
  color: #424242;
}
.searchpage.standardsearch #SearchBar .selection .icon.pochenty-users:before {
  font-family: "Feather-Icons";
  content: '\e80d';
  color: #424242;
}
.searchpage.standardsearch #SearchBar .selection .ui-widget-content {
  border: 1px solid #d4d4d4;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 8px !important;
}
.searchpage.standardsearch #SearchBar .selection .ui-widget-content li a {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  color: rgba(66, 66, 66, 0.85) !important;
  padding: 8px 15px 8px 40px !important;
}
.searchpage.standardsearch #SearchBar .selection .ui-widget-content li a strong {
  color: #424242 !important;
  font-weight: 500 !important;
}
.searchpage.standardsearch #SearchBar .selection .ui-widget-content li a.ui-state-active,
.searchpage.standardsearch #SearchBar .selection .ui-widget-content li a.ui-state-focus {
  border: none !important;
  background-color: #173336 !important;
  color: rgba(255, 255, 255, 0.85) !important;
  padding-left: 40px !important;
  margin: 0 !important;
}
.searchpage.standardsearch #SearchBar .selection .ui-widget-content li a.ui-state-active strong,
.searchpage.standardsearch #SearchBar .selection .ui-widget-content li a.ui-state-focus strong {
  color: #fff !important;
  font-weight: 500 !important;
}
.searchpage.standardsearch #SearchBar .selection .ui-widget-content.ui-popular .ui-header {
  background-color: #e28844 !important;
}
.searchpage.standardsearch #SearchBar .selection .ui-widget-content.ui-popular li a {
  color: #424242 !important;
}
.searchpage.standardsearch #SearchBar .selection .ui-widget-content.ui-popular li a strong {
  color: #fff !important;
}
.searchpage.standardsearch #SearchBar .selection .ui-widget-content.ui-popular li a:hover {
  border: none !important;
  background-color: #173336 !important;
  color: #fff !important;
  padding-left: 40px !important;
  margin: 0 !important;
}
.searchpage.standardsearch #SearchBar .selection .ui-widget-content.ui-popular li a:hover strong {
  color: #fff !important;
  font-weight: 500 !important;
}
.searchpage.standardsearch #SearchBar .selection .tc h4 {
  color: #424242;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
}
.searchpage.standardsearch #SearchBar .selection .tc p {
  color: #424242;
}
.searchpage.standardsearch #SearchBar .selection #freeLocation::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #424242 !important;
}
.searchpage.standardsearch #SearchBar .selection #freeLocation::-moz-placeholder {
  /* Firefox 19+ */
  color: #424242 !important;
}
.searchpage.standardsearch #SearchBar .selection #freeLocation:-ms-input-placeholder {
  /* IE 10+ */
  color: #424242 !important;
}
.searchpage.standardsearch #SearchBar .selection #freeLocation:-moz-placeholder {
  /* Firefox 18- */
  color: #424242 !important;
}
.searchpage.standardsearch #SearchBar #guestlink.selbg {
  border-right: 1px solid #f8f8f8;
}
.searchpage.standardsearch #SearchBar .clearbutton {
  color: #424242;
  font-size: 19px;
}
.searchpage.standardsearch #SearchBar .dd {
  background-color: #fff;
  border: solid 1px #d4d4d4;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
}
.searchpage.standardsearch #SearchBar .dd .inputnumber {
  background-color: #fff;
  color: #424242;
  padding-left: 0;
  padding-right: 0;
  opacity: 1;
  -webkit-text-fill-color: #424242;
}
.searchpage.standardsearch #SearchBar .dd .numbercontrol {
  border-top: solid 1px #d4d4d4;
  padding: 0;
}
.searchpage.standardsearch #SearchBar .dd .numberselector {
  color: #424242;
  font-size: 16px;
  height: 48px;
  padding: 13px 0;
}
.searchpage.standardsearch #SearchBar .dd .numberselector .btn-number,
.searchpage.standardsearch #SearchBar .dd .numberselector .btn-number2,
.searchpage.standardsearch #SearchBar .dd .numberselector .btn-number3 {
  background-color: #fff;
  color: #424242;
  top: 0;
  width: 48px;
  height: 48px;
  font-size: 24px;
}
.searchpage.standardsearch #SearchBar .dd .numberselector .btn-number.minus,
.searchpage.standardsearch #SearchBar .dd .numberselector .btn-number2.minus,
.searchpage.standardsearch #SearchBar .dd .numberselector .btn-number3.minus {
  border-right: solid 1px #d4d4d4;
}
.searchpage.standardsearch #SearchBar .dd .numberselector .btn-number.plus,
.searchpage.standardsearch #SearchBar .dd .numberselector .btn-number2.plus,
.searchpage.standardsearch #SearchBar .dd .numberselector .btn-number3.plus {
  border-left: solid 1px #d4d4d4;
}
.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: 0;
}
@media (min-width: 992px) {
  .searchpage.standardsearch #SearchResultsCont {
    padding-top: 60px;
    margin-top: 80px;
  }
}
@media (min-width: 1200px) {
  .searchpage.standardsearch #SearchResultsCont {
    padding-top: 70px;
  }
}
@media (max-width: 991px) {
  .searchpage.standardsearch #SearchResultsCont {
    padding-top: 0;
  }
}
.searchpage.standardsearch .headertitle {
  margin-top: 30px;
}
.searchpage.standardsearch .headertitle h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 800;
  margin-top: 0;
  margin-right: 20px;
}
.searchpage.standardsearch .headertitle .searchcount {
  margin-left: 0;
  font-size: 16px;
}
.searchpage.standardsearch.mapview {
  /* Small screen and smaller */
}
@media (max-width: 991px) {
  .searchpage.standardsearch.mapview #propcountsandddls {
    margin-bottom: 20px !important;
  }
}
.searchpage.standardsearch.mapview .paginationcont #pagination {
  padding-top: 0 !important;
  margin-top: 20px;
}
.dwwr {
  border-radius: 0 !important;
}
.dwwr .dwbc {
  background-color: #fff !important;
}
.dwwr .dw-cal-day {
  color: #424242 !important;
}
.dwwr .dw-cal-days-c {
  background-color: #fff !important;
}
.dwwr .dw-cal-header {
  border-top: 1px solid #e8e8ea;
  border-bottom: 1px solid #e8e8ea;
  background-color: #e28844 !important;
}
.dwwr .dw-cal-btn {
  color: #fff !important;
}
.dwwr .dw-cal-month,
.dwwr .dw-cal-year {
  color: #fff;
  background-color: #e28844;
  font-family: 'Roboto', sans-serif;
  font-weight: 500 !important;
  font-size: 16px !important;
}
.dwwr .mbsc-ic-arrow-left5:before {
  color: #fff !important;
}
.dwwr .mbsc-ic-arrow-right5:before {
  color: #fff !important;
}
.dwwr .dw-cal-next-m {
  border-right: 1px solid #e8e8ea;
}
.dwwr .dw-sel .dw-cal-day-fg {
  background-color: #e28844 !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: #e28844 !important;
}
.dwwr .dwbc .dwb-c .dwb:after {
  color: #424242;
}
.dwwr th {
  font-size: 14px !important;
  color: #424242;
  font-family: 'Roboto', sans-serif;
}
body.refinePopup.newlayoutsearch .grouping.first {
  display: none;
}
.searchpagerefiner #SearchPanel .head .icon {
  color: #fff;
  margin-right: 6px;
}
.searchpagerefiner #SearchPanel .head .icon.pochenty-magnifying-glass:before {
  font-family: "Feather-Icons";
  content: '\e818';
}
.searchpagerefiner #SearchPanel .head .icon.pochenty-funnel:before {
  font-family: "Feather-Icons";
  content: '\e80c';
}
.searchpagerefiner #SearchPanel .head a {
  padding-right: 30px !important;
  position: relative;
}
.searchpagerefiner #SearchPanel .head a .icon {
  color: #fff;
  position: absolute;
  top: 3px;
  right: 0;
}
.searchpagerefiner #SearchPanel .head a .icon.pochenty-cross:before {
  font-family: "Feather-Icons";
  content: '\e808';
}
.searchpagerefiner #SearchPanel .inner h4 {
  text-transform: initial;
}
.searchpagerefiner #SearchPanel .inner .ddlwrap {
  border-bottom: 0;
  background-color: #f8f8f8;
}
.searchpagerefiner #SearchPanel .inner .ddlwrap .location {
  display: none;
}
.searchpagerefiner #SearchPanel .inner .ddlwrap:before {
  font-family: "Feather-Icons";
  content: '\e80f';
  color: #424242;
  font-size: 24px;
  top: 15px;
}
.searchpagerefiner #SearchPanel .inner .ddlwrap .aspNetDisabled {
  opacity: 0.5;
}
.searchpagerefiner #SearchPanel .inner #dpicker #datepicker {
  font-weight: 500 !important;
}
.searchpagerefiner #SearchPanel .inner #dpicker .icon {
  font-size: 19px;
}
.searchpagerefiner #SearchPanel .inner .townlist {
  padding: 0 5px;
}
.searchpagerefiner #SearchPanel .inner .townlist select {
  padding: 0 19px;
}
.searchpagerefiner #SearchPanel .inner .townlist .ddlwrap:before {
  right: 19px;
}
.searchpagerefiner #SearchPanel .inner .AltDateSearch .numbercontrol {
  border-top: 1px solid #d4d4d4;
  padding: 0 5px;
}
.searchpagerefiner #SearchPanel .inner .AltDateSearch select {
  padding: 0 10px;
}
.searchpagerefiner #SearchPanel .inner .AltDateSearch .ddlwrap:before {
  right: 10px;
}
.searchpagerefiner #SearchPanel .footerrefiner {
  padding: 0 !important;
}
.searchpagerefiner #SearchPanel .footerrefiner .col-xs-6 {
  padding: 0;
}
.searchpagerefiner #SearchPanel .footerrefiner .btnlink {
  background-color: #d4d4d4;
  border-color: #d4d4d4;
  font-size: 18px;
  color: #fff !important;
  font-weight: 500 !important;
  height: 68px;
  line-height: 68px !important;
}
.searchpagerefiner #SearchPanel .footerrefiner .btnlink:hover,
.searchpagerefiner #SearchPanel .footerrefiner .btnlink:focus {
  background-color: #d4d4d4;
  color: #fff;
}
.searchpagerefiner #SearchPanel .footerrefiner .btn {
  background-color: #e12726;
  font-family: 'Roboto', sans-serif;
  border: 1px solid #e12726;
  font-weight: 500 !important;
  width: 100% !important;
  height: 68px !important;
  border-radius: 0;
  font-size: 18px !important;
  padding: 0px 15px 0px 0 !important;
  line-height: 68px !important;
}
.searchpagerefiner .inner.refiner {
  padding-top: 80px !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: #037A63;
  color: #424242;
}
.searchpagerefiner .dd .numbercontrol {
  background-color: #fff !important;
}
.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: 16px !important;
}
.searchpagerefiner .dd .propnamesearch .propnamesearchBut {
  border-radius: 0 !important;
}
.searchpagerefiner .dd .numbercontrol {
  border-top: 1px solid #d4d4d4;
  background-color: #fff;
  padding: 0 24px;
}
.searchpagerefiner .dd .numbercontrol input {
  background-color: #fff;
}
.searchpagerefiner .dd .icon {
  position: absolute;
  right: 10px;
  top: 7px;
  font-size: 22px;
  color: #173336;
}
.searchpagerefiner .dd .numberselector {
  text-align: left;
  position: relative;
  padding: 20px 0;
  font-size: 15px;
  color: #424242;
  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: #424242 !important;
  top: 5px !important;
  font-size: 24px !important;
}
.searchpagerefiner .dd .numberselector .btn-number.minus,
.searchpagerefiner .dd .numberselector .btn-number2.minus,
.searchpagerefiner .dd .numberselector .btn-number3.minus {
  right: 40px !important;
  color: #424242 !important;
  border: solid 1px #d4d4d4 !important;
  width: 50px !important;
  height: 40px !important;
  top: 10px !important;
}
.searchpagerefiner .dd .numberselector .btn-number.plus,
.searchpagerefiner .dd .numberselector .btn-number2.plus,
.searchpagerefiner .dd .numberselector .btn-number3.plus {
  right: 0;
  color: #424242 !important;
  border: solid 1px #d4d4d4 !important;
  width: 50px !important;
  height: 40px !important;
  top: 10px !important;
}
.searchpagerefiner .dd .numberselector input {
  color: #424242 !important;
  opacity: 1 !important;
  padding-top: 1px;
}
.searchpagerefiner .dd .numberselector input:disabled,
.searchpagerefiner .dd .numberselector textarea:disabled {
  -webkit-text-fill-color: #424242;
  /* Override iOS / Android font color change */
  -webkit-opacity: 1 !important;
  /* Override iOS opacity change affecting text & background color */
  color: #424242;
  /* 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: #fff;
  color: #424242 !important;
  text-align: right;
}
.searchpagerefiner .dd input {
  color: #424242 !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: #f8f8f8 !important;
}
@media (max-width: 991px) {
  .searchpagerefiner .pnamesearch .numbercontrol.propsearchcol {
    padding-top: 4px;
  }
}
.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: #424242 !important;
  padding-left: 10px !important;
}
.searchpagerefiner .pnamesearch .numbercontrol .propnamesearch .propnamesearchBut {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.searchpagerefiner .location {
  display: none;
}
.searchpagerefiner .propnamesearchBut {
  background-color: #e28844 !important;
}
.searchpagerefiner a.zerocount span {
  display: none;
}
.searchpagerefiner .codesearchlist2 {
  width: 100% !important;
  left: 0px !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.searchpagerefiner .codesearchlist2 .codesearchlistitem2 {
  padding: 7px 20px;
  font-size: 14px;
}
.searchpagerefiner .codesearchlist2 .codesearchhoverlistitem2 {
  background-color: #173336;
  color: #fff;
  padding: 7px 20px;
  font-size: 14px;
}
.searchpagerefiner.newlayoutsearch #SearchPanel .inner .ddlwrap {
  background-color: #fff !important;
}
.searchpagerefiner.newlayoutsearch .dd .numbercontrol {
  background-color: #fff !important;
}
.searchpagerefiner.newlayoutsearch .dd .numbercontrol input {
  background-color: #fff !important;
  font-weight: 500 !important;
}
.searchpagerefiner.newlayoutsearch .dd.pnamesearch .numbercontrol {
  background-color: #f8f8f8 !important;
}
.searchpagerefiner.newlayoutfilters {
  /* Extra small screen and smaller */
}
.searchpagerefiner.newlayoutfilters #SearchPanel,
.searchpagerefiner.newlayoutfilters #mobfilterselector {
  background-color: #f8f8f8;
}
@media (max-width: 767px) {
  .searchpagerefiner.newlayoutfilters .filtersWide ul label {
    padding-bottom: 15px !important;
  }
  .searchpagerefiner.newlayoutfilters .filtersWide ul li {
    border-bottom: 1px solid #d4d4d4;
  }
  .searchpagerefiner.newlayoutfilters .filtersWide ul li:last-of-type {
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
  }
}
.searchpagerefiner #SearchPanel-Container #SearchView-Refiner.active .scrolldiv {
  background-color: #f8f8f8;
}
.searchpagerefiner #SearchPanel-Container #FeatureView-Refiner.active .scrolldiv {
  background-color: #fff;
}
.availabilityPopup {
  background-color: #fff;
}
.availabilityPopup .head {
  background-color: #037A63;
  height: 80px;
}
.availabilityPopup .head h3 {
  font-size: 24px;
  margin-top: 26px;
  padding-left: 38px;
}
.availabilityPopup .head h3:after {
  content: '\e809';
  font-family: "Feather-Icons";
  margin-left: 10px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 25px;
}
.availabilityPopup .head .cancel {
  padding-top: 25px;
  text-align: right;
  padding-bottom: 17px;
}
.availabilityPopup .head .cancel i {
  font-size: 22px;
  color: #fff;
}
.availabilityPopup .head .cancel i:before {
  font-family: "Feather-Icons";
  content: '\e808';
}
.availabilityPopup .securenotice {
  display: none;
}
.availabilityPopup .PoweredBy,
.availabilityPopup .legalDisclaimer,
.availabilityPopup #insuranceDisclaimer {
  display: none;
}
.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner #jrange .ui-widget-content {
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ui-state-default {
    margin-bottom: 32px !important;
  }
}
.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .form-control {
  font-size: 13px !important;
  font-weight: 400 !important;
}
@media (min-width: 375px) {
  .availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .form-control {
    font-size: 16px !important;
  }
}
.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .durationavaildd .ddlwrap {
  margin-top: 10px !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .durationavaildd .ddlwrap {
    margin-top: 20px !important;
  }
}
.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .durationavaildd .ddlwrap2:before {
  font-family: "Feather-Icons" !important;
  content: '\e804' !important;
  color: #424242 !important;
}
.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ddlwrap {
  border: 1px solid #d4d4d4 !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ddlwrap {
    margin-top: 20px !important;
  }
}
.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ddlwrap:before {
  font-family: "Feather-Icons";
  content: '\e804';
  color: #424242;
}
.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .ddlwrap2:before {
  font-family: "Feather-Icons" !important;
  content: '\e804' !important;
  color: #424242 !important;
}
.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .monthavaildd #monthprev span:before {
  font-family: "Feather-Icons" !important;
  content: '\e805' !important;
  color: #424242 !important;
}
.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .monthavaildd #monthnext span:before {
  font-family: "Feather-Icons" !important;
  content: '\e807' !important;
  color: #424242 !important;
}
.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .calheader {
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
  background-color: #f8f8f8 !important;
  color: #424242 !important;
  font-family: 'Roboto', sans-serif;
  font-size: 16px !important;
}
.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .startDate span {
  background-color: #f8f8f8 !important;
  color: #424242 !important;
}
@media (min-width: 768px) and (max-width: 991px) {
  .availabilityPopup #AvailabilityPanel .AvailabilityPanelInner th span {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    margin-bottom: 24px !important;
  }
}
.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .hasDatepicker {
  border: 1px solid #d4d4d4 !important;
  border-top: 0 !important;
}
.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner .propdate .propavail {
  border: 1px solid #d4d4d4 !important;
}
.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner #quickBook {
  border: 1px solid #d4d4d4 !important;
}
.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner #quickBook .date {
  color: #424242 !important;
  font-weight: 500 !important;
}
.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner.Bottom .avControls .avDates .popular {
  font-size: 15px;
  line-height: 1.55;
  border-left: 5px solid #e28844;
}
.availabilityPopup #AvailabilityPanel .AvailabilityPanelInner.Bottom .avControls .avDates .popular span {
  font-weight: 500;
}
#AvailabilityPanel {
  font-family: 'Roboto', sans-serif !important;
  /* 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: 14px;
}
#AvailabilityPanel .securenotice .pochenty {
  color: #424242;
  font-size: 22px;
  margin-right: 6px;
}
#AvailabilityPanel .securenotice .pochenty:before {
  font-family: "Feather-Icons";
  content: '\e819';
  margin: 0;
}
#AvailabilityPanel .AvailabilityPanelInner #extramessage .popular {
  font-size: 15px !important;
  border-left: 5px solid #e28844 !important;
}
#AvailabilityPanel .AvailabilityPanelInner .durationavaildd .ddlwrap {
  margin-top: 0 !important;
}
#AvailabilityPanel .AvailabilityPanelInner .ddlwrap {
  border: 1px solid #d4d4d4 !important;
}
#AvailabilityPanel .AvailabilityPanelInner .hasDatepicker {
  border-left: 1px #d4d4d4 !important;
  border-right: 1px #d4d4d4 !important;
  border-bottom: 1px #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
#AvailabilityPanel .AvailabilityPanelInner .propdate .warning {
  border-top: solid 1px #d4d4d4 !important;
  border-right: solid 1px #d4d4d4 !important;
  border-bottom: solid 1px #d4d4d4 !important;
  font-size: 14px !important;
}
#AvailabilityPanel .AvailabilityPanelInner .propdate.amberwarning p {
  border-top: solid 1px #d4d4d4 !important;
  border-right: solid 1px #d4d4d4 !important;
  border-bottom: solid 1px #d4d4d4 !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 #d4d4d4 !important;
  border-right: solid 1px #d4d4d4 !important;
  border-bottom: solid 1px #d4d4d4 !important;
}
#AvailabilityPanel .AvailabilityPanelInner .propdate .propavailselect a {
  background-color: #5caa59 !important;
  color: #173336;
}
#AvailabilityPanel .AvailabilityPanelInner .propdate .propavailselect a:hover {
  background-color: rgba(92, 170, 89, 0.85) !important;
}
#AvailabilityPanel .AvailabilityPanelInner .propdate.enquire .propavailselect a {
  background-color: #f28e00 !important;
}
#AvailabilityPanel .AvailabilityPanelInner .propdate.enquire .propavailselect a:hover,
#AvailabilityPanel .AvailabilityPanelInner .propdate.enquire .propavailselect a:focus {
  background-color: #f1a130 !important;
}
.ui-widget-content.propsearch {
  font-family: 'Roboto', sans-serif;
  border: solid 1px #d4d4d4;
}
.ui-widget-content.propsearch li div {
  padding: 10px 15px !important;
  color: #424242;
  font-size: 16px;
}
.ui-widget-content.propsearch li div.ui-state-active {
  border: none;
  background-color: #e28844;
  color: #fff !important;
}
.cottagepage #MainNav {
  background-color: #173336;
  border: 0;
  height: 80px;
  color: #424242;
}
.cottagepage #MainNav .logo {
  color: #ffffff;
  background-image: url('https://files.holidaycottages.co.uk/docs/glampingstays/logo.svg');
}
.cottagepage #MainNav ul li.first {
  border-right: 1px solid #d4d4d4;
}
.cottagepage #MainNav ul li a {
  color: #ffffff;
}
.cottagepage #MainNav ul li.letwithus a {
  font-family: 'Roboto', sans-serif;
  background-color: #037A63;
  color: #fff !important;
  border: 1px solid #037A63;
  font-weight: 500;
}
.cottagepage #MainNav ul li.letwithus a:hover,
.cottagepage #MainNav ul li.letwithus a:focus {
  border: 1px solid #025B4A;
  background-color: #025B4A;
}
.cottagepage #MainNav ul li.callus {
  color: #424242;
}
.cottagepage #MainNav .menuicon {
  color: #ffffff;
  /* Small screen and smaller */
  /* Extra small screen and smaller */
}
.cottagepage #MainNav .menuicon .menuicon-bar {
  background-color: #e28844;
}
@media (max-width: 991px) {
  .cottagepage #MainNav .menuicon {
    right: 47px;
  }
}
@media (max-width: 767px) {
  .cottagepage #MainNav .menuicon {
    right: 45px;
  }
}
@media (max-width: 767px) {
  .cottagepage #cottage-container {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cottagepage .cottagepanel {
    margin-bottom: 30px !important;
  }
}
@media (min-width: 992px) {
  .cottagepage .cottagepanel#MapPanel {
    margin-bottom: 0 !important;
  }
}
.cottagepage .propertyleftcol {
  font-size: 16px;
  /* Small screen and smaller */
}
@media (min-width: 768px) and (max-width: 991px) {
  .cottagepage .propertyleftcol .propinfo {
    padding-bottom: 0;
  }
}
.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;
  /* Extra small screen and smaller */
}
.cottagepage .propertyleftcol .propinfo .borderwrap .propabout a {
  padding: 12px 28px;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.4;
  color: #424242;
  text-decoration: none;
  float: left;
  width: 100%;
  background-color: #F2EEE9;
}
.cottagepage .propertyleftcol .propinfo .borderwrap .propabout a.active {
  background-color: #f8f8f8;
  border: none;
  border-bottom: none;
}
.cottagepage .propertyleftcol .propinfo .borderwrap .propabout a:hover,
.cottagepage .propertyleftcol .propinfo .borderwrap .propabout a :focus {
  cursor: pointer;
  color: #424242;
}
.cottagepage .propertyleftcol .propinfo .borderwrap .propabout .propcode {
  color: #f8f8f8;
}
@media (max-width: 767px) {
  .cottagepage .propertyleftcol .propinfo .borderwrap .propabout {
    width: 50%;
  }
  .cottagepage .propertyleftcol .propinfo .borderwrap .propabout a {
    padding: 7px 0;
    text-align: center;
  }
}
.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 .propinfo #PropertyDescriptionContentMobileTab,
.cottagepage .propertyleftcol .propinfo #PropertyDescriptionContentMobileAccordion {
  margin-bottom: 20px;
}
.cottagepage .propertyleftcol .Complex .item {
  border-bottom: 1px solid #d4d4d4;
}
.cottagepage .propertyleftcol .ataglance {
  border-bottom: 1px solid #d4d4d4;
}
.cottagepage .propertyleftcol .ataglance .circle {
  background-color: #173336;
}
.cottagepage .propertyleftcol #Features .icon,
.cottagepage .propertyleftcol #Features2 .icon {
  color: #f8f8f8;
}
.cottagepage .propertyleftcol #Reviews .name span {
  margin-left: 0 !important;
  color: #424242 !important;
  font-size: 15px !important;
}
.cottagepage .propertyleftcol #Reviews .name span.comma {
  display: none;
}
.cottagepage .propertyleftcol #Reviews .name span.reviewdate {
  float: right;
}
.cottagepage .propertyleftcol #propimageslider .slick-prev {
  background-color: #173336;
}
.cottagepage .propertyleftcol #propimageslider .slick-next {
  background-color: #173336;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .cottagepage .propertyleftcol #propimageslider .slick-dots li button {
    background-color: #173336;
  }
}
.cottagepage .propertyleftcol #propimageslider .slick-dots li.slick-active button {
  background-color: #173336;
}
@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 */
  /* Extra small screen and smaller */
  /* Small screen and smaller */
  /* Extra small screen and smaller */
}
.cottagepage.basic .imageCaption .imageTextDisplay {
  padding: 3px 16px 3px 20px;
}
.cottagepage.basic h1 {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 8px !important;
}
@media (min-width: 992px) {
  .cottagepage.basic h1 {
    font-size: 28px;
    line-height: 1.43;
    margin-bottom: 4px !important;
  }
}
.cottagepage.basic h3 {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  border-bottom: 1px solid #d4d4d4;
  margin-bottom: 24px !important;
  padding-bottom: 24px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .cottagepage.basic h3 {
    margin-top: 24px !important;
  }
}
@media (min-width: 992px) {
  .cottagepage.basic h3 {
    font-size: 24px;
    line-height: 1.33;
  }
}
.cottagepage.basic .marketingaddress {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  color: #424242;
  font-size: 18px;
  line-height: 1.33;
}
@media (min-width: 992px) {
  .cottagepage.basic .marketingaddress {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
  }
}
.cottagepage.basic .starrating {
  display: none;
}
.cottagepage.basic #MainNav {
  border: 0;
  height: 80px;
}
@media (max-width: 767px) {
  .cottagepage.basic .propertyleftcol {
    margin-top: 0;
  }
}
.cottagepage.basic #QuickBar {
  background-color: #f8f8f8;
  border-bottom: none;
  color: #fff;
  top: 80px;
  height: 60px;
  line-height: 60px;
  /* Small screen and smaller */
  /* Extra small screen and smaller */
}
.cottagepage.basic #QuickBar .backlink {
  float: left;
  padding-left: 15px;
  margin-top: 13px;
}
.cottagepage.basic #QuickBar a {
  color: #424242;
  font-size: 16px;
  height: 59px;
  float: left;
  padding-bottom: 19px;
  position: relative;
  margin-right: 60px;
  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 20px 6px 20px;
  line-height: normal;
  border-radius: 2px;
  font-family: 'Roboto', sans-serif;
  background-color: #e28844;
  color: #173336;
  font-weight: 500;
  border: solid 1px #e28844;
  /* Extra small screen and smaller */
}
.cottagepage.basic #QuickBar a.backtoresults:before {
  content: "";
  font-family: 'pochenty';
  color: #fff;
  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: solid 1px #e28844;
  color: #173336;
  background-color: rgba(226, 136, 68, 0.8);
}
.cottagepage.basic #QuickBar a.backtoresults:hover:before,
.cottagepage.basic #QuickBar a.backtoresults:focus:before {
  color: #fff;
}
@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: #173336;
  }
}
@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 {
  color: #fff;
  background-color: #ffffff;
  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 #e28844;
}
.cottagepage.basic #QuickBar .AvailabilityHead {
  background-color: #F2EEE9;
  padding: 0 15px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  color: #424242;
  font-weight: 500;
}
.cottagepage.basic #QuickBar .AvailabilityHead:after {
  content: '\e809';
  font-family: "Feather-Icons";
  position: absolute;
  right: 15px;
  font-size: 22px;
  color: #424242;
  font-weight: 400;
}
@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;
  }
  .cottagepage.basic #QuickBar a.backtoresults:before {
    top: 4px;
  }
  .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;
  }
  .cottagepage.basic #QuickBar .backlink a {
    background-color: transparent;
  }
  .cottagepage.basic #QuickBar .backlink a:before {
    color: #424242;
  }
}
@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;
  }
  .cottagepage.basic #QuickBar a.backtoresults:before {
    line-height: 14px;
    top: 6px;
  }
}
.cottagepage.basic #top {
  margin-top: 164px;
  /* 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 .PropertyImageCol .slick-prev:before {
  font-family: "Feather-Icons" !important;
  content: '\e805' !important;
  font-size: 36px !important;
}
.cottagepage.basic #PropertyImage .PropertyImageCol .slick-next:before {
  font-family: "Feather-Icons" !important;
  content: '\e807' !important;
  font-size: 36px !important;
}
.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 .leadimage.noimage:before {
  background-image: none;
}
.cottagepage.basic #PropertyImage .imggalviewall {
  color: #fff;
  font-size: 16px;
  border: 1px solid #fff;
  border-radius: 3px;
  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: #e28844;
  border-color: #e28844;
  color: #173336;
}
@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 .imggalviewall,
.cottagepage.basic #PropertyImage .imggalviewall-lightgallery {
  background-image: none !important;
  -webkit-transition: all 0ms ease-out;
  transition: all 0ms ease-out;
  background-color: #173336;
}
.cottagepage.basic #PropertyImage .imggalviewall:hover,
.cottagepage.basic #PropertyImage .imggalviewall-lightgallery:hover,
.cottagepage.basic #PropertyImage .imggalviewall:focus,
.cottagepage.basic #PropertyImage .imggalviewall-lightgallery:focus {
  background-color: rgba(76, 76, 79, 0.66);
  -webkit-transition: all 0ms ease-out;
  transition: all 0ms ease-out;
}
.cottagepage.basic #PropertyImage .imggalviewall .material-icons:before,
.cottagepage.basic #PropertyImage .imggalviewall-lightgallery .material-icons:before {
  font-family: material icons;
  content: '\e56b';
  display: inline-block !important;
  line-height: 26px;
}
@media (min-width: 768px) {
  .cottagepage.basic #PropertyImage .imggalviewall .material-icons:before,
  .cottagepage.basic #PropertyImage .imggalviewall-lightgallery .material-icons:before {
    line-height: 32px;
  }
}
@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 .updated-stars-panel {
  margin-top: 16px;
  margin-bottom: 16px;
}
.cottagepage.basic .updated-stars-panel .stars {
  color: #424242;
  font-weight: 400;
  font-size: 16px;
}
.cottagepage.basic .updated-stars-panel .stars span {
  margin-left: 12px;
}
.cottagepage.basic .updated-stars-panel .stars span i {
  margin-right: 8px;
  color: #424242;
  font-size: 22px;
  /*position:relative;


                &:before {
                    font-family: "Feather-Icons";
                    content: '\e81c';
                    font-size: 22px;
                }*/
}
.cottagepage.basic .updated-overview-panel .item {
  border-color: #d4d4d4;
}
.cottagepage.basic .updated-overview-panel .item span {
  color: #424242;
  font-size: 16px;
  font-weight: 500;
}
.cottagepage.basic .updated-overview-panel .item i,
.cottagepage.basic .updated-overview-panel .item span.pochenty-bathrooms,
.cottagepage.basic .updated-overview-panel .item span.pochenty-no-dogs-icon {
  display: none;
  color: #424242;
}
.cottagepage.basic .updated-overview-panel .item span.pochenty-bathrooms {
  vertical-align: text-top !important;
  height: 24px;
}
@media (max-width: 374px) {
  .cottagepage.basic .updated-overview-panel .item span.pochenty-bathrooms {
    height: 20px;
    font-size: 18px !important;
    vertical-align: middle !important;
    margin-top: 0px;
  }
}
.cottagepage.basic .updated-overview-panel .item span.pochenty-no-dogs-icon {
  margin-top: 0px;
  vertical-align: text-top !important;
  height: 24px;
}
@media (max-width: 374px) {
  .cottagepage.basic .updated-overview-panel .item span.pochenty-no-dogs-icon {
    height: 20px;
    font-size: 18px !important;
    vertical-align: middle !important;
  }
}
.cottagepage.basic .updated-overview-panel .item .sleeps-icon,
.cottagepage.basic .updated-overview-panel .item .bedroom-icon,
.cottagepage.basic .updated-overview-panel .item .bathroom-icon,
.cottagepage.basic .updated-overview-panel .item .pet-icon,
.cottagepage.basic .updated-overview-panel .item .no-pets-icon {
  font-family: "Feather-Icons";
  display: none;
}
.cottagepage.basic .updated-overview-panel .item .sleeps-icon:before,
.cottagepage.basic .updated-overview-panel .item .bedroom-icon:before,
.cottagepage.basic .updated-overview-panel .item .bathroom-icon:before,
.cottagepage.basic .updated-overview-panel .item .pet-icon:before,
.cottagepage.basic .updated-overview-panel .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;
}
.cottagepage.basic .updated-overview-panel .item .sleeps-icon:before {
  content: '\e80d';
}
.cottagepage.basic .updated-overview-panel .item .bedroom-icon:before {
  content: '\e802';
}
.cottagepage.basic .updated-overview-panel .item .bathroom-icon {
  font-size: 24px !important;
  vertical-align: middle !important;
  display: inline-block !important;
}
.cottagepage.basic .updated-overview-panel .item .bathroom-icon:before {
  content: '\e801';
}
.cottagepage.basic .updated-overview-panel .item .pet-icon:before {
  content: '\e80a';
}
.cottagepage.basic .updated-overview-panel .item .no-pets-icon {
  font-size: 22px !important;
  vertical-align: middle !important;
  display: inline-block !important;
}
.cottagepage.basic .updated-overview-panel .item .no-pets-icon:before {
  content: '\e81f';
}
.cottagepage.basic .updated-overview-panel .item .detail-number {
  font-family: 'Roboto', sans-serif;
  font-size: 16px !important;
}
.cottagepage.basic .ferrypanel .ferrycta i {
  color: #424242;
}
.cottagepage.basic #OverviewPanel {
  margin-bottom: 24px;
  margin-top: 24px;
  /* Extra small screen and smaller */
}
@media (min-width: 768px) {
  .cottagepage.basic #OverviewPanel {
    margin-top: 32px;
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .cottagepage.basic #OverviewPanel {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.cottagepage.basic #OverviewPanel #OverviewPanelContainer h1 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
}
.cottagepage.basic #OverviewPanel h1 {
  margin-right: 5px;
  margin-top: 0;
}
@media (max-width: 767px) {
  .cottagepage.basic #OverviewPanel h1 {
    float: left;
  }
  .cottagepage.basic #OverviewPanel .marketingaddress {
    float: left;
    clear: both;
  }
}
.cottagepage.basic #OverviewPanel span.code {
  font-size: 15px;
  color: #424242;
  margin-top: 20px;
  display: block;
  font-weight: 500;
}
.cottagepage.basic #OverviewPanel .PropertyDescriptionWrap {
  padding: 12px 24px 20px;
  float: left;
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
  border-top: none;
  width: 100%;
}
.cottagepage.basic #OverviewPanel .PropertyDescriptionWrap span.code {
  font-size: 15px;
  font-weight: 600;
  margin-top: 20px;
  display: block;
}
.cottagepage.basic #OverviewPanel .PropertyDescriptionWrap #PropertyDescription {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5;
}
.cottagepage.basic #OverviewPanel .PropertyDescriptionWrap #PropertyDescription .intro p {
  font-weight: 500;
}
.cottagepage.basic #OverviewPanel .PropertyDescriptionWrap #PropertyDescription p {
  margin-bottom: 12px;
  line-height: 1.5;
}
.cottagepage.basic #OverviewPanel .PropertyDescriptionWrap #PropertyDescription2 {
  display: none;
}
@media (max-width: 991px) {
  .cottagepage.basic #OverviewPanel .PropertyDescriptionWrap {
    padding: 0 15px 0;
  }
}
.cottagepage.basic #OverviewPanel #PropertyDescription2 {
  display: none;
}
.cottagepage.basic #OverviewPanel .ataglance {
  margin-top: 24px;
  margin-bottom: 40px;
  /* Extra small screen and smaller */
}
.cottagepage.basic #OverviewPanel .ataglance .item {
  background-color: #f8f8f8;
  border: none;
  color: #424242;
  font-size: 16px;
  margin-right: 8px;
  padding: 10px 16px;
  margin-bottom: 8px;
}
.cottagepage.basic #OverviewPanel .ataglance .item.changeover {
  display: none;
}
.cottagepage.basic #OverviewPanel .ataglance span {
  display: inline-block;
}
.cottagepage.basic #OverviewPanel .ataglance #MoreFeatures .item {
  background-color: #f8f8f8;
  border: none;
  color: #424242;
}
.cottagepage.basic #OverviewPanel .ataglance #ShowFeatures {
  border: solid 1px #e28844;
  font-family: 'Roboto', sans-serif;
  background-color: #e28844;
  color: #173336;
  font-weight: 500;
  border-radius: 2px;
  position: relative;
  padding: 10px 15px 10px 30px;
  float: left;
  right: auto;
  font-size: 16px;
}
.cottagepage.basic #OverviewPanel .ataglance #ShowFeatures:before {
  content: '\e816';
  font-family: "Feather-Icons";
  position: absolute;
  left: 7px;
  font-size: 16px;
  top: 9px;
  font-weight: 400;
}
.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 {
  color: #173336;
  background-color: rgba(226, 136, 68, 0.8);
  border: solid 1px rgba(226, 136, 68, 0.8);
}
.cottagepage.basic #OverviewPanel .ataglance #ShowFeatures2 {
  border: solid 1px #424242;
  font-family: 'Roboto', sans-serif;
  background-color: #fff;
  color: #424242;
  font-weight: 500;
  border-radius: 2px;
  position: relative;
  padding: 10px 15px;
  float: left;
  right: auto;
  font-size: 16px;
}
.cottagepage.basic #OverviewPanel .ataglance #ShowFeatures2:hover,
.cottagepage.basic #OverviewPanel .ataglance #ShowFeatures2:focus {
  background-color: rgba(226, 136, 68, 0.8);
  color: #173336;
  border: solid 1px rgba(226, 136, 68, 0.8);
}
@media (max-width: 767px) {
  .cottagepage.basic #OverviewPanel .ataglance {
    margin-bottom: 24px;
  }
}
.cottagepage.basic #OverviewPanel ul {
  padding-left: 15px;
  margin: 0;
}
.cottagepage.basic #OverviewPanel ul li {
  background-image: none;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position: 0 50%;
  margin-bottom: 12px;
  padding-left: 5px;
}
@media (max-width: 767px) {
  .cottagepage.basic #OverviewPanel #AvailabilityPanel {
    background-color: #5caa59;
  }
}
.cottagepage.basic #OverviewPanel #AvailabilityPanel .mobavaillinks .btn.fullwidth {
  line-height: 36px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cottagepage.basic #OverviewPanel #AvailabilityPanel .mobavaillinks .btn.fullwidth {
    line-height: 42px;
    font-size: 16px;
    border-radius: 0;
    font-weight: 500;
  }
}
.cottagepage.basic #OverviewPanel #AvailabilityPanel .mobavaillinks .btn.fullwidth i {
  line-height: 36px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .cottagepage.basic #OverviewPanel #AvailabilityPanel .mobavaillinks .btn.fullwidth i {
    line-height: 42px;
  }
}
.cottagepage.basic #OverviewPanel #AvailabilityPanel .mobavaillinks .fullb .fullwidth:hover,
.cottagepage.basic #OverviewPanel #AvailabilityPanel .mobavaillinks .fullb .fullwidth:focus {
  background-color: #5caa59;
}
@media (max-width: 991px) {
  .cottagepage.basic #OverviewPanel #AvailabilityPanel .mobavaillinks .datesselected {
    background-color: #e28844;
    color: #173336;
  }
}
@media (max-width: 991px) {
  .cottagepage.basic #OverviewPanel #AvailabilityPanel .mobavaillinks .datesselected.enquirediv {
    background-color: #f28e00;
    color: #173336;
  }
}
@media (max-width: 991px) {
  .cottagepage.basic #OverviewPanel #AvailabilityPanel .mobavaillinks .datesselected .bookdiv .rightwrap {
    background-color: #e28844;
    color: #173336;
  }
}
@media (max-width: 991px) {
  .cottagepage.basic #OverviewPanel #AvailabilityPanel .mobavaillinks .datesselected .bookdiv .rightwrap:hover,
  .cottagepage.basic #OverviewPanel #AvailabilityPanel .mobavaillinks .datesselected .bookdiv .rightwrap:focus {
    background-color: #e28844 !important;
    color: #173336;
  }
}
.cottagepage.basic #OverviewPanel #AvailabilityPanel .mobavaillinks .datesselected .rightwrap a {
  font-weight: 500;
}
.cottagepage.basic #OverviewPanel #AvailabilityPanel .mobavaillinks .datesselected .leftwrap p {
  font-size: 16px;
  font-weight: 500;
}
.cottagepage.basic #OverviewPanel #AvailabilityPanel .mobavaillinks .datesselected .leftwrap .icon {
  color: #424242;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .cottagepage.basic #OverviewPanel #AvailabilityPanel .mobavaillinks .datesselected.enquirediv .bookdiv .rightwrap {
    background-color: #f28e00;
  }
}
@media (max-width: 991px) {
  .cottagepage.basic #OverviewPanel #AvailabilityPanel .mobavaillinks .datesselected.enquirediv .bookdiv .rightwrap:hover,
  .cottagepage.basic #OverviewPanel #AvailabilityPanel .mobavaillinks .datesselected.enquirediv .bookdiv .rightwrap:focus {
    background-color: #f28e00 !important;
  }
}
.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: '\e818';
  font-family: "Feather-Icons";
  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 #LightGalleryImagePanel .cottagepanel .PropertyImageWrap .ColourWrap {
  background-color: #f8f8f8;
  padding: 15px;
  margin-top: -1px;
}
.cottagepage.basic #LightGalleryImagePanel .cottagepanel .PropertyImageWrap .ColourWrap .imggal:hover .imgbg:before {
  font-family: "Feather-Icons";
  content: '\e818';
}
.cottagepage.basic #CalendarPanel {
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .cottagepage.basic #CalendarPanel {
    display: none;
  }
}
.cottagepage.basic #CalendarPanel #CalControl a {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 0%;
  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 #d4d4d4;
}
.cottagepage.basic #CalendarPanel .propavailcalmonth .propouter .propavailcalmonthname {
  background-color: #173336;
  color: #fff;
  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;
  color: #fff;
  text-transform: initial;
}
.cottagepage.basic #CalendarPanel .propavailcalmonth .propouter .daynames {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  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: #d4d4d4;
}
.cottagepage.basic #CalendarPanel .propavailcalmonth .propouter .propavailcalbox.booked span {
  background-color: #d4d4d4;
}
.cottagepage.basic #ManagerPanel #Manager p {
  margin-bottom: 0;
  /* 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: 440px;
  }
}
@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: 30px;
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .cottagepage.basic #ReviewPanel {
    margin-bottom: 30px;
  }
}
.cottagepage.basic #ReviewPanel.lessthanthree {
  margin-bottom: 10px;
}
.cottagepage.basic #ReviewPanel #Reviews {
  /* Extra small screen and smaller */
}
.cottagepage.basic #ReviewPanel #Reviews h3 {
  margin-bottom: 32px;
}
.cottagepage.basic #ReviewPanel #Reviews p {
  font-size: 16px;
  margin-bottom: 32px;
}
.cottagepage.basic #ReviewPanel #Reviews p:last-child {
  margin-bottom: 32px;
}
.cottagepage.basic #ReviewPanel #Reviews p.StarPanelIntro {
  font-weight: 500;
  margin-bottom: 20px;
}
.cottagepage.basic #ReviewPanel #Reviews p.name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
}
.cottagepage.basic #ReviewPanel #Reviews p.name span {
  font-size: 20px !important;
}
@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: none;
  border: solid 1px #d4d4d4;
  margin-bottom: 40px;
}
.cottagepage.basic #ReviewPanel #Reviews .starpanel .firstrow {
  margin-bottom: 20px;
}
.cottagepage.basic #ReviewPanel #Reviews .starpanel .stars {
  text-align: right;
}
.cottagepage.basic #ReviewPanel #Reviews .starpanel .stars .icon {
  color: #e28844;
  font-size: 15px;
  margin-top: -2px;
  display: inline-block;
}
.cottagepage.basic #ReviewPanel #Reviews .starpanel img:last-of-type {
  margin-right: 0;
}
.cottagepage.basic #ReviewPanel #Reviews .starpanel .highlight {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
}
.cottagepage.basic #ReviewPanel #Reviews .item {
  border-top: 1px solid #d4d4d4;
  padding-top: 32px;
}
.cottagepage.basic #ReviewPanel #Reviews .item a {
  color: #173336;
}
.cottagepage.basic #ReviewPanel #Reviews .item.first {
  border: 0;
  padding-top: 0;
}
.cottagepage.basic #ReviewPanel #Reviews .name {
  font-weight: 500;
}
.cottagepage.basic #ReviewPanel #Reviews .readmorereviews {
  font-size: 16px;
  font-weight: 500;
  height: 40px;
  background-color: #fff;
  border: solid 1px #424242;
  color: #424242 !important;
  border-radius: 2px;
  margin-bottom: 32px !important;
  padding: 9px 15px 9px 30px;
}
.cottagepage.basic #ReviewPanel #Reviews .readmorereviews:before {
  content: '\e816';
  font-family: "Feather-Icons";
  position: absolute;
  left: 7px;
  font-size: 15px;
  top: 8px;
  font-weight: 400;
}
.cottagepage.basic #ReviewPanel #Reviews .readmorereviews.on {
  padding-left: 15px;
  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: rgba(226, 136, 68, 0.8);
  border: solid 1px rgba(226, 136, 68, 0.8);
  color: #173336;
}
.cottagepage.basic .staticMap:hover:before,
.cottagepage.basic .staticMapMobileTab:hover:before,
.cottagepage.basic .staticMapMobileAccordion:hover:before,
.cottagepage.basic .staticMap:focus:before,
.cottagepage.basic .staticMapMobileTab:focus:before,
.cottagepage.basic .staticMapMobileAccordion:focus:before {
  font-family: "Feather-Icons";
  content: '\e818';
  top: 47%;
}
.cottagepage.basic .mapdisclaimerWL {
  color: #424242;
  font-size: 14px;
  line-height: 1.57;
  padding: 12px 20px 12px 50px !important;
}
.cottagepage.basic .mapdisclaimerWL span {
  font-weight: 400;
}
.cottagepage.basic .mapdisclaimerWL span:before {
  font-family: "Feather-Icons";
  content: '\e800';
  font-size: 24px;
  top: 14px;
  left: 12px;
  color: #424242;
}
.cottagepage.basic .seotext p {
  margin-bottom: 12px;
}
.cottagepage.basic .normal {
  margin-top: 24px;
  /* Small screen and smaller */
}
.cottagepage.basic .normal .call {
  margin-bottom: 0;
  border: none;
  border-bottom: 0;
  border-radius: 0;
  background-color: #f8f8f8;
  padding: 24px;
}
@media (min-width: 768px) {
  .cottagepage.basic .normal .call {
    padding: 16px;
  }
}
@media (min-width: 992px) {
  .cottagepage.basic .normal .call {
    padding: 32px 24px;
  }
}
.cottagepage.basic .normal .call p {
  color: #424242;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
}
.cottagepage.basic .normal .call p.hours {
  display: block;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .cottagepage.basic .normal .call p.hours {
    display: inline;
  }
}
@media (min-width: 992px) {
}
@media (min-width: 768px) {
  .cottagepage.basic .normal .call p.message {
    display: inline;
  }
}
.cottagepage.basic .normal .call p.phone {
  font-size: 14px;
  display: block;
}
@media (min-width: 768px) {
  .cottagepage.basic .normal .call p.phone {
    display: inline;
  }
}
@media (min-width: 992px) {
  .cottagepage.basic .normal .call p.phone {
    display: block;
  }
}
.cottagepage.basic .normal .call p.phone a {
  color: #424242;
}
.cottagepage.basic .normal .call p span {
  font-size: 16px;
  margin-bottom: 8px;
  display: block;
  font-weight: 500;
}
@media (min-width: 768px) {
  .cottagepage.basic .normal .call p span {
    display: inline;
    margin-bottom: 4px;
  }
}
@media (min-width: 992px) {
  .cottagepage.basic .normal .call p span {
    font-family: 'Roboto', sans-serif;
  }
}
.cottagepage.basic .normal .right-PoweredBy {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  .cottagepage.basic .normal .right-PoweredBy {
    margin-bottom: 24px;
  }
}
.cottagepage.basic .normal .share {
  border-radius: 0;
  background: #173336;
  border: none;
  text-align: left;
  padding: 15px 20px;
  color: #fff;
}
.cottagepage.basic .normal .share p {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin: 0;
}
.cottagepage.basic .normal .share .shareicons {
  display: inline-block;
  float: right;
}
.cottagepage.basic .normal .share .shareicons a {
  color: #fff;
  font-size: 20px;
  line-height: 16px;
}
.cottagepage.basic .normal .share .shareicons a.facebook-share i:before {
  font-family: "Feather-Icons";
  content: '\e80b';
}
.cottagepage.basic .normal .share .shareicons a.twitter-share i:before {
  font-family: "Feather-Icons";
  content: '\e81b';
}
@media (max-width: 991px) {
  .cottagepage.basic .normal {
    margin-top: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .cottagepage.basic .cottagepanel {
    margin-bottom: 20px;
  }
}
.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 #d4d4d4 !important;
  }
}
@media (max-width: 767px) {
  .cottagepage.basic.iframe .qbcont {
    border: 0 !important;
  }
}
.cottagepage.basic .iframesecurenotice {
  margin: 10px 0 15px 0;
}
.cottagepage.basic .iframesecurenotice .pochenty {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cottagepage.basic #QuickBar {
    top: 0 !important;
    position: relative !important;
  }
  .cottagepage.basic #QuickBar.fixed {
    position: fixed !important;
    background-color: #173336 !important;
  }
  .cottagepage.basic #top {
    margin-top: 0 !important;
  }
  .cottagepage.basic #AvailabilityPanel {
    border-radius: 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;
    /*.datesselected {
                    .bookdiv {
                        .rightwrap {
                            background-color: @Button !important;

                             &:hover, &:focus {
                                 background-color: @ButtonShadow !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;
    font-size: 16px !important;
    margin-top: 20px !important;
    border: 0 !important;
    font-weight: 500 !important;
    background-color: #5caa59 !important;
  }
  .cottagepage.basic #AvailabilityPanel .mobavaillinks .fullb .fullwidth:hover,
  .cottagepage.basic #AvailabilityPanel .mobavaillinks .fullb .fullwidth:focus {
    background-color: #5caa59 !important;
  }
}
@media (max-width: 767px) {
  .cottagepage.basic #QuickBar {
    top: 0 !important;
  }
  .cottagepage.basic #AvailabilityPanel.fixed {
    display: none !important;
  }
  .cottagepage.basic #AvailabilityPanel .mobavaillinks {
    padding-bottom: 0 !important;
    /*.datesselected {
                    .bookdiv {
                        background-color: @Button !important;

                        &:hover, &:focus {
                            background-color: @ButtonShadow !important;
                        }

                        .rightwrap {
                            background-color: transparent !important;
                        }
                    }
                }*/
  }
  .cottagepage.basic #AvailabilityPanel .mobavaillinks .fullb .fullwidth {
    display: block !important;
    margin-top: 0 !important;
  }
}
@media (max-width: 374px) {
  .cottagepage.basic #AvailabilityPanel .mobavaillinks .fullb .fullwidth {
    font-size: 15px !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 .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;
    border-radius: 3px;
  }
  .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 #d4d4d4 !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 .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: 3px;
  }
  .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 .form-control {
  font-size: 16px;
  font-weight: 400;
  color: #424242;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner .form-control option {
  font-size: 16px;
  font-weight: 400;
  color: #424242;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner .form-control #quickBook .date {
  font-weight: 500 !important;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner .propdate .propavaildate {
  margin: 8px 0;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner .propdate .propavaildate p {
  font-size: 14px;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner .propdate .propavaildate p.date {
  font-size: 16px;
  font-weight: 500;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner .propdate .propavail {
  border: 1px solid #d4d4d4 !important;
  height: 60px;
  margin-bottom: 8px;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner .propdate .propavailselect a {
  height: 58px;
  padding-top: 5px;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner .propdate .propavailselect a .text {
  font-weight: 500;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner #quickBook .propdate .propavailselect a {
  font-weight: 500 !important;
  padding-top: 2px;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner #quickBook .propdate .propavailselect a.enquiry {
  background-color: #f28e00 !important;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner #quickBook .propdate .propavailselect a.enquiry:hover,
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner #quickBook .propdate .propavailselect a.enquiry:focus {
  background-color: #f1a130 !important;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner .ddlwrap {
  border: 1px solid #d4d4d4 !important;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner .ddlwrap:before {
  font-family: "Feather-Icons";
  color: #424242;
  content: '\e804';
  top: 7px;
  font-size: 22px;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner .ddlwrap .ddlwrap2:before {
  font-family: "Feather-Icons";
  color: #424242;
  content: '\e804';
  top: 7px;
  font-size: 22px;
}
@media (min-width: 992px) {
  .cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner .ddlwrap .col-xs-6 {
    width: 60%;
  }
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner .ddlwrap a {
  color: #424242;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner .ddlwrap a#monthprev {
  padding: 0 12px 0 5px;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner .ddlwrap a#monthprev span:before {
  font-family: "Feather-Icons";
  content: '\e805';
  color: #424242;
  font-size: 22px;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner .ddlwrap a#monthprev:hover {
  text-decoration: none;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner .ddlwrap a#monthnext {
  padding: 0 5px 0 12px;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner .ddlwrap a#monthnext span:before {
  font-family: "Feather-Icons";
  content: '\e807';
  color: #424242;
  font-size: 22px;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner .ddlwrap a#monthnext:hover {
  text-decoration: none;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner .hasDatepicker {
  border: 1px solid #d4d4d4 !important;
  border-top: 0 !important;
  padding: 0 12px;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner .calheader {
  border-left: 1px solid #d4d4d4 !important;
  border-right: 1px solid #d4d4d4 !important;
  border-bottom: 0 !important;
  background-color: #f8f8f8 !important;
  color: #424242 !important;
  font-family: 'Roboto', sans-serif !important;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner .startDate span {
  background-color: #f8f8f8 !important;
  color: #424242 !important;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner #quickBook {
  border: 1px solid #d4d4d4 !important;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner #quickBook .date {
  color: #424242 !important;
  font-weight: 500 !important;
  margin-bottom: 4px !important;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner #jrange ui-datepicker th span {
  color: #424242;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner.Bottom .avControls .avDates .popular {
  font-size: 15px;
  line-height: 1.55;
  border-left: 5px solid #e28844;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner.Bottom .avControls .avDates .popular span {
  font-weight: 500;
}
.cottagepage.basic #AvailabilityPanel .AvailabilityPanelInner #extramessage .popular {
  border-left: 5px solid #173336 !important;
  line-height: 1.55 !important;
}
.cottagepage.basic.variantTabs #tab-nav-container {
  background-color: #f8f8f8;
}
.cottagepage.basic.variantTabs #tab-nav-container ul li {
  margin: 0 20px;
}
.cottagepage.basic.variantTabs #tab-nav-container ul li a {
  color: #424242;
  border-bottom: solid 5px #f8f8f8;
  font-weight: 400;
  font-size: 16px;
}
.cottagepage.basic.variantTabs #tab-nav-container ul li.active a {
  background-color: #f8f8f8;
  font-weight: 500;
  border-bottom: solid 5px #e28844;
}
.cottagepage.basic.variantTabs #tab-nav-container ul li:first-child {
  margin-left: 25px;
}
.cottagepage.basic.variantTabs #tab-nav-container ul li.no-tab-content {
  margin: 0;
}
.cottagepage.basic.variantTabs #tab-content-container {
  padding: 32px 25px;
  background-color: #fff;
  border-top: none;
  border-bottom: solid 1px #d4d4d4;
  color: #424242;
}
@media (min-width: 768px) {
  .cottagepage.basic.variantTabs #tab-content-container {
    border-bottom: solid 1px #d4d4d4;
  }
}
.cottagepage.basic.variantTabs #tab-content-container #at-a-glance-tab,
.cottagepage.basic.variantTabs #tab-content-container #facilities-tab,
.cottagepage.basic.variantTabs #tab-content-container #overview-tab,
.cottagepage.basic.variantTabs #tab-content-container #need-to-know-tab {
  font-size: 16px;
}
.cottagepage.basic.variantTabs #tab-content-container #at-a-glance-tab .code,
.cottagepage.basic.variantTabs #tab-content-container #facilities-tab .code,
.cottagepage.basic.variantTabs #tab-content-container #overview-tab .code,
.cottagepage.basic.variantTabs #tab-content-container #need-to-know-tab .code {
  font-size: 16px;
}
.cottagepage.basic.variantTabs #tab-content-container #at-a-glance-tab p,
.cottagepage.basic.variantTabs #tab-content-container #facilities-tab p,
.cottagepage.basic.variantTabs #tab-content-container #overview-tab p,
.cottagepage.basic.variantTabs #tab-content-container #need-to-know-tab p {
  line-height: 1.5;
  margin-bottom: 12px;
}
.cottagepage.basic.variantTabs #tab-content-container #at-a-glance-tab ul li,
.cottagepage.basic.variantTabs #tab-content-container #facilities-tab ul li,
.cottagepage.basic.variantTabs #tab-content-container #overview-tab ul li,
.cottagepage.basic.variantTabs #tab-content-container #need-to-know-tab ul li {
  padding-bottom: 12px;
}
.cottagepage.basic.variantTabs #tab-content-container #reviews-tab {
  font-size: 16px;
}
.cottagepage.basic.variantTabs #tab-content-container #reviews-tab .starpanel {
  padding: 32px;
  border: solid 1px #d4d4d4;
  margin-bottom: 20px;
}
.cottagepage.basic.variantTabs #tab-content-container #reviews-tab .starpanel .highlight {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 24px;
}
.cottagepage.basic.variantTabs #tab-content-container #reviews-tab .starpanel .stars {
  margin-bottom: 0 !important;
}
.cottagepage.basic.variantTabs #tab-content-container #reviews-tab .reviewBlock .item {
  padding: 20px 0;
}
.cottagepage.basic.variantTabs #tab-content-container #reviews-tab .reviewBlock .item.first {
  margin-top: 0;
}
.cottagepage.basic.variantTabs #tab-content-container #reviews-tab .reviewBlock .item .review-author {
  font-size: 20px;
  font-weight: 500;
}
.cottagepage.basic.variantTabs #tab-content-container #reviews-tab .reviewBlock .item .review-date {
  color: #424242;
  font-weight: 400;
  font-style: normal;
}
.cottagepage.basic.variantTabs #tab-content-container #reviews-tab .reviewBlock .item .readmorereviewitem {
  color: #424242;
}
.cottagepage.basic.variantTabs #tab-content-container #reviews-tab .reviewBlock .readmorereviews {
  background-color: #fff;
  font-weight: 500;
  border: none;
  color: #424242 !important;
  border: solid 1px #424242;
  padding: 0 15px 0 30px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 30px !important;
}
.cottagepage.basic.variantTabs #tab-content-container #reviews-tab .reviewBlock .readmorereviews:before {
  top: 8px;
  left: 7px;
  font-weight: 400;
}
.cottagepage.basic.variantTabs #tab-content-container #reviews-tab .reviewBlock .readmorereviews:hover {
  background-color: #e28844;
  border: solid 1px #e28844;
  color: #173336 !important;
}
.cottagepage.basic.variantTabs #tab-content-container #reviews-tab .reviewBlock .readmorereviews.on {
  padding-left: 15px;
}
.cottagepage.basic.variantTabs #tab-content-container #location-tab p {
  margin-bottom: 12px;
}
.cottagepage.basic.variantAccordion #property-accordion {
  background-color: #fff;
  border-bottom: solid 1px #d4d4d4;
  color: #424242;
}
.cottagepage.basic.variantAccordion #property-accordion .collapse.in .panel-body {
  padding-top: 10px;
}
.cottagepage.basic.variantAccordion #property-accordion .panel-heading {
  background-color: #fff;
  border-top: solid 1px #d4d4d4;
  padding: 14px 15px;
}
.cottagepage.basic.variantAccordion #property-accordion .panel-heading .panel-title a {
  font-family: 'Roboto', sans-serif;
  color: #424242;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
}
.cottagepage.basic.variantAccordion #property-accordion .panel-heading .panel-title a i {
  color: #424242;
  font-size: 26px;
  margin-top: -4px;
}
.cottagepage.basic.variantAccordion #property-accordion .panel-body {
  background-color: #fff;
}
.cottagepage.basic.variantAccordion #property-accordion #at-a-glance-accordion,
.cottagepage.basic.variantAccordion #property-accordion #facilities-accordion,
.cottagepage.basic.variantAccordion #property-accordion #overview-accordion,
.cottagepage.basic.variantAccordion #property-accordion #need-to-know-accordion {
  font-size: 16px;
  line-height: 1.6;
}
.cottagepage.basic.variantAccordion #property-accordion #at-a-glance-accordion .code,
.cottagepage.basic.variantAccordion #property-accordion #facilities-accordion .code,
.cottagepage.basic.variantAccordion #property-accordion #overview-accordion .code,
.cottagepage.basic.variantAccordion #property-accordion #need-to-know-accordion .code {
  font-size: 16px;
  line-height: 1.6;
}
.cottagepage.basic.variantAccordion #property-accordion #at-a-glance-accordion ul li,
.cottagepage.basic.variantAccordion #property-accordion #facilities-accordion ul li,
.cottagepage.basic.variantAccordion #property-accordion #overview-accordion ul li,
.cottagepage.basic.variantAccordion #property-accordion #need-to-know-accordion ul li {
  padding-bottom: 12px;
}
.cottagepage.basic.variantAccordion #property-accordion #reviews-accordion {
  font-size: 16px;
  line-height: 1.6;
}
.cottagepage.basic.variantAccordion #property-accordion #reviews-accordion .highlight {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 24px;
}
.cottagepage.basic.variantAccordion #property-accordion #reviews-accordion .star-label {
  margin-bottom: 8px;
}
.cottagepage.basic.variantAccordion #property-accordion #reviews-accordion .reviewBlock .item {
  padding: 0 0 24px 0;
}
.cottagepage.basic.variantAccordion #property-accordion #reviews-accordion .reviewBlock .item .review-author {
  font-weight: 500;
}
.cottagepage.basic.variantAccordion #property-accordion #reviews-accordion .reviewBlock .item .review-date {
  font-weight: 500;
  color: #424242;
  font-style: italic;
}
.cottagepage.basic.variantAccordion #property-accordion #reviews-accordion .reviewBlock .item .readmorereviewitem {
  color: #173336;
}
.cottagepage.basic.variantAccordion #property-accordion #reviews-accordion .reviewBlock .readmorereviews {
  background-color: #fff;
  font-weight: 500;
  border: solid 1px #424242 !important;
  color: #424242 !important;
  border: none;
  padding: 0 15px 0 30px;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 20px !important;
}
.cottagepage.basic.variantAccordion #property-accordion #reviews-accordion .reviewBlock .readmorereviews:before {
  top: 8px;
  left: 7px;
  font-weight: 400;
}
.cottagepage.basic.variantAccordion #property-accordion #reviews-accordion .reviewBlock .readmorereviews:hover {
  background-color: rgba(226, 136, 68, 0.8);
  color: #173336 !important;
  border: solid 1px #e28844 !important;
}
.cottagepage.basic.variantAccordion #property-accordion #reviews-accordion .reviewBlock .readmorereviews.on {
  padding-left: 15px;
}
.cottagepage.basic .complexpanel .Complex .caption h4 {
  font-weight: 500;
  font-size: 18px;
}
.cottagepage.basic .complexpanel .Complex .caption h4 a {
  color: #424242;
}
.cottagepage.basic .complexpanel .Complex .caption h4 a:hover {
  color: #424242;
}
.cottagepage.basic .complexpanel .Complex .caption p {
  font-size: 16px;
}
.contentpage,
.contactpage,
.newsletterpage,
.customeraccountpage {
  /* Small screen and smaller */
}
.contentpage .normal .call,
.contactpage .normal .call,
.newsletterpage .normal .call,
.customeraccountpage .normal .call {
  margin-bottom: 0;
  border: none;
  border-bottom: 0;
  border-radius: 0;
  background-color: #f8f8f8;
  padding: 24px;
  /* Small screen and smaller */
}
@media (min-width: 768px) {
  .contentpage .normal .call,
  .contactpage .normal .call,
  .newsletterpage .normal .call,
  .customeraccountpage .normal .call {
    padding: 16px;
  }
}
@media (min-width: 992px) {
  .contentpage .normal .call,
  .contactpage .normal .call,
  .newsletterpage .normal .call,
  .customeraccountpage .normal .call {
    padding: 32px 24px;
  }
}
@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: 16px;
  color: #424242;
  font-weight: 500;
}
.contentpage .normal .call p.hours,
.contactpage .normal .call p.hours,
.newsletterpage .normal .call p.hours,
.customeraccountpage .normal .call p.hours {
  font-size: 14px;
  display: block;
  font-weight: 500;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .contentpage .normal .call p.hours,
  .contactpage .normal .call p.hours,
  .newsletterpage .normal .call p.hours,
  .customeraccountpage .normal .call p.hours {
    display: inline;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .contentpage .normal .call p.hours,
  .contactpage .normal .call p.hours,
  .newsletterpage .normal .call p.hours,
  .customeraccountpage .normal .call p.hours {
    margin-right: 12px;
  }
}
@media (min-width: 992px) {
  .contentpage .normal .call p.hours,
  .contactpage .normal .call p.hours,
  .newsletterpage .normal .call p.hours,
  .customeraccountpage .normal .call p.hours {
    display: block;
  }
}
.contentpage .normal .call p.phone,
.contactpage .normal .call p.phone,
.newsletterpage .normal .call p.phone,
.customeraccountpage .normal .call p.phone {
  font-size: 14px;
  display: block;
  font-weight: 400;
}
@media (min-width: 768px) {
  .contentpage .normal .call p.phone,
  .contactpage .normal .call p.phone,
  .newsletterpage .normal .call p.phone,
  .customeraccountpage .normal .call p.phone {
    display: inline;
  }
}
@media (min-width: 992px) {
  .contentpage .normal .call p.phone,
  .contactpage .normal .call p.phone,
  .newsletterpage .normal .call p.phone,
  .customeraccountpage .normal .call p.phone {
    display: block;
  }
}
.contentpage .normal .call p.phone a,
.contactpage .normal .call p.phone a,
.newsletterpage .normal .call p.phone a,
.customeraccountpage .normal .call p.phone a {
  color: #424242;
}
@media (max-width: 991px) {
  .contentpage .rightcol,
  .contactpage .rightcol,
  .newsletterpage .rightcol,
  .customeraccountpage .rightcol {
    margin-top: 40px;
  }
  .contentpage .rightcol .normal,
  .contactpage .rightcol .normal,
  .newsletterpage .rightcol .normal,
  .customeraccountpage .rightcol .normal {
    display: none;
  }
}
.contentpage.contact-us .maincontent .homebg,
.contactpage.contact-us .maincontent .homebg,
.newsletterpage.contact-us .maincontent .homebg,
.customeraccountpage.contact-us .maincontent .homebg {
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .contentpage.contact-us .maincontent .homebg,
  .contactpage.contact-us .maincontent .homebg,
  .newsletterpage.contact-us .maincontent .homebg,
  .customeraccountpage.contact-us .maincontent .homebg {
    margin-bottom: 40px;
  }
}
.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 {
  color: #ffffff;
  background-image: url('https://files.holidaycottages.co.uk/docs/glampingstays/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/glampingstays/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.let-with-us.nohero #MainNav .logo,
.contactpage.let-with-us.nohero #MainNav .logo,
.newsletterpage.let-with-us.nohero #MainNav .logo,
.customeraccountpage.let-with-us.nohero #MainNav .logo {
  color: #ffffff;
  background-image: url('https://files.holidaycottages.co.uk/docs/glampingstays/logo.svg');
}
.contentpage.about-us #MainNav ul li a,
.contactpage.about-us #MainNav ul li a,
.newsletterpage.about-us #MainNav ul li a,
.customeraccountpage.about-us #MainNav ul li a,
.contentpage.let-with-us #MainNav ul li a,
.contactpage.let-with-us #MainNav ul li a,
.newsletterpage.let-with-us #MainNav ul li a,
.customeraccountpage.let-with-us #MainNav ul li a,
.contentpage.destinationpage #MainNav ul li a,
.contactpage.destinationpage #MainNav ul li a,
.newsletterpage.destinationpage #MainNav ul li a,
.customeraccountpage.destinationpage #MainNav ul li a {
  color: #ffffff;
}
.contentpage.about-us #MainNav ul li.letwithus a,
.contactpage.about-us #MainNav ul li.letwithus a,
.newsletterpage.about-us #MainNav ul li.letwithus a,
.customeraccountpage.about-us #MainNav ul li.letwithus a,
.contentpage.let-with-us #MainNav ul li.letwithus a,
.contactpage.let-with-us #MainNav ul li.letwithus a,
.newsletterpage.let-with-us #MainNav ul li.letwithus a,
.customeraccountpage.let-with-us #MainNav ul li.letwithus a,
.contentpage.destinationpage #MainNav ul li.letwithus a,
.contactpage.destinationpage #MainNav ul li.letwithus a,
.newsletterpage.destinationpage #MainNav ul li.letwithus a,
.customeraccountpage.destinationpage #MainNav ul li.letwithus a {
  color: #fff;
}
.contentpage.nohero #MainNav,
.contactpage.nohero #MainNav,
.newsletterpage.nohero #MainNav,
.customeraccountpage.nohero #MainNav {
  background-color: #173336;
  border: 0;
  height: 80px;
  color: #424242;
}
.contentpage.nohero #MainNav .logo,
.contactpage.nohero #MainNav .logo,
.newsletterpage.nohero #MainNav .logo,
.customeraccountpage.nohero #MainNav .logo {
  color: #ffffff;
  background-image: url('https://files.holidaycottages.co.uk/docs/glampingstays/logo.svg');
}
.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 #d4d4d4;
}
.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: #ffffff;
}
.contentpage.nohero #MainNav ul li.letwithus a,
.contactpage.nohero #MainNav ul li.letwithus a,
.newsletterpage.nohero #MainNav ul li.letwithus a,
.customeraccountpage.nohero #MainNav ul li.letwithus a {
  font-family: 'Roboto', sans-serif;
  background-color: #037A63;
  color: #fff !important;
  border: 1px solid #037A63;
  font-weight: 500;
}
.contentpage.nohero #MainNav ul li.letwithus a:hover,
.contactpage.nohero #MainNav ul li.letwithus a:hover,
.newsletterpage.nohero #MainNav ul li.letwithus a:hover,
.customeraccountpage.nohero #MainNav ul li.letwithus a:hover,
.contentpage.nohero #MainNav ul li.letwithus a:focus,
.contactpage.nohero #MainNav ul li.letwithus a:focus,
.newsletterpage.nohero #MainNav ul li.letwithus a:focus,
.customeraccountpage.nohero #MainNav ul li.letwithus a:focus {
  border: 1px solid #025B4A;
  background-color: #025B4A;
}
.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: #424242;
}
.contentpage.nohero #MainNav .menuicon,
.contactpage.nohero #MainNav .menuicon,
.newsletterpage.nohero #MainNav .menuicon,
.customeraccountpage.nohero #MainNav .menuicon {
  color: #ffffff;
}
.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: #e28844;
}
.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: #2f4650;
}
.contentpage #Hero,
.contactpage #Hero,
.newsletterpage #Hero,
.customeraccountpage #Hero {
  margin-bottom: 70px;
}
.contentpage .container-fluid,
.contactpage .container-fluid,
.newsletterpage .container-fluid,
.customeraccountpage .container-fluid {
  background-color: #0E1F21;
  background-repeat: repeat;
  padding: 80px 15px;
  margin-bottom: 40px !important;
  /* Extra small screen and smaller */
}
@media (min-width: 992px) {
  .contentpage .container-fluid,
  .contactpage .container-fluid,
  .newsletterpage .container-fluid,
  .customeraccountpage .container-fluid {
    margin-bottom: 60px !important;
  }
}
@media (max-width: 767px) {
  .contentpage .container-fluid,
  .contactpage .container-fluid,
  .newsletterpage .container-fluid,
  .customeraccountpage .container-fluid {
    margin-bottom: 0px;
  }
}
.contentpage .container-fluid h1,
.contactpage .container-fluid h1,
.newsletterpage .container-fluid h1,
.customeraccountpage .container-fluid h1 {
  padding: 0;
  margin: 0 0 8px 0;
  color: #fff;
}
.contentpage .container-fluid p,
.contactpage .container-fluid p,
.newsletterpage .container-fluid p,
.customeraccountpage .container-fluid p {
  padding: 0;
  margin: 0;
  color: #fff;
}
.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: 16px;
}
.contentpage .header .text-center,
.contactpage .header .text-center,
.newsletterpage .header .text-center,
.customeraccountpage .header .text-center {
  text-align: center;
}
.contentpage .maincontent h2:first-child,
.contactpage .maincontent h2:first-child,
.newsletterpage .maincontent h2:first-child,
.customeraccountpage .maincontent h2:first-child,
.contentpage .rightcol h2:first-child,
.contactpage .rightcol h2:first-child,
.newsletterpage .rightcol h2:first-child,
.customeraccountpage .rightcol h2:first-child {
  margin-top: 0;
}
.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-size: 16px;
}
.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: 16px;
}
.contentpage .maincontent ul li,
.contactpage .maincontent ul li,
.newsletterpage .maincontent ul li,
.customeraccountpage .maincontent ul li,
.contentpage .rightcol ul li,
.contactpage .rightcol ul li,
.newsletterpage .rightcol ul li,
.customeraccountpage .rightcol ul li {
  line-height: 1.5;
  margin-bottom: 12px;
}
.contentpage .maincontent ol,
.contactpage .maincontent ol,
.newsletterpage .maincontent ol,
.customeraccountpage .maincontent ol,
.contentpage .rightcol ol,
.contactpage .rightcol ol,
.newsletterpage .rightcol ol,
.customeraccountpage .rightcol ol {
  margin-bottom: 32px;
}
.contentpage .maincontent ol li,
.contactpage .maincontent ol li,
.newsletterpage .maincontent ol li,
.customeraccountpage .maincontent ol li,
.contentpage .rightcol ol li,
.contactpage .rightcol ol li,
.newsletterpage .rightcol ol li,
.customeraccountpage .rightcol ol li {
  line-height: 1.5;
  margin-bottom: 12px;
}
.contentpage .maincontent a,
.contactpage .maincontent a,
.newsletterpage .maincontent a,
.customeraccountpage .maincontent a,
.contentpage .rightcol a,
.contactpage .rightcol a,
.newsletterpage .rightcol a,
.customeraccountpage .rightcol a {
  color: #037A63;
  text-decoration: underline;
  word-wrap: break-word;
}
.contentpage .maincontent #poweredby,
.contactpage .maincontent #poweredby,
.newsletterpage .maincontent #poweredby,
.customeraccountpage .maincontent #poweredby,
.contentpage .rightcol #poweredby,
.contactpage .rightcol #poweredby,
.newsletterpage .rightcol #poweredby,
.customeraccountpage .rightcol #poweredby {
  text-decoration: none;
}
.contentpage .maincontent .btn,
.contactpage .maincontent .btn,
.newsletterpage .maincontent .btn,
.customeraccountpage .maincontent .btn,
.contentpage .rightcol .btn,
.contactpage .rightcol .btn,
.newsletterpage .rightcol .btn,
.customeraccountpage .rightcol .btn {
  text-decoration: none;
  font-family: 'Roboto', sans-serif;
}
.contentpage .maincontent .accordion.sitemap,
.contactpage .maincontent .accordion.sitemap,
.newsletterpage .maincontent .accordion.sitemap,
.customeraccountpage .maincontent .accordion.sitemap,
.contentpage .rightcol .accordion.sitemap,
.contactpage .rightcol .accordion.sitemap,
.newsletterpage .rightcol .accordion.sitemap,
.customeraccountpage .rightcol .accordion.sitemap {
  padding-top: 0;
  margin-top: 0;
}
.contentpage .maincontent .accordion.sitemap ul li,
.contactpage .maincontent .accordion.sitemap ul li,
.newsletterpage .maincontent .accordion.sitemap ul li,
.customeraccountpage .maincontent .accordion.sitemap ul li,
.contentpage .rightcol .accordion.sitemap ul li,
.contactpage .rightcol .accordion.sitemap ul li,
.newsletterpage .rightcol .accordion.sitemap ul li,
.customeraccountpage .rightcol .accordion.sitemap ul li {
  line-height: 1.4;
  margin-bottom: 0;
}
.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;
  /* Small screen and smaller */
  /* Extra small screen and smaller */
}
@media (max-width: 991px) {
  .contentpage .DriverLayout3 .driverinset .driver,
  .contactpage .DriverLayout3 .driverinset .driver,
  .newsletterpage .DriverLayout3 .driverinset .driver,
  .customeraccountpage .DriverLayout3 .driverinset .driver {
    top: 50%;
  }
}
@media (max-width: 767px) {
  .contentpage .DriverLayout3 .driverinset .driver,
  .contactpage .DriverLayout3 .driverinset .driver,
  .newsletterpage .DriverLayout3 .driverinset .driver,
  .customeraccountpage .DriverLayout3 .driverinset .driver {
    margin-bottom: 32px;
  }
}
.contentpage .header,
.contactpage .header,
.newsletterpage .header,
.customeraccountpage .header {
  background-color: transparent;
}
.contentpage .footerout,
.contactpage .footerout,
.newsletterpage .footerout,
.customeraccountpage .footerout {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .contentpage .footerout,
  .contactpage .footerout,
  .newsletterpage .footerout,
  .customeraccountpage .footerout {
    margin-top: 80px;
  }
}
.contentpage #WLStandardForm,
.contactpage #WLStandardForm,
.newsletterpage #WLStandardForm,
.customeraccountpage #WLStandardForm {
  margin-top: 30px;
}
.contentpage .formhead,
.contactpage .formhead,
.newsletterpage .formhead,
.customeraccountpage .formhead {
  float: left;
  width: 100%;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  margin-bottom: 30px;
  background-color: #f8f8f8;
  padding: 12px 32px;
  line-height: 1.33;
  color: #424242;
}
@media (min-width: 768px) {
  .contentpage .formhead,
  .contactpage .formhead,
  .newsletterpage .formhead,
  .customeraccountpage .formhead {
    padding: 12px 24px;
  }
}
.contentpage .formhead .intro,
.contactpage .formhead .intro,
.newsletterpage .formhead .intro,
.customeraccountpage .formhead .intro {
  margin-bottom: 0;
  font-size: 16px !important;
  font-weight: 500;
  color: #424242;
  line-height: 1.5;
}
.contentpage .formbg,
.contactpage .formbg,
.newsletterpage .formbg,
.customeraccountpage .formbg {
  background-color: #fff;
  border-radius: 0;
  border: solid 1px #d4d4d4;
  padding: 32px;
}
@media (min-width: 768px) {
  .contentpage .formbg,
  .contactpage .formbg,
  .newsletterpage .formbg,
  .customeraccountpage .formbg {
    padding: 32px 24px;
  }
}
.contentpage .formbg .form-control,
.contactpage .formbg .form-control,
.newsletterpage .formbg .form-control,
.customeraccountpage .formbg .form-control {
  color: #424242;
  background-color: #fff;
  border: 1px solid #d4d4d4;
  border-radius: 0;
  font-size: 16px;
  margin-bottom: 16px;
  height: 44px;
  padding: 0 12px;
}
.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: #424242;
}
.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 {
  background-color: #e12726;
  height: 40px;
  padding: 7px 12px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 18px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  border-radius: 2px;
  border: none;
  /* 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 .btn:hover,
.contactpage .formbg .btn:hover,
.newsletterpage .formbg .btn:hover,
.customeraccountpage .formbg .btn:hover {
  background-color: rgba(225, 39, 38, 0.85);
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.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: #f84958;
}
.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: #424242 !important;
}
.contentpage .formbg ::-moz-placeholder,
.contactpage .formbg ::-moz-placeholder,
.newsletterpage .formbg ::-moz-placeholder,
.customeraccountpage .formbg ::-moz-placeholder {
  /* Firefox 19+ */
  color: #424242 !important;
}
.contentpage .formbg :-ms-input-placeholder,
.contactpage .formbg :-ms-input-placeholder,
.newsletterpage .formbg :-ms-input-placeholder,
.customeraccountpage .formbg :-ms-input-placeholder {
  /* IE 10+ */
  color: #424242 !important;
}
.contentpage .formbg :-moz-placeholder,
.contactpage .formbg :-moz-placeholder,
.newsletterpage .formbg :-moz-placeholder,
.customeraccountpage .formbg :-moz-placeholder {
  /* Firefox 18- */
  color: #424242 !important;
}
.contentpage .formbg #optinTitle,
.contactpage .formbg #optinTitle,
.newsletterpage .formbg #optinTitle,
.customeraccountpage .formbg #optinTitle {
  font-size: 16px;
  font-weight: 500 !important;
  margin-top: 5px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .contentpage .formbg #optinTitle,
  .contactpage .formbg #optinTitle,
  .newsletterpage .formbg #optinTitle,
  .customeraccountpage .formbg #optinTitle {
    margin-top: 16px;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .contentpage .formbg #optinTitle,
  .contactpage .formbg #optinTitle,
  .newsletterpage .formbg #optinTitle,
  .customeraccountpage .formbg #optinTitle {
    margin-top: 16px;
  }
}
.contentpage .formbg #optinText,
.contactpage .formbg #optinText,
.newsletterpage .formbg #optinText,
.customeraccountpage .formbg #optinText {
  font-size: 16px;
  margin-left: 15px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .contentpage .formbg #optinText,
  .contactpage .formbg #optinText,
  .newsletterpage .formbg #optinText,
  .customeraccountpage .formbg #optinText {
    margin-bottom: 10px;
  }
}
.contentpage .formbg #optinStatement,
.contactpage .formbg #optinStatement,
.newsletterpage .formbg #optinStatement,
.customeraccountpage .formbg #optinStatement {
  margin: 0 0 20px 0 !important;
  font-size: 13px !important;
  line-height: 1.5;
}
.contentpage .formbg .checkbox input[type="checkbox"]:before,
.contactpage .formbg .checkbox input[type="checkbox"]:before,
.newsletterpage .formbg .checkbox input[type="checkbox"]:before,
.customeraccountpage .formbg .checkbox input[type="checkbox"]:before {
  content: '';
  position: absolute;
  left: -2px;
  font-size: 18px;
  top: -2px;
  border: solid 1px #d4d4d4;
  background-color: #fff;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.contentpage .formbg .checkbox input[type="checkbox"]:checked:after,
.contactpage .formbg .checkbox input[type="checkbox"]:checked:after,
.newsletterpage .formbg .checkbox input[type="checkbox"]:checked:after,
.customeraccountpage .formbg .checkbox input[type="checkbox"]:checked:after {
  font-family: "Feather-Icons";
  content: '\e803';
  position: absolute;
  left: 0;
  color: #173336;
  font-size: 16px;
  top: 0;
}
.contentpage .formbg .rc-anchor-light,
.contactpage .formbg .rc-anchor-light,
.newsletterpage .formbg .rc-anchor-light,
.customeraccountpage .formbg .rc-anchor-light {
  background-color: #fff !important;
  color: #424242 !important;
}
.contentpage .call,
.contactpage .call,
.newsletterpage .call,
.customeraccountpage .call {
  background-color: #173336;
  border-radius: 0;
  padding: 18px;
}
.contentpage .call p,
.contactpage .call p,
.newsletterpage .call p,
.customeraccountpage .call p {
  color: #424242;
  font-weight: 400;
}
.contentpage .call p.hours,
.contactpage .call p.hours,
.newsletterpage .call p.hours,
.customeraccountpage .call p.hours {
  font-size: 16px;
  display: block;
}
@media (min-width: 768px) {
  .contentpage .call p.hours,
  .contactpage .call p.hours,
  .newsletterpage .call p.hours,
  .customeraccountpage .call p.hours {
    display: inline;
  }
}
@media (min-width: 992px) {
  .contentpage .call p.hours,
  .contactpage .call p.hours,
  .newsletterpage .call p.hours,
  .customeraccountpage .call p.hours {
    display: block;
  }
}
.contentpage .call p.phone,
.contactpage .call p.phone,
.newsletterpage .call p.phone,
.customeraccountpage .call p.phone {
  font-size: 14px;
  display: block;
}
@media (min-width: 768px) {
  .contentpage .call p.phone,
  .contactpage .call p.phone,
  .newsletterpage .call p.phone,
  .customeraccountpage .call p.phone {
    display: inline;
  }
}
@media (min-width: 992px) {
  .contentpage .call p.phone,
  .contactpage .call p.phone,
  .newsletterpage .call p.phone,
  .customeraccountpage .call p.phone {
    display: block;
  }
}
.contentpage .call p.phone a,
.contactpage .call p.phone a,
.newsletterpage .call p.phone a,
.customeraccountpage .call p.phone a {
  color: #424242;
}
.contentpage strong,
.contactpage strong,
.newsletterpage strong,
.customeraccountpage strong {
  font-family: 'Roboto', sans-serif;
}
.contentpage .subtext,
.contactpage .subtext,
.newsletterpage .subtext,
.customeraccountpage .subtext {
  color: #f8f8f8;
}
.contentpage .maincontent .accordion .panel,
.contactpage .maincontent .accordion .panel,
.newsletterpage .maincontent .accordion .panel,
.customeraccountpage .maincontent .accordion .panel {
  margin-bottom: 16px;
}
.contentpage .maincontent .accordion h4,
.contactpage .maincontent .accordion h4,
.newsletterpage .maincontent .accordion h4,
.customeraccountpage .maincontent .accordion h4 {
  font-size: 20px;
  line-height: 1.4;
  padding-bottom: 16px;
  border-bottom: 1px solid #d4d4d4;
  margin-top: 0;
}
.contentpage .maincontent .accordion h4:after,
.contactpage .maincontent .accordion h4:after,
.newsletterpage .maincontent .accordion h4:after,
.customeraccountpage .maincontent .accordion h4:after {
  color: #424242;
  font-family: "Feather-Icons";
  content: '\e804';
}
.contentpage .maincontent .accordion h4 a,
.contactpage .maincontent .accordion h4 a,
.newsletterpage .maincontent .accordion h4 a,
.customeraccountpage .maincontent .accordion h4 a {
  color: #424242;
  text-decoration: none;
}
.contentpage .maincontent .accordion .active h4:after,
.contactpage .maincontent .accordion .active h4:after,
.newsletterpage .maincontent .accordion .active h4:after,
.customeraccountpage .maincontent .accordion .active h4:after {
  font-family: "Feather-Icons";
  content: '\e804';
}
.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: 'Roboto', sans-serif;
  margin-bottom: 30px;
  margin-top: 30px;
  color: #173336;
}
.contentpage .faqs .accordion,
.contactpage .faqs .accordion,
.newsletterpage .faqs .accordion,
.customeraccountpage .faqs .accordion {
  margin-top: 0;
  padding-top: 0;
  padding: 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 h2:first-child,
.contactpage .faqs .accordion h2:first-child,
.newsletterpage .faqs .accordion h2:first-child,
.customeraccountpage .faqs .accordion h2:first-child {
  margin-top: 0;
}
.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: 16px;
  border-bottom: 1px solid #d4d4d4;
  display: block;
  margin-bottom: 15px;
  padding-bottom: 15px;
  line-height: 26px;
  padding-left: 32px;
  position: relative;
  padding-right: 32px;
  padding-top: 6px;
  color: #424242;
  text-decoration: none;
}
.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: '\e804';
  font-family: "Feather-Icons";
  right: 0;
  top: 0;
  position: absolute;
  font-size: 20px;
  color: #424242;
}
.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: '\e804';
  font-family: "Feather-Icons";
  right: 0;
  position: absolute;
  color: #424242;
}
.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;
  color: #fff;
  display: block;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
.contentpage .faqs .accordion .accordion-heading .faqq:before,
.contactpage .faqs .accordion .accordion-heading .faqq:before,
.newsletterpage .faqs .accordion .accordion-heading .faqq:before,
.customeraccountpage .faqs .accordion .accordion-heading .faqq:before {
  font-family: "Feather-Icons";
  content: '\e817';
  color: #424242;
  font-size: 24px;
}
.contentpage .faqs .accordion .accordion-heading .faqq span,
.contactpage .faqs .accordion .accordion-heading .faqq span,
.newsletterpage .faqs .accordion .accordion-heading .faqq span,
.customeraccountpage .faqs .accordion .accordion-heading .faqq span {
  display: none;
}
.contentpage .faqs .accordion .accordion-inner,
.contactpage .faqs .accordion .accordion-inner,
.newsletterpage .faqs .accordion .accordion-inner,
.customeraccountpage .faqs .accordion .accordion-inner {
  color: #424242;
  font-size: 16px;
  padding-left: 12px;
  position: relative;
  border-left: solid 3px #e28844;
  margin-left: 68px;
  line-height: 1.5;
  /* 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 {
    margin-left: 43px;
  }
}
.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: #173336;
}
.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 {
  display: none;
  /*position: absolute;
                    left: 40px;
                    background-color: @Links;
                    color: #fff;
                    display: block;
                    width: 23px;
                    height: 23px;
                    text-align: center;
                    line-height: 23px;
                    border-radius: 50%;
                    font-family: @AltFontFamily;
                    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.sitemap .accordion a,
.contactpage.sitemap .accordion a,
.newsletterpage.sitemap .accordion a,
.customeraccountpage.sitemap .accordion a {
  text-decoration: none;
}
.contentpage .rightcol h3,
.contactpage .rightcol h3,
.newsletterpage .rightcol h3,
.customeraccountpage .rightcol h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .contentpage .rightcol h3,
  .contactpage .rightcol h3,
  .newsletterpage .rightcol h3,
  .customeraccountpage .rightcol h3 {
    margin-top: 16px;
  }
}
.contentpage .rightcol p,
.contactpage .rightcol p,
.newsletterpage .rightcol p,
.customeraccountpage .rightcol p {
  line-height: 1.5;
}
.contentpage .rightcol p.highlight,
.contactpage .rightcol p.highlight,
.newsletterpage .rightcol p.highlight,
.customeraccountpage .rightcol p.highlight {
  color: #f8f8f8;
}
.contentpage .rightcol a,
.contactpage .rightcol a,
.newsletterpage .rightcol a,
.customeraccountpage .rightcol a {
  color: #173336;
}
.contentpage .rightcol a.btn,
.contactpage .rightcol a.btn,
.newsletterpage .rightcol a.btn,
.customeraccountpage .rightcol a.btn {
  color: #173336;
  background-color: #e28844;
  font-family: 'Roboto', sans-serif;
  border: 0;
  font-size: 16px;
  font-weight: 500;
  margin-top: 22px;
}
.contentpage .rightcol a.btn:hover,
.contactpage .rightcol a.btn:hover,
.newsletterpage .rightcol a.btn:hover,
.customeraccountpage .rightcol a.btn:hover,
.contentpage .rightcol a.btn:focus,
.contactpage .rightcol a.btn:focus,
.newsletterpage .rightcol a.btn:focus,
.customeraccountpage .rightcol a.btn:focus {
  background-color: rgba(226, 136, 68, 0.8);
  color: #173336;
}
.guidespage {
  /* Extra small screen and smaller */
}
.guidespage #MainNav {
  background-color: #173336;
}
.guidespage #MainNav .logo {
  color: #ffffff;
  background-image: url('https://files.holidaycottages.co.uk/docs/glampingstays/logo.svg');
}
.guidespage #MainContent_NoHero .container-fluid {
  background-color: #0E1F21;
  background-repeat: repeat;
  padding: 80px 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 {
  padding: 0;
  color: #fff;
}
.guidespage #MainContent_NoHero .container-fluid p {
  padding: 0;
  margin: 0;
  color: #fff;
}
.guidespage .guide-category-list {
  border-radius: 2px;
  margin-top: 32px;
}
.guidespage .guide-category-list:before {
  color: #424242;
  font-size: 18px;
}
.guidespage .guide-category-list select {
  font-size: 16px;
}
.guidespage #Guides {
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .guidespage #Guides {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .guidespage #Guides {
    padding-top: 45px;
    padding-bottom: 24px;
  }
}
.guidespage #Guides #guideContainer {
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .guidespage #Guides #guideContainer {
    margin: 60px 0 32px 0;
  }
}
.guidespage #Guides .guideitem {
  margin-top: 0;
  margin-bottom: 32px;
}
.guidespage #Guides .guideitem h2 {
  line-height: 1.4;
  margin: 24px 0 12px 0;
}
.guidespage #Guides .guideitem h2 a {
  color: #424242;
  font-size: 20px;
  font-weight: 500;
}
.guidespage #Guides .guideitem p {
  font-size: 16px;
  line-height: 1.5;
}
.guidespage #Guides .guideitem span {
  font-size: 16px;
  line-height: 1.5;
}
.guidespage #Guides .guideitem .image {
  height: 226px !important;
}
.guidespage #Guides .guideitem .image a {
  background-size: cover;
}
@media (max-width: 767px) {
  .guidespage #Guides .guideitem .image a {
    height: 226px !important;
  }
}
.guidespage #Guides .guideitem .guidetext p .catlink {
  display: none;
}
@media (max-width: 767px) {
  .guidespage #MainNav {
    background-color: #173336;
    border: 0;
    height: 80px;
    color: #ffffff;
  }
  .guidespage #MainNav .logo {
    color: #ffffff;
  }
  .guidespage #MainNav ul li.first {
    border-right: 1px solid #d4d4d4;
  }
  .guidespage #MainNav ul li a {
    color: #424242;
  }
  .guidespage #MainNav ul li.letwithus a {
    font-family: 'Roboto', sans-serif;
    background-color: #037A63;
    color: #fff !important;
    border: 1px solid #037A63;
    font-weight: 500;
  }
  .guidespage #MainNav ul li.letwithus a:hover,
  .guidespage #MainNav ul li.letwithus a:focus {
    border: 1px solid #025B4A;
    background-color: #025B4A;
  }
  .guidespage #MainNav ul li.callus {
    color: #424242;
  }
  .guidespage #MainNav .menuicon {
    color: #ffffff;
    /* Small screen and smaller */
    /* Extra small screen and smaller */
  }
  .guidespage #MainNav .menuicon .menuicon-bar {
    background-color: #e28844;
  }
}
@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 ul li.first {
  border-right: 1px solid #d4d4d4;
}
.guidespage.nohero #MainNav ul li a {
  color: #ffffff;
}
.guidespage.nohero #MainNav ul li.letwithus a {
  font-family: 'Roboto', sans-serif;
  background-color: #037A63;
  color: #fff !important;
  border: 1px solid #037A63;
  font-weight: 500;
}
.guidespage.nohero #MainNav ul li.letwithus a:hover,
.guidespage.nohero #MainNav ul li.letwithus a:focus {
  border: 1px solid #025B4A;
  background-color: #025B4A;
}
.guidespage.nohero #MainNav ul li.callus {
  color: #424242;
}
.guidespage.nohero #MainNav .menuicon {
  color: #ffffff;
  /* Small screen and smaller */
  /* Extra small screen and smaller */
}
.guidespage.nohero #MainNav .menuicon .menuicon-bar {
  background-color: #e28844;
}
@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: #173336;
}
.guidespage .LoadMore {
  margin-top: 24px;
}
.guidespage .LoadMore #loadmorebtn {
  background-color: #fff;
  border: solid 1px #e28844;
  color: #424242;
  font-weight: 500;
  padding: 9px 12px;
  margin-bottom: 60px;
}
.guidespage .LoadMore #loadmorebtn:hover {
  background-color: rgba(226, 136, 68, 0.8);
  border: solid 1px #e28844;
  color: #173336;
}
.guidearticlepage #MainNav {
  background-color: #173336;
}
.guidearticlepage #MainNav .logo {
  color: #ffffff;
  background-image: url('https://files.holidaycottages.co.uk/docs/glampingstays/logo.svg');
}
.guidearticlepage #MainNav ul li a {
  color: #ffffff;
}
.guidearticlepage #MainNav ul li.letwithus a {
  color: #fff;
}
.guidearticlepage .mstuck {
  position: absolute;
  width: 100% !important;
}
.guidearticlepage .mstuck.is-stuck {
  position: relative;
}
.guidearticlepage #Hero {
  overflow: hidden;
  /* Small screen and smaller */
}
@media (max-width: 767px) {
  .guidearticlepage #Hero {
    height: 435px !important;
  }
}
@media (min-width: 768px) {
  .guidearticlepage #Hero {
    height: 560px !important;
  }
}
@media (min-width: 992px) {
  .guidearticlepage #Hero {
    height: 580px !important;
  }
}
@media (max-width: 991px) {
  .guidearticlepage #Hero {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .guidearticlepage #Hero {
    margin-top: 0 !important;
    height: auto !important;
  }
}
.guidearticlepage #Hero img {
  height: auto !important;
}
@media (min-width: 768px) {
  .guidearticlepage #Hero img {
    margin-top: 78px !important;
    min-height: 580px !important;
  }
}
@media (min-width: 992px) {
  .guidearticlepage #Hero img {
    min-height: 580px !important;
  }
}
@media (min-width: 420px) and (max-width: 479px) {
}
@media (max-width: 767px) {
  .guidearticlepage #Hero img {
    height: 375px !important;
    min-height: 375px !important;
  }
}
@media (min-width: 1200px) {
  .guidearticlepage #Hero img {
    min-height: 580px !important;
  }
}
.guidearticlepage #Hero .caption {
  top: 55%;
  transform: translate(0, -50%);
}
@media (min-width: 768px) {
  .guidearticlepage #Hero .caption {
    top: 60%;
  }
}
@media (min-width: 992px) {
  .guidearticlepage #Hero .caption {
    top: 56%;
  }
}
.guidearticlepage #Hero .caption h1 {
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  line-height: 1.43;
  font-weight: 800;
  margin-bottom: 24px;
  text-shadow: 0px 1px 2px rgba(66, 66, 66, 0.8);
}
@media (min-width: 992px) {
  .guidearticlepage #Hero .caption h1 {
    font-size: 32px;
    line-height: 1.5;
  }
}
.guidearticlepage #Hero .caption p {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  margin-top: 0;
  text-shadow: 0px 1px 2px rgba(66, 66, 66, 0.8);
}
.guidearticlepage #Hero .caption p.mobsearch {
  display: none;
}
.guidearticlepage #Hero .caption p .catlink {
  display: none;
}
@media (max-width: 767px) {
  .guidearticlepage #Hero.mob {
    margin-top: 0 !important;
  }
}
.guidearticlepage #ArticleContent {
  /* Extra small screen and smaller */
}
@media (max-width: 991px) {
  .guidearticlepage #ArticleContent {
    padding-top: 36px;
    padding-bottom: 15px;
  }
}
.guidearticlepage #ArticleContent h2 {
  font-size: 24px;
  margin: 0 0 24px 0;
  line-height: 1.6;
  text-align: left;
}
.guidearticlepage #ArticleContent h2.first,
.guidearticlepage #ArticleContent h2:first-of-type {
  margin-top: 0;
}
@media (min-width: 992px) {
  .guidearticlepage #ArticleContent h2 {
    margin: 24px 0;
  }
}
.guidearticlepage #ArticleContent p {
  font-size: 16px;
  margin: 0 0 12px 0;
  line-height: 1.5;
}
.guidearticlepage #ArticleContent a {
  color: #e28844;
  text-decoration: underline;
}
.guidearticlepage #ArticleContent a:hover {
  text-decoration: none;
}
.guidearticlepage #ArticleContent a.btn {
  text-decoration: none !important;
  color: #173336 !important;
}
@media (max-width: 767px) {
  .guidearticlepage #ArticleContent .propgal img {
    margin-bottom: 15px;
  }
}
.guidearticlepage #ArticleContent img {
  margin-top: 0;
  margin-bottom: 8px;
  max-width: 100%;
  height: auto;
}
.guidearticlepage .tweetbtn:before {
  background-color: #173336;
}
.guidearticlepage .tweetbtn:after {
  color: #fff;
}
.guidearticlepage .pdate {
  color: #f8f8f8;
}
.guidearticlepage #Readmore {
  background-color: #f8f8f8;
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .guidearticlepage #Readmore {
    padding: 32px 0 60px 0;
  }
  .guidearticlepage #Readmore .row {
    margin: 0;
  }
}
.guidearticlepage #Readmore h2 {
  color: #424242;
  margin: 0;
  font-size: 18px;
  line-height: 1.33;
}
@media (min-width: 992px) {
  .guidearticlepage #Readmore h2 {
    font-size: 24px;
  }
}
.guidearticlepage #Readmore .btnlink {
  margin-top: 40px;
  background-color: #e28844;
  border-color: #e28844;
  padding: 9px 20px;
  font-size: 16px;
  color: #173336;
}
.guidearticlepage #Readmore .btnlink:hover {
  background-color: rgba(226, 136, 68, 0.8);
  border-color: rgba(226, 136, 68, 0.8);
  color: #173336;
}
.guidearticlepage #Readmore .guideitem {
  color: #424242;
}
.guidearticlepage #Readmore .guideitem p .catlink {
  display: none;
}
.guidearticlepage #Readmore .guideitem h2 {
  margin-bottom: 12px;
}
.guidearticlepage #Readmore .guideitem h2 a {
  color: #424242;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}
.guidearticlepage #Readmore .guideitem span {
  line-height: 1.5;
}
.guidearticlepage #Readmore .guideitem p {
  font-size: 16px;
  color: #424242;
  line-height: 1.57;
}
.guidearticlepage #Readmore .guideitem .image {
  margin-bottom: 24px;
  height: 185px;
}
@media (max-width: 767px) {
  .guidearticlepage #Readmore .guideitem .image {
    margin-top: 24px;
  }
}
@media (min-width: 768px) {
  .guidearticlepage #Readmore .guideitem .image {
    height: 141px;
  }
}
@media (min-width: 992px) {
  .guidearticlepage #Readmore .guideitem .image {
    height: 184px;
  }
}
@media (min-width: 1200px) {
  .guidearticlepage #Readmore .guideitem .image {
    height: 226px;
  }
}
.guidearticlepage .sharebar {
  margin-top: 25px;
  border: solid 1px #e28844;
  background-color: #e28844;
  color: #173336;
  padding: 16px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .guidearticlepage .sharebar .col-xs-12 {
    width: 50%;
  }
}
.guidearticlepage .sharebar .text {
  padding-top: 3px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.guidearticlepage .sharebar .socialicons {
  /* Extra small screen and smaller */
}
@media (max-width: 767px) {
  .guidearticlepage .sharebar .socialicons {
    text-align: right !important;
  }
}
.guidearticlepage .sharebar .socialicons a {
  margin-left: 20px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  display: inline-block;
  border-radius: 20px;
}
.guidearticlepage .sharebar .socialicons a .icon {
  color: #fff;
}
.guidearticlepage .sharebar .socialicons a.facebook span:before {
  font-family: "Feather-Icons";
  content: '\e80b';
  font-size: 24px;
}
.guidearticlepage .sharebar .socialicons a.twitter {
  margin-right: 5px;
}
.guidearticlepage .sharebar .socialicons a.twitter span:before {
  font-family: "Feather-Icons";
  content: '\e81b';
  font-size: 24px;
}
.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: 0;
  }
}
@media (max-width: 767px) {
  form.let-with-us #MainContent_HeroPanel {
    height: 375px !important;
  }
}
@media (min-width: 1200px) {
  form.let-with-us #MainContent_HeroPanel {
    height: auto !important;
  }
}
form.let-with-us #MainContentContainer {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
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;
}
@media (max-width: 767px) {
  form.let-with-us #Hero {
    height: auto !important;
  }
}
@media (min-width: 1200px) {
  form.let-with-us #Hero {
    height: 600px !important;
  }
}
@media (max-width: 767px) {
  form.let-with-us #Hero .caption {
    top: 55%;
    transform: translate(0, -60%);
  }
}
@media (min-width: 768px) {
  form.let-with-us #Hero .caption {
    top: 45%;
  }
}
form.let-with-us #Hero .caption h1 {
  display: block;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 35px;
  display: inline-block;
  line-height: 1.14;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 800;
  text-shadow: 0px 1px 2px rgba(66, 66, 66, 0.8);
}
@media (min-width: 992px) {
  form.let-with-us #Hero .caption h1 {
    font-size: 46px;
    line-height: 1.14;
  }
}
@media (min-width: 1200px) {
  form.let-with-us #Hero .caption h1 {
    font-size: 50px;
    line-height: 1.14;
  }
}
form.let-with-us #Hero .caption p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: 18px;
}
@media (min-width: 992px) {
  form.let-with-us #Hero .caption p {
    font-size: 19px;
  }
}
@media (min-width: 1200px) {
  form.let-with-us #Hero .caption p {
    font-size: 24px;
  }
}
form.let-with-us #Hero .caption p.hero-links {
  margin-top: 12px;
  text-shadow: 0px 1px 2px rgba(66, 66, 66, 0.8);
}
form.let-with-us #Hero .caption p.hero-links a {
  font-weight: 500;
}
form.let-with-us #Hero .caption p.hero-links a span {
  color: #fff;
}
form.let-with-us #Hero .caption p.hero-links a span:before {
  font-family: "Feather-Icons";
  content: '\e820';
  font-size: 20px;
}
form.let-with-us #Hero .caption p.hero-btn {
  margin-top: 32px;
}
@media (min-width: 768px) {
  form.let-with-us #Hero .caption p.hero-btn {
    margin-top: 40px;
  }
}
form.let-with-us #Hero .caption p.hero-btn a {
  background-color: #e28844;
  border-color: #e28844;
  color: #173336;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-weight: 500;
  padding: 11px 30px !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: rgba(226, 136, 68, 0.8);
  border-color: rgba(226, 136, 68, 0.8);
  color: #173336;
  text-decoration: none;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
@media (min-width: 420px) and (max-width: 479px) {
  form.let-with-us #Hero img {
    width: 100% !important;
  }
}
@media (max-width: 479px) {
  form.let-with-us #Hero img {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  form.let-with-us #Hero img {
    height: 375px !important;
    min-height: 375px !important;
  }
}
@media (min-width: 1200px) {
  form.let-with-us #Hero img {
    height: 600px !important;
  }
}
@media (max-width: 767px) {
  form.let-with-us #Hero.mob {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {
  form.let-with-us .lypintrobanner {
    background-color: #f8f8f8;
    padding: 35px 0;
  }
}
form.let-with-us .lypintrobanner i,
form.let-with-us .lypintrobanner em {
  float: left;
  margin: 0 20px 0 0;
  font-size: 48px;
  color: #e28844;
  width: 48px;
}
form.let-with-us .lypintrobanner img {
  float: left;
  margin: 0 12px 0 0;
  width: auto;
  max-width: unset;
}
form.let-with-us .lypintrobanner img.icon1 {
  width: 48px;
}
form.let-with-us .lypintrobanner img.icon2 {
  width: 48px;
}
form.let-with-us .lypintrobanner img.icon3 {
  width: 48px;
}
form.let-with-us .lypintrobanner img.icon4 {
  width: 48px;
}
form.let-with-us .lypintrobanner p {
  margin: 0;
  line-height: 1.33;
  color: #424242;
  font-weight: 500;
}
@media (min-width: 768px) {
  form.let-with-us .lypintrobanner p {
    font-size: 16px !important;
    line-height: 1.57;
  }
}
@media (min-width: 992px) {
  form.let-with-us .lypintrobanner p {
    max-width: 215px;
  }
}
form.let-with-us .lypintrobanner p strong {
  font-weight: 500 !important;
}
@media (min-width: 992px) {
  form.let-with-us .lypintrobanner p strong {
    font-size: 15px !important;
  }
}
form.let-with-us .lypintrotext {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  form.let-with-us .lypintrotext {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  form.let-with-us .lypintrotext {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
form.let-with-us .lypintrotext h2 {
  font-size: 24px;
  margin-top: 0 !important;
  line-height: 1.33;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  form.let-with-us .lypintrotext h2 {
    font-size: 24px;
    line-height: 1.6;
  }
}
form.let-with-us .lypintrotext p {
  font-size: 16px !important;
  line-height: 1.5;
  margin-bottom: 12px;
}
@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 #d4d4d4;
  margin: 0;
}
form.let-with-us .lypservices {
  padding: 40px 0;
}
form.let-with-us .lypservices h2 {
  font-size: 18px;
  margin-top: 0 !important;
  line-height: 1.33;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  form.let-with-us .lypservices h2 {
    font-size: 24px;
  }
}
form.let-with-us .lypservices p {
  font-size: 16px !important;
  line-height: 1.5;
  margin-bottom: 12px;
}
@media (min-width: 768px) {
  form.let-with-us .lypservices {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  form.let-with-us .lypservices {
    padding: 80px 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: 500;
  font-size: 16px !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: 15px;
  width: 19px;
  height: 19px;
  color: #fff;
  background-color: #037A63;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: 0;
  line-height: 19px;
  padding: 0;
}
form.let-with-us .lypservices .services-container .services-bullet-col ul.icon-block li:last-child {
  margin-bottom: 0;
}
form.let-with-us .lypbenefits h2 {
  font-size: 18px;
  margin-top: 0 !important;
  line-height: 1.33;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  form.let-with-us .lypbenefits h2 {
    font-size: 24px;
  }
}
form.let-with-us .lypbenefits p,
form.let-with-us .lypbenefits h4 {
  font-size: 16px !important;
  line-height: 1.5;
  margin-bottom: 12px;
}
form.let-with-us .lypbenefits h4 {
  margin-top: 20px;
  text-transform: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}
form.let-with-us .lypbenefits .benefit-container {
  padding: 40px 15px 0 15px;
}
@media (min-width: 768px) {
  form.let-with-us .lypbenefits .benefit-container {
    padding: 60px 0 15px 0;
  }
}
@media (min-width: 992px) {
  form.let-with-us .lypbenefits .benefit-container {
    padding: 80px 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 (max-width: 767px) {
  form.let-with-us .lypbenefits .benefit-container .benefit-items-row {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  form.let-with-us .lypbenefits .benefit-container .benefit-items-row {
    padding: 0 90px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  form.let-with-us .lypbenefits .benefit-container .benefit-items-row {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  form.let-with-us .lypbenefits .benefit-container .benefit-items-row {
    margin: 48px 0 0 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  form.let-with-us .lypbenefits .benefit-container .benefit-items-row .benefit-item {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  form.let-with-us .lypbenefits .benefit-container .benefit-items-row .benefit-item {
    margin-bottom: 60px;
  }
}
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: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #e28844;
  padding-top: 9px;
}
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 .lypbenefits .benefit-container .benefit-items-row .benefit-item .benefit-item-container .benefit-icon-container i {
  font-family: "Feather-Icons";
  color: #173336;
  font-size: 40px;
  font-style: normal;
}
form.let-with-us .lypbenefits .benefit-container .benefit-items-row .benefit-item .benefit-item-container .benefit-icon-container i#network-icon:before {
  content: '\e823';
}
form.let-with-us .lypbenefits .benefit-container .benefit-items-row .benefit-item .benefit-item-container .benefit-icon-container i#experience-icon:before {
  content: '\e822';
}
form.let-with-us .lypbenefits .benefit-container .benefit-items-row .benefit-item .benefit-item-container .benefit-icon-container i#marketing-icon:before {
  content: '\e825';
}
form.let-with-us .lypbenefits .benefit-container .benefit-items-row .benefit-item .benefit-item-container .benefit-icon-container i#happy-icon:before {
  content: '\e821';
}
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-size: 22px;
  line-height: 1.36;
  font-style: italic;
  color: #e28844;
}
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: 'Roboto', 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: 2px;
  background-color: #fafafa;
}
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: 18px;
  margin-top: 0 !important;
  line-height: 1.33;
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  form.let-with-us .lypgetstarted h2 {
    font-size: 24px;
  }
}
form.let-with-us .lypgetstarted h4 {
  font-size: 16px;
  line-height: 1.33;
  text-transform: none;
  margin-bottom: 12px;
}
form.let-with-us .lypgetstarted p {
  font-size: 16px !important;
  line-height: 1.5;
  margin-bottom: 12px;
}
form.let-with-us .lypgetstarted .getstarted-container {
  padding: 40px 15px 80px 15px;
}
@media (min-width: 768px) {
  form.let-with-us .lypgetstarted .getstarted-container {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  form.let-with-us .lypgetstarted .getstarted-container {
    padding: 80px 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: 48px;
  }
}
form.let-with-us .lypgetstarted .getstarted-container .getstarted-row .getstarted-item {
  margin-bottom: 24px;
}
@media (min-width: 768px) and (max-width: 991px) {
  form.let-with-us .lypgetstarted .getstarted-container .getstarted-row .getstarted-item {
    padding: 0 5px;
    margin-bottom: 32px;
  }
}
@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: 24px 16px;
  border-radius: 0;
  background-color: #f8f8f8;
}
@media (min-width: 992px) {
  form.let-with-us .lypgetstarted .getstarted-container .getstarted-row .getstarted-item .getstarted-item-container {
    padding: 24px 32px 32px 32px;
  }
}
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: #e28844;
  border-radius: 50%;
  margin: 0 auto 15px auto;
  text-align: center;
  padding-top: 9px;
}
@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 img {
  width: 35px;
  height: 33px;
  margin: 0 auto;
}
form.let-with-us .lypgetstarted .getstarted-container .getstarted-row .getstarted-item .getstarted-item-container .getstarted-icon-container .getstarted-icon i {
  font-family: "Feather-Icons";
  color: #173336;
  font-size: 40px;
  font-style: normal;
}
form.let-with-us .lypgetstarted .getstarted-container .getstarted-row .getstarted-item .getstarted-item-container .getstarted-icon-container .getstarted-icon i.question-icon:before {
  content: '\e817';
}
form.let-with-us .lypgetstarted .getstarted-container .getstarted-row .getstarted-item .getstarted-item-container .getstarted-icon-container .getstarted-icon i.calendar-icon:before {
  content: '\e809';
}
form.let-with-us .lypgetstarted .getstarted-container .getstarted-row .getstarted-item .getstarted-item-container .getstarted-icon-container .getstarted-icon i.happy-icon:before {
  content: '\e824';
}
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 .lypgetstarted .getstarted-container .getstarted-row .getstarted-item .getstarted-item-container .getstarted-text-container h4 {
  margin-top: 9px;
  font-family: 'Roboto', sans-serif;
}
@media (min-width: 768px) and (max-width: 991px) {
  form.let-with-us .lypgetstarted .getstarted-container .getstarted-row .getstarted-item .getstarted-item-container .getstarted-text-container h4 {
    margin-top: 0;
  }
}
form.let-with-us .lypgetstarted .getstarted-container .getstarted-row .getstarted-item .getstarted-item-container .getstarted-text-container p {
  font-size: 16px !important;
  line-height: 1.5;
  margin-bottom: 0;
}
form.let-with-us .legalDisclaimer {
  position: initial;
  padding-bottom: 85px;
}
form.let-with-us .lypstickyfooter {
  background-color: #f8f8f8;
  display: none;
}
form.let-with-us .lypstickyfooter.sticky {
  bottom: 0;
  width: 100%;
  position: fixed;
  /* IE11 support */
  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;
  }
}
@media (min-width: 992px) {
  form.let-with-us .lypstickyfooter p {
    font-size: 16px !important;
  }
}
form.let-with-us .lypstickyfooter p a {
  color: #424242;
  text-decoration: none;
  font-weight: 500;
}
form.let-with-us .lypstickyfooter p a:first-child {
  margin-right: 25px;
}
form.let-with-us .lypstickyfooter p a:first-child:before {
  font-family: "Feather-Icons";
  content: '\e820';
  font-size: 18px;
  color: #e28844;
  margin-right: 5px;
  display: none;
}
form.let-with-us .lypstickyfooter p a span {
  color: #e28844;
}
@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: 16px 0;
  text-decoration: none;
  color: #173336;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 16px;
  padding: 5px 30px;
  background-color: #e28844;
  border-color: #e28844;
}
@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: 16px 0;
  }
}
form.let-with-us .lypstickyfooter .lyp-letting-guide-column a:hover,
form.let-with-us .lypstickyfooter .lyp-letting-guide-column a:focus {
  background-color: rgba(226, 136, 68, 0.8);
  border-color: rgba(226, 136, 68, 0.8);
  color: #173336;
}
form.let-with-us .lypstickyfooter .btn-secondary {
  background-color: #424242;
  border-color: #424242;
}
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;
  padding-bottom: 50px;
  /* Only Small screen */
}
@media (min-width: 768px) and (max-width: 991px) {
  form.let-with-us .footerout {
    padding-bottom: 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;
  background-color: #f8f8f8;
  box-shadow: 0 0 9px 0 rgba(136, 136, 136, 0.35);
  padding: 70px 32px;
  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: 45px;
  right: 45px;
  color: #424242;
  opacity: 1;
  font-size: 30px;
  font-weight: normal;
  /* Extra small screen and smaller */
  margin-top: 1px;
  margin-right: -10px;
}
@media (max-width: 767px) {
  form.let-with-us .LYPModal .modal-content .modal-header .close {
    top: 15px;
    right: 15px;
  }
}
@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 .close i:before {
  font-family: "Feather-Icons";
  content: '\e808';
  font-size: 24px;
}
@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: 'Roboto', sans-serif;
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 20px;
  padding-right: 50px;
}
@media (min-width: 768px) {
  form.let-with-us .LYPModal .modal-content .modal-header h4 {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
form.let-with-us .LYPModal .modal-content .modal-header h5 {
  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 p {
  margin-bottom: 0;
}
form.let-with-us .LYPModal .modal-content .modal-header p a {
  font-weight: 500;
}
form.let-with-us .LYPModal .modal-content .modal-body {
  padding: 0;
}
@media (min-width: 768px) {
}
form.let-with-us .LYPModal .modal-content .modal-body h5 {
  font-size: 18px;
  margin: 0 0 20px 0;
}
form.let-with-us .LYPModal .modal-content .modal-body p {
  margin-bottom: 15px;
  font-size: 16px !important;
  line-height: 1.5;
}
@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: 14px !important;
  margin-bottom: 5px;
  margin-top: -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: #e28844;
}
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 #d4d4d4;
  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: 24px;
}
form.let-with-us .LYPModal .modal-content .modal-body label {
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 12px;
}
form.let-with-us .LYPModal .modal-content .modal-body input,
form.let-with-us .LYPModal .modal-content .modal-body select {
  border: solid 1px #d4d4d4;
  height: 45px;
  padding: 6px 10px;
}
form.let-with-us .LYPModal .modal-content .modal-body textarea {
  border: solid 1px #d4d4d4;
  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: #424242 !important;
}
form.let-with-us .LYPModal .modal-content .modal-body .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #424242 !important;
}
form.let-with-us .LYPModal .modal-content .modal-body .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #424242 !important;
}
form.let-with-us .LYPModal .modal-content .modal-body .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #424242 !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: #424242;
  border-radius: 0 !important;
  box-shadow: none;
  font-size: 16px;
}
form.let-with-us .LYPModal .modal-content .modal-body .WLModal-form-item.hasPlaceholder {
  color: #424242;
}
form.let-with-us .LYPModal .modal-content .modal-body .WLModal-form-item::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #424242 !important;
}
form.let-with-us .LYPModal .modal-content .modal-body .WLModal-form-item::-moz-placeholder {
  /* Firefox 19+ */
  color: #424242 !important;
}
form.let-with-us .LYPModal .modal-content .modal-body .WLModal-form-item:-ms-input-placeholder {
  /* IE 10+ */
  color: #424242 !important;
}
form.let-with-us .LYPModal .modal-content .modal-body .WLModal-form-item:-moz-placeholder {
  /* Firefox 18- */
  color: #424242 !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: 8px;
  margin-bottom: 24px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  form.let-with-us .LYPModal .modal-content .modal-body .WLModalCheckbox {
    margin-top: 8px;
  }
}
form.let-with-us .LYPModal .modal-content .modal-body .WLModalCheckbox #optinTitleWLGetInTouch {
  margin-bottom: 24px !important;
  font-weight: 500 !important;
}
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: 0;
  content: '';
  position: absolute;
  left: -2px;
  font-size: 18px;
  border: solid 1px #d4d4d4;
  background-color: #fff;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
form.let-with-us .LYPModal .modal-content .modal-body .WLModalCheckbox input[type="checkbox"]:checked:after {
  top: 1px;
  left: 0;
  font-family: "Feather-Icons";
  content: '\e803';
  position: absolute;
  color: #e28844;
  font-size: 16px;
}
form.let-with-us .LYPModal .modal-content .modal-body .WLModalCheckbox label {
  font-size: 15px !important;
  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 select::-ms-value {
  color: #424242;
  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 span.form-help-label {
  font-size: 14px;
}
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: 14px !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: #e28844;
}
form.let-with-us .LYPModal .modal-content .modal-footer #optinStatementWLGetInTouch {
  margin-top: 24px !important;
  font-size: 14px !important;
  line-height: 1.57;
}
form.let-with-us .LYPModal .modal-content .modal-footer #optinStatementWLGetInTouch a {
  color: #173336;
}
form.let-with-us .LYPModal .modal-content .modal-footer .WLModalClose {
  background-color: transparent;
  border: none;
  text-transform: none;
  font-weight: 400;
  color: #888;
  text-shadow: none;
  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: 9px 0;
  font-size: 16px;
  margin-top: 18px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  background-color: #e28844;
  border-color: #e28844;
  color: #173336;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
}
@media (min-width: 768px) {
  form.let-with-us .LYPModal .modal-content .modal-footer .LYPModalBtn {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    width: 156px;
  }
}
form.let-with-us .LYPModal .modal-content .modal-footer .LYPModalBtn:hover,
form.let-with-us .LYPModal .modal-content .modal-footer .LYPModalBtn:active,
form.let-with-us .LYPModal .modal-content .modal-footer .LYPModalBtn:focus {
  background-color: rgba(226, 136, 68, 0.8) !important;
  border-color: rgba(226, 136, 68, 0.8) !important;
  color: #173336;
  outline: none !important;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
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: rgba(226, 136, 68, 0.8);
  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;
  }
}
@media (max-width: 767px) {
  form.about-us #MainContent_HeroPanel {
    height: 375px !important;
  }
}
@media (min-width: 1200px) {
  form.about-us #MainContent_HeroPanel {
    height: auto !important;
  }
}
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;
}
form.about-us #MainContentContainer #MainContentRow .maincontent a {
  text-decoration: underline;
}
form.about-us #MainContentContainer #MainContentRow .maincontent a:hover {
  text-decoration: none;
}
@media (min-width: 1200px) {
  form.about-us #Hero {
    height: 600px !important;
  }
}
@media (max-width: 767px) {
  form.about-us #Hero .caption {
    top: 54%;
    transform: translate(0, -60%);
  }
}
@media (min-width: 768px) {
  form.about-us #Hero .caption {
    top: 47%;
  }
}
@media (min-width: 992px) {
  form.about-us #Hero .caption {
    top: 46%;
  }
}
form.about-us #Hero .caption h1 {
  display: block;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 35px;
  display: inline-block;
  line-height: 1.14;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 800;
  text-shadow: 0px 1px 2px rgba(66, 66, 66, 0.8);
}
@media (min-width: 992px) {
  form.about-us #Hero .caption h1 {
    font-size: 46px;
    line-height: 1.14;
  }
}
@media (min-width: 1200px) {
  form.about-us #Hero .caption h1 {
    font-size: 50px;
    line-height: 1.14;
  }
}
form.about-us #Hero .caption p {
  font-weight: 500;
  text-shadow: 0px 1px 2px rgba(66, 66, 66, 0.8);
}
@media (min-width: 420px) and (max-width: 479px) {
  form.about-us #Hero img {
    width: 100% !important;
  }
}
@media (max-width: 479px) {
  form.about-us #Hero img {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  form.about-us #Hero img {
    height: 375px !important;
    min-height: 375px !important;
  }
}
@media (min-width: 1200px) {
  form.about-us #Hero img {
    height: 600px !important;
  }
}
@media (max-width: 767px) {
  form.about-us #Hero.mob {
    margin-top: 0 !important;
  }
}
@media (min-width: 768px) {
  form.about-us #introbanner {
    background-color: #f8f8f8;
    padding: 32px 0;
  }
}
form.about-us #introbanner i,
form.about-us #introbanner em {
  float: left;
  margin: 0 20px 0 0;
  font-size: 48px;
  color: #e28844;
  width: 48px;
}
form.about-us #introbanner img {
  float: left;
  margin: 0 12px 20px 0;
  width: auto;
  max-width: unset;
}
form.about-us #introbanner img.icon1 {
  width: 48px;
}
form.about-us #introbanner img.icon2 {
  width: 48px;
}
form.about-us #introbanner img.icon3 {
  width: 48px;
}
form.about-us #introbanner img.icon4 {
  width: 48px;
}
form.about-us #introbanner p {
  margin: 0;
  line-height: 1.33;
  color: #424242;
}
@media (min-width: 768px) {
  form.about-us #introbanner p {
    font-size: 13px !important;
    line-height: 1.57 !important;
  }
}
@media (min-width: 992px) {
  form.about-us #introbanner p {
    font-size: 14px !important;
  }
}
form.about-us #introbanner p strong {
  font-weight: 500 !important;
}
@media (min-width: 992px) {
  form.about-us #introbanner p strong {
    font-size: 14px !important;
  }
}
@media (max-width: 767px) {
  form.about-us #introbanner {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  form.about-us #introbanner .container {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  form.about-us #introbanner .container .about-introbanner-container {
    padding: 0 9px;
  }
}
form.about-us #introbanner img {
  margin: 0 12px 20px 0;
  width: auto;
  max-width: unset;
}
@media (min-width: 992px) and (max-width: 1199px) {
  form.about-us #introbanner img {
    margin-bottom: 55px;
  }
}
form.about-us #Hero {
  margin-bottom: 0;
}
form.about-us #Hero .caption p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-size: 15px;
}
@media (min-width: 1200px) {
  form.about-us #Hero .caption p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  form.about-us #Hero {
    height: auto !important;
  }
}
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: 20px;
  margin-top: 60px;
  line-height: 1.6;
  margin-bottom: 24px;
}
form.about-us .aboutcontent h2:first-of-type,
form.about-us .aboutcta h2:first-of-type {
  margin-top: 0;
}
@media (max-width: 767px) {
  form.about-us .aboutcontent h2,
  form.about-us .aboutcta h2 {
    font-size: 20px;
    line-height: 1.17;
  }
}
form.about-us .aboutcontent h3,
form.about-us .aboutcta h3 {
  font-size: 20px;
  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: 20px;
    line-height: 1.17;
  }
}
form.about-us .aboutcontent h4,
form.about-us .aboutcta h4 {
  font-size: 18px;
  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: 18px;
    line-height: 1.17;
  }
}
form.about-us .aboutcontent p,
form.about-us .aboutcta p {
  font-size: 15px !important;
  line-height: 1.6;
  margin-bottom: 12px;
}
form.about-us .aboutcontent p img,
form.about-us .aboutcta p img {
  margin: 20px 0 0 0;
}
@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: 2px;
  background-color: #fafafa;
}
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 .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-bottom: 0;
}
form.about-us .aboutcontent {
  padding: 60px 15px 48px 15px;
}
@media (min-width: 992px) {
  form.about-us .aboutcontent {
    padding: 60px 15px 68px 15px;
  }
}
form.about-us .aboutcta {
  padding: 0;
  margin-bottom: 40px;
}
form.about-us .footerout {
  margin: 0;
}
.newsletterpage #MainNav {
  top: 0;
}
.newsletterpage #MainNav .logo {
  color: #ffffff;
  background-image: url('https://files.holidaycottages.co.uk/docs/glampingstays/logo.svg');
}
.newsletterpage .container-fluid {
  margin-top: 0;
}
@media (min-width: 992px) {
  .newsletterpage .container-fluid {
    margin-top: 80px;
  }
}
.newsletterpage.newsletterpage-alt .btn {
  display: inline;
  margin-top: 8px !important;
  margin-bottom: 20px !important;
  padding: 8px 0 !important;
  width: 100%;
}
@media (min-width: 768px) {
  .newsletterpage.newsletterpage-alt .btn {
    width: auto;
    padding: 8px 140px !important;
  }
}
.newsletterpage.newsletterpage-alt #optinStatement {
  margin-bottom: 0 !important;
}
.newsletterpage.newsletterpage-alt .form-footer {
  margin-top: 16px;
  margin-bottom: 0;
}
.newsletterpage.newsletterpage-alt .form-footer a {
  color: #173336;
}
.privacy-terms-cookies-content h2 {
  font-size: 18px;
  margin-top: 32px;
  line-height: 1.33;
  margin-bottom: 24px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .privacy-terms-cookies-content h2 {
    font-size: 24px;
    font-weight: 500;
  }
}
.privacy-terms-cookies-content h3 {
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.25;
  margin-bottom: 25px;
}
.privacy-terms-cookies-content h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: 12px 0 12px 0;
}
.privacy-terms-cookies-content p {
  margin-bottom: 12px;
  line-height: 1.5;
}
.privacy-terms-cookies-content table {
  font-family: 'Roboto', sans-serif;
  margin-top: 22px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .privacy-terms-cookies-content table {
    border: solid 1px #d4d4d4;
  }
}
@media (max-width: 767px) {
  .privacy-terms-cookies-content table tr:first-child {
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .privacy-terms-cookies-content table tr {
    border-bottom: solid 1px #d4d4d4;
  }
}
@media (max-width: 767px) {
  .privacy-terms-cookies-content table tr:last-child {
    border-bottom: none;
  }
}
.privacy-terms-cookies-content table th {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  background-color: transparent;
  padding: 16px 26px;
}
@media (min-width: 768px) {
  .privacy-terms-cookies-content table th {
    border-color: #d4d4d4;
  }
}
.privacy-terms-cookies-content table th:nth-of-type(1) {
  font-weight: 500;
}
.privacy-terms-cookies-content table td {
  background-color: transparent;
}
@media (min-width: 768px) {
  .privacy-terms-cookies-content table td {
    border-color: #d4d4d4;
  }
}
.privacy-terms-cookies-content table td:nth-of-type(1) {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
@media (max-width: 767px) {
  .privacy-terms-cookies-content table td.cookie-type {
    padding-top: 20px;
  }
}
.privacy-terms-cookies-content table td.cookie-description {
  font-size: 16px;
}
@media (max-width: 767px) {
  .privacy-terms-cookies-content table td.cookie-description {
    padding-top: 4px;
  }
}
@media (max-width: 767px) {
  .privacy-terms-cookies-content table td ul {
    border: none;
  }
}
@media (max-width: 767px) {
  .privacy-terms-cookies-content table td .visible-xs {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
  }
}
.destinationpage {
  /* Extra small screen and smaller */
}
@media (max-width: 991px) {
  .destinationpage #MainNav-sticky-wrapper {
    height: 60px !important;
  }
}
@media (max-width: 767px) {
  .destinationpage #MainContent_HeroPanel {
    height: 375px !important;
  }
}
@media (min-width: 1200px) {
  .destinationpage #MainContent_HeroPanel {
    height: 500px !important;
  }
}
.destinationpage #Hero {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .destinationpage #Hero {
    height: auto !important;
  }
}
@media (min-width: 420px) and (max-width: 479px) {
  .destinationpage #Hero img {
    width: 100% !important;
  }
}
@media (max-width: 479px) {
  .destinationpage #Hero img {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .destinationpage #Hero img {
    height: 375px !important;
    min-height: 375px !important;
  }
}
@media (min-width: 1200px) {
  .destinationpage #Hero img {
    height: 500px !important;
  }
}
@media (max-width: 767px) {
  .destinationpage #Hero .caption {
    top: 55%;
    transform: translate(0, -60%);
  }
}
.destinationpage #Hero .caption h1 {
  display: block;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 35px;
  display: inline-block;
  line-height: 1.14;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 800;
}
@media (min-width: 992px) {
  .destinationpage #Hero .caption h1 {
    font-size: 46px;
    line-height: 1.44;
  }
}
@media (min-width: 1200px) {
  .destinationpage #Hero .caption h1 {
    font-size: 50px;
    line-height: 1.44;
  }
}
.destinationpage #Hero .caption p {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 15px;
}
@media (min-width: 1200px) {
  .destinationpage #Hero .caption p {
    font-size: 20px;
  }
}
.destinationpage #Hero .caption p.hero-links {
  margin-top: 20px;
}
.destinationpage #Hero .caption p.hero-links a {
  font-weight: 400;
}
.destinationpage #Hero .caption p.hero-links a span {
  color: #fff;
}
.destinationpage #Hero .caption p.hero-links a span:before {
  font-family: "Feather-Icons";
  content: '\e820';
  font-size: 20px;
}
.destinationpage #Hero .caption p.hero-btn {
  margin-top: 0;
}
.destinationpage #Hero .caption p.hero-btn a {
  background-color: #e28844;
  border-color: #e28844;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  font-weight: 500;
  padding: 11px 30px !important;
  color: #173336;
}
@media (max-width: 767px) {
  .destinationpage #Hero .caption p.hero-btn a {
    margin-top: 4px;
  }
}
.destinationpage #Hero .caption p.hero-btn a:hover,
.destinationpage #Hero .caption p.hero-btn a:active,
.destinationpage #Hero .caption p.hero-btn a:focus {
  background-color: rgba(226, 136, 68, 0.8);
  border-color: rgba(226, 136, 68, 0.8);
  text-decoration: none;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #173336;
}
@media (max-width: 767px) {
  .destinationpage #Hero.mob {
    margin-top: 0 !important;
  }
}
.destinationpage #DestinationIntro {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding: 0;
  margin-top: 40px;
}
@media (min-width: 1200px) {
  .destinationpage #DestinationIntro {
    float: left;
    width: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .destinationpage #DestinationIntro {
    margin-top: 60px;
  }
}
.destinationpage #DestinationIntro h2 {
  margin-bottom: 16px;
}
.destinationpage #DestinationIntro p {
  margin-bottom: 12px;
}
.destinationpage #DestinationIntro p:last-child {
  margin-bottom: 0;
}
.destinationpage #DestinationIntro p a:hover {
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .destinationpage .destination-map-content {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 1919px) {
  .destinationpage #MainContentContainer {
    margin-top: 60px;
  }
}
@media (min-width: 768px) {
  .destinationpage #DestinationCarousel {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .destinationpage #DestinationCarousel {
    margin-bottom: 60px;
  }
}
.destinationpage #DestinationCarousel .destinationcarouseldrivers {
  height: 290px;
}
.destinationpage #DestinationCarousel .touch h3 {
  margin-bottom: 24px !important;
}
@media (max-width: 767px) {
  .destinationpage #DestinationCarousel .touch h3 {
    margin-bottom: 16px !important;
  }
}
.destinationpage #DestinationCarousel .complex-property-item h4 a {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500 !important;
  font-size: 15px !important;
  text-decoration: none !important;
}
.destinationpage #DestinationCarousel .complex-property-item h4 a:hover {
  text-decoration: underline !important;
}
.destinationpage #DestinationDrivers .driver-item {
  border: none !important;
  background-color: #f8f8f8;
}
@media (min-width: 768px) {
  .destinationpage #DestinationDrivers .driver-item {
    margin-bottom: 40px;
    padding: 40px;
  }
}
.destinationpage #DestinationDrivers .btn-driver {
  background-color: transparent;
  font-size: 15px;
  font-weight: 500;
  color: #424242;
  border: solid 1px #424242;
}
.destinationpage #DestinationDrivers .btn-driver:hover,
.destinationpage #DestinationDrivers .btn-driver:active,
.destinationpage #DestinationDrivers .btn-driver:focus {
  background-color: #424242;
  color: #fff;
}
.destinationpage h2 {
  margin-top: 0 !important;
}
.destinationpage h3 {
  font-size: 20px;
  line-height: 1.6;
}
.destinationpage #DestinationDrivers .driver-item {
  border-top: solid 1px #d4d4d4;
}
.destinationpage #DestinationDrivers .driver-item h3,
.destinationpage #DestinationDrivers .driver-item h3 a {
  color: #424242;
  margin-top: 0;
  line-height: 1.6;
  font-size: 20px;
  margin-bottom: 7px;
  /* Small screen and smaller */
  text-decoration: none;
}
@media (max-width: 991px) {
  .destinationpage #DestinationDrivers .driver-item h3,
  .destinationpage #DestinationDrivers .driver-item h3 a {
    margin-top: 0;
  }
}
.destinationpage #DestinationDrivers .driver-item h3:hover,
.destinationpage #DestinationDrivers .driver-item h3 a:hover {
  text-decoration: underline;
}
.destinationpage #DestinationDrivers .driver-item p {
  line-height: 1.86;
}
.destinationpage #DestinationDrivers .driver-item p .btn {
  background-color: #e28844;
  border: 0;
  color: #173336;
  font-size: 15px;
  line-height: 1.75;
  padding: 7px 30px;
  font-weight: 600;
}
.destinationpage #DestinationDrivers .driver-item p .btn:hover {
  background-color: rgba(226, 136, 68, 0.8);
  color: #173336;
}
.destinationpage #DestinationDrivers .driver-item:last-child {
  border-bottom: solid 1px #e28844;
}
@media (min-width: 1200px) {
  .destinationpage #DestinationDrivers .driver-item {
    border-left: solid 1px #e28844;
    border-right: solid 1px #e28844;
    border-bottom: solid 1px #e28844;
  }
}
.destinationpage #DestinationDrivers .btn-driver {
  background-color: transparent;
  font-size: 15px;
  font-weight: 500;
  color: #424242;
  border: solid 1px #424242;
}
.destinationpage #DestinationDrivers .btn-driver:hover,
.destinationpage #DestinationDrivers .btn-driver:active,
.destinationpage #DestinationDrivers .btn-driver:focus {
  background-color: #424242;
  color: #fff;
}
.destinationpage #DestinationList {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .destinationpage #DestinationList {
    margin-top: 40px;
  }
}
.destinationpage #DestinationList .driver-item {
  background-color: #e28844;
  border: 0;
}
.destinationpage #DestinationList .driver-item h3 {
  margin-bottom: 24px;
}
.destinationpage #DestinationList .driver-item ul li a {
  font-size: 16px;
}
.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: #e28844;
  font-family: 'Roboto', sans-serif;
  border: 0;
  color: #173336;
  font-weight: 500;
  font-size: 16px !important;
  line-height: 1.75;
  padding: 11px 30px !important;
}
.destinationpage .ReadMoreContainer a:hover {
  color: #173336;
  background-color: rgba(226, 136, 68, 0.8);
}
.destinationpage .ReadMoreContainer a:active {
  color: #173336;
  background-color: rgba(226, 136, 68, 0.8);
}
@media (max-width: 767px) {
  .destinationpage .guide-listing .guide-listing-container {
    margin-top: 20px;
  }
}
.destinationpage .guide-listing .guide-item {
  border: 0 !important;
}
.destinationpage .guide-listing .guide-item .guide-text h3 {
  margin-bottom: 14px;
}
.destinationpage .guide-listing .guide-item .guide-text h3 a {
  color: #424242;
  font-size: 20px;
  line-height: 1.6;
  text-decoration: none;
}
.destinationpage .guide-listing .guide-item .guide-text h3 a:hover {
  text-decoration: underline;
}
.destinationpage .guide-listing .guide-item .guide-link a {
  color: #173336;
  background-color: #e28844;
  border-color: #e28844;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  padding: 6px 30px;
  line-height: 1.75;
}
.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 {
  border-color: rgba(226, 136, 68, 0.8);
  background-color: rgba(226, 136, 68, 0.8);
  color: #173336;
}
.destinationpage #DestinationAdditionalContent .content-container {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .destinationpage #DestinationAdditionalContent .content-container {
    float: left;
    width: 75%;
  }
}
.destinationpage #DestinationAdditionalContent .content-container p {
  margin-bottom: 12px;
}
.destinationpage #DestinationAdditionalContent .content-container p a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .destinationpage .Layout10 .DriverLayout10.touch .Complex .complex-property-container {
    padding-bottom: 60px !important;
  }
  .destinationpage .destination-intro-content {
    padding: 0 15px !important;
  }
  .destinationpage .destination-intro-content h2 {
    margin-top: 36px !important;
  }
  .destinationpage #DestinationCarouselTitle h3 {
    padding-left: 15px;
  }
  .destinationpage #DestinationCarousel .complex-property-item:first-of-type {
    margin-left: 15px;
  }
  .destinationpage #DestinationDrivers .driver-item {
    padding: 20px 15px;
  }
  .destinationpage .guide-listing .guide-item {
    padding: 20px 15px;
    border-bottom: solid 1px #eee !important;
  }
  .destinationpage .guide-listing .guide-item:last-of-type {
    border-bottom: 0 !important;
  }
  .destinationpage #DestinationList .driver-item {
    background-color: transparent !important;
    border-top: 1px solid #d4d4d4 !important;
    border-bottom: 1px solid #d4d4d4 !important;
  }
  .destinationpage #DestinationList .driver-item h3,
  .destinationpage #DestinationList .driver-item h3 a {
    margin-bottom: 0 !important;
    color: #424242 !important;
  }
  .destinationpage #DestinationList .driver-item h3:after,
  .destinationpage #DestinationList .driver-item h3 a:after {
    top: 12px;
  }
  .destinationpage #DestinationAdditionalContent {
    padding: 30px 30px 0 30px;
  }
  .destinationpage .ReadMoreContainer .ReadMoreButtonContainer a {
    margin-left: 30px !important;
  }
}
@media (min-width: 768px) {
  .destinationpage .DriverLayout10.touch .Complex {
    height: 250px;
  }
}
@media (min-width: 768px) {
  .destinationpage .Layout10 .DriverLayout10.touch .Complex .complex-property-container {
    padding-bottom: 60px !important;
  }
}
.DriverLayout10 .complex-property-item {
  width: 262px !important;
}
.DriverLayout10 .complex-property-item img {
  width: 262px !important;
  height: 175px !important;
  margin-bottom: 10px !important;
}
.DriverLayout10 .complex-property-item h4 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 2;
  color: #424242;
  margin: 0;
}
.DriverLayout10 .slick-prev:before,
.DriverLayout10 .slick-next:before {
  font-size: 22px !important;
  color: #424242 !important;
}
.DriverLayout1 .driverinset,
.DriverLayout2 .driverinset,
.DriverLayout3 .driverinset,
.DriverLayout1 .driverfull,
.DriverLayout2 .driverfull,
.DriverLayout3 .driverfull {
  /* Medium screen & Bigger */
  /* Extra small screen and smaller */
  /* Extra small screen and smaller */
}
@media (min-width: 768px) and (max-width: 991px) {
  .DriverLayout1 .driverinset .col-xs-12,
  .DriverLayout2 .driverinset .col-xs-12,
  .DriverLayout3 .driverinset .col-xs-12,
  .DriverLayout1 .driverfull .col-xs-12,
  .DriverLayout2 .driverfull .col-xs-12,
  .DriverLayout3 .driverfull .col-xs-12 {
    width: 50%;
  }
}
.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 {
  /* 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: 20px;
  line-height: 1.4 !important;
}
@media (min-width: 992px) {
  .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: 20px;
    line-height: 1.6 !important;
    margin: 0 60px 14px 60px !important;
  }
}
@media (max-width: 991px) {
  .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 {
    margin-bottom: 12px;
  }
}
.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: 16px;
}
.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 (max-width: 991px) {
  .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 {
    display: none;
  }
}
@media (max-width: 991px) {
  .DriverLayout1 .driverinset .driver .drivertext .inner p.buttonp,
  .DriverLayout2 .driverinset .driver .drivertext .inner p.buttonp,
  .DriverLayout3 .driverinset .driver .drivertext .inner p.buttonp,
  .DriverLayout1 .driverfull .driver .drivertext .inner p.buttonp,
  .DriverLayout2 .driverfull .driver .drivertext .inner p.buttonp,
  .DriverLayout3 .driverfull .driver .drivertext .inner p.buttonp {
    display: inline-block;
  }
}
@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: 8px 30px;
    font-weight: 500;
    margin-top: 0;
  }
  .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 {
    opacity: 0.85;
    background-color: rgba(0, 0, 0, 0.6);
    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;
}
@media (min-width: 992px) {
  .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;
    width: auto !important;
    margin: 0 60px !important;
  }
}
@media (min-width: 992px) {
  .DriverLayout1 .driverinset .driver .drivertext:hover .inner p .btnlink,
  .DriverLayout2 .driverinset .driver .drivertext:hover .inner p .btnlink,
  .DriverLayout3 .driverinset .driver .drivertext:hover .inner p .btnlink,
  .DriverLayout1 .driverfull .driver .drivertext:hover .inner p .btnlink,
  .DriverLayout2 .driverfull .driver .drivertext:hover .inner p .btnlink,
  .DriverLayout3 .driverfull .driver .drivertext:hover .inner p .btnlink,
  .DriverLayout1 .driverinset .driver .drivertext:focus .inner p .btnlink,
  .DriverLayout2 .driverinset .driver .drivertext:focus .inner p .btnlink,
  .DriverLayout3 .driverinset .driver .drivertext:focus .inner p .btnlink,
  .DriverLayout1 .driverfull .driver .drivertext:focus .inner p .btnlink,
  .DriverLayout2 .driverfull .driver .drivertext:focus .inner p .btnlink,
  .DriverLayout3 .driverfull .driver .drivertext:focus .inner p .btnlink {
    padding: 7px 24px !important;
    margin-top: 20px !important;
  }
}
.DriverLayout1 .driverinset .driver .drivertext:hover .inner p .btnlink:hover,
.DriverLayout2 .driverinset .driver .drivertext:hover .inner p .btnlink:hover,
.DriverLayout3 .driverinset .driver .drivertext:hover .inner p .btnlink:hover,
.DriverLayout1 .driverfull .driver .drivertext:hover .inner p .btnlink:hover,
.DriverLayout2 .driverfull .driver .drivertext:hover .inner p .btnlink:hover,
.DriverLayout3 .driverfull .driver .drivertext:hover .inner p .btnlink:hover,
.DriverLayout1 .driverinset .driver .drivertext:focus .inner p .btnlink:hover,
.DriverLayout2 .driverinset .driver .drivertext:focus .inner p .btnlink:hover,
.DriverLayout3 .driverinset .driver .drivertext:focus .inner p .btnlink:hover,
.DriverLayout1 .driverfull .driver .drivertext:focus .inner p .btnlink:hover,
.DriverLayout2 .driverfull .driver .drivertext:focus .inner p .btnlink:hover,
.DriverLayout3 .driverfull .driver .drivertext:focus .inner p .btnlink:hover,
.DriverLayout1 .driverinset .driver .drivertext:hover .inner p .btnlink:focus,
.DriverLayout2 .driverinset .driver .drivertext:hover .inner p .btnlink:focus,
.DriverLayout3 .driverinset .driver .drivertext:hover .inner p .btnlink:focus,
.DriverLayout1 .driverfull .driver .drivertext:hover .inner p .btnlink:focus,
.DriverLayout2 .driverfull .driver .drivertext:hover .inner p .btnlink:focus,
.DriverLayout3 .driverfull .driver .drivertext:hover .inner p .btnlink:focus,
.DriverLayout1 .driverinset .driver .drivertext:focus .inner p .btnlink:focus,
.DriverLayout2 .driverinset .driver .drivertext:focus .inner p .btnlink:focus,
.DriverLayout3 .driverinset .driver .drivertext:focus .inner p .btnlink:focus,
.DriverLayout1 .driverfull .driver .drivertext:focus .inner p .btnlink:focus,
.DriverLayout2 .driverfull .driver .drivertext:focus .inner p .btnlink:focus,
.DriverLayout3 .driverfull .driver .drivertext:focus .inner p .btnlink:focus {
  background-color: #e28844 !important;
  color: #173336;
}
@media (min-width: 992px) {
  .DriverLayout1 .driverinset .driver .drivertext:hover .inner p .btnlink:hover,
  .DriverLayout2 .driverinset .driver .drivertext:hover .inner p .btnlink:hover,
  .DriverLayout3 .driverinset .driver .drivertext:hover .inner p .btnlink:hover,
  .DriverLayout1 .driverfull .driver .drivertext:hover .inner p .btnlink:hover,
  .DriverLayout2 .driverfull .driver .drivertext:hover .inner p .btnlink:hover,
  .DriverLayout3 .driverfull .driver .drivertext:hover .inner p .btnlink:hover,
  .DriverLayout1 .driverinset .driver .drivertext:focus .inner p .btnlink:hover,
  .DriverLayout2 .driverinset .driver .drivertext:focus .inner p .btnlink:hover,
  .DriverLayout3 .driverinset .driver .drivertext:focus .inner p .btnlink:hover,
  .DriverLayout1 .driverfull .driver .drivertext:focus .inner p .btnlink:hover,
  .DriverLayout2 .driverfull .driver .drivertext:focus .inner p .btnlink:hover,
  .DriverLayout3 .driverfull .driver .drivertext:focus .inner p .btnlink:hover,
  .DriverLayout1 .driverinset .driver .drivertext:hover .inner p .btnlink:focus,
  .DriverLayout2 .driverinset .driver .drivertext:hover .inner p .btnlink:focus,
  .DriverLayout3 .driverinset .driver .drivertext:hover .inner p .btnlink:focus,
  .DriverLayout1 .driverfull .driver .drivertext:hover .inner p .btnlink:focus,
  .DriverLayout2 .driverfull .driver .drivertext:hover .inner p .btnlink:focus,
  .DriverLayout3 .driverfull .driver .drivertext:hover .inner p .btnlink:focus,
  .DriverLayout1 .driverinset .driver .drivertext:focus .inner p .btnlink:focus,
  .DriverLayout2 .driverinset .driver .drivertext:focus .inner p .btnlink:focus,
  .DriverLayout3 .driverinset .driver .drivertext:focus .inner p .btnlink:focus,
  .DriverLayout1 .driverfull .driver .drivertext:focus .inner p .btnlink:focus,
  .DriverLayout2 .driverfull .driver .drivertext:focus .inner p .btnlink:focus,
  .DriverLayout3 .driverfull .driver .drivertext:focus .inner p .btnlink:focus {
    border: 1px solid #e28844 !important;
  }
}
@media (min-width: 992px) {
  .DriverLayout1 .driverinset .driver:hover,
  .DriverLayout2 .driverinset .driver:hover,
  .DriverLayout3 .driverinset .driver:hover,
  .DriverLayout1 .driverfull .driver:hover,
  .DriverLayout2 .driverfull .driver:hover,
  .DriverLayout3 .driverfull .driver:hover,
  .DriverLayout1 .driverinset .driver:focus,
  .DriverLayout2 .driverinset .driver:focus,
  .DriverLayout3 .driverinset .driver:focus,
  .DriverLayout1 .driverfull .driver:focus,
  .DriverLayout2 .driverfull .driver:focus,
  .DriverLayout3 .driverfull .driver:focus {
    background-size: 100% 100%;
  }
}
@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 .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;
  }
}
@media (min-width: 992px) {
}
form.holiday-ideas .footerout {
  margin-top: 50px;
}
#featured-cottages {
  margin-bottom: 60px;
  /* Extra-small screen and smaller */
  /* Extra-small screen and smaller */
}
#featured-cottages .property:hover .pbg,
#featured-cottages .property:focus .pbg {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#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: #424242;
}
#featured-cottages .property .propinfo a:hover h3,
#featured-cottages .property .propinfo a:focus h3 {
  color: #424242;
}
#featured-cottages .property .propinfo .propname h3 {
  color: #424242;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.33;
}
@media (min-width: 992px) {
  #featured-cottages .property .propinfo .propname h3 {
    font-size: 24px;
  }
}
#featured-cottages .property .propinfo .propname h3:hover {
  text-decoration: underline;
}
#featured-cottages .property .propinfo .propname p {
  color: #424242;
  font-size: 15px;
}
#featured-cottages .property .propinfo .propavail {
  display: none;
}
#featured-cottages .property .propinfo .propinfosub {
  background: none;
  font-size: 15px;
}
#featured-cottages .property .propinfo .propinfosub span {
  color: #173336;
}
#featured-cottages .property .propinfo .propinfosub span.icontext {
  color: #424242;
}
#featured-cottages .property .propinfo .keyfeatures {
  display: none;
}
#featured-cottages .property .propinfo .prices {
  background: none;
}
@media (max-width: 991px) {
  #featured-cottages .homecarousel .carouselcontrol.right {
    background-color: #424242;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    right: 26px;
  }
  #featured-cottages .homecarousel .carouselcontrol.right span {
    position: absolute;
    top: -5px;
    left: -2px;
  }
  #featured-cottages .homecarousel .carouselcontrol.left {
    background-color: #424242;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    left: 26px;
  }
  #featured-cottages .homecarousel .carouselcontrol.left span {
    position: absolute;
    top: -5px;
    right: -2px;
  }
}
@media (max-width: 767px) {
  #featured-cottages {
    margin-bottom: 30px;
  }
  #featured-cottages .homecarousel .carouselcontrol {
    font-size: 40px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media print {
  #MainNav:before {
    font-size: 20px;
    content: 'Glampingstays';
  }
  #MainNav:after {
    font-size: 18px;
    content: 'Call us now on 01654550360';
    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;
  }
}
form.contentpagefromconfig #MainContent_NoHero .headercontainer h1 a {
  color: #e28844 !important;
}
form.contentpagefromconfig #MainContent_NoHero .headercontainer h1 a:hover {
  color: rgba(226, 136, 68, 0.8) !important;
}
form.contentpagefromconfig #MainContent_NoHero .headercontainer input {
  color: #424242 !important;
}
form.contentpagefromconfig #MainContent_NoHero .headercontainer button {
  background-color: #e28844;
  color: #173336;
}
form.contentpagefromconfig #MainContent_NoHero .headercontainer button:hover {
  background-color: rgba(226, 136, 68, 0.8);
  color: #173336;
}
form.contentpagefromconfig #MainContent_NoHero .headercontainer button:disabled:hover {
  background-color: #e28844;
  color: #173336;
}
form.contentpagefromconfig .loadingcontent .loader {
  border: 5px solid #e28844;
  border-top: 5px solid rgba(226, 136, 68, 0.8);
}
#MainNav .add-to-wishlist-mobile-header {
  right: 40px;
  top: 10px;
  color: #ffffff;
}
@media (min-width: 992px) {
  #MainNav .add-to-wishlist-mobile-header {
    display: none;
  }
}
#MainNav .add-to-wishlist-mobile-header .icon-wishlist {
  color: #e28844;
}
@media (min-width: 992px) {
  #MainNav #logocontainer.withwishlist {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  #MainNav #logocontainer.withwishlist {
    width: 25%;
  }
}
@media (min-width: 992px) {
  #MainNav #navcontainer.withwishlist {
    width: 80%;
  }
}
@media (min-width: 1200px) {
  #MainNav #navcontainer.withwishlist {
    width: 75%;
  }
}
#mm-my-menu.mm-opened .mm-panels a i {
  display: none;
}
.wishlistpage #clearButton,
.wishlistpage #loadMore,
.wishlistpage .modal .btn-default {
  border-color: #e28844;
  background-color: #fff;
  font-weight: 600;
  color: #424242;
  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: #e28844;
  border-color: #e28844;
  color: #173336;
}
.wishlistpage #clearButton {
  margin-bottom: 20px;
}
.wishlistpage p.button {
  margin-top: 20px;
}
.wishlistpage p.button .btn-primary {
  background-color: #e28844;
  border-color: #e28844;
  color: #173336;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  padding: 10px 12px;
  display: block;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.wishlistpage p.button .btn-primary:hover {
  background-color: rgba(226, 136, 68, 0.8);
  border-color: rgba(226, 136, 68, 0.8);
  color: #173336;
}
@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: #424242;
  font-family: 'Roboto', 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: #424242;
  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: #e28844;
  border-color: #e28844;
  font-weight: 600;
  -webkit-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  color: #173336;
}
@media (max-width: 767px) {
  .wishlistpage .modal .btn-primary {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
.wishlistpage .modal .btn-primary:hover {
  background-color: rgba(226, 136, 68, 0.8);
  border-color: rgba(226, 136, 68, 0.8);
  color: #173336;
}
.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 #d4d4d4;
  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: #424242;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.wishlistpage .propertyrow .imagecol .discount {
  background-color: #f84958;
  color: #fff;
}
.wishlistpage .propertyrow .detailscol h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  margin-bottom: 12px;
  font-size: 20px !important;
}
.wishlistpage .propertyrow .detailscol h3 a {
  color: #424242;
  text-decoration: none;
}
.wishlistpage .propertyrow .detailscol h3 a:hover {
  text-decoration: underline;
}
.wishlistpage .propertyrow .detailscol .marketingaddress {
  color: #424242;
  font-size: 16px;
  font-weight: 400;
}
.wishlistpage .propertyrow .detailscol .detail-item {
  color: #424242;
  margin-right: 8px;
  padding-right: 12px;
}
.wishlistpage .propertyrow .detailscol .detail-item i {
  color: #424242;
}
.wishlistpage .propertyrow .detailscol .detail-item span.pochenty-bathrooms,
.wishlistpage .propertyrow .detailscol .detail-item span.pochenty-no-dogs-icon {
  color: #424242;
}
.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: 'Roboto', sans-serif;
  font-size: 16px !important;
  color: #424242;
}
.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: #173336;
}
.wishlistpage .propertyrow .detailscol .propDesc {
  line-height: 1.57 !important;
  color: #424242;
}
.wishlistpage .propertyrow .detailscol .proppriceanddate div.date {
  border: 1px solid #f8f8f8;
}
.wishlistpage .propertyrow .detailscol .proppriceanddate div.date a,
.wishlistpage .propertyrow .detailscol .proppriceanddate div.date a:hover,
.wishlistpage .propertyrow .detailscol .proppriceanddate div.date a:focus {
  color: #424242;
}
.wishlistpage .propertyrow .detailscol .proppriceanddate div.price {
  border: 1px solid #f8f8f8;
  background-color: #f8f8f8;
}
.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: #424242;
}
#knowledgebase {
  border-bottom: solid 1px #d4d4d4;
}
#knowledgebase a:active,
#knowledgebase a:focus {
  text-decoration: none;
}
#knowledgebase .knowledgebase-label {
  background-color: #173336;
  border: solid 1px #d4d4d4;
}
#knowledgebase .knowledgebase-label:hover,
#knowledgebase .knowledgebase-label:active,
#knowledgebase .knowledgebase-label:focus {
  text-decoration: none;
}
#knowledgebase .knowledgebase-label h4 {
  color: #ffffff;
  text-transform: none;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
#knowledgebase .knowledgebase-label.disabled {
  background-color: #fff;
}
#knowledgebase .knowledgebase-label.disabled h4 {
  color: #424242;
}
#knowledgebase .knowledgebase-label.selected {
  background-color: #fff;
}
#knowledgebase .knowledgebase-label.selected h4 {
  color: #424242;
}
#knowledgebase #knowledgebase-menu a {
  text-decoration: none !important;
}
#knowledgebase .knowledgebase-link,
#knowledgebase .knowledgebase-sublink {
  border-bottom: solid 1px #d4d4d4;
  color: #424242 !important;
  font-size: 16px;
  text-decoration: none !important;
}
#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 #d4d4d4;
  color: #424242 !important;
  font-size: 16px;
}
#knowledgebase .knowledgebase-link:hover,
#knowledgebase .knowledgebase-sublink:hover {
  text-decoration: underline !important;
}
#knowledgebase .knowledgebase-link.current,
#knowledgebase .knowledgebase-sublink.current {
  background-color: #f8f8f8;
}
#knowledgebase .knowledgebase-bullets li {
  border-bottom: solid 1px #d4d4d4;
  margin-bottom: 0 !important;
}
#knowledgebase #option-col a {
  color: #173336;
  font-weight: bold;
  text-decoration: none !important;
}
#knowledgebase #option-col a:hover {
  text-decoration: underline !important;
}
#knowledgebase #option-col a.chatButton {
  text-decoration: none !important;
}
#knowledgebase #option-col a.chatButton:hover {
  text-decoration: none !important;
}
#knowledgebase section.light-grey {
  background-color: #f8f8f8;
}
#knowledgebase section.light-grey .btn {
  color: #173336 !important;
  font-weight: 500 !important;
}
#knowledgebase section.light-grey .btn:hover {
  text-decoration: none !important;
}
#knowledgebaseform .modal-close {
  background-color: transparent;
  border: none;
}
#knowledgebaseform .input-group-text {
  background: #fff;
  color: #424242;
  border-color: #d4d4d4;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  border-left: 1px solid #d4d4d4;
}
#knowledgebaseform .form-control {
  border-color: #d4d4d4;
  caret-color: #e12726;
  color: #424242;
}
#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: #424242;
}
#knowledgebaseform .input-group input {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}
#knowledgebaseform .input-group .right-border {
  border-right: 1px solid #d4d4d4;
}
#knowledgebaseform .optional {
  color: #9e9e9e;
}
#knowledgebaseform .form-group .checkbox:before {
  background: white;
  border: solid 1px #d4d4d4;
}
#knowledgebaseform .form-group .checkbox label.selected:after {
  color: #173336;
}
#knowledgebaseform .modal-content {
  border: solid 1px #d4d4d4;
}
#knowledgebaseform .modal-close i {
  font-size: 24px;
  color: #424242;
}
#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 .captcha {
  margin-bottom: 20px;
}
.brandPanel {
  color: #173336;
}
#contactModalForm .col-xs-12 .buttoncol input {
  background-color: #e28844;
  color: #173336;
}
#contactModalForm .col-xs-12 .buttoncol .loading-spinner {
  height: 44.84px;
  padding-top: 3px;
}
#contactModalForm .col-xs-12 .buttoncol .loading-spinner .loader {
  color: #173336;
}
body.modal-open .ui-widget {
  font-family: 'Roboto', sans-serif;
  color: #424242;
  font-weight: 400;
}
body.modal-open .ui-widget.ui-widget-content {
  border: solid 1px #d4d4d4;
}
body.modal-open .ui-widget-header {
  border: 1px solid #d4d4d4;
  background: #f8f8f8;
  color: #424242;
  font-weight: normal;
}
body.modal-open .ui-datepicker th {
  font-weight: normal;
}
body.modal-open .ui-widget-content {
  color: #424242;
}
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 #d4d4d4;
  background: #fff;
  color: #424242;
}
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: #424242;
}
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 #e12726;
  background: #e12726;
  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: #f8f8f8;
}
.lypguidedriver .btn {
  color: #173336 !important;
}