/*
Website URI: http://www.
Author: Laser Red
Author URI: http://laserred.co
Version: 1.0
*/

/*
__Colour Codes__

Blue 	#012D5F
Red		#AD1014

*/

/*---------------------------------------------------
			HTML5 RESET
---------------------------------------------------*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, 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;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font: 13px/1.231 sans-serif;
  *font-size: small;
}

select, input, textarea, button {
  font: 99% sans-serif;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

html {
  overflow-y: scroll;
}

a:hover, a:active {
  outline: none;
}

ul, ol {
  margin-left: 2em;
}

ol {
  list-style-type: decimal;
}

nav ul, nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}

small {
  font-size: 85%;
}

strong, th {
  font-weight: bold;
}

td {
  vertical-align: top;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
}

textarea {
  overflow: auto;
}

.ie6 legend, .ie7 legend {
  margin-left: -7px;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

label, input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

input:valid, textarea:valid {}

input:invalid, textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red;
}

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}

::-moz-selection {
  background: #1e8bbf;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #1e8bbf;
  color: #fff;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: #C00;
}

button {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

body, select, input, textarea {
  color: #444;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

*:active, *:focus, :-moz-any-link:focus {
  outline: none;
}

/* ---------------------------------------------------
			GLOBAL
----------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600');
* {
  font-family: 'Open Sans', sans-serif !important;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 87.5%;
  /* Base font size: 14px */
  color: #333;
  line-height: 1.429;
  background: #012D5F;
}

.clear {
  clear: both;
}

.underline {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.left {
  float: left;
}

.right {
  float: right;
}

ol li {
  list-style: decimal;
  list-style-position: outside;
}

a {
  text-decoration: underline;
  color: #0B3466;
}

a:hover {
  text-decoration: none;
}

p, h1, h2, h3, h4, h5, h6 {
  margin: 18px 0;
}

h1, h2, h3, h4, h5, h6 {
  /* font-family: Georgia, "Times New Roman", Times, serif; */
}

hr {
  border: none;
  background: url(../graphics/bg-hr.gif) no-repeat center 0;
  margin: 20px 0;
  height: 22px;
  clear: both;
}

/* ---------------------------------------------------
			HEADINGS
----------------------------------------------------*/

h1 {
  font-size: 290%;
  font-weight: 600;
  color: #1e8bbf;
}

h2 {
  font-size: 200%;
  font-weight: 600;
  color: #1e8bbf;
  margin-top: 40px;
}

h3 {
  font-size: 180%;
  font-weight: 600;
  color: #000;
}

h4 {
  font-size: 130%;
  font-weight: 400;
  color: #000;
}

h5 {
  font-size: 110%;
  font-weight: 600;
  color: #000;
  margin-bottom: -10px;
}

h6 {
  font-size: 110%;
  font-weight: 600;
  color: #000;
}

p {}

/* ---------------------------------------------------
			WRAPPER
----------------------------------------------------*/

.wrapper {
  margin: auto;
  width: 950px;
}

/* ---------------------------------------------------
			HEADER
----------------------------------------------------*/

#header {
  width: 100%;
  height: 120px;
  background: #1e8bbf;
  /* old browsers */
  background: -moz-linear-gradient(top, #62bde9 0%, #1e8bbf 100%);
  /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62bde9), color-stop(100%, #1e8bbf));
  /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62bde9', endColorstr='#1e8bbf', GradientType=0);
  /* ie */
  background: -o-linear-gradient(top, #62bde9 0%, #1e8bbf 100%);
  /* opera */
}

#header .bg {
  background: url(../graphics/bg-header.png) no-repeat center top;
}

#header .wrapper {
  min-height: 120px;
}

#logo {
  display: block;
  float: left;
  width: 215px;
  height: 67px;
  margin: 27px 0 0 0;
  background: url(../graphics/sprite.png) no-repeat 0 0;
  text-indent: -9999px;
}

#header .vcard {
  float: right;
  width: 300px;
  margin: 30px 0 0 0;
  text-align: right;
  color: #FFF;
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 0.4;
}

#header .vcard a {
  color: #FFF;
  text-decoration: none;
}

#header .vcard a:hover {
  text-decoration: underline;
}

#header .vcard .tel {
  font-size: 180%;
}

#header .vcard .email {
  font-size: 130%;
}

/* ---------------------------------------------------
			NAV
----------------------------------------------------*/

#nav {
  width: 100%;
  height: 50px;
  background: #9bb830;
}

#nav ul li {
  float: left;
}

#nav ul li span {
  display: inline-block;
  height: 18px;
  border-right: 1px solid #FFF;
  margin: 16px 24px 0;
}

#nav ul li a {
  float: left;
  height: 50px;
  line-height: 50px;
  color: #FFF;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 115%;
  text-decoration: none;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

#nav ul li a:hover, #nav ul li a.active {
  background: url(../graphics/bg-nav-hover.png) no-repeat center top;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.9), 0 -2px 5px rgba(255, 255, 255, 0.5);
  -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.9), 0 -2px 5px rgba(255, 255, 255, 0.5);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.9), 0 -2px 5px rgba(255, 255, 255, 0.5);
}

#nav ul li a:active {
  padding-top: 2px;
  height: 48px;
  line-height: 48px;
  color: #E4E4E4;
  background: none;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
  -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 1);
}

/* ---------------------------------------------------
			CONTENT
----------------------------------------------------*/

#content {
  with: 100%;
  padding: 30px 0;
  background: #FEFBF5;
}

/* ---------------------------------------------------
			BODY
----------------------------------------------------*/

#body {
  float: left;
  width: 580px;
}

#body img, #body iframe {
  border: 1px solid #CCC;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}

#body img.right {
  margin: 5px 0 5px 20px;
  float: right;
}

#body img.left {
  margin: 5px 20px 5px 0;
  float: left;
}

#body h1:first-child, #body h2:first-child, #body h3:first-child, #body h4:first-child, #body h5:first-child, #body h6:first-child, #body p:first-child {
  margin-top: 0;
}

.text-intro {
  margin-top: -17px;
}

/* LIST TICKS */

.list-ticks {
  margin: 20px 0 10px 0;
}

.list-ticks.left {
  margin-right: 20px;
}

.list-ticks.left, .list-ticks.right {
  width: 280px;
  float: left;
}

.list-ticks li {
  line-height: 22px;
  padding: 0 0 0 40px;
  margin: 0 0 20px 0;
  list-style-type: none;
  background: url(../graphics/icon-tick.gif) no-repeat left top;
}

/* BOX QUOTE */

.box-quote {
  float: left;
  width: 280px;
}

.box-quote.left {
  margin-right: 20px;
}

.box-quote img {
  margin: 0;
}

.box-quote img:hover {
  border: 5px solid #DDD;
  border: 5px solid rgba(0, 0, 0, 0.25);
}

.box-quote blockquote {
  font-size: 150%;
  font-family: Georgia, "Times New Roman", Times, serif;
}

.box-quote .name {
  color: #666;
  font-style: italic;
}

/* BOX QUOTE LARGE */

.box-quote-large {
  float: none;
  width: auto;
}

.box-quote-large blockquote {
  font-size: 110%;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  color: #111;
}

.box-quote-large .name {
  color: #666;
}

/* ---------------------------------------------------
			PROPERTIES
----------------------------------------------------*/

.property {
  margin: 10px 0 0 0;
  padding: 40px 0 0 0;
  background: url(../graphics/bg-hr.gif) no-repeat center top;
}

.property article {
  margin: 0 0 0 300px;
}

.property article header {
  margin: 0 0 30px 0;
}

.property article h3 {
  color: #AD1014;
  margin: 0;
}

.property article h4 {
  color: #666;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 100%;
}

.property aside {
  float: left;
  width: 280px;
}

.property aside img {
  width: 270px;
  border: 5px solid #CCC;
  border: 5px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 5px;
  -mox-border-radius: 5px;
  border-radius: 5px;
}

.property aside figure {
  margin: 0 0 10px 0;
}

.property aside .price, .property aside strong, .property aside a {
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 5px;
  -webkit-border-radius: 5px;
  -mox-border-radius: 5px;
  border-radius: 5px;
}

.property aside a {
  text-decoration: none;
  color: #FFF;
}

.property aside a:hover {
  background: #920E11;
}

.property aside a, .property aside .price {
  background: #012D5F;
}

.property aside strong {
  background: #999;
}

.property aside .left {
  width: 126px;
}

.property aside .bttns-left {
  width: 154px;
  float: left;
}

/* Apply button */

.property aside .apply {
  margin-top: 10px;
  background: #AD1014;
}

.property aside .apply:hover {
  background: #920E11;
}

/* Zoopla button */

.property aside .zoopla-button, .property aside .zoopla-button a, .property aside .zoopla-button img {
  margin: 0 0 10px;
  padding: 0;
  border: none !important;
  background: none;
  display: block;
}

.property aside .zoopla-button img {
  width: 280px;
}

/* ---------------------------------------------------
			SIDEBAR
----------------------------------------------------*/

#sidebar {
  float: right;
  width: 280px;
}

#box-properties.active, #box-blue1.active, #box-blue2.active {
  display: none;
}

#box-properties {
  display: block;
  width: 257px;
  height: 46px;
  padding: 170px 0 0 23px;
  margin: 0 0 20px 0;
  color: #FFF;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 160%;
  text-decoration: none;
  background: url(../graphics/sprite.png) no-repeat 0 -227px;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

.box-properties:hover {
  background-position: 0 -443px;
}

#box-blue1, #box-blue2 {
  display: block;
  width: 257px;
  height: 40px;
  padding: 40px 0 0 23px;
  margin: 0 0 20px 0;
  color: #FFF;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 130%;
  text-decoration: none;
  background: url(../graphics/sprite.png) no-repeat 0 -67px;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

.box-blue1:hover, .box-blue2:hover {
  background-position: 0 -147px;
}

/* ---------------------------------------------------
			ENQUIRY
----------------------------------------------------*/

#enquiry {
  padding: 15px 25px 25px;
  min-height: 400px;
  color: #FFF;
  background: #9bb830;
}

.ie6 #enquiry, .ie7 #enquiry, .ie8 #enquiry, .ie9 #enquiry {
  background: url(../graphics/ie.bg-enquiry.gif) no-repeat center top;
  filter: none;
  border-radius: 0;
}

#enquiry h3 {
  font-size: 200%;
  margin: 0 0 15px 0;
  color: #FFF;
  -webkit-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
}

/* ---------------------------------------------------
			ACCREDITATION LOGOS
----------------------------------------------------*/

.logo-arla, .logo-ombudsman {
  display: block;
  text-align: center;
  margin: 20px auto;
}

/* ---------------------------------------------------
			FORMS
----------------------------------------------------*/

form label {
  display: block;
  margin: 5px 4px;
  color: #000;
}

#enquiry form label {
  color: #FFF;
  display: none;
}

.no-js #enquiry form label {
  display: block;
}

form input.error, form textarea.error {
  background: #FFBFC1;
  color: #000;
}

form input.valid, form textarea.valid {
  background: #D3E895;
  color: #000;
}

form label.error {
  color: #AD1014;
  font-weight: normal;
  margin: -8px 0 10px;
  display: block;
  font-size: 90%;
}

#enquiry form label.error {
  color: #FFF;
  margin: -8px 0 10px;
  display: block;
}

form input, form textarea {
  background: #FFF;
  border: 1px solid #999;
  padding: 10px;
  width: 350px;
  margin: 0 0 10px 0;
  font-size: 100%;
  color: #888;
  font-family: Arial, Helvetica, sans-serif;
}

.ie7 #enquiry form input, .ie7 #enquiry form textarea, .ie8 #enquiry form input, .ie8 #enquiry form textarea {
  border: 1px solid #860D10;
}

#enquiry form input, #enquiry form textarea {
  padding: 10px;
  border: none;
  width: 210px;
  margin: 0 0 10px 0;
}

form input:focus, form textarea:focus {
  background: #FFFFCC;
}

#enquiry form input:focus, #enquiry form textarea:focus {
  background: #FFFFCC;
}

#enquiry form input#callback {
  display: inline;
  width: auto;
  padding: 0;
  margin-bottom: 10px;
}

#enquiry form label.callback {
  font-weight: normal;
  display: inline;
  line-height: 30px;
  margin-bottom: 10px;
}

form .button {
  margin: 10px 0 0 0;
  width: auto;
  display: block;
  border: 1px solid #608620;
  color: #FFF;
  padding: 7px 18px;
  text-decoration: none;
  font-size: 110%;
  font-weight: bold;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
  background: #73A326;
  /* old browsers */
  background: -moz-linear-gradient(top, #C1D74C 0%, #73A326 100%);
  /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C1D74C), color-stop(100%, #73A326));
  /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C1D74C', endColorstr='#73A326', GradientType=0);
  /* ie */
  background: -o-linear-gradient(top, #C1D74C 0%, #73A326 100%);
  /* opera */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4) inset, 0 -1px 1px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4) inset, 0 -1px 1px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4) inset, 0 -1px 1px rgba(0, 0, 0, 0.5) inset;
}

form .button:hover {
  padding-bottom: 9px;
  margin: 8px 0 0 0;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4) inset, 0 -3px 1px rgba(0, 0, 0, 0.6) inset;
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4) inset, 0 -3px 1px rgba(0, 0, 0, 0.6) inset;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4) inset, 0 -3px 1px rgba(0, 0, 0, 0.6) inset;
}

form .button:active, form .button:focus {
  padding-bottom: 6px;
  margin: 11px 0 0 0;
  border-top: 1px solid #000;
  background: #73A326;
  -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5) inset, 0 2px 1px rgba(0, 0, 0, 0.6) inset;
  -moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5) inset, 0 2px 1px rgba(0, 0, 0, 0.6) inset;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5) inset, 0 2px 1px rgba(0, 0, 0, 0.6) inset;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}

#enquiry form #send {
  margin: 10px 0 0 0;
  width: auto;
  display: inline-block;
  color: #FFF;
  padding: 7px 18px;
  text-decoration: none;
  font-size: 110%;
  font-weight: bold;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.6);
  background: #73A326;
  /* old browsers */
  background: -moz-linear-gradient(top, #C1D74C 0%, #73A326 100%);
  /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #C1D74C), color-stop(100%, #73A326));
  /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C1D74C', endColorstr='#73A326', GradientType=0);
  /* ie */
  background: -o-linear-gradient(top, #C1D74C 0%, #73A326 100%);
  /* opera */
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4) inset, 0 -1px 1px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4) inset, 0 -1px 1px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4) inset, 0 -1px 1px rgba(0, 0, 0, 0.5) inset;
}

#enquiry form #send:hover {
  padding-bottom: 9px;
  margin: 8px 0 0 0;
  -webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4) inset, 0 -3px 1px rgba(0, 0, 0, 0.6) inset;
  -moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4) inset, 0 -3px 1px rgba(0, 0, 0, 0.6) inset;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4) inset, 0 -3px 1px rgba(0, 0, 0, 0.6) inset;
}

#enquiry form #send:active, #enquiry form #send:focus {
  padding-bottom: 6px;
  margin: 11px 0 0 0;
  border: 1px solid #860D10;
  border-top: 1px solid #000;
  background: #73A326;
  -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5) inset, 0 2px 1px rgba(0, 0, 0, 0.6) inset;
  -moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5) inset, 0 2px 1px rgba(0, 0, 0, 0.6) inset;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.5) inset, 0 2px 1px rgba(0, 0, 0, 0.6) inset;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}

.ie7 form .button:active, .ie7 form .button:focus, .ie8 form .button:active, .ie8 form .button:focus, .ie9 form .button:active, .ie9 form .button:focus {
  background: #73A326;
  filter: none;
}

/* ---------------------------------------------------
			FOOTER
----------------------------------------------------*/

#footer {
  width: 100%;
  padding: 20px 0;
  background: #1e8bbf;
  color: #FFF;
  color: rgba(255, 255, 255, 0.8);
  font-size: 85%;
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.25) inset;
}

.ie6 #footer, .ie7 #footer {
  color: #FFF;
}

#footer a {
  color: #FFF;
}

/* ---------------------------------------------------
			LASER RED
----------------------------------------------------*/

#laserred {
  margin: 25px 0 0 0;
  display: block;
  float: right;
  width: 80px;
  height: 28px;
  background: url(../graphics/laserred.png) no-repeat 0 0;
  background-size: contain;
  text-indent: -9999px;
}

/* =============================================================================
   Cookie Info
   ========================================================================== */

#cookie-info {
  display: none;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px 35px 10px 10px;
  background: #222;
  background: rgba(0, 0, 0, 0.85);
  color: #ccc;
  color: rgba(255, 255, 255, 0.8);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.2;
  text-align: left;
  z-index: 999;
}

.ie6 #cookie-info {
  display: none !important;
}

#cookie-info strong {
  color: #fff;
  font-weight: bold;
}

/* Link */

#cookie-info a {
  color: #fff;
  text-decoration: underline;
}

#cookie-info a:hover {
  color: #fff;
  text-decoration: none;
}

/* Close X */

#cookie-info #cookie-close {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #c00;
  color: #fff;
  font-size: 30px;
  line-height: 100%;
  padding: 2px 6px;
}

#cookie-info #cookie-close:hover {
  cursor: pointer;
  background: #f00;
}

/* ---------------------------------------------------
			Privacy Policy
----------------------------------------------------*/

#body.privacy-policy {
  float: none;
  width: 100%;
}

.table.border td {
  border: 1px solid #CCCCCC;
  padding: 5px;
}

/* ---------------------------------------------------
			GDPR
----------------------------------------------------*/

.gdpr-inactive {
  pointer-events: none;
  opacity: 0.5;
}

.gdpr {
  width: calc(100%);
  background-color: rgba(0, 0, 0, 0.25);
  padding: 25px;
  margin: 20px 0 10px -25px;
}

#gdpr {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7) inset, 0 1px 0 transparent inset !important;
  display: inline-block;
  vertical-align: top;
  width: 20px !important;
  transform: translateX(-3px);
}

.gdpr p {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: calc(100% - 25px);
  transform: translateY(-4px);
}

.gdpr p a {
  color: white;
}

/* ---------------------------------------------------
			NOSCRIPT & OLD BROWSER
----------------------------------------------------*/

#old-browser {
  display: none;
}

.ie6 #old-browser, .ie7 #old-browser {
  display: block;
}

noscript div, #old-browser {
  background: #FF9;
  border: 1px solid #F60;
  margin: 0 0 20px 0;
  padding: 20px 25px;
}

noscript h2, #old-browser h2 {
  font-size: 250%;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-top: 0;
  color: #F60;
  -webkit-text-shadow: 1px 2px 0 #FFF;
  -moz-text-shadow: 1px 2px 0 #FFF;
  text-shadow: 1px 2px 0 #FFF;
}

noscript a, #old-browser a {
  color: #F60;
  text-decoration: underline;
}

/* ---------------------------------------------------
			HTML5 RESET
----------------------------------------------------*/

.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

@media all and (orientation:portrait) {}

@media all and (orientation:landscape) {}

@media screen and (max-device-width: 480px) {
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    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: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}