@font-face {
	font-family: "Montserrat";
	src: url("/fonts/Montserrat-Regular.ttf");
	font-weight: 400;
}

@font-face {
	font-family: "Montserrat";
	src: url("/fonts/Montserrat-Medium.ttf");
	font-weight: 500;
}

@font-face {
	font-family: "Montserrat";
	src: url("/fonts/Montserrat-SemiBold.ttf");
	font-weight: 600;
}

@font-face {
	font-family: "Montserrat";
	src: url("/fonts/Montserrat-Bold.ttf");
	font-weight: 700;
}

@font-face {
	font-family: "Ivar Display";
	src: url("/fonts/IvarDisplay-Medium");
	font-weight: 400;
}

html,
body {
	margin: 0;
	font-family: "Montserrat", sans-serif;
}

*,
a:link,
a:active,
a:hover,
a:focus {
	outline: 0;
}

a {
	text-decoration: none;
}


#wrapper {
	min-height: calc(100vh - 56px - 120px);
}

#inner {
	max-width: 1280px;
	padding: 0 14px;
	margin: 0 auto;
}

#inner h1 {
	font-family: "Montserrat";
	font-weight: 400;
	color: #0d3745;
	text-transform: uppercase;
	text-align: center;
	font-size: 54px;
	margin: 10px 0;
}

#inner h2 {
	font-family: "Montserrat";
	font-weight: 200;
	color: #0d3745;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	margin: 10px 0;
}

#inner h2 strong {
	color: #bd4a30;
	font-weight: 200;
}

.box {
	position: relative;
}

.box img {
	max-width: 100%;
}

.box ul,
.widebox ul {
	list-style: none;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.box ul li,
.widebox ul li {
	padding: 5px 0;
}

.box ul li:before,
.widebox ul li:before {
	content: '\2022';
	padding-bottom: 4px;
	margin-right: 5px;
	vertical-align: middle;
}

.box .alertnumber {
	background-color: #bd4a30;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	position: absolute;
	left: calc(50% + 80px);
	top: 70px;
	box-shadow: 0 0 10px #bd4a30; 
	cursor: default;
	user-select: none; 

}

.box .infonumber {
	background-color: #0d3745;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	position: absolute;
	left: calc(50% - 120px);
	top: 70px;
	box-shadow: 0 0 10px #0d3745; 
	cursor: default;
	user-select: none; 

}

@media all and (max-width: 800px) {
	#inner h1 {
		font-size: 38px;
	}
	#inner h2 {
		font-size: 20px;
	}
}

@media all and (max-width: 450px) {
	#inner h1 {
		font-size: 22px;
	}
	#inner h2 {
		font-size: 12px;
	}
	.boxContainer {
		min-width: auto;
		padding-bottom: 30px !important;
		border-top: 1px solid #efefef;
	}
	.boxContainer:first-child {
		border-top: none !important;
	}
	.boxContainer .box {
		margin-top: 20px !important;
	}
}

@media all and (max-width: 650px) {
	.boxContainer {
		padding-left: 0 !important;
	}
	div.boxes {
		margin-top: 10px !important;
	}
	.boxes img,
	.boxes video {
		height: auto !important;
		width: 100% !important;
		max-width: 300px !important;
		margin: 0 auto !important;
	}
}

.home {
	margin-bottom: 80px;
}

.home .boxes {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 35px 0 0 0;
	box-sizing: border-box;
}

.home .boxContainer {
	display: block;
	box-sizing: border-box;
	min-height: 160px;
	min-width: 315px;
	padding: 15px 0 0 15px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 33.33%;
	-ms-flex: 1 0 33.33%;
	flex: 1 0 33.33%;
	position: relative;
}

.home .boxContainer .box {
	text-align: center;
	margin: 20px 30px;
	
}

.home .boxes img,
.home .boxes video {
	height: 200px;
	display: block;
	margin: 0 auto;
}

.home .box h3 {
	font-family: "Montserrat";
	font-weight: 500;
	color: #163340;
	text-transform: uppercase;
	margin: 0;
	font-size: 22px;
	height: 54px;
}

.home.tt4 .box h3 {
	height: 54px;
}

.home .box p {
	margin: 0 0 10px 0;
	font-family: "Montserrat";
}

.home .box p:first-of-type {
	min-height: 250px;
}

.feeshome .box p:first-of-type {
	min-height: 300px;
}

.home .box a {
	background-color: #0d3745;
	color: #fff;
	font-family: "Montserrat";
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
	padding: 5px 20px;
	border-radius: 5px;
}

.content {
	margin-bottom: 100px;
}

.content .boxes {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin: -15px;
	margin-right: 0;
	margin-bottom: 0;
	box-sizing: border-box;
}

.content .boxContainer {
	display: block;
	box-sizing: border-box;
	min-height: 160px;
	min-width: 315px;
	padding: 15px 0 0 15px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 33.33%;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	position: relative;
	max-width: 50%;
}

.content .boxContainer .box {
	margin: 50px 20px 0 20px;
	text-align: center;
}

.content .wideboxContainer {
	display: block;
	box-sizing: border-box;
	min-height: 160px;
	min-width: 315px;
	padding: 10px 0px;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	position: relative;
}

.content .widebox {
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
	border-top: 1px solid #0d3745;
	padding-top: 10px;
}

.content .wideboxContainer:first-child .widebox {
	border-top: none;
}

.content .boxes img,
.content .boxes video {
	height: 200px;
	display: block;
	margin: 0 auto;
}

.content .box h3 {
	font-family: "Montserrat";
	font-weight: 500;
	color: #163340;
	text-transform: uppercase;
	margin: 0;
	font-size: 22px;
}

.content .box p {
	margin: 0;
	font-family: "Montserrat";
	line-height: 22px;
}

.content .box a {
	background-color: #0d3745;
	color: #fff;
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
	padding: 5px 20px;
	border-radius: 5px;
	margin-top: 20px;
}

.content .box em a {
	background-color: transparent;
	color: #bd4a30;
	display: inline;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	border-radius: 0;
	text-transform: none;
}

.content .widebox h3 {
	font-family: "Montserrat";
	font-weight: 500;
	color: #163340;
	text-transform: uppercase;
	margin: 10px 0 10px 0;
	font-size: 22px;
}

.content .widebox h3 strong {
	color: #bd4a30;
	font-weight: 400;
}

.content .priceList {
	border-collapse: collapse;
	width: 100%;
}

.content .priceList th {
	font-family: "Montserrat";
	line-height: 22px;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	padding: 30px 10px;
}

.content .priceList td {
	width: 100px;
	font-family: "Montserrat";
	line-height: 22px;
	font-size: 16px;
	font-weight: 500;
	padding: 10px;
}

.content .priceList td a {
	background-color: #0d3745;
	color: #fff;
	font-family: "Montserrat";
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
	padding: 5px 20px;
	border-radius: 5px;
}


.business-trackers {
	margin-bottom: 100px;
}

.business-trackers .boxes {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin: -15px;
	margin-right: 0;
	margin-bottom: 0;
	box-sizing: border-box;
}

.business-trackers .boxContainer {
	display: block;
	box-sizing: border-box;
	min-height: 160px;
	min-width: 315px;
	padding: 0 0 0 15px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 25%;
	-ms-flex: 1 0 25%;
	flex: 1 0 25%;
	position: relative;
	max-width: 50%;
}

.business-trackers .boxContainer .box {
	margin: 20px 20px 0 20px;
	text-align: center;
}

.business-trackers .boxes img,
.business-trackers .boxes video {
	height: 200px;
	display: block;
	margin: 0 auto;
}

.business-trackers .box h3 {
	font-family: "Montserrat";
	font-weight: 500;
	color: #163340;
	text-transform: uppercase;
	margin: 0;
	font-size: 22px;
}

.business-trackers .box p {
	margin: 0;
	font-family: "Montserrat";
	line-height: 22px;
}

.business-trackers .box a {
	background-color: #0d3745;
	color: #fff;
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
	padding: 5px 20px;
	border-radius: 5px;
	margin-top: 20px;
}

.business-trackers .box em a {
	background-color: transparent;
	color: #bd4a30;
	display: inline;
	padding: 0;
	margin: 0;
	font-weight: normal;
	font-style: normal;
	border-radius: 0;
	text-transform: none;
}

.business-trackers .wideboxContainer {
	display: block;
	box-sizing: border-box;
	margin-top: 30px;
	
	min-width: 315px;
	padding: 10px 0px;
	-ms-flex: 1 0 100%;
	flex: 1 0 100%;
	position: relative;
}

.business-trackers .widebox {
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
}
#inner .business-trackers .widebox h2 {
	font-size: 200%;
	color: #bd4a30;
}





div.propertyWrapper {
	margin: 0 auto;
	width: 700px;
	text-align: center;
}

div.propertyWrapper.wideproperty {
	width: 100%;
	max-width: 1800px;
	padding: 40px 0 0 0;
}

div.propertyWrapper.wideproperty .property {
	max-width: 1800px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: 0;
	margin-bottom: 0;
	box-sizing: border-box;
}

div.propertyWrapper.wideproperty .property .propertyImage {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 40%;
	-ms-flex: 1 0 40%;
	flex: 1 0 40%;
	min-width: 400px;
}

div.propertyWrapper.wideproperty .property .propertyImage img {
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

div.propertyWrapper.wideproperty .property .propertyDetails {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 60%;
	-ms-flex: 1 0 60%;
	flex: 1 0 60%;
	text-align: left;
}

.propertyInfo {
	padding: 0 0 0 30px;
}

.property .bg-image {
	width: 100%;
	display: block;
}

.property div.address {
	font-size: 34px;
	font-weight: 500;
	color: #51626f;
	text-align: center;
}

.property div.details {
	font-size: 18px;
	line-height: 28px;
	color: #51626f;
	text-align: center;
	padding-top: 5px;
}

.teanancies .property .buttons {
	padding: 10px 0;
	text-align: left;
	background-color: #fff;
}

.property .buttons {
	padding: 10px 0;
	text-align: center;
	background-color: #f8f7f5;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.property .buttons svg {
	height: 30px;
	width: 40px;
	margin-right: 20px;
}

.propertyButtons {
	padding: 20px 0;
}

.propertyButtons .button {
	background-color: #163240;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 25px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 500;
	display: inline-block;
	margin: 5px;
	width: 20%;
	min-width: 135px;
	text-align: center;
}

div.propertyWrapper.wideproperty .property .address {
	text-align: left;
	font-family: "Montserrat";
	font-weight: 400;
	color: #0d3745;
	text-transform: uppercase;
	font-size: 50px;
}

div.propertyWrapper.wideproperty .property .details {
	text-align: left;
	font-family: "Montserrat";
	font-weight: 400;
	color: #bd4a30;
	text-transform: uppercase;
	font-size: 36px;
	padding: 24px 0;
}

.property .bullets {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.property .bullets ul {
	list-style: none;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 50%;
	-ms-flex: 1 0 50%;
	flex: 1 0 33%;
	min-width: 200px;
}

.property .bullets ul li {
	color: #51626f;
	padding: 5px 0;
	text-align: left;
}

.property .bullets ul li:before {
	content: '\2022';
	padding-bottom: 4px;
	padding-right: 7px;
	padding-left: 7px;
	vertical-align: middle;
}

.property .bullets ul li.station:before {
	content: '';
	padding: 0;
	margin: 0;
}

.property .bullets ul li.station svg {
	width: 40px;
	height: 30px;
	display: inline-block;
	vertical-align: bottom;
}

@media all and (max-width:450px) {
	div.propertyWrapper.wideproperty .property .propertyImage {
		min-width: auto;
	}
	.property div.address {
		font-size: 22px !important;
	}
	.property .bullets ul {
		margin: 0 !important;
	}
	.property .bullets ul li {
		text-align: center;
	}
	.propertyInfo {
		padding: 0 !important;
	}
	div.propertyWrapper.wideproperty .property .propertyDetails {
		-webkit-box-flex: 1;
		-webkit-flex: 1 0 100%;
		-ms-flex: 1 0 100%;
		flex: 1 0 100%;
	}
}

.tenancies {
	margin: 0 auto;
	width: 700px;
	text-align: center;
}

.tenancies .property .buttons {
	background-color: #fff;
}

.tenancies .property div.address {
	font-size: 28px;
	font-weight: 500;
	color: #51626f;
	text-align: center;
	padding-bottom: 10px;
}

.tenancies .tenancy {
	border-top: 1px solid #51626f;
	text-align: left;
	padding: 10px 0;
}

.tenancy .details {
	font-size: 17px;
	line-height: 28px;
	font-weight: normal;
	color: #51626f;
}

.tenancies .propertyButtons .button {
	text-align: center;
}

.tenancies .tenancylist a {
	font-size: 28px;
	font-weight: 500;
	color: #51626f;
	text-align: center;
	padding: 25px 0;
	display: block;
	border-bottom: 1px solid #51626f;
}

.tenancies .tenancylist a:first-child {
	border-top: 1px solid #51626f;
	margin-top: 40px;
}

.viewings .boxes {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 1000px;
}

.viewings .boxContainer {
	display: block;
	box-sizing: border-box;
	min-height: 160px;
	min-width: 315px;
	padding: 15px 0 0 15px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 33.33%;
	-ms-flex: 1 0 50%;
	flex: 1 0 50%;
	position: relative;
}

#inner .viewings h2.vh {
	margin-top: 20px;
	color: #bd4a30;
}

.viewings .boxContainer .box {
	margin: 0 20px 0 20px;
	text-align: left;
}

.viewing {
	text-transform: uppercase;
}

.viewing .viewing-image {
	width: 100%;
	max-width: 400px;
	height: 200px;
	background-color: #efefef;
	border-radius: 10px;
	background-size: cover;
	background-position: center;
}

.viewing .buttons {
	padding: 10px 0;
	text-align: right;
	max-width: 400px;
}

.viewing .buttons a.makeOffer {
	background-color: #0d3745;
	color: #fff;
	font-family: "Montserrat";
	font-size: 12px;
	font-weight: 400;
	display: inline-block;
	text-transform: uppercase;
	padding: 8px 20px;
	border-radius: 5px;
	vertical-align: middle;
}

.viewing .buttons a.gallery,
.viewing .buttons a.showMap {
	display: inline-block;
	vertical-align: middle;
	height: 21px;
	padding: 3px;
}

.viewing .buttons svg {
	height: 21px;
	width: 30px;
}

.contacts {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 20px 0 40px 0;
	box-sizing: border-box;
}

.contacts .contact {
	display: block;
	box-sizing: border-box;
	min-width: 380px;
	padding: 0 15px 0 15px;
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 33.33%;
	-ms-flex: 1 0 33.33%;
	flex: 1 0 33.33%;
	position: relative;
	text-align: left;
	margin-top: 60px;
}

.contacts .contactBox {
	box-sizing: border-box;
	border: 1px solid #0d3745;
	border-radius: 10px;
	min-height: 140px;
	padding: 10px 30px;
}

.contacts .contactImg {
	position: absolute;
	height: 210px;
	bottom: 0px;
	right: 30px;
}

.contacts .contact b {
	font-size: 12px;
	text-transform: uppercase;
	color: #bd4a30;
}

.contacts .contact h5 {
	font-size: 22px;
	color: #0d3745;
	font-weight: 500;
	margin: 4px 0;
}

.contacts .contactSoon h5 {
	color: #bbb;
}

.contacts .contact .contactDetails {
	color: #0d3745;
	font-size: 16px;
	line-height: 22px;
}

.contact.buttonContainer {
	text-align: right;
}

.contact .contactButton {
	display: inline-block;
	color: #fff;
	background-color: #bd4a30;
	text-transform: uppercase;
	margin-right: 120px;
	padding: 7px 30px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: 500;
}

@media all and (max-width: 780px) {
	.contact.buttonContainer {
		text-align: center;
	}
	.contact .contactButton {
		margin-right: 0 !important;
	}
}

@media all and (max-width: 480px) {
	.contacts .contact {
		min-width: 100%;
		padding-left: 0 !important;
		margin-top: 20px;
	}
	.contact .contactButton {
		margin-top: 0 !important;
	}
	.contacts .contact .contactImg {
		display: none;
	}
}

div.downloads {
	display: none;
	padding: 0;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 750px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #f4f2ec;
	z-index: 10000;
	max-height: 600px;
	border-radius: 10px;
	border: 1px solid #0d3746;
	overflow: hidden;
	font-size: 16px;
}

div.downloads div.downloadScroll {
	max-height: 500px;
	margin-bottom: 100px;
	overflow: auto;
}

@media all and (max-height: 600px) {
	div.downloads {
		max-height: 500px !important;
	}
	div.downloads div.downloadScroll {
		max-height: 400px !important;
	}
}

@media all and (max-height: 500px) {
	div.downloads {
		max-height: 400px !important;
	}
	div.downloads div.downloadScroll {
		max-height: 300px !important;
	}
}

@media all and (max-width: 750px) {
	div.downloads {
		padding: 0;
		position: fixed;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		width: 100% !important;
		max-height: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		z-index: 10000;
		overflow: auto !important;
	}
	div.downloads div.downloadScroll {
		overflow: visible !important;
		max-height: none !important;
		height: 100%;
		margin-bottom: 100px;
	}
	div.downloads div.buttons {
		position: fixed !important;
		height: 40px !important;
		left: 0px !important;
		bottom: 0px !important;
		width: 100% !important;
		background-color: #fff;
		z-index: 99999;
	}
	table.downloads th {
		padding: 13px 15px !important;
	}
	table.downloads td {
		padding: 13px 10px 10px 0 !important;
	}
	table.downloads td a.button {
		padding: 5px 10px !important;
		margin-right: 5px !important;
	}
	table.downloads td label.upload {
		padding: 5px 10px !important;
	}
	table.downloads {
		margin-bottom: 150px !important;
	}
}

div.downloads.show {
	display: block;
}

.downloads .downloadsHeader {
	color: #0d3746;
	padding: 20px;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
}

table.downloads {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 100px;
}

table.downloads tr.cat th {
	background-color: #c5dedd !important;
	text-transform: uppercase;
}

table.downloads th {
	color: #0d3746;
	text-align: left;
	font-weight: normal;
	padding: 23px 15px 23px 30px;
}

table.downloads td {
	border: 0;
	color: #0d3746;
	text-align: right;
	padding: 23px 25px 23px 15px;
}

table.downloads a.button {
	font-size: 14px;
	margin: 5px 5px 5px 0;
	width: 90px;
	text-align: center;
	background-color: #0d3745;
	color: #fff;
	font-family: "Montserrat";
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
	padding: 5px 20px;
	border-radius: 5px;
}

table.downloads label.upload {
	font-size: 14px;
	margin: 5px 5px 5px 0;
	width: 90px;
	text-align: center;
	background-color: #0d3745;
	color: #fff;
	font-family: "Montserrat";
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
	padding: 5px 20px;
	border-radius: 5px;
}

table.downloads label.upload input {
	position: absolute;
	top: -300px;
	left: 0px;
	width: 10px;
}

div.downloads div.buttons {
	padding: 20px 0 30px 0;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	background-color: #f4f2ec;
}

div.downloads div.buttons a.button {
	font-family: Montserrat, sans-serif;
	font-weight: normal;
	font-size: 14px;
	display: inline-block;
	margin-right: 20px;
	padding: 6px 30px;
	background-color: #0d3746;
	color: #fff;
	border-radius: 8px;
}

div.downloads div.buttons a.button span {
	font-size: 150%;
	vertical-align: middle;
}

div.detailspopup {
	display: none;
	padding: 0;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 1104px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #0d3746;
	overflow: hidden;
	z-index: 10000;
	background-color: #f4f2ec;
}

div.detailspopup.show {
	display: block;
}

div.detailspopup label {
	display: inline-block;
	width: 180px;
	font-weight: normal;
	margin-right: 10px;
	text-align: right;
	font-size: 14px;
}

div.detailspopup input[type=text],
div.detailspopup input[type=password],
div.detailspopup textarea,
div.detailspopup select {
	border: 1px solid #0d3746;
	padding: 6px;
	border-radius: 5px;
	background-color: #f4f2ec;
	width: 180px;
}

div.detailspopup .detailsl {
	width: 400px;
	float: left;
}

div.detailspopup .detailsm {
	width: 350px;
	float: left;
}

div.detailspopup .detailsm label {
	width: 130px;
}

div.detailspopup .detailsr {
	width: 350px;
	float: left;
}

div.detailspopup .detailsr label {
	width: 130px;
}

div.detailspopup div.buttons {
	padding: 20px;
	text-align: center;
}

div.detailspopup div.buttons a.button {
	background-color: #0d3745;
	color: #fff;
	font-family: "Montserrat";
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
	padding: 5px 20px;
	border-radius: 5px;
}

div.detailspopup div.buttons a.button span {
	font-size: 150%;
	vertical-align: middle;
}

@media all and (max-width: 1100px) {
	div.detailspopup {
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		width: auto;
		bottom: 0px;
		transform: none;
		margin-left: 0;
		border-radius: 0;
		box-shadow: none;
		border: none;
		padding: 10px;
		overflow: auto;
		text-align: center;
		width: auto !important;
	}
	div.detailspopup label {
		display: block;
		width: 180px;
		text-align: left;
	}
	div.detailspopup .detailsl {
		width: auto;
		float: none;
	}
	div.detailspopup .detailsm {
		width: auto;
		float: none;
	}
	div.detailspopup .detailsm label {
		width: 180px;
	}
	div.detailspopup .detailsr {
		width: auto;
		float: none;
	}
	div.detailspopup .detailsr label {
		width: 180px;
	}
}

@media all and (max-width: 800px) {
	div.detailspopup label,
	div.detailspopup .detailsm label,
	div.detailspopup .detailsr label {
		display: block;
		width: 160px;
		text-align: left;
		font-size: 85%;
	}
	.detailsPopupHeader {
		font-size: 85%;
	}
}

div.getstatementspopup {
	display: none;
	padding: 0;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 680px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #0d3746;
	overflow: hidden;
	z-index: 10000;
	background-color: #f4f2ec;
}

div.getstatementspopup.show {
	display: block;
}

div.getstatementspopup td {
	padding: 10px;
	cursor: pointer;
}

div.getstatementspopup div.buttons {
	padding: 20px;
	text-align: center;
}

div.getstatementspopup div.buttons a.button {
	background-color: #0d3745;
	color: #fff;
	font-family: "Montserrat";
	font-weight: 500;
	display: inline-block;
	text-transform: uppercase;
	padding: 5px 20px;
	border-radius: 5px;
}

div.getstatementspopup div.buttons a.button span {
	font-size: 150%;
	vertical-align: middle;
}

div.getstatementspopup div.getstatementsScroll {
	max-height: 500px;
	margin-bottom: 100px;
	overflow: auto;
}

@media all and (max-height: 600px) {
	div.getstatementspopup {
		max-height: 500px !important;
	}
	div.getstatementspopup div.getstatementsScroll {
		max-height: 400px !important;
	}
}

@media all and (max-height: 500px) {
	div.getstatementspopup {
		max-height: 400px !important;
	}
	div.getstatementspopup div.getstatementsScroll {
		max-height: 300px !important;
	}
}

.utilitiesPopup select {
	width: 180px;
	border: 1px solid #0d3746;
	padding: 6px;
	border-radius: 5px;
	background-color: #f4f2ec;
}

.utilitiesPopup input[type=text] {
	width: 170px;
	border: 1px solid #0d3746;
	padding: 6px;
	border-radius: 5px;
	background-color: #f4f2ec;
}

.utilitiesPopup table.downloads th {
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	font-weight: 500;
}

.utilitiesPopup table.downloads td {
	text-transform: uppercase;
	width: 55%;
	padding: 10px;
}

.utilitiesPopup .supplierIcon img {
	width: 70px;
	height: 70px;
}

@media all and (max-width: 700px) {
	.utilitiesPopup .supplierIcon {
		display: none;
	}
}

@media all and (max-width: 460px) {
	.utilitiesPopup th,
	.utilitiesPopup td {
		display: block;
	}
	.utilitiesPopup table.downloads th {
		padding-bottom: 0;
	}
	.utilitiesPopup table.downloads th br {
		display: none;
	}
	.utilitiesPopup table.downloads td {
		width: auto;
		padding: 10px;
	}
	.downloads .downloadsHeader {
		line-height: 20px;
		font-size: 14px;
	}
}

.pretenancy {
	text-align: center;
}

.pretenancy p {
	font-size: 12px;
}

.pretenancy.normalsize p {
	font-size: 22px;
}

.pretenancy img,
.pretenancy video {
	display: block;
	max-width: 300px;
	margin: 0 auto;
}

.pretenancy h2 {
	margin-bottom: 40px !important;
}

.pretenancy h3 {
	font-family: "Montserrat";
	font-weight: 500;
	color: #0d3745;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	margin: 10px 0;
}

.pretenancy h4 {
	font-family: "Montserrat";
	font-weight: 400;
	color: #bd4a30;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	margin: 10px 0;
}

.pretenancy hr {
	width: 60%;
	border-top: 1px solid #0d3745;
	border-bottom: none;
	margin: 30px auto;
}

.pretenancy .ynBox {
	max-width: 800px;
	margin: 0 auto;
}

.pretenancy .ynBox .boxContainer {
	min-width: 200px;
	max-width: 400px;
}

.pretenancy .ynBox .boxContainer .box {
	margin: 20px;
}

.pretenancy .ynBox label {
	display: inline-block;
	position: relative;
	border: 1px solid #0d3745;
	padding: 10px 30px;
	font-size: 16px;
	border-radius: 5px;
	overflow: hidden;
	color: #0d3745;
	cursor: pointer;
}

.pretenancy .ynBox label.selected {
	background-color: #0d3745;
	color: #fff;
}

.pretenancy .ynBox p {
	font-size: 16px;
	margin-top: 10px;
}

.pretenancy .ynBox label input[type=radio] {
	position: absolute;
	top: -100px;
	left: -100px;
}

.pretenancy .submitContainer {
	text-align: center;
}

.pretenancy .submitContainer input {
	font-family: Montserrat, sans-serif;
	font-size: 18px;
	display: inline-block;
	background-color: #bd4a30;
	color: #fff;
	border: 0;
	border-radius: 6px;
	padding: 5px 20px;
}

@media all and (max-width: 480px) {
	#inner .pretenancy h2 {
		margin-bottom: 10px !important;
	}
	.pretenancy img,
	.pretenancy video {
		display: block;
		max-width: 200px;
		margin: 0 auto;
	}
	.pretenancy .boxContainer {
		min-height: 1px;
		margin: 0 !important;
		padding: 0 !important;
	}
}

.referencing .buttonContainer {
	padding-top: 10px;
}

.referencing .box a {
	display: inline-block;
	margin-top: 20px;
}

.page-header-wrap {
	height: 50px;
}

.page-header {
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	font-size: 12px;
	font-size: .8571428571rem;
	background-image: linear-gradient(to right, #c0cdce, #f8f7f5);
	color: #838383;
	height: 50px;
}

.page-wrap-inner {
	position: relative;
}

.page-header__side {
	z-index: 15;
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	text-align: right;
	white-space: nowrap;
}

.page-header__logo {
	z-index: 15;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -60px;
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
}

.page-header__logo svg {
	height: 20px;
	width: 120px;
	padding: 14px 0 11px 0;
}

.nav {
	list-style: none;
	margin-left: 0
}

.nav>li,
.nav>li>a {
	display: inline-block;
	*display: inline;
	zoom: 1
}

.page-header .nav {
	line-height: 126%;
	margin: 0
}

.page-header .nav a {
	display: block;
	text-decoration: none
}

.page-header__nav {
	display: none;
	z-index: 10;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	font-size: 14px;
	background-color: #fff;
	width: 100%;
	height: 100vh;
	overflow: auto;
	white-space: nowrap;
	padding-top: 50px;
	padding-bottom: 20px;
	margin: 0;
}

.page-header-menu-active .page-header__nav {
	display: inline-block
}

.page-header__nav .nav {
	white-space: normal;
	text-align: left;
	padding: 14px
}

.page-header__nav .nav:after {
	content: none
}

.page-header__nav .nav li {
	display: list-item
}

.page-header__nav .nav li.selected>a {
	font-weight: bold
}

.page-header__nav .nav a {
	line-height: 28px;
	border-bottom: 1px solid #0d3745;
	color: #0d3745;
	padding-bottom: 5px;
	margin-bottom: 5px
}

.page-header__nav .nav a:hover {
	color: #424242
}

.page-header__menu-btn {
	position: relative;
	display: inline-block;
	background-color: transparent;
	border: none;
	border-radius: 0;
	height: 100%;
	color: #000;
	text-align: center;
	overflow: hidden;
	margin: 0;
	font-size: 14px;
	font-size: 1rem;
	font-weight: 600;
	line-height: 16px;
	vertical-align: middle;
	text-align: center;
	padding: 12px 22px;
	outline: none;
	-webkit-print-color-adjust: exact;
	-webkit-user-select: none;
	-moz-user-select: moz-none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: background 0.15s;
	-moz-transition: background 0.15s;
	-ms-transition: background 0.15s;
	-o-transition: background 0.15s;
	transition: background 0.15s
}

.page-header__side a.logout {
	display: none;
}

.page-header__side .visuallyhidden {
	display: none;
}

.page-header__menu-btn:hover {
	background-color: transparent
}

.page-header__menu-btn .icon {
	position: relative;
	top: -1px;
	margin: 0;
	outline: none;
}

.page-header-menu-active .page-header__menu-btn .icon {
	background: transparent !important
}

.page-header__menu-btn .icon,
.page-header__menu-btn .icon:before,
.page-header__menu-btn .icon:after {
	display: inline-block;
	background-color: #202020;
	width: 24px;
	height: 2px;
	-webkit-transition: 0.15s;
	-moz-transition: 0.15s;
	-ms-transition: 0.15s;
	-o-transition: 0.15s;
	transition: 0.15s
}

.page-header__menu-btn .icon:before,
.page-header__menu-btn .icon:after {
	content: '';
	position: absolute;
	top: 7px;
	left: 0;
	vertical-align: middle
}

.page-header-menu-active .page-header__menu-btn .icon:before,
.page-header-menu-active .page-header__menu-btn .icon:after {
	top: 0;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	-moz-transform: rotate3d(0, 0, 1, 45deg);
	-ms-transform: rotate3d(0, 0, 1, 45deg);
	-o-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%
}

.page-header__menu-btn .icon:after {
	top: -7px
}

.page-header-menu-active .page-header__menu-btn .icon:after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	-moz-transform: rotate3d(0, 0, 1, -45deg);
	-ms-transform: rotate3d(0, 0, 1, -45deg);
	-o-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg)
}

.page-footer__wrap {
	background-color: #0d3745;
	font-size: 11px;
}

.page-footer__inner {
	max-width: 1100px;
	padding: 40px 14px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.page-footer__logo {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	line-height: 30px;
}

.page-footer__logo-wrap {
	line-height: 30px;
	padding-top: 3px;
}

.page-footer__link {
	color: #fff;
	line-height: 30px;
	padding-top: 3px;
}

.page-footer__wrap a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
}

.page-footer__wrap .logo-wrap {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
	padding-bottom: 0;
}

.logo.trustpilot svg {
	height: 20px;
	width: 67px;
}

.logo.onthemarket svg {
	height: 20px;
	width: 80px;
}

.logo.primelocation svg {
	height: 20px;
	width: 95px;
}

.logo.rightmove svg {
	height: 20px;
	width: 69px;
}

.logo.zoopla svg {
	height: 20px;
	width: 42px;
}

.logo.facebook svg {
	height: 20px;
	width: 9px;
}

.logo.twitter svg {
	height: 20px;
	width: 24px;
}

.logo.instagram svg {
	height: 20px;
	width: 20px;
}

@media all and (max-width: 960px) {
	.page-footer__inner {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important;
	}
	.page-footer__logo-wrap {
		text-align: center;
		padding-bottom: 14px;
	}
	.page-footer__accreds {
		padding-bottom: 14px;
		text-align: center;
	}
	.page-footer__social {
		border-left: none !important;
	}
}

@media all and (min-width: 1350px) {
	.page-header {
		padding-left: 38px;
		padding-right: 38px;
	}
}

@media all and (min-width: 1200px) {
	.page-header-wrap {
		height: 56px;
	}
	.page-header {
		height: 56px;
	}
	.page-header__side {
		padding-top: 12px;
	}
	.page-header__side a.logout {
		display: block;
	}
	.page-header__nav .portable-logout {
		display: none !important;
	}
	.page-header__logo {
		z-index: 15;
		position: absolute;
		top: 0;
		left: 0;
		display: inline-block;
		text-decoration: none;
		vertical-align: middle;
		margin-left: 0 !important;
	}
	.page-header__logo svg {
		height: 31px;
		width: 182px;
		padding: 13px 0 12px 0;
	}
	.page-header .nav li {
		white-space: nowrap;
		padding: 0 7px
	}
	.page-header .nav li:last-child {
		border-right: 0
	}
	.page-header__nav {
		position: relative;
		top: 16px;
		display: inline-block;
		background-color: transparent;
		width: 100%;
		height: auto;
		vertical-align: middle;
		overflow: visible;
		padding: 0
	}
	.page-header__nav .nav {
		text-align: center;
		padding: 0;
		margin: 0 auto;
		margin-top: 0
	}
	.page-header__nav .nav li {
		display: inline-block;
	}
	.page-header__nav .nav a {
		line-height: normal;
		border-bottom: 0;
		color: #717171;
		padding: 0 10px;
		margin-bottom: 0
	}
	.page-header__menu-btn {
		display: none !important;
	}
	a.logout {
		display: inline-block;
		border: 1px solid #231f20;
		padding: 8px 17px 8px 17px;
		color: #231f20;
		font-size: 12px;
		line-height: 12px;
		position: relative;
		border-radius: 10px;
	}
	a.logout svg {
		height: 16px;
		width: 20px;
		vertical-align: middle;
		padding-left: 5px;
	}
}


/* Horizontal Scroller */

.cd-horizontal-timeline {
	opacity: 0;
	margin: 50px auto;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.cd-horizontal-timeline::before {
	/* never visible - this is used in jQuery to check the current MQ */
	content: 'mobile';
	display: none;
}

.cd-horizontal-timeline.loaded {
	/* show the timeline after events position has been set (using JavaScript) */
	opacity: 1;
}

.cd-horizontal-timeline .timeline {
	position: relative;
	height: 100px;
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
}

.cd-horizontal-timeline .events-wrapper {
	position: relative;
	height: 100%;
	margin: 0 40px;
	overflow: hidden;
}

.cd-horizontal-timeline .events {
	/* this is the grey line/timeline */
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0px;
	height: 100px;
	/* width will be set using JavaScript */
	-webkit-transition: -webkit-transform 0.4s;
	-moz-transition: -moz-transform 0.4s;
	transition: transform 0.4s;
}

.cd-horizontal-timeline .events a {
	position: absolute;
	bottom: 0;
	z-index: 2;
	text-align: center;
	font-size: 26px;
	font-weight: normal;
	line-height: 60px;
	width: 60px;
	height: 60px;
	color: #0d3745;
	border-radius: 50%;
	border: 2px solid #0d3745;
	/* fix bug on Safari - text flickering while timeline translates */
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
}

.cd-horizontal-timeline .events a.selected {
	pointer-events: none;
	background-color: #0d3745;
	color: #fff;
}

@media only screen and (min-width: 1100px) {
	.cd-horizontal-timeline {
		margin: 0 auto;
	}
	.cd-horizontal-timeline::before {
		/* never visible - this is used in jQuery to check the current MQ */
		content: 'desktop';
	}
}

.cd-horizontal-timeline .events li {
	list-style-type: none;
}

.cd-horizontal-timeline .events-content {
	position: relative;
	width: 100%;
	margin: 15px 0;
	overflow: hidden;
	-webkit-transition: height 0.4s;
	-moz-transition: height 0.4s;
	transition: height 0.4s;
}

.cd-horizontal-timeline .events-content ol {
	padding: 0;
	margin: 0;
}

.cd-horizontal-timeline .events-content li {
	position: absolute;
	z-index: 1;
	width: 100%;
	left: 0;
	top: 0;
	list-style-type: none;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	padding: 0;
	opacity: 0;
	-webkit-animation-duration: 0.4s;
	-moz-animation-duration: 0.4s;
	animation-duration: 0.4s;
	-webkit-animation-timing-function: ease-in-out;
	-moz-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content li.selected {
	/* visible event content */
	position: relative;
	z-index: 2;
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
	-webkit-animation-name: cd-enter-right;
	-moz-animation-name: cd-enter-right;
	animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
	-webkit-animation-name: cd-enter-left;
	-moz-animation-name: cd-enter-left;
	animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
	-webkit-animation-direction: reverse;
	-moz-animation-direction: reverse;
	animation-direction: reverse;
}

.cd-horizontal-timeline .events-content li>* {
	max-width: 90%;
	margin: 0 auto;
}

@-webkit-keyframes cd-enter-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}

@-moz-keyframes cd-enter-right {
	0% {
		opacity: 0;
		-moz-transform: translateX(100%);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0%);
	}
}

@keyframes cd-enter-right {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		-moz-transform: translateX(100%);
		-ms-transform: translateX(100%);
		-o-transform: translateX(100%);
		transform: translateX(100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
}

@-webkit-keyframes cd-enter-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
	}
}

@-moz-keyframes cd-enter-left {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100%);
	}
	100% {
		opacity: 1;
		-moz-transform: translateX(0%);
	}
}

@keyframes cd-enter-left {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0%);
		-moz-transform: translateX(0%);
		-ms-transform: translateX(0%);
		-o-transform: translateX(0%);
		transform: translateX(0%);
	}
}

.hasPopup {
	width: 100%;
	max-height: 100vh;
	overflow: hidden;
	position: fixed;
}

.hasPopup #popup-bg {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(255, 255, 255, 0.6);
	z-index: 10000;
}

#makeoffer-popup {
	z-index: 10001;
	display: none;
	padding: 10px 30px;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	background-color: #f4f2ec;
	border-radius: 10px;
	box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.4);
}

#makeoffer-popup.show {
	display: block;
}

#makeoffer-popup label {
	display: inline-block;
	text-transform: uppercase;
	font-family: Montserrat;
	color: #0d3745;
	font-size: 14px;
	width: 300px;
	font-weight: normal;
	margin-right: 10px;
	text-align: right;
}

#makeoffer-popup div.col2 label {
	width: 200px;
}

#makeoffer-popup div.col1,
#makeoffer-popup div.col2 {
	max-width: 950px;
	margin: 0 auto;
	clear: left;
}

#makeoffer-popup div.col1 p,
#makeoffer-popup div.col2 p {
	padding-left: 0;
	padding-right: 0;
	margin-top: 0;
}

#makeoffer-popup div.col1 {
	text-align: center;
}

#makeoffer-popup div.col2>div {
	float: left;
	width: 50%;
}

#makeoffer-popup input[type=text],
#makeoffer-popup textarea,
#makeoffer-popup select {
	border: 1px solid #0d3745;
	border-radius: 5px;
	padding: 6px;
	font-size: 16px;
	background-color: transparent;
}

#makeoffer-popup ol li:first-child {
	background-image: url(../images/offerbg.png);
	background-repeat: no-repeat;
	background-size: 111px 200px;
	background-position: bottom 50px right 20px;
}

.selectContainer,
.datepickerContainer {
	display: inline-block;
	position: relative;
}

.selectContainer .icon,
.datepickerContainer .icon {
	position: absolute;
	right: 10px;
	top: 0px;
	z-index: -1;
	line-height: 38px;
}

.selectContainer,
.datepickerContainer input {
	position: relative;
	z-index: 10000;
}

select {
	-moz-appearance: none;
	-webkit-appearance: none;
}

#wrapper.popupClip {
	max-height: 100%;
	overflow: hidden;
}

#makeoffer-popup div.col2 input[type=text],
#makeoffer-popup div.col2 textarea,
#makeoffer-popup div.col2 select {
	width: 250px;
}

#makeoffer-popup div.col1 input[type=text],
#makeoffer-popup div.col1 textarea,
#makeoffer-popup div.col1 select {
	width: 350px;
}

#makeoffer-popup .ta label {
	vertical-align: middle;
}

#makeoffer-popup .ta textarea {
	height: 100px;
	vertical-align: middle;
}

#makeoffer-popup textarea {
	height: 50px;
}

#makeoffer-popup h3 {
	font-size: 26px;
	font-weight: bold;
	margin: 16px 0;
	color: #0d3745;
}

#makeoffer-popup .accNav {
	padding: 20px 0;
}

#makeoffer-popup .accNav .button {
	color: #fff;
	border-radius: 4px;
	padding: 4px 18px;
	font-size: 16px;
	margin: 0 10px;
}

#makeoffer-popup .accNav .closeOffer {
	background-color: #0d3745;
}

#makeoffer-popup .accNav .closeOffer span {
	font-size: 150%;
	vertical-align: middle;
}

#makeoffer-popup .accNav .previous,
#makeoffer-popup .accNav .next,
#makeoffer-popup .accNav .sendOffer {
	background-color: #0d3745;
}

#makeoffer-popup .accNav .previous span,
#makeoffer-popup .accNav .next span,
#makeoffer-popup .accNav .sendOffer span {
	vertical-align: middle;
}

@media all and (max-width: 1000px) {
	#popup-bg.show {
		background-color: #fff;
	}
	#makeoffer-popup {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 100%;
		transform: none;
		margin-left: 0;
		border-radius: 0;
		box-shadow: none;
		padding: 0;
	}
	#makeoffer-popup div.col1 {
		width: 90%;
	}
	#makeoffer-popup div.col2>div {
		float: none;
		width: 90%;
		max-width: 950px;
		margin: 0 auto;
		text-align: center;
	}
	#makeoffer-popup ol li:first-child {
		background-image: none !important;
	}
	.cd-horizontal-timeline {
		margin: 0;
	}
	.cd-horizontal-timeline .events-wrapper {
		margin: 0
	}
	.cd-horizontal-timeline .timeline {
		width: auto;
	}
}

@media all and (max-width: 720px) {
	#makeoffer-popup div.col1 {
		text-align: left;
	}
	#makeoffer-popup div.col2>div {
		text-align: left;
	}
	#makeoffer-popup label {
		text-align: left;
		display: block;
	}
	#makeoffer-popup input[type=text] {
		width: 100% !important;
	}
	#makeoffer-popup .selectContainer,
	#makeoffer-popup .datepickerContainer,
	#makeoffer-popup div.col1 select {
		width: 100% !important;
	}
	#makeoffer-popup div.col2 label {
		width: 100% !important;
	}
	#makeoffer-popup div.col2 textarea {
		width: 100% !important;
	}
	#makeoffer-popup .accNav {
		text-align: center !important;
	}
	.cd-horizontal-timeline .timeline {
		display: none;
	}
}


/* DatePicker Container */

.ui-datepicker {
	background-color: #0d3745;
	border-radius: 2px;
}

.ui-datepicker a {
	text-decoration: none;
}


/* DatePicker Table */

.ui-datepicker table {
	width: 100%;
	background-color: #fff;
}

.ui-datepicker-header {
	color: #fff;
	line-height: 30px;
}

.ui-datepicker-title {
	text-align: center;
}

.ui-datepicker-prev,
.ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('../images/datearrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}

.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}

.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}

.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
}

.ui-datepicker td span,
.ui-datepicker td a {
	display: inline-block;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.ui-datepicker tbody td {
	padding: 2px;
	text-align: center;
	border: 1px solid #efefef;
}

.ui-datepicker tbody td a {
	color: #333;
}

.redbutton {
	background-color: #bd4a30 !important;
}
