/*! normalize.css v1.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;

}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
	padding:0;
	margin:0;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
    font-size: 100%; /* 1 */
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
    *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* endof normalise.css*/

/* begin nino-slider.css*/

/*
 * jQuery Nivo Slider v3.2
 * http://nivo.dev7studios.com
 *
 * Copyright 2012, Dev7studios
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
	width:100%;
	height:auto;
	overflow: hidden;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width: none;
}
.nivo-main-image {
	display: block !important;
	position: relative !important; 
	width: 100% !important;
}

/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
	background:white; 
	filter:alpha(opacity=0); 
	opacity:0;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
	top:0;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
	overflow:hidden;
}
.nivo-box img { display:block; }

/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	width:100%;
	z-index:8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav {
	text-align:center;
	padding: 15px 0;
}
.nivo-controlNav a {
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

/* endof nino-slider.css*/


/*
begin style.css

YAMB version 2.


primary styles 
   Author: www.prowebdesign.ro
   Write your own styles here.



BASE (MOBILE) SIZE
	These are the mobile styles. It's what people see on their phones.
	Remember, keep it light: Speed is Important.
*/

/* typography */


body{
	color:#444;
	font-family:
        "Trebuchet MS",
        system-ui,
        -apple-system,
        "Segoe UI",
        Arial,
        sans-serif; 
	font-size:1em;
	line-height:1.2em; 
	font-weight:normal;
}

h1, h2, h3, h4, h5, h6 {
    color: #333333;
    font-weight: normal;
    line-height: 100%;
    margin: 0 0 10px;
    padding: 0;
} 

h1, h2 {
    color: #687e29;
}

h2 {
    font-size: 1.7em;
}

h3 {
	font-size: 1em;
	font-weight: bold;
}

h1.lifted {
    margin-top: -30px;
}

/* links */
a,
a:visited,
a:active,
a:hover{color:#3d3d3d;}
a:hover{ text-decoration:none;}

  
/* structure */   
.wrapper, #colophon {
	width: 92%; 
	margin: .75em auto;
	padding:0;
}

#ILMtopdiv {
    left: 18px;
    position: absolute;
    width: 10%;
}

#ILMtopdiv img{
	height: auto;
	width: 100%;
}

header { 
	padding:10px 0 0 0;
}

#banner { 
	width: 450px;
	max-width: 100%;
	text-align:center;
}

#logo img {
	width: 400px;
	max-width: 100%;
	width: 100%;
	height: auto;
}
	
#hero {
	background:#f3f3f3;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	padding:40px 0 40px 0;
	min-height: 325px;
}

#hero.less {
	min-height: 100px;
}

#fpmain #hero {
	background:#f3f3f3;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	padding:2% 0 40px 0;
}

#fpmain hgroup h1 { 
	font-size:2em;
	margin-top:0px;
}
	
#fpmain hgroup h2 { 
	font-size:1.6em;
	margin-top:0px;
}

/* #fpmain .half.left */
.half.left {
	margin-right: 0;
}

/* #fpmain .half */

.half {
	float: none;
	margin-bottom: 20px;
	padding: 3% 3% 3% 0;
	width: 93%;
}

.half h3 {
    background-color: #444;
    color: #ffffff;
    font-size: 1.2em;
    padding: 5px;
}

#slider {
	width: 100%;
}

.hero-picture img {
	width: 100%;
	display: block;
	height: auto;
}

hgroup h1 { 
	font-size:2em;
	margin-top:0px;
	}
hgroup h2 { 
	font-size:1.6em;
	margin-top:0px;
	}

.flexslider.wide {
    float: none;
    height: 0;
    padding-bottom: 15%;
    width: 100%;
}
.flexslider ul {
	list-style-type: none;
}

p { 
	margin:10px 0;
}

p#super {
	font-size: 20px;
	padding: 0 0 20px;
}

#end_overlay {
    background: url("../images/end_still.jpg") no-repeat scroll 0 0 black;
    display: none;
    height: 475px;
    left: 2px;
    padding: 0;
    position: absolute;
    top: 90px;
    width: 752px;
    z-index: 1;
}

#slug {
    clear: both;
    font-size: 1.1em;
    font-style: italic;
    font-weight: bold;
    padding: 20px;
    text-align: center;
}

#booking_form {
	display: none;
}

#calendar_div {
    margin: auto;
    width: 790px;
}

#calendar_div h1 {
    padding-bottom: 20px;
}

#calendar_div div.label {
	clear: left;
	float: left;
	width: 180px;
}

#calendar_div h4 {
    clear: left;
    margin-top: 30px;
}

.booking_form_table, .info_form_table {
    margin-top: 30px;
}

.booking_form_table th, 
.info_form_table th {
    background: none repeat scroll 0 0 #800080;
    color: white;
    padding: 2px 3px;
    text-align: left;
}

.booking_form_table th:first-child, 
.booking_form_table td:first-child, 
.info_form_table th:first-child, 
.info_form_table td:first-child {
    font-weight: bold;
    width: 240px;
}

.info_form_table td {
    padding: 3px;
}

.info_form_table td:last-child {
    text-align: center;
}

.booking_form_table th:nth-child(2), .booking_form_table td:nth-child(2) {
    width: 75px;
}

.booking_form_table th:nth-child(3), .booking_form_table td:nth-child(3) {
    width: 160px;
}

.booking_form_table th:nth-child(4), .booking_form_table td:nth-child(4) {
    padding-right: 10px;
    text-align: right;
    width: 30px;
}

.booking_form_table td em {
	font-style: italic;
	font-weight: normal;
}

.booking_form_table td em:before {
	content: open-quote;
}

.booking_form_table td em:after {
	content: close-quote;
}

p.instruct {
    margin: 20px 0 -10px;
    width: 550px;
}

p.req {
    font-size: 0.8em;
}

#booking_details {
    margin-top: 30px;
} 

#booking_details .grey {
    background: none repeat scroll 0 0 #5E5E5E;
    border: 1px solid;
    color: #FFFFFF;
    font-size: 0.9em;
    margin: 15px 0;
    padding: 0 10px;
    width: 435px;
} 

acronym {
	cursor: pointer;
}

#booking_details .grey p {

} 

.company_details tr td {
height: 30px;
}

.company_details tr td:first-child {
	width: 200px; 
}

.company_details tr td input, .company_details tr td textarea {
	width: 250px; 
}

.company_details tr td textarea {
	margin-top: 15px;
}

.website_address {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

#cb {
    height: 40px;
    margin: 20px 0;
}

#confirmation {
    float: left;
    width: 380px;
}

#by {
    float: left;
    height: 40px;
    text-align: right;
    width: 75px;
}

#by input[type="radio"] {

}

#submit_reset {
	clear: both;
	text-align: right;
	width: 47%;
	margin-top: 20px;
}

#booking_details ul {
    padding-left: 0;
} 

#info_form {
    margin: 20px 0;
}

/*
#submitted {
    color: #800080;
    font-size: 1.2em;
    font-weight: bold;
    height: 50px;
    line-height: 1.5em;
    padding: 150px 0 300px;
    text-align: center;
}
*/

#tabs {
    border-bottom: 1px solid #595959;
    padding: 35px 0 0;
}

#tabs  h3 {
  background-image: -moz-linear-gradient(top, #3E3E3E, #000000); 
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #3E3E3E),color-stop(1, #000000)); 
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#3E3E3E', EndColorStr='#000000'); 
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#3E3E3E', EndColorStr='#000000')";	
    border-left: 1px solid #595959;	
    border-right: 1px solid #595959;
    border-top: 1px solid #595959;	
    border-radius: 5px 5px 0 0;
    color: #AFAFAF;
    display: inline-block;
    font-weight: normal;
    letter-spacing: 0.04em;
    margin: 0 -1px;
    padding: 4px;
}

#tabs h3:hover{
  background-image: -moz-linear-gradient(center top , #6C6C6C, #363636);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #6C6C6C),color-stop(1, #363636)); 
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#6C6C6C', EndColorStr='#363636'); 
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#6C6C6C', EndColorStr='#363636')";  
    color: #EAEAEA;
    cursor: pointer;
}

#tabs h3.selected {
  background-image: -moz-linear-gradient(center top , #6C6C6C, #363636);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #6C6C6C),color-stop(1, #363636)); 
            filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#6C6C6C', EndColorStr='#363636'); 
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#6C6C6C', EndColorStr='#363636')";  
    color: #FFFFFF;
    cursor: pointer;
}

#tabs h3.selected:hover {
    box-shadow: none;
	cursor: default;
}

#magenta_moon_text, #video_marketing_text, #you_at_work_text {
    margin-top: 20px;
}

#magenta_moon_text, #video_marketing_text {
    display: none;
}

.temp {
	min-height:300px;
}

.contact_details {
    margin-bottom: 30px;
}

#submitted img, .flexslider img {
	max-width: 100%;
	height: auto;
}

.day {
	background-color: #f3f3f3;
	padding: 10px;
	border: 1px solid #e2e2e2;
}

.day h3 {
	margin: 30px 0 10px;
	font-size: 1em;
	font-weight: bold;
	color: #69880f;
}

.day h4 {
	font-weight: bold;
	margin: 30px 0 10px;	
}

h2.ilm {
	color: #912ba4;
	font-size: 1.6em;
	margin: 30px 0 20px;
	line-height: 1.2em;
}

h2.topmargin span {
	color: #515151;
	font-size: .8em;
	font-style: italic; 
}


/* RESPONSIVE IMAGES IN CONTENT AREA. IF YOU WANT IMAGES TO BE RESPONSIVE EVERYWHERE, WRITE ANOTHER CSS RULE */
#content img { max-width:100%; height:auto;}
 

/*MAIN MENU*/

.menu-toggle {
	display:block;
	padding:10px;
	margin:20px 0 0;
	background:#666;
	color:#fff;
	cursor:pointer;
	text-transform:uppercase;
	font-size:20px;
}
.menu-toggle.toggled-on{
	background:#3d3d3d;
}
.sf-menu{
	display:none;
}	
.sf-menu.toggled-on{
	display:block;
}

.sf-menu{
	clear:both;
	margin-bottom:60px;
	
}
.sf-menu li a {
	background:#dadada;
	display:block;
	margin:1px 0; 
	padding:10px;
	text-decoration:none;
}
.sf-menu li a:hover{
    background: none repeat scroll 0 0 #3D3D3D;
    color: #F2F2F2;
}
.sf-menu li li a {
	background:#e8e8e8;
	padding-left:40px;
}
.sf-menu li li li a {
	background:#efefef;
	padding-left:80px;
}

/*SECONDARY MENU*/
#secondary-navigation{
	margin-bottom:60px;
}
#secondary-navigation ul{
	margin:0;
	padding:0;
}
#secondary-navigation ul li a{ 
	background:#E6E6E6;
	display:block;
	margin:5px 0; 
	padding:10px;
	text-decoration:none;
}
#secondary-navigation ul li a:hover{
	background:#3d3d3d;
	color:#fff;
}

footer{  
	clear:both;
	font-size:80%;
	padding:20px 0;
}
footer ul{
	margin:0;
	padding:0;
}

/*colors and backgrounds*/
body{
	background:#fff;
}

footer{ 
    background: none repeat scroll 0 0 #333333;
    color: #CCCCCC;
    height: 200px;
}
footer h1, footer h2, footer h3, footer h4{ 
	color:#CCC; 
	margin-bottom:10px;
}
footer ul{
	margin:0 0 0 8%;
}

#colophon p, #colophon p#tel {
    color: #CCCCCC;	
}

a.bluelink{ 
	background:#3d3d3d; 
	border-radius:7px; 
	color:#fff;
	display:block;
	float:left; 
	margin:10px 15px 10px 0; 
	padding:10px;
	text-decoration:none;
}
a.bluelink:hover{
	background:#8dbc01;
}


.half {
    float: left;
    margin-bottom: 20px;
    padding: 3% 3% 3% 0;
    width: 45%;
}

.half.left {
	margin-right: 4%;
}

.half h3 {
    background-color: #606060;
    color: #ffffff;
    font-size: 1.2em;
    padding: 5px;
}

#consultancy {
    font-size: 1.1em;
}

#team_wrap  {
    background: #f3f3f3 none repeat scroll 0 0;
    border-bottom: 1px solid #e2e2e2;
    border-top: 1px solid #e2e2e2;
}

#testimonials_wrap {
    margin: 50px auto 20px;
    max-width: 800px;
    padding: 0 1%;
    width: 98%;
}

.testimonial {
    clear: left;
}

.testimonial .logo {
	float: left;
	margin: -2px 2%;
	max-width: 274px;
	width: 48%;
	background-color: white;
}

.testimonial .logo img {
	max-width: 92%;
	max-height: 140px;
	float: right;
	margin-bottom: 50px;
}

.testimonial_text {
    float: left;
    font-size: 1.05em;
    font-style: italic;
    padding-top: 10px;
    width: 48%;
}

#centre {
    margin: auto;
    width: 750px;
}

#matrix_wrapper {
    float: left;
    height: 380px;
    margin: 30px auto;
    overflow-y: scroll;
    width: 410px;
}

#f3mask {
    background: rgba(0, 0, 0, 0) url("../images/f3mask.png") repeat scroll 0 0;
    height: 36px;
    left: 340px;
    position: absolute;
    top: 295px;
    width: 386px;
}

.matrix {
background: #575c61; /* Old browsers */
background: -moz-linear-gradient(top, #575c61 0%, #dadada 0%, #f3f3f3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#575c61), color-stop(0%,#dadada), color-stop(100%,#f3f3f3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #575c61 0%,#dadada 0%,#f3f3f3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #575c61 0%,#dadada 0%,#f3f3f3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #575c61 0%,#dadada 0%,#f3f3f3 100%); /* IE10+ */
background: linear-gradient(to bottom, #575c61 0%,#dadada 0%,#f3f3f3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#575c61', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-9 */
    border-color: #ffffff #ababab #ababab #ffffff;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 3px 3px 12px #d5d5d5;
    float: left;
    height: 200px;
    margin: 0 0 40px;
    padding: 10px;
    width: 358px;
}

#map {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    filter: none;
    float: left;
    margin: 80px 0;
    position: relative;
    width: 340px;
}

#map img {
    display: block;
    float: none;
    width: 280px;
}

.area {
    cursor: pointer;
    height: 20px;
    position: absolute;
    width: 80px;
}

#aberdeen {
    left: 32px;
    top: 4px;
}

#glasgow {
    left: 0;
    top: 49px;
}

#edinburgh {
    left: 182px;
    top: 46px;
}

#manchester {
    left: 203px;
    top: 122px;
}

#coventry {
    left: 54px;
    top: 154px;
}

#northampton {
    left: 67px;
    top: 224px;
}

#hemel_hempstead {
    left: 62px;
    top: 248px;
	width: 100px;	
}

.matrix img {
    border-radius: 5px;
    float: left;
    margin: 0 20px 10px 0;
}


.title {
    color: #000000;
    font-size: 1.3em;
    padding: 10px 0 15px;
    text-shadow: -1px -1px 1px #e6e6e6;
}

.role {
    display: block;
    margin: 20px 0;
}

.role span:first-child{
	font-weight: bold;
}

.contact .grid_5.alpha{
	z-index: 2;
}

.contact .flexslider {
	z-index: 1;
}

#contact_tel.flexslider {
	float: none;
	width: 275px;
	margin: 0 auto;
	font-size: 1.5em;
	padding: 15px;
	background-color: #000;
	color: white;
	text-align: center;
}


/* ==|== non-semantic helper classes ========================================
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.rightfloat{
	float:right;
}
.leftfloat{
	float:left;
}

/* #fpmain .half */
.half {
		float: none;
		margin-bottom: 20px;
		padding: 3% 3% 3% 0;
		width: 90%;
}

.topmargin {
	margin-top: 20px;
}
/*	
#submitted ul.slides {
		padding: 20px 0;
}
*/
ul.slides {
		padding: 20px 0;
}

/*
LARGER MOBILE DEVICES
This is for mobile devices with a bit larger screens.
*/

@media only screen and (min-width: 500px) {

	#banner{
		margin: 0 0 0 12%;
		text-align: left;
	}
	
	
	#ILMtopdiv {
		left: 18px;
		position: absolute;
		width: 10%;
	}


} 


@media only screen and (min-width: 600px) {
	
	#ILMtopdiv {
		left: 18px;
		max-width; 10%;
		position: absolute;
		width: 72px;
	}

} 

@media only screen and (min-width: 700px) {

/* #fpmain */
	.half {
		float: left;
		margin-bottom: 20px;
		padding: 3% 3% 3% 0;
		width: 45%;
	}

	.half.left {
		margin-right: 4%;
	}
	
	#banner {
		float: left;
		margin: 0 0 0 19%;
		text-align: left;
	}

	.menu-toggle {/*make menu float right, instead of sitting under the logo*/
		margin-top:60px; /*this depends on the height of the logo*/
		float:right;
	}
	
}

/* Masthead NivoSlider */

#logoslider.nivoSlider.top {
	display: none;
}

@media only screen and (min-width: 1120px) {
	
	#logoslider.nivoSlider.top {
		display: block;
		position: absolute;
		left: 150px;
		width: 220px;
		top: 10px;
		overflow: visible;
	}

	#logoslider.nivoSlider.top img {
		max-width: 100%;
		max-height: 100px;
	}

	#logoslider .nivo-caption {
		left: 226px;
		background-color: transparent;
		color: #777;
		top: 9px;
		width: 300px;
		height: 90px;
	}
		
}


/*
TABLET & SMALLER LAPTOPS
The average viewing window and preferred media query for those is 768px.
But I think that some more breathing space is good:)
*/
@media only screen and (min-width: 1120px) {
	
#submitted ul.slides {
		padding: 0 0 0 40px;
}	

.wrapper, #colophon {
    margin: 0.75em auto 0;
    max-width: 1200px;
    padding: 0.75em 0.75em 0;
	height: 150px;
}

#banner{ 
	float:right; 
	text-align:left;
	padding-right:2%;
	width:400px;
}

#hero{
	padding:40px 0 10px 0;
}

#content {  
    float: left;
    margin: 0 0 60px;
    position: relative;
    width: 65%;
}

.flexslider {
	display:block;
	width:57%;
	float:right;
}

#contact_tel.flexslider {
	float: left;
	margin: 23px;
}

.flexslider h1{
    position: absolute;
    top: -74px;
}

aside { 
	float:right;
	width:30%;
	margin:0 0 10px 0;
}


/*** MAIN MENU - ESSENTIAL STYLES ***/

.menu-toggle{display:none;}
#menu-main-navigation{display:block;}

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
}

.sf-menu ul.parent_width {
	width:			100%;
}

.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	border-radius: 5px 5px 0 0;
	float:			left;
	position:		relative;
}
.sf-menu a {
	border-radius: 5px 5px 0 0;
	display:		block;
	position:		relative;
}

.sf-menu li li,
.sf-menu li li li,
.sf-menu li li a,
.sf-menu li li li a {
    border-radius: 0;
    font-size: 0.9em;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			45px; /* match top ul list item height */
	z-index:		99;
	-webkit-box-shadow:  2px 3px 2px 0px rgba(00, 00, 00, .3);
    box-shadow:  2px 3px 2px 0px rgba(00, 00, 00, .3);
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}

ul.sf-menu li li:hover ul.naeroom,
ul.sf-menu li li.sfHover ul.naeroom {
	left:			-12em; /* match ul width */
	top:			0;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

ul.sf-menu li li li:hover ul.naeroom,
ul.sf-menu li li li.sfHover ul.naeroom {
	left:			-10em; /* match ul width */
	top:			0;
}

li.long a.long {
    font-size: 0.9em;
    padding: 4px 0 18px 10px;
}


/*** DEMO SKIN ***/
#topnav, .sf-menu {

	margin: 1em 0 0 0;
}
.sf-menu a {
	text-decoration:none;
}
.sf-menu li a {
    background: #dddddd none repeat scroll 0 0;
    border-bottom: 1px solid #ffffff;
    font-size: 18px;
    height: 25px;
    line-height: 1.4em;
    margin: 0 1px;
    padding: 10px 20px;
    transition: all 0.5s ease 0s;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #3E3E3E;	
}
.sf-menu li li a {
	border-top: 1px solid #fff;
	background: #e8e8e8;
	padding:10px 0 10px 10px;
}
.sf-menu li li li a {
	font-size: .9em;
	padding:10px 0 10px 5px;
	background: #e8e8e8;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:#3d3d3d;
	outline:		0;
	color:#fff;
}

.sf-menu li:hover > a{ 
	color:#fff;
	background:#3d3d3d;
}

/*  covering the top of the vimeo video iframe */
#block {
    background: none repeat scroll 0 0 #000000;
    border-radius: 4px 4px 0 0;
    height: 80px;
    margin-top: -5px;
    padding: 0 0 15px;
    position: absolute;
    width: 100%;
    z-index: 3;
}

#pad {
    padding: 0 10px 15px;
}

#block h1{
    color: #EEEEEE;
    font-size: 1.6em;
}

.videoWrapper {
	position: relative;
	padding-top: 25px;
	padding-bottom: 56.25%;
	height: 0;
}

* html .videoWrapper {
	margin-bottom: 45px;
	margin-bot\tom: 0;
}

.videoWrapper div,
.videoWrapper embed, 
.videoWrapper object,
.videoWrapper iframe {
  position:absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
}

/*GRID*/
/*
 & Columns : 12 

 */
.grid_1 { width: 5%; }
.grid_2 { width: 13.333333333333%; }
.grid_3 { width: 21.666666666667%; }
.grid_4 { width: 30%; }
.grid_5 { width: 38.333333333333%; }
.grid_6 { width: 46.666666666667%; }
.grid_7 { width: 55%; }
.grid_8 { width: 63.333333333333%; }
.grid_9 { width: 71.666666666667%; }
.grid_10 { width: 80%; }
.grid_11 { width: 88.333333333333%; }
.grid_12 { width: 96.666666666667%; }

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	margin-left: 1.6666666666667%;
	margin-right: 1.6666666666667%;
	float: left;
	display: block;
}

.alpha{margin-left:0px;}
.omega{margin-right:0px;}
/* @
 * tinyfluidgrid.com
 & girlfriendnyc.com
 */

}

/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {

} 

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-width: 1240px) {

} 

/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {


} 

/*
iPHONE 5 MEDIA QUERY
iPhone 5 or iPod Touch 5th generation styles (you can include your own file if you want)
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) { 

  
}

/* page: Meet the Team */
@media only screen and (max-width: 780px) {

	#map {
		display: none;
	}

	#centre {
		width: 100%;
	}	
	
	#matrix_wrapper {
		float: none;
		height: auto;
		overflow: visible;
		width: 380px;
	}
	
	.matrix img {
		width: 35%;
	}
}

/* page: Meet the Team */
@media only screen and (max-width: 430px) {
	
	#matrix_wrapper {
		width: 92%;
	}
	
	.matrix img {
		width: 35%;
	}
	
	.matrix {
	    width: calc(100% - 20px);
	}
}

/* page: Meet the Team */
@media only screen and (max-width: 350px) {
	.matrix {
		height: 220px;
	}
	.matrix.assoc {
		height: 180px;
	}
	
	.contact {
		clear: both;
	}
}

/* page: Testimonials */
@media only screen and (max-width: 600px) {

.testimonial .logo {
	float: none;
	max-width: 95%;
	width: 95%;
	background-color: white;
}

.testimonial .logo img {
	max-width: 100%;
	max-height: 140px;
	float: none;
	margin-bottom: 10px;
}

.testimonial_text {
	float: none;
	margin: 0px 10px 50px 50px;
	width: 80%;
}




}


/*
PRINT STYLESHEET
*/
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}