/* =============================================================================
================================================================================

	--------- GeneGroup ---------

	Design by :: Mike Wedge of Fifteen Ten Ltd.

	Carefully Crafted by :: Thomas Dale of D Taled Designs

	Date created :: 14/11/2015

	© Copyright Fifteen Ten Ltd. 2015. All rights reserved.

 =============================================================================
 ============================================================================= */

@import url("../css/reboot.css");

/* =============================================================================
   HTML
   ========================================================================== */

html {
	-webkit-font-smoothing: antialiased;
	-ms-font-feature-settings: inherit;
	-webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 100%;
	height: 100%;
	width: 100%;
	}
html.no-overflow {
	overflow-y: hidden;
	}
	
/*	.overlaid-text p {
    font-size: 12px;
    line-height: 20px;
}*/

/* =============================================================================
   ANCHOR TAGS
   ========================================================================== */

a {
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	color: #f59941;
	text-decoration: none;
	transition: all 0.2s ease-in-out 0s;
	}
a:hover,
a:focus,
a:active {
	color: #4a494a;
	text-decoration: none;
	}

/* =============================================================================
   PSEUDO TAGS
   ========================================================================== */

.left {
	float: left;
	}
.right {
	float: right;
	}
.clear {
	clear: both;
	padding: 0;
	}
.centred {
	text-align: center;
	margin: 0 auto;
	}
.button {
	float: left;
	font-weight: 700;
	margin: 0;
	position: relative;
	}
.button > a,
.button > input {
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	background-color: #74bcb9;
	border-radius: 50px;
	border: none;
	color: #ffffff;
	display: block;
	font-size: 16px;
	line-height: 20px;
	padding: 20px 30px;
	text-transform: uppercase;
	width: auto;
	}

/* =============================================================================
   WIDTHS
   ========================================================================== */

.half-width {
	width: 50%;
	}
.near-full-width {
	width: 65%;
	}
.third-width {
	width: 30%;
	}

/* =============================================================================
   COLUMNS
   ========================================================================== */

.two-column,
.four-column {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	}
.two-column .col:first-child,
.four-column .col:first-child {
	margin-left: 0;
	}
.two-column .col {
	float: left;
	margin-left: 5%;
	width: 45%;
	}
.four-column .col {
	float: left;
	margin-left: 2%;
	width: 23.44%;
	}
.four-column .col .img {
	margin: 0 auto 20px;
	}
.four-column .col .img img {
	border-top: 4px solid #a3bf29;
	margin: 0 auto;
	width: 100%;
	}
.four-column .col .wrapper {
	line-height: 30px;
	padding: 2% 4%;
	}
.four-column .col .wrapper h3 {
	padding-bottom: 6%;
	}

/* =============================================================================
   BODY
   ========================================================================== */

body {
    background: #ffffff;
    color: #4a494a;
	font-family: Arial, Helvetica, Verdana, sans-serif;
    font-weight: normal;
	font-size: 16px;
    height: 100%;
    letter-spacing: 0;
    line-height: 24px;
    margin: 0;
    padding: 0;
    width: 100%;
	}

/* =============================================================================
   WRAPPERS
   ========================================================================== */

#site-wrapper {
	background: none;
	margin: 0;
	min-height: 100%;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
	}
.inner {
	-moz-transition: all 0.2s ease-in-out 0s;
	-ms-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
	max-width: 100%;
	}

/* =============================================================================
   HEADER
   ========================================================================== */

#header {
	background-color: #323132;
	height: 89px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	width: 100%;
	}

/* LOGO
   ========================================================================== */

#logo {
    background: url("../images/logo.png") no-repeat 50% 50% transparent;
    height: 44px;
    padding: 22px 30px;
    width: 159px;
	}
#logo > a {
	display: block;
	height: 100%;
	width: 100%;
	}

/* NAVIGATION
   ========================================================================== */

#navigation {
	padding: 26px;
	position: relative;
	}
#navigation:before,
#navigation:after {
	background: #555455;
	content: "";
	display: block;
	left: 0;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 2px;
	}
#navigation:after {
	left: auto;
	right: 0;
	}
#navigation ul > li:first-child {
	padding-left: 0;
	}
#navigation ul > li:first-child:before {
	display: none;
	}
#navigation ul > li:before {
	background: #555455;
	content: "";
	display: block;
	left: 20px;
	height: 40px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 2px;
	}
#navigation ul > li {
	float: left;
	font-weight: 700;
	padding-left: 40px;
	position: relative;
	}
#navigation ul > li > a {
	color: #ffffff;
	display: block;
	padding: 6px;
	}
#navigation ul > li.active > a,
.no-touch #navigation ul > li > a:hover {
	color: #a3bf29;
	}

/*----- Contact Icons -----*/
.contact-icons ul > li {
	border-left: 1px solid #555455;
	float: left;
	padding: 27px;
	}
.contact-icons ul > li > a {
	display: block;
	height: 100%;
	width: 100%;
	}
.contact-icons ul > li.phone > a {
	background: url("../images/phone.png") no-repeat 0 0 transparent;
	height: 35px;
	width: 50px;
	}
.contact-icons ul > li.email > a {
	background: url("../images/envelope.png") no-repeat 0 3px transparent;
	height: 35px;
	width: 50px;
	}
.mobile-display {
	display: none;
	}

/* =============================================================================
   SLIDESHOW
   ========================================================================== */

#slideshow {
	overflow: hidden;
	position: relative;
	}
.slide {
	position: relative;
	}
.slide .text {
	bottom: 7%;
	position: absolute;
	right: 3%;
	width: 90%;
	}
.slide .text h2 {
	color: #ffffff;
	font-family: Baskerville,"Baskerville Old Face","Hoefler Text",Garamond,"Times New Roman",serif;
	float: right;
	font-size: 50px;
	line-height: 50px;
	padding: 0;
	text-align: right;
	text-transform: none;
	width: 50%;
	}
#slideshow .overlaid-text {
	background: url("../images/slider-overlay.png") no-repeat right 0 transparent;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 50%;
	z-index: 4;
	}
#slideshow .overlaid-text .wrapper {
	padding: 8% 36% 4% 10%;
	}
#slideshow .overlaid-text .logo {
	margin: 0 auto 40px;
	}
#slideshow .overlaid-text .text {
	max-height: 480px;
	overflow-y: auto;
	}
#slideshow .overlaid-text p.read-more {
	font-size: 12px;
	font-weight: bold;
	}
#slideshow .overlaid-text p.read-more span.fa {
	color: #e67f1b;
	display: block;
	font-size: 24px;
	margin: 5px auto 0;
	width: 90%;
	}
#slideshow .slick-dots {
	padding: 0;
	position: absolute;
	right: 2%;
	top: 2%;
	}
#slideshow .slick-dots li:first-child {
	margin: 0;
	}
#slideshow .slick-dots li {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 2px solid #ffffff;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	font-size: 0;
	height: 14px;
	margin: 10px 0 0;
	padding: 0;
	text-indent: -9999px;
	text-transform: capitalize;
	width: 14px;
	}
#slideshow .slick-dots li.slick-active {
	background-color: #e67f1b;
	}
#slideshow .slick-dots li button {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	height: 100%;
	width: 100%;
	}

/* =============================================================================
   HOMEPAGE
   ========================================================================== */

.content-section {
	background: #ffffff;
	overflow: hidden;
	}
.content-section .inner {
	padding: 4% 5%;
	}
.content-section .title {
	margin: 0 0 3%;
	overflow: hidden;
	position: relative;
	}
.content-section .title h1 {
    background: #ffffff;
    float: left;
    padding-bottom: 0;
    padding-right: 1%;
    position: relative;
    z-index: 1;
	}
.content-section .title:after {
	background: #b3bbc4;
	content: "";
	display: block;
	float: right;
	height: 2px;
	margin-top: -1px;
	position: absolute;
	right: 0;
	top: 50%;
	width: 95%;
	z-index: 0;
	}

/* CASE STUDIES
   ========================================================================== */

.case-studies.pattern {
	background: url("../images/pattern.png") repeat 0 0 transparent;
	overflow: hidden;
	padding: 4%;
	}
.case-studies.pattern .inner {
	background-color: #ececec;
	border: 2px solid #ffffff;
	padding: 4% 5%;
	}
.case-studies.pattern .inner .wrapper {
	padding: 2%;
	}
.case-studies h1 {
	border-bottom: 1px solid #a8b0b9;
	margin-bottom: 30px;
	padding-bottom: 20px;
	}

/* =============================================================================
   CONTENT PAGE
   ========================================================================== */

/* LATEST UPDATE
   ========================================================================== */

.latest-update {
	background: url("../images/update-bg.png") no-repeat 0 0 transparent;
	width: 33%;
	}
.latest-update h3 {
	color: #e67f1b;
	font-size: 20px;
	letter-spacing: 0.26em;
	text-transform: uppercase;
	}
.latest-update .wrapper {
	padding: 4% 14% 10%;
	}

/* QUOTATION
   ========================================================================== */

.quotation {
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	background: url("../images/quotation-bg.jpg") no-repeat 0 0 transparent;
	background-size: cover;
	max-height: 768px;
	}
.quotation > .inner {
	padding: 5%;
	}
.quotation > .inner blockquote {
	color: #ffffff;
	font-size: 20px;
	line-height: 35px;
	margin: 0 auto;
	padding: 4%;
	max-width: 1024px;
	}
.quotation > .inner blockquote cite {
	clear: both;
	display: block;
	font-weight: bold;
	letter-spacing: -0.04em;
	padding-top: 10px;
	}

/* =============================================================================
   FOOTER
   ========================================================================== */

#footer {
	background: #323132;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
	}

#pre-footer {
	background-color: #ffffff;
	overflow: hidden;
	}
#pre-footer .inner {
	overflow: hidden;
	padding: 4% 5%;
	}
#pre-footer p {
	font-size: 30px;
	letter-spacing: -0.02em;
	line-height: 40px;
	}
#pre-footer p a {
	font-weight: bold;
	text-decoration: underline;
	}

#footer-bottom {
	background-color: #323132;
	float: left;
	position: relative;
	width: 100%;
	}
#footer-bottom .inner {
	max-width: 100%;
	padding: 0;
	position: static;
	}
#footer-bottom .left {
	padding: 45px 20px;
	}
#footer-bottom p {
	color: #ffffff;
	padding: 0;
	}
#footer-bottom a {
	color: #ffffff;
	}
#footer-bottom .back-to-top {
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 112px;
	}
#footer-bottom .back-to-top > a {
	background-color: #f59a42;
	color: #ffffff;
	display: block;
	font-size: 40px;
	height: 100%;
	line-height: 112px;
	text-align: center;
	width: 100%;
	}

/* =============================================================================
   STYLE TEMPLATE
   ========================================================================== */

.content ul {
	list-style: none;
	overflow: hidden;
	padding: 0 0 20px;
	}
.content ul li {
	display: block;
	line-height: 24px;
	padding: 0 20px;
	position: relative;
	}
.content ul li span.fa {
	color: #f59a42;
	display: block;
	font-size: 12px;
	left: 2px;
	position: absolute;
	top: 8px;
	}
.content ol {
	list-style: none;
	overflow: hidden;
	padding: 0 0 20px;
	}
.content ol li:before {
    background-color: #f59a42;
    color: #ffffff;
    content: counter(step-counter);
    font-weight: 700;
    height: 18px;
    left: 0;
    line-height: 18px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 4px;
    width: 18px;
	}
.content ol li {
	counter-increment: step-counter;
	display: block;
	line-height: 28px;
	padding: 0 30px;
	position: relative;
	}
strong,
b {
	font-weight: bold;
	}

/* HEADINGS
   ========================================================================== */

h1, h2, h3, h4, h5, h6 {
	color: #323132;
	font-weight: 400;
	letter-spacing: -0.06em;
	padding: 0 0 20px;
	text-transform: none;
	}
h1 {
	font-size: 32px;
	font-weight: 700;
	line-height: 44px;
	}
h2 {
	font-size: 30px;
	line-height: 30px;
	}
h3 {
	font-size: 28px;
	font-weight: 600;
	line-height: 28px;
	}
h4 {
	font-size: 22px;
	line-height: 22px;
	}
h5 {
	font-size: 18px;
	line-height: 18px;
	}
h6 {
	font-size: 17px;
	line-height: 17px;
	}

/* PARAGRAPHS
   ========================================================================== */

p {
	padding: 0 0 20px;
	}
.content p {
	padding: 0 0 30px;
	}

/* IMAGES
   ========================================================================== */

img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	}
.img-parent {
	margin: 0;
	padding: 0;
	}
.img-parent img {
	border: 5px solid #f1f1f1;
	}
.float-right {
	float: right;
	margin: 5px 0 20px 20px;
	}
.float-left {
	float: left;
	margin: 5px 20px 20px 0;
	}

/* =============================================================================
   SMALLER RESOLUTIONS
   ========================================================================== */

@media (max-width: 1280px) {
	h1 {
		font-size: 28px;
		line-height: 36px;
		}
	#slideshow .overlaid-text .text {
		max-height: 220px;
		}
	}
@media (max-width: 1024px) {
	#slideshow .overlaid-text .wrapper {
		padding: 8% 20% 4% 10%;
		}
	#slideshow .overlaid-text .logo {
		margin: 0 auto 20px;
		}
	#slideshow .overlaid-text h1 {
		font-size: 20px;
		line-height: 24px;
		}
	#slideshow .overlaid-text .text p {
		font-size: 12px;
		}
	#slideshow .overlaid-text p.read-more {
		display: block;
		}
	.slide .text h2 {
		font-size: 40px;
		line-height: 40px;
		}
	.case-studies .third-width {
		text-align: center;
		width: 100%;
		}
	.case-studies .near-full-width {
		padding-top: 6%;
		width: 100%;
		}

	/* Navicon 
	.mobile-display {
		display: block;
		}
	.contact-icons ul > li.mobile-display > a {
		height: 35px;
		width: 50px;
		}
	.navicon {
		-moz-transition: all 0.2s ease-in-out 0s;
		-ms-transition: all 0.2s ease-in-out 0s;
		-o-transition: all 0.2s ease-in-out 0s;
		-webkit-transition: all 0.2s ease-in-out 0s;
		display: block;
		font-size: 28px;
		height: 44px;
		padding: 0;
		position: relative;
		top: 0;
		transition: all 0.2s ease-in-out 0s;
		z-index: 12;
		}
	.navicon > span {
		-webkit-transition: all linear 0.2s;
		-moz-transition: all linear 0.2s;
		-ms-transition: all linear 0.2s;
		background: #e67f1b;
		height: 5px;
		left: 0;
		margin-top: -3px;
		position: absolute;
		transition: all linear 0.2s;
		top: 50%;
		width: 100%;
  		}
  	.navicon > span:after,
  	.navicon > span:before {
	  	-webkit-transform: rotate(0);
		-moz-transform: rotate(0);
		-ms-transform: rotate(0);
		-webkit-transition: all linear 0.2s;
		-moz-transition: all linear 0.2s;
		-ms-transition: all linear 0.2s;
	  	background: #e67f1b;
		content: "";
		display: block;
		height: 5px;
		left: 0;
		position: absolute;
		transform: rotate(0);
		transition: all linear 0.2s;
		width: 100%;
  		}
   	.navicon > span:before {
  		top: -10px;
		}
  	.navicon > span:after {
  		top: 10px;
		}
	.navicon.open {
		position: fixed;
		right: 4%;
		top: 4%;
		z-index: 10;
		}
	.navicon.open > span {
		background: transparent;
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		transition: all 0.2s linear;
		}
	.navicon.open > span:before {
		visibility: visible;
		top: 0 !important;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		}
	.navicon.open > span:after {
		visibility: visible;
		top: 0 !important;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		}
	nav#navigation {
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translateZ(0px);
		-webkit-transform: translate3d(0,0,0);
		-moz-transition: all 0.2s ease-in-out 0s;
		-ms-transition: all 0.2s ease-in-out 0s;
		-o-transition: all 0.2s ease-in-out 0s;
		-webkit-transition: all 0.2s ease-in-out 0s;
		background: #323132;
		display: block;
		height: 100%;
		right: -260px;
		overflow-y: scroll;
		padding: 0;
		position: fixed;
		top: 0;
		transition: all 0.2s ease-in-out 0s;
		width: 260px;
		z-index: 10;
		}
	nav#navigation.open {
		right: 0;
		}
	nav#navigation ul > li:before {
		height: 1px;
		left: 0;
		margin: 0;
		top: 0;
		width: 100%;
		}
	nav#navigation ul {
		padding: 85px 0 20px;
		}
	nav#navigation ul li,
	nav#navigation ul li:first-child {
		display: block;
		float: none;
		padding: 10px 16px;
		position: relative;
		}
	nav#navigation ul li a {
		color: #ffffff;
		}*/
		
#navigation:before,
#navigation:after,
#navigation ul li:before,
#navigation ul li:after {
	display:none;
}
#navigation {
    padding: 33px 0 0;
    position: relative;
}
#navigation ul > li {
    padding-left: 12px;
}
	}
@media (max-width: 768px) {
	.four-column .col {
		margin: 2% 0 0 2%;
		min-height: 430px;
		width: 49%;
		}
	.four-column .col:first-child,
	.four-column .col:nth-child(2n+1) {
		margin-left: 0;
		}
	.four-column .col:nth-child(2n+1) {
		clear: left;
		}
	#slideshow .overlaid-text {
		background: #ffffff;
		height: auto;
		position: relative;
		width: 100%;
		}
	#slideshow .overlaid-text > .wrapper {
		padding: 4% 5%;
		}
	#slideshow .overlaid-text > .wrapper .text {
		max-height: none;
		}
	#slideshow .overlaid-text h1 {
		font-size: 26px;
		line-height: 30px;
		}
	.content-section .near-full-width {
		width: 100%;
		}
	.content-section .third-width {
		width: 100%;
		}
	.latest-update {
		clear: both;
		float: none;
		margin: 0 auto;
		max-width: 558px;
		}
	.latest-update .wrapper {
		padding: 4% 15%;
		}
	#footer-bottom .left {
		padding: 25px 125px 25px 20px;
		}
	#footer-bottom .back-to-top > a {
		line-height: 100px;
		}
		
		
			#header {
		height: auto;
		}
#logo {
    border-bottom: 0px;
    float: left;
    margin: 0 auto;
    padding: 22px 0 3px 10px;
    width: 159px;
    margin-left: 10px;
}
#navigation ul > li {
    font-size: 14px;
}
.contact-icons {
    float: right;
    width: auto;
	position:absolute;
	top:0px;
	right:0px;
}
.contact-icons ul {
		margin: 0 auto;
		max-width: 315px;
		overflow: visible;
		}
.contact-icons ul > li {
    border-left: 0px;
    float: left;
    padding: 23px 12px;
}
.contact-icons ul > li.phone > a {
    background: url("../images/phone.png") no-repeat 0 0 transparent;
    background-size: 100%;
    width: 30px;
    height: 33px;
}
.contact-icons ul > li.email > a {
    background: url("../images/envelope.png") no-repeat 0 3px transparent;
    background-size: 100%;
    width: 30px;
    height: 33px;
}
#navigation {
    clear: both;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
	}
@media (max-width: 640px) {
	.slide .text h2 {
		font-size: 32px;
		line-height: 32px;
		width: auto;
		}
	.four-column .col {
		margin: 3% auto 0;
		min-height: 10px;
		width: 100%;
		}
	.four-column .col .wrapper h3 {
		padding-bottom: 20px;
		}

	.case-studies .near-full-width .col {
		margin-left: 0;
		margin-top: 1%;
		width: 100%;
		}
	img {
		margin: 0 auto;
		}
	#pre-footer .inner {
		padding: 4% 5% 2%;
		}
	#pre-footer p {
		font-size: 20px;
		line-height: 30px;
		}
	#footer-bottom .left {
		padding: 25px 20px;
		text-align: center;
		}
	#footer-bottom .back-to-top {
		clear: both;
		display: block;
		margin: 0 auto;
		position: relative;
		}
	#footer-bottom .back-to-top > a {
		font-size: 30px;
		line-height: 56px;
		}
	}
@media (max-width: 578px) {
	}