/*This site is built using an Object Oriented CSS Methodology*/
/*----------------------*\
     Contents
\*----------------------*/
/*
Reset
Shared
Clearfix
Main
Header
Content
Footer
Media
Island
Type
Images
Tables
Misc (accessibilty and colours)
Flexslider
Mediaqueries
*/

/*-----------------------*\
     $reset
\*-----------------------*/
/*Thanks to CSS Wizardry*/
*{
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
}
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,hr,
a,abbr,address,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strong,sub,sup,tt,var,
b,u,i,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
	margin:0;
	padding:0; 
}
article,aside,details,figcaption,figure,footer,
header,hgroup,main,menu,nav,section{
	display:block;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
strong,b,mark{
	font-weight:700;
	font-style:inherit;
}
em,i,cite,q,address,dfn,var{
	font-style:italic;
	font-weight:inherit;
}
abbr[title],dfn[title]{
	cursor:help;
	border-bottom:1px dotted;
}
ins{
	border-bottom:1px solid;
}
a,u,ins{
	text-decoration:none;
}
del,s{
	text-decoration:line-through;
}
pre,code,samp,kbd{
	font-family:monospace;
}
small{
	font-size:0.75em;
}
img{
	border:none;
	font-style:italic;
}
input,
select,option,optgroup,
textarea{
	font:inherit;
}

/*----------------------*\
     $shared
\*----------------------*/
h1,h2,h3,h4,h5,h6,
ul,ol,dl,
p,
table,
form,
pre,
hr,
.source{
	margin-bottom:10px;
	margin-bottom:1rem;
}
ul,ol,dd{
	margin-left:1em;
}
label,
.text-input,
textarea,
.btn{
	cursor:pointer;
}
.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus{
	cursor:text;
}
.float-l{
	float:left;
}
.float-r{
	float:right;
}
.clear-l{
	clear:left;
}
.clear-r{
	clear:right;
}
.clear-b{
	clear:both;
}
.align-c{
	text-align:center;
}
.align-r{
	text-align:right;
}
.no-padding{
	padding:0;
}
.no-margin{
	margin:0;
}
.mobileMenu{
	width:100%;
}
/*----------------------*\
	$clearfix
\*----------------------*/
.cf:before,
.cf:after{
	content:"";
	display:table;
	overflow:hidden;
}
.ie8 .cf:before{
	display:inline;
}
.cf:after{
	clear:both;
}
.cf{
	zoom:1;
}
/*----------------------*\
     $main
\*----------------------*/
html{
	overflow-y:scroll;
	line-height:1.5;
	font-size:10px;
	letter-spacing:0;
	min-height:100%;
    background: rgb(85,142,194);	
}
body{
	min-width:320px;
	font-family: "source-sans-pro",sans-serif;
	font-weight:100;
	color:rgb(82,81,80);
	left:0;
	font-size:16px;
	font-size:1.6rem;
}
.wrapper {
    background: rgb(255,255,255);
}
.container {
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px 60px 20px;
    display:block;
}
.header .container {
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    padding: 0;
    max-width: 1320px;
}
.clients .quote .container {
    padding:20px 0;
}
/*------------------------------------*\
	$type
\*------------------------------------*/
/* Large */
.giga{
	font-size:72px;
	font-size:7.2rem;
}
.mega{
	font-size:48px;
	font-size:4.8rem;
}
.kilo{
	font-size:33px;
	font-size:3.3rem;
}

h1,.h1{
	font-size:50px;
	font-size:5rem;
}
h2,.h2{
	font-size:40px;
	font-size:4rem;
	margin-bottom: 0.2rem;
	color:rgb(85,142,194);
	font-weight:100;
    font-family: "source-sans-pro",sans-serif;
    letter-spacing:1px;
    text-align:center;
}
h3,.h3{
	font-size:27px;
	font-size:2.7rem;
    margin-bottom: 0.9rem;
    color: rgb(85,142,194);
    font-weight: 100;
    font-family: "source-sans-pro",sans-serif;
    letter-spacing: 0;
    line-height: 1.2;
}
h4,.h4{
	font-size:23px;
	font-size:2.3rem;
}
h5,.h5{
	font-size:20px;
	font-size:2rem;
}
h6,.h6{
	font-size:19px;
	font-size:1.9rem;
}
p,.para{
	font-size:18px;
	font-size:1.8rem;
	line-height:1.4;
}

/* Small */
small,.milli{
	font-size:12px;
	font-size:1.2rem;
}
.nano{
	font-size:10px;
	font-size:1rem;
}
/* Weights */
.light{
	font-weight:300;
}
.regular{
	font-weight:400;
}
.semi-bold{
	font-weight:600;
}
.bold{
	font-weight:700;
}
.capitals{
	text-transform:uppercase;
}
.letter-spacing{
	letter-spacing:1px;	
}

/*--- LINKS ---*/
a{
	color:rgb(85,142,194);	
}
a:hover{
	text-decoration:underline;
}

/*--- LISTS ---*/
li > ul,
li > ol{
	margin-bottom:0;
}

/*--- QUOTES ---*/
q{ quotes:"‘" "’" "“" "”"; }

q:before{ content:"‘"; content:open-quote; }
q:after{ content:"’"; content:close-quote; }

q q:before{ content: "“"; content: open-quote; }
q q:after{ content: "”"; content: close-quote; }

blockquote{ quotes: "“" "”"; }
blockquote p:before{ content: "“"; content: open-quote; }
blockquote p:after{ content: ""; content: no-close-quote; }
blockquote p:last-of-type:after{ content: "”"; content: close-quote; }

blockquote{
    text-indent: -0.4em;
    display: block;
    width: 100%;
    margin: 0 auto;
}
blockquote i {
    color: rgb(130,170,210);
    font-size: 110px;
    font-size: 11rem;
    position: absolute;
    left: 5px;
    top: -112px;
    line-height: 1;
}
@font-face {
  font-family: 'evys';
  src: url('../css/font/evys.eot?94871618');
  src: url('../css/font/evys.eot?94871618#iefix') format('embedded-opentype'),
       url('../css/font/evys.woff2?94871618') format('woff2'),
       url('../css/font/evys.woff?94871618') format('woff'),
       url('../css/font/evys.ttf?94871618') format('truetype'),
       url('../css/font/evys.svg?94871618#evys') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'evys';
    src: url('../font/evys.svg?94871618#evys') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "evys";
  font-style: normal;
  font-weight: normal;
  speak: none;
 
  display: inline-block;
  text-decoration: inherit;
  width: auto;
  margin-right: 0;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 0;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 

.icon-right-open:before { content: '\e800'; } /* '' */
.icon-left-open:before { content: '\e801'; } /* '' */
.icon-down-open:before { content: '\e802'; } /* '' */
.icon-up-open:before { content: '\e803'; } /* '' */
.icon-cancel:before { content: '\e804'; } /* '' */
.icon-ok:before { content: '\e805'; } /* '' */
.icon-picture:before { content: '\e806'; } /* '' */
.icon-star:before { content: '\e807'; } /* '' */
.icon-phone:before { content: '\e808'; } /* '' */
.icon-comment-alt:before { content: '\e809'; } /* '' */
.icon-at:before { content: '\e80a'; } /* '' */
.icon-align-justify:before { content: '\e80b'; } /* '' */
.icon-location:before { content: '\e80c'; } /* '' */
.icon-clipboard:before { content: '\e80d'; } /* '' */
.icon-quote-right:before { content: '\e80e'; } /* '' */
.icon-quote-left:before { content: '\e80f'; } /* '' */
.icon-info-circled:before { content: '\e810'; } /* '' */
.icon-star-circled:before { content: '\e811'; } /* '' */
.icon-tag:before { content: '\e812'; } /* '' */
.icon-quote-circled:before { content: '\e813'; } /* '' */
.icon-home:before { content: '\e814'; } /* '' */
.icon-menu:before { content: '\e815'; } /* '' */
.icon-close:before { content: '\e816'; } /* '' */
.icon-right-open-big:before { content: '\e817'; } /* '' */
.icon-down-open-big:before { content: '\e818'; } /* '' */
.icon-up-open-big:before { content: '\e819'; } /* '' */
.icon-quote:before { content: '\e81a'; } /* '' */
.icon-left-open-big:before { content: '\e823'; } /* '' */
.icon-building:before { content: '\f0f7'; } /* '' */
/*------------------------------------*\
	$images
\*------------------------------------*/
img{
	max-width:100%;
	width:auto;
	height:auto !important;
	display:block;
}
.inline-img-right, .inline-img-left{
	width:100%;
	margin:2em 0;	
}
/*------------------------------------*\
	$bgstretcher
\*------------------------------------*/
.bgstretcher {
	overflow: hidden;
	width: 100%;
	z-index: 1;
}
.bgstretcher, .bgstretcher ul, .bgstretcher ul li {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.bgstretcher ul, .bgstretcher ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bgstretcher img{
	max-width:100%;
}
.bgstretcher-area, .bgstretcher-page{
	height:100%;
}
/*------------------------------------*\
	$tables
\*------------------------------------*/
table{
	width:100%;
}
/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
/* display none until init */
.owl-carousel{
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
    overflow: hidden;
    position: relative;
    width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}
    
.owl-carousel .owl-item{
    float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
    cursor: pointer;
}
.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility:    hidden;
    -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
/*
*   Owl Carousel Owl Demo Theme 
*   v1.3.3
*/

.owl-theme .owl-controls{
    margin-top: 10px;
    text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
    text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    filter: Alpha(Opacity=50);/*IE7 fix*/
    opacity: 0.5;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: rgb(222,225,228);
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    filter: Alpha(Opacity=100);/*IE7 fix*/
    opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
    min-height: 150px;
    background: url(AjaxLoader.gif) no-repeat center center
}

/*------------------------------------*\
	$general
\*------------------------------------*/
.blue {
	color:rgb(85,142,194);	
}
.grey {
	color:rgb(148,164,175);	
}
.gr-bg {
    background: rgb(240,240,240);
}
.bl-bg {
    background: rgb(85,142,194);
}
.bl-bg h2, .bl-bg p, .bl-bg li {
    color: rgb(255,255,255);
}
.hook {
	position:absolute;
	top:-100px;
}
section {
    display:block;
    width:100%;
}
section:before {
    content: "";
    display: inline-block;
    width: 100%;
    background: url(../img/before.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 33px;
    z-index: 5;
    position:absolute;
    top:-33px;
    left:0;
}
section.intro:before  {
    background: url(../img/before-bl.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
section.aboutus:before, section.clients:before {
    background: url(../img/before-bl.png);
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
section:after {
    content: "";
    display: inline-block;
    width: 100%;
    background: url(../img/after.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 25px;
    z-index: 2;
    position:absolute;
    bottom:-25px;
    left:0;
}
section.aboutus:after, section.clients:after {
    background: url(../img/after-bl.png);
    background-repeat: no-repeat;
    background-position: center;
}

section.contact:after, section.terms:after, section.gallery:after, section.galleryimg:after {
    display: none;
}
section.gallery:before, section.galleryimg:before {
    display: none;
}
.intro {
    width:100%;
    margin:0 auto;
}
.intro h1 {
   display:none;
}
.deck {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto 2em auto;
}
.projects .deck {
    max-width: 880px;
}
.aboutus .intro {
    margin:10px auto 20px auto;
}
.aboutus .textpanel, .whatwedo .textpanel {
    width:100%;
    max-width:1020px;
    margin:0 auto 1em auto;
}
.contact .intro {
    margin:0 auto;
    text-align:center;
}
/*------------------------------------*\
	$header / footer
\*------------------------------------*/
.header {
    padding: 0;
    width: 100%;
    position: fixed;
    z-index: 99;
    height: 77px;
    right: 0;
    background: rgb(255,255,255);
    -webkit-transition: all 350ms ease-in;
    -o-transition: all 350ms ease-in;
    -moz-transition: all 350ms ease-in;
}
.header__mov {
    height: 60px;
    background: rgb(85,142,194);
    background: rgba(85,142,194,0.9);
}
.header__mov .header__logo {
    width: 80px;
	background-size:80px 32px;
}

.header__mov .menu-icon {
    padding: 15px 5% 13px 20px;
    font-size: 30px;
    font-size: 3rem;
    color: rgb(255,255,255);
}
.header__logo {
    width: 125px;
    float: left;
    margin: 15px 0 0 5%;
    -webkit-transition: all 350ms ease-in;
    -o-transition: all 350ms ease-in;
    -moz-transition: all 350ms ease-in;
}

.header__logo {
    width: 125px;
    height:51px;
    float: left;
    margin: 15px 0 0 5%;
    -webkit-transition: all 350ms ease-in;
    -o-transition: all 350ms ease-in;
    -moz-transition: all 350ms ease-in;
	background-image: url(../img/logo-col.png);
	background-size:125px 51px;
	background-repeat:no-repeat;
}
.header__mov .header__logo {
    background-image: url(../img/logo-sm.png);
}

.header__logo img {
    opacity:1;
}
.menu-icon {
    padding: 20px 5% 13px 20px;
    float: right;
    font-size: 35px;
    font-size: 3.5rem;
    z-index: 30;
    color: rgb(85,142,194);
    line-height:1;
    -webkit-transition: all 350ms ease-in;
    -o-transition: all 350ms ease-in;
    -moz-transition: all 350ms ease-in;
    text-decoration:none;
}
.menu-icon:hover, .menu-icon:active {
    text-decoration:none;
}
.header .icon-close {
    color:rgb(255,255,255);
}
.menu-icon-active {
    color: rgb(255,255,255);
}
.header__nav {
    width: 100vw;
    position: absolute;
    top: -2000px;
    right: 0;
    background: rgb(86,142,194);
    background: rgba(86,142,194,0.9);
    height: 100vh;
    display: block;
    z-index: 1;
    padding: 0;
    opacity: 0;
    -webkit-transition: all 350ms ease-in;
    -o-transition: all 350ms ease-in;
    -moz-transition: all 350ms ease-in;
}
.header__nav-active {
    top: 0;
    width: 100%;
    opacity: 1;
    transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
}
.header__nav ul {
    width: 50%;
    padding: 0;
    list-style: none;
    max-width: 1240px;
    margin: 0;
    position: absolute;
    top: 110px;
    left: 10%;
}
.header__nav ul li a {
    color: rgb(244,244,244);
    font-family: "source-sans-pro",sans-serif;
    text-transform: uppercase;
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1.2;
    display: block;
    width: 100%;
    margin-bottom: 0.7em;
    text-align: left;
    letter-spacing: -0.2px;
    font-weight: 500;
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -webkit-font-smoothing: antialiased;
}
.header__mov .header__nav ul li a {
    color: rgb(255,255,255);
}

footer {
	background: rgb(85,142,194);
    padding: 2em 5%;
}
footer p, footer a {
    color:rgb(255,255,255);
}
.footer__logo {
    width: 40%;
    margin: 0 auto 1em auto;
    max-width: 110px;
}
.footer__nav ul {
    margin: 0 auto 1em auto;
    padding: 0;
    list-style: none;
    width: 300px;
    text-align: center;
}
.footer__nav li {
    display: inline-block;
    padding: 0.2em 0.6em;
    margin: 0;
}
.footer p {
    font-weight: 300;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.8;
    font-family: "source-sans-pro",sans-serif;
}
/*------------------------------------*\
	$hero
\*------------------------------------*/
.hero, .hero ul, .hero li, .hero-ph, .hero-ph ul, .hero-ph li {
    width:100%;
    margin: 0 auto;
    background: rgb(200,200,200);
}
.hero, .no-touch .hero  {
	display:none;
}
.hero-ph, .no-touch .hero-ph  {
	display:block;
}
.flexslider ul, .flexslider li {
	margin:0;
	padding:0;
}
.flex-control-nav {
	display:none;
}
.slides img {
    margin: 0 auto;
    width: 100%;
}
.hero_downarrow {
    width: 100%;
    position: absolute;
    bottom: 4%;
    left: 0;
    text-align: center;
    font-size: 60px;
    font-size: 6rem;
    z-index: 3;
}
.animate{
	bottom:-300px;
}
.animate.active{
	bottom:0;
}
.hpwelcome {
	display:none;
}
.hero_downarrow a{
	color:rgb(255,255,255);
}
.full-page .textblock {
    position: absolute;
    top: 21%;
    z-index: 2;
    display: block;
    text-align: center;
    width: 74%;
    left: 13%;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.3;
}
.full-page .textblock:hover {
    text-decoration:none;
}

/*------------------------------------*\
	$parallax
\*------------------------------------*/
.parallax [class*="bg__"] {
    position: relative;
    height: 35.5vh;
    text-indent: -9999px;
    background-attachment: inherit;
    background-position: center;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
}
.no-touch .parallax [class*="bg__"] {
    position: relative;
    height: 45vh;
    text-indent: -9999px;
    background-attachment: fixed;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.parallax [class*="bg__"], .no-touch .parallax.deep [class*="bg__"] {
    height: 30vh;
}
.parallax {
    margin: 0;
    padding: 0;
}
.parallax .bg__aboutus {
    background-image: url(../img/parallax-fort.jpg);
}
.parallax .bg__projects {
    background-image: url(../img/parallax-citywest2.jpg);
}
.parallax .bg__whatwedo {
    background-image: url(../img/parallax-brewery2.jpg);
}
.parallax .bg__clients {
    background-image: url(../img/parallax-4.jpg);
}


/*------------------------------------*\
    $intro
\*------------------------------------*/
.intro .quote {
    display: block;
    max-width: 800px;
    margin: 0 auto;
    padding: 120px 25px 20px 25px;
    border: 1px solid rgb(255,255,255);
}
/*------------------------------------*\
	$what we do
\*------------------------------------*/
.projects .container {
    padding-bottom:2em;
}
.projects .intro {
    margin-bottom:0!important;
}


/*------------------------------------*\
    projects
\*------------------------------------*/
.projects ul {
    margin:0;
    padding:0;
    list-style: none;
}
.projects li {

}
.project-nav {
    width: 100%;
    max-width: 1020px;
    margin:0 auto;
    padding:0;
}
.project-nav__left {
    display:block;
    width:100%;
    float:left;
    padding:70px 30px 0 30px;
    background: rgb(240,240,240);
}
.project-nav__left h3{
    font-size: 24px;
    font-size: 2.4rem;
    margin-bottom:5px;
}
.project-nav__left h4{
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom:0;
    font-weight: 300;
    font-family: "source-sans-pro",sans-serif;
    text-transform:uppercase;
    color: rgb(85,142,194);

}
.project {
    padding: 30px;
}
.owl-item{
    background:rgb(245,245,245);
}
.project h2 {
    font-size: 29px;
    font-size: 2.9rem;
    line-height: 1.3;
    margin-bottom:10px;
}
.project h4 {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    font-family: "source-sans-pro",sans-serif;
    text-transform:uppercases;
}
.customNavigation {
    position: absolute;
    top: 20px;
    right: 10px;
}
.customNavigation a {
    display:block;
    float:left;
    font-size:25px;
    font-size:2.5rem;
    color: rgb(85,142,194);
    padding:0 10px;
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
}
.customNavigation p {
    display:none;
}
.rightpanel img {
    margin-bottom:20px;
}
/*------------------------------------*\
	clients
\*------------------------------------*/
.clients ul {
    list-style:none;
    display:block;
    width:100%;
    max-width:1220px;;
    margin:2em auto;
    padding:0;
}
.clients li {
    padding: 0;
    margin: 0 2% 0.9em;
    width: 46%;
    float: left;
    background:rgb(255,255,255);
    opacity:0;
    top:30px;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
}
.clients li:last-of-type {
    margin: 0 0 0.9em 27%;

}
.clients li.trigger {
    opacity:1;
    top:0;
}

.quote {
    display: block;
    width: 100%;
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
}
blockquote p {
    font-weight: 100;
    font-style: italic;
    font-size: 23px;
    font-size: 2.3rem;
    color: rgb(85,142,194);
}
.quote h4 {
    font-family: "source-sans-pro",sans-serif;
    font-size:13px;
    font-size:1.3rem;
}
.clients .quote {
    text-align:center;
}
/*------------------------------------*\
    contact
\*------------------------------------*/
.contact h6 {
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 100;
}
/*------------------------------------*\
    contact
\*------------------------------------*/
.terms {
    width: 100%;
    display: block;
    max-width: 1020px;
    margin: 0 auto;
}

/*------------------------------------*\
    gallery
\*------------------------------------*/
.gallery, .galleryimg {
    background: rgb(255,255,255);
}
.gallery .container, .galleryimg .container  {
    max-width:1470px;
    padding: 5px 40px;
}
.gallery ul {
    list-style:none;
    margin:0;
    padding:0;
}
.gallery li {
    width:100%;
    display:block;
    padding:0;
    margin:0 0 2em 0;
    float:left;
}
.galleryimg {
    margin: 0;
    padding: 0;
    height: 100%;
    display: block;
}
.gallerynav {
    width:100%;
    max-width:1470px;
    display:block;
    margin:1em auto;
    padding:0;
}
.gallerynav a {
    width: 100%;
    margin: 1em auto;
    text-align: center;
    display: block;
}

.team-pic {
    display: block;
    width: 45%;
    float: right;
    margin: 0 0 20px 20px;
    max-width: 240px;
}


/*---------------------------*\
     $Cookie Consent Popup
\*---------------------------*/
.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;}.cc-window.cc-banner{padding:1em 1.8em;width:100%;}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:0}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:5px 4px;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-banner .cc-btn:last-child{min-width:140px}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;}.cc-revoke.cc-right{right:3em;}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-compliance{display:block;width:35%;  margin: 0 auto;}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}
@media screen and (max-width:900px){.cc-btn{white-space:normal}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}
.cc-message{
  margin-bottom: 7px;
  display: block;
}

.cc-banner.cc-bottom, .cc-revoke, .cc-window {
  background-color: rgb(255,255,255);
  background-color: rgba(255,255,255,0.95);
  padding: 10px !important;
  font-size: 14px !important;
  color: rgb(90,90,90) !important;
  width: 80% !important;
  margin: 0 10% 20px;
  line-height: 1.3 !important;
  border: 2px solid rgb(86,142,194);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  left: auto !important;
  text-align:center;
}

.cc-banner .cc-btn:last-child {
  width: auto !important;
  background: rgb(86,142,194);
  color: rgb(255,255,255);
  min-width: 100px !important;

}
.cc-color-override-1020485029 .cc-link {
  color: rgb(90,90,90) !important;
  opacity: 1 !important;
  padding: 0 !important;
  font-weight: 300 !important;
}



@media print{
	*{background:transparent !important;color:black !important;text-shadow:none !important;filter:none !important;-ms-filter:none !important;} @page {margin:0.5cm;}h2,h3{orphans:3;widows:3;page-break-after:avoid;} p{orphans:3;widows:3;} pre,blockquote{border:1px solid #808080;page-break-inside:avoid;} abbr[title]:after{content:" (" attr(title) ")";} a,a:visited{color:#000000 !important;text-decoration:underline;} a[href]:after{content:" (" attr(href) ")";} a[href^="javascript:"]:after,a[href^="#"]:after{content:"";} img{max-width:100% !important;page-break-inside:avoid;} thead{display:table-header-group;} tr{page-break-inside:avoid;} .ir a:after{content:"";}}

/* Screen Widths - Change these to fit your breakpoints*/
@media only screen and (min-width: 550px){	
.message {
    top: 64%;
    left: 5%;
}
.message p {
    font-size: 41px;
    font-size: 4.1rem;
}
}

@media only screen and (min-width: 600px){  

/*------------------------------------*\
  $cookies
\*------------------------------------*/
.cc-banner.cc-bottom {
  width: 524px !important;
  margin: 0 30px 30px 27% !important;
  text-align: left;
}
.cc-window .cc-message {
    margin-bottom: 0;
    float: left;
    width: 75%;
}
.cc-compliance {
  width: 20% !important;
  float: right;
  margin-top: 5px;
}

}
@media only screen and (min-width: 700px){	
.phone {
    display: none;
}
section .container {
    padding: 20px 40px 60px 40px;
}
h2 {
	font-size:38px;
    font-size: 3.8rem;
	max-width:1020px;
	margin:0 auto 1.5rem auto;
}
.deck p {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom:1.5rem;
}
.parallax [class*="bg__"] {
    height: 45vh;
}
/*------------------------------------*\
    clients
\*------------------------------------*/
.clients li {
    margin: 0 2% 0.9em;
    width:29.3%;
}
.clients li:last-of-type {
    margin: 0 0 0.9em 35.3%;
}

.team-pic {
    float: left;
    width: 25%;
    margin: 0;
}
.team {
    float: right;
    width: 65%;
}
}
@media only screen and (min-width: 768px){
.menu-icon {
    display:none;
}
.header__mov .header__nav {
    margin: 20px 1% 0 0;
}
.header__nav {
	top: auto;
    position: relative;
    z-index: 3;
    opacity: 1;
    width: auto;
    height: auto;
    float: right;
    right: auto;
    background: transparent;
    margin: 30px 3% 0 0;
}
.header__nav ul {
    width: 100%;
    margin: 0;
    position: relative;
    top: auto;
    left: auto;
}
.header__nav ul li {
    float: left;
}
.header__nav ul li a {
    float: left;
    width: auto;
    margin: 0 8px;
    font-size: 17px;
    font-size: 1.7rem;
    letter-spacing: 1px;
    color: rgb(86,142,194);
}
.full-page .textblock {
    top: 15.5%;
    font-size: 55px;
    font-size: 5.5rem;
}

/*------------------------------------*\
   projects
\*------------------------------------*/
.projects-container {
    margin: 0 auto 2em auto;
    max-width: 1020px;
}
.project-nav {
    width: 100%;
    max-width: 1020px;
    border-bottom:none;
    margin-bottom:-1px;
    z-index:6;
}
.project-nav__left {
    float:left;
    background:rgb(245,245,245);
    padding:20px 20px 0 20px;
    border-top:1px solid rgb(235,235,235);
    border-left:1px solid rgb(235,235,235);
    border-right:1px solid rgb(235,235,235);
}
.project {
    width: 100%;
    float:left;
    max-width: 1020px;
    margin: 0 auto;
    z-index:5;
}
.project .leftpanel {
    width: 45%;
    float: left;
}
.project .rightpanel {
    width: 50%;
    float: right;
}
.owl-theme .owl-controls {
    margin-top: 0;
    position: absolute;
    top: 5px;
    right: 0;
    z-index: 0;
    padding: 29px 25px;
    background: rgb(255,255,255);
    width: 50%;
    text-align: right;
}
.customNavigation {
    top: 10px;
    right: 20px;
}
.customNavigation a {
    font-size:35px;
    font-size:3.5rem;
    color:rgb(85,142,194);
    padding:0 10px;
}
.customNavigation a:hover {
    color:rgb(210,210,210);
}
.customNavigation p {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    float: left;
    line-height: 3;
    color:rgb(85,142,194);
    text-transform:uppercase;
    font-weight:400;
}
.customNavigation a.prev {
    display:none;
}

.owl-wrapper {
    display:flex!important;
    flex-direction: row ;
    align-items:stretch;
}
.owl-item {
    border: 1px solid rgb(235,235,235);
}
/*------------------------------------*\
    gallery
\*------------------------------------*/
.gallery li {
    width:47.5%;
    margin:0 1.25% 1.5em 1.25%;
}
.gallerynav a {
    float: left;
    width: 31%;
    margin: 0 1%;
    text-align: left;
    height: 23px;
}
.gallerynav a:nth-of-type(2) {
    text-align: center;
}
.gallerynav a:nth-of-type(3) {
    float: right;
    text-align: right;
}

}

@media only screen and (min-width: 850px){
.hero, .no-touch .hero {
    overflow:hidden;
}
.slides img {
    margin: 0 auto;
    width: 140%;
    max-width:140%;
}
.header {
    height: 90px;
}
.header__mov {
    height: 60px;
}
.header__logo {
    width: 150px;
    height:61px;
    background-size:150px 61px;
}
.header__nav {
    margin: 37px 2% 0 0;
}
.header__nav ul li a {
    margin: 0 10px;
}

.hero, .no-touch .hero  {
	display:block;
}
.hero-ph, .no-touch .hero-ph  {
	display:none;
}
blockquote i {
    font-size: 1.4px;
    font-size: 14rem;
    left: -145px;
    top: -14px;
}
.intro .quote {
    width:85%;
    padding: 30px 5% 20px 22%;
}
.aboutus .body {
    display:block;
    text-align:left;
    width:47%;
    float:left;
}
.deck p {
    text-align:center;
}
.team-pic {
    width: 18%;
}
.team {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
    display: block;
    text-align: left;
    width: 76%;
}
.team p {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}
.whatwedo .body_left {
    width:43%;
    float:left;
}
.whatwedo .body_right {
    width:45%;
    float:right;
}
/*------------------------------------*\
    clients
\*------------------------------------*/

.clients li, .clients li:last-of-type {
    margin: 0 0.8% 0.9em;
    width: 12.6%;
}

.clients li:nth-of-type(2) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.clients li:nth-of-type(3) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.clients li:nth-of-type(4) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.clients li:nth-of-type(5) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}
.clients li:nth-of-type(6) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}
.clients li:nth-of-type(7) {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}


}
@media only screen and (min-width: 1024px){	
section .container {
    padding: 30px 40px 60px 40px;
}
section.intro .container {
    padding: 35px 40px 100px 40px;
}
.slides img {
    width: 100%;
    max-width:100%;
}
.parallax [class*="bg__"] {
    height: 50vh;
}
h2 {
    font-size: 47px;
    font-size: 4.7rem;
    margin: 0 auto 2rem auto;
}
p, .para, li, .case li {
    font-size: 17px;
    font-size: 1.7rem;
    margin-bottom: 2rem;
    line-height:1.6;
}
.projects li {
    margin-bottom: 0;

}
.deck p {
    font-size: 22px;
    font-size: 2.2rem;
    line-height:1.6;  
}
.parallax [class*="bg__"] {
    height: 35.5vh;
}
blockquote p {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.6;
}
.intro .quote {
    padding: 30px 5% 20px 18%;
}
.full-page .textblock {
    top: 18.5%;
    font-size: 48px;
    font-size: 4.8rem;
    width: 66%;
    left: 17%;
}
.whatwedo li {
    margin-bottom: 1rem;
}
/*------------------------------------*\
   gallery
\*------------------------------------*/
.gallery li {
    width:31%;
    margin:0 1% 1.5em 1%;
}

/*------------------------------------*\
   projects
\*------------------------------------*/
.project {
    padding: 40px 40px 30px 40px;
}
.project-nav__left {
    padding: 40px 40px 0 40px;
}
.project .leftpanel {
    width: 46%;
}
.project .rightpanel {
    width: 46%;
}
.customNavigation {
    top: 20px;
    right: 20px;
}
}
@media only screen and (min-width: 1200px){
.header {
    height: 106px;
}
.header__mov {
    height: 60px;
}
.header__logo {
    width: 200px;
    height: 81px;
    background-size: 200px 81px;
    margin: 15px 0 0 2%;
}
.header__nav {
    margin: 57px 2% 0 0;
}
.intro .quote {
    padding: 30px 5% 20px 15%;
}


.project-nav__left h3 {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 5px;
}
.project-nav__left h4 {
    font-size: 21px;
    font-size: 2.1rem;
}


}

@media only screen and (min-width: 1300px){ 

.gallery li {
    width:22.5%;
    margin:0 1.25% 1.5em 1.25%;
}
}
@media only screen and (min-width: 1350px){ 
.deck p {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
}
.full-page .textblock {
    top: 18.5%;
    width: 54%;
    left: 23%;
    font-size: 58px;
    font-size: 5.8rem;
}
}
@media only screen and (min-width: 1650px){ 

.intro .quote {
    padding: 30px 3% 20px 11%;
}

