﻿@charset "UTF-8";

@import "https://fonts.googleapis.com/css?family=Roboto:400,500,600";
@import url("https://use.typekit.net/rde4yza.css");

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}

body {
	line-height:1;
	background: #3fafa4 url(../images/houses.svg) no-repeat center bottom;
	background-size: contain;
}

ol,ul {
	list-style:none;
}

p {
	margin-bottom: 20px;
}

blockquote,q {
	quotes:none;
}

blockquote:before,blockquote:after {
	content:'';
	content:none;
}

q:before,q:after {
	content:'';
	content:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

button,input:focus {
	outline:0;
}

html,body {
	width:100%;
	height:100%;
	font-size:20px;
	overflow:hidden;
}

hr {
	border-top: 1px solid #3FAFA4;
	width: 100%;
	margin: 20px 0 15px;
}

section {
	height:calc(100%);
	width:100%;
}

.text-left {
	text-align: left !important;
}

#app {
	position:relative;
	width:100%;
	height:100%;
}

.white-bg {
	background: #FFF;
	overflow: hidden;
}

.gridButton {
	bottom:0;
	padding:12px 20px;
	cursor:pointer;
	position:absolute;
	bottom:20px;
	left:20px;
	font-size:.9em;
	background-color:#E6AF2E;
	z-index:888;
	color:#fff;
	border-radius:30px;
}

.gridButton:hover {
	background-color:#325fa7;
}

.close_btn {
	position:fixed;
	top:30px;
	right:30px;
	text-transform:uppercase;
	font-size:.8em;
	font-weight:500;
	letter-spacing:.1em;
	border:1px solid #fff;
	padding:10px 15px;
	cursor:pointer;
	z-index:999;
}

.close_btn.close-light {
	border:1px solid #333;
}

#pageSearch,#pageInfo,#pageCityGraph,#pageStatGraph {
	z-index:999;
	background-color:#fff;
}

#pageSearch {
	color:#fff;
	text-align:center;
	width:100%;
	height:100%;
	background-color:transparent;
}

.overlay {
	position:absolute;
	top:0;
	left:0;
}

.icon {
	margin-right:10px;
}

/* Map Features */
.customMarker {
	display:inline-block;
	border-radius:48px;
	width:100px;
	height:48px;
	margin-left:-50px;
	margin-top:-24px;
	font-size:1em;
	color:#FFF;
	text-decoration:none;
	text-align:center;
	padding:10px;
	-webkit-transition:200ms;
	transition:200ms;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	position:absolute;
	cursor:pointer;
	background: #3FAFA4;
}

.customMarker span {
	opacity:.8;
}

.customMarker strong {
	font-size:1.2em;
	font-weight:600;
}

.customMarker:hover {
	z-index:100;
	background-color: #111925 !important;
	color:#fff;
}

.customMarker:hover:after {
    border-top: solid 6px #111925;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
}

#tooltip {
	width:100%;
	color:#333;
	height:auto;
	display:block;
	position:absolute;
	z-index:997;
	background-color:#fff;
	bottom:-138px;
	left:0;
	padding:20px 20px 10px;
	font-size:.9em;
	border:1px solid #dedede;
	display:none;
}

#tooltip-close {
	position:absolute;
	top:5px;
	right:10px;
	cursor:pointer;
}

#tooltip p {
	line-height:1.9em;
}

#tooltip h3 {
	font-size:1.4em;
}

/* Feature Images */
#headerImage {
	background:url(../images/header.jpg);
}

.featureImage {
	display:none;
	position:relative;
	min-height:200px;
	background-color:#ccc;
	border-bottom:3px solid #3f6fad;
}

.resultsText {
	position:absolute;
	background-color:#fff;
	bottom:0;
	padding:20px 30px;
	left:1.5em;
}

.resultsText h2 {
	margin-bottom:0;
}

/* Container Overwrite */
.container {
	padding:30px;
	margin:auto;
	max-width:1100px;
	text-align:center;
}

.graphSection {
	margin-top:0;
	padding-top:0;
	border:1px solid #e7e7e7;
}

/* Input Section */
#input {
	text-align:center;
	background-color:transparent;
}

#input a {
	color:#fff;
	text-decoration:underline;
}

#input-section p {
	margin-bottom:85px;
}

#input-section #inputs {
	display: block;
	clear: both;
	overflow: hidden;
}

/* Footer Section */
#footer {
	text-align:center;
	background-color:#111925;
	color:#fff;
	padding:18px 0;
	height:60px;
	font-size:.8em;
}

#footer img {
	display:none;
	margin:0 auto;
	width:150px;
	margin:5px auto 10px;
}

#footer a {
	color:#fff;
	text-decoration:underline;
}

/* Stat Nav List Item Menu */
#statNav {
	font-size:.9em;
	letter-spacing:.02em;
	font-weight:600;
	text-transform:uppercase;
	text-align:center;
	width:100%;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	top:0;
	left:0;
	overflow:hidden;
	display:none;
}

#statNav li {
	display:block;
	float:left;
	width:25%;
	padding:14px 20px;
	min-height:60px;
	color:#aeaeae;
	background-color:#fff;
	cursor:pointer;
}

#statNav .active {
	background-color:#09f4c5;
	border-right:1px solid #fff;
	color:#219072;
	border-radius:10px;
}

#dynamicItem {
	display:none;
}

/* Stat Ranks */
.statRanks {
	background-color:#e1f7ff;
	padding:20px 30px 5px;
	border:1px solid #b7eafc;
	border-radius:0;
}

.statRanks ul {
	list-style:none;
	padding:0;
	font-size:1.1em;
	font-weight:300;
}

.statRanks ul li {
	margin-bottom:.9em;
}

/* Btn */
#backBtn {
	padding:10px 20px;
	margin:20px 0 0;
	border:1px solid #f3f3f3;
	border-left:0;
	float:left;
	display:block;
	background-color:#fff;
	position:absolute;
	z-index:2;
	display:none;
	cursor:pointer;
}

.swipe-hand {
	width:20px;
	display:block;
	margin:0 auto;
}

.swipeContainer {
	margin:20px 0;
	text-align:center;
	display:block;
}

.swipeInfo {
	display:block;
	text-align:center;
	background-color:#d1f0fb;
	padding:13px 20px;
	border-radius:25px;
	color:#266b84;
	font-weight:500;
	font-size:.9em;
	margin:10px 0;
}

/* Data Tables */
.cityData th {
	font-size:1em;
	font-weight:300;
}

#sources {
	background-color:#f7f7f7;
}

#sources ul {
	list-style:none;
	padding:0;
}

#sources ul li {
	border-left:5px solid #3ac1f3;
	background-color:#fff;
	padding:13px;
	margin-bottom:10px;
}

* {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.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;
}

#footer img {
	display:block;
}

#footer {
	height:110px;
}

body {
	font-family:'Roboto',serif;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	font-size:18px;
	font-weight:300;
}

h1,h2,h3,h4 {
	font-family:'proxima-soft',sans-serif;
	margin:0;
}

#gridButtons,#mapOverlay,.button,.inputLight {
	font-family:'Roboto',sans-serif;
	font-weight:600;
	font-size:1.1em;
}

h1 {
	font-size: 3.5em;
	line-height:1.1em;
	margin-bottom: 30px;
}

h3 {
	margin-bottom:15px;
}

h2 {
	font-size:1.5em;
	margin-bottom:.5em;
}

h4 {
	font-size:1.3em;
	color:#fff;
	margin: 0 0 40px 0;
	line-height:1.3em;
}

h5 {
	font-weight:500;
	font-size:1.1em;
	margin-bottom:20px;
}

p {
	line-height:1.6em;
}

a {
	color:#249fe7;
	cursor:pointer;
}

.highlight {
	color:#3FAFA4;
}

@media (max-width: 979px) {
	/* Selectors and styles affecting screens UP TO 979px (Desktop) */
	
}

@media (max-width: 768px) {
	body {
		font-size:16px;
	}
	
	h1 {
		font-size:2em;
	}
	
	h3 {
		font-size:1.2em;
		margin-bottom:15px;
	}
	
	h2 {
		font-size:1.5em;
	}
	
	h4 {
		font-size:1.4em;
		margin-bottom: 20px;
	}
	
	h5 {
		font-size:1em;
	}
	
	p {
		line-height:1.6em;
	}
}

@media (max-width: 480px) {
	h4 {
		font-size: 1.2em;
	}
}

/* Input UI */
input {
	padding:20px;
	border:0;
	min-width:300px;
	width: 100%;
	font-size:1.1em;
	height:60px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align:bottom;
	color:#333;
}

/* Rounded Input */
.roundedInput {
	width:100%;
	border-radius:30px;
	margin:10px 0;
	padding:10px 25px;
	height:auto;
	max-width:350px;
}

/* Popup */
.popupWindow {
	position:absolute;
	z-index:999;
	left:0;
	top:0;
	background-color:#fff;
}

/* 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;
}

/* 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);
  }
}

.delay-1 {
	animation-delay: .25s;
}

.delay-2 {
	animation-delay: .5s;
}

.delay-3 {
	animation-delay: .75s;
}

.delay-4 {
	animation-delay: 1s;
}

@media (max-width: 979px) {
	/* Selectors and styles affecting screens UP TO 979px (Desktop) */
	
}

@media (max-width: 768px) {
	input {
		min-width:auto;
	}
}

@media (max-width: 480px) {
	/* Selectors and styles affecting screens UP TO 480px (Phone) */
	
}

.modal-box {
	position:absolute;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 500px;
	height: 100%;
	z-index: 15;
	text-align: center;
	display:none;
	background-color: transparent;
	z-index:999;
}

.modal-box .modal-header {
	background-color: #3FAFA4;
	padding: 20px 0;
	border-radius: 20px 0 0 0;
	width: 100%;
	position: relative;
}

.modal-box .modal-header h2 {
	margin-bottom: 0;
	color: #FFF;
}

.modal-box .modal-inner {
	background-color: #FFF;
	padding-top: 20px;
	border-radius: 0 0 20px 20px;
	width: 100%;
	overflow: hidden;
}

.modal-box .modal-inner-scroll {
	max-height: 60%;
	overflow: scroll;
}

.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: -40px;
    right: 0;
    z-index: 4;
    background: #3FAFA4;
    padding: 10px 0;
    border-radius: 10px 10px 10px 0;
    font-size: 2em;
    color: #fff;
    width: 60px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: color 0.5s; /* Safari */
    transition: color 0.5s;
}

.modal-close:hover {
	color: #410C5D;
}

.modal-close:focus {
	color: #fff;
}

.modal-inner {
	background-color:#fff;
	max-width:800px;
	margin:0 auto;
	height:auto;
}

.modal-box .modal-header h4 {
	color: #FFF;
	margin: 4px 0 0;
}

.modal-box .modal-inner h4 {
	color: #410C5D;
	margin: 0 0 10px;
}

.modal-box .modal-inner h5 {
	text-transform: uppercase;
	font-size: 0.9em;
    position: relative;
    z-index: 1;
    padding: 10px 0;
    margin: 0;
    color: #666;
}

.modal-box .modal-inner h5:before {
    border-top: 2px solid #dfdfdf;
    content:"";
    margin: 0 auto; /* this centers the line to the full width specified */
    position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
    top: 50%; left: 0; right: 0; bottom: 0;
    width: 95%;
    z-index: -1;
}

.modal-box .modal-inner h5 span { 
    /* to hide the lines from behind the text, you have to set the background color the same as the container */ 
    background: #fff; 
    padding: 0 15px; 
}

.modal-box .modal-inner .modal-table {
	padding: 20px 60px;
}

.modal-box .modal-inner table {
	width: 100%;
}

.modal-box .modal-inner table th {
	color: #410C5D;
	font-weight: bold;
	padding: 6px;
	text-align: left;
}

.modal-box .modal-inner table td {
	background: #3FAFA4;
	padding: 6px;
	border: 2px solid #EEE;
	text-align: left;
	color: #FFF;
	font-weight: 400;
	width: 45%;
}

.modal-box .modal-inner table td:first-child {
	background: #410C5D;
	width: 10%;
}

.modal-box .modal-inner table th:last-child, .modal-box .modal-inner table td:last-child {
	text-align: right;
}

#modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(65,12,93,0.44);
	z-index: 5;
	display: none;
}

#modalComparison, #modalTop10, #modalBottom10 {
	width: 700px;
}

#modalAbout {
	width: 600px;
}

#modalComparison .modal-inner, #modalTop10 .modal-inner, #modalBottom10 .modal-inner {
	padding: 0;
	background: #EEE;
}

#modalComparison .modal-inner .owl-carousel {
	background: #FFF;
	padding: 20px 60px;
}

@media (max-width: 979px) {
	/* Selectors and styles affecting screens UP TO 979px (Desktop) */
	
}

@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: #FFF;
		padding: 0;
	}
	
	.modal-box-collapse .modal-header, .modal-box-collapse .modal-inner {
		border-radius: 0;
	}
	
	.modal-box-collapse .modal-header {
		padding: 0;
	}
	
	.modal-box-collapse .modal-header .modal-close {
		top: 6px;
		border-radius: 10px !important;
		padding: 7px 0;
		width: 30px;
		right: 6px;
		font-size: 1em;
		background: #410C5D;
	}
	
	.modal-box-collapse .modal-header h2 {
		background: #410C5D;
		padding: 10px 30px;
	}
	
	.modal-box-collapse .modal-header h4 {
		background: #3FAFA4;
		padding: 10px 30px;
		margin: 0;
	}
	
	.modal-box-collapse .modal-inner {
		max-height: none;
	}
	
	.modal-box-collapse .modal-inner .modal-table {
		padding: 20px 10px;
	}
}


/* Owl Carousel */

.owl-carousel .item .item-holder {
	height: 250px; 
	text-align: center;
}

.owl-carousel .item .item-holder {
	padding: 0 6px;
}

.owl-carousel .item p {
	padding-left: 10%;
	margin-bottom: 0;
	clear: both;
	font-size: 0.8em;
}

.owl-carousel .item .chart-measure {
	display: inline-block; 
	height: 250px; 
	width: 10%; 
	float: left;
}

.owl-carousel .item .chart-block {
	display: inline-block; 
	height: 50%; 
	width: 85%; 
	margin-top: 50%;
	margin-left: 5%; 
	background: red; 
	float: left;
}

.owl-carousel .item-1 .chart-block {
	background: #3FAFA4;
}

.owl-carousel .item-2 .chart-block {
	background: #71D1C8;
}

.owl-carousel .item-3 .chart-block {
	background: #B8EAE5;
}

/* end */

.button {
	display:inline-block;
	min-width:200px;
	border:0;
	padding:16px 40px;
	border-radius:50px;
	text-align:center;
	background-color:#FFF;
	color:#333;
}

.searchButton {
	min-width:90px;
	width: 100%;
	border-radius: 10px;
	margin:0;
	background-color: #3fafa4;
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    color: #FFF;
}

.searchButton:hover {
	background-color: #333;
	cursor: pointer;
}

/* Buttons */
.gridButtons {
	font-size:.85em;
	letter-spacing:.02em;
	margin:40px 0;
}

.gridButtons ul li {
	padding:22px 0;
	border-top:1px solid #3FAFA4;
	cursor:pointer;
	-webkit-transition:all .2s ease-in-out;
	transition:all .2s ease-in-out;
	position:relative;
	background: url(../images/right-chevron.svg) no-repeat right center;
	background-size: 20px;
}

.gridButtons ul li:last-child {
	border-bottom:1px solid #3FAFA4;
}

.gridButtons ul li:hover {
	padding-left:6px;
	color: #3FAFA4;
}


@media (max-width: 768px) {
	
}

@media (max-width: 979px) {
	
}

@media (max-width: 480px) {
	
}

.position {
	width:100%;
	max-width:100%;
	padding:2em 2em 4em;
	background-color:#fff;
	text-align:center;
	margin-bottom:2em;
}

.position h2 {
	font-size:1em;
}

.position h3 {
	font-size:1em;
}

.position-header {
	width:100%;
	text-align:center;
	padding:20px;
	margin-top:.5em;
	background-color:#ff3857;
	color:#fff;
}

.position-container {
	width:100%;
}

.tabs {
	height:2em;
}

.tabs li {
	width:auto;
	display:block;
	float:left;
	padding:.5em 1em;
	background-color:#1a2842;
	height:100%;
	cursor:pointer;
}

.tabs li.active {
	background-color:#1a2842;
}

.tabs li:hover {
	background-color:#fff;
	color:#333;
}

.position-bar {
	width:90%;
	margin:1.5em auto 0;
	height:5px;
	background-color:#d9e0ed;
	border-radius:3px;
	position:relative;
}

.position-bar .position-pointer {
	width:50px;
	height:50px;
	margin-left:-25px;
	margin-top:-23px;
	border-radius:25px;
	background-color:#ff3857;
	position:absolute;
}

.position-bar .position-pointer:after {
	content:"Â£";
	color:#fff;
	font-family:'Roboto',serif;
	font-weight:600;
	font-size:2em;
	position:relative;
	top:8px;
	left:1px;
}

.position-bar .marker {
	position:absolute;
	top:30px;
	color:#5d6f8c;
}

.position-bar .marker-left {
	left:0;
}

.position-bar .marker-right {
	right:0;
}

@media (max-width: 979px) {
	/* Selectors and styles affecting screens UP TO 979px (Desktop) */
	
}

@media (max-width: 768px) {
	.position {
		width:100%;
	}
}

@media (max-width: 480px) {
	/* Selectors and styles affecting screens UP TO 480px (Phone) */
	
}

/* Splash Page Content */
#pageIntro {
	color:#fff;
	/*height:calc(100% - 110px);*/
}

#pageIntro .board {
	background: #340d48;
	z-index: 1;
	position: relative;
    max-width: 1100px;
}

#pageIntro #boardPostTop {
	width: 100px;
	height: 60px;
	position: absolute;
	top: -60px;
	left: 50%;
	margin-left: -50px;
	background: #FFF;
}

#pageIntro #boardPostBottomShadow {
	width: 100px;
	height: 60px;
	position: absolute;
	bottom: -60px;
	left: 50%;
	margin-left: -50px;
	background: #ECECEC;
}

#pageIntro #boardPostBottom {
	width: 100px;
	height: 50%;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
	background: #FFF;
	z-index: 0;
}

#pageIntro #input-section {
	width:100%;
	background: #340d48;
	overflow: hidden;
}

#pageIntro #input-section h3 {
	text-align: left;
}

#pageIntro .searchInputContainer, #pageIntro .searchButtonContainer {
	width: 50%;
	float: left;
}

#pageIntro .searchInputContainer .padder {
	padding-right: 10px;
}

#pageIntro .searchButtonContainer .padder {
	padding-left: 10px;
}

#pageIntro #intro-copy {
	background: #410c5d;
}

#pageIntro #intro-copy p {
	font-weight: 400;
	font-size: 110%;
}

#pageIntro .inputLarge {
	padding: 20px 15px;
	height: 70px;
	text-align: left;
	display: block;
}

#pageIntro .submitButton {
	min-width:90px;
	width: 100%;
	height:70px;
	border-radius: 10px;
	margin:0;
	background-color: #3fafa4;
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
    color: #FFF;
}

#pageIntro .submitButton:hover {
	background-color: #333;
	cursor: pointer;
}

#pageIntro .submitButton img {
	width:25px;
	padding-bottom:2px;
}

#pageIntro,#pageStatGraph,#pageCityGraph,#pageInfo,#pageSearch,#pageMap,#footer {
	display:none;
}

#pageIntro #credit {
	background: #410c5d;
}

#credit p{
	max-width: 600px;
    margin: 20px auto 0px;
    font-size: 16px;
}

#credit a{
	color: white;
}

#pageIntro #credit .logo {
    /*background-color: #FFF;*/
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
    margin-bottom: 10px;
}

#pageIntro #credit .logo img {
    width: 250px;
    height: 63px;
}


#pageIntro #input-section, #pageIntro #intro-copy, #pageIntro #credit {
	padding: 30px 10%;
}

@media (max-width: 768px) {
	#pageIntro {
		overflow: scroll;
	}
	
	#pageIntro .container {
		padding: 0;
	}
	
	#pageIntro #input-section h3 {
		text-align: center;
	}

	#pageIntro .searchInputContainer, #pageIntro .searchButtonContainer {
		width: 100%;
		float: none;
	}
	
	#pageIntro .searchInputContainer .padder {
		padding: 10px 0;
	}
	
	#pageIntro .searchButtonContainer .padder {
		padding: 10px 0;
	}
}

@media (max-width: 480px) {
	#pageIntro .board, #pageIntro #credit {
		background: none;
	}
	
	#pageIntro #boardPostTop, #pageIntro #boardPostBottom, #pageIntro #boardPostBottomShadow {
		display: none;
	}
}

#map {
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

/* Map Page */
#pageMap {
	position:relative;
}

#pageMap #hamburger {
    position: absolute;
    top: 1%;
    right: 20px;
    z-index: 3;
    background: #410C5D;
    padding: 10px 0;
    border-radius: 10px;
    font-size: 2em;
    color: #fff;
    width: 60px;
    text-align: center;
    cursor: pointer;
    display: none;
}

#pageMap #mainWindowClose {
	position: absolute;
    top: 1%;
    right: 20px;
    z-index: 4;
    background: #410C5D;
    padding: 10px 0;
    border-radius: 10px 10px 0 0;
    font-size: 2em;
    color: #fff;
    width: 60px;
    text-align: center;
    cursor: pointer;
}

#pageMap #hamburger:hover, #pageMap #mainWindowClose:hover {
	color: #3FAFA4;
}

@media (max-width: 979px) {
	/* Selectors and styles affecting screens UP TO 979px (Desktop) */
	
}

@media (max-width: 768px) {
	
}

@media (max-width: 480px) {
	/* Selectors and styles affecting screens UP TO 480px (Phone) */
	
}

/* Left Menu */
#sideMenu {
	top:5%;
	right:20px;
	position:absolute;
	z-index:3;
	text-align:left;
	max-height:90%;
	width:35%;
	background-color:#410C5D;
	color:#fff;
	padding:40px 40px 10px;
	overflow-y:auto;
	border-radius: 10px;
}

#sideMenu p {
	font-size:.9em;
	line-height:1.4em;
}

#sideMenu .gradient {
    position: fixed;
    height: 50px;
    width: 35%;
    top: 5%;
	right: 20px;
	background: -moz-linear-gradient(top, rgba(65,12,93,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(65,12,93,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(65,12,93,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6410c5d', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

@media (max-width: 979px) {
	/* Selectors and styles affecting screens UP TO 979px (Desktop) */
	
}

@media (max-width: 768px) {
	#sideMenu, #sideMenu .gradient {
		width: 50%;
	}
	
	#pageIntro .flexElement {
		display: block;
	}
}

@media (max-width: 480px) {
	#sideMenu {
		width: 100%;
		top: 0;
		right: 0;
		left: 0;
		bottom: 0;
		max-height: 100%;
		display: none;
		border-radius: 0;
	}
	
	#sideMenu .gradient {
		display: none;
	}
	
	#pageMap #mainWindowClose {
		display: none;
		background: none;
		border-radius: 10px !important;
		padding: 10px 0;
		width: 40px;
		right: 6px;
		top: 6px;
		font-size: 1.2em;
	}
	
	#pageMap #hamburger {
		display: block;
		padding: 10px 0;
		width: 40px;
		right: 6px;
		top: 6px;
		font-size: 1.2em;
	}
	
	#modalComparison .modal-inner .owl-carousel {
		padding: 10px;
	}
	
	.owl-carousel .item .chart-block {
		width: 90%; 
		margin-left: 0;
	}
	
	.owl-carousel .item p {
		padding-left: 0;
	}
	
	input {
		font-size: 1em;
	}
}

/* Custom UI over Map */
#mapOverlay {
	display:block;
	position:absolute;
	top:0;
	right:0;
	z-index:11;
	list-style:none;
	margin:20px;
}

#mapOverlay li {
	display:block;
	float:left;
	padding:0 20px;
}

#mapOverlay li:hover {
	cursor:pointer;
	text-decoration:underline;
}

#mapOverlay li:not(:last-child) {
	border-right:2px solid #333;
}

#mobileTab {
	display:none;
}

/* Pop up search */
#searchSection .inputLight {
	margin:0 auto;
	display:block;
	width:50%;
	font-size:1.4em;
	min-width:400px;
	border:2px solid #fff;
	border-radius:50px;
	color:#fff;
	text-transform:none;
	background-color:transparent;
	text-align:center;
	padding:40px 20px;
}

#searchSection .inputLight::-webkit-input-placeholder {
	color:rgba(255,255,255,0.5);
}

#searchSection h3 {
	color:#fff;
	margin-bottom:20px;
}

#social-menu {
	text-align: center;
	padding: 20px 0;
}

#social-menu a {
	font-size: 1.2em;
	color: #fff;
	background: #3fafa4;
	border-radius: 100%;
	padding: 10px 12px;
	display: inline-block;
	margin: 0 5px;
}

#social-menu h5 {
	font-size: 0.9em;
}

#social-menu #fb-icon {
	background: #3C5D96;
}

#social-menu #tw-icon {
	background: #63AEEB;
}

/* Map */
@media (max-width: 979px) {
	/* Selectors and styles affecting screens UP TO 979px (Desktop) */
	
}

@media (max-width: 768px) {
	
}

@media (max-width: 480px) {
	/* Selectors and styles affecting screens UP TO 480px (Phone) */
	
}

