h1 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #51676a;
  font-size: 24px;
  line-height: 44px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  list-style-type: none;
}

h4 {
  margin-top: 10px;
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-top: 1px solid #51676a;
  color: #51676a;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  font-weight: 700;
  text-align: left;
}

p {
  margin-bottom: 20px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #666;
  line-height: 24px;
  font-style: italic;
  text-align: center;
  list-style-type: disc;
}

a {
  color: #37484b;
  text-decoration: underline;
}

ul {
  padding-left: 20px;
  color: #666;
  font-style: italic;
  font-weight: 400;
}

li {
  margin-bottom: 5px;
}

label {
  display: block;
  margin-bottom: 5px;
  font-family: Georgia, Times, 'Times New Roman', serif;
  color: #51676a;
  font-style: italic;
  font-weight: 700;
}

.header {
  position: relative;
  width: 100%;
  min-height: 280px;
  padding-top: 40px;
  padding-bottom: 40px;
  float: left;
  background-color: #37484b;
  background-image: url('../images/weir.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
}

.navbar {
  position: relative;
  bottom: 0px;
  width: 100%;
  float: left;
  background-color: rgba(55, 72, 75, .9);
  color: #e7e0c6;
}

.navlink {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #e7e0c6;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.navlink:hover {
  background-color: #51676a;
  color: #fff;
}

.navlink.w--current {
  background-color: #51676a;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

.navwrap {
  position: relative;
  text-align: center;
  list-style-type: none;
}

.menuwrap {
  float: none;
}

.body {
  background-color: #37484b;
  background-image: url('../images/weir.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.body.inner {
  background-image: none;
}

.body.inner.location {
  background-color: #37484b;
}

.logocontainer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 280px;
  height: 250px;
  margin: auto;
  text-align: center;
}

.overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(81, 103, 106, .8);
}

.contentblock {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  float: left;
  background-color: #e7e0c6;
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-weight: 400;
  text-align: center;
}

.contentblock.loc {
  padding-top: 0px;
  padding-bottom: 0px;
}

.contentblock.houses {
  background-color: #e7e0c6;
}

.contentblock.spec {
  border-top: 3px none #37484b;
  background-color: #ece8db;
}

.contentblock.site {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #5f767a;
}

.contentblock.video {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #51676a;
}

.contentblock.gallery {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #51676a;
}

.contentblock.oflynndet {
  background-color: #ece8db;
  text-align: center;
}

.container {
  padding-right: 60px;
  padding-left: 60px;
  text-align: center;
}

.container.vid {
  padding-right: 0px;
  padding-left: 0px;
}

.container.gallery {
  padding-right: 0px;
  padding-left: 0px;
}

.container.spec {
  padding-right: 0px;
  padding-left: 0px;
}

.galleryblock {
  position: relative;
  width: 100%;
  float: left;
  background-color: #fff;
}

.col {
  padding-right: 0px;
  padding-left: 0px;
}

.input {
  border-style: none;
  background-color: #ece8db;
}

.textarea {
  min-height: 120px;
  border-style: none;
  background-color: #ece8db;
}

.select {
  border-style: none;
  background-color: #ece8db;
  color: #37484b;
}

.button {
  position: relative;
  display: block;
  width: 50%;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 30px;
  float: none;
  border-style: none;
  border-radius: 4px;
  background-color: #51676a;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #e7e0c6;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.button:hover {
  background-color: #37484b;
}

.button.small {
  display: inline-block;
  width: 200px;
  margin-right: 5px;
  margin-left: 5px;
  padding-right: 17px;
  padding-left: 17px;
  border-radius: 0px;
  text-align: center;
}

.footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer.inner {
  position: relative;
  float: left;
}

.footercol {
  text-align: center;
}

.devtext {
  position: relative;
  display: block;
  width: 70%;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #51676a;
  font-family: Montserrat, sans-serif;
  color: #51676a;
  font-size: 10px;
  letter-spacing: 4px;
  text-transform: uppercase;
  list-style-type: none;
}

.devtext.home {
  border-top-width: 1px;
  border-top-color: #e7e0c6;
  color: #e7e0c6;
}

.sherry {
  width: 60px;
  height: 65px;
  float: right;
  clear: right;
  background-image: url('../images/sherry_off.gif');
  background-position: 50% 50%;
  background-size: 60px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.sherry:hover {
  background-image: url('../images/sherry_on.gif');
  background-size: 60px;
}

.ber {
  margin-top: 10px;
  margin-bottom: 10px;
  float: right;
  clear: right;
}

.oflynn {
  width: 120px;
  height: 46px;
  background-image: url('../images/oflynn_cream.png');
  background-position: 50% 50%;
  background-size: 120px;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.oflynn:hover {
  background-image: url('../images/oflynn_colour.png');
  background-size: 120px;
}

.map {
  height: 240px;
}

.housetype {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border-top: 2px solid #ece8db;
  border-bottom: 2px solid #ece8db;
  background-color: transparent;
  color: #37484b;
  text-align: left;
}

.title {
  margin-bottom: 5px;
  color: #51676a;
  font-size: 23px;
  line-height: 28px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}

.details {
  color: #666;
}

.lightbox {
  text-decoration: none;
}

.lightbox.hide {
  display: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.buttonlinkl {
  margin-right: 3px;
  margin-left: 3px;
  padding: 15px;
  background-color: #51676a;
  font-family: Montserrat, sans-serif;
  color: #e7e0c6;
  text-decoration: none;
  text-transform: uppercase;
}

.reg {
  display: inline-block;
  width: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 15px 30px;
  border-radius: 25px;
  background-color: #ece8db;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #37484b;
  font-size: 16px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.reg:hover {
  background-color: #c2bdae;
}

.banner {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  float: left;
  background-color: hsla(0, 0%, 100%, .85);
  font-family: Montserrat, sans-serif;
  color: #37484b;
  font-size: 24px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

.btn {
  margin: 8px 4px;
  padding: 10px 20px;
  border-radius: 20px;
  background-color: #37484b;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #ece8db;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #51676a;
}

.speccy {
  text-align: left;
}

.lightbox-link {
  width: 20%;
  float: left;
}

@media (max-width: 991px) {
  .navlink {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11px;
  }
}

@media (max-width: 767px) {
  .navwrap {
    top: -1px;
  }
  .logocontainer {
    position: relative;
    margin-top: 90px;
    float: none;
  }
  .footer {
    position: relative;
    margin-top: 20px;
    float: left;
  }
  .sherry {
    display: block;
    margin: 20px auto;
    float: none;
  }
  .ber {
    display: block;
    margin: 20px auto;
    float: none;
  }
}

@media (max-width: 479px) {
  .container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

