html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	min-height: 500px;
	min-width: 1166px;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.home {
overflow-y: auto;
overflow-x: auto;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------ */

body {
	height: 100%;
	overflow: scroll;
	font-family: 'Asap', sans-serif;
}

header {
	width: 100%;
	background: none;
	height: 123px;
	z-index: 10;
	position: relative;
	background-color: #1a222a;	
}

#topbar {
	height: 45px;
	background: #383f46;
	width: 100%;
}

#topbar-container {
	width: 1166px;
	margin: 0 auto;
	color: white;
	padding: 10px 0 0 0;
}

#tb-address {
	background: transparent url('../uploads/common/address-ico.png') top left no-repeat;
	height: 18px;
	float: left;
	padding: 7px 0 0 25px;
	font-size: 0.8em;
	margin-right: 25px;
}

#tb-email {
	background: transparent url('../uploads/common/email-ico.png') left 5px no-repeat;
	height: 18px;
	float: left;
	padding: 7px 0 0 30px;
	font-size: 0.8em;
	margin-right: 25px;
}

#tb-email a {
	color: #ffffff;
}

#tb-email a:hover {
	color: #87b926;
	text-decoration: none;
}

#tb-email:hover {
	color: #fab830;
	cursor: pointer;
}

#tb-tel {
	background: transparent url('../uploads/common/tel-ico.png') left 2px no-repeat;
	height: 18px;
	float: left;
	padding: 7px 0 0 25px;
	font-size: 0.8em;
}

#job-board {
	background-color: #87b926;
	background-image: url('../uploads/common/register-icon-ds.svg');
	background-size: 38px 38px, 100px 100px;
	background-position: 3px 4px, 75px -30px;
	background-repeat: no-repeat;
	float: right;
	margin-top: -10px;
	margin-right: 25px;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 300;
	padding: 16px 11px 16px 45px;
	max-height: 44px;
	transition: all .3s ease-in-out;
}

#job-board:hover {
	background-color: #fab830;
	cursor: pointer;
}

#socialtop {
	float: right;
	margin-top: -2px;
	padding: 0px 10px 0px 0px;
	width: 160px;
	transition: all 0.3s ease-in-out 0s;
}

#socialfooter {
	width: 160px;
	float: right;
}

#socialtop ul li {
    float: left;
}



#socialtop:hover {
	cursor: pointer;
}

#headband {
	width: 100%;
	min-height: 160px;
	background-color: #e5e7e8;
	padding: 50px 0 50px 0;
}

#headband-contanier {
	width: 1166px;
	margin: 0 auto;
	position: relative;
}

#headband h1 {
	font-family: "Arial";
	font-size: 2.4em;
	font-weight: 700;
	padding: 10px 0;
	color: #383f46;
	text-transform: uppercase;
}

#headband p {
	font-family: 'Asap', sans-serif;
	font-size: 1.29em !important;
	width: 65%;
	color: #383f46 !important;
	line-height: 1.3em;
	text-transform: none;
}

.about #slider {
	height: 374px;
	background-size: cover !important;
}

.campaign #slider {
	height: 498px;
}

#slider-static {
	background-position: center center;
	background-size: cover !important;
	height: 337px;
}

#slider-content {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#slider-left {
	float: left;
	width: 500px;
	position: relative;
	height: 498px;
}

#slider-left h1 {
    color: #fff;
    font-family: "Arial";
    font-weight: 800;
    font-size: 3.8em;
    line-height: 1em;
    text-transform: uppercase;
    padding: 10px 0;
    position: absolute;
    bottom: 20px;
}

#slider-right {
	float: right;
	width: 425px;
	background-color: rgba(0,0,0,0.4);
	padding: 13px;
	margin-top: 25px;
}

#slider-right #discuss-form input {
	background-color: white;
	border-color: #dfe0e0;
	width: 88%;
	margin-left: 4%;
}

#slider-right #discuss-form textarea {
	background-color: white;
	border-color: #dfe0e0;
	width: 88%;
	margin-left: 4%;
	height: 65px;
	color: #384042;
}

#slider-right #discuss-form .error {
	position: relative;
}

#slider-right #discuss-form span span.error {
	left: 225px;
    position: absolute;
    text-align: right;
    top: -3px;
    width: 170px;
}

#slider-right .discuss, #slider-right #discuss-form {
	background: #fff;
}

#header-tag {
	background-color: #006241;
	height: 48px;
	z-index: 1001;
	position: relative;
}

#header-tag h2 {
	width: 1000px;
	font-family: 'Asap';
	float: left;
	color: white;
	margin: 0 auto;
	float: none;
	font-size: 1.6em;
	line-height: 2.5em;
}

#header-tag h2 span {
	font-weight: 700;
}

#header-tag .social-media-buttons {
	float: none;
	margin: -35px auto;
	padding: 0px;
	text-align: right;
	width: 1152px;
}

.fb_iframe_widget {
    display: inline-block;
    position: relative;
	top: -2px;
}

#fb-root {
    display: none;
}

#top-menu {
	float: left;
}

#social {
	width: 247px;
	float: right;
	top: 50%;
	margin-top: 7px;
	position: relative;
	margin-right: 30px;
	transition: all .3s ease-in-out;
}

#top-menu a {
	display: block;
	height: 100%;
	float: left;
	color: #595959;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.4em;
	font-weight: 700;
	padding: 14px 10px;
}

.facebook, .linkedin, .twitter, .instagram {
	float: left;
	display: block;
}

.facebook-t, .linkedin-t, .twitter-t, .instagram-t {
	float: left;
	display: block;
}

.facebook-t {
	background: url('images/common/facebook-new.svg') no-repeat left center transparent;
	height: 31px;
    width: 31px;
    margin-right: 5px;
}

.linkedin-t {
	background: url('images/common/linkedin-new.svg') no-repeat left center transparent;
	height: 31px;
    width: 31px;
    margin-right: 5px;
}

.twitter-t {
	background: url('images/common/twitter-new.svg') no-repeat left center transparent;
	height: 31px;
    width: 31px;
    margin-right: 5px;
}

.instagram-t {
	background: url('images/common/instagram-new.svg') no-repeat left center transparent;
	height: 31px;
    width: 31px;
    margin-right: 5px;
}

.facebook-tg, .linkedin-tg, .twitter-tg, .instagram-tg {
	float: left;
	display: block;
}

.facebook-tg {
	background: url('images/common/facebook-new-g.svg') no-repeat left center transparent;
	height: 31px;
    width: 31px;
    margin-right: 5px;
}

.linkedin-tg {
	background: url('images/common/linkedin-new-g.svg') no-repeat left center transparent;
	height: 31px;
    width: 31px;
    margin-right: 5px;
}

.twitter-tg {
	background: url('images/common/twitter-new-g.svg') no-repeat left center transparent;
	height: 31px;
    width: 31px;
    margin-right: 5px;
}

.instagram-tg {
	background: url('images/common/instagram-new-g.svg') no-repeat left center transparent;
	height: 31px;
    width: 31px;
    margin-right: 5px;
}

#social .facebook a, #social .linkedin a {
	display: block;
	height: 100%;
}

.showcase header {
	background-color: rgba(70, 24, 70, 0.85);
	border-bottom: 20px solid rgba(80, 24, 82, 0);
}

#header {
	width: 1166px;
	height: 123px;
	margin: 0 auto;
	background-color: transparent;
}

.cbp-af-header-shrink #header {
	height: 100%;
}

#logo {
	float: left;
	top: 50%;
	width: 275px;
	height: 100%;
	background: url('images/common/logo.png') no-repeat left center transparent;
	transition: all .3s;
	margin-right: 82px;
}

address {
	width: 35%;
	float: right;
	height: 65px;
	transition: all .3s;
}

.facebook {
	height: 39px;
	width: 39px;
	background: url('images/common/facebook-ico.png') no-repeat center center;
}

.twitter {
	height: 39px;
	width: 39px;
	background: url('images/common/twitter-ico.png') no-repeat center center;
}

.linkedin {
	height: 39px;
	width: 39px;
	background: url('images/common/linkedin-ico.png') no-repeat center center;
}

.google {
	height: 25px;
	width: 25px;
	background: url('images/common/google-purple-ico.png') no-repeat center center;
}

address ul {
	float: right;
}

address ul li {
	float: left;
	padding: 20px 10px 20px 10px;
	font-size: 1.4em;
	line-height: 22px;
}
address ul li:nth-last-child(1) {
	padding-right: 0px;
}
address ul li a {
	color: #501852;
	transition: all .3s ease-in-out;
}

address ul li a:hover {
	color: #b86bab;
}

nav {
	width: 802px;
	overflow: hidden;
	float: left;
	height: 48px;
	margin: 44px 0 0 0;
}

.nav-bar {
	z-index: 1000;
}

.nav-bar li {
	float: left;
}

.nav-bar li.has-flyout {
	background-image: url('../uploads/common/arrow-down.svg');
	background-size: 120px;
	background-position: center 94px;
}

.nav-bar li.has-flyout.fo-82 {
	background-image: none;
}

.nav-bar li:hover {
	background-color: #87b926;
}

.nav-bar li.active {
	background-color: #87b926;
}

.nav-bar li:hover > a {

}

.nav-bar li a {
	text-transform: none;
	font-size: 0.9em;
	font-weight: 300;
	color: #fff;
	transition: colour .3s ease-in-out;
	float: left;
	display: block;
	width: auto;
	padding: 14px 30px 15px 30px;
	transition: border 0s ease-in-out !important;
}

.nav-bar .flyout li a {
    color: white !important;
    font-size: 0.9em;
    font-weight: 600;
    padding: 5px 15px;
    margin: 0px;
    display: block;
    width: 100%;
	border-bottom: none;
	transition: all .3s ease-in-out;
}

.nav-bar .flyout li a:hover {
	border-bottom: none;
	color: #87b926 !important;
}

.flyout li {
	float: none;
	clear: both;
	background-color: #1a222a;
	height: 32px;
	padding-bottom: 0px;
}

.flyout li:hover {
	background-color: #1a222a;
}

.flyout .first {
	padding-top: 2px;
}

.flyout .last {

}

.nav-bar li .flyout {
	display: none;
	position: absolute;
	padding-top: 6px;
	margin-top: 42px;
}

.cbp-af-header-shrink .nav-bar li .flyout {
	margin-top: 30px;
	padding-top: 0px;
}

.cbp-af-header-shrink .nav-bar li .flyout .last {
	padding-bottom: 5px;
}

.nav-bar .has-flyout:hover > .flyout {
	display: block;
}

.nav-bar .active a {
	color: #fff !important;
}

.nav-bar .last a {

}

.nav-bar li a:hover {
	color: #fff;
}

main {
	width: 100%;
	position: relative;
	clear: both;
	z-index: 1;
}

.general main {
	background-position: center 400px, center center;
}

#header-image {	
	height: 340px;
	width: 100%;
	z-index: 0;
	position: relative;
	background-color: #b2c5d8 !important;
	background-size: cover;
}

.showcase #header-image {
	position: absolute;
	z-index: -1;
	top: 0;
	height: 330px;
	background-repeat: no-repeat !important;
	background-position: center center !important;
}

#header-info {
	width: 550px;
	left: 46%;
	position: absolute;
	margin-left: -6px;
	margin-top: 270px;
}

#header-info:hover {
	cursor: pointer;
}

#header-info:hover > h3 {
	color: #b86bab;
	cursor: pointer;
}

#header-info h1 {
	text-align: right;
	font-size: 3.5em;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #501852;
}

#header-info h3 {
	margin-top: 18px;
	text-align: right;
	font-size: 1.8em;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #501852;
	transition: all .3s ease-in-out;
}

#solutions {
	background-color: #384042;
	height: auto;
	width: 100%;
	z-index: 0;
	position: relative;
	padding: 25px 0;
}

#solutions-container {
	width: 1000px;
	margin: 0 auto;
	height: 100%;
}

#solutions-container h3 {
	color: #fff;
	font-size: 2.8em;
	text-align: center;
	padding: 40px 50px 20px 50px;
	line-height: 1.2em;
	font-family: Roboto Slab;
	font-weight: 400;
	font-style: normal;
}

#solutions-container p {
	color: #fff;
	font-size: 1.9em;
	text-align: center;
	padding: 10px 90px 10px 90px;
	line-height: 1.2em;
	font-family: Roboto Slab;
	font-weight: 300;
	font-style: normal;
}


#showcase {
	background-color: #9c8aa5;
	width: 100%;
	margin-top: 30px;
}

#showcase h2 {
	color: white;
	font-size: 3.0em;
	text-transform: uppercase;
	text-align: center;
	margin-top: 20px;
}

#showcase-img-cont {
	height: 500px;
	width: 850px;
	position: relative;
	margin: 0 auto;
}

#showcase #showcase-latop {
	background: url('images/common/laptop.png') no-repeat center center transparent;
	height: 500px;
	width: 850px;
	margin: 0 auto;
	position: absolute;
	z-index: 1;
}

#showcase #showcase-img {
    background-color: red;
    height: 365px;
    margin-left: 130px;
    margin-top: 50px;
    position: absolute;
    width: 585px;
    z-index: 0;
}

#showcase-container {
	width: 985px;
	padding: 30px 0;
	margin: 0 auto;
}

.recent h3 {
	color: #fff;
	font-size: 2.9em;
	text-align: center;
	line-height: 1.2em;
	text-transform: uppercase;
	padding: 20px 0 0 0;
}

.recent {
	background: url('images/common/arrow-down.png') no-repeat bottom center;
	height: 100px;
	transition: all .3s ease-in-out;
}

.recent:hover {
	height: 120px;
	cursor: pointer;
}

.about

#content {
	width: 100%;
	z-index: 0;
	position: relative;
}

#content-text {
	padding: 17px;
	text-align: center;
	top: 10px;
	position: relative;
	visibility:hidden;
}

#content-text.Wide {
	width: 100% !important;
}

#content-text table {
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
	text-align: left;
}

#content-text tr td {
	background-color: #daeef3;
	padding: 5px;
    color: #384042;
    font-family: "Open Sans";
    font-size: 2em;
	margin: 5px;
}

#content-text tr td:nth-child(2n) {
	background-color: #f0f8fb;
}

#content-text tr {
	padding: 6px;
}

.general #content-text {
	padding: 0px 0px 0px;
	width: 48%;
	float: left;
}

.general #content-right {
	float: left;
	width: 40%px;
	padding: 15px 0 0 0;
	margin-left: 4%;
}

.general #content-right p {
	color: #a7a7a7 !important;
	margin: 0px 0 0px;
	padding: 0;
}

.video-text {
	margin-top: 20px !important;
	float: left;
}

.video-btn {
	width: 150px;
	height: 20px;
	background-color: #87b926;
	float: right;
	color: white;
	padding: 15px 0 10px 10px;
	font-size: 0.9em;
	margin-top: 5px;
	font-weight: 700;
	transition: all .3s ease-in-out;
    background: #87b926 url("../uploads/svg-icons/video-ico-white.svg") no-repeat 117px 3px;
    background-size: 40px 40px;
}

.video-btn:hover {
	background-color: #fab830;
	cursor: pointer;
}

.download-hs {
	width: 460px;
	margin-top: 20px;
	font-size: 0.9em !important;
	color: #697076 !important;
	padding: 10px 0px 10px 90px;
	background-color: #f5f7f8;
    background: #f5f7f8 url("../uploads/svg-icons/download-btn.svg") no-repeat 5px -4px;
    background-size: 80px 95px;
    transition: all .3s ease-in-out;
	display: block;
}

.download-hs:hover {
	background-color: #e1e1e1;
	cursor: pointer;
}

.download-hs p {
	max-width: 50%;
}

.general strong {
	font-weight: 700;
}

.general #content-right-container {
	float: right;
	width: 293px;
	padding: 20px 0 0 0;
}


.home #content {
}

.about #content {
	background-color: #384042;
}


.sc-center #content h1 {
    color: #501852;
    font-size: 2.8em;
    line-height: 1.2em;
    text-align: center;
    padding: 20px 20px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    background: none;
}

.campaign #content h1 {
	font-family: Arial;
	font-size: 2.7em;
	font-weight: 700;
	text-transform: uppercase;
	padding: ;
}

.about #content h2 {
    color: #e63c2f;
    font-family: Roboto Slab;
    font-size: 24px;
    line-height: 1.2em;
    padding: 60px 0;
}

.campaign #content h2 {
	padding: 20px 0 10px;
	line-height: 1em;
}

.about #content h3 {
    color: #fff;
    font-size: 24px;
    line-height: 1.2em;
    text-align: left;
    text-transform: none;
	font-family: Roboto Slab; 
}

.general #content h3 {
	color: #e63c2f;	
}

.general #content a {
	color: #87b926;
	text-decoration: none;	
}

.general #content a:hover {
	color: #384042;	
	text-decoration: none;	
}

.poole-seo #content h3 {
    color: #b86bab;
    font-size: 1.8em;
    line-height: 1.2em;
    text-align: left;
    padding: 15px 5% 0 5%;
    text-transform: none;
    font-weight: 700;
}

#portfolio-boxes h3 {
	padding: 0 !important;
    color: #4c4d4f;
    font-size: 2em;
    line-height: 1.5em;
    text-align: left;
    margin-left: 0px;
    text-transform: none;
    height: 35px;
}

#portfolio-boxes {
	margin-bottom: 80px;
}

#cheading {
	background-color: #e7e8e8;
}

#cheading-container {
	width: 1000px;
	margin: 0 auto;
	height: 100%;
	padding: 30px 0 70px;
}

#content-container h2 {
	font-size: 2.1em;
	font-family: 'Arial';
	padding: 80px 0 0 0;
	color: #383f46;
	text-transform: uppercase;
	font-weight: 700;
}

.icon-on {
	padding-left: 80px !important;
	background-position: -24px 3px !important;
	height: 50px;
}

.general #content-container h2 {
	padding: 50px 0 0 0;
}

.general #content-container h3 {
	text-align: left;
	font-size: 1.7em;
	font-weight: 700;
	color: #383f46;
	font-family: 'Arial';
	line-height: 1.2em;
	padding: 10px 0 15px;
}


.general #content-container h4 {
	text-align: left;
	font-size: 1.5em;
	line-height: 1.3em;
}

#content-container {
	width: 1166px;
	margin: 0 auto;
	padding-bottom: 40px;
	padding-top: 20px;
	height: 100%;
	padding: 0px;
}

#ethics-values {
	background-color: #e5e7e8;
	padding: 30px 0 30px 0;
}

#ethic-values-container {
	width: 1166px;
	margin: 0 auto;
	padding: 0px 0;
}

#content-lower-container, #can-help-container {
	width: 100%;
	margin: 0 auto;
	padding-bottom: 40px;
	padding-top: 20px;
	height: 100%;
	padding: 0;
}

#content-text h1 {
	color: #e2231d;
	font-family: 'Open Sans', sans-serif;
    font-size: 4.7em;
    padding: 15px 0;
    font-weight: 700;
}

.general #content-text h1 {
	text-align: left;
	font-size: 2.2em;
}


#content-text h2 {
	color: #595959;
	font-family: 'Open Sans', sans-serif;
    font-size: 2.9em;
    line-height: 1.1em;
    padding: 15px 0;
    font-weight: 300;
}

#content-text h3 {
	color: #595959;
	font-family: 'Open Sans', sans-serif;
    font-size: 2.77em;
    line-height: 1.1em;
    padding: 15px 0;
    font-weight: 900;
}

.home #content-text h2 {
	max-width: 85%;
	text-align: center;
	margin: 0 auto;
}

.general #content-text h2 {
	text-align: left;
	text-transform: none;
	max-width: 100%;
	font-weight: 700;
	font-size: 1.2em;
	color: #006241;
	padding: 35px 0 0 0;
}

#cheading-container h1 {
    color: #e63c2f;
font-family: 'Open Sans', sans-serif;
    font-size: 2.8em;
    padding: 50px 0;
}

#cheading-container h2 {
    color: #384042;
font-family: 'Open Sans', sans-serif;
    line-height: 1.3em;
    font-size: 24px;
    padding: 20px 0 50px;
}

.about #content-container {
	padding-top: 50px;
	padding-bottom: 160px;
}

.general #content-container {
	padding-top: 30px;
	padding-bottom: 30px;
}

.campaign #content-container {
	padding-top: 40px;
	padding-bottom: 40px;
}



.showcase #content-container {
	margin-top: 330px;
}

#content p {
	font-size: 2em;
	color: #501852;
}

.about #content p {
	color: #fff;
    font-size: 1.6em;
    line-height: 1.4em;
    font-family: "Asap";
    padding: 10px 0;
}

.general #content p, #customer-promise p, #values p {
	color: #384042;
    font-size: 1em;
    line-height: 1.3em;
    font-family: "Asap";
    padding: 15px 0 15px;
    text-align: left;
}

.campaign #content p {
	color: #384042;
}

.about #content a {
	color: #e63c2f;
	transition: all .3s ease-in-out;
}

.about #content a:hover {
	color: #ff8b83;
}

.about #content ul {
	margin: 10px 0 10px 13px;
}

.about #content ul li {
    list-style-type: decimal;
    color: #fff;
    font-family: "Asap";
    font-size: 1.6em;
    line-height: 1.4em;
    padding: 0 0 0 25px;
    margin: 8px;
}

.general #content ul li {
    list-style-type: disc;
    font-family: "Asap";
    font-size: 1em;
    line-height: 1.2em;
    padding: 3px 0 3px 7px;
    text-align: left;
    color: #384042;
    margin: 0 0 0 17px;
}

.campaign #content ul li {
    color: #384042;
    list-style-type: disc;
    margin-left: 3px;
    padding: 0 0 0 10px;
}

.about seo #content-container p a {
	color: #501852;
	text-decoration: underline;
} 

.rmi {
	background: url("images/common/rmi-up.png") no-repeat;
	height: 38px;
	width: 281px;
}

.rmi:hover {
	cursor: pointer;
	background: url("images/common/rmi-hover-up.png") no-repeat;
	
}

.rmi-down {
	background: url("images/common/rmi-down.png") no-repeat;
	height: 38px;
	width: 281px;
}

.rmi-down:hover {
	cursor: pointer;
	background: url("images/common/rmi-hover-down.png") no-repeat;
	
}

#our-story {
	width: 100%;
	z-index: 0;
	position: relative;
	padding: 20px 0 20px;
}

#our-story-container {
	width: 1000px;
	margin: 0 auto;
	height: 100%;
}

#our-story h2 {
    color: #e63c2f;
    font-family: Roboto Slab;
    font-size: 2.9em;
    margin: 40px 0px 40px;
    line-height: 1.2em;
    padding: 0px 0px;
    text-align: center;
}

#our-story h3 {
    color: #384042;
    font-size: 1.6em;
    line-height: 1.2em;
    text-align: center;
    margin-bottom: 20px;
}

#our-story p {
    color: #501852;
    font-size: 1.8em;
    line-height: 1.2em;
    margin-top: 18px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}

#our-story a {
	color: #501852;
	transition: all 0.3s ease-in-out 0s;
}

#our-story a:hover {
	color: #b86bab;
}

#map-wrapper {
    background: url("images/giraffe_new/common/map.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    clear: both;
    height: 191px;
    margin: 20px 0 50px 30px;
    padding: 0;
    width: 864px;
}

#map-canvas {
	height: 400px;
}

#map-info {
    background-color: white;
    height: 114px;
    left: 50%;
    margin-left: -430px;
    margin-top: 70px;
    position: absolute;
    width: 676px;
    z-index: 101;
}

#map-info h2 {
	color: #4c4d4f;
    font-size: 2.5em;
    line-height: 1.2em;
    padding: 15px 5% 0;
    text-align: left;
    text-transform: none;
}

#map-info p {
	color: #4c4d4f;
    font-size: 1.8em;
    line-height: 1.2em;
    padding: 5px 5% 0;
    text-align: left;
    text-transform: none;
}

#discuss-project {
	background-color: #501852;
	height: 170px;
	width: 100%;
	z-index: 0;
	position: relative;
}

#discuss-project-container {
	width: 985px;
	margin: 0 auto;
	height: 100%;
}

.discuss h3 {
	color: #74797b;
	font-size: 2.9em;
	text-align: left;
	line-height: 1.2em;
	text-transform: uppercase;
	padding: 20px 0 0 0;
	font-family: Asap;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 10px;
}

.campaign h3 {
    color: #e63c2f;
    font-family: Roboto Slab;
    font-size: 2.9em;
    padding: 18px 0 0;
    font-weight: 300;
    margin-left: 4%;
}

.campaign .discuss p {
    color: #e63c2f;
    font-family: Roboto Slab;
    font-size: 1.2em;
    padding: 0 0 10px;
    font-weight: 300;
    margin-left: 4%;
    margin-top: -4px;
    line-height: 1.2em;
}

.campaign .disclaimer {
	color: #666;
	float: right;
	font-size: 0.9em;
	line-height: 1.2em;
	width:  250px;
	padding: 19px 15px 10px 0px;
	text-align: right;
}

.campaign .form-button {
	float: left;
	width: 120px !important;
	margin: 14px 0px 14px 4% !important;
}

#project-container {
	margin-left: 30px;
}

.about #project-container {
	margin-left: 0px;
	width: 1050px;
	margin: 0 auto;
}

#projects {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 200px;
	margin: 0 auto;
}

#people-gallery {
	margin: 0 auto;
	width: 1000px;
	padding: 40px 0 60px;
}

#people-gallery h2 {
    color: #e63c2f;
    font-family: Roboto Slab;
    font-size: 2.8em;
    padding: 30px 0;
}

#people-gallery img {
	display: block;
	margin: 0 auto;
}

#people-gallery h4 {
	margin-top: 20px;
	text-align: center;
    color: #e63c2f;
    font-family: Roboto Slab;
    font-size: 1.7em;
}

#people-gallery p {
	text-align: center;
    color: #384042;
    font-family: Asap;
    font-size: 1.5em;
}

.people-gallery {
	width: 200px;
	float: left;
	padding-bottom: 40px;
}

#people-pics {
	position: relative;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 50px;
}

.portfolio #projects {
	display: none;
}

/* -- homepage boxes effects --*/
.effect .mask {
   opacity: 0;
   overflow:visible;
   background-color: rgba(0,0,0,0.5);
   transition: all .5s ease-in-out;
}
.effect a.info {
   position:relative;
   top:-10px;
   opacity: 0;
   color: white !important;
   -webkit-transition: opacity 0.5s 0s ease-in-out;
   -moz-transition: opacity 0.5s 0s ease-in-out;
   -o-transition: opacity 0.5s 0s ease-in-out;
   -ms-transition: opacity 0.5s 0s ease-in-out;
   transition: opacity 0.5s 0s ease-in-out;
}
.effect:hover .mask {
   opacity: 1;
}
.effect:hover a.info {
	opacity:1;
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

/*---- Contact Form ----*/
#contact_form input {
	width: 305px;
	padding: 5px;
	margin-left: 5px;
	height: 18px;
	float: left;
	border: 1px solid #cecece;
	margin-bottom: 0px;
}

#contact_form {
	clear: both;
	float: none;
}

#contact_form #message {
	width: 452px;
	padding: 5px;
	height: 18px;
}

#contact_form #message label {
    margin-bottom: 8px;
    margin-top: 5px;
    margin-left: 0px;
    width: 100%;
}

#contact_form .row {
	
}

#contact_form #text {
	width: 512px;
	float: left;
	height: 100px;
	margin-top: 0px;
	padding:  10px;
	border: 1px solid #cecece;
}

#contact_form .error {
	color: #F74724;
    display: block;
    float: left;
    font-size: 1em;
    text-align: left;
    width: 100%;
    padding-left: 0px;
    padding-bottom: 2px;
    padding-top: 4px;
}

#contact_form label {
	color: #4c4d4f;
    font-size: 1.6em;
    font-weight: normal;
    display: block;
    height: auto;
    float: none;
    margin: 0 1.5%;
 }
 
 #contact_form .agree {
	width: 20px;
}

#contact_form p {
	font-size: 1.6em;
    line-height: 1.5em;
} 
 
#contact_form .button:hover {
	cursor: pointer;
	background-color: #b86bab;
} 
 
#contact_form .certify {
    display: block;
    float: left;
    margin-top: -6px;
}

#contact_form .agree-tickbox {
	padding-bottom: 10px;
}

#contact_form .four {
	float: left;
	margin-right: 10px;
}
 
#contact_form .button {
    background-color: #501852;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 2em;
    height: 41px;
    margin-top: 15px;
    padding-bottom: 7px;
    text-align: center;
    transition: background-color 500ms linear 0s;
    width: 180px;
    padding: 0px;
    float: left;
    margin: 0;
    margin-top: 15px;
}






/* CSS3 STYLE GENERIC */
.view {
   width: 300px;
   height: 200px;
   margin: 10px;
   float: left;
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: pointer;
}

.about .view {
	margin: 0px;
	width: 350px;
	margin-bottom: 2%;
}

#people-gallery .view {
	width: 316px;
	margin-right: 21px;
}

#people-gallery .view:nth-child(3n) {
	margin-right: 0px;
}

.portfolio .view {
	margin: 10px;
	width: 300px;
	height: 235px;
}

.view .mask, .view .content {
   width: 300px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view .mask, .view .content {
   width: 300px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.about .view .mask, .about .view .content {
	width: 350px;
}

.portfolio .view .mask, .about .view .content {
	width: 300px;
	margin-top: 35px;
}

.view img {
   display: block;
   position: relative;
   z-index: -10;
}
.view a.info {
   display: inline-block;
   text-decoration: none;
   padding:0;
	font-size: 20px;
	color: white;
   width:auto;
   line-height:210px;
   text-align: center;
   vertical-align: middle;
}

.form-row {
	width: 100%;
	float: left;
}
#discuss-form {

}

#discuss-form .error {
    color: #e63c2f;
    font-size: 1.1em;
    line-height: 1.5em;
    position: relative;
    width: 100%;
}

#discuss-form input {
	width: 93%;
	padding: 8px 0px 8px 15px;
	font-family: "Lato",Calibri,Arial,sans-serif;
	font-size: 0.8em;
	text-align: left;
	background-color: #fff;
	border: 1px solid #d6d6d6;
	margin-bottom: 5px;
	color: #fff;
	float: left;
}

.discuss h2 {
	margin-bottom: 10px;
}

#discuss-form textarea {
	background-color: #fff;
    border: 1px solid #d6d6d6;
	padding: 8px 0px 8px 15px;
	font-family: "Lato",Calibri,Arial,sans-serif;
	font-size: 0.8em;
	color: white;
	height: 57px;
	text-align: left;
  	width: 93%;
}

#discuss-form [type="submit"] {
	width: 100px;
	margin-top: 5px;
	background-color: #b86bab;
	border: 0;
	height: 32px;
	text-align: center;
	padding: 0;
	color: white;
	text-transform: uppercase;
	transition: all .5s ease-in-out;
	background-color: #383f46;
	content: "submit";
}

#discuss-form [type="submit"]:hover {
	cursor: pointer;
}





::-webkit-input-placeholder { color:#74797b; font-size: 1.2em; line-height: 18px; }
::-moz-placeholder { color:#74797b; opacity: 1; line-height: auto; text-align: left;} /* firefox 19+ */
:-ms-input-placeholder { color:#74797b;  font-size: 2em;} /* ie */
input:-moz-placeholder { color:#74797b; font-size: 2em; }


#clientview {
	width: 100%;
}

#clientview-container {
	width: 1166px;
	margin: 0 auto;
	padding: 80px 0;
	position: relative;
}

#clientview img { 
	float: left;
	border: 25px solid #e5e7e8;
	float:left;
	margin: 0 35px 0 0;
}

#clientview-left {
	float: left;
	width: 69%;
	position: relative;
}

#clientview-right {
	float: left;
	width: 21%;
	margin-left: 4%;
	background-color: #e5e7e8;
	padding: 10px 30px;
	height: 269px;
	position: absolute;
	right: 0;
}

#clientview-right h2 {
	padding: 5px 0 5px 0;
	font-size: 1.5em;
	font-weight: 700;
	font-family: 'Arial';
	color: #74797e;
	text-transform: uppercase;
}

#clientview-left h3 {
	color: #8fbe34;
	font-family: 'Arial';
	font-size: 1.6em;
	line-height: 1em;
	padding: 10px 0 0 0;
	max-width: 400px;
	float: left;
}

#clientview-left p {
	color: #383f46;
	font-family: 'Asap';
	font-size: 1em;
	line-height: 1.5em;
	padding: 15px 0 0 0;
	max-width: 400px;
	float: left;
}

#clientview-right p {
	color: #74797e;
	font-family: 'Asap';
	font-size: 1.1em;
	line-height: 1.2em;
	padding: 5px 0 0 0;
	max-width: 400px;
	float: left;
	font-style: italic;
}

.watch-video {
	background: #87b926 url('../uploads/common/watch-ico.png') no-repeat 125px center;
	float: left;
	font-size: 0.9em;
	font-weight: 700;
	color: white;
	padding: 12px 45px 12px 12px;
	position: relative;
	bottom: 0px;
	transition: all .3s ease-in-out;
	clear: both;
	margin-top: 10px;
}

.home .watch-video {
	position: absolute;
	left: 403px;
	clear: none;
}

.general .watch-video {
	position: relative;
	left: auto;
	clear: both;
}

.watch-video:hover {
	cursor: pointer;
	background-color: #1db5ca;
}

#clientview-left p strong {
	font-weight: 700;
	font-style: italic;
}

#clientview-right p strong {
	font-weight: 700;
	font-style: normal;
}

.airside-cont {
    padding: 10px 0 20px;
    position: relative;
    text-align: center;
    top: 10px;
}

#airside-heathrow {
	background: url(../uploads/airside/image1a.jpg) no-repeat center center;
	height: 461px;
}

#can-help-img {
	background: url(../uploads/airside/image2.jpg) no-repeat center center;
	height: 260px;
}

#can-help-content {
	width: 1166px;
	margin: 0 auto;
	padding: 25px 0;
}

#can-help-content .h-box {
	width: auto;
	min-width: 170px;
}

#can-help-content .h-box h3 {
	font-size: 1.1em;
	margin-top: 15px;
}

#can-help h2 {
	font-size: 2em;
	color: white;
	text-transform: uppercase;
	font-family: 'Arial';
	font-weight: 700;
}

.gball-large {
	height: 320px;
	width: 320px;
	text-align: center;
	color: white;
	position: relative;
	border-radius: 300px;
	margin: 0 auto;
	top: 70px;
	transition: all .3s ease-in-out;
    background: #87b926 url("../uploads/common/baa.svg") no-repeat center 20px;
}

.gball-large:hover {
	transform: scale(1.05);
	cursor: pointer;
}

.gball-large p {
	width: 280px;
	float: left;
	font-size: 1.3em;
	line-height: 1.2em;
	top: 145px;
	padding: 0 20px 30px;
	position: relative;
    font-family: "Asap",sans-serif;
}

.gball-large .info {
    color: white;
    display: block;
    font-family: "Asap",sans-serif;
    font-size: 0.9em;
    font-weight: 900;
    padding: 10px 0 10px 10px;
    position: relative;
    margin: 0 auto;
    width: 105px;
    float: none;
    clear: both;
    border: 1px solid white;
    text-align: left;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    background: transparent url("../uploads/common/arrow.svg") no-repeat 50px center;
}

.airside-cont h3 {
    color: #595959;
    font-family: "Open Sans",sans-serif;
    font-size: 2.1em;
    font-weight: 700;
    line-height: 1.1em;
    padding: 15px 0;
}
.airside-cont .tel-1 {
    color: #e2231d;
    font-family: "Open Sans",sans-serif;
    font-size: 6.5em;
    line-height: 0.65em;
    font-weight: 700;
}

#footer-box-cont {
    margin: 0 auto;
    width: 1212px;
}

.footer-box-1 {
	float: left;
	background: url('../uploads/home-foot-boxes/accreditation.jpg') no-repeat;
	width: 563px;
	height: 291px;
	margin: 30px 0 0 30px;
	padding-bottom: 25px;
}

.footer-box-2 {
	float: left;
	background: url('../uploads/home-foot-boxes/health-and-safety.jpg') no-repeat;
	width: 563px;
	height: 291px;
	margin: 30px 0 0 30px;
	padding-bottom: 20px;
	
}

.footer-box-info {
	background-color: rgba(0, 0, 0, 0.7);
	width: 337px;
	height: 231px;
	padding: 0px;
	margin-left: 20px;
	margin-top: 20px;
}

.footer-box-info h3 {
	color: #ffffff;
    font-family: "Open Sans",sans-serif;
    font-size: 3.9em;
    font-weight: 700;
    padding: 15px 0 0 15px;
}

.footer-box-info p {
	color: #ffffff;
    font-family: "Open Sans",sans-serif;
    font-size: 1.3em;
    line-height: 1.15em;
    font-weight: 500;
    padding: 15px 15px 0 15px;
}

.footer-box-link {
    background: rgba(0, 0, 0, 0) url("../uploads/common/tom-link-ico.png") no-repeat scroll 0 0;
    color: white;
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 2.5em;
    font-weight: 900;
    height: 34px;
    padding: 68px 0 0 18px;
    right: -5px;
    text-transform: uppercase;
    top: 290px;
    transition: all 0.3s ease-in-out 0s;
    width: 132px;
    float: right;
    margin-top: -62px;
    transition: all .3s ease-in-out;
}

.footer-box-link:hover {
	transform: scale(1.1);
	margin-top: -67px;
}




footer {
	clear: both;
	float: none;
}

#footer-main {
	padding-top: 0px;
	width: 1166px;
	margin: 0 auto;
	padding-bottom: 0px;
}

#footer-main-cont {
	background-color: #fff;
}

#footer-top-cont {
	background-color: #e5e7e8;
}

#footer-top {
	width: 1166px;
	margin: 0px auto;
	height: auto;
	padding: 20px 0;
}

#footer-top img {
	max-width: 1166px;
}

.footer-icos {
	padding-top: 10px;
}


#footer-bottom {
	width: 1166px;
	margin: 0 auto;
	

}

#footer-bottom-cont {
	background-color: #383f46;
	height: auto;
}

#footer h4 {
	color: #74797b;
    font-family: Asap;
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 10px;
    padding: 20px 0 0;
    text-align: left;
    text-transform: uppercase;
}



#footer-left {
	float: left;
	width: 310px;
}

#footer-right {
	}



.footer-col {
	margin-right: 70px;
	float: left;
	padding-top: 20px;
}

.footer-col.last {
	margin-right: 0px;
	float: right;
	padding-top: 3px;
}

.footer-col h2 {
	font-family: "Open Sans Condensed",sans-serif;
	text-transform: uppercase;
	color: #a7a7a7;
	font-weight: 700;
}

.footer-col ul {
	padding-left: 4px;
	margin-top: 11px;
}

.footer-col.last ul {
	margin-bottom: 0px;
}

.footer-col ul li {
    padding: 9px 0;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    color: #74797e;
    font-family: "Asap",sans-serif;
    font-size: 0.8em;
    font-weight: 300;
}

.footer-col ul li:nth-child(1) {
}

.footer-col li {
    width: 100%;
}

.footer-col.last ul li {
	border: none;
	padding: 0px 0;
	margin-top: 10px;
}

.footer-col.last ul li a {
	border: none;
}

.footer-col ul li a {
    color: #74797e;
    font-family: "Open Sans",sans-serif;
    font-size: 1em;
    font-weight: 300;
    transition: all .3s ease-in-out;
}

.footer-col ul li a:hover {
	color: #87b926;
}

.footer-col-last {
	width: 240px;
	margin-right: 0px;
	padding-right: 0px;
}

.footer-col-last ul li {
    padding: 10px 0;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
}

.footer-col-last li {
    border-bottom: 1px solid #4c4c4c; 
    width: 100%;
}

.footer-col-last ul li a {
    color: #4c4c4c;
    font-family: "Open Sans",sans-serif;
    font-size: 1.1em;
    font-weight: 300;
}

#footer-main-sub {
	background-color: none;
	padding: 0px 0 0px 0px;
	margin-top: 0px;
}

#footer-main-sub p {
	clear: both;
	float: left;
	width: 100%;
    color: #4c4c4c;
    font-family: "Open Sans",sans-serif;
    font-size: 1.1em;
    line-height: 1.2em;
    font-weight: 300;
    margin-top: 20px;
    padding-left: 4px;
}

#footer-main-sub a {
	float: left;
	margin-right: 12px;
	color: #4c4c4c;
}

#footer-main-sub a:hover {
	color: #ffffff;
}

#footer-bottom h4 {
	font-family: "Open Sans",sans-serif;
    font-size: 1.1em;
    padding-left: 4px;
    line-height: 1.2em;
    font-weight: 700;
    color: #ffffff;
    padding-top: 20px;
}

#footer-bottom p {
	float: left;
    color: #ffffff;
    font-family: "Asap",sans-serif;
    font-size: 0.8em;
    padding: 10px 0 5px;
    line-height: 1.2em;
    font-weight: 300;
    text-transform: uppercase;
    padding-left: 4px;
    width: 800px;
    height: 20px;
}

#footer-bottom p.abbey {
	float: right;
	color: #82878b;
	text-align: right;
	width: 200px;
	margin-right: 6px;
}

#footer-bottom a {
	margin-right: 12px;
	color: #ffffff;
}

#footer-bottom a:hover {
	color: #fab830;
}

#footer-bottom-icos {
	margin-top: -25px;
}
#footer-bottom-icos a {
	float: right;
	margin-top: -25px;
}

#footer-sub-content {
	width: 860px;
	margin: 0 auto;
}




.clear {
	clear: both;
	float: none;	
}

#services-container {
	margin-top: 20px;
}

.about #services-container {
	margin-top: 60px;
}

.showcase #services-container {
	margin-top: 15px;
}

.sc-center #services-container {
	margin-top: 20px;
}

.service-box {
	width: 27%;
	margin-right: 0%;
	margin-left: 5%;
	float: left;
	margin-bottom: 30px;
}

.showcase .service-box {
	width: 58%;
	margin-right: 5%;
}

.showcase .service-box .read-more {
	display: none;
}

.service-box h3 {
	font-size: 2em;
	color: #4c4d4f;
	margin-bottom: 12px;
	padding: 0 !important;
}

.showcase .service-box h3 {
	font-size: 2.2em;
}

.service-box p {
	font-size: 1.5em !important;
	margin-bottom: 15px;
	color: #4c4d4f !important;
	line-height: 1.3em;
	padding: 0 !important;
}

.service-box .read-more {
	text-transform: uppercase;
	display: block;
	background-color: #b86bab;
	padding: 10px 20px 10px 20px;
	font-size: 1.3em;
	font-weight: 700;
	color: white !important;
	margin-top: 10px;
	width: 30%;
	transition: all .3s ease-in-out;
}

.service-box .read-more:hover {
	background-color: #501852;
	cursor: pointer;
}

.sib-next {
	float: right;
}

.sib-prev {
	float: left;
}

.sib-next a {
	background: url('images/common/arrow-right.png') no-repeat 75px center;
	width: auto;
	height: 54px;
	padding: 15px 50px 15px 0;
	transition: all .3s ease-in-out;
}

.sib-next a:hover {
	background-position: right center;
}

.sib-prev a {
	background: url('images/common/arrow-left.png') no-repeat 10px center;
	width: auto;
	height: 54px;
	padding: 15px 0 15px 50px;
	transition: all .3s ease-in-out;
}

.sib-prev a:hover {
	background-position: left center;
}

#next-prev li a {
	text-indent: 35px;
	font-size: 2.4em;
	line-height: 2.2em;
	color: #501852;
	text-transform: uppercase;
}

#next-prev li {
	list-style: none;
	display: inline-block;
	position: relative;
}

#next-prev {
	padding: 25px 4% 80px;
}

.showcase #next-prev-showcase li a {
	background: none;
	background-color: #b86bab;
	color: white;
	text-indent: none;
	padding: 5px 20px 5px 20px;
	font-size: 1.6em;
	font-weight: 700;
}

.showcase #next-prev-showcase li a:hover {
	background-color: #501852;
}

.showcase #next-prev-showcase li {
	list-style: none;
}

.showcase .sib-prev {
	float: left;
	margin-right: 10px;
}

.showcase .sib-next {
	float: left;
}

.showcase #next-prev-showcase {
	position: relative;
	padding: 0;
	float: right;
	margin-right: 5%;
}

#visit-website {
	color: #b86bab;
	border: 2px solid #b86bab;
	font-size: 1.6em;
	font-weight: 700;
	border-radius: 4px;
	width: auto;
	display: block;
	text-align: center;
	margin-left: 5%;
	float: left;
	margin-top: -7px;
	transition: all .3s ease-in-out;
}

#visit-website a {
	color: #b86bab;
	padding: 5px 20px 5px 20px;
	display: block;
	transition: all .3s ease-in-out;
}
#visit-website a:hover {
	color: #501852;
}

#visit-website:hover {
	border-color: #501852;
	cursor: pointer;
}
.h-circle {
	background-color: #e63c2f;
	width: 175px;
	height: 175px;
	border-radius: 250px;
	display: block;
	margin: 0 auto;
	transition: all .3s ease-in-out;
}

#h-circle:hover > .h-circle {
	width: 195px;
	height: 195px;
	margin-top: -10px;
	padding-top: 10px;
	cursor: pointer;
	background-color: #c42115;
}

#h-circle:hover > h4 a {
	color: #e63c2f;
}

#h-circle {
	margin-bottom: 45px;
	margin-top: 70px;
	float: left;
	width: 235px;
}

#h-circle-cont {
	margin-left: 140px;
}

#h-circle h4 a {
	text-align: center;
	font-size: 1.7em;
	font-family: Roboto Slab;
	text-transform: uppercase;
	color: white;
	margin-top: 30px;
	display: block;
	width: 100%;
	transition: all .3s ease-in-out;
}

.h-circle img {
	display: block;
	float: none;
	margin: 0 auto;
	padding-top: 55px;
}

.g-box {
	width: 368px;
	float: left;
	height: 185px;
	margin-right: 30px;
	position: relative;
	background-color: #87b926;
	margin-bottom: 30px;
	transition: all .3s ease-in-out;
}

.g-box:hover {
	background-color: #fab830;
}

.g-box img {
	display: block;
	margin: 0 auto;
	padding: 10px 0 15px 0;
}

.g-box-cover {
	width: 370px;
	height: 240px;
	position: absolute;
	z-index: 1;
	opacity: 0;
	transition: all .5s ease-in-out;
}

.g-box-img {
	position: relative;
	background-color: #87b926;
	height: 240px;
	width: 370px;
	background-blend-mode: normal;
	background-blend-mode: multiply;
	transition: all .3s ease-in-out;
	background-repeat: no-repeat;
}

.g-box:hover {
	cursor: pointer;
}

.g-box:hover > .g-box-img {
	background-color: red;
}

.g-box:hover > .g-box-cover {
	opacity: 1;
}

.g-box:hover > .info {
	background-position: 0px -137px;
	text-indent: -100000px;
}

.g-box h3 {
	position: relative;
	color: white;
	text-align: center;
	font-size: 1.7em !important;
	font-weight: 700;
	font-family: "Arial";
    font-size: 2em;
    text-transform: uppercase;
}

.g-box-cover h3 {
	color: white !important;
	font-family: 'Open Sans', sans-serif;
	position: relative;
	top: 25px !important;
	font-size: 3.2em;
	text-align: left;
	line-height: 1.1em;
	width: 80%;
	margin: 0 auto;
	font-weight: 700;
}

.g-box .info {
	display: block;
	width: 131px;
	height: 50px;
	font-size: 2.5em;
	color: white;
	font-weight: 900;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	background: url('../uploads/common/tom-link-ico-sprite.png') no-repeat;
	position: relative;
	top: -120px;
	right: -235px;
	z-index: 2;
	padding-top: 70px;
	text-align: center;
}

.g-box:nth-child(3n) {
	margin-right: 0;
}

#ethic-values-container h2 {
    color: #666c71;
    font-family: "Arial";
    font-size: 2em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 10px;
}
#ethic-values-container p {
	color: #666c71;
	max-width: 730px;
	line-height: 1.3em;
	padding: 10px 0 10px 0;
}

.h-box {
	width: 265px;
	float: left;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: 40px;
}

.h-box h3 {
	color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight: 700;
	font-size: 2em;
	text-transform: uppercase;
	padding: 0px 0 45px;
	line-height: 0.6em;
	text-align: center;
}

.h-box h4 {
	color: #384042;
	font-family: 'Asap';
	font-size: 1.6em;
	margin: 0px 0px 20px;
	line-height: 1.2em;
}

.h-box p {
	color: #9c9fa0 !important;
	font-family: 'Asap';
	font-size: 1.4em !important;
	line-height: 1.2em;
	margin: 20px 0px 10px;
}

.h-box .info {
	display: block;
	width: 132px;
	height: 137px;
	font-size: 2.5em;
	color: white;
	font-weight: 900;
	padding: 68px 0 0 18px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	background: url('../uploads/common/tom-link-ico.png') no-repeat;
	position: absolute;
	right: -5px;
	top: 290px;
	transition: all .3s ease-in-out;
}
.h-box .info:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari */
    transform: scale(1.1);
}

.h-box-4, .h-box-8, .h-box-12 {
	margin-right: 0px;
}

.h-bhox-h {
	min-height: 345px;
}

.h-box-info {
	position: relative;
}

.h-box-info:hover {
	cursor: pointer;
}

.h-box-info:hover > .h-bhox-cont {
	opacity: 1;
}

.h-box-info img {
	position: relative;
}

.h-bhox-cont {
	position: absolute;
	z-index: 1001;
	width: 100%;
	color: white;
	height: 182px;
	opacity: 0;
	transition: all .3s ease-in-out;
}

.h-bhox-cont .read-more {
	margin: 0 auto;
	display: block;
	border: 1px solid white;
	text-align: left;
	font-family: 'Arial';
	font-weight: 700;
	font-size: 0.8em;
	background-image: url("../uploads/common/arrow.svg");
	background-position: 177px center;
	background-size: 160px;
	text-transform: uppercase;
	width: 90px;
	padding: 15px 10px 15px 10px;
}

.h-bhox-cont p {
	padding: 20px;
	text-align: center;
	color: white !important;
	font-size: 0.9em !important;
}

.Blue.h-bhox-cont  {
	background-color: #62c3d2;
}

.Teal.h-bhox-cont  {
	background-color: #89dbb7;
}

.LightGreen.h-bhox-cont  {
	background-color: #bed04d;
}

.DarkGreen.h-bhox-cont  {
	background-color: #98cf2c;
}

.h-bhox-h2 {
	min-width: 100%;
}

.LGreen {
	background: rgba(102,161,141,1);
	background: -moz-linear-gradient(top, rgba(102,161,141,1) 0%, rgba(102,161,141,1) 36%, rgba(47,73,64,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102,161,141,1)), color-stop(36%, rgba(102,161,141,1)), color-stop(100%, rgba(47,73,64,1)));
	background: -webkit-linear-gradient(top, rgba(102,161,141,1) 0%, rgba(102,161,141,1) 36%, rgba(47,73,64,1) 100%);
	background: -o-linear-gradient(top, rgba(102,161,141,1) 0%, rgba(102,161,141,1) 36%, rgba(47,73,64,1) 100%);
	background: -ms-linear-gradient(top, rgba(102,161,141,1) 0%, rgba(102,161,141,1) 36%, rgba(47,73,64,1) 100%);
	background: linear-gradient(to bottom, rgba(102,161,141,1) 0%, rgba(102,161,141,1) 36%, rgba(47,73,64,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66a18d', endColorstr='#2f4940', GradientType=0 );
}

.Teal {
	background-color: #75c5a2;
}
.Blue {
	background-color: #1db5ca;
}
.LightGreen {
	background-color: #c1d640;
}
.DarkGreen {
	background-color: #87b926;
}

.h-bhox-t2 {
	clear: both;
	font-size: 70%;
}

.h-bhox-h2 image {
	position: relative;
	margin: 0 auto;
	display: block;
	padding: 10px;
}

.h-bhox-h2 path {
	fill: black !important;
	stroke: black !important;
}

.h-bhox-h2 img {
	border: 2px solid white;
	width: 105px;
	height: 105px;
	border-radius: 100px;
	padding: 5px;
	display: block;
	margin: 0 auto;
}

#content-container .h-bhox-h2 img {
	border: none;
}

#content-container .h-box {
	margin-right: 25px;
}

.h-bhox-h2 img:hover {
	background-color: #fab830;
	cursor: pointer;
	border: 2px solid #fab830 !important;
}

#content-container .h-bhox-h2 img:hover {
	background-color: transparent;
	border: none !important;
}

#content-container .h-box-4 img {
	border: none !important;
	background-color: transparent !important;
}

#search-btn {
	height: 25px;
	width: 25px;
	border: 1px solid #384042;
	padding: 5px;
	background: url('images/common/search-ico.png') no-repeat center center;
	position: relative;
	top: 25px;
	float: right;
    transition: all .5s ease-in-out;
}

#search-slider {
    margin-left: 154px;
    overflow: hidden;
    position: absolute;
    margin-top: 25px;
    width: 159px;
    transition: all .5s ease-in-out;
}

.cbp-af-header.cbp-af-header-shrink #search-btn, .cbp-af-header.cbp-af-header-shrink #search-slider {
	margin-top: -50px;
}

#search-btn:hover {
	cursor: pointer;
}
.sisea-search-form {
	width: 230px;
	margin-left: 160px;
}
.sisea-search-form label {
	display: none;
}

.sisea-search-form input[type='text']{
	padding: 10px 10px 11px;
	border: 1px solid #384042;
}

.about #c-right {
	float: right;
	width: 332px;
	margin-top: -10px;
}

.about #c-left {
	float: left;
	width: 550px;
}

#general-gallery {
	padding-bottom: 20px;
	background-color: #fff;
}

#general-gallery-container {
	width: 1166px;
	margin: 0 auto;
}

.general-gallery:nth-child(3n) {
	margin-right: 0px;
}

.general-gallery {
	float: left;
	list-style: none !important;
	list-style-type: none !important;
	margin-right: 28px;
	margin-bottom: 28px;
	padding: 0 !important;
	position: relative;
}

.general-gallery:hover .ggo {
	opacity: 1;
}

.general-gallery figure img {
	padding: 0;
	margin: 0;
	vertical-align: middle;
}

.general-gallery figure {
	padding: 0;
	margin: 0;
	display: block;
}

.grid-sizer {
	list-style: none !important;
	list-style-type: none !important;
}

.grid {
	height: auto !important;
}

#general-gallery ul {
	margin: 0 !important;
	padding: 0;	
}

.gg-4, .gg-8, .gg-12, .gg-16, .gg-20, .gg-24, .gg-28, .gg-32, .gg-36, .gg-40 {
}
/*--- Responsive --*/
#responsive-menu {
	display: none;
}

#contact-details {
	padding: 20px 0 20px 0;
}

.contact-img {
	float: left;
	height: 40px;
	padding-top: 0px;
	padding-right: 15px;
}

.contact-con p {
	color: #384042 !important;
    line-height: 1.2em !important;
}

.contact-con a {
	color: #384042 !important;
    line-height: 1.2em !important;
}

.contact-con {
    font-family: Asap;
    padding-right: 10px;
    padding-top: 7px;
    font-size: 1.2em;
    text-transform: uppercase;
    display: block;
    height: 40px;
    float: left;
    min-width: 200px;
}

.contact-container {
	float: left;
}

.infoBlock {
	transition: all .3s ease-in-out;
}

.infoBlockHolder {

}

.infoBlockTag {
	position: absolute;
	left: 50%;
    margin-left: -615px;
    top: 440px;
    color: white;
    font-size: 12px;
    font-weight: 600;
}

.infoBlock:hover {
	cursor: pointer;
}

#back-to-top {
	width: 1000px;
	margin: 0px auto;
}

#btp-btn {
	float: right;
	width: 30px;
	height: 30px;
	background: url('images/common/back-top-btn.png') no-repeat;
	margin-top: -35px;
	margin-bottom: 0px;

}

#btp-btn:hover {
	background: url('images/common/back-top-btn-hover.png') no-repeat;
	cursor: pointer;
}

#btp-btn2 {
	float: right;
	width: 30px;
	height: 30px;
	background: url('images/common/back-top-btn.png') no-repeat;
	margin-top: 0px;
	margin-bottom: 0px;

}

#btp-btn2:hover {
	background: url('images/common/back-top-btn-hover.png') no-repeat;
	cursor: pointer;
}

.sisea-result {
	background-color: #cecece;
	padding: 10px 20px;
	margin-bottom: 3px;
	transition: all .3s ease-in-out;
}
.sisea-result:hover {
	cursor: pointer;
	background-color: #c1c1c1;
}

.sisea-result h3 {
	font-size: 1.7em !important;
	color: #384042 !important;
}
.sisea-result h3 a {
	color: #384042 !important;
}
.sisea-highlight {
	color: #e63c2f !important;
}
.sisea-results {
	font-size: 3em !important;
}
.sisea-paging {
	margin-top: 10px;
	color: #384042;
	font-size: 2em !important;
}
.sisea-result-pages {
	margin-right: 10px;
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
	.cbp-af-header {
		position: relative !important;
	}
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
	.cbp-af-header {
		position: relative !important;
}
}




/* people gallery */

.team-manage {
	float: left;
	width: 272px;
	height: 350px;
}

.team-manage:hover {
	cursor: pointer;	
}

.team-manage:hover > .port-small {
	opacity: 0;
}

.team-manage h2 {
	color: #383f46 !important;
    font-family: 'Arial';
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 20px;
    text-align: left;
	text-transform: none !important;
	top: 295px;
	position: relative;
}

.team-manage h3 {
    color: #384042;
    font-family: Asap;
    font-size: 1em;
    text-align: left;
    top:300px;
	position: relative;
}

.team-manage p {
	margin: 0;
	padding: 0;
	text-align: center;
}

.team-manage img {
	margin: 0 auto;
}

.team-manage .grey-img {
	margin-left: -180px;
}

.team-manage .port {
	float: left;
	width: 272px;
	height: 308px;
	background-position: -0px -308px !important;
}

.team-manage .port-small {
    background-position: 0 0px !important;
    float: left;
    height: 298px;
    width: 368px;
    margin-bottom: 10px;
    z-index: 10;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    position: absolute;
}

.team-manage .port-small-colour {
    background-position: 0 0px !important;
    float: left;
    position: absolute;
    height: 298px;
    width: 368px;
    margin-bottom: 10px;
    z-index: 5;
}

.team-manage .port:hover {
	background-position: -0px 0px !important;
}

.team-manage .port-small:hover {
	background-position: -0px 0px !important;
}

.t-small {
	width: 368px;
	height: 360px;
}

.team-container {
	width: 1166px;
	margin: 30px auto;
	padding: 0px;
}

.team-container h1, #customer-promise h1, #values h1 {
    color: #383f46;
    font-family: 'Arial';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.1em;
    padding: 30px 0;
}

.general #content p, .team-container p {
	color: #666c71;
    line-height: 1.3em;
    padding: 20px 0 20px 0;
}



.bio {
	width: 1166px;
	height: 565px;
	margin-bottom: 10px;
	border-top: 1px solid #113c64;
}

.bio img {
	width: 25%;
}

.bio p {
    color: #384042;
    font-family: "Asap";
    font-size: 1em;
    line-height: 1.4em;
    margin: 0 0 20px;
    width: 70%;
}

.bio h3 {
    color: #384042;
    font-family: Asap;
    font-size: 1.5em;
    text-align: left;
    margin: 15px 0 10px 0;
}


#bio-close-big, #bio-close-small {
	background: url("images/common/bio-close.png") no-repeat scroll right 3px rgba(0, 0, 0, 0);
    color: #384042;
    display: block;
    font-family: Asap;
    font-size: 1.1em;
    line-height: 19px;
    position: absolute;
    right: 0;
    top: 9px;
    width: 64px;
    z-index: 200;
}

#bio-close-big:hover, #bio-close-small:hover {
	cursor: pointer;
}

.bio-small {
	width: 910px;
	height: 400px;
	margin-bottom: 10px;
	border-top: 1px solid #113c64;
}

#bio-cont, #bio-cont-small {
	position: relative;
	height: 0px;
	overflow: hidden;
	margin-top: 25px;
}

#bio-scroller {
	height: 900px;
	position: relative;	
}

#bio-scroller-small {
	height: 1200px;
	position: relative;	
}

#latesttel {
	width: 1152px;
	padding-top: 20px;
}

#latesttel:hover > #latest .moreplus a {
	color: #e2231a;
}
#latesttel:hover {
	cursor: pointer;
}

#latest {
	background-color: #595959;
	width: 718px;
	padding: 20px;
	float: left;
	background: #595959 url('../uploads/common/readmore-bubble.png') no-repeat 20px center;
}

#tel-cont {
	margin-top: 20px;
}

#tel {
	float: right;
	width: 390px;
}

#tel h3 {
	font-size: 2em;
	font-weight: 600;
	color: #595959;
	font-family: 'Open Sans', sans-serif;
	width: 100%;	
	text-align: left;
	text-indent: 97px;
}

#tel h2 {
	font-size: 4.5em;
	font-weight: 700;
	color: #e2231a;
	font-family: 'Open Sans', sans-serif;
	width: 100%;	
	text-align: right;
}

#capa h3 {
	text-indent: 0;
	text-transform: uppercase;
	font-size: 2.8em;
	color: #006140 !important;
}
#capa ul {
	margin-top: 10px;
}
#capa ul li {
	list-style: none !important;
	font-family: 'Open Sans' !important;
	font-size: 1.4em !important;
	font-weight: 600 !important;
	padding: 5px 0 11px 30px !important;
	background: url(../uploads/common/green-tick.png) no-repeat left 6px;
	margin: 5px 0px 5px 2px !important;
	border-bottom: 1px solid #384042;
}

#capa ul li:last-child {
	border-bottom: none;
}

#tel-footer {
	margin-top: 30px;
	float: right;
	width: 390px;
}

#tel-footer h3 {
	font-size: 2em;
	font-weight: 600;
	color: #595959;
	font-family: 'Open Sans', sans-serif;
	width: 100%;	
	text-align: left;
	text-indent: 97px;
}

#tel-footer h2 {
	font-size: 4.5em;
	font-weight: 700;
	color: #e2231a;
	font-family: 'Open Sans', sans-serif;
	width: 100%;	
	text-align: right;
}

#latest h2 {
    color: white;
    float: left;
    font-family: "Open Sans",sans-serif;
    font-size: 2.3em;
    font-weight: 700;
    padding-left: 70px;
    width: 70%;
}
.moreplus {
	float: right;
	width: 15%;
	font-weight: 900;
	font-size: 2.6em;
	text-transform: uppercase;
	color: white;
	transition: all .3s ease-in-out;
	font-family: 'Open Sans', sans-serif;
}

#contact-right	{
	width: 100%;
}

#contact-right form	{
	padding-top: 5px;	
}

#contact-right h3 {
	text-align: left;
	text-indent: 0px;
	text-transform: uppercase;
}

#contact-right input {
	width: 100%;
	background-color: #e6e6e6;
	border: 1px solid #cecece;
	padding: 10px 15px;
	margin: 2px 0;
   -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

#contact-right textarea {
	width: 100%;
	background-color: #e6e6e6;
	border: 1px solid #cecece;
	padding: 10px 15px;
	margin: 2px 0;
   -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

#contact-right input[type=submit] {
    left: 169px;
    position: relative;
    top: -48px;
    width: 40%;
    background-color: #e2231a;
    color: white;
}


#customer-promise {
	background-color: #c1d640;
	padding: 25px 0;
}


#customer-promise-container {
	width: 1166px;
	margin: 0 auto;
}

#customer-promise p {
	font-size: 1.5em;
}

#customer-promise h1 {
	padding: 10px 0 10px 0px;
}

#values {
	background-color: #fbb831;
	padding: 25px 0;
}


#values-container {
	width: 1166px;
	margin: 0 auto;
}

#values p {
	font-size: 1.5em;
}

#values-promise h1 {
	padding: 10px 0 10px 0px;
}

#block-labour {
	background-color: #c1d640;
	padding: 50px 0;
}

#block-labour-container {
	width: 1166px;
	margin: 0 auto;
}

#block-labour p {
	font-size: 1.5em;
}

#block-labour h1 {
	padding: 10px 0 10px 0px;
}

.general #content p, #block-labour p {
	color: #384042;

    line-height: 1.3em;
    font-family: "Asap";
    padding: 15px 0 15px;
    text-align: left;
}

.team-container h1, #block-labour h1 {
    color: #383f46;
    font-family: 'Arial';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.1em;
    padding: 15px 0;
}

#block-rail {
	background-color: #75c5a2;
	padding: 50px 0;
}

#block-rail-container {
	width: 1166px;
	margin: 0 auto;
}

#block-rail p {
	font-size: 1.5em;
}

#block-rail h1 {
	padding: 10px 0 10px 0px;
}

.general #content p, #block-rail p {
	color: #384042;

    line-height: 1.3em;
    font-family: "Asap";
    padding: 15px 0 15px;
    text-align: left;
}

.team-container h1, #block-rail h1 {
    color: #383f46;
    font-family: 'Arial';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.1em;
    padding: 30px 0;
}

#block-profserv {
	background-color: #fbb831;
	padding: 50px 0;
}

#block-profserv-container {
	width: 1166px;
	margin: 0 auto;
}

#block-profserv p {
	font-size: 1.5em;
}

#block-profserv h1 {
	padding: 10px 0 10px 0px;
}

.general #content p, #block-profserv p {
	color: #384042;

    line-height: 1.3em;
    font-family: "Asap";
    padding: 15px 0 15px;
    text-align: left;
}

.team-container h1, #block-profserv h1 {
    color: #383f46;
    font-family: 'Arial';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.1em;
    padding: 30px 0;
}

#block-airside {
	background-color: #f38033;
	padding: 50px 0;
}

#block-airside-container {
	width: 1166px;
	margin: 0 auto;
}

#block-airside p {
	font-size: 1.5em;
}

#block-airside h1 {
	padding: 10px 0 10px 0px;
}

.general #content p, #block-airside p {
	color: #384042;

    line-height: 1.3em;
    font-family: "Asap";
    padding: 15px 0 15px;
    text-align: left;
}

.team-container h1, #block-airside h1 {
    color: #383f46;
    font-family: 'Arial';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.1em;
    padding: 30px 0;
}

#block-logistics {
	background-color: #1db5ca;
	padding: 50px 0;
}

#block-logistics-container {
	width: 1166px;
	margin: 0 auto;
}

#block-logistics p {
	font-size: 1.5em;
}

#block-logistics h1 {
	padding: 10px 0 10px 0px;
}

.general #content p, #block-logistics p {
	color: #384042;

    line-height: 1.3em;
    font-family: "Asap";
    padding: 15px 0 15px;
    text-align: left;
}

.team-container h1, #block-logistics h1 {
    color: #383f46;
    font-family: 'Arial';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 2.1em;
    padding: 0px;
}



color: #666c71;
    line-height: 1.3em;
    max-width: 730px;
    padding: 10px 0;

#gallery-1 {
	width: 100% !important;
	height: 605px !important;
	text-align: left !important;
}

.rsImg {
	text-align: center;
}

.rsDefault .rsGCaption {
	position: relative;
	z-index: 1001;
	top: 0px;
	bottom: auto !important;
	margin: 0 auto;
	padding: 5px 0 !important;
	width: 80% !important;
	margin: 0 0 0 10% !important;
	text-align: center !important;
}
.rsSlide {
	padding-top: 13px;
	padding-bottom: 10px;
}

.ggo {
	width: 100%;
	height: 100%;
	background-color: #87b926;
	top: 0px;
	position: absolute;
	opacity: 0;
    transition: all 0.4s ease-in-out 0s;
}

.ggo-cCyan {
	background-color: #1db5ca;
}

.ggo-cTeal {
	background-color: #75c5a2;
}

.ggo-cGreen {
	background-color: #c1d640;
}

.ggo-cOrange {
	background-color: #fbb831;
}

.ggo-cDarkOrange {
	background-color: #f38033;
}



.ggo h2 {
    color: #fff;
    font-family: "Arial";
    font-size: 1.8em;
    font-weight: 700;
    padding: 10px 100px 10px 20px;
    text-transform: uppercase;
}

.ggo .view-gallery {
	background-color: transparent;
    background-image: url("../uploads/common/arrow.svg");
    background-position: 43px -51px;
    background-repeat: no-repeat;
    background-size: 140px 140px;
    float: right;
    font-size: 0.8em;
    font-weight: 700;
    margin-top: -5px;
    padding: 13px 30px 11px 15px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    position: absolute;
    bottom: 15px;
    right: 18px;
    color: white;
    border: 2px solid white;
}

/*Acco*/
.contact .ac-container {
    max-width: 1166px;
}

.contact .ac-container label {
    height: 30px !important;
    line-height: 21px !important;
    font-size: 12px !important;
    font-family: 'Open Sans','Arial Narrow',Arial,sans-serif !important;
    padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
    height: 30px;
    cursor: pointer;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    line-height: 33px;
    font-size: 19px;
    background-color: white;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff',endColorstr='#eaeaea',GradientType=0 );
    box-shadow: 0 0 0 1px rgba(155,155,155,0.3),1px 0 0 rgba(255,255,255,0.9) inset,0 2px 2px rgba(0,0,0,0.1);
    font-size: 12px;
    height: 30px;
    line-height: 20px;
}

.contact .ac-container {
    width: 100% !important;
    margin: 10px auto 30px auto;
    text-align: left;
}

.contact .ac-container label:hover {
    background: #fff;
}

.contact .ac-container input:checked + label,.ac-container input:checked + label:hover {
    background: #f1f2f3;
    color: #666;
    text-shadow: 0 1px 1px rgba(255,255,255,0.6);
    box-shadow: 0 0 0 1px rgba(155,155,155,0.3),0 2px 2px rgba(0,0,0,0.1);
    height: 30px;
    line-height: 21px;
    font-size: 13px;
}

.contact .ac-container label:hover:after,.ac-container input:checked + label:hover:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(../images/arrow_down.png) no-repeat center center;
}

.contact .ac-container input:checked + label:hover:after {
    background-image: url(../images/arrow_up.png);
}

.contact .ac-container input {
    display: none;
}

.contact .ac-container article {
    background: rgba(255,255,255,0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out,box-shadow 0.6s linear;
}

.contact .ac-container article p {
    font-style: normal;
    color: #777;
    line-height: 23px;
    font-size: 10px;
    padding: 20px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
    font: normal normal 12px 'Open Sans';
}

.contact .ac-container input:checked ~ article {
    -webkit-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    -moz-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    -o-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    -ms-transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    transition: height 0.5s ease-in-out,box-shadow 0.1s linear;
    box-shadow: 0 0 0 1px rgba(155,155,155,0.3);
}

.contact .ac-container input:checked ~ article.ac-small {
    height: 360px;
}

.contact .ac-container input:checked ~ article.ac-medium {
    height: 180px;
}

.contact .ac-container input:checked ~ article.ac-large {
    height: 230px;
}



.contact #contact-details-wrapper {
    background-color: #e5e7e8;
    margin-top: 20px;
}

.contact #contact-details {
    height: auto;
    margin: 0 auto;
    padding: 20px;
    width: 1166px;
}

.contact #contact-details p {
	width: 75%;
	line-height: 17px;
	padding:5px 0;
}

.contact #content-container p {
    color: #384042;
    font-family: "Asap";
    line-height: 1.3em;
    text-align: left;
    font-size: 1em;
}

.contact #contact-details .ac-container h2 {
    color: #8abb1e;
    font-size: 1.4em;
    padding: 6px 0;
    text-align: left;
    float: left;
    font-weight: 700;
}

.contact #contact-details .ac-container h3 {
    color: #4e5152;
    font-size: 1.2em;
    font-weight: 700;
    padding: 6px 0 0 240px;
    text-align: left;
}

.contact #contact-details .ac-container article.ac-small p {
    color: #4e5152;
    font-family: "Asap";
    font-size: 1em;
    font-weight: 400;
    padding: 20px 0 15px 256px;
    text-align: left;
    text-transform: uppercase;
}

.contact #contact-details .ac-container article.ac-small .tel span {
    color: #8abb1e;
}

.contact .ga-map-container {
    height: 280px;
    margin: 0 auto;
    padding: 0 30px 0 30px;
    width: 1166px;
}



.contact #contact-details #contact_form .row-1 {
    float: left;
    margin: 20px 0 0 0;
    width: 50%;
}
.contact #contact-details #contact_form .row-2 {
    float: left;
    margin: 20px 0 0 0;
    width: 50%;
}

.contact #contact-details #contact_form input {
    width: 523px;
    margin-right: 60px;
}

.contact #contact-details #contact_form label {
    color: #4e5152;
    font-size: 0.9em;
    font-weight: 700;
    padding: 10px 0 0 0px;
    text-align: left;
    text-transform: uppercase;
    margin: 0 0 0 0;
}

.contact #contact-details #contact_form .button {
    width: 140px;
    font-family: "Asap";
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #8abb1e;
}

.contact #contact-details #contact_form #message {
    float: left;
    margin-right: 10px;
}

.contact #contact-details #contact_form .error {
    font-weight: 400;
    color: red;
    text-transform: none !important;
}

.contact #contact-details p {
    color: #4e5152;
    font-family: "Asap";
    font-size: 0.9em;
    font-weight: 400;
}

.contact #contact-details #contact_form input {
    margin-left: 0px;
}

.contact #contact-details #contact_form #message {
    padding: 0px;
}

.contact #contact-details #contact_form input {
    height: 24px;
}

#project {
	background-color: #cecece;
	margin-top: 0px;
}

#project-container {
	width: 1166px;
	margin: 0 auto;
}

.pr-cont {
	float: left;
	padding: 10px 10px 10px 0px;
	width: 100%;
}

.pr-gal {
	float: left;
	width: 90px;
	text-align: center;
}

.pr-details {
	width: 800px;
	float: left;
	color: #384042;
}

.pr-details p {
	padding: 2px 0;
	font-size: 1em;
}

.pr-details span {
	width: 70px;
	margin-right: 20px;
	display: inline-block;
	font-weight: 700;
	float: left;
}

.pr-details span.pr-wide {
	min-width: 690px;
	float: left;
	font-weight: 300;
}

.pr-details p {
	padding: 5px 0;
}

#project-container .pr-cont:nth-child(2n) {
	background-color: #e5e7e8;
}

.pr-on {
	width: 60px;
	height: 35px;
	background: url('images/common/camera-ico.svg') no-repeat center center;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}

.pr-off {
	width: 0px;
	height: 35px;
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}

#headband .readmore-btn {
    background: #87b926 url("../uploads/common/arrow.svg") no-repeat scroll 72px center;
    bottom: 0;
    clear: both;
    color: white;
    float: right;
    font-size: 0.9em;
    font-weight: 700;
    margin-top: 10px;
    padding: 12px 45px 12px 12px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
	text-transform: uppercase;
}

.livejobs-btn {
    background: #87b926 url("../uploads/common/arrow.svg") no-repeat scroll 96px center;
    bottom: 0;
    clear: both;
    color: white;
    float: left;
    font-size: 0.9em;
    font-weight: 700;
    margin-top: 5px;
	margin-bottom: 20px;
    padding: 12px 45px 12px 12px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
	text-transform: uppercase;
}

.livejobs-btn a:hover {
	background-color: #87b926;
	color: black;
	cursor: pointer;
}

#headband .register-btn {
    background: #c1d44d url("../uploads/common/register-icon-ds.svg") no-repeat scroll 3px 6px;
    background-size: 85px 85px;
    bottom: 0;
    clear: both;
    color: white;
    float: right;
    font-size: 1.7em;
    font-weight: 700;
    margin-top: 10px;
    width: 200px;
    padding: 20px 12px 20px 90px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
	text-transform: uppercase;
}

#headband .register-btn:hover {
	cursor: pointer;
}



.home .readmore-btn {
    clear: none;
    position: absolute;
	width: 80px
}

.contact .livejobs-btn {
    clear: none;
	width: 126px;

}

.contact .livejobs-btn a {
	cursor: pointer;
	color: white !important;
}

.contact .livejobs-btn a:hover {
	cursor: pointer;
	color: #383f46 !important;
}

#accred-cont-container {
    clear: both;
    min-height: 640px;
    padding: 0;
    position: relative;
}
.accred-panel {
    margin: 0 0 0 0px;
    width: 1196px;
}
.accred-cont {
    float: left;
    margin-bottom: 15px;
    margin-right: 0;
    padding: 0 30px 0 0px;
    height: 235px;
    width: 269px;
}
.accred-img {
    background-position: center center !important;
    border: 1px solid #666666;
    height: 186px;
    width: 269px;
}
.general #content-container .accred-cont h4 {
    color: #384042;
    float: left;
    font-family: "Asap";
    font-size: 1em;
    padding: 7px 0 0;
    text-align: center;
    width: 269px;
    text-align: center;
}

#reg-form-contents {
    height: 1220px;
    width: 100%;
    overflow-y: hidden;
}

#reg-form-contents iframe {
	overflow: hidden;
	height: 1220px;
}

#reg_area {
	margin-left: 0px;
}

.post {
	clear: both;
	float: left;
	margin-bottom: 30px;
}

.post-left {
	width: 300px;
	float: left;
	margin-right: 20px;
}

.post-right {
	width: 700px;
	float: left;
	height: 170px;
	position: relative;
}

.post-right h2 {
	padding-top: 0px !important;
	font-size: 24px !important;
	font-weight: 700;
	color: #384042 !important;
}

.post .entry {
	float: left;
	text-align: left;
    color: #384042;
    font-family: "Asap";
    line-height: 1.3em;
    padding: 15px 0;
    text-align: left;
}

.post-info {
	padding: 0px !important;
	font-size: 12px !important;
}

.readmore {
	
}

.readmore a {
	float: left;
	padding: 7px 15px;
	background-color: #87b926;
	color: white !important;
}

.readmore a {
	float: left;
	padding: 7px 15px;
	background-color: #87b926;
	color: white !important;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	-ms-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.readmore a:hover {
	background-color: #1db5ca;
	cursor: pointer;
}

.pageNav {
	width: 100%;
	float: left;
	text-align: left;
	vertical-align: top;
	display: inline-block;
	font-size: 0px;
	padding-left: 6px;
}

.pageNav li {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	font-size: 16px;
	margin-right: 2px;
	font-weight: 600;
}

.pageNav li a {
	padding: 10px 15px;
	background-color: #87b926;
	color: white !important;
	display: block;
}

.pageNav li a.active {
	background-color: #1db5ca;
}

#ds-table {
	float: left;
	width: 100%;
	margin: 0px;
	border-collapse: collapse;
}
#ds-table tr td:first-child {
	width: 30%;
}
#ds-table tr {
	border-left: 2px solid #15b5c9;
	border-right: 2px solid #15b5c9;
}
#ds-table tr:first-child {
	border: none;
	background-color: transparent;
}
#ds-table tr:first-child td {
	background-color: transparent;
	border-bottom: 2px solid #15b5c9;
}
#ds-table tbody td:nth-child(2n) {
	border-left: 1px solid #15b5c9;
}

#ds-table tbody tr:last-child td {
	border-bottom: 2px solid #15b5c9;
}

#ds-table tbody td {
	color: #384042;
    font-family: "Asap";
    font-size: 1em;
    text-align: left;
	vertical-align: middle;
	line-height: 20px;
	background-color: white;
}

#ds-table tr:nth-child(2n) td {
	background-color: #daeef3;
}

.tabs-menu {
    height: 30px;
    clear: both;
}

.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    background-color: #fff;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
    margin-top: -1px;
}

.tabs-menu li.current {
    position: relative;
    z-index: 5;
    background-color: #ccc;
}

.tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #384042;
    text-decoration: none; 
}

.tabs-menu .current a {

}

#tabs-container {
	margin: 0 auto;
	width: 1166px;
	margin-top: 20px;
}

.tab {
    width: auto;
}

.tab-content {
    display: none;
}

#tab-1 {
 display: block;   
}


#briefing_form {
	width: 650px;
}
#briefing_form label {
	text-align: left;
	text-transform: uppercase;
	font-weight: 700;
	padding: 8px 0 6px;
	display: block;
}

#briefing_form label .error {
	color: red;
}

#briefing_form input {
	width: 100%;
	margin: 0;
	padding: 7px 10px;
	-ms-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
}
#briefing_form input[type="checkbox"] {
	width: auto;
	float: left;
	margin: 10px 9px 9px 0;
}
#briefing_form input[type="submit"] {
	width: auto;
	margin-top: 20px;
	background-color: #8abb1e;
	padding: 10px 20px;
	border: none;
	color: white;
	text-transform: uppercase;
	font-weight: 700;
}

#briefing_form input[type="submit"]:hover {
	background-color: #4d4d4f;
	cursor: pointer;
}
#briefing_form iframe {
	background-color: white;
	width: 100%;
	margin-bottom: 20px;
	min-height: 400px;
}

#brief {
	width: 1166px;
	margin: 0 auto;
	padding: 20px 0;
}

#brief-outta {
	background-color: #e5e7e8;
}

#accred {
	width: 100%;
	margin: 0 auto;
	background-color: #e5e7e8;
	padding: 40px 0;
}
#accred-container {
		width: 1166px;
		text-align: center;
		margin: 0 auto;
}

#accred .owl-item img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}