@charset "utf-8";
/* CSS Document */

html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased
}
.dropShadow {
	box-shadow: 0px 6px 6px 0px rgba(0,0,0,0.25);	position:relative;
	z-index:2;
}

ol {
	margin: 0 0 0 2em;
	padding-left: 0px;
	color: #ccc6;
}
li {
	padding-left: 0px;
	color: #FF6632;
}
.name {
    font-size: 14px;
    color: #333333;
}
.whiteBoxCostP{color:#FFFFFF;}

.indent {
	margin-left: 1em;
	text-indent: -1em;
}
img {
	outline: none;
	border: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#hamburger {
	position: absolute;
	bottom: 20px;
	right: 0px;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0px;
	font-size: 16px;
	color: #FFFFFF;
	overflow-x: hidden;
}
a {
	text-decoration: none;
	color: #cccccc;
	font-weight: 500;
}
a:hover {
    color: #FF6632;
    font-weight: 400;
}
p {
    font-family: 'Noto Sans JP', sans-serif;
    color: #000000;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 300;
    font-variant: normal;
}

.pSmall {
	color: #4A7428;
	font-size: 16px;
	line-height: 1.6;
	font-weight: 300;
}

.pSmaller {
	color: #000000;
	font-size: 12px;
	line-height: 1.6;
	font-weight: 300;
}


.centreText {
    margin-top: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    color: #555555;
    font-weight: 300;
}


.centreTextCovid {
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	border: 10px solid #76B11B;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}


h1 {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.4;
    color: #2A4316;
    letter-spacing: -1px;
}
h2 {
    font-weight: 400;
    font-size: 30px;
    color: #2A4316;
    letter-spacing: -1px;
}
h3 {
    font-weight: 400;
    font-size: 30px;
    color: #333333;
}
h4 {
    font-weight: 400;
    font-size: 30px;
    color: #555555;
}
h5 {
	font-size: 30px;
	
    color: #2A4316;
    letter-spacing: -1px;
}

h6 {
	font-size: 30px;
	
    color: #2A4316;
    letter-spacing: -1px;
}

.staticImage {
	position: relative;
	height: 800px;
}


.staticImageReduced {
	position: relative;
	height: 550px;
}

#header {
	position: fixed;
	width: 100%;
	z-index: 200;
	background-repeat: no-repeat;
}
#headerOuter {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-right: 3%;
	padding-left: 3%;
	max-width: 1200px;
}
#headerInner {
	padding-top: 0px;
	position: relative;
}
#headerImage {
	position: relative;
	float: left;
}
#headerImage img {
	margin-top: 10px;
	margin-bottom: 10px;
}
#strap {
	position: relative;
	margin-left: 60px;
	
	
}

#navShim { height:179px; }

.slide {
	width: 100%;
	height: 100%;
	
}
.faderLeft, .faderRight {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	z-index: 20;
	cursor: pointer;
}
.faderLeft {
	left: 3%
}
.faderRight {
	right: 3%;
}



.flexibleImage {
	width: 100%;
	height: auto;
}
.headerContact {
    box-sizing: border-box;
    position: absolute;
    top: 11px;
    right: -10px;
    background-position: bottom;
    width: auto;
    padding-left: 0px;
    color: #FF6632;
    font-size: 20px;
    font-weight: 500;
    text-align: right;
    line-height: 1.2;
    padding-top: 10px;
}
#headerOuter #headerInner .headerContact {
	margin-top: 2px;
	text-align: right;
}
.headerContact a:link{
    color: #4A7428;
    font-weight: 600;
}


.headerContact a:hover{
    color: #FF6532;
    font-weight: 600;
}

#navWrapper { clear:both; }
#nav {
    position: absolute;
    text-decoration: none;
    bottom: 5px;
    right: 0;
    color: #444444;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
}
#nav ul {
	list-style-type: none;
	margin: 0 -15px 0 0;
	padding: 0;
}
#nav ul li {
	float: left;
	list-style-type: none;
}
#nav ul li a {
	position: relative;
	color: #fff;
	display: block;
	padding: 20px 15px 12px 18px;
}
#nav > ul > li > a:after {
	content: "";
	width: 0;
	height: 0;
	border: 7px transparent solid;
	border-top-color: #FFF;
	top: 29px;
	position: absolute;
	right: -3px;
	
}
#nav > ul > li > a.noDrop:after {
	content: none;
	
}

#nav ul li:hover > a {
	color:#cccccc;}
#nav ul li:hover > a:after {
	border-top-color:#cccccc;}
#nav li:hover ul {
	display: block;
}
#nav ul ul {
	display: none;
	position: absolute;
	padding: 0px;
	margin: 0px;
}
#nav ul ul li {
	float: none;
}
#nav ul ul a {
	text-align: left;
	padding: 10px 18px;
}
#nav ul ul a:hover {
	color: #cccccc;
	
	
}


.introCopy {
	position: relative;
	z-index: 100;
	max-width: 1200px;
	padding-right: 10%;
	padding-left: 10%;
	margin: 0 auto;
	text-transform: none;
	text-shadow: 0px 0px 30px rgba(0,0,0,0.25);
	color: #FFFFFF;
	padding-top: 330px;
	line-height: 1.2;
	text-align: left;
	font-weight: 500;
}

.introCopyTextTitle {
	font-family: 'Goldman', cursive;
	font-size: 48px;
	font-style: normal;
	color: #FFFFFF;
	text-shadow: 0px 0px 30px rgba(0,0,0,0.25);
	opacity: 0;
	margin-left: -400px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 2px;
}
.introCopyText {
	font-family: 'Goldman', cursive;
	font-style: normal;
	font-size: 40px;
	text-transform: none;
	position: relative;
	color: #FFFFFF;
	text-shadow: 0px 0px 30px rgba(0,0,0,0.25);
	opacity: 0;
	margin-left: 400px;
	font-weight: 500;
}
.introCopyTextTitle, .introCopyText {
	transition-duration: 1s;
	color: #FFFFFF;
}
.active .introCopyTextTitle, .active .introCopyText { opacity:1; margin-left:0; }


.introCopyText a {
	color: #fff;
	text-decoration: none;
}
.introCopyText a:hover {
	color: #cccccc;
}
.centreBlockHeaderWhite {
	font-size: 40px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 400;
	padding-top: 0px;
	padding-bottom: 25px;
	line-height: normal;
	text-transform: uppercase;
}
.centreBlockHeaderWhite:after {
	content: '';
	display: block;
	width: 110px;
	height: 132px;
	margin: 10px auto 10px auto;
	background-image: url(../images/logo-section.png);
	background-repeat: no-repeat;
}
.orange {
    color: #FF6632;
    font-family: 'Goldman', cursive;
    text-transform: uppercase;
    line-height: 1.6;
}

.centreBlockHeader {
    font-family: 'Goldman', cursive;
    font-size: 38px;
    text-align: left;
    color: #FF6632;
    font-weight: 400;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    padding-right: 3%;
    max-width: 1200px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 1.4;
}
.centreBlockHeaderRedundant:after {
	content: '';
	display: block;
	width:150px;
	height: 65px;
	margin: 5px auto 25px 0;
	background-image: url(../images/logo-section.png);
}
.centreFooterHeader {
	text-align: center;
	color: #691352;
	font-size: 40px;
	font-weight: 300;
	padding-top: 0px;
	padding-bottom: 20px;
	line-height: normal;
	margin-top: 25px;
	text-transform: uppercase;
}
.centreFooterHeader:after {
	
	content: '';
	display: block;
	width: 100px;
	height: 6px;
	margin: 10px auto 10px auto;
	background-color: #7A217B;

}

.marginZero {
	margin-bottom: 0px;
}

.wrap1 {
    padding-top: 12px;
    padding-bottom: 25px;
    border-top-style: solid;
    border-top-width: 1px;
    background-color: #FFFFFF;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat;
}
.wrap1 a {
    color: #FF6632;
    text-decoration: none;
    font-weight: 300;
}
.wrap1 a .li {
	color: #cccccc;
	text-decoration: none;
}
.wrap1 a:hover {
    color: #3B502A;
    text-decoration: none;
    font-weight: 300;
}
.wrapFooter {
	padding-top: 20px;
	padding-bottom: 20px;
	letter-spacing: 1px;
	background-color: #FF6632;
	background-image: url(../images/orange-bg.jpg);
}
.wrapFooter a {
    text-decoration: none;
    color: #333333;
}
.wrapFooter a:hover {
	color: #FFFFFF;
}
.wrapFooterLast {
	padding-top: 20px;
	padding-bottom: 20px;
	background-color:#ffffff;
	border-top: 2px solid #cccccc;
}
.wrapFooterLast a {
	font-weight: normal;
	text-decoration: none;
	color: #3E3D3D;
}
.wrapFooterLast a:hover {
	color: #cccccc;
}


.wrap2 {
    background-color: #F8F8F8;
    padding-top: 20px;
    padding-bottom: 30px;
}
.wrap2 a {font-family: 'Noto Sans JP', sans-serif;
    color: #4A7428;
    font-weight: 400;
	
}
.wrap2 a .li {
 color: #4A7428;
	text-decoration: none;
}
.wrap2 a:hover {
    color: #FF6632;
    text-decoration: none;
    font-weight: 400;
	
}

.wrap3 {
	background-color: #FAFCF7;
	padding-top: 30px;
	
}
.wrap3 a {
    color: #000000;
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
}
.wrap3 a .li {
	color: #cccccc;
	text-decoration: none;
}
.wrap3 a:hover {
	color: #EC5B1C;
	text-decoration: none;
	font-weight: normal;
}

.wrapLocation {
    font-family: 'Goldman', cursive;
    background-color: #4A7428;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #809A3D;
    letter-spacing: 1px;
}



.name .colourWhite {
	display: inline-block;
	margin-top: 10px;
	font-size: 12px;
	font-weight: 500;
}

.leftImage {
	float: left;
	margin-right: 5px;
	margin-top: 4px;
	margin-bottom: 5px;
	
	
}

.leftQImage {
	float: left;
	margin-right: 15px;
	
	
}

.flexibleImage.leftImage {
	width: 100%;
}
.leftImage2 {
	float: left;
	margin-right: 15px;
	margin-top: 4px;
	margin-bottom: 5px;
}
.rightImage {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.centreImage {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 98%;
    margin-top: 20px;
}


.marginTop {
    margin-top: 15px;
    text-align: left;
}
.marginTopImage {
	margin-top: 40px;
}

.boxTitle {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	padding-bottom: 30px;
	font-size: 20px;
	background-color: #809A3D;
	text-transform: uppercase;
	height: 100px;
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
	color: #FFFFFF;
	line-height: 1.4;
}

.boxPic {
	box-sizing: border-box;
	position: relative;
	width: 98%;
	
}

.boxPlan{
	box-sizing: border-box;
	position: relative;
	width: 80%;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #FF741F;
	border: 1px solid #000000;
	
}

.boxInnerWrap {
	box-sizing: border-box;
	position: relative;
	width: 96%;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-right: 1%;
	
}

.box {
	box-sizing: border-box;
	position: relative;
	width: 99%;
	padding-left: 6%;
	padding-top: 20px;
	padding-bottom: 25px;
	padding-right: 10px;
	color: #000000;
}

.box a {
	text-decoration: none;
	color: #000;
	font-weight: 400;
}
.box a:hover {
	color: #4A7428;
	font-weight: 400;
}

.boxFooter {
	box-sizing: border-box;
	position: relative;
	width: 98%;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	text-align: center;
	padding-bottom: 20px;
	line-height: 1.4;
	background-color: #EC5B1C;
	padding-top: 20px;
	border: 1px solid #333333;
	
	
	
}




.boxList {
    box-sizing: border-box;
    position: relative;
    float: left;
    font-size: 16px;
    padding-left: 4%;
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-bottom: 10px;
    background-position: 95% 100%;
    font-weight: 300;
    line-height: 1;
    width: 100%;
}
.boxList a {
	text-decoration: none;
	color: #000000;
	font-weight: 400;
}
.boxList a:hover {
		color: #4A7428;
	font-weight: 400;
}
.boxList2 {
	box-sizing: border-box;
	position: relative;
	float: left;
	width: 97%;
	font-size: 16px;
	padding-left: 3%;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-right: 10px;
	border-width: 4px;
	font-weight: 300;
}
.boxList2 a:link {
	text-decoration: none;
	color: #cccccc;
	font-weight: 600;
}
.boxList2 a:hover {
	color: #cccccc;
	font-weight: 600;
}

.pQuote{
	
	font-weight: 300;
}

.boxQuote {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding-bottom: 20px;
	padding-right: 20px;
	color: #171717;
	margin-top: 30px;
	
}
.boxQuote a {
	text-decoration: none;
	color: #4F5251;
}
.boxQuote a:hover {
	color: #cccccc;
	font-weight: 600;
}

.quote {
	
	font-size: 60px;
	color: #cccccc;
	position: relative;
	vertical-align: bottom;
	bottom: -30px;	
}
.quote.bottom {
	vertical-align: top;
	top: -3px;}
	
	

.boxInterpret {
	box-sizing: border-box;
	position: relative;
	float: left;
	margin-top: 90px;
	width: 90%;
	padding-bottom: 30px;
	
}
.boxTestimonial a {
	text-decoration: none;
	color: #4F5251;
}
.boxTestimonial a:hover {
	color: #cccccc;
	font-weight: 600;
}
.footerBox {
	box-sizing: border-box;
	position: relative;
	background-repeat: repeat-y;
	width: 100%;
	color: #181819;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	margin-top: 10px;
	padding-top: 3%;
	padding-right: 3%;
	padding-bottom: 3%;
	padding-left: 3%;
	text-align: center;
}
.footerBox a:link {
	text-decoration: none;
	color: #7E7E7E;
	font-weight: 400;
}
.footerBox a:hover {
	color: #cccccc;
}

.boxButton {
    font-family: 'Goldman', cursive;
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 90%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 30px;
    padding-left: 2%;
    text-transform: uppercase;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
    background-color: #FF741F;
    background-image: url(../images/tools.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
}
.boxButton a {
	color: #000000;
	font-weight: 300;
	font-size: 16px;
	
}

.boxButton a:hover {
	color: #ffffff;
	font-weight: 300;
	font-size: 16px;
		
}
.boxButtonGoCardless {
    font-family: 'Goldman', cursive;
    box-sizing: border-box;
    position: relative;
    float: left;
    width: 90%;
    padding-top: 15px;
    padding-right: 2%;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 10px;
    padding-left: 2%;
    text-transform: uppercase;
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    margin-top: 20px;
    background-color: #FF741F;
    background-image: url(../images/dd.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
}
.boxButton a {
	color: #000000;
	font-weight: 300;
	font-size: 16px;
	
}

.boxButton a:hover {
	color: #ffffff;
	font-weight: 300;
	font-size: 16px;
		
}



.boxButtonRight {
	font-family: 'Goldman', cursive;
	box-sizing: border-box;
	position: relative;
	float:right;
	width: 20%;
	padding-top: 5px;
	padding-right: 2%;
	padding-bottom: 5px;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #809A3D;
	margin-top: 15px;
	padding-left: 2%;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e0e0e0 100%);

	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
	text-transform: uppercase;
	color: #809A3D;
	font-size: 14px;
	font-weight: 400;
}

.boxButtonRight a:link {
	color: #4A7428;
	font-weight: 400;

}

.boxButtonRight a:hover {
	color: #FF6632;
		
}
.boxButtonRight a:visited {
	color: #4A7428;

}

.boxButtonLeft {
	font-family: 'Goldman', cursive;
	box-sizing: border-box;
	position: relative;
	float: left;
	width: 20%;
	padding-top: 5px;
	padding-right: 2%;
	padding-bottom: 5px;
	text-align: center;
	margin-bottom: 10px;
	border: 1px solid #809A3D;
	padding-left: 2%;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #e0e0e0 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%,#e0e0e0 100%);
	background: linear-gradient(to bottom, #ffffff 0%,#e0e0e0 100%);


	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0',GradientType=0 );
	text-transform: uppercase;
	color: #809A3D;
	font-size: 14px;
	font-weight: 400;
}

.boxButtonLeft a:link {
	color: #4A7428;
	font-weight: 400;

}

.boxButtonLeft a:hover {
	color: #FF6632;
		
}




.contentWrap {
	position: relative;
	max-width: 1200px;
	margin: auto;
	padding-right: 3%;
	padding-left: 3%;
	padding-bottom: 40px;
}
.rolloverEnlarge {
	transition-duration: 0.3s;
}
.rolloverEnlarge:hover {
	transform: scale(1.1);
}
.overflowHidden {
	overflow: hidden;
}

sup {
	font-size: 12px;
}

.parallaxWrap {
	height: 600px;
	position: relative;
	padding-left: 3%;
	padding-right: 3%;
	border-top: 1px solid #20211E;
}
.parallaxWrap2 {
	height: 320px;
	position: relative;
	border-top: 1px solid #cccccc;
}

.parallaxCaption {
	position: relative;
	text-align: center;
	font-size: 70px;
	color: #FFFFFF;
	text-shadow: 0px 0px;
	letter-spacing: 1px;
	font-weight: 300;
}
.parallaxCaption2 {
	position: relative;
	text-align: center;
	font-size: 50px;
	color: #FFFFFF;
	text-shadow: 0px 0px;
	letter-spacing: 1px;
	font-weight: 300;
	font-variant: normal;
	line-height: 1;
}

.gridWrapper {
	overflow: hidden;
	position: relative;
	margin-left: -1.6%;
	margin-bottom: -1.6%;
	margin-top: 20px;
}
.gridItem {
	margin-top: 10px;
	float: left;
	width: 15.06%;
	position: relative;
	margin-left: 1.6%;
	margin-bottom: 1.6%;
}
.name1 {
	font-size: 18px;
	position: relative;
	text-transform: none;
	line-height: 1.4;
	font-weight: 300;
	padding-bottom: 15px;
	padding-top: 10px;
	text-align: left;
	padding-left: 5px;
	color: #181819;
	letter-spacing: -1px;
}
.whiteScriptSubHead {
	color: #FFFFFF;
	font-weight: 400;
	font-size: 22px;
	line-height: 1.4;
}
.whiteScript {
	color: #FFFFFF;
}
.whiteScriptGoldman {
    font-family: 'Goldman', cursive;
    color: #FFFFFF;
    font-size: 14px;
}
.whiteScriptOpening {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
}

.whiteCentreScript {
	color: #FFFFFF;
	text-align: center;
	letter-spacing: 1px;
	font-size: 20px;
	font-weight: 300;
}

.readMore {
	padding-right: 2px;
	padding-left: 2px;
	float: left;
	position: relative;
	background-color: #2A2228;
	width: 140px;
	height: auto;
	border: 1px solid #5C4A58;
	text-align: center;
	margin-top: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
}
.readMore a:link {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 400;
}
.readMore a:hover {
	color: #8E186E;
	font-size: 14px;
	font-weight: 400;
}
.masterclassBoxTitle {
	box-sizing: border-box;
	position: relative;
	width: 90%;
	margin-bottom: 10px;
	
	
}

.blockBox {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	margin-left: 0px;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #2D2C2C;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #F3F3F3;
}
.centreBox {
	box-sizing: border-box;
	position: relative;
	width: 80%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	text-align: center;
}


.quote {
	
	font-size: 60px;
	color: #cccccc;
	position: relative;
	vertical-align: bottom;
	bottom: -30px;	
}
.quote.bottom {
	vertical-align: top;
	top: -3px;}
	
	

.centreButton {
	padding-left: 40px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #7E7E7E;
	width: 170px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 20px;
	background-position: 5% 0%;
	text-align: center;
	font-weight: 500;
	font-size: 20px;
	line-height: 1;
	background-image: -webkit-linear-gradient(270deg, rgba(220,220,220,0.95) 0%, rgba(171,172,168,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(220,220,220,0.95) 0%, rgba(171,172,168,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(220,220,220,0.95) 0%, rgba(171,172,168,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(220,220,220,0.95) 0%, rgba(171,172,168,1.00) 100%);
}

#logoWhite { position:absolute; left:0; }
#logoBlack { opacity:0; }

#header.white #logoWhite { opacity:0; }
#header.white #logoBlack { opacity:1; }
#header.white #nav li ul { background:#FFF; }
#header.white #nav ul li a { color:#000; }
#header.white #nav ul li a:hover { color:#cccccc; }
#header.white #nav > ul > li > a:after { border-top-color:#cccccc; }
#header.white { background:#FFF;  }

#logoWhite, #logoBlack, #nav ul li a, #nav > ul > li > a:after, #header { transition-duration:0.75s; }
#nav ul li:hover a, #nav > ul > li:hover > a:after { transition-duration:0s; }


.fancybox-caption {text-align:center;
padding-top:50px !important}
.fancybox-caption::after {border:none !important;}

.darkGrey {
	color: #333;
	text-shadow: 0px 0px 0px rgba(0,0,0,0);
	letter-spacing: -1px;
}


.centreColTitle {
	font-size: 28px;
	color: #6A4B3F;
	text-align: center;
	font-weight: 300;
	margin-top: 10px;
	text-transform: uppercase;
	line-height: 1;
}



.footerTitle {
	font-family: 'Goldman', cursive;
	font-size: 24px;
	color: #333333;
	margin-top: 20px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.2;
	letter-spacing: 1px;
	font-weight: 300;
}



.centreColSubTitle {
	font-size: 22px;
	color: #878787;
	font-weight: 300;
	margin-top: 20px;
	text-transform: uppercase;
}

.rolloverEnlarge {
	transition-duration: 0.3s;
	
}
.rolloverEnlarge:hover {
	transform:scale(1.1);
}



.greenScript {
	color: #4A7428;
	font-size: 20px;
	
}

.line {
	width: 85%;
	margin-top: 8px;
	margin-bottom: 20px;
	position: relative;
	background-color: #FFFFFF;
	height: 2px;

}
.boxRHI {
	box-sizing: border-box;
	position: relative;
	width: 98%;
	margin-bottom: 10px;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.8;
	background-color: #F3F3F3;
	padding-top: 20px;
	padding-left: 10px;
	padding-bottom: 40px;
	border: 4px solid #EBEBEB;
	
}

.boxRHI a {
	color: #4A7428;
	
}

.boxRHI a:hover {
	color: #333333;
	
}


.boxContact {
	box-sizing: border-box;
	position: relative;
	width: 90%;
	margin-bottom: 10px;
	color: #000000;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.6;
	
}
.spacedTitleWhite {
	letter-spacing: 2px;
	color: #FFFFFF;
	padding-top: 30px;
}
.tel {
	font-weight: 600;
	color: #cccccc;
}
.addthis_inline_follow_toolbox {
	text-align: right;
}

.addthis_toolbox.addthis_default_style { display: inline-block; }

p.clientLogos img { vertical-align:middle; margin:10px 25px; }

#popUp {
	padding: 40px;
	font-size: 20px;
	display: none;
	max-width: 50%;
	text-align: center;
	border: 10px solid #76b11b;
}
.title {
	font-weight: 300;
	font-size: 24px;
	line-height: 1;
	color: #20211E;
	
}
.boxCosts {
    box-sizing: border-box;
    position: relative;
    padding-bottom: 15px;
    padding-top: 8px;
    background-color: #A09FA4;
    width: 98%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1%;
    padding-right: 1%;
}
.boxCosts a {
    text-decoration: none;
    color: #FFFFFF;
    line-height: 1.5;
}
.boxCosts a:hover {
    text-decoration: none;
    color: #333333;
    line-height: 1.5;
}
