/*Style Away, No Globals Please*/

@charset "utf-8";
/* CSS Document */

html, body {
	margin:0px;
	max-width: 100%;
	padding:0px;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	width: 100%;
	overflow-x: hidden;
	position: relative;
	background-color: #f3f3f3;
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	-ms-perspective: 500px;
	perspective: 500px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

p {
	color: #595252;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}

a {
	color: inherit;
	text-decoration: none;
}

h1 {
	font-family: 'Merriweather', serif;
	color: #bbbaba;
	font-size: 26px;
	font-weight: 300;
}

h2 {
	font-family: 'Cantata One', serif;
	font-size: 28px;
	margin-bottom: 20px;
	color: #3b324d;
}

h3 {
	font-family: 'Cantata One', serif;
	background-color: #695395;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	padding: 15px;
	padding-right: 40px;
	position: relative;
	display: inline-block;
	font-weight: 300;
	margin: 15px 0;
	margin-top: 25px;
}

h3::after {
	position: absolute;
	top: 30px;
	right: calc(-100% - 20px);
	content: '';
	height: 2px;
	width: 100%;
	background-color: #e3e3e3;
}

i.navicon {
	position: fixed;
	color: #e6e6e6;
	font-size: 40px;
	position: fixed;
	right: 20px;
	top: 50%;
	padding: 10px;
	z-index: 1001;
	cursor: pointer;
	background-color: rgba(43,43,43,0.8);
	transform: translate(-50%, -50%);
	border: solid 1px #e6e6e6;
	display: none;
}

nav {
	position: absolute;
	width: 45%;
	left: 50%;
	margin-left: -22.5%;
	z-index: 3;
	top: 300px;
}

nav ul {
	text-align: center;
}

nav ul li {
	color: #e2ded7;
	font-size: 18px;
	font-weight: 300;
	list-style: none;
	display: inline-block;
	text-transform: uppercase;
	position: relative;
	margin: 15px;
}

nav ul li:hover, .active {
	color: #ececec;
}

nav ul li a {
}

nav ul li:hover::after, l.active:hover::after {
	position: absolute;
	content: '';
	width: 10%;
	left: 0px;
	top: 30px;
	height: 4px;
	background-color: #ececec;
}

nav ul li:hover::before, l.active:hover::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 4px;
	border-bottom: solid 1px #ececec;
	top: 30px;
}

.logo {
	position: absolute;
	top: 0;
	background-color: #e2ded7;
	padding: 20px;
	z-index: 20;
	left: 50%;
    transform: translateX(-50%);
}

.logo span {
	font-family: 'Cantata One', serif;
	color: #3b324d;
	font-size: 130px;
	text-align: center;
	letter-spacing: -12px;
	line-height: 130px;
}

.logo p {
	text-align: center;
	color: #3b324d;
	margin: 0px;
	font-size: 18px;
	letter-spacing: 5px;
	text-transform: uppercase;
}

.logo p:first-of-type {
	font-weight: 600;
}

.logo p:last-of-type {

}

.logo img {
	max-width: 400px;
	padding: 30px 0;
}

header {
	width: 100%;
	height: calc(100vh + 100px);
	position: relative;
	z-index: 1;
	background: url('../images/header.jpg') no-repeat center;
	background-size: cover;
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	-ms-perspective: 500px;
	perspective: 500px;
	overflow: hidden;
}

header::after {
	position: absolute;
	content: '';
	width: 45%;
	height: calc(100% + 20%);
	left: 50%;
	display: inline-block;
	-webkit-perspective: 500px;
	-moz-perspective: 500px;
	-ms-perspective: 500px;
	perspective: 500px;
	-webkit-transform:  translateX(-50%) rotateX(-15deg);
	-moz-transform:  translateX(-50%) rotateX(-15deg);
	-ms-transform:  translateX(-50%) rotateX(-15deg);
	-o-transform:  translateX(-50%) rotateX(-15deg);
	transform:  translateX(-50%) rotateX(-15deg);
	background-color: rgba(35, 35, 35, 0.8);
	top: 0px;
	z-index: 1;
}

.smallheader {
	height: 550px;
}

header h1 {
	position: relative;
	z-index: 2;
	margin: 0px;
	padding-top: 25%;
	width: 800px;
	text-align: center;
	margin: 0 auto;
}

header p {
	position: relative;
	width: 800px;
	z-index: 2;
	color: #bbbaba;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
}

.social {
	position: absolute;
	z-index: 2;
	bottom: 100px;
	text-align: center;
	padding-bottom: 30px;
	width: 100%;
}

.social i {
	color: #b4b4b4;
	font-size: 45px;
	font-weight: 300;
	padding: 10px 20px;
	cursor: pointer;
}

.social i:hover {
	color: #3b324d;
}

.newrow {
	overflow: hidden;
}

.wrapper, .newrow {
	position: relative;
	background-color: #f3f3f3;
	z-index: 5;
}

.wrapper::before {
	position: absolute;
	content: '';
	left: 0px;
	height: 100px;
	top: -100px;
	z-index: 3;
	width: 0; 
	height: 0; 
	border-left: 49.56vw solid transparent;
	border-right: 0px solid transparent;
	border-bottom: 100px solid #f3f3f3;
}

.wrapper::after {
	position: absolute;
	content: '';
	right: 0px;
	height: 100px;
	top: -100px;
	z-index: 3;
	width: 0; 
	height: 0; 
	border-right: 49.56vw solid transparent;
	border-left: 0px solid transparent;
	border-bottom: 100px solid #f3f3f3;
}

.contactbox p {
	margin: 0px;
}

aside {
	width: 550px;
	float: left;
}

.contactbox {
	background-color: #dddddd;
	padding: 40px;
	position: relative;
	margin: 0 40px;
	margin-top: -100px;
	z-index: 5;
}

.contactbox p {
	font-weight: 400;
}

.contactbox span {
	position: relative;
	display: block;
	overflow: hidden;
	margin-top: 20px;
	padding: 10px 0;
}

.contactbox i {
	display: inline-block;
	width: 50px;
	height: 50px;
	text-align: center;
	background-color: #3b324d;
	padding: 10px;
	font-size: 30px;
	line-height: 30px;
	float: left;
	color: #fff;
	margin-right: 20px;
	margin-top: 15px;
}

.contactbox span p {
	color: #373737;
	font-size: 18px;
	font-weight: 300;
	padding-bottom: 10px;
}

.contactbox p.mobile {
	font-size: 40px;
	font-weight: 600;
	color: #272727;
}

aside img.mainsideimg {
	top: -65px;
	position: relative;
	z-index: 4;
}

.topicons {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 40px;
}

.topicons div {
	float: left;
	width: 33.3333333%;
}

.topicons div:nth-of-type(3) i {
}

.topicons i {
	color: #3b324d;
	font-size: 100px;
	display: block;
	text-align: center;
}

.topicons p {
	font-family: 'Merriweather', serif;
	text-align: center;
	color: #aaaaaa;
	font-size: 16px;
	padding-top: 10px;
}

.content {
	float: right;
	width: calc(100% - 600px);
	overflow: hidden;
}

.fullcontent {
	position: relative;
	width: 100%;
	padding: 20px;
	padding-right: 0px;
}

h2.bigtitle {
	font-size: 60px;
	font-weight: 400;
	text-transform: uppercase;
}

.main {
	width: calc(100% - 500px);
	float: left;
	margin-top: 100px;
	position: relative;
	padding-bottom: 60px;
}

.main h1 {
	color: #3a3a3a;
	line-height: 42px;
	font-size: 28px;
	letter-spacing: -1px;
	font-weight: 300;
	background-color: #eaeaea;
	padding: 15px;
	border-left: solid 5px #3b324d;
}

.accreds {
	float: right;
	background-color: #ffffff;
	padding: 40px;
	border-left: solid 10px #695395;
	width: 340px;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	margin-top: 160px;
	position: relative;
	margin-bottom: 50px;
}

.accreds span {
	display: block;
	position: relative;
	margin-bottom: 60px;
}

.accreds img {
	margin: 0 auto;
	max-width: 60%;
	display: block;
	-webkit-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}

.accreds img:hover {
	-webkit-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}

.accreds span:last-of-type {
	margin-bottom: 0px;
}

.accreds span:last-of-type::after {
	display: none;
}

.accreds span::after {
	position: absolute;
	content: '';
	bottom: -30px;
	height: 2px;
	width: 20%;
	left: 50%;
	margin-left: -10%;
	background-color: #818181;
}

p.highlight {
	font-family: 'Merriweather', serif;
	color: #9d9d9d;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	margin-bottom: 20px;
}

.reviewsection {
	position: relative;
	overflow: hidden;
	padding: 200px 40px;
	clear: both;
	background: url('../images/reviewbg.jpg') no-repeat center bottom;
	background-size: cover;
	text-align: right;
}

.reviewsection::after {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	content: '';
	background-color: rgba(28, 28, 28, 0.7);
}

.reviewsection p, .reviewsection i {
	position: relative;
	z-index: 2;
}

.reviewsection span {
	width: 50%;
	float: right;
}

.reviewsection p {
	font-family: 'Merriweather', serif;
	font-weight: 300;
	text-align: right;
	color: #dbdbdb;
	line-height: 30px;
	font-size: 18px;
}

stars {
	margin: 0 auto;
	display: block;
	width: 200px;
}

.reviewsection i {
	color: #dbdbdb;
	font-size: 20px;
	margin-left: 5px;
	position: relative;
	top: 20px;
}

.whychoose {
	position: relative;
	overflow: hidden;
	padding: 0 40px;
}

.whychoose div.image {
	width: 630px;
	float: right;
	padding-bottom: 50px;
}

.whychoose div.text {
	width: calc(100% - 700px);
	float: left;
	overflow: hidden;
}

.whychoose div.text div.half {
	padding: 0 30px;
}

.half {
	width: 50%;
	float: left;
}

.content ul, .whychoose ul {
	padding-left: 40px;
}

.content ul li, .whychoose ul li {
	font-family: 'Merriweather', serif;
	list-style: none;
	color: #686868;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 6px;
	position: relative;
}

.content ul li::before, .whychoose ul li::before {
	position: absolute;
	left: -40px;
	content: '\f10a';
	top: 0px;
	font-family: IonIcons;
	color: #695395;
}

footer {
	position: relative;
	overflow: hidden;
	margin-top: 20px;
	background: url('../images/footerbg.jpg') no-repeat center;
	background-size: cover;
}

.footercontent {
	background-color: rgba(36, 36, 36, 0.8);
	position: relative;
	text-align: center;
	padding: 70px 50px;
	width: 40%;
	margin: 0 auto;
}

.footercontent p, .footercontent ul li {
	color: #dedede;
}

footer p {
	margin: 0px;
}

.footercontent i {
	color: #b4b4b4;
	font-size: 35px;
	margin: 0 10px;
}

.footercontent ul {
	padding: 0px;
	margin: 0px;
}

.footercontent ul li {
	list-style: none;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 8px;
}

footer hr {
	width: 30px;
	background-color: #f3f3f3;
	height: 3px;
	border: none;
	margin: 20px auto;
}

.footercontent::before {
	position: absolute;
	content: '';
	width: 0;
	top: 0px;
	left: -120px;
	height: 0; 
	border-top: 50em solid transparent;
	border-bottom: 0px solid transparent;
	border-right: 120px solid rgba(36, 36, 36, 0.8);;
}

.footercontent::after {
	position: absolute;
	content: '';
	width: 0;
	top: 0px;
	right: -120px;
	height: 0; 
	border-top: 50em solid transparent;
	border-bottom: 0px solid transparent;
	border-left: 120px solid rgba(36, 36, 36, 0.8);;
}

footer div.newrow .half {
	padding: 10px;
}

footer div.newrow .half:first-of-type {
	background-color: #3b324d;
}

footer div.newrow .half:last-of-type {
	background-color: #202020;
}

footer div.newrow p {
	color: #dbdbdb;
	text-transform: uppercase;
	font-size: 13px;
	padding: 10px;
}

.seo p {
	display: inline-block;
	position: relative;
}

.seo p:nth-child(1n+2) {
	color: #77739b;
	padding-left: 30px;
	padding-right: 30px;
}

.seo p:nth-child(1n+2)::after {
	position: absolute;
	top: 9px;
	left: 0px;
	content: '|';
}

.enquiry {
	padding: 20px;
	font-size: 12px;
}

enquiry div.half {

}

#map {
	width: 100%;
	height: 400px;
	position: relative;
	z-index: 3;
	background-color: #e6e6e6;
	-webkit-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
}

form input[type="submit"] {
	padding: 10px;
	display: block;
	background-color: #3b324d;
	width: 100%;
	border: none;
	color: #fff;
	font-family: 'Merriweather', serif;
	font-size: 18px;
	font-weight: 300;
	margin-top: 10px;
} 
.gallery {
	position: relative;
	overflow: hidden;
}

.galleryimg {
	float: left;
	width: calc(20% - 20px);
	margin: 10px;
}

blockquote {
	position: relative;
	background-color: #ffffff;
	padding: 20px;
	border-right: solid 5px #473d68;
	margin-bottom: 40px;
}

blockquote::after {
	font-family: IonIcons;
	position: absolute;
	right: -30px;
	top: 100px;
	background-color: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	content: '\f347';
	text-align: center;
	font-size: 20px;
	line-height: 50px;
	color: #a6a6a6;
}

blockquote p {
	font-size: 14px;
}

blockquote h4 {
	font-family: 'Merriweather', serif;
	background-color: #222222;
	padding: 5px 15px;
	color: #eee;
	font-weight: 300;
	position: relative;
	left: -30px;
	font-size: 14px;
}


/*Big Lappy*/
@media screen and (max-width: 1440px) {
	.wrapper::before {
		border-left-width: 50vw;
	}
	.wrapper::after {
		border-right-width: 50vw;
	}
	header::after {
		width: 60%;
	}
	nav {
		width: 60%;
		margin-left: -30%;
		top: 250px;
	}
	aside {
		width: 450px;
	}
	.content {
		width: calc(100% - 500px);
	}
	.main {
		width: calc(100% - 400px);
	}
}
/*Basic lappy*/
@media screen and (max-width: 1366px) {
}
/*iPad Landscape*/
@media screen and (max-width: 1024px) {
	i.navicon {
		display: block;
	}
	nav {
		top: -100vh;
		height: 100vh;
		left: 0px;
		margin-left: initial;
		z-index: 20;
		background-color: rgba(36, 59, 40, 0.9);
		width: 100%;
		padding-top: 100px;
		-webkit-transition: top 0.5s ease-in;
		-o-transition: top 0.5s ease-in;
		transition: top 0.5s ease-in;
	}
	.navslide {
		top: 0px !important;
	}
	nav ul {
		display: block;
		width: 50%;
		margin: 0 auto;
		padding: 0px;
	}
	nav ul li {
		float: none;
		text-align: center;
		display: block;
	}
	aside {
		float: none;
		width: 100%;
	}
	.contactbox {
		float: left;
		width: 50%;
		top: -100px;
		margin-top: 0px;
		margin: 0px;
	}
	aside img.mainsideimg {
		float: right;
		width: 50%;
		top: -100px;
		position: relative;
	}
	.content {
		float: none;
		width: 100%;
	}
	.main {
		margin-top: 0px;
		padding-left: 40px;
	}
	.accreds {
		margin-top: 60px;
	}
	.whychoose div.image {
		width: 40%;
	}
	.whychoose div.text {
		width: 60%;
	}
	.whychoose div.text div.half {
		float: none;
		width: 100%;
	}
}
/*iPad Portrait*/
@media screen and (max-width: 768px) {
	i.navicon {
		top: 100px;
	}
	header h1 {
		padding-top: 260px;
		padding-left: 40px;
		width: 90%;
	}
	header p {
		width: 90%;
	}
	.main {
		width: 100%;
		float: none;
		padding: 20px;
	}
	.topicons {
		margin-bottom: 0px;
	}
	.reviewsection span {
		width: 90%;
	}
	.reviewsection {
		padding: 150px 40px;
	}
	.whychoose div.text {
		float: none;
		width: 100%;
	}
	.whychoose div.image {
		width: 100%;
		margin-top: 40px;
	}
	footer div.newrow div.half {
		float: none;
		width: 100%;
	}
	.accreds {
		margin-bottom: 0px;
		float: none;
		width: 100%;
		overflow: hidden;
		border-left: none;
		border-top: solid 10px #695395;
	}
	.accreds span {
		float: left;
		width: 50%;
		margin-bottom: 0px;
		display: table;
		height: 100px;
	}
	.accreds span img {
		display: table-cell;
		vertical-align: middle;
		height: 50px;
		width: auto;
		max-width: initial;
	}
	.accreds span::after {
		display: none;
	}
}
/*Phone*/
@media screen and (max-width: 480px) {
	i.navicon {
		position: fixed;
		top: 0px;
		width: 100%;
		z-index: 12;
		right: 0px;
		z-index: 50;
		text-align: center;
		border: none;
		border-bottom-width: 1px;
		-webkit-transform: translate(0px, 0px);
		-ms-transform: translate(0px, 0px);
		-o-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	.logo {
		top: 62px;
	}
	header::after {
		width: 90%;
	}
	header h1 {
		padding-top: 300px;
		font-size: 22px;
	}
	header p {
		font-size: 16px;
	}
	.contactbox {
		float: none;
		width: 100%;
		height: auto !important;
	}
	aside img.mainsideimg {
		float: none;
		width: 100%;
		display: none;
	}
	.topicons i {
		font-size: 75px;
	}
	.accreds span {
		float: none;
		width: 100%;
		display: block;
		margin-bottom: 60px;
		height: initial;
	}
	.accreds span::after {
		display: block;
	}
	.accreds span img {
		height: initial;
		display: block;
		max-width: 60%;
	}
	.footercontent {
		width: 80%;
	}
	.seo p {
		display: block;
	}
	.fullcontent {
		z-index: 3;
		top: -100px;
		padding: 0px;
		z-index: 5;
		background-color: #f3f3f3;
	}
	.galleryimg {
		float: none;
		width: 100%;
		margin: 0px;
		margin-bottom: 10px;
	}
	#map {
		border: none;
		z-index: 7;
	}
}
/*Phone*/
@media screen and (max-width: 395px) { 
	.logo {
		position: relative;
		z-index: 10;
	}
	header h1 {
		padding-top: 50px;
	}
	.logo span {
		display: block;
	}
	header {
		top: 62px;
		height: 100vh;
	}
	.contactbox {
		top: -0px;
	}
	.wrapper::before, .wrapper::after {
		border-bottom-width: 50px;
		top: -50px;
		border-bottom-color: #dddddd;
	}
	.topicons {
		padding-top: 40px;
	}
	.topicons div {
		float: none;
		width: 100%;
	}
	.whychoose {
		padding: 0px;
	}
}