@charset "utf-8";
body {
    font-family: "Lato", sans-serif;
    color: #000000;
    background-color: #696f61;
    font-weight: 300;
    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;
}

.green {
    background-color: #696f61;
}
.greenmid {
    background-color: #787E6E;
}
.black {
    background-color: #000000;
}
.greylt {
    background-color: #f6f7f6;
}
.greylt2 {
    background-color: #EEEDEB;
}
.text-white {
	color: #FFF;
}
.link-white {
	color: #FFF;
	text-decoration: none;
}



.link-button-col2 {
    color: #787E6E;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    background-color: #FFFFFF;
    text-transform: none;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}
.link-button-col2:hover {
    background-color: #333333;
    color: #FFFFFF;
}


.link-button-col1 {
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    background-color: #787E6E;
    text-transform: none;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}
.link-button-col1:hover {
    background-color: #333333;
    color: #FFFFFF;
}


.boxshadow {
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
}



 *::-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;
}
.img-right {
	float: right;
	margin-bottom: 15px;
	margin-left: 15px;
}

.video-wrap {
	width: 60%;
	margin-right: 20%;
	margin-left: 20%;
}
.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(255,255,255,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-size: 44px;
    font-weight: 300;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 45px;
    margin-left: 0px;
    padding: 0px;
    line-height: 48px;
    letter-spacing: -1px;
    text-transform: none;
}
h2, h3 {
    font-size: 36px;
    font-weight: 300;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    padding: 0px;
    line-height: 40px;
    text-transform: none;
}
h4 {
    font-size: 28px;
    font-weight: 300;
    margin-bottom: 15px;
    padding: 0px;
    margin-top: 0px;
    line-height: 32px;
}
h5 {
    font-size: 24px;
    margin: 0px;
    padding: 0px;
    line-height: 28px;
    font-weight: 300;
}
h6 {
    font-size: 20px;
    font-weight: 300;
    padding: 0px;
    line-height: 24px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    text-transform: none;
}
.gridContainer {
    width: 96%;
    max-width: 1220px;
    margin: auto;
    clear: none;
    float: none;
    padding-top: 0%;
    padding-right: 2%;
    padding-bottom: 0%;
    padding-left: 2%;
}
.gridContainerMobile {
    width: 96%;
    max-width: 1220px;
    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;
    z-index: 100;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 117px;
    position: fixed;
    background-repeat: repeat-x;
    top: 0px;
    left: 0px;
    background-color: #FFFFFF;
}


.container_header.scrolled {
    background-color: #f2f2f2;
    transition: background-color 0.3s ease; /* Smooth transition */
}








.container_banner_home {
    width: 100%;
    z-index: 0;
    height: 800px;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    background-color: #FFFFFF;
    overflow: hidden;
}

.container_banner_home::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    animation: fadeInOut 20s infinite;
}

/* Define the images in sequence using CSS keyframes */
@keyframes fadeInOut {
     0% { background-image: url(/images/banner-home0.jpg); opacity: 1; }
    16.67% { background-image: url(/images/banner-home4.jpg); opacity: 1; }
    33.33% { background-image: url(/images/banner-home15.jpg); opacity: 1; }
    50% { background-image: url(/images/banner-home5.jpg); opacity: 1; }
    66.67% { background-image: url(/images/banner-home13.jpg); opacity: 1; }
    83.33% { background-image: url(/images/banner-home14.jpg); opacity: 1; }
    100% { background-image: url(/images/banner-home0.jpg); opacity: 1; }
}




.banner-content {
    width: 100%;
    float: left;
    margin-top: 380px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    z-index: 100;
    position: relative;
    text-align: center;
}


.banner-content h4 {
    display: block;
    font-size: 56px;
    line-height: 56px;
    font-weight: 300;
    color: #FFF;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.banner-content h5 {
    display: block;
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 30px;
    font-family: "Montserrat", Arial, sans-serif;
}


.banner-content h6 {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #FFF;
    margin-bottom: 5px;
    margin-top: 0px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: "Montserrat", Arial, sans-serif;
}




.container_banner {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 800px;
    width: 100%;
    position: relative;
    z-index: 0;
    background-image: url(/images/home_hero.jpg);
}







.container_banner_sub {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
    width: 100%;
    position: relative;
    z-index: 0;
    /* Optional: Maintain existing background image settings */
}

.container_banner_sub::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2); /* Adjust the opacity for desired darkness */
    z-index: -1; /* Ensure it stays behind content */
}

.banner-content-sub {
    float: left;
    padding-top: 0%;
    padding-right: 0%;
    padding-bottom: 0%;
    padding-left: 0%;
    margin-top: 320px;
    width: 100%;
    text-align: center;
}


.banner-content-sub h4 {
    font-size: 60px;
    color: #FFFFFF;
    font-weight: 300;
    line-height: 64px;
    width: 100%;
    display: block;
}
.banner-content-sub h5 {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 300;
    line-height: 28px;
    width: 100%;
    display: block;
}






.container {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}
.container-fullwidth {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}
.container_nopad {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}
.intro {
    width: 90%;
    float: left;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 0px;
}

.content {
	width: 100%;
	float: left;
}

.content li {
    clear: none;
    margin-left: -15px;
    list-style-image: url(/images/bullet.png);
    margin-bottom: 8px;
}
.content ul {
    margin-top: 0px;
    margin-bottom: 0px;

}

.columns-wrap {
    width: 100%;
    float: left;
}
.columns1 {
    width: 100%;
    float: left;
    margin-bottom: 40px;
}
.columns1-photo {
    width: 94%;
    float: left;
    margin-bottom: 0px;
    min-height: 500px;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
    position: relative;
}
.columns1-photo a {
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    border: 1px solid #FFFFFF;
    background-color: rgb(105, 111, 97, 0.8);
    text-transform: none;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 70px;
    width: 200px;
    left: 0;
right: 0;
margin: auto
}

.columns1-photo a:hover {
    background-color: #333333;
}


.columns2-photo {
    width: 50%;
    margin-right: 0%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: inline-block;
    float: left;
    height: 350px;
    min-height: 350px;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


.columns2-photo a {
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    border: 1px solid #FFFFFF;
    background-color: rgb(105, 111, 97, 0.8);
    text-transform: none;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 50px;
    width: 200px;
    left: 0;
right: 0;
margin: auto
}

.columns2-photo a:hover {
    background-color: #333333;
}





.columns3-photo {
    width: 33.333%;
    margin-right: 0%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: inline-block;
    float: left;
    height: 350px;
    min-height: 350px;
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


.columns3-photo a {
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
    border: 1px solid #FFFFFF;
    background-color: rgb(105, 111, 97, 0.8);
    text-transform: none;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 50px;
    width: 150px;
    left: 0;
right: 0;
margin: auto
}

.columns3-photo a:hover {
    background-color: #333333;
}




.columns1-pad {
    width: 84%;
    float: left;
    margin-bottom: 40px;
    padding-left: 8%;
    padding-top: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
}
.columns1.zerobm {
	margin-bottom: 0px;
}
.columns1 li {
	clear: none;
	margin-left: -10px;
	list-style-image: url(/images/bullet.png);
	margin-bottom: 8px;
}


.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%;
}

.columns2 {
    width: 45%;
    margin-right: 5%;
    clear: none;
    padding: 0%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
}

.columns2.last {
    margin-right: 0%;
    position: relative;
    width: 50%;
}



.columns2 img {
    width: 100%;
   display: block;
}
.columns2-text {
    width: 42%;
    margin-right: 0%;
    clear: none;
    padding-top: 4%;
    padding-right: 4%;
    padding-left: 4%;
    padding-bottom: 4%;
    margin-top: 0px;
    margin-left: 0px;
    display: block;
    float: left;
}
.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: -15px;
    list-style-image: url(/images/bullet.png);
    margin-bottom: 5px;
}
.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: 65%;
    clear: none;
    padding: 0%;
    float: left;
    margin-right: 4%;
}



.columns2-wide-sidebar {
    width: 26%;
    clear: none;
    float: left;
}



.columns-table {
    display: table;
    width: 100%;
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}




.columns2-table-cell-photo {
    display: table-cell;
    position: relative;
    width: 40%;
    vertical-align: top;
    padding-top: 4%;
    padding-right: 5%;
    padding-bottom: 3%;
    padding-left: 5%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 450px;
    height: 450px;
}
.columns2-table-cell-photo li {
    clear: none;
    margin-left: -8px;
    list-style-image: url(/images/bullet-white.png);
    margin-bottom: 15px;
    padding-bottom: 0px;
}
.columns2-table-cell-photo.left {
    float: left;
}
.columns2-table-cell-photo.right {
    float: right;
}



.columns3 {
    width: 33.333%;
    clear: none;
    margin-right: 0%;
    float: left;
}
.columns3.last {
	margin-right: 0%;
}
.columns3 li {
	clear: none;
	margin-left: -10px;
	list-style-image: url(/images/bullet_tick-green.png);
	margin-bottom: 8px;
}

.columns3-table-cell-photo {
    display: table-cell;
    position: relative;
    width: 26%;
    padding-right: 3%;
    padding-left: 3%;
    height: 650px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 3%;
    padding-bottom: 3%;
    vertical-align: middle;
    min-height: 650px;
}




.columns3-table-cell-photo.bottom {
    vertical-align: bottom;
    padding-top: 0px;
}




.columns3-table-cell-photo-work {
    display: table-cell;
    position: relative;
    width: 26%;
    padding-right: 3%;
    padding-left: 3%;
    height: 350px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 3%;
    padding-bottom: 3%;
    vertical-align: middle;
    min-height: 350px;
}


.columns3-services {
    width: 25.333%;
    clear: none;
    margin-right: 1%;
    float: left;
    margin-left: 1%;
    background-color: #868D7D;
    color: #FFFFFF;
    min-height: 300px;
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 2%;
}


a .columns3-services {
    width: 25.333%;
    clear: none;
    margin-right: 1%;
    float: left;
    margin-left: 1%;
    background-color: #696f61;
    color: #FFFFFF;
    min-height: 300px;
    padding-left: 3%;
    padding-right: 3%;
    margin-bottom: 2%;
  	transition: background-color 0.3s ease;
}

a:hover .columns3-services:hover {
  background-color: #000000; /* Background color on hover */
}



.columns3-services h4 {
    font-weight: 400;
    font-size: 24px;
    margin-top: 80px;

}


.columns-container {
    width: 100%; /* Full browser width */
    text-align: center; /* Center the inline-block elements */
    font-weight: 400;
    font-size: 0px;
}

.columns4 {
    display: inline-block; /* Use inline-block for centering */
    width: 22%; /* Adjust width to fit four columns */
    margin-top: 0;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 40px; /* Equal margin on left and right */
    vertical-align: top; /* Align columns vertically if heights differ */
}






.columns4.last {
    margin-right: 0%;
    margin-bottom: 0px;
}
.container_footer {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 30px;
    background-repeat: repeat-x;
}


.footer {
    width: 100%;
    color: #FFFFFF;
    float: left;
    font-size: 16px;
    line-height: 20px;
}
.footer-col1 {
    width: 36%;
    float: left;
    clear: none;
    margin-left: 0px;
    padding-left: 2%;
    padding-right: 2%;
}
.footer-col2 {
    width: 16%;
    float: left;
    clear: none;
    padding-left: 2%;
    padding-right: 2%;
}


.footer h5 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #FFFFFF;
    line-height: 24px;
}

.footer a {
    color: #FFFFFF;
    text-decoration: none;
}
.footer a:hover {
    color: #000000;
    text-decoration: none;
}






.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;
}
.rightMenu {
}
.rightMenu p {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.rightMenu a {
    display: block;
    color: #a99e73;
    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: #a99e73;
    text-decoration: none;
    line-height: 22px;
}
.rightMenu a:hover {
    text-decoration: none;
    color: #000000;
}
/*
==============================================
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;
}


.photo-fullwidth {
    width: 100%;
    height: 750px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.photo-fullwidth.fixed {
    background-attachment: fixed;
}
.photo-fullwidth-overlay {
    width: 35%;
    min-height: 50px;
    float: left;
    padding-left: 4%;
    padding-top: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
    background-color: rgba(105,111,97,0.9);
}

.photo-fullwidth-overlay h4 {
    font-size: 28px;
    font-weight: 400;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    line-height: 32px;
    letter-spacing: -1px;
    text-transform: none;
}


.photo-fullwidth-overlay2 {
    width: 400px;
    min-height: 50px;
    padding-left: 2%;
    padding-top: 2%;
    padding-right: 2%;
    padding-bottom: 2%;
    background-color: rgba(43,53,63,0.9);
    position: absolute;
    bottom: 0px;
    left: 15%;
}

.photo-fullwidth-overlay2 h4 {
    font-size: 32px;
    font-weight: 600;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 15px;
    padding-bottom: 0px;
    line-height: 36px;
    letter-spacing: -1px;
    text-transform: none;
    border-left: 1px solid #7EBC03;
}


.photo-fullwidth-overlay3 {
    width: 35%;
    min-height: 50px;
    float: left;
    padding-left: 4%;
    padding-top: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
    background-color: rgba(126,188,3,0.9);
}

.photo-fullwidth-overlay3 h4 {
    font-size: 26px;
    font-weight: 400;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 15px;
    padding-bottom: 0px;
    line-height: 30px;
    letter-spacing: -1px;
    text-transform: none;
    border-left: 1px solid #ffffff;
}








.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 #9BA6AE;
    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;
}
.help-wrap {
    width: 70%;
    float: left;
    padding-left: 5%;
    padding-top: 5%;
    padding-right: 25%;
    padding-bottom: 5%;
    background-color: #a99e73;
    color: #FFFFFF;
    background-image: url(/images/help-corner.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    margin-top: 40px;
}


.container-contact {
    display: none;
}




.form_text {
    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;
    font-weight: 300;
	font-family: 'Roboto', sans-serif;
}
.form_textarea {
    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;
    color: #333333;
    font-weight: 300;
	font-family: 'Roboto', sans-serif;
}

.form_select {
    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;
    color: #333333;
    font-weight: 300;
	font-family: 'Roboto', sans-serif;
}




/* Tablet Layout: 1200px to 700px. Inherits styles from: Desktop Layout. */

@media only screen and (max-width: 1200px) {




**TABLET** {
}
h1 {
    font-size: 42px;
    line-height: 46px;
}
h2, h3 {
    font-size: 30px;
    line-height: 34px;
}
h4 {
    font-size: 26px;
    line-height: 30px;
}
h5 {
    font-size: 22px;
    line-height: 26px;
}
.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 {
}	
	
	
.container_banner_home {
    height: 600px;
}
	

.banner-content {
    width: 90%;
    padding-top: 0px;
    margin-top: 300px;
}


.banner-content h4 {
    font-size: 48px;
    line-height: 52px;
}

.banner-content h5 {
    font-size: 20px;
    line-height: 22px;
}
	
		
	
.container_banner {
    min-height: 650px;
}		


	
.container {
    padding-top: 60px;
    padding-bottom: 60px;

}
	
	
.container-fullwidth {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 5%;
    padding-right: 5%;
}	
	
	
.content {
    margin-top: 0%;
}
	
	
	
.columns3-services {
   min-height: 420px;
}


a .columns3-services {
    min-height: 420px;
}	
	
	
	
	
.hide-mobile {
	display: inline-block;
}	
	
.hide-tablet {
	display: none;
}
.hide-tablet-mobile {
	display: none;
}
.hide-tabletsm-mobile {
    display: inline-block;
}

    

	
    
}







/* Tablet Layout: 700px to 481px. Inherits styles from: Desktop Layout. */
@media only screen and (max-width: 700px) {
**TABLET SMALL** {
}
h1 {
    font-size: 38px;
    line-height: 42px;
}
h2, h3 {
    font-size: 28px;
    line-height: 32px;
    z-index: 999;
}
h4 {
    font-size: 24px;
    line-height: 28px;
}
h5 {
    font-size: 20px;
   line-height: 24px;
}
h6 {

}
	
	
.gridContainer {
    width: 84%;
    clear: none;
    float: none;
    padding-right: 8%;
    padding-left: 8%;
    padding-top: 0px;
    padding-bottom: 0px;
}
.gridContainerMobile {
	width: 100%;
	clear: none;
	float: none;
	padding: 0px;
}	
	
	
.container_header {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    z-index: 100;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 117px;
    position: relative;
    background-repeat: repeat-x;
}	
	
	
.columns1-photo {
    width: 94%;
    min-height: 300px;
    height: 300px;
    padding-top: 6%;
}



.columns2-photo {
    width: 94%;
    height: 300px;
    min-height: 300px;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
}



.columns3-photo {
    width: 94%;
    height: 300px;
    min-height: 300px;
    padding-top: 3%;
    padding-right: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
}
	
.intro {
    width: 100%;
    float: left;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
}	
	
	
.container {
    padding-top: 40px;
    padding-bottom: 40px;
}
	
	
.container-fullwidth {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0%;
    padding-right: 0%;
}
	
	
.container-fullwidth p {
    padding-left: 8%;
    padding-right: 8%;
}		
		
	
.container_banner_home {
     height: 450px;
}
	



.banner-content {
    margin-top: 150px;
}


.banner-content h4 {
    display: block;
    text-align: left;
    font-size: 40px;
    line-height: 44px;
    font-weight: 600;
    color: #FFF;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.banner-content h5 {
    display: block;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    color: #FFF;
    margin-bottom: 20px;
}
	
	
	
.container_banner {
	min-height: 400px;
}

	

.container_banner_sub {
	min-height: 400px;
}

.banner-content-sub {
    margin-top: 160px;
}


.banner-content-sub h4 {
    font-size: 50px;
    color: #FFFFFF;
    font-weight: 300;
    line-height: 54px;
    width: 100%;
    display: block;
}
.banner-content-sub h5 {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 300;
    line-height: 28px;
    width: 100%;
    display: block;
}	
	
	
	
.columns2 {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
}

.columns2.last {
    margin-right: 0%;
    position: relative;
    margin-bottom: 0px;
    width: 100%;
}
	
.columns2-wide {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
}
.columns2-wide-sidebar {
	width: 100%;
	margin: 0px;
}	
	
.columns2 ul {
    margin-top: 0px;
    margin-bottom: 0px;
	
}	

	
.columns2_form {
    width: 100%;
    margin-right: 0%;
    float: left;
}

.columns2_form.last {
    width: 100%;
    margin-right: 0%;
    float: left;
}	
	
	
.columns2-table-cell-photo {
    padding-top: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
    padding-left: 8%;
    width: 84%;
    display: block;
    min-height: 300px;
    height: auto;
}	
	
	
.columns2-table-cell-photo.left {
    padding-top: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
    padding-left: 8%;
    width: 84%;
    display: block;
}	
	
.columns2-table-cell-photo.right {
    padding-top: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
    padding-left: 8%;
    width: 84%;
    display: block;
}		
	
    
.columns3 {
    clear: none;
    margin-bottom: 30px;
    width: 100%;
    margin-right: 0;
}
.columns3-table-cell-photo {
    display: block;
    width: 84%;
    padding-left: 8%;
    padding-right: 8%;
    min-height: 300px;
    padding-top: 8%;
    padding-bottom: 8%;
    z-index: 0;
    height: auto;
}
	
	
.columns3-table-cell-photo-work {
    display: block;
    width: 84%;
    padding-left: 8%;
    padding-right: 8%;
    min-height: 300px;
    padding-top: 8%;
    padding-bottom: 8%;
    z-index: 0;
    height: auto;
}
	
	
	
.columns3-services {
    width: 90%;
    clear: none;
    margin-right: 0%;
    float: left;
    margin-left: 0%;
    background-color: #696f61;
    color: #FFFFFF;
    min-height: 0px;
    padding-left: 5%;
    padding-right: 5%;
	padding-top: 5%;
	padding-bottom: 4%;
    margin-bottom: 4%;
}


a .columns3-services {
    width: 90%;
    clear: none;
    margin-right: 0%;
    float: left;
    margin-left: 0%;
    background-color: #696f61;
    color: #FFFFFF;
    min-height: 0px;
    padding-left: 5%;
    padding-right: 5%;
	padding-top: 5%;
	padding-bottom: 4%;
    margin-bottom: 4%;
  	transition: background-color 0.3s ease;
}
	
	
.columns3-services h4 {
    font-weight: 400;
    font-size: 24px;
    margin-top: 0px;

}	
		

	
	
.columns4 {
    display: inline-block; /* Use inline-block for centering */
    width: 44%; /* Adjust width to fit four columns */
    margin-top: 0;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 40px; /* Equal margin on left and right */
    vertical-align: top; /* Align columns vertically if heights differ */
}
	
	
	
.columns4.last {
		
}
	
.footer-col1 {
    width: 84%;
    padding-left: 8%;
    padding-right: 8%;
    margin-bottom: 30px;
}
.footer-col2 {
    width: 84%;
    padding-left: 8%;
    padding-right: 8%;
    margin-bottom: 30px;
}
	
	
.photo-fullwidth {
    height: 550px;
}
.photo-fullwidth-overlay {
    width: 55%;
    float: right;
    padding-left: 6%;
    padding-top: 6%;
    padding-right: 6%;
    padding-bottom: 6%;
}

.photo-fullwidth-overlay h4 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0px;
}  
    
    
    
.photo-fullwidth-overlay2 {
    width: 300px;
    padding-left: 4%;
    padding-top: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
    bottom: 0px;
    left: 8%;
}

.photo-fullwidth-overlay2 h4 {
    font-size: 28px;
    line-height: 32px;
}  	



	
.text-center {
	text-align: left;
}
.text-center2 {
	text-align: center;
}
	
	
.container-contact {
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 40px;
    z-index: 999;
    background-color: #000000;
    padding-top: 12px;
    display: block;
}

.columns2-contact {
    width: 40%;
    clear: none;
    padding-right: 5%;
    padding-left: 5%;
    margin-top: 0px;
    display: block;
    float: left;
    text-align: center;
}


.columns2-contact a {
    color: #FFFFFF;
    font-size: 18px;
    line-height: 22px;
}	
	
	
.columns2-enquiry {
    text-align: left;
    width: 100%;
    margin-top: 20px;
}
	
	
	
	

.hide-tabletsm-mobile {
	display: none;
}
	
	
.form_text {

}
.form_textarea {
    width: 92%;
    padding-left: 4%;
}

.form_select {

}	
	
	
	
	
}	
	


    
 @media only screen and (max-width: 481px) {
**MOBILE** {
}
/* Mobile Layout: 480px and below. */
 

h1 {
    font-size: 34px;
    line-height: 38px;
}
h2, h3 {
    font-size: 26px;
    line-height: 30px;
}
h4 {
    font-size: 24px;
    line-height: 28px;
}
h5 {
    font-size: 20px;
   line-height: 24px;
}
h6 {

} 
	 

.gridContainer {
    width: 80%;
    clear: none;
    float: none;
    padding-top: 0%;
    padding-right: 10%;
    padding-bottom: 0%;
    padding-left: 10%;
    margin-left: 0px;
}
.gridContainerMobile {
	width: 100%;
	padding: 0px;
}
	
	 
.container_banner_home {
    height: 500px;
    background-position: right center;
}		 


.banner-content {
    margin-top: 180px;
}
	 
	 
.container-fullwidth {
    width: 80%;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10%;
    padding-right: 10%;
}		 


		 
	 
.container_banner {
    background-position: center center;
    background-repeat: no-repeat;
}		 

.content {
	width: 100%;
	padding: 0%;
	margin: 0px;
}
.columns-wrap {
	margin-bottom: 0px;
}
.columns2 {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
}
	 
	 
	 
		
		 

.columns3 {
    clear: none;
    width: 100%;
}
	 

	 
	 

	 

	 
.columns2-table-cell-photo {
    padding-top: 10%;
    padding-right: 10%;
    padding-bottom: 10%;
    padding-left: 10%;
    width: 80%;
}	
	
	
.columns2-table-cell-photo.left {
    padding-top: 10%;
    padding-right: 10%;
    padding-bottom: 10%;
    padding-left: 10%;
    width: 80%;
}	
	
.columns2-table-cell-photo.right {
    padding-top: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
    padding-left: 8%;
    width: 84%;
    display: block;
}	 
	 
.columns3-table-cell-photo {
    width: 80%;
    padding-left: 10%;
    padding-right: 10%;
}
		 

.header-unit {
	height: 250px;
}
#video-container {
	display: none;
}
	 
	 
.photo-fullwidth {
    height: 550px;
}
.photo-fullwidth-overlay {
    width: 84%;
    min-height: 50px;
    float: left;
    padding-left: 8%;
    padding-top: 8%;
    padding-right: 8%;
    padding-bottom: 8%;
}

.photo-fullwidth-overlay h4 {
    font-size: 26px;
    line-height: 30px;
    letter-spacing: 0px;
}    
     	 

	 
	 
.hide-mobile {
	display: none;
}
.hide-tablet {
	display: block;
}
.hide-desktop {
	display: block;
}
.hide-tabletsm-mobile {
	display: none;
}
.hide-desktop-tablet {
	display: block;
}	
	 
	 
	 
}



.link-button-white {
    color: #FFF;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    padding-top: 12px;
    padding-right: 18px;
    padding-bottom: 12px;
    padding-left: 18px;
    border: 2px solid #FFF;
}
.columns3 ul {
	clear: none;
	list-style-image: url(/images/bullet_tick-green.png);
	margin-top: 0px;
	padding-top: 0px;
}
