/*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(52,19,88);
}
body{
	min-width:320px;
	font-family: FFMarkWebProRegular, sans-serif;
	font-weight:400;
	color:rgb(129,128,128);
	left:0;
	font-size:16px;
	font-size:1.6rem;
	-webkit-font-smoothing: antialiased;
}
.wrapper {
    background: rgb(255,255,255);
}
.section {
	display:block;
	width:100%;
	margin:0 auto;
	padding: 0;
}
.section.hero {
	padding: 0;
}
.container {
    width: 100%;
    max-width:1320px;
    margin: 0 auto;
    padding: 0;
    display:block;
}
.textpanel .container {
	padding:40px 0;
}
.header .container {
    width: 100%;
    margin: 0 auto;
    z-index: 2;
    padding: 0;
}
.hero .container {
	max-width: 1600px;
}

/*------------------------------------*\
	$type
\*------------------------------------*/\
.FFMarkWebProRegular { 
	font-family: FFMarkWebProRegular;
	font-weight: normal;
	font-style: normal;
}
.FFMarkWebProBold { 
	font-family: FFMarkWebProBold;
	font-weight: normal;
	font-style: normal;
}
/* 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:35px;
	font-size:3.5rem;
	font-family: FFMarkWebProRegular;
	font-weight: normal;
	font-style: normal;
	line-height:1.2;
}
h2,.h2{
	font-family: FFMarkWebProRegular;
	font-weight: normal;
	font-style: normal;
	text-align:center;
	color:rgb(52,19,88);
	font-size:30px;
	font-size:3rem;
	font-weight:300;
	line-height:1.2;
}
h3,.h3{
	font-size:22px;
	font-size:2.2rem;
	font-family: FFMarkWebProRegular;
	font-weight: normal;
	font-style: normal;
	line-height:1.2;
}
h4,.h4{
	font-size:20px;
	font-size:2rem;
}
h5,.h5{
	font-size:19px;
	font-size:1.9rem;
}
h6,.h6{
	font-size:18px;
	font-size:1.8rem;
}
p,.para{
	font-size:17px;
	font-size:1.7rem;
	line-height:1.4;
}

/* Small */
small,.milli{
	font-size:14px;
	font-size:1.4rem;
}
.nano{
	font-size:10px;
	font-size:1rem;
}
/* Weights */
.light{
	font-weight:300;
}
.regular{
	font-weight:400;
}
.semi-bold{
	font-weight:600;
}
.bold{
	font-family: FFMarkWebProBold;
	font-weight: normal;
	font-style: normal;
}
.capitals{
	text-transform:uppercase;
}
.letter-spacing{
	letter-spacing:1px;	
}

/*--- LINKS ---*/
a{
	color:rgb(0,223,134);	
}
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;
}
@font-face {
  font-family: 'res';
  src: url('../css/icons/font/res.eot?39880114');
  src: url('../css/icons/font/res.eot?39880114#iefix') format('embedded-opentype'),
       url('../css/icons/font/res.woff2?39880114') format('woff2'),
       url('../css/icons/font/res.woff?39880114') format('woff'),
       url('../css/icons/font/res.ttf?39880114') format('truetype'),
       url('../css/icons/font/res.svg?39880114#res') 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: 'res';
    src: url('../css/icons/font/res.svg?39880114#res') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before, [class*="owl-prev"]:before, [class*="owl-next"]:after, [class*="return"]:before {
  font-family: "res";
  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: 1em;
 
  /* 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-up-big:before { content: '\e800'; } /* '' */
.icon-up-circled2:before { content: '\e801'; } /* '' */
.icon-right-open-big:before { content: '\e815'; } /* '' */
.icon-left-open-big:before { content: '\e816'; } /* '' */
.icon-up-open-big:before { content: '\e818'; } /* '' */
.icon-up-circled:before { content: '\f0aa'; } /* '' */
.icon-laptop:before { content: '\f109'; } /* '' */

/*------------------------------------*\
	$images
\*------------------------------------*/
img{
	max-width:100%;
	width:auto;
	height:auto !important;
	display:block;
}

/*------------------------------------*\
	$tables
\*------------------------------------*/
table{
	width:100%;
}

/*------------------------------------*\
	$misc
\*------------------------------------*/
.hook {
	display: block;
    width: 1px;
    height: 0;
    top: -60px;
}
.bottomhook {
	display: block;
    width: 1px;
    height: 1px;
    top: -250px;
}
.projectspanel .hook {
    top: -40px;
}
.return {
	display:block;
	position:absolute;
	bottom:10px;
	right:10px;
	width:auto;
	padding:35px 12px 6px 12px;
	text-transform:uppercase;
	font-family: FFMarkWebProBold; 
    background:transparent);
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	cursor:pointer;
	-moz-transition: .3s ease;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
    color: rgb(129,128,128);
    z-index:9;
}
footer .return {
	top:180px;
	bottom:auto;
}
.return p {
	margin:0 auto!important;
	padding:0!important;
	text-align:center!important;
    font-size: 16px;
    font-size: 1.6rem;
    opacity:0;
	-moz-transition: .3s ease;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
}
.return:before {
    content: '\e818';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    font-size: 45px;
    font-size: 4.5rem;
    margin-left: -19px;
    opacity:0.4;
	-moz-transition: .3s ease;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
}
.return:hover {
    background:rgb(100,100,100);
    background:rgba(100,100,100,0.4);
    text-decoration:none;
}
.return:hover p {
    opacity:1;
    color:rgb(255,255,255);
}
.return:hover:before {
    color:rgb(255,255,255);
    opacity:1;
}
.quotes .return {
	color:rgb(255,255,255)
}
.quotes .return:before {
    opacity:0.7;
}

/*------------------------------------*\
	$parallax
\*------------------------------------*/
.parallax {
    margin: 0;
    padding: 0;
}
.parallax [class*="bg__"] {
    position: absolute;
    height: 100%;
    text-indent: -9999px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
    width: 100%;
    top:0;
}
.no-touch .parallax [class*="bg__"] {
    position: absolute;
    text-indent: -9999px;
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    top: 0;
}
.parallax .bg__quotes {
    background-image: url(../img/quote-bg.jpg?v=1.2);
}

/*------------------------------------*\
	$header
\*------------------------------------*/
header {
	font-family: FFMarkWebProMedium; 
	font-weight: normal; 
	font-style: normal; 
	padding: 0;
	width: 100%;
	position: fixed;
	z-index: 99;
    height: 63px;
	right: 0;
	-moz-transition: .3s ease;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
	background:transparent;
}
.header__logo {
	width: 130px;
	margin: 9px 9px 9px 12px;
	float: left;
	-moz-transition: .3s ease;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
}
.header__logo .logo-wh{
	width: 100%;
	margin: 0;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	opacity:1;
	-moz-transition: .3s ease;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
}
.header__mov .header__logo .logo-wh{
	opacity:0;
}
.menu-icon {
    width: 75px;
    margin: 0;
    padding: 18px;
    float: right;
    font-size: 35px;
    font-size: 3.5rem;
    z-index: 30;
    background: rgb(51,19,89);
    line-height: 1;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    text-decoration: none;
}
.header__mov {
    height: 42px;
    background: rgb(255,255,255);
}
.header__mov .menu-icon {
	width: 60px;
	padding: 9.5px;
}
.header__mov .header__logo {
    width: 87px;
    margin: 5px 9px 6px 12px;
}
.header__nav {
	display: block;
	width: 100vw;
	height: 100vh;
	position: absolute;
	right: -100vw;
	background:rgb(51,19,89);
	z-index: 1;
	padding: 80px 20px 20px 20px;
	-moz-transition: .3s ease;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
}
.header__nav-active {
    right: 0;
    width: 100%;
}
.header__nav ul {
	list-style:none;
	margin:0;
	padding:0;
}
.header__nav a {
	color:rgb(255,255,255);
	font-size:22px;
	font-size:2.2rem;
	line-height:1.7;
}
#nav-icon3 {
	width: 100%;
	height: 27px;
	position: relative;
	margin: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}
#nav-icon3 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: rgb(255,255,255);
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
  top: 0px;
}
#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 12px;
}
#nav-icon3 span:nth-child(4) {
  top: 24px;
}
#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header__mov #nav-icon3 {
    height: 23px;
}
.header__mov #nav-icon3 span:nth-child(2), .header__mov #nav-icon3 span:nth-child(3) {
    top: 10px;
}
.header__mov #nav-icon3 span:nth-child(4) {
    top: 20px;
}
nav#main a:hover, nav#main li.active a { background: #ff0; }

/*------------------------------------*\
	$footer
\*------------------------------------*/
footer {
	display:block;
	padding:30px 0;
    background: rgb(52,19,88);
    text-align:center;
}
footer .container{
    width: 90%;
    max-width: 1185px;
}
footer p, footer a {
	color:rgb(255,255,255);
}
.footer-logo {
    display: block;
    width: 180px;
    margin: 0 auto 30px;
}
.footer-smallprint p, .footer-smallprint a {
	font-size:12px;
	font-size:1.2rem;
}

/*------------------------------------*\
	$hero
\*------------------------------------*/
.hero {
    position: relative;
    height: 70vh;
    width: 100vw;
}
.welcome-container {
	position: absolute;
    top: 25%;
    left: 10%;
    color: rgb(255,255,255);
    width: 80%;
}
.welcome-container h2 {
	font-family: FFMarkWebProBold;
	font-weight: normal;
	font-style: normal;
    color: rgb(255,255,255);
    font-size: 37px;
    font-size: 3.7rem;
    line-height: 1.1;
    margin-bottom:15px;
    text-align:left;
	letter-spacing: -1px;
}
.welcome-container h2:nth-of-type(2) {
	opacity:0.9;
    margin-bottom:0;
	font-family: FFMarkWebProRegular;
}
/*------------------------------------*\
	$what we do
\*------------------------------------*/
.whatwedopanel {
	padding:40px 0 60px 0;
}
.whatwedopanel h1 {
	display:none;
}
.intro {
	display:block;
	width:90%;
	margin:0 auto 20px;
	max-width:790px;
}
.intro h2 {
	margin-bottom:20px;
}
.feature {
    display: block;
    width: 90%;
    margin: 0 auto 20px;
}
.feature .icon {
    display: block;
    width: 120px;
    margin: 0 auto 20px;
}
.feature p {
	text-align:center;
}

/*------------------------------------*\
	$quotes
\*------------------------------------*/
.quotes {
	padding:40px 0;
}
.quotes .container {
	width: 90%;
	max-width:960px;
}
.quote {
	display:block;
	width:100%;
	margin:0 auto;
	text-align:center;
}
.quote p {
	color:rgb(255,255,255);
	font-weight:300;
}
.quote p:first-of-type {
	padding-bottom:20px;
	font-size:19px;
	font-size:1.9rem;
}
.quote p:first-of-type:after {
	content:'';
	position:absolute;
	height:1px;
	display:block;
	width:20%;
	left:40%;
	bottom:0;
	background:rgb(255,255,255);
}
.quote .credit {
	font-family: FFMarkWebProBold;
	font-weight: normal;
	font-style: normal;
	text-transform:uppercase;
	font-size:15px;
	font-size:1.5rem;
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.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-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}
.owl-theme .owl-controls .owl-buttons div{
	color: rgb(255,255,255);
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 4px;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}
.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: 10px;
	height: 10px;
	margin: 0 5px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: rgb(255,255,255);
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background:rgb(72,11,115);
}
.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;
}
.owl-item.loading{
	min-height: 150px;
	background: url(AjaxLoader.gif) no-repeat center center
}
.owl-buttons {
	display:none;
}

/*------------------------------------*\
	$projects
\*------------------------------------*/
.projectspanel {
	padding: 0;
    background-color: rgb(37,39,91);
}
.project {
	display:block;
	width:100%;
    margin: 0 ;
	padding: 40px 0;
	background-color:rgb(37,39,91);
}
.project .container{
	display:block;
	width:90%;
    margin: 0 auto;
    max-width: 950px;
}
.projectspanel h2 {
	color:rgb(50,235,185);
    width: 60%;
    margin: 0 auto 30px;
}
.project-img {
    display: block;
    width: 80%;
    margin: 0 auto 20px;
}
.project-text {
    text-align:center;
}
.project h3, .project a {
    color:rgb(255,255,255);
	font-family: FFMarkWebProMedium;
	font-weight: normal;
	font-style: normal;
}
.project p {
    color:rgb(255,255,255);
    margin-bottom: 18px;
}

/*------------------------------------*\
	$about us
\*------------------------------------*/
.aboutpanel {
	padding:40px 0 60px 0;
	background:rgb(255,255,255);
}
.aboutpanel h3 {
	display:block;
	width:90%;
	margin:0 auto 20px;
}
.aboutpanel p {
	display:block;
	margin:0 auto 30px;
}
.aboutpanel a, .aboutpanel p strong {
	font-weight:600;
}
.about-intro, .about-general, .about-smallprint {
	display: block;
    width: 85%;
    margin: 0 auto 30px;
}
.about-general, .about-smallprint {
    margin: 0 auto;
}
.about-intro, .about-general .column {
	border-bottom:1px solid rgb(0,223,134);
}
.aboutpanel strong {
	font-weight:400;
	color:rgb(0,223,134);;
}
.about-intro p, .about-smallprint {
	text-align:center;
	padding:0;
}
.about-general p {
	text-align:center;
}
.about-general .column {
    margin: 0 0 30px 0;
}

.about-general_full p {
    margin: 0 auto 30px;
    padding:0;
}

/*------------------------------------*\
	$text page
\*------------------------------------*/
.other header {
    background: rgb(255,255,255);
}
.other .header__logo .logo-wh {
    display:none;
}
.textpanel {
	display:block;
	width:90%;
	max-width:950px;
	margin:0 auto;
	overflow-wrap: break-word;
  word-wrap: break-word;
}
.textpanel h1 {
	color:rgb(51,19,89);
}
.textpanel h3 {
	padding-top:20px;
	color:rgb(51,19,89);
	margin-bottom:5px;
}
.textpanel p, .textpanel li {
	font-size:16px;
	font-size:1.6rem;
}


/*---------------------------*\
     $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(50,235,185);
  -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(50,235,185);
  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:"";}}

@media only screen and (min-width: 375px){	
/*------------------------------------*\
	$header
\*------------------------------------*/
.header__nav {
    padding: 100px 40px 40px 40px;
}
.header__nav a {
    font-size: 27px;
    font-size: 2.7rem;
    line-height: 2;
}
/*------------------------------------*\
	$hero
\*------------------------------------*/
.hero-left {
    padding: 40px;
}
}
/* Screen Widths - Change these to fit your breakpoints*/
@media only screen and (min-width: 480px){	

}


@media only screen and (min-width: 600px){	
.hero {
    height: 75vh;
}
.welcome-container {
	width: 380px;
    top: 25%;
    left: 10%;
}
.welcome-container h2 {
    font-size: 55px;
    font-size: 5.5rem;
}

/*------------------------------------*\
	$about us
\*------------------------------------*/
.about-intro p {
	text-align:center;
}
.about-general .column {
    width: 45%;
    margin: 0 5% 30px 0;
    float: left;
}
.about-general .column:nth-of-type(2) {
    margin: 0 0 30px 0;
    float: right;
}
.about-general .column p {
    text-align: left;
    padding: 0;
}
.about-general_full {
	float:left;
	width:100%;
}


/*------------------------------------*\
  $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: 768px){	
h2 {
    font-size: 45px;
    font-size: 4.5rem;
    line-height: 1.1;
    margin-bottom:40px;
}
.hook {
    top: -120px;
}
/*------------------------------------*\
	$header
\*------------------------------------*/
header {
    height: 99px;
}
.header__mov {
    height: 80px;
}
.header__logo {
    width: 200px;
    margin: 14px 0 14px 5%;
}
.header__mov .header__logo {
    width: 150px;
    margin: 14px 0 14px 5%;
}
.menu-icon {
    display:none;
}
.header__mov .header__nav {
    margin: 0 20px 0 0;
}
.header__nav {
	top: auto;
    position: relative;
    z-index: 3;
    width: auto;
    height: auto;
    float: right;
    right: auto;
    background: transparent;
    margin: 0 4% 0 0;
    padding: 0;
}
.header__nav ul {
    width: 100%;
    margin: 0;
    position: relative;
    top: auto;
    left: auto;
}
.header__nav ul li {
    float: left;
    margin: 0 8px;
    padding: 55px 0 0 0;
	-moz-transition: .3s ease;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
}
.header__nav ul li.active:before {
	content:'';
	position:absolute;
	top:0;
	left:0.5%;
	width:99%;
	height:45%;
    background:rgb(50,235,185);
}
.header__nav a {
	color: rgb(255,255,255);
	font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.7;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 2px 2px 2px;
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0.5px;
}
.header__mov .header__nav ul li {
    padding: 30px 0 0 0;
}
.header__mov .header__nav a {
	color: rgb(52,19,88);
}
/*------------------------------------*\
	$footer
\*------------------------------------*/
.footer-logo {
    float: left;
}
.footer-smallprint {
    width: auto;
    float: right;
    margin: 30px 0 0 0;
    text-align: right;
}

/*------------------------------------*\
	$what we do
\*------------------------------------*/
.section.whatwedopanel {
    padding: 50px 0;
}
.intro {
    margin: 0 auto 40px;
}
.features {
	width:90%;
	margin:0 auto;
	max-width:1100px;
}
.feature, .feature:last-of-type {
	display:block;
	width:30%;
	margin:0 1.6%;
	float:left;
}

/*------------------------------------*\
	$quotes
\*------------------------------------*/
.quote p:first-of-type:after {
	width:8%;
	left:46%;
}

/*------------------------------------*\
	$projects
\*------------------------------------*/
.project-img {
    float: left;
    width: 35%;
    margin:10px 0 0 0;
}
.project-text {
    float: right;
    width: 60%;
    text-align: left;
    margin:0;
    max-width: 400px;
}
.project, .project:nth-of-type(even) .project-img {
    float: right;
}
.project, .project:nth-of-type(even) .project-text {
    float: left;
}

/*------------------------------------*\
	$text page
\*------------------------------------*/
.other .header__nav a {
    color: rgb(51,19,89);
}
}

@media only screen and (min-width: 960px){	
/*------------------------------------*\
	$header
\*------------------------------------*/
.header__nav ul li {
    margin: 0 17px;
    padding: 50px 0 0 0;
}

/*------------------------------------*\
	$footer
\*------------------------------------*/
.footer-smallprint {
    margin: 50px 0 0 0;
}

/*------------------------------------*\
	$hero
\*------------------------------------*/
.hero-left {
    padding: 60px 60px 220px 10%;
}
.hero-left h2 {
    font-size: 60px;
    font-size: 6rem;
}

/*------------------------------------*\
	$what we do
\*------------------------------------*/
.feature, .feature:last-of-type {
    width: 24%;
    margin: 0 4.6%;
}

/*------------------------------------*\
	$quotes
\*------------------------------------*/
.quote p:first-of-type {
    font-size: 23px;
    font-size: 2.3rem;
}

/*------------------------------------*\
	$projects
\*------------------------------------*/
.project-img {
    width: 45%;
    margin: 2px 0 0 0;
}
}

@media only screen and (min-width: 1024px){	
/*------------------------------------*\
	$hero
\*------------------------------------*/
.welcome-container {
    position: relative;
    display: block;
    margin: 0 auto;
    left: 0;
    width: 820px;
    top: 35%;
}
.welcome-container h2 {
    font-size: 60px;
    font-size: 6rem;
}

/*------------------------------------*\
	$quotes
\*------------------------------------*/
.quotes, .aboutpanel, .whatwedopanel, .projectspanel {
    padding: 70px 0;
}
.projectspanel {
    padding: 0;
}
.project {
    padding: 70px 0;
}
.project h2 {
    margin: 0 auto 50px;
}
.project, .project:nth-of-type(even), .tabs  {
    background-size: 100%;
}

/*------------------------------------*\
	$about us
\*------------------------------------*/
.about-intro, .about-smallprint {
    margin: 0 auto 50px;
    max-width:850px;
}
.about-general {
    max-width:850px;
}
.about-general .column p {
	margin: 0 auto 50px;
}
.about-intro p:last-of-type {
	margin: 0 auto 50px;
}
.about-general .column {
    margin: 0 5% 50px 0;
}
.about-general .column:nth-of-type(2) {
    margin: 0 0 50px 0;
}
}

@media only screen and (min-width: 1200px){	
.owl-buttons {
	display:block;
}
.owl-prev, .owl-next {
    font-family: 'res';
}
.owl-prev {
    position: absolute;
    left: -100px;
    top: -170px;
}
.owl-next {
    position: absolute;
    right: -100px;
    top: -170px;
}
.owl-prev:before{
    content: '\e816';
    margin:0;
	font-size: 60px;
	font-size: 6rem;
}
.owl-next:after{
    content: '\e815';
    margin:0;
	font-size: 60px;
	font-size: 6rem;
}
.projectspanel h2 {
    margin: 0 auto 70px;
}
.project h3 {
    font-size: 30px;
    font-size: 3rem;
}
}

/* Retina*/
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2) {
	
}