/*
	Theme Name: McDougall McQueen Master
	Author: Jonny Todd

*/
/*------------------------------------*\
    MAIN
\*------------------------------------*/
/* global box-sizing */
*,
*:after,
*:before {
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size: 62.5%;
}
body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #00000e;
	line-height: 1.5;
	/*opacity: 0;*/
}
/* clear */
.clear:after,
.clear:before {
	content: ' ';
	display: table;
}
.clear:after {
	clear: both;
}
.clear {
	*zoom: 1;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
a {
	color: #444;
	text-decoration: none;
}
a:hover {
	color: #444;
}
a:focus {
	outline: 0;
}
a:active,
a:hover {
	outline: 0;
}
input:focus {
	outline: 0;
	border: 1px solid #04A4CC;
}
/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.row-no-padding [class*=col-] {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
/* wrapper */
.bb,
.bl,
.br,
.bt {
	background-color: #ffffff;
	position: fixed;
	z-index: 999;
}
.bt {
	top: 0;
	right: 0;
	left: 0;
	height: 10px;
}
.br {
	top: 0;
	right: 0;
	bottom: 0;
	width: 10px;
}
.bb {
	bottom: 0;
	right: 0;
	left: 0;
	height: 10px;
}
.bl {
	top: 0;
	left: 0;
	bottom: 0;
	width: 10px;
}
/*.wrapper {
	position: relative;
	min-height: 100vh;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
}
.wrapper:after,
.wrapper:before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	z-index: 50;
	width: 100%;
	height: 10px;
	background-color: #ffffff;
}
.wrapper:after {
	top: auto;
	bottom: 0;
}*/
/* header */
.header {
	background: #0b1f3f;
	width: 100%;
	position: relative;
	z-index: 4;
	padding: 2em 2em 1em;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
/* logo */
.logo {
	display: inline-block;
}
.header__logo {
	display: inline-block;
	width: 50px;
}
.footer__logo {
	width: 150px;
}
.logo-img {
	width: 100%;
	height: auto;
}
.header__nav-wrapper {
	float: right;
}
.header__contact-info {
	float: right;
	margin-bottom: 2em;
	display: none;
}
ul.contact-info {
	font-size: 1.2em;
	color: white;
	list-style: none;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 2px #0b1f3f;
	text-shadow: 1px 1px 2px rgba(11,31,63,0.5);
}
ul.contact-info li {
	display: inline-block;
	margin-right: 8px;
}
ul.contact-info li:last-of-type {
	margin-right: 0;
}
ul.contact-info li:nth-child(1)::after,
ul.contact-info li:nth-child(2)::after {
	content: "|";
	display: inline-block;
	vertical-align: text-bottom;
	margin-left: 8px;
}
ul.contact-info li:last-of-type::after {
	display: none;
}
ul.contact-info li a.email,
ul.contact-info li span {
	color: #00a0e0;
}
.btn--cta {
	display: inline-block;
	font-weight: 400;
	background-color: #f47545;
	color: white;
	text-align: center;
	vertical-align: middle;
	border: 1px solid transparent;
	padding: 0.5em 1em;
	line-height: 1.5;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
	text-shadow: none;
}
.btn--cta:hover {
	color: white;
	background-color: #f58961;
}
/* nav */
.nav {}
.nav--header {
	display: none;
	clear: both;
}
.nav--header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
.nav--header-top {
	margin-bottom: 20px;
}
.nav--header ul li {
	display: inline-block;
	position: relative;
}
.nav--header li a {
	color: white;
	font-size: 1.2em;
	font-weight: 500;
	margin: 0 0 0 10px;
	padding-bottom: 20px;
	text-shadow: 1px 1px 2px #0b1f3f;
	text-shadow: 1px 1px 2px rgba(11,31,63,0.5);
}
.nav--header > ul > li.current-menu-item > a,
.nav--header ul > li > a:hover {
	color: #00a0e0;
}
.nav--header ul li a .header--home .nav--header ul li a {}
.nav--header ul li > a::after {
	content: ' \25BE';
	font-family: sans-serif;
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
	margin: 0 0 0 2px;
}
.nav--header ul li > a:only-child:after {
	content: '';
	margin: 0;
}
/* nav level 2 */
.nav--header ul li ul {
	visibility: hidden;
	opacity: 0;
	width: 270px;
	position: absolute;
	right: 0;
	top: 30px;
	text-align: left;
	z-index: 4;
	padding: 0;
	margin: 0 0 -20px;
	background-color: #ebf4ff;
	border-left: 1px solid #1c2c4b;
	border-right: 1px solid #1c2c4b;
	border-bottom: 1px solid #1c2c4b;
	transition: -webkit-transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
}
.nav--header ul li ul li {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
}
.header--home .nav--header ul li ul li a,
.nav--header ul li ul li a {
	width: 100%;
	text-transform: none;
	background: #ebf4ff;
	font-size: 14px;
	line-height: 1.2;
	color: #00000e;
	display: block;
	padding: 10px;
	text-shadow: none;
	margin: 0;
}
.nav--header ul li ul li > a:hover,
.nav--header ul li ul li.current-menu-item > a {
	color: #00000e;
	background: #00a0e0;
}
.nav--header ul li ul:focus,
.nav--header ul li ul:hover,
.nav--header ul li:hover > ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.nav--footer {}
.nav--footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav--footer ul li {
	display: inline-block;
	position: relative;
	width: 35%;
	margin-bottom: 15px;
	vertical-align: top;
}
.nav--footer li a {
	color: white;
	font-size: 1.4em;
	font-weight: 500;
	white-space: nowrap;
}
.nav--footer ul li a:hover {
	color: #00a0e0;
}
.nav--services ul {
	font-size: 1.4em;
	padding: 0;
}
.nav--services ul li {
	padding: 1em 0;
	width: 100%;
	display: inline-block;
	border-bottom: 1px solid #7f899a;
}
.nav--services ul li a {
	display: block;
	transition: all 0.1s ease-in-out;
}
.nav--sidebar {
	margin-bottom: 4em;
}
.nav--sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.nav--sidebar ul li {
	padding: 1em 0;
	display: block;
	position: relative;
	border-bottom: 1px solid #7f899a;
}
.nav--sidebar ul li a {
	font-size: 1.4em;
	display: block;
	transition: all 0.1s ease-in-out;
}
.nav--services ul li a:hover,
.nav--sidebar ul li a:hover {
	color: #00a0e0;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.nav--sidebar .date {
	font-weight: 500;
}
.nav--mobile {
	background: #ebf4ff;
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	z-index: 9999;
	position: fixed;
	left: -280px;
	/*left or right and the width of your navigation panel*/
	width: 280px;
	/*should match the above value*/
}
.nav--mobile ul.menu {
	font-size: 1.4em;
	margin: 0;
	padding: 1.5em 0;
	list-style: none;
}
.nav--mobile ul.menu li {
	padding: 0;
}
.nav--mobile ul.menu > li {
	border-bottom: 1px solid #000e3d;
}
.nav--mobile ul.menu ul {
	margin: 0.5em 0;
	padding: 0 0 0 2em;
}
.nav--mobile ul.menu li a {
	display: block;
	padding: 1em;
	line-height: 1;
	color: 0e;
}
.nav--mobile ul.menu li a:hover {
	background: #00a0e0;
}
/* sidebar */
.sidebar {}
/* footer */
.footer {
	padding: 0 0 10px;
	/* Padding to compensate for white border */
	background-color: #0b1f3f;
	background-image: url("img/bg-footer.png");
	background-position: top right;
	background-repeat: no-repeat;
	background-size: cover;
	border: 5px solid #ffffff;
}
ul.branches {
	font-size: 1.2em;
}
ul.social {
	margin: 2em 0;
	padding: 0;
}
ul.social li {
	display: inline-block;
	margin-right: 2em;
}
ul.social li a {
	display: block;
	transition: all 0.1s ease-in-out;
}
ul.social li a:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.hero {
	position: relative;
	border-top: 1px solid #ffffff;
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	padding: 3em;
}
.hero--home {
	background-color: #193762;
	/*background-image: url("img/hero-edin.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;*/
	border-bottom: 10px solid white;
	padding: 2em 0 0;
	overflow: hidden;
	text-align: center;
}
.hero--content,
.hero--image {
	background-color: #0b1f3f;
}
.hero--image {
	overflow: hidden;
}
.hero__image {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	bottom: 0;
	right: 0;
	margin: auto;
	width: 50%;
	z-index: 0;
	opacity: 0.35;
}
.hero__image--pc {
	top: 50%;
	width: 75%;
}
.hero__image--cl {
	width: 30%;
}
.hero__image--about {
	width: 85%;
	opacity: 0.25;
}
.hero--gradient {
	min-height: 150px;
	-webkit-animation: gradient 17s ease-in-out infinite;
	animation: gradient 17s ease-in-out infinite;
}
.gradient--orange {
	background: rgb(11,31,63);
	background: linear-gradient(136deg, rgba(11,31,63,1) 22%, rgba(36,58,87,1) 52%, rgba(240,163,133,1) 93%);
	background-size: 150% 260%;
}
.gradient--green {
	background: rgb(62,84,111);
	background: linear-gradient(136deg, rgba(36,58,87,1) 50%, rgba(82,135,132,1) 89%);
	background-size: 150% 260%;
}
.gradient--yellow {
	background: rgb(11,31,63);
	background: linear-gradient(136deg, rgba(11,31,63,1) 20%, rgba(62,84,111,1) 52%, rgba(255,216,98,1) 92%);
	background-size: 150% 260%;
}
.gradient--blue {
	background: rgb(62,84,111);
	background: linear-gradient(128deg, rgba(11,31,63,1) 46%, rgba(110,206,246,1) 93%);
	background-size: 150% 260%;
}
@-webkit-keyframes gradient {
	0% {
		background-position: 86% 100%;
	}
	50% {
		background-position: 15% 0;
	}
	100% {
		background-position: 86% 100%;
	}
}
@keyframes gradient {
	0% {
		background-position: 86% 100%;
	}
	50% {
		background-position: 15% 0;
	}
	100% {
		background-position: 86% 100%;
	}
}
.hero__inner {
	position: relative;
	color: #ffffff;
	text-shadow: 1px 1px 2px #0b1f3f;
	text-shadow: 1px 1px 2px rgba(11,31,63,0.75);
	z-index: 1;
}
.edinburgh {
	width: 100%;
}
.edinburgh img {
	width: 100%;
	display: none;
}
@-webkit-keyframes move {
	0% {
		-webkit-transform-origin: bottom left;
		transform-origin: bottom left;
		transform: scale(1.0);
		-ms-transform: scale(1.0);
		/* IE 9 */
		-webkit-transform: scale(1.0);
		/* Safari and Chrome */
		-o-transform: scale(1.0);
		/* Opera */
		-moz-transform: scale(1.0);
		/* Firefox */
	}
	100% {
		transform: scale(1.2);
		-ms-transform: scale(1.2);
		/* IE 9 */
		-webkit-transform: scale(1.2);
		/* Safari and Chrome */
		-o-transform: scale(1.2);
		/* Opera */
		-moz-transform: scale(1.2);
		/* Firefox */
	}
}
.no-skrollr .no-parallax {
	display: none;
}
.no-parallax,
.no-skrollr .no-parallax {
	display: block;
	background-image: url("img/parallax_mobile.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 150px;
}
.parallax {
	display: none;
	position: absolute;
	width: 100%;
	height: 600px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 2;
}
.parallax-layer {
	position: absolute;
	width: 100%;
}
.parallax-image-layer {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 0 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 100%;
}
.parallax-text-layer {}
.parallax-layer-0 {
	background-image: url("img/parallax-0.png");
}
.parallax-layer-1 {
	background-image: url("img/parallax-1.png");
}
.parallax-layer-2 {
	background-image: url("img/parallax-2.png");
}
.parallax-layer-3 {
	background-image: url("img/parallax-3.png");
}
.parallax-layer-5 {
	background-image: url("img/parallax-4.png");
}
.parallax-header {
	text-align: center;
	color: white;
	font-size: 10em;
	margin: 0;
}
.introduction--home {
	background-color: #B1C0D3;
	padding: 1em;
	border-bottom: 5px solid #ffffff;
	text-align: center;
}
.introduction--home__header {
	font-size: 2.6em;
	color: white;
}
.container--flush-left {
	border-top: none;
	border-right: none;
}
.section {
	position: relative;
}
.section--content {
	padding: 3em 0;
}
.section--content-small {
	padding: 2em 0;
}
.section--indent {
	margin-top: 0;
	border-top: 5px solid white;
	padding: 3em 0;
}
.section--overflow {
	padding: 3em 0;
}
.section--footer {
	padding: 3em 0 1em;
}
.section--copyright {
	padding: 2em 0;
}
.panel {
	width: 100%;
	border: 5px solid #ffffff;
}
.panel_inner--right-align {
	float: right;
}
.panel--call-to-action {
	background-color: #325184;
	color: #ffffff;
	padding: 3em;
	position: relative;
	overflow: hidden;
}
.panel--property-search {
	background-color: #2b4877;
	padding: 20px;
}
.panel--service {
	position: relative;
	/*background-color: #17345f;*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #ffffff;
	overflow: hidden;
}
.panel--service:before {
	content: "";
	display: none;
	padding-top: 25%;
}
.panel--family-law {
	background-color: #f37546;
}
.panel--property-services {
	background-color: #f37546;
}
.panel--private-client {
	background-color: #ffe280;
}
.panel--commercial {
	background-color: #528684;
}
.panel--service .panel__inner {
	position: relative;
	padding: 2em;
	z-index: 1;
	transition: -webkit-transform 0.2s;
	transition: padding 0.2s;
	transition: padding 0.2s, -webkit-transform 0.2s;
}
.panel--service .permalink {
	overflow: hidden;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.panel--service img {
	width: 100%;
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 0;
	transition: -webkit-transform 0.2s;
	transition: transform 0.2s;
	transition: transform 0.2s, -webkit-transform 0.2s;
}
.panel--service:hover img {
	-webkit-transform: scale(1.04);
	transform: scale(1.04);
}
.panel--service__header {
	margin: 0;
}
.panel--branches {
	/*background-image: url("img/panel-branches.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;*/
}
.panel--purchase-quote {
	background-image: url("img/purchase-quote.png");
	background-position: left center;
	background-repeat: no-repeat;
}
.panel--valuation {
	background-image: url("img/valuation.png");
	background-position: right center;
	background-repeat: no-repeat;
}
.panel--about {
	background-color: #B1C0D3;
	padding: 3em;
}
.panel__filler-block {
	display: none;
	content: "";
	position: absolute;
	bottom: 0;
	top: 0;
	right: -100%;
	left: -100%;
	border-top: 10px solid #ffffff;
}
.card {
	width: 100%;
	background: white;
	box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}
.card--home {
	position: relative;
	background-color: #ffffff;
	background-image: url("img/bg-footer.png");
	background-position: center;
	background-repeat: no-repeat;
	box-shadow: 0 6px 20px rgba(0,0,0,0.05);
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	z-index: 1;
}
.card--home .card__inner {
	padding: 1em;
}
.card--valpal {
	background-color: #f47545;
	color: white;
	margin-bottom: 2em;
}
.card--freehr {
	background-color: #0f2341;
	background-image: url("img/bg-chess.png");
	background-position: bottom left;
	background-repeat: no-repeat;
	color: white;
	margin-bottom: 2em;
}
.card--virtual {
	background-color: #0f2341;
	background-image: url("img/bg-key.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: white;
	margin-bottom: 4em;
	margin-top: 0;
}
.card--news {
	width: 90%;
	margin: 0 auto 2em;
	background-color: #ffffff;
	box-shadow: 0 0 5px rgba(54,69,79,0.2);
	transition: all 0.3s ease 0s;
}
.card--news:hover {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
	box-shadow: 0 14px 30px rgba(54,69,79,0.2);
	transition: all 0.3s ease 0s;
}
.card--news .card__inner {
	padding: 1.6em;
}
.card--news__date {
	font-size: 1.2em;
	margin-bottom: 1em;
}
.card--news__excerpt {
	font-size: 1.3em;
	margin-bottom: 0;
}
.card--news__link {
	font-size: 1.4em;
	padding: 1.125em;
	text-decoration: underline;
	display: inline-block;
}
.card--branch {
	border: 1px solid #dddddd;
	margin-top: 2em;
	margin-bottom: 2em;
}
.card--branch .card__inner {
	min-height: 300px;
	padding: 2em;
}
.card--team {
	background-color: #ebf4ff;
	margin-bottom: 2em;
	-webkit-box-shadow: 0 0 8px 0 hsla(0,0%,5%,.06);
	box-shadow: 0 0 8px 0 hsla(0,0%,5%,.06);
}
.card--news-photo {
	border: 10px solid #ffffff;
}
.card--news-photo,
.card--team-photo {
	width: 100%;
	height: 250px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
}
.card--team-photo {
	margin-top: 10px;
}
.card .card__flex {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.card--property-marketing {
	padding: 3em;
}
.card--valuation {
	color: white;
	background-image: url("img/panel-valuation.png");
	background-color: #a3bfcf;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.card--branches {
	color: #00000e;
	background-image: url("img/panel-branches.png");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #17345f;
	border: 1px solid #dddddd;
}
.card--enquiries {
	background-color: #17345f;
	color: white;
	margin-bottom: 3em;
	padding: 3em;
}
.card--experts {
	background-color: white;
	color: #17345f;
	margin-bottom: 3em;
	padding: 3em;
	border: 2px solid #17345f;
}
.card--stat {
	color: #242a57;
	text-align: center;
	border-radius: 20px;
	box-shadow: 0 10px 20px inset rgba(0,0,0,0.05);
	min-height: 150px;
}
.counter-value {
	font-weight: 600;
	font-size: 8em;
	color: #00a0e0;
	margin-bottom: 0.5em;
}
.counter-title {
	font-size: 1.6em;
}
.bg--light-blue {
	background-color: #ebf4ff;
}
.bg--mid-blue {
	background-color: #B1C0D3;
}
.bg--blue {
	background-color: #17345f;
}
.bg--dark-blue {
	background-color: #0b1f3f;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 700px;
	height: 75vh;
	z-index: 0;
}
.bg--service {
	position: relative;
}
.bg--service.bg--family_law::after {
	background-image: url("img/family-law.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	content: ' ';
	display: none;
	position: absolute;
	left: -50%;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.1;
}
.bg--service.bg--private_client::after {
	background-image: url("img/private-client.png");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	content: ' ';
	display: none;
	position: absolute;
	left: -50%;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.1;
}
.bg--service.bg--commercial::after {
	background-image: url("img/commercial-law.png");
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	content: ' ';
	display: none;
	position: absolute;
	left: -50%;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.1;
}
.bg--topographic {
	background-image: url("img/bg-topographic.png");
	background-repeat: repeat;
}
.btn {
	display: inline-block;
	font-weight: 400;
	color: #333;
	text-align: center;
	vertical-align: middle;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 1em 1.5em;
	font-size: 1.4em;
	line-height: 1.5;
	transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
}
.btn--white {
	color: #f47545;
	background: white;
	border: 1px solid white;
}
.btn--white:hover {
	color: white;
	background: transparent;
}
.btn--blue {
	color: #ffffff;
	background-color: #00a0e0;
}
.btn--blue:hover {
	color: #ffffff;
	background-color: #00b3fa;
}
.btn--black {
	color: #ffffff;
	background-color: #00000e;
}
.btn--black:hover {
	color: #ffffff;
	background-color: #aaaaaa;
}
.btn--linkedin {
	color: #ffffff;
	background-color: #0077b5;
	margin-top: 1em;
}
.btn--linkedin:hover {
	color: #0077b5;
	background-color: #98d8f4;
}
.btn--navy {
	color: #ffffff;
	background-color: #17345f;
}
.btn--navy:hover {
	color: #ffffff;
	background-color: #2b4877;
}
.btn--yellow {
	color: #ffffff;
	background-color: #fdd862;
}
.btn--yellow:hover {
	color: #ffffff;
	background-color: #ffe281;
}
.btn--orange {
	color: white;
	background-color: #f47545;
}
.btn--orange:hover {
	color: white;
	background-color: #f58961;
}
.btn--block {
	display: block;
}
.btn--mobile-cta {
	display: block;
}
.btn--mobile {
	display: block;
	float: right;
	font-size: 1.4em;
	font-weight: 600;
	text-align: center;
	color: #ffffff;
	border: 2px solid #ffffff;
	display: inline-block;
	padding: 8px 20px;
}
.btn--mobile:hover {
	background: #00a0e0;
	text-decoration: none;
}
.btn--wills {
	color: #17345f;
	background-color: #fdd862;
	font-weight: 600;
	margin-bottom: 2em;
	box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}
.btn--wills:hover {
	background-color: #ffe281;
}
.btn--property-services {
	color: white;
	background-color: #00a0e0;
	font-weight: 600;
	margin-bottom: 2em;
	box-shadow: 0 6px 20px rgba(0,0,0,0.05);
}
.btn--property-services:hover {
	color: white;
	background-color: #00b3fa;
}
.separator--horizontal {
	width: 100%;
	height: 1px;
	background-color: #7f899a;
}
.separator {
	display: none;
	position: absolute;
	font-size: 1.4em;
	font-weight: 500;
	color: #ffffff;
	margin: auto;
	text-align: center;
}
.separator--right {
	bottom: -10px;
	right: 20px;
}
.separator--left {
	bottom: -10px;
	left: 10px;
}
.separator__line {
	display: inline-block;
	width: 1px;
	height: 180px;
	background: #ffffff;
}
.separator--short .separator__line {
	height: 90px;
}
.separator__text {
	display: block;
	margin-bottom: 40px;
	vertical-align: middle;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
.pagination {
	width: 100%;
	text-align: center;
}
.page-numbers {
	margin: 0;
	padding: 10px 15px;
	width: auto;
	height: auto;
	color: #1c2c4b;
	font-size: 1.3em;
	min-width: 45px;
	display: inline-block;
}
.page-numbers.current,
.page-numbers:hover {
	margin: 0;
	background-color: #dddddd !important;
}
.introduction {
	padding-top: 0;
}
.news-image img {
	display: block;
	margin: 0 0 3em;
}
.news-date {
	font-weight: bold;
	font-size: 1.4em;
	margin: 1em 0;
}
article.post p:first-of-type {
	font-weight: bold;
}
.share {
	margin-bottom: 3em;
}
/* Accordion Styles */
.accordion {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 20px;
}
.accordion-title {
	margin: 0;
	padding: 10px;
	cursor: pointer;
	background: #a3bfcf;
	color: white;
}
.accordion-title:hover {}
.accordion-title:first-child {
	border: none;
}
.accordion-title.open {
	cursor: default;
}
.accordion-content {
	padding-bottom: 10px;
}
.contact-form {
	margin-bottom: 2em;
}
.contact-form p {
	font-size: 1.4em;
	margin-bottom: 0.5em;
}
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="date"],
.contact-form select,
.contact-form textarea {
	background-color: #edf4fa;
	color: #00000e;
	width: 100%;
	padding: 0.5em;
	margin-top: 0.5em;
	border: 1px solid #abb9c7;
	text-transform: initial;
}
.contact-form input[type="text"]:hover,
.contact-form input[type="email"]:hover,
.contact-form input[type="tel"]:hover,
.contact-form input[type="date"]:hover,
.contact-form select:focus,
.contact-form textarea:hover {
	border-color: #00b3fa;
}
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form input[type="date"]:focus,
.contact-form select:focus,
.contact-form textarea:focus {
	border-color: #00b3fa;
	box-shadow: 0 0 0 0.125em rgba(0,160,224,0.25);
}
.contact-form textarea {
	resize: none;
	height: 140px;
}
.contact-form input[type="submit"] {
	position: relative;
	font-weight: 400;
	font-size: 1em;
	background-color: #00a0e0;
	border-radius: 0;
	border: none;
	color: #ffffff;
	box-shadow: none;
	padding: 0.875em 2.5em;
	margin: 0 auto;
	transition: all 0.15s ease;
}
.contact-form input[type="submit"]:hover {
	background-color: #00b3fa;
}

ul.counties,
ul.towns {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.towns li {
	display: inline-block;
	width: 24%;
}
ul.counties li {
	display: inline-block;
	width: 32%;
}
ul.counties li a,
ul.practice-areas li a,
ul.towns li a {
	color: #00a0e0;
	text-decoration: underline;
	font-size: 1.6em;
	display: block;
	transition: all 0.05s ease-in;
}
ul.counties li a:hover,
ul.practice-areas li a:hover,
ul.towns li a:hover {
	color: #00b3fa;
	-webkit-transform: translateY(-1px);
	transform: translateY(-1px);
}
ul.counties li a h2 {
	font-size: 1.5em;
}
ul.towns li a h3 {
	font-size: 1em;
}
ul.practice-areas {
	margin: 0 0 3em;
	padding: 0;
	list-style: none;
}
ul.practice-areas li {
	margin-bottom: 1em;
}
.slick--testimonials {
	position: relative;
}
.slick--testimonials::after,
.slick--testimonials::before {
	position: absolute;
	font-size: 75px;
	display: none;
	line-height: 1;
	font-family: Arial,sans-serif;
	color: #00a0e0;
}
.slick--testimonials::before {
	content: '\201c';
	left: 0;
	top: 0;
}
.slick--testimonials::after {
	content: '\201d';
	right: 0;
	top: 50%;
}
.testimonial {
	font-size: 1.4em;
	padding: 0 3em 2em;
}
.testimonial--large {
	padding: 2em;
}
.service-icon {
	max-height: 110px;
	width: auto;
	margin-bottom: 2em;
	display: none;
}
.map--branches {
	height: 600px;
	margin-bottom: 3em;
}
.map__info {}
.map__info h5 {
	font-size: 1em;
}
.map__info p {
	font-size: 1em;
}
.border--large {
	width: 100%;
	height: 3px;
	background-color: #00a0e0;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
/*------------------------------------*\
    BDP FOR WORDPRESS
\*------------------------------------*/
.properties--featured {
	margin: 0;
	padding: 0;
}
.properties--featured .slick-list {
	padding-top: 3em;
}
.card--home .sformcontainer.bdpform .sform__field.price,
.card--home .sformcontainer.bdpform .sform__field.bedrooms,
.card--home .sformcontainer.bdpform .sform__field.proptype {
	display: none;
}
.sform__wrap {}
.sform__toggle {}
.sform__intro {
	color: white;
}
.sform__toggle--buy,
.sform__toggle--let {
	display: inline-block;
	margin: 0 1em;
	padding: 0.5em 1em;
	border: 1px solid white;
}
.sform__toggle--buy.active,
.sform__toggle--let.active {
	background: white;
	color: #00514b;
}
.sform__toggle--buy:hover,
.sform__toggle--let:hover {
	background: white;
	color: #00514b;
	cursor: pointer;
}
.sform__toggle--form {
	display: none;
}
.sform__toggle--form.sform__toggle--active {
	display: block;
}
.sformcontainer.bdpform {
	margin: 0 auto;
	text-align: left;
	display: inline-block;
}
.sformcontainer.bdpform .sform {
	display: block;
}
.sformcontainer.bdpform .sform__field {
	display: inline-block;
	padding: 0 5px;
	vertical-align: bottom;
	margin: 1em 0;
}
.sformcontainer.bdpform .sform__intro {
	display: inline-block;
	margin: 0 5px;
}
.sformcontainer.bdpform .sform__field.price .col1,
.sformcontainer.bdpform .sform__field.price .col2 {
	display: inline-block;
}
.sformcontainer.bdpform label {
	color: white;
	display: block;
	font-size: 1.4em;
}
.card--home .sformcontainer.bdpform label {
	color: #00000e;
}
.sformcontainer.bdpform label.sform__check span {
	display: block;
	font-size: 12px;
}
.sformcontainer.bdpform input,
.sformcontainer.bdpform select,
.soptions select {
	background-color: #edf4fa;
	margin-top: 0.25em;
	padding: 8px;
	border: 1px solid #abb9c7;
	transition: box-shadow 0.2s ease-in, border 0.2s ease-in;
	box-shadow: none;
	text-transform: initial;
	font-size: 1.4em;
	font-weight: 300;
}
.sformcontainer.bdpform select {
	width: 100%;
}
.sformcontainer.bdpform input[type="checkbox"] {
	width: auto;
}
.sformcontainer.bdpform button {
	background: #fdd862;
	border: 2px solid #fdd862;
	color: #0b1f3f;
	padding: 0.5em 1.25em;
	font-size: 1.6em;
	transition: background-color 0.15s ease-in-out, color 0.15s ease-in-out;
}
.sformcontainer.bdpform button:hover {
	background: #ffe281;
}
.soptions {
	margin: 0 auto 2em;
}
.soptions__left {
	float: left;
}
.soptions__right {
	float: right;
}
.card--property {
	width: 90%;
	margin: 0 auto 3em;
	box-shadow: 0 0 5px rgba(54,69,79,0.2);
	transition: all 0.3s ease 0s;
}
.card--property:hover {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
	box-shadow: 0 14px 30px rgba(54,69,79,0.2);
	transition: all 0.3s ease 0s;
}
.card--property .details {
	padding: 5px 15px 10px;
}
.card--property .thumbnail {
	padding: 10px;
}
.card--property .thumbnail img {
	vertical-align: top;
}
.details .availability {
	clear: both;
}
.details .availability,
.details .type {
	margin-bottom: 1.5em;
}
.details .price {
	font-size: 1.8em;
}
.details .type {
	font-size: 1.4em;
}
.details .flag {
	padding: 0.75em;
	font-size: 1.2em;
	font-weight: 300;
	display: inline-block;
	line-height: 1;
	float: right;
	color: white;
}
.flag.bdpstatus164 {
	background: #4caf50;
}
.flag.bdpstatus311 {
	background: #e53935;
}
.flag.bdpstatus293 {
	background: #e53935;
}
.flag.bdpstatus167,
.flag.bdpstatus197 {
	background: #ff7640;
}
.details h4 {
	margin: 0 0 15px;
	clear: both;
}
.details .type {}
.details .button {
	text-align: center;
	font-size: 0.875em;
	color: #333333;
	margin: 1em auto 0;
	display: block;
	padding: 1em;
	border: 1px solid #333333;
}
.details .button:hover {
	background: #333333;
	color: white;
}
.property-single__title,
.property-single__type {
	color: white;
	margin-bottom: 0.5em;
}
.property-single__price {
	padding: 20px;
	font-size: 2.4em;
	text-align: center;
	margin-bottom: 20px;
	color: #0b1f3f;
	line-height: 1;
	background-color: #fdd862;
}
.property-single__price span {
	font-size: 0.75em;
}
.statusflag {
	padding: 0.75em;
	font-size: 1.2em;
	font-weight: 300;
	display: inline-block;
	margin-bottom: 1em;
	line-height: 1;
}
.statusflag.bdpstatus164 {
	background: #4caf50;
}
.statusflag.bdpstatus311 {
	background: #e53935;
}
.statusflag.bdpstatus293 {
	background: #e53935;
}
.statusflag.bdpstatus167,
.statusflag.bdpstatus197 {
	background: #ff7640;
}
.property-sidebar {
	padding: 2em;
	background: #ebf4ff;
	margin: 0 auto 20px;
}
.property-sidebar .btn {
	margin-bottom: 20px;
}
.property-sidebar .btn:last-of-type {
	margin-bottom: 0;
}
.property-single-details {
	margin-top: 2.6em;
}
.photos {
	margin-bottom: 2em;
}
ul.features {
	font-size: 1em;
	font-weight: 500;
	padding: 0 0 2em;
	margin: 2em auto;
	border-bottom: 1px solid #bbbbbb;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
ul.features li {
	display: inline-block;
	margin-right: 0.5em;
	margin-left: 0.5em;
}
ul.features li.rooms0 {
	display: none;
}
.room-count {
	display: inline-block;
	vertical-align: middle;
	line-height: 26px;
	margin-left: 10px;
}
.feature-svg {
	height: 14px;
	vertical-align: middle;
	display: inline-block;
}
.viewingdetails {
	font-size: 1.6em;
	color: #1c2c4b;
}
.property-alert-form {}
.property-alert-form input[type="text"],
.property-alert-form input[type="email"],
.property-alert-form input[type="tel"],
.property-alert-form input[type="date"],
.property-alert-form select,
.property-alert-form textarea {
	background-color: #ffffff;
	color: #00000e;
	width: 100%;
	padding: 0.5em;
	margin-top: 0.5em;
	border: 1px solid #00a0e0;
	text-transform: initial;
}
.promise {
	padding: 5em;
	text-align: center;
}
.promise__image {
	margin: 0 auto 2em;
	max-height: 120px;
}
.promise-nav {
	cursor: pointer;
	position: relative;
	transition: all 0.1s ease-in-out;
	border-bottom: 1px solid white;
	outline: none;
}
.promise-nav:hover {
	opacity: 0.75;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}
.slick-current.promise-nav {
	border-bottom: 1px solid #0b1f3f;
}
.promise--one h3 {
	color: #708a9f;
}
.promise--two h3 {
	color: #2b4877;
}
.promise--three h3 {
	color: #0b1f3f;
}
.award {
	max-width: 62px;
	height: auto;
	margin: 20px 20px 40px 0;
	float: left;
}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
.center {
	text-align: center;
}
.white {
	color: #ffffff;
}
.bold {
	font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin: 0 0 1.25em;
}
h1 {
	font-size: 2.6em;
}
.hero__title {
	margin: 0;
	color: white;
}
.hero__title--home {
	text-shadow: 3px 4px 0 #0b1f3f;
}
.hero__title.hero__title--home {
	margin: 0 0 1.25em;
}
.hero__intro--home,
.hero__title--home {
	z-index: 2;
	position: relative;
}
h2 {
	font-size: 2.2em;
}
.card--news__title {
	font-size: 1.6em;
}
h3 {
	font-size: 1.8em;
}
h3.new-sidebar--title {
	margin-bottom: 0.5em;
}
h4,
h5 {
	font-size: 1.6em;
}
h3.panel--service__header {
	font-size: 1.6em;
}
h4.panel--service__header {
	font-size: 1.4em;
}
.card--branch h4 {
	color: #00a0e0;
}
.card--team__title {
	font-size: 1.3em;
}
.footer h4 {
	margin-top: 0;
	color: #00a0e0;
}
p {
	font-size: 1.4em;
	margin-top: 0;
	margin-bottom: 1.5em;
}
p#breadcrumbs {
	font-size: 1.2em;
	font-weight: 600;
	color: white;
	margin-bottom: 1em;
}
p#breadcrumbs a {
	color: white;
}
article p a,
article ul li a {
	color: #00b3fa;
}
article ul {
	font-size: 1.4em;
	margin-bottom: 1.5em;
}
article ol li {
	font-size: 1.6em;
	margin-bottom: 1.5em;
}
article table {
	font-size: 1.4em;
}
article table td {
	padding: 1em;
}
.card--home__text {
	font-size: 1.4em;
}
.hero__intro {
	color: white;
	font-size: 2.4em;
	text-shadow: 2px 2px 0 #0b1f3f;
}
.text--hero {
	font-size: 1.6em;
	color: white;
}
.introduction p {
	font-size: 1.6em;
	color: #0c1f3d;
}
.card--branch p {
	font-size: 1.4em;
}
.footer p {
	font-size: 1.4em;
	color: #ffffff;
}
.footer p a {
	color: #ffffff;
	text-decoration: none;
}
.footer p a:hover {
	color: #00a0e0;
}
.copyright-text {
	font-size: 1.2em;
	color: white;
}
.copyright-text a {
	color: white;
}
.grecaptcha-badge { visibility: hidden; }
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width:320px) {}

@media only screen and (min-width:480px) {
	.no-parallax,
	.no-skrollr .no-parallax {
		height: 210px;
	}

}
@media only screen and (min-width:768px) {
	.header {
		padding: 3em 3em 2em;
	}
	.footer {
		background-size: cover;
	}
	.section--footer {
		padding: 4em 0 1em;
	}
	h1 {
		font-size: 3.2em;
	}
	.hero__title.hero__title--home {
		margin: 0;
	}
	h2 {
		font-size: 2em;
	}
	h3 {
		font-size: 1.8em;
	}
	h4 {
		font-size: 1.8em;
	}
	h3.panel--service__header {
		font-size: 1.8em;
	}
	h4.panel--service__header {
		font-size: 1.8em;
	}
	p,
	p#breadcrumbs {
		font-size: 1.6em;
	}
	article ul {
		font-size: 1.6em;
	}
	.introduction p {
		font-size: 1.8em;
	}
	.text--large {
		font-size: 2.2em;
	}
	.text--hero {
		font-size: 1.8em;
	}
	.card--home__text {
		font-size: 1.6em;
	}
	.card--home .card__inner {
		padding: 1.6em;
	}
	.panel--call-to-action {
		padding: 4em 0;
	}
	.panel--about {
		padding: 10em 6em;
	}
	.panel--branches {
		background-size: auto;
	}
	.no-parallax,
	.no-skrollr .no-parallax {
		height: 300px;
	}
	.bg--service.bg--family_law::after {
		display: block;
	}
	.bg--service.bg--private_client::after {
		display: block;
	}
	.bg--service.bg--commercial::after {
		display: block;
	}
	.contact-form {
		margin-bottom: 0;
	}
	.contact-form p {
		font-size: 1.6em;
		margin-bottom: 1em;
	}
	.service-icon {
		display: block;
	}
	.card--news,
	.card--property {
		width: 100%;
	}
	.photos {
		border-top: 10px solid #ffffff;
		border-right: 10px solid #ffffff;
		border-left: 10px solid #ffffff;
	}
	ul.features {
		font-size: 1.4em;
	}
	ul.features li {
		margin-right: 1em;
		margin-left: 1em;
	}
	.feature-svg {
		height: 26px;
	}


	.card--team-photo {
		width: 100%;
		height: 250px;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center top;
	}

}
@media only screen and (min-width:992px) {
	h1 {
		font-size: 3.6em;
	}
	h2 {
		font-size: 2.2em;
	}
	h3 {
		font-size: 2em;
	}
	.property-single__title {
		font-size: 4em;
	}
	.property-single__type {
		font-size: 3em;
	}
	.header {
		padding: 2em;
	}
	.nav--header {
		display: block;
	}
	.header__contact-info {
		display: block;
	}
	.btn--mobile {
		display: none;
	}
	.nav--mobile {
		display: none;
	}
	.btn--mobile-cta {
		display: none;
	}
	.header__logo {
		width: 85px;
	}
	.header--fixed {
		position: absolute;
		top: 0;
		left: 0;
		background: transparent;
		background: rgba(11,31,63,0.25);
	}
	.parallax {
		display: block;
	}
	.no-parallax,
	.no-skrollr .no-parallax {
		display: none;
	}
	.hero--home {
		height: 410px;
		text-align: left;
		padding: 4em 0;
	}
	.introduction--home {
		padding: 3em 0;
		text-align: left;
	}
	.footer {
		background-size: contain;
	}
	.section--footer {
		padding: 6em 0 10em;
	}
	.hero--gradient {
		padding: 0;
	}
	.hero--gradient {
		height: 500px;
	}
	.hero__inner {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		margin: auto;
		padding: 0;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.hero--home .hero__inner {
		width: 100%;
	}
	.edinburgh {
		animation: move 35s ease;
		/* Add infinite to loop. */
		-ms-animation: move 35s ease;
		-webkit-animation: move 35s ease;
		-0-animation: move 35s ease;
		-moz-animation: move 35s ease;
		-webkit-animation-iteration-count: infinite;
		animation-iteration-count: infinite;
		-webkit-animation-direction: alternate;
		animation-direction: alternate;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: auto;
	}
	.edinburgh img {
		width: 100%;
		display: block;
	}
	.nav--services ul li {
		width: 40%;
		margin-left: 30px;
		padding: 25px 0;
	}
	.nav--services ul {
		font-size: 1.8em;
	}
	ul.branches {
		font-size: 1.4em;
	}
	.panel--call-to-action {
		padding: 10em 5em;
	}
	.panel--call-to-action .panel__inner {
		width: 50%;
	}
	.panel__filler-block {
		display: block;
		right: 80%;
		left: auto;
		width: 100%;
	}
	.panel--about {
		padding: 10em 6em;
		min-height: 470px;
	}
	.panel--commercial,
	.panel--family-law,
	.panel--private-client,
	.panel--property-services {
		background-color: #17345f;
	}
	.panel--service img {
		display: block;
	}
	.panel--service .panel__inner {
		background: #17345f;
		background: linear-gradient(0deg, #17345f 50%, transparent 100%);
	}
	.panel--service:before {
		padding-top: 65%;
		display: block;
	}
	.panel--service .panel__inner {
		position: absolute;
		bottom: 0;
		right: 0;
		left: 0;
		margin: auto;
	}
	.panel--service:hover .panel__inner {
		padding-bottom: 3em;
	}
	.border--blue-left {
		padding-left: 25px;
	}
	.border--blue-left::before {
		display: block;
	}
	.introduction {
		padding-top: 1em;
		padding-left: 2.5em;
		border-left: 5px solid #00a0e0;
	}
	.section--overflow {
		padding: 25em 0 8em;
	}
	.section--content {
		padding: 8em 0;
	}
	.section--indent {
		margin-top: -9em;
		border-top: none;
		padding: 0;
	}
	.container--flush-left {
		border-top: 10px solid #ffffff;
		border-right: 10px solid #ffffff;
	}
	.card--home {
		min-height: 345px;
	}
	.card__inner {
		padding: 20px;
	}
	.card--news .card__inner {
		padding: 1.6em;
	}
	.card--news .card__inner {
		min-height: 220px;
		height: 220px;
	}
	.card--branch .card__flex {
		min-height: 340px;
	}
	.card--valpal {
		background-image: url("img/bg-valpal.png");
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
		margin-bottom: 0;
	}
	.separator {
		display: block;
	}
	.introduction p {
		font-size: 2.2em;
	}
	.btn {
		font-size: 1.6em;
	}
	.testimonial {
		font-size: 1.6em;
	}
	.slick--testimonials::after,
	.slick--testimonials::before {
		display: block;
	}
	.award {
		max-width: 142px;
	}
}
@media only screen and (min-width:1024px) {}
@media only screen and (min-width:1140px) {
	.hero--home {
		height: 390px;
	}
	.parallax {
		height: 380px;
	}
	.card--home .card__inner {
		padding: 3em;
	}
	.card--home__text {
		font-size: 1.8em;
	}
	.nav--header li a {
		font-size: 1.4em;
	}
	ul.contact-info {
		font-size: 1.4em;
	}
}
@media only screen and (min-width:1280px) {
	.header__logo {
		width: 105px;
	}
	h1 {
		font-size: 4.8em;
	}
	.hero__title--home {
		font-size: 7em;
	}
	h1.news__title {
		font-size: 3.6em;
	}
	h2 {
		font-size: 3.2em;
	}
	h3 {
		font-size: 2.4em;
	}
	h4 {
		font-size: 1.8em;
	}
	.card--branch h4 {
		font-size: 1.6em;
	}
	.header {
		padding: 3em 3em 2em;
	}
	.header--home .nav--header ul li ul li a,
	.nav--header ul li ul li a {
		padding: 15px;
	}
	.hero--home {
		height: 460px;
	}
	.parallax {
		height: 450px;
	}
	.parallax-header {
		font-size: 6.5em;
	}
	.introduction--home__header {
		font-size: 3.4em;
	}
}
@media only screen and (min-width:1440px) {
	.hero--home {
		height: 480px;
		height: 50vh;
	}
	.nav--header li a {
		font-size: 1.6em;
		margin: 0 0 0 30px;
	}
	ul.contact-info {
		font-size: 1.6em;
	}
	.parallax {
		height: 500px;
	}
	.parallax-header {
		font-size: 8em;
	}
}
@media only screen and (min-width:1600px) {
	.parallax {
		height: 600px;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:144dpi) {}
/*------------------------------------*\
    MISC
\*------------------------------------*/
::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}
::selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}
::-webkit-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}
::-moz-selection {
	background: #04A4CC;
	color: #FFF;
	text-shadow: none;
}
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
	margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto;
}
.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}
a img.alignnone {
	margin: 5px 20px 20px 0;
}
a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}
a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	background: #FFF;
	border: 1px solid #F0F0F0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}
.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}
.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}
.gallery-caption,
.wp-caption .wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}
.sticky {}
.bypostauthor {}
/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-shadow: none !important;
	}
	a,
	a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	img,
	tr {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	@page {
		margin: 0.5cm;
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3;
	}
	h2,
	h3 {
		page-break-after: avoid;
	}
}
