@font-face {
    font-family: heading;
    src: url(fonts/contm.ttf);
}

@font-face {
    font-family: content;
    src: url(fonts/Gotham-Medium.ttf);
}

* {
	box-sizing: border-box;
}

body.animation, body.construction, body.engineering, body.civil, body.oilandgas, body.permanentrecruitment, body.contactus, body.temporaryrecruitment, body.workforus, body.findstaff, body.campaigncontact, body.civilcontact {
	text-align: center;
	margin: 0;
	overflow: hidden;
}

body.transport {
	text-align: center;
	margin: 0;
	overflow: auto;
}

 body.ourteam {
	text-align: center;
	margin: 0;
	overflow-y: scroll;
	overflow-x: hidden;
}

/*body.workforus, body.findstaff {
    text-align: center;
    margin: 0;
    overflow-y: hidden;
}*/

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.sections.ontop{
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	-o-transform: scale(.9);
	transform: scale(.9);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	opacity: 0;
	pointer-events: none;
}

.sections.ontop.infocus {
	opacity: 1;
	pointer-events: all;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.sections.ontop .logo {
	z-index: 10;
    background: transparent;
}

.sections.ontop h2 {
	color: white;
	text-align: center;
}

.sections.ontop .subsmallblock.sponsorships.final {
	pointer-events: none;
}

.sections.ontop.infocus .subsmallblock.sponsorships.final {
	pointer-events: all;
}

.ourteam .navigation,
.contactus .navigation {
	position: fixed;
}

.navigation {
    position: absolute;
    top: 0;
    left: -1px;
    height: 20%;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    z-index: 7;
}

.navoptions {
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
	/*background: white;
	background: -webkit-linear-gradient(left,rgba(255,255,255,1),rgba(255,255,255,0));
	background: -o-linear-gradient(right,rgba(255,255,255,1),rgba(255,255,255,0));
	background: -moz-linear-gradient(right,rgba(255,255,255,1),rgba(255,255,255,0));
	background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));*/
}

.navoptions.focus {
	display: block;
}

.navoptions a {
	text-decoration: none;
}

.navoptions p {
	font-family: heading;
	font-size: 1.5vw;
	color: rgb(190,30,45);
	margin-top: 15px;
	margin-bottom: 0px;
	text-align: left;
	line-height: 1.1;
}

.navigation.focus {
	opacity: 1;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.navigation .navanim {
	height: 100%;
	position: relative;
}

.navigation .navlogo {
	height: 100%;
}

.navigation .navlogo.unfocus {
	display: none;
}

.navigation .navline {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
/*	display: none;*/
/*	opacity: 0;
	visibility: hidden;*/
}

.hiddennavlines {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 61%;
    left: 50%;
    overflow: hidden;
    z-index: -1;
}

.hiddennavlines.focus {
	z-index: 2;
}

.navigation .navline.focus {
	-webkit-transform: translate(0px) !important;
	-ms-transform: translate(0px) !important;
	-o-transform: translate(0px) !important;
	transform: translate(0px) !important;
}

.hiddennavlines .navlogo{
    float: left;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.navigation .navline.line1 {
    -webkit-transition: all 2.5s;
    -o-transition: all 2.5s;
    transition: all 2.5s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);	
}

.navigation .navline.line2 {
    -webkit-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);	
}

.navigation .navline.line3 {
    -webkit-transition: all 2.5s;
    -o-transition: all 2.5s;
    transition: all 2.5s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.sidenav {
    position: fixed;
    top: 0px;
    right: 75px;
    width: 25%;
    height: 100%;
    display: flex;
    z-index: 9999;
    flex-direction: column;
    align-items: flex-end;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    padding-left: 35px;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
}

.sidenav.fastshow {
    -webkit-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s;
}

.sidenav.showmenu {
    opacity: 1;
    visibility: visible;
}

.smallnav {
    flex: 1;
    -webkit-transition: all .75s;
    -o-transition: all .75s;
    transition: all .75s;
    width:10%;
    position: relative;
    pointer-events: all;
    overflow: hidden;
}

.smallnav.currentnav {
    width: 17.5%;
}

.navhover {
	font-family: heading;
	color: white;
	font-size: 1vw;
	position: absolute;
	top: 50%;
	left: 5px;
	width: auto;
	-webkit-transform: rotate(270deg) translate(0%, 0%);
	-ms-transform: rotate(270deg) translate(0%, 0%);
	-o-transform: rotate(270deg) translate(0%, 0%);
	transform: rotate(-90deg) translate(-50%, 0%);
	transform-origin: 0% 0%;
	white-space: nowrap;
}

.smallnav:hover {
    width:100%;
}  

.smallnav h2 {
    opacity: 0;
    -webkit-transition: opacity .3s, transform .5s;
    -o-transition: opacity .3s, transform .5s;
    transition: opacity .3s, transform .5s;
    position: absolute;
    top: 50%;
    right: 0px !important;
    color: white;
    white-space: nowrap;
    -webkit-transform: translate(20%,-50%);
    -ms-transform: translate(20%,-50%);
    -o-transform: translate(20%,-50%);
    transform: translate(20%,-50%);
    font-family: heading;
    font-size: 1.8vw;
    font-weight: 400;
    letter-spacing: 3px;
}

.smallnav:hover h2 {
    opacity: 1;
    -webkit-transform: translate(-10%,-50%);
    -ms-transform: translate(-10%,-50%);
    -o-transform: translate(-10%,-50%);
    transform: translate(-10%,-50%);
    -webkit-transition: opacity .3s ease .25s, transform .5s ease .25s;
    -o-transition: opacity .3s ease .25s, transform .5s ease .25s;
    transition: opacity .3s ease .25s, transform .5s ease .25s;
}  

.whiteoverlay {
	position: absolute;
	top: 0;
	left: 0;
	background: white;
	background: -webkit-linear-gradient(left,rgba(255,255,255,1),rgba(255,255,255,0));
	background: -o-linear-gradient(right,rgba(255,255,255,1),rgba(255,255,255,0));
	background: -moz-linear-gradient(right,rgba(255,255,255,1),rgba(255,255,255,0));
	background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
	display: none;
}

.whiteoverlay.focus {
	display: block;	
}

.engineering .whiteoverlay, .transport .whiteoverlay, .oilandgas .whiteoverlay, .ourteam .whiteoverlay, .permanentrecruitment .whiteoverlay, .ourteam .whiteoverlay {
	top: 20%;
}

.ourteam .whiteoverlay, .workforus .whiteoverlay, .findstaff .whiteoverlay {
	height: 100vh;
	width: 50%;
	position: fixed;
	z-index: 3;
	top: 0%;
}

.animation h2,
.animations-hover .ontop h2 {
	margin: 0 0 0 0;
	font-family: heading;
	opacity: 0;
	color: white;
	font-size: 1.8vw;
	display: none;
	font-weight: 400;
	letter-spacing: 3px;
}

.animation h2.focus,
.animations-hover .ontop h2.focus {
	opacity: 1;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

/* No Animation */
.animation .noanim h2.focus,
.noanim .image3.final,
.noanim .image2.final,
.noanim .image13.half.final,
.noanim .image13.focus,
.noanim .image9.focus,
.noanim .image4.focus,
.noanim .image7.final,
.noanim .image12.final,
.noanim .image6.focus,
.noanim .image5.final,
.noanim .image8.final,
.noanim .image11.final,
.noanim .image14,
.sections .row.three.noanim .largeblock .smallblock.permrecruit,
.sections .row.three.noanim .largeblock .smallblock.temprecruit
 {
	-webkit-transition: all 0s !important;
	-o-transition: all 0s !important;
	transition: all 0s !important;
}

/* End No Animation */

.constructiontitle {
    position: absolute;
    left: 50%;
    top: 75%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}

.civiltitle {
	position: absolute;
	top: 75%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.permanentconstructiontitle {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    width: 100%;
    z-index: 2;
}

.findstafftitle, .workforustitle, .sections .row.two .smallblock h2.ourteamtitle, .contactustitle, .newstitle {
	position: absolute;
	text-align: right;
	left: unset;
	right: 10%;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
}

.transporttitle {
	position: absolute;
	top: 25%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

.animation .sections a, .animations-hover .sections.ontop a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9;

}

.animation h2,
.animations-hover .ontop h2 {
	display: block;
}

.logoheight {
    height: 100vh;
    opacity: 0;
    z-index: -1;
    pointer-events: none;
}



.mainanimation {
    position: absolute;
	height: 100vh;
	top: 0%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	width: 100%;
}

.mainanimation.focus {
	left: 0%;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
	-webkit-transition: all 3s;
	-o-transition: all 3s;
	transition: all 3s;
}

.mainanimation .mainlogo {
    height: 25%;
    display: inline-block;
    margin-top: 37.5vh;
}

.mainanimation .mainlogo.unfocus {
	opacity: 0;
	-webkit-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
}

.mainanimation .mainlogo.unfocus.hide {
	display: none;
}

.sections {
	display: inline-block;
	position: relative;
	overflow: hidden;
	vertical-align: top;
}

.sections .row.one {
	height: 40%;
	width: 100%;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.sections .row.one .largeblock {
	flex: 1;
	position: relative;
	overflow: hidden;
	height: 100%;
}

.sections .row.one .largeblock .smallblock {
	width: 100%;
	float: left;
	height: 50%;
	position: relative;
	overflow: hidden;
}

.sections .row.two {
	height: 20%;
	width: 100%;
	display: flex;
	position: absolute;
	top: 40%;
	left: 0;
	overflow: hidden;
}

.sections .row.two .smallblock {
	flex: 1;
	position: relative;
	overflow: hidden;
}

.sections .row.two .smallblock h2 {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sections .row.three {
	height: 40%;
	width: 100%;
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.sections .row.three .largeblock {
	flex: 1;
	position: relative;
	overflow: hidden;
	height: 100%;
}

.sections .row.three .largeblock .smallblock {
	width: 100%;
	float: left;
	height: 50%;
	position: relative;
	overflow: hidden;
}
.sections .row.three .largeblock .smallblock.temprecruit {
    height: 0%;
    overflow: hidden;
    transition: all 1s;
}
.sections .row.three .largeblock .smallblock.permrecruit {
    height: 100%;
    transition: all 1s;
}
.sections .row.three .largeblock.finishedanim .smallblock.permrecruit {
    height: 50%;
}	
.sections .row.three .largeblock.finishedanim .smallblock.temprecruit {
    height: 50%;
}	
.temprecruit .image12.final {
    background: rgb(184,184,185);
}
.finishedanim .image7.final {
	background: rgb(211,212,214);
}
/*.permrecruit .image7,.temprecruit .image7 {
	background: transparent;
}*/
.image1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(184,184,185);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 1.25s linear;
	-o-transition: all 1.25s linear;
	transition: all 1.25s linear;
	
}

.image1.focus {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: all 1.25s linear;
	-o-transition: all 1.25s linear;
	transition: all 1.25s linear;
}

.image2 {
	position: absolute;
    width: 33.333%;
    height: 100%;
    background: rgb(190,30,45);
    -webkit-transform: translateY(-101%);
    -ms-transform: translateY(-101%);
    -o-transform: translateY(-101%);
    transform: translateY(-101%);
    -webkit-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
}

.row.one .image2.focus {
	-webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
	-webkit-transition-delay: 0.625s;
	-o-transition-delay: 0.625s;
	transition-delay: 0.625s;
	
}

.row.two .image2.focus {
	-webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.175s linear;
	-o-transition: all 0.175s linear;
	transition: all 0.175s linear;
	-webkit-transition-delay: 0.975s;
	-o-transition-delay: 0.975s;
	transition-delay: 0.975s;
}

.row.three .image2.focus {
	-webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
	-webkit-transition-delay: 1.15s;
	-o-transition-delay: 1.15s;
	transition-delay: 1.15s;	
}

.image3 {
	position: absolute;
    width: 33.333%;
    height: 100%;
    background: rgb(132,131,131);
    -webkit-transform: translateY(101%);
    -ms-transform: translateY(101%);
    -o-transform: translateY(101%);
    transform: translateY(101%);
    -webkit-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
}

.image3.light {
	background: rgb(112,111,113);
}

.row.one .image3.focus {
	-webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
	-webkit-transition-delay: 1.7s;
	-o-transition-delay: 1.7s;
	transition-delay: 1.7s;	
}

.row.one .image3.quick.focus {
	-webkit-transition-delay: 1.525s;
	-o-transition-delay: 1.525s;
	transition-delay: 1.525s;
}

.row.two .image3.focus {
	-webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.175s linear;
	-o-transition: all 0.175s linear;
	transition: all 0.175s linear;
	-webkit-transition-delay: 1.525s;
	-o-transition-delay: 1.525s;
	transition-delay: 1.525s;
}

.row.two .image3.quick.focus {
	-webkit-transition-delay: 1.35s;
	-o-transition-delay: 1.35s;
	transition-delay: 1.35s;
}

.row.three .image3.focus {
	-webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
	-webkit-transition-delay: 1.175s;
	-o-transition-delay: 1.175s;
	transition-delay: 1.175s;	
}

.row.three .image3.quick.focus {
	-webkit-transition-delay: 1s;
	-o-transition-delay: 1s;
	transition-delay: 1s;
}

.image4 {
	position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(132,131,131);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
}

.image4.focus {
	-webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
	-webkit-transition-delay: 2.05s;
	-o-transition-delay: 2.05s;
	transition-delay: 2.05s;
}

.image4.light {
	background: rgb(184,184,185);
}

.image5 {
    position: absolute;
    width: 100%;
    height: 50%;
    top: 50%;
    background: rgb(132,131,131);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.175s linear;
	-o-transition: all 0.175s linear;
	transition: all 0.175s linear;
}

.image5.focus {
	-webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.175s linear;
	-o-transition: all 0.175s linear;
	transition: all 0.175s linear;
	-webkit-transition-delay: 2.4s;
	-o-transition-delay: 2.4s;
	transition-delay: 2.4s;
}

.row.one .image5 {
	height: 100%;
	width: 66.667%;
	right: 0%;
	top: 0;
	background: rgb(112,111,113);
	-webkit-transform: translate(101%, 0%);
	-ms-transform: translate(101%, 0%);
	-o-transform: translate(101%, 0%);
	transform: translate(101%, 0%);
}

.row.one .image5.focus {
	-webkit-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	-o-transform: translate(0%, 0%);
	transform: translate(0%, 0%);
}

.image6 {
	position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(117,17,18);
	-webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    -o-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
}

.image6.focus {    
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
	-webkit-transition-delay: 2.575s;
	-o-transition-delay: 2.575s;
	transition-delay: 2.575s;
}

.image7 {
	position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(117,17,18);
	-webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    -o-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
}

.image7.focus {    
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
	-webkit-transition-delay: 2.925s;
	-o-transition-delay: 2.925s;
	transition-delay: 2.925s;
}

.image7.light {
    background: rgb(190,30,45);
}

.image7.half {
	top: 50%;
	height: 50%;
}

.image8 {
	position: absolute;
	left: 100%;
	width: 33.333%;
	height: 100%;
	background: rgb(112,111,113);
	-webkit-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
}

.image8.focus {
	left: 0%;
	-webkit-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
	-webkit-transition-delay: 3.1s;
	-o-transition-delay: 3.1s;
	transition-delay: 3.1s;
}

.image9 {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgb(74,74,76);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.35s linear;
	-o-transition: all 0.35s linear;
	transition: all 0.35s linear;
}

.image9.focus {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: all 0.175s linear;
	-o-transition: all 0.175s linear;
	transition: all 0.175s linear;
	-webkit-transition-delay: 3.275s;
	-o-transition-delay: 3.275s;
	transition-delay: 3.275s;
}

.image10 {
	position: absolute;
	width: 100%;
	height: 50%;
	z-index: -1;
	background: rgb(132,131,131);
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 0.175s linear;
	-o-transition: all 0.175s linear;
	transition: all 0.175s linear;
}

.image10.focus {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all 0.175s linear;
	-o-transition: all 0.175s linear;
	transition: all 0.175s linear;
	-webkit-transition-delay: 3.275s;
	-o-transition-delay: 3.275s;
	transition-delay: 3.275s;
}

.image11 {
	position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(184,184,185);
	-webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.175s linear;
	-o-transition: all 0.175s linear;
	transition: all 0.175s linear;
}

.image11.focus {
	-webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.175s linear;
	-o-transition: all 0.175s linear;
	transition: all 0.175s linear;
	-webkit-transition-delay: 3.45s;
	-o-transition-delay: 3.45s;
	transition-delay: 3.45s;
}

.image11.focus:before {
	content: '';
    height: 50%;
    width: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
    background: rgb(190,30,45);
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 100% 0%);  
}

.image12 {
	position: absolute;
    right: 0;
    width: 100%;
    height: 50%;
    bottom: 0;
    background: rgb(211,212,214);
	-webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.0875s linear;
	-o-transition: all 0.0875s linear;
	transition: all 0.0875s linear;
}

.image12.focus {
	-webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.0875s linear;
	-o-transition: all 0.0875s linear;
	transition: all 0.0875s linear;
	-webkit-transition-delay: 3.5375s;
	-o-transition-delay: 3.5375s;
	transition-delay: 3.5375s;
	-webkit-clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 100%, 100% 100%, 100% 0%);
    background: rgb(211,212,214);
}

.image13 {
	position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgb(117,17,18);
	-webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.175s linear;
	-o-transition: all 0.175s linear;
	transition: all 0.175s linear;
}

.image13.focus {
	-webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all 0.175s linear;
	-o-transition: all 0.175s linear;
	transition: all 0.175s linear;
	-webkit-transition-delay: 3.45s;
	-o-transition-delay: 3.45s;
	transition-delay: 3.45s;
}

.image13.half {
	height: 50%;
}

.image14 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(211,212,214);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 1s linear !important;
	-o-transition: 1s linear !important;
	transition: 1s linear !important;
}

.logo {
	position: absolute;
	left: 0%;
	height: 50%;
	top: 0%;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	z-index: 2;
	background: white;
	padding: 0px;
}

/*.logo img {
	height: 100%;
}*/

.subsmallblock {
		width: 100%;
		float: left;
		height: 50%;
		position: relative;
		overflow: hidden;
	}

	.subsmallblock .hoverimage {
		display: none;
		opacity: 0;
		width: 100%;
		-webkit-transition: opacity 1s;
		-o-transition: opacity 1s;
		transition: opacity 1s;
	}

	.subsmallblock .hoverimage.slant {
		width: 66.666%;
	}

	.subsmallblock:hover .hoverimage {
		opacity: 1;
		-webkit-transition: opacity 1s;
		-o-transition: opacity 1s;
		transition: opacity 1s;
	}

	.subsmallblock.final .hoverimage {
		display: block;
		position: absolute;
	}

	.sponsorships {
		pointer-events: none;
	}

	.sponsorships.final {
		pointer-events: all;
	}	

	.subsmallblock.sponsorships .image15 {
		background: rgba(132,131,131,0);
		width: 33.333%;
		height: 100%;
		left:0;
		top: 0;
		position: absolute;
		-webkit-transition: 0.65s linear;
		-o-transition: 0.65s linear;
		transition: 0.65s linear;
	}

	.subsmallblock.sponsorships .image15.final {
		width:100%;
		background: rgba(132,131,131,1);
		-webkit-transition: 0.65s linear;
		-o-transition: 0.65s linear;
		transition: 0.65s linear;
	}


/*----- After Text Appears -----*/

.image2.final {
	width: 100%;
	-webkit-transition: 0.65s linear !important;
	-o-transition: 0.65s linear !important;
	transition: 0.65s linear !important;
	-webkit-transition-delay: 0s !important;
	-o-transition-delay: 0s !important;
	transition-delay: 0s !important;
}

.image3.final {
	width: 100%;
	-webkit-transition: 0.65s linear !important;
	-o-transition: 0.65s linear !important;
	transition: 0.65s linear !important;
	-webkit-transition-delay: 0s !important;
	-o-transition-delay: 0s !important;
	transition-delay: 0s !important;
}

.transportblock .image3.final {
	z-index: 1;
}

.image5.final {
	width: 100% !important;
	-webkit-transition: 0.65s linear !important;
	-o-transition: 0.65s linear !important;
	transition: 0.65s linear !important;
	-webkit-transition-delay: 0s !important;
	-o-transition-delay: 0s !important;
	transition-delay: 0s !important;
}

.image7.final {
	top: 0;
	height: 100%;
	-webkit-transition: 0.325s linear !important;
	-o-transition: 0.325s linear !important;
	transition: 0.325s linear !important;
	-webkit-transition-delay: 0.325s !important;
	-o-transition-delay: 0.325s !important;
	transition-delay: 0.325s !important;
}

.image8.final {
	width: 100%;
	-webkit-transition: 0.65s linear !important;
	-o-transition: 0.65s linear !important;
	transition: 0.65s linear !important;
	-webkit-transition-delay: 0s !important;
	-o-transition-delay: 0s !important;
	transition-delay: 0s !important;
}

.image11.final {
	height: 0;
	-webkit-transition: 0.65s linear !important;
	-o-transition: 0.65s linear !important;
	transition: 0.65s linear !important;
	-webkit-transition-delay: 0s !important;
	-o-transition-delay: 0s !important;
	transition-delay: 0s !important;
}

.image12.final {
	height: 100%;
	-webkit-transition: 0.325s linear !important;
	-o-transition: 0.325s linear !important;
	transition: 0.325s linear !important;
	-webkit-transition-delay: 0.325s !important;
	-o-transition-delay: 0.325s !important;
	transition-delay: 0.325s !important;	
	-webkit-clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 0% 100%, 100% 100%, 100% 0%);
}

.image13.half.final {
	height: 0;
	-webkit-transition: 0.65s linear !important;
	-o-transition: 0.65s linear !important;
	transition: 0.65s linear !important;
	-webkit-transition-delay: 0s !important;
	-o-transition-delay: 0s !important;
	transition-delay: 0s !important;
}

.image14.final {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
	-webkit-transition: 0.65s linear !important;
	-o-transition: 0.65s linear !important;
	transition: 0.65s linear !important;
}

.logo.final {
	opacity: 1;
	-webkit-transition: opacity 0.65s;
	-o-transition: opacity 0.65s;
	transition: opacity 0.65s;
}

.hoverimage {
	opacity: 0;
	width: 100%;
	-webkit-transition: opacity 0.65s;
	-o-transition: opacity 0.65s;
	transition: opacity 0.65s;
}

.hoverimage.slant {
	-webkit-transition: opacity 0.66s;
	-o-transition: opacity 0.66s;
	transition: opacity 0.66s;
	position: absolute;
	bottom: 0;
	right: -2px;
	width: 66%;
}

.constructionblock:hover .final .hoverimage {
	opacity: 1;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.constructionblock:hover .final .hoverimage.slant {
	opacity: 1;
	-webkit-transition: opacity 0.66s;
	-o-transition: opacity 0.66s;
	transition: opacity 0.66s;
}

.engineeringblock:hover .final .hoverimage {
	opacity: 1;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.engineeringblock:hover .final .hoverimage.slant {
	opacity: 1;
	-webkit-transition: opacity 0.66s;
	-o-transition: opacity 0.66s;
	transition: opacity 0.66s;
}

.transportblock:hover .final .hoverimage {
	opacity: 1;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.transportblock:hover .final .hoverimage.slant {
	opacity: 1;
	-webkit-transition: opacity 0.66s;
	-o-transition: opacity 0.66s;
	transition: opacity 0.66s;
}

.civilblock:hover .final .hoverimage {
	opacity: 1;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.civilblock:hover .final .hoverimage.slant {
	opacity: 1;
	-webkit-transition: opacity 0.66s;
	-o-transition: opacity 0.66s;
	transition: opacity 0.66s;
}

.oilandgasblock:hover .final .hoverimage {
	opacity: 1;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.oilandgasblock:hover .final .hoverimage.slant {
	opacity: 1;
	-webkit-transition: opacity 0.66s;
	-o-transition: opacity 0.66s;
	transition: opacity 0.66s;
}

.permanentrecruitmentblock .smallblock:hover .final .hoverimage {
	opacity: 1;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.permanentrecruitmentblock .smallblock:hover .final .hoverimage.slant {
	opacity: 1;
	-webkit-transition: opacity 0.66s;
	-o-transition: opacity 0.66s;
	transition: opacity 0.66s;
}

.findstaffblock:hover .final .hoverimage {
	opacity: 1;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.findstaffblock:hover .final .hoverimage.slant {
	opacity: 1;
	-webkit-transition: opacity 0.66s;
	-o-transition: opacity 0.66s;
	transition: opacity 0.66s;
}

.final.workforusblock:hover .hoverimage {
	opacity: 1;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.final.workforusblock:hover .hoverimage.slant {
	opacity: 1;
	-webkit-transition: opacity 0.66s;
	-o-transition: opacity 0.66s;
	transition: opacity 0.66s;
}

 .ourteamblock:hover .final .hoverimage {
	opacity: 1;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

 .ourteamblock:hover .final .hoverimage.slant {
	opacity: 1;
	-webkit-transition: opacity 0.66s;
	-o-transition: opacity 0.66s;
	transition: opacity 0.66s;
}

.final.newsblock:hover .hoverimage {
	opacity: 1;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.final.newsblock:hover .hoverimage.slant {
	opacity: 1;
	-webkit-transition: opacity 0.66s;
	-o-transition: opacity 0.66s;
	transition: opacity 0.66s;
}

.contactusblock:hover .final .hoverimage {
	opacity: 1;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.contactusblock:hover .final .hoverimage.slant {
	opacity: 1;
	-webkit-transition: opacity 0.66s;
	-o-transition: opacity 0.66s;
	transition: opacity 0.66s;
}

.contentcontainer {
    position: absolute;
    right: 0;
    top: 15%;
    width: 30%;
    opacity: 0;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.contentcontainer.focus {
    opacity: 1;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;	
}

.contentcontainer h2 {
	font-family: heading;
	font-size: 46pt;
	font-size: 3.5vw;
	font-weight: 400;
	margin-bottom: 5%;
}

.contentcontainer .contentspace {
	height: 150px;
}

.contentcontainer .contentgrow {	
	height: auto;
	max-height: 0px;
	overflow: hidden;
	-webkit-transition: max-height 3s;
	-o-transition: max-height 3s;
	transition: max-height 3s;
	margin-top: 48px;
}

.contentcontainer .contentgrow.focus {
	overflow-y: scroll;
	max-height: 55vh;
	-webkit-transition: max-height 3s;
	-o-transition: max-height 3s;
	transition: max-height 3s;
	text-align: left;
}

.contentcontainer .contentgrow li {
	color: rgb(117,17,18);
	list-style-type: square;
}

.contentcontainer .contentgrow li span {
	color: black;
}

.contentcontainer p {
	width: 80%;
	margin-left: 8%;
	font-size: 13pt;
	font-size: 0.8vw;
	font-family: content;
	font-weight: 400;
	letter-spacing: 0.5px;
	line-height: 1.3vw;
}

.transport h2 {
	text-align: left;
	margin-left: 22px;
	color: rgb(132,131,131);
	margin-left: 8%;
}

.engineering h2 {
	text-align: left;
	margin-left: 22px;
	color: rgb(74,74,76);
	margin-left: 8%;
	
}

.construction h2 {
	color: rgb(112,111,113);
	margin-left: 8%;
	text-align: left;
}

.permanentrecruitment h2,
.temporaryrecruitment h2 {
	text-align: left;
	margin-left: 22px;
	color: rgb(211,212,214);
	margin-left: 8%;	
}

.permanentrecruitment .contentgrow.focus,
.temporaryrecruitment .contentgrow.focus {
	overflow-y: scroll;
    max-height: 55vh;
    height: auto;
}

.permanentrecruitment .contentgrow ul,
.temporaryrecruitment .contentgrow ul {
	font-size: 0.8vw;
    font-family: content;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1.3vw;
    padding-right: 20px;
}

.civil h2 {
	text-align: left;
	margin-left: 22px;
	color: rgb(190,30,45);
	margin-left: 8%;
	
}

.oilandgas h2 {
	text-align: left;
	margin-left: 22px;
	color: rgb(117,17,18);
	margin-left: 8%;
	
}

.transport .contentgrow.focus {
	margin-top: 40px !important;
}

.construction.content, .civil.content, .engineering.content, .oilandgas.content, .transport.content, .permanentrecruitment.content, .contactus.content, .temporaryrecruitment.content {
	display: none;
}

.construction .construction.content, .civil .civil.content, .engineering .engineering.content, .oilandgas .oilandgas.content, .transport .transport.content, .permanentrecruitment .permanentrecruitment.content, .contactus .contactus.content, .temporaryrecruitment .temporaryrecruitment.content {
	display: block;
}

.bottomslant {
    position: absolute;
	bottom: 0;
	width: 66%;
	right: 0;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	z-index: 3;
}

.bottomslant.focus {
	opacity: 1;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}

.bottomslant img {
	width: 100%;
	display: none;
}

.construction .bottomslant .constructionslant {
	display: block;
}

.engineering .bottomslant .engineeringslant {
	display: block;
}

.transport .bottomslant .transportslant {
	display: block;
}

.civil .bottomslant .civilslant {
	display: block;
}

.oilandgas .bottomslant .oilandgasslant {
	display: block;
}

.permanentrecruitment .bottomslant .permanentrecruitmentslant,
.temporaryrecruitment .bottomslant .temporaryrecruitmentslant {
	display: block;
}

.arrow {
/*    position: absolute;
	bottom: 7%;
	width: 5%;
	left: 47.5%;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	cursor: pointer;*/
    position: absolute;
    bottom: 0%;
    width: 40%;
    left: 30%;
    /* opacity: 0; */
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    cursor: pointer;
    text-align: center;
}
.arrow p {
	margin: 0px;
    font-family: content;
    font-size: 1.1vw;
    font-weight: 400;
    margin-bottom: 10px;
    color: rgb(190,30,45);
    white-space: nowrap;
}

.arrow.focus {
	opacity: 1;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;	
}

.arrow img {
	width: 12.5%;
}


/*----- Construction -----*/

.construction .sections {
	overflow: visible;
}

.construction .grow {
	position: absolute;
	left: 0;
	top: 0%;
	/*width: 33.333%;*/
	height: 40%;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.construction .grow.double {
	/*width: 66.666%;*/
	height: 80%;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.construction .sectionvideo {
	position: absolute;
	left: 0;
	top: 0%;
	height: 80%;
	display: none;
}

.construction .sectionvideo.focus {
	display: block;
}




/*----- Engineering -----*/

.engineering .sections {
	overflow: visible;
}

.engineering .grow {
	position: absolute;
	left: 0;
	bottom: 40%;
	/*width: 33.333%;*/
	height: 20%;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.engineering .grow.double {
	/*width: 66.666%;*/
	height: 40%;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.engineering .sectionvideo {
	position: absolute;
	top: 0%;
	left: 0;
	height: 100%;
	display: block !important;
}

.engineering .sectionvideo.focus {
	display: block;
}

.engineering .videooverflow {
	right: unset;
	left: 0;
}


/*----- Transport -----*/

.transport .sections {
	overflow: visible;
}

.transport .grow {
	position: absolute;
	left: 0;
	bottom: 0%;
	/*width: 33.333%;*/
	height: 40%;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.transport .grow.double {
	/*width: 66.666%;*/
	height: 80%;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.transport .sectionvideo {
	position: absolute;
	left: 0;
	bottom: 0%;
	height: 80%;
	display: none;
}

.transport .sectionvideo.focus {
	display: block;
}

.transport .scrolltocampaign {
    position: absolute;
    bottom: 0;
    width: 20%;
    left: 40%;
    z-index: 9;
    background: white;
	opacity: 0.8;
	padding-top: 10px;
}

.transport .scrolltocampaign p {
	font-family: heading;
	font-size: 2vw;
	color: rgb(190,30,45);
	margin: 0;
}

.transport .scrolltocampaign img {
	width: 20%;
	margin: 10px 0;
}

.transport .campaigncontent {
	position: absolute;
	height: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.transport .campaigncontent p {
	width: 70%;
    margin-left: 15%;
    color: black;
    font-family: content;
    margin-top: 25px;
    font-size: 0.8vw;
    letter-spacing: 0.5px;
	line-height: 1.3vw;
}

.transport .campaigncontent p a {
	color: black;
	text-decoration: none;
}

.transport .campaigncontent .campaigntitle {
	font-family: heading;
    font-size: 2vw;
    color: rgb(190,30,45);
    margin: 50px 0;
    width: 100%;
    margin-left: 0%;
}

.transport .campaigncontent .campaignvideo {
    width: 50% !important;
	margin-left: 25%;
	position: relative;
}

.transport .campaigncontent .campaignvideo video {
    width: 100%;
}

.transport .campaigncontent .campaignvideo img {
	position: absolute;
	width: 10%;
	left: 50%;
	top: 50%;
	margin-top: 0;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	cursor: pointer;
	display: block;
}

.transport .campaigncontent .campaignvideo img.hidden {
	display: none;
}

.transport .campaigncontent img {
    width: 15%;
    margin-top: 20px;
}



/*----- Civil -----*/

.civil .sections {
	overflow: visible;
}

.civil .grow {
	position: absolute;
	right: 33.333%;
	top: 0%;
	/*width: 33.333%;*/
	height: 40%;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.civil .grow.double {
	/*width: 66.666%;*/
	height: 80%;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.civil .sectionvideo {
	position: absolute;
	right: 33.333%;
	top: 0%;
	height: 80%;
	display: none;
}

.civil .sectionvideo.focus {
	display: block;
}


/*----- Oil and Gas -----*/

.oilandgas .sections {
	overflow: visible;
}

.oilandgas .grow {
	position: absolute;
	right: 33.333%;
	bottom: 40%;
	/*width: 33.333%;*/
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
	height: 20%;
}

.oilandgas .grow.double {
	/*width: 66.666%;*/
	height: 40%;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.videooverflow {
    position: absolute;
	right: 33.333%;
	top: 20%;
	height: 80%;
	overflow: hidden;
	width: 67.667%;
	opacity: 0;
	visibility: hidden;
}

.videooverflow.focus {
	opacity: 1;
	visibility: visible;
}

.videooverflow:before {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 50%;
	background: white;
	-webkit-transition: height 2.25s;
	-o-transition: height 2.25s;
	transition: height 2.25s;
	content: '';
	z-index: 2;
}

.videooverflow.focus:before {
	height: 0%;
	-webkit-transition: height 2.25s;
	-o-transition: height 2.25s;
	transition: height 2.25s;
}

.oilandgas .sectionvideo {
	position: absolute;
	top: 0%;
	right: 0;
	height: 100%;
	display: block !important;
	z-index: 1;
}


/*----- Permanent and Recruitment -----*/

.permanentrecruitment .sections {
	overflow: visible;
}

.permanentrecruitment .grow {
	position: absolute;
	right: 33.333%;
	bottom: 0%;
	/*width: 33.333%;*/
	height: 40%;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.permanentrecruitment .grow.double {
	/*width: 66.666%;*/
	height: 80%;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.permanentrecruitment .sectionvideo {
	position: absolute;
	right: 33.333%;
	bottom: 0%;
	height: 80%;
	display: none;
}

.permanentrecruitment .sectionvideo.focus {
	display: block;
}


/*----- Temporary Recruitment -----*/

.temporaryrecruitment .sections {
	overflow: visible;
}

.temporaryrecruitment .whiteoverlay {
	top: 20%;
}

.temporaryrecruitment .grow {
	position: absolute;
	right: 33.333%;
	bottom: 0%;
	/*width: 33.333%;*/
	height: 20%;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.temporaryrecruitment .grow.double {
	/*width: 66.666%;*/
	height: 40%;
	-webkit-transition: all 2s;
	-o-transition: all 2s;
	transition: all 2s;
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.temporaryrecruitment .sectionvideo {
	position: absolute;
	top: 0%;
	right: 0;
	height: 100%;
	display: block !important;
}

.temporaryrecruitment .sectionvideo.focus {
	display: block;
}

.temporaryrecruitment .videooverflow {
	bottom: 0;
}

.temporaryrecruitment .videooverflow:before {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 50%;
	background: white;
	-webkit-transition: height 1.5s;
	-o-transition: height 1.5s;
	transition: height 1.5s;
	content: '';
	z-index: 2;
	bottom: unset;
}

.temporaryrecruitment .videooverflow.focus:before {
	height: 0%;
	-webkit-transition: height 1.5s;
	-o-transition: height 1.5s;
	transition: height 1.5s;
}

/*----- Our Team -----*/

.teamcontainer {
	position: absolute;
	left: 0;
	top: 0;
}

.ourteam .sections .ourteamvid {
    background: transparent;
    position: absolute;
    width: 78%;
    left: 50%;
    top: 50%;
    height: 68%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);  
    cursor: pointer;
}

.ourteam .sections .ourteamvid video {
	height: 100%;
}

.ourteam .playbutton {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 5%;
    opacity: 0;
    pointer-events: none;
}

.ourteam .playbutton.focus {
    opacity: 1;
}


.ourteam .sections .ourteamvid p {
	font-family: heading;
	font-size: 1vw;
	position: absolute;
	bottom: 15px;
	left: 15px;
	color: white;
	margin: 0;
}

.teamheading {
	position: absolute;
	z-index: 3;
	top: 5%;
	width: 100%;
}

.teamheading h2 {
	position: absolute;
	width: 100%;
	top: 0;
	color: white;
	font-family: heading;
	font-size: 30pt;
	font-size: 2.25vw;
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	letter-spacing: 3px;
}

.teamheading h2.focus {
	position: static;
	opacity: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-delay: 0.33s;
	-o-transition-delay: 0.33s;
	transition-delay: 0.33s;
}

.teamcontainer .left {
	position: absolute;
	left: 0; 
	top: 0;
	width: 33.333%;
	z-index: 2;
	cursor: pointer;

}

.teamcontainer .right {
	position: absolute;
	right: 0;
	top: 0;
	width: 33.333%;
	z-index: 2;
	cursor: pointer;
}

.teamcontainer .left img, .teamcontainer .right img {
	width: 100%;
	position: absolute;
	top: 0;
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	filter: blur(3px);
	opacity: 0;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.teamcontainer .left img {
	left: 0;
}

.teamcontainer .right img {
	right: 0;
}

.teamcontainer .left img:hover, .teamcontainer .right img:hover {
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
	filter: blur(0px);
}

.teamcontainer .left img.focus, .teamcontainer .right img.focus {
	opacity: 1;
	-webkit-transition: opacity 1s, filter 0.25s;
	-o-transition: opacity 1s, filter 0.25s;
	transition: opacity 1s, filter 0.25s;
	z-index: 1;
}

.teamcontainer .main {
	width: 100%;
	background: black;
}

.teamcontainer .main img {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.teamcontainer .main img.focus {
	opacity: 1;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	position: static;
}

.teamcontainer .copy {
	position: absolute;
	bottom: 7.5%;
	width: 50%;
	left: 25%;
	color: white;
	font-family: content;
	z-index: 3;
	opacity: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	pointer-events: none;
}

.teamcontainer .copy.focus {	
	opacity: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	-webkit-transition-delay: 0.33s;
	-o-transition-delay: 0.33s;
	transition-delay: 0.33s;
}

.teamcontainer .copy h4 {
	font-size: 1.25vw;
	letter-spacing: 2px;
	font-family: heading;
	color: white;
	font-weight: 800;
}

.teamcontainer .copy h5 {
	font-size: 1.15vw;
	letter-spacing: 1.5px;
	font-family: heading;
	color: white;
	font-weight: 800;
}

.teamcontainer .copy p {
	font-size: 0.8vw;
	text-align: center;
	letter-spacing: 1px;
	margin: 10px 0;
	line-height: 1.25;
}

.ourteam .ourteamcontent {
	display: inline-block;
	position: relative;
	overflow: hidden;
	min-height: 100vh;
	background: rgb(211,212,214);
	vertical-align: top;
}

.ourteam .ourteamcontent .ourteamcopy {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 70%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ourteam .ourteamcontent .ourteamcopy p {
	font-family: content;
	font-size: 1.3vw;
	text-align: left;
	font-weight: 400;
	line-height: 1.25;	
}

.ourteam .ourteamcontent .ourteamcopy p.teamcopycenter {
	text-align: center;
	font-size: 1.5vw;
	color: rgb(190,30,45);
}



/*.ourteam .categoryleft {
    position: absolute;
    top: 5%;
    left: 12.5%;
    z-index: 5;
    text-align: left;
}*/

.ourteam .categoryright {
    position: absolute;
    top: 5%;
    right: 5%;
    z-index: 5;
    text-align: right;
}

.ourteam .categoryleft p, .ourteam .categoryright p {
	color: rgb(211,212,214);
	font-family: heading;
	font-size: 0.9vw !important;
	margin: 0 0 7px 0;
	opacity: 0.5;
	-webkit-transition: opacity 0.5s, color 0s ease 0.25s;
	-o-transition: opacity 0.5s, color 0s ease 0.25s;
	transition: opacity 0.5s, color 0s ease 0.25s;
	cursor: pointer;
}

.ourteam .categoryleft p:hover, .ourteam .categoryright p:hover {
	color: white;
	opacity: 1;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.ourteam .categoryleft p.focus, .ourteam .categoryright p.focus {
	opacity: 1;
	color: rgb(190,30,45);
	-webkit-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}


/*----- Find Staff -----*/

.topgradient {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 25%;
    background: linear-gradient(rgba(255,255,255,1), rgba(255,255,255,0));
    pointer-events: none;
    z-index: 6;
}

.findstaff * {
	box-sizing: border-box;
}

.findstaff .navigation {
	position: fixed;
}

.findstaff .staffheading {
	position: fixed;
	top: 6.66%;
	font-family: heading;
	font-size: 3.5vw;
	font-weight: 400;
	line-height: 1;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	color: rgb(112,111,113);
	z-index: 5;
}

.findstaff .staffheading.focus {
	opacity: 1;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.findstaff .navigation {
	z-index: 7;
}
	
.findstaff .hide {
    display: none;
}

.findstaff .revealed .hide {
    display: block;
}

.findstaff .jobs-recruit .content {
    width: 100%;
    margin-left: 0px;
    padding: 0px;
    text-align: center;
    margin-top: 10px;
}

.findstaff .jobs-recruit {
    padding: 40px;
}

.findstaff .jobs-recruit.current{
    background: white;
}

.findstaff .jobs-recruit.current, .findstaff .jobs-testimonial.current {
    position: absolute;
    top:20%;
    left: 20%;
    width:60%;
    display: block;
}

.findstaff .openmore {
    color: rgb(190,30,45);
    font-size: 1.2em;
    cursor: pointer;
    margin: 20px 0 0 0 !important;
}

.findstaff .unveil .openmore, .howwerecruitcontent.unveil {
    color: gray;
}

.findstaff .board {
    width: 100%;
    text-align: center;
    font-family: heading;
    font-size: 3.5vw;
    color: rgb(190,30,45);
    margin: 0px;
}

.findstaff .howwerecruitcontent, .howwemore {
    font-size: 1.25vw;
    font-family: content;
} 

.findstaff .howwemore .openmore {
	font-family: heading;
	letter-spacing: 1px;
}

.findstaff .testimonials .testimonialsmall .personname {
	bottom: 7%;
	top: unset;
	padding-top: unset;
	margin-bottom: 0;
	background: transparent;
	font-size: 1.5vw;
	color: white;
	line-height: 1;
	width: 100%;
	padding-left: 0;
	text-align: right;
	padding-right: 22%;
}

.findstaff .testimonials .testimoniallarge .personname {
	top: unset;
	padding-top: unset;
	margin-bottom: 0;
	background: transparent;
	font-size: 1.5vw;
	color: white;
	line-height: 1;
	width: 100%;
	right: 0%;
	margin-top: 0;
	text-align: right;
	padding-right: 10%;
}

.findstaff .newbottomslant {
	position: absolute;
	bottom: 0;
	right: 1px;
	/*-webkit-transform: translateY(35%);
	-ms-transform: translateY(35%);
	-o-transform: translateY(35%);
	transform: translateY(35%);*/
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	width: 100%;
}

.findstaff .sections.findstaff {
	overflow: visible;
	z-index: 2;
}

.findstaff .pdfdownload {
    position: fixed;
    top: 5.75%;
    font-family: heading;
    font-size: 1.2vw;
    font-weight: 400;
    margin: 0 0 0 0;
    color: rgb(112,111,113);
    right: 33%;
    text-decoration: underline;
    cursor: pointer;
    z-index: 5;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    opacity: 0;
    visibility: hidden;
    padding: 5px 15px;
}
.findstaff .pdfdownload.fastshow {
    -webkit-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s;
}
.findstaff .pdfdownload.showmenu {
	opacity: 1;
	visibility: visible;
}
.findstaff .testimonialscontainer {
	z-index: 1;
}

.findstaff .testimonials .testimonialsmall img.testimonialperson {
	width: 20%;
	position: absolute;
	top: 0;
    -webkit-transition: left 1s, right 1s;
    -o-transition: left 1s, right 1s;
    transition: left 1s, right 1s;
}

.findstaff .testimonials .testimonialsmall p {
    position: absolute;
    top: 0;
    padding-left: 7.5%;
    width: 70%;
    font-family: heading;
    font-size: 1vw;
    z-index: 3;
    background: white;
    margin-top: 0;
    padding-top: 5%;
    left: 0;
}

.findstaff .testimonialsmall.right img.testimonialperson {
	z-index: -2;
}

.findstaff .testimonials .testimonialsmall img.testimonialperson {
    width: 20%;
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transition: left 1s, right 1s, opacity 0s ease 3s;
    -o-transition: left 1s, right 1s, opacity 0s ease 3s;
    transition: left 1s, right 1s, opacity 0s ease 3s;
}

.findstaff .testimonials .testimonialsmall.focus img.testimonialperson {
	opacity: 1;
	-webkit-transition: left 1s, right 1s, opacity 0s ease 3s;
    -o-transition: left 1s, right 1s, opacity 0s ease 3s;
    transition: left 1s, right 1s, opacity 0s ease 3s;
}

.testimonials {
    top: 20%;
    width: 80%;
	position: relative;
	margin: auto;
	background: rgb(211,212,214);
}

.testimonialscontainer {
    width: 70%;
	margin-left: 15%;
    position: relative;
    text-align: left;
}

.testimonialscontainer p {
	opacity: 0;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}

.testimonialscontainer .testimoniallarge .personname {
	bottom: 8%;
}

.testimonialscontainer .focus p {
	opacity: 1;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	-webkit-transition-delay: 1.5s;
	-o-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.testimonialscontainer .heightimage {
	opacity: 0;
	z-index: -1;
}

.testimonialscontainer .greybackground, .testimonialscontainer .redtriangle, .testimonialscontainer .bottomleft, .testimonialscontainer .bottomright, .testimonialscontainer .rightwhite, .testimonialscontainer .bottomwhite {
	position: absolute;
	left: 0;
	top: 0;
}

.testimonialscontainer .greybackground, .testimonialscontainer .rightwhite, .testimonialscontainer .bottomwhite {
	z-index: -1;
}

.testimonialscontainer .testimoniallarge {
	opacity: 0;
	pointer-events: none;
}

.testimonialscontainer .testimoniallarge.focus {
	opacity: 1;
	pointer-events: all;
}

.testimonialscontainer .testimoniallarge .greybackground, .testimonialscontainer .testimoniallarge .bottomleft, .testimonialscontainer .testimoniallarge .rightwhite, .testimonialscontainer .testimoniallarge .bottomwhite {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
}

.testimonialscontainer .testimoniallarge.focus .greybackground, .testimonialscontainer .testimoniallarge.focus .bottomleft, .testimonialscontainer .testimoniallarge.focus .rightwhite, .testimonialscontainer .testimoniallarge.focus .bottomwhite {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
}

.testimonialscontainer .testimoniallarge .redtriangle {
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
}

 .testimonialscontainer .testimoniallarge.focus .redtriangle {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
}

.testimonialscontainer .testimoniallarge .bottomright {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
}

.testimonialscontainer .testimoniallarge.focus .bottomright {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
}

.testimonialscontainer .testimoniallarge .greybackground, .testimonialscontainer .testimoniallarge.focus .greybackground {
	-webkit-transition-delay: 0.0s;
	-o-transition-delay: 0.0s;
	transition-delay: 0.0s;
}

.testimonialscontainer .testimoniallarge .redtriangle, .testimonialscontainer .testimoniallarge.focus .redtriangle {
	-webkit-transition-delay: 0.25s;
	-o-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.testimonialscontainer .testimoniallarge .bottomleft, .testimonialscontainer .testimoniallarge.focus .bottomleft {
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.testimonialscontainer .testimoniallarge .bottomright, .testimonialscontainer .testimoniallarge.focus .bottomright {
	-webkit-transition-delay: 0.125s;
	-o-transition-delay: 0.125s;
	transition-delay: 0.125s;
}

.testimonialscontainer .testimoniallarge .rightwhite, .testimonialscontainer .testimoniallarge.focus .rightwhite {
	-webkit-transition-delay: 0.25s;
	-o-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.testimonialscontainer .testimoniallarge .bottomwhite, .testimonialscontainer .testimoniallarge.focus .bottomwhite {
	-webkit-transition-delay: 0.375s;
	-o-transition-delay: 0.375s;
	transition-delay: 0.375s;
}

.testimonialscontainer .testimoniallarge .personname {
	opacity: 1;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.testimonialscontainer .testimoniallarge.focus .personname {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.testimonialscontainer .testimonialvideo {
	opacity: 0;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-transition-delay: 1.5s;
	-o-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.testimonialscontainer .left, .testimonialscontainer .right {
	opacity: 0;
}

.testimonialscontainer .left.focus, .testimonialscontainer .right.focus {
	opacity: 1;
}

.testimonialscontainer .focus .testimonialvideo {
	opacity: 1;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-transition-delay: 1.5s;
	-o-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.testimonialscontainer .left .greybackground, .testimonialscontainer .left .redtriangle, .testimonialscontainer .left .bottomleft, .testimonialscontainer .left .bottomright, .testimonialscontainer .left .rightwhite, .testimonialscontainer .left .bottomwhite {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
}

.testimonialscontainer .left.focus .greybackground, .testimonialscontainer .left.focus .redtriangle, .testimonialscontainer .left.focus .bottomleft, .testimonialscontainer .left.focus .bottomright, .testimonialscontainer .left.focus .rightwhite, .testimonialscontainer .left.focus .bottomwhite {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
}

.testimonialscontainer .left .greybackground, .testimonialscontainer .left.focus .greybackground {
	-webkit-transition-delay: 0.0s;
	-o-transition-delay: 0.0s;
	transition-delay: 0.0s;
}

.testimonialscontainer .left .redtriangle, .testimonialscontainer .left.focus .redtriangle {
	-webkit-transition-delay: 0.25s;
	-o-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.testimonialscontainer .left .bottomleft, .testimonialscontainer .left.focus .bottomleft {
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.testimonialscontainer .left .bottomright, .testimonialscontainer .left.focus .bottomright {
	-webkit-transition-delay: 0.125s;
	-o-transition-delay: 0.125s;
	transition-delay: 0.125s;
}

.testimonialscontainer .left .rightwhite, .testimonialscontainer .left.focus .rightwhite {
	-webkit-transition-delay: 0.25s;
	-o-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.testimonialscontainer .left .bottomwhite, .testimonialscontainer .left.focus .bottomwhite {
	-webkit-transition-delay: 0.375s;
	-o-transition-delay: 0.375s;
	transition-delay: 0.375s;
}

.testimonialscontainer .left .personname {
	opacity: 1;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-transition-delay: 0.125%;
	-o-transition-delay: 0.125%;
	transition-delay: 0.125%;
}

.testimonialscontainer .left.focus .personname {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-transition-delay: 0.125%;
	-o-transition-delay: 0.125%;
	transition-delay: 0.125%;
}

.testimonialscontainer .right .greybackground, .testimonialscontainer .right .redtriangle, .testimonialscontainer .right .bottomleft, .testimonialscontainer .right .bottomright, .testimonialscontainer .right .rightwhite, .testimonialscontainer .right .bottomwhite {
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
}

.testimonialscontainer .right.focus .greybackground, .testimonialscontainer .right.focus .redtriangle, .testimonialscontainer .right.focus .bottomleft, .testimonialscontainer .right.focus .bottomright, .testimonialscontainer .right.focus .rightwhite, .testimonialscontainer .right.focus .bottomwhite {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: transform 1s;
	-o-transition: transform 1s;
	transition: transform 1s;
}

.testimonialscontainer .right .redtriangle, .testimonialscontainer .right.focus .redtriangle {
	-webkit-transition-delay: 0.25s;
	-o-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.testimonialscontainer .right .bottomleft, .testimonialscontainer .right.focus .bottomleft {
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.testimonialscontainer .right .bottomright, .testimonialscontainer .right.focus .bottomright {
	-webkit-transition-delay: 0.125s;
	-o-transition-delay: 0.125s;
	transition-delay: 0.125s;
}

.testimonialscontainer .right .rightwhite, .testimonialscontainer .right.focus .rightwhite {
	-webkit-transition-delay: 0.25s;
	-o-transition-delay: 0.25s;
	transition-delay: 0.25s;
}

.testimonialscontainer .right .bottomwhite, .testimonialscontainer .right.focus .bottomwhite {
	-webkit-transition-delay: 0.375s;
	-o-transition-delay: 0.375s;
	transition-delay: 0.375s;
}

.testimonialscontainer .right .personname {
	opacity: 1;
	-webkit-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-transition-delay: 0.125%;
	-o-transition-delay: 0.125%;
	transition-delay: 0.125%;
}

.testimonialscontainer .right.focus .personname {
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	-o-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-transition-delay: 0.125%;
	-o-transition-delay: 0.125%;
	transition-delay: 0.125%;
}

.testimonialscontainer .testimonialsmall.focus p, .testimonialscontainer .testimoniallarge.focus p {
	opacity: 1;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
	-webkit-transition-delay: 1.75s;
	-o-transition-delay: 1.75s;
	transition-delay: 1.75s;
}

.testimonials h3 {
	color: rgb(190,30,45);
	font-family: heading;
	font-size: 3.5vw;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 5%;
	padding-top: 10%;
	text-align: center;
}

.testimonials .testimonialsmall {
	width: 45%;
	position: relative;
	margin-bottom: 8%;
	pointer-events: none;
}

.testimonials .testimonialsmall.focus {
	pointer-events: all;
}

.testimonials .testimonialsmall img {
	width: 100%;
	height: auto;
}

.testimonials .testimonialsmall p {	
	position: absolute;
	top: 0;
	left: 7.5%;
	width: 70%;
	font-family: heading;
	font-size: 1vw;
}

.testimonials .testimonialsmall.left {
	display: inline-block;
	text-align: left;	
}

.testimonials .testimonialsmall.right {
	float: right;
}

.testimonials .testimoniallarge {
	width: 100%;
	position: relative;
	margin-bottom: 8%;
	pointer-events: none;
}

.testimonials .testimoniallarge img {
	width: 100%;
}

.testimonials .testimoniallarge p {
	position: absolute;
	top: 0;
	right: 10%;
	width: 50%;
	font-family: heading;
	font-size: 1vw;
}

.testimonials .testimonialsmall .speechleft {
    width: 8% !important;
    float: left;
    margin: 0 10px 0px 0;
}

.testimonials .testimoniallarge .speechleft {
	width: 4% !important;
    float: left;
    margin: 0 10px 0px 0;
}

.testimonials .testimonialsmall .speechright {
    width: 8% !important;
    float: right;
    margin: 0 0px 0px 10px;
}

.testimonials .testimoniallarge .speechright {
	width: 4% !important;
    float: right;
    margin: 0 10px 0px 0;
}

.testimonials .testimonialsmall .testominalperson {
    position: absolute;
    top: 0;
	width: 20%;
}

.left .testimonialperson {
	left: 0;
}

.right .testimonialperson {
	right: 0;
}

.testimonialvideo {
    position: absolute;
    top: 42.5%;
    left: 5%;
    width: 30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.testimonialvideo img {
	width: 100%;
}

.testimonialvideo .playbutton {
    position: absolute;
    width: 10% !important;
    z-index: 2;
    left: 50%;
    top: 50%;
    cursor: pointer;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.testimonialscontainer .left .redtriangle {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.testimonialscontainer .left .bottomright {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%); 
}

.testimonialscontainer .left.focus .redtriangle, .testimonialscontainer .left.focus .bottomright {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.testimonialscontainer .left.focus .greybackground, .testimonialscontainer .left.focus .redtriangle, .testimonialscontainer .left.focus .bottomleft, .testimonialscontainer .left.focus .bottomright, .testimonialscontainer .left.focus .rightwhite, .testimonialscontainer .left.focus .bottomwhite{
    opacity: 1;
    transition: transform 1s, opacity 1s;    
}

.testimonialscontainer .left .greybackground, .testimonialscontainer .left .redtriangle, .testimonialscontainer .left .bottomleft, .testimonialscontainer .left .bottomright, .testimonialscontainer .left .rightwhite, .testimonialscontainer .left .bottomwhite{
    opacity: 0;
    transition: transform 1s, opacity 1s;
}

.halfcontent h4 {
    width: 100%;
    text-align: center;
    font-family: heading;
    font-size: 2.5vw;
    color: rgb(190,30,45);
    margin: 0px;
}
.contactsplitcontent {
    /*display: flex;*/
    display: block;
}
.contactsplitcontent .halfcontent {
    /*flex:1;*/
    /*padding: 15px;*/
    /*display: flex;*/
    /*flex-direction: column; */   
    display: block;
}
.halfcontent p {
    font-size: 1.25vw;
    font-family: content;
    line-height: 1.25;
}
.halfcontent p span {
	color: rgb(190,30,45);
}
.recruit-contact {
    background: transparent;
}
.halfcontent h4 {
    width: 100%;
    text-align: center;
    font-family: heading;
    font-size: 2.5vw;
    color: rgb(190,30,45);
    margin: 0px;
}
.alginwithflextop {
    /*flex: 1;*/
    /* align-items: center; */
    /* margin: auto; */
    /*display: flex;*/
    display: block;
    align-items: center;
    margin-bottom: 5%;
}
.alginwithflexbottom {
    height: 60%;
	width: 55%;
	margin-left: 22.5%;
}
.openfindwork,.openfindstaff {    
    color: rgb(190,30,45);
}
.innercontact h4 {
    text-align: center;
    font-family: heading;
    font-size: 1.8vw;
    color: rgb(117,17,18);
    margin: 0px;
}
#findworkersform h4{
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translate(-50%,-100%);
    -ms-transform: translate(-50%,-100%);
    -o-transform: translate(-50%,-100%);
    transform: translate(-50%,-100%);
}
#findworkersform .inputsection {
    flex: 1;
    padding: 10px 0px;
    display: flex;
}
.safari #findworkersform .inputsection {
	height: 20%;
}
#findworkersform .inputsection.multipleinput {
    display: flex;
    flex: 2;
}
.safari #findworkersform .inputsection.multipleinput {
	height: 40%;
	height: calc(40% - 20px);
}
#findworkersform .inputsection.multipleinput .leftcolumn {
    width: 49%;
    margin-right: 1%;
    display: flex;
    flex-direction: column;
}
.safari #findworkersform .inputsection.multipleinput .leftcolumn {
	height: 100%;
}
#findworkersform .inputsection.multipleinput .rightcolumn{
    width: 49%;
    margin-left: 1%;
    height: 100%;
}
#findworkersform .inputsection.multipleinput .leftcolumn .topelement{
    width: 100%;
    margin-bottom: 1%;
    height: 45%;
}
#findworkersform .inputsection.multipleinput .leftcolumn .bottomelement{
    width: 100%;
    margin-top: 1vh;
    height: 45%;
}
#findworkersform .inputsection.multipleinput .rightcolumn input {
    width:100%;
}
.formfinished .innercontact {
    display: none !important;
}
.formfinished .contact-submit {
    display: none !important;
}

.thankyoucontactform{
    font-size: 1.25vw;
    font-family: content;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0px;
}



/*----- Work For Us -----*/
    .workforus * {
        box-sizing: border-box;
    }
    .workforus .navigation {
        position: fixed;
    }
    .navmenu {
        position: absolute;
        top: 0%;
        right: 10% !important;
        width: 10%;
        z-index: 999;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity 1s;
        -o-transition: opacity 1s;
        transition: opacity 1s;
        text-align: right;
    }
    .navmenu.fastshow {
        -webkit-transition: opacity 0s;
        -o-transition: opacity 0s;
        transition: opacity 0s;
    }
    .navmenu.showmenu {
		opacity: 1;
		visibility: visible;
    }
    .navmenu .pdflink {
    	width: 100%;
    }
    .navmenu .pdflink img {
    	width: 100%;
    	cursor: pointer;
    }    
    .workforus h2 {
        margin-right: 20px;
        z-index: 999;
    }
    .workforus {
        font-family: content;
    }
/*    .workforus .work-for-us {
        width: 100%;
    }*/
    .workforus .work-for-us .menu {
        position: relative;
        display: inline-block;
        float:left;
        width: 100%;
        font-family: heading;
        font-size: 1.2vw;
        color: rgb(74,74,76);
        color: white;
        -webkit-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
    }
    .workforus .work-for-us .menu a {
		color: white;
    }    
    .workforus .work-for-us .change .menu a {
        color: rgb(74,74,76);
    }
    
    .workforus .work-for-us .menu span {
        text-decoration: underline;
        padding: 10px;
    }
    
    .workforus .work-for-us .menu div {
        padding: 0px;
    }

    .workforus .wqrk-for-us .menu div .pdflink {
    	width
    }
    
    .workforus .work-for-us .menu-title {
        position: relative;
        display: inline-block;
        width: 20%;
        float: right;
        right: 5%;
        font-family: heading;
        font-size: 2vw;
        color: rgb(74,74,76);
    }

    .work-for-us .board {
        width: 100%;
        text-align: center;
        font-family: heading;
        font-size: 2vw;
        color: rgb(190,30,45);
        margin:0px;
    }

    .workforus .joblist {
        position: relative;
        width: 100%;
        font-size: 1vw;
        height: 100%;
        margin-top: 20px;
    }
    .workforus .joblist .job {
        position: relative;
        width: 100%;
        left: 0%;
        padding: 10px;
        background: lightcyan;
        display: inline-block;
    }

    .job .job-left {
        position: relative;
        float:left;
        width: 100%;
        padding: 10px;
    }

    .job .job-right {
        position: relative;
        float:right;
        width: 20%;
        padding: 10px;
    }
    .workforus .hide {
        display: none;
    }
    .workforus .revealed .hide {
        display: block;
    }
    
    .jobs-recruit .content {
        width: 100%;
        margin-left: 0px;
        padding: 0px;
        margin-top: 10px;
    }
    .jobs-recruit {
        padding: 40px;
    }
    .jobs-recruit.current{
        background: white;
    }
    .jobs-recruit.current, .jobs-testimonial.current {
        position: absolute;
        top:20%;
        left: 20%;
        width:60%;
        display: block;
    }
    .jobs-testimonial {
        overflow: hidden;
        background: transparent;
    }
    .jobs-recruit, .jobs-testimonial, .jobs-board {
        display: none;
    }
    .howwerecruitcontent, .howwemore {
        font-size: 1.2em;
    }
    .openmore {
        color: rgb(190,30,45);
        font-size: 1.2em;
        cursor: pointer;
    }
    .unveil .openmore, .howwerecruitcontent.unveil {
        color: gray;
    }
    .largetestimonial {
        padding: 10px;
        background: white;
        box-shadow: 0px 0px 5px 0px grey;
        /*background-image: url(wp-content/themes/nisarg/images/workforus/Testimonial-Video.png);*/
    }
    .largetestimonial .testimonialinner {
        display: flex;
    }
    .largetestimonial .testimonialimage {
        flex: 4;
        margin-right: 10px;
    }
    .largetestimonial .testimonialcontent {
        flex:6;
        text-align: left;
    }
    .largetestimonial .testimonialimage img{
        width: 100%;
    }
    .testimonialquote {
        display: inline-block;
        width: 100%;
        text-align: right;
    }
    .speechstart {
        float: left;
        width: 25px;
        margin-top: -6px;
        margin-right: 5px;
    }
    .speechend {
        float: right;
        width: 25px;
        margin-right: 5px;
    }   
    .smalltestcontain {
        display: flex;
        margin-top: 20px;
    }
    .smalltestcontain .smalltestimonial{
        background:white;
        padding: 10px;
        padding-right: 50px;
        box-shadow: 0px 0px 5px 0px grey;
/*        background-image: url(wp-content/themes/nisarg/images/workforus/Testimonial-Text2.png);
        background-size: cover;   */     
    }
    .smalltestcontain .smalltestimonial.firsttestimonial {
        margin-right: 10%;
    }
    .smalltestcontain .smalltestimonial.lasttestimonial {    
        margin-left: 10%;
    }
    .workforus .board {
       width: 100%;
       text-align: center;
       font-family: heading;
       font-size: 3.5vw;
       color: rgb(190,30,45);
       margin: 0px;
    }

    .howwerecruitcontent, .howwemore {
        font-size: 1.25vw;
        font-family: content;
    } 

    .howwemore .openmore {
        font-family: heading;
        letter-spacing: 1px;
    }    
    .jobs-testimonial {
        display: block;
        width: 1386px;
        margin: auto;
    }
    .testimonialflow {
        width: 60%;
        margin: auto;
        margin-top: 20vh;
        margin-bottom: 20vh;
    }
    .jobs-board {
        display: block;
        width: 1368px;
        background: rgb(211,212,214);
        overflow: auto;
        margin: auto;
    }
    .jobs-board .jobsboardinner {
        width: 60%;
        margin: auto;
        margin-top: 20vh;
        margin-bottom: 20vh;
    }   
    .job .location, .job .title, .job .description, .job .desc {
        text-align: left;
    } 
    .job .job-right {
        display: none;
    }
    .workforus .jobs-recruit{
        z-index: 2;
    }
    .workforus .testimonialscontainer {
        margin-top: 15vh;
        margin-bottom: 10vh;
    }
    .workforus .jobs-board .jobsboardinner {
        width:100%;
        position: relative;
        margin:0px;
    }
    .workforus .jobsboardinner img {
        width: 100%;
    }
    .workforus .jobsboardinner .board {
        position: absolute;
        top: 2.5%;
    }
    .workforus .testimonials .testimonialsmall .personname {
        bottom: 7%;
		top: unset;
		padding-top: unset;
		margin-bottom: 0;
		background: transparent;
		font-size: 1.5vw;
		color: rgb(112,111,113);
		line-height: 1;
		width: 100%;
		padding-left: 0;
		text-align: right;
		padding-right: 22%;
    }
    .workforus .testimonials .testimoniallarge .personname {
        top: unset;
		padding-top: unset;
		margin-bottom: 0;
		background: transparent;
		font-size: 1.5vw;
		color: rgb(112,111,113);
		line-height: 1;
		width: 100%;
		right: 0%;
		margin-top: 0;
		text-align: right;
		padding-right: 10%;
    }

    .workforus .testimonialscontainer {
        z-index: 5;
    }

    .workforus .testimonials .testimonialsmall img.testimonialperson {
        width: 20%;
        position: absolute;
        top: 0;
        opacity: 0;
        -webkit-transition: left 1s, right 1s, opacity 0s ease 3s;
        -o-transition: left 1s, right 1s, opacity 0s ease 3s;
        transition: left 1s, right 1s, opacity 0s ease 3s;
    }

	.workforus .testimonials .testimonialsmall.focus img.testimonialperson {
		opacity: 1;
		-webkit-transition: left 1s, right 1s, opacity 0s ease 3s;
        -o-transition: left 1s, right 1s, opacity 0s ease 3s;
        transition: left 1s, right 1s, opacity 0s ease 3s;
	}

    .workforus .testimonials .testimonialsmall p {
        position: absolute;
        top: 0;
        padding-left: 7.5%;
        width: 70%;
        font-family: heading;
        font-size: 1vw;
        z-index: 3;
        background: rgb(211,212,214);
        margin-top: 0;
        padding-top: 7.5%;
        left: 0;
    }

    .workforus .testimonialsmall.right img.testimonialperson {
        z-index: -2;
    }    
    .workforus .sections {
        background: rgb(74,74,76);
        overflow: visible;
    }
    .workforus .jobs-testimonial {
        display: inline-block;
        overflow: visible;
    }
    .workforus .jobs-board .jobsboardinner{
        margin-top: 10vh;
    }
    .workforus .newbottomslant {
        position: absolute;
        bottom: 0;
        left: 0;
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        width: 100%;
    }
    .workforus .jobs-testimonial .newbottomslant {
        z-index: 2;
    }   
    .openrecruitform, .opencampaignform, .callnumber{
        color: rgb(190,30,45);
    }
    .recruit-contact {
        position: absolute;
        top: 20%;
        left: 11%;
        width: 78%;
        display: block;
        height: 60%;
        background: white;
        z-index: 2;
    }
    .findstaff .recruit-contact {
    	background: transparent;
    }
    .recruit-contact .contactcontent {
        position: absolute;
        top:50%;
        left:50%;
        width:55%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
    .recruit-contact .contactcontent p{
        font-size: 1.25vw;
        font-family: content;
        line-height: 1.25;
    }
    .recruit-contact .recruit-contact-form {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        background: rgb(132,131,131);
        padding: 75px;
        opacity: 0;
        visibility: hidden;
    }
    .recruit-contact .recruit-contact-form.revealform {
		opacity: 1;
		visibility: visible;
    }    
    .recruit-contact .closeform {
        position: absolute;
        right: 15px;
        top: 15px;
        width:40px;
        color: rgb(190,30,45);
        cursor: pointer;        
    }
    .recruit-contact .closeform img {
        width: 100%;
    }    
    .recruit-contact .innercontact {
        position: relative;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .recruit-contact .inputsection {
        flex: 1;
        padding: 10px 0px;
    }
    .safari .recruit-contact .inputsection {
    	height: 22.5%;
    }
    .recruit-contact .inputsection .longinputtext{
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 10px;
        color: rgb(190,30,45);
        font-family: content;
        vertical-align: middle;
    }
    .recruit-contact .inputsection input {
        display: inline-block;
        width: 49%;
        height: 100%;
        padding: 10px;
        color: rgb(190,30,45);
        font-family: content;
        font-size: 1.25vw;
        border: solid transparent;
    }
    .recruit-contact .inputsection textarea {
	    display: inline-block;
	    width: 100%;
	    height: 100%;
	    padding: 10px;
	    color: rgb(190,30,45);
	    font-family: content;
	    font-size: 1.25vw;
	    border: solid transparent;
    }
    .recruit-contact .inputsection .uploadcvcontainer {
        display: inline-block;
        width: 49%;
        height: 100%;
        padding: 10px;
        color: rgb(190,30,45);
        font-family: content;
        font-size: 1.25vw;
        border: solid transparent;
        background: white;
        position: relative;
        margin-right: 1%;
		float: left;
    }
    .recruit-contact .inputsection .uploadcv {
    	background: white;
		opacity: 0;
		max-height: 0px;
		max-width: 0px;
		pointer-events: none;
		position: absolute;
    }
	.recruit-contact .inputsection .uploadcvcontainer img {
		position: absolute;
		left:10px;
		width: 20%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
		cursor: pointer;
	}
	.recruit-contact .inputsection .uploadcvcontainer .cvfilename {
	    position: absolute;
	    top: 50%;
	    left: 25%;
	    color: black;
	    font-family: content;
	    font-size: 1vw;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    transform: translateY(-50%);
	    margin: 0;
	}
    .recruit-contact .inputsection .halfradios{
        display: inline-block;
        width: 49%;
        height: 100%;
        color: rgb(190,30,45);
        font-family: content;
        font-size: 1.25vw;
        border: solid transparent;
        background: white;
        position: relative;
        text-align: left;
    }
    .recruit-contact .inputsection .halfradios input[type="radio"]{
    	visibility: hidden;
    }
    .recruit-contact .inputsection .halfradios label {
	    display: inline-block;
	    padding-left: 22px;
	    position: relative;
    }
    .recruit-contact .inputsection .halfradios label span {
	    position: absolute;
	    top: 50%;
	    left: 0px;
	    /* width: 10px; */
	    /* height: 100%; */
	    border: solid 2px rgb(190,30,45);
	    padding: 7px;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    transform: translateY(-50%);
    }   
    .recruit-contact .inputsection .halfradios input[type="radio"]:checked ~ label span:before {
	    content: '';
	    position: absolute;
	    background-image: url(images/Tick.svg);
	    background-size: contain;
	    height: 100%;
	    width: 100%;
	    top: 0px;
	    background-repeat: no-repeat;
	    left: 0px;
	    background-position: center;
    }
    .recruit-contact .inputsection .halfradios label p{
    	position: relative;
	    -webkit-transform: none;
	    -ms-transform: none;
	    -o-transform: none;
	    transform: none;
	    margin: 0px;
    } 
	.recruit-contact .inputsection .halfradios p {
		margin: 0 0 0 10px;
		height: auto;
		/*
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);*/
		margin-right: 11px;
	    position: static;
	    transform: none;
	    display: inline-block;		
	}
	.recruit-contact .inputsection .halfradios .forminput {
		display: inline-block;
		height: 100%;
		margin-left: 5%;
	}
	.recruit-contact .inputsection .halfradios .forminput input {
		display: inline-block;
		width: auto;
		vertical-align: middle;
		margin: 0 5px 0 0;
	}
    .recruit-contact .inputsection input.validate{
		border-color: initial;
    }    
    .recruit-contact .leftinputtext {
        margin-right: 1%;
    }    
    .recruit-contact .rightinputtext {
        margin-left: 1%;
    }
    .recruit-contact .contact-submit {
        position: absolute;
        right: 75px;
        cursor: pointer;
        height: 50px;
        cursor: pointer;
    }
    .recruit-contact .contact-submit img {
        height: 100%;
    } 
    .contact-submit .thankyoutext {
    	display: inline-block;
    	vertical-align: middle;
    	margin-right: 10px;
    }
    .contact-submit img {
		display: inline-block;
		vertical-align: middle;
    }    
    .recruit-contact .inputsection ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
      color: rgb(190,30,45);
      opacity: 1;
    }
    .recruit-contact .inputsection ::-moz-placeholder { /* Firefox 19+ */
      color: rgb(190,30,45);
      opacity: 1;      
    }
    .recruit-contact .inputsection :-ms-input-placeholder { /* IE 10+ */
      color: rgb(190,30,45);
      opacity: 1;      
    }
    .recruit-contact .inputsection :-moz-placeholder { /* Firefox 18- */
      color: rgb(190,30,45);
      opacity: 1;      
    }    


/*----- Doclist container -----*/ 
	.doclist {
		position: absolute;
		left: 0;
		top: 100%;
		z-index: -1;
		width: 100%;
		text-align: center;		
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		-o-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: transform 1.5s;
		-o-transition: transform 1.5s;
		transition: transform 1.5s;
	}

	.doclist img {
		width: 100%;
		margin-top: 10px;
		cursor: pointer;
	}

	.navmenu .doclist.current {
		-webkit-transform: translateY(0%);
		-ms-transform: translateY(0%);
		-o-transform: translateY(0%);
		transform: translateY(0%);
		-webkit-transition: transform 1.5s;
		-o-transition: transform 1.5s;
		transition: transform 1.5s;
	}
       

/*----- News -----*/
.post-template-default.single.single-format-standard .sections {
    background: url(images/news/News-Full-Screen.png);
    background-size: cover;
}

body.news {
	text-align: center;
    margin: 0;
    overflow: hidden;
    box-sizing: border-box;
}

.sectionheader {
    position: fixed;
    top: 6.66%;
    font-family: heading;
    font-size: 3.5vw;
    font-weight: 400;
    line-height: 1;
    opacity: 0;
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    color: rgb(112,111,113);
}

.news .sectionheader {
	color: 	white;
	margin-right: 20px;
}

.sectionheader.focus {
	opacity: 1;
}

.contentsection {
	position: absolute;
	top: 20%;
	left: 12.5%;
	width: 75%;
	padding-bottom: 50px;
}

.newsarticle .title {
	font-family: heading;
	font-size: 1.75vw;
	color: rgb(190,30,45);
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0;
	line-height: 1;
	font-weight: 800;  
	padding-top: 0; 	
}

.newsarticle.clicked .title {
	padding-top: 0px;	
}

.newsarticle p, .newsarticle p a {
	font-family: content;
	font-size: 0.9vw;
	font-weight: 400;
	color: rgb(74,74,76);
}

.newsarticle ul {
	margin-top: 0px;
}

.newsarticle ul li {
	font-family: heading;
	font-size: 0.9vw;
	font-weight: 400;
	color: rgb(74,74,76);
}

.contentsection .news .newsrow {
    display: flex;
    flex-wrap: wrap;
}

.news .newsarticle {
    margin: 0 2.5% 5vh 2.5%;
    width: 28.33%;
    padding: 25px;
    background: white;
    box-shadow: 0px 0px 10px 0px grey;
    position: relative;
}

.news .largerarticles .newsarticle {
    margin: 0 2.5% 5% 2.5%;
    width: 45%;
    padding: 2.2%;
    background: white;
    box-shadow: 0px 0px 10px 0px grey;
}

.news .newsarticle.clicked {
	width:100%;
	margin-bottom: 5vh;
}

.columncontent{
	/*display: flex;*/
	text-align: left;
}

.columncontent p {
	/*flex: 1;*/
	margin: 10px 0;
	font-family: heading;
}

.columncontent .readmore,
.columncontent span {
	color: rgb(190,30,45);
	text-decoration: underline;
	cursor: pointer;
	font-family: heading;
}

.newsarticle .readcontent {
	display: block;
}

.newsarticle.clicked .readcontent {
	display: none;
}

.newsarticle .readmorecontent {
	display: none;
	max-width: 30%;
	float: left;
}

.newsarticle.clicked .readmorecontent {
    display: block;
}

.newsarticle img {
	width: 100%;
	float: unset;

}

.newsarticle.clicked .articleimage {
	width: 65%;
	float: right;
	margin-top: 10px;
}

.newsarticle.clicked .articleimage img {
	width: 100%;
}

.newsarticle.clicked .socialmedia {
	display: block;
	padding: 10px 0 0 0;
	width: 2.5%;
	margin-left: 10px;
	cursor: pointer;

}

.newsarticle.clicked .socialmedia img {
	display: block;
}

body.news .sections {
	background: url(images/news/News-Full-Screen.png);
	background-size: cover;
	overflow: auto;
}

.heroimage {
	display: none;
	width:100%;
	height: 200px;
	background-image: url(images/news/ELE_NewsImage_04.jpg);
	background-size: cover;
	background-position: center;
}

.clicked .heroimage {
	display: block;
}

.socialmedia img {
	height: 100%;
	display: none;
	padding: 0;
}

.socialmedia {
	display: none;
	width: 3%;
	position: relative;
	float: right;
	right: 0;
	padding-left: 8px;
	padding-top: 8px;
}

.closenews {
	width: 5%;
    display: none; 
    float: right;
    top: 30px;
    position: absolute;
}
.closenews img {
	display: none;
}


/*----- Contact Us -----*/

.contactus .navigation {
	z-index: 9;
}

.mapbackground {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.contactus .contentcontainer {
	z-index: 2;
}

.contactus .contentcontainer h2 {
	color: rgb(190,30,45);
}

.maplocation {
	position: absolute;
	width: 2%;
	cursor: pointer;
	z-index: 2;
}

.maplocation .pulse {
	position: absolute;
	left: 0;
	top: 0;
}

.maplocation.auckland {
	right: 39.5%;
	top: 25%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.maplocation.newplymouth {
	right: 42%;
	top: 38.5%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.maplocation.hawkesbay {
	right: 34.5%;
	top: 41%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.maplocation.paraparaumu {
	right: 39.5%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.maplocation.wellington {
	right: 40.75%;
	top: 53%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.maplocation.christchurch {
	right: 47%;
	bottom: 27.5%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.maplocation img {
	float: left;
}

.maplocation .pulse {
	opacity: 0;
	float: unset;
	-webkit-transition: opacity: 0.5s;
	-o-transition: opacity: 0.5s;
	transition: opacity: 0.5s;
}

.maplocation:hover .pulse {
	opacity: 1;
	-webkit-transition: opacity: 0.5s;
	-o-transition: opacity: 0.5s;
	transition: opacity: 0.5s;
	-webkit-animation: MAP-ANIMATION 1.5s infinite; /* Safari 4+ */
	-moz-animation: MAP-ANIMATION 1.5s infinite; /* Fx 5+ */
	-o-animation: MAP-ANIMATION 1.5s infinite; /* Opera 12+ */
	animation: MAP-ANIMATION 1.5s infinite; /* IE 10+, Fx 29+ */
}

.maplocation .pulse.focus {
	opacity: 1;
	-webkit-transition: opacity: 0.5s;
	-o-transition: opacity: 0.5s;
	transition: opacity: 0.5s;
	-webkit-animation: MAP-ANIMATION 1.5s infinite; /* Safari 4+ */
	-moz-animation: MAP-ANIMATION 1.5s infinite; /* Fx 5+ */
	-o-animation: MAP-ANIMATION 1.5s infinite; /* Opera 12+ */
	animation: MAP-ANIMATION 1.5s infinite; /* IE 10+, Fx 29+ */
}

@-webkit-keyframes MAP-ANIMATION {
	0%   { width: 100%; top: 0%; left: 0%; }
	40% { width: 150%; top: -25%; left: -25%; }
	100%   { width: 100%; top: 0%; left: 0%; }
}

@-moz-keyframes MAP-ANIMATION {
	0%   { width: 100%; top: 0%; left: 0%; }
	40% { width: 150%; top: -25%; left: -25%; }
	100%   { width: 100%; top: 0%; left: 0%; }
}

@-o-keyframes MAP-ANIMATION {
	0%   { width: 100%; top: 0%; left: 0%; }
	40% { width: 150%; top: -25%; left: -25%; }
	100%   { width: 100%; top: 0%; left: 0%; }
}

@keyframes MAP-ANIMATION {
	0%   { width: 100%; top: 0%; left: 0%; }
	40% { width: 150%; top: -25%; left: -25%; }
	100%   { width: 100%; top: 0%; left: 0%; }
}

.maplocation .locationcontent {
    position: absolute;
    height: 25vh;
    top: 50%;
    left: 50%;
    opacity: 0;
    z-index: -10;
    pointer-events: none;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.maplocation .locationcontent.right {
	left: unset;
	right: 50%;
}

.maplocation .locationcontent.focus {
	opacity: 1;
	z-index: 1;
	pointer-events: all;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}

.maplocation .locationcontent img {
	float: unset;
	/*width: 100%;*/
	height: 100%;
}

.maplocation .locationcontent .leftinfo, .maplocation .locationcontent .rightinfo {
	position: absolute;
	top: 50%;
	left: 15%;
	text-align: left;
	width: 40%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.maplocation.paraparaumu .locationcontent .leftinfo, .maplocation.wellington .locationcontent .leftinfo {
	left: 17.5%;
}

.maplocation .locationcontent .leftinfo h4, .maplocation .locationcontent .rightinfo h4 {
	font-family: heading;
	letter-spacing: 1px;
	font-size: 2vh;
	color: rgb(190,30,45);
}

.maplocation .locationcontent .leftinfo p, .maplocation .locationcontent .rightinfo p {
	font-family: heading;
	font-size: 2vh;
	margin: 5% 0;
	color: rgb(74,74,76);
	line-height: 1.25;
}
.maplocation .locationcontent .leftinfo p.phone, .maplocation .locationcontent .rightinfo p.phone {
	margin-bottom: 0;
}

.maplocation .locationcontent .leftinfo a, .maplocation .locationcontent .rightinfo a  {
	text-decoration: none;
}

.maplocation .locationcontent .leftinfo .phone, .maplocation .locationcontent .rightinfo .phone {
	color: rgb(74,74,76);
	font-weight: 800;
}

.maplocation .locationcontent iframe {
	border: 0;
	position: absolute;
	top: 50%;
	right: 2.5%;
	height: 90%;
	width: 35%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.maplocation.christchurch .locationcontent iframe, .maplocation.hawkesbay .locationcontent iframe, .maplocation.paraparaumu .locationcontent iframe {
	width: 37.5%;
}

.maplocation .locationcontent.right iframe {
	left: 2%;
	right: unset;
}

.maplocation .locationcontent .rightinfo {
    position: absolute;
    /*top: 10px;*/
    right: 10%;
    text-align: left;
    left: unset;
    width: 37.5%;
}

.maplocation.auckland .locationcontent .rightinfo {
	right: unset;
	left: 40%;
	max-width: 26%;
}

.maplocation.newplymouth .locationcontent .rightinfo  {
	right: unset;
	left: 40%;
	max-width: 26%;
}

#instantclick {
	max-width: 100%;
}

.returntosite {
	display: none;
}



/*----- Display None -----*/

.campaigncontent.mobile {
	display: none;
}

.mobilevideoplay {
	display: none;
}

.navigationmobile {
	display: none;
}

.ourteam .playbutton.mobile {
	display: none;
}

.mobileportrait,
.formmobilelandscape {
	display: none;
}

.news .articleimage.mobile {
	display: none;
}

.navigation .navlogo.mobile {
	display: none;
}

.news .readmorecontentmobile {
		display: none;
}

.mobilebreak {
	display: none;
}


/*----- Mobile Styling -----*/

@media only screen and (max-device-width: 736px){
/*	html,body, .sections {
		height: 100%;
	}*/
	.openform .logoheight {
	    height: auto;	
	    width:100vw;
	}
	.openform .navlogo, .openform .sidenav, .openform .navigation, .openform .navmenu {
		display: none;
	}
	.mobile .openform .recruit-contact{
		top: 0px;
    	-webkit-transform: none;
    	-ms-transform: none;
    	-o-transform: none;
    	transform: none;
    	margin-top: 20px;
	}
	body.workforus, body.findstaff{
		overflow-y:scroll;
	}
	body.workforus {
		background: rgb(74,74,76);
	}
	.mobile .openform .mobileportrait {
		display: none;
	}

	/*.recruit-contact-form {
		margin-bottom: 200px;
	}*/	
	.mobile #findworkform,
	.mobile #findworkersform {
		display: none;
	}
	.mobile #findworkform.revealform,
	.mobile #findworkersform.revealform,
	.mobile .openform .recruit-contact .recruit-contact-form {
		display: block;
		padding-top: 50px !important;
		/*height: 100%;*/
	}
	.mobile .recruit-contact-form.revealform.formfinished {
		height: 100% !important;
	}
	.mobile p.thankyoucontactform {
		font-size: 10pt;
		width: 80%;
	}
	.mobile .recruit-contact .inputsection .uploadcvcontainer .cvfilename {
		font-size: 10pt;
		left:30%;
	}
	.mobile .recruit-contact .recruit-contact-form .inputsection {
		padding:5px 0px;
	}
	.mobile .recruit-contact .inputsection .uploadcvcontainer {
		height: 40px;
		overflow: hidden;
	}
	.mobile .recruit-contact .inputsection .uploadcvcontainer img {
		width:25%;
	}
	.mobile #findworkersform h4{
		font-size: 21px;
	}	
	.mobile .recruit-contact .closeform{
	    top: 10px;
	    width: 30px;
	}

	.mobile .recruit-contact .recruit-contact-form {
	    padding: 10px;
	    height: auto;
	    top: 0px;
/*	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    transform: translateY(-50%);*/
	}
	.mobile .recruit-contact .inputsection input{
		width: 100%;
		margin:0px;
	}
	.mobile .recruit-contact .inputsection .halfradios{
		width: 100%;
    	margin: 0px;
    	margin-top: 10px;
    	padding: 5px 0px;
	}
	.mobile .recruit-contact .inputsection .halfradios .forminput input{
		margin:0px;
	}
	.mobile .recruit-contact .inputsection .halfradios .forminput{
		margin-left: 0px;
	}
	.mobile .recruit-contact .inputsection .halfradios label {
		padding-left: 18px;
	}
	.mobile .recruit-contact .inputsection input.yournumber,
	.mobile .recruit-contact .inputsection input.youremail {
		margin-top: 10px;
	}
	.mobile .findstaff .newbottomslant, .mobile .workforus .newbottomslant {
		position: fixed;
	}
	.mobile #findworkersform .inputsection {
	    flex: unset;
	    padding: 5px 0px;
	    display: block;
	}
	.mobile #findworkersform .inputsection.multipleinput{
		display: block !important;
	}
	.mobile #findworkersform .inputsection.multipleinput .leftcolumn {
		width:100%;
	}
	.mobile #findworkersform .inputsection.multipleinput .rightcolumn {
		width: 100%;
	    margin: 0px;
	    margin-top: 10px;
	}	
	.mobile .recruit-contact .inputsection .uploadcvcontainer{
		width:100%;
	}
	.mobile .recruit-contact .inputsection .uploadcvcontainer img{
		width:25% !important;
	}
	#recruitform .yournumber {
		margin:0px;
	}
	#recruitform .yourtrade {
		margin-top:10px;
	}
	#recruitform .yourexperience  {
		margin-top: 10px;
	}
	#recruitform .yourlocations {
		margin-top: 10px;
	}

	.mobile input {
        height: auto !important;
    }

    .mobile .dropdowns-form {
        height: auto !important;
    }

    .mobile .dropdown {
        height: auto !important;
    }

    .mobile .halfdropdown, .mobile .fulldropdown {        
        height: auto !important;
    }

    .mobile .recruit-contact .inputsection .halfradios {
    	height: auto !important;
    }

    .mobile .recruit-contact .inputsection .halfradios .forminput {
    	height: auto !important;
    }

}

@media only screen and (max-device-width : 736px)  and (orientation : landscape) { 
	body{
		-webkit-text-size-adjust: none;
		-webkit-overflow-scrolling: touch;
		overflow-x: hidden;

	}
	.mobile.safari .openform .formmobilelandscape {
	    display: block;
	    position: fixed;
	    top: 0px;
	    left: 0px;
	    height: 100%;
	    width: 100%;
	    z-index: 999;
	    background: gray;
	}
	.mobile.safari .openform .formmobilelandscape .logoimage {
		position: absolute;
		top:0px;
		left:0px;
		width:10%;
	}
	.mobile.safari .openform .formmobilelandscape .switchimage {	
		position: absolute;
		top:10%;
		left:50%;
		height: 80%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}	

	.mobilebreak {
		display: block;
		max-height: 0px;
	}

	.arrow p {
		font-size: 10pt;
		margin-bottom: 5px;
	}

	.logoheight {
		max-width: 100vw;
	}

	.mobile .sections .row.two .smallblock h2 {
	    width: 100%;
	}

	.mobile .animation .navigation {
		display: none;
	}

	.mobile .navigation .navlogo.mobile {
		display: block;
	}

	.mobile .navigationmobile {
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		height: 20%;
		z-index: 7;
	}

	.mobile .navigationmobile img {
		height: 100%;
	}

	.mobile .animation h2,
	.mobile .animations-hover .ontop h2 {
		font-size: 12pt;
	}

	.mobile .navoptions p {
	    font-size: 10pt;
	    margin-top: 7px;
	}

	.mobile .contentcontainer {
    	top: 10%;
    	width: 32.5%;
    	height: 90%;
/*    	opacity: 1;*/
    	background: white;
/*    	-webkit-transition: opacity .5s;
    	-o-transition: opacity .5s;
    	transition: opacity .5s;*/
	}
	.engineering .grow.double {
		max-width: 67.5%;
	}
/*	.engineering .sectionvideo {
		max-width: 100%;
	}*/
	.mobile .engineering .videooverflow {
		width:67.5%;
		object-fit: inherit;
	}
	.mobile .engineering .videooverflow video{
		 width: 100%;
    	object-fit: inherit;
	}



	.construction .construction.content, .civil .civil.content,
	.engineering .engineering.content, .oilandgas .oilandgas.content,
	.transport .transport.content, .permanentrecruitment .permanentrecruitment.content,
	.contactus .contactus.content, .temporaryrecruitment .temporaryrecruitment.content{
		display: flex;
	    flex-direction: column;
	    height: 100%;	    
	}
	.mobile .contentcontainer .content .contentgrow {
		flex: 1;
	    padding: 0px;
	    margin: 0px;
	}	

	.mobile .contentcontainer h2 {
	    font-size: 16pt;
	}
	
	.mobile .contentcontainer .contentgrow {
	    margin-top: 0px !important;
	}

	.mobile .contentcontainer p {
	    font-size: 10pt;
	    letter-spacing: unset;
	    line-height: 1.25;
	    margin-top: 0;
	    margin-bottom: 10px;
	}

	.mobile .contentcontainer .contentspace {
		height: 25px;
	}

	.mobile .contentcontainer li {
		font-size: 10pt;
	    letter-spacing: unset;
	    line-height: 1.25;
	    text-align: left;
	}

	.mobile .videooverflow {
	    width: 70%;
	}

	.mobile .contentcontainer .contentgrow.focus {
/*	    max-height: 52.5vh;*/
	    overflow-y: scroll;
	    height: auto;
/*	    padding-bottom: 40px;*/
	    overflow-x: hidden;
	    max-height: 450px;
	    padding-bottom: 0px;	 
   		padding-bottom: 25px;	       
	}

	/* New layout for mobile left menu */
	.mobile .bottomslant {
		position: fixed;
	}
	.mobilevideoplay {
		display: none;
	}
	.transport .grow.double,
	.permanentrecruitment .grow.double
	{
	    height: 60%;
	    -webkit-transition: all 2s;
	    -o-transition: all 2s;
	    transition: all 2s;
	    -webkit-transition-delay: 0s;
	    -o-transition-delay: 0s;
	    transition-delay: 0s;
	    bottom: 40%;
	}	
	.temporaryrecruitment .grow.double {
	    bottom: 40%;
	}
	.engineering .grow.double{
		max-width: none;
	}
	body.construction .sectionvideo, body.engineering .sectionvideo,
	body.transport .sectionvideo, body.civil .sectionvideo,
	body.oilandgas .sectionvideo, body.permanentrecruitment .sectionvideo,
	body.contactus .sectionvideo, body.temporaryrecruitment .sectionvideo,
	.mobile .videooverflow{
		display: none !important;
	}
	.mobile .contentcontainer{
	    top: 80%;
	    width: 100%;
	    height: 90%;
	    background: white;
	}
	.mobile .contentcontainer .contentgrow{
		overflow: visible !important;
		max-height: none !important;
	}
	body.animation, body.construction,
	body.engineering, body.transport, body.civil,
	body.oilandgas, body.permanentrecruitment,
	body.contactus, body.temporaryrecruitment{
		overflow-y:scroll;
	}	
/*	.civil .grow {

	}*/
	.construction .grow.double{
		height: 60%;
	}
	.permanentrecruitment .grow.double{
		right: 49.5%;
	}
	.civil .grow.double{
		height: 60%;
		right: 49.5%;
	}
	.mobile .contentcontainer{
		top:70%;
	}

	.contactus .contentcontainer {
		display: none;
	}
	/* End of new layout */

	.mobile .mobilevideoplay {
		display: none;
		pointer-events: none;
	}

	.mobile .mobilevideoplay.focus {
		display: block;
	}

	.mobile .construction .mobilevideoplay, .mobile .civil .mobilevideoplay {
	    position: absolute;
	    top: 25%;
	    left: 33.333%;
	    width: 7.5%;
	    -webkit-transform: translate(-50%, 75%);
	    -ms-transform: translate(-50%, 75%);
	    -o-transform: translate(-50%, 75%);
	    transform: translate(-50%, 75%);
	}

	.mobile .engineering .mobilevideoplay {
	    position: absolute;
	    bottom: 50%;
	    left: 50%;
	    width: 7.5%;
	    -webkit-transform: translate(-50%, 25%);
	    -ms-transform: translate(-50%, 25%);
	    -o-transform: translate(-50%, 25%);
	    transform: translate(-50%, 25%);
	}

	.mobile .oilandgas .mobilevideoplay {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    width: 7.5%;
	    -webkit-transform: translate(-25%, 50%);
	    -ms-transform: translate(-25%, 50%);
	    -o-transform: translate(-25%, 50%);
	    transform: translate(-25%, -50%);
	    z-index: 2;
	}

	.mobile .transport .mobilevideoplay {
	    position: absolute;
	    top: 50%;
	    left: 33.333%;
	    width: 7.5%;
	    -webkit-transform: translate(-50%, 25%);
	    -ms-transform: translate(-50%, 25%);
	    -o-transform: translate(-50%, 25%);
	    transform: translate(-50%, 25%);
	}

	.mobile .permanentrecruitment .mobilevideoplay {
	    position: absolute;
	    top: 50%;
	    left: 33.333%;
	    width: 7.5%;
	    -webkit-transform: translate(-50%, 25%);
	    -ms-transform: translate(-50%, 25%);
	    -o-transform: translate(-50%, 25%);
	    transform: translate(-50%, 25%);
	}

	.mobile .temporaryrecruitment .mobilevideoplay {
	    position: absolute;
	    top: 50%;
	    left: 33.333%;
	    width: 7.5%;
	    -webkit-transform: translate(-50%, 25%);
	    -ms-transform: translate(-50%, 25%);
	    -o-transform: translate(-50%, 25%);
	    transform: translate(-50%, 25%);
	}

	/*----- Mobile Transport -----*/

	.mobile .transport .scrolltocampaign {
		display: none;
	}

	.mobile .sections.transport.campaignhide {
		display: none;
	}

	.mobile .campaigncontent.mobile {
		display: block;
	    position: relative;
	    height: auto;
	    width: 84%;
	    margin-left: 8%;
	    transform: unset;
	    top: unset;
	}
	
	.mobile .transport .campaigncontent .campaigntitle {
	    font-size: 16pt;
	    margin: 20px 0 20px 0;
	    font-family: heading;
	    color: rgb(190,30,45);
	}

	.mobile .transport .campaigncontent .campaignvideo {
	    width: 100%;
	}

	.mobile .transport .campaigncontent p {
	    width: 100%;
	    margin-left: 0%;
	    color: black;
	    font-family: content;
	    margin: 20px 0;
	}

	.mobile .transport .campaigncontent img {
	    position: relative;
	    bottom: 1%;
	    width: 30%;
	    left: 35%;
	    margin-bottom: 20px;
	}

	.mobile .transport .bottomslant {
		pointer-events: none;
	}





	/*----- Mobile Find Staff -----*/

	.mobile .recruit-contact {
	    left: 10%;
	    width: 80%;
	    /*top: 50%;
	    -webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	    -o-transform: translateY(-50%);
	    transform: translateY(-50%);*/
	    top: 20%;
	    height: auto;
	    background: white;
	    padding: 15px;
	    z-index: 10;
	}

	.mobile .findstaff .findstaff .pdfdownload {
		font-size: 10pt;
	}

	.mobile .halfcontent h4 {
		font-size: 12pt;
	}

	.mobile .halfcontent p {
	    font-size: 10pt;
	    margin: 5px 0;
	}

	.mobile .alginwithflextop {
	    flex: unset;
	    align-items: center; 
	    margin: auto;
	    display: block;
	    margin-top: 0;
	}

	.mobile .alignwithflexbottom {
    	height: auto;
    	margin: 10px 0;
	}

	.mobile .contactsplitcontent {
	    display: block;
	}

	.mobile .contactsplitcontent .halfcontent {
	    flex: unset;
	    padding: 0px;
	    display: block;
	    flex-direction: unset;
	}

	.mobile .innercontact h4 {
	    font-size: 12pt;
	    margin-bottom: 10px;
	    width: 90%;
	    margin-left: 5%;
	    color: rgb(190,30,45);
	    font-weight: 400;	    
	}

	.mobile .recruit-contact .closeform {
	    right: 15px;
	    top: 10px;
	    width: 3%;
	    width:30px;
	    z-index: 9;
	}

	.mobile .recruit-contact .innercontact {
	    height: auto;
	    display: block;
	    flex-direction: unset;
	}

	.mobile .recruit-contact .inputsection {
	    flex: unset;
	    padding: 5px 0px;
	}

	.mobile .recruit-contact .inputsection .longinputtext {
	    font-size: 10pt;
	    padding: 5px;
	}

	.mobile .recruit-contact .inputsection input,
	.mobile .recruit-contact .inputsection .halfradios {
	    font-size: 10pt;
	    padding: 10px;
	}

	.mobile .recruit-contact .contact-submit {
	    position: static;
	    height: auto;
	    width: 25%;
	    float: right;
	    margin-top: 5px;
	}

	.mobile .recruit-contact .contact-submit img {
		width: 100%;
		height: auto;
	}

	.mobile #findworkersform h4 {
		position: static;
		-webkit-transform: unset;
		-ms-transform: unset;
		-o-transform: unset;
		transform: unset;
	}

	.mobile #findworkersform .inputsection {
	    flex: unset;
	    padding: 5px 0px;
	    display: block;
	}

	.mobile #findworkersform .inputsection.multipleinput {
	    display: flex;
	    flex: 2;
	}

	.mobile .navmenu {
	    top: 0%;
	    right: 12.5% !important;
	    width: 15%;
	    z-index: 11;
	}

	.mobile .alginwithflexbottom {
	    height: 60%;
	    width: 100%;
	    margin-left: 0;
	}

	.mobile .recruit-contact .inputsection .halfradios {
	    font-size: 10pt;
	    padding: 0px;
	    vertical-align: top;
	    padding: 9px 5px 10px 5px;
	}

/*	.mobile .recruit-contact .inputsection .halfradios .forminput {
	    padding: 5px 0;
	    margin-right: 5%;
    	float: right;
    	margin-left: 0;
	}*/

	.mobile .recruit-contact .inputsection .halfradios p {
	    margin: 0 0 0 5px;
	}

	.mobile .recruit-contact .inputsection .halfradios .forminput input {
	    height: auto;
	    vertical-align: middle;
	}

	.mobile #findworkersform .inputsection.multipleinput .rightcolumn {
	    height: auto;
	}

	/*----- Mobile Work For Us ----- */
	
	.mobile .ourteam .playbutton.mobile {
		display: block;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    -webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	    -o-transform: translate(-50%, -50%);
	    transform: translate(-50%, -50%);
	    width: 5%;
	    opacity: 0;
	    pointer-events: none;
	}

	.mobile .ourteam .playbutton.mobile.focus {
		opacity: 1;
	}

	.mobile .recruit-contact .contactcontent {
    	position: relative;
	    top: 0%;
	    left: 0%;
	    width: 100%;
	    -webkit-transform: unset;
	    -ms-transform: unset;
	    -o-transform: unset;
	    transform: unset;
	}

	.mobile .workforus .work-for-us .menu span {
    	padding: 3px;
	}

	.mobile .recruit-contact .contactcontent p {
	    font-size: 10pt;
	}

	.mobile .workforus .work-for-us .menu {
	    font-size: 10pt;
	}

	.mobile .testimonials .testimoniallarge p {
	    font-size: 10pt;
	    max-height: 70%;
    	overflow-y: scroll;
	}

	.mobile .testimonials .testimonialsmall p {
		font-size: 10pt;
		max-height: 80%;
    	overflow-y: scroll;
	}

	.mobile .ourteam .ourteamcontent {
		min-height: 10px;
	}

	.mobile .ourteam .ourteamcontent .ourteamcopy {
	    position: relative;
	    top: 0;
	    left: 0;
	    margin-left: 20%;
	    width: 60%;
	    -webkit-transform: translate(0, 0);
	    -ms-transform: translate(0, 0);
	    -o-transform: translate(0, 0);
	    transform: translate(0, 0);
	    padding-bottom: 50px;
	}

	.mobile .ourteam .ourteamcontent .ourteamcopy p {
		font-size: 10pt;
	    text-align: center;
	    margin: 20px 0;
	}

	.mobile .ourteam .ourteamcontent .logoheight {
		display: none;
	}

/*	.mobile .ourteam .ourteamcontent .arrow {
	    position: relative;
	    margin-bottom: 25px;
	    width: 5%;
	    margin-left: 0;
	    opacity: 1;
	    -webkit-transition: opacity 1s;
	    -o-transition: opacity 1s;
	    transition: opacity 1s;
	    cursor: pointer;
	    margin-top: 15px;
	    bottom: unset;
	    left: unset;
	}*/

	.mobile .teamcontainer .copy {
	    position: absolute;
	    bottom: 5%;
	    width: 90%;
	    left: 5%;
	}

	.mobile .teamcontainer .copy h4 {
		font-size: 12pt;
	}

	.mobile .teamcontainer .copy h5 {
		font-size: 11pt;
	}

	.mobile .teamcontainer .copy p {
		font-size: 9pt;
		margin: 5px 0 0 0;
		font-family: heading;
	}
	
	.mobile .ourteam .categoryleft p, .mobile .ourteam .categoryright p {
    	font-size: 9pt !important;
    	margin-bottom: 2px;
	}

	.mobile .recruit-contact .inputsection .uploadcvcontainer img {
	    width: 30%;
	    position: static;
    	margin-left: 5px;
    	-webkit-transform: unset;
    	-ms-transform: unset;
    	-o-transform: unset;
    	transform: unset;
    	vertical-align: middle;
	}

	.mobile .recruit-contact .inputsection .uploadcvcontainer {
	    float: left;
	    text-align: left;
	    padding: 0;
	    overflow: hidden;
	}

	.mobile .recruit-contact .inputsection .uploadcvcontainer .cvfilename {
		position: static;
	    font-size: 9pt;
	    transform: unset;
	    display: inline-block;
	    vertical-align: middle;
	    margin-left: 10px;
	    max-width: 60%;
	    white-space: nowrap;
	}
	
	/*----- Mobile News -----*/
	
	.mobile .news .sections {
		width: 100%;
	}

	.mobile .news .logoheight {
		height: auto;
	}

	.mobile .news .newsarticle {
	    padding: 10px 15px 15px 15px;
	    margin: 0 0 5vh 5%;
	    width: 90%;
	}

	.mobile .news .newsarticle .title {
		font-size: 12pt;
	}

	.mobile .news .newsarticle p {
		font-size: 10pt;
		margin: 5px 0;
	}

	.newsarticle ul li {
	    font-size: 10pt;
	}

	.newsarticle ul {
		margin-bottom: 5px;
	}

	.mobile .news .newsarticle .readmorecontent {
		width: auto;
	    max-width: 100%;
	    float: unset;
	}

	.mobile .news .newsarticle.clicked .articleimage.mobile {
		float: right;
		display: block;
		margin: 10px 0 10px 10px;
	}

	.mobile .news .newsarticle a {
		font-size: 10pt;
	}

	.mobile .news .articleimage.mobile {
		display: block;
	}

	.mobile .news .articleimage {
		display: block;
	}

	.mobile .news .clicked .readmorecontent .articleimage {
		display: block;
	}

	.mobile .news .readmorecontentmobile {
		display: none;
	}

	.mobile .news .clicked .readmorecontentmobile {
		display: block;
	}

	.mobile .news .readmorecontent {
		display: none;
	}

	.mobile .news .newsarticle .articleimage.mobile {
		display: none !important;
	}

	.mobile .news .clicked .articleimage {
	    display: block !important;
	    width: 100%;
	}

	/*----- Mobile Contact -----*/

	.mobile .mobilelocations .maplocation .locationcontent .leftinfo h4, .mobile .mobilelocations .maplocation .locationcontent .rightinfo h4 {
	    font-size: 12pt;
	}

	.mobile .mobilelocations .maplocation .locationcontent .leftinfo p, .mobile .mobilelocations .maplocation .locationcontent .rightinfo p {
	    font-size: 10pt;
	}

	.mobile .maplocation .locationcontent .leftinfo {
	    left: 10%;
	    width: 45%;
	}

	.mobile .maplocation .locationcontent .rightinfo {
		right: 10%;
		width: 45%;
	}	

	.mobile .contactus .officelocations a {
	    font-family: heading;
	    font-size: 12pt;
	    text-align: center;
	    font-weight: 400;
	    display: block;
	    margin: 10px 0px;
	    color: rgb(190,30,45);
	    text-decoration: none;
	}
	.mobile .contactus .contactus.sections{
		overflow: visible;
	}
	.mobile .contactus .mobilecontact {
		display: block !important;
		position: absolute;
		top:0px;
		left:0px;
		background: #d3d4d6;
	}		
	.mobile .contactus .officelocations {
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    height: 100vh;
	}
	.mobile .contactus .insideoffice {
		position: absolute;
		top:50%;
		left: 50%;
		width:80%;
	    -webkit-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	    -o-transform: translate(-50%,-50%);
	    transform: translate(-50%,-50%);
	}
	.mobile .contactus .desktopcontact {
		display: none;
	}
	.mobile .contactus .mobilelocations {
		position: relative;
		margin-top: 100vh;
		width: 100%;
		background: #d3d4d6;
		height: auto;
		padding: 20px 0px;
	}
	.mobile .contactus .mobilelocations .maplocation{
		position: relative;
	    width: 100%;
	    cursor: pointer;
	    z-index: 2;
	}
	.mobile .contactus .mobilelocations .maplocation .locationcontent {
		position: relative;
	    width: 70%;
	    height: auto;
	    top: 50%;
	    left: 0%;
	    opacity: 1;
	    z-index: 1;
	    -webkit-transition: all 1s;
	    -o-transition: all 1s;
	    transition: all 1s;
	    margin-top: 100px;
		overflow: visible;
		display: inline-block;
	}
	.mobile .contactus .mobilelocations .maplocation .locationcontent img{
		width: 100%;
		float: left;
	}
	/*.mobile .contactus .mobilelocations .maplocation .locationcontent .leftinfo h4, .mobile .contactus .mobilelocations .maplocation .locationcontent .rightinfo h4{
		font-size: 2vw;
	}
	.mobile .contactus .mobilelocations .maplocation .locationcontent .leftinfo p, .mobile .contactus .mobilelocations .maplocation .locationcontent .rightinfo p{
		    font-size: 1.5vw;
	}*/
	.mobile .contactus .arrowrighttop:before {
		content: '';
	    position: absolute;
	    right: 0px;
	    top: 1px;
	    height: 75px;
	    width: 13.88px;
	    background: url(wp-content/themes/nisarg/images/contactus/Point4.png);
	    -webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	    -o-transform: translateY(-100%);
	    transform: translateY(-100%);
	    /* background: gainsboro; */
	    /* z-index: 9; */
	    background-size: cover;
	}
	.mobile .contactus .arrownewplymouth:before, .mobile .contactus .arrowhead:before{
		content: '';
	    position: absolute;
	    right: 1px;
	    top: 0px;
	    width: 75px;
	    height: 13.88px;
	    background: url(wp-content/themes/nisarg/images/contactus/Point2.png);
	    -webkit-transform: translateX(100%);
	    -ms-transform: translateX(100%);
	    -o-transform: translateX(100%);
	    transform: translateX(100%);
	    /* background: gainsboro; */
	    /* z-index: 9; */
	    background-size: cover;
	}
	.mobile .contactus .arrowtopleft:before{
		content: '';
	    position: absolute;
	    left: 1px;
	    top: 0px;
	    width: 75px;
	    height: 13.88px;
	    background: url(wp-content/themes/nisarg/images/contactus/Point1.png);
	    -webkit-transform: translateX(-100%);
	    -ms-transform: translateX(-100%);
	    -o-transform: translateX(-100%);
	    transform: translateX(-100%);
	    /* background: gainsboro; */
	    /* z-index: 9; */
	    background-size: cover;
	}
	.mobile .contactus .arrowchristchurch:before {
		content: '';
	    position: absolute;
	    left: 0px;
	    top: 1px;
	    height: 75px;
	    width: 13.88px;
	    background: url(wp-content/themes/nisarg/images/contactus/Point3.png);
	    -webkit-transform: translateY(-100%);
	    -ms-transform: translateY(-100%);
	    -o-transform: translateY(-100%);
	    transform: translateY(-100%);
	    /* background: gainsboro; */
	    /* z-index: 9; */
	    background-size: cover;
	}

	/*.mobile .openform .formmobilelandscape {
	    display: block;
	    position: fixed;
	    top: 0px;
	    left: 0px;
	    height: 100%;
	    width: 100%;
	    z-index: 999;
	    background: gray;
	}
*/

	.mobile .transport .campaigncontent .campaignvideo {
	    width: 70% !important;
		margin-left: 15%;
		position: relative;
	}

	.mobile .transport .campaigncontent .campaignvideo video {
	    width: 100%;
	}

	.mobile .transport .campaigncontent .campaignvideo img {
		position: absolute;
		width: 10%;
		left: 50%;
		top: 50%;
		margin-top: 0;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		cursor: pointer;
		display: block;
	}

	/*.mobile.safari .transport .campaigncontent .campaignvideo img {
		display: none;
	}*/

	/*.safari.mobile .transport .campaigncontent .campaignvideo img {
	display: none;
	}*/

	.mobile .transport .campaigncontent  .campaignvideo img.hidden {
		display: none;
	}



	/*----- Mobile Display None -----*/

	.mobile .sidenav {
		display: none;
	}

	.mobile .ourteam .playbutton {
		display: none;
	}

	.mobile .mobileportrait{
		display: none;
	}
	
	.mobile .animation .logo {
		display: none;
	}

	.mobile .news .clicked .articleimage {
		display: none;
	}

	.mobile .news .newsarticle .articleimage.mobile {
		display: none;
	}

	.mobile .navigation .navlogo {
		display: none;
	}


	.mobile.safari .playbutton.mobile, .mobile.safari .mobilevideoplay {
		display: none;
	}
	.recruit-contact .inputsection textarea{
		font-size: 10pt;
	}
	.mobile .recruit-contact .contact-submit{
		width: 40%;
    	float: none;
    	margin: auto;
    	margin-top: 20px;
    	margin-bottom: 10px;
	}

}

@media only screen 
and (min-device-width : 100px) 
and (max-device-width : 736px) 
and (orientation : portrait) { 
	.mobile .mobileportrait {
	    display: block;
	    position: fixed;
	    height: 100%;
	    width: 100%;
	    z-index: 999999;
	    background: rgb(211,212,214);
	}
	.mobile .recruit-contact .contact-submit{
		width: 40%;
    	float: none;
    	margin: auto;
    	margin-top: 20px;
    	margin-bottom: 10px;
	}	

	.mobile .mobileportrait img {
		position: absolute;
		width: 80%;
		left: 10%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.mobile .mobileportrait img.logoimage {
	    top: 0;
	    left: 0;
	    height: 20%;
	    width: unset;
	    -webkit-transform: unset;
	    -ms-transform: unset;
	    -o-transform: unset;
	    transform: unset;
	}
	.mobile .recruit-contact{
	    left: 10%;
	    width: 80%;
	}
	.mobile .openform .recruit-contact .recruit-contact-form{
		padding: 10px;
	}
	.mobile .openform .recruit-contact .inputsection input,
	.mobile .recruit-contact .inputsection .halfradios,
	.recruit-contact .inputsection textarea{
		font-size: 10pt;
	}	
	.recruit-contact .inputsection textarea {
		height: 75px;
	}
	.campaigncontact .recruit-contact .inputsection textarea {
		height: 150px;
	}
	.mobile .recruit-contact .inputsection .halfradios{
		padding: 10px;
	}
	.mobile .recruit-contact .inputsection .halfradios p{
		margin:0px;
	}
	.mobile .recruit-contact .inputsection .halfradios label p {
		margin: 0 0 0 5px;
	}
	.recruit-contact .closeform{
		width:20px;
	}
	.mobile .innercontact h4 {
/*		font-size: 12pt;
		width:100%;*/
	    position: static !important;
	    -webkit-transform: unset !important;
	    -ms-transform: unset !important;
	    -o-transform: unset !important;
	    transform: unset !important;
	    font-size: 12pt;
	    margin-bottom: 10px;
	    width: 90%;
	    margin-left: 5%;
/*	    margin-top: 10%;*/
	    color: rgb(190,30,45);
	    font-weight: 400;
	}
	.mobile .recruit-contact .contact-submit {
	    position: static;
	    height: auto;
/*	    width: 25%;
	    float: right;
	    margin-top: 5px;*/
	}
	.recruit-contact .contact-submit img{
		height: auto;
		width:100%;
	}
	.mobile .recruit-contact .closeform{
		z-index: 9;
	}

	.mobile .recruit-contact-form.formfinished .returntosite {
		display: block;
	}

	.mobile .recruit-contact-form.formfinished .returntosite img {
		position: absolute;
	    top: 110%;
	    width: 60%;
	    left: 20%;
	}



}

/*@media screen and (max-device-width : 1006px) and (max-device-aspect-ratio: 1/1) and (orientation: portrait){*/
	.mobile.portrait .mobileportrait {
	    display: block;
	    position: fixed;
	    height: 100%;
	    width: 100%;
	    z-index: 999999;
	    background: rgb(211,212,214);
	}
	.mobile.portrait .openform .mobileportrait {
		display: none;
	}

	.mobile.portrait .mobileportrait img {
		position: absolute;
		width: 80%;
		left: 10%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.mobile.portrait .mobileportrait img.logoimage {
	    top: 0;
	    left: 0;
	    height: 20%;
	    width: unset;
	    -webkit-transform: unset;
	    -ms-transform: unset;
	    -o-transform: unset;
	    transform: unset;
	}
/*}*/
/*@media screen and (max-device-width : 1006px) and (min-device-aspect-ratio: 1/1) and (orientation: landscape){*/
	.mobile.landscape .formmobilelandscape {
		display: none;
	}
	.mobile.landscape .openform .formmobilelandscape {
	    display: block;
	    position: fixed;
	    top: 0px;
	    left: 0px;
	    height: 100%;
	    width: 100%;
	    z-index: 999;
	    background: gray;
	}
	.mobile.landscape .openform .formmobilelandscape .logoimage {
		position: absolute;
		top:0px;
		left:0px;
		width:10%;
	}
	.mobile.landscape .openform .formmobilelandscape .switchimage {	
		position: absolute;
		top:10%;
		left:50%;
		height: 80%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}
/*}*/


@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1366px) 
and (orientation : landscape) { 

	.mobile.ios .logoheight {
		max-width: 100vw;
	}
	
}