@charset "UTF-8";
/*
* Web App Starter Kit Styles
* Author: [YOUR NAME]
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Variables
- Bootstrap 
- Imports
- Components
- Page Styles
- Overwrites
*/
/* Variables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Bootstrap
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* imports
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Components
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button {
  display: inline-block;
  padding: 30px;
  margin: 0;
  width: 30%;
  text-decoration: none;
  background: #D5BB52;
  border: 2px solid #D5BB52;
  color: white;
  text-align: center;
  transition: background 250ms ease-in-out,  transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-transform: uppercase;
  font-family: 'canada-type-gibson', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px; }
  .button a {
    color: white;
    text-decoration: none; }
  .button:hover {
    background: #DECE91;
    border-color: #DECE91; }
  .button:focus {
    outline: 0px; }
  .button:active {
    transform: scale(0.99); }
  .button img {
    margin-left: 10px; }

.button2 {
  background-color: #DECE91;
  border: 2px solid #DECE91;
  display: inline-block;
  padding: 30px;
  margin: 0;
  text-decoration: none;
  color: white;
  text-align: center;
  transition: background 250ms ease-in-out,  transform 150ms ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-transform: uppercase;
  font-family: 'canada-type-gibson', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  width: 100%; }
  .button2:hover {
    background: #D5BB52;
    border-color: #D5BB52; }

.postcode-input {
  padding-top: 30px;
  padding-bottom: 30px; }
  .postcode-input h6 {
    padding-bottom: 10px; }

.postcodeandbutton {
  display: flex;
  flex-wrap: nowrap;
  align-content: stretch;
  /*height: 100%; */
}

.container {
	padding: 0;
	margin:auto;
	max-width:1100px;
	text-align:center;
}

.flexElement {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-ms-flex-pack:center;
	justify-content:center;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-ms-flex-direction:column;
	flex-direction:column;
	height:calc(100%);
}

.flexOverflow {
	-webkit-box-pack:start;
	-ms-flex-pack:start;
	justify-content:flex-start;
	overflow-y:scroll;
}

.inputLarge {
  padding: 30px 30px;
  width: 62%;
  margin-right: 10px;
  font-family: 'canada-type-gibson', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  border: 2px solid #EDEDD0;
  color: white;
  background-color: #125B54; }
  .inputLarge::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1;
    /* Firefox */
    text-align: left; }
  .inputLarge:focus {
    outline: 0px;
    border: 2px solid #D5BB52; }
    .inputLarge:focus::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #D5BB52;
      opacity: 1;
      /* Firefox */ }

img.calender {
  width: 75px;
  margin: 0 auto;
  margin-bottom: 30px; 
}

#map {
  background-color: #E5E3DF;
  position: absolute;
  top: 100px;
  bottom: 100px;
  left: 100px;
  right: 100px; }

.comparison-container {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  position: absolute;
  bottom: 0;
  justify-content: center;
  align-items: center; }
  .comparison-container a {
    text-decoration: none; }

.comparison-box {
  flex: 1;
  background-color: white;
  color: #125B54;
  font-family: 'canada-type-gibson', sans-serif;
  font-size: 20px;
  margin: 0 20px;
  padding: 60px 80px;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 2px 2px 10px 1px rgba(142, 142, 142, 0.16);
  -moz-box-shadow: 2px 2px 10px 1px rgba(142, 142, 142, 0.16);
  box-shadow: 2px 2px 10px 1px rgba(142, 142, 142, 0.16); }
  
  .comparison-box:hover {
    -webkit-box-shadow: 2px 2px 15px 1px rgba(142, 142, 142, 0.5);
    -moz-box-shadow: 2px 2px 15px 1px rgba(142, 142, 142, 0.5);
    box-shadow: 2px 2px 15px 1px rgba(142, 142, 142, 0.5);
    transform: scale(1.05); 
  }

.owl-carousel {
	width: 80%;
}

.owl-carousel .item {
	padding: 20px 0;
}

.owl-prev {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 44%;
    margin-left: 20px !important;
    display: block !important;
    font-size: 27px !important;
    color: #739d98 !important;
}

.owl-next {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 44%;
    right: 20px;
    display: block !important;
    font-size: 27px !important;
    color: #739d98 !important;
}

.owl-nav .disabled {
	opacity: 0.6;
}

.owl-prev:hover, .owl-next:hover, .owl-prev:focus, .owl-next:hover {
	color: #175b54 !important;
}

/* Page Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
* {
  margin: 0; }

html, body {
  height: 100%; }

body {
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.container {
  width: 100%;
  margin: 0 auto; }

.results-background {
  background-color: #EAF0F0; 
  height: 100vh;
}

.page-wrap {
  min-height: 100vh;
}

*:focus {
    outline: 0;
}

.main-content {
	position: relative;
  margin: 0 auto;
  max-width: 1000px;
  width: 60%;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  z-index: 1; }

.main-content h1 {
  margin: 0 auto;
  text-align: center; }

.main-content .large-para {
  color: #FFFFF5;
  padding: 20px; }

h1 {
  font-family: big-caslon-fb, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  color: #DECE91; }

h2 {
  font-family: big-caslon-fb, serif;
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  color: #125B54; }

h3 {
  font-family: 'canada-type-gibson', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  color: #393939; }

h4 {
  font-family: 'canada-type-gibson', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  color: #125B54; }

h5 {
  font-family: 'canada-type-gibson', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  color: #125B54; }

h6 {
  font-family: big-caslon-fb, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #EDEDD0;
  text-transform: uppercase;
  letter-spacing: 1px; }

p {
  font-family: 'canada-type-gibson', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  color: #393939;
  text-align: center; }
  
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.large-para {
  font-family: 'canada-type-gibson', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  color: #393939;
  text-align: center; }

#about {
  color: #125B54;
  text-decoration: none;
  font-family: 'canada-type-gibson', sans-serif;
  text-transform: uppercase;
  text-align: left;
  width: 260px;
  margin-left: 40px; 
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #about:hover {
    color: #D5BB52; }
    #about:hover circle {
      fill: #D5BB52; }
  #about svg {
    vertical-align: middle;
    margin-right: 0; }
    
#about span {
	margin-left: 6px;
}

header {
  display: flex;
  align-items: center;
  width: 100%; }
  header .button {
    padding: 38.5px 0;
    width: 300px;
    border: none; }
  header h2 {
    padding-left: 10px; }

.searchString {
	text-transform: uppercase;
}

.location {
  text-align: center;
  margin: 0 auto;
  display: flex; }

.background {
  /*min-height: 100%;
  margin-bottom: -168px;
  width: 100%;
  display: inline-block;
  position: absolute;
  z-index: -1;*/
  background: #125B54;
  overflow: hidden; }
  .background img.for-sale {
    width: 600px;
    position: absolute;
    left: -150px;
    bottom: 0; }
    @media (max-width: 1280px) {
      .background img.for-sale {
        width: 500px; } }
    @media (max-width: 1024px) {
      .background img.for-sale {
        display: none; } }
  .background img.sold {
    width: 600px;
    position: absolute;
    right: -150px;
    bottom: 0; }
    @media (max-width: 1280px) {
      .background img.sold {
        width: 500px; } }

.van-anim-container {
	overflow: hidden;
	position: relative;
	min-height: 60vh;
    max-height: 80vh;
    height: 100vh;
}

#van-anim {
  width: 280px;
  position: absolute;
  left: 450px;
  right: 0;
  bottom: 0;
  animation: linear 1 normal;
  -webkit-animation: linear 1 normal;
  animation-name: move;
  animation-duration: 9s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards; }
  @media (max-width: 1280px) {
    #van-anim {
      width: 200px;
      animation-duration: 5s; } }
  @media (max-width: 1024px) {
    #van-anim {
      position: absolute;
      left: 10px; } }

#van {
  animation: linear infinite normal;
  -webkit-animation: linear infinite normal;
  animation-name: bounce;
  animation-duration: 2s;
  animation-timing-function: ease-in-out; }

@keyframes move {
  0% {
    left: 450px; }
  100% {
    left: calc(100% - 750px); } }
@keyframes bounce {
  0% {
    transform: translate(0, 0); }
  10% {
    transform: translate(0, 2px); }
  20% {
    transform: translate(0, 0); }
  30% {
    transform: translate(0, 2px); }
  40% {
    transform: translate(0, 0); }
  50% {
    transform: translate(0, 2px); }
  60% {
    transform: translate(0, 0); }
  70% {
    transform: translate(0, 2px); }
  80% {
    transform: translate(0, 0); }
  90% {
    transform: translate(0, 2px); }
  100% {
    transform: translate(0, 0); } }


footer {
	/*position: absolute;
	bottom: 0;
	left: 0;
	right: 0;*/
  background-color: white;
  padding: 40px;
  text-align: center; }
  footer img {
    display: inline-block;
    margin: 0 auto;
    width: 200px; }
  footer p {
    padding-top: 20px; 
    font-size: 12px;
  }
  
footer a {
	color: #125B54;
	text-decoration: none;
}

footer a:hover, footer a:focus {
	color: #333;
	text-decoration: underline;
}

/* Error Message */
.errorMsg {
	background-color:#fff;
	color:#333;
	padding:15px 30px;
	max-width:370px;
	width:90%;
	border:2px solid #c62d46;
	border-radius:10px;
	margin:15px auto 10px;
	position:relative;
	font-size:.9em;
	display:none;
	clear: both;
	font-family: 'canada-type-gibson', sans-serif;
	text-align: center;
}

/* Loader */
.spinner {
  margin: 20px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  display: none;
}

.spinner > div {
  background-color: #FFF;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

/* Map Features */
.customMarker {
	display:inline-block;
	border-radius:10px;
	box-shadow: 0 0 12px rgba(0,0,0,0.4);
	border: 3px solid #FFF;
	width:130px;
	height:48px;
	margin-left:-50px;
	margin-top:-24px;
	font-size:1em;
	color:#125B54;
	text-decoration:none;
	text-align:center;
	padding: 8px 0 0 0;
	/*-webkit-transition:200ms;
	transition:200ms;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;*/
	position:absolute;
	cursor:pointer;
	background: #719d98;
}

.customMarker span {
	opacity:.8;
}

.customMarker strong {
	font-size: 1.5em;
	font-weight: 600;
}

.customMarker:hover {
	z-index:100;
	background-color: #D5BB52 !important;
	color:#333;
}

.customMarker:hover:after {
    border-top: solid 6px #111925;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
}

.hidden {
	display: none;
}

#social-menu {
	position: absolute;
	top: 25%;
	right: 0;
	text-align: center;
}

#social-menu a {
	display: block;
	clear: both;
	margin: 0 0 4px;
	width: 46px;
	height: 46px;
}

#social-menu a img {
	width: 100%;
}

#modalAbout {
	width: 50%;
}

#modalAbout .modal-inner, #modalAbout .modal-inner p {
	text-align: left;
}

#modalAbout .modal-inner h4 {
	font-size: 24px;
	color: #125B54;
}

#modalAbout .modal-inner p {
	margin-bottom: 12px;
}

#social-menu-modal {
	text-align: center;
	overflow: hidden;
	padding: 20px 0;
}

#social-menu-modal a {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	width: 46px;
	height: 46px;
}

#social-menu-modal a img {
	width: 100%;
}

.modal-box {
	position:absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 15;
	text-align: center;
	display:none;
	background-color: transparent;
	z-index:999;
}

.modal-box .modal-header {
	padding: 0;
	width: 90%;
	position: relative;
}

.modal-box .modal-header h2 {
	margin-bottom: 0;
	color: #FFF;
}

.modal-box .modal-inner {
	background-color: #FFF;
	padding: 0;
	width: 90%;
	overflow: hidden;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.modal-box .modal-inner-scroll {
	max-height: 80%;
	overflow: scroll;
}

.modal-box .modal-padder {
  padding: 30px 20px;
}

.modal-box .modal-padder-last {
  padding: 30px 20px 60px;
}

.modal-box .modal-info-holder {
	color: #410C5D;
	padding: 0 0 15px 0;
}

.modal-box .modal-info-holder h3 {
	color: #3FAFA4;
	font-size: 1.4em;
}

.modal-box .modal-info-holder p {
	margin-bottom: 6px;
}

.modal-box.darkModal {
	background-color:rgba(0,10,20,0.9);
}

.modal-box.lightModal {
	background-color:rgba(255,255,255,0.9);
}

.modal-close {
	position: absolute;
    top: -20px;
    right: -20px;
    z-index: 4;
    background: #FFF;
    padding: 10px 13px;
    border-radius: 100%;
    font-size: 1.2em;
    color: #125b54;
    text-align: center;
    cursor: pointer;
    -webkit-transition: color 0.5s; /* Safari */
    transition: color 0.5s;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.modal-close:hover {
	color: #410C5D;
}

.modal-close:focus {
	color: #fff;
}

.modal-inner {
	background-color:#fff;
	margin:0 auto;
	height:auto;
}

.modal-box .modal-header h4 {
	color: #FFF;
	margin: 4px 0 0;
}

.modal-box .modal-inner h4 {
	color: #333;
	margin: 0 0 10px;
}

.modal-box .modal-inner h5 {
	color: #333;
	margin: 0 0 10px;
	font-size: 18px;
}

.modal-box .modal-inner .modal-table {
	padding: 0;
	overflow: hidden;
}

.modal-box .modal-inner table {
	width: 100%;
	font-family: 'canada-type-gibson', sans-serif;
	border-spacing: 14px;
	border-collapse: separate;
}

.modal-box .modal-inner table th {
	color: #410C5D;
	font-weight: bold;
	padding: 6px;
	text-align: left;
}

.modal-box .modal-inner table td {
	padding: 6px;
	text-transform: uppercase;
	text-align: left;
}

.modal-box .modal-inner table td span.number {
	background: #125b54;
	border-radius: 100%;
	width: 32px;
	height: 32px;
	color: #FFF;
	text-align: center;
	display: block;
	line-height: 2;
}

.modal-box .modal-inner table th:last-child, .modal-box .modal-inner table td:last-child {
	text-align: center;
	border-radius: 25px;
	color: #125b54;
	background: #eaf0f0;
}

#modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(18, 91, 84, 0.8);
	z-index: 5;
	display: none;
}

.modal-table-left {
	width: 48%;
	float: left;
}

.modal-table-right {
	width: 48%;
	float: right;
}

.modal-footer-link {
	width: 90%;
	font-size: 0.9em;
	background: #ededd0;
	color: #125b54;
	padding: 20px 0;
	margin: 0 auto;
	font-family: 'canada-type-gibson', sans-serif;
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}

.modal-footer-link span {
	font-size: 1.5em;
}

.modal-footer-link:hover {
	color: #FFF;
	background: #D5BB52;
	cursor: pointer;
}

#modalComparison .modal-inner {
	margin-bottom: 20px;
}


@media (max-width: 768px) {
	.modal-box {
		width: 100% !important;
	}
}

@media (max-width: 480px) {
	.modal-box-collapse {
		overflow: scroll;
	}
	
	.modal-box-collapse .flexElement {
		display: block;
		background: none;
		padding: 20px 0;
	}
	
	.modal-box-collapse .modal-header, .modal-box-collapse .modal-inner {
		border-radius: 0;
	}
	
	.modal-box-collapse .modal-header {
		padding: 0;
  }
  
  .modal-footer-link {
    margin-bottom: 20px;
  }
	
	.modal-box-collapse .modal-inner {
		max-height: none;
  }
  
  .modal-close {
    top: -16px;
    right: -34px;
  }
}

.runner-container {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 30px;
    position: relative;
}

.runner {
  height: 5px;
  width: 85%;
  background: #A0BDBB;
  position: relative;
  margin: 0 0 0 20px;
}

.localPostcodeRunner {
  width: 89%;
}

.runner-marker {
  font-family: 'canada-type-gibson', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #125b54;
  width: 150px;
  height: 32px;
  border-radius: 32px;
  position: absolute;
  margin: 10px 0 0 -75px;
  left: 50%;
  text-align: center;
}

.runner-low-counter, .runner-high-counter {
  font-family: 'canada-type-gibson', sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  top: 14px;
  color: #A0BDBB;
}

.runner-low-counter {
  left: 0;
}

.runner-high-counter {
  right: 0;
}

.info-window-container {
	position: absolute;
	display: none;
	top: -130px;
    left: -48px;
}

.info-window {
	position: relative;
	width: 220px;
    background: #FFF;
    padding: 0 15px 15px;
    border-radius: 30px 0 30px 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.info-window:after {
    content:'';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: solid 10px #FFF;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
}

.info-window .row {
    overflow: hidden;
    padding: 15px 0 0;
}

.info-window .item-left {
    width: 50px;
    float: left;
}

.info-window .item-right {
    width: 170px;
    float: right;
}

.info-window .item-right h4, .info-window .item-right p {
    text-align: left;
}

.info-window .item-right h4 {
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

.info-window .item-right p {
    font-weight: 600;
}

.info-window-close {
	position: absolute;
    top: -15px;
    right: -15px;
    z-index: 4;
    background: #FFF;
    padding: 10px 13px;
    border-radius: 100%;
    font-size: 1.2em;
    color: #125b54;
    text-align: center;
    cursor: pointer;
    -webkit-transition: color 0.5s; /* Safari */
    transition: color 0.5s;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width: 1280px) {
  @keyframes move {
    0% {
      left: 350px; }
    100% {
      left: calc(100% - 550px); }
    } 
}

@media (max-width: 1024px) {
  @keyframes move {
    0% {
      left: 50px; }
    100% {
      left: 50px; }
    } 

  header {
    padding: 18px 0;
  }
    
  h1 {
	  font-size: 60px;
  }
  
  #about {
    width: 32px;
    margin-left: 42px;
  }

  #about span {
    display: none;
  }

  #searchAgain {
    display: none;
  }

  #searchAgainIcon {
    display: block;
    background: #D5BB52;
    border-radius: 32px;
    padding: 8px 9px;
    font-size: 15px;
    color: #FFF;
    margin-right: 42px;
  }

  #map {
    left: 46px;
    right: 46px;
  } 
  
  .postcode-input {
	  padding-top: 20px;
  }
}
      
@media (max-width: 768px) {   
	img.calender {
	  width:50px;
	}
	  
	h1 {
		font-size: 50px;
	} 
	
	h2 {
	    font-size: 36px;
	  }
	
	.main-content {
		width: 80%;
	} 
	
	.large-para {
		font-size: 18px;
	}
	
	.postcode-input {
		text-align: center;
  }

  #about span {
    display: none;
  }

  #map {
    top: 92px;
    bottom: 46px;
  } 

  .comparison-container {
    bottom: 10px;
  }
  
  .owl-carousel {
		width: 80%;
	}
  
  .owl-prev, .owl-next {
    top: 38%;
  }

  .modal-table-left, .modal-table-right {
    width: 100%;
    float: none;
  }
  
  .runner {
	  width: 85%;
	}
	
	.localPostcodeResultRunner {
	  width: 92.5%;
	}
}  
      
@media (max-width: 480px) {     
	h1 {
		font-size: 36px;
	} 
  
  h2 {
    font-size: 21px;
  }
  
  .location img {
    height: 21px;
  }
  
  @keyframes move {
	0% {
	  left: -150px; }
	100% {
	  left: -80px; }
  } 

	.main-content {
		width: 90%;
	} 
	
	.large-para {
		font-size: 14px;
	}
	
	.van-anim-container {
		max-height: 10000px;
		height: auto;
	}
	
	.postcodeandbutton {
		display: block;
	}
	
	#inputArea {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin: 0;
		text-align: center;
  }
  
  img.calender {
	  margin-bottom: 20px;
	}
	
  #inputArea::placeholder {
    text-align: center; }
	
	#submitButton1 {
		width: 100%;
		padding-left: 0;
		padding-right: 0;
		margin: 10px 0 10px 0;
  }
  
  .comparison-box {
    padding: 20px 40px;
    font-size: 16px;
  }

  #about {
    margin-left: 10px;
  }

  #searchAgainIcon {
    margin-right: 10px;
  }

  #map {
    top: 68px;
    left: 0;
    right: 0;
  }
  
  .owl-carousel {
		width: 90%;
	}
	
  .runner {
	  width: 81%;
	}
	
	.localPostcodeResultRunner {
	  width: 86%;
	}
	
	.errorMsg {
		max-width: 250px;
	}
	
	footer img {
		width: 200px;
	}
	
	footer p {
		font-size: 13px;
	}
}    

@media (max-width: 375px) {     
	.runner {
		width: 78%;
	}
	
	.localPostcodeResultRunner {
		width: 84%;
	}
	
	.errorMsg {
		max-width: 200px;
	}
} 

@media (max-width: 320px) {     
	.runner {
		width: 78%;
	}
	
	.localPostcodeResultRunner {
		width: 74%;
	}
}  
      
/* Overwrites
–––––––––––––––––––––––––––––––––––––––––––––––––– */

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