html,
body {
  height: 100%;
  overflow: hidden;
  font-family: Roboto;
}

p,
h1,
h2,
h3,
h4,
h5,
.btn {
  font-family: Roboto;
}

*,
*:before,
*:after {
  -webkit-appearance: none;
}

.group {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin: 0px;
}

.group a {
  padding: 11px 0px;
  font-size: 16px;
  cursor: inherit;
  border: 0;
  color: #004c9d;
  width: 150px;
  outline: 0;
  font-family: inherit;
  transition: background-color 0.2s ease-in-out;
}

.social-link {
  width: 44px !important;
  height: 44px !important;
  align-items: center;
  margin-left: 12px;
}

.social-link a {
  padding: 10px !important;
}

/* header */
.header {
  background-color: #fcf8f0;
  height: 63px;
  z-index: 6;
}

.header img {
  width: 51px;
}

button:focus {
  outline: none !important;
}

button {
  width: 44px;
  height: 44px;
}

.header .text {
  color: #004c9d;
  line-height: 44px;
}

.social {
  font-size: 24px !important;
}

.height {
  align-items: center;
  height: 60px; /* to match HC nav bar height */
}

.align-right {
  text-align: right;
  margin-top: 5px;
}

.col-8 {
  padding-right: 0 !important;
}

@media only screen and (max-width: 390px) {
  .d-xs-none {
    display: none;
  }
  .mr-twitter {
    padding-right: 16px !important;
    width: 60px;
  }
}

@media only screen and (max-width: 420px) {
  .img {
    max-width: 200px;
  }
}

/* Set rows and columns */
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 !important;
}

.column-intro {
  width: 65vh;
  z-index: 5;
  background-color: #fcf8f0;
}

@media screen and (max-width: 1200px) and (min-width: 800px) and (max-height: 800px) and (min-height: 500px) and (orientation: landscape) {
  .column-intro {
    background-image: none;
  }
}

.column-map {
  display: flex;
  flex-direction: column;
  flex: 1 50%;
  margin-right: auto;
}

/* intro */
#intro-container,
.page,
.pagerow {
  height: 100%;
  overflow: hidden;
}

.intro-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  text-align: center;
  height: 100%;
}

.image-desktop {
  width: 100%;
  margin-top: -40px;
  margin-bottom: -60px;
  z-index: 1;
}

.image-desktop-logo {
  margin: 30px 0 6px;
  width: 40%;
  z-index: 1;
}

.copy-text {
  font-size: 15px;
  line-height: 1.33;
  text-align: center;
  padding: 24px;
  color: #3d5662;
  max-width: 600px;
  width: 100%;
  z-index: 1;
}

.copy-text a {
  font-weight: 500;
  font-family: Roboto;
  color: #0e4d98;
}

.link,
.link:hover,
.link:active,
.link:focus {
  text-decoration: none;
  color: #cd4749;
}

.image-lg {
  display: none;
}

@media screen and (max-height: 787px) {
  .copy-text {
    font-size: 14px;
  }
}

@media screen and (max-height: 730px) {
  .copy-text {
    font-size: 13px;
  }
}

@media screen and (max-width: 1200px) {
  .image-sm {
    display: none;
  }
  .image-lg {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .image-lg {
    display: none !important;
  }
  .image-sm {
    display: block;
  }
}

@media screen\0 {
  /* ie */
  .filter-item p {
    padding-top: 8px;
    text-transform: uppercase;
    font-weight: 600 !important;
  }
}

.btn {
  border-radius: 3px;
  background-color: #f26b52;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.49;
  letter-spacing: normal;
  color: #ffffff !important;
  width: 120px;
  z-index: 2;
}

btn:hover {
  color: #d5d5d5 !important;
}

.explore-button {
  display: none;
}

.filters-tablet {
  display: none;
}

@media screen and (max-width: 1500px) {
  .filters-desktop {
    display: none;
  }
  .filters-tablet {
    display: flex;
  }
}

@media screen and (max-width: 1366px) {
  .filters-desktop {
    display: none;
  }
  .filters-tablet {
    display: flex;
  }
  .explore-button {
    font-family: Roboto;
    display: inline-block;
    text-transform: uppercase;
    width: 165px;
    position: relative;
    bottom: auto;
    background-color: #0e4d98;
    font-size: 16px;
    font-weight: 500;
  }
  .column-intro,
  .column-map {
    display: block;
    flex: none;
    max-width: none;
    width: 100%;
    height: 100%;
  }
  .column-map {
    display: none;
  }
  .image-desktop {
    margin-top: calc(100vh - 460px - 100vw);
  }
  .image-desktop-logo {
    margin: 40px 0 6px;
    width: 170px;
  }
  .copy-text {
    font-size: 13px;
    margin: 0;
    padding: 40px 15px 50px;
  }
  .top-title h3 {
    margin-top: 5px;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
    color: #fff;
    text-align: center;
    width: calc(100% - 70px);
  }
}

@media screen and (max-width: 1366px) and (min-width: 1024px) and (max-height: 1280px) {
  .copy-text {
    padding: 30px 15px 30px;
  }
  .image-desktop {
    margin-top: calc(100vh - 370px - 100vw);
  }
  .image-desktop-logo {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 802px) and (max-height: 1160px) {
  .copy-text {
    padding: 30px 15px 30px;
  }
  .image-desktop {
    margin-top: calc(100vh - 370px - 100vw);
  }
  .image-desktop-logo {
    margin-top: 10px;
  }
}

@media screen and (max-width: 801px) and (min-width: 710px) and (max-height: 1080px) {
  .copy-text {
    padding: 30px 15px 30px;
  }
  .image-desktop {
    margin-top: calc(100vh - 370px - 100vw);
  }
  .image-desktop-logo {
    margin-top: 10px;
  }
}

@media screen and (max-width: 1200px) and (min-width: 1024px) and (min-height: 1380px) {
  .image-desktop {
    margin-top: -40px;
  }
}

@media screen and (max-width: 1023px) and (min-width: 802px) and (min-height: 1280px) {
  .image-desktop {
    margin-top: -40px;
  }
}

@media screen and (max-width: 801px) and (min-width: 710px) and (min-height: 1145px) {
  .image-desktop {
    margin-top: -40px;
  }
}

@media screen and (max-width: 1366px) and (min-width: 710px) and (orientation: landscape) {
  .column-intro,
  .column-map {
    display: block;
    flex: none;
    max-width: none;
    width: 100%;
    height: 100%;
  }
  .column-map {
    display: none;
  }
  .copy-text {
    font-size: 13px;
  }
  .image-sm,
  .image-lg {
    display: none;
  }
  .image-landscape {
    margin-top: calc(100vh - 520px - (2 / 5) * 100vw);
    margin-bottom: 0;
    display: block !important;
  }
  .image-desktop-logo {
    width: 164px;
    margin: 20px 0 6px;
  }
  .copy-text {
    font-size: 15px;
    padding: 25px;
  }
}

@media screen and (max-width: 1366px) and (min-width: 710px) and (orientation: landscape) and (min-height: 880px) {
  .image-landscape {
    margin-top: -4.4px;
  }
}

@supports (-webkit-touch-callout: none) {
  @media screen and (max-width: 1366px) and (min-width: 1200px) and (orientation: landscape) {
    .filters-desktop {
      display: none;
    }
    .filters-tablet {
      display: flex;
    }
    .filter-window {
      width: 100%;
    }
    .explore-button {
      font-family: Roboto;
      display: inline-block;
      text-transform: uppercase;
      width: 165px;
      position: relative;
      bottom: auto;
      background-color: #0e4d98;
      font-size: 16px;
      font-weight: 500;
    }
    .column-intro,
    .column-map {
      display: block;
      flex: none;
      max-width: none;
      width: 100%;
      height: 100%;
    }
    .column-map {
      display: none;
    }
    .copy-text {
      font-size: 13px;
    }
    .image-sm,
    .image-lg {
      display: none;
    }
    .image-landscape {
      margin-top: calc(100vh - 520px - (2 / 5) * 100vw);
      margin-bottom: 0;
      display: block !important;
    }
    .image-desktop-logo {
      width: 164px;
      margin: 20px 0 6px;
    }
    .copy-text {
      font-size: 15px;
      padding: 25px;
    }
    .top-title h3 {
      margin-top: 5px;
      font-size: 16px;
      text-transform: none;
      font-weight: normal;
      color: #fff;
      text-align: center;
      width: calc(100% - 70px);
    }
  }
}

.mobile {
  display: none;
}

@media screen and (max-width: 480px) {
  .non-mobile {
    display: none;
  }
  .mobile {
    display: block;
  }
  .social-link {
    margin-left: 5px;
  }
  .intro-copy {
    display: block;
  }
  .filters-tablet {
    display: none;
  }
  .filters-desktop {
    display: flex;
  }
  .column-intro {
    background-size: auto 100%;
    background-position: center;
  }
  .image-desktop {
    margin-top: -20px;
  }
  .image-desktop-logo {
    margin: 40px 0 0px;
    width: 30%;
  }
  .copy-text {
    font-size: 16px;
    width: 100%;
    position: relative;
    bottom: auto;
    margin-top: 0px;
    padding-top: 22px;
    padding-bottom: 36px;
    line-height: inherit;
  }
  .header .col-6 {
    padding-left: 5px;
  }
  .margin {
    margin: 12px 3px;
  }
  .social {
    font-size: 22px;
  }
  .mr-twitter,
  .mr-pinterest {
    padding-right: 0px !important;
  }
  @supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    .image-desktop {
      margin-top: -60px;
    }
    @media screen and (max-width: 380px) {
      .copy-text {
        font-size: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
      }
    }
  }
}

@media screen and (max-width: 480px) and (max-height: 710px) {
  .copy-text {
    padding-bottom: 20px;
  }
  .image-desktop {
    margin-top: -60px;
  }
}

@media screen and (max-width: 350px) {
  .copy-text {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .image-desktop {
    margin-top: -130px;
  }
}

.top-bar {
  height: 62px;
  background-color: #fff;
}

.form-search {
  margin: 0 0 22px 64px;
  width: 722px;
  height: 40px;
  border-radius: 3px !important;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15) !important;
  background-color: #ffffff;
}

.searchbar-container {
  border: solid 1px #d5d5d5;
  height: 125px;
  font-size: 18px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.49;
  letter-spacing: normal;
  color: #3d5662;
}

.searchbar-container p {
  margin: 17px 0 19px 65px;
}

.no-results {
  cursor: auto !important;
}

/* top bar */
.map-top-bar {
  padding: 17px 65px;
  background-color: #0e4d98;
}

.top-title h3 {
  font-size: 18px;
  line-height: 1.49;
  color: #fff;
  padding-bottom: 15px;
}

.top-search input {
  border-radius: 3px;
  border: none;
  outline: none !important;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  background-color: #ffffff;
  width: calc(100% - 20px);
  padding: 11px 36px;
  color: #424242;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.infoimg {
  margin-left: 7px;
  padding-bottom: 4px;
  color: #fff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .infoimg {
    width: 4%;
  }
}

.dog-note p {
  padding-top: 16px;
  font-size: 14px;
  line-height: 1.07;
  font-weight: 500;
  color: #616161;
}

.search-icons {
  position: absolute;
  right: 95px;
}

@media (max-width: 992px) {
  .search-icons {
    position: absolute;
    right: 75px;
  }
}

@media (max-width: 480px) {
  .search-icons {
    position: absolute;
    right: 75px;
  }
}

.search-icons span {
  display: inline-block;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 16px;
  cursor: pointer;
}

.search-cancel {
  vertical-align: middle;
  margin: 8px 5px 0 0;
  width: 27px;
  height: 27px;
  display: table-cell;
  background: url("https://files.holidaycottages.co.uk/close.svg") no-repeat
    scroll;
  background-size: 22px 22px;
}

.search-line {
  margin-top: 3px;
  color: grey;
}

.search-show {
  width: 33px;
  height: 34px;
  object-fit: contain;
  color: #000;
  background: url("https://files.holidaycottages.co.uk/assets/microsites/dog-friendly-index/images/chevdown.svg")
    no-repeat scroll;
  margin-top: 5px;
  margin-bottom: 3px;
  margin-left: 5px;
  vertical-align: middle;
  display: table-cell;
}

.chev-rotate {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.Chevback {
  width: 33px;
  height: 34px;
  margin-left: -8px;
  object-fit: contain;
  color: #fff;
  background: url("https://files.holidaycottages.co.uk/assets/microsites/dog-friendly-index/images/icon-chevdown.png")
    no-repeat scroll;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  vertical-align: middle;
  display: table-cell;
  display: none;
}

.info-item img,
.top-title img,
.top-search img {
  width: 23px;
}

.top-title img,
.search-refresh {
  position: absolute;
  right: 30px;
  padding-top: 3px;
  cursor: pointer;
  color: #fff;
}

/* search */
.search-results {
  overflow-y: auto;
  position: absolute;
  top: 180px;
  left: calc(65vh + 65px);
  width: calc(100% - 65vh - 150px);
  max-height: 479px;
  border-radius: 3px;
  box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  z-index: 10;
  display: none;
  padding-top: 20px;
}

.predictive-text {
  color: grey;
  background-color: rgba(0, 0, 0, 0);
  position: absolute;
  padding-left: 36px;
  top: 137px;
  left: calc(65vh + 65px);
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.text-invisible {
  color: rgba(0, 0, 0, 0) !important;
}

@media (max-height: 729px) {
  .search-results {
    max-height: calc(100% - 270px);
  }
}

@media (max-width: 1366px) {
  .search-results {
    left: 65px;
    width: calc(100% - 150px);
  }
  .predictive-text {
    top: 140px;
    left: 65px;
  }
}

@media (max-width: 992px) {
  .search-results {
    left: 20px;
    width: calc(100% - 88px);
  }
  .predictive-text {
    top: 142px;
    left: 20px;
  }
}

@media (max-width: 1366px) and (min-width: 1000px) and (orientation: landscape) {
  .search-results {
    left: 65px;
    width: calc(100% - 150px);
  }
  .predictive-text {
    top: 139px;
    left: 65px;
  }
  .Chevback {
    display: block;
  }
}

@media (max-width: 575px) {
  .predictive-text {
    top: 141px;
  }
}

@media (max-width: 480px) {
  .search-results {
    left: 20px;
    width: calc(100% - 88px);
  }
  .predictive-text {
    top: 145px;
    left: 20px;
  }
}

.res-item,
.no-results {
  font-family: Roboto;
  font-size: 16px;
  color: #424242;
  padding: 3px 24px;
  cursor: pointer;
}

.res-item:hover {
  background-color: #e4e4e4;
}

.search-results-hover {
  background-color: #e4e4e4;
}

.res-item p {
  display: inline;
}

.res-icon {
  width: 21px;
  height: 21px;
  object-fit: contain;
  color: #8dadbc;
  margin-right: 17px;
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}

.res-icon-shopping {
  background-image: url("https://files.holidaycottages.co.uk/assets/microsites/dog-friendly-index/images/shopping.svg");
}

.res-icon-beaches {
  background-image: url("https://files.holidaycottages.co.uk/assets/microsites/dog-friendly-index/images/beaches.svg");
}

.res-icon-water {
  background-image: url("https://files.holidaycottages.co.uk/assets/microsites/dog-friendly-index/images/water.svg");
}

.res-icon-attractions {
  background-image: url("https://files.holidaycottages.co.uk/assets/microsites/dog-friendly-index/images/attractions.svg");
}

.res-icon-museums {
  background-image: url("https://files.holidaycottages.co.uk/assets/microsites/dog-friendly-index/images/museums.svg");
}

.res-icon-parks {
  background-image: url("https://files.holidaycottages.co.uk/assets/microsites/dog-friendly-index/images/parks.svg");
}

.res-icon-food {
  background-image: url("https://files.holidaycottages.co.uk/assets/microsites/dog-friendly-index/images/food.svg");
}

.res-icon-family {
  background-image: url("https://files.holidaycottages.co.uk/assets/microsites/dog-friendly-index/images/family.svg");
}

.res-icon-region {
  width: 21px;
  height: 21px;
  object-fit: contain;
  color: #8dadbc;
  background-image: url("https://files.holidaycottages.co.uk/assets/microsites/dog-friendly-index/images/icon-region.svg");
  margin-right: 17px;
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}

/* no beaches found window */
.no-beaches {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.61);
  z-index: 10;
}

.no-beaches-box {
  position: absolute;
  width: 317px;
  height: 283px;
  border-radius: 6px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  top: calc(50% - 180px);
  left: calc(50% - 160px - 350px);
  padding: 69px 51px 57px;
}

.no-beaches h4 {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.68;
  letter-spacing: normal;
  color: #0e4d98;
  margin-bottom: 13px;
  text-transform: uppercase;
}

.no-beaches p {
  font-size: 16px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #616161;
  margin-bottom: 37px;
}

.no-beaches-btn {
  width: 190px;
  text-transform: uppercase;
  font-size: 16px;
}

.no-beaches-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 23px;
  height: 23px;
  display: table-cell;
  cursor: pointer;
  background: url("https://files.holidaycottages.co.uk/close.svg") no-repeat
    scroll;
  background-size: cover;
}

@media (max-width: 1366px) {
  .no-beaches {
    top: 0;
  }
  .no-beaches-box {
    left: calc(50% - 159px);
  }
}

/* info box */
.info-window {
  position: fixed;
  display: none;
  top: 70px;
  right: 70px;
  width: 400px;
  max-height: 959px;
  height: calc(100% - 150px);
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background-color: #ffffff;
  padding: 49px 49px 0 49px;
  z-index: 10;
}

/* Callout on info window */
@media (max-width: 1366px) {
  .info-window {
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    top: 70px;
    right: 70px;
    width: 400px;
    max-height: 959px;
    height: calc(100% - 150px);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    background-color: #ffffff;
    padding: 49px 49px 0 49px;
    z-index: 10;
  }
}

@media (min-width: 1367px) {
  .info-window {
    position: fixed;
    display: none;
    top: 70px;
    right: 70px;
    width: 400px;
    max-height: 959px;
    height: calc(100% - 150px);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    background-color: #ffffff;
    padding: 49px 49px 0px 49px;
    z-index: 10;
  }
  .inner-window {
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    right: 80px;
    width: 380px;
    max-height: 959px;
    height: calc(100% - 205px);
    background-color: #ffffff;
    padding: 0px 39px 0 39px;
    z-index: 10;
  }
  .info-window:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 390px;
    height: 10px;
    width: 16px;
    background: #fff;
    transform: rotate(45deg);
    border-bottom: #fff;
    border-right: #fff;
    box-shadow: #fff;
    z-index: 10;
  }
}
/* End of callout */

.gm-style-iw {
  padding: 0px !important;
  max-height: none !important;
}

.gm-style-iw-d {
  max-height: none !important;
  overflow: auto !important;
}

.modalbackground {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none;
}

/*close button*/
.gm-ui-hover-effect {
  width: 23px !important;
  height: 23px !important;
  top: 16px !important;
  right: 16px !important;
}

.gm-ui-hover-effect > img {
  width: 23px !important;
  height: 23px !important;
  margin: 0px !important;
}

.info-place {
  top: 70px;
  right: 70px;
  width: 338px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background-color: #ffffff;
  padding: 23px 33px;
  z-index: 10;
}

.info-title h4 {
  margin-bottom: 20px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.79;
  color: #0e4d98;
}

.hline {
  height: 1px;
  margin: 18px -33px 19px -33px;
  background: #dddddd;
}

.info-categoryname {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 26.8px;
  letter-spacing: 0;
  color: #0e4d98;
  text-transform: uppercase;
}

.info-categoryname img {
  width: 40px;
  height: 40px;
  padding-right: 11px;
  float: left;
}

.info-subcategory {
  margin-top: 7px;
  font-family: Roboto;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.54px;
  letter-spacing: 0;
  color: #616161;
  display: inline;
}

.info-placename {
  margin-top: 19px;
  padding-bottom: 5.2px;
  font-family: Roboto;
  font-weight: 500;
  font-size: 18px;
  line-height: 26.8px;
  letter-spacing: 0;
  color: #0e4d98;
}

.info-region {
  font-family: Roboto;
  font-size: 16px;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: 0;
  color: #616161;
  padding-bottom: 16px;
}

.info-pawscore p {
  margin-top: 7px;
  margin-bottom: 16px;
  font-family: Roboto;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.54px;
  letter-spacing: 0;
  color: #616161;
}

.info-categoryname {
  font-family: Roboto;
  font-weight: 500;
  font-size: 16px;
  line-height: 26.8px;
  letter-spacing: 0;
  color: #0e4d98;
  text-transform: uppercase;
}

.info-cat-title {
  padding-top: 7px;
  margin-bottom: 25px;
}

.info-pawscore img {
  width: 26px;
  height: 26px;
  padding: 0px 9px 3px 0px;
  margin-bottom: 23px;
}

.info-key {
  margin: 31px 0 23px;
}

.info-item {
  margin: 9px 0px !important;
}

.info-item p {
  object-fit: contain;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.92;
  letter-spacing: normal;
  color: #616161;
  margin: 7px 0 0 17px;
}

.info-item-beach {
  margin: 4px 0px;
}

.info-item-beach p {
  object-fit: contain;
  font-size: 18px !important;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #616161;
  margin: 0px 0 0 10px;
}

.info-water-quality {
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  color: #616161;
}

.info-disclaimer-title {
  font-size: 13px !important;
  padding-bottom: 10px;
}

.info-disclaimer {
  margin: 35px 0 44px;
  padding: 21px 19px 15px 25px;
  background-color: #f5f5f5;
  font-size: 13px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.54 !important;
  letter-spacing: normal;
  color: #616161;
}

.info-item img {
  width: 41px;
  height: 41px;
}

.info-item-beach img {
  width: 23px;
  height: 28px;
}

.top-bar {
  height: 62px;
  background-color: #fff;
}

.form-search {
  margin: 0 0 22px 64px;
  width: 722px;
  height: 40px;
  border-radius: 3px !important;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15) !important;
  background-color: #ffffff;
}

.search-refresh {
  font-size: 22px;
}

.greyout {
  opacity: 0.24 !important;
  cursor: auto !important;
}

.greyout-filters {
  opacity: 0 !important;
  cursor: auto !important;
}

.searchbar-container {
  border: solid 1px #d5d5d5;
  height: 125px;
}

.searchbar-container p {
  font-family: TextAlt, sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.49;
  letter-spacing: normal;
  color: #3d5662;
  margin: 17px 0 19px 65px;
}

.close-info-window {
  display: none;
}

.info-rating-hr {
  margin-top: 49px;
  margin-bottom: 31px;
}

.info-rating img {
  margin-right: 18px;
}

.info-subtitle {
  margin: 0 0px 17px 0;
  object-fit: contain;
  font-size: 15px;
}

@media (max-width: 1366px) {
  .info-window {
    position: absolute;
    width: 551px;
    max-height: 883px;
    height: calc(100% - 150px);
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    top: 98px;
    left: calc(50% - 255px);
    padding: 44px 44px 0px;
    border-radius: 0px;
  }
  .info-title h4 {
    font-size: 16px;
  }
  .info-subtitle {
    font-size: 13px;
    padding-right: 20px;
    margin-bottom: 27px;
  }
  .info-rating {
    margin-bottom: 28px;
  }
  .info-key {
    margin: 22px 0 23px;
  }
  .close-info-window {
    display: block;
  }
  .modalbackground {
    background-color: rgba(0, 0, 0, 0.61);
  }
}

@media (max-width: 1366px) and (min-width: 800px) and (orientation: landscape) {
  .info-window {
    position: absolute;
    width: 427px;
    height: 85%;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    top: 70px;
    left: calc(50% - 215px);
    padding: 53px 49px 0px;
    border-radius: 0px;
  }
  .info-title h4 {
    font-size: 18px;
  }
  .close-info-window {
    display: block;
  }
  .info-disclaimer {
    padding-top: 30px;
  }
  .modalbackground {
    background-color: rgba(0, 0, 0, 0.61);
  }
}

@media (max-width: 800px) and (max-height: 850px) {
  .info-window {
    top: 70px;
  }
}

@media (max-width: 425px) {
  .info-window {
    width: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    height: 100%;
    max-height: 100%;
    border-radius: 0px;
    padding: 43px 36px 0px;
    /* padding: 65px 36px 0px; */
  }
  .modalbackground {
    background-color: rgba(0, 0, 0, 0);
  }
  .info-subtitle {
    padding-right: 0px;
  }
  .info-rating {
    margin-bottom: 49px;
  }
  .info-key {
    margin-top: 31px;
  }
  .info-item {
    margin: 19px 0px !important;
  }
}

/* bottom bar */
.filters-closed {
  background-color: #0e4d98;
  height: auto;
  position: relative;
}

.filter-header {
  background-color: #0e4d98;
  color: #fff;
}

@media (max-width: 480px) {
  .filter-header {
    background-color: #fff;
  }
}

.filters p {
  font-size: 18px !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.49;
  letter-spacing: normal;
  color: #fff;
  padding: 16px 0 18px 0;
  margin: 0;
}

.filters-title img {
  right: 36px;
}

.filters-title img {
  position: absolute;
  right: 36px;
  padding: 10px 0 18px 0;
  margin: 0;
  cursor: pointer;
}

.icon-filter {
  margin: 16px 9px 18px 67px !important;
  width: 18px;
  height: 12px !important;
}

.Chevup {
  width: 33px;
  height: 34px;
  object-fit: contain;
  color: #000;
  background: url("https://files.holidaycottages.co.uk/assets/microsites/dog-friendly-index/images/icon-chevdown.png")
    no-repeat scroll;
  background-position: right;
  float: right;
  position: absolute;
  right: 0px;
  margin: 10px 36px 0 36px;
  vertical-align: middle;
  cursor: pointer;
}

.Chevdown {
  width: 33px;
  height: 34px;
  object-fit: contain;
  color: #000;
  background: url("https://files.holidaycottages.co.uk/assets/microsites/dog-friendly-index/images/icon-chevdown.png")
    no-repeat scroll;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  background-position: right;
  position: absolute;
  right: 0px;
  float: right;
  margin-right: 36px;
  vertical-align: middle;
  cursor: pointer;
  /* display: table-cell; */
}

.filterChevup {
  width: 33px;
  height: 34px;
  object-fit: contain;
  background: url("https://files.holidaycottages.co.uk/assets/microsites/dog-friendly-index/images/icon-chevronup.svg")
    no-repeat scroll;
  background-position: right;
  float: right;
  position: absolute;
  right: 0px;
  margin: 10px 36px 0 36px;
  vertical-align: middle;
  cursor: pointer;
}

.filterChevdown {
  width: 33px;
  height: 34px;
  object-fit: contain;
  color: #000;
  background: url("https://files.holidaycottages.co.uk/assets/microsites/dog-friendly-index/images/icon-chevronup.svg")
    no-repeat scroll;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  background-position: right;
  position: absolute;
  right: 0px;
  float: right;
  margin-right: 36px;
  vertical-align: middle;
  cursor: pointer;
  /* display: table-cell; */
}

.filter-count-box {
  display: none;
}

/* Filter window*/
.filter-window {
  position: fixed;
  display: none;
  bottom: 0;
  right: 0;
  width: calc(100% - 65vh);
  height: 271px;
  background-color: #ffffff;
  z-index: 3;
}

.filter-background {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: none;
}

.filter-title h4 {
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.79;
  color: #3d5662;
}

.filter-tb {
  padding-left: 0 !important;
  margin-bottom: 24px;
}

.filter-bb {
  padding-left: 0 !important;
}

.filter-item {
  margin: 4px 0px;
  cursor: pointer;
}

.filter-item label {
  height: 100%;
  display: block;
}

.filter-item p {
  font-size: 12px !important;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #616161;
  margin: 6px 8px;
  object-fit: contain;
  text-transform: uppercase;
}

@media (max-width: 480px) {
  .filter-item p {
    margin: auto 8px;
  }
}

.checkbox-round {
  width: 9px;
  height: 9px;
  border-radius: 4.5px;
  border: solid 1px #bbb;
  background-color: white;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
}

.checkbox-round:checked {
  background-color: #3d5662;
  border: #3d5662;
}

.filter-select {
  padding-right: 20px;
  padding-top: 3px;
}

.filter-item img {
  width: 37px;
  height: 36px;
}

.filter-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 !important;
  height: 66px;
}

@media (max-width: 480px) {
  .filter-header p {
    font-family: Roboto;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 1.49;
    letter-spacing: normal;
    color: #0e4d98;
    margin-top: 46px;
    margin-bottom: 38px;
  }
  .no-filters-close {
    position: absolute;
    right: 20px;
    top: -30px;
    width: 32px;
    height: 32px;
    display: table-cell;
    cursor: pointer;
    background: url("https://files.holidaycottages.co.uk/close.svg") no-repeat
      scroll;
  }
}

.filters .filter-header-title,
.filter-header-title {
  font-size: 16px !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.49;
  letter-spacing: normal;
  color: #fff;
  padding: 16px 0 18px 0;
  margin: 0;
  width: calc(100% - 180px);
}

.clear-filters {
  font-size: 11.5px !important;
  font-weight: bold;
  margin: 18px 80px 0 0;
  cursor: pointer;
  display: none;
  position: absolute;
  right: 0;
  color: #fff;
  text-transform: uppercase;
}

.filters .clear-filters {
  font-size: 11.5px !important;
  font-weight: bold;
  margin: 2px 80px 0 0;
  cursor: pointer;
  display: none;
  position: absolute;
  right: 0;
}

.clear-filters i {
  margin-right: 7px;
  font-size: 14px !important;
}

.filter-hide {
  margin-top: 10px;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 !important;
  border-bottom: 1px solid #d8d8d8 !important;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.filter-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 60px !important;
}

@media screen and (max-width: 1500px) {
  .filter-body {
    padding: 40px 40px 40px 60px !important;
  }
  .filter-window {
    height: 300px;
  }
}

@media screen and (max-width: 1366px) {
  .top-title h3 {
    margin-top: 5px;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
    color: #fff;
    text-align: center;
    width: calc(100% - 70px);
  }
  .Chevback {
    display: table-cell;
  }
  .filter-body {
    padding: 40px 0 40px 40px !important;
  }
  .filter-window {
    height: 300px;
  }
}

@media (max-width: 992px) {
  .icon-filter {
    margin-left: 42px !important;
  }
  .map-top-bar {
    padding: 20px;
  }
  .top-search input {
    width: calc(100% - 50px);
  }
  .top-title img,
  .search-refresh {
    right: 20px;
    padding-top: 6px;
  }
}

.filters-mobile,
.close-filters,
.update-filters {
  display: none;
}

@media (max-width: 1366px) and (min-width: 800px) and (orientation: landscape) {
  .Chevback {
    display: table-cell;
  }
}

@media screen and (max-width: 425px) {
  .icon-filter {
    margin-left: 42px !important;
  }
  .map-top-bar {
    padding: 20px;
  }
  .filters {
    display: none;
  }
  .filters-mobile {
    display: block;
  }
  .mapsize {
    height: calc(100% - 280px);
  }
  .filters-closed {
    height: 80px;
  }
  .filters-button {
    width: calc(100% - 52px);
    margin: 20px 26px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    align-items: center;
    padding-top: 0px;
  }
  .filters-button .icon-filter {
    margin: 0 5px !important;
    font-size: 22px;
  }
  .icon-filter {
    margin: 16px 9px 18px 27px !important;
    width: 18px;
    height: 12px !important;
  }
  .Chevdown {
    margin-right: 17px !important;
  }
  .clear-filters {
    margin-right: 55px;
  }
  .gm-style-iw {
    max-width: 100% !important;
    max-height: none !important;
  }
  .gm-style-iw-d {
    max-height: none !important;
    overflow-x: hidden !important;
  }
  .info-place {
    width: 360px !important;
    overflow-x: hidden;
  }
  .search-results {
    width: calc(100% - 40px);
  }
  .top-search input {
    width: calc(100% - 35px);
    padding-left: 16px;
  }
  .search-icons {
    right: 58px;
  }
  .search-cancel {
    width: 20px;
  }
  .search-show {
    margin-left: 0;
  }
  .predictive-text {
    padding-left: 16px;
  }
  .filter-header-title {
    margin-left: 36px;
  }
  .filter-body {
    height: calc(100vh - 180px) !important;
    overflow: auto;
  }
  .filter-body .row {
    height: auto;
  }
  .filter-bottom {
    margin-bottom: 120px !important;
  }
  .close-filters {
    width: 37px;
    object-fit: contain;
    color: #666;
    vertical-align: middle;
    display: table-cell;
    margin-top: -5px;
    cursor: pointer;
  }
  .clear-filters,
  .filter-header-title .icon-filter,
  .Chevdown {
    display: none !important;
  }
  .update-filters {
    display: block;
    background-color: #0e4d98;
    text-align: center;
    position: absolute;
    bottom: 0px;
    height: 126px;
    width: 100%;
    box-shadow: 0 2px 21px 0 rgba(0, 0, 0, 0.25);
    z-index: 4;
  }
  .update-filters .btn {
    width: calc(100% - 30px);
    margin: 26px 15px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    align-items: center;
    text-transform: uppercase;
  }
  .clear-filters-mobile {
    position: relative;
    display: block !important;
    margin: -10px 0;
  }
  .filter-header-title .filter-count-box {
    display: none !important;
  }
  .filter-count-mobile {
    z-index: 2;
    position: absolute;
    bottom: 49px;
    right: 17px;
    width: 21px;
    height: 22px;
    border-radius: 10.5px;
    border: solid 2px #3d5662;
    background-color: #ffffff;
    font-family: Roboto;
    font-size: 11px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #3d5662;
    text-align: center;
    padding-top: 3px;
  }
}

@media screen and (min-width: 426px) {
  .gm-style-iw-d {
    overflow-y: hidden !important;
  }
}

/* Samsung Galaxy Tab A */
@media (max-device-width: 1280px) and (orientation: landscape) {
  .gm-style-iw {
    max-height: none !important;
    overflow-y: hidden !important;
  }
}

@media (min-width: 1336px) {
  .gm-style-iw {
    max-height: none !important;
    overflow-y: hidden !important;
  }
}

@media screen and (max-width: 375px) {
  .info-place {
    width: 290px !important;
  }
  .gm-style-iw {
    width: 290px !important;
  }
}

@media screen and (max-width: 325px) {
  .info-place {
    width: 290px !important;
  }
  .gm-style-iw {
    width: 290px !important;
  }
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 60px 47px 61px 60px !important;
}

.modal-lg,
.modal-xl {
  max-width: 63.5% !important; /* this needs optimising - temp set % */
  /* height: 310px !important; */
}

.animate-bottom {
  position: relative;
  animation: animatebottom 0.4s;
}

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }
  to {
    bottom: 0;
    opacity: 1;
  }
}

@media (max-width: 1550px) {
  .filter-select {
    right: 30px;
  }
}

@media (max-width: 1400px) {
  .filter-select {
    right: 25px;
  }
}

@media (max-width: 1200px) and (min-width: 1200px) {
  .filter-select {
    padding-right: 10px;
  }
}

@media (max-width: 630px) {
  .filter-select {
    padding-right: 10px;
  }
}

@media screen and (max-width: 1366px) {
  .filter-window {
    width: 100%;
  }
}

@media (max-width: 425px) {
  .filter-window {
    height: 100%;
  }
  .filter-body .row {
    flex-wrap: wrap;
  }
  .col-3 {
    max-width: 100%;
    flex: none;
    padding: 15px 20px 2px 26px !important;
    margin: 0 !important;
  }
  .filter-select {
    right: 30px;
  }
  .filter-item p {
    font-size: 14px !important;
  }
  .filter-body {
    padding: 10px !important;
    margin-top: 28px !important;
  }
}

/*Required*/
@media (max-width: 576px) {
  .modal-dialog.modal-dialog-slideout {
    width: 80%;
  }
}

.modal {
  position: fixed;
  top: auto;
  left: auto;
  height: 320px;
  bottom: 0 !important;
  right: 0 !important;
  margin: auto;
}

.modal-dialog {
  right: 0 !important;
  margin-right: 0px;
}

.modal-backdrop {
  background-color: transparent;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: hidden;
}

.modal-dialog-slideout {
  min-height: 100%;
  margin: 0 auto 0 0;
  background: #fff;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  flex-flow: column;
}

.modal-dialog-slideout .modal-content {
  border: 0;
}

button {
  display: inline-block;
  border: none;
  padding: 1rem 2rem;
  margin: 0;
  text-decoration: none;
  background: #0069ed;
  color: #ffffff;
  font-family: sans-serif;
  font-size: 1rem;
  cursor: pointer;
  text-align: center;
  transition: background 250ms ease-in-out, transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* map related */
.mapsize {
  width: 100%;
  height: calc(100% - 185px);
}

/* Safari desktop */
@supports (-webkit-touch-callout: none) {
  @media screen and (min-width: 1370px) {
    .mapsize {
      height: 400px;
    }
  }
}

@media screen and (max-width: 1000px) {
  .mapsize {
    height: calc(100% - 195px);
  }
}

@media screen and (max-width: 1370px) and (min-width: 710px) and (orientation: landscape) {
  .mapsize {
    height: calc(100% - 185px);
  }
}

@media screen and (max-width: 570px) {
  .mapsize {
    height: calc(100% - 280px);
  }
}

@media screen and (max-height: 400px) {
  .filters-window,
  .filters-closed {
    display: none;
  }
  .search-results {
    max-height: calc(100% - 190px);
  }
  .mapsize {
    height: calc(100% - 200px);
  }
}
