/*
Theme Name: Private Land Buyer
Theme URI: http://www.privatelandbuyer.co.uk
Author: Private Land Buyer
Author URI: http://www.privatelandbuyer.co.uk
Description: Private theme for Private Land Buyer official website.
Version: 1.0
License: Private; not for public distribution.
Text Domain: twentyfourteen
*/

/* IE Viewport Fix */

	@-ms-viewport {
		width: device-width;
	}

	body {
		background: #fff;
	}

		body.is-loading *, body.is-loading *:before, body.is-loading *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, select, textarea {
		color: #fff;
		font-family: "Open Sans", Helvetica, sans-serif;
		font-size: 15pt;
		font-weight: 400;
		letter-spacing: 0.075em;
		line-height: 1.65em;
	}

		@media screen and (max-width: 1680px) {
			body, input, select, textarea {
				font-size: 13pt;
			}
		}

		@media screen and (max-width: 1280px) {
			body, input, select, textarea {
				font-size: 12pt;
			}
		}

		@media screen and (max-width: 736px) {
			body, input, select, textarea {
				font-size: 11pt;
				letter-spacing: 0.0375em;
			}
		}

	a {
		-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		transition: color 0.2s ease, border-bottom-color 0.2s ease;
		border-bottom: solid 1px;
		color: inherit;
		text-decoration: none;
		color:#2EB82E;
	}

		a:hover {
			color:#dadada;
		}

	strong, b {
		font-weight: 600;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 800;
		letter-spacing: 0.225em;
		line-height: 1em;
		margin: 0 0 1em 0;
		text-transform: uppercase;
		font-family:"Source Sans Pro", "helvetica neue", sans-serif;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h2 {
		font-size: 1.35em;
		line-height: 1.75em;
	}

		@media screen and (max-width: 736px) {
			h2 {
				font-size: 1.1em;
				line-height: 1.65em;
			}
		}

	h3 {
		font-size: 1.15em;
		line-height: 1.75em;
	}

		@media screen and (max-width: 736px) {
			h3 {
				font-size: 1em;
				line-height: 1.65em;
			}
		}

	h4 {
		font-size: 1em;
		line-height: 1.5em;
	}

	h5 {
		font-size: 0.8em;
		line-height: 1.5em;
	}

	h6 {
		font-size: 0.7em;
		line-height: 1.5em;
	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	hr {
		border: 0;
		border-bottom: solid 2px #dcdcdc;
		margin: 3em 0;
	}

		hr.major {
			margin: 4.5em 0;
		}


	.align-left {
		text-align: left;
	}

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

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

/* Section/Article */

	section.special, article.special {
		text-align: center;
	}

	header p {
		color: rgba(255, 255, 255, 0.5);
		position: relative;
		top: -0.25em;
	}
	
	header h1.plb-logo
	{
		text-align:center;
		font-size:1em;
		text-transform:uppercase;
		margin:0 auto 1em auto;
		display:inline-block;
		line-height:2;
		border-top:1px solid #FF6600;
		border-bottom:1px solid #FF6600;
	}
	
	header h1.plb-logo span
	{
	}
	
	header h3.plb-ph
	{
		font-size:0.95em;
	}
	

	header h3 + p {
		font-size: 1.1em;
	}

	header h4 + p,
	header h5 + p,
	header h6 + p {
		font-size: 0.9em;
	}

	header.major {
		margin: 0 0 3.5em 0;
	}

		header.major h2, header.major h3, header.major h4, header.major h5, header.major h6 {
			border-bottom: solid 2px #FF6600;
			display: inline-block;
			padding-bottom: 0.5em;
			position: relative;
			margin-bottom:2em;
		}

			header.major h2:after, header.major h3:after, header.major h4:after, header.major h5:after, header.major h6:after {
				content: '';
				display: block;
				height: 1px;
			}

		header.major p {
			color: #fff;
			top: 0;
		}

		@media screen and (max-width: 736px) {
			header.major {
				margin: 0 0 2em 0;
			}
		}

	@media screen and (max-width: 980px) {
		header br {
			display: none;
		}
	}

/* Form */
	
	#form hr
	{
		border: 0;
		border-bottom: dotted 2px #dcdcdc;
		margin: 1em 0;	
	}
	
	

	form {
		margin: 0 0 2em 0;
	}

	label {
		display: block;
		font-size: 0.9em;
		font-weight: 600;
		margin: 0 0 0 0;
	}
	
	
	
	
	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: rgba(144, 144, 144, 0.25);
		border-radius: 3px;
		border: none;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}
	
	input[type="search"]
	{
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: rgba(144, 144, 144, 0.25);
		border-radius: 3px;
		border: none;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 0;
		text-decoration: none;
		width: 100%;
		line-height:2.5em;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			box-shadow: 0 0 0 2px #21b2a6;
		}
		
		
		.search-box
		{
			padding:1em 0;
		}
		
		.search-box input[type="text"],
		.search-box input[type="password"],
		.search-box input[type="email"],
		.search-box input[type="search"],
		.search-box select,
		.search-box textarea {
			color:#494949;
		}
	

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			content: "\f078";
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			color: #fff;
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 400;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: rgba(144, 144, 144, 0.25);
				border-radius: 3px;
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #2e3842;
			color: #fff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			box-shadow: 0 0 0 2px #21b2a6;
		}

	input[type="checkbox"] + label:before {
		border-radius: 3px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

	.formerize-placeholder {
		color: rgba(255, 255, 255, 0.5) !important;
		opacity: 1.0;
	}

/* Box */

	.box {
		border-radius: 3px;
		border: solid 2px #fff;
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.icon.major {
			-moz-transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			transform: rotate(-45deg);
			border-radius: 3px;
			border: solid 2px #fff;
			display: inline-block;
			font-size: 1.35em;
			height: calc(3em + 2px);
			line-height: 3em;
			text-align: center;
			width: calc(3em + 2px);
		}

			.icon.major:before {
				-moz-transform: rotate(45deg);
				-webkit-transform: rotate(45deg);
				-ms-transform: rotate(45deg);
				transform: rotate(45deg);
				display: inline-block;
				font-size: 1.5em;
			}

			@media screen and (max-width: 736px) {
				.icon.major {
					font-size: 1em;
				}
			}

		.icon.style1 {
			color: #00ffcc;
		}

		.icon.style2 {
			color: #00f0ff;
		}

		.icon.style3 {
			color: #76ddff;
		}

/* Image */

	.image {
		border-radius: 3px;
		border: 0;
		display: inline-block;
		position: relative;
	}

		.image img {
			border-radius: 3px;
			display: block;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
			top: 0.25em;
		}

		.image.right {
			float: right;
			margin: 0 0 2em 2em;
			top: 0.25em;
		}

		.image.left, .image.right {
			max-width: 40%;
		}

			.image.left img, .image.right img {
				width: 100%;
			}

		.image.fit {
			display: block;
			margin: 0 0 2em 0;
			width: 100%;
		}

			.image.fit img {
				width: 100%;
			}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}


		ul.footer-contact-details
		{
			list-style-type:none;
			margin:0 0 0 0;
			padding:0 0 0 0;
		}
		
				ul.footer-contact-details li
				{
					padding-left:0;
					margin:0 0 0.5em 0;
				}
		
		ul.footer-contact-details li a
		{
			color:#FF6600;
		}

			ul.footer-contact-details li a:hover {
			color:#dadada;
		}
		
		ul.contact-page-details
		{
			list-style-type:none;
			margin:0 0 0 0;
			padding:1.5em 0 0 0;
		}
		
				ul.contact-page-details li
				{
					padding-left:0;
					margin:0 0 1em 0;
				}
		
		ul.contact-page-details li a
		{
		}

			ul.contact-page-details li a:hover {
			color:#dadada;
		}

		

		ul.icons {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.icons li {
				display: inline-block;
				padding: 0 1em 0 0;
			}

				ul.icons li:last-child {
					padding-right: 0 !important;
				}

			ul.icons.major {
				padding: 1em 0;
			}

				ul.icons.major li {
					padding-right: 3.5em;
				}

					@media screen and (max-width: 736px) {
						ul.icons.major li {
							padding: 0 1em !important;
						}
					}

		ul.actions {
			cursor: default;
			list-style: none;
			padding-left: 0;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 1.5em 0 0;
				vertical-align: middle;
			}

				ul.actions li:last-child {
					padding-right: 0;
				}

			ul.actions.small li {
				padding: 0 0.75em 0 0;
			}

			ul.actions.vertical li {
				display: block;
				padding: 1.5em 0 0 0;
			}

				ul.actions.vertical li:first-child {
					padding-top: 0;
				}

				ul.actions.vertical li > * {
					margin-bottom: 0;
				}

			ul.actions.vertical.small li {
				padding: 0.75em 0 0 0;
			}

				ul.actions.vertical.small li:first-child {
					padding-top: 0;
				}

			ul.actions.fit {
				display: table;
				margin-left: -1.5em;
				padding: 0;
				table-layout: fixed;
				width: calc(100% + 1.5em);
			}

				ul.actions.fit li {
					display: table-cell;
					padding: 0 0 0 1.5em;
				}

					ul.actions.fit li > * {
						margin-bottom: 0;
					}

				ul.actions.fit.small {
					margin-left: -0.75em;
					width: calc(100% + 0.75em);
				}

					ul.actions.fit.small li {
						padding: 0 0 0 0.75em;
					}

			@media screen and (max-width: 736px) {
				ul.actions li {
					display: block;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}

				ul.actions li:first-child {
					padding-top: 0;
				}

				ul.actions li > * {
					margin: 0 auto !important;
					max-width: 30em;
					width: 100%;
				}

				ul.actions li > *.icon:before {
					margin-left: -1em;
				}

				ul.actions.small li {
					padding: 0.5em 0 0 0;
				}

				ul.actions.small li:first-child {
					padding-top: 0;
				}
			}

	dl {
		margin: 0 0 2em 0;
	}
	
	ul.blogroll-list
	{
		list-style-type:none;
		margin:0 0 0 0;
		padding:0 0 0 0;
	}
	
		ul.blogroll-list li
		{
			margin:0 0 1em 0;
			padding:0 0 0 0;
		}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px #fff;
			border-left: 0;
			border-right: 0;
		}

			table tbody tr:nth-child(2n + 1) {
				background-color: rgba(144, 144, 144, 0.25);
			}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			color: #fff;
			font-size: 0.9em;
			font-weight: 600;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px #fff;
		}

		table tfoot {
			border-top: solid 2px #fff;
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px #fff;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		background-color: transparent;
		border-radius: 3px;
		border: 0;
		box-shadow: inset 0 0 0 2px #fff;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		font-size: 0.8em;
		font-weight: 600;
		height: 3.125em;
		letter-spacing: 0.225em;
		line-height: 3.125em;
		padding: 0 2.75em;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: rgba(144, 144, 144, 0.25);
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: rgba(144, 144, 144, 0.5);
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		button.big,
		.button.big {
			font-size: 1.35em;
		}

		input[type="submit"].special,
		input[type="reset"].special,
		input[type="button"].special,
		button.special,
		a.special,
		.special button,
		.special-button input[type="submit"],
		.search-box input[type="submit"] {
			background-color: #3D991F;
			box-shadow: none !important;
			color: #ffffff !important;
		}

			input[type="submit"].special:hover,
			input[type="reset"].special:hover,
			input[type="button"].special:hover,
			.special-button input[type="submit"]:hover,
			a.special:hover,
			button.special:hover,
			.button.special:hover,
			.search-box input[type="submit"]:hover {
				background-color: #33801A !important;
			}

			input[type="submit"].special:active,
			input[type="reset"].special:active,
			input[type="button"].special:active,
			button.special:active,
			.button.special:active {
				background-color: #eb341c !important;
			}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			opacity: 0.25;
		}

		@media screen and (max-width: 736px) {
			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			button,
			.button {
				height: 3.75em;
				line-height: 3.75em;
			}
		}

/* Features */

	.features {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		list-style: none;
		padding: 0;
		width: 100%;
	}

		.features li {
			padding: 4em 4em 2em 6em;
			display: block;
			position: relative;
			text-align: left;
			width: 50%;
		}

			.features li:nth-child(1) {
				background-color: rgba(0, 0, 0, 0.035);
			}

			.features li:nth-child(2) {
				background-color: rgba(0, 0, 0, 0.07);
			}

			.features li:nth-child(3) {
				background-color: rgba(0, 0, 0, 0.105);
			}

			.features li:nth-child(4) {
				background-color: rgba(0, 0, 0, 0.14);
			}

			.features li:nth-child(5) {
				background-color: rgba(0, 0, 0, 0.175);
			}

			.features li:nth-child(6) {
				background-color: rgba(0, 0, 0, 0.21);
			}

			.features li:nth-child(7) {
				background-color: rgba(0, 0, 0, 0.245);
			}

			.features li:nth-child(8) {
				background-color: rgba(0, 0, 0, 0.28);
			}

			.features li:nth-child(9) {
				background-color: rgba(0, 0, 0, 0.315);
			}

			.features li:nth-child(10) {
				background-color: rgba(0, 0, 0, 0.35);
			}

			.features li:before {
				display: block;
				color: #00ffcc;
				position: absolute;
				left: 1.75em;
				top: 2.75em;
				font-size: 1.5em;
			}

			.features li:nth-child(1) {
				border-top-left-radius: 3px;
			}

			.features li:nth-child(2) {
				border-top-right-radius: 3px;
			}

			.features li:nth-last-child(1) {
				border-bottom-right-radius: 3px;
			}

			.features li:nth-last-child(2) {
				border-bottom-left-radius: 3px;
			}

			@media screen and (max-width: 980px) {
				.features li {
					padding: 3em 2em 1em 2em;
					text-align: center;
				}

				.features li:before {
					left: 0;
					margin: 0 0 1em 0;
					position: relative;
					top: 0;
				}
			}

			@media screen and (max-width: 736px) {
				.features li {
					padding: 3em 0 1em 0;
					background-color: transparent !important;
					border-top: solid 2px #fff;
					width: 100%;
				}

				.features li:first-child {
					border-top: 0;
				}
			}

/* Spotlight */

	.spotlight {
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		border-bottom:1px dotted #dcdcdc;
	}

		.spotlight .image {
			-moz-order: 1;
			-webkit-order: 1;
			-ms-order: 1;
			order: 1;
			border-radius: 0;
			width: 40%;
		}

			.spotlight .image img {
				border-radius: 0;
				width: 100%;
			}

		.spotlight .content {
			padding: 2em 4em 2em 4em;
			-moz-order: 2;
			-webkit-order: 2;
			-ms-order: 2;
			order: 2;
			max-width: 48em;
			width: 60%;
			color:#797979;
		}
		
		.spotlight .content h2
		{
		color: #181818;
		font-family:"Source Sans Pro", sans-serif;
		font-size:1.15em;
	}
		
				

		.spotlight:nth-child(2n) {
			-moz-flex-direction: row-reverse;
			-webkit-flex-direction: row-reverse;
			-ms-flex-direction: row-reverse;
			flex-direction: row-reverse;
		}

		.spotlight:nth-child(1) {
		}

		.spotlight:nth-child(2) {
		}

		.spotlight:nth-child(3) {
		}

		.spotlight:nth-child(4) {
		}

		

		

		@media screen and (max-width: 1280px) {
			.spotlight .image {
				width: 45%;
			}

			.spotlight .content {
				width: 55%;
			}
		}

		@media screen and (max-width: 980px) {
			.spotlight {
				display: block;
			}

			.spotlight br {
				display: none;
			}

			.spotlight .image {
				width: 100%;
			}

			.spotlight .content {
				padding: 4em 3em 2em 3em;
				max-width: none;
				width: 100%;
			}
		}

		@media screen and (max-width: 736px) {
			.spotlight .content {
				padding: 3em 2em 1em 2em;
			}
		}

/* Wrapper */

	.wrapper {
		padding: 6em 0 4em 0;
	}
	
	.wrapper#child-wrap {
		padding: 0 0 4em 0;
	}
	
	.wrapper#support-links {
		padding:4em 0 0 0;
	}
	
	
	
	#introduction {
		padding: 4em 0 1em 0;
	}

		.wrapper > .inner {
			width: 60em;
			margin: 0 auto;
		}

			@media screen and (max-width: 1280px) {
				.wrapper > .inner {
					width: 90%;
				}
			}

			@media screen and (max-width: 980px) {
				.wrapper > .inner {
					width: 100%;
				}
			}

		.wrapper.alt {
			padding: 0;
		}


		/**--STYLE 1--**/


		.wrapper.style1 {
			background-color: #fff;
			color: #494949;
		}

			

			.wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6 {
				color: #181818;
			}

			.wrapper.style1 header p {
				color: #494949;
			}

		


			/**--STYLE 2--**/


		.wrapper.style2 {
			background-color: #fff;
		}



		/**--STYLE 3--**/
		

		.wrapper.style3 {
			background-color: #fff;
			color: #494949;
		}

			.wrapper.style3 h2, .wrapper.style3 h3, .wrapper.style3 h4, .wrapper.style3 h5, .wrapper.style3 h6 {
				color: #181818;
			}

			
			.wrapper.style3 header.major p {
				color: #494949;
				text-align:left;
			}
			
			
			

			.wrapper.style3 input[type="text"],
			.wrapper.style3 input[type="password"],
			.wrapper.style3 input[type="email"],
			.wrapper.style3 select,
			.wrapper.style3 textarea {
				background: rgba(0, 0, 0, 0.05);
				color: #494949;
			}
			
			input[type="text"]:focus,
			input[type="password"]:focus,
			input[type="email"]:focus,
			select:focus,
			textarea:focus {
				box-shadow: 0 0 0 2px #52527A;
			}

			.wrapper.style3 .select-wrapper:before {
				color: rgba(0, 0, 0, 0.25);
			}

			.wrapper.style3 input[type="checkbox"] + label,
			.wrapper.style3 input[type="radio"] + label {
				color: #494949;
			}

				.wrapper.style3 input[type="checkbox"] + label:before,
				.wrapper.style3 input[type="radio"] + label:before {
					background: rgba(0, 0, 0, 0.05);
				}

			.wrapper.style3 input[type="checkbox"]:checked + label:before,
			.wrapper.style3 input[type="radio"]:checked + label:before {
				background: #52527A;
				color: #fff;
			}

			.wrapper.style3 ::-webkit-input-placeholder {
				color: #a9a9a9 !important;
			}

			.wrapper.style3 :-moz-placeholder {
				color: #a9a9a9 !important;
			}

			.wrapper.style3 ::-moz-placeholder {
				color: #a9a9a9 !important;
			}

			.wrapper.style3 :-ms-input-placeholder {
				color: #a9a9a9 !important;
			}

			.wrapper.style3 .formerize-placeholder {
				color: #a9a9a9 !important;
			}
			
			
			

			.wrapper.style3 .icon.major {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 ul.alt li {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 table tbody tr {
				border-color: rgba(0, 0, 0, 0.125);
			}

				.wrapper.style3 table tbody tr:nth-child(2n + 1) {
					background-color: rgba(255, 255, 255, 0.075);
				}

			.wrapper.style3 table th {
				color: #ffffff;
			}

			.wrapper.style3 table thead {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 table tfoot {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 table.alt tbody tr td {
				border-color: rgba(0, 0, 0, 0.125);
			}

			.wrapper.style3 input[type="submit"],
			.wrapper.style3 input[type="button"],
			.wrapper.style3 button,
			.wrapper.style3 .button {
				box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
				color: #ffffff;
			}
			
			.wrapper.style3 input[type="reset"]
			{
				color:#494949;
				box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.125);
			}
			
			.wrapper.style3 input[type="reset"]:hover
			{
				background-color: rgba(0, 0, 0, 0.075);
			}

				.wrapper.style3 input[type="submit"]:hover,
				.wrapper.style3 input[type="button"]:hover,
				.wrapper.style3 button:hover,
				.wrapper.style3 .button:hover {
					background-color: rgba(255, 255, 255, 0.075);
				}

				.wrapper.style3 input[type="submit"]:active,
				.wrapper.style3 input[type="reset"]:active,
				.wrapper.style3 input[type="button"]:active,
				.wrapper.style3 button:active,
				.wrapper.style3 .button:active {
					background-color: rgba(255, 255, 255, 0.2);
				}

			@media screen and (max-width: 736px) {
				.wrapper.style3 .features li {
					border-top-color: rgba(0, 0, 0, 0.125);
				}
			}

		.wrapper.style4 {
			background-color: transparent;
		}



		/**--STYLE 5--**/

		.wrapper.style5 {
			background-color: #ffffff;
			color: #4E4852;
		}

			.wrapper.style5 strong, .wrapper.style5 b {
				color: #2E3842;
			}

			.wrapper.style5 h2, .wrapper.style5 h3, .wrapper.style5 h4, .wrapper.style5 h5, .wrapper.style5 h6 {
				color: #2E3842;
			}

		

			.wrapper.style5 header p {
				color: #8E8892;
			}

			.wrapper.style5 header.major h2, .wrapper.style5 header.major h3, .wrapper.style5 header.major h4, .wrapper.style5 header.major h5, .wrapper.style5 header.major h6 {
				border-color: #dfdfdf;
			}

			.wrapper.style5 header.major p {
				color: #4E4852;
			}

			.wrapper.style5 label {
				color: #2E3842;
			}

			.wrapper.style5 input[type="text"],
			.wrapper.style5 input[type="password"],
			.wrapper.style5 input[type="email"],
			.wrapper.style5 select,
			.wrapper.style5 textarea {
				background: rgba(0, 0, 0, 0.0375);
			}

			.wrapper.style5 .select-wrapper:before {
				color: #dfdfdf;
			}

			.wrapper.style5 input[type="checkbox"] + label,
			.wrapper.style5 input[type="radio"] + label {
				color: #4E4852;
			}

				.wrapper.style5 input[type="checkbox"] + label:before,
				.wrapper.style5 input[type="radio"] + label:before {
					background: rgba(0, 0, 0, 0.0375);
				}

			.wrapper.style5 input[type="checkbox"]:checked + label:before,
			.wrapper.style5 input[type="radio"]:checked + label:before {
				background: #2E3842;
				color: #ffffff;
			}

			.wrapper.style5 ::-webkit-input-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 :-moz-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 ::-moz-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 :-ms-input-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 .formerize-placeholder {
				color: #8E8892 !important;
			}

			.wrapper.style5 .icon.major {
				border-color: #dfdfdf;
			}

			.wrapper.style5 ul.alt li {
				border-color: #dfdfdf;
			}

			.wrapper.style5 table tbody tr {
				border-color: #dfdfdf;
			}

				.wrapper.style5 table tbody tr:nth-child(2n + 1) {
					background-color: rgba(0, 0, 0, 0.0375);
				}

			.wrapper.style5 table th {
				color: #2E3842;
			}

			.wrapper.style5 table thead {
				border-color: #dfdfdf;
			}

			.wrapper.style5 table tfoot {
				border-color: #dfdfdf;
			}

			.wrapper.style5 table.alt tbody tr td {
				border-color: #dfdfdf;
			}

			.wrapper.style5 input[type="submit"],
			.wrapper.style5 input[type="reset"],
			.wrapper.style5 input[type="button"],
			.wrapper.style5 button,
			.wrapper.style5 .button {
				box-shadow: inset 0 0 0 2px #dfdfdf;
				color: #2E3842;
			}

				.wrapper.style5 input[type="submit"]:hover,
				.wrapper.style5 input[type="reset"]:hover,
				.wrapper.style5 input[type="button"]:hover,
				.wrapper.style5 button:hover,
				.wrapper.style5 .button:hover {
					background-color: rgba(0, 0, 0, 0.0375);
				}

				.wrapper.style5 input[type="submit"]:active,
				.wrapper.style5 input[type="reset"]:active,
				.wrapper.style5 input[type="button"]:active,
				.wrapper.style5 button:active,
				.wrapper.style5 .button:active {
					background-color: rgba(0, 0, 0, 0.1);
				}

			@media screen and (max-width: 736px) {
				.wrapper.style5 .features li {
					border-top-color: #dfdfdf;
				}
			}

		@media screen and (max-width: 980px) {
			.wrapper {
				padding: 4em 3em 2em 3em;
			}
		}

		@media screen and (max-width: 736px) {
			.wrapper {
				padding: 3em 2em 1em 2em;
			}
		}

/* Banner */

	#banner {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		cursor: default;
		height: 100vh;
		min-height: 35em;
		overflow: hidden;
		position: relative;
		text-align: center;
	}

		#banner h2 {
			-moz-transform: scale(1);
			-webkit-transform: scale(1);
			-ms-transform: scale(1);
			transform: scale(1);
			-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
			-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
			-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
			transition: transform 0.5s ease, opacity 0.5s ease;
			display: inline-block;
			font-size: 1.75em;
			opacity: 1;
			padding: 0.35em 1em;
			position: relative;
			z-index: 1;
		}

			#banner h2:before {
				-moz-transition: width 0.85s ease;
				-webkit-transition: width 0.85s ease;
				-ms-transition: width 0.85s ease;
				transition: width 0.85s ease;
				-moz-transition-delay: 0.25s;
				-webkit-transition-delay: 0.25s;
				-ms-transition-delay: 0.25s;
				transition-delay: 0.25s;
				background: #FF6600;
				content: '';
				display: block;
				height: 2px;
				position: absolute;
				width: 100%;
			}
			
			#banner h2:after {
							-moz-transition: width 0.85s ease;
							-webkit-transition: width 0.85s ease;
							-ms-transition: width 0.85s ease;
							transition: width 0.85s ease;
							-moz-transition-delay: 0.25s;
							-webkit-transition-delay: 0.25s;
							-ms-transition-delay: 0.25s;
							transition-delay: 0.25s;
							background: #FF6600;
							content: '';
							display: block;
							height: 2px;
							position: absolute;
							width: 100%;
						}

			#banner h2:before {
				top: 0;
				left: 0;
			}

			#banner h2:after {
				bottom: 0;
				right: 0;
			}
			
			#banner h2 span
			{
				/*color:#FF6600;*/
			}

		#banner p {
			letter-spacing: 0.225em;
			text-transform: uppercase;
		}

			#banner p a {
				color: inherit;
			}

		#banner .more {
			-moz-transition: -moz-transform 0.75s ease, opacity 0.75s ease;
			-webkit-transition: -webkit-transform 0.75s ease, opacity 0.75s ease;
			-ms-transition: -ms-transform 0.75s ease, opacity 0.75s ease;
			transition: transform 0.75s ease, opacity 0.75s ease;
			-moz-transition-delay: 3.5s;
			-webkit-transition-delay: 3.5s;
			-ms-transition-delay: 3.5s;
			transition-delay: 3.5s;
			-moz-transform: translateY(0);
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
			border: none;
			bottom: 0;
			color: inherit;
			font-size: 0.8em;
			height: 8.5em;
			left: 50%;
			letter-spacing: 0.225em;
			margin-left: -8.5em;
			opacity: 1;
			outline: 0;
			padding-left: 0.225em;
			position: absolute;
			text-align: center;
			text-transform: uppercase;
			width: 16em;
			z-index: 1;
		}

			#banner .more:after {
				background-image: url("images/arrow.svg");
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
				bottom: 4em;
				content: '';
				display: block;
				height: 1.5em;
				left: 50%;
				margin: 0 0 0 -0.75em;
				position: absolute;
				width: 1.5em;
			}

		#banner:after {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			-moz-transition: opacity 3s ease-in-out;
			-webkit-transition: opacity 3s ease-in-out;
			-ms-transition: opacity 3s ease-in-out;
			transition: opacity 3s ease-in-out;
			-moz-transition-delay: 1.25s;
			-webkit-transition-delay: 1.25s;
			-ms-transition-delay: 1.25s;
			transition-delay: 1.25s;
			content: '';
			background: #2e3842;
			display: block;
			width: 100%;
			height: 100%;
			position: absolute;
			left: 0;
			top: 0;
			opacity: 0;
		}

		@media screen and (max-width: 736px) {
			#banner {
				padding: 7em 3em 5em 3em;
				height: auto;
				min-height: 0;
			}

			#banner h2 {
				font-size: 1.25em;
			}

			#banner br {
				display: none;
			}

			#banner .more {
				display: none;
			}
		}

	body.is-loading #banner h2 {
		-moz-transform: scale(0.95);
		-webkit-transform: scale(0.95);
		-ms-transform: scale(0.95);
		transform: scale(0.95);
		opacity: 0;
	}

		body.is-loading #banner h2:before, body.is-loading #banner h2:after {
			width: 0;
		}

	body.is-loading #banner .more {
		-moz-transform: translateY(8.5em);
		-webkit-transform: translateY(8.5em);
		-ms-transform: translateY(8.5em);
		transform: translateY(8.5em);
		opacity: 0;
	}

	body.is-loading #banner:after {
		opacity: 1;
	}

/* CTA */

	#cta .inner {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		max-width: 45em;
	}

		#cta .inner header {
			-moz-order: 1;
			-webkit-order: 1;
			-ms-order: 1;
			order: 1;
			padding-right: 3em;
			width: 70%;
		}

			#cta .inner header p {
				color: inherit;
			}

		#cta .inner .actions {
			-moz-order: 2;
			-webkit-order: 2;
			-ms-order: 2;
			order: 2;
			width: 30%;
		}

		@media screen and (max-width: 980px) {
			#cta .inner {
				display: block;
				text-align: center;
			}

			#cta .inner header {
				padding-right: 0;
				width: 100%;
			}

			#cta .inner .actions {
				margin-left: auto;
				margin-right: auto;
				max-width: 20em;
				width: 100%;
			}
		}

		@media screen and (max-width: 736px) {
			#cta .inner .actions {
				max-width: none;
			}
		}

/* Main */
		
		#main
		{
			margin:0 0 0 0;
		}

	#main > header {
		padding: 12em 0 10em 0;
		background-color:#dcdcdc;
		text-align:center;
	}
	
	
	#main > header#legal
	{
		background-color:#C0D0E5;
	}
	
	
	#main > header#slytu
	{
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/selling-your-land-to-private-land-buyer.jpg");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/selling-your-land-to-private-land-buyer.jpg");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/selling-your-land-to-private-land-buyer.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/selling-your-land-to-private-land-buyer.jpg");
	}
	
	#main > header#pp
	{
		
		background-repeat: no-repeat;
		background-position: bottom center;
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/field-banner.jpg");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/field-banner.jpg");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/field-banner.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/field-banner.jpg");
	}
	
	#main > header#blog
	{
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/tools-banner.jpg");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/tools-banner.jpg");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/tools-banner.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/tools-banner.jpg");
	}
	
	#main > header#bc
	{
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/private-land-buyer-buying-criteria.jpg");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/private-land-buyer-buying-criteria.jpg");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/private-land-buyer-buying-criteria.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/private-land-buyer-buying-criteria.jpg");
	}
	
	#main > header#landtypes
	{
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/private-land-buyer-land-types.jpg");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/private-land-buyer-land-types.jpg");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/private-land-buyer-land-types.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/private-land-buyer-land-types.jpg");
	}
	
	
	#main > header#contact
	{
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/contact-private-land-buyer.jpg");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/contact-private-land-buyer.jpg");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/contact-private-land-buyer.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/contact-private-land-buyer.jpg");
	}
	

	
	#main > header#about
	{
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top center;
		background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/chalkboard-banner.jpg");
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/chalkboard-banner.jpg");
		background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/chalkboard-banner.jpg");
		background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/chalkboard-banner.jpg");
	}
	

		#main > header h2 {
			font-size: 1.75em;
			margin: 0 0 0.5em 0;
		}
		
		#main > header h2 a
		{
			text-decoration:none;
			color:inherit;
			font-weight:bold;
			font-size:100%;
			border-bottom-style:none;
		}
		
				#main > header h2 a:hover
				{
					color:#dadada;
				}
		
		

		#main > header p {
			color: #FF6600;
			letter-spacing: 0.225em;
			text-transform: uppercase;
			top: 0;
		}

			#main > header p a {
				color: inherit;
			}

		@media screen and (max-width: 1680px) {
			#main > header {
				padding: 10em 0 8em 0;
			}
		}

		@media screen and (max-width: 1280px) {
			#main > header {
				padding: 8em 3em 6em 3em;
			}
		}

		@media screen and (max-width: 980px) {
			#main > header {
				padding: 10em 3em 8em 3em;
			}
		}

		@media screen and (max-width: 736px) {
			#main > header {
				padding: 5em 3em 3em 3em;
			}

			#main > header h2 {
				font-size: 1.25em;
				margin: 0 0 1em 0;
			}
		}

	body.is-mobile #main > header {
		background-attachment: scroll;
	}

/* Footer */

	#footer {
		padding: 6em 0 4em 0;
		background-color: #fff;
		text-align: center;
	}

		#footer .icons {
			font-size: 1.25em;
		}

			#footer .icons a {
				color:#FF6600;
			}

				#footer .icons a:hover {
								color:#dadada;
				}

		#footer .copyright {
			color: rgba(255, 255, 255, 0.5);
			font-size: 0.8em;
			letter-spacing: 0.225em;
			list-style: none;
			padding: 0;
			text-transform: uppercase;
		}

			#footer .copyright li {
				border-left: solid 1px rgba(0, 0, 0, 0.5);
				display: inline-block;
				line-height: 1em;
				margin-left: 1em;
				padding-left: 1em;
				color:#494949;
			}

				#footer .copyright li:first-child {
					border-left: 0;
					margin-left: 0;
					padding-left: 0;
				}

				#footer .copyright li a {
					color: #494949;
				}

					#footer .copyright li a:hover {
						color:#dadada;
					}

				@media screen and (max-width: 480px) {
					#footer .copyright li {
						border: 0;
						display: block;
						line-height: 1.65em;
						margin: 0;
						padding: 0.5em 0;
					}
				}

		@media screen and (max-width: 980px) {
			#footer {
				padding: 4em 3em 2em 3em;
			}
		}

		@media screen and (max-width: 736px) {
			#footer {
				padding: 3em 2em 1em 2em;
			}
		}

/* Landing */

	body.landing #page-wrapper {
		padding-top: 0;
	}

	

	body.is-mobile.landing #page-wrapper {
		background: none;
	}

	
	.wrapper.style4 {
			background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/hassle-free-direct-property-sale.jpg");
			background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/hassle-free-direct-property-sale.jpg");
			background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/hassle-free-direct-property-sale.jpg");
			background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/hassle-free-direct-property-sale.jpg");
			background-position: center center;
			background-repeat: no-repeat;
			background-size: cover;
		}

	
	
	
	.intro-section 
	{
		padding:2em 6em 4em 6em;
	}
	
	#form .intro-section
	{
		padding:0 6em 2em 6em;
	}
	
	
	.intro-section p
	{
		text-align:left;
	}
	
	
	ul.checklist
	{
		list-style-type:none;
		margin:0 0;
		padding:0 0 0 0;
		text-align:left;
		line-height:2;
	}
	
		ul.checklist li
		{
			margin:0 0 0.5em 0;
		}
		
		.main-content ul.checklist
		{
			padding-bottom:2em;
		}
		
		.main-content ul.checklist li
		{
			padding:0 0 0 0;
		}
		
			ul.checklist li span
			{
				color:#313131;
				font-weight:700;
			}
			
			
			/**--BACK TO TOP--**/

			.sk-top:hover {
				color: #fff !important;
				background-color: #3D991F;
				text-decoration: none;
			}
 
			.sk-top {
				display: none;
				position: fixed;
				bottom: 1rem;
				right: 1rem;
				width: 3.2rem;
				height: 3.2rem;
				line-height: 3.2rem;
				font-size: 1.4rem;
				color: #fff;
				background-color: rgba(0,0,0,0.3);
				text-decoration: none;
				border-radius: 3.2rem;
				text-align: center;
				cursor: pointer;
			}
			
			.clearfix:after
			{
			content:".";
			display:block;
			height:0;
			clear:both;
			visibility:hidden;
			}
			
			/**--PAGE STRUCTURE--**/

			.main-content
			{
				width:64%;
				margin:0 0 0 0;
				padding:0 4% 0 0;
				float:left;
			}
			
			.sidebar
			{
				width:32%;
				margin:0 0 0 0;
				padding:0 0 0 0;
				float:right;
				min-height:100px;
			}
			
			ul.default-list, ol.default-list
			{
				margin:0 1em 2em 1em;
				padding:0 1em;
			}

.breadcrumbs
{
list-style-type:none;
margin:0 0 0 0;
padding:2em 0 4em 0;
font-size:0.9em;
}
			
.breadcrumbs li
{
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:#494949;
}

.breadcrumbs li a
{
}

.blog-subpage .main-content h2
{
	margin-bottom:2em;
	color:#797979;
}

.blog-subpage .main-content h2 span
{
	color:#FF6600;
}

.main-content h3
{
	margin-bottom:2em;
}

.support-links-inner
{
	width:90%;
	margin:0 5%;
}

.support-links-column
{
	width:25%;
	float:left;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.support-links-column ul
{
	list-style-type:none;
	margin:0 0 0 0;
	padding:0 1em;
	text-align:left;
	line-height:2;
	font-size:0.85em;
}

.support-links-column ul li
{
	margin:0 0 0.5em 0;
	padding:0 0 0 0;
}

.support-links-column ul li a
{
	color:#494949;
}

.support-links-column ul li a:hover
{
color:#dadada;
}

/**--BLOG STYLES--**/


.main-content .blog-post-preview h3
{
	margin-bottom:1em;
}

.main-content .blog-post-preview h3.blog-post-preview-title a
{
	font-weight: 800;
	font-family:"Source Sans Pro", "helvetica neue", sans-serif;
	color: #181818;
	text-decoration:none;
	border-bottom-style: none;
}

.main-content .blog-post-preview h3.blog-post-preview-title a:hover
{
	color:#dadada;
}

.blog-post-preview
{
	border-bottom:1px dotted #a9a9a9;
	padding:1em 0;
	margin:1em 0;
}

.blog-post-preview:first-child
{
	margin-top:0;
	padding-top:0;
}

.blog-preview-image-wrap
{
	width:30%;
	margin:0 0 0 2%;
	padding:0 0 0 0;
	float:right;
}

.blog-preview-image-wrap img
{
	width:100%;
	display:block;
	height:auto;
}

.blog-preview-image-wrap img a, .blog-preview-image-wrap a img, .blog-preview-image-wrap img
{
	border:0;
}

.blog-preview-image-wrap img:hover
{
	opacity: 0.4;
	    filter: alpha(opacity=40); /* For IE8 and earlier */
}




.blog-post-single
{
}

.main-content .blog-post-single h3
{
	margin-bottom:2em;
	font-size:1.5em;
}



.blog-single-image-wrap
{
	width:100%;
	margin:0 0 2em 0;
	padding:0 0 0 0;
}

.blog-single-image-wrap img
{
	width:100%;
	height:auto;
	display:block;
}




ul.post-meta
{
	list-style-type:none;
	margin:0 0 1em 0;
	padding:0 0 0 0;
	line-height:1.5;
	font-size:0.9em;
}

ul.post-meta li
{
	margin:0 0 0.5em 0;
	padding:0 0 0 0;
}



/**--SIDEBARS--**/

.sidebar-panel, .sidebar-box
{
	width:100%;
	margin:0 0 3em 0;
}


.sidebar > .sidebar-panel {
	padding: 2em 0 2em 0;
	background-color:#dcdcdc;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
}

.sidebar > .sidebar-panel#style1-sidebar
{
	background-position: center center;
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/selling-your-land-to-private-land-buyer.jpg");
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/selling-your-land-to-private-land-buyer.jpg");
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/selling-your-land-to-private-land-buyer.jpg");
	background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/selling-your-land-to-private-land-buyer.jpg");
}

.sidebar > .sidebar-panel h2.sidebar-title {
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
	display: inline-block;
	font-size: 1em;
	opacity: 1;
	padding: 0.35em 1em;
	position: relative;
	z-index: 1;
	margin:0 0 0 0;
	color:#fff;
}

	.sidebar > .sidebar-panel h2.sidebar-title:before {
		-moz-transition: width 0.85s ease;
		-webkit-transition: width 0.85s ease;
		-ms-transition: width 0.85s ease;
		transition: width 0.85s ease;
		-moz-transition-delay: 0.25s;
		-webkit-transition-delay: 0.25s;
		-ms-transition-delay: 0.25s;
		transition-delay: 0.25s;
		background: #FF6600;
		content: '';
		display: block;
		height: 2px;
		position: absolute;
		width: 100%;
	}
	
	.sidebar > .sidebar-panel h2.sidebar-title:after {
					-moz-transition: width 0.85s ease;
					-webkit-transition: width 0.85s ease;
					-ms-transition: width 0.85s ease;
					transition: width 0.85s ease;
					-moz-transition-delay: 0.25s;
					-webkit-transition-delay: 0.25s;
					-ms-transition-delay: 0.25s;
					transition-delay: 0.25s;
					background: #FF6600;
					content: '';
					display: block;
					height: 2px;
					position: absolute;
					width: 100%;
				}

	.sidebar > .sidebar-panel h2.sidebar-title:before {
		top: 0;
		left: 0;
	}

	.sidebar > .sidebar-panel h2.sidebar-title:after {
		bottom: 0;
		right: 0;
	}
	
	.sidebar > .sidebar-panel h3.sidebar-ph
	{
		font-size:0.9em;
		color:#fff;
		margin:0.5em 0;
	}
	
	.sidebar > .sidebar-panel p
	{
	letter-spacing: 0.225em;
	text-transform: uppercase;
	padding:0 1em;
	color:#fff;
	margin:1em 0;
	font-size:0.85em;
}

.sidebar > .sidebar-panel ul.actions
{
	margin:0 0 0 0;
	padding:0 0 0 0;
}

.sidebar > .sidebar-box
{
}

.sidebar > .sidebar-box h2.sidebar-box-title
{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
	display: block;
	font-size: 1em;
	opacity: 1;
	padding: 0.35em 1em;
	position: relative;
	z-index: 1;
	margin:0 0 0 0;
	color:#080808;
	text-align:center;
}

	.sidebar > .sidebar-box h2.sidebar-box-title:before {
		-moz-transition: width 0.85s ease;
		-webkit-transition: width 0.85s ease;
		-ms-transition: width 0.85s ease;
		transition: width 0.85s ease;
		-moz-transition-delay: 0.25s;
		-webkit-transition-delay: 0.25s;
		-ms-transition-delay: 0.25s;
		transition-delay: 0.25s;
		background: #FF6600;
		content: '';
		display: block;
		height: 2px;
		position: absolute;
		width: 100%;
	}
	
	.sidebar > .sidebar-box h2.sidebar-box-title:after {
					-moz-transition: width 0.85s ease;
					-webkit-transition: width 0.85s ease;
					-ms-transition: width 0.85s ease;
					transition: width 0.85s ease;
					-moz-transition-delay: 0.25s;
					-webkit-transition-delay: 0.25s;
					-ms-transition-delay: 0.25s;
					transition-delay: 0.25s;
					background: #FF6600;
					content: '';
					display: block;
					height: 2px;
					position: absolute;
					width: 100%;
				}

	.sidebar > .sidebar-box h2.sidebar-box-title:before {
		top: 0;
		left: 0;
	}

	.sidebar > .sidebar-box h2.sidebar-box-title:after {
		bottom: 0;
		right: 0;
	}
	
	ul.ymal
	{
		list-style-type:none;
		margin:1em 0 0 0;
		padding:0 0 0 0;
		line-height:1.75;
		font-size:0.9em;
	}
	
	ul.ymal li
	{
		margin:0 0 0.5em 0;
		padding:0 0 0 0;
	}
	
	ul.ymal li a
	{
		color:#494949;
	}
	ul.ymal li a:hover
	{
		color:#dadada;
	}
	
	ul.blogroll-sidebar
	{
		list-style-type:none;
		margin:0 0;
		padding:0 0;
	}
	
	ul.blogroll-sidebar li
	{
		margin:0 0 0 0;
		padding:1.5em 0;
		border-bottom:1px dotted #dcdcdc;
		display:block;
	}
	
	.blogroll-sidebar-img
	{
		width:25%;
		float:left;
		margin-right:3%;
	}
	
	
	
		.blogroll-sidebar-img img
		{
			width:100%;
			height:auto;
			display:block;
			border:0;
		}
	
	ul.blogroll-sidebar h3
	{
		font-size:0.9em;
		width:72%;
		float:left;
		margin:0 0 1em 0;
		padding:0 0 0 0;
	}
	
		ul.blogroll-sidebar p
		{
			clear:both;
			line-height:1.5;
			font-size:0.8em;
			margin:0 0 0 0;
			padding:0 0 0 0;
		}
		
		.nav-links
		{}
			
			.nav-links:after
			{
			content:".";
			display:block;
			height:0;
			clear:both;
			visibility:hidden;
			}
			
			.nav-links {
				-webkit-hyphens: auto;
				-moz-hyphens:    auto;
				-ms-hyphens:     auto;
				border-top: 1px solid rgba(0, 0, 0, 0.1);
				hyphens:         auto;
				word-wrap: break-word;
				clear:both;
			}

			.post-navigation,
			.image-navigation {
				margin: 24px auto 48px;
				padding: 0 0;
				width: 100%;
			}

			.post-navigation a,
			.image-navigation .previous-image,
			.image-navigation .next-image {
				border-bottom: 1px solid rgba(0, 0, 0, 0.1);
				padding: 11px 0 12px;
				width: 50%;
				float:left;
			}

			.post-navigation .meta-nav {
				color: #767676;
				display: block;
				font-size: 12px;
				font-weight: 900;
				line-height: 2;
				text-transform: uppercase;
			}

			.post-navigation a,
			.image-navigation a {
				color: #2b2b2b;
				display: block;
				font-size: 14px;
				font-weight: 700;
				line-height: 1.7142857142;
				text-transform: none;
			}

			.post-navigation a:hover,
			.image-navigation a:hover {
				color: #41a62a;
			}

			/* Paging Navigation */

			.paging-navigation {
				border-top: 5px solid #000;
				margin: 48px 0;
			}

			.paging-navigation .loop-pagination {
				margin-top: -5px;
				text-align: center;
			}

			.paging-navigation .page-numbers {
				border-top: 5px solid transparent;
				display: inline-block;
				font-size: 14px;
				font-weight: 900;
				margin-right: 1px;
				padding: 7px 16px;
				text-transform: uppercase;
			}

			.paging-navigation a {
				color: #2b2b2b;
			}

			.paging-navigation .page-numbers.current {
				border-top: 5px solid #24890d;
			}

			.paging-navigation a:hover {
				border-top: 5px solid #41a62a;
				color: #2b2b2b;
			}
			


@media only screen and (max-width:1440px) and (min-width:1366px){	
}
@media only screen and (max-width:1366px) and (min-width:1280px){	
}
@media only screen and (max-width:1280px) and (min-width:1024px){
}
@media only screen and (max-width:1024px) and (min-width:768px){
}
@media only screen and (max-width:768px) and (min-width:640px){
	.support-links-column
	{
		width:33%;
		float:left;
		margin:0 0 0 0;
		padding:0 0 0 0;
		font-size:1em;
	}
	.intro-section 
	{
		padding:2em 4em 4em 4em;
	}
	
	#form .intro-section
	{
		padding:0 4em 2em 4em;
	}
	
	.breadcrumbs
	{
	width:90%;
	margin:0 5% 0 5%;
	}
	
	.main-content
	{
		width:90%;
		margin:0 5% 1em 5%;
		padding:0 0 0 0;
		float:none;
	}
	
	.sidebar
	{
		width:90%;
		margin:0 5% 1em 5%;
		padding:0 0 0 0;
		float:none;
	}
}
@media only screen and (max-width:640px) and (min-width:480px){
	.support-links-column
	{
		width:50%;
		float:left;
		margin:0 0 2em 0;
		padding:0 0 0 0;
		font-size:1em;
	}
	
	.blog-preview-image-wrap
	{
		width:100%;
		margin:0 0 1em 0;
		padding:0 0 0 0;
		float:none;
	}
	
	.breadcrumbs
	{
	width:90%;
	margin:0 5% 0 5%;
	}
	
	.main-content
	{
		width:90%;
		margin:0 5% 1em 5%;
		padding:0 0 0 0;
		float:none;
	}
	
	.sidebar
	{
		width:90%;
		margin:0 5% 1em 5%;
		padding:0 0 0 0;
		float:none;
	}
	
	ul.blogroll-sidebar li
	{
		margin:0 0 0 0;
		padding:1.5em 0;
		border-bottom:1px dotted #dcdcdc;
		display:block;
	}
	
	.blogroll-sidebar-img
	{
		width:10%;
		float:left;
		margin-right:3%;
	}
	
	ul.blogroll-sidebar h3
	{
		font-size:0.9em;
		width:87%;
		float:left;
		margin:0 0 1em 0;
		padding:0 0 0 0;
	}
	ul.blogroll-sidebar p
	{
		clear:none;
	}
	.intro-section 
	{
		padding:2em 2em 4em 2em;
	}
	
	#form .intro-section
	{
		padding:0 2em 2em 2em;
	}
}
@media only screen and (max-width:480px) and (min-width:320px){
	.support-links-column
	{
		width:50%;
		float:left;
		margin:0 0 2em 0;
		padding:0 0 0 0;
		font-size:1em;
	}
	
	.blog-preview-image-wrap
	{
		width:100%;
		margin:0 0 1em 0;
		padding:0 0 0 0;
		float:none;
	}
	
	.breadcrumbs
	{
	width:90%;
	margin:0 5% 0 5%;
	}
	
	.main-content
	{
		width:90%;
		margin:0 5% 1em 5%;
		padding:0 0 0 0;
		float:none;
	}
	
	.sidebar
	{
		width:90%;
		margin:0 5% 1em 5%;
		padding:0 0 0 0;
		float:none;
	}
	.blogroll-sidebar-img
	{
		width:10%;
		float:left;
		margin-right:3%;
	}
	
	ul.blogroll-sidebar h3
	{
		font-size:0.9em;
		width:87%;
		float:left;
		margin:0 0 1em 0;
		padding:0 0 0 0;
	}
	ul.blogroll-sidebar p
	{
		clear:none;
	}
	.intro-section 
	{
		padding:2em 2em 4em 2em;
	}
	
	#form .intro-section
	{
		padding:0 2em 2em 2em;
	}
}
@media only screen and (max-width:320px) and (min-width:240px){
	.support-links-column
	{
		width:100%;
		float:none;
		margin:0 0 2em 0;
		padding:0 0 0 0;
		font-size:1em;
	}
	
	.blog-preview-image-wrap
	{
		width:100%;
		margin:0 0 1em 0;
		padding:0 0 0 0;
		float:none;
	}
	.breadcrumbs
	{
	width:90%;
	margin:0 5% 0 5%;
	}
	.main-content
	{
		width:90%;
		margin:0 5% 1em 5%;
		padding:0 0 0 0;
		float:none;
	}
	
	.sidebar
	{
		width:90%;
		margin:0 5% 1em 5%;
		padding:0 0 0 0;
		float:none;
	}
	.blogroll-sidebar-img
	{
		width:10%;
		float:left;
		margin-right:3%;
	}
	
	ul.blogroll-sidebar h3
	{
		font-size:0.9em;
		width:87%;
		float:left;
		margin:0 0 1em 0;
		padding:0 0 0 0;
	}
	ul.blogroll-sidebar p
	{
		clear:none;
	}
	.intro-section 
	{
		padding:2em 2em 4em 2em;
	}
	
	#form .intro-section
	{
		padding:0 2em 2em 2em;
	}
}

/**--SLIDER--**/

#sliding-banner
{
}

.slide
{
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	cursor: default;
	height: 100vh;
	min-height: 35em;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.slide h2 small
{
	font-size:80%;
}

.sidebar-title small
{
	font-size:90%;
}

.plb-ph i, .sidebar > .sidebar-panel h3.sidebar-ph i
{
	margin-right:4px;
	color:#FF6600;
}

#slide1
{
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/south-east-england-private-property-sale.jpg");
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/south-east-england-private-property-sale.jpg");
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/south-east-england-private-property-sale.jpg");
	background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/south-east-england-private-property-sale.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#slide2
{
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/hassle-free-direct-property-sale.jpg");
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/hassle-free-direct-property-sale.jpg");
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/hassle-free-direct-property-sale.jpg");
	background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/hassle-free-direct-property-sale.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#slide3
{
	background-image: -moz-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/private-land-buyer.jpg");
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/private-land-buyer.jpg");
	background-image: -ms-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/private-land-buyer.jpg");
	background-image: linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url("images/private-land-buyer.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


	.slide h2 {
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		-moz-transition: -moz-transform 0.5s ease, opacity 0.5s ease;
		-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
		-ms-transition: -ms-transform 0.5s ease, opacity 0.5s ease;
		transition: transform 0.5s ease, opacity 0.5s ease;
		display: inline-block;
		font-size: 1.75em;
		opacity: 1;
		padding: 0.35em 1em;
		position: relative;
		z-index: 1;
		margin-bottom:0.5em;
	}

		.slide h2:before {
			-moz-transition: width 0.85s ease;
			-webkit-transition: width 0.85s ease;
			-ms-transition: width 0.85s ease;
			transition: width 0.85s ease;
			-moz-transition-delay: 0.25s;
			-webkit-transition-delay: 0.25s;
			-ms-transition-delay: 0.25s;
			transition-delay: 0.25s;
			background: #FF6600;
			content: '';
			display: block;
			height: 2px;
			position: absolute;
			width: 100%;
		}
		
		.slide h2:after {
						-moz-transition: width 0.85s ease;
						-webkit-transition: width 0.85s ease;
						-ms-transition: width 0.85s ease;
						transition: width 0.85s ease;
						-moz-transition-delay: 0.25s;
						-webkit-transition-delay: 0.25s;
						-ms-transition-delay: 0.25s;
						transition-delay: 0.25s;
						background: #FF6600;
						content: '';
						display: block;
						height: 2px;
						position: absolute;
						width: 100%;
					}

		.slide h2:before {
			top: 0;
			left: 0;
		}

		.slide h2:after {
			bottom: 0;
			right: 0;
		}
		
		.slide h2 span
		{
			/*color:#FF6600;*/
		}
		
		.slide h4
		{
			margin:0 0 1em 0;
			font-size:1.5em;
		}

	.slide p {
		letter-spacing: 0.225em;
		text-transform: uppercase;
	}

		.slide p a {
			color: inherit;
		}

	.slide .more {
		-moz-transition: -moz-transform 0.75s ease, opacity 0.75s ease;
		-webkit-transition: -webkit-transform 0.75s ease, opacity 0.75s ease;
		-ms-transition: -ms-transform 0.75s ease, opacity 0.75s ease;
		transition: transform 0.75s ease, opacity 0.75s ease;
		-moz-transition-delay: 3.5s;
		-webkit-transition-delay: 3.5s;
		-ms-transition-delay: 3.5s;
		transition-delay: 3.5s;
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		border: none;
		bottom: 0;
		color: inherit;
		font-size: 0.8em;
		height: 8.5em;
		left: 50%;
		letter-spacing: 0.225em;
		margin-left: -8.5em;
		opacity: 1;
		outline: 0;
		padding-left: 0.225em;
		position: absolute;
		text-align: center;
		text-transform: uppercase;
		width: 16em;
		z-index: 1;
	}

		.slide .more:after {
			background-image: url("images/arrow.svg");
			background-position: center;
			background-repeat: no-repeat;
			background-size: contain;
			bottom: 4em;
			content: '';
			display: block;
			height: 1.5em;
			left: 50%;
			margin: 0 0 0 -0.75em;
			position: absolute;
			width: 1.5em;
		}

	.slide:after {
		-moz-pointer-events: none;
		-webkit-pointer-events: none;
		-ms-pointer-events: none;
		pointer-events: none;
		-moz-transition: opacity 3s ease-in-out;
		-webkit-transition: opacity 3s ease-in-out;
		-ms-transition: opacity 3s ease-in-out;
		transition: opacity 3s ease-in-out;
		-moz-transition-delay: 1.25s;
		-webkit-transition-delay: 1.25s;
		-ms-transition-delay: 1.25s;
		transition-delay: 1.25s;
		content: '';
		background: #2e3842;
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0;
	}

	@media screen and (max-width: 736px) {
		.slide {
			padding: 7em 3em 5em 3em;
			height: auto;
			min-height: 0;
		}

		.slide h2 {
			font-size: 1.25em;
		}

		.slide br {
			display: none;
		}

		.slide .more {
			display: none;
		}
	}

body.is-loading .slide h2 {
	-moz-transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-ms-transform: scale(0.95);
	transform: scale(0.95);
	opacity: 0;
}

	body.is-loading .slide h2:before, body.is-loading .slide h2:after {
		width: 0;
	}

body.is-loading .slide .more {
	-moz-transform: translateY(8.5em);
	-webkit-transform: translateY(8.5em);
	-ms-transform: translateY(8.5em);
	transform: translateY(8.5em);
	opacity: 0;
}

body.is-loading .slide:after {
	opacity: 1;
}


/**CONTACT FORM**/

.wpcf7
{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:100%;
}

.wpcf7-form-control-wrap
{
	padding:0 0 0 0;
	margin:0 0 0 0;
}

.wpcf7-form-control-wrap input
{
	margin-top:0;
}

.wpcf7-form-control-wrap label
{
}

.form-fieldline
{
	padding-top:1.5em;
	width:100%;
}

.form-fieldline input
{
		width:100%;
}

#form-wrap
{
}
