@charset "utf-8";
body {
    font-family: 'Lato', sans-serif;
    color: #4C585C;
    background-color: #405728;
    font-weight: 400;
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    line-height: 26px;
}
/* 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% */


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	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/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.imgfade {
	opacity: 1.0;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
}
.imgfade:hover {
	opacity: 0.6;
	transition: opacity .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out;
	-webkit-transition: opacity .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    z-index: 0;
    border: 1px solid #eeeeee;
}
.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    z-index: 0;
    background-color: undefined;
}
.white {
	background-color: #FFF;
}
.gold {
    background-color: #c7a33a;
}
.greendk {
    background-color: #405728;
}
.green {
    background-color: #909c40;
}
.red {
    background-color: #c7a33a;
}
.black {
	background-color: #333333;
}
.greylt {
    background-color: #fdfaf4;
}
.greylt2 {
    background-color: #F8EEDB;
}
.text-white {
	color: #FFF;
}
.link-white {
	color: #FFF;
	text-decoration: none;
}
.link-black {
    color: #414B4F;
    text-decoration: none;
}
.link-white:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.link-button-outline {
    color: #c7a33a;
    text-decoration: none;
    display: inline-block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 12px;
    padding-right: 18px;
    padding-bottom: 12px;
    padding-left: 18px;
    border: 2px solid #c7a33a;
    text-transform: uppercase;
}
.link-button-outline:hover {
    color: #FFFFFF;
    background-color: #c7a33a;
    border-color: #c7a33a;
}


.link-button-outline2 {
    color: #c7a33a;
    text-decoration: none;
    display: inline-block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 12px;
    padding-right: 18px;
    padding-bottom: 12px;
    padding-left: 18px;
    border: 1px solid #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.link-button-outline2:hover {
    color: #FFFFFF;
    background-color: #405728;
    border-color: #405728;
}


.link-button-white {
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 12px;
    padding-right: 18px;
    padding-bottom: 12px;
    padding-left: 18px;
    border: 2px solid #FFF;
}
.link-button-white:hover {
    color: #FFFFFF;
    background-color: #4B555B;
    border: 2px solid #FFFFFF;
}


.link-button-col1 {
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 12px;
    padding-right: 18px;
    padding-bottom: 12px;
    padding-left: 18px;
    border: 2px solid #c7a33a;
    background-color: #c7a33a;
}
.link-button-col1:hover {
    color: #FFFFFF;
    background-color: #405728;
    border: 2px solid #405728;
}


.link-button-col2 {
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 12px;
    padding-right: 18px;
    padding-bottom: 12px;
    padding-left: 18px;
    border: 2px solid #405728;
    background-color: #405728;
    margin-bottom: 10px;
}
.link-button-col2:hover {
    color: #FFFFFF;
    background-color: #2A391A;
    border: 2px solid #405728;
}



 *::-webkit-input-placeholder {
 color: #666666;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #666666;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #666666;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #666666;
}
.link-rotate {
	-webkit-transition: -webkit-transform .8s ease-out;
	-ms-transition: -ms-transform .8s ease-out;
	transition: transform .8s ease-out;
}
.link-rotate:hover {
	transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
}
.link-translate {
	-webkit-transition: -webkit-transform .8s ease-out;
	-ms-transition: -ms-transform .8s ease-out;
	transition: transform .8s ease-out;
}
.link-translate:hover {
	-ms-transform: translate(20px, 0px); /* IE 9 */
	-webkit-transform: translate(20px, 0px); /* Chrome, Safari, Opera */
	transform: translate(20px, 0px);
}
.link-scale {
	-webkit-transition: -webkit-transform .8s ease-out;
	-ms-transition: -ms-transform .8s ease-out;
	transition: transform .8s ease-out;
}
.link-scale:hover {
	-ms-transform: scale(1.1, 1.1); /* IE 9 */
	-webkit-transform: scale(1.1, 1.1); /* Chrome, Safari, Opera */
	transform: scale(1.1, 1.1);
}
.link-opacity {
	opacity: 1;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.link-opacity:hover {
	opacity: 0.5;
}

.img-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.video-wrap {
	width: 60%;
	margin-right: 20%;
	margin-left: 20%;
}
.img-right {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}
.cta {
	float: left;
	width: 98%;
	text-decoration: none;
	background-color: #D44797;
	color: #FFFFFF;
	font-size: 26px;
	line-height: 29px;
	font-weight: 400;
	text-align: center;
	padding: 1%;
}
.cta-icon {
	text-decoration: none;
	position: absolute;
	left: 47%;
	top: -40px;
	height: 82px;
	width: 83px;
}
.test {
    background-image: url(/images/banners/remuneration-management.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    margin-right: auto;
    margin-left: auto;
    background-color: #2a2a2a;
    background-attachment: fixed;
}


.overlay {
	background: transparent;
	position: relative;
	width: 100%;
	height: 460px; /* your iframe height */
	top: 460px;  /* your iframe height */
	margin-top: -460px;  /* your iframe height */
}




.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;
	z-index: 100;
	display: none;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: rgba(199,163,58,0.5);
}
.back-to-top:hover {
	background-color: rgba(0,0,0,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;
}


 @-webkit-keyframes spin1 {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes spin1 {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(360deg);
}
}
@-o-keyframes spin1 {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(360deg);
}
}
@-ms-keyframes spin1 {
0% {
-ms-transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
}
}
@-keyframes spin1 {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.spin {
	-webkit-animation: spin1 2s infinite linear;
	-moz-animation: spin1 2s infinite linear;
	-o-animation: spin1 2s infinite linear;
	-ms-animation: spin1 2s infinite linear;
	animation: spin1 2s infinite linear;
	display: block;
}
.showSingle {
	cursor: pointer;
}
.cnt {
}
**DESKTOP** {
}
h1 {
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-size: 48px;
    color: #405728;
    font-weight: 700;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
    margin-left: 0px;
    padding: 0px;
    line-height: 46px;
    letter-spacing: 0px;
    text-transform: none;
}
h2, h3 {
    font-size: 40px;
    color: #405728;
    font-weight: 700;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding: 0px;
    line-height: 42px;
    text-transform: none;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
}
h4 {
    font-size: 32px;
    font-weight: 700;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    line-height: 34px;
    color: #405728;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    margin-bottom: 5px;
}
h5 {
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    color: #405728;
    line-height: 24px;
    font-weight: 700;
}
h6 {
    font-size: 16px;
    font-weight: 400;
    padding: 0px;
    line-height: 20px;
    color: #405728;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    text-transform: uppercase;
}
.gridContainer {
    width: 92%;
    max-width: 1220px;
    margin: auto;
    clear: none;
    float: none;
    padding-top: 0%;
    padding-right: 4%;
    padding-bottom: 0%;
    padding-left: 4%;
}
.gridContainerMobile {
	width: 96%;
	max-width: 1200px;
	margin: auto;
	clear: none;
	float: none;
	padding-top: 0%;
	padding-right: 2%;
	padding-bottom: 0%;
	padding-left: 2%;
}
.container_header {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    background-color: #FFFFFF;
    z-index: 100;
    padding-top: 8px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px;
    margin-bottom: 0px;
}



.container_banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 420px;
    width: 100%;
    position: relative;
    z-index: 0;
    padding-top: 50px;
    padding-bottom: 50px;
}

.banner-content {
    float: left;
    background-color: rgba(255, 255, 255, .9);
    padding-top: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
    padding-left: 4%;
    width: 36%;
    border-radius: 18px;
}


.banner-content h4 {
    font-size: 16px;
    color: #405728;
    font-weight: 400;
    line-height: 22px;
    width: 100%;
    text-align: left;
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
}
.banner-content h5 {
    font-size: 50px;
    color: #405728;
    font-weight: 600;
    line-height: 52px;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
    display: block;
    letter-spacing: 0px;
    margin-top: 0px;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-style: normal;
}


.banner-content h6 {
    font-size: 20px;
    color: #405728;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-transform: none;
    margin-bottom: 10px;
}


.container_banner_home {
    width: 100%;
    z-index: 0;
    height: 600px;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    background-color: #FFFFFF;
    padding-top: 130px;
    overflow: hidden;
}

.container_banner_home::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    animation: fadeInOut 8s infinite;
}

/* Define the images in sequence using CSS keyframes */
@keyframes fadeInOut {
    0% { background-image: url(/images/banner-home1.jpg); opacity: 1; }
    25% { background-image: url(/images/banner-home2.jpg); opacity: 1; }
    50% { background-image: url(/images/banner-home3.jpg); opacity: 1; }
    75% { background-image: url(/images/banner-home4.jpg); opacity: 1; }
    100% { background-image: url(/images/banner-home1.jpg); opacity: 1; }
}





.intro {
    display: inline-block;
    margin-left: 15%;
    margin-right: 15%;
	width: 70%;
}
.intro-home {
    font-size: 22px;
    line-height: 30px;
    width: 100%;
    display: block;
}


.container {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}
.container-nopad {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}
.container-services {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background-image: url(/images/bgd_logo.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.content {
	width: 100%;
	float: left;
}
.columns-wrap {
    width: 100%;
    float: left;
}
.columns1 {
	width: 100%;
	float: left;
	margin-bottom: 40px;
}
.columns1-pad {
    width: 92%;
    margin-bottom: 0px;
    padding-left: 4%;
    padding-top: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
    background-position: center bottom;
    background-color: #909c40;
    outline: 10px solid white;
    outline-offset: -10px;   /* pulls border inside */
    box-shadow: 0 0 10px 6px rgba(0,0,0,0.08); /* outer glow */
    background-image: url(/images/bgd-soundbath-ad.jpg);
    border-radius: 20px;
    background-repeat: no-repeat;
}
.columns1-pad h4 {
    font-family: 'Lato', sans-serif;
    color: #FFFFFF;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 28px;
}
.columns1-pad h5 {
    font-family: 'Lato', sans-serif;
    color: #FFFFFF;
    margin-bottom: 15px;
    font-size: 20px;
    margin-top: 10px;
}


.columns1-pad a {
    color: #FFFFFF;
}



.callus {
    width: 92%;
    margin-bottom: 0px;
    padding-left: 4%;
    padding-top: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
    background-position: right center;
    color: #FFFFFF;
    border-radius: 20px;
    background-image: url(/images/bgd_logo2.png);
    background-repeat: no-repeat;
}

#callus td {
    padding-bottom: 4px;
    padding-top: 4px;
}

#callus a {
    color: #FFFFFF;
}

#callus a:hover {
    color: #405728;
}



.therapies {
    width: 92%;
    margin-bottom: 0px;
    padding-left: 4%;
    padding-top: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
    background-position: right center;
    border-radius: 20px;
    background-image: url(/images/bgd_logo2.png);
    background-repeat: no-repeat;
    box-shadow: 0 0 6px 4px rgba(0,0,0,0.06); /* outer glow */
}
.therapies h5 {
    border-top: 1px solid #909c40;
    padding-top: 14px;
    padding-bottom: 14px;
    font-weight: 400;
    color: #909c40;
}






.columns1.zerobm {
	margin-bottom: 0px;
}
.columns1 li {
	clear: none;
	margin-left: -10px;
	list-style-image: url(/images/bullet.png);
	margin-bottom: 8px;
}
.columns2 {
    width: 47.5%;
    margin-right: 5%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
}

.columns2.last {
	margin-right: 0%;
	position: relative;
}
.columns2-center {
	width: 48.5%;
	margin-right: 3%;
	clear: none;
	padding: 0%;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
}


.columns2 ul {
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
	
}
.columns2 li {
	clear: none;
	margin-left: -8px;
	list-style-image: url(/images/bullet.png);
	margin-bottom: 12px;
}
.columns2 li.ticks  {
    clear: none;
    margin-left: -8px;
	list-style-image: url(/images/bullet-tick.png);
	margin-bottom: 12px;
}


.columns2-right {
    width: 48.5%;
    margin-right: 0%;
    clear: none;
    padding: 0%;
    margin-bottom: 0%;
    margin-top: 0px;
    margin-left: 0px;
    float: right;
    text-align: center;
}


.columns2-wide {
    width: 70%;
    clear: none;
    padding: 0%;
    float: left;
    margin-right: 5%;
}

.columns2-wide li {
    clear: none;
    margin-left: -8px;
    list-style-image: url(/images/bullet.png);
    margin-bottom: 8px;
}



.columns2-wide-sidebar {
    width: 25%;
    clear: none;
    float: left;
}
.columns-table {
    display: table;
    width: 100%;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 30px;
}





.columns2-table-cell {
    display: table-cell;
    position: relative;
    width: 44%;
    vertical-align: top;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.columns2-table-cell li {
    clear: none;
	margin-left: -8px;
	list-style-image: url(/images/bullet-white.png);
	margin-bottom: 15px;
}
.columns2-table-cell.left {
    width: 50%;
}
.columns2-table-cell.right {
    width: 50%;
}
.columns2-table-cell.mid {
	position: relative;
	width: 6%;
	background-color: #FFF;
}
.columns2-table-cell h5 {
	margin-bottom: 0px;
	display: block;
	color: #FFF;
	font-size: 30px;
	line-height: 33px;
	font-weight: 600;
}



.columns3 {
    width: 30%;
    clear: none;
    margin-right: 5%;
    float: left;
}
.columns3-clients {
    width: 31.333%;
    clear: none;
    margin-right: 1%;
    float: left;
    margin-bottom: 30px;
    margin-left: 1%;
    text-align: center;
    background-color: #FFFFFF;
}
.columns3.last {
	margin-right: 0%;
}
.columns3 img {
}
.columns3 ul {
	clear: none;
	list-style-image: url(/images/bullet_tick-green.png);
	margin-top: 0px;
	padding-top: 0px;
}
.columns3 li {
	clear: none;
	margin-left: -10px;
	list-style-image: url(/images/bullet_tick-green.png);
	margin-bottom: 8px;
}

.columns3-table-cell {
    display: table-cell;
    position: relative;
    width: 26%;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
}
.columns3-table-cell.mid {
    position: relative;
    width: 3%;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
}
.columns3-table-cell h4 {
    background-size: cover;
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    padding: 0px;
    letter-spacing: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.columns3-table-cell h5 {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 0px;
    margin-top: 0px;
}
.columns3-table-cell-content {
	position: relative;
	width: 90%;
	float: left;
	background-color: #3d3d3d;
	padding: 5%;
	color: #FFF;
}

.columns3-services {
    width: 30%;
    clear: none;
    margin-right: 1.66%;
    float: left;
    margin-bottom: 30px;
    margin-left: 1.66%;
}

.columns3-services.last {
    margin-right: 0%;
    margin-bottom: 30px;
}


.columns3-services img {
    display: block;
    margin-bottom: 20px;
    border-radius: 12px;
}


.columns4 {
	clear: none;
	width: 22%;
	margin-right: 4%;
	float: left;
}
.columns4.last {
    margin-right: 0%;
    margin-bottom: 0px;
}



.columns4-table {
    display: table;
    width: 100%;
    padding: 0px;
    float: left;
    margin-top: 10px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
}

.columns4-table-cell {
    display: table-cell;
    position: relative;
    width: 23.5%;
    text-align: center;
    vertical-align: top;
}
.columns4-table-cell.mid {
    position: relative;
    width: 2%;
    background-color: #FFF;
}



.columns4-table-cell h6 {
	min-height: 30px;
	margin: 0px;
	padding: 0px;
}
.columns5 {
	clear: none;
	width: 18%;
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 1%;
	margin-bottom: 2%;
	margin-left: 1%;
}
.columns5-table {
	display: table;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.columns5-table-cell {
	display: table-cell;
	position: relative;
	width: 16%;
	font-size: 14px;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
}
.container_footer {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    background-repeat: repeat-x;
    background-color: #FFFFFF;
}


.footer {
    width: 100%;
    color: #FFFFFF;
    float: left;
}

.footer a {
    color: #FFFFFF;
    text-decoration: none;
}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}


.footer h5 {
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin-bottom: 20px;
    color: #FFFFFF;
    line-height: 21px;
}


.button-side {
	height: 283px;
	width: 57px;
	position: fixed;
	top: 200px;
	right: 0px;
	float: right;
	z-index: 999;
	margin-right: 0px;
	padding-right: 0px;
}






.header-unit {
	position: relative;
	float: left;
	width: 100%;
	z-index: 0;
	height: 460px;
}
#video-container {
	position: absolute;
	background-position: center bottom;
	top: 0px;
	left: 0px;
	z-index: 0;
}
#video-container {
	height: 100%;
	width: 100%;
	overflow: hidden;
	z-index: 200;
}
video {
	z-index: 0;
	top: 0%;
}
video.fillWidth {
	width: 100%;
	z-index: 0;
}
#videoMessage {
	left: 0%;
	height: 100%;
	width: 100%;
	z-index: 300;
	position: absolute;
	top: 0px;
	float: left;
}
.button-upload {
	background-color: #0F6;
}
.rightMenu {
}
.rightMenu p {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.rightMenu a {
    display: block;
    color: #c7a33a;
    font-weight: 400;
    margin: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    text-align: left;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #c7a33a;
    text-decoration: none;
    line-height: 22px;
}
.rightMenu a:hover {
    text-decoration: none;
    color: #8D8677;
}

.rightMenu a.active {
    font-weight: 600; /* or a border, background, colour etc. */
    color: #405728;
}

.corner {
	height: 28px;
	width: 15px;
	position: absolute;
	top: 0px;
	right: -15px;
}
/*
==============================================
SlideInDown
==============================================
*/

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown;
	animation-duration: 1.1s;
	-webkit-animation-duration: 1.1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
}
}
 @-webkit-keyframes slideInDown {
 0% {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
 @keyframes slideInDown {
 0% {
 -webkit-transform: translate3d(0, -100%, 0);
 transform: translate3d(0, -100%, 0);
 visibility: visible;
}
 100% {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
/*
==============================================
fadeIn
==============================================
*/

.fadeIn {
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;
	animation-duration: 1.1s;
	-webkit-animation-duration: 1.1s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
}
 @keyframes fadeIn {
 0% {
 transform: scale(1);
 opacity: 0.0;
}
 100% {
 transform: scale(1);
 opacity: 1;
}
}
 @-webkit-keyframes fadeIn {
 0% {
 transform: scale(1);
 opacity: 0.0;
}
 100% {
 transform: scale(1);
 opacity: 1;
}
}





.text-center {
	text-align: center;
}
.text-center2 {
	text-align: center;
}








.hide-mobile {
	display: inline-block;
}
.hide-tablet {
	display: block;
}
.hide-desktop {
	display: none;
}
.hide-desktop-tablet {
	display: none;
}
.hide-tablet-mobile {
	display: block;
}
.hide-tabletsm-mobile {
    display: inline-block;
}

.columns1-start {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ffffff;
    margin-bottom: 0px;
    padding-bottom: 40px;
}

.columns2-enquiry {
	width: 48.5%;
	margin-right: 0%;
	clear: none;
	padding: 0%;
	margin-bottom: 0%;
	margin-top: 0px;
	margin-left: 0px;
	display: block;
	float: left;
	text-align: right;
}

.columns1-form {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    text-align: left;
}
.columns2.form {
    margin-bottom: 15px;
}
.help-wrap {
    width: 70%;
    float: left;
    padding-left: 5%;
    padding-top: 5%;
    padding-right: 25%;
    padding-bottom: 5%;
    background-color: #c7a33a;
    color: #FFFFFF;
    background-image: url(/images/help-corner.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    margin-top: 40px;
}

.container-button-bookacall {
    position: fixed;
    bottom: 25px;
    width: 180px;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
}


.button-bookacall {
    color: #ffffff;
    text-decoration: none;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 20px;
    line-height: 22px;
    font-weight: 700;
    background-color: #c7a33a;
    text-align: center;
    padding-top: 15px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
    width: 100%;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 8px 1px #999999;
}
.button-bookacall:hover {
    color: #ffffff;
    background-color: #405728;
    border-bottom-style: none;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 8px 1px #666666;
}

.form_text {
	font-family: 'Source Sans Pro', sans-serif;
    width: 92%;
    padding-right: 4%;
    padding-left: 4%;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
    border: 0px solid #49A2DB;
    background-color: #FFFFFF;
    height: 60px;
}
.form_textarea {
    font-family: 'Source Sans Pro', sans-serif;
    width: 94%;
    border: 0px solid #49A2DB;
    padding-top: 2%;
    padding-right: 4%;
    padding-bottom: 4%;
    padding-left: 2%;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
}

.form_select {
    font-family: 'Source Sans Pro', sans-serif;
	width: 100%;
    padding-right: 4%;
    padding-left: 4%;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: px;
    border: 0px solid #49A2DB;
    background-color: #FFFFFF;
    height: 60px;
}

input:required {
  background-color: #ffffff;
}

textarea:required {
  background-color: #ffffff;
}


.columns1_form {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}

.columns2_form {
    width: 48.5%;
    margin-right: 3%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
    margin-bottom: 15px;
}

.columns2_form.last {
    margin-right: 0%;
    position: relative;
    width: 48.5%;
}


.alert{
    padding: 18px 18px;
    border-radius: 0px;
    border: 1px solid;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
}
.alert-success{background:#ecfdf5; border-color:#a7f3d0; color:#065f46;}
.alert-error{background:#fef2f2; border-color:#fecaca; color:#7f1d1d;}	
	
/* Honeypot */
.hp-wrap {
    position: absolute;
    left: -999em;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

/* Move/clip reCAPTCHA badge: bottom-left, hide blue box text */
.grecaptcha-badge{
  position: fixed !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 70px !important;     /* show icon + Privacy/Terms only */
  height: 60px !important;
  overflow: hidden !important;
  z-index: 1000 !important;
}



/* Tablet Layout: 1200px to 700px. Inherits styles from: Desktop Layout. */

@media only screen and (max-width: 1200px) {




**TABLET** {
}
h1 {
    font-size: 44px;
    line-height: 48px;
}
h2, h3 {
    font-size: 34px;
    line-height: 38px;
}
h4 {
    font-size: 28px;
    line-height: 32px;
}

h5 {
    font-size: 20px;
   line-height: 24px;
}
h6 {
	 font-size: 16px;
    font-weight: 400;
    padding: 0px;
    line-height: 20px;
    color: #8D8677;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    text-transform: uppercase;

}
.gridContainer {
	width: 88%;
	clear: none;
	float: none;
	padding-right: 6%;
	padding-left: 6%;
	padding-top: 0px;
	padding-bottom: 0px;
}
.gridContainerMobile {
	width: 100%;
	clear: none;
	float: none;
	padding: 0px;
}
.zeroMargin_tablet {
	margin-left: 0;
}

.container_header {
    padding-bottom: 0px;
    padding-top: 0px;
}	

.banner-content {
    width: 70%;
}	

	
.container {
    padding-top: 60px;
    padding-bottom: 60px;
}
	
.intro {

}	
	
.intro-home {
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
}	
	
	
.help-wrap {
    width: 61%;
    float: left;
    padding-left: 8%;
    padding-top: 8%;
    padding-right: 25%;
    padding-bottom: 8%;
    background-color: #c7a33a;
    color: #FFFFFF;
    background-image: url(/images/help-corner.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    margin-top: 40px;
    background-size: 30% auto;
}	
	
	
.content {
	margin-top: 1%;
}
    
.columns1-pad {
    width: 88%;
    padding-left: 6%;
    padding-top: 6%;
    padding-right: 6%;
    padding-bottom: 6%;
}
    
.callus {
    width: 88%;
    padding-left: 6%;
    padding-top: 6%;
    padding-right: 6%;
    padding-bottom: 6%;
}    
    
    
.therapies {
    width: 88%;
    margin-bottom: 0px;
    padding-left: 6%;
    padding-top: 6%;
    padding-right: 6%;
    padding-bottom: 6%;
    
}
.therapies h5 {
}    
    
.columns2 img {
	clear: none;
	padding-bottom: 10px;
}
	
.columns3-clients {
    width: 47%;
    margin-right: 1.5%;
    margin-left: 1.5%;
}	

.columns4 {
    width: 46%;
    margin-right: 4%;
}
.columns4-center {
}
	
	
.columns4-table-cell {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    vertical-align: top;
}
.columns4-table-cell.mid {
    position: relative;
    width: 2%;
    background-color: #FFF;
}	
.columns5-table-cell {
	display: block;
	position: relative;
	width: 96%;
	padding: 2%;
}
	
.hide-mobile {
	display: inline-block;
}	
	
.hide-tablet {
	display: none;
}
.hide-tablet-mobile {
	display: none;
}
.hide-tabletsm-mobile {
    display: inline-block;
}
.header-unit {
	position: relative;
	float: left;
	width: 100%;
	z-index: 0;
	height: 460px;
}

    
.float-right {
	float: right;
}
	
    
}







/* Tablet Layout: 700px to 481px. Inherits styles from: Desktop Layout. */
@media only screen and (max-width: 700px) {
**TABLET SMALL** {
}
h1 {
    font-size: 42px;
    line-height: 44px;
}
h2, h3 {
    font-size: 34px;
    line-height: 36px;
}
h4 {
    font-size: 30px;
    line-height: 30px;
}

h5 {
    font-size: 20px;
   line-height: 24px;
}
h6 {

}
	
.container {
    padding-top: 40px;
    padding-bottom: 40px;
}
	
	
.intro {
    display: inline-block;
    margin-left: 0%;
    margin-right: 0%;
	width: 100%;
}	
	
.intro-home {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
    font-size: 20px;
    line-height: 26px;
}	
	
.container_banner {
    background-position: center center;
    min-height: 400px;
    width: 100%;
}	
	
.banner-content {
    float: left;
    padding-top: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
    padding-left: 4%;
    width: 80%;
}


.banner-content h4 {
    font-size: 16px;
    line-height: 22px;
}
.banner-content h5 {
    font-size: 40px;
    line-height: 44px;
}


.banner-content h6 {
    font-size: 18px;
   line-height: 22px;
}
    
.container {
    padding-top: 40px;
    padding-bottom: 40px;
}  
    
.container-services {
    padding-top: 40px;
    padding-bottom: 40px;
}
    
.columns1-pad {
    width: 86%;
    padding-left: 8%;
    padding-top: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
} 
    
.callus {
    width: 84%;
    padding-left: 8%;
    padding-top: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
}        
	
.therapies {
    width: 84%;
    margin-bottom: 0px;
    padding-left: 8%;
    padding-top: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
    
}	
	
.columns2 {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 0px;
}

.columns2.last {
    margin-right: 0%;
    position: relative;
    margin-bottom: 0px;
}
	
.columns2-wide {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 40px;
}
.columns2-wide-sidebar {
	width: 100%;
	margin: 0px;
}	
	
.columns2 ul {
    margin-top: 0px;
    margin-bottom: 0px;
	
}	
	
	
.columns2-right {
    width: 100%;
    margin-bottom: 20px;
    text-align: left;
    float: left;
}
	
	
.columns2-center {
    width: 100%;
    margin-right: 0%;
    display: block;
    margin-bottom: 25px;
}	
.columns-table {

}
.columns2-table-cell.mid {
	display: block;
	width: 96%;
	padding: 2%;
}
.columns2-table-cell-content {
	width: 94%;
	padding: 3%;
	color: #FFF;
}
	
	
.columns2-table-cell {
    padding-top: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
    padding-left: 8%;
    width: 84%;
    display: block;
    min-height: 300px;
}	
	
.columns2-table-cell.left {
    width: 90%;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
}
.columns2-table-cell.right {
    width: 90%;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
}	
	
    
.columns3 {
    clear: none;
    margin-bottom: 30px;
    width: 100%;
    margin-right: 0;
}
.columns3-table-cell {
    display: block;
    width: 90%;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
}
.columns3-table-cell.mid {
    display: block;
    width: 90%;
    padding-top: 1%;
    padding-right: 5%;
    padding-left: 5%;
    padding-bottom: 1%;
}
	
	
.columns3-clients {
    width: 46%;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 20px;
}	
    
    
.columns3-services {
    width: 46%;
    clear: none;
    margin-right: 2%;
    float: left;
    margin-left: 2%;
}

.columns3-services.last {
    width: 46%;
    clear: none;
    margin-right: 2%;
    float: left;
    margin-left: 2%;
}	    
	
.columns4 {
    clear: none;
    margin-bottom: 40px;
    width: 100%;
    margin-right: 0%;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
}
.columns4.last {
    clear: none;
    width: 100%;
    margin-right: 0%;
}
	

.columns5 {
	margin-bottom: 15px;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 0px;
}
	
.footer {
    text-align: left;
}

.footer a:hover {
    color: #FFFFFF;
}

	
.text-center {
	text-align: left;
}
.text-center2 {
	text-align: center;
}	
	
	
	
	

.hide-tabletsm-mobile {
	display: none;
}
	
.columns2-enquiry {
    text-align: left;
    width: 100%;
    margin-top: 20px;
}
	
.columns2_form {
    width: 100%;
    margin-right: 0%;
	margin-bottom: 15px;
}

.columns2_form.last {
    width: 100%;
}	
	
	
.form_text {

}
.form_textarea {
    width: 92%;
    padding-left: 4%;
}

.form_select {

}	
	
	
	
	
}	
	


    
 @media only screen and (max-width: 481px) {
**MOBILE** {
}
/* Mobile Layout: 480px and below. */
 

	 
	 

.gridContainer {
	width: 84%;
	clear: none;
	float: none;
	padding-top: 0%;
	padding-right: 8%;
	padding-bottom: 0%;
	padding-left: 8%;
}
.gridContainerMobile {
	width: 100%;
	padding: 0px;
}
     
     
.container_banner {
    background-position: center center;
}  
     
     
.banner-content {
    float: left;
    padding-top: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
    padding-left: 8%;
    width: 84%;
}     
	 
	

.content {
	width: 100%;
	padding: 0%;
	margin: 0px;
}
     
     
.columns1-pad {
    width: 80%;
    padding-left: 10%;
    padding-top: 10%;
    padding-right: 10%;
    padding-bottom: 10%;
} 
     
     
.callus {
    width: 80%;
    padding-left: 10%;
    padding-top: 10%;
    padding-right: 10%;
    padding-bottom: 10%;
}       
     
 .therapies {
    width: 80%;
    margin-bottom: 0px;
    padding-left: 10%;
    padding-top: 10%;
    padding-right: 10%;
    padding-bottom: 10%;
    
}	    
     
     
.columns-wrap {
	margin-bottom: 0px;
}
.columns2 {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
.columns2-center {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    text-align: center;
}

.columns3 {
    clear: none;
    width: 100%;
}
     
     
.columns3-services {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
}

.columns3-services.last {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
}		 
	      
	 

	 
	 
	 
.columns4 {
    clear: none;
    width: 100%;
    margin-right: 0%;
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
}
.columns4.last {
    clear: none;
    width: 100%;
    margin-right: 0%;
}

.header-unit {
	height: 250px;
}
#video-container {
	display: none;
}

	 
	 
.hide-mobile {
	display: none;
}
.hide-tablet {
	display: block;
}
.hide-desktop {
	display: block;
}
.hide-tabletsm-mobile {
	display: none;
}
.hide-desktop-tablet {
	display: block;
}	
	 
	 
	 
}
