/*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%;	
}
body{
	min-width:320px;
	font-family: "circe",sans-serif;
	font-weight:300;
	color:rgb(0,0,0);
	left:0;
	font-size:15px;
	font-size:1.5rem;
	background:rgb(252,236,79)
}
.container{
  width:95%;
  max-width:1140px;
  margin:0 auto;
}
.homework .container{
  width:90%;
}
.section {
	background:rgb(255,255,255);
    z-index: 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:42px;
	font-size:4.2rem;
}
h2,.h2, .innerpage h1{
	font-size:37px;
	font-size:3.7rem;
    text-align:center;
    font-weight:200;
    margin: 0 auto 40px auto;
    display:table;
    clear:both;
}
h3,.h3{
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 3px;
    font-weight:400;
}
h4,.h4{
	font-size:22px;
	font-size:2.2rem;
}
h5,.h5{
	font-size:18px;
	font-size:1.8rem;
}
h6,.h6{
	font-size:19px;
	font-size:1.9rem;
}
p,.para{
	font-size:17px;
	font-size:1.7rem;
	line-height:1.2;
}
.heroline1, .heroline2 {
    height: 8px;
    width: 0;
    display: block;
    margin-top: -15px;
    background: rgb(252,236,79);
    transition: 2s ease;
    -moz-transition: 2s ease;
    -webkit-transition: 2s ease;
    -o-transition: 2s ease;
    z-index: -1;
}
.line {
    height: 8px;
    width: 0;
    display: block;
    margin-top: -24px;
    background: rgb(252,236,79);
    transition: 2s ease;
    -moz-transition: 2s ease;
    -webkit-transition: 2s ease;
    -o-transition: 2s ease;
    z-index: -1;
}
.line.trigger, .heroline.trigger {
    width:100%;
}
/* 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(0,0,0);	
}
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: 'nm';
  src: url('../css/icons/font/nm.eot?77871840');
  src: url('../css/icons/font/nm.eot?77871840#iefix') format('embedded-opentype'),
       url('../css/icons/font/nm.woff2?77871840') format('woff2'),
       url('../css/icons/font/nm.woff?77871840') format('woff'),
       url('../css/icons/font/nm.ttf?77871840') format('truetype'),
       url('../css/icons/font/nm.svg?77871840#nm') 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: 'nm';
    src: url('../css/icons/font/nm.svg?77871840#nm') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before, li:before, .link-top:after, .link-more a:before, .seperate-link:after, .creative-doc:after {
  font-family: "nm";
  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-logo:before { content: '\e800'; } /* '' */
.icon-twitter:before { content: '\e801'; } /* '' */
.icon-instagram:before { content: '\e802'; } /* '' */
.icon-linkedin:before { content: '\e803'; } /* '' */
.icon-arrowright:before { content: '\e804'; } /* '' */
.icon-heart:before { content: '\e805'; } /* '' */
.icon-star:before { content: '\e806'; } /* '' */
.icon-heart-empty:before { content: '\e807'; } /* '' */
.icon-star-empty:before { content: '\e808'; } /* '' */
.icon-twitter-outline:before { content: '\e809'; } /* '' */
.icon-logo-words:before { content: '\e80a'; } /* '' */
.icon-logo-disc:before { content: '\e80b'; } /* '' */
.icon-menu:before { content: '\e80c'; } /* '' */
.icon-menu-closed:before { content: '\e80d'; } /* '' */
.icon-picture-1:before { content: '\e80f'; } /* '' */
.icon-camera:before { content: '\e810'; } /* '' */
.icon-video:before { content: '\e811'; } /* '' */
.icon-star-empty-1:before { content: '\e812'; } /* '' */
.icon-heart-empty-1:before { content: '\e813'; } /* '' */
.icon-note:before { content: '\e814'; } /* '' */
.icon-photo:before { content: '\e815'; } /* '' */
.icon-videocam:before { content: '\e816'; } /* '' */
.icon-heart-1:before { content: '\e817'; } /* '' */
.icon-search:before { content: '\e818'; } /* '' */
.icon-star-1:before { content: '\e819'; } /* '' */
.icon-music:before { content: '\e81a'; } /* '' */
.icon-mobile:before { content: '\e81b'; } /* '' */
.icon-desktop:before { content: '\e81c'; } /* '' */
.icon-link-ext:before { content: '\f08e'; } /* '' */

/*--- COLOURS ---*/
.bla {
	color:rgb(0,0,0);
}
.yel {
  color:rgb(252,236,79);
}
.yel-bg {
  background:rgb(252,236,79);
}


/*------------------------------------*\
	$images
\*------------------------------------*/
img{
	max-width:100%;
	width:auto;
	height:auto !important;
	display:block;
}
.inline-img-right, .inline-img-left{
	width:100%;
	margin:2em 0;	
}

/*----------------------*\
     $flexslider
\*----------------------*/
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { background: rgb(255,255,255); position: relative;  zoom: 1;z-index:0;max-width:2000px;margin: 0 auto;}
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0; position:static;}
.innertop .flex-direction-nav, .innertop .flex-control-nav {display:none;}
.flex-direction-nav li {position:static;}
.flex-direction-nav a {width: 48px; height: 47px; margin: -20px 0 0; display: block;  position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity:1; -webkit-transition: all .3s ease;}
.flex-direction-nav a:hover {text-decoration:none;}
.flex-direction-nav .flex-next {font-family: "mie";    right: 5%;
    z-index: 9;
    font-size: 30px;
    font-size: 3rem;
    text-indent: 0;}
.flex-direction-nav .flex-prev {font-family: "mie";
    left: 5%;
    z-index: 9;
    font-size: 30px;
    font-size: 3rem;
    text-indent: 0;
}
.flex-direction-nav .flex-next:before {font-family: "mie";content: '\f006'; display:block;color:rgb(255,255,255);}
.flex-direction-nav .flex-prev:before {font-family: "mie";content: '\f007'; display:block;color:rgb(255,255,255);}

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {display:none;width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 0;}
  .flex-direction-nav .flex-next { opacity: 1; right: 0;}
}
.flexslider ul{
    margin:0;
    padding:0;
    list-style:none;
    padding: 0;
}
/*------------------------------------*\
	$tables
\*------------------------------------*/
table{
	width:100%;
}
/*------------------------------------*\
	$header
\*------------------------------------*/
header {
	padding: 0;
	width: 100%;
	z-index: 99;
	right: 0;
	top: 0;
	position: fixed;
	transition: .3s ease;
	-moz-transition: .3s ease;
	-webkit-transition: .3s ease;
	-o-transition: .3s ease;
}
.innerpage header, .workpage header {
	top: 0;
}
header .container {
	padding:5px 0;
}
.header-fixed {
    right: 0;
    position: fixed;
    top: 0;
    z-index: 30;
    height: 72px;
    transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
}
.innerpage .header, .workpage .header  {
    background:rgb(255,255,255);
}
.header.moving {
    top: 0;
    background:rgb(255,255,255);
}
.header-main {
	z-index: 5;
}
.header-logo  {
	display: block;
    margin: 8px 0;
    width: 160px;
    float: left;
    transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
}
.header-logo:hover {
    color:rgb(100,100,100);
    text-decoration:none;
}
.header-logo i {
    font-size: 50px;
    font-size: 5rem;
    line-height: 0;
    display: inline-block;
    float: left;
    clear: none;
}
.header-logo i.icon-logo-words {
    font-size: 20px;
    font-size: 2rem;
    padding: 13px 0;
}
.header-social {
    display: block;
    float: right;
    width: 105px;
    margin:17px 0 0 0;
}
.header-social a {
    font-size: 22px;
    font-size: 2.2rem;
    display:block;
    float:left;
    margin:0 3px;
}
.header-social a:hover {
    color:rgb(100,100,100);
    text-decoration:none;
}
.menu-icon {
	line-height: 1;
    margin: 14px 0 0 0;
    padding: 0;
    float: right;
    font-size: 34px;
    font-size: 3.4rem;
    z-index: 30;
    transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
}
.header-nav-dsk {
	display:none;
}
.header-nav {
    width: 100vw;
    height: 100vh;
    position: absolute;
    background: rgb(255,255,255);
    background: rgb(252,236,79);
    display: block;
    z-index: 0;
    padding: 15vh 10% 20px;
    top: -100vh;
    text-align:center;
    transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
}
.header-nav ul {
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}
.header-nav a {
    color: rgb(0,0,0);
    display: block;
    padding: 10px 0;
    font-size: 18px;
    font-size: 2.4rem;
    text-transform: uppercase;
}
.header-nav.active {
    top: 0;
    width: 100%;
    opacity: 1;
}
.header-nav-dsk a .line {
    width:0;
    margin-top: -16px;
}
.header-nav-dsk a:hover {
    text-decoration:none;
}
.header-nav-dsk a:hover .line {
    width:100%;
}
.header-nav_address {
    display: block;
    width: 100%;
    margin:0;
    position:absolute;
    bottom:0;
    left:0;
    padding:30% 0 40% 0;
}
.header-nav_address p, .header-nav_address a {
    font-size: 15px;
    font-size: 1.5rem;
    text-transform: none;
    font-weight:500;
}
/*------------------------------------*\
	$footer
\*------------------------------------*/
footer {
	font-weight:400;
	padding:30px 0;
	text-align: center;
}
footer p, footer a, footer li {
    font-size:15px;
    font-size:1.5rem;
}
footer a {
	text-decoration:underline;
}
footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
footer li {
    width: auto;
    display: inline;
    padding: 0 10px;
}
.footer-logo  {
	display:block;
	margin:0 auto;
	width:230px;
}
.footer-logo i {
    font-size: 70px;
    font-size: 7rem;
    line-height: 0;
    display: inline-block;
    float: left;
    clear: none;
}
.footer-logo i.icon-logo-words {
    font-size: 30px;
    font-size: 3rem;
    padding: 20px 0;
}
.footer-block {
	display:block;
	width:100%;
	margin:0 auto 20px;
}
.footer-3 p {
    margin-bottom:10px;
}
.footer-4 p {
    line-height: 1.5;
}
.footer-5 a {
    padding: 0 6px;
}
.footer-6 p, .footer-6 a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.7;
}

/*------------------------------------*\
	$home
\*------------------------------------*/
.homehero {
	background-color: rgb(252,236,79);
	background-image: url(../img/texture.png);
	height:450px;
	display:block;
	overflow:hidden;
}
.homehero .container {
	width:100%;
	height:450px;
	z-index:0;
}
.homehero .white-bg {
    background-color: rgb(255,255,255);
    padding: 10px 25px 60px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1000px;
    transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    -webkit-transform: skewY(-10deg);
    -moz-transform: skewY(-10deg);
    -ms-transform: skewY(-10deg);
    -o-transform: skewY(-10deg);
    transform: skewY(-10deg);
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}

.herophone {
    position: absolute;
    right: 56%;
    width:40%;
    top: 16%;
    transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -webkit-transition: 0.7s ease;
    -o-transition: 0.7s ease;
    -ms-transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.herophone.trigger {
    -ms-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
}
.herodrink {
    position: absolute;
    left: 45%;
    width: 60%;
    bottom: 20%;
    transition: .7s ease;
    -moz-transition: .7s ease;
    -webkit-transition: .7s ease;
    -o-transition: .7s ease;
}

.herotext {
	position: absolute;
    left: 5%;
    width: 350px;
    bottom: 4%;
	z-index: 0;
}
.herotext h2 {
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: 200;
    line-height:1;
    display:table;
    text-align:left;
    margin:0;
}
.heroline1, .heroline2 {
    width:0;
}
.heroline1.trigger {
    width:100%;
}
.heroline2.trigger {
    width:100%;
}

.section {
    padding:30px 0;
}
.section.about {
    padding:40px 0 30px 0;
}
.homework-box, .work-listing {
    display: block;
    width: 100%;
    margin: 0 auto 10px auto;
    overflow:hidden;
}
.homework-box {
    max-width: 500px;
}
.homework-box a, .work-listing a {
    transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    padding: 0;
    color: rgb(255,255,255);
}
.homework-box a:hover, .work-listing a:hover  {
    background:transparent;
    text-decoration:none;
    color:rgb(0,0,0);
}
.homework-box a .backhover, .work-listing a .backhover {
    position: absolute;
    top: 67%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.6);
    transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
}
.no-touch .homework-box a .backhover, .no-touch .work-listing a .backhover {
    top: 100%;
    background: rgb(252,236,79);
    background: rgba(252,236,79,0.9);
}
.no-touch .homework-box a:hover .backhover, .no-touch .work-listing a:hover .backhover  {
    top: 0;
}
.homework-box a .icon-arrowright, .work-listing a .icon-arrowright {
    position: absolute;
    top: 6%;
    left: -1%;
    opacity:0;
    font-size: 50px;
    font-size: 5rem;
    color:rgb(0,0,0);
    transition: .8s ease;
    -moz-transition: .8s ease;
    -webkit-transition: .8s ease;
    -o-transition: .8s ease;
}
.homework-box a:hover .icon-arrowright, .work-listing a:hover .icon-arrowright  {
    opacity:1;
    left: 6%;
}
.homework-box a .text, .work-listing a .text {
    transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    padding: 0;
    color: rgb(255,255,255);
}
.no-touch .homework-box a .text, .no-touch .work-listing a .text {
    top: 75%;
    color: rgb(0,0,0);
}
.homework-box a h3, .work-listing a h3 {
    margin-bottom:10px;
}
.homework-box a p, .work-listing a p {
    font-size:17px;
    font-size:1.7rem;
}
.homework-box a:hover .icon-arrowright, .work-listing a:hover .icon-arrowright {
    opacity:1;
    left: 6%;
}
.homework-box a:hover .text, .work-listing a:hover .text {
    bottom: 5%;
}

.homework-box img {
    width: 180%;
    max-width: 180%;
    margin: 0px 0 0 -140px;
}
.section.workspace {
    padding:0;
}
.homeoffice {
    width:100%;
    display:block;
    position: relative;
    height: 400px;
}
.homeoffice .container {
    height: 100%;
}
.homeoffice .text {
    position: absolute;
    text-align: left;
    left: 6%;
    bottom: 6%;
}
.homeoffice .text h2 {
    margin:0 0 25px 0;
}
.homeoffice .text p {
  font-size: 20px;
  font-size: 2rem;
}
.socialbox {
    display: block;
    width: 100%;
    margin: 0 auto 30px auto;
    max-width: 330px;
}
.socialbox.instagram {
    background:rgb(239,201,222);
    overflow: hidden;
}
.socialbox .instagramfeed {
    max-height: 100%;
    height: 100%;
    overflow: hidden;
}
.twitter .text-overlay {
    position: absolute;
    z-index: 1;
    padding: 10%;
    width: 100%;
    top: 50%;
    margin:0%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.twitter #feed {
    display:block;
    width:100%;
    margin:0;
    text-align:left;
    overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.twitter #feed h1 {
    display:none;
}
.twitter #feed h2 {
    font-size:20px;
    font-size:2rem;
    text-align: left;
    margin: 0;

}
.socialbox i.socialicon {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    font-size: 37px;
    font-size: 3.7rem;
    display: block;
    line-height: 0;
    padding: 13px;
}
.twitter-footer {
    font-size: 23px;
    font-size: 2.3rem;
    font-weight: 500;
}
.twitter-footer i {
    font-size: 45px;
    font-size: 4.5rem;
    float: left;
}
.twitter-footer a {
    float: left;
    padding: 13px 5px;
    display: block;
}
.homemap {
    border-top: 2px solid rgb(220,220,220);
}
.map {
    display: block;
    height: 300px;
    overflow: hidden;
    margin: 0;
}
#nm-map {
    height:300px;
    width:100%;
}

/*------------------------------------*\
  $work
\*------------------------------------*/
.innertop {
    padding-top: 43px;
    background: rgb(255,255,255);
}
.listing ul {
    list-style:none;
    margin:0;
    padding:0;
}
.work-listing a .backhover {
    top: 64%;
}
.work-listing img {
    width: 150%;
    max-width: 150%;
    margin: 0 0 0 -110px;
}
.section.workintro {
    padding:30px 0 0 0;
}
.workintro .intro p {
  text-align:center;
  width:100%;
  max-width:950px;
  margin:0 auto;
}
.work_left, .work_right, .work_images, .info_left, .info_right {
    display:block;
    width:100%;
    padding:0 2.5%;
    margin:0 auto 20px auto;
}
.work_left h1 {
    font-size: 28px;
    font-size: 2.8rem;
}
.work_left .client_logo {
    float: left;
    width:60%;
    max-width:350px;
    display:block;
    margin:10px 0 20px 0;
    border:1px solid rgb(0,0,0);
}
.work_left .categories{
    display:block;
    width:100%;
    clear:both;
    margin:0 auto 20px auto;
}
.work_left .categories ul, .work_right ul, .about ul  {
    list-style:none;
    margin:0;
    padding:0;
}
.work_left .categories li{
    display:block;
    padding: 5px 10px 3px;
    float: left;
    margin: 0 9px 14px 0;
    border:1px solid rgb(0,0,0);
    transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
}
.work_left .categories li a:hover {
    background: rgb(0,0,0);
    color: rgb(255,255,255);
    text-decoration: none;
}
.work_left a {
    float: left;
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 17px;
    font-size: 2.2rem;
    line-height: 2;
}
.work_right li, .about li {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.4;
    margin: 0 0 20px 0;
    padding: 0 0 0 30px;
}
.work_right li:before, .about li:before {
    font-family: "nm";
    content: '\e804';
    padding: 0 8.5px 0 0;
    margin-left: -29px;
    color: rgb(0,0,0);
}
.work_images img {
    margin: 0 0 10px 0;
    top:90px;
    opacity:0;
    transition: 1s ease;
    -moz-transition: 1s ease;
    -webkit-transition: 1s ease;
    -o-transition: 1s ease;
}
.work_images img.trigger {
    top:0;
    opacity:1;
}

/*------------------------------------*\
  $about
\*------------------------------------*/
.aboutblock {
    display: block;
    width: 100%;
    margin: 0 0 10px 0;
    padding:0;
}
.aboutblock.text, .aboutblock .text2 {
    padding:5%;
}
.aboutblock .back {
  display:none;
}
.aboutblock.half {
    width:48.5%;
    margin: 0 1.5% 10px 0;
}
.aboutblock.half:nth-of-type(2) {
    float:right;
    margin:0 0 10px 1.5%;
}
.aboutblock .float img {
  border-top:10px solid rgb(255,255,255);
}

/*------------------------------------*\
  $info
\*------------------------------------*/
.infodetails {
  display:block;
  width:100%;
  background:rgb(255,5255,255);
  padding: 30px 2.5%;
  z-index: 0;
}
.infodetails a  {
    text-decoration:underline;
}
.contactintro, .contactdetails, .contactlocate {
  display:block;
  width:100%;
  margin:0 auto 20px;
}
.contactlocate p {
  margin-bottom:0;
}
#nm-infomap {
  display:block;
  width:100%;
  height:60vh;
}

.terms p, .terms h2, .terms h3 {
  float:left;
  width: 100%;
}
.terms h2, .terms h3 {
  margin-top:30px;
}



.link-containers {
  display:block;
  width:100%;
}
.site-links {
    display: block;
    width: 100%;
    max-width: 285px;
    float: left;
}
.site-links h2 {
    text-align: left;
    font-size: 30px;
    font-size: 3rem;
    margin-top:0;
    margin-bottom:5px;
}
.site-links ul {
padding-left: 5px;
    float: left;
}
.site-links a {
    text-decoration: none;
    line-height:1.8;
}
.site-links a:hover {
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background:rgb(252,236,79);
}
.livebox{
  display: none;
  position:absolute;
  border:1px solid rgb(0,0,0);
  background:rgb(255,255,255);
  padding:0;
  color:rgb(255,255,255);
  left:50%;
  bottom:-100px;
  z-index:200;
}
.livebox iframe{
  padding:0;
  margin:0;
}

.site-links a:hover + .livebox,.livebox:hover{
    display: block;
    position: absolute;
    z-index: 100;
    padding:0;
}


.clientgallery-page {
  background:rgb(255,255,255);
}
.clientgallery-header {
    left: 0;
    width:100%;
    position: fixed;
    top: 0;
    z-index: 30;
    transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
}
.clientgallery-header .header__logo{
    width: 40%;
    max-width: 290px;
    margin: 10px auto;
}
.clientgallery-master {
    background: rgb(255,255,255);
    padding-top:125px;
}
.clientgallery {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.clientgallery ul {
  list-style:none;
  margin:0;
  padding:0;
}
.clientgallery li {
  width:48%;
  float: left;
  margin: 0 1% 5px 1%;
  border:5px solid rgb(255,255,255);
    transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
}
.clientgallery li:hover {
  border:5px solid rgb(230,230,230);
}
.clientgallery .left-link {
  float:left;
  padding:20px 5px;
}
.clientgallery .right-link {
  float:right;
  padding:20px 5px;
}
.clientgallery .img-return {
  text-align:center;
}

.infodetails ul {
  display:block;
  float:left;
  margin-left:20px;
}
.infodetails p, .infodetails li {
    font-size: 15px;
    font-size: 1.5rem;
}

.instagram__anim {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 40px auto;
}

.ad-holder {
  display:block;
  margin:0 auto 40px;
  width:100%;
  max-width:700px;
}
.ad-holder h5 {
  margin:15px auto;
}



.internal {
  display: block;
  width: 100%;
  background: rgb(255,5255,255);
  padding: 30px 0;
  z-index: 0;
}
.internal h2 {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  margin: 0 auto 25px auto;
  clear: both;
}
.internal .box {
  display: block;
  width: 100%;
  margin:0 auto 30px;
  padding:20px;
}
.internal ul {
  margin-left: 1.3em;
}
.internal .main, .internal .side {
  display: block;
  width: 100%;
  font-size:16px;
  font-size:1.6rem;
}

.internal .bg {
  background:rgb(250,250,250);
}
.internal .side a:hover, .internal .side .brandnew a, .box a:hover {
  text-decoration:none;
  transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: rgb(252,236,79);
}
.internal .resource ul {
  list-style:none;
  margin:0;
  padding:0;
}
.internal .resource li {
  display:block;
  margin:0 auto 10px;
  padding:0;
}
.internal .link-top, .internal .resource .seperate-link, .internal .resource .creative-doc {
  display: block;
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding: 12px 60px 10px 15px;
  background:rgb(250,250,250);
  cursor:pointer;
  transition: .3s ease;
  -moz-transition: .3s ease;
  -webkit-transition: .3s ease;
  -o-transition: .3s ease;
}
.internal .brandnew .link-top, .internal .resource .brandnew .seperate-link, .internal .resource .brandnew .creative-doc {
  background:rgb(252,236,79);
}
.internal .link-top:hover, .internal .resource .seperate-link:hover, .internal .resource .creative-doc:hover {
  background:rgb(240,240,240);
}
.internal .link-top.active {
  background: rgb(252,236,79);
}

.internal .link-top:after, .internal .resource .seperate-link:after, .internal .resource .creative-doc:after {
  content: '\e816';
  position: absolute;
  right: 10px;
  top: 50%;
  font-size: 22px;
  font-size: 2.2rem;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.internal .resource .creative-doc:after {
  content: '\e814';
}
.internal .resource .seperate-link:after {
  content: '\f08e';
}
.internal .link-more {
  display: block;
  clear: both;
  width: 100%;
  margin: 0 auto 10px;
  padding: 12px 12px 10px 15px;
  background:rgb(250,250,250);
}
.internal .link-more a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  padding:0 0 0 26px;
}
.internal .link-more a:hover, .internal .resource .seperate-link:hover, .internal .resource .creative-doc:hover {
  text-decoration:none;
}
.internal .link-more.active {
    background: rgb(255,255,210);
}
.internal .link-more a:before { 
  content: '\f08e'; 
  position: absolute;
  left: 3px;
  top: 47%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.internal .resource .seperate-link p, .internal .resource .creative-doc p, .internal .side .links p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 0;
    font-weight: 600;
}
/*---------------------------*\
     $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(0,0,0);
  -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(0,0,0);
  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: 375px){	
.header-social {
    width: 125px;
	margin: 14px 0 0 0;
}
.header-social a {
    font-size: 24px;
    font-size: 2.4rem;
    margin: 0px 5px;
}


.homehero, .homehero .container {
	height:520px;
}
.herophone {
    width: 40%;
    max-width: 210px;
}
.herodrink {
    left: 45%;
    bottom: 20%;
    max-width: 350px;
}
.herotext h2 {
    font-size: 40px;
    font-size: 4rem;
    font-weight: 200;
    line-height:1.1;
}
}

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

.homehero, .homehero .container {
    height: 600px;
}
.herodrink {
    bottom: 10%;
}
}
@media only screen and (min-width: 600px){  
/*------------------------------------*\
  $home
\*------------------------------------*/
.homework-box {
    width: 48%;
    float: left;
    margin: 0 1% 10px 1%;
}
.homework-box:first-of-type {
    width: 100%;
    max-width:900px;
    float: left;
    margin: 0 auto 10px auto;
}

/*------------------------------------*\
  $info
\*------------------------------------*/
.infodetails {
  display:block;
  width:100%;
  background:rgb(255,5255,255);
  padding: 30px 0;
}
.contactdetails .address {
  float: left;
  width:60%;
  display:block;
}
.contactdetails .social {
  float: right;
  width:35%;
  display:block;
  padding-top: 20px;
}

.contactdetails .social p {
  margin-bottom:5px;
}
.clientgallery li {
  width:31.333%;
}

/*------------------------------------*\
  $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: 650px){	

/*------------------------------------*\
	$header
\*------------------------------------*/
.menu-icon, .header-nav {
    display: none;
}
.header-nav-dsk {
    display: block;
    float: right;
    width: 250px;
    margin: 16px 0 0 0;
    transition: .3s ease;
    -moz-transition: .3s ease;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
}
.header-nav-dsk ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.header-nav-dsk li {
    float: left;
}
.header-nav-dsk li a {
    display: block;
    padding: 5px 20px;
    font-weight: 500;
    color: rgb(0,0,0);
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing:2px;
}
.header-nav-dsk li:last-of-type a {
    padding: 5px 0 5px 20px;
}
.header-social {
    width: 120px;
    margin: 17px 0 0 0;
}
.header-social a {
    font-size: 20px;
    font-size: 2rem;
    margin: 0px 9px;
}
.clientgallery li {
  width:23%;
  margin: 0 1% 20px 1%;
}



.internal .main {
  width: 65%;
  float:left;
}
.internal .side {
  width: 30%;
  float:right;
}
.internal .link-top, .internal .resource .seperate-link, .internal .resource .creative-doc {
  font-size: 18px;
  font-size: 1.8rem;
}
.internal .column {
  width:30%;
  float:left;
  margin:0 2.5%;
}
.internal .column:first-of-type {
  margin-left:0;
}
.internal .column:last-of-type {
  margin-right:0;
  float:right;
}
}
@media only screen and (min-width: 768px){	
/*------------------------------------*\
	$header
\*------------------------------------*/
.header-nav-dsk {
    width: 300px;
}
.header-nav-dsk li a {
    padding: 5px 30px;
}
/*------------------------------------*\
	$footer
\*------------------------------------*/
footer {
    text-align: left;
}
footer li {
    display: block;
    padding: 0;
}
.footer-logo {
	float:left;
	margin:0;
}
.footer-logo i {
    font-size: 50px;
    font-size: 5rem;
}
.footer-logo i.icon-logo-words {
    font-size: 20px;
    font-size: 2rem;
    padding: 14px 0;
}

.footer-block {
    float: left;
}
.footer-1 {
    width: 100%;
}
.footer-2 {
    width: 15%;
    margin-left: 1%;
}
.footer-3 {
    width: 35%;
}
.footer-4 {
    width: 27%;
}
.footer-5 {
    width: 15%;
}
.footer-5 a {
    padding: 0;
    float: left;
    clear: left;
}
.footer-6 {
    float: left;
    clear: left;
    margin-left:1%;
}

.homehero, .homehero .container {
    height: 640px;
}
.herophone {
    right: 61%;
}
.herodrink {
    left: 50%;
    bottom: 10%;
}
.herotext {
    left: 7%;
    width: 470px;
    bottom: 7%;
}
.herotext h2 {
    font-size: 50px;
    font-size: 5rem;
    line-height: 1.4;
}
.heroline1, .heroline2 {
    margin-top: -31px;
}
.homework .container {
    width: 95%;
}
.homework-box {
    width: 32.5%;
    float: left;
    margin: 0 0.4% 5px 0.4%;
}
.homework-box:first-of-type, .homework-box:nth-of-type(2), .work-listing {
    width: 49%;
    max-width:900px;
    float: left;
    margin: 0 0.5% 5px 0.5%;
}
.homework-box:nth-of-type(n+3) a .backhover {
    top: 61%;
}
.no-touch .homework-box:nth-of-type(n+3) a .text {
    top: 60%;
}
.socialbox {
    float:left;
    width: 50%;
    margin: 0;
    overflow: hidden;
}
.twitter-footer {
    font-size: 18px;
    font-size: 1.8rem;
}
.twitter #feed h2 {
    font-size: 16px;
    font-size: 1.6rem;
}
.socialbox.instagram {
    height: 243px;
}

/*------------------------------------*\
  $work
\*------------------------------------*/
.work_images img {
    width:98%;
    margin:0 15% 20px 1%;
}
.work_images img.narrow {
    width:48%;
    float:left;
    margin:0 1% 20px 1%;
}

.work_images img.narrow:last-of-type {
    margin:0;
}

/*------------------------------------*\
  $about
\*------------------------------------*/
.aboutblock, .aboutblock.half {
  width: 49%;
  margin: 0 1% 10px 0;
  float:left;
}
.aboutblock.hero {
  width: 100%;
  margin: 0 0 10px 0;
  float:left;
}
.aboutblock.half:nth-of-type(2), .aboutblock:nth-of-type(even), .aboutblock:nth-of-type(6) {
    float: right;
    margin: 0 0 10px 1%;
}
.aboutblock.hero {
  width: 100%;
  margin: 0 0 10px 0;
  float:left;
}
.aboutblock.text, .aboutblock .text {
    padding: 0;
}
.aboutblock .back {
  display:block;
}
.aboutblock .float {
  display:block;
  position:absolute;
  top: 0;
  left:0;
  width:100%;
  height:100%;
  margin:0%;
  transform: none;
  -ms-transform: none;
  -webkit-transform: none;
}
.aboutblock .float.mixed {
  display:block;
  position:absolute;
  top: 0;
  left:0;
  margin:0;
  width:100%;
  height:100%;
  transform: none;
  -ms-transform: none;
  -webkit-transform: none;
}
.aboutblock .float.mixed .text2{
  padding:5%;
}
.aboutblock .float.mixed .text2 p {
  font-size: 16px;
  font-size: 1.6rem;
}
.aboutblock .float img{
  position:absolute;
  bottom: 0;
  left:0;
  width:100%;
  margin:0;
}
.aboutblock.text, .aboutblock .text2 {
    padding:0;
}
.aboutblock.text .float {
    padding:5%;
}
.about li {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0 0 5px 0;
}
.aboutblock.intro h1 {
  float:left;
}
.aboutblock.intro p {
  float:left;
  width:100%;
}

#nm-infomap {
    height: 40vh;
    z-index: -1;
}



}

@media only screen and (min-width: 900px){	
/*------------------------------------*\
	$header
\*------------------------------------*/
.header-fixed {
    height: 77px;
}
.header-logo {
    width: 210px;
}
.header-logo i {
    font-size: 55px;
    font-size: 5.5rem;
}
.header-logo i.icon-logo-words {
    font-size: 27px;
    font-size: 2.7rem;
}
.header-nav-dsk {
    width: 350px;
}
.header-nav-dsk li a {
    font-size: 19px;
    font-size: 1.9rem;
	padding: 5px 38px;
}
.header-social {
	width: 130px;
    margin: 17px 0 0 0;
}
.socialbox {
    max-width: 600px;
}

.contactintro, .contactdetails, .contactlocate {
  float:left;
}
}
@media only screen and (min-width: 1024px){	
.herotext h2, .innerpage h1 {
    font-size: 60px;
    font-size: 6rem;
}
h2, .h2 {
    font-size: 51px;
    font-size: 5.1rem;
    margin: 0 auto 60px auto;
}
/*------------------------------------*\
	$footer
\*------------------------------------*/
.footer-1 {
    width: 24%;
}
.footer-2 {
    width: 17%;
}
.footer-3 {
    width: 31%;
}
.footer-4 {
    width: 26%;
}
.footer-5 {
    width: 15%;
}
.footer-5 a {
    padding: 0;
    float: left;
    clear: left;
}
.footer-6 {
    width: 40%;
    clear: none;
    margin-top:-50px;
}
.homework-box a .backhover {
    top: 75%;
}
.homework-box:nth-of-type(n+3) a .backhover {
    top: 67%;
}
.no-touch .homework-box a .backhover {
    top: 100%;
}
.work_left {
    width:35%;
    float:left;
    margin:0;
}
.work_right{
    width:55%;
    float:right;
    margin:0;
    padding-top:10px;
}

.info_left {
    width: 40%;
    float: left;
    margin: 0;
    clear:left;
    padding:0;
}
.info_right{
    width:50%;
    float:right;
    margin:0;
    padding:0;
}
.info_left p, .aboutblock.intro p, .intro p {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.4;
}
.contactlocate {
    background: rgb(252,236,79);
    padding: 25px;
    margin: 0 0 -95px 0px;
}
.work-listing a .backhover {
    top: 75%;
}
.no-touch .work-listing a .backhover {
    top: 100%;
}
}
@media only screen and (min-width: 1100px){	
/*------------------------------------*\
	$homepage
\*------------------------------------*/
.homehero, .homehero .container {
    height: 710px;
}
.herophone {
    width: 42%;
    max-width: 230px;
    right: 58%;
    top: 13%;
}
.herodrink {
    left: 60%;
    bottom: 16%;
}
.herotext {
    left: 5%;
    width: 500px;
    bottom: 10%;
}
.line {
    margin-top: -31px;
}
.homework-box {
    margin: 0 0.4% 20px 0.4%;
}
.homework-box:first-of-type, .homework-box:nth-of-type(2), .work-listing {
    margin: 0 0.5% 10px 0.5%;
}
.no-touch .homework-box:nth-of-type(n+3) a .text {
    top: 70%;
}
.work-listing img {
    width: 150%;
    max-width: 150%;
    margin: 0 0 0 -110px;
}

.homework-box .backhover .icon-arrowright{
    font-size: 70px;
    font-size: 7rem;
}
.homework-box p {
    font-size:20px;
    font-size:2rem;
}
.homeoffice, .map {
    height: 560px;
}
.twitter .text-overlay {
    padding: 12%;
}

.socialbox i.socialicon {
    padding:20px;
}

#nm-map {
    height:450px;
}
.twitter-footer {
    font-size: 23px;
    font-size: 2.3rem;
}
.twitter #feed h2 {
    font-size: 20px;
    font-size: 2rem;
}
.socialbox.instagram {
    max-height:380px;
}


.aboutblock, .aboutblock.half {
    width: 49.5%;
    margin: 0 0.25% 10px 0;
}
.aboutblock.half:nth-of-type(2), .aboutblock:nth-of-type(even), .aboutblock:nth-of-type(6) {
    margin: 0 0 10px 0.25%;
}
.aboutblock .float.mixed .text2, .aboutblock.text .float {
    padding: 9%;
}
.aboutblock p {
    font-size: 22px;
    font-size: 2.2rem;
    line-height:1.4;
}
.work_right li, .aboutblock .float.mixed .text2 p, .about li, .info_right p {
    font-size: 19px;
    font-size: 1.9rem;
    line-height:1.4;
}
.about li {
    margin: 0 0 15px 0;
}



}
@media only screen and (min-width: 1200px){
.header-fixed {
    height: 120px;
}
.header-main {
    padding: 22px 0px;
}
.header-logo {
  width: 260px;
  margin: 0 0 0 -5px;
}
.header-logo i {
    font-size: 65px;
    font-size: 6.5rem;
}
.header-logo i.icon-logo-words {
    font-size: 37px;
    font-size: 3.7rem;
}
.section {
    padding:100px 0 120px 0;
}
.section.workintro {
    padding:25px 0 0 0;
}
.workpage .section.workintro {
    padding:50px 0 0 0;
}
.section.about {
    padding:50px 0 100px 0;
}
footer {
    padding: 60px 0;
}


.herotext {
    left: 0;
}

.work-listing a .backhover {
    top: 78%;
}
.no-touch .work-listing a .backhover {
    top: 100%;
}
#nm-infomap {
    height: 55vh;
}
}


/* 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) {
	
}