@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
html {
	height: 100%;
	scroll-behaviour: auto; 
	}	
body {
	height: 100%;
	font-size: 16px;@medi
	line-height: 28px;
	color: #444;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
	background-color: #FFF;
 	margin: 0px;
}
img {
	border: none;
	margin: 0;
	vertical-align: top;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* GLOBAL STYLES */

a {
	color: #007078;
	text-decoration: none;
}
a:hover	{
	color: #444;
	text-decoration: underline;
}
h1 {
    font-family: 'Marcellus SC', Arial, Helvetica, sans-serif;
    font-size: 28px;
    line-height: 34px;
    margin-top: 0px;
    font-weight: 500;
    color: #FFF;
    text-transform: uppercase;
    margin-bottom: 30px;
}
h2 {
    font-family: 'Marcellus SC', Arial, Helvetica, sans-serif;
    font-size: 56px;
    line-height: 68px;
    margin-top: 0px;
    font-weight: 500;
    color: #DEC187;
    text-transform: uppercase;
    margin-bottom: 30px;
}
h3 {
	font-size: 42px;
	line-height: 36px;
	margin-top: 0px;
	color: #A8C5DC;
	font-weight: 300;
	/*text-transform: uppercase;*/
	font-family: 'Marcellus SC', Arial, Helvetica, sans-serif;
	margin-bottom: 30px;
}
h4 {
    font-family: 'Marcellus SC', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 24px;
    color: #007078;
	font-weight: 700;
    padding-top: 15px;
	padding-bottom: 10px;
	margin: 0;
}
h5 {
	font-size: 56px;
	line-height: 62px;
	font-weight: 400;
	padding-top: 0px;
	padding-bottom: 20px;
	margin: 0;
}
h6 {
	font-size: 42px;
	line-height: 48px;
	font-weight: 700;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0;
}
.hide{
    display:none;
}
p {
	margin-top: 0px;
	margin-bottom: 15px;
}

/* GLOBAL STYLES END  */


.logoMainText {
	float: right;
	clear: both;
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
	max-width: 400px;
	text-align: right;
}
.logoMainText2 {
	float: none;
	clear: both;
	display: block;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	max-width: 240px;
	padding-bottom: 50px;
}
.logoMainText3 {
    float: none;
    clear: both;
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    max-width: 220px;
}
.gridContainerMenu {
    display: none;
}
.gridContainerText1 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding-top: 120px;
	padding-bottom: 140px;
	font-size: 24px;
	line-height: 42px;
}
.gridContainerText2 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding-top: 140px;
	padding-bottom: 140px;
	font-size: 21px;
	line-height: 28px;
}
.gridContainerText3 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding-top: 140px;
	padding-bottom: 140px;
	font-size: 21px;
	line-height: 28px;
}
.gridContainerText4 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 140px;
	padding-bottom: 140px;
	text-align: center;
	overflow: hidden;
}
.gridContainerText5 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-top: 140px;
	padding-bottom: 140px;
	text-align: center;
	overflow: hidden;
}
.gridContainerText6 {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding-top: 140px;
	padding-bottom: 140px;
	font-size: 19px;
	line-height: 26px;
}
.gridContainerFooter {
    width: 100%;
    background-color: #103e59;
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 30px;
    float: left;
}
.gridContainerFooter2 {
	width: 100%;
	background-color: #007CB8;
	background-repeat: repeat-y;
	background-position: center top;
}

.navContainerOuter {
	position: fixed;
	top: 0;
	overflow: hidden;
	width: 100%;
	background-color: rgba(0,0,0,0.86);
	border-bottom: 1px solid #CCA85E;
}
.navContainerInner {
	float: none;
	width: 88%;
	padding-left: 6%;
	padding-right: 6%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1096px;
}

.banner {
	position: relative;
	overflow: hidden;
	padding-bottom: 0px;
	/*background-color: rgba(0,0,0,0.20);*/
	text-align: center;
	font-size: 50px;
	color: #FFF;
	background-image: url(../images/header-new.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding-right: 0px;
	padding-top: 100px;
}

.mainHead {
	width: 88%;
	padding-left: 6%;
	padding-right: 6%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1096px;
	display: block;
	clear: both;
	text-align: center;
	float: none;
}
.clientLogo {
	float: left;
	clear: both;
	display: block;
	width: 500px;
	text-align: left;
	padding-top: 80px;
	font-size: 22px;
	margin-bottom: 0px;
	max-width: 500px;
}

.logoFooter {
	float: none;
	clear: both;
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	max-width: 300px;
}
.titlesWrapperHome {
	float: left;
	clear: both;
	display: block;
	width: 54%;
	padding-left: 0%;
	margin-top: 0px;
	padding-top: 20px;
	padding-bottom: 600px;
	font-size: 21px;
	line-height: 24px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.twhText {
	font-size: 36px;
	line-height: 28px;
	font-weight: 500;
	color: #FFF;
}

.centreWrapper {
    clear: both;
    display: block;
    float: none;
    width: 88%;
    padding-left: 6%;
    padding-right: 6%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1096px;
    text-align: center;
}
.centreWrapper2 {
	clear: both;
	display: block;
	float: none;
	width: 88%;
	padding-left: 2%;
	padding-right: 2%;
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	text-align: center;
	padding-top: 700px;
	font-size: 24px;
	line-height: 34px;
}
.centreWrapper3 {
    clear: both;
    display: block;
    float: none;
    width: 88%;
    padding-left: 6%;
    padding-right: 6%;
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    text-align: center;
	color: #FFF;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
}
.cwBgnd {
    background-color: rgba(255,255,255,0.50);
}
.centreWrapper li {
    list-style-image: url(../images/bullet.png);
    margin-left: -12px;
    margin-bottom: 10px;
    text-align: left;
}
.centreWrapper li ul li {
	list-style-image: url(/images/dash.png);
	margin-left: -2px;
	margin-bottom: 10px;
	text-align: left;
}
.centreWrapper li.bw {
	list-style-image: url(/images/bullet2.png);
}
.centreWrapperNarrow {
	clear: both;
	display: block;
	float: none;
	width: 72%;
	padding-left: 14%;
	padding-right: 14%;
	margin-left: auto;
	margin-right: auto;
	max-width: 1096px;
	text-align: center;
}
.borderBox {
	clear: none;
	display: block;
	float: left;
	width: calc(100% - 30px);
	padding: 15px;
	margin-bottom: 30px;
	border: solid 1px #555;
	text-align: left;
}
.borderBox2 {
	clear: none;
	display: block;
	float: left;
	/*width: calc(100% - 30px);
	padding: 15px;*/
	width: 98%;
	padding: 15px 2% 15px 2%;
	margin-bottom: 30px;
	border: solid 1px #007078;
	text-align: center;
}
.downloadLink {
	opacity: 1.0;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.downloadLink:hover {
	opacity: 0.3;
}
.fbLink {
	opacity: 1.0;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.fbLink:hover {
	opacity: 0.3;
    text-decoration: none;
}
.perfidaLeft {
	display: none;
}
.perfidaRight {
	clear: none;
	display: block;
	float: right;
	width: 50%;
	font-size: 19px;
	line-height: 26px;
	text-align: right;
	margin-top: 0px;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color: #FFF;
}
.perfidaTest {
	clear: none;
	display: block;
	float: none;
	width: 50%;
	font-size: 19px;
	line-height: 26px;
	text-align: right;
	margin-top: 0px;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
	color: #FFF;
	position: relative;
	top: 500px;
	left: 500px;
}
.biog2Left {
	clear: none;
	display: block;
	float: right;
	width: 45%;
	font-size: 19px;
	line-height: 26px;
	text-align: right;
	margin-top: 0px;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color: #FFF;
}
.biog2Right {
	clear: none;
	display: block;
	float: left;
	width: 50%;
	text-align: center;
	margin-top: 0px;
}
.biog3Right {
	clear: none;
	display: block;
	float: left;
	width: 50%;
	font-size: 19px;
	line-height: 26px;
	text-align: left;
	margin-top: 0px;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color: #FFF;
}
.biog4Left {
	clear: none;
	display: block;
	float: left;
	width: 45%;
	font-size: 19px;
	line-height: 26px;
	text-align: left;
	margin-top: 0px;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: normal;
	color: #FFF;
}
.downloadL {
	clear: none;
	display: block;
	float: left;
	width: 200px;
    margin-right: 30px;
    margin-left: calc(50% - 230px);
    text-align: right;
	margin-bottom: 30px;
    margin-top: 50px;
}
.downloadR {
	clear: none;
	display: block;
	float: right;
	width: 200px;
    margin-left: 30px;
    margin-right: calc(50% - 230px);
    text-align: left;
	margin-bottom: 30px;
    margin-top: 50px;
}
.gallery {
	clear: none;
	display: block;
	float: left;
	width: calc(33.3% - 32px);
    margin-right: 30px;
	margin-bottom: 30px;
    text-align: center;
    border: solid 1px #FFF;
    background-color: #475DC5;
}
.gallery2 {
	clear: none;
	display: block;
	float: left;
	width: calc(33.3% - 2px);
    margin-right: 0px;
	margin-bottom: 30px;
    text-align: center;
    border: solid 1px #FFF;
    background-color: #475DC5;
}
.iconsWrap {
    clear: none;
    display: block;
    float: left;
    width: 18%;
    margin-left: 1%;
    margin-right: 1%;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);
    background-color: #8FA4B4;
    margin-bottom: 50px;
}
.iconsImg {
	clear: none;
	display: block;
	float: left;
	width: 100%;
}
.iconsTxt {
    clear: none;
    display: block;
    float: left;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    height: 100px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #FFF;
}
.iconsTxt2 {
    clear: none;
    display: block;
    float: left;
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 0px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}
.itSpacer {
    clear: none;
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 50px;
}
.iconsBut {
    float: none;
    display: block;
    text-align: center;
    color: #FFF;
    width: 50%;
    background-color: #375166;
    font-size: 18px;
    text-decoration: none;
    padding: 10px 15px;
    margin-left: auto;
    margin-right: auto;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-weight: 700;
}
.iconsBut:hover {
    color: #FFF;
    background-color: #5C7A93;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    width: calc(92% - 30px);
}

.socialMedia {
    float: none;
    clear: both;
    display: block;
    width: 186px;
    margin-left: auto;
    margin-right: auto;
}
.facebook {
    float: left;
    clear: none;
    display: block;
    width: 41px;
    margin-left: auto;
    margin-right: auto;
}
.twitter {
    float: left;
    clear: none;
    display: block;
    width: 50px;
    margin-left: 20px;
    margin-right: 20px;
}
.email {
    float: none;
    clear: none;
    display: block;
    width: 55px;
    margin-left: auto;
    margin-right: auto;
}
/*--------------CONTACT-FORM STYLES--------------*/
.formWrapper {
	width: 70%;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: auto;
	margin-right: auto;
	float: none;
	clear: none;
	margin-top: 30px;
	text-align: left;
}
.googlemap {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 ratio*/
	height: 0;
	overflow: hidden;
}
.googlemap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.formfield {
	width: 100%;
	margin-bottom: 20px;
	border: 3px solid #45b0df;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	background-color: #45b0df;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFF;
	text-indent: 8px;
	font-weight: 400;
	font-size: 21px;
	font-family: "montserrat", Arial, Helvetica, sans-serif;
	text-align: left;
}
::-webkit--placeholder {/* Chrome/Opera/Safari */
	color: rgb(156,219,247);
	font-size: 21px;
}
::-moz-placeholder { /* Firefox 19+ */
	color: rgb(156,219,247);
	font-size: 21px;
}
:-ms--placeholder { /* IE 10+ */
	color: rgb(156,219,247);
	font-size: 21px;
}
:-moz-placeholder { /* Firefox 18- */
	color: rgb(156,219,247);
	font-size: 21px;
}
/*----------------- CHECKBOX -----------------*/
.checkbox {
    display: inline-flex;
    cursor: pointer;
    position: relative;
}
.checkbox > span {
    color: #34495E;
    padding: 8px 4px;
}
.checkbox >  {
	height: 25px;
	width: 25px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	border-radius: 17px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	outline: none;
	transition-duration: 0.3s;
	background-color: #45B0DF;
	cursor: pointer;
  }
.checkbox > :checked {
	background-color: #FFFFFF;
}
.checkbox > :checked + span::before {
	content: '\2713';
	display: block;
	text-align: center;
	color: #45B0DF;
	font-weight: bold;
	position: absolute;
	left: 2px;
	top: -2px;
}
.checkbox > :active {
    border: 2px solid #34495E;
}
/*----------------- BUTTON -----------------*/
.subBut {
	float: none;
	display: block;
	text-align: center;
	color: #45b0df;
	margin-left: auto;
	margin-right: auto;
	background-color: #FFF;
	font-size: 20px;
	font-weight: 700;
	text-decoration: none;
	padding: 14px 30px;
	border: none;
	border-radius: 26px;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
	box-shadow:  1px 1px 5px 3px rgba(0, 0, 0, 0.2);
}
.subBut:hover {
	color: #FFF;
	background-color: #45b0df;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
/*--------------------FOOTER STYLES-----------------------*/
.footerAccred {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-bottom: 80px;
    padding-top: 80px;
    overflow: hidden;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    float: left;
    color: #FFF;
}
.accredLink {
    color: #869DAD;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.accredLink:hover {
	color: #FFF;
	text-decoration: none;
}
.accredLink2 {
	color: #FFF;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
.accredLink2:hover {
	color: #A9D5D6;
	text-decoration: none;
}

.accredLeft {
	display: block;
	float: left;
	clear: none;
	width: 50%;
	padding-top: 60px;
}
.accredRight {
	display: block;
	float: left;
	clear: none;
	width: 50%;
	padding-top: 60px;
}
.accredWrap {
	clear: none;
	display: block;
	float: left;
	width: 33.33%;
	margin-left: auto;
	margin-right: auto;
}
.accredWrap2 {
	clear: none;
	display: block;
	float: left;
	width: 33.33%;
}	
.accredSubWrap {
	clear: none;
	display: block;
	float: none;
	max-width: 200px;	
	margin-left: auto;
	margin-right: auto;	
}
/*----------------ALTERED---------*/
.accredIcon {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.footerWrap {
	width: 100%;
	clear: none;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.footerWrap2 {
	width: 100%;
	clear: none;
	float: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
}
.footer25 {
	display: block;
	text-align: center;
	width: 100%;
	clear: none;
	float: none;
	margin-bottom: 40px;
	font-size: 14px;
	color: #FFF;
}
.footer33 {
	display: block;
	text-align: center;
	width: 33.33%;
	clear: none;
	float: left;
}
.footer50 {
	display: block;
	text-align: center;
	width: 50%;
	clear: none;
	float: left;
}
.footer75 {
	display: block;
	text-align: left;
	width: 100%;
	clear: none;
	float: left;
	margin-bottom: 40px;
}
.footerTxtA {
	display: block;
	text-align: center;
	clear: none;
	float: left;
	color: #FFF;
	font-size: 14px;
	line-height: 14px;
	margin-top: 40px;
	margin-bottom: 25px;
	width: 100%;
}
.footerTxtB {
    display: block;
    text-align: center;
    clear: none;
    float: left;
    color: #FFF;
    font-size: 16px;
    margin-top: 0px;
    width: 100%;
}
.footerLogo {
	float: none;
	clear: none;
	display: block;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
}
.footerLink {
	font-size: 19px;
	line-height: 21px;
	color: #FFF;
	font-weight: 600;
	text-decoration: none;
}
.footerLink:hover {
	color: #FFF;
	opacity: 0.7;	
	text-decoration: none;
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	-o-transition: 0.1s linear;
	transition: 0.1s linear;
}
.footerLink2 {
	font-size: 16px;
	line-height: 18px;
	color: #FFF;
	font-weight: 400;
	padding-top: 20px;
	text-decoration: none;
}
.footerLink2:hover {
	color: #FFF;	
	opacity: 0.7;
	text-decoration: underline;
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	-o-transition: 0.1s linear;
	transition: 0.1s linear;
}
.footerLinkIcon {
	opacity:0.5;
}
.footerLinkIcon:hover {
	opacity: 1.0;
	-webkit-transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	-ms-transition: 0.1s linear;
	-o-transition: 0.1s linear;
	transition: 0.1s linear;
}
.footerMenuBottom {
	display: block;
	text-align: center;
	width: 100%;
	clear: none;
	float: left;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
  	margin-bottom: 30px;
}
/*-------------GENERIC STYLES--------------*/
.mainBut {
    float: none;
    display: block;
    color: #FFF;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
.mainBut:hover {

    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

.box-shadow {
	box-shadow: 6px 6px 8px 0 rgba(0, 0, 0, 0.1)	
}
.back-to-top {
	background: none;
	margin-bottom: 20px;
	margin-right: 20px;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 70px;
	padding-top: 15px;
	padding-bottom: 15px;
	display: none;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	border: 2px solid #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(109,111,113,0.5);
	z-index: 1500;
}
.back-to-top:hover {
	background-color: rgba(109,111,113,1);
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	transition: background 0.2s linear;
	border: 2px solid #FFF;
}
.hrDark {
	border-top: 1px solid #666;
}
.titlesBar {
	background-color: #45b0df;
	width: 85%;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 15px;
	margin: 25px 0px;
}
.blackBG {
    background-color: #000;
}
.blue {
    color: rgba(0,145,208,1.00);
}
.blueBG {
	background-color: #3F6282;
}
.darkBlue {
    color: #3B65AF;
}
.darkBlueBG {
	background-color: #403E4B;
}
.lightBlueBG {
    background-color: rgba(212,242,255,1.00);
}
.red {
	color: rgba(228,48,90,1.00);
}
.redBG {
	background-color: rgba(228,48,90,1.00);
}
.green {
	color: #97d239;
}
.greenBG {
	background-color: #007078;
}
.lightgreen {
	color: #A9D5D6;
}
.lightgreenBG {
	background-color: #A9D5D6;
}
.white {
	color: #FFF;
}
.whiteBG {
	background-color: #FFF;
}
.darkgrey {
	color: #2D2D2D;
}
.darkgreyBG {
	background-color: #2D2D2D;
}
.tanBG {
	background-color: #9e6a56;
}
/*-----------TEXT ADJUST--------*/
.txtCenter {
	text-align: center;	
}
.txtLeft {
	text-align: left;	
}
.txtLeftStay {
	text-align: left;	
}
.txtRight {
	text-align: right;	
}
.txtLeft900 {
	text-align: left;	
}
.txtRight900 {
	text-align: right;	
}
.txt12 {
	font-size: 12px;
	line-height: 16px;	
}
.txt16 {
	font-size: 16px;
	line-height: 19px;	
}
.txt20 {
	font-size: 20px;
	line-height: 24px;	
}
.txt24 {
	font-size: 24px;
	line-height: 30px;
}
.fw400 {
	font-weight: 400;
}
.fw500 {
	font-weight: 500;
}
.fw600 {
	font-weight: 600;
}
.fw700 {
	font-weight: 700;
}
.fw800 {
	font-weight: 800;
}
.floatLeft {
	float: left;	
}
.bottomBorder {
	padding-bottom: 30px;
	border-bottom: 1px solid #CCC;
}
.bMargin50 {
	margin-bottom: 100px;	
}
.bPad50 {
	padding-bottom: 50px;	
}
.topPad50 {
	padding-top: 50px;	
}
.bottomMargin100 {
	margin-bottom: 100px;	
}
.bPad100 {
	padding-bottom: 100px;	
}
input {
	border: solid 1px #007078;
	background-color: #E2F1F1;
}
input active {
	border: solid 1px #007078;	
	background-color: #FFF;
}

.merriweather-light {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: normal;
}

.merriweather-regular {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: normal;
}

.merriweather-bold {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-style: normal;
}

.merriweather-black {
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-style: normal;
}

.merriweather-light-italic {
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-style: italic;
}

.merriweather-regular-italic {
  font-family: "Merriweather", serif;
  font-weight: 400;
  font-style: italic;
}

.merriweather-bold-italic {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-style: italic;
}

.merriweather-black-italic {
  font-family: "Merriweather", serif;
  font-weight: 900;
  font-style: italic;
}

/*---------------BACKGROUNDS-----------------*/
.musicBG {
    background-image: url(../images/the-music.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.spotlights {
    background-image: url(../images/spotlights.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.perfida {
    background-image: url(../images/perfida.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.blueDress {
    background-image: url(../images/blueDress-desktop2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.biogEnd {
	background-image: url(../images/biog-end.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.stage-lightsBG {
	background-image: url(../images/stage-lights.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.galleryBG {
    background-image: url(../images/gallery.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.bannerAbout {
	background-image: url(/images/banners/about-us.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}


@media only screen and (max-width: 1630px) {
.perfida {
    background-size: cover;
}
.blueDress {
    background-size: cover;
}
.biogEnd {
	background-size: cover;
}
}

@media only screen and (max-width: 1210px) {
.clientLogo {
	padding-top: 104px;
}
.gridContainerMenu {
    display: block;
    margin: 0px;
	padding: 0px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.menu {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    text-align: center;
    overflow: hidden;
}
.menuIcon {
	float: none;
	clear: none;
	display: block;
	width: 48px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: -10px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
.menuLink {
	font-family: 'Marcellus SC', Arial, Helvetica, sans-serif;
	float: left;
	display: block;
	text-align: center;
	color: #DEC187;
	width: 25%;
	font-weight: 400;
	font-size: 21px;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
	text-transform: uppercase;
	padding-bottom: 20px;
	padding-top: 0px;
}
.menuLink:hover {
	color: #EFE2C7;
    text-decoration: none;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}
a.menuLink:after {
  	content: '';
 	height: 1px;
	background-color: #DEC187;
  	display: block;
  	transition: width 0.3s ease-in-out;
  	margin: 0px auto;
  	text-align: center;
}
a.menuLink:after {
  width: 0;
}
a.menuLink:hover:after {
  width: 100%;
}
}

@media only screen and (max-width: 930px) {
	
.gridContainerText2 {
	padding-top: 80px;
	padding-bottom: 0px;
}
.gridContainerText4 {
	padding-top: 80px;
	padding-bottom: 0px;
}
.gridContainerText5 {
	padding-top: 80px;
	padding-bottom: 800px;
}
.perfida {
    background-image: url(../images/perfida2.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.blueDress {
    background-image: url(../images/blueDress2.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.biogEnd {
	background-image: url(../images/biog-end2.png);
	background-size: auto;
}
.perfidaRight {
	clear: none;
	display: block;
	float: none;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 600px;
}
.biog2Left {
	float: none;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.biog4Left {
	clear: none;
	display: block;
	float: none;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 0px;
}
.biog2Right {
	float: none;
	width: 100%;
}
.biog3Right {
	clear: none;
	display: block;
	float: none;
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-bottom: 800px;
}
}

@media only screen and (max-width: 800px) {

.banner {
	padding-top: 60px;
	padding-bottom: 20px;
	background-color: rgba(0,0,0,1.00);
	text-align: center;
	font-size: 50px;
	color: #FFF;
	background-image: url(../images/header-mob.jpg);
	background-position: center bottom;
	background-size: auto;
}
.clientLogo {
	float: none;
	width: 86%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 100px;
	text-align: center;
	max-width: 400px;
}

.titlesWrapperHome {
	float: none;
	clear: both;
	padding-top: 20px;
	padding-bottom: 660px;
	font-size: 18px;
	line-height: 22px;
	margin-top: 0px;
	text-align: center;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	color: #FFF;
}
.centreWrapper {
	float: none;
	padding-left: 8%;
	width: 84%;
	padding-right: 8%;
}
.centreWrapperNarrow {
	float: none;
	width: 84%;
	padding-left: 8%;
	padding-right: 8%;
}
.downloadL {
	clear: both;
	float: none;
	width: 200px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
	margin-bottom: 0px;
    margin-top: 60px;
}
.downloadR {
	clear: both;
	float: none;
	width: 200px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
	margin-bottom: 0px;
    margin-top: 60px;
}
.gallery {
	clear: both;
	float: none;
	width: 100%;
    margin-right: 0;
	margin-bottom: 30px;
    text-align: center;
    border: solid 1px #FFF;
}
.iconsWrap {
	clear: both;
	display: block;
	float: none;
	width: 100%;
    max-width: 460px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.15);	
}
.iconsImg {
	clear: none;
	display: block;
	float: none;
	width: 100%;
}
.iconsTxt {
	clear: none;
	display: block;
	float: none;
    height: auto;
}
.iconsTxt2 {
	clear: none;
	display: block;
	float: none;
}
/*---------------FOOTER STYLES--------------*/
.logoFooter {
    float: none;
    clear: both;
    display: block;
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
}
.footerTxtA {
	text-align: center;
	clear: both;
	float: left;
	font-size: 16px;
	margin-bottom: 35px;
	margin-top: 15px;
}
.footerTxtB {
	text-align: center;
	clear: both;
	float: left;
	padding-left: 0px;
	font-size: 16px;
}
.footer25 {
	text-align: center;
	width: 100%;
	clear: both;
	float: none;
	margin-bottom: 30px;
}
.footer33 {
	text-align: center;
	width: 100%;
	clear: both;
	float: none;
	margin-bottom: 20px;
}
.footer50 {
	text-align: center;
	width: 100%;
	clear: both;
	float: none;
}
.footer75 {
	text-align: center;
	width: 100%;
	clear: both;
	float: none;
	margin-bottom: 0px;
}
.footerLogo {
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.footerLink {
	font-size: 18px;
}
.tableSpacer {
	width: 50px;	
}
/*-----------GENERIC STYLES---------*/
.mainBut {
	float: none;
	text-align: center;
	width: auto;
}

.txtCenter {
	text-align: center;	
}
.txtLeft {
	text-align: center;	
}
.txtLeftStay {
	text-align: left;	
}
.txtRight {
	text-align: center;	
}
.musicBG {
    background-image: url(../images/the-music-mob.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.galleryBG {
    background-image: none;
    background-color: #000;
}
}



@media only screen and (max-width: 500px) {

h1 {
    font-family: 'Marcellus SC', Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 26px;
    margin-top: 0px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}
h2 {
    font-family: 'Marcellus SC', Arial, Helvetica, sans-serif;
    font-size: 34px;
    line-height: 44px;
    margin-top: 0px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.gridContainerText1 {
	font-size: 18px;
	line-height:30px;
}
.centreWrapper2 {
	font-size: 18px;
	line-height:30px;
}
.gridContainerText6 {
	font-size: 16px;
	line-height:21px;
	}
.perfidaRight {	
	font-size: 16px;
	line-height:21px;
	}
.biog2Left {
	font-size: 16px;
	line-height:21px;
	}
.biog3Right {
	font-size: 16px;
	line-height:21px;
	}
.biog4Left {
	font-size: 16px;
	line-height:21px;
	}
.footerLink {
	font-size: 16px;
	line-height:21px;
	}
.banner {
	padding-top: 90px;
    background-image: url(../images/header-mob2.jpg);
	background-size: auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}
	
.titlesWrapperHome {
    float: none;
    clear: both;
    padding-top: 10px;
    padding-bottom: 460px;
    font-size: 18px;
    line-height: 22px;
    margin-top: 0px;
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    color: #FFF;
}
.menuIcon {
    margin-bottom: -20px;	
}
.clientLogo {
    padding-top: 30px;	
}
.menuLink {
	float: none;
	color: #DEC187;
	width: 100%;
    padding-top: 0px;			
}
a.menuLink:hover:after {
  width: 50%;
}
	
	
}
