/* CSS Document */


/*! normalize.css v2.1.2 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * 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 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif; /* 1 */
    -ms-text-size-adjust: 100%; /* 2 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * 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;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * 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 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ 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 8+.
 * 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.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * 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.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 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 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 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;
}


p {
  margin: 0 0 10px;
}

small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizelegibility;
}

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 20px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 10px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}


body {
		font-family:Arial, Helvetica, sans-serif;
	 -webkit-font-smoothing: antialiased;
	 font-size: 13px; line-height: 20px;
	 min-width: 1018px;
}



h1, .h1 { font-family: Arial, Helvetica, sans-serif; font-size: 18px;font-weight: bold; color: #004f88; }
h2, .h2 { font-family: 'Yanone Kaffeesatz', sans-serif; font-size: 18px;font-weight: 700; color: #004f88; }
h3, .h3 { font-family: Arial, Helvetica, sans-serif; font-size: 16px;font-weight: bold; color: #333333;  }

/* HEADER STYLES */

header {
	height: 142px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	background: url('../img/header-bg.png') repeat-x;	
	position: relative;
	z-index: 1011;
}

#overyears { position: absolute; top: 0; left: 240px; }
.contact_details { font-family: Arial, Helvetica, sans-serif; font-size: 20px; text-transform: none; font-weight: 700; color: #004f88; }
.contact_details span, .contact_details span a { color: #8e8e8e; }
#contact_email {  position: absolute; top: 36px; left: 498px; }
#contact_tel { position: absolute; top: 36px; left: 794px;}

#logins { 
position: absolute; top: 99px; left: 744px;
background: #bfbfbf; /* Old browsers */
background: -moz-linear-gradient(top, #bfbfbf 0%, #eaeaea 50%, #ffffff 50%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bfbfbf), color-stop(50%,#eaeaea), color-stop(50%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #bfbfbf 0%,#eaeaea 50%,#ffffff 50%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #bfbfbf 0%,#eaeaea 50%,#ffffff 50%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #bfbfbf 0%,#eaeaea 50%,#ffffff 50%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #bfbfbf 0%,#eaeaea 50%,#ffffff 50%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 13px;
	border-radius: 13px;
-webkit-box-shadow:  0px 0px 3px 2px rgba(2, 39, 67, 0.8);
box-shadow:  0px 0px 3px 2px rgba(2, 39, 67, 0.8);
}
#logins a { display: inline-block; float: left; padding: 3px 11px; font-family: 'Yanone Kaffeesatz', sans-serif; font-size: 18px; text-transform: uppercase; font-weight: 700; color: #004f88; }
#logins .first_login { border-right: 1px solid #afafaf;  }
#logins .second_login { border-left: 1px solid #ffffff; }

.main-nav { background: url('../img/sep.png') no-repeat top left; position: absolute; top: 90px; left: 230px; width: 480px; white-space:nowrap; margin: 0; }
.main-nav .children, .main-nav .subchildren { display: none; }

.main-nav > li { display: inline-block; background: url('../img/sep.png') no-repeat top right; font-family: 'Yanone Kaffeesatz', sans-serif; font-size: 18px; }
.main-nav li {  color: white; font-weight: 700; text-transform: uppercase;  height:44px; position: relative;width: 100px; }
.main-nav li a { color: white; text-decoration: none; padding:12px 12px; display: block; margin-left: 2px; margin-right: 2px; }
.main-nav > li a.active, .main-nav > li:hover > a { background: #8a8a8a url('../img/menu-active.png') repeat-x top left; }
.main-nav .children {
	position: absolute; left: 0; top: 44px;
	background: #fcfcfc;
	border-top: 5px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	list-style: none;
	width: 200px;
}

.main-nav .subchildren {
	position: absolute; left: 165px; top: -10px;
	background: #fcfcfc;
	border-top: 5px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	list-style: none;

}


.main-nav .children li {
	height: auto;
}
.main-nav .children a {
	color: #3b3b3b;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 9px 11px;
	width: 180px;
}
.main-nav .children a:hover {
	color: #000;
	background: #e7e7e7;

}
.main-nav > li:hover .children {
	display: block;
}

.main-nav .children li:hover .subchildren {
	display: block;
}

.top-content-header { font-family: Arial, Helvetica, sans-serif; font-size: 18px;font-weight: bold; color: #004f88; }
.content-header { height: 160px; background: url('../img/content-header.jpg') no-repeat top center; margin-top: -46px; }
.content-heading { color: white; padding-top: 70px; font-family: 'Yanone Kaffeesatz', sans-serif; font-size: 38px; text-transform: uppercase; font-weight: 700; }
.content-heading h1 { color: white; padding: 0px; margin: 0; font-family: 'Yanone Kaffeesatz', sans-serif; font-size: 38px; text-transform: uppercase; font-weight: 700; }
.content-buttons li { display: inline-block; margin-left: 15px; margin-top: -8px; }
.content-buttons li.first { margin-left: 0px; }
/* BODY STYLES */

.body {clear: both; margin: 0 auto; width: 1018px; position: relative;}
.inside { padding-left: 30px; padding-right: 30px; }
#content { min-height: 600px; background: url('../img/content-top.png') no-repeat top center; margin-top: -33px; position: relative; z-index:9; padding: 30px 26px 90px 28px;; }

.content-buttons { margin: 0; }

.content-button img { 
-webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.content-button:hover img {  
-webkit-transition: all 0.4s ease-in-out; -moz-transition: all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; -o-transition: all 0.4s ease-in-out; transition: all 0.4s ease-in-out;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
}

.column { width: 464px; display: inline-block; margin-top: 13px; vertical-align: top; }
.second-column { margin-left: 21px; width: 475px; vertical-align: top; }

.contact-form .column { width: 440px; }
.contact-form .second-column { margin-left: 0px; width: 460px }


.strong-title { font-family: 'Yanone Kaffeesatz', sans-serif; font-size: 26px; text-transform: uppercase; font-weight: 700; color: #333333; }
.column-title { padding-top: 26px; }
.top-title { margin-bottom: 30px; }

.blue-button { margin-top: 12px; position: relative; display: inline-block; padding: 5px 36px 6px 10px; border: 1px solid #677d8e; color: white; font-size: 14px; font-weight: bold; background: #216697; /* Old browsers */
background: url('../img/button-arrow.png') no-repeat right center, -moz-linear-gradient(top, #216697 0%, #4f86ac 51%, #004f88 51%, #004f88 100%); /* FF3.6+ */
background: url('../img/button-arrow.png') no-repeat right center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#216697), color-stop(51%,#4f86ac), color-stop(51%,#004f88), color-stop(100%,#004f88)); /* Chrome,Safari4+ */
background: url('../img/button-arrow.png') no-repeat right center, -webkit-linear-gradient(top, #216697 0%,#4f86ac 51%,#004f88 51%,#004f88 100%); /* Chrome10+,Safari5.1+ */
background: url('../img/button-arrow.png') no-repeat right center, -o-linear-gradient(top, #216697 0%,#4f86ac 51%,#004f88 51%,#004f88 100%); /* Opera 11.10+ */
background: url('../img/button-arrow.png') no-repeat right center, -ms-linear-gradient(top, #216697 0%,#4f86ac 51%,#004f88 51%,#004f88 100%); /* IE10+ */
background: url('../img/button-arrow.png') no-repeat right center, linear-gradient(to bottom, #216697 0%,#4f86ac 51%,#004f88 51%,#004f88 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#216697', endColorstr='#004f88',GradientType=0 ); /* IE6-9 */

-webkit-box-shadow:  0px 0px 4px 0px rgba(2, 39, 67, 0.5);
box-shadow:  0px 0px 4px 0px rgba(2, 39, 67, 0.5);
-webkit-border-radius: 5px;
border-radius: 5px;
		 }
		 
.errors {
	color: #900;
	font-weight: bold;
}
		 
.errors strong {
	color: black;	
	font-size: 16px;
}
		 
.contact-form {
	margin: 30px 3px 0px 3px;
	background: #f5f5f5;
	border: 1px solid #e2e2e2;
-webkit-box-shadow:  0px 0px 3px 0px rgba(2, 39, 67, 0.2);
box-shadow:  0px 0px 3px 0px rgba(2, 39, 67, 0.2);
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 20px 25px 15px;
position: relative;
}

.large-contact { padding-bottom: 30px; }

.contact-small-shadow {
	position: absolute; bottom: -13px; left: 50%; margin-left: -234px; height: 12px; width:	467px; background: url('../img/contact-small.png') no-repeat top center; clear: both;
}
.contact-large-shadow {
	position: absolute; bottom: -13px; left: 50%; margin-left: -478px; height: 12px; width:	958px; background: url('../img/contact-large.png') no-repeat top center; background-size: 958px;
}
		
#accordion { padding-top: 12px; } 
input[type=text] {
	background: #d1d0d0;
	padding: 10px;
	color: #333;
	border: 0 none;
	margin-bottom: 18px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 167px;

}
.first-input { margin-right: 14px; }
textarea {
	background: #d1d0d0;
	padding: 10px;
	color: #333;
	border: 0 none;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	height: 70px;
}

.large-contact textarea { height: 90px; }

i.button-arrow { background: url('../img/button-arrow.png') no-repeat right center; position: absolute; right: 0; top: 50%; height: 32px; margin-top: -16px; width: 33px; display: inline-block;  }

#tabs {  }
#tabs ul { margin: 0px 0 16px; height: 57px; border-bottom: 1px solid #d0d2d2; }
#tabs li { display: inline-block;  padding-top: 26px;}
#tabs li a {  margin-left: 10px; padding: 4px 34px; border: 1px solid #d0d2d2; color: #999999; -webkit-border-radius: 4px 4px 0px 0px; border-radius: 4px 4px 0px 0px; }
#tabs li.first a { margin-left: 0; }
#tabs .ui-tabs-active a { color: #333333; border-bottom: 1px solid white; -webkit-box-shadow: 0px -2px 5px 1px rgba(0, 0, 0, 0.1); box-shadow: 0px -2px 5px 1px rgba(0, 0, 0, 0.1);background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 50%, #eeeeee 51%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#ffffff), color-stop(51%,#eeeeee), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #ffffff 0%,#ffffff 50%,#eeeeee 51%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #ffffff 0%,#ffffff 50%,#eeeeee 51%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #ffffff 0%,#ffffff 50%,#eeeeee 51%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom, #ffffff 0%,#ffffff 50%,#eeeeee 51%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */ }
.btop { border-top: 1px solid #dadada; }

/* Home accordian */

.ui-accordion-header { background: url('../img/accordian.png') no-repeat 0 0; padding: 26px 0 30px 90px; cursor: pointer; }
.ui-accordion-header-active { background: url('../img/accordian.png') no-repeat 0 -75px; color: #004f88; }
.ui-accordion-content { padding: 0 15px 0 85px; font-size: 12px; color: #333333; }




/* SLIDER STYLE */

#angliaslider .anglia { top: -9px; }

html { height: 100%; }

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

a {
	color: #555;
	text-decoration: none;
}

.container {
	width: 100%;
	position: relative;
}

.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

.main {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.container > header,
.content-wrapper {
	padding: 30px;
	width: 80%;
	max-width: 960px;
	margin: 0 auto;
}

.content-wrapper p{
	padding-top: 30px;
	line-height: 26px;
}

.container > header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0;
	font-weight: 700;
	color: #333;
	float: left;
}

.container > header h1 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
}


/* Header Style */
.codrops-top {
	line-height: 24px;
	font-size: 11px;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	font-family: Cambria, Georgia, serif;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}

.codrops-top a {
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	display: inline-block;
}

.codrops-top a:hover {
	background: rgba(255,255,255,0.6);
}

.codrops-top span.right {
	float: right;
}

.codrops-top span.right a {
	float: left;
	display: block;
}

/* Demo Buttons Style */
.codrops-demos {
	float: right;
	padding-top: 10px;
}

.codrops-demos a {
    display: inline-block;
    margin: 10px;
    color: #333;
    font-weight: 700;
    line-height: 30px;
    border-bottom: 4px solid transparent;
}

.codrops-demos a:hover {
	color: #883d59;
	border-color: #883d59;
}

.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover {
	color: #aaa;
	border-color: #aaa;
}

.anglia .sl-slider-wrapper {
	width: 100%;
	height: 400px;
	overflow: hidden;
	position: relative;
}

.anglia .sl-slider .h2,
.anglia .sl-slider blockquote {
	padding: 100px 30px 0px 30px;
	width: 80%;
	max-width: 1018px;
	color: #fff;
	margin: 0 auto;
	position: relative;
	z-index: 100;
	border: 0 none;
}

.anglia .sl-slider .h2 {
	font-size: 59px;
	font-family: 'Yanone Kaffeesatz', sans-serif; text-transform: uppercase; font-weight: 700; color: #004f88;
}

.anglia .sl-slider .h3 {
	font-size: 48px;
	font-family: 'Yanone Kaffeesatz', sans-serif; text-transform: uppercase; font-weight: 700; color: #787878;
	line-height: 40px;
}

.anglia .sl-slider .small {
	font-size: 21px;
	color: #787878;
}


.anglia .sl-slider blockquote {
	font-size: 28px;
	padding-top: 0px;
	font-weight: 300;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
}

.anglia .sl-slider blockquote p {
	font-size: 23px;
	font-family: 'Yanone Kaffeesatz', sans-serif; text-transform: none; font-weight: 700; color: #010101;
	margin-top: 8px;
}

.anglia .sl-slider blockquote cite {
	font-size: 16px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding-top: 30px;
	display: inline-block;
}

.anglia .bg-img {
	padding: 200px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	position: absolute;
	top: 0px;
	left: -200px;
	width: 100%;
	height: auto;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	background-position: center center;
}

/* Custom navigation arrows */

.nav-arrows span {
	position: absolute;
	z-index: 2000;
	top: 50%;
	width: 40px;
	height: 40px;
	border: 8px solid #ddd;
	border: 8px solid rgba(150,150,150,0.4);
	text-indent: -90000px;
	margin-top: -40px;
	cursor: pointer;
	
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-arrows span:hover {
	border-color: rgba(150,150,150,0.9);
}

.nav-arrows span.nav-arrow-prev {
	left: 5%;
	border-right: none;
	border-top: none;
}

.nav-arrows span.nav-arrow-next {
	right: 5%;
	border-left: none;
	border-bottom: none;
}

/* Custom navigation dots */

.nav-dots {
text-align: left;
position: relative;
top: 330px;
height: 30px;
width: 1018px;
left: 0;
z-index: 1000;
margin: 0 auto;
}

.nav-dots span {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #ddd;
	background: rgba(150,150,150,0.4);
	cursor: pointer;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}

.anglia .nav-dots span {
	background: rgba(150,150,150,0.1);
	margin: 6px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 2px rgba(255,255,255,0.5);
}

.anglia .nav-dots span.nav-dot-current,
.anglia .nav-dots span:hover {
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.4), 
		inset 0 1px 1px rgba(0,0,0,0.1),
		0 0 0 5px rgba(255,255,255,0.5);
}

.nav-dots span.nav-dot-current:after {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	top: 3px;
	left: 3px;
	border-radius: 50%;
	background: rgba(0,79,136,0.8);
}

/* Content elements */


/* Custom background colors for slides in first demo */

.anglia .bg-img-1 {
	background-image: url(../images/1.jpg);
}
.anglia .bg-img-2 {
	background-image: url(../images/2.jpg);
}
.anglia .bg-img-3 {
	background-image: url(../images/3.jpg);
}
.anglia .bg-img-4 {
	background-image: url(../images/4.jpg);
}
.anglia .bg-img-5 {
	background-image: url(../images/5.jpg);
}

/* Animations for content elements */

.sl-trans-elems .deco{
	-webkit-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-moz-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-o-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	-ms-animation: roll 1s ease-out both, fadeIn 1s ease-out both;
	animation: roll 1s ease-out both, fadeIn 1s ease-out both;
}
.sl-trans-elems .h2{
	-webkit-animation: moveUp 1s ease-in-out both;
	-moz-animation: moveUp 1s ease-in-out both;
	-o-animation: moveUp 1s ease-in-out both;
	-ms-animation: moveUp 1s ease-in-out both;
	animation: moveUp 1s ease-in-out both;
}
.sl-trans-elems blockquote{
	-webkit-animation: fadeIn 0.5s linear 0.5s both;
	-moz-animation: fadeIn 0.5s linear 0.5s both;
	-o-animation: fadeIn 0.5s linear 0.5s both;
	-ms-animation: fadeIn 0.5s linear 0.5s both;
	animation: fadeIn 0.5s linear 0.5s both;
}
.sl-trans-back-elems .deco{
	-webkit-animation: scaleDown 1s ease-in-out both;
	-moz-animation: scaleDown 1s ease-in-out both;
	-o-animation: scaleDown 1s ease-in-out both;
	-ms-animation: scaleDown 1s ease-in-out both;
	animation: scaleDown 1s ease-in-out both;
}
.sl-trans-back-elems .h2{
	-webkit-animation: fadeOut 1s ease-in-out both;
	-moz-animation: fadeOut 1s ease-in-out both;
	-o-animation: fadeOut 1s ease-in-out both;
	-ms-animation: fadeOut 1s ease-in-out both;
	animation: fadeOut 1s ease-in-out both;
}
.sl-trans-back-elems blockquote{
	-webkit-animation: fadeOut 1s linear both;
	-moz-animation: fadeOut 1s linear both;
	-o-animation: fadeOut 1s linear both;
	-ms-animation: fadeOut 1s linear both;
	animation: fadeOut 1s linear both;
}
@-webkit-keyframes roll{
	0% {-webkit-transform: translateX(500px) rotate(360deg);}
	100% {-webkit-transform: translateX(0px) rotate(0deg);}
}
@-moz-keyframes roll{
	0% {-moz-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-moz-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-o-keyframes roll{
	0% {-o-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-o-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-ms-keyframes roll{
	0% {-ms-transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {-ms-transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@keyframes roll{
	0% {transform: translateX(500px) rotate(360deg); opacity: 0;}
	100% {transform: translateX(0px) rotate(0deg); opacity: 1;}
}
@-webkit-keyframes moveUp{
	0% {-webkit-transform: translateY(40px);}
	100% {-webkit-transform: translateY(0px);}
}
@-moz-keyframes moveUp{
	0% {-moz-transform: translateY(40px);}
	100% {-moz-transform: translateY(0px);}
}
@-o-keyframes moveUp{
	0% {-o-transform: translateY(40px);}
	100% {-o-transform: translateY(0px);}
}
@-ms-keyframes moveUp{
	0% {-ms-transform: translateY(40px);}
	100% {-ms-transform: translateY(0px);}
}
@keyframes moveUp{
	0% {transform: translateY(40px);}
	100% {transform: translateY(0px);}
}
@-webkit-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-moz-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-o-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-ms-keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn{
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-webkit-keyframes scaleDown{
	0% {-webkit-transform: scale(1);}
	100% {-webkit-transform: scale(0.5);}
}
@-moz-keyframes scaleDown{
	0% {-moz-transform: scale(1);}
	100% {-moz-transform: scale(0.5);}
}
@-o-keyframes scaleDown{
	0% {-o-transform: scale(1);}
	100% {-o-transform: scale(0.5);}
}
@-ms-keyframes scaleDown{
	0% {-ms-transform: scale(1);}
	100% {-ms-transform: scale(0.5);}
}
@keyframes scaleDown{
	0% {transform: scale(1);}
	100% {transform: scale(0.5);}
}
@-webkit-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-moz-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-o-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@-ms-keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}
@keyframes fadeOut{
	0% {opacity: 1;}
	100% {opacity: 0;}
}


/* Media Queries for custom slider */

@media screen and (max-width: 660px) {

	.anglia .sl-slider-wrapper {
		height: 500px;
	}

	.anglia .sl-slider .h2 {
		font-size: 36px;
	}

	.anglia .sl-slider blockquote {
		font-size: 16px;
	}

}



























.sl-slider-wrapper {
	width: 800px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.sl-slider {
	position: absolute;
	top: 0;
	left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
} 

.sl-slide {
	z-index: 1;
}

/* The duplicate parts/slices */

.sl-content-slice {
	overflow: hidden;
	position: absolute;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	background: #fff;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
	width: 100%;
	height: 50%;
	left: -200px;
	-webkit-transform: translateY(0%) scale(1);
	-moz-transform: translateY(0%) scale(1);
	-o-transform: translateY(0%) scale(1);
	-ms-transform: translateY(0%) scale(1);
	transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
	top: -200px;
	padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
	top: 50%;
	padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
	width: 50%;
	height: 100%;
	top: -200px;
	-webkit-transform: translateX(0%) scale(1);
	-moz-transform: translateX(0%) scale(1);
	-o-transform: translateX(0%) scale(1);
	-ms-transform: translateX(0%) scale(1);
	transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
	left: -200px;
	padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
	left: 50%;
	padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
	position: absolute;
}

.sl-content {
	width: 100%;
	height: 100%;
	background: #fff;
}

/* Default styles for background colors */
.sl-slide-horizontal .sl-slide-inner {
	background: #ddd;
}

.sl-slide-vertical .sl-slide-inner {
	background: #ccc;
}





/* FOOTER STYLES */

footer {
	background: #004f88 url('../img/footer-bg.png') repeat-x;	
	min-height: 210px;
}

footer ul { display: inline-block; border-top: 1px solid #5b8eb2; padding-top: 16px; padding-bottom: 18px; margin: 0; }
footer ul li { display: inline-block; }

#contact_tel_footer { position: absolute; left: 30px; top: 25px; padding-left: 25px; background: url('../img/tel.png') no-repeat top left; font-weight: bold; color: white; font-size: 15px; }
#contact_tel_footer span, #contact_email_footer span, #contact_email_footer span a { font-weight: normal; color: white; }
#contact_email_footer { position: absolute; left: 30px; top: 51px; padding-left: 25px; background: url('../img/mail.png') no-repeat top left; font-weight: bold; color: white; font-size: 15px; width:229px; }
#company_info { position: absolute; left: 55px; top: 79px; font-size: 10px; color: white; line-height: 14px; }
#company_address { position: absolute; left: 300px; top: 22px; padding-left: 20px; background: url('../img/point.png') no-repeat top left; color: white; font-size: 15px; line-height: 21px; }
#social_linkedin { position: absolute;  left: 560px; top: 43px }
#social_facebook { position: absolute; left: 720px; top: 43px }
#social_twitter { position: absolute; left: 880px; top: 43px }
#company_links { position: absolute; left: 10px; top: 130px; }

i.social { width: 137px; height: 58px; background: url('../img/social.png'); display: inline-block; }
i.companies { background: url('../img/companies.png') no-repeat; display: inline-block; height: 44px; }
i.headred { background-position: 0 0; width: 84px; }
i.fi { background-position: -94px 0; width: 107px; }
i.rha { background-position: -211px 0; width: 81px; }
i.palletline { background-position: -302px 0; width: 126px; }
i.haz { background-position: -438px 0; width: 73px; }
i.ukwa { background-position: -521px 0; width: 131px; }
i.ukas { background-position: -662px 0; width: 85px; }
i.bifa { background-position: -757px 0; width: 100px; }
i.haznet { background-position: -857px 0; width: 105px; }
i.fiata { background-position: -962px 0; width: 65px; }


a:hover i { opacity: 0.8; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
i.linkedin { background-position: 0 0; }
i.facebook { background-position: 0 -58px; }
i.twitter { background-position: 0 -116px; }

.confirm_email { visibility: hidden; position: absolute; }
.breadcrumb-section {
    border-bottom: 5px solid #f7f7f7;
    width: 100%;
    float: left;
    clear: both;
    padding: 35px 0px 25px;
    margin: 0px 0px 0px;
}
#Subheader ul.breadcrumbs {
    display: block;
    width: 30%;
    margin: 1px 0 0;
    font-size: 1em !important;
    float: right;
    text-align: right;
}