* {
  box-sizing: border-box; }

/*Unstyle*/
html {
  overflow: auto; }

body {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-family: "Lato", sans-serif;
  background-color: #787c7a; }

div {
  position: relative; }

a, p, h1, h2, h3, h4, h5, h6, ul, li {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  line-height: 100%; }

a:hover {
  text-decoration: none; }

ul {
  list-style: none; }

div:after, ul:after {
  clear: both;
  display: block;
  content: ".";
  visibility: hidden;
  height: 0;
  line-height: 0; }

a {
  color: #0083D7;
  text-decoration: none; }
  a img {
    border: none; }

/*HTML styling*/
h1 {
  font-size: 160%;
  margin-bottom: 1%; }

h3 {
  font-size: 140%;
  margin-bottom: 1%; }

h3 {
  font-size: 140%;
  margin-bottom: 1%; }

h4 {
  padding: 0;
  margin: 0;
  font-size: 120%; }

/* Standard classes */
.button, .display-box .side-bar li a {
  border-radius: 3px;
  border: 1px solid #71ac23;
  background-color: #71ac23;
  text-align: center;
  color: #FFF;
  padding: 2px 4px;
  font-weight: bold;
  height: 30px;
  cursor: pointer; }

/*Layout*/
#container {
  width: 100%;
  color: black;
  background-color: #787c7a; }

#header {
  background-color: white;
  padding: 1% 1% 1% 2%;
  border-top: 10px solid #787c7a;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  #header #user {
    position: absolute;
    top: 16px;
    font-size: 70%;
    right: 256px;
    font-weight: normal; }
  #header #title {
    flex: 1 1 auto; }
  #header #header-links {
    flex: 1 1 auto;
    display: flex; }
    #header #header-links a {
      flex: 1 1 auto; }
  #header a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 90%; }

/*Navigation*/
#navigation {
  color: black;
  background-color: #787c7a;
  z-index: 1000;
  padding: 10px 12px 7px 12px; }
  #navigation h3 {
    color: #FFF; }
  #navigation ul {
    display: flex;
    list-style: none;
    flex-wrap: wrap; }
    #navigation ul li {
      flex: 1 1 auto;
      margin: 3px;
      border-right: 1px solid white; }
      #navigation ul li:last-of-type {
        border-right: none; }
      #navigation ul li a {
        display: block;
        height: 33px;
        line-height: 30px;
        vertical-align: middle;
        color: white;
        font-family: "Lato", sans-serif;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
        font-size: 90%; }

.toggle-nav {
  display: none; }

#search_facility {
  min-width: 596px;
  max-width: 700px;
  flex: 1 1 auto;
  background-color: white;
  margin-top: 10px; }
  #search_facility #search_form {
    line-height: 1.3em;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap; }
    #search_facility #search_form select {
      border: 1px solid #787c7a;
      border-radius: 3px;
      height: 50px;
      font-size: 14px;
      text-align: center;
      background-color: #dfe3e6;
      float: left;
      margin-right: 5px;
      flex: 1 1 15%; }
    #search_facility #search_form #search-go-container {
      flex: 1 1 40%;
      display: flex;
      color: white;
      font-size: 10px; }
    #search_facility #search_form #keywords {
      background-color: #dfe3e6;
      font-weight: bold;
      border: 1px solid #787c7a;
      border-radius: 3px 0 0 3px;
      color: black;
      padding: 2px 5px;
      height: 50px;
      margin-right: 10px;
      font-size: 15px;
      flex: 1 1 60%; }
      #search_facility #search_form #keywords:placeholder {
        color: grey;
        font-weight: normal; }
    #search_facility #search_form #search-go {
      background-color: #787c7a;
      border: none;
      flex: 0 1 40%;
      height: 50px;
      text-transform: uppercase;
      margin-left: -11px; }

/*Content*/
.town_images {
  width: 100%;
  height: auto;
  overflow: hidden; }
  .town_images img {
    width: 100%;
    height: auto; }

.container .town_brief {
  clear: left;
  white-space: normal;
  float: left;
  padding: 12px 16px;
  background: #ebebeb;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  margin: 20px 0px 10px 30px;
  min-height: 314px; }

.container .town_wide {
  width: 940px;
  background: none; }

.container .town_brief p,
.container .town_brief a {
  line-height: 1.2em;
  font-size: 98%;
  margin-top: 8px;
  margin-bottom: 8px; }

.container .town_breif img {
  margin: 5px 0px 10px 0; }

.container .town_brief .more_info {
  font-size: 70%;
  margin-left: 8px; }

.container .town_brief .more_info:hover {
  color: #000; }

.container .town_brief h3 {
  margin-left: 8px;
  margin-top: 0;
  color: #333333; }

.container .town_brief h3 {
  color: #333333;
  text-decoration: none;
  font-size: 160%; }

.container .town_brief h3 a:hover {
  text-decoration: underline; }

.general-enquiry {
  float: right; }

#breadcrumbs {
  margin-left: 5px; }
  #breadcrumbs ul {
    list-style: none; }
    #breadcrumbs ul li {
      float: left; }
      #breadcrumbs ul li:first-child a {
        padding-left: 0; }
        #breadcrumbs ul li:first-child a:before {
          display: none; }
      #breadcrumbs ul li a {
        display: block;
        text-decoration: none;
        height: 35px;
        line-height: 20px;
        text-align: center;
        vertical-align: middle;
        padding-left: 30px;
        padding-right: 21px;
        position: relative;
        font-size: 90%;
        font-weight: bold; }
        #breadcrumbs ul li a:before {
          content: "";
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          border-left: 10px solid #787c7a;
          position: absolute;
          left: 0;
          top: 0; }

span.box-border {
  margin: 0px 16px;
  display: block;
  height: 11px;
  clear: both;
  padding-right: 11px; }

.listing-extra span.box-border {
  margin: 0px 8px; }

span.box-border span {
  overflow: hidden;
  display: block;
  height: 11px; }

/*Map*/
.container #maps {
  display: block;
  white-space: nowrap;
  top: 10px;
  left: 10px;
  position: absolute;
  overflow: hidden;
  z-index: -100; }

.container p {
  margin: 8px;
  color: #333333;
  line-height: 1.3em;
  font-size: 90%;
  text-align: left; }

/*Towns page*/
#town_title {
  margin-top: 20px; }

#town_images {
  margin-top: 8px;
  width: 470px;
  margin-right: 9px;
  height: 264px;
  float: right;
  text-align: center;
  overflow: hidden; }

#town_images img {
  /*width: 80%;*/
  margin-top: 0; }

#town_listings {
  margin-left: 16px;
  clear: both; }

#town_listings .town_listing {
  float: left;
  width: 480px;
  margin-bottom: 8px;
  text-align: center; }

#town_listings .town_listing a {
  height: 78px;
  width: 462px;
  border: 1px solid #345EA0;
  overflow: hidden;
  display: block; }

#town_listings .town_listing img {
  margin: -1px 0px 0px -1px; }

#places_of_interest {
  clear: both;
  padding-left: 16px; }

#places_of_interest .place_of_interest {
  float: left;
  width: 480px;
  height: 122px;
  overflow-y: hidden;
  font-size: 80%;
  margin-bottom: 10px; }

#places_of_interest .place_text {
  margin: 0px 0px 0px 16px;
  float: left;
  width: 265px;
  clear: right; }

#places_of_interest .place_text p, #places_of_interest .place_text a {
  margin: 0px 0px 8px 0;
  display: block;
  word-wrap: break-word; }

#places_of_interest .place_image {
  margin: 0px 0px 0px 0;
  float: left;
  clear: left; }

#places_of_interest .place_of_interest h4 a {
  margin: 0; }

/* Classification */
#classification_title {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 150%;
  font-weight: normal; }

a.link-button {
  height: 32px;
  overflow: hidden;
  display: inline-block;
  outline: none; }

a.link-button img {
  margin-top: -1px; }

a.link-button:hover img {
  margin-top: -33px; }

a.link-button:active img {
  padding-top: 1px; }

.display-box {
  box-sizing: border-box;
  background-color: #dfe3e6;
  border: 1px solid #000000;
  color: #000;
  width: 100%;
  margin: 10px 0;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex; }
  .display-box a {
    color: #0083D7;
    text-decoration: none; }
    .display-box a:hover {
      text-decoration: underline;
      font-weight: bold; }
  .display-box h4 {
    float: left;
    color: #0083D7;
    margin-bottom: 5px; }
  .display-box .display-details {
    list-style: none;
    padding: 0;
    text-align: center;
    width: 100%; }
    .display-box .display-details li {
      line-height: 20px;
      margin-right: 8px;
      padding-right: 8px;
      /* sliding doors padding */
      color: #333;
      display: block;
      float: left;
      margin-top: 0;
      background: none; }
      .display-box .display-details li img {
        vertical-align: middle;
        margin-top: -2px;
        margin-right: 8px;
        height: 16px;
        width: 16px; }
      .display-box .display-details li span {
        line-height: 20px;
        overflow: hidden;
        font-size: 90%;
        text-align: left;
        color: #000; }
  .display-box .description {
    color: #000;
    width: 100%;
    margin: 15px 0; }
  .display-box .display-icons {
    float: right;
    list-style: none;
    overflow: hidden;
    margin-bottom: 5px; }
    .display-box .display-icons li {
      width: 48px;
      float: right;
      clear: none;
      margin-right: 15px; }
      .display-box .display-icons li img {
        width: 40px;
        height: 40px; }
  .display-box .price-info p {
    text-align: center; }
    .display-box .price-info p span {
      font-size: 1.2em;
      font-weight: bold;
      color: #0127c8; }
  .display-box .ad-photos {
    margin: 20px 0 20px 15px; }
    .display-box .ad-photos .display-images {
      margin-bottom: 10px;
      list-style: none;
      display: block;
      white-space: nowrap;
      width: 100%; }
      .display-box .ad-photos .display-images img {
        width: 50%; }
      .display-box .ad-photos .display-images li {
        display: block;
        float: left;
        margin-left: 8px; }
        .display-box .ad-photos .display-images li:first-child {
          margin-left: 0; }
    .display-box .ad-photos .gallery-button {
      width: 98%;
      display: inline-block;
      color: white;
      padding: 5px 0; }
  .display-box .main {
    flex: 1 1 45%;
    text-align: left;
    padding: 1%; }
    .display-box .main .see-more {
      width: 100%;
      margin: 10px 0 14px 0; }
  .display-box .side-bar {
    flex: 0 0 auto;
    width: 200px;
    background-color: white;
    margin: 0;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: space-around; }
    .display-box .side-bar li {
      text-align: center; }
      .display-box .side-bar li .view-map {
        padding: 10px 26%; }
      .display-box .side-bar li a {
        padding: 10px 20%; }
        .display-box .side-bar li a:hover {
          text-decoration: none; }

.display-review, #review-list {
  float: right;
  font-size: 80%; }
  .display-review .review-stars, #review-list .review-stars {
    display: block;
    width: 80px;
    overflow: hidden;
    float: left;
    margin-right: 8px;
    height: 16px; }
  .display-review .stars-0, #review-list .stars-0 {
    width: 8px;
    margin: 0; }
  .display-review .stars-1, #review-list .stars-1 {
    background: url("/images/stars.png") 0 -16px; }
  .display-review .stars-2, #review-list .stars-2 {
    background: url("/images/stars.png") 0 -32px; }
  .display-review .stars-3, #review-list .stars-3 {
    background: url("/images/stars.png") 0 -48px; }
  .display-review .stars-4, #review-list .stars-4 {
    background: url("/images/stars.png") 0 -64px; }
  .display-review .stars-5, #review-list .stars-5 {
    background: url("/images/stars.png") 0 -80px; }

.display5 .display-details, .display6 .display-details {
  word-wrap: break-word;
  margin-left: 0;
  margin-top: 5px;
  padding: 0; }

.display3 p, .display2 p, .display1 p {
  clear: left;
  margin-bottom: 5px; }

.display6 {
  height: 290px; }
  .display6 .ad-photos {
    width: 480px;
    flex: 0 0 auto; }
    .display6 .ad-photos .display-images li {
      width: 48%;
      height: 180px; }
      .display6 .ad-photos .display-images li img {
        width: 100%;
        height: 180px; }

.display6b .ad-photos .display-images li {
  width: 48%; }
  .display6b .ad-photos .display-images li img {
    width: 100%; }

.display6c .ad-photos {
  width: 478px; }
  .display6c .ad-photos .display-images li {
    width: 466px;
    height: 178px; }
    .display6c .ad-photos .display-images li img {
      width: 468px;
      height: 180px; }

.display5 {
  height: 250px; }
  .display5 .main {
    width: 75%; }
    .display5 .main .see-more {
      width: 30%;
      float: left; }
  .display5 .ad-photos {
    width: 180px; }
    .display5 .ad-photos .display-images li {
      width: 100%;
      height: 133px;
      flex: 1; }
      .display5 .ad-photos .display-images li img {
        width: 100%;
        height: 135px; }
    .display5 .ad-photos .gallery-button {
      width: 100%; }

.display5b .ad-photos {
  width: 180px; }
  .display5b .ad-photos .display-images li {
    width: 180px;
    height: 133px; }
    .display5b .ad-photos .display-images li img {
      width: 180px;
      height: 135px; }

.display5c .ad-photos .display-images li {
  width: 366px;
  height: 133px; }

.display5 .display-details li, .display6 .display-details li {
  float: none;
  height: auto;
  margin: 0;
  clear: both; }
  .display5 .display-details li span, .display6 .display-details li span {
    float: left;
    padding: 0; }
  .display5 .display-details li img, .display6 .display-details li img {
    text-align: left;
    float: left;
    padding: 0;
    width: 16px;
    height: 16px;
    overflow: hidden;
    margin: 1px 5px 0 0; }

.display2 .display-review, .display2 #review-list, .display3 .display-review, .display3 #review-list {
  margin-left: 10px; }

.display0 .display-details li, .display1 .display-details li, .display2 .display-details li, .display3 .display-details li, .display4 .display-details li {
  padding-right: 0; }
  .display0 .display-details li span img, .display1 .display-details li span img, .display2 .display-details li span img, .display3 .display-details li span img, .display4 .display-details li span img {
    background: none;
    margin-right: 5px; }
  .display0 .display-details li:first-child, .display1 .display-details li:first-child, .display2 .display-details li:first-child, .display3 .display-details li:first-child, .display4 .display-details li:first-child {
    padding-left: 0; }

.display0, .display1, .display2, .display3 {
  border-bottom: 1px solid gray;
  padding: 5px 0; }
  .display0:last-child, .display1:last-child, .display2:last-child, .display3:last-child {
    border-bottom: none;
    padding-bottom: none; }
  .display0 .display-review, .display0 #review-list, .display1 .display-review, .display1 #review-list, .display2 .display-review, .display2 #review-list, .display3 .display-review, .display3 #review-list {
    float: left; }
  .display0 .display-details, .display1 .display-details, .display2 .display-details, .display3 .display-details {
    margin-bottom: 5px; }
  .display0 .clearfix:after, .display1 .clearfix:after, .display2 .clearfix:after, .display3 .clearfix:after {
    content: "";
    clear: both;
    display: table; }
  .display0 .button-list, .display1 .button-list, .display2 .button-list, .display3 .button-list {
    list-style: none;
    overflow: hidden;
    margin: 2px 0 10px; }
    .display0 .button-list li, .display1 .button-list li, .display2 .button-list li, .display3 .button-list li {
      height: auto;
      overflow: hidden;
      float: left;
      border-right: 2px solid #63264A;
      padding: 0 13px; }
      .display0 .button-list li a, .display1 .button-list li a, .display2 .button-list li a, .display3 .button-list li a {
        font-weight: bolder; }
      .display0 .button-list li:first-of-type, .display1 .button-list li:first-of-type, .display2 .button-list li:first-of-type, .display3 .button-list li:first-of-type {
        padding-left: 0; }
      .display0 .button-list li:last-of-type, .display1 .button-list li:last-of-type, .display2 .button-list li:last-of-type, .display3 .button-list li:last-of-type {
        border-right: none;
        padding-right: 10px; }

.left {
  float: left;
  clear: left; }

.right {
  float: right;
  clear: right; }

.caravan-ad-details {
  float: left;
  margin: 10px 0; }

.caravan-ad-bottom-line {
  clear: left;
  font-size: 1.2em;
  font-weight: bold;
  color: #0127c8; }

/*Listing*/
#listing_title {
  font-size: 130%;
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  color: #0083d7;
  max-width: 720px;
  float: left; }

#listing_title a {
  color: #00458a;
  text-decoration: none; }

#button-box {
  float: right;
  clear: none;
  width: 190px;
  height: 20px; }

.bicon.print-listing {
  position: absolute;
  right: 29px;
  top: 6px;
  z-index: 10000; }

.bicon.listing-enquiry {
  position: absolute;
  right: 129px;
  top: 6px;
  z-index: 10000; }

#listing-box {
  background-color: #9AAFD0;
  border-left: 3px solid #345EA0;
  border-right: 3px solid #345EA0;
  color: #000;
  padding: 0px 13px 0px 13px;
  width: 912px;
  margin: 0px auto;
  clear: both; }

.container #listing-box h4 {
  font-size: 100%;
  color: #0083D7;
  margin: 0px 0px 8px 0;
  padding: 0; }

#listing-features {
  float: left;
  width: 352px;
  margin: 0px 0px 8px 0;
  clear: left; }

#listing-photos {
  float: right;
  width: 560px;
  margin: 0px 0px 8px 0;
  clear: right; }

#listing-extras {
  clear: both;
  margin: 0px 0px 8px 0;
  padding-top: 8px; }

.listing-extra {
  font-size: 0.8em;
  margin: 4px;
  padding: 10px 0;
  width: 446px;
  float: left;
  border: 1px solid #7E9FD2;
  -moz-border-radius: 5px;
  border-radius: 5px;
  max-height: 450px;
  overflow: auto; }

.container #listing-extras .listing-extra h4 {
  font-size: 1.3em;
  text-align: center;
  margin-top: -4px;
  margin-bottom: 4px; }

.container .listing-extra p {
  color: #000;
  margin: 0px 8px 0px 8px;
  padding: 0px 4px 0px 4px;
  line-height: 1em; }

#listing-location {
  clear: both;
  margin: 0px 0px 8px 0; }

.clearing {
  clear: both;
  overflow: hidden;
  height: 0; }

#listing-location img {
  margin-left: 8px; }

#listing-reviews {
  clear: both;
  margin: 0px 0px 8px 0; }

#listing-enquiry {
  width: 320px;
  float: left;
  margin: 0px 0px 8px 0; }

#listing-availability {
  margin: 0px 0px 8px 0; }

.youtube-extra {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .youtube-extra iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

#features-list {
  list-style: none;
  margin: 8px; }

#features-list li {
  margin-top: 8px;
  font-size: 80%;
  height: 48px;
  line-height: 32px;
  width: 168px;
  float: left;
  overflow: hidden; }

#features-list li:first-child {
  margin-top: 8px; }

#features-list li img {
  vertical-align: middle; }

#photos-list {
  list-style: none;
  float: left; }

#photos-list li {
  float: left;
  clear: none;
  display: block;
  margin-left: 2px;
  border: 1px solid #7E9FD2;
  overflow: hidden; }

#photos-list li img {
  margin-top: -1px;
  margin-left: -1px; }

#listing-location .display-details {
  width: 260px;
  margin-top: 0; }

#review-list {
  margin-top: 10px; }

#review-list li {
  line-height: 16px;
  clear: both;
  margin: 0px 0px 8px 0; }

#review-list .review-stars {
  float: left; }

.review-text {
  float: left;
  font-style: italic;
  width: 80%;
  text-align: justify; }

.review-person {
  float: right;
  text-align: right;
  width: 200px; }

.clearing {
  clear: both; }

/*Availability Calendar*/
/*Popular towns*/
#popular_towns ul {
  height: 26px;
  line-height: 26px;
  margin: 0;
  padding: 0;
  text-align: center;
  color: #FFF;
  margin-top: 4px; }
#popular_towns li {
  line-height: 26px;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 85%; }
  #popular_towns li a {
    display: inline-block;
    height: 16px;
    border-left: 1px solid #FFF;
    padding: 1px 6px 0px 6px;
    margin: 0 0 0 0;
    color: #FFF;
    text-decoration: none; }
    #popular_towns li a:hover {
      text-decoration: underline; }
  #popular_towns li:first-child a {
    border: 0; }
#popular_towns h4 {
  line-height: 26px;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 80%;
  position: absolute;
  top: 20px;
  left: 70px;
  color: #FFF; }

/*Footer*/
#footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  color: white;
  font-family: Tahoma;
  font-size: 90%;
  background-color: #787c7a; }
  #footer a {
    color: white;
    text-decoration: none; }
  #footer > div {
    flex: 1 1 33%;
    text-align: center;
    margin: 2% 0;
    border-right: 1px solid white; }
    #footer > div:last-of-type {
      border-right: none; }
  #footer #footer-contact div, #footer #footer-nav ul li {
    margin-bottom: 1%; }

.search_no_results {
  color: red;
  margin-left: 10px; }

iframe.availability-calendar {
  width: 216px;
  height: 211px; }

.calendar-container {
  width: 216px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin: 0px 6px; }

div#listing-availability .calendar-container {
  margin: 0 5px; }

.key {
  padding: 20px 3px; }

.key span {
  padding: 1px 5px; }

.key .red {
  background-color: #ea0b10;
  opacity: 0.9; }

.key .green {
  background-color: #3AA034; }

.pagination {
  text-align: center;
  width: 480px;
  height: 34px;
  padding: 4px 0;
  margin: auto;
  clear: both; }

.page-link {
  padding: 1%;
  height: auto; }

.page-link a:visited, .page-link a:hover, .page-link a {
  color: #fff; }

.page-link:hover {
  color: #fff;
  font-weight: bold; }

.pl-left {
  float: left; }

.pl-right {
  float: right; }

.pl-filler {
  margin: 1px 3px;
  padding: 0 0 0 0;
  height: 22px;
  width: 108px;
  color: #000;
  background: transparent; }

.pageNums {
  width: 250px;
  height: 22px;
  margin: 4px 0 0 0;
  text-align: center;
  float: left;
  font-size: 110%;
  color: #333; }

.pageNums a {
  text-decoration: none;
  color: #355ea0; }

.pageNums a:hover {
  text-decoration: underline; }

.pageNums a:visited {
  color: #355ea0; }

.contact-us {
  padding: 0px 8px;
  width: 922px;
  margin: 0px 19px 0px 16px;
  clear: both;
  background-color: #fff;
  border-left: 3px solid #666;
  border-right: 3px solid #666; }

span.contact-border {
  margin: 0px 16px;
  display: block;
  height: 11px;
  clear: both;
  padding-right: 11px; }

span.contact-border span {
  overflow: hidden;
  display: block;
  height: 11px; }

span.contact-top-border {
  background: transparent url("/images/new/contact-top-right.png") right 0px no-repeat scroll; }

span.contact-top-border span {
  background: transparent url("/images/new/contact-top-left.png") left 0px no-repeat scroll; }

span.contact-bottom-border {
  background: transparent url("/images/new/contact-bottom-right.png") right 0px no-repeat scroll;
  margin-bottom: 8px; }

span.contact-bottom-border span {
  background: transparent url("/images/new/contact-bottom-left.png") left 0px no-repeat scroll; }

#enquiry, #write-review {
  border: 2px solid #000000;
  background: #FFFFFF;
  padding: 10px;
  overflow: hidden;
  margin-top: 10px; }
  #enquiry input[type="text"], #enquiry textarea, #write-review input[type="text"], #write-review textarea {
    border-color: #345EA0;
    border-radius: 3px; }
  #enquiry .form, #write-review .form {
    list-style: none;
    width: 60%; }
    #enquiry .form li, #write-review .form li {
      margin: 10px 0;
      clear: both; }
    #enquiry .form input[type="text"], #write-review .form input[type="text"] {
      height: 30px;
      line-height: 30px;
      font-size: 100%;
      border: 1px solid #345EA0;
      width: 80%; }
    #enquiry .form textarea, #write-review .form textarea {
      line-height: 16px;
      font-size: 100%;
      font-family: "Lato", sans-serif;
      width: 80%;
      height: 112px;
      border: 1px solid #345EA0; }
    #enquiry .form label, #write-review .form label {
      float: left;
      height: 16px;
      line-height: 16px;
      width: 90px; }
    #enquiry .form .recaptcha_widget, #write-review .form .recaptcha_widget {
      margin-left: 90px; }
    #enquiry .form input[type=submit], #write-review .form input[type=submit] {
      width: 15%;
      float: left;
      margin-left: 90px; }

#town-select {
  width: 154px; }

#town_description {
  padding: 0 5px;
  margin-bottom: 2%;
  line-height: 140%; }

#town-categories {
  display: flex;
  flex-direction: row; }
  #town-categories .category-container {
    flex: 1 1 50%;
    padding: 0 1%;
    border-right: 1px solid lightgray;
    text-align: center; }
    #town-categories .category-container:last-of-type {
      border: none; }
  #town-categories .categories_list {
    display: flex;
    flex-wrap: wrap;
    margin-right: 1%; }
    #town-categories .categories_list .item {
      flex: 1 1 auto;
      height: auto;
      padding: 20px 0.6%;
      margin: 1% 1%;
      border: 2px solid #254E70;
      text-align: center;
      vertical-align: middle;
      box-sizing: content-box;
      color: #254E70;
      font-weight: bold;
      border-radius: 4px; }
    #town-categories .categories_list a {
      color: black;
      line-height: 15px;
      text-decoration: none; }

/*### Marker*/
#RecentViewsContainer {
  width: 550px;
  overflow: hidden;
  position: fixed;
  top: 20%;
  left: -494px;
  z-index: 1000;
  *display: none; }

#RecentViewsContainer.open {
  left: 0; }

#RVCInner {
  background: #CCCCCC;
  padding: 5px;
  float: left;
  width: 475px;
  border: 4px solid #666666;
  height: 226px;
  overflow: scroll-y; }

#RecentViewsContainer a {
  text-decoration: none;
  border: 0; }

#RecentViewsContainer a#RecentViewsContainerButton {
  display: block;
  overflow: hidden;
  width: 36px;
  height: 244px;
  float: left; }

#RecentViewsContainer h3 {
  margin: 0; }

#RecentViewsContainer ul {
  overflow: auto;
  height: 100%; }

#RecentViewsContainer ul li {
  overflow: auto;
  margin: 10px 0;
  border-top: 1px solid #999;
  padding: 16px 2px 2px 2px; }

#RecentViewsContainer ul li:first-child {
  border: 0;
  padding: 2px; }

#RecentViewsContainer ul li a {
  position: relative;
  display: block;
  overflow: auto; }

#RecentViewsContainer ul li span {
  position: absolute;
  top: 2px;
  right: 8px;
  font-size: 0.6em;
  color: #333; }

#RecentViewsContainer ul li p {
  float: left;
  padding: 0;
  margin: 0px 15px 0px 5px;
  width: 310px;
  word-wrap: break-word;
  text-align: left; }

#RecentViewsContainer ul li p.RVClocation {
  margin-top: 4px;
  font-size: 0.6em;
  text-align: left; }

#RecentViewsContainer ul li img {
  width: 120px;
  height: 90px;
  float: left; }

/*Updated fact finder code 20.06.12*/
.tabList {
  text-align: left;
  margin: 0px 16px; }

.tabList li {
  display: inline-block;
  width: 130px;
  padding: 3px 5px;
  margin: 3px 0px 3px 16px;
  background: #71AC23;
  border: 2px solid #71AC23;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ie-border-radius: 5px;
  border-radius: 5px;
  color: #FFFFFF;
  zoom: 1;
  *display: inline; }

.tabList li:first-child {
  margin-left: 0; }

.tabList li a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  text-align: center; }

.tabList li:hover {
  background: #6AA221;
  border-color: #6AA221; }

.tabList li.selected {
  background: #61941D;
  border-color: #61941D; }

.detailContainer {
  border: 2px solid #000000;
  background: #FFFFFF;
  padding: 5px 5px;
  overflow: hidden; }

.detailContainer .tabContent {
  overflow: hidden;
  height: auto; }

#map {
  display: block;
  width: 100%;
  height: 600px;
  border: 0;
  text-decoration: none; }

#About_inner, #SocialMedia_inner {
  width: 100%; }

#MoreInformation .innerTabContent {
  color: #0D5091; }

#MoreInformation p {
  color: #0D5091; }

#MoreInformation a, #MoreInformation strong, #MoreInformation em {
  color: #71AC22;
  font-weight: bold; }

#MoreInformation img {
  height: 48px;
  width: 48px; }

#MoreInformation h4 {
  display: inline-block; }

div.listingExtra {
  /*background:#9AAFD0;*/
  width: 49%;
  border: 2px solid #7E9FD2;
  border-radius: 4px;
  padding: 5px;
  margin: 5px 5px 2px 0;
  display: inline-block;
  vertical-align: top; }

div.listingExtra img.extra-icon {
  display: block;
  float: left;
  width: 48px;
  height: 48px; }

div.listingExtra h4 {
  display: block;
  width: 362px;
  margin-left: 20px;
  line-height: 48px;
  float: left; }

/*Twitter fix for h4.*/
div.listingExtra .twtr-widget h4 {
  float: none; }

div.listingExtra .extraTextContent {
  float: left;
  clear: both;
  margin: 5px 2px;
  padding: 15px 5px 10px;
  text-align: center;
  border-top: 1px solid #CFCFCF;
  overflow: auto;
  width: 98%; }

div.listingExtra.extra13 h4 {
  width: 100px;
  margin-bottom: 5px; }

div.listingExtra.extra12 .extraTextContent {
  border-top: 0;
  padding: 0;
  margin: 0;
  margin-top: 10px; }

div.listingExtra.extra13 .extraTextContent {
  float: left;
  clear: none;
  line-height: 48px;
  margin: 0;
  padding: 0;
  margin-top: 13px;
  width: auto;
  border: 0; }

#MoreInformation div.listingExtra {
  display: block;
  width: 100%;
  margin: auto;
  padding: 0;
  border: 0; }

#MoreInformation div.listingExtra .extraTextContent {
  width: 100%;
  text-align: left;
  border-top: 0; }

#Reviews {
  margin: 20px 0; }

/*EOS*/
#town_title {
  margin: 10px 15px 10px 15px;
  font-size: 110%; }

div.listingExtra.extra12 .extraTextContent {
  overflow: visible; }

ul#iconList {
  width: 900px;
  margin: auto; }

ul#iconList li {
  display: inline-block;
  width: 100px;
  zoom: 1;
  *display: inline;
  margin: 15px 20px;
  vertical-align: top; }

ul#iconList li img {
  display: block;
  margin: auto;
  width: 48px;
  height: 48px; }

ul#iconList li p {
  margin: 0;
  padding: 0;
  text-align: center; }

.content {
  width: 95%;
  margin: 0 auto;
  padding: 1%;
  background-color: #FFF; }
  .content h2 {
    font-size: 140%;
    margin: 1% 0; }

.townScroller {
  display: flex; }
  .townScroller .scrollButton {
    font-size: 2em;
    align-self: center;
    line-height: 3.5em;
    margin: 0.3em;
    padding: 0.1em;
    margin-top: -1.4em;
    background-color: #e6e6e6; }

#towns {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: 20px;
  margin-bottom: 10px; }
  #towns .town {
    flex: 1 1 20%;
    min-width: 20%;
    margin-right: 2%; }
    #towns .town img {
      max-width: 100%;
      height: auto; }
    #towns .town:last-of-type {
      margin-right: 0; }
    #towns .town h3 {
      text-align: center;
      font-size: 120%; }
    #towns .town a {
      text-decoration: none;
      color: black; }

#intro p {
  line-height: 140%; }

.ps > .ps__rail-x,
.ps > .ps__rail-y {
  opacity: 0.6; }

/*# sourceMappingURL=main.css.map */
