@charset "UTF-8";

/*TODO !important (sergii/6/26/17) Short description of document destination/structure to be pasted here*/

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 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;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * 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/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

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],
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;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 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 and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=38950afdf6256e3e9f8e)
 * Config saved to config.json and https://gist.github.com/38950afdf6256e3e9f8e
 */

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857143;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .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;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 860px;
  }
}

@media (min-width: 1280px) {
  .container {
    width: 1140px;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1440px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.child-pages-banner.child-pages-default-width-tablet .UI067,
.col-lg-4,
.child-pages-banner.child-pages-default-width-desktop .UI067,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .child-pages-banner.child-pages-default-width-tablet .UI067,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4,
  .child-pages-banner.child-pages-default-width-tablet .UI067 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1280px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .child-pages-banner.child-pages-default-width-desktop .UI067,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4,
  .child-pages-banner.child-pages-default-width-desktop .UI067 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }

  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm,
  .input-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month] {
    line-height: 30px;
  }

  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg,
  .input-group-lg input[type=date],
  .input-group-lg input[type=time],
  .input-group-lg input[type=datetime-local],
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled],
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=checkbox].disabled,
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}

.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #cccccc;
}

.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}

.btn-primary {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #ffffff;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}

.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}

.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}

.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }

  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }

  .nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }

  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .navbar-form .form-control-static {
    display: inline-block;
  }

  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }

  .navbar-form .input-group > .form-control {
    width: 100%;
  }

  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }

  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }

  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }

  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }

  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777777;
}

.navbar-default .navbar-nav > li > a {
  color: #777777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #dddddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-link {
  color: #777777;
}

.navbar-default .navbar-link:hover {
  color: #333333;
}

.navbar-default .btn-link {
  color: #777777;
}

.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}

.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}

.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #cccccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  background-color: #ffffff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}

a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}

.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #286090;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #ffffff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333333;
}

a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #dddddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #dddddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}

.panel-default {
  border-color: #dddddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}

.panel-primary {
  border-color: #337ab7;
}

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #337ab7;
  border-color: #337ab7;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #ffffff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}

.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}

.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}

.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}

.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }

  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }

  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: "‹";
}

.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }

  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }

  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none;
}

/*mixins for having browser prefixed rules/features*/

a.btn.convert-test,
.none {
  display: none;
}

.fb-tooltip {
  font-size: 14px;
  position: absolute;
  left: 0%;
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #435159;
  background: #fff;
  text-align: left;
  display: none;
  word-break: break-all;
  font-size: 12px;
  color: #435159;
  min-width: 160px;
  max-width: 160px;
}

.fb-tooltip::before,
.fb-tooltip::after {
  content: "";
  position: absolute;
  border-right: 20px solid transparent;
  top: 100%;
  left: 4px;
  margin-left: -5px;
}

.fb-tooltip::before {
  border-top: 18px solid #435159;
  margin-top: 0px;
}

.fb-tooltip::after {
  border-top: 18px solid white;
  margin-top: -2px;
  z-index: 1;
  left: 5px;
}

.fb-tooltip.fb-right::before,
.fb-tooltip.fb-right::after {
  border-left: 20px solid transparent;
  border-right: none;
  right: 4px;
  left: unset;
  margin-right: -5px;
  margin-left: unset;
}

.fb-tooltip.fb-right::after {
  right: 5px;
  left: unset;
}

.owl-drag {
  touch-action: manipulation;
}

/*TODO !important (sergii/6/26/17) Short description of document destination/structure to be pasted here*/

.default-blue {
  color: #283270;
}

.grey-background {
  background-color: #fafafb;
}

/*TODO !important (sergii/6/26/17) Short description of document destination/structure to be pasted here*/

/*TODO !important (sergii/6/26/17) Short description of document destination/structure to be pasted here*/

/*list of themes:
    .theme-video
    .theme-grey
    .theme-white
    .theme-blue
    .theme-red
    .theme-teal
    .theme-brown
    .theme-texture-grey
    .theme-texture-red
    .theme-texture-blue
    .theme-texture-brown
    .theme-pattern-blue
    .theme-pattern-white
    .theme-dotted-bg

    .theme-stripe-blue
*/

/* This is a placeholder theme!!! Remove */

.white-theme-placeholder * {
  color: white;
}

html {
  scroll-padding-top: var(--scroll-padding, 200px);
  scroll-behavior: smooth;
}

.grey-bg {
  background: #fafafb;
}

.theme-video {
  background: transparent;
}

.theme-grey {
  background: #efeff1;
}

.theme-white {
  background: white;
}

.theme-blue {
  background: #283270;
}

.theme-red {
  background: #6d2521;
}

.theme-teal {
  background: #186684;
}

.theme-brown {
  background: #655c4b;
}

.theme-texture-grey,
.theme-texture-red,
.theme-texture-blue,
.theme-stripe-blue,
.theme-texture-brown,
.theme-dotted-bg {
  background-size: auto !important;
  background-repeat: repeat !important;
}

.theme-texture-grey {
  background: url("../../../img/background-themes/grey-texture.png");
}

.theme-texture-red {
  background: url("../../../img/background-themes/red-texture.png");
}

.theme-texture-red .svg-banner {
  background: url("../../../img/background-themes/red-texture.png");
  border-color: #894f4c;
}

.theme-red-cross {
  background: url("../../../img/background-themes/red-cross-bg.png");
}

.theme-texture-blue {
  background: url("../../../img/background-themes/blue-texture.png");
}

.theme-stripe-blue {
  background: url("../../../img/background-themes/blueStripe.png");
}

.theme-texture-brown {
  background: url("../../../img/background-themes/brown-texture.png");
}

.theme-pattern-blue {
  background: #273270;
}

.theme-pattern-white {
  /*
  background: repeating-linear-gradient(-45deg, $textured-theme-light, $textured-theme-light 6px, $textured-theme-dark 7px, $textured-theme-dark 7px);
  background: -webkit-repeating-linear-gradient(-45deg,  $textured-theme-light, $textured-theme-light 6px, $textured-theme-dark 7px, $textured-theme-dark 7px);
  background: -o-repeating-linear-gradient(-45deg, $textured-theme-light, $textured-theme-light 6px, $textured-theme-dark 7px, $textured-theme-dark 7px);
  background: -moz-repeating-linear-gradient(-45deg, $textured-theme-light, $textured-theme-light 6px, $textured-theme-dark 7px, $textured-theme-dark 7px);
  */
  background: #f7f7f8 url("../../../img/background-themes/theme-pattern-white.png");
}

.theme-dotted-bg {
  background: url("../../../img/background-themes/dotted-bg.png");
}

.theme-texture-grey h1,
.theme-texture-grey h2,
.theme-texture-grey h3,
.theme-texture-grey h4,
.theme-texture-grey h5,
.theme-texture-grey h6 {
  color: #283270;
}

.theme-texture-grey p,
.theme-texture-grey li {
  color: #8c8b90;
}

.theme-texture-grey.UI052 h2 {
  color: #186684;
}

section.theme-white .theme-blue h1,
section.theme-white .theme-blue h2,
section.theme-white .theme-blue h3,
section.theme-white .theme-blue h4,
section.theme-white .theme-blue h5,
section.theme-white .theme-blue h6,
section.theme-white .theme-blue p,
section.theme-white .theme-blue li,
section.theme-white .theme-blue span,
section.theme-white .theme-red h1,
section.theme-white .theme-red h2,
section.theme-white .theme-red h3,
section.theme-white .theme-red h4,
section.theme-white .theme-red h5,
section.theme-white .theme-red h6,
section.theme-white .theme-red p,
section.theme-white .theme-red li,
section.theme-white .theme-red span,
section.theme-white .theme-teal h1,
section.theme-white .theme-teal h2,
section.theme-white .theme-teal h3,
section.theme-white .theme-teal h4,
section.theme-white .theme-teal h5,
section.theme-white .theme-teal h6,
section.theme-white .theme-teal p,
section.theme-white .theme-teal li,
section.theme-white .theme-teal span,
section.theme-white .theme-brown h1,
section.theme-white .theme-brown h2,
section.theme-white .theme-brown h3,
section.theme-white .theme-brown h4,
section.theme-white .theme-brown h5,
section.theme-white .theme-brown h6,
section.theme-white .theme-brown p,
section.theme-white .theme-brown li,
section.theme-white .theme-brown span,
section.theme-white .theme-texture-red h1,
section.theme-white .theme-texture-red h2,
section.theme-white .theme-texture-red h3,
section.theme-white .theme-texture-red h4,
section.theme-white .theme-texture-red h5,
section.theme-white .theme-texture-red h6,
section.theme-white .theme-texture-red p,
section.theme-white .theme-texture-red li,
section.theme-white .theme-texture-red span,
section.theme-white .theme-red-cross h1,
section.theme-white .theme-red-cross h2,
section.theme-white .theme-red-cross h3,
section.theme-white .theme-red-cross h4,
section.theme-white .theme-red-cross h5,
section.theme-white .theme-red-cross h6,
section.theme-white .theme-red-cross p,
section.theme-white .theme-red-cross li,
section.theme-white .theme-red-cross span,
section.theme-white .theme-texture-blue h1,
section.theme-white .theme-texture-blue h2,
section.theme-white .theme-texture-blue h3,
section.theme-white .theme-texture-blue h4,
section.theme-white .theme-texture-blue h5,
section.theme-white .theme-texture-blue h6,
section.theme-white .theme-texture-blue p,
section.theme-white .theme-texture-blue li,
section.theme-white .theme-texture-blue span,
section.theme-white .theme-stripe-blue h1,
section.theme-white .theme-stripe-blue h2,
section.theme-white .theme-stripe-blue h3,
section.theme-white .theme-stripe-blue h4,
section.theme-white .theme-stripe-blue h5,
section.theme-white .theme-stripe-blue h6,
section.theme-white .theme-stripe-blue p,
section.theme-white .theme-stripe-blue li,
section.theme-white .theme-stripe-blue span,
section.theme-white .theme-texture-brown h1,
section.theme-white .theme-texture-brown h2,
section.theme-white .theme-texture-brown h3,
section.theme-white .theme-texture-brown h4,
section.theme-white .theme-texture-brown h5,
section.theme-white .theme-texture-brown h6,
section.theme-white .theme-texture-brown p,
section.theme-white .theme-texture-brown li,
section.theme-white .theme-texture-brown span,
section.theme-white .theme-pattern-blue h1,
section.theme-white .theme-pattern-blue h2,
section.theme-white .theme-pattern-blue h3,
section.theme-white .theme-pattern-blue h4,
section.theme-white .theme-pattern-blue h5,
section.theme-white .theme-pattern-blue h6,
section.theme-white .theme-pattern-blue p,
section.theme-white .theme-pattern-blue li,
section.theme-white .theme-pattern-blue span,
section.theme-white .theme-video h1,
section.theme-white .theme-video h2,
section.theme-white .theme-video h3,
section.theme-white .theme-video h4,
section.theme-white .theme-video h5,
section.theme-white .theme-video h6,
section.theme-white .theme-video p,
section.theme-white .theme-video li,
section.theme-white .theme-video span,
section.theme-grey .theme-blue h1,
section.theme-grey .theme-blue h2,
section.theme-grey .theme-blue h3,
section.theme-grey .theme-blue h4,
section.theme-grey .theme-blue h5,
section.theme-grey .theme-blue h6,
section.theme-grey .theme-blue p,
section.theme-grey .theme-blue li,
section.theme-grey .theme-blue span,
section.theme-grey .theme-red h1,
section.theme-grey .theme-red h2,
section.theme-grey .theme-red h3,
section.theme-grey .theme-red h4,
section.theme-grey .theme-red h5,
section.theme-grey .theme-red h6,
section.theme-grey .theme-red p,
section.theme-grey .theme-red li,
section.theme-grey .theme-red span,
section.theme-grey .theme-teal h1,
section.theme-grey .theme-teal h2,
section.theme-grey .theme-teal h3,
section.theme-grey .theme-teal h4,
section.theme-grey .theme-teal h5,
section.theme-grey .theme-teal h6,
section.theme-grey .theme-teal p,
section.theme-grey .theme-teal li,
section.theme-grey .theme-teal span,
section.theme-grey .theme-brown h1,
section.theme-grey .theme-brown h2,
section.theme-grey .theme-brown h3,
section.theme-grey .theme-brown h4,
section.theme-grey .theme-brown h5,
section.theme-grey .theme-brown h6,
section.theme-grey .theme-brown p,
section.theme-grey .theme-brown li,
section.theme-grey .theme-brown span,
section.theme-grey .theme-texture-red h1,
section.theme-grey .theme-texture-red h2,
section.theme-grey .theme-texture-red h3,
section.theme-grey .theme-texture-red h4,
section.theme-grey .theme-texture-red h5,
section.theme-grey .theme-texture-red h6,
section.theme-grey .theme-texture-red p,
section.theme-grey .theme-texture-red li,
section.theme-grey .theme-texture-red span,
section.theme-grey .theme-red-cross h1,
section.theme-grey .theme-red-cross h2,
section.theme-grey .theme-red-cross h3,
section.theme-grey .theme-red-cross h4,
section.theme-grey .theme-red-cross h5,
section.theme-grey .theme-red-cross h6,
section.theme-grey .theme-red-cross p,
section.theme-grey .theme-red-cross li,
section.theme-grey .theme-red-cross span,
section.theme-grey .theme-texture-blue h1,
section.theme-grey .theme-texture-blue h2,
section.theme-grey .theme-texture-blue h3,
section.theme-grey .theme-texture-blue h4,
section.theme-grey .theme-texture-blue h5,
section.theme-grey .theme-texture-blue h6,
section.theme-grey .theme-texture-blue p,
section.theme-grey .theme-texture-blue li,
section.theme-grey .theme-texture-blue span,
section.theme-grey .theme-stripe-blue h1,
section.theme-grey .theme-stripe-blue h2,
section.theme-grey .theme-stripe-blue h3,
section.theme-grey .theme-stripe-blue h4,
section.theme-grey .theme-stripe-blue h5,
section.theme-grey .theme-stripe-blue h6,
section.theme-grey .theme-stripe-blue p,
section.theme-grey .theme-stripe-blue li,
section.theme-grey .theme-stripe-blue span,
section.theme-grey .theme-texture-brown h1,
section.theme-grey .theme-texture-brown h2,
section.theme-grey .theme-texture-brown h3,
section.theme-grey .theme-texture-brown h4,
section.theme-grey .theme-texture-brown h5,
section.theme-grey .theme-texture-brown h6,
section.theme-grey .theme-texture-brown p,
section.theme-grey .theme-texture-brown li,
section.theme-grey .theme-texture-brown span,
section.theme-grey .theme-pattern-blue h1,
section.theme-grey .theme-pattern-blue h2,
section.theme-grey .theme-pattern-blue h3,
section.theme-grey .theme-pattern-blue h4,
section.theme-grey .theme-pattern-blue h5,
section.theme-grey .theme-pattern-blue h6,
section.theme-grey .theme-pattern-blue p,
section.theme-grey .theme-pattern-blue li,
section.theme-grey .theme-pattern-blue span,
section.theme-grey .theme-video h1,
section.theme-grey .theme-video h2,
section.theme-grey .theme-video h3,
section.theme-grey .theme-video h4,
section.theme-grey .theme-video h5,
section.theme-grey .theme-video h6,
section.theme-grey .theme-video p,
section.theme-grey .theme-video li,
section.theme-grey .theme-video span {
  color: white;
}

section.theme-white .theme-blue hr,
section.theme-white .theme-red hr,
section.theme-white .theme-teal hr,
section.theme-white .theme-brown hr,
section.theme-white .theme-texture-red hr,
section.theme-white .theme-red-cross hr,
section.theme-white .theme-texture-blue hr,
section.theme-white .theme-stripe-blue hr,
section.theme-white .theme-texture-brown hr,
section.theme-white .theme-pattern-blue hr,
section.theme-white .theme-video hr,
section.theme-grey .theme-blue hr,
section.theme-grey .theme-red hr,
section.theme-grey .theme-teal hr,
section.theme-grey .theme-brown hr,
section.theme-grey .theme-texture-red hr,
section.theme-grey .theme-red-cross hr,
section.theme-grey .theme-texture-blue hr,
section.theme-grey .theme-stripe-blue hr,
section.theme-grey .theme-texture-brown hr,
section.theme-grey .theme-pattern-blue hr,
section.theme-grey .theme-video hr {
  border-top: 1px solid white;
}

section.theme-white .theme-blue .btn1,
section.theme-white .theme-red .btn1,
section.theme-white .theme-teal .btn1,
section.theme-white .theme-brown .btn1,
section.theme-white .theme-texture-red .btn1,
section.theme-white .theme-red-cross .btn1,
section.theme-white .theme-texture-blue .btn1,
section.theme-white .theme-stripe-blue .btn1,
section.theme-white .theme-texture-brown .btn1,
section.theme-white .theme-pattern-blue .btn1,
section.theme-white .theme-video .btn1,
section.theme-grey .theme-blue .btn1,
section.theme-grey .theme-red .btn1,
section.theme-grey .theme-teal .btn1,
section.theme-grey .theme-brown .btn1,
section.theme-grey .theme-texture-red .btn1,
section.theme-grey .theme-red-cross .btn1,
section.theme-grey .theme-texture-blue .btn1,
section.theme-grey .theme-stripe-blue .btn1,
section.theme-grey .theme-texture-brown .btn1,
section.theme-grey .theme-pattern-blue .btn1,
section.theme-grey .theme-video .btn1 {
  background: transparent;
  border: 1px solid white;
}

section.theme-white .theme-blue.hero-banner .btn1:hover,
section.theme-white .theme-red.hero-banner .btn1:hover,
section.theme-white .theme-teal.hero-banner .btn1:hover,
section.theme-white .theme-brown.hero-banner .btn1:hover,
section.theme-white .theme-texture-red.hero-banner .btn1:hover,
section.theme-white .theme-red-cross.hero-banner .btn1:hover,
section.theme-white .theme-texture-blue.hero-banner .btn1:hover,
section.theme-white .theme-stripe-blue.hero-banner .btn1:hover,
section.theme-white .theme-texture-brown.hero-banner .btn1:hover,
section.theme-white .theme-pattern-blue.hero-banner .btn1:hover,
section.theme-white .theme-video.hero-banner .btn1:hover,
section.theme-grey .theme-blue.hero-banner .btn1:hover,
section.theme-grey .theme-red.hero-banner .btn1:hover,
section.theme-grey .theme-teal.hero-banner .btn1:hover,
section.theme-grey .theme-brown.hero-banner .btn1:hover,
section.theme-grey .theme-texture-red.hero-banner .btn1:hover,
section.theme-grey .theme-red-cross.hero-banner .btn1:hover,
section.theme-grey .theme-texture-blue.hero-banner .btn1:hover,
section.theme-grey .theme-stripe-blue.hero-banner .btn1:hover,
section.theme-grey .theme-texture-brown.hero-banner .btn1:hover,
section.theme-grey .theme-pattern-blue.hero-banner .btn1:hover,
section.theme-grey .theme-video.hero-banner .btn1:hover {
  color: #283270;
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
}

section.theme-white .theme-blue.hero-banner .btn2,
section.theme-white .theme-red.hero-banner .btn2,
section.theme-white .theme-teal.hero-banner .btn2,
section.theme-white .theme-brown.hero-banner .btn2,
section.theme-white .theme-texture-red.hero-banner .btn2,
section.theme-white .theme-red-cross.hero-banner .btn2,
section.theme-white .theme-texture-blue.hero-banner .btn2,
section.theme-white .theme-stripe-blue.hero-banner .btn2,
section.theme-white .theme-texture-brown.hero-banner .btn2,
section.theme-white .theme-pattern-blue.hero-banner .btn2,
section.theme-white .theme-video.hero-banner .btn2,
section.theme-grey .theme-blue.hero-banner .btn2,
section.theme-grey .theme-red.hero-banner .btn2,
section.theme-grey .theme-teal.hero-banner .btn2,
section.theme-grey .theme-brown.hero-banner .btn2,
section.theme-grey .theme-texture-red.hero-banner .btn2,
section.theme-grey .theme-red-cross.hero-banner .btn2,
section.theme-grey .theme-texture-blue.hero-banner .btn2,
section.theme-grey .theme-stripe-blue.hero-banner .btn2,
section.theme-grey .theme-texture-brown.hero-banner .btn2,
section.theme-grey .theme-pattern-blue.hero-banner .btn2,
section.theme-grey .theme-video.hero-banner .btn2 {
  background: #283270;
  border: 1px solid #283270;
}

section.theme-white .theme-blue.hero-banner .btn2:hover,
section.theme-white .theme-red.hero-banner .btn2:hover,
section.theme-white .theme-teal.hero-banner .btn2:hover,
section.theme-white .theme-brown.hero-banner .btn2:hover,
section.theme-white .theme-texture-red.hero-banner .btn2:hover,
section.theme-white .theme-red-cross.hero-banner .btn2:hover,
section.theme-white .theme-texture-blue.hero-banner .btn2:hover,
section.theme-white .theme-stripe-blue.hero-banner .btn2:hover,
section.theme-white .theme-texture-brown.hero-banner .btn2:hover,
section.theme-white .theme-pattern-blue.hero-banner .btn2:hover,
section.theme-white .theme-video.hero-banner .btn2:hover,
section.theme-grey .theme-blue.hero-banner .btn2:hover,
section.theme-grey .theme-red.hero-banner .btn2:hover,
section.theme-grey .theme-teal.hero-banner .btn2:hover,
section.theme-grey .theme-brown.hero-banner .btn2:hover,
section.theme-grey .theme-texture-red.hero-banner .btn2:hover,
section.theme-grey .theme-red-cross.hero-banner .btn2:hover,
section.theme-grey .theme-texture-blue.hero-banner .btn2:hover,
section.theme-grey .theme-stripe-blue.hero-banner .btn2:hover,
section.theme-grey .theme-texture-brown.hero-banner .btn2:hover,
section.theme-grey .theme-pattern-blue.hero-banner .btn2:hover,
section.theme-grey .theme-video.hero-banner .btn2:hover {
  background: #1a2048;
  border: 1px solid #1a2048;
}

.theme-blue h1,
.theme-blue h2,
.theme-blue h3,
.theme-blue h4,
.theme-blue h5,
.theme-blue h6,
.theme-blue p,
.theme-blue li,
.theme-blue span,
.theme-red h1,
.theme-red h2,
.theme-red h3,
.theme-red h4,
.theme-red h5,
.theme-red h6,
.theme-red p,
.theme-red li,
.theme-red span,
.theme-teal h1,
.theme-teal h2,
.theme-teal h3,
.theme-teal h4,
.theme-teal h5,
.theme-teal h6,
.theme-teal p,
.theme-teal li,
.theme-teal span,
.theme-brown h1,
.theme-brown h2,
.theme-brown h3,
.theme-brown h4,
.theme-brown h5,
.theme-brown h6,
.theme-brown p,
.theme-brown li,
.theme-brown span,
.theme-texture-red h1,
.theme-texture-red h2,
.theme-texture-red h3,
.theme-texture-red h4,
.theme-texture-red h5,
.theme-texture-red h6,
.theme-texture-red p,
.theme-texture-red li,
.theme-texture-red span,
.theme-red-cross h1,
.theme-red-cross h2,
.theme-red-cross h3,
.theme-red-cross h4,
.theme-red-cross h5,
.theme-red-cross h6,
.theme-red-cross p,
.theme-red-cross li,
.theme-red-cross span,
.theme-texture-blue h1,
.theme-texture-blue h2,
.theme-texture-blue h3,
.theme-texture-blue h4,
.theme-texture-blue h5,
.theme-texture-blue h6,
.theme-texture-blue p,
.theme-texture-blue li,
.theme-texture-blue span,
.theme-stripe-blue h1,
.theme-stripe-blue h2,
.theme-stripe-blue h3,
.theme-stripe-blue h4,
.theme-stripe-blue h5,
.theme-stripe-blue h6,
.theme-stripe-blue p,
.theme-stripe-blue li,
.theme-stripe-blue span,
.theme-texture-brown h1,
.theme-texture-brown h2,
.theme-texture-brown h3,
.theme-texture-brown h4,
.theme-texture-brown h5,
.theme-texture-brown h6,
.theme-texture-brown p,
.theme-texture-brown li,
.theme-texture-brown span,
.theme-pattern-blue h1,
.theme-pattern-blue h2,
.theme-pattern-blue h3,
.theme-pattern-blue h4,
.theme-pattern-blue h5,
.theme-pattern-blue h6,
.theme-pattern-blue p,
.theme-pattern-blue li,
.theme-pattern-blue span,
.theme-video h1,
.theme-video h2,
.theme-video h3,
.theme-video h4,
.theme-video h5,
.theme-video h6,
.theme-video p,
.theme-video li,
.theme-video span {
  color: white;
}

.theme-blue hr,
.theme-red hr,
.theme-teal hr,
.theme-brown hr,
.theme-texture-red hr,
.theme-red-cross hr,
.theme-texture-blue hr,
.theme-stripe-blue hr,
.theme-texture-brown hr,
.theme-pattern-blue hr,
.theme-video hr {
  border-top: 1px solid white;
}

.theme-blue .btn1,
.theme-red .btn1,
.theme-teal .btn1,
.theme-brown .btn1,
.theme-texture-red .btn1,
.theme-red-cross .btn1,
.theme-texture-blue .btn1,
.theme-stripe-blue .btn1,
.theme-texture-brown .btn1,
.theme-pattern-blue .btn1,
.theme-video .btn1 {
  background: transparent;
  border: 1px solid white;
}

.theme-blue.hero-banner .btn1:hover,
.theme-red.hero-banner .btn1:hover,
.theme-teal.hero-banner .btn1:hover,
.theme-brown.hero-banner .btn1:hover,
.theme-texture-red.hero-banner .btn1:hover,
.theme-red-cross.hero-banner .btn1:hover,
.theme-texture-blue.hero-banner .btn1:hover,
.theme-stripe-blue.hero-banner .btn1:hover,
.theme-texture-brown.hero-banner .btn1:hover,
.theme-pattern-blue.hero-banner .btn1:hover,
.theme-video.hero-banner .btn1:hover {
  color: #283270;
  background: #e5e5e5;
  border: 1px solid #e5e5e5;
}

.theme-blue.hero-banner .btn2,
.theme-red.hero-banner .btn2,
.theme-teal.hero-banner .btn2,
.theme-brown.hero-banner .btn2,
.theme-texture-red.hero-banner .btn2,
.theme-red-cross.hero-banner .btn2,
.theme-texture-blue.hero-banner .btn2,
.theme-stripe-blue.hero-banner .btn2,
.theme-texture-brown.hero-banner .btn2,
.theme-pattern-blue.hero-banner .btn2,
.theme-video.hero-banner .btn2 {
  background: #283270;
  border: 1px solid #283270;
}

.theme-blue.hero-banner .btn2:hover,
.theme-red.hero-banner .btn2:hover,
.theme-teal.hero-banner .btn2:hover,
.theme-brown.hero-banner .btn2:hover,
.theme-texture-red.hero-banner .btn2:hover,
.theme-red-cross.hero-banner .btn2:hover,
.theme-texture-blue.hero-banner .btn2:hover,
.theme-stripe-blue.hero-banner .btn2:hover,
.theme-texture-brown.hero-banner .btn2:hover,
.theme-pattern-blue.hero-banner .btn2:hover,
.theme-video.hero-banner .btn2:hover {
  background: #1a2048;
  border: 1px solid #1a2048;
}

.theme-grey h1,
.theme-grey h3,
.theme-grey h4,
.theme-grey h5,
.theme-grey h6,
.theme-white h1,
.theme-white h3,
.theme-white h4,
.theme-white h5,
.theme-white h6,
.theme-pattern-white h1,
.theme-pattern-white h3,
.theme-pattern-white h4,
.theme-pattern-white h5,
.theme-pattern-white h6,
.theme-dotted-bg h1,
.theme-dotted-bg h3,
.theme-dotted-bg h4,
.theme-dotted-bg h5,
.theme-dotted-bg h6 {
  color: #283270;
}

.theme-grey h2,
.theme-white h2,
.theme-pattern-white h2,
.theme-dotted-bg h2 {
  color: #6b8096;
}

.theme-grey .UI002 h2,
.theme-white .UI002 h2,
.theme-pattern-white .UI002 h2,
.theme-dotted-bg .UI002 h2 {
  color: #283270;
}

.theme-grey p,
.theme-grey li,
.theme-white p,
.theme-white li,
.theme-pattern-white p,
.theme-pattern-white li,
.theme-dotted-bg p,
.theme-dotted-bg li {
  color: #8c8b90;
}

.theme-grey .date,
.theme-white .date,
.theme-pattern-white .date,
.theme-dotted-bg .date {
  color: #283270;
}

.btn.btn2 {
  background: transparent;
  color: #283270;
  border: 1px solid #283270;
}

.btn.btn2:hover {
  background: #283270;
  color: white;
}

.btn.btn3 {
  background: #6d2521;
  color: white;
  border: 1px solid #6d2521;
}

.btn.btn3:hover {
  background: white;
  color: #283270;
  border-color: #283270;
}

.theme-grey .btn1,
.theme-white .btn1,
.theme-texture-grey .btn1 {
  background: #283270;
  color: white;
  border: 1px solid #283270;
}

.theme-grey .btn1:hover,
.theme-white .btn1:hover,
.theme-texture-grey .btn1:hover {
  background: white;
  color: #283270;
  border: 1px solid #283270;
}

.theme-grey .btn2,
.theme-white .btn2,
.theme-texture-grey .btn2 {
  background: transparent;
  color: #283270;
  border: 1px solid #283270;
}

.theme-grey .btn2:hover,
.theme-white .btn2:hover,
.theme-texture-grey .btn2:hover {
  background: #283270;
  color: white;
}

.theme-blue .btn1,
.theme-red .btn1,
.theme-teal .btn1,
.theme-brown .btn1,
.theme-texture-red .btn1,
.theme-texture-blue .btn1,
.theme-stripe-blue .btn1 {
  background: white;
  color: #283270;
  border: 1px solid white;
}

.theme-blue .btn1:hover,
.theme-red .btn1:hover,
.theme-teal .btn1:hover,
.theme-brown .btn1:hover,
.theme-texture-red .btn1:hover,
.theme-texture-blue .btn1:hover,
.theme-stripe-blue .btn1:hover {
  background: #283270;
  color: white;
  border: 1px solid #283270;
}

.theme-blue .btn1 span,
.theme-red .btn1 span,
.theme-teal .btn1 span,
.theme-brown .btn1 span,
.theme-texture-red .btn1 span,
.theme-texture-blue .btn1 span,
.theme-stripe-blue .btn1 span {
  color: #283270;
}

.theme-blue .btn2,
.theme-red .btn2,
.theme-teal .btn2,
.theme-brown .btn2,
.theme-texture-red .btn2,
.theme-texture-blue .btn2,
.theme-stripe-blue .btn2 {
  color: white;
  border-color: white;
  background: transparent;
}

.theme-blue .btn2:hover,
.theme-red .btn2:hover,
.theme-teal .btn2:hover,
.theme-brown .btn2:hover,
.theme-texture-red .btn2:hover,
.theme-texture-blue .btn2:hover,
.theme-stripe-blue .btn2:hover {
  background: #283270;
  color: white;
}

.theme-video .btn1 {
  background: white;
  color: #283270;
  border: 1px solid white;
}

.theme-video .btn1:hover {
  background: #283270;
  color: white;
  border: 1px solid #283270;
}

.theme-video .btn2 {
  background: #283270;
  color: white;
  border: 1px solid #283270;
}

.theme-video .btn2:hover {
  background: white;
  color: #283270;
  border: 1px solid white;
}

.theme-pattern-white .btn1,
.theme-pattern-blue .btn1 {
  position: relative;
  padding: 15px 30px;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.theme-pattern-white .btn1:before,
.theme-pattern-white .btn1:after,
.theme-pattern-blue .btn1:before,
.theme-pattern-blue .btn1:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  border: 1px solid #283270;
}

@media only screen and (max-width: 30.000em) {
  .theme-pattern-white .btn1:before,
  .theme-pattern-white .btn1:after,
  .theme-pattern-blue .btn1:before,
  .theme-pattern-blue .btn1:after {
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
  }
}

.theme-pattern-white .btn1:after,
.theme-pattern-blue .btn1:after {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 3px solid transparent;
}

.theme-pattern-white .btn1:hover:after,
.theme-pattern-blue .btn1:hover:after {
  border: 4px solid #283270;
}

@media only screen and (max-width: 30.000em) {
  .theme-pattern-white .btn1:hover:after,
  .theme-pattern-blue .btn1:hover:after {
    border: 2px solid #283270;
  }
}

.theme-pattern-white .btn2,
.theme-pattern-blue .btn2 {
  background: none;
  border: none;
}

.theme-pattern-white .btn2:hover,
.theme-pattern-blue .btn2:hover {
  background: none;
  border: none;
}

.theme-pattern-white .btn1 {
  color: #283270;
  border: 1px solid #283270;
}

.theme-pattern-white .btn1:before {
  border: 1px solid #283270;
}

.theme-pattern-white .btn1:hover {
  border: 3px solid #283270;
  background: transparent;
}

.theme-pattern-white .btn1:hover:before {
  border: 1px solid #283270;
}

.theme-pattern-white .btn2 {
  color: #283270;
}

.theme-pattern-white .btn2:hover {
  color: #1d6983;
}

.theme-pattern-blue .btn1 {
  color: white;
  border: 1px solid white;
}

.theme-pattern-blue .btn1:before {
  border: 1px solid white;
}

.theme-pattern-blue .btn1:hover {
  border: 3px solid white;
  background: transparent;
  color: white;
}

.theme-pattern-blue .btn1:hover:before {
  border: 1px solid white;
}

.theme-pattern-blue .btn2 {
  color: white;
}

.theme-pattern-blue .btn2:hover {
  color: #e2b010;
}

/*.theme-blue, .theme-red, .theme-teal, .theme-brown, .theme-texture-red, .theme-red-cross, .theme-texture-blue, .theme-stripe-blue, .theme-texture-brown, .theme-pattern-blue, .theme-video {
    .svg-banner{
        background:transparent;
    }
}*/

.theme-white.svg-banner {
  border: none;
  background: #ffffff;
}

.overlap-top .theme-white.svg-banner {
  border-color: #283270;
  border-width: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  -webkit-box-shadow: 0px 18px 27px -24px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 18px 27px -24px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 18px 27px -24px rgba(0, 0, 0, 0.5);
}

.overlap-top .theme-white.svg-banner:hover {
  -webkit-box-shadow: 0px 18px 27px -24px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 18px 27px -24px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 18px 27px -24px rgba(0, 0, 0, 0.5);
}

/*.theme-grey, .theme-pattern-white {
    .svg-banner {*/

section.theme-white .theme-texture-blue.svg-banner,
section.theme-grey .theme-texture-blue.svg-banner {
  border: none;
  -webkit-box-shadow: 0px 18px 27px -24px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 27px -24px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 27px -24px rgba(0, 0, 0, 0.75);
  background: url("../../../img/background-themes/blue-dark-texture.png");
}

section.theme-white .theme-texture-blue.svg-banner h3,
section.theme-white .theme-texture-blue.svg-banner h4,
section.theme-white .theme-texture-blue.svg-banner p,
section.theme-grey .theme-texture-blue.svg-banner h3,
section.theme-grey .theme-texture-blue.svg-banner h4,
section.theme-grey .theme-texture-blue.svg-banner p {
  color: white;
}

section.theme-white .theme-texture-blue.svg-banner .btn1,
section.theme-grey .theme-texture-blue.svg-banner .btn1 {
  background: white;
  border: 1px solid white;
  color: #283270;
}

section.theme-white .theme-texture-blue.svg-banner .btn1:hover,
section.theme-grey .theme-texture-blue.svg-banner .btn1:hover {
  color: white;
  background: transparent;
}

section.theme-white .theme-texture-blue.svg-banner:hover,
section.theme-grey .theme-texture-blue.svg-banner:hover {
  -webkit-box-shadow: 0px 18px 27px -24px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 27px -24px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 27px -24px rgba(0, 0, 0, 0.75);
}

.theme-texture-blue.svg-banner {
  border: none;
  -webkit-box-shadow: 0px 18px 27px -24px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 27px -24px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 27px -24px rgba(0, 0, 0, 0.75);
  background: url("../../../img/background-themes/blue-dark-texture.png");
}

.theme-texture-blue.svg-banner h3,
.theme-texture-blue.svg-banner h4,
.theme-texture-blue.svg-banner p {
  color: white;
}

.theme-texture-blue.svg-banner .btn1 {
  background: white;
  border: 1px solid white;
  color: #283270;
}

.theme-texture-blue.svg-banner .btn1:hover {
  color: white;
  background: transparent;
}

.theme-texture-blue.svg-banner:hover {
  -webkit-box-shadow: 0px 18px 27px -24px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 27px -24px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 27px -24px rgba(0, 0, 0, 0.75);
}

.theme-red-cross .owl-item,
.theme-white .owl-item {
  border: 1px solid #894f4c;
  -webkit-box-shadow: 0px 18px 27px -24px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 18px 27px -24px rgba(0, 0, 0, 0);
  box-shadow: 0px 18px 27px -24px rgba(0, 0, 0, 0);
  background: none;
}

.theme-red-cross .owl-item:hover,
.theme-white .owl-item:hover {
  -webkit-box-shadow: 0px 18px 27px -24px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 18px 27px -24px rgba(0, 0, 0, 0);
  box-shadow: 0px 18px 27px -24px rgba(0, 0, 0, 0);
}

.theme-red-cross .owl-item:after,
.theme-white .owl-item:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.6;
  background: #6d2521;
  z-index: -1;
}

.theme-red-cross .owl-item,
.theme-white .owl-item {
  margin: 0px;
  padding: 40px 0px 60px;
}

.UIE011 .owl-item {
  padding: 0px;
}

.redCrossDropShadow {
  background: url("../../../img/background-themes/red-cross-bg.png");
  -webkit-box-shadow: 0px 15px 27px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 15px 27px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 15px 27px -15px rgba(0, 0, 0, 0.75);
  margin: 20px 0;
}

.redCrossDropShadow .theme-red-cross.svg-banner,
.redCrossDropShadow .theme-red-cross.svg-banner-low {
  margin: 80px;
}

@media only screen and (max-width: 767px) {
  .redCrossDropShadow .theme-red-cross.svg-banner,
  .redCrossDropShadow .theme-red-cross.svg-banner-low {
    margin: 40px;
  }
}

.redCrossDropShadow .theme-red-cross.svg-banner:after,
.redCrossDropShadow .theme-red-cross.svg-banner-low:after {
  background: #6d2521;
  opacity: 0.6;
}

.theme-red-cross.svg-banner {
  border: 1px solid #894f4c;
  -webkit-box-shadow: 0px 18px 27px -24px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 18px 27px -24px rgba(0, 0, 0, 0);
  box-shadow: 0px 18px 27px -24px rgba(0, 0, 0, 0);
  background: none;
  /*margin: 80px;

  @media only screen and (max-width: 767px) {
      margin: 40px;
      padding: 10px;
  }*/
  /*}

  .theme-white {*/
  /*margin: 0px;*/
  padding: 80px 20px;
}

.theme-red-cross.svg-banner:hover {
  -webkit-box-shadow: 0px 18px 27px -24px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 18px 27px -24px rgba(0, 0, 0, 0);
  box-shadow: 0px 18px 27px -24px rgba(0, 0, 0, 0);
}

.theme-red-cross.svg-banner:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.6;
  background: #6d2521;
  z-index: -1;
}

.theme-red-cross.svg-banner h3 {
  color: white;
}

@media only screen and (max-width: 767px) {
  .theme-red-cross.svg-banner {
    padding: 10px;
  }
}

.theme-red-cross.svg-banner p {
  color: white;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}

.theme-red-cross.svg-banner h3 {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}

.theme-red-cross.svg-banner:after {
  background: url("../../../img/background-themes/red-cross-bg.png");
  opacity: 1;
}

/*section.theme-red-cross {
    .svg-banner{
        margin: 0px 50px;
    }
}*/

.theme-white .tabset ul li a {
  color: #283270;
}

.theme-white .tabset ul li.active {
  background: white;
}

.theme-white .tabset ul li.active a {
  color: #283270;
}

@font-face {
  font-family: "fruiteger-BoldCn";
  src: url("../fonts/frutigerltstd-boldcn.eot");
  src: url("../fonts/frutigerltstd-boldcn?#iefix") format("embedded-opentype"), url("../fonts/frutigerltstd-boldcn.woff2") format("woff2"), url("../fonts/frutigerltstd-boldcn.woff") format("woff"), url("../fonts/frutigerltstd-boldcn.ttf") format("truetype"), url("../fonts/frutigerltstd-boldcn.svg") format("svg");
  font-display: swap;
}

@font-face {
  font-family: "fruiteger-lightCn";
  src: url("../fonts/frutigerltstd-lightcn.eot");
  src: url("../fonts/frutigerltstd-lightcn?#iefix") format("embedded-opentype"), url("../fonts/frutigerltstd-lightcn.woff2") format("woff2"), url("../fonts/frutigerltstd-lightcn.woff") format("woff"), url("../fonts/frutigerltstd-lightcn.ttf") format("truetype"), url("../fonts/frutigerltstd-lightcn.svg") format("svg");
  font-display: swap;
}

@font-face {
  font-family: "FrutigerLTStd-Cn";
  src: url("../fonts/FrutigerLTStd-Cn.eot") format("embedded-opentype");
  src: url("../fonts/FrutigerLTStd-Cn.eot?#iefix") format("embedded-opentype"), url("../fonts/FrutigerLTStd-Cn.woff2") format("woff2"), url("../fonts/FrutigerLTStd-Cn.woff") format("woff"), url("../fonts/FrutigerLTStd-Cn.ttf") format("truetype"), url("../fonts/FrutigerLTStd-Cn.svg") format("svg");
  font-display: swap;
}

/* cyrillic-ext */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN_r8OXuhpOqc.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}

/* vietnamese */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN_r8OXehpOqc.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: local("Open Sans Light"), local("OpenSans-Light"), url("https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN_r8OUuhp.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFWJ0bbck.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFUZ0bbck.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFWZ0bbck.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFVp0bbck.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}

/* vietnamese */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFWp0bbck.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFW50bbck.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("https://fonts.gstatic.com/s/opensans/v16/mem8YaGs126MiZpBA-UFVZ0b.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UNirkOX-hpOqc.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UNirkOXuhpOqc.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UNirkOUehpOqc.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}

/* vietnamese */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UNirkOXehpOqc.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UNirkOXOhpOqc.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url("https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UNirkOUuhp.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2") format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2") format("woff2");
  unicode-range: U+0370-03FF;
}

/* vietnamese */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN7rgOXehpOqc.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.woff2") format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url("https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN7rgOUuhp.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*common styles for tags with regards to fonts are going here*/

@supports (-ms-ime-align: auto) {
  html {
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
  }

  html.font-loadingIE {
    opacity: 0;
  }
}

@media all and (-ms-high-contrast: none) {
  html.font-loadingIE {
    opacity: 0;
  }

  *::-ms-backdrop,
  html.font-loadingIE {
    opacity: 0;
  }
}

body {
  font-family: "Lora", serif;
  font-weight: normal;
  font-size: 18px;
  font-size: 1.8rem;
  color: #8c8b90;
}

@media only screen and (max-width: 767px) {
  .the-edit-image {
    width: 65px;
  }
}

.center-text {
  text-align: center;
}

.the-edit-title {
  text-align: center;
  position: relative;
  margin: 150px 0px 100px;
}

.the-edit-title:before,
.the-edit-title:after {
  content: "";
  position: absolute;
  background: #283270;
  height: 1px;
  width: 40%;
  left: 0px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 62.000em) {
  .the-edit-title:before,
  .the-edit-title:after {
    width: 35%;
  }
}

@media only screen and (max-width: 767px) {
  .the-edit-title:before,
  .the-edit-title:after {
    width: 25%;
  }
}

.the-edit-title:after {
  left: auto;
  right: 0px;
}

@media only screen and (max-width: 767px) {
  .the-edit-title {
    margin: 50px 0px 20px;
  }

  .the-edit-title:before,
  .the-edit-title:after {
    width: 25%;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "fruiteger-BoldCn";
  color: #283270;
  text-transform: uppercase;
  line-height: 1.3;
}

h1.light-weight,
h2.light-weight,
h3.light-weight,
h4.light-weight,
h5.light-weight,
h6.light-weight {
  font-family: "fruiteger-lightCn";
}

h1.sml,
h2.sml,
h3.sml,
h4.sml,
h5.sml,
h6.sml {
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 30.000em) {
  h1.sml,
  h2.sml,
  h3.sml,
  h4.sml,
  h5.sml,
  h6.sml {
    font-size: 10px;
    font-size: 1rem;
  }
}

h1.sml a,
h2.sml a,
h3.sml a,
h4.sml a,
h5.sml a,
h6.sml a {
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 30.000em) {
  h1.sml a,
  h2.sml a,
  h3.sml a,
  h4.sml a,
  h5.sml a,
  h6.sml a {
    font-size: 10px;
    font-size: 1rem;
  }
}

h1 {
  font-size: 46px;
  font-size: 4.6rem;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media only screen and (max-width: 30.000em) {
  h1 {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

h2 {
  font-size: 32px;
  font-size: 3.2rem;
  margin-top: 5px;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 30.000em) {
  h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

h2.light {
  font-family: "fruiteger-lightCn";
  font-size: 36px;
  font-size: 3.6rem;
}

@media only screen and (max-width: 30.000em) {
  h2.light {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

h3 {
  font-size: 26px;
  font-size: 2.6rem;
  color: #186684;
}

@media only screen and (max-width: 62.000em) {
  h3 {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (max-width: 30.000em) {
  h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

h4 {
  font-size: 24px;
  font-size: 2.4rem;
  margin-bottom: 0px;
  color: #1d6983;
}

@media only screen and (max-width: 30.000em) {
  h4 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

h5 {
  font-size: 20px;
  font-size: 2rem;
  color: #186684;
}

@media only screen and (max-width: 30.000em) {
  h5 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

h6 {
  font-size: 22px;
  font-size: 2.2rem;
  color: #186684;
}

@media only screen and (max-width: 30.000em) {
  h6 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 30.000em) {
  td {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 30.000em) {
  li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.larger-copy p {
  font-size: 22px;
  font-size: 2.2rem;
}

p {
  font-weight: normal;
  line-height: 1.6;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 20px 0px;
  color: #8c8b90;
}

@media only screen and (max-width: 80.000em) {
  p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 15px 0px;
  }
}

@media only screen and (max-width: 30.000em) {
  p {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 10px 0px;
  }
}

p.subtitle {
  font-size: 22px;
  font-size: 2.2rem;
}

@media only screen and (max-width: 767px) {
  p.subtitle {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 30.000em) {
  p.subtitle {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

p.keynote {
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 30.000em) {
  p.keynote {
    font-size: 10px;
    font-size: 1rem;
  }
}

p.keynote a {
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  p.keynote a {
    font-size: 10px;
    font-size: 1rem;
  }
}

p.quote {
  font-size: 22px;
  font-size: 2.2rem;
  font-style: italic;
}

@media only screen and (max-width: 30.000em) {
  p.quote {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

p.product-code {
  font-family: "FrutigerLTStd-Cn";
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
}

@media only screen and (max-width: 30.000em) {
  p.product-code {
    font-size: 10px;
    font-size: 1rem;
  }
}

p.price {
  font-family: "FrutigerLTStd-Cn";
  font-size: 22px;
  font-size: 2.2rem;
  color: #333333;
  line-height: 1.2;
}

@media only screen and (max-width: 30.000em) {
  p.price {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

p.price span {
  font-size: 12px;
  font-size: 1.2rem;
  color: #8c8b90;
}

@media only screen and (max-width: 30.000em) {
  p.price span {
    font-size: 10px;
    font-size: 1rem;
  }
}

p.date {
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 30.000em) {
  p.date {
    font-size: 10px;
    font-size: 1rem;
  }
}

p.uppercase {
  text-transform: uppercase;
}

p.light-weight {
  font-family: "fruiteger-lightCn";
}

p b {
  font-weight: bold;
}

.fa {
  font-size: 30px;
  font-size: 3rem;
  vertical-align: middle;
}

@media only screen and (max-width: 30.000em) {
  .fa {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.bold {
  font-family: "fruiteger-BoldCn";
}

.light {
  font-family: "fruiteger-lightCn";
}

.lowercase {
  text-transform: none;
}

.strong-body-text p {
  font-size: 22px;
  font-size: 2.2rem;
}

@media only screen and (max-width: 767px) {
  .strong-body-text p {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

a {
  color: #186684;
  -webkit-transition: color 200ms ease;
  -moz-transition: color 200ms ease;
  -o-transition: color 200ms ease;
  transition: color 200ms ease;
}

a:hover {
  text-decoration: none;
  color: #1d6983;
}

a:focus {
  outline: none;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 30.000em) {
  a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

a.btn,
button.btn,
input.btn {
  min-width: 145px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0px;
  padding: 18px 22px;
  margin: 0px 5px;
  font-family: "fruiteger-BoldCn";
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  background: #283270;
  color: white;
  border: 1px solid #283270;
  text-overflow: ellipsis;
  max-width: 100%;
}

@media only screen and (max-width: 80.000em) {
  a.btn,
  button.btn,
  input.btn {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 18px 17px;
  }
}

@media only screen and (max-width: 767px) {
  a.btn,
  button.btn,
  input.btn {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 14px 18px;
    margin: 1px 7px;
  }
}

@media only screen and (max-width: 30.000em) {
  a.btn,
  button.btn,
  input.btn {
    min-width: 80px;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 18px;
    margin: 1px 7px;
  }
}

a.btn:before,
button.btn:before,
input.btn:before {
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

a.btn:hover,
a.btn:focus,
button.btn:hover,
button.btn:focus,
input.btn:hover,
input.btn:focus {
  background: white;
  color: #283270;
  border: 1px solid #283270;
}

a.btn.white,
button.btn.white,
input.btn.white {
  background: white;
  color: #283270;
  border: 1px solid white;
}

a.btn.white:hover,
a.btn.white:focus,
button.btn.white:hover,
button.btn.white:focus,
input.btn.white:hover,
input.btn.white:focus {
  background: #283270;
  color: white;
  border: 1px solid #283270;
}

a.btn.ghost,
button.btn.ghost,
input.btn.ghost {
  background: transparent;
  color: #283270;
  border: 1px solid #283270;
  border-radius: 0px;
}

a.btn.ghost:hover,
a.btn.ghost:focus,
button.btn.ghost:hover,
button.btn.ghost:focus,
input.btn.ghost:hover,
input.btn.ghost:focus {
  background: #283270;
  color: white;
}

a.btn.ghost.white,
button.btn.ghost.white,
input.btn.ghost.white {
  color: #fff;
  border-color: #fff;
}

a.btn.ghost.white:hover,
a.btn.ghost.white:focus,
button.btn.ghost.white:hover,
button.btn.ghost.white:focus,
input.btn.ghost.white:hover,
input.btn.ghost.white:focus {
  background: white;
  color: #283270;
}

a.btn.double-border,
button.btn.double-border,
input.btn.double-border {
  min-width: 220px;
  padding: 18px 0;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #283270;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 30.000em) {
  a.btn.double-border,
  button.btn.double-border,
  input.btn.double-border {
    font-size: 10px;
    font-size: 1rem;
    min-width: 110px;
    padding: 11px 0px;
  }
}

a.btn.double-border:before,
a.btn.double-border:after,
button.btn.double-border:before,
button.btn.double-border:after,
input.btn.double-border:before,
input.btn.double-border:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  border: 1px solid #283270;
}

@media only screen and (max-width: 30.000em) {
  a.btn.double-border:before,
  a.btn.double-border:after,
  button.btn.double-border:before,
  button.btn.double-border:after,
  input.btn.double-border:before,
  input.btn.double-border:after {
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
  }
}

a.btn.double-border:after,
button.btn.double-border:after,
input.btn.double-border:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 3px solid transparent;
}

a.btn.double-border:hover,
a.btn.double-border:focus,
button.btn.double-border:hover,
button.btn.double-border:focus,
input.btn.double-border:hover,
input.btn.double-border:focus {
  border: 0;
}

a.btn.double-border:hover:after,
a.btn.double-border:focus:after,
button.btn.double-border:hover:after,
button.btn.double-border:focus:after,
input.btn.double-border:hover:after,
input.btn.double-border:focus:after {
  border: 4px solid #283270;
}

@media only screen and (max-width: 30.000em) {
  a.btn.double-border:hover:after,
  a.btn.double-border:focus:after,
  button.btn.double-border:hover:after,
  button.btn.double-border:focus:after,
  input.btn.double-border:hover:after,
  input.btn.double-border:focus:after {
    border: 2px solid #283270;
  }
}

a.btn.double-border.white,
button.btn.double-border.white,
input.btn.double-border.white {
  color: white;
}

a.btn.double-border.white:before,
button.btn.double-border.white:before,
input.btn.double-border.white:before {
  border: 1px solid white;
}

a.btn.double-border.white:hover,
a.btn.double-border.white:focus,
button.btn.double-border.white:hover,
button.btn.double-border.white:focus,
input.btn.double-border.white:hover,
input.btn.double-border.white:focus {
  border: 0;
}

a.btn.double-border.white:hover:after,
a.btn.double-border.white:focus:after,
button.btn.double-border.white:hover:after,
button.btn.double-border.white:focus:after,
input.btn.double-border.white:hover:after,
input.btn.double-border.white:focus:after {
  border: 4px solid white;
}

@media only screen and (max-width: 30.000em) {
  a.btn.double-border.white:hover:after,
  a.btn.double-border.white:focus:after,
  button.btn.double-border.white:hover:after,
  button.btn.double-border.white:focus:after,
  input.btn.double-border.white:hover:after,
  input.btn.double-border.white:focus:after {
    border: 2px solid white;
  }
}

label {
  color: white;
  letter-spacing: 1px;
  font-family: "fruiteger-lightCn";
}

@media only screen and (max-width: 767px) {
  label {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 30.000em) {
  label {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.tabset li a {
  font-family: "fruiteger-BoldCn";
}

.tabset li a span {
  font-family: "fruiteger-lightCn";
}

.hero-banner h3 {
  font-size: 24px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 1600px) {
  .hero-banner h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .hero-banner h3 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.hero-banner h1 {
  font-family: "fruiteger-lightCn";
  font-size: 76px;
  font-size: 7.6rem;
  line-height: 1;
  margin-top: 10px;
}

@media only screen and (max-width: 1600px) {
  .hero-banner h1 {
    font-size: 68px;
    font-size: 6.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .hero-banner h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.hero-banner p {
  font-size: 22px;
  font-size: 2.2rem;
}

@media only screen and (max-width: 767px) {
  .hero-banner p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.hero-banner a.btn,
.hero-banner button.btn {
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .hero-banner a.btn,
  .hero-banner button.btn {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.hero-banner.hero-sub-banner h3 {
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .hero-banner.hero-sub-banner h3 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.hero-banner.hero-sub-banner h1 {
  font-size: 46px;
  font-size: 4.6rem;
  font-family: "fruiteger-BoldCn";
}

@media only screen and (max-width: 767px) {
  .hero-banner.hero-sub-banner h1 {
    font-size: 27px;
    font-size: 2.7rem;
  }
}

.hero-banner.hero-sub-banner p {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .hero-banner.hero-sub-banner p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

ul {
  padding-left: 0px;
  margin-bottom: 30px;
}

ul li {
  margin-bottom: 20px;
  position: relative;
  padding-left: 14px;
  list-style-type: none;
}

@media only screen and (max-width: 767px) {
  ul li {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 7px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 30.000em) {
  ul li {
    font-size: 10px;
    font-size: 1rem;
    margin-bottom: 10px;
  }
}

ul li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  left: 0px;
  top: 9px;
  background: #e2b010;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  ul li:before {
    width: 3px;
    height: 3px;
    top: 4px;
  }
}

.filter-heading {
  color: #1d6983;
  text-transform: uppercase;
}

.filter label {
  color: #8c8b90;
}

input[type=text],
input[type=search],
input[type=number],
input[type=email] {
  font-family: "fruiteger-BoldCn";
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 30.000em) {
  input[type=text],
  input[type=search],
  input[type=number],
  input[type=email] {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.job-title {
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 30.000em) {
  .job-title {
    font-size: 10px;
    font-size: 1rem;
  }
}

.UIE001 .price,
.UIE001 .sml-text {
  font-family: "FrutigerLTStd-Cn";
  line-height: 1.1;
}

@media only screen and (max-width: 80.000em) {
  .UIE001 .price {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.UIE001 .sml-text {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.UIE001 .product-cta-row {
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
}

.UIE001 .product-cta-row a .fa {
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .UIE001 .product-cta-row a {
    font-size: 10px;
    font-size: 1rem;
  }

  .UIE001 .product-cta-row a .fa {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.security-site ul li:before {
  background: #ed6e4d;
}

#jacksons-modal {
  display: block;
  position: fixed;
  z-index: 11;
  width: 340px;
  background-color: #fff;
  padding: 20px;
  border-bottom: 1px solid #283270;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.8);
  font-family: "FrutigerLTStd-Cn";
  font-weight: bold;
  text-align: left;
}

@media only screen and (max-width: 62.000em) {
  #jacksons-modal {
    right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  #jacksons-modal {
    width: 250px;
  }
}

.modalTitle {
  background-color: #283270;
  color: #fff;
  font-size: 22px;
  font-size: 2.2rem;
  margin: -20px;
  height: 50px;
  line-height: 50px;
  text-indent: 15px;
}

.modalTitle span {
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
  .modalTitle {
    text-indent: 5px;
  }

  .modalTitle .fa-check-circle {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .modalTitle span {
    padding-left: 8px;
  }
}

.productName {
  font-size: 22px;
  font-size: 2.2rem;
  color: #186684;
  font-weight: bold;
}

.modal-quantity {
  color: #6b8096;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 15px 0 5px 0;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}

.modal-quantity .quantityValue {
  color: #000;
}

body.header-fixed.header-minimised {
  margin-top: 66px;
}

body.header-fixed.header-minimised.secondary-nav-isStuck .secondary-nav-parent {
  margin-bottom: 160px;
}

body.header-fixed {
  margin-top: 125px;
}

@media only screen and (max-width: 62.000em) {
  body.header-fixed {
    margin-top: 45px;
  }
}

.header-desktop {
  background: white;
  z-index: 1002;
  padding: 20px 0px 0px 0px;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.header-desktop .container {
  background: white;
}

.header-desktop .phone-number,
.header-desktop .account-info,
.header-desktop .logo {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
}

@media only screen and (min-width: 62.000em) {
  .header-desktop .phone-number,
  .header-desktop .account-info,
  .header-desktop .logo {
    width: 27%;
  }
}

.header-desktop .logo {
  width: 37%;
  text-align: center;
}

@media only screen and (min-width: 1559px) {
  .header-desktop .logo {
    width: 50%;
  }
}

@media only screen and (min-width: 80.000em) {
  .header-desktop .logo {
    width: 45%;
  }
}

@media only screen and (min-width: 62.000em) {
  .header-desktop .phone-number {
    position: relative;
    top: 5px;
  }
}

.header-desktop .phone-number a {
  font-size: 15px;
  font-size: 1.5rem;
  color: #283270;
}

.header-desktop .phone-number a .fa {
  font-size: 15px;
  font-size: 1.5rem;
  padding-right: 3px;
}

.header-desktop .phone-number a .full-number {
  display: block;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.header-desktop .phone-number a .icon-only {
  display: block;
  max-height: 8px;
  text-align: right;
  padding-right: 15px;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transform: translateY(-10px) translateX(-10px);
  -webkit-transform: translateY(-10px) translateX(-10px);
  transform: translateY(-10px) translateX(-10px);
}

.header-desktop .phone-number a .icon-only .fa {
  font-size: 0px;
  font-size: 0rem;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

@media only screen and (min-width: 62.000em) {
  .header-desktop .phone-number a {
    font-size: 20px;
    font-size: 2rem;
  }

  .header-desktop .phone-number a .fa {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media only screen and (min-width: 80.000em) {
  .header-desktop .phone-number a {
    font-size: 30px;
    font-size: 3rem;
  }

  .header-desktop .phone-number a .fa {
    font-size: 30px;
    font-size: 3rem;
  }
}

.header-desktop .account-info {
  text-align: right;
}

@media only screen and (min-width: 80.000em) {
  .header-desktop .account-info {
    text-align: center;
  }
}

@media only screen and (min-width: 1559px) {
  .header-desktop .account-info {
    text-align: right;
  }
}

.header-desktop .account-options {
  max-width: 156px;
  display: inline-block;
  margin-right: 40px;
  vertical-align: middle;
  text-align: left;
}

.header-desktop .account-options .hello {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}

@media only screen and (max-width: 80.000em) {
  .header-desktop .account-options {
    margin-right: 0px;
  }
}

.header-desktop .account-options span,
.header-desktop .account-options a {
  color: #8c8b90;
  font-size: 16px;
  font-size: 1.6rem;
}

.header-desktop .account-options .selectric-wrapper {
  margin-top: -5px;
}

.header-desktop .account-options .pseudoSelectric {
  position: relative;
  margin-right: -25px;
  z-index: 1002;
}

.header-desktop .account-options .pseudoSelectric .ddMenu {
  display: none;
  background: #f8f8f8;
  position: absolute;
  left: -20px;
  z-index: 2;
  min-width: 200px;
}

.header-desktop .account-options .pseudoSelectric .ddMenu li {
  padding: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "fruiteger-lightCn";
}

.header-desktop .account-options .pseudoSelectric .ddMenu li a {
  color: #283270;
  display: block;
  padding: 20px;
}

.header-desktop .account-options .pseudoSelectric .ddMenu li:before {
  content: none;
}

.header-desktop .account-options .pseudoSelectric .ddMenu li:hover {
  background: #d0d0d0;
}

.header-desktop .account-options .pseudoSelectric:hover .ddMenu {
  display: block;
}

.header-desktop .account-options .pseudoSelectric .label {
  color: #283270;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  text-align: left;
  height: 25px;
  line-height: 25px;
  font-size: 16px;
  font-size: 1.6rem;
}

.header-desktop .account-options .pseudoSelectric .button {
  width: 15px;
  height: 25px;
  right: -20px;
  background: none;
  color: transparent;
}

.header-desktop .account-options .pseudoSelectric .button:before {
  content: "\f0d7";
  font-family: FontAwesome;
  font-size: 14px;
  font-size: 1.4rem;
  color: #283270;
  position: absolute;
  top: 1px;
  left: 100px;
}

.header-desktop .account-options .pseudoSelectric .label,
.header-desktop .account-options .pseudoSelectric .button {
  cursor: pointer;
}

.header-desktop .account-options .selectric {
  background: transparent;
  border: none;
}

.header-desktop .account-options .selectric-items {
  border: none;
  min-width: 200px;
}

.header-desktop .account-options .selectric-items li {
  color: #283270;
}

.header-desktop .account-options .selectric-items li:before {
  display: none;
}

.header-desktop nav {
  text-align: center;
}

.header-desktop nav .top-level-nav {
  color: #283270;
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 0px;
  font-size: 0rem;
}

.header-desktop nav .top-level-nav > li {
  text-align: center;
  display: table-cell;
  padding: 5px 14px 10px;
  margin: 0px;
  vertical-align: top;
  line-height: 14px;
  position: static;
}

.header-desktop nav .top-level-nav > li:before {
  display: none;
}

.header-desktop nav .top-level-nav > li > a {
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  color: #283270;
  display: inline-block;
  line-height: 1.6rem;
}

.header-desktop nav .top-level-nav > li > a:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 0px;
  height: 2px;
  right: 0px;
  bottom: -4px;
  background: #e2b010;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.header-desktop nav .top-level-nav > li > a:hover {
  color: #283270;
}

.header-desktop nav .top-level-nav > li > a:hover:after {
  width: 100%;
}

.header-desktop nav .top-level-nav > li.second-level-open > a:after {
  width: 100%;
}

.header-desktop nav .top-level-nav .dropdown-holder {
  display: block !important;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  opacity: 0;
  z-index: -999;
  padding: 0;
}

.header-desktop nav .top-level-nav .second-level-open .dropdown-holder {
  max-height: 550px;
  opacity: 1;
  z-index: 999;
}

.header-desktop nav .top-level-nav .second-level-open .dropdown-holder .sub-menu-container {
  padding: 15px 15px 40px 15px;
}

@media only screen and (max-width: 1600px) {
  .header-desktop nav .top-level-nav {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 1559px) {
  .header-desktop nav .top-level-nav > li {
    max-width: 200px;
    padding: 5px 15px 10px;
  }

  .header-desktop nav .top-level-nav > li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 80.000em) {
  .header-desktop nav .top-level-nav {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .header-desktop nav .top-level-nav > li {
    padding: 5px 10px 10px;
    max-width: 110px;
  }

  .header-desktop nav .top-level-nav > li > a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.header-desktop .nav-row {
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  max-height: 70px;
  position: static;
  visibility: visible;
}

.header-desktop .nav-row .top-level-nav {
  max-height: 40px;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  display: table;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 62.000em) {
  .header-desktop {
    display: none;
  }
}

.security-site nav .top-level-nav > li > a:after {
  background: #ed6e4d;
}

.header-desktop.fixed {
  position: fixed;
  width: 100%;
  top: 0px;
}

.header-desktop.fixed + .header-breadcrumb {
  position: fixed;
  width: 100%;
  top: 70px;
  z-index: 1000;
}

.header-desktop.minimised {
  padding: 10px 0px 10px 0px;
}

@media only screen and (max-width: 62.000em) {
  .header-desktop.minimised .phone-number .full-number {
    -ms-transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  .header-desktop.minimised .phone-number .icon-only {
    display: block;
    max-height: 35px;
  }

  .header-desktop.minimised .phone-number .icon-only .fa {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

.header-desktop.minimised .nav-row {
  opacity: 0;
  max-height: 0px;
  visibility: visible;
  -ms-transform: translateY(-70px);
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
}

.header-desktop.minimised .nav-row .top-level-nav {
  max-height: 0px;
  overflow: hidden;
}

.header-desktop.minimised .header-aside-content {
  -ms-transform: translateY(-10px);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.header-desktop.minimised .header-aside-content.slide-up {
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.header-desktop.minimised .header-aside-content.left {
  opacity: 1;
  -ms-transform: translateX(0px) translateY(-10px);
  -webkit-transform: translateX(0px) translateY(-10px);
  transform: translateX(0px) translateY(-10px);
}

.header-minimised .minimised .nav-row {
  opacity: 0;
  max-height: 0px;
  visibility: visible;
  -ms-transform: translateY(-70px);
  -webkit-transform: translateY(-70px);
  transform: translateY(-70px);
}

.menu-icon {
  cursor: pointer;
  padding: 0px 5px 5px;
}

.menu-icon .menu-btn {
  font-size: 16px;
  font-size: 1.6rem;
  color: #8c8b90;
}

@media only screen and (max-width: 62.000em) {
  .menu-icon .menu-btn {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.menu-icon .burger-icon {
  display: inline-block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  background: transparent;
  vertical-align: middle;
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  margin-top: 2px;
}

@media only screen and (max-width: 62.000em) {
  .menu-icon .burger-icon {
    width: 80%;
  }
}

.menu-icon .burger-icon span {
  display: block;
  position: absolute;
  top: 50%;
  left: 0px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 3px;
  background: #283270;
  width: 30px;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

@media only screen and (max-width: 62.000em) {
  .menu-icon .burger-icon span {
    width: 20px;
  }
}

.menu-icon .burger-icon span:before,
.menu-icon .burger-icon span:after {
  content: "";
  position: absolute;
  background: #283270;
  width: 40px;
  height: 3px;
  left: 0px;
  top: -12px;
  right: 0px;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

@media only screen and (max-width: 62.000em) {
  .menu-icon .burger-icon span:before,
  .menu-icon .burger-icon span:after {
    top: -9px;
  }
}

.menu-icon .burger-icon span:after {
  top: auto;
  bottom: -12px;
}

@media only screen and (max-width: 62.000em) {
  .menu-icon .burger-icon span:after {
    bottom: -9px;
  }
}

.header-minimised-show-nav .minimised .burger-icon {
  -ms-transform: translateY(0px) rotate(90deg);
  -webkit-transform: translateY(0px) rotate(90deg);
  transform: translateY(0px) rotate(90deg);
}

.header-minimised-show-nav .minimised .burger-icon span {
  left: 5px;
  height: 0px;
  width: 0px;
}

.header-minimised-show-nav .minimised .burger-icon span:before,
.header-minimised-show-nav .minimised .burger-icon span:after {
  width: 17px;
  opacity: 1;
}

.header-minimised-show-nav .minimised .burger-icon span:before {
  top: -6px;
  -ms-transform: rotate(-37deg);
  -webkit-transform: rotate(-37deg);
  transform: rotate(-37deg);
}

.header-minimised-show-nav .minimised .burger-icon span:after {
  bottom: -6px;
  -ms-transform: rotate(37deg);
  -webkit-transform: rotate(37deg);
  transform: rotate(37deg);
}

@media only screen and (max-width: 62.000em) {
  .header-minimised-show-nav .minimised .burger-icon span {
    left: 0px;
  }
}

.header-minimised-show-nav .minimised .nav-row {
  opacity: 1;
  max-height: 70px;
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible;
}

.header-minimised-show-nav .minimised .nav-row .top-level-nav {
  max-height: 40px;
}

.header-minimised-show-nav .header-desktop {
  padding: 15px 0px 0px 0px;
}

.header-minimised-show-nav .header-desktop nav .top-level-nav > li {
  padding: 5px 14px 20px;
}

.header-minimised-show-nav.secondary-nav-isStuck .secondary-nav {
  top: 65px;
}

.header-aside-content {
  display: inline-block;
  position: absolute;
  right: 14px;
  top: 20px;
  z-index: 1005;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.header-aside-content.left {
  right: auto;
  left: 14px;
  top: 10px;
  opacity: 0;
  -ms-transform: translateX(-55px);
  -webkit-transform: translateX(-55px);
  transform: translateX(-55px);
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.header-aside-content.slide-up {
  top: 0px;
  right: 0px;
}

.header-mobile-container {
  position: relative;
  z-index: 1001;
}

.header-mobile-container .breadcrumb-container {
  display: none !important;
}

@media only screen and (max-width: 62.000em) {
  .header-mobile-container .breadcrumb-container {
    display: block !important;
  }
}

.header-mobile-container .header-mobile {
  display: none;
  background: white;
  padding: 10px 0px;
}

@media only screen and (max-width: 62.000em) {
  .header-mobile-container .header-mobile {
    display: block;
    position: relative;
    z-index: 100000;
  }
}

.header-mobile-container .header-mobile .col-md-12 {
  padding: 0px 5px;
}

.header-mobile-container .header-mobile .left,
.header-mobile-container .header-mobile .right {
  width: 50%;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
}

.header-mobile-container .header-mobile a {
  font-size: 0px;
  font-size: 0rem;
}

.header-mobile-container .header-mobile .right {
  text-align: right;
}

.header-mobile-container .header-mobile .right .fa-phone,
.header-mobile-container .header-mobile .right .search-icon,
.header-mobile-container .header-mobile .right .close-search-icon,
.header-mobile-container .header-mobile .right .cart,
.header-mobile-container .header-mobile .right .menu-toggle {
  padding: 0px 6px;
}

.header-mobile-container .header-mobile .right .fa {
  color: #283270;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  top: 5px;
}

@media only screen and (max-width: 62.000em) {
  .header-mobile-container .header-mobile .right .fa {
    top: 2px;
  }
}

.header-mobile-container .header-mobile .right .search-icon,
.header-mobile-container .header-mobile .right .close-search-icon {
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.header-mobile-container .header-mobile .right .search-icon {
  cursor: pointer;
  opacity: 1;
  -ms-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  vertical-align: middle;
}

.header-mobile-container .header-mobile .right .search-icon.slide-up {
  opacity: 0;
  -ms-transform: translateY(-21px);
  -webkit-transform: translateY(-21px);
  transform: translateY(-21px);
}

.header-mobile-container .header-mobile .right .close-search-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  opacity: 0;
  -ms-transform: translateY(-21px);
  -webkit-transform: translateY(-21px);
  transform: translateY(-21px);
}

.header-mobile-container .header-mobile .right .close-search-icon:before,
.header-mobile-container .header-mobile .right .close-search-icon:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 22px;
  width: 3px;
  background-color: #283270;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header-mobile-container .header-mobile .right .close-search-icon:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-mobile-container .header-mobile .right .close-search-icon.active {
  opacity: 1;
  -ms-transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.header-mobile-container .header-mobile .right .cart .basket-quantity {
  left: 61%;
}

.header-mobile-container .header-mobile .right .cart .basket-quantity:before {
  left: -1%;
}

.header-mobile-container .header-mobile .right .menu-toggle {
  margin-left: 10px;
  height: 20px;
  width: 25px;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

.header-mobile-container .header-mobile .right .menu-toggle span {
  width: 80%;
  position: absolute;
  height: 2px;
  background: #283270;
  top: 50%;
  right: 0px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.header-mobile-container .header-mobile .right .menu-toggle:before,
.header-mobile-container .header-mobile .right .menu-toggle:after {
  content: "";
  background: #283270;
  height: 2px;
  width: 100%;
  top: 0px;
  right: 0px;
  position: absolute;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.header-mobile-container .header-mobile .right .menu-toggle:after {
  top: auto;
  bottom: 0px;
}

.header-mobile-container.fixed {
  position: fixed;
  top: 0px;
  width: 100%;
}

.menu-mobile {
  padding: 15px 15px;
  display: none;
  background: white;
  position: absolute;
  z-index: 1000;
  width: 100%;
  opacity: 0;
  overflow: hidden;
  max-height: 0px;
  padding: 0px 15px;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  border-bottom: 0px solid #283270;
}

@media only screen and (max-width: 62.000em) {
  .menu-mobile {
    display: block;
  }
}

.menu-mobile .animate-item {
  opacity: 0;
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.menu-mobile ul {
  text-align: left;
  margin-bottom: 0px;
}

.menu-mobile ul li {
  margin-bottom: 5px;
  padding-left: 0;
}

.menu-mobile ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #283270;
}

.menu-mobile ul li:before {
  display: none;
}

.menu-mobile__other-sites {
  margin-top: 20px;
}

.menu-mobile__other-sites > p {
  margin-bottom: 0;
}

.menu-mobile__other-sites > p:hover {
  cursor: default !important;
}

.menu-mobile__other-sites ul li {
  display: inline-block;
  width: auto;
  padding-left: 26px;
}

.menu-mobile__other-sites ul li:first-child {
  padding-left: 0;
}

.menu-mobile__other-sites ul li:first-child:after {
  content: "";
  width: 1px;
  position: absolute;
  right: -15px;
  top: 3px;
  bottom: 5px;
  background: #1d6983;
}

.menu-mobile__other-sites ul li a {
  opacity: 1;
}

.mobile-menu-open .header-mobile-container .menu-mobile {
  padding: 15px 0px;
  max-height: 1000px;
  opacity: 1;
  border-bottom: 2px solid #283270;
}

.mobile-menu-open .header-mobile-container .menu-mobile .animate-item.animated {
  opacity: 1;
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.mobile-menu-open .header-mobile-container .right .menu-toggle span {
  opacity: 0;
}

.mobile-menu-open .header-mobile-container .right .menu-toggle:before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 9px;
}

.mobile-menu-open .header-mobile-container .right .menu-toggle:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 9px;
}

.mobile-menu-open .secondary-nav.isStuck {
  top: 277px;
}

.mobile-search-open .menu-mobile {
  -ms-transform: translateY(45px);
  -webkit-transform: translateY(45px);
  transform: translateY(45px);
}

@media only screen and (max-width: 30.000em) {
  .mobile-search-open .menu-mobile {
    -ms-transform: translateY(45px);
    -webkit-transform: translateY(45px);
    transform: translateY(45px);
  }
}

.cart {
  display: inline-block;
  position: relative;
  margin-left: 16px;
  cursor: pointer;
}

@media only screen and (max-width: 1700px) {
  .cart {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 1389px) {
  .cart {
    margin-right: 50px;
  }
}

@media only screen and (max-width: 1600px) {
  .cart {
    margin-right: 0px;
  }
}

@media only screen and (max-width: 80.000em) {
  .cart {
    margin-right: 0px;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 62.000em) {
  .cart {
    margin-left: 0px;
  }
}

@-webkit-keyframes flip {
  0% {
    -ms-transform: scale(1, 1) translateX(-25%);
    -webkit-transform: scale(1, 1) translateX(-25%);
    transform: scale(1, 1) translateX(-25%);
  }

  50% {
    -ms-transform: scale(1, -1) translateX(-25%);
    -webkit-transform: scale(1, -1) translateX(-25%);
    transform: scale(1, -1) translateX(-25%);
  }

  100% {
    -ms-transform: scale(1, 1) translateX(-25%);
    -webkit-transform: scale(1, 1) translateX(-25%);
    transform: scale(1, 1) translateX(-25%);
  }
}

@-moz-keyframes flip {
  0% {
    -ms-transform: scale(1, 1) translateX(-25%);
    -webkit-transform: scale(1, 1) translateX(-25%);
    transform: scale(1, 1) translateX(-25%);
  }

  50% {
    -ms-transform: scale(1, -1) translateX(-25%);
    -webkit-transform: scale(1, -1) translateX(-25%);
    transform: scale(1, -1) translateX(-25%);
  }

  100% {
    -ms-transform: scale(1, 1) translateX(-25%);
    -webkit-transform: scale(1, 1) translateX(-25%);
    transform: scale(1, 1) translateX(-25%);
  }
}

@-o-keyframes flip {
  0% {
    -ms-transform: scale(1, 1) translateX(-25%);
    -webkit-transform: scale(1, 1) translateX(-25%);
    transform: scale(1, 1) translateX(-25%);
  }

  50% {
    -ms-transform: scale(1, -1) translateX(-25%);
    -webkit-transform: scale(1, -1) translateX(-25%);
    transform: scale(1, -1) translateX(-25%);
  }

  100% {
    -ms-transform: scale(1, 1) translateX(-25%);
    -webkit-transform: scale(1, 1) translateX(-25%);
    transform: scale(1, 1) translateX(-25%);
  }
}

@keyframes flip {
  0% {
    -ms-transform: scale(1, 1) translateX(-25%);
    -webkit-transform: scale(1, 1) translateX(-25%);
    transform: scale(1, 1) translateX(-25%);
  }

  50% {
    -ms-transform: scale(1, -1) translateX(-25%);
    -webkit-transform: scale(1, -1) translateX(-25%);
    transform: scale(1, -1) translateX(-25%);
  }

  100% {
    -ms-transform: scale(1, 1) translateX(-25%);
    -webkit-transform: scale(1, 1) translateX(-25%);
    transform: scale(1, 1) translateX(-25%);
  }
}

.cart .basket-quantity {
  display: none;
  width: 21px;
  height: 21px;
  color: white;
  position: absolute;
  top: 1px;
  left: 50%;
  right: 0px;
  -ms-transform: translateX(-25%);
  -webkit-transform: translateX(-25%);
  transform: translateX(-25%);
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
  z-index: 1;
  text-align: center;
}

.cart .basket-quantity.update {
  -webkit-animation: flip .5s ease-in 1;
  -moz-animation: flip .5s ease-in 1;
  -o-animation: flip .5s ease-in 1;
  animation: flip .5s ease-in 1;
}

.cart .basket-quantity:before {
  content: "";
  background: #e2b010;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  border: 1px solid white;
  z-index: -1;
  left: 0px;
}

.security-site nav {
  text-align: center;
}

.security-site nav .top-level-nav {
  color: #435159;
}

.security-site nav .top-level-nav > li:before {
  display: none;
}

.security-site nav .top-level-nav > li > a {
  color: #435159;
}

@media only screen and (max-width: 62.000em) {
  .segment-header .segment-header__quick-links ul li.mobile-hide {
    display: none;
  }
}

#multi-menu-mobile {
  display: block;
  background-color: #fff;
  z-index: 1000;
  width: 90%;
  overflow: hidden;
  overflow-y: visible;
  padding-bottom: 50px;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  border-bottom: 0px solid #283270;
  position: absolute;
  z-index: 10000;
  top: auto;
  height: calc(100vh - 150px);
  padding: 0;
  box-shadow: 0 107px 0px 0 white;
}

#multi-menu-mobile.open {
  transform: translateX(0%);
}

@media only screen and (min-width: 62.000em) {
  #multi-menu-mobile {
    display: none !important;
  }
}

#multi-menu-mobile ul {
  text-align: left;
  margin-bottom: 0px;
  padding-bottom: 15px;
  padding-top: 0;
}

#multi-menu-mobile ul li {
  padding: 0;
  border-bottom: 1px solid #d8d8dd;
  margin-bottom: 0;
  position: static;
}

#multi-menu-mobile ul li a,
#multi-menu-mobile ul li span {
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #283270;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 21px;
  padding: 6px 20px;
}

#multi-menu-mobile ul li a .back-icon,
#multi-menu-mobile ul li span .back-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #283270;
  border-left: 2px solid #283270;
  margin-right: 10px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  padding: 0;
}

#multi-menu-mobile ul li a.slide-menu__backlink,
#multi-menu-mobile ul li span.slide-menu__backlink {
  justify-content: flex-start;
  background-color: #d8d8dd;
}

#multi-menu-mobile ul li span {
  padding: 0 20px;
  font-family: "fruiteger-lightCn";
  letter-spacing: 0.4px;
}

#multi-menu-mobile ul li:before {
  display: none;
}

#multi-menu-mobile ul li .mobile-menu-button {
  text-align: center;
  max-width: 85%;
  margin: 15px auto 0;
}

#multi-menu-mobile ul li .mobile-menu-button a {
  background-color: #283270;
  color: white;
  display: block;
  padding: 15px 20px;
}

#multi-menu-mobile ul.menu-top-level > li > a .next-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #283270;
  border-left: 2px solid #283270;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  padding: 0;
}

#multi-menu-mobile ul.menu-sub-level > li a .next-icon {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
}

#multi-menu-mobile ul.menu-sub-level > li a .next-icon:before,
#multi-menu-mobile ul.menu-sub-level > li a .next-icon:after {
  content: "";
  position: absolute;
  background: #283270;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

#multi-menu-mobile ul.menu-sub-level > li a .next-icon:before {
  left: 50%;
  top: 4px;
  bottom: 4px;
  width: 2px;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#multi-menu-mobile ul.menu-sub-level > li a .next-icon:after {
  top: 50%;
  left: 4px;
  right: 4px;
  height: 2px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#multi-menu-mobile ul.menu-sub-level > li.open > a {
  background-color: #efeff1;
}

#multi-menu-mobile ul.menu-sub-level > li.open a .next-icon:before {
  -ms-transform: translateX(-50%) rotate(90deg);
  -webkit-transform: translateX(-50%) rotate(90deg);
  transform: translateX(-50%) rotate(90deg);
}

#multi-menu-mobile ul.menu-sub-level > li.open a .next-icon:after {
  -ms-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

#multi-menu-mobile ul .menu-sub-level {
  padding-bottom: 50px;
}

#multi-menu-mobile div.menu-last-level {
  display: none;
}

#multi-menu-mobile div.menu-last-level .last-level-item {
  border-bottom: 1px solid #d8d8dd;
  margin: 0 30px;
}

#multi-menu-mobile div.menu-last-level .last-level-item:last-child {
  border-bottom: none;
}

#multi-menu-mobile div.menu-last-level .last-level-item > a {
  padding: 5px 0;
  font-size: 12px;
}

#multi-menu-mobile .menu-mobile__other-sites {
  padding: 0 20px;
}

#multi-menu-mobile .menu-mobile__other-sites p {
  font-family: "fruiteger-lightCn";
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

#multi-menu-mobile .menu-mobile__other-sites .other-site-item {
  display: inline-block;
  border-bottom: none;
  margin-right: 15px;
  position: relative;
}

#multi-menu-mobile .menu-mobile__other-sites .other-site-item > a {
  color: #283270;
  font-size: 14px;
}

#multi-menu-mobile .menu-mobile__other-sites .other-site-item:not(:last-child):after {
  content: "";
  width: 1px;
  position: absolute;
  right: -10px;
  top: 3px;
  bottom: 5px;
  background: #283270;
}

#multi-menu-mobile .slide-menu__slider {
  transform: translateY(0);
}

body.mobile-menu-open {
  overflow: hidden;
}

.footer {
  border-top: 1px solid #283270;
  background: white;
  padding: 75px 0px 25px;
}

@media only screen and (max-width: 62.000em) {
  .footer {
    padding: 20px 0px 15px;
  }
}

.footer .desktop-footer {
  display: block;
}

@media only screen and (max-width: 62.000em) {
  .footer .desktop-footer {
    display: none;
  }
}

.footer .footer-nav {
  margin-top: 75px;
  overflow: hidden;
}

.footer .footer-nav h5 {
  color: #283270;
  text-transform: capitalize;
  margin-bottom: 13px;
}

.footer .footer-nav ul li {
  padding-left: 0px;
  margin-bottom: 13px;
  padding-right: 56px;
}

@media only screen and (max-width: 80.000em) {
  .footer .footer-nav ul li {
    padding-right: 0px;
  }
}

.footer .footer-nav ul li a {
  color: #8c8b90;
}

.footer .footer-nav ul li a:hover {
  color: #283270;
}

.footer .footer-nav ul li:before {
  display: none;
}

.footer .footer-external-link {
  color: #8c8b90;
}

.footer .footer-external-link img {
  vertical-align: initial;
  padding-left: 10px;
}

@media only screen and (max-width: 30.000em) {
  .footer .footer-external-link {
    font-size: 10px;
    font-size: 1rem;
  }

  .footer .footer-external-link img {
    padding-left: 5px;
    width: 15px;
  }
}

.footer a.btn {
  padding: 17px 22px;
  margin: 0px 0px 30px;
}

@media only screen and (max-width: 62.000em) {
  .footer a.btn {
    padding: 13px 12px;
    margin: 0px;
  }
}

.footer .footer-contact {
  margin-bottom: 30px;
}

@media only screen and (max-width: 62.000em) {
  .footer .footer-contact {
    margin: 0px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
  }
}

.footer .footer-contact h5,
.footer .footer-contact h4 {
  margin: 0px;
  text-transform: capitalize;
  color: #283270;
}

.footer .footer-contact .footer-phone-number {
  font-size: 30px;
  font-size: 3rem;
}

@media only screen and (max-width: 62.000em) {
  .footer .footer-contact .footer-phone-number {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 30.000em) {
  .footer .footer-contact .footer-phone-number {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.footer .footer-contact .footer-phone-number a {
  color: #283270;
}

@media only screen and (max-width: 767px) {
  .footer .footer-contact .footer-phone-number a {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media only screen and (max-width: 30.000em) {
  .footer .footer-contact .footer-phone-number a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.footer .footer-accrediations {
  margin-top: 30px;
  padding-top: 10px;
  border-top: 1px solid #d8d8dd;
}

.footer .footer-accrediations p {
  color: #283270;
  font-family: "FrutigerLTStd-Cn";
}

.footer .footer-accrediations p a {
  position: relative;
  margin-left: 20px;
  color: #8c8b90;
}

.footer .footer-accrediations p a:hover {
  color: #283270;
}

@media only screen and (max-width: 30.000em) {
  .footer .footer-accrediations p a {
    font-size: 9px;
    font-size: 0.9rem;
    margin-left: 10px;
  }
}

.footer .footer-accrediations p a:before {
  content: "";
  position: absolute;
  left: -13px;
  top: 0px;
  bottom: 0px;
  width: 2px;
  background: #e2b010;
}

@media only screen and (max-width: 62.000em) {
  .footer .footer-accrediations p a:before {
    left: -7px;
  }
}

.footer .footer-accrediations img {
  margin-bottom: 4px;
}

.footer .mobile-footer {
  display: none;
}

.footer .mobile-footer h5 {
  color: #283270;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 62.000em) {
  .footer .mobile-footer {
    display: block;
    position: relative;
  }
}

.footer .mobile-footer .footer-number-btn-container {
  margin: 30px 0px;
}

.footer .mobile-footer .footer-mobile-nav {
  border-top: 1px solid #d8d8dd;
  border-bottom: 1px solid #d8d8dd;
  margin: 0px -15px;
  text-align: center;
}

.footer .mobile-footer .footer-mobile-nav h4 {
  margin: 5px 0px;
  padding: 10px 0px;
  cursor: pointer;
  color: #283270;
}

.footer .mobile-footer .footer-mobile-nav h4 i {
  color: #e2b010;
  vertical-align: initial;
  padding-left: 3px;
}

.footer .mobile-footer .footer-mobile-nav nav {
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  border-top: 0px solid #d8d8dd;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.footer .mobile-footer .footer-mobile-nav nav ul li {
  padding: 0px;
}

.footer .mobile-footer .footer-mobile-nav nav ul li:before {
  display: none;
}

.footer .mobile-footer .footer-mobile-nav nav a {
  color: #8c8b90;
}

@media only screen and (max-width: 30.000em) {
  .footer .mobile-footer .footer-mobile-nav nav a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.footer .mobile-footer .footer-mobile-nav nav a:hover {
  color: #283270;
}

.footer .mobile-footer .footer-mobile-nav.open nav {
  padding-top: 20px;
  max-height: 1000px;
  opacity: 1;
  border-top: 1px solid #d8d8dd;
}

.social-follow {
  margin-bottom: 25px;
}

.social-follow .fa {
  margin: 0px 10px 0px 0px;
  padding: 0px;
}

.social-follow .fa:hover {
  opacity: 0.8;
}

.social-follow .fa-google-plus {
  color: #db4437;
}

.social-follow .fa-pinterest {
  color: #be0f22;
}

.social-follow .fa-facebook-official {
  color: #4267b2;
}

.social-follow .fa-twitter {
  color: #1da1f2;
}

.social-follow .fa-linkedin {
  color: #0077b5;
}

.social-follow .fa-youtube-play {
  color: #e62117;
}

.security-site .footer-accrediations p a:before {
  background: #ed6e4d;
}

.secondary-nav {
  font-size: 0px;
  padding: 0px;
  z-index: 100;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  /* Secondary nav - Dropdown */
  /* Product Secondary menu */
  /* Stuck Classes  */
}

.secondary-nav .left,
.secondary-nav .right {
  display: inline-block;
}

.secondary-nav .left {
  width: 60%;
  vertical-align: middle;
}

@media only screen and (max-width: 1559px) {
  .secondary-nav .left {
    width: 63%;
  }
}

@media only screen and (max-width: 80.000em) {
  .secondary-nav .left {
    display: none;
    text-align: right;
  }
}

.secondary-nav .right {
  width: 40%;
  text-align: right;
}

@media only screen and (max-width: 1559px) {
  .secondary-nav .right {
    width: 37%;
  }
}

@media only screen and (max-width: 80.000em) {
  .secondary-nav .right {
    width: 100%;
  }
}

.secondary-nav nav ul {
  margin-bottom: 0px;
}

.secondary-nav nav li {
  display: inline-block;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0px 10px;
  padding: 19px 0px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 1559px) {
  .secondary-nav nav li {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 19px 5px;
  }
}

.secondary-nav nav li a {
  color: white;
}

.secondary-nav nav li.active:after {
  width: 50px;
}

.secondary-nav nav li:first-child {
  padding: 19px 0px 19px 0px;
  margin: 0px 10px 0px 0px;
}

.secondary-nav nav li:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 4px;
  background: #e2b010;
  left: 50%;
  bottom: 0px;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.secondary-nav nav li:before {
  display: none;
}

.secondary-nav nav li:hover a {
  color: #d8d8dd;
}

.secondary-nav nav li:hover:after {
  width: 100%;
}

.secondary-nav .selectric-wrapper {
  width: 126px;
  display: inline-block;
  vertical-align: middle;
  height: 60px;
}

@media only screen and (max-width: 767px) {
  .secondary-nav .selectric-wrapper {
    height: 46px;
  }
}

@media only screen and (max-width: 30.000em) {
  .secondary-nav .selectric-wrapper {
    height: 40px;
  }
}

.secondary-nav .selectric-wrapper .selectric {
  height: 60px;
  background: white;
  border-top: 1px solid #6b8096;
  border-bottom: 1px solid #6b8096;
}

@media only screen and (max-width: 767px) {
  .secondary-nav .selectric-wrapper .selectric {
    height: 46px;
  }
}

@media only screen and (max-width: 30.000em) {
  .secondary-nav .selectric-wrapper .selectric {
    height: 40px;
  }
}

.secondary-nav .selectric-wrapper .selectric .label {
  line-height: 60px;
  height: 60px;
  color: black;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "fruiteger-BoldCn";
  margin: 0px 5px;
  padding: 0px 5px;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .secondary-nav .selectric-wrapper .selectric .label {
    height: 46px;
    line-height: 46px;
  }
}

@media only screen and (max-width: 30.000em) {
  .secondary-nav .selectric-wrapper .selectric .label {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 40px;
    height: 40px;
  }
}

.secondary-nav .selectric-wrapper .selectric .button {
  background: none;
  height: 60px;
}

@media only screen and (max-width: 767px) {
  .secondary-nav .selectric-wrapper .selectric .button {
    height: 46px;
  }
}

@media only screen and (max-width: 30.000em) {
  .secondary-nav .selectric-wrapper .selectric .button {
    height: 40px;
  }
}

.secondary-nav .selectric-wrapper .selectric .button:after {
  border-top-color: transparent;
  font-family: FontAwesome;
  content: "\f078";
  color: #e2b010;
  font-size: 18px;
  font-size: 1.8rem;
  right: 5px;
  top: -6px;
}

@media only screen and (max-width: 30.000em) {
  .secondary-nav .selectric-wrapper .selectric .button:after {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.secondary-nav .selectric-wrapper .selectric-items li:before {
  display: none;
}

.secondary-nav.product {
  background: #6b8096;
}

.secondary-nav.product .product-title {
  color: white;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  max-width: 160px;
  text-align: right;
  line-height: 1.2;
  margin: 0px;
  vertical-align: middle;
  margin-right: 10px;
}

@media only screen and (max-width: 1559px) {
  .secondary-nav.product .product-title {
    max-width: 148px;
    margin-right: 5px;
  }
}

@media only screen and (max-width: 767px) {
  .secondary-nav.product .product-title {
    font-size: 12px;
    font-size: 1.2rem;
    max-width: 130px;
  }
}

@media only screen and (max-width: 600px) {
  .secondary-nav.product .product-title {
    display: none;
  }
}

.secondary-nav.product .quantity {
  width: 60px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #6b8096;
}

.secondary-nav.product .quantity input {
  width: 100%;
  text-align: center;
  height: 58px;
  color: black;
}

@media only screen and (max-width: 767px) {
  .secondary-nav.product .quantity {
    width: 50px;
  }

  .secondary-nav.product .quantity input {
    height: 44px;
  }
}

@media only screen and (max-width: 30.000em) {
  .secondary-nav.product .quantity {
    width: 40px;
  }

  .secondary-nav.product .quantity input {
    height: 38px;
  }
}

.secondary-nav.product .add-to-basket {
  padding: 18px 22px;
  margin: 0px;
}

@media only screen and (max-width: 1559px) {
  .secondary-nav.product .add-to-basket {
    padding: 18px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .secondary-nav.product .add-to-basket {
    padding: 11px 18px;
  }
}

.secondary-nav.the-edit {
  background: #283270;
  margin: 40px 0px 60px;
}

@media only screen and (max-width: 767px) {
  .secondary-nav.the-edit {
    margin: 20px 0px 30px;
  }
}

.secondary-nav.the-edit .right h3 {
  vertical-align: middle;
}

.secondary-nav.the-edit h3 {
  color: white;
  display: inline-block;
  margin: 0px;
}

@media only screen and (max-width: 29.938em) {
  .secondary-nav.the-edit h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.secondary-nav.the-edit nav {
  display: inline-block;
}

.secondary-nav.the-edit nav li {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 25px 0px 15px;
  margin: 0px 35px;
}

.secondary-nav.the-edit nav li:first-child {
  padding: 25px 0px 15px;
  margin: 0px 35px;
}

.secondary-nav.the-edit nav li:after {
  background: #6b8096;
}

@media only screen and (max-width: 1559px) {
  .secondary-nav.the-edit nav li {
    padding: 25px 0px 15px;
    margin: 0px 15px;
  }

  .secondary-nav.the-edit nav li:first-child {
    padding: 25px 0px 15px;
    margin: 0px 15px;
  }
}

.secondary-nav.the-edit .selectric-wrapper {
  margin-left: 20px;
  width: 218px;
  height: 58px;
}

@media only screen and (max-width: 29.938em) {
  .secondary-nav.the-edit .selectric-wrapper {
    margin-left: 19px;
    width: 170px;
    height: 40px;
  }
}

.secondary-nav.the-edit .selectric-wrapper .selectric {
  height: 58px;
}

@media only screen and (max-width: 29.938em) {
  .secondary-nav.the-edit .selectric-wrapper .selectric {
    height: 40px;
  }
}

.secondary-nav.the-edit .selectric-wrapper .selectric .label {
  line-height: 58px;
  height: 58px;
  font-size: 14px;
  font-size: 1.4rem;
  color: #283270;
  text-transform: uppercase;
  font-family: "fruiteger-BoldCn";
}

@media only screen and (max-width: 29.938em) {
  .secondary-nav.the-edit .selectric-wrapper .selectric .label {
    line-height: 40px;
    height: 40px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.secondary-nav.the-edit .selectric-wrapper .selectric .button:after {
  color: #283270;
  content: "\f0dd";
  right: 12px;
  top: -14px;
}

@media only screen and (max-width: 29.938em) {
  .secondary-nav.the-edit .selectric-wrapper .selectric .button:after {
    top: -11px;
  }
}

.secondary-nav.the-edit .selectric-wrapper .selectric:after {
  content: "";
  position: absolute;
  border: 1px solid #283270;
  top: 4px;
  bottom: 4px;
  left: 4px;
  right: 4px;
}

.secondary-nav.the-edit .selectric-wrapper .selectric-items li {
  text-align: left;
  font-family: "fruiteger-BoldCn";
  text-transform: uppercase;
  color: #283270;
  background: white;
}

.secondary-nav.my-account {
  background: #6b8096;
}

@media only screen and (max-width: 767px) {
  .secondary-nav.my-account {
    display: none;
  }
}

.secondary-nav.my-account nav {
  display: inline-block;
}

.secondary-nav.my-account nav li {
  padding: 19px 0px;
  margin: 0px 50px;
}

.secondary-nav.my-account nav li:first-child {
  margin: 0px 50px 0px 0px;
}

@media only screen and (max-width: 62.000em) {
  .secondary-nav.my-account nav li {
    margin: 0px 20px;
  }

  .secondary-nav.my-account nav li:first-child {
    margin: 0px 20px 0px 0px;
  }
}

.secondary-nav.my-account .quick-order {
  float: right;
}

.secondary-nav.my-account .quick-order .btn {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 16px 56px 17px;
  margin: 0px;
}

.secondary-nav.basket-menu {
  background: #6b8096;
  text-align: right;
}

.secondary-nav.basket-menu .continue-shopping {
  float: left;
}

.secondary-nav.basket-menu .continue-shopping a.btn {
  border-right: 1px solid white;
}

.secondary-nav.basket-menu a.btn {
  padding: 19px 27px;
  border-top: none;
  border-bottom: none;
  border-right: none;
  margin: 0px;
}

.secondary-nav.basket-menu a.btn.checkout {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 17px 45px 18px 10px;
  background: #e2b010;
  color: #283270;
  border: 1px solid #e2b010;
  -webkit-box-shadow: 0px 5px 4px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 4px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 4px -6px rgba(0, 0, 0, 0.75);
}

.secondary-nav.basket-menu a.btn.checkout:before,
.secondary-nav.basket-menu a.btn.checkout:after {
  font-family: FontAwesome;
  content: "\f054";
  color: #283270;
  position: absolute;
  right: 13px;
  top: 15px;
  font-size: 21px;
  font-size: 2.1rem;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.secondary-nav.basket-menu a.btn.checkout:after {
  content: "";
  height: 2px;
  top: auto;
  bottom: 12px;
  left: 5%;
  right: 98%;
  background: #283270;
}

.secondary-nav.basket-menu a.btn.checkout:hover:before {
  color: #283270;
  right: 8px;
}

.secondary-nav.basket-menu a.btn.checkout:hover:after {
  right: 5%;
}

@media only screen and (max-width: 767px) {
  .secondary-nav.basket-menu {
    display: block;
  }

  .secondary-nav.basket-menu .continue-shopping {
    width: 50%;
    float: left;
    position: relative;
  }

  .secondary-nav.basket-menu .continue-shopping:after {
    width: 1px;
    height: 20px;
    background: #fff;
    position: absolute;
    content: "";
    top: 18px;
  }

  .secondary-nav.basket-menu .continue-shopping a.btn {
    border-right: none;
    width: 100%;
    text-align: center;
  }

  .secondary-nav.basket-menu .share-basket {
    width: 49%;
    text-align: center;
  }

  .secondary-nav.basket-menu a.save-basket {
    float: left;
    display: block;
    width: 50%;
    text-align: center;
  }

  .secondary-nav.basket-menu a.btn {
    border: none;
  }

  .secondary-nav.basket-menu a.btn.checkout {
    font-size: 1.4rem;
    padding-top: 20px;
    padding-bottom: 15px;
    display: block;
    text-align: center;
  }

  .secondary-nav.basket-menu .container {
    padding: 0;
  }
}

.secondary-nav.isStuck {
  position: fixed;
  top: 71px;
  width: 100%;
}

.secondary-nav.isStuck.the-edit {
  top: 31px;
}

@media only screen and (max-width: 80.000em) {
  .secondary-nav.isStuck.the-edit {
    top: 28px;
  }
}

@media only screen and (max-width: 62.000em) {
  .secondary-nav.isStuck.the-edit {
    top: 1px;
  }
}

@media only screen and (max-width: 767px) {
  .secondary-nav.isStuck.the-edit {
    top: 24px;
  }
}

@media only screen and (max-width: 80.000em) {
  .secondary-nav.isStuck {
    top: 68px;
  }
}

@media only screen and (max-width: 62.000em) {
  .secondary-nav.isStuck {
    top: 41px;
  }
}

@media only screen and (max-width: 767px) {
  .secondary-nav.isStuck {
    top: 65px;
  }
}

.secondary-nav-isStuck .empty-space-filler {
  margin-bottom: 60px;
}

@media only screen and (max-width: 62.000em) {
  .header-breadcrumb {
    display: none;
  }
}

.header-breadcrumb.defaultBlue .breadcrumb li:not(:first-child):before {
  color: #283270;
}

.header-breadcrumb.defaultBlue .breadcrumb li.active {
  color: #283270;
}

.header-breadcrumb.white .breadcrumb li a {
  color: #fff;
}

.header-breadcrumb.white .breadcrumb li a:hover {
  color: #fff;
}

.header-breadcrumb.white .breadcrumb li:not(:first-child):before {
  color: #fff;
}

.header-breadcrumb.white .breadcrumb li.active {
  color: #fff;
}

.header-breadcrumb.white + .header-mobile-container .breadcrumb-container .breadcrumb li a {
  color: #fff;
}

.header-breadcrumb.white + .header-mobile-container .breadcrumb-container .breadcrumb li a:hover {
  color: #fff;
}

.header-breadcrumb.white + .header-mobile-container .breadcrumb-container .breadcrumb li:not(:first-child):before {
  color: #fff;
}

.header-breadcrumb.white + .header-mobile-container .breadcrumb-container .breadcrumb li.active {
  color: #fff;
}

.header-mobile-breadcrumb.white .breadcrumb-container .breadcrumb li a {
  color: #fff;
}

.header-mobile-breadcrumb.white .breadcrumb-container .breadcrumb li a:hover {
  color: #fff;
}

.header-mobile-breadcrumb.white .breadcrumb-container .breadcrumb li:not(:first-child):before {
  color: #fff;
}

.header-mobile-breadcrumb.white .breadcrumb-container .breadcrumb li.active {
  color: #fff;
}

.header-mobile-breadcrumb.defaultBlue .breadcrumb-container .breadcrumb li a {
  color: #283270;
}

.header-mobile-breadcrumb.defaultBlue .breadcrumb-container .breadcrumb li a:hover {
  color: #283270;
}

.header-mobile-breadcrumb.defaultBlue .breadcrumb-container .breadcrumb li:not(:first-child):before {
  color: #283270;
}

.header-mobile-breadcrumb.defaultBlue .breadcrumb-container .breadcrumb li.active {
  color: #283270;
}

.header-mobile-container.fixed + .header-mobile-breadcrumb {
  position: fixed;
  width: 100%;
  top: 40px;
  z-index: 1000;
}

@media only screen and (min-width: 62.000em) {
  .header-mobile-container.fixed + .header-mobile-breadcrumb {
    top: 70px;
  }
}

.breadcrumb-container {
  background: #d8d8dd;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  margin-top: 0;
  margin-left: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  z-index: 1000;
  position: relative;
  overflow: hidden;
}

@media (min-width: 785px) and (max-width: 992px) {
  .breadcrumb-container > .container {
    padding-left: 0;
  }
}

.breadcrumb-container .breadcrumb {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
  background: transparent;
}

.breadcrumb-container .breadcrumb li {
  display: inline-block;
  padding-right: 10px;
  padding-left: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 30.000em) {
  .breadcrumb-container .breadcrumb li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.breadcrumb-container .breadcrumb li:not(:first-child):before {
  content: "/";
  font-size: 11px;
  font-size: 1.1rem;
  position: absolute;
  color: #8c8b90;
  left: -15px;
  top: 0px;
  background: none;
}

.breadcrumb-container .breadcrumb li:before {
  background: none;
}

.breadcrumb-container .breadcrumb li.active {
  color: #6b8096;
}

.mobile-footer .breadcrumb-container {
  width: 100%;
  padding: 0;
  margin: 0;
  position: static;
}

.mobile-footer .breadcrumb-container .breadcrumb {
  margin: 0px;
  padding: 0 0 10px 0;
  line-height: 10px;
  background: transparent;
}

.mobile-footer .breadcrumb-container .breadcrumb li {
  padding-left: 0px;
  padding-right: 3px;
  font-size: 10px;
  font-size: 1rem;
  vertical-align: middle;
}

.mobile-footer .breadcrumb-container .breadcrumb li a {
  font-size: 10px;
  font-size: 1rem;
}

.mobile-footer .breadcrumb-container .breadcrumb li:before {
  font-size: 8px;
  font-size: 0.8rem;
  left: -11px;
}

#cookieBanner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #8c8b90;
  display: block;
  z-index: 1000010;
}

#cookieBanner .cookie-text {
  pointer-events: none;
}

#cookieBanner a {
  color: white;
}

#cookieBanner a:hover {
  color: #283270;
}

#cookieBanner a.close {
  position: absolute;
  width: 22px;
  height: 22px;
  right: 20px;
  top: 2px;
  color: #283270;
  opacity: 1;
  text-shadow: none;
}

#cookieBanner a.close:before,
#cookieBanner a.close:after {
  content: "";
  width: 15px;
  height: 2px;
  background: white;
  position: absolute;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
  left: 3px;
}

#cookieBanner a.close:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#cookieBanner p {
  color: white;
  margin: 5px 0px;
  line-height: 1.2em;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: 1.2px;
}

#cookieBanner:after {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  width: 100%;
  background: #283270;
}

.dropdown-holder {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 134px;
  background: #EEEEF1;
  text-align: left;
  padding-top: 15px;
  border-bottom: 4px solid #283270;
  padding-bottom: 40px;
}

.dropdown-holder .container {
  background: #EEEEF1;
}

.dropdown-holder .container h3 {
  color: #283270;
  margin-bottom: 22px;
}

.sub-menu {
  font-size: 0px;
  font-size: 0rem;
}

.sub-menu > .block > .bold {
  display: none;
}

.sub-menu .block {
  width: 50%;
  display: inline-block;
  padding-left: 0px;
  margin-bottom: 0px;
  vertical-align: top;
}

.sub-menu .block li {
  padding-left: 0px;
  margin-bottom: 0px;
}

.sub-menu .block li a {
  display: inline-block;
  margin-bottom: 10px;
  text-transform: none;
  font-size: 16px;
  font-size: 1.6rem;
  color: #8c8b90;
  position: relative;
  line-height: 2rem;
}

.sub-menu .block li a:after {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  opacity: 0;
  right: -15px;
  color: transparent;
  font-size: 18px;
  font-size: 1.8rem;
  color: #e2b010;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  width: auto;
}

.sub-menu .block li a:hover {
  color: #283270;
}

.sub-menu .block li a:hover:after {
  opacity: 1;
}

.sub-menu .block li:before {
  display: none;
}

.sub-menu .block li.third-level-open > a {
  color: #283270;
}

.sub-menu .block li.third-level-open > a:after {
  opacity: 1;
}

.sub-menu .block:before {
  display: none;
}

.sub-menu .nav-level-two li,
.sub-menu .nav-level-three li,
.sub-menu .nav-level-four li {
  width: 50%;
  display: block;
  position: static;
}

@media only screen and (max-width: 80.000em) {
  .sub-menu .nav-level-two li,
  .sub-menu .nav-level-three li,
  .sub-menu .nav-level-four li {
    margin-bottom: 11px;
    width: 70%;
  }
}

.sub-menu .nav-level-three,
.sub-menu .nav-level-four {
  display: none;
  position: absolute;
  top: 14px;
  left: 50%;
  width: 100%;
}

.sub-menu .nav-level-three:nth-child(1),
.sub-menu .nav-level-four:nth-child(1) {
  display: block;
}

.sub-menu .nav-level-three li,
.sub-menu .nav-level-four li {
  width: auto;
  display: table;
}

.sub-menu .nav-level-three li a:after,
.sub-menu .nav-level-four li a:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 0px;
  height: 2px;
  right: 0px;
  bottom: -4px;
  background: #e2b010;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  opacity: 1;
}

.sub-menu .nav-level-three li a:hover,
.sub-menu .nav-level-four li a:hover {
  color: #283270;
}

.sub-menu .nav-level-three li a:hover:after,
.sub-menu .nav-level-four li a:hover:after {
  width: 100%;
}

.sub-menu .nav-level-three.third-level-open,
.sub-menu .nav-level-three.fourth-level-open,
.sub-menu .nav-level-four.third-level-open,
.sub-menu .nav-level-four.fourth-level-open {
  display: block !important;
}

.sub-menu .nav-level-four {
  display: table;
  width: 18%;
}

@media only screen and (max-width: 767px) {
  .sub-menu .nav-level-four {
    width: 100%;
  }
}

.context-image-layout {
  min-height: 400px;
}

.context-image-layout .nav-image {
  display: none;
  position: absolute;
  width: 50%;
  right: 0;
  top: 0;
}

.context-image-layout .nav-image .nav-image-content a.btn {
  margin-bottom: 0;
  text-transform: uppercase;
  color: inherit;
}

.context-image-layout .nav-image .nav-image-content a.btn:hover {
  color: #fff;
}

.context-image-layout .nav-image .nav-image-content .ghost.white.btn {
  color: #fff;
}

.context-image-layout .nav-image .nav-image-content .ghost.white.btn:hover {
  color: #283270;
}

.context-image-layout .third-level-open .nav-image,
.context-image-layout .fourth-level-open .nav-image {
  display: block;
}

.context-image-layout .nav-level-three {
  left: 25%;
}

.context-image-layout.sub-menu .block {
  width: 100%;
}

.nav-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 400px;
}

.nav-image .nav-image-content {
  text-align: center;
  padding: 15px 136px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  width: 100%;
}

@media only screen and (max-width: 1559px) {
  .nav-image .nav-image-content {
    padding: 15px 50px;
  }
}

@media only screen and (max-width: 80.000em) {
  .nav-image .nav-image-content {
    padding: 15px 20px;
  }
}

.nav-image .nav-image-content h2,
.nav-image .nav-image-content p {
  color: white;
}

.nav-image .nav-image-content a.btn {
  padding: 18px 27px;
}

.header-minimised .dropdown-holder {
  top: 70px;
}

.header-minimised .dropdown-holder:before,
.header-minimised .dropdown-holder:after {
  content: "";
  background: #EEEEF1;
  position: absolute;
  top: 0px;
  bottom: -4px;
  border-bottom: 4px solid #283270;
  left: -1890px;
  width: 1890px;
}

.header-minimised .dropdown-holder:after {
  left: auto;
  right: -1890px;
  width: 1890px;
}

.sub-menu.fence-builder {
  margin: 50px 0px;
}

.sub-menu.fence-builder .block {
  width: 32.6%;
}

.sub-menu.fence-builder .block:nth-child(n+2) {
  margin-left: 1%;
}

.sub-menu.fence-builder .block .nav-image .nav-image-content {
  padding: 15px 40px;
}

@media only screen and (max-width: 1559px) {
  .sub-menu.fence-builder .block .nav-image .nav-image-content {
    padding: 15px 25px;
  }
}

@media only screen and (max-width: 80.000em) {
  .sub-menu.fence-builder .block .nav-image .nav-image-content {
    padding: 15px 10px;
  }
}

@media only screen and (max-width: 80.000em) {
  .sub-menu.fence-builder .block .nav-image {
    min-height: 300px;
  }
}

.sub-menu.paragraph-menu {
  padding-bottom: 30px;
}

.sub-menu.paragraph-menu .block {
  width: 50%;
}

.sub-menu.paragraph-menu .block:nth-child(1) {
  padding-right: 50px;
}

@media only screen and (max-width: 80.000em) {
  .sub-menu.paragraph-menu .block:nth-child(1) {
    padding-right: 30px;
  }
}

.sub-menu.paragraph-menu .block:nth-child(1) p {
  margin-top: 0px;
}

@media only screen and (max-width: 80.000em) {
  .sub-menu.paragraph-menu .block:nth-child(1) p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sub-menu.paragraph-menu .block:nth-child(1) a.btn {
  margin: 0px;
  padding: 18px 9px;
}

@media only screen and (max-width: 80.000em) {
  .sub-menu.paragraph-menu .block:nth-child(1) a.btn {
    min-width: 100%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sub-menu.paragraph-menu .block:nth-child(1) a.btn {
    font-size: 1.8rem;
  }
}

.sub-menu.paragraph-menu .block:nth-child(-n+2) {
  width: 25%;
}

.sub-menu.paragraph-menu .block .nav-level-two {
  margin-top: 8px;
  z-index: 2;
}

@media only screen and (max-width: 80.000em) {
  .sub-menu.paragraph-menu .block .nav-level-two {
    margin-top: 4px;
  }
}

.sub-menu.paragraph-menu .block .nav-level-two a {
  color: #8c8b90 !important;
  line-height: 20px;
}

.sub-menu.paragraph-menu .block .nav-level-two a:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 0px;
  height: 2px;
  right: 0px;
  bottom: -4px;
  background: #e2b010;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.sub-menu.paragraph-menu .block .nav-level-two a:hover {
  color: #283270 !important;
}

.sub-menu.paragraph-menu .block .nav-level-two a:hover:after {
  width: 100%;
}

.sub-menu.paragraph-menu .block .nav-image-content {
  padding: 15px 100px;
}

@media only screen and (max-width: 80.000em) {
  .sub-menu.paragraph-menu .block .nav-image-content {
    padding: 15px 30px;
  }
}

.hasLevelFour {
  /*@media only screen and (max-width: 62.000em) {
      .nav-image {
          right: 100px;
          width: 30%;
          // display:block;
      }
  }*/
}

@media only screen and (min-width: 62.000em) {
  .hasLevelFour.nav-level-three {
    width: 100%;
  }

  .hasLevelFour ul.nav-level-four {
    padding-left: 20px;
    top: 0px;
    left: 25%;
  }

  .hasLevelFour .nav-image {
    right: 150px;
    width: 30%;
  }
}

@media only screen and (min-width: 80.000em) {
  .hasLevelFour .nav-image {
    right: 200px;
    width: 40%;
  }
}

.security-site .sub-menu .block li a:after {
  color: #ed6e4d;
}

.security-site .sub-menu .nav-level-three li a:after,
.security-site .sub-menu .nav-level-four li a:after {
  background: #ed6e4d;
}

.security-site .sub-menu.paragraph-menu .block a:after {
  background: #ed6e4d;
}

.search-bar {
  display: inline-block;
  margin-left: 22px;
  position: relative;
}

.search-bar input[type=search] {
  background: #e5e5e5;
  width: 118px;
  height: 45px;
  padding: 0px 45px 0px 70px;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.search-bar .search-submit {
  width: 50px;
  height: 45px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 15;
  background-image: url("../../../img/icons/search-icon-blue.png");
  background-repeat: no-repeat;
  background-position: center;
}

.search-bar .search-selection {
  position: absolute;
  right: 50px;
  background: transparent;
  text-align: right;
  overflow: hidden;
  max-height: 0px;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  z-index: 10;
  top: 50%;
  -ms-transform: translateY(-50%) translateX(-100%);
  -webkit-transform: translateY(-50%) translateX(-100%);
  transform: translateY(-50%) translateX(-100%);
}

.search-bar .search-selection label {
  font-size: 14px;
  font-size: 1.4rem;
  color: #8c8b90;
  margin-bottom: 0px;
  vertical-align: middle;
  font-family: "FrutigerLTStd-Cn";
  cursor: pointer;
}

.search-bar.active input {
  width: 600px;
  padding: 0px 250px 0px 10px;
}

@media only screen and (max-width: 62.000em) {
  .search-bar.active input {
    width: 320px;
  }
}

.search-bar.active .search-selection {
  max-height: 44px;
  opacity: 1;
  -ms-transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
}

.mobile-search-container {
  background: #e5e5e5;
  padding: 10px;
  display: none;
  position: absolute;
  width: 100%;
  opacity: 0;
  max-height: 0px;
  overflow: hidden;
  padding: 0px 10px;
  z-index: 1005;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

@media only screen and (max-width: 62.000em) {
  .mobile-search-container {
    display: block;
  }
}

.mobile-search-container .search-bar {
  margin-left: 0px;
  width: 100%;
  position: static;
}

.mobile-search-container .search-bar .search-selection {
  right: 30px;
  padding: 2px 5px;
}

@media only screen and (max-width: 30.000em) {
  .mobile-search-container .search-bar .search-selection {
    top: 58px;
    width: 100%;
    right: 0px;
    text-align: left;
    background: #e5e5e5;
  }
}

.mobile-search-container input[type=search] {
  background: #e5e5e5;
  width: calc(100% - 30px);
  padding: 5px;
  margin-right: -5px;
  vertical-align: top;
}

.mobile-search-container .search-submit {
  height: 45px;
  background: url("../../../img/icons/search-icon-blue-mobile.png");
  width: 35px;
  padding: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #e5e5e5;
}

.mobile-search-container .search-selection {
  padding: 2px 15px;
}

.mobile-search-container .search-selection label {
  color: #283270;
}

.mobile-search-container.open {
  max-height: 100px;
  padding: 0px 10px;
  opacity: 1;
}

@media only screen and (max-width: 30.000em) {
  .mobile-search-container.open {
    overflow: visible;
  }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input {
  border: none;
  outline: none;
}

input[type=search] {
  background: white;
  padding: 19px 20px;
  margin-right: -3px;
  width: 334px;
  max-width: 100%;
}

@media only screen and (max-width: 30.000em) {
  input[type=search] {
    width: calc(100% - 120px);
    padding: 11px 10px;
  }
}

.formField {
  animation-name: forms;
  animation-duration: 0.5s;
  padding: 20px 0;
}

.formField:after {
  content: "";
  display: table;
  clear: both;
}

.formField__input[type=text],
.formField__input[type=password],
.formField__input[type=url],
.formField__input[type=tel],
.formField__input[type=number],
.formField__input[type=color],
.formField__input[type=email],
.formField__input[type=search],
.formField__textarea {
  display: block;
  width: 100%;
  height: 60px;
  padding: 6px 12px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "fruiteger-BoldCn";
  line-height: 32px;
  color: #333333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccd6e4;
}

.formField__textarea {
  resize: vertical;
  height: auto;
}

.formField .input-validation-error {
  border: 1px solid #FF0000;
}

.formFieldPpostcode a.btn {
  height: 60px;
  display: block;
  min-width: inherit;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 38px;
  padding: 10px 5px;
  margin: 0;
}

@media only screen and (min-width: 1600px) {
  .formFieldPpostcode a.btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.formField__input::-moz-placeholder {
  color: #333333;
}

.formField__input:-ms-input-placeholder {
  color: #333333;
}

.formField__input::-webkit-input-placeholder {
  color: #333333;
}

.formFieldSelect {
  display: none;
}

.formFieldCheck {
  padding: 10px 0;
}

.formFieldCheck:after {
  content: "";
  display: table;
  clear: both;
}

.formFieldCheck .icheckbox_square-custome {
  float: left;
}

.formFieldCheck label {
  display: block;
  padding: 0 0 0 58px;
  margin: 0;
  min-height: 42px;
  position: relative;
  color: #8c8b90;
  letter-spacing: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
}

.formFieldCheck label::before {
  content: "";
  display: inline-block;
  min-height: inherit;
  height: 100%;
  vertical-align: middle;
}

.formFieldCheck label span {
  display: inline-block;
  vertical-align: middle;
}

.formFieldCheck label a {
  color: #186684;
  font-size: 16px;
  font-size: 1.6rem;
}

.radio label {
  color: #8c8b90;
  padding-left: 0px;
}

/*  Hide arrows on number inputs  */

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

/* WFFM Form styling  */

#ui-datepicker-div {
  z-index: 10 !important;
}

form fieldset {
  margin: 45px 0px;
}

form legend {
  border-bottom: none;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "fruiteger-BoldCn";
  color: #283270;
}

form .form-group label.control-label {
  display: block;
  margin: 0;
  min-height: 22px;
  position: absolute;
  top: 30px;
  left: 12px;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #333333;
  letter-spacing: inherit;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: pointer;
  z-index: 10;
}

form .form-group label.control-label::before {
  position: absolute;
  right: 0px;
  color: #333333;
  right: -8px;
}

form .form-group.check-group {
  margin: 40px 0;
}

form .form-group label.check-label {
  transform: none;
  position: static;
}

form .form-group input[type=text],
form .form-group input[type=textarea],
form .form-group input[type=email],
form .form-group input[type=tel],
form .form-group textarea {
  padding: 20px 0;
  display: block;
  width: 100%;
  height: 60px;
  padding: 6px 12px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "fruiteger-BoldCn";
  line-height: 32px;
  color: #333333;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccd6e4;
  border-radius: 0px;
  margin-bottom: 50px;
}

form .form-group textarea {
  height: 120px;
  padding: 13px 12px;
}

form .form-group input[type=file] {
  display: block;
  margin: 5px 0px 25px;
  padding: 5px 0px;
  cursor: pointer;
}

form .form-group .selectric {
  height: 60px;
  margin-bottom: 50px;
  border: 1px solid #ccd6e4;
}

form .form-group .selectric .label {
  margin-left: 0px;
}

@media only screen and (max-width: 767px) {
  form .form-group .selectric .label {
    position: absolute;
    top: 8px;
    margin-left: 0px;
  }

  form .form-group .selectric .button {
    height: 60px;
  }
}

form .form-group .checkbox label {
  color: #8c8b90;
  padding-left: 0px;
}

form .form-group.scfFileUploadBorder .control-label {
  display: none;
}

form .form-group.scfFileUploadBorder .help-block {
  position: relative;
  bottom: auto;
}

form .form-group.scfCaptcha {
  margin-top: 60px;
}

form .form-group.scfCaptcha .control-label {
  top: -20px;
}

form .help-block {
  position: absolute;
  bottom: -35px;
}

form .form-group.active .control-label,
form .form-group.has-success .control-label {
  -webkit-animation-name: label-active;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: label-active;
  -moz-animation-duration: 0.3s;
  -moz-animation-fill-mode: forwards;
  -o-animation-name: label-active;
  -o-animation-duration: 0.3s;
  -o-animation-fill-mode: forwards;
  animation-name: label-active;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.Form009 .help-block {
  position: static;
  bottom: 0;
}

.Form008 .form-group label.check-label {
  top: -50px;
}

.Form008 .form-group.check-group {
  margin: 65px 0 40px;
}

.forgotten-password-page .membership-form label.completed.above {
  color: #ffffff;
}

.forgotten-password-page .MB005 label.error {
  position: absolute;
  top: 67px;
  left: 0px;
}

@media only screen and (max-width: 30.000em) {
  .forgotten-password-page .MB005 .btn {
    margin-top: 50px;
  }
}

.reset-password-info {
  color: #d9534f;
}

.reset-password-info a {
  color: #d9534f;
}

@-webkit-keyframes label-active {
  0% {
    opacity: 1;
  }

  1% {
    opacity: 0;
  }

  21% {
    font-size: 0px;
    top: -11px;
    left: 0px;
  }

  100% {
    opacity: 0.6;
    font-size: 14px;
    top: -11px;
    left: 0px;
  }
}

@-moz-keyframes label-active {
  0% {
    opacity: 1;
  }

  1% {
    opacity: 0;
  }

  21% {
    font-size: 0px;
    top: -11px;
    left: 0px;
  }

  100% {
    opacity: 0.6;
    font-size: 14px;
    top: -11px;
    left: 0px;
  }
}

@-o-keyframes label-active {
  0% {
    opacity: 1;
  }

  1% {
    opacity: 0;
  }

  21% {
    font-size: 0px;
    top: -11px;
    left: 0px;
  }

  100% {
    opacity: 0.6;
    font-size: 14px;
    top: -11px;
    left: 0px;
  }
}

@keyframes label-active {
  0% {
    opacity: 1;
  }

  1% {
    opacity: 0;
  }

  21% {
    font-size: 0px;
    top: -11px;
    left: 0px;
  }

  100% {
    opacity: 0.6;
    font-size: 14px;
    top: -11px;
    left: 0px;
  }
}

.membership-form-container {
  margin-bottom: 175px;
}

@media only screen and (max-width: 767px) {
  .membership-form-container {
    margin-bottom: 75px;
  }
}

.membership-form-container .smallprint {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 20px 0px 0px;
}

@media only screen and (max-width: 767px) {
  .membership-form-container .smallprint {
    margin-top: 35px;
  }
}

.membership-form-container p.sml-text {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 40px 0px;
  position: relative;
  width: 300px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.membership-form-container a.btn.submit-form {
  margin: 0px;
}

.membership-form-container .top-space {
  margin-top: 60px;
}

.membership-form-container .form-footer-text {
  max-width: 390px;
}

.membership-form .membership-form_input {
  position: relative;
  margin-top: 30px;
}

.membership-form .membership-form_input.active label,
.membership-form .membership-form_input.completed label {
  opacity: 0;
}

.membership-form .membership-form_input.active label.error,
.membership-form .membership-form_input.completed label.error {
  opacity: 1;
}

.membership-form .membership-form_input.active label.above,
.membership-form .membership-form_input.completed label.above {
  font-size: 14px;
  font-size: 1.4rem;
  opacity: 0.6;
}

.membership-form input {
  border: 1px solid #ccd6e4;
  width: 100%;
  padding: 18px 10px;
  color: #333333;
  max-width: 330px;
}

.membership-form .selectric {
  max-width: 330px;
}

.membership-form label {
  color: #333333;
  font-family: "fruiteger-boldCn";
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 10px;
  -webkit-transition: all 0.01s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.01s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.01s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.01s cubic-bezier(0.77, 0, 0.175, 1);
  letter-spacing: 0px;
  font-size: 16px;
  font-size: 1.6rem;
  cursor: text;
}

@media only screen and (max-width: 767px) {
  .membership-form label {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.membership-form label.above {
  font-size: 0px;
  font-size: 0rem;
  opacity: 0;
  top: -20px;
  left: 0px;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
}

.membership-form label.completed {
  opacity: 0;
  pointer-events: none;
}

.membership-form label.completed.above {
  font-size: 14px;
  font-size: 1.4rem;
  opacity: 0.6;
}

.social-sign-up-container h2 {
  margin-bottom: 40px;
  position: relative;
  top: 19px;
  left: 1px;
  text-transform: none;
}

.social-sign-up-container p {
  margin: 40px 0px;
}

.social-sign-up-container a.btn.social-signup {
  background: transparent;
  position: relative;
  border: 1px solid #283270;
  min-width: 220px;
  margin: 0px;
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .social-sign-up-container a.btn.social-signup {
    margin: 5px;
    min-width: 130px;
  }
}

.social-sign-up-container a.btn.social-signup:hover:before {
  color: white;
}

.social-sign-up-container a.btn.social-signup:before {
  font-family: FontAwesome;
  position: absolute;
  left: 20px;
  top: 11px;
  font-size: 24px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 767px) {
  .social-sign-up-container a.btn.social-signup:before {
    font-size: 16px;
    font-size: 1.6rem;
    top: 6px;
    left: 12px;
  }
}

.social-sign-up-container a.btn.social-signup.facebook {
  color: #3b5998;
  margin-right: 17px;
}

@media only screen and (max-width: 767px) {
  .social-sign-up-container a.btn.social-signup.facebook {
    margin-right: 7px;
  }
}

.social-sign-up-container a.btn.social-signup.facebook:before {
  content: "\f230";
}

.social-sign-up-container a.btn.social-signup.facebook:hover {
  background: #3b5998;
  color: white;
}

.social-sign-up-container a.btn.social-signup.google {
  color: #dd4b39;
}

.social-sign-up-container a.btn.social-signup.google:before {
  content: "\f1a0";
}

.social-sign-up-container a.btn.social-signup.google:hover {
  background: #dd4b39;
  color: white;
}

.social-sign-up-container span {
  padding: 0px 5px 0px 10px;
}

@media only screen and (max-width: 1600px) {
  .social-sign-up-container span {
    display: block;
    padding: 10px 5px 10px 0px;
  }
}

.social-sign-up-container .guest-button {
  vertical-align: top;
}

@media only screen and (max-width: 1600px) {
  .social-sign-up-container .guest-button {
    margin-left: 0px;
  }
}

.email-container {
  display: none;
  margin-top: 60px;
}

.email-container h2 {
  color: #186684;
  text-transform: none;
}

.email-container .forgotton-password {
  position: relative;
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 10px 0px 0px 0px;
}

.email-container .forgotton-password a {
  font-family: "fruiteger-BoldCn";
  color: #283270;
  text-decoration: underline;
}

.login-form-footer {
  margin: 40px 0px;
}

.login-form-footer .remember-container {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
}

.login-form-footer .remember-container label {
  font-size: 18px;
  font-size: 1.8rem;
  color: #8c8b90;
  font-family: "Lora", serif;
  letter-spacing: 0px;
  font-weight: normal;
  width: calc(100% - 59px);
  margin-bottom: 0px;
  margin-left: 10px;
  vertical-align: middle;
}

.btn-tabs {
  font-size: 0px;
  font-size: 0rem;
}

.btn-tabs .btn {
  margin: 0px;
  min-width: 230px;
  border: 1px solid #ccd6e4;
  color: #6b8096;
  background: transparent;
}

.btn-tabs .btn:nth-child(1) {
  border-right: none;
}

.btn-tabs .btn:nth-child(2) {
  border-left: none;
}

.btn-tabs .btn:hover {
  border: 1px solid #ccd6e4;
}

.btn-tabs .btn.active {
  background: #186684;
  color: white;
}

.postcode-row {
  font-size: 0px;
  font-size: 0rem;
}

.postcode-row .membership-form_input {
  display: inline-block;
}

.postcode-row .membership-form_input input {
  vertical-align: middle;
  width: 100%;
  text-transform: uppercase;
}

.postcode-row .btn {
  margin: 0px;
}

.postcode-row .loading {
  position: relative;
  display: inline-block;
  font-size: 25px;
  width: 140px;
  height: 55px;
  background: url("../../../img/icons/loading-circle.png") no-repeat center center;
  border: 0px;
  background-size: auto 100%;
  -webkit-animation: loading 1s linear infinite;
  -moz-animation: loading 1s linear infinite;
  -o-animation: loading 1s linear infinite;
  animation: loading 1s linear infinite;
}

.postcode-row .loading:hover {
  background: url("../../../img/icons/loading-circle.png") no-repeat center center;
  border: 0px;
  background-size: auto 100%;
}

#BillingPostcodeListContainer,
#ShippingPostcodeListContainer {
  height: 61px;
}

@media only screen and (max-width: 767px) {
  #BillingPostcodeListContainer,
  #ShippingPostcodeListContainer {
    height: 43px;
  }
}

.shipping-address {
  max-height: 0px;
  overflow: hidden;
  margin-bottom: 0px;
}

.shipping-address.active {
  overflow: visible;
}

.shipping-address.active {
  margin-bottom: 40px;
  max-height: 710px;
}

.account-number {
  margin: 50px 0px;
}

.update-info-block {
  position: relative;
  /*max-width: 330px;*/
  overflow: hidden;
  margin-bottom: 20px;
}

.update-info-block .edit {
  position: absolute;
  top: 13px;
  left: 330px;
  text-transform: uppercase;
  color: #283270;
  font-family: "fruiteger-BoldCn";
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .update-info-block .edit {
    left: 240px;
  }
}

.update-info-block .edit:before {
  content: "\f044";
  font-family: FontAwesome;
  position: absolute;
  top: -3px;
  left: -30px;
  color: #283270;
  font-size: 21px;
  font-size: 2.1rem;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.update-info-block .edit.cancel {
  -ms-transform: translateX(70px);
  -webkit-transform: translateX(70px);
  transform: translateX(70px);
  opacity: 0;
}

.update-info-block .edit.cancel:before {
  content: "";
}

.update-info-block h6 {
  text-transform: none;
}

.update-info-block .update-form {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.update-info-block .update-form .membership-form_input {
  margin: 20px 0px;
}

.update-info-block .update-form .validation-error-margin {
  margin-top: 38px;
}

@media only screen and (max-width: 767px) {
  .update-info-block .update-form .validation-error-margin {
    margin-top: 55px;
  }
}

.update-info-block .update-form .update-profile-save {
  text-transform: uppercase;
  color: #283270;
  font-family: "fruiteger-BoldCn";
  font-size: 18px;
  font-size: 1.8rem;
}

.update-info-block.open .update-form {
  /*margin-bottom: 40px;
  max-height: 225px;*/
  margin-bottom: 20px;
  max-height: 245px;
}

.update-info-block.open .edit {
  -ms-transform: translateX(70px);
  -webkit-transform: translateX(70px);
  transform: translateX(70px);
  opacity: 0;
}

.update-info-block.open .edit.cancel {
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  opacity: 1;
  cursor: pointer;
}

.membership-form-container .update-profile-footer a.btn.update-profile-btn {
  margin-top: 40px;
}

.MB001 .regularLabel,
.MB002 .regularLabel,
.MB003 .regularLabel,
.MB004 .regularLabel,
.MB005 .regularLabel,
.MB006 .regularLabel,
.MB008 .regularLabel,
.membership-form .regularLabel,
.UIE002 .regularLabel {
  top: auto;
  transform: none;
  position: static;
}

.MB001 .update-profile-btn,
.MB002 .update-profile-btn,
.MB003 .update-profile-btn,
.MB004 .update-profile-btn,
.MB005 .update-profile-btn,
.MB006 .update-profile-btn,
.MB008 .update-profile-btn,
.membership-form .update-profile-btn,
.UIE002 .update-profile-btn {
  color: white;
  width: auto;
  border: 1px solid #283270;
  padding: 18px 22px;
  height: 45px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  width: 100%;
  position: static;
  padding: 0px;
}

.MB001 label.error,
.MB001 label#serverError,
.MB002 label.error,
.MB002 label#serverError,
.MB003 label.error,
.MB003 label#serverError,
.MB004 label.error,
.MB004 label#serverError,
.MB005 label.error,
.MB005 label#serverError,
.MB006 label.error,
.MB006 label#serverError,
.MB008 label.error,
.MB008 label#serverError,
.membership-form label.error,
.membership-form label#serverError,
.UIE002 label.error,
.UIE002 label#serverError {
  /*top: 74px;
  left: 5px;*/
  font-size: 80%;
  font-style: italic;
  color: #FF0000;
  position: static;
  display: block;
  transform: none;
}

@media only screen and (max-width: 767px) {
  .MB001 #password-error,
  .MB002 #password-error,
  .MB003 #password-error,
  .MB004 #password-error,
  .MB005 #password-error,
  .MB006 #password-error,
  .MB008 #password-error,
  .membership-form #password-error,
  .UIE002 #password-error {
    top: 80px;
  }
}

.MB001 input.error,
.MB002 input.error,
.MB003 input.error,
.MB004 input.error,
.MB005 input.error,
.MB006 input.error,
.MB008 input.error,
.membership-form input.error,
.UIE002 input.error {
  color: #ff0000;
}

.MB001 #serverError {
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.companyDetailsSection {
  margin-bottom: 40px;
}

.thankyou-section {
  margin-top: 40px;
}

.thankyou-section .btn {
  width: 250px;
}

.ripple {
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  transform: scale(0);
  position: absolute;
  opacity: 1;
}

.rippleEffect {
  animation: rippleDrop 0.6s linear;
  -webkit-animation: rippleDrop 0.6s linear;
  -moz-animation: rippleDrop 0.6s linear;
}

.UIE023 .input-name {
  margin-bottom: 20px;
}

.UIE023 .input-name::-ms-clear {
  display: none;
}

.UIE023 .icheckbox_square-custome {
  float: left;
}

.UIE023 .icheckbox_square-custome + label {
  margin: 0 0 20px 20px;
  width: calc(100% - 62px);
  color: #8c8b90;
  font-family: "Lora", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0;
}

.UIE023 .panelContentInner {
  width: 100%;
}

.UIE023 .form-field p {
  width: 80%;
  float: left;
  margin-top: 0;
  margin-left: 20px;
}

@-webkit-keyframes loading {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes loading {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-o-keyframes loading {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rippleDrop {
  100% {
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@-moz-keyframes rippleDrop {
  100% {
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@-o-keyframes rippleDrop {
  100% {
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes rippleDrop {
  100% {
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

.FORM007.rightPanel .panelContentInner {
  width: 100%;
}

@media only screen and (max-width: 62.000em) {
  .FORM007.rightPanel .panelContent {
    overflow: auto;
  }
}

@media only screen and (max-height: 784px) {
  .FORM007.rightPanel .panelContent {
    padding: 65px 20px;
  }
}

.FORM007 .error {
  color: #ff7575;
  font-size: 1.3rem;
}

.FORM007 .ajax-error {
  display: none;
}

.FORM007 .panelContentInner {
  width: 100%;
}

.FORM007 .success-message {
  display: none;
}

.FORM007 .ajax-loader {
  width: 35px;
  height: 35px;
  display: none;
}

.FORM007 .field-wrapper .form-field {
  float: left;
  width: 45%;
}

@media only screen and (max-width: 62.000em) {
  .FORM007 .field-wrapper .form-field {
    float: none;
    width: 100%;
  }
}

.FORM007 .field-wrapper .form-field:first-child {
  margin-right: 10%;
}

@media only screen and (max-width: 62.000em) {
  .FORM007 .field-wrapper .form-field:first-child {
    fmargin-right: 0;
  }
}

.FORM007 .field-wrapper input {
  padding: 0;
  height: 62px;
  text-indent: 10px;
  width: 100%;
  color: #000;
  border: 1px solid #ddd;
}

.FORM007 .field-wrapper input.error {
  border: solid 1px #ff7575;
}

.FORM007 .form-field {
  margin-bottom: 20px;
}

.FORM007 .form-field label {
  color: #283270;
}

.FORM007 .form-field label.error {
  color: #ff7575;
  font-size: 1.3rem;
}

.FORM007 .form-field textarea {
  width: 100%;
  border: 1px solid #ddd;
  color: #000;
  resize: none;
}

.Landing-page {
  z-index: 9999999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
}

@media only screen and (max-width: 62.000em) {
  .Landing-page--hideOnMobile {
    display: none !important;
  }
}

.Landing-page .container {
  max-width: 1024px;
  margin: auto;
  padding: 40px 40px 30px;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  background: white;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 80.000em) {
  .Landing-page .container {
    width: 90%;
    padding: 40px 30px 30px;
  }
}

@media only screen and (max-width: 62.000em) and (orientation: landscape) {
  .Landing-page .container {
    padding: 20px 40px 10px;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .Landing-page .container {
    padding: 20px 30px 10px;
  }
}

@media only screen and (max-width: 30.000em) and (orientation: landscape) {
  .Landing-page .container {
    padding: 10px 30px 10px;
  }
}

@media only screen and (max-width: 62.000em) and (orientation: portrait) {
  .Landing-page .container {
    padding: 60px 50px 30px;
  }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .Landing-page .container {
    padding: 30px 40px 0px;
  }
}

@media only screen and (max-width: 30.000em) and (orientation: portrait) {
  .Landing-page .container {
    padding: 20px 10% 0px;
  }
}

.Landing-page__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.Landing-page__header > div {
  margin: auto;
}

.Landing-page__close {
  width: 37px;
  height: 37px;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 20;
  background: white;
  -webkit-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}

@media only screen and (max-width: 767px) {
  .Landing-page__close {
    right: 12px;
    top: 12px;
  }
}

@media only screen and (max-width: 30.000em) {
  .Landing-page__close {
    width: 27px;
    height: 27px;
    right: 5px;
    top: 5px;
  }
}

.Landing-page__close:before,
.Landing-page__close:after {
  content: "";
  width: 2px;
  height: 33px;
  position: absolute;
  left: 18px;
  top: 2px;
  opacity: 1;
  background-color: #8c8b90;
  -webkit-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}

@media only screen and (max-width: 767px) {
  .Landing-page__close:before,
  .Landing-page__close:after {
    height: 28px;
    left: 18px;
    top: 5px;
  }
}

@media only screen and (max-width: 30.000em) {
  .Landing-page__close:before,
  .Landing-page__close:after {
    height: 22px;
    left: 13px;
    top: 2px;
  }
}

.Landing-page__close:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.Landing-page__close:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.Landing-page__close:hover:before,
.Landing-page__close:hover:after {
  background-color: #283270;
}

.Landing-page__Logo {
  text-align: left;
}

@media only screen and (max-width: 62.000em) {
  .Landing-page__Logo {
    text-align: center;
  }
}

.Landing-page__Logo object {
  width: 300px;
  max-width: 100%;
}

@media only screen and (max-width: 62.000em) {
  .Landing-page__Logo object {
    width: 200px;
  }
}

@media only screen and (max-width: 62.000em) and (orientation: landscape) {
  .Landing-page__Logo object {
    width: 150px;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .Landing-page__Logo object {
    width: 110px;
  }
}

@media only screen and (max-width: 62.000em) and (orientation: portrait) {
  .Landing-page__Logo object {
    width: 220px;
  }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .Landing-page__Logo object {
    width: 140px;
  }
}

@media only screen and (max-width: 30.000em) and (orientation: portrait) {
  .Landing-page__Logo object {
    width: 120px;
  }
}

.Landing-page__Organisations {
  text-align: right;
}

.Landing-page__Organisations img {
  width: auto;
  max-width: 100%;
}

.Landing-page__Tagline {
  margin: 12px 0 24px 0;
  text-align: center;
}

@media only screen and (max-width: 80.000em) {
  .Landing-page__Tagline {
    margin: 10px 0 10px 0;
  }
}

@media only screen and (max-width: 62.000em) and (orientation: landscape) {
  .Landing-page__Tagline {
    margin: 0;
  }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .Landing-page__Tagline {
    margin: 0;
  }
}

.Landing-page__Tagline h2 {
  font-size: 38px;
  font-size: 3.8rem;
}

@media only screen and (max-width: 80.000em) {
  .Landing-page__Tagline h2 {
    font-size: 25px;
    font-size: 2.5rem;
  }
}

@media only screen and (max-width: 62.000em) and (orientation: landscape) {
  .Landing-page__Tagline h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .Landing-page__Tagline h2 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .Landing-page__Tagline h2 {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.Landing-page__Section-tiles.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
}

@media only screen and (max-width: 62.000em) and (orientation: portrait) {
  .Landing-page__Section-tiles.row {
    display: block;
  }
}

.Landing-page__Section-tile {
  display: block;
  width: calc(50% - 20px);
  margin: 0 10px;
  padding-bottom: 70px;
  position: relative;
  background-size: cover;
}

@media only screen and (max-width: 80.000em) {
  .Landing-page__Section-tile {
    padding-bottom: 65px;
  }
}

@media only screen and (max-width: 62.000em) {
  .Landing-page__Section-tile {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .Landing-page__Section-tile {
    padding-bottom: 34px;
  }
}

@media only screen and (max-width: 62.000em) and (orientation: portrait) {
  .Landing-page__Section-tile {
    width: 100%;
    margin: 0 0 20px;
  }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .Landing-page__Section-tile {
    margin: 0 0 10px;
    padding-bottom: 35px;
  }
}

@media only screen and (max-width: 62.000em) and (orientation: landscape) {
  .Landing-page__Section-tile [class*=col] {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .Landing-page__Section-tile [class*=col] {
    width: 100%;
  }
}

.Landing-page__Section-tile:after {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background: rgba(0, 0, 0, 0.4);
}

.Landing-page__Section-tile > .row {
  margin: 0;
  padding: 20px 10px;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 62.000em) and (orientation: portrait) {
  .Landing-page__Section-tile > .row {
    padding: 40px 10px 20px;
  }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .Landing-page__Section-tile > .row {
    padding: 20px 10px 0px;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .Landing-page__Section-tile > .row {
    padding: 15px 5px 5px 5px;
  }
}

@media only screen and (max-width: 30.000em) and (orientation: landscape) {
  .Landing-page__Section-tile > .row {
    padding: 10px 0 0 0;
  }
}

.Landing-page__Section-tile > .row > p {
  text-transform: uppercase;
}

.Landing-page__Section-tile h3 {
  display: table;
  width: 100%;
  height: 80px;
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  text-align: center;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}

@media only screen and (max-width: 80.000em) {
  .Landing-page__Section-tile h3 {
    height: 60px;
  }
}

@media only screen and (max-width: 62.000em) and (orientation: landscape) {
  .Landing-page__Section-tile h3 {
    height: 40px;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .Landing-page__Section-tile h3 {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 30.000em) {
  .Landing-page__Section-tile h3 {
    height: 35px;
    margin-bottom: 18px;
  }
}

.Landing-page__Section-tile h3 a {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 80.000em) {
  .Landing-page__Section-tile h3 a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 62.000em) and (orientation: landscape) {
  .Landing-page__Section-tile h3 a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .Landing-page__Section-tile h3 a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .Landing-page__Section-tile h3 a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.Landing-page__Section-tile--LeftSection h3 {
  background: white;
}

.Landing-page__Section-tile--LeftSection h3 a {
  color: #283270;
}

.Landing-page__Section-tile--LeftSection h3:hover {
  background: #d8d8dd;
}

.Landing-page__Section-tile--RightSection h3 {
  background: #283270;
}

.Landing-page__Section-tile--RightSection h3 a {
  color: white;
}

.Landing-page__Section-tile--RightSection h3:hover {
  background: #1b214b;
}

.Landing-page__Section-tile h4 {
  margin-bottom: 5px;
  color: white;
  font-weight: 600;
  font-family: "fruiteger-lightCn";
  font-size: 22px;
  font-size: 2.2rem;
}

@media only screen and (max-width: 80.000em) {
  .Landing-page__Section-tile h4 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.Landing-page__Section-tile ul {
  list-style-type: none;
  margin-bottom: 40px;
}

.Landing-page__Section-tile ul li {
  padding: 0;
  margin-bottom: 5px;
  color: white;
}

.Landing-page__Section-tile ul li:before {
  display: none;
}

.Landing-page__Section-tile ul li a {
  position: relative;
  color: white;
  font-family: "fruiteger-lightCn";
  font-size: 19px;
  font-size: 1.9rem;
}

@media only screen and (max-width: 80.000em) {
  .Landing-page__Section-tile ul li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.Landing-page__Section-tile ul li a:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 0px;
  height: 2px;
  right: 0px;
  bottom: -4px;
  background: #e2b010;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}

@media only screen and (min-width: 768px) {
  .Landing-page__Section-tile ul li a:hover:after {
    width: 100%;
  }
}

.Landing-page__Section-tile-desc {
  color: white;
  font-family: "FrutigerLTStd-Cn";
}

.Landing-page__BottomLink {
  width: 102%;
  padding: 10px 20px;
  margin: auto;
  position: absolute;
  bottom: -1px;
  left: -1%;
  right: -1%;
  z-index: 3;
  text-align: center;
  font-family: "fruiteger-BoldCn";
  font-size: 18px;
  font-size: 1.8rem;
  color: #333333;
  text-transform: uppercase;
  background: white;
}

@media only screen and (max-width: 62.000em) {
  .Landing-page__BottomLink {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 62.000em) and (orientation: landscape) {
  .Landing-page__BottomLink {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) and (orientation: landscape) {
  .Landing-page__BottomLink {
    font-size: 10px;
    font-size: 1rem;
  }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
  .Landing-page__BottomLink {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.Landing-page.load {
  opacity: 1;
}

.pagemode-edit .landing-page .right .site-block,
.pagemode-preview .landing-page .right .site-block {
  opacity: 1;
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.segment-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  background: #d8d8dd;
}

@media only screen and (max-width: 600px) {
  .segment-header .hide-for-mob {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) {
  .segment-header .show-for-mob {
    display: none !important;
  }
}

.segment-header__quick-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 62.000em) {
  .segment-header__quick-links {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {
  .segment-header__quick-links {
    width: 100%;
  }
}

.segment-header__quick-links i {
  height: 32px;
  margin: auto;
  margin-left: 10px;
}

@media only screen and (max-width: 1559px) {
  .segment-header__quick-links i {
    height: 29px;
    font-size: 2.7rem;
  }
}

@media only screen and (max-width: 62.000em) {
  .segment-header__quick-links i {
    height: 26px;
    font-size: 2.3rem;
  }
}

@media only screen and (max-width: 767px) {
  .segment-header__quick-links i {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .segment-header__quick-links ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }
}

.segment-header__quick-links li {
  padding: 10px 0 10px 28px;
}

@media only screen and (max-width: 62.000em) {
  .segment-header__quick-links li {
    padding: 10px 15px;
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .segment-header__quick-links li {
    width: 20%;
    margin: auto !important;
  }
}

@media only screen and (max-width: 600px) {
  .segment-header__quick-links li {
    width: 33.333%;
  }
}

@media only screen and (min-width: 768px) {
  .segment-header__quick-links li:first-child {
    padding-left: 20px;
  }
}

.segment-header__other-sites {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 62.000em) {
  .segment-header__other-sites {
    display: none;
  }
}

.segment-header__other-sites p {
  margin: 0;
  margin-right: 20px;
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}

@media only screen and (max-width: 80.000em) {
  .segment-header__other-sites p {
    display: none;
  }
}

.segment-header__other-sites li {
  padding: 10px 28px 10px 0;
  position: relative;
}

.segment-header__other-sites li:first-child:after {
  content: "";
  width: 1px;
  margin: auto;
  position: absolute;
  top: 8px;
  right: 15px;
  bottom: 8px;
  background: #5b6d8c;
}

.segment-header ul {
  font-size: 0px;
  margin-bottom: 0px;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  overflow: hidden;
  list-style-type: none;
}

@media only screen and (min-width: 768px) {
  .segment-header ul {
    max-height: 40px;
  }
}

.segment-header ul li {
  display: inline-block;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
}

.segment-header ul li a {
  font-size: 0px;
  font-size: 0rem;
}

.segment-header ul li h4 {
  margin-top: 0px;
  position: relative;
  color: #5b6d8c;
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}

@media only screen and (max-width: 1559px) {
  .segment-header ul li h4 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (max-width: 62.000em) {
  .segment-header ul li h4 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .segment-header ul li h4 {
    font-size: 13px;
    font-size: 1.3rem;
    white-space: pre-line;
  }
}

@media only screen and (max-width: 30.000em) {
  .segment-header ul li h4 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.segment-header ul li h4:after {
  content: "";
  position: absolute;
  left: 0px;
  width: 0px;
  height: 1px;
  right: 0px;
  bottom: -1px;
  background: #283270;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}

@media only screen and (max-width: 767px) {
  .segment-header ul li h4:after {
    display: none;
  }
}

.segment-header ul li:hover h4 {
  color: #283270;
}

.segment-header ul li:hover h4:after {
  width: 100%;
}

.segment-header ul li:before {
  display: none;
}

@media only screen and (max-width: 30.000em) {
  .segment-header ul li {
    padding: 5px 10px;
  }
}

.header-minimised .segment-header {
  max-height: 0px;
}

.rightPanel {
  position: fixed;
  display: none;
  left: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  z-index: 1000000;
}

.rightPanel .fa-times-thin {
  position: absolute;
  right: 30px;
  top: 0px;
  color: #e2b010;
  font-size: 46px;
  font-size: 4.6rem;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .rightPanel .fa-times-thin {
    font-size: 30px;
    font-size: 3rem;
    right: 15px;
  }
}

.rightPanel .fa-times-thin:before {
  content: "×";
}

.rightPanel .panelContent {
  width: 500px;
  position: absolute;
  background: url("../img/background-themes/grey-texture.png");
  right: -500px;
  bottom: 0;
  top: 0;
  padding: 150px 20px;
}

@media only screen and (max-width: 80.000em) {
  .rightPanel .panelContent {
    width: 460px;
  }
}

@media only screen and (max-width: 62.000em) {
  .rightPanel .panelContent {
    width: 400px;
    padding: 50px 20px;
  }
}

@media only screen and (max-width: 767px) {
  .rightPanel .panelContent {
    width: 320px;
    padding: 30px 20px;
  }
}

.rightPanel .panelContent h3 {
  color: #283270;
  text-transform: none;
  text-transform: uppercase;
}

.rightPanel .panelContent p,
.rightPanel .panelContent span {
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .rightPanel .panelContent p,
  .rightPanel .panelContent span {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 10px 0px;
  }
}

.rightPanel .panelContentInner {
  width: 80%;
}

@media only screen and (max-width: 767px) {
  .rightPanel .panelContentInner {
    width: 100%;
  }
}

.rightPanel .panelContentInner .input-select,
.rightPanel .panelContentInner .input-number,
.rightPanel .panelContentInner .input-name {
  width: 100%;
}

.rightPanel .panelContentInner .input-label,
.rightPanel .panelContentInner .btn {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .rightPanel .panelContentInner .input-label,
  .rightPanel .panelContentInner .btn {
    margin-top: 10px;
  }
}

.rightPanel .panelContentInner .btn {
  margin-left: 0;
}

.rightPanel .panelContentInner .panelCalcResult {
  display: none;
}

.rightPanel.UI062 .panelContent {
  right: 0px;
  width: 700px;
  padding: 100px 20px;
  overflow-y: scroll;
}

@media only screen and (max-width: 767px) {
  .rightPanel.UI062 .panelContent {
    width: 320px;
    padding: 30px 20px;
  }
}

.rightPanel.UI062 .panelContent textarea {
  width: 100%;
  padding: 20px 10px;
  outline: none;
  resize: none;
  font-family: "fruiteger-BoldCn";
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #ccd6e4;
}

@media only screen and (max-width: 767px) {
  .rightPanel.UI062 .panelContent textarea {
    max-height: 100px;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px 10px;
  }
}

.rightPanel.UI062 .panelContent input[type=text] {
  border: 1px solid #ccd6e4;
  padding: 10px;
  margin-bottom: 5px;
}

.rightPanel.UI062 .panelContent .thanks-review-container {
  display: none;
  padding-right: 170px;
}

@media only screen and (max-width: 767px) {
  .rightPanel.UI062 .panelContent .thanks-review-container {
    padding-right: 20px;
  }
}

.rightPanel.UI062 .panelContent .thanks-review-container p {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .rightPanel.UI062 .panelContent .thanks-review-container p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.rightPanel.UIE021 .panelContentInner span {
  font-size: 13px;
  margin-top: 20px;
  display: block;
}

.rightPanel.UIE021 .loader {
  width: 35px;
  height: 35px;
  margin-top: 18px;
  display: none;
}

.rightPanel.UIE021 button {
  display: inline-block;
}

.rightPanel.UIE021 .error {
  display: inline-block;
  color: red;
  font-size: 12px;
}

.rightPanel.UIE021 .next-line {
  margin-top: 15px;
}

.rightPanel.UIE021 .loginLinks {
  text-align: center;
}

.rightPanel.UIE021 .loginLinks .save-btn {
  margin-bottom: 15px;
  margin-top: 15px;
  width: 100%;
}

.rightPanel .success-block {
  display: none;
}

.rightPanel .success-block h4 {
  font-size: 2rem;
  color: #186684;
  margin-bottom: 20px;
}

.rightPanel .success-block button:first-child {
  margin-left: 0;
}

.rightPanel .error-block {
  display: none;
}

.rightPanel .error-block h4 {
  font-size: 2rem;
  color: #186684;
  margin-bottom: 20px;
}

.rightPanel .error-block button:first-child {
  margin-left: 0;
}

.rightPanel .empty-basket-block {
  display: none;
}

.rightPanel .empty-basket-block h4 {
  font-size: 2rem;
  color: #186684;
  margin-bottom: 20px;
}

.rightPanel .empty-basket-block button:first-child {
  margin-left: 0;
}

#writeReview label {
  color: #8c8b90;
  margin-left: 15px;
  max-width: 270px;
  font-size: 16px;
  font-size: 1.6rem;
  vertical-align: middle;
  font-family: "Lora", serif;
  font-weight: 100;
  line-height: 1em;
  margin-bottom: 0px;
  letter-spacing: 0px;
}

@media only screen and (max-width: 767px) {
  #writeReview label {
    font-size: 12px;
    font-size: 1.2rem;
    margin-left: 10px;
    max-width: 180px;
  }
}

#writeReview .submit-review {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  #writeReview .submit-review {
    margin-top: 15px;
  }
}

.quick-order-header p {
  color: #6b8096;
  text-transform: uppercase;
}

@media only screen and (max-width: 30.000em) {
  .quick-order-header p {
    font-size: 8px;
    font-size: 0.8rem;
  }
}

.quick-order-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  opacity: 0;
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

.quick-order-item.quick-order-item-show {
  opacity: 1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.quick-order-item.quick-order-item-animate {
  opacity: 1;
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.quick-order-item.quick-order-item-error {
  padding-bottom: 40px;
}

.quick-order-item.quick-order-item-error .product-code {
  background: #ffe8e8;
}

.quick-order-item p {
  margin: 0px;
}

.quick-order-item p.error {
  display: none;
  padding: 0 0 5px 0;
  color: red;
  font-style: italic;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.quick-order-item p.product-name {
  display: none;
}

.quick-order-item input {
  width: 100%;
  padding: 10px 5px;
  background: #f6f9fd;
  border: 1px solid #ccd6e4;
}

@media only screen and (max-width: 767px) {
  .quick-order-item input {
    padding: 9px 5px;
  }
}

.quick-order-item input.product-quantity {
  width: 75px;
  text-align: center;
}

@media only screen and (max-width: 30.000em) {
  .quick-order-item input.product-quantity {
    width: 100%;
  }
}

.product-clear {
  margin: 0px;
  padding: 12px 0px;
  cursor: pointer;
}

@media only screen and (max-width: 30.000em) {
  .product-clear {
    padding: 8px 0px;
  }
}

.clear-contents {
  width: 20px;
  height: 26px;
}

@media only screen and (max-width: 30.000em) {
  .clear-contents {
    height: 20px;
  }
}

.clear-contents:before,
.clear-contents:after {
  content: "";
  background: #e2b010;
  width: 1px;
  height: 25px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  left: 50%;
  top: 0%;
}

@media only screen and (max-width: 30.000em) {
  .clear-contents:before,
  .clear-contents:after {
    height: 15px;
  }
}

.clear-contents:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.quick-order-add-item {
  margin-top: 20px;
}

.add-to-basket-row {
  text-align: right;
}

.add-to-basket-row p {
  display: inline-block;
}

.add-to-basket-row p.total {
  color: #6b8096;
  text-transform: uppercase;
}

.add-to-basket-row p.price {
  font-family: "Lora", serif;
  font-size: 22px;
  font-size: 2.2rem;
}

@media only screen and (max-width: 767px) {
  .add-to-basket-row p.price {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 30.000em) {
  .add-to-basket-row p.price {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 13px 0px;
  }
}

.add-to-basket-row .btn {
  display: inline-block;
  width: auto;
  min-width: 0;
  margin: 0px;
}

.delivery-row-overflow {
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

@media only screen and (max-width: 47.938em) {
  .delivery-row-overflow .table-responsive {
    margin: 0;
    border: 0;
  }
}

.delivery-row-overflow .delivery-info {
  width: 100%;
  background: #f3f7f9;
  -webkit-box-shadow: 0px 5px 42px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 42px -7px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 42px -7px rgba(0, 0, 0, 0.75);
}

@media only screen and (min-width: 768px) {
  .delivery-row-overflow .delivery-info {
    table-layout: fixed;
  }

  .delivery-row-overflow .delivery-info #di-col-1 {
    width: 42.62%;
  }

  .delivery-row-overflow .delivery-info #di-col-2 {
    width: 28.69%;
  }

  .delivery-row-overflow .delivery-info #di-col-3 {
    width: 28.69%;
  }
}

.delivery-row-overflow .delivery-info th,
.delivery-row-overflow .delivery-info td {
  padding-left: 30px;
  padding-right: 30px;
}

@media only screen and (max-width: 62.000em) {
  .delivery-row-overflow .delivery-info th,
  .delivery-row-overflow .delivery-info td {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.delivery-row-overflow .delivery-info th.show-right-border,
.delivery-row-overflow .delivery-info td.show-right-border {
  border-right: 1px solid white;
}

.delivery-row-overflow .delivery-info th {
  background: #186684;
  color: white;
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid white;
  font-size: 24px;
  font-size: 2.4rem;
}

@media only screen and (max-width: 62.000em) {
  .delivery-row-overflow .delivery-info th {
    font-size: 20px;
    font-size: 2rem;
  }
}

.delivery-row-overflow .delivery-info td {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 0;
}

.delivery-row-overflow .delivery-info td p {
  margin: 0px;
}

@media only screen and (max-width: 62.000em) {
  .delivery-row-overflow .delivery-info td p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.delivery-row-overflow .delivery-info td.light-background {
  background: #e7eff2;
}

@media only screen and (max-width: 62.000em) {
  .delivery-row-overflow .delivery-info td {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.delivery-row-overflow .delivery-info tr.blue-heading {
  color: #6b8096;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 1410px) {
  .delivery-row-overflow {
    padding-right: 0;
  }
}

.vacancy-list {
  margin: 50px 0px 100px;
}

@media only screen and (max-width: 767px) {
  .vacancy-list {
    margin: 20px 0px 50px;
  }
}

.vacancy-list .vacancy-item {
  background: transparent;
  border-bottom: 1px solid white;
  padding: 40px;
  margin-bottom: 50px;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.vacancy-list .vacancy-item h3 {
  text-transform: none;
  margin: 0px;
}

.vacancy-list .vacancy-item p {
  margin: 10px 0px;
}

.vacancy-list .vacancy-item p.emptySpace {
  min-height: 29px;
}

.vacancy-list .vacancy-item a.btn {
  margin: 25px 0px 0px 0px;
}

.vacancy-list .vacancy-item:hover {
  background: white;
  border-bottom: 1px solid #e2b010;
}

@media only screen and (max-width: 767px) {
  .vacancy-list .vacancy-item {
    padding: 20px;
    margin-bottom: 25px;
  }

  .vacancy-list .vacancy-item a.btn {
    margin: 15px 0px 0px 0px;
  }
}

.BC008 {
  display: none;
  background: #fff;
  margin: 30px auto 0;
}

.BC008 .builder-panel,
.BC008 #wizard-nav {
  box-sizing: border-box;
  width: 100%;
}

.BC008 h1 {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .BC008 {
    margin-top: 20px;
  }
}

.BC008 ul li:before {
  content: none;
}

.BC008 .builder-panel {
  padding: 0;
}

.BC008 label {
  color: #6d6f71;
}

.BC008 select {
  width: auto;
  height: auto;
}

.BC008 * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.BC008 .builder-panel {
  background: none;
}

.BC008 #panel-add-ons ul.optionPanel li.product .fittingsTooltip {
  width: auto;
}

.BC008 #panel-add-ons ul.optionPanel li.product .fittingsTooltip + span {
  margin: 0;
  margin-right: 4px;
  width: auto;
  display: inline;
  float: none;
}

.BC008 #panel-add-ons ul.optionPanel li.product .optionQuantity,
.BC008 #panel-add-ons ul.optionPanel li.product .optionProduct {
  width: auto;
  display: inline;
  float: none;
}

.BC008 #panel-add-ons ul.optionPanel li.product .optionThumb {
  margin-right: 0 !important;
}

.BC008 #panel-add-ons ul.optionPanel li.product .optionThumb img {
  width: 70px;
  max-height: 111px;
  float: left;
  padding-right: 10px;
}

.BC008 #panel-add-ons ul.optionPanel > li > span {
  width: 100%;
  float: left;
}

.BC008 img {
  max-width: inherit;
}

.BC008 #config-twin-behind img,
.BC008 #config-twin-between img {
  max-width: 130px;
  min-height: 82px;
}

.gateBuilderDesktop {
  width: 595px;
  padding: 5px 15px;
  background: white;
}

.gateBuilderDesktop #pageTtl {
  text-align: center;
}

.gateBuilderDesktop #configGrid > div {
  padding: 11px;
  vertical-align: top;
}

.gateBuilderDesktop #packagePanel {
  float: none;
  margin: 0 auto 15px auto;
}

.gateBuilderDesktop #panel-add-ons .optionPanel li.product {
  width: 227px;
  margin: 0 1px;
  min-height: 60px;
}

.gateBuilderDesktop #panel-add-ons .optionPanel li.product .optionThumb img {
  max-height: 33px;
}

.gateBuilderDesktop #optionalExtrasTtl {
  margin: 20px auto;
}

.gateBuilderDesktop #optionalExtras {
  margin: 0 auto;
}

.gateBuilderDesktop #preAddBasket {
  padding: 2%;
  margin: 35px 2%;
  width: 92%;
}

.gateBuilderMobile {
  width: auto;
  /*------------------*/
  /*GATEBUILDER MOBILE*/
  /*------------------*/
  /*Make me responsive!*/
}

.gateBuilderMobile .middle_column_padding {
  margin: 10px;
}

.gateBuilderMobile .pageTitle {
  background-image: url("../../../images/gate_calc/btn.png");
  background-repeat: repeat-x;
  background-color: #6AA8B8;
  display: block;
  margin: 10px 0;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2;
}

.gateBuilderMobile p,
.gateBuilderMobile p.question,
.gateBuilderMobile p.title {
  color: #999999;
  font-size: 17px;
  line-height: 26px;
}

.gateBuilderMobile ul li {
  font-size: 14px;
  font-size: 1.4rem;
}

.gateBuilderMobile .subInfo a {
  font-size: 16px;
  font-size: 1.6rem;
}

.gateBuilderMobile .no-match-warning p {
  font-size: 14px;
  font-size: 1.4rem;
}

.gateBuilderMobile .alternativeConfiguration {
  width: 126px;
}

.gateBuilderMobile #config-twin-between .selectProxyBtn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.gateBuilderMobile .summaryOptions .result {
  font-size: 14px;
  font-size: 1.4rem;
}

.gateBuilderMobile a.changeOpt,
.gateBuilderMobile a.chat {
  text-decoration: underline;
}

.gateBuilderMobile select {
  height: 30px;
}

.gateBuilderMobile input[type=checkbox],
.gateBuilderMobile input[type=radio] {
  width: 24px !important;
  height: 24px !important;
  float: left;
}

.gateBuilderMobile .responsiveContainer,
.gateBuilderMobile .builder-panel,
.gateBuilderMobile .builder-panel .error,
.gateBuilderMobile .builder-panel .note,
.gateBuilderMobile .builder-panel .error_inner,
.gateBuilderMobile .builder-panel .inputCol,
.gateBuilderMobile #extrasTbl,
.gateBuilderMobile #discountTotalRow,
.gateBuilderMobile #panel-add-ons #optionalExtras,
.gateBuilderMobile #panel-add-ons .optionalExtra,
.gateBuilderMobile #panel-add-ons ul.optionPanel .ttl,
.gateBuilderMobile #panel-add-ons ul.optionPanel .product,
.gateBuilderMobile #panel-add-ons ul.optionPanel .priceSub,
.gateBuilderMobile #wizard-nav,
.gateBuilderMobile #packagePanel,
.gateBuilderMobile #preAddBasket,
.gateBuilderMobile #optionalExtrasTtl {
  width: 100%;
  max-width: 100%;
  float: left;
  box-sizing: border-box;
}

.gateBuilderMobile #wizard-nav {
  margin-top: 20px;
}

.gateBuilderMobile .builder-panel {
  padding: 0;
  margin: 0;
  background-image: none;
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 50%, rgba(128, 128, 128, 0.1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(255, 255, 255)), color-stop(100%, rgba(128, 128, 128, 0.1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 50%, rgba(128, 128, 128, 0.1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgb(255, 255, 255) 50%, rgba(128, 128, 128, 0.1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgb(255, 255, 255) 50%, rgba(128, 128, 128, 0.1) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgba(128, 128, 128, 0.1) 100%);
  /* W3C */
  border-radius: 0 0 15px 15px;
  padding-bottom: 20px;
}

.gateBuilderMobile .builder-panel .question-list {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0 20px;
  box-sizing: border-box;
}

.gateBuilderMobile #preAddTwinSelection span {
  display: block;
  overflow: hidden;
  width: 120px;
  margin: 0 auto;
  margin-bottom: 15px;
}

.gateBuilderMobile #preAddBasket {
  width: 100%;
  padding-bottom: 30px;
  padding-top: 0;
}

.gateBuilderMobile #preAddBasket p {
  margin-bottom: 20px;
}

.gateBuilderMobile #preAddBasket .mainBtn {
  margin: 0 auto;
  float: none;
}

.gateBuilderMobile #preAddTwinSelection {
  width: auto;
  margin: 0 auto;
  float: none;
  margin-bottom: 20px;
}

.gateBuilderMobile #preAddSelections {
  width: auto;
  float: none;
  margin: 0 auto;
  margin-bottom: 20px;
}

.gateBuilderMobile #panel-has-posts .noPosts,
.gateBuilderMobile #panel-has-posts .yesPosts {
  background: none !important;
  padding: 0;
  height: auto;
  padding-top: 10px;
}

.gateBuilderMobile .error-section {
  margin-top: 30px;
}

.gateBuilderMobile #panel-has-posts .button {
  padding: 0;
  padding-top: 10px;
  width: 198px;
  margin: 0 2px;
}

.gateBuilderMobile #panel-has-posts .noPosts img,
.gateBuilderMobile #panel-has-posts .yesPosts img {
  padding-top: 10px;
  width: 100%;
}

.gateBuilderMobile select#quickList-unigate-gate2 {
  margin-top: 15px;
}

.gateBuilderMobile #panel-gate-style .button {
  margin: 0;
  margin-bottom: 20px;
}

.gateBuilderMobile .builder-panel .error,
.gateBuilderMobile .builder-panel .note {
  border-radius: 10px;
  border: 1px solid #ffcc67;
  background: #ffffcc;
  margin-bottom: 15px;
}

.gateBuilderMobile .builder-panel .error_inner {
  background-image: none;
  padding: 10px 10px;
}

.gateBuilderMobile .builder-panel .error,
.gateBuilderMobile .builder-panel .note,
.gateBuilderMobile .builder-panel .error_inner {
  background-image: none;
}

.gateBuilderMobile #panel-has-posts {
  padding: 0 20px 20px 20px;
}

.gateBuilderMobile .builder-panel .inputCol {
  margin-bottom: 20px;
}

.gateBuilderMobile #configGrid > div {
  border-right: none;
  padding-bottom: 25px;
}

.gateBuilderMobile #configGrid > div + div + div,
.gateBuilderMobile #configGrid > div + div + div + div {
  border: none;
}

.gateBuilderMobile #configGrid > div + div + div + div {
  padding-bottom: 0;
}

.gateBuilderMobile .config-options .button {
  min-height: 72px;
}

.gateBuilderMobile #panel-twin-gate select {
  margin: 25px 0;
}

.gateBuilderMobile #panel-add-ons ul.optionPanel .product {
  margin: 0;
}

.gateBuilderMobile #panel-add-ons ul.optionPanel .priceSub {
  text-align: center;
}

.gateBuilderMobile #panel-add-ons .optionalExtra,
.gateBuilderMobile #panel-add-ons .optionalExtra + .optionalExtra,
.gateBuilderMobile #panel-add-ons .optionalExtra + .optionalExtra + .optionalExtra,
.gateBuilderMobile #panel-add-ons .optionalExtra + .optionalExtra + .optionalExtra + .optionalExtra {
  border: none;
  margin: 0;
  padding: 0;
  margin-bottom: 60px;
  padding: 0 20px;
}

.gateBuilderMobile .optionalExtra label,
.gateBuilderMobile #preAddTwinSelection label {
  padding: 6px 0 0 6px;
  float: left;
}

.gateBuilderMobile .fittingsTooltip {
  display: none !important;
}

.gateBuilderMobile #panel-summary {
  padding: 0 10px 20px 10px;
}

.gateBuilderMobile #panel-summary p {
  float: left;
  clear: both;
}

.gateBuilderMobile #panel-summary table td.item {
  font-size: 13px;
}

.gateBuilderMobile #panel-summary #extrasTbl td.price {
  border: none;
  text-align: right;
  width: 100%;
  float: left;
}

.gateBuilderMobile #panel-summary #extrasTbl td p {
  font-weight: bold;
  text-align: left;
  width: 50%;
  float: left;
  clear: none;
}

.gateBuilderMobile #panel-summary #extrasTbl td p .result {
  font-weight: normal;
}

.gateBuilderMobile #panel-summary #extrasTbl td .price p {
  width: 100%;
  max-width: 100%;
  text-align: right;
  font-weight: bold;
}

.gateBuilderMobile #panel-summary #extrasTbl p#gateTotal {
  text-align: right;
  width: 100%;
}

.gateBuilderMobile #panel-summary #extrasTbl p#discountTotal {
  text-align: right;
}

.gateBuilderMobile #discountTotalRow {
  width: 100%;
  border: none;
}

.gateBuilderMobile #discountTotalRow td {
  float: left;
  width: 100%;
}

.gateBuilderMobile .question {
  text-align: left;
}

.gateBuilderMobile #extrasTbl p {
  text-align: center;
  width: 100%;
}

.gateBuilderMobile #totalPrice {
  font-weight: bold;
}

.gateBuilderMobile #panel-summary #extrasTbl tr {
  border: none;
}

.gateBuilderMobile #extrasTbl .last {
  border-top: 1px solid #CCC;
}

.gateBuilderMobile #panel-summary #extrasTbl p.question {
  float: left;
  width: 100%;
  text-align: right;
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid #CCC;
}

.gateBuilderMobile #gateBuilderAddToBasket {
  margin-top: 20px;
}

.gateBuilderMobile #pageTtl {
  margin: 0;
}

.deckingBuilderDesktop {
  width: 595px;
  padding: 5px 0;
}

.deckingBuilderDesktop p.title {
  text-align: center;
}

.deckingBuilderDesktop .middle_column_padding {
  width: 594px;
}

.BC009 {
  display: none;
  background: #fff;
  margin: 30px auto 0;
  font-size: 0.8em;
  font-family: Arial, Verdana, Sans-Serif;
  color: #6D6F71;
}

@media only screen and (max-width: 767px) {
  .BC009 {
    margin-top: 20px;
  }
}

.BC009 h1 {
  text-align: center;
}

.BC009 .middle_column_padding {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 10px 13px 0 13px;
  clear: both;
}

.BC009 #wizard-nav-top {
  position: relative;
  z-index: 1;
}

.BC009 ul li:before {
  content: none;
}

.BC009 .builder-panel ul.flatPosts {
  margin-top: 65px;
}

.BC009 .builder-panel ul.flatPosts li {
  position: static;
}

.BC009 .noticeMsg p {
  font-size: inherit;
}

.BC009 * {
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}

.BC009 input {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.BC009 .builder-panel {
  background: 0 0;
  float: none;
  width: calc(100% - 40px);
  padding: 20px !important;
  clear: both;
}

.BC009 img {
  max-width: inherit;
}

.BC009 .middle_column_padding {
  max-width: 100%;
}

.BC009 .middle_column_padding .builder-panel {
  max-width: calc(100% - 40px);
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .BC009 .middle_column_padding .builder-panel .deckShape {
    padding: 10px 0 10px 130px;
    background-size: 150px;
  }

  .BC009 .middle_column_padding .builder-panel ul.flatPosts,
  .BC009 .middle_column_padding .builder-panel ul.flatPosts .noticeMsg,
  .BC009 .middle_column_padding .builder-panel ul.flatPosts li {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .BC009 .middle_column_padding .builder-panel ul.flatPosts .noticeMsg {
    left: 50%;
    transform: translateX(-50%);
  }
}

.BC009 .middle_column_padding .builder-panel a.button {
  max-width: calc(100% - 20px);
}

@media only screen and (max-width: 767px) {
  .BC009 .middle_column_padding .builder-panel a.button {
    width: 100%;
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .BC009 .middle_column_padding .builder-panel ul li {
    min-width: 100%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .BC009 .middle_column_padding .builder-panel .fascia-detail p.detail,
  .BC009 .middle_column_padding .builder-panel .fascia-detail span.fascia-disclaimer,
  .BC009 .middle_column_padding .builder-panel .fascia-detail + a.button {
    min-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.BC009 .middle_column_padding .shape-Square .boardMeasurements,
.BC009 .middle_column_padding .shape-Rectangl .boardMeasurements {
  max-width: 150px;
  margin: 0 auto;
}

.BC009 .middle_column_padding .shape-Square .boardMeasurements li.mmA,
.BC009 .middle_column_padding .shape-Rectangl .boardMeasurements li.mmA {
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}

.BC009 .middle_column_padding .shape-Square .boardMeasurements li.mmB,
.BC009 .middle_column_padding .shape-Rectangl .boardMeasurements li.mmB {
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}

.BC009 #wizard-nav {
  max-width: 100%;
}

.closeSlopeWarning {
  cursor: pointer;
}

.deckingBuilderMobile {
  width: auto;
  /*------------------*/
  /*DECKING BUILDER MOBILE*/
  /*------------------*/
  /*Make me responsive!*/
}

.deckingBuilderMobile .pageTitle {
  background-image: url("../../../images/gate_calc/btn.png");
  background-repeat: repeat-x;
  background-color: #6AA8B8;
  display: block;
  margin: 10px 0;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 2;
}

.deckingBuilderMobile p,
.deckingBuilderMobile p.question,
.deckingBuilderMobile p.title {
  color: #999999;
  font-size: 17px;
  line-height: 26px;
}

.deckingBuilderMobile a.phoneLink {
  font-size: 16px;
  text-decoration: underline;
}

.deckingBuilderMobile .closeSlopeWarning {
  font-size: 16px;
}

.deckingBuilderMobile select {
  height: 30px;
}

.deckingBuilderMobile .responsiveContainer,
.deckingBuilderMobile .builder-panel,
.deckingBuilderMobile .builder-panel .error,
.deckingBuilderMobile .builder-panel .note,
.deckingBuilderMobile .builder-panel .error_inner,
.deckingBuilderMobile .builder-panel .inputCol,
.deckingBuilderMobile .boardDirection,
.deckingBuilderMobile .builder-panel ul.flatPosts,
.deckingBuilderMobile .builder-panel ul.flatPosts li,
.deckingBuilderMobile .fascia-disclaimer,
.deckingBuilderMobile .installInstr,
.deckingBuilderMobile #extrasTbl,
.deckingBuilderMobile #working,
.deckingBuilderMobile #discountTotalRow,
.deckingBuilderMobile #panel-add-ons #optionalExtras,
.deckingBuilderMobile #panel-add-ons .optionalExtra,
.deckingBuilderMobile #panel-add-ons ul.optionPanel .ttl,
.deckingBuilderMobile #panel-add-ons ul.optionPanel .product,
.deckingBuilderMobile #panel-add-ons ul.optionPanel .priceSub,
.deckingBuilderMobile #wizard-nav,
.deckingBuilderMobile #wizard-nav-top,
.deckingBuilderMobile #packagePanel,
.deckingBuilderMobile #preAddBasket,
.deckingBuilderMobile #deckShape,
.deckingBuilderMobile table#conversion-table,
.deckingBuilderMobile #optionalExtrasTtl,
.deckingBuilderMobile #panel-deck-fascias p.detail,
.deckingBuilderMobile #panel-deck-fascias span.fascia-disclaimer {
  width: 100%;
  max-width: 100%;
  float: left;
  box-sizing: border-box;
}

.deckingBuilderMobile #wizard-nav,
.deckingBuilderMobile #wizard-nav-top {
  margin: 20px 0;
}

.deckingBuilderMobile .builder-panel {
  padding: 0 !important;
  margin: 0;
  background-image: none;
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 50%, rgba(128, 128, 128, 0.1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(255, 255, 255)), color-stop(100%, rgba(128, 128, 128, 0.1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 50%, rgba(128, 128, 128, 0.1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgb(255, 255, 255) 50%, rgba(128, 128, 128, 0.1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgb(255, 255, 255) 50%, rgba(128, 128, 128, 0.1) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgba(128, 128, 128, 0.1) 100%);
  /* W3C */
  border-radius: 0 0 15px 15px;
  padding: 0 15px 20px 15px !important;
}

.deckingBuilderMobile .builder-panel .deckShape {
  padding: 0;
  padding-top: 170px;
  margin: 0 auto;
  margin-top: 10px;
  background-position: 20px 0;
  background-repeat: no-repeat;
  text-align: left;
  width: 255px;
  min-height: 100px;
  font-family: "Jacksons", Arial, Helvetica, sans-serif;
}

.deckingBuilderMobile #working {
  text-align: center;
  padding-top: 30px;
}

.deckingBuilderMobile #decking-calc > p,
.deckingBuilderMobile #decking-calc > .title {
  margin: 0;
}

.deckingBuilderMobile #panel-deck-shape ul li {
  margin-bottom: 0;
}

.deckingBuilderMobile #panel-deck-shape .noticeMsg {
  margin-top: 30px;
}

.deckingBuilderMobile ol.boardMeasurements {
  width: 255px;
  min-height: 150px;
  margin: 0 auto;
}

.deckingBuilderMobile .builder-panel .deckShape li {
  text-align: center;
}

.deckingBuilderMobile table#conversion-table {
  margin: 0;
}

.deckingBuilderMobile .shape-Square .builder-panel .deckShape {
  background-position: 55px 0;
}

.deckingBuilderMobile .shape-Square .boardMeasurements {
  padding-top: 50px;
}

.deckingBuilderMobile .shape-Square .boardMeasurements li.mmA {
  top: -7px;
  left: 102px;
}

.deckingBuilderMobile .shape-Square .boardMeasurements li.mmB {
  bottom: 65px;
  left: 198px;
}

.deckingBuilderMobile .shape-Rectangle .boardMeasurements li.mmA {
  top: -12px;
  left: 98px;
}

.deckingBuilderMobile .shape-Rectangle .boardMeasurements li.mmB {
  bottom: 56px;
  left: 242px;
}

.deckingBuilderMobile .board-direction .noticeMsg:after,
.deckingBuilderMobile .builder-panel ul.flatPosts .noticeMsg:after,
.deckingBuilderMobile .sum-direction .sumMsg:after {
  left: 0;
  right: 0;
  margin: auto;
}

.deckingBuilderMobile #panel-deck-board-direction .boardDirection li,
.deckingBuilderMobile ul.boardType li,
.deckingBuilderMobile ul.deckSloping li {
  width: 100%;
  max-width: 100%;
  margin-bottom: 30px;
}

.deckingBuilderMobile ul.boardDirection {
  margin-top: 20px;
}

.deckingBuilderMobile ul.boardType li .noticeMsg:before,
.deckingBuilderMobile ul.deckSloping li .noticeMsg:before {
  left: 0;
  right: 0;
  margin: auto;
}

.deckingBuilderMobile ul.boardType li,
.deckingBuilderMobile ul.deckSloping li {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.deckingBuilderMobile .slopingGroundWarn {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: white;
  padding-top: 20px;
}

.deckingBuilderMobile .closeSlopeWarning {
  display: block;
  width: 100%;
}

.deckingBuilderMobile #slopingGround {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}

.deckingBuilderMobile #flatGround > img {
  max-width: 100%;
}

.deckingBuilderMobile .builder-panel ul.flatPosts {
  margin-top: 70px;
}

.deckingBuilderMobile .builder-panel ul.flatPosts li {
  text-align: center;
  margin: 0;
}

.deckingBuilderMobile .builder-panel ul.flatPosts li span.detail {
  font-size: 12px;
  width: 100%;
  margin: 6px 0 26px 0;
}

.deckingBuilderMobile .builder-panel ul.flatPosts .noticeMsg {
  position: absolute;
  top: -51px;
  left: 0;
  right: 0;
  margin: auto;
  width: 160px;
}

.deckingBuilderMobile .builder-panel ul.flatPosts .noticeMsg:after {
  left: 0;
  right: 0;
  margin: auto;
}

.deckingBuilderMobile #panel-deck-fascias img {
  float: none;
}

.deckingBuilderMobile #panel-deck-fascias p.detail {
  padding: 0;
  text-align: center;
}

.deckingBuilderMobile div#panel-deck-fascias a.button {
  margin: 0 auto;
  float: none;
  margin-bottom: 20px;
  width: auto;
}

.deckingBuilderMobile #panel-deck-fascias p.disclaimer {
  float: none;
}

.deckingBuilderMobile ul.extrasList li {
  text-align: center;
}

.deckingBuilderMobile ul.extrasList img {
  float: none;
  margin: 0 auto;
}

.deckingBuilderMobile ul.extrasList li .itemAdd {
  margin: 18px 0;
  float: none;
  width: 100%;
  text-align: center;
}

.deckingBuilderMobile #panel-deck-extras ul.extrasList {
  padding: 0px 20px;
}

.deckingBuilderMobile #panel-deck-extras ul.extrasList li h3 {
  width: 100%;
}

.deckingBuilderMobile #panel-summary table td,
.deckingBuilderMobile th {
  padding: 10px 0 10px 0px;
}

.deckingBuilderMobile #panel-summary .sum-direction .mainBtn {
  float: none;
}

.deckingBuilderMobile .sum-direction {
  text-align: center;
}

.deckingBuilderMobile #panel-summary .summaryOptions table tr td:last-child {
  text-align: right;
}

.deckingBuilderMobile #panel-summary .summaryOptions table tr td:nth-last-child(2) {
  text-align: center;
  padding: 10px;
}

.deckingBuilderMobile .sumMsg {
  float: none;
  margin-top: 0;
}

.deckingBuilderMobile .sumInfohelp {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 10px 0;
}

.deckingBuilderMobile .installInstr > img {
  max-width: 100%;
}

.deckingBuilderMobile .installTotal {
  font-weight: bold;
}

.the-edit-search-container {
  position: relative;
  margin-bottom: 20px;
  min-height: 340px;
}

@media only screen and (max-width: 30.000em) {
  .the-edit-search-container {
    min-height: 170px;
    margin-bottom: 15px;
  }
}

.the-edit-search-container #the-edit-search-error {
  display: none;
}

.the-edit-search-container .the-edit-search-content {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0px 120px;
  width: 100%;
  text-align: center;
  z-index: 1;
}

@media only screen and (max-width: 30.000em) {
  .the-edit-search-container .the-edit-search-content {
    padding: 0px 23px;
  }
}

.the-edit-search-container .the-edit-search-content h2 {
  color: white;
  letter-spacing: 2px;
}

.the-edit-search-container .the-edit-search-content .the-edit-search-field {
  position: relative;
  margin: 25px 0px 35px;
}

@media only screen and (max-width: 30.000em) {
  .the-edit-search-container .the-edit-search-content .the-edit-search-field {
    margin: 20px 0px;
  }
}

.the-edit-search-container .the-edit-search-content .the-edit-search-field input[type=search] {
  width: 100%;
  padding: 19px 10px 19px 50px;
  margin-right: 0px;
}

.the-edit-search-container .the-edit-search-content .the-edit-search-field input[type=search]::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #e3e3e4;
}

.the-edit-search-container .the-edit-search-content .the-edit-search-field input[type=search]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #e3e3e4;
  opacity: 1;
}

.the-edit-search-container .the-edit-search-content .the-edit-search-field input[type=search]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #e3e3e4;
  opacity: 1;
}

.the-edit-search-container .the-edit-search-content .the-edit-search-field input[type=search]:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #e3e3e4;
}

.the-edit-search-container .the-edit-search-content .the-edit-search-field input[type=search]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #e3e3e4;
}

@media only screen and (max-width: 30.000em) {
  .the-edit-search-container .the-edit-search-content .the-edit-search-field input[type=search] {
    padding: 6px 10px 6px 29px;
  }
}

.the-edit-search-container .the-edit-search-content .the-edit-search-field:before {
  content: "";
  background-image: url("../../../img/icons/search-icon-blue.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 60px;
  width: 45px;
  position: absolute;
  left: 0px;
}

@media only screen and (max-width: 30.000em) {
  .the-edit-search-container .the-edit-search-content .the-edit-search-field:before {
    background-image: url("../../../img/icons/search-icon-blue-mobile.png");
    height: 29px;
    width: 29px;
  }
}

#noSearchResult {
  text-align: center;
}

.BC013 .news-list {
  margin: 70px 0px 50px 0;
  font-size: 0px;
  font-size: 0rem;
}

@media only screen and (max-width: 767px) {
  .BC013 .news-list {
    margin: 40px 0px 20px 0;
  }
}

.search-results-container {
  padding-top: 40px;
}

@media only screen and (max-width: 80.000em) {
  .search-results-container {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 62.000em) {
  .search-results-container {
    padding-top: 0px;
  }
}

.desktop-filter {
  display: block;
}

@media only screen and (max-width: 62.000em) {
  .desktop-filter {
    display: none;
  }
}

.desktop-filter h3 {
  margin-top: 0px;
  color: #283270;
}

.mobile-filter {
  border-bottom: 1px solid #cdd7e4;
  margin-bottom: 30px;
  display: none;
}

@media only screen and (max-width: 62.000em) {
  .mobile-filter {
    display: block;
  }
}

.mobile-filter h3 {
  text-align: center;
  cursor: pointer;
}

.mobile-filter h3 .arrow {
  position: relative;
  top: 10px;
  left: 5px;
}

@media only screen and (max-width: 30.000em) {
  .mobile-filter h3 .arrow {
    top: 5px;
  }
}

.mobile-filter h3 .arrow:before,
.mobile-filter h3 .arrow:after {
  content: "";
  position: absolute;
  background: #e2b010;
  height: 2px;
  width: 16px;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transform: rotate(50deg) translateY(0px);
  -webkit-transform: rotate(50deg) translateY(0px);
  transform: rotate(50deg) translateY(0px);
}

@media only screen and (max-width: 30.000em) {
  .mobile-filter h3 .arrow:before,
  .mobile-filter h3 .arrow:after {
    width: 12px;
  }
}

.mobile-filter h3 .arrow:after {
  -ms-transform: rotate(-50deg) translateY(8px) translateX(5px);
  -webkit-transform: rotate(-50deg) translateY(8px) translateX(5px);
  transform: rotate(-50deg) translateY(8px) translateX(5px);
  top: 0px;
  opacity: 1;
}

@media only screen and (max-width: 30.000em) {
  .mobile-filter h3 .arrow:after {
    -ms-transform: rotate(-50deg) translateY(6px) translateX(4px);
    -webkit-transform: rotate(-50deg) translateY(6px) translateX(4px);
    transform: rotate(-50deg) translateY(6px) translateX(4px);
  }
}

.mobile-filter .filter-container {
  border-top: 1px solid #cdd7e4;
  max-height: 0px;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 1s cubic-bezier(0.77, 0, 0.175, 1);
  padding-bottom: 0px;
}

.mobile-filter.open .filter-container {
  max-height: 1000px;
  opacity: 1;
  padding-bottom: 30px;
}

.mobile-filter.open .arrow {
  -ms-transform: rotate(50deg) translateY(-13px) translateX(10px);
  -webkit-transform: rotate(50deg) translateY(-13px) translateX(10px);
  transform: rotate(50deg) translateY(-13px) translateX(10px);
}

.mobile-filter.open .arrow:before {
  -ms-transform: rotate(50deg) translateY(-9px) translateX(7px);
  -webkit-transform: rotate(50deg) translateY(-9px) translateX(7px);
  transform: rotate(50deg) translateY(-9px) translateX(7px);
}

@media only screen and (max-width: 30.000em) {
  .mobile-filter.open .arrow:before {
    -ms-transform: rotate(50deg) translateY(-7px) translateX(5px);
    -webkit-transform: rotate(50deg) translateY(-7px) translateX(5px);
    transform: rotate(50deg) translateY(-7px) translateX(5px);
  }
}

.mobile-filter.open .arrow:after {
  -ms-transform: rotate(-50deg) translateY(1px) translateX(0px);
  -webkit-transform: rotate(-50deg) translateY(1px) translateX(0px);
  transform: rotate(-50deg) translateY(1px) translateX(0px);
}

@media only screen and (max-width: 30.000em) {
  .mobile-filter.open .arrow:after {
    -ms-transform: rotate(-50deg) translateY(1px) translateX(1px);
    -webkit-transform: rotate(-50deg) translateY(1px) translateX(1px);
    transform: rotate(-50deg) translateY(1px) translateX(1px);
  }
}

.filter-block .filter-heading {
  margin-top: 30px;
  margin-bottom: 15px;
  cursor: pointer;
  /*.fa{
      cursor: pointer;
  }*/
}

.filter-block .filter {
  margin: 10px 0px;
}

.filter-block .filter label {
  margin: 0px;
  padding-left: 8px;
  vertical-align: middle;
  cursor: pointer;
}

.hero-banner.search-banner {
  min-height: 300px;
  padding: 40px 0px 60px;
}

@media only screen and (max-width: 80.000em) {
  .hero-banner.search-banner {
    min-height: 290px;
  }
}

@media only screen and (max-width: 62.000em) {
  .hero-banner.search-banner {
    min-height: 270px;
    padding: 10px 0px 60px;
  }
}

@media only screen and (max-width: 767px) {
  .hero-banner.search-banner {
    min-height: 220px;
  }
}

.hero-banner.search-banner h1 {
  font-family: "fruiteger-BoldCn";
  text-transform: none;
  font-size: 30px;
  font-size: 3rem;
}

@media only screen and (max-width: 80.000em) {
  .hero-banner.search-banner h1 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media only screen and (max-width: 767px) {
  .hero-banner.search-banner h1 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.hero-banner.search-banner p {
  font-size: 18px;
  font-size: 1.8rem;
}

.hero-banner.search-banner p span {
  font-family: "fruiteger-BoldCn";
  text-transform: uppercase;
}

@media only screen and (max-width: 30.000em) {
  .hero-banner.search-banner p {
    font-size: 9px;
    font-size: 0.9rem;
  }
}

.BC014 .search-results-container .search-results {
  display: flex;
  flex-wrap: wrap;
}

.BC014 .page-result .search-item {
  background: #fff;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  padding: 5px;
}

.BC014 .page-result .search-item:hover {
  -webkit-box-shadow: 3px 5px 20px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 3px 5px 20px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 3px 5px 20px 0px rgba(0, 0, 0, 0.45);
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .BC014 .page-result .search-item {
    float: left;
    width: 100%;
  }
}

.BC014 .page-result .search-item .img-container {
  display: inline-block;
  width: 100px;
  height: 100px;
  vertical-align: top;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 30.000em) {
  .BC014 .page-result .search-item .img-container {
    width: 50px;
    height: 50px;
  }
}

.BC014 .page-result .search-item .img-container img {
  height: 100%;
  width: auto;
  max-width: none;
  position: absolute;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

.BC014 .page-result .search-item .img-container img.placeholder-image {
  height: auto;
  width: 100%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.BC014 .page-result .search-item .item-content {
  max-width: calc(100% - 105px);
  display: inline-block;
  margin-top: 0px;
  padding: 0px 10px;
}

@media only screen and (max-width: 30.000em) {
  .BC014 .page-result .search-item .item-content {
    max-width: calc(100% - 55px);
  }
}

.BC014 .tabset {
  height: 20px;
  overflow: visible;
  display: none;
}

.BC014 .tabset .products-tab.hideTab {
  display: none;
}

.BC014 .tabset .products-tab.showTab {
  display: inline-block;
}

.BC014 l .desktop-filter .filter label {
  font-size: 15px;
  font-size: 1.5rem;
}

.BC014 .tabset ul li {
  padding: 8px 5px 12px;
}

body.show-products .page-result {
  display: none;
  opacity: 0;
}

body.show-products .product-result {
  opacity: 1;
  display: block;
}

body.show-products .product-result .search-item {
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

body.show-products .product-result .search-item:hover {
  -webkit-box-shadow: 3px 5px 20px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 3px 5px 20px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 3px 5px 20px 0px rgba(0, 0, 0, 0.45);
}

body.show-pages .product-result {
  display: none;
}

body.show-pages .page-result {
  display: block;
  float: left;
  width: 100%;
}

.BC015 {
  color: #666;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background: white;
}

.BC015 h1 {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .BC015 h1 {
    font-size: 40px;
  }
}

.BC015 p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 80%;
  font-size: 13px;
}

@media only screen and (min-width: 768px) {
  .BC015 p {
    font-size: 15px;
  }
}

.BC015 ul {
  padding: 0;
  margin: 0;
}

.BC015 .Q40_Documents_list {
  padding-bottom: 30px;
  padding-top: 30px;
}

.BC015 .Q40_Documents_list ul,
.BC015 .Q40_Documents_list ol,
.BC015 .Q40_Documents_list ul li,
.BC015 .Q40_Documents_list ol li {
  padding-left: 0;
}

.BC015 .Q40_Documents_list li:before {
  display: none;
}

.BC015 .Q40_Documents_list > li {
  display: block;
  overflow: hidden;
}

.BC015 .Q40_Documents_list li .list_alpha {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  color: #444;
}

.BC015 .Q40_Documents_list li ul {
  display: block;
  width: 100%;
  float: left;
}

.BC015 .Q40_Documents_list li ul > li {
  float: left;
  display: block;
  width: 100%;
  font-family: inherit;
}

@media only screen and (min-width: 768px) {
  .BC015 .Q40_Documents_list li ul > li {
    width: 50%;
    padding-right: 20px;
  }
}

.BC015 .Q40_Documents_list li ul > li .product-name {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 600;
  color: inherit;
  background: #3f515a;
  color: white;
  border-left: 5px solid #ed6e4d;
  display: block;
  width: 100%;
  padding: 10px 10px 10px 10px;
}

.BC015 .Q40_Documents_list li ul > li ol li {
  margin-bottom: 0;
  line-height: 27px;
  border-bottom: 1px solid #8c8b90;
  font-family: inherit;
  padding: 5px 10px 5px 10px;
  position: relative;
  display: block;
  width: 100%;
}

.BC015 .Q40_Documents_list li ul > li ol li a {
  color: #666;
  font-size: 18px;
  font-weight: 500;
}

.BC015 .Q40_Documents_list li ul > li ol li a svg {
  position: absolute;
  top: 10px;
  right: 7px;
}

.BC015 .Q40_Documents_list li ul > li ol li a svg g {
  fill: #666;
}

.BC015 .Q40_Documents_list li ul > li ol li:hover {
  cursor: pointer;
  background: #efeff1;
}

.BC015 .Q40_Documents_list li ul > li ol li:hover a {
  text-decoration: underline;
}

.BC015 .Q40_Documents_list li ul > li ol li:hover svg g {
  fill: #ed6e4d;
}

.search-results section {
  padding: 0;
  padding-top: 25px;
}

.highlighted-item-container {
  opacity: 0;
  width: 100%;
  transition: opacity 3s ease-in;
}

.highlighted-item-container img {
  display: inline-block;
}

.highlighted-item-container.jsLoaded {
  opacity: 1;
}

.highlighted-item-container .highlighted-item {
  background: #186684 !important;
  color: white !important;
  float: left;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  padding: 5px;
  width: 100%;
  display: block;
  min-height: 110px;
  /*&:hover {
      cursor: default !important;
      box-shadow: none !important;
  }*/
}

.highlighted-item-container .highlighted-item h1,
.highlighted-item-container .highlighted-item h2,
.highlighted-item-container .highlighted-item h3,
.highlighted-item-container .highlighted-item h4,
.highlighted-item-container .highlighted-item h5,
.highlighted-item-container .highlighted-item h6,
.highlighted-item-container .highlighted-item p,
.highlighted-item-container .highlighted-item a,
.highlighted-item-container .highlighted-item span {
  color: inherit !important;
}

.highlighted-item-container .highlighted-item .img-container {
  width: 100px;
  height: 100px !important;
  float: left;
  overflow: visible !important;
  display: block !important;
}

.highlighted-item-container .highlighted-item .img-container img {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  top: 0px !important;
  left: 0 !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  max-height: 100%;
}

@media only screen and (max-width: 30em) {
  .highlighted-item-container .highlighted-item .img-container {
    float: none;
    width: 100px !important;
    height: 130px;
    margin: auto;
  }
}

.highlighted-item-container .highlighted-item .item-content {
  max-width: calc(100% - 105px);
  display: block !important;
  margin-top: 0px !important;
  padding: 0px 10px !important;
  float: left;
  text-align: left;
}

@media only screen and (max-width: 30em) {
  .highlighted-item-container .highlighted-item .item-content {
    margin-top: 25px !important;
    max-width: 100% !important;
    float: none;
    text-align: center;
  }
}

.highlighted-item-container .highlighted-item .item-content h6 {
  margin-bottom: 0;
}

.highlighted-item-container .highlighted-item .item-content .highlighted-item_desc {
  margin-top: 0px;
}

.highlighted-item-container .highlighted-item .item-content .highlighted-item_subtitle {
  font-style: italic;
  margin: 0px;
  font-size: 13px;
}

.case-studies-list a.loadmore-button {
  color: white;
  background-color: #435159;
  border: none;
  border-bottom: 3px solid #E75735;
  display: inline-block;
}

.case-studies-list a.loadmore-button:after,
.case-studies-list a.loadmore-button:before {
  border: none;
}

.case-studies-list a.loadmore-button:hover,
.case-studies-list a.loadmore-button:focus {
  background-color: #E75735;
  border: none;
  border-bottom: 3px solid #435159;
}

.case-studies-list a.loadmore-button:hover:after,
.case-studies-list a.loadmore-button:hover:before,
.case-studies-list a.loadmore-button:focus:after,
.case-studies-list a.loadmore-button:focus:before {
  border: none;
}

#BC016CaseStudiesList h1 {
  font-size: 20px;
  margin: 20px auto;
}

#BC016CaseStudiesList h2 {
  font-size: 26px;
}

#BC016CaseStudiesList .the-edit-search-container {
  background: #435159;
  padding: 20px;
}

#BC016CaseStudiesList .the-edit-search-container label.error {
  font-size: 18px;
}

#BC016CaseStudiesList .the-edit-search-container .the-edit-search-content {
  font-size: 26px;
  font-weight: bold;
}

#BC016CaseStudiesList .the-edit-search-container .the-edit-search-content h2 {
  color: white;
  font-family: "fruiteger-boldCn";
  font-size: 26px;
}

#BC016CaseStudiesList .the-edit-search-container .the-edit-search-content .btn.double-border.white {
  min-width: 160px;
  height: 50px;
  line-height: 47px;
  border-width: 2px;
  padding: 0;
}

#BC016CaseStudiesList .the-edit-search-container .the-edit-search-content .btn.double-border.white:hover,
#BC016CaseStudiesList .the-edit-search-container .the-edit-search-content .btn.double-border.white:focus {
  background: none;
}

@media only screen and (max-width: 30.000em) {
  #BC016CaseStudiesList .the-edit-search-container .the-edit-search-content .btn.double-border.white {
    font-size: 15px;
    min-width: 110px;
    padding: 11px 0px;
    line-height: initial;
    height: 42px;
    display: inline-block;
    margin-bottom: 16px;
  }
}

#BC016CaseStudiesList .the-edit-search-container .the-edit-search-content .the-edit-search-field {
  position: relative;
  margin: 25px 0px 35px;
}

@media only screen and (max-width: 30.000em) {
  #BC016CaseStudiesList .the-edit-search-container .the-edit-search-content .the-edit-search-field {
    margin: 20px 0px;
  }
}

#BC016CaseStudiesList .the-edit-search-container .the-edit-search-content .the-edit-search-field input[type=search] {
  width: 100%;
  padding: 14px 12px;
  margin-right: 0px;
  font-family: "fruiteger-lightCn";
  font-size: 18px;
  box-sizing: border-box;
}

#BC016CaseStudiesList .the-edit-search-container .the-edit-search-content .the-edit-search-field input[type=search]::-webkit-input-placeholder,
#BC016CaseStudiesList .the-edit-search-container .the-edit-search-content .the-edit-search-field input[type=search]:-moz-placeholder,
#BC016CaseStudiesList .the-edit-search-container .the-edit-search-content .the-edit-search-field input[type=search]::-moz-placeholder,
#BC016CaseStudiesList .the-edit-search-container .the-edit-search-content .the-edit-search-field input[type=search]:-ms-input-placeholder,
#BC016CaseStudiesList .the-edit-search-container .the-edit-search-content .the-edit-search-field input[type=search]::-ms-input-placeholder {
  color: #8C8B90;
}

@media only screen and (max-width: 30.000em) {
  #BC016CaseStudiesList .the-edit-search-container .the-edit-search-content .the-edit-search-field input[type=search] {
    padding: 6px 10px 6px 29px;
  }
}

#BC016CaseStudiesList .the-edit-search-container .the-edit-search-content .the-edit-search-field:before {
  background-image: url("../../../img/icons/search-icon-orange.svg");
  right: 0;
  left: auto;
  top: -5px;
  position: absolute;
}

@media only screen and (max-width: 30.000em) {
  #BC016CaseStudiesList .the-edit-search-container .the-edit-search-content .the-edit-search-field:before {
    right: 6px;
    top: 8px;
  }
}

#BC016CaseStudiesList .secondary-nav.the-edit {
  background: #435159;
  padding: 10px;
}

#BC016CaseStudiesList .secondary-nav.the-edit nav li:after {
  background: #E75735;
}

#BC016CaseStudiesList .secondary-nav.the-edit nav li:hover:after {
  width: 50px;
}

#BC016CaseStudiesList .secondary-nav.the-edit .selectric-wrapper .selectric:after {
  border: 1px solid #435159;
}

#BC016CaseStudiesList .secondary-nav.the-edit .selectric-wrapper .selectric .button:after {
  color: #435159;
  font-size: 14px;
}

#BC016CaseStudiesList .secondary-nav.the-edit .selectric-wrapper .selectric .label {
  color: #435159;
}

#BC016CaseStudiesList .secondary-nav.the-edit .selectric-wrapper .selectric-items li {
  color: #435159;
}

#BC016CaseStudiesList #noSearchResult {
  text-align: center;
}

.UI002 .col-xs-10.col-xs-offset-1 {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.UI002 #showMore {
  color: #283270;
}

.UI002 iframe {
  width: 0;
  max-width: 100%;
  min-width: 100%;
  display: block;
}

.UI002 iframe.fence-builder {
  height: 1693px;
}

.UI002 iframe.gate-builder {
  height: 1000px;
  /* IE11 */
}

@media all and (-ms-high-contrast: none) {
  .UI002 iframe.gate-builder {
    height: 1700px;
  }
}

@media only screen and (max-width: 767px) {
  .UI002 iframe.gate-builder {
    height: 981px;
  }
}

.UI002 iframe.decking-builder {
  height: 715px;
}

.UI002 ul li {
  display: table;
  margin: 0 auto 8px auto;
  font-size: 1.8rem;
}

@media only screen and (max-width: 30.000em) {
  .UI002 ul li {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 4px;
  }
}

.UI002 .text-left > ul li {
  margin-left: 0;
}

.UI002 .text-right > ul li {
  margin-right: 0;
}

.UI002 ul li span {
  background: #ed6e4d;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 6px;
  margin-bottom: 3px;
}

@media only screen and (max-width: 30.000em) {
  .UI002 ul li span {
    width: 4px;
    height: 4px;
  }
}

.UI002 .side-padding {
  padding: 20px 0px;
}

@media only screen and (max-width: 767px) {
  .UI002 .side-padding {
    padding: 10px 0px;
  }
}

.UI002 .theme-red-cross .UI002,
.UI002 .theme-teal .UI002 {
  padding: 65px 0px 30px;
}

@media only screen and (max-width: 767px) {
  .UI002 .theme-red-cross .UI002,
  .UI002 .theme-teal .UI002 {
    padding: 45px 0px 20px;
  }
}

.UI002 .text-center h5,
.UI002 .text-right h5 {
  text-align: center;
}

.UI002 .text-center li,
.UI002 .text-center .ul .li,
.UI002 .text-right li,
.UI002 .text-right .ul .li {
  list-style: none;
}

.UI002 .text-center li span.custom-bullet,
.UI002 .text-center .ul .li span.custom-bullet,
.UI002 .text-right li span.custom-bullet,
.UI002 .text-right .ul .li span.custom-bullet {
  display: none;
}

.UI002 .text-center li::before,
.UI002 .text-center .ul .li::before,
.UI002 .text-right li::before,
.UI002 .text-right .ul .li::before {
  display: none;
}

@media only screen and (max-width: 767px) {
  #fenceScroller .slick-next {
    right: 18px;
  }

  #fenceScroller .slick-prev {
    left: 18px;
  }
}

.text-right li {
  list-style: none;
}

.text-right li::before {
  display: none;
}

.side-padding {
  padding: 20px 0px;
}

@media only screen and (max-width: 767px) {
  .side-padding {
    padding: 10px 0px;
  }
}

.UI003 {
  padding: 100px 0px;
}

@media only screen and (max-width: 767px) {
  .UI003 {
    padding: 0px;
  }
}

.UI003 .content-container {
  margin: 50px 0px 60px;
}

@media only screen and (max-width: 767px) {
  .UI003 .content-container {
    margin: 30px 0px;
  }
}

.UI003 h2,
.UI003 h4 {
  margin-bottom: 0px;
}

.UI003 p {
  margin-top: 0px;
}

.img-block-banner-content-inner {
  padding: 40px;
  width: 100%;
  z-index: 10;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.img-block {
  padding-bottom: 5%;
  padding-bottom: calc(5% - 12px);
  margin-bottom: 0;
}

.img-block.img-block-half {
  padding-bottom: 50%;
  padding-bottom: calc(50% - 12px);
  margin-bottom: 0;
}

.img-block.img-block-3From5 {
  padding-bottom: 60%;
  padding-bottom: calc(60% - 12px);
  margin-bottom: 0;
}

.img-block.img-block-4From5 {
  padding-bottom: 80%;
  padding-bottom: calc(80% - 12px);
  margin-bottom: 0;
}

.img-block.img-block-double {
  padding-bottom: 200%;
  padding-bottom: calc(200% + 24px);
  margin-bottom: 0;
}

.product-master-grid .UI005 {
  height: 340px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .product-master-grid .UI005 {
    height: 220px;
    min-height: 220px;
    margin-bottom: 20px;
  }

  .product-master-grid .UI005 .img-block-banner-content-inner {
    padding: 5px;
  }
}

@media only screen and (max-width: 30.000em) {
  .product-master-grid .UI005 {
    height: 130px;
    min-height: 130px;
    margin-bottom: 10px;
  }
}

a .UI005 {
  overflow: hidden;
  height: 280px;
  background: none;
}

a .UI005 img {
  min-width: 100%;
  object-fit: cover;
  height: 100%;
}

a div .UI005 {
  margin-bottom: 20px;
}

.UI006 .hasBGoverlay,
.UI007 .hasBGoverlay {
  pointer-events: none;
}

.UI006 .video-container,
.UI007 .video-container {
  position: absolute;
  overflow: hidden;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
}

.UI006 .video-container video,
.UI007 .video-container video {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  object-fit: cover;
}

.UI006 .video-content,
.UI007 .video-content {
  position: relative;
  z-index: 1;
}

.UI006 .btn-play-container,
.UI007 .btn-play-container {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.UI006 .btn-play-container .btn-play,
.UI007 .btn-play-container .btn-play {
  width: 120px;
  height: 120px;
  position: absolute;
  opacity: 1;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url("../../../img/icons/PlayButton.png");
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .UI006 .btn-play-container .btn-play,
  .UI007 .btn-play-container .btn-play {
    width: 60px;
    height: 60px;
    background: url("../../../img/icons/PlayButton-small.png");
  }
}

.UI006.video-content-banner {
  padding: 50px 0;
  min-height: 400px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .UI006.video-content-banner {
    padding: 25px 0;
  }
}

.UI006.video-content-banner .video-content {
  padding: 0 10px;
}

.UI006.video-content-banner .video-content,
.UI006.video-content-banner .video-elements {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .UI006.video-content-banner .video-content,
  .UI006.video-content-banner .video-elements {
    width: 100%;
  }
}

.UI006.video-content-banner .video-elements {
  position: absolute;
  top: 0%;
  right: 0%;
  bottom: 0%;
  min-height: 360px;
}

@media only screen and (max-width: 767px) {
  .UI006.video-content-banner .video-elements {
    position: relative;
  }
}

@media only screen and (max-width: 30.000em) {
  .UI006.video-content-banner .video-elements {
    min-height: 240px;
  }
}

.UI006.video-content-banner.video-left .video-elements {
  right: 50%;
}

@media only screen and (max-width: 767px) {
  .UI006.video-content-banner.video-left .video-elements {
    right: 0%;
  }
}

.UI006.video-content-banner.video-left .video-content {
  left: 50%;
}

@media only screen and (max-width: 767px) {
  .UI006.video-content-banner.video-left .video-content {
    left: 0%;
  }
}

.UI006.video-content-banner.video-right .video-elements {
  left: 50%;
}

@media only screen and (max-width: 767px) {
  .UI006.video-content-banner.video-right .video-elements {
    left: 0%;
    margin-top: 40px;
  }
}

.UI006.video-content-banner.video-right .video-content {
  left: 0%;
}

.UI007.video-block-banner {
  margin-bottom: 20px;
  width: 100%;
  max-height: 480px;
  min-height: 340px;
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .UI007.video-block-banner {
    min-height: 300px;
  }
}

@media only screen and (max-width: 30.000em) {
  .UI007.video-block-banner {
    min-height: 130px;
    padding: 20px 0px 0px;
  }
}

.accordion {
  margin-bottom: 40px;
  overflow: hidden;
  width: 100%;
}

.accordion .accordion-panel {
  list-style-type: none;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .accordion .accordion-panel {
    margin-top: 0px;
  }
}

.accordion .accordion-panel .panel {
  border-left: none;
  border-right: none;
  border-radius: 0px;
  box-shadow: none;
  border-bottom: none;
  margin-bottom: 0px;
  border-color: #d8d8dd;
  background: transparent;
  overflow: hidden;
}

.accordion .accordion-panel .panel .accordion-panel-title {
  color: #283270;
  padding: 5px;
  cursor: pointer;
  position: relative;
}

.accordion .accordion-panel .panel .accordion-panel-title h5 {
  margin: 10px 40px 10px 0px;
}

@media only screen and (max-width: 767px) {
  .accordion .accordion-panel .panel .accordion-panel-title h5 {
    margin: 10px 20px 10px 0px;
  }
}

.accordion .accordion-panel .panel .accordion-panel-title .accordion-panel-icon {
  position: absolute;
  right: 40px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 767px) {
  .accordion .accordion-panel .panel .accordion-panel-title .accordion-panel-icon {
    top: 52%;
    right: 26px;
  }
}

.accordion .accordion-panel .panel .accordion-panel-title .accordion-panel-icon:before,
.accordion .accordion-panel .panel .accordion-panel-title .accordion-panel-icon:after {
  content: "";
  position: absolute;
  background: #e2b010;
  height: 2px;
  width: 25px;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-transform: rotate(50deg) translateY(0px);
  -webkit-transform: rotate(50deg) translateY(0px);
  transform: rotate(50deg) translateY(0px);
}

@media only screen and (max-width: 767px) {
  .accordion .accordion-panel .panel .accordion-panel-title .accordion-panel-icon:before,
  .accordion .accordion-panel .panel .accordion-panel-title .accordion-panel-icon:after {
    width: 12px;
  }
}

.accordion .accordion-panel .panel .accordion-panel-title .accordion-panel-icon:after {
  -ms-transform: rotate(-50deg) translateY(12px) translateX(10px);
  -webkit-transform: rotate(-50deg) translateY(12px) translateX(10px);
  transform: rotate(-50deg) translateY(12px) translateX(10px);
  top: 0px;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .accordion .accordion-panel .panel .accordion-panel-title .accordion-panel-icon:after {
    -ms-transform: rotate(-50deg) translateY(6px) translateX(5px);
    -webkit-transform: rotate(-50deg) translateY(6px) translateX(5px);
    transform: rotate(-50deg) translateY(6px) translateX(5px);
  }
}

.accordion .accordion-panel .panel .accordion-panel-title.open .accordion-panel-icon:before {
  -ms-transform: rotate(50deg) translateY(-13px) translateX(10px);
  -webkit-transform: rotate(50deg) translateY(-13px) translateX(10px);
  transform: rotate(50deg) translateY(-13px) translateX(10px);
}

@media only screen and (max-width: 767px) {
  .accordion .accordion-panel .panel .accordion-panel-title.open .accordion-panel-icon:before {
    -ms-transform: rotate(50deg) translateY(-7px) translateX(5px);
    -webkit-transform: rotate(50deg) translateY(-7px) translateX(5px);
    transform: rotate(50deg) translateY(-7px) translateX(5px);
  }
}

.accordion .accordion-panel .panel .accordion-panel-title.open .accordion-panel-icon:after {
  -ms-transform: rotate(-50deg) translateY(1px) translateX(2px);
  -webkit-transform: rotate(-50deg) translateY(1px) translateX(2px);
  transform: rotate(-50deg) translateY(1px) translateX(2px);
}

.accordion .accordion-panel .panel .accordion-panel-content {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  padding: 0px 10px;
  opacity: 0;
}

.accordion .accordion-panel .panel .accordion-panel-content p {
  margin: 0px;
}

.accordion .accordion-panel .panel .accordion-panel-content.show {
  max-height: 2000px;
  padding: 15px 10px;
  opacity: 1;
  width: 100%;
}

.accordion .accordion-panel .panel:last-child {
  border-bottom: 1px solid #d8d8dd;
}

@media only screen and (max-width: 767px) {
  .accordion .accordion-panel.accordion-panel-right {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .accordion .accordion-panel.accordion-panel-right .panel:first-child {
    border-top: none;
  }
}

.security-site .accordion .accordion-panel .panel .accordion-panel-title .accordion-panel-icon:before,
.security-site .accordion .accordion-panel .panel .accordion-panel-title .accordion-panel-icon:after {
  background: #ed6e4d;
}

.svg-banner-low {
  height: 157px;
  border: 1px solid #894f4c;
  box-shadow: 0 18px 27px -24px transparent;
  background: 0 0;
}

.svg-banner-low img {
  float: left;
  height: 60px;
}

.svg-banner-low h3.head3 {
  color: #fff;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}

.svg-banner-low p {
  color: #fff;
}

@media only screen and (max-width: 3840px) {
  .svg-banner-low p {
    max-width: 100%;
    padding: 1.5em 1em;
    text-align: center;
    width: 100%;
    font-size: 18px;
    margin: 0px 40px 0px 0px;
  }
}

@media only screen and (max-width: 3840px) {
  .svg-banner-low a.btn {
    margin-right: 0px !important;
    margin-left: 0px !important;
    height: 60px !important;
    width: 10% !important;
    margin: 1em 0em;
    padding: 18px 22px;
  }
}

.svg-banner-low:after {
  background: #6d2521;
  opacity: 0.6;
}

@media only screen and (max-width: 3840px) {
  .svg-banner-low {
    display: flex;
    max-width: 100%;
    position: relative;
    margin: 0px !important;
    padding: 30px !important;
  }

  .svg-banner-low h3.head3 {
    float: left !important;
    text-align: center !important;
    padding: 1em 0;
    margin: 0;
    width: 30%;
  }

  .svg-banner-low #para {
    max-width: 100% !important;
    padding: 1.5em 1em;
    text-align: center;
    width: 100%;
    font-size: 18px;
    margin: 0px 40px 0px 0px;
  }
}

@media only screen and (max-width: 1024px) {
  .svg-banner-low #svg-ban {
    padding: 20px;
    display: flex;
  }

  .svg-banner-low #head3 {
    width: 100%;
    text-align: center;
    padding: 1em 0;
    font-size: 24px;
    margin: auto;
  }

  .svg-banner-low #para {
    display: none;
  }
}

@media only screen and (max-width: 480px) {
  .svg-banner-low #svg-ban {
    height: 100px !important;
  }
}

@media only screen and (max-width: 1279px) {
  .svg-banner-low .theme-red-cross {
    max-width: 100%;
    position: relative;
    margin: 0px;
  }

  .svg-banner-low .fencingImg {
    float: left;
    height: 60px;
  }

  .svg-banner-low #para {
    max-width: 100% !important;
    text-align: center;
    width: 100%;
    font-size: 18px;
  }

  .svg-banner-low #btn {
    margin-right: 0px !important;
    margin-left: 0px !important;
    height: 55px !important;
    margin: 1em 0em;
  }
}

.svg-banner,
.svg-banner-low {
  background: transparent;
  border-color: transparent;
  border-width: 0px;
  border-bottom-width: 1px;
  border-style: solid;
  padding: 30px 20px 45px;
  -ms-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  margin-bottom: 40px;
  cursor: pointer;
}

.svg-banner .componentLink,
.svg-banner-low .componentLink {
  top: 0;
  bottom: 0;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  z-index: 1;
}

.svg-banner .btn,
.svg-banner-low .btn {
  z-index: 2;
}

.svg-banner h3,
.svg-banner-low h3 {
  color: #283270;
}

.svg-banner svg,
.svg-banner img,
.svg-banner-low svg,
.svg-banner-low img {
  display: block;
  margin: 15px auto 20px;
  max-height: 200px;
}

.svg-banner.inline,
.svg-banner-low.inline {
  padding: 20px;
}

.svg-banner.inline svg,
.svg-banner-low.inline svg {
  display: inline-block;
  vertical-align: middle;
}

.svg-banner.inline h3,
.svg-banner-low.inline h3 {
  display: inline-block;
  margin: 0px;
  vertical-align: middle;
  padding-left: 10px;
}

@media only screen and (max-width: 30.000em) {
  .svg-banner,
  .svg-banner-low {
    margin-bottom: 20px;
    padding: 5px 3px 15px;
  }

  .svg-banner img,
  .svg-banner-low img {
    margin: 10px auto 0px;
  }

  .svg-banner h3,
  .svg-banner-low h3 {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 30.000em) and (max-width: 30.000em) {
  .svg-banner h3,
  .svg-banner-low h3 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.product-master-grid .svg-banner {
  height: 340px !important;
  margin-bottom: 20px;
  padding: 30px 65px 45px;
}

@media only screen and (max-width: 30.000em) {
  .product-master-grid .svg-banner {
    height: 225px !important;
    min-height: 225px;
    margin-bottom: 10px;
    padding: 10px;
  }
}

.product-master-grid .svg-banner .btn1 {
  position: relative;
  padding: 15px 30px;
  background: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
}

.product-master-grid .svg-banner .btn1:before,
.product-master-grid .svg-banner .btn1:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  border: 1px solid white;
}

@media only screen and (max-width: 30.000em) {
  .product-master-grid .svg-banner .btn1:before,
  .product-master-grid .svg-banner .btn1:after {
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
  }
}

.product-master-grid .svg-banner .btn1:after {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border: 3px solid transparent;
}

.product-master-grid .svg-banner .btn1:hover {
  border: 1px solid white;
}

.product-master-grid .svg-banner .btn1:hover:after {
  border: 4px solid white;
}

@media only screen and (max-width: 30.000em) {
  .product-master-grid .svg-banner .btn1:hover:after {
    border: 2px solid white;
  }
}

.product-master-grid .svg-banner.theme-blue {
  background: #283270;
}

.product-master-grid .svg-banner:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid white;
}

.card-banner-vertical {
  padding-bottom: 30px;
  margin-bottom: 110px;
  border-bottom: 1px solid transparent;
  background: transparent;
  -webkit-box-shadow: 0px 18px 0px -24px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 18px 0px -24px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 18px 0px -24px rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

@media only screen and (max-width: 767px) {
  .card-banner-vertical {
    padding-bottom: 15px;
    margin-bottom: 50px;
  }
}

.card-banner-vertical .img-container {
  width: 100%;
  height: 340px;
  max-height: 340px;
  position: relative;
  overflow: hidden;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .card-banner-vertical .img-container {
    height: 147px;
    max-height: 147px;
  }
}

.card-banner-vertical .img-container img {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .card-banner-vertical .img-container img {
    top: 0%;
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.card-banner-vertical .content-container {
  padding: 0px 20px;
  margin-top: 20px;
}

.card-banner-vertical .content-container h3 {
  margin-top: 0px;
}

@media only screen and (max-width: 767px) {
  .card-banner-vertical .content-container {
    padding: 0px 10px;
  }
}

.card-banner-vertical:hover {
  background: white;
  -webkit-box-shadow: 0px 25px 77px -30px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 25px 77px -30px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 25px 77px -30px rgba(0, 0, 0, 0.75);
  border-bottom: 1px solid #e2b010;
}

/*tested with all themes except .theme-video*/

.UI016 .theme-blue .btn,
.UI016 .theme-pattern-blue .btn,
.UI016 .theme-grey .btn,
.UI016 .theme-red .btn,
.UI016 .theme-teal .btn,
.UI016 .theme-brown .btn,
.UI016 .theme-texture-red .btn,
.UI016 .theme-texture-blue .btn,
.UI016 .theme-texture-brown .btn {
  border-color: #fff;
}

.UI016 .theme-blue .btn:hover,
.UI016 .theme-pattern-blue .btn:hover,
.UI016 .theme-grey .btn:hover,
.UI016 .theme-red .btn:hover,
.UI016 .theme-teal .btn:hover,
.UI016 .theme-brown .btn:hover,
.UI016 .theme-texture-red .btn:hover,
.UI016 .theme-texture-blue .btn:hover,
.UI016 .theme-texture-brown .btn:hover {
  border-color: #283270;
}

.UI016 .theme-white .search-bar,
.UI016 .theme-pattern-white .search-bar,
.UI016 .theme-dotted-bg .search-bar,
.UI016 .theme-texture-grey .search-bar {
  border: 1px solid #283270;
}

.UI016 .theme-white input[type=search],
.UI016 .theme-pattern-white input[type=search],
.UI016 .theme-dotted-bg input[type=search],
.UI016 .theme-texture-grey input[type=search] {
  box-shadow: 0px 0px 5px 1px #283270;
}

.UI016 .theme-white .btn,
.UI016 .theme-pattern-white .btn,
.UI016 .theme-dotted-bg .btn,
.UI016 .theme-texture-grey .btn {
  border-color: #fff;
}

.UI016 .theme-white .btn:hover,
.UI016 .theme-pattern-white .btn:hover,
.UI016 .theme-dotted-bg .btn:hover,
.UI016 .theme-texture-grey .btn:hover {
  border-color: #283270;
}

@media only screen and (max-width: 30.000em) {
  .UI016 {
    padding: 30px 0px;
  }
}

.UI016 .bootstrap-wrapper {
  padding: 10px;
}

.UI016 .search-bar {
  display: block;
  border: 1px solid white;
  margin-left: 0px;
  padding-top: 60px;
}

@media only screen and (max-width: 30.000em) {
  .UI016 .search-bar {
    padding-top: 40px;
  }
}

.UI016 #uiSearchInput {
  background: #fff;
}

.UI016 #uiSearchForm .icon {
  background: transparent;
  position: relative;
  z-index: 11;
  cursor: default;
  pointer-events: none;
}

@media only screen and (max-width: 30.000em) {
  .UI016 #uiSearchForm .icon {
    left: 10px;
  }
}

.UI016 #uiSearchForm input[type=search] {
  text-indent: 40px;
  max-width: 450px;
  width: 70%;
  margin-left: -43px;
}

@media only screen and (max-width: 30.000em) {
  .UI016 #uiSearchForm input[type=search] {
    text-indent: 30px;
    min-width: auto;
    margin-left: -24px;
  }
}

.UI016 #uiSearchForm .btn {
  padding: 18px 27px;
  margin: 0px;
  border-width: 3px;
  border-style: double;
  min-width: 200px;
  margin: 30px 0 40px 0;
}

@media only screen and (max-width: 30.000em) {
  .UI016 #uiSearchForm .btn {
    min-width: 80px;
    padding: 10px 13px;
  }
}

.svg-link-button .title svg,
.svg-link-button .title img {
  display: inline-block;
  max-width: 40px;
  vertical-align: middle;
  margin-right: 5px;
}

.svg-link-button .title h5 {
  display: inline-block;
  margin: 0px;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .svg-link-button .title h5 {
    font-size: 75%;
  }
}

.UI019__inner {
  max-width: 486px;
  margin: 0 auto;
  padding: 0 15px;
}

.UI019.sign-up-row {
  padding: 78px 0px;
  background: url("../../../img/background-themes/silver-texture.png");
}

@media only screen and (max-width: 30.000em) {
  .UI019.sign-up-row {
    padding: 30px 0px;
  }
}

.UI019.sign-up-row .btn {
  min-width: 120px;
  padding: 18px 27px;
  margin: 0px;
  float: left;
}

@media only screen and (max-width: 30.000em) {
  .UI019.sign-up-row .btn {
    min-width: 80px;
    padding: 10px 13px;
  }
}

.UI019 form {
  margin-top: 50px;
}

.UI019 form .help-block.field-validation-error {
  display: none;
}

.UI019 form .validation-summary-errors li:before {
  content: none;
}

.UI019 form:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (max-width: 30.000em) {
  .UI019 form {
    margin-top: 25px;
  }
}

.UI019 form .form-group {
  width: 100%;
  padding: 0 120px 0 0;
  float: left;
  margin-right: -120px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 30.000em) {
  .UI019 form .form-group {
    padding-right: 80px;
    margin-right: -80px;
  }
}

.UI019 form .form-group input[type=email] {
  width: 100%;
  background: white;
  padding: 19px 20px;
  margin-right: -3px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 30.000em) {
  .UI019 form .form-group input[type=email] {
    padding: 11px 10px;
    height: 40px;
  }
}

.UI019 form .form-group label.control-label {
  font-family: "fruiteger-BoldCn";
  opacity: 0;
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 30.000em) {
  .UI019 form .form-group label.control-label {
    top: 24px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.UI019 .keynote {
  margin-top: 10px;
}

#UI021NewsList {
  margin-top: 20px;
}

#BC012AuthorNewsList {
  margin-top: 100px;
  margin-bottom: 150px;
}

@media only screen and (max-width: 767px) {
  #BC012AuthorNewsList {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.load-more.authorNewsLoadMore {
  margin-top: -100px;
}

@media only screen and (max-width: 767px) {
  .load-more.authorNewsLoadMore {
    margin-top: -30px;
  }
}

.news-lister-block {
  position: relative;
  overflow: hidden;
}

.news-lister-block .news-lister-block-background {
  -webkit-transition: all 0.5s cubic-bezier(0.04, 0.51, 0.51, 0.93);
  -moz-transition: all 0.5s cubic-bezier(0.04, 0.51, 0.51, 0.93);
  -o-transition: all 0.5s cubic-bezier(0.04, 0.51, 0.51, 0.93);
  transition: all 0.5s cubic-bezier(0.04, 0.51, 0.51, 0.93);
}

.news-lister-block:hover .news-lister-block-background {
  height: 105%;
}

.news-lister-block:hover .overlay20 {
  opacity: 0.6;
}

.news-lister-block .news-lister-block-container {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  -ms-transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
  max-height: 90%;
  overflow: hidden;
  color: white;
  padding: 0px 100px;
  z-index: 1;
}

@media only screen and (max-width: 767px) {
  .news-lister-block .news-lister-block-container {
    padding: 0px 28px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.news-lister-block .news-lister-block-container h2 {
  color: white;
}

.news-lister-block .news-lister-block-container p {
  color: white;
}

.news-lister-block.half {
  min-height: 340px;
}

@media only screen and (max-width: 767px) {
  .news-lister-block.half {
    min-height: 200px;
  }
}

@media only screen and (max-width: 30.000em) {
  .news-lister-block.half {
    min-height: 180px;
  }
}

.news-lister-block.half.top {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .news-lister-block.half.top {
    margin-bottom: 15px;
  }
}

.news-lister-block.half.bottom {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .news-lister-block.half.bottom {
    margin-bottom: 15px;
  }
}

.news-lister-block.half .news-summary {
  display: none;
}

.news-lister-block.full {
  min-height: 700px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .news-lister-block.full {
    min-height: 350px;
    margin-bottom: 15px;
  }
}

.news-lister-block.square {
  width: 100%;
}

.news-lister-block.square .news-lister-block-container {
  padding: 0px 20px;
}

@media only screen and (max-width: 767px) {
  .news-lister-block.square .news-lister-block-container {
    padding: 0px 10px;
  }

  .news-lister-block.square .news-lister-block-container h2 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.news-lister-block.square .news-summary {
  display: none;
}

.load-more {
  margin: 50px 0px 90px;
}

@media only screen and (max-width: 767px) {
  #BC016CaseStudiesList h2 {
    word-break: break-word;
    font-size: 22px;
    font-size: 2.2rem;
  }

  #BC016CaseStudiesList .news-lister-block.half.square h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.related-inspiration {
  padding: 80px 0px 100px;
}

@media only screen and (max-width: 30.000em) {
  .related-inspiration {
    padding: 40px 0px 50px;
  }
}

.related-inspiration .card-row {
  margin-top: 30px;
}

@media only screen and (max-width: 30.000em) {
  .related-inspiration .card-row {
    margin-top: 15px;
  }
}

.related-inspiration h3 {
  margin-top: 10px;
}

.related-inspiration .related-card {
  min-height: 460px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 80.000em) {
  .related-inspiration .related-card {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 30.000em) {
  .related-inspiration .related-card {
    min-height: 230px;
  }
}

.related-inspiration .related-card .related-card-content {
  position: absolute;
  z-index: 10;
  padding: 20px 25px;
  top: 15%;
  width: 100%;
}

.related-inspiration .related-card .related-card-content .date {
  color: white;
}

.related-inspiration .related-card:hover .full-height {
  height: 105%;
}

.related-inspiration .related-card:hover .overlay20 {
  opacity: 0.6;
}

.UI029 .hasBGoverlay {
  pointer-events: none;
}

@media all and (-ms-high-contrast: none) {
  #main-container .hero-banner.relative {
    display: block;
  }

  *::-ms-backdrop,
  #main-container .hero-banner.relative {
    display: block;
  }
}

.hero-banner {
  min-height: 480px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 80px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 767px) {
  .hero-banner {
    min-height: 240px;
    padding: 40px 0px;
  }
}

@media only screen and (max-width: 30.000em) {
  .hero-banner {
    min-height: 185px;
    padding: 20px 0px;
  }
}

.hero-banner .see-more {
  left: 20px;
  bottom: -60px;
}

.hero-banner .container {
  position: relative;
  z-index: 10;
}

.hero-banner .hero-banner-content {
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 30.000em) {
  .hero-banner .hero-banner-content {
    padding: 0px 10px;
  }
}

.hero-banner .hero-banner-content .btn-container {
  margin-top: 50px;
}

@media only screen and (max-width: 30.000em) {
  .hero-banner .hero-banner-content .btn-container {
    margin-top: 20px;
  }

  .hero-banner .hero-banner-content .btn-container .btn {
    margin: 0px;
    padding: 11px 10px;
    min-width: 130px;
  }

  .hero-banner .hero-banner-content .btn-container .btn2 {
    margin-left: 5px;
  }
}

.hero-banner .hero-banner-content .owl-nav.disabled {
  display: none;
}

.hero-banner .hero-banner-content .owl-nav.disabled + .owl-dots {
  margin-top: 40px;
}

.hero-banner.hero-sub-banner {
  padding: 40px 0px;
}

@media only screen and (max-width: 767px) {
  .hero-banner.hero-sub-banner {
    padding: 20px 0px;
  }
}

.hero-banner.hero-sub-banner .btn-container {
  margin-top: 30px;
}

.hero-banner.larger-content {
  padding: 157px 0px 257px;
}

@media only screen and (max-width: 767px) {
  .hero-banner.larger-content {
    padding: 40px 0px 100px;
  }
}

.hero-banner.video-banner {
  padding: 150px 0px 260px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .hero-banner.video-banner {
    padding: 65px 0px 135px;
  }
}

.hero-banner.video-banner .video-container {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.hero-banner.video-banner .video-container video {
  position: absolute;
  z-index: 0;
  width: 1920px;
}

@media only screen and (max-width: 767px) {
  .hero-banner.video-banner .video-container video {
    width: auto;
  }
}

.hero-banner.blog-banner {
  padding: 80px 0px 130px;
}

.hero-banner.blog-banner h1 {
  font-size: 56px;
  font-size: 5.6rem;
}

@media only screen and (max-width: 767px) {
  .hero-banner.blog-banner h1 {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

@media only screen and (max-width: 30.000em) {
  .hero-banner.blog-banner h1 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .hero-banner.blog-banner {
    padding: 80px 0px 130px;
  }
}

@media only screen and (max-width: 30.000em) {
  .hero-banner.blog-banner {
    padding: 20px 0px 40px;
  }
}

.hero-banner.reduceHeight {
  min-height: 0;
}

.UI028 .hasBGoverlay {
  z-index: 1;
}

.UI028.fruiteger-lightCn h1 {
  font-family: fruiteger-lightCn;
}

@media only screen and (min-width: 768px) {
  .UI028.extra-height.hero-banner.hero-sub-banner {
    min-height: 760px;
  }

  .UI028.extra-height.hero-banner.hero-sub-banner .hero-banner-content {
    min-height: 760px;
  }

  .UI028.extra-height.hero-banner.hero-sub-banner .hero-banner-content .slide-image {
    min-height: 760px;
  }

  .UI028.extra-height.hero-banner.hero-sub-banner .hero-banner-content .inner-content {
    padding-top: 288px;
  }
}

@media only screen and (max-width: 767px) {
  .UI028.extra-height.hero-banner.hero-sub-banner {
    min-height: 355px;
  }

  .UI028.extra-height.hero-banner.hero-sub-banner .hero-banner-content {
    min-height: 355px;
  }

  .UI028.extra-height.hero-banner.hero-sub-banner .hero-banner-content .slide-image {
    min-height: 355px;
  }

  .UI028.extra-height.hero-banner.hero-sub-banner .hero-banner-content .inner-content {
    padding-top: 100px;
  }
}

.UI028.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: -25px;
}

.UI028.owl-theme .owl-dots-top .owl-dots {
  margin-top: 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.UI028.owl-theme .owl-dots .owl-dot span {
  background: rgba(29, 105, 131, 0.75);
  width: 30px;
  height: 2px;
  margin: 5px 3px;
  display: block;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  position: relative;
  /*margin-top: -50px;

  @media only screen and (max-width: 30.000em) {
      margin-top: -10px;
  }*/
}

.UI028.owl-theme .owl-dots .owl-dot.active span,
.UI028 .owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(226, 176, 16, 0.75);
}

.UI028 .owl-nav.disabled {
  display: none;
}

.UI028 .owl-item .slide-image {
  position: absolute;
  width: 100%;
  min-height: 480px;
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .UI028 .owl-item .slide-image {
    min-height: 240px;
  }
}

@media only screen and (max-width: 30.000em) {
  .UI028 .owl-item .slide-image {
    min-height: 220px;
  }
}

.UI028.hero-banner .hero-banner-content {
  min-height: 480px;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .UI028.hero-banner .hero-banner-content {
    min-height: 240px;
  }
}

@media only screen and (max-width: 30.000em) {
  .UI028.hero-banner .hero-banner-content {
    min-height: 220px;
  }
}

@media only screen and (max-width: 30.000em) {
  .UI028.hero-banner .hero-banner-content {
    padding: 0;
  }
}

.UI028 .inner-content {
  padding: 80px 0 40px;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .UI028 .inner-content {
    padding: 40px 0;
  }
}

@media only screen and (max-width: 30.000em) {
  .UI028 .inner-content {
    padding: 20px 0;
  }
}

.UI028.hero-banner.hero-sub-banner {
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .UI028 .container {
    width: 100%;
  }
}

body.home .hero-banner {
  padding: 80px 0px 200px;
}

@media only screen and (max-width: 767px) {
  body.home .hero-banner {
    padding: 40px 0px 85px;
  }
}

.hero-banner.search-banner p span img {
  vertical-align: inherit;
}

#heroSearchForm,
#uiSearchForm {
  margin-top: 30px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #heroSearchForm,
  #uiSearchForm {
    margin-top: 20px;
    margin-bottom: 12px;
  }
}

#heroSearchForm .align-inputs,
#uiSearchForm .align-inputs {
  width: 430px;
  max-height: 60px;
  margin: 0 auto;
  background: white;
}

@media only screen and (max-width: 30.000em) {
  #heroSearchForm .align-inputs,
  #uiSearchForm .align-inputs {
    width: 90%;
    max-height: 37px;
  }
}

#heroSearchForm input[type=search],
#uiSearchForm input[type=search] {
  max-width: 415px;
  width: 390px;
  vertical-align: middle;
  padding: 12px 10px 12px 5px;
  /*@media only screen and (max-width: 80.000em) {
      width: 50%;
  }

  @media only screen and (max-width: 62.000em) {
      width: 58%;
  }*/
}

@media only screen and (max-width: 767px) {
  #heroSearchForm input[type=search],
  #uiSearchForm input[type=search] {
    width: 90%;
  }
}

@media only screen and (max-width: 30.000em) {
  #heroSearchForm input[type=search],
  #uiSearchForm input[type=search] {
    width: 87%;
    padding: 10px 20px 10px 5px;
    margin-top: -3px;
  }
}

#heroSearchForm button,
#uiSearchForm button {
  background: white;
  padding: 12px 7px;
  margin: 0px -5px;
}

@media only screen and (max-width: 80.000em) {
  #heroSearchForm button,
  #uiSearchForm button {
    padding: 10px 7px;
  }
}

@media only screen and (max-width: 30.000em) {
  #heroSearchForm button,
  #uiSearchForm button {
    padding: 6px 7px;
  }
}

#heroSearchForm .checkbox-container,
#uiSearchForm .checkbox-container {
  display: block;
  margin-top: 40px;
}

#heroSearchForm .checkbox-container label,
#uiSearchForm .checkbox-container label {
  padding-left: 10px;
  padding-right: 60px;
}

@media only screen and (max-width: 30.000em) {
  #heroSearchForm .checkbox-container label,
  #uiSearchForm .checkbox-container label {
    padding-left: 5px;
    padding-right: 30px;
  }
}

#heroSearchInput-error {
  display: block;
  max-width: 450px;
  margin: 10px auto;
  padding-left: 15px;
  text-align: left;
}

.UIE010 {
  margin-bottom: 20px;
}

.UIE010 .product-item {
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.UIE010:hover .product-item {
  -webkit-box-shadow: 3px 5px 20px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 3px 5px 20px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 3px 5px 20px 0px rgba(0, 0, 0, 0.45);
}

@media only screen and (max-width: 30.000em) {
  .UIE010 {
    margin-bottom: 0px;
  }
}

.UI032 .search-item,
.UI032 .combination-item,
.UIE015 .search-item,
.UIE015 .combination-item {
  background: white;
}

@media only screen and (max-width: 30.000em) {
  .UI032 .search-item,
  .UI032 .combination-item,
  .UIE015 .search-item,
  .UIE015 .combination-item {
    margin-bottom: 10px;
  }
}

.UI032 .search-item .img-container,
.UI032 .combination-item .img-container,
.UIE015 .search-item .img-container,
.UIE015 .combination-item .img-container {
  height: 230px;
  overflow: hidden;
  position: relative;
  display: block;
}

@media only screen and (max-width: 30.000em) {
  .UI032 .search-item .img-container,
  .UI032 .combination-item .img-container,
  .UIE015 .search-item .img-container,
  .UIE015 .combination-item .img-container {
    height: 100px;
    width: 50%;
    margin: 0 auto;
  }
}

.UI032 .search-item .img-container img,
.UI032 .combination-item .img-container img,
.UIE015 .search-item .img-container img,
.UIE015 .combination-item .img-container img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.UI032 .search-item .item-content,
.UI032 .combination-item .item-content,
.UIE015 .search-item .item-content,
.UIE015 .combination-item .item-content {
  margin-top: 25px;
  padding: 0px 10px 10px 10px;
}

@media only screen and (max-width: 30.000em) {
  .UI032 .search-item .item-content,
  .UI032 .combination-item .item-content,
  .UIE015 .search-item .item-content,
  .UIE015 .combination-item .item-content {
    margin-top: 10px;
    padding: 0px 5px 5px 5px;
  }
}

.UI032 .search-item .item-content h6,
.UI032 .combination-item .item-content h6,
.UIE015 .search-item .item-content h6,
.UIE015 .combination-item .item-content h6 {
  color: #6b8096;
}

.UI032 .search-item .product-code,
.UI032 .combination-item .product-code,
.UIE015 .search-item .product-code,
.UIE015 .combination-item .product-code {
  margin: 0px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.UI032 .search-item .price,
.UI032 .combination-item .price,
.UIE015 .search-item .price,
.UIE015 .combination-item .price {
  margin: 0px;
}

.UI032 .search-item #excVatValue,
.UI032 .combination-item #excVatValue,
.UIE015 .search-item #excVatValue,
.UIE015 .combination-item #excVatValue {
  font-size: inherit;
  color: inherit;
}

.UI032 .search-item .add-to-basket,
.UI032 .combination-item .add-to-basket,
.UIE015 .search-item .add-to-basket,
.UIE015 .combination-item .add-to-basket {
  margin-top: 15px;
  font-size: 0px;
  font-size: 0rem;
}

@media only screen and (max-width: 30.000em) {
  .UI032 .search-item .add-to-basket,
  .UI032 .combination-item .add-to-basket,
  .UIE015 .search-item .add-to-basket,
  .UIE015 .combination-item .add-to-basket {
    margin-top: 10px;
  }
}

.UI032 .search-item .add-to-basket input[type=number],
.UI032 .search-item .add-to-basket input[type=text],
.UI032 .combination-item .add-to-basket input[type=number],
.UI032 .combination-item .add-to-basket input[type=text],
.UIE015 .search-item .add-to-basket input[type=number],
.UIE015 .search-item .add-to-basket input[type=text],
.UIE015 .combination-item .add-to-basket input[type=number],
.UIE015 .combination-item .add-to-basket input[type=text] {
  max-width: 152px;
  color: #283270;
  border: 1px solid #ccd6e4;
  padding: 18px 0px;
  margin-right: 11px;
  text-align: center;
  vertical-align: middle;
}

@media only screen and (max-width: 1559px) {
  .UI032 .search-item .add-to-basket input[type=number],
  .UI032 .search-item .add-to-basket input[type=text],
  .UI032 .combination-item .add-to-basket input[type=number],
  .UI032 .combination-item .add-to-basket input[type=text],
  .UIE015 .search-item .add-to-basket input[type=number],
  .UIE015 .search-item .add-to-basket input[type=text],
  .UIE015 .combination-item .add-to-basket input[type=number],
  .UIE015 .combination-item .add-to-basket input[type=text] {
    max-width: 78px;
  }
}

@media only screen and (max-width: 30.000em) {
  .UI032 .search-item .add-to-basket input[type=number],
  .UI032 .search-item .add-to-basket input[type=text],
  .UI032 .combination-item .add-to-basket input[type=number],
  .UI032 .combination-item .add-to-basket input[type=text],
  .UIE015 .search-item .add-to-basket input[type=number],
  .UIE015 .search-item .add-to-basket input[type=text],
  .UIE015 .combination-item .add-to-basket input[type=number],
  .UIE015 .combination-item .add-to-basket input[type=text] {
    max-width: 36px;
    padding: 9px 0px;
    margin-right: 4px;
  }
}

.UI032 .search-item .add-to-basket a.btn,
.UI032 .combination-item .add-to-basket a.btn,
.UIE015 .search-item .add-to-basket a.btn,
.UIE015 .combination-item .add-to-basket a.btn {
  padding: 18px 24px;
  text-overflow: clip;
  margin: 0px;
  max-width: 152px;
  font-family: "fruiteger-lightCn";
}

.UI032 .search-item .add-to-basket a.btn#addToBasket:focus,
.UI032 .combination-item .add-to-basket a.btn#addToBasket:focus,
.UIE015 .search-item .add-to-basket a.btn#addToBasket:focus,
.UIE015 .combination-item .add-to-basket a.btn#addToBasket:focus {
  background: #283270;
  color: white;
  border: 1px solid #283270;
}

@media only screen and (max-width: 30.000em) {
  .UI032 .search-item .add-to-basket a.btn,
  .UI032 .combination-item .add-to-basket a.btn,
  .UIE015 .search-item .add-to-basket a.btn,
  .UIE015 .combination-item .add-to-basket a.btn {
    padding: 9px;
  }
}

.UI032 .search-item,
.UIE015 .search-item {
  margin-bottom: 20px;
}

.UI032 .breadcrumb-container,
.UIE015 .breadcrumb-container {
  position: relative;
  margin-top: 20px;
}

.UI032 .breadcrumb-container .breadcrumb li:not(:first-child):before,
.UIE015 .breadcrumb-container .breadcrumb li:not(:first-child):before {
  left: 0px;
  left: -15px;
  top: 2px;
}

@media only screen and (min-width: 768px) {
  .UI032.product-result:not(.simple-tile) .search-item {
    min-height: 460px;
  }
}

.UIE010 .product-item,
.UIE016 .product-item,
.UIE017 .product-item {
  background: white;
}

@media only screen and (max-width: 30.000em) {
  .UIE010 .product-item,
  .UIE016 .product-item,
  .UIE017 .product-item {
    margin-bottom: 10px;
  }
}

.UIE010 .product-item .img-container,
.UIE016 .product-item .img-container,
.UIE017 .product-item .img-container {
  height: 230px;
  overflow: hidden;
  position: relative;
  display: block;
}

@media only screen and (max-width: 30.000em) {
  .UIE010 .product-item .img-container,
  .UIE016 .product-item .img-container,
  .UIE017 .product-item .img-container {
    height: 100px;
    width: 50%;
    margin: 0 auto;
  }
}

.UIE010 .product-item .img-container img,
.UIE016 .product-item .img-container img,
.UIE017 .product-item .img-container img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.UIE010 .product-item .item-content,
.UIE016 .product-item .item-content,
.UIE017 .product-item .item-content {
  margin-top: 25px;
  padding: 0px 10px 10px 10px;
}

@media only screen and (max-width: 30.000em) {
  .UIE010 .product-item .item-content,
  .UIE016 .product-item .item-content,
  .UIE017 .product-item .item-content {
    margin-top: 10px;
    padding: 0px 5px 5px 5px;
  }
}

.UIE010 .product-item .item-content h6,
.UIE016 .product-item .item-content h6,
.UIE017 .product-item .item-content h6 {
  color: #6b8096;
}

.UIE010 .product-item .product-code,
.UIE016 .product-item .product-code,
.UIE017 .product-item .product-code {
  margin: 0px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.UIE010 .product-item .price,
.UIE016 .product-item .price,
.UIE017 .product-item .price {
  margin: 0px;
}

.UIE010 .product-item #excVatValue,
.UIE016 .product-item #excVatValue,
.UIE017 .product-item #excVatValue {
  font-size: inherit;
  color: inherit;
}

.UIE010 .product-item .add-to-basket,
.UIE016 .product-item .add-to-basket,
.UIE017 .product-item .add-to-basket {
  margin-top: 15px;
  font-size: 0px;
  font-size: 0rem;
}

@media only screen and (max-width: 30.000em) {
  .UIE010 .product-item .add-to-basket,
  .UIE016 .product-item .add-to-basket,
  .UIE017 .product-item .add-to-basket {
    margin-top: 10px;
  }
}

.UIE010 .product-item .add-to-basket input[type=number],
.UIE010 .product-item .add-to-basket input[type=text],
.UIE016 .product-item .add-to-basket input[type=number],
.UIE016 .product-item .add-to-basket input[type=text],
.UIE017 .product-item .add-to-basket input[type=number],
.UIE017 .product-item .add-to-basket input[type=text] {
  max-width: 152px;
  color: #283270;
  border: 1px solid #ccd6e4;
  padding: 18px 0px;
  margin-right: 11px;
  text-align: center;
  vertical-align: middle;
}

@media only screen and (max-width: 1559px) {
  .UIE010 .product-item .add-to-basket input[type=number],
  .UIE010 .product-item .add-to-basket input[type=text],
  .UIE016 .product-item .add-to-basket input[type=number],
  .UIE016 .product-item .add-to-basket input[type=text],
  .UIE017 .product-item .add-to-basket input[type=number],
  .UIE017 .product-item .add-to-basket input[type=text] {
    max-width: 78px;
  }
}

@media only screen and (max-width: 30.000em) {
  .UIE010 .product-item .add-to-basket input[type=number],
  .UIE010 .product-item .add-to-basket input[type=text],
  .UIE016 .product-item .add-to-basket input[type=number],
  .UIE016 .product-item .add-to-basket input[type=text],
  .UIE017 .product-item .add-to-basket input[type=number],
  .UIE017 .product-item .add-to-basket input[type=text] {
    max-width: 36px;
    padding: 9px 0px;
    margin-right: 4px;
  }
}

.UIE010 .product-item .add-to-basket a.btn,
.UIE016 .product-item .add-to-basket a.btn,
.UIE017 .product-item .add-to-basket a.btn {
  padding: 18px 24px;
  text-overflow: clip;
  margin: 0px;
  max-width: 152px;
  font-family: "fruiteger-lightCn";
}

.UIE010 .product-item .add-to-basket a.btn#addToBasket:focus,
.UIE016 .product-item .add-to-basket a.btn#addToBasket:focus,
.UIE017 .product-item .add-to-basket a.btn#addToBasket:focus {
  background: #283270;
  color: white;
  border: 1px solid #283270;
}

@media only screen and (max-width: 30.000em) {
  .UIE010 .product-item .add-to-basket a.btn,
  .UIE016 .product-item .add-to-basket a.btn,
  .UIE017 .product-item .add-to-basket a.btn {
    padding: 9px;
  }
}

.UIE010 .rating,
.UIE016 .rating,
.UIE017 .rating {
  -webkit-box-align: left;
  -webkit-align-items: left;
  -moz-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  margin: 10px 0 10px -10px;
}

@media only screen and (max-width: 767px) {
  .UIE010 .rating,
  .UIE016 .rating,
  .UIE017 .rating {
    margin: 10px 0 10px -5px;
  }
}

.UIE016 {
  background: transparent;
}

.UIE016 .add-multiple {
  margin: 60px 0 40px 0;
  display: table;
  border-spacing: 5px;
}

@media only screen and (max-width: 30.000em) {
  .UIE016 .add-multiple {
    margin: 0px 0 20px 0;
  }
}

.UIE016 .add-multiple-button {
  display: table-cell;
  margin: 0 20px 0 10px;
  vertical-align: middle;
}

.UIE016 .add-multiple-instructions {
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 30.000em) {
  .UIE016 .add-multiple-instructions {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.UIE016 span.bold-weight {
  font-weight: bold;
}

.UIE016,
.UIE017 {
  padding-top: 50px;
}

@media only screen and (max-width: 767px) {
  .UIE016,
  .UIE017 {
    padding-top: 25px;
  }
}

.UIE016 h2.title,
.UIE017 h2.title {
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .UIE016 h2.title,
  .UIE017 h2.title {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .UI032 {
    text-align: center;
  }
}

.UI032 .search-item {
  word-break: break-word;
  height: calc(100% - 20px);
}

.UI032 .search-item .breadcrumb-container {
  overflow: visible;
}

.UI032 .search-item h6 {
  text-transform: none;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .UI032 .search-item h6 {
    font-size: 14px;
    font-size: 1.4rem;
    height: auto !important;
  }
}

.UI032 .search-item a .img-container {
  aspect-ratio: 1/1;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}

.UI032 .search-item a .img-container img {
  display: none;
}

@media only screen and (max-width: 767px) {
  .UI032 .price-info .nowContainer {
    width: auto;
    padding: 18px 0;
    margin-right: 6px;
    text-align: right;
  }
}

@media only screen and (max-width: 30.000em) {
  .UI032 .price-info .nowContainer {
    padding: 2px 0;
  }
}

@media only screen and (max-width: 767px) {
  .UI032 .price-info .nowContainer p.price #excVatValue {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 30.000em) {
  .UI032 .price-info .nowContainer p.price #excVatValue {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .UI032 .price-info .add-to-basket {
    display: inline-block;
    width: auto;
    vertical-align: bottom;
    margin-left: 6px;
  }
}

.UIE016 .light-weight,
.UIE015 .light-weight,
.UIE017 .light-weight,
.UI032 .light-weight {
  margin-top: 0;
}

.UIE016 .wasContainer,
.UIE016 .nowContainer,
.UIE015 .wasContainer,
.UIE015 .nowContainer,
.UIE017 .wasContainer,
.UIE017 .nowContainer,
.UI032 .wasContainer,
.UI032 .nowContainer {
  display: inline-block;
  width: 47%;
}

.UIE016 .wasContainer .nowText,
.UIE016 .wasContainer .wasText,
.UIE016 .nowContainer .nowText,
.UIE016 .nowContainer .wasText,
.UIE015 .wasContainer .nowText,
.UIE015 .wasContainer .wasText,
.UIE015 .nowContainer .nowText,
.UIE015 .nowContainer .wasText,
.UIE017 .wasContainer .nowText,
.UIE017 .wasContainer .wasText,
.UIE017 .nowContainer .nowText,
.UIE017 .nowContainer .wasText,
.UI032 .wasContainer .nowText,
.UI032 .wasContainer .wasText,
.UI032 .nowContainer .nowText,
.UI032 .nowContainer .wasText {
  font-size: 70%;
}

.UIE016 .wasContainer #wasExcVatValue,
.UIE016 .wasContainer #wasIncVatValue,
.UIE015 .wasContainer #wasExcVatValue,
.UIE015 .wasContainer #wasIncVatValue,
.UIE017 .wasContainer #wasExcVatValue,
.UIE017 .wasContainer #wasIncVatValue,
.UI032 .wasContainer #wasExcVatValue,
.UI032 .wasContainer #wasIncVatValue {
  text-decoration: line-through;
}

.UIE016 .wasContainer #wasExcVatValue,
.UIE015 .wasContainer #wasExcVatValue,
.UIE017 .wasContainer #wasExcVatValue,
.UI032 .wasContainer #wasExcVatValue {
  font-size: inherit;
}

.UIE016 .wasContainer .exc-vat,
.UIE015 .wasContainer .exc-vat,
.UIE017 .wasContainer .exc-vat,
.UI032 .wasContainer .exc-vat {
  margin-top: -25px;
}

@media only screen and (max-width: 767px) {
  .UIE016 .wasContainer .exc-vat,
  .UIE015 .wasContainer .exc-vat,
  .UIE017 .wasContainer .exc-vat,
  .UI032 .wasContainer .exc-vat {
    margin-top: 0px;
  }
}

.UIE016 .exc-vat.enabledGroups,
.UIE015 .exc-vat.enabledGroups,
.UIE017 .exc-vat.enabledGroups,
.UI032 .exc-vat.enabledGroups {
  margin-top: -25px;
}

@media only screen and (max-width: 767px) {
  .UIE016 .exc-vat.enabledGroups,
  .UIE015 .exc-vat.enabledGroups,
  .UIE017 .exc-vat.enabledGroups,
  .UI032 .exc-vat.enabledGroups {
    margin-top: 0px;
  }
}

.UIE016 .exc-vat.enabledGroups #excVatValue,
.UIE015 .exc-vat.enabledGroups #excVatValue,
.UIE017 .exc-vat.enabledGroups #excVatValue,
.UI032 .exc-vat.enabledGroups #excVatValue {
  color: #e2b010;
}

.UIE016 #excVatValue,
.UIE015 #excVatValue,
.UIE017 #excVatValue,
.UI032 #excVatValue {
  color: black;
}

@media only screen and (max-width: 30.000em) {
  .UIE016 #wasExcVatValue,
  .UIE016 #excVatValue,
  .UIE015 #wasExcVatValue,
  .UIE015 #excVatValue,
  .UIE017 #wasExcVatValue,
  .UIE017 #excVatValue,
  .UI032 #wasExcVatValue,
  .UI032 #excVatValue {
    display: block;
  }
}

.UIE015 .wasContainer .nowText,
.UIE015 .wasContainer .wasText,
.UIE015 .nowContainer .nowText,
.UIE015 .nowContainer .wasText {
  font-size: 16px;
  font-size: 1.6rem;
}

.UI036 {
  width: 100%;
  height: 1px;
  margin: 70px 0px;
}

@media only screen and (max-width: 767px) {
  .UI036 {
    margin: 30px 0px;
  }
}

.UI042 {
  font-size: 0px;
  font-size: 0rem;
}

@media only screen and (max-width: 767px) {
  .UI042 .row {
    margin: 0;
  }
}

.UI042 .blog-switch-pagination a {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #283270;
}

.UI042 .blog-switch-pagination .arrow {
  position: relative;
  padding: 0px 25px;
  display: inline-block;
}

.UI042 .blog-switch-pagination .arrow:before,
.UI042 .blog-switch-pagination .arrow:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 15px;
  background: #e2b010;
  left: 5px;
  top: -4px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .UI042 .blog-switch-pagination .arrow {
    padding: 0px 10px;
  }

  .UI042 .blog-switch-pagination .arrow:before,
  .UI042 .blog-switch-pagination .arrow:after {
    left: -4px;
  }
}

.UI042 .blog-switch-pagination .arrow:after {
  bottom: -3px;
  top: auto;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.UI042 .blog-switch-pagination .next {
  float: right;
}

.UI042 .blog-switch-pagination .next.arrow:before,
.UI042 .blog-switch-pagination .next.arrow:after {
  left: auto;
  right: 5px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.UI042 .blog-switch-pagination .next.arrow:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .UI042 .blog-switch-pagination .next.arrow {
    padding: 0px 10px;
  }

  .UI042 .blog-switch-pagination .next.arrow:before,
  .UI042 .blog-switch-pagination .next.arrow:after {
    right: -6px;
  }
}

.service-contact-card {
  background: white;
  padding: 45px 0px 0px 0px;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .service-contact-card {
    padding: 20px 0px 0px 0px;
  }
}

.service-contact-card .location .team {
  font-size: 18px;
  font-size: 1.8rem;
  color: #1d6983;
}

.service-contact-card .location h3 {
  margin-top: 10px;
}

.service-contact-card .address p {
  margin: 0px;
}

.service-contact-card .address .map-link {
  color: #283270;
  text-transform: uppercase;
  margin-top: 10px;
}

.service-contact-card .address .map-link a {
  font-size: 16px;
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .service-contact-card .address .map-link a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.service-contact-card .address .map-link img {
  vertical-align: inherit;
}

.service-contact-card .contact {
  padding-bottom: 86px;
}

@media only screen and (max-width: 767px) {
  .service-contact-card .contact {
    padding-bottom: 66px;
  }
}

.service-contact-card .contact h6 {
  text-transform: none;
}

.service-contact-card .contact p {
  margin: 5px 0px;
}

.service-contact-card li:before {
  display: none;
}

.service-contact-card .opening-hours {
  padding: 0px 14px;
  position: absolute;
  bottom: 0px;
  z-index: 10;
  background: white;
  width: 100%;
}

.service-contact-card .opening-hours:before {
  content: "";
  height: 1px;
  position: absolute;
  top: 0px;
  left: 10px;
  right: 10px;
  background: #efeff1;
}

.service-contact-card .opening-hours .title-area {
  position: relative;
  cursor: pointer;
}

.service-contact-card .opening-hours .title-area h5 {
  color: #283270;
  padding: 10px 0px;
}

.service-contact-card .opening-hours .title-area:before,
.service-contact-card .opening-hours .title-area:after {
  content: "";
  background: #e2b010;
  width: 2px;
  height: 20px;
  position: absolute;
  right: 17px;
  top: 50%;
  -ms-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}

@media only screen and (max-width: 767px) {
  .service-contact-card .opening-hours .title-area:before,
  .service-contact-card .opening-hours .title-area:after {
    height: 15px;
  }
}

.service-contact-card .opening-hours .title-area:after {
  right: 30px;
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

@media only screen and (max-width: 767px) {
  .service-contact-card .opening-hours .title-area:after {
    right: 27px;
  }
}

.service-contact-card .opening-hours .opening-hours-container {
  max-height: 0px;
  overflow: hidden;
  padding-bottom: 0px;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.service-contact-card .opening-hours .opening-hours-container p {
  margin: 4px 0px;
}

.service-contact-card .opening-hours.open .title-area:before {
  -ms-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.service-contact-card .opening-hours.open .title-area:after {
  -ms-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.service-contact-card .opening-hours.open .opening-hours-container {
  max-height: 641px;
  padding-bottom: 15px;
  opacity: 1;
}

.author-info-container {
  min-height: 320px;
  padding-right: 120px;
}

@media only screen and (max-width: 767px) {
  .author-info-container {
    min-height: 210px;
    padding-right: 20px;
  }
}

.author-info-container-image {
  display: inline-block;
  position: relative;
  max-width: 100px;
}

@media only screen and (max-width: 30.000em) {
  .author-info-container-image {
    max-width: 65px;
  }
}

.author-info-container-detail {
  display: inline-block;
  vertical-align: middle;
  padding-left: 10px;
}

.author-info-container-detail h1,
.author-info-container-detail h2,
.author-info-container-detail h3 {
  margin: 0px;
  color: #283270;
}

.author-info-container-detail h3 {
  font-size: 46px;
  font-size: 4.6rem;
}

.author-info-container-detail a.btn {
  margin: 0px;
}

.social-area {
  margin: 30px 0px;
}

.social-area a {
  padding: 5px 0px;
  vertical-align: top;
  color: #283270;
  position: relative;
  top: -2px;
}

.social-area i {
  margin: 0px 10px;
}

@media only screen and (max-width: 30.000em) {
  .social-area i {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media only screen and (max-width: 767px) {
  .social-area {
    margin: 20px 0px;
  }

  .social-area i {
    margin: 0px 5px;
  }
}

.author-category-lister {
  margin: 80px 0px;
}

@media only screen and (max-width: 30.000em) {
  .author-category-lister {
    margin-bottom: 0px;
    margin-top: 50px;
  }
}

.author-category-lister .author-info-container-image {
  max-width: 100%;
  display: block;
  -webkit-box-shadow: 0px 60px 51px -29px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 60px 51px -29px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 60px 51px -29px rgba(0, 0, 0, 0.3);
}

@media only screen and (max-width: 30.000em) {
  .author-category-lister .author-info-container-image {
    -webkit-box-shadow: 0px 12px 30px -10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 12px 30px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 12px 30px -10px rgba(0, 0, 0, 0.3);
  }
}

.author-category-lister .author-info-container-image img {
  width: 100%;
}

.author-category-lister .author-info-container {
  padding-top: 55px;
  padding-right: 0px;
}

@media only screen and (max-width: 30.000em) {
  .author-category-lister .author-info-container {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.author-category-lister .author-info-container .author-info-container-detail {
  padding-left: 0px;
}

.author-category-lister .author-info-container p {
  margin: 40px 0px;
}

@media only screen and (max-width: 30.000em) {
  .author-category-lister .author-info-container p {
    margin: 10px 0px 30px;
  }
}

.pagination-button {
  margin: 80px 0px 100px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .pagination-button {
    margin: 40px 0px 50px;
  }
}

.UI051 .imageTop {
  min-height: 110px;
  display: table;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}

.UI051 .imageTop .img-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.UI051 a.btn {
  margin-top: 20px;
}

.UI051 .right,
.UI051 .owl-carousel .owl-item img.right {
  float: right;
  width: 50%;
}

.UI051 .left,
.UI051 .owl-carousel .owl-item img.left {
  float: left;
  width: 50%;
}

.UI051 .owl-carousel .owl-item img.left,
.UI051 .owl-carousel .owl-item img.right {
  margin-top: 20px;
}

.UI051 .owl-carousel .owl-item img.fullWidth {
  display: block;
  margin: 0 auto;
}

.UI051 .clear {
  clear: both;
}

.UI051 .owl-theme .owl-dots .owl-dot span {
  background: rgba(216, 216, 221, 0.25);
}

.UI051 .owl-theme .owl-dots .owl-dot.active span,
.UI051 .owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(226, 176, 16, 0.75);
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .UI051 .owl-item {
    overflow: hidden;
  }
}

.UI051 .owl-carousel .owl-stage {
  display: flex;
}

.UI051 .owl-carousel .owl-item {
  width: auto;
  padding-bottom: 100px;
}

.UI051 .owl-carousel .owl-item .btn {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  bottom: 5px;
}

.UI051 .owl-carousel .owl-item .text-center {
  position: inherit;
}

.UI052 .owl-theme .owl-dots .owl-dot span {
  background: rgba(29, 105, 131, 0.75);
}

.UI052 .owl-theme .owl-dots .owl-dot.active span,
.UI052 .owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(226, 176, 16, 0.75);
}

.UI051 .owl-carousel .owl-item img,
.UI052 .owl-carousel .owl-item img {
  display: inline-block;
  width: auto;
}

.UI051 .owl-dots.disabled,
.UI052 .owl-dots.disabled {
  display: none;
}

.UI051 .owl-nav.disabled,
.UI052 .owl-nav.disabled {
  display: none;
}

.UI051 .owl-theme .owl-dots,
.UI052 .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.UI051 .owl-theme .owl-dots .owl-dot,
.UI052 .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.UI051 .owl-theme .owl-dots .owl-dot span,
.UI052 .owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 2px;
  margin: 5px 3px;
  display: block;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.testimonial-padding {
  padding: 65px 0px 85px 0px;
}

@media only screen and (max-width: 767px) {
  .testimonial-padding {
    padding: 30px 0px 40px 0px;
  }
}

.reviewer span {
  color: #1d6983;
}

.UI052 .testimonial-background {
  background-image: url("../-/media/images/placeholders/testimonial--bg.png");
}

.UI053 .testimonial-background {
  background-image: url("../-/media/images/placeholders/testimonial--bg.png");
}

.product-master-grid .UI052 {
  margin-bottom: 20px;
  height: 340px;
}

@media only screen and (max-width: 767px) {
  .product-master-grid .UI052 {
    height: auto;
    margin-bottom: 10px;
  }
}

.product-master-grid .UI052 .testimonial-padding {
  padding: 0px;
}

.product-master-grid .UI052 .col-lg-offset-3 {
  margin-left: 0px !important;
  width: 100%;
}

.product-master-grid .UI052 .item .col-md-offset-3 {
  margin-left: 0px !important;
  width: 100%;
}

.product-master-grid .UI052 .item .quote {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .product-master-grid .UI052 .item .quote {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 30.000em) {
  .product-master-grid .UI052 .item .quote {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.pagemode-edit .product-master-grid .UI052 {
  height: auto;
}

.BC014 .tabset {
  top: -48px;
}

.tabset {
  position: relative;
  left: 0px;
  right: 0px;
  z-index: 10;
  top: -73px;
}

@media only screen and (max-width: 767px) {
  .tabset {
    top: -58px;
  }
}

.tabset ul {
  text-align: center;
  margin-bottom: 0px;
  font-size: 0px;
}

.tabset ul li {
  display: inline-block;
  text-align: center;
  margin-bottom: 0px;
  padding: 10px 5px;
  background: transparent;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  cursor: pointer;
}

.tabset ul li:before {
  display: none;
}

.tabset ul li a {
  padding: 10px 15px;
  color: white;
  -webkit-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  text-transform: uppercase;
}

.tabset ul li:hover {
  background: #d8d8dd;
  border-top: 3px solid #e2b010;
}

.tabset ul li:hover a {
  color: #283270;
}

.tabset ul li:hover a span {
  color: #8c8b90;
}

.tabset ul li.active {
  background: #efeff1;
  border-top: 3px solid #e2b010;
}

.tabset ul li.active a {
  color: #283270;
}

.tabset ul li.active a span {
  color: #8c8b90;
}

.tabset-desktop {
  display: block;
}

@media only screen and (max-width: 30.000em) {
  .tabset-desktop {
    display: none;
  }
}

.tabset-mobile {
  display: none;
}

@media only screen and (max-width: 30.000em) {
  .tabset-mobile {
    display: block;
  }
}

.UI054 .accordion-panel-title h5 {
  color: #283270;
}

.show-content-0 .tabset-content-1,
.show-content-1 .tabset-content-2,
.show-content-2 .tabset-content-3 {
  display: block;
}

.tabset-content-1,
.tabset-content-2,
.tabset-content-3 {
  display: none;
}

.security-site .tabset ul li:hover {
  border-top: 3px solid #ed6e4d;
}

.security-site .tabset ul li.active {
  border-top: 3px solid #ed6e4d;
}

.UI055.push-panel {
  text-align: center;
}

.UI055.push-panel img {
  max-height: 40px;
  max-width: 40px;
}

@media only screen and (max-width: 767px) {
  .UI055.push-panel img {
    max-width: 30px;
    max-height: 30px;
  }
}

.UI055.push-panel .title {
  display: inline-block;
  position: relative;
  cursor: pointer;
  color: white;
  margin-bottom: 10px;
}

.UI055.push-panel .title h3 {
  display: inline-block;
}

.UI055.push-panel .title i {
  font-size: 18px;
  font-size: 1.8rem;
  color: #e2b010;
  position: relative;
  top: -3px;
  padding: 4px;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}

.UI055.push-panel .UI002 .side-padding {
  padding: 0 0 20px;
}

.UI055.push-panel .panel-content {
  padding: 0px;
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.UI055.push-panel.open .title i {
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.UI055.push-panel.open .panel-content {
  max-height: 1500px;
  padding: 40px 0px 60px;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .UI055.push-panel.open .panel-content {
    padding: 20px 0px 30px;
  }
}

.UI055 .panel-content .row {
  margin: 0px;
}

.UI055 .panel-content .row form legend {
  color: #ffffff;
}

.UI055 .panel-content .row .help-block {
  color: #ffffff;
}

.UI055 .panel-content .row .has-success span.help-block {
  bottom: -65px;
  color: white;
}

.UI055 .panel-content .row .page-header {
  margin: 0px 0 20px;
}

.UI055 .panel-content .row .form-group.active label.control-label {
  color: #ffffff;
}

.UI055 .panel-content .row .form-submit-border .btn {
  background: #ffffff;
  color: #283270;
}

.UI055 .panel-content .row .form-submit-border .btn:hover {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.UI055 .panel-content .list-group-item-danger {
  color: #a94442;
}

.UI055 .panel-content .list-group-item-danger:before {
  display: none;
}

.UI056 {
  position: relative;
  padding: 20px 0px;
}

.UI056_block .panel-heading img {
  max-height: 40px;
  max-width: 40px;
}

@media only screen and (max-width: 767px) {
  .UI056_block .panel-heading img {
    max-height: 30px;
    max-width: 30px;
  }
}

@media only screen and (max-width: 30.000em) {
  .UI056_block .panel-heading img {
    display: none;
  }
}

.UI056_block .panel-heading p {
  color: #283270;
}

.tabset-accordion {
  text-align: center;
}

.tabset-accordion h6,
.tabset-accordion ul,
.tabset-accordion li {
  display: inline-block;
  margin: 0px;
  vertical-align: middle;
}

.tabset-accordion h6 {
  text-transform: none;
  margin-right: 30px;
}

@media only screen and (max-width: 80.000em) {
  .tabset-accordion h6 {
    margin-right: 0px;
  }
}

.tabset-accordion li {
  position: static;
  padding-left: 0px;
  margin: 0px 30px;
}

@media only screen and (max-width: 767px) {
  .tabset-accordion li {
    margin: 0px 4px;
  }
}

@media only screen and (max-width: 30.000em) {
  .tabset-accordion li {
    margin: 0px 20px;
  }
}

.tabset-accordion li .panel-heading {
  color: #283270;
  text-transform: uppercase;
  cursor: pointer;
  padding: 10px 6px;
}

@media only screen and (max-width: 30.000em) {
  .tabset-accordion li .panel-heading {
    padding: 5px 0px;
  }
}

.tabset-accordion li .panel-heading p {
  display: inline-block;
  margin: 0px;
  position: relative;
  bottom: -2px;
}

@media only screen and (max-width: 30.000em) {
  .tabset-accordion li .panel-heading p {
    vertical-align: text-bottom;
  }
}

.tabset-accordion li .fa {
  color: #283270;
  font-size: 24px;
  font-size: 2.4rem;
  padding: 0px 5px;
}

@media only screen and (max-width: 767px) {
  .tabset-accordion li .fa {
    display: none;
  }
}

.tabset-accordion li .fa.fa-chevron-down {
  color: #e2b010;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}

@media only screen and (max-width: 767px) {
  .tabset-accordion li .fa.fa-chevron-down {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0px;
  }
}

.tabset-accordion li:before {
  display: none;
}

.tabset-accordion .panel-content {
  background: #efeff1;
  max-height: 0px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 49px;
  opacity: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  text-align: left;
  font-size: 0px;
  z-index: 100;
}

@media only screen and (max-width: 80.000em) {
  .tabset-accordion .panel-content {
    top: 151px;
  }
}

@media only screen and (max-width: 767px) {
  .tabset-accordion .panel-content {
    position: relative;
    top: 0px;
  }
}

.tabset-accordion .panel-content .content {
  padding: 0px 168px;
}

@media only screen and (max-width: 80.000em) {
  .tabset-accordion .panel-content .content {
    padding: 0px 8px;
  }
}

@media only screen and (max-width: 767px) {
  .tabset-accordion .panel-content .content {
    padding: 0px 40px;
  }
}

@media only screen and (max-width: 30.000em) {
  .tabset-accordion .panel-content .content {
    padding: 0px;
  }
}

.tabset-accordion .panel-content .content .half {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .tabset-accordion .panel-content .content .half {
    width: 100%;
    margin-bottom: 20px;
  }
}

.tabset-accordion .panel-content .content img {
  margin: 5px 5px 5px 0px;
  max-width: 128px;
  max-height: 128px;
}

@media only screen and (max-width: 767px) {
  .tabset-accordion .panel-content .content img {
    max-width: 64px;
    max-height: 64px;
  }
}

.tabset-accordion .panel-content .content h4 {
  color: #283270;
}

.tabset-accordion .panel-content .content p {
  margin: 10px 0px;
  max-width: 730px;
}

.tabset-accordion .panel-content .content a.tabset-link {
  font-size: 14px;
  font-size: 1.4rem;
  color: #283270;
  text-transform: uppercase;
  padding-left: 14px;
  position: relative;
  margin-right: 60px;
}

@media only screen and (max-width: 767px) {
  .tabset-accordion .panel-content .content a.tabset-link {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 30.000em) {
  .tabset-accordion .panel-content .content a.tabset-link {
    font-size: 10px;
    font-size: 1rem;
    padding-left: 10px;
    margin-right: 10px;
  }
}

.tabset-accordion .panel-content .content a.tabset-link:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 14px;
  font-size: 1.4rem;
  color: #283270;
  position: absolute;
  left: 0px;
  top: -2px;
}

@media only screen and (max-width: 30.000em) {
  .tabset-accordion .panel-content .content a.tabset-link:before {
    font-size: 10px;
    font-size: 1rem;
  }
}

.tabset-accordion .tabset-wrapper.open .panel-heading .fa-chevron-down {
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.tabset-accordion .tabset-wrapper.open .panel-content {
  max-height: 1000px;
  opacity: 1;
  padding: 20px 0px;
  margin-top: 10px;
  margin-bottom: 15px;
  border: 1px solid white;
  -webkit-box-shadow: 10px 10px 24px -17px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 24px -17px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 24px -17px rgba(0, 0, 0, 0.75);
}

@media only screen and (max-width: 62.000em) {
  .tabset-accordion .tabset-wrapper.open .panel-content {
    padding: 5px 0px 25px;
    margin-bottom: 15px;
  }
}

.pagemode-edit .UI057 .block-carousel .item {
  min-width: 340px;
}

.pagemode-edit .UI057 .block-carousel .item .hasBGoverlay {
  pointer-events: none;
}

.UI057 {
  margin: 70px 0px;
}

@media only screen and (max-width: 767px) {
  .UI057 {
    margin: 40px 0px;
  }
}

.UI057 .block-carousel {
  max-height: 340px;
}

.UI057 .block-carousel .item {
  height: 340px;
  width: 340px;
}

.UI057 .block-carousel .item img {
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .UI057 .block-carousel .item {
    height: 290px;
    width: 290px;
  }
}

@media only screen and (max-width: 30.000em) {
  .UI057 .block-carousel .item {
    height: 160px;
    width: 160px;
  }
}

.UI057 .block-carousel .item .content-container {
  margin-top: 0px;
  text-align: center;
  position: absolute;
  width: 100%;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.UI057 .block-carousel .item .content-container h2 {
  color: white;
  margin: 0px;
  padding: 0 5px;
}

.UI057 .block-carousel .owl-item {
  padding: 0px;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.UI057 .block-carousel .owl-item.IEfix {
  transition: none;
}

@media only screen and (max-width: 30.000em) {
  .UI057 .block-carousel .owl-item {
    max-width: 185px;
  }
}

.UI057 .block-carousel .owl-item.active:hover {
  opacity: 0.8;
  cursor: pointer;
}

.UI057 .block-carousel .owl-nav {
  position: absolute;
  right: -18px;
  top: 50%;
  font-size: 0;
  margin-top: -50px;
  display: block;
}

@media only screen and (max-width: 767px) {
  .UI057 .block-carousel .owl-nav {
    right: -10px;
  }
}

@media only screen and (max-width: 30.000em) {
  .UI057 .block-carousel .owl-nav {
    display: none;
  }
}

.UI057 .block-carousel .owl-nav .owl-prev,
.UI057 .block-carousel .owl-nav .owl-next {
  width: 18px;
  height: 31px;
  margin: 10px 0;
  cursor: pointer;
}

.UI057 .block-carousel .owl-nav .owl-prev {
  background: url("../../../img/carousels/arrows.png") no-repeat top left;
}

.UI057 .block-carousel .owl-nav .owl-prev.disabled {
  background-position: bottom right;
}

.UI057 .block-carousel .owl-nav .owl-next {
  background: url("../../../img/carousels/arrows.png") no-repeat top right;
}

.UI057 .block-carousel .owl-nav .owl-next.disabled {
  background-position: bottom left;
}

.UI057 .UI002 {
  max-height: 340px;
  height: 340px;
  overflow: hidden;
  padding: 20px 8px 0px;
  margin: 0px;
}

.UI057 .UI002 p {
  margin: 17px 0;
}

@media only screen and (max-width: 767px) {
  .UI057 .UI002 {
    max-height: 290px;
    height: 290px;
    padding: 10px 5px 0px;
  }
}

@media only screen and (max-width: 30.000em) {
  .UI057 .UI002 {
    max-height: inherit;
    height: inherit;
    padding: 5px;
    margin-bottom: 10px;
  }

  .UI057 .UI002 .row {
    margin: 0px -5px;
  }
}

.UI057 .UI002 .btn {
  padding: 9px 15px;
}

@media only screen and (max-width: 30.000em) {
  .UI057 .UI002 .btn {
    padding: 9px 6px;
    font-size: 10px;
    font-size: 1rem;
  }
}

.UI057 .UI002 .text-center {
  width: 100%;
  margin-left: 0px;
}

.UI057 .UI002 .side-padding {
  padding: 20px 8px;
}

@media only screen and (max-width: 767px) {
  .UI057 .UI002 .side-padding {
    padding: 10px 8px;
  }
}

.UI059 {
  z-index: 1000001;
  position: fixed;
  bottom: 0px;
  right: 15%;
}

@media only screen and (max-height: 784px) {
  .UI059 {
    left: 79px;
  }
}

@media only screen and (max-width: 767px) {
  .UI059 {
    left: 50%;
    margin-left: -70px;
  }
}

.back-to-top-btn-container {
  position: fixed;
  opacity: 0;
  -ms-transform: translateY(40px);
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  bottom: 10px;
  right: 15px;
  z-index: 1000;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}

.back-to-top-btn-container .back-to-top-btn {
  width: 26px;
  height: 26px;
  position: relative;
  cursor: pointer;
}

.back-to-top-btn-container .back-to-top-btn .arrow {
  position: absolute;
  top: 0px;
  left: 50%;
  border-radius: 25%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}

.back-to-top-btn-container .back-to-top-btn .arrow:before,
.back-to-top-btn-container .back-to-top-btn .arrow:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 15px;
  background: #e2b010;
  border-radius: 25%;
  -ms-transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  left: -5px;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}

.back-to-top-btn-container .back-to-top-btn .arrow:after {
  -ms-transform: translateX(-50%) rotate(-45deg);
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  right: -7px;
  left: auto;
}

.back-to-top-btn-container p {
  color: #283270;
  font-size: 10px;
  font-size: 1rem;
  margin: 0px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  top: 14px;
}

.back-to-top-btn-container.displayed {
  opacity: 1;
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.security-site .back-to-top-btn-container .back-to-top-btn .arrow:before,
.security-site .back-to-top-btn-container .back-to-top-btn .arrow:after {
  background: #ed6e4d;
}

.customer-rating p {
  font-size: 12px;
  font-size: 1.2rem;
}

.customer-rating p a {
  font-size: 12px;
  font-size: 1.2rem;
}

.customer-rating p .review-count {
  position: relative;
  top: -1px;
  color: #e2b010;
}

.customer-rating p .review-count .fa {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 30.000em) {
  .customer-rating p .review-count .fa {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.review-item {
  margin: 40px 0px;
}

@media only screen and (max-width: 767px) {
  .review-item {
    margin: 20px 0px;
  }
}

.review-item .review-count p {
  margin: 0px;
}

.review-item .review-count i {
  color: #e2b010;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 767px) {
  .review-item .review-count i {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.review-item .review-count span {
  font-size: 16px;
  font-size: 1.6rem;
  padding-left: 10px;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  .review-item .review-count span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.review-item .review-count span.star-container {
  position: relative;
  top: -2px;
  padding-left: 0px;
}

.review-item .review-info p {
  margin: 0px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #cccccc;
}

@media only screen and (max-width: 767px) {
  .review-item .review-info p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.review-item span {
  color: #1d6983;
}

.review-item p {
  margin: 10px 0px;
}

.review-container {
  margin: 75px 0px;
}

@media only screen and (max-width: 767px) {
  .review-container {
    margin: 30px 0px;
  }
}

@media only screen and (min-width: 768px) {
  .star,
  .rating .star {
    width: 35px;
    height: 33.3px;
  }

  .star i,
  .rating .star i {
    font-size: 36px !important;
    line-height: 35px !important;
  }

  .label-value,
  .rating .label-value {
    font-size: 28px;
    line-height: 35px;
  }
}

#reviews .review-item .rating {
  display: inline-block;
}

#reviews .review-item .rating .star-container {
  margin: 0px;
}

.review-info {
  margin-top: 5px;
}

.UI062 {
  /*.star-container {
      display: inline-block;
  }*/
}

.UI062 img {
  max-height: 500px;
}

@media only screen and (max-width: 767px) {
  .UI062 img {
    max-height: 250px;
  }
}

.UI062 .inlineBlock {
  display: inline-block;
}

.UI062 .panelContentInner {
  /*.star-container {
      display: inline-block; 
      margin: 0px;
      margin-bottom: 10px;
      position: relative;
      top: -3px;
      margin-left: 10px;

      @media only screen and (max-width: 767px) {
          top: 0px;
          margin-left: 0px;
      }

      i {
          color: $primary-yellow;
          @include fontSize(24);

          @media only screen and (max-width: 767px) {
              @include fontSize(18);
          }
      }
  }*/
}

.UI062 .panelContentInner .terms-label {
  color: #8c8b90;
  padding-left: 10px;
  max-width: 85%;
}

.UI062 .panelContentInner h2 {
  text-transform: none;
  color: #283270;
}

.UI062 .panelContentInner .product-info h6 {
  color: #186684;
  text-transform: none;
  display: inline-block;
  max-width: 280px;
  padding-left: 20px;
}

@media only screen and (max-width: 767px) {
  .UI062 .panelContentInner .product-info h6 {
    padding-left: 0px;
  }
}

.UI062 .panelContentInner .sml {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #066d95;
  font-family: "FrutigerLTStd-Cn";
  font-weight: bold;
  float: left;
}

.UI062 .panelContentInner .about-you {
  margin: 10px 0px 20px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 767px) {
  .UI062 .panelContentInner .about-you {
    margin: 10px 0px 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.UI062 .write-review-container .rating {
  margin-top: 8px;
}

.UI062 .validationLabelStars,
.UI062 .validationLabelReview,
.UI062 .validationLabelReviewHeadline,
.UI062 .validationLabelTC,
.UI062 .validationLabelLoggedIn {
  display: none;
  font-size: 80%;
  font-style: italic;
  color: #FF0000;
  position: static;
  margin: 20px 0 0 0;
}

.UI062 .submit-review {
  display: block;
}

.UI062 .write-review.topButton {
  margin: 10px 0 0 0;
}

.UI063.icon-label {
  display: inline-block;
  padding: 5px 10px 8px 5px;
  width: 100%;
}

.UI063.icon-label img {
  max-width: 40px;
}

@media only screen and (max-width: 30.000em) {
  .UI063.icon-label img {
    max-width: 20px;
  }
}

.UI063.icon-label p {
  display: inline-block;
  margin: 0px;
  vertical-align: middle;
  padding-left: 5px;
  width: calc(100% - 45px);
  line-height: 1.3;
}

@media only screen and (max-width: 30.000em) {
  .UI063.icon-label p {
    width: calc(100% - 25px);
  }
}

.UI063.icon-label.show-border {
  border-bottom: 1px solid #e2b010;
}

.UI063.theme-grey p {
  color: #6b8096;
}

.UIE013 .UI063.icon-label {
  float: right;
}

.UIE013 .UI063.icon-label p {
  width: calc(100% - 115px);
  float: right;
}

@media only screen and (max-width: 30.000em) {
  .UIE013 .UI063.icon-label p {
    width: calc(100% - 25px);
  }
}

.UIE013 .UI063.icon-label img {
  float: right;
}

.basket-page .UI063.icon-label {
  text-align: center;
}

.basket-page .UI063.icon-label p {
  width: auto;
}

.UI066 {
  background: #435159;
  padding: 50px;
  overflow: hidden;
  color: white;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .UI066 {
    padding: 50px 20px;
  }
}

.UI066 .document-downloads .document-downloads_intro {
  text-align: center;
}

.UI066 .document-downloads .document-downloads_intro h2,
.UI066 .document-downloads .document-downloads_intro h3 {
  color: inherit;
  font-size: 3rem;
  line-height: 4rem;
  font-family: inherit;
  text-transform: uppercase;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .UI066 .document-downloads .document-downloads_intro h2,
  .UI066 .document-downloads .document-downloads_intro h3 {
    font-size: 2.5rem;
  }
}

.UI066 .document-downloads .document-downloads_intro p {
  font-size: 2rem;
  line-height: 3rem;
  max-width: 75%;
  margin: 20px auto;
  color: inherit;
  font-family: inherit;
}

@media only screen and (max-width: 767px) {
  .UI066 .document-downloads .document-downloads_intro p {
    max-width: 93%;
    font-size: 1.8rem;
  }
}

.UI066 .document-downloads_list--col h5,
.UI066 .document-downloads_list--col h6 {
  color: inherit;
  text-align: left;
  font-size: 2.1rem;
  line-height: 2.5rem;
  border-left: solid 5px #ed6e4d;
  background: #556269;
  padding: 15px;
  text-transform: capitalize;
  font-family: inherit;
  margin-bottom: 0;
}

.UI066 .document-downloads_list--col nav {
  margin: 15px 0;
  overflow: hidden;
}

.UI066 .document-downloads_list--col .document-downloads_list {
  margin: 0;
  padding: 0;
}

.UI066 .document-downloads_list--col .document-downloads_list li {
  list-style: none;
  margin: 0;
  padding: 0px 20px;
  float: left;
  width: 100%;
  position: relative;
  font-size: 1.7rem;
  border-bottom: 1px solid #8c8b90;
  font-family: inherit;
}

.UI066 .document-downloads_list--col .document-downloads_list li:before {
  display: none;
}

.UI066 .document-downloads_list--col .document-downloads_list li:hover {
  text-decoration: underline;
  background: #4f5c63;
}

.UI066 .document-downloads_list--col .document-downloads_list li:hover i {
  color: #ed6e4d;
}

.UI066 .document-downloads_list--col .document-downloads_list li:hover a {
  text-decoration: underline;
}

.UI066 .document-downloads_list--col .document-downloads_list li:hover a svg g {
  fill: #ed6e4d;
}

.UI066 .document-downloads_list--col .document-downloads_list li a {
  position: relative;
  padding: 15px 0px 15px 0px;
  display: block;
  width: 100%;
  float: left;
  color: inherit;
}

.UI066 .document-downloads_list--col .document-downloads_list li a span {
  color: inherit;
  margin-right: 27px;
  display: inherit;
  word-break: break-word;
  font-family: inherit;
}

.UI066 .document-downloads_list--col .document-downloads_list li a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.UI066 .document-downloads_list--col .document-downloads_list li a:hover img {
  filter: invert(57%) sepia(39%) saturate(3671%) hue-rotate(331deg) brightness(100%) contrast(87%);
}

.child-pages-banner .UI067 {
  min-height: 280px;
}

.child-pages-banner .child-pages-banner-anchor {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 280px;
  position: relative;
  margin-bottom: 20px;
}

.UI068_USP {
  background: #fff;
  -webkit-box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0px 5px 10px 0px rgba(0, 0, 0, 0.07);
  padding-top: 20px;
}

@media only screen and (max-width: 767px) {
  .UI068_USP {
    padding: 10px 0 5px 0 !important;
    width: 100%;
    position: relative;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

.UI068_USP .usp-container {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  list-style-type: none;
}

@media only screen and (max-width: 767px) {
  .UI068_USP .usp-container {
    background: #fff;
    padding-top: 5px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 767px) {
  .UI068_USP .usp-container .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
  }
}

@media only screen and (max-width: 767px) {
  .UI068_USP .usp-container .owl-stage-outer .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
  }
}

.UI068_USP .usp-container .owl-nav {
  display: none;
}

.UI068_USP .usp-container .owl-dots {
  position: relative;
  width: 60px;
  margin: 0 auto;
  height: 20px;
}

.UI068_USP .usp-container .owl-dots .owl-dot {
  width: 15px;
  height: 20px;
  display: inline-block;
}

.UI068_USP .usp-container .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #9fa1a4;
  display: block;
  cursor: pointer;
}

.UI068_USP .usp-container .owl-dots .owl-dot.active span {
  background: #283270;
}

@media only screen and (max-width: 767px) {
  .UI068_USP .usp-container:after {
    content: "";
    display: block;
    clear: both;
    background: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .UI068_USP .usp-container {
    display: block;
  }
}

.UI068_USP .usp-container .usp-item {
  padding: 5px 25px;
  width: 235px;
  margin: 0;
  color: white;
  font-size: 2em;
  text-align: center;
  display: block;
  font-size: 10px;
  position: relative;
  list-style-type: none;
}

@media only screen and (max-width: 767px) {
  .UI068_USP .usp-container .usp-item {
    float: none;
    width: 100%;
    margin: 0;
  }
}

.UI068_USP .usp-container .usp-item img {
  width: auto;
  max-height: 50px;
  display: inline-block;
  margin: 0 5px;
}

@media only screen and (max-width: 767px) {
  .UI068_USP .usp-container .usp-item img {
    display: none;
  }
}

.UI068_USP .usp-container .usp-item h3 {
  font-size: 14px;
  font-size: 1.4rem;
  color: #283270;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .UI068_USP .usp-container .usp-item h3 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    font-family: "Lora", serif;
    margin-top: 0;
  }
}

.UI068_USP .usp-container .usp-item:after {
  content: "";
  position: absolute;
  right: -1px;
  background: #f0f0f0;
  z-index: 2;
  top: 0%;
  width: 1px;
  height: 80%;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .UI068_USP .usp-container .usp-item:nth-child(even):after {
    content: "";
    background: none;
  }
}

.UI068_USP .usp-container .usp-item:before {
  content: "";
  background: none;
}

.UI068_USP .usp-container .usp-item:last-child:after {
  content: "";
  background: none;
}

.UI099 {
  text-align: center;
  margin: 10px 0px;
}

.faq-btn {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #6b8096;
  font-family: "fruiteger-lightCn";
  font-weight: bold;
  padding: 14px 0;
  display: block;
}

.panel-group > h3 {
  color: #186684;
  text-transform: none;
  padding-bottom: 0px;
  margin-top: 30px;
}

@media only screen and (max-width: 30.000em) {
  .panel-group > h3 {
    margin-top: 15px;
  }
}

.UIE013 .calculator {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 50px;
}

.UIE013 .calculator__hidden {
  display: none;
}

.UIE013 .calculator input {
  text-align: center;
  height: 30px;
  border: 1px solid #000000 !important;
}

.UIE013 .calculator label {
  color: #9fa1a4;
  margin-bottom: 0;
  font-size: 13px;
  font-size: 1.3rem;
}

.UIE013 .calculator .indicatorButton {
  display: inline-block;
  border-radius: 50%;
  padding: 8px;
  width: 30px;
  height: 30px;
  background-color: #273270;
  background-position: center;
  background-size: 50% 2px, 2px 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.UIE013 .calculator .indicatorButton--plus {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
}

.UIE013 .calculator .indicatorButton--minus {
  background-image: linear-gradient(#fff, #fff);
}

.UIE013 .calculator .inputWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.UIE013 .calculator .inputWrapper .display {
  width: 50px;
}

.UIE013 .calculator__heights {
  display: flex;
}

.UIE013 .calculator__heights .height-selector {
  min-width: 75px;
  display: inline-block;
  position: relative;
  border: 1px solid #d8d8dd;
  padding: 12px 16px;
  margin-bottom: 10px;
  cursor: pointer;
  margin-right: 5px;
  color: #273270;
  font-family: "fruiteger-BoldCn";
  font-size: 15px;
  letter-spacing: 0.2px;
  text-align: center;
}

.UIE013 .calculator__heights .height-selector.selected {
  background-color: #273270;
  color: #fff;
  border-color: #273270;
}

.UIE013 .calculator__heights .height-selector.selected:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 16px 16px 0;
  border-color: transparent #fff transparent transparent;
}

.UIE013 .calculator__heights .height-selector.selected:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 2px;
  z-index: 1;
  width: 6px;
  height: 3px;
  border-bottom: 1px solid #273270;
  border-left: 1px solid #273270;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.UIE013 .calculator__quantity {
  display: flex;
  gap: 50px;
}

@media only screen and (max-width: 30.000em) {
  .UIE013 .calculator__quantity {
    gap: 1.5rem;
    flex-wrap: wrap;
  }
}

.UIE013 .calculator__quantity__indicator {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

.UIE013 .calculator__quantity__meters__inputWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.UIE013 .calculator__quantity__meters__inputWrapper__display {
  width: 80px;
}

@media only screen and (max-width: 30.000em) {
  .UIE013 .calculator__quantity__meters__inputWrapper__display {
    width: 50px;
  }
}

.UIE013 .calculator__posts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.UIE013 .calculator__posts__corners {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

.UIE013 .calculator__posts__extra {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}

.UIE013 .calculator__colors__title {
  font-size: 18px;
  font-size: 1.8rem;
  color: #283270;
  margin-bottom: 20px;
}

.UIE013 .calculator__colors__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  overflow-x: auto;
}

.UIE013 .calculator__colors__grid::-webkit-scrollbar {
  display: none;
}

.UIE013 .calculator__colors__grid .colorItem {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px #283270 solid;
  display: flex;
}

.UIE013 .calculator__colors__grid .colorItem:hover {
  cursor: pointer;
}

.UIE013 .calculator__colors__grid .colorItem.selected {
  border: 2px #283270 solid;
}

.UIE013 .calculator__colors__grid .colorItem:not(.selected) .colorItem__details {
  padding: 10px 10px;
}

.UIE013 .calculator__colors__grid .colorItem:not(.selected) .colorItem__color_placeholder {
  padding: 10px 10px 10px 8px;
}

.UIE013 .calculator__colors__grid .colorItem__details {
  flex: 1;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 9px 9px;
}

.UIE013 .calculator__colors__grid .colorItem__details__name {
  color: #283270;
}

.UIE013 .calculator__colors__grid .colorItem__details__value {
  color: #9fa1a4;
}

.UIE013 .calculator__colors__grid .colorItem__color_placeholder {
  flex: 1;
  padding: 9px;
}

.UIE013 .calculator__colors__grid .colorItem__color_placeholder > div {
  width: 100%;
  height: 100%;
  min-width: 22px;
}

.UIE013 .calculator__extras {
  display: none;
}

.UIE013 .calculator__extras.active {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.UIE013 .calculator__ballast,
.UIE013 .calculator__fixingTool {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.UIE013 .calculator__ballast__title,
.UIE013 .calculator__fixingTool__title {
  color: #283270;
}

.UIE013 .calculator__ballast__info,
.UIE013 .calculator__fixingTool__info {
  color: #9fa1a4;
  font-size: 16px;
  font-size: 1.6rem;
  display: none;
}

.UIE013 .calculator__basket {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.UIE013 .calculator__basket .nowContainerX p {
  margin: 0;
}

.UIE013 .calculator__summary {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.UIE013 .calculator__summary__title {
  flex-basis: 100%;
  padding-bottom: 2rem;
}

.UIE013 .calculator__summary__column {
  flex: 1;
  font-size: 16px;
  font-size: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.UIE013 .calculator__summary__column__title {
  color: #283270;
}

.show-products .UIE013 .truspilot-section h2 {
  text-transform: uppercase;
  color: #283270;
  padding-top: 40px;
}

.UIE001 {
  background: white;
  padding-top: 50px;
}

.UIE001 .validationLabelTC {
  display: none;
  font-size: 80%;
  font-style: italic;
  color: #FF0000;
  margin: 20px 0 0 5px;
  text-align: left;
}

.UIE001 .basket-headings p {
  color: #6b8096;
  text-transform: uppercase;
  margin-bottom: 10px;
}

@media only screen and (max-width: 80.000em) {
  .UIE001 .basket-headings {
    display: none;
  }
}

.UIE001 .delivery-block {
  padding: 30px 0px 50px;
}

.UIE001 .delivery-block .right-column {
  bottom: 0;
  top: 0;
  position: absolute;
  right: 0;
}

.UIE001 .delivery-block .delivery-columns-container {
  position: relative;
}

.UIE001 .delivery-block h6 {
  text-transform: none;
}

.UIE001 .delivery-block b {
  text-transform: uppercase;
}

.UIE001 .delivery-block .change-address {
  padding: 17px 12px;
  margin: 15px 0px 0px;
}

@media only screen and (max-width: 767px) {
  .UIE001 .delivery-block .change-address {
    padding: 12px 5px;
    margin: 10px 0px 0px;
  }
}

.UIE001 .delivery-block .delivery-push-panel {
  position: absolute;
  right: 10px;
  cursor: pointer;
}

.UIE001 .delivery-block .delivery-push-panel p {
  margin: 0px;
  color: #283270;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .UIE001 .delivery-block .delivery-push-panel p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.UIE001 .delivery-block .delivery-push-panel i {
  color: #e2b010;
  font-size: 18px;
  font-size: 1.8rem;
  vertical-align: baseline;
  padding-left: 5px;
  -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
}

@media only screen and (max-width: 767px) {
  .UIE001 .delivery-block .delivery-push-panel i {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.UIE001 .delivery-block .delivery-push-panel.open i {
  -ms-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.UIE001 .delivery-info,
.UIE001 .delivery-address {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  margin-top: 0px;
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
}

.UIE001 .delivery-info.open,
.UIE001 .delivery-address.open {
  max-height: 1000px;
  opacity: 1;
  overflow: visible;
  margin-top: 30px;
}

.UIE001 .charges-block p {
  margin-top: 0px;
  margin-bottom: 0px;
}

.UIE001 .charges-block li {
  margin-bottom: 5px;
}

.UIE001 .charges-block a.btn {
  margin: 15px 0px 0px 0px;
}

.UIE001 .basket-totals-list {
  border-bottom: 1px solid #ccd6e4;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .UIE001 .basket-totals-list {
    margin-bottom: 20px;
  }
}

.UIE001 .basket-totals-list .block h6,
.UIE001 .basket-totals-list .block p {
  display: inline-block;
}

.UIE001 .basket-totals-list .block.subtotal h6,
.UIE001 .basket-totals-list .block.exc-vat h6,
.UIE001 .basket-totals-list .block.voucher h6 {
  color: #6b8096;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 30.000em) {
  .UIE001 .basket-totals-list .block.subtotal h6,
  .UIE001 .basket-totals-list .block.exc-vat h6,
  .UIE001 .basket-totals-list .block.voucher h6 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.UIE001 .basket-totals-list .block.subtotal .price,
.UIE001 .basket-totals-list .block.exc-vat .price,
.UIE001 .basket-totals-list .block.voucher .price {
  font-size: 22px;
  font-size: 2.2rem;
  padding-left: 35px;
}

@media only screen and (max-width: 30.000em) {
  .UIE001 .basket-totals-list .block.subtotal .price,
  .UIE001 .basket-totals-list .block.exc-vat .price,
  .UIE001 .basket-totals-list .block.voucher .price {
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 29px;
  }
}

.UIE001 .basket-totals-list .block.voucher h6,
.UIE001 .basket-totals-list .block.voucher p {
  color: #e2b010;
}

.UIE001 .basket-totals-list .block.inc-vat h6 {
  color: #333333;
}

@media only screen and (max-width: 30.000em) {
  .UIE001 .basket-totals-list .block.inc-vat h6 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.UIE001 .basket-totals-list .block.inc-vat .price {
  font-size: 26px;
  font-size: 2.6rem;
  padding-left: 23px;
}

@media only screen and (max-width: 30.000em) {
  .UIE001 .basket-totals-list .block.inc-vat .price {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.UIE001 .basket-totals-list .block.basketID .id-number {
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "FrutigerLTStd-Cn";
  text-transform: uppercase;
}

.UIE001 .help-block {
  background: #273270;
  width: 100%;
  text-align: center;
  padding: 20px 125px 30px;
  margin: 0px;
}

@media only screen and (max-width: 1600px) {
  .UIE001 .help-block {
    padding: 20px 55px 30px;
  }
}

@media only screen and (max-width: 80.000em) {
  .UIE001 .help-block {
    padding: 20px 15px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .UIE001 .help-block {
    padding: 20px 25px;
  }
}

@media only screen and (max-width: 30.000em) {
  .UIE001 .help-block {
    width: 120%;
    margin-left: -10%;
  }
}

.UIE001 .help-block h2,
.UIE001 .help-block p {
  color: white;
}

.UIE001 .help-block p {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .UIE001 .help-block p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.UIE001 .help-block .request {
  min-width: auto;
  padding: 17px 13px;
  margin-top: 15px;
}

.UIE001 .help-container {
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  .UIE001 .help-container {
    padding-bottom: 0px;
    margin-top: 15px;
  }
}

.UIE001 .promotion-container {
  height: 100%;
}

.UIE001 .promotion-container .promotion-content {
  top: 43%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 0px;
  font-size: 0rem;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .UIE001 .promotion-container .promotion-content {
    position: relative;
    top: auto;
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

.UIE001 .promotion-container .promotion-content h4 {
  text-transform: none;
  margin-bottom: 18px;
  font-size: 22px;
  font-size: 2.2rem;
}

@media only screen and (max-width: 767px) {
  .UIE001 .promotion-container .promotion-content h4 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.UIE001 .promotion-container .promotion-content .promo-code {
  border: 1px solid #ccd6e4;
  padding: 18px 15px;
  min-width: 70%;
  vertical-align: bottom;
}

@media only screen and (max-width: 62.000em) {
  .UIE001 .promotion-container .promotion-content .promo-code {
    min-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .UIE001 .promotion-container .promotion-content .promo-code {
    padding: 13px 10px;
    min-width: 70%;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.UIE001 .promotion-container .promotion-content .apply-promo {
  padding: 18px 10px;
  position: relative;
  top: 0px;
  min-width: calc(30% - 20px);
  margin: 0px;
  margin-left: 20px;
}

@media only screen and (max-width: 62.000em) {
  .UIE001 .promotion-container .promotion-content .apply-promo {
    min-width: 45%;
    margin-left: 0px;
    margin-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .UIE001 .promotion-container .promotion-content .apply-promo {
    min-width: calc(30% - 10px);
    margin-left: 10px;
    padding: 13px 10px;
    margin-top: 0px;
  }
}

.UIE001 .basket-options a {
  color: #283270;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  top: 30%;
  margin-left: 45px;
  text-transform: uppercase;
}

.UIE001 .btn {
  padding: 19px 27px;
  border-top: none;
  border-bottom: none;
  border-right: none;
  margin: 0px;
}

.UIE001 .btn.checkout {
  float: right;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 17px 45px 18px 10px;
  background: #e2b010;
  color: #283270;
  border: 1px solid #e2b010;
  -webkit-box-shadow: 0px 5px 4px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 4px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 4px -6px rgba(0, 0, 0, 0.75);
}

.UIE001 .btn.checkout:before,
.UIE001 .btn.checkout:after {
  font-family: FontAwesome;
  content: "\f054";
  color: #283270;
  position: absolute;
  right: 13px;
  top: 15px;
  font-size: 21px;
  font-size: 2.1rem;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.UIE001 .btn.checkout:after {
  content: "";
  height: 2px;
  top: auto;
  bottom: 12px;
  left: 5%;
  right: 98%;
  background: #283270;
}

.UIE001 .btn.checkout:hover:before {
  color: #283270;
  right: 8px;
}

.UIE001 .btn.checkout:hover:after {
  right: 5%;
}

@media only screen and (max-width: 1600px) {
  .UIE001 .btn.checkout {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 17px 32px 18px 10px;
  }

  .UIE001 .btn.checkout:before {
    font-size: 18px;
    font-size: 1.8rem;
    top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .UIE001 .btn {
    margin-top: 15px;
  }
}

.UIE001 .mobile-basket-actions {
  margin: 20px 0px 50px;
  padding: 10px 0px;
}

.UIE001 .mobile-basket-actions a {
  padding: 5px 20px;
  text-transform: uppercase;
}

.UIE001 .price {
  margin-top: 30px;
  margin-bottom: 0px;
}

@media only screen and (max-width: 80.000em) {
  .UIE001 .price {
    margin-top: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .UIE001 .price {
    margin-top: 15px;
  }
}

.UIE001 .sml-text {
  margin: 0px;
}

.UIE001 .terms {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0px;
  vertical-align: middle;
  width: calc(100% - 50px);
}

@media only screen and (max-width: 80.000em) {
  .UIE001 .terms {
    font-size: 10px;
    font-size: 1rem;
    width: 80%;
    text-align: left;
    padding-left: 7px;
  }
}

.UIE001 .all-items-updates_container {
  display: none;
}

.UIE001 .all-items-updates_container .btn {
  float: right;
  margin-bottom: 20px;
  margin-left: 23px;
  min-width: 226px;
}

.secondary-nav-isStuck .UIE001 {
  margin-top: 60px;
}

.payment-block {
  padding: 60px 15px;
  font-size: 0px;
  font-size: 0rem;
}

@media only screen and (max-width: 767px) {
  .payment-block {
    text-align: center;
    padding: 0px;
  }
}

.payment-block img {
  margin-right: 5px;
}

@media only screen and (max-width: 80.000em) {
  .payment-block img {
    margin-bottom: 5px;
  }
}

.payment-block .fa {
  color: #283270;
  font-size: 28px;
  font-size: 2.8rem;
}

@media only screen and (max-width: 1559px) {
  .payment-block .fa {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.payment-block .right-float {
  padding-left: 105px;
}

@media only screen and (max-width: 62.000em) {
  .payment-block .right-float {
    padding-left: 10px;
  }
}

.payment-block .payment-title {
  display: inline-block;
}

.payment-block .payment-title p {
  display: inline-block;
  color: #6b8096;
  text-transform: uppercase;
  margin: 0px;
  vertical-align: middle;
  padding-right: 35px;
  padding-left: 5px;
}

@media only screen and (max-width: 1559px) {
  .payment-block .payment-title p {
    font-size: 15px;
    font-size: 1.5rem;
    padding-right: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .payment-block .payment-title p {
    font-size: 18px;
    font-size: 1.8rem;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 80.000em) {
  .payment-block .payment-title {
    display: block;
    margin-bottom: 14px;
    padding: 40px 0px 20px;
  }
}

.UIE002 .shipping-address,
.UIE002 .billing-address {
  max-height: inherit;
  overflow: visible;
}

.UIE002 #ShippingPostcodeListContainer,
.UIE002 #BillingPostcodeListContainer {
  margin-top: 26px;
}

.UIE002 .already-registered-block {
  margin: 17px 0px 0px 0px;
}

.UIE002 .already-registered-block p {
  display: inline-block;
  width: 62%;
  vertical-align: middle;
  margin: 0px;
  font-size: 13px;
  font-size: 1.3rem;
}

.UIE002 .login-form-footer {
  margin: 0;
}

.UIE002 .billing-address .UIE002Block__entry {
  display: none;
}

.UIE002 .billing-address.active .UIE002Block__entry {
  display: block;
}

.basket-link a {
  color: white;
}

.UIE002Title {
  padding: 23px 0 7px 0;
}

.UIE002Title__text {
  display: inline-block;
}

@media only screen and (max-width: 30.000em) {
  .UIE002Title__text {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.UIE002Title__breadcrumb {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "fruiteger-BoldCn";
  color: #186684;
  padding: 0 0 0 22px;
}

@media only screen and (max-width: 30.000em) {
  .UIE002Title__breadcrumb {
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 10px;
  }
}

.UIE002Title__logo {
  padding: 28px 0 0 0;
  float: right;
}

.UIE002Preambule {
  padding: 34px 0;
}

.UIE002Preambule:after {
  content: "";
  display: table;
  clear: both;
}

@media only screen and (min-width: 62.000em) {
  .UIE002Preambule {
    padding: 0 0 30px 0;
  }
}

@media only screen and (min-width: 62.000em) {
  .UIE002Preambule--bottom {
    padding: 43px 0 0 0;
  }
}

.UIE002Preambule__text {
  padding: 0 0 25px 0;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0;
  text-align: center;
  position: relative;
}

.UIE002Preambule__text:before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 0%;
  vertical-align: middle;
}

.UIE002Preambule__text span {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 62.000em) {
  .UIE002Preambule__text {
    padding: 0 234px 0 0;
    margin: 0;
    text-align: right;
    height: 60px;
    width: 100%;
    float: left;
  }
}

@media only screen and (min-width: 62.000em) {
  .UIE002Preambule__lock {
    float: right;
    width: 220px;
    margin-left: -100%;
  }
}

@media only screen and (max-width: 30.000em) {
  .UIE002Preambule__lock {
    margin-top: 24px;
  }
}

.UIE002Preambule__lock a.btn {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 74px;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 10px;
  text-align: center;
  margin: 0;
  display: block;
  min-width: inherit;
  background: #e2b010;
  color: #283270;
  border: 1px solid #e2b010;
  -webkit-box-shadow: 0px 5px 4px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 4px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 4px -6px rgba(0, 0, 0, 0.75);
}

@media only screen and (min-width: 62.000em) {
  .UIE002Preambule__lock a.btn {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 58px;
  }
}

.UIE002Preambule__lock a.btn i {
  font-size: 21px;
  font-size: 2.1rem;
  margin: 0 4px 0 0;
  position: relative;
  top: -1px;
  right: -4px;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.UIE002Preambule__lock a.btn:after {
  content: "";
  position: absolute;
  height: 2px;
  top: auto;
  bottom: 12px;
  left: 11%;
  right: 98%;
  background: #283270;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.UIE002Preambule__lock a.btn:hover i {
  right: -9px;
}

.UIE002Preambule__lock a.btn:hover:after {
  right: 10%;
}

.UIE002Content__heading {
  padding: 48px 0 0 0;
  font-size: 32px;
  font-size: 3.2rem;
  margin: 0;
}

@media only screen and (min-width: 62.000em) {
  .UIE002Content__heading {
    padding-top: 87px;
    margin-top: -5px;
  }
}

@media only screen and (min-width: 62.000em) {
  .UIE002Content__heading--UIE003 {
    padding-top: 38px;
  }
}

.UIE002Block {
  padding: 0 0 10px 0;
  border-bottom: 1px solid #fff;
  margin: 0 0 11px 0;
}

.UIE002Block:last-child {
  border-bottom: 0;
  margin: 0;
}

.UIE002Block__title {
  padding: 37px 0 13px 0;
}

.UIE002Block__title h3 {
  font-size: 20px;
  font-size: 2rem;
  float: left;
  text-transform: none;
  margin: 0;
}

.UIE002Block .blockEdit {
  float: right;
  margin: 4px 0 0 0;
}

.UIE002BlockContent__row {
  padding: 13px 0;
}

.UIE002BlockContent__title {
  font-weight: bold;
  margin: 0 0 10px 0;
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (min-width: 30.000em) {
  .UIE002BlockContent__title {
    max-width: 235px;
    float: left;
    line-height: 60px;
    margin: 0;
  }
}

@media only screen and (min-width: 62.000em) {
  .UIE002BlockContent__title {
    max-width: 160px;
  }
}

@media only screen and (min-width: 80.000em) {
  .UIE002BlockContent__title {
    max-width: 235px;
  }
}

@media only screen and (min-width: 30.000em) {
  .UIE002BlockContent__inner {
    margin: 0 0 0 240px;
  }
}

@media only screen and (min-width: 62.000em) {
  .UIE002BlockContent__inner {
    margin: 0 0 0 170px;
  }
}

@media only screen and (min-width: 80.000em) {
  .UIE002BlockContent__inner {
    margin: 0 0 0 240px;
  }
}

.UIE002BlockContent__inner .formField {
  padding: 0;
}

.UIE002BlockContent__inner .formField--inner {
  padding: 26px 0 0 0;
}

.UIE002BlockContent__inner .formField--btn {
  padding: 26px 0 0 0;
}

.UIE002BlockContent__inner .formField--btn .btn {
  margin: 0;
}

.UIE002BlockContent__inner .formFieldSelect {
  padding: 26px 0 0 0;
  margin-bottom: -3px;
}

@media only screen and (min-width: 30.000em) {
  .UIE002BlockContent__inner .formFieldSelect {
    padding: 17px 0 9px 0;
    margin-bottom: 0;
  }
}

.UIE002BlockContent__inner .formFieldSelectCountry {
  padding: 26px 0 0 0;
}

.UIE002BlockContent__text {
  margin: 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 60px;
}

.UIE002BlockContent--thin .UIE002BlockContent__title {
  font-weight: normal;
}

.UIE002 .stuck-button {
  position: fixed;
  width: 100%;
  z-index: 120;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  top: 71px;
  opacity: 0;
}

@media only screen and (max-width: 80.000em) {
  .UIE002 .stuck-button {
    top: 68px;
  }
}

@media only screen and (max-width: 62.000em) {
  .UIE002 .stuck-button {
    top: 42px;
  }

  .UIE002 .stuck-button .btn {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 43px;
  }

  .UIE002 .stuck-button .btn:after {
    bottom: 7px;
  }

  .UIE002 .stuck-button .UIE002Preambule__text {
    display: none;
  }
}

.UIE002 .stuck-button.open {
  max-height: 60px;
  opacity: 1;
}

.UIE002 .installation-contact-container {
  margin-top: 15px;
}

.UIE002 .contact-installation-service {
  font-size: 0.7em;
  color: #8c8b90 !important;
  margin-left: 12px;
}

.UIE004 figure {
  text-align: center;
}

.UIE004 figure img {
  max-height: 200px;
  display: inline-block;
}

.UIE004__row {
  border-top: 1px solid #ccd6e4;
  padding: 50px 0 43px 0;
}

@media only screen and (max-width: 767px) {
  .UIE004__row {
    padding: 41px 0 43px 0;
  }
}

@media only screen and (max-width: 767px) {
  .UIE004__img {
    padding: 9px 0 40px 0;
  }
}

.UIE004__link {
  float: right;
}

@media only screen and (max-width: 767px) {
  .UIE004__link {
    float: none;
  }
}

.UIE004__link .btn {
  margin: 0;
}

@media only screen and (max-width: 80.000em) {
  .UIE004__link .btn {
    min-width: inherit;
  }
}

@media only screen and (max-width: 767px) {
  .UIE004__link .btn {
    width: 100%;
    padding: 20px 5px;
  }
}

@media only screen and (max-width: 30.000em) {
  .UIE004__link .btn {
    padding: 8px 5px;
  }
}

.UIE004__input input {
  width: 100%;
  border: 1px solid #ccd6e4;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "fruiteger-BoldCn";
  text-align: center;
  padding: 4px 6px;
  line-height: 3.125;
  min-height: 60px;
}

@media only screen and (max-width: 767px) {
  .UIE004__input input {
    min-height: 65px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 30.000em) {
  .UIE004__input input {
    line-height: 1.375;
    min-height: 36px;
  }
}

.UIE004Description__title {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "fruiteger-BoldCn";
  color: #186684;
  text-transform: none;
  padding: 18px 0 0 0;
  margin: 0;
}

@media only screen and (max-width: 80.000em) {
  .UIE004Description__title {
    padding: 0;
  }
}

.UIE004Description__title a {
  color: #186684;
}

.UIE004Description__price {
  font-family: "FrutigerLTStd-Cn";
  font-size: 26px;
  font-size: 2.6rem;
  color: #333333;
  margin: 0;
  line-height: 1.3;
}

.UIE004Description__price.nowPrice {
  color: #e2b010;
  display: inline-block;
}

.UIE004Description__price.wasPrice {
  color: #8c8b90;
  text-decoration: line-through;
  display: inline-block;
  margin-right: 10px;
}

.UIE004Description__code {
  font-family: "FrutigerLTStd-Cn";
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: block;
  margin-top: 2px;
}

@media only screen and (max-width: 767px) {
  .UIE004Description__code {
    padding: 0 0 20px 0;
  }
}

.UIE004Price__pound {
  text-align: right;
  font-family: "FrutigerLTStd-Cn";
  font-size: 22px;
  font-size: 2.2rem;
  color: #333333;
  margin: 0;
  line-height: 1.3;
  padding: 16px 0 0 0;
}

@media only screen and (max-width: 30.000em) {
  .UIE004Price__pound {
    font-size: 13px;
    font-size: 1.3rem;
    padding: 6px 0 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .UIE004Price__pound {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media only screen and (min-width: 62.000em) {
  .UIE004Price__pound {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 80.000em) {
  .UIE004Price__pound {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.UIE004Price__pound.nowPrice {
  color: #e2b010;
  padding-top: 0;
}

.UIE004Price__pound.wasPrice {
  color: #8c8b90;
  text-decoration: line-through;
}

.UIE004Price__vat {
  text-align: right;
  font-family: "FrutigerLTStd-Cn";
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  display: block;
  margin-top: 2px;
}

@media only screen and (max-width: 30.000em) {
  .UIE004Price__vat {
    font-size: 10px;
    font-size: 1rem;
  }
}

@media only screen and (min-width: 768px) {
  .UIE004Price__vat {
    font-size: 10px;
    font-size: 1rem;
  }
}

@media only screen and (min-width: 62.000em) {
  .UIE004Price__vat {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.UIE004ListLinks {
  margin: -18px 0 0 0;
}

@media only screen and (max-width: 767px) {
  .UIE004ListLinks {
    margin: 37px 0 0 0;
  }
}

@media only screen and (max-width: 767px) and (max-width: 30.000em) {
  .UIE004ListLinks {
    margin: 17px 0 0 0;
  }
}

.UIE004ListLinks__item {
  list-style: none;
  display: inline-block;
  margin: 0 0 0 61px;
  padding: 0;
}

@media only screen and (max-width: 30.000em) {
  .UIE004ListLinks__item {
    margin-left: 35px;
  }
}

.UIE004ListLinks__item:before {
  display: none;
}

.UIE004ListLinks__item:first-child {
  margin-left: 0;
}

.UIE004ListLinks__actionLink {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "fruiteger-BoldCn";
  color: #273270;
  text-transform: uppercase;
}

@media only screen and (max-width: 30.000em) {
  .UIE004ListLinks__actionLink {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.UIE004ListLinks__actionLink i {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 30.000em) {
  .UIE004ListLinks__actionLink i {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.UIE005 {
  word-break: break-all;
  box-shadow: 0px 0px 39px -5px rgba(0, 0, 0, 0.59);
  background: #fff;
  padding: 0 20px 37px 20px;
}

.UIE005.isSticky {
  position: sticky;
  position: -webkit-sticky;
  top: 145px;
}

.checkout-step-2-page .UIE005.isSticky {
  position: relative;
  top: 0;
}

.UIE005Title {
  padding: 31px 0 22px 0;
}

.UIE005Title__heading {
  float: left;
  width: 50%;
}

@media only screen and (min-width: 62.000em) {
  .UIE005Title__heading {
    font-size: 24px;
    font-size: 2.4rem;
    padding-top: 10px;
  }
}

@media only screen and (min-width: 80.000em) {
  .UIE005Title__heading {
    font-size: 32px;
    font-size: 3.2rem;
    padding-top: 0;
  }
}

.UIE005Title__inner {
  float: right;
  width: 50%;
  text-align: right;
  padding: 16px 0 0 0;
}

@media only screen and (max-width: 30.000em) {
  .UIE005Title__inner {
    padding: 0;
  }
}

.UIE005Body table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
}

.UIE005Body table td {
  vertical-align: top;
  padding: 47px 0 59px 0;
  border-top: 1px solid #efeff1;
  overflow: hidden;
}

.UIE005Body__colSecond {
  width: 135px;
}

.UIE005Body__lastRow td {
  padding: 37px 0 45px 0 !important;
}

.UIE005Body__heading th {
  text-align: right;
  padding: 0 0 9px 0;
  vertical-align: top;
}

.UIE005Body__hd {
  display: inline-block;
  margin: 0 0 0 32px;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "fruiteger-BoldCn";
  color: #333333;
  text-transform: uppercase;
}

.UIE005Body__hd:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 30.000em) {
  .UIE005Body__hd {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.UIE005Body__colFix {
  text-align: right;
  vertical-align: bottom !important;
}

.UIE005Body__desc {
  font-size: 22px;
  font-size: 2.2rem;
  text-transform: none;
  color: #186684;
  margin: 0;
}

.UIE005Body__desc a {
  color: #186684;
  font-size: 22px;
  font-size: 2.2rem;
}

.UIE005Body__price {
  font-family: "FrutigerLTStd-Cn";
  font-size: 26px;
  font-size: 2.6rem;
  color: #333333;
  line-height: 1.1;
  padding: 3px 0 1px 0;
}

.UIE005Body__price.nowPrice {
  color: #e2b010;
  display: inline-block;
}

.UIE005Body__price.wasPrice {
  color: #8c8b90;
  text-decoration: line-through;
  display: inline-block;
  margin-right: 10px;
}

.UIE005Body__info {
  font-family: "FrutigerLTStd-Cn";
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  margin: 0;
}

.UIE005Body__quantity {
  padding: 29px 0 0 0;
  font-family: "fruiteger-BoldCn";
  text-transform: uppercase;
  color: #6b8096;
}

.UIE005Body__quantity b {
  color: #273270;
}

.UIE005Body__result {
  position: relative;
  top: 21px;
}

.UIE005Body__sum {
  font-family: "FrutigerLTStd-Cn";
  font-size: 22px;
  font-size: 2.2rem;
  color: #333333;
  line-height: 1;
}

.UIE005Body__sum.nowPrice {
  color: #e2b010;
  padding-top: 0;
}

.UIE005Body__sum.wasPrice {
  color: #8c8b90;
  text-decoration: line-through;
}

.UIE005BodyList {
  padding: 0;
  margin: 0;
}

.UIE005BodyList__item {
  margin: 0;
  padding: 5px 0;
  text-align: right;
}

.UIE005BodyList__item:before {
  display: none;
}

.UIE005BodyList__item.voucher .UIE005BodyList__col1,
.UIE005BodyList__item.voucher .UIE005BodyList__col2 {
  color: #e2b010;
}

.UIE005BodyList__col1 {
  display: inline-block;
  font-family: "fruiteger-BoldCn";
  font-size: 18px;
  font-size: 1.8rem;
  color: #6b8096;
  text-transform: uppercase;
}

.UIE005BodyList__col1--last {
  font-size: 22px;
  font-size: 2.2rem;
  color: #333333;
  padding-top: 23px;
}

.UIE005BodyList__col2 {
  display: inline-block;
  min-width: 100px;
  margin: 0 0 0 16px;
  font-family: "FrutigerLTStd-Cn";
  font-size: 22px;
  font-size: 2.2rem;
  color: #333333;
}

.UIE005BodyList__col2--last {
  font-size: 26px;
  font-size: 2.6rem;
  padding-top: 23px;
}

.UIE005Footer .blockEdit {
  float: right;
}

.UIE008 {
  background: url("../img/background-themes/blue-dark-texture.png");
  padding: 78px 0 65px 0;
}

.UIE008__inner {
  padding: 0 5px;
}

@media only screen and (min-width: 30.000em) {
  .UIE008__inner {
    padding: 0 65px;
  }
}

@media only screen and (min-width: 80.000em) {
  .UIE008__inner {
    padding: 0;
  }
}

@media only screen and (min-width: 30.000em) {
  .UIE008__inner--failde {
    padding: 0;
  }
}

.UIE008 p,
.UIE008 li {
  color: #fff;
}

@media only screen and (min-width: 62.000em) {
  .UIE008 {
    padding: 61px 0 15px 0;
  }
}

.UIE008__title {
  text-align: center;
  color: #fff;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .UIE008__title {
    max-width: none;
  }
}

@media only screen and (min-width: 62.000em) {
  .UIE008__title {
    font-size: 43px;
    font-size: 4.3rem;
  }
}

@media only screen and (min-width: 1559px) {
  .UIE008__title {
    font-size: 46px;
    font-size: 4.6rem;
  }
}

.UIE008Order {
  padding: 20px 0;
  text-align: center;
}

@media only screen and (min-width: 62.000em) {
  .UIE008Order {
    padding: 35px 0 0 0;
  }
}

.UIE008Order p {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
}

.UIE008Order__header {
  font-weight: bold;
}

.UIE008List {
  padding: 0;
  margin: 0;
}

.UIE008List__item {
  font-size: 18px;
  font-size: 1.8rem;
  padding: 0 0 0 53px;
  font-weight: bold;
  position: relative;
  margin: 33px 0 43px 0;
}

.UIE008List__item:before {
  display: none;
}

.UIE008List__icon {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 6px;
  background: #86a486;
  border-radius: 50%;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .UIE008List__icon {
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.UIE008List__icon i {
  font-size: 25px;
  font-size: 2.5rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.UIE008TextBox {
  padding: 6px 0 0 0;
  text-align: center;
}

.UIE008TextBox__text {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
}

@media only screen and (min-width: 62.000em) {
  .UIE008TextBox {
    padding-top: 26px;
  }
}

.UIE008Action {
  max-width: 460px;
  margin: 52px auto 73px auto;
  text-align: center;
}

@media only screen and (min-width: 62.000em) {
  .UIE008Action {
    margin-bottom: 131px;
  }
}

.UIE008Action:after {
  content: "";
  display: table;
  clear: both;
}

.UIE008Action__col-1 {
  text-align: left;
  float: left;
  width: 47.83%;
  margin: 0 -4px 0 0;
}

.UIE008Action__col-2 {
  float: right;
  width: 47.83%;
  margin-left: 4.35%;
}

.UIE008Action__col-2 .btn {
  padding: 20px 27px;
  font-size: 16px;
  font-size: 1.6rem;
  min-width: inherit;
  width: 100%;
  margin: 0;
}

.UIE008Action__col-2 .btn.white:hover {
  border: 1px solid white;
}

.UIE008Action__text {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "fruiteger-BoldCn";
  margin: 0;
  padding: 2px 0 0 0;
}

@media only screen and (min-width: 30.000em) {
  .UIE008Action__text {
    font-size: 20px;
    font-size: 2rem;
  }
}

.UIE008Action__phone {
  margin: 0;
  font-family: "fruiteger-BoldCn";
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.2;
}

@media only screen and (min-width: 30.000em) {
  .UIE008Action__phone {
    font-size: 30px;
    font-size: 3rem;
  }
}

.UIE008Action__phone a {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (min-width: 30.000em) {
  .UIE008Action__phone a {
    font-size: 30px;
    font-size: 3rem;
  }
}

.UIE009 {
  padding: 90px 0 100px 0;
}

.UIE009.UIE007 {
  padding: 33px 0 116px 0;
}

.UIE009.UIE007 .rowWrap {
  border-bottom-color: #f7f7f8;
}

.UIE009.UIE007 .trowPic {
  margin-bottom: 5px;
}

.UIE009.UIE007 .action {
  margin: 0;
  float: right;
}

@media only screen and (min-width: 768px) {
  .UIE009.UIE007 .action {
    float: none;
  }
}

@media only screen and (min-width: 80.000em) {
  .UIE009.UIE007 .action {
    float: right;
  }
}

@media only screen and (max-width: 767px) {
  .UIE009.UIE007 h2 {
    padding: 16px 0 33px 0;
  }
}

@media only screen and (max-width: 767px) {
  .UIE009 {
    padding: 46px 0 0 0;
  }
}

.UIE009 h2 {
  padding: 0 0 60px 0;
}

@media only screen and (max-width: 767px) {
  .UIE009 h2 {
    padding: 0;
    margin: 0;
  }
}

.UIE009 .rowWrap {
  border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
  .UIE009 .rowWrapThead,
  .UIE009 .orderPanelHead {
    display: none;
  }
}

.UIE009 .theadText {
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #6b8096;
  font-family: "fruiteger-BoldCn";
}

@media only screen and (max-width: 62.000em) {
  .UIE009 .theadText {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.UIE009 .trowText {
  margin: 15px 0;
}

.UIE009 .trowText--desc {
  padding-right: 10px;
}

@media only screen and (max-width: 600px) {
  .UIE009 .trowText--desc {
    margin-top: 0 !important;
  }
}

.UIE009 .trowText--sum {
  font-family: "FrutigerLTStd-Cn";
  font-size: 22px;
  font-size: 2.2rem;
}

.UIE009 .trowText--sum .taxes {
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .UIE009 .trowText--sum {
    padding-top: 24px;
  }
}

@media only screen and (max-width: 600px) {
  .UIE009 .trowText--sum {
    padding-top: 0;
  }
}

@media only screen and (max-width: 62.000em) {
  .UIE009 .trowText {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .UIE009 .trowText {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 10px 0;
  }
}

@media only screen and (max-width: 30.000em) {
  .UIE009 .trowText {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.UIE009 a.trowText {
  margin: 17px 0;
  display: block;
}

.UIE009 .thead {
  padding: 0 0 15px 0;
}

.UIE009 .trow {
  padding: 34px 0 49px 0;
}

@media only screen and (min-width: 768px) {
  .UIE009 .trow {
    padding: 22px 0 20px 0;
  }
}

.UIE009 .action {
  margin: 21px 0 0 0;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .UIE009 .action {
    margin: 0;
  }
}

@media only screen and (min-width: 80.000em) {
  .UIE009 .action {
    float: right;
  }
}

.UIE009 .action .btn {
  float: left;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .UIE009 .action .btn {
    float: none;
    min-width: inherit;
    width: 100%;
    font-size: 11px;
    font-size: 1.1rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 80.000em) {
  .UIE009 .action .btn {
    min-width: 145px;
    width: auto;
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 27px;
    padding-right: 27px;
  }
}

.UIE009 a.action-more {
  width: 25.8%;
  float: left;
  padding-right: 5px;
  font-family: "fruiteger-BoldCn";
  text-transform: uppercase;
  color: #8c8b90;
  display: block;
  margin: 10px 0 0 0;
  font-size: 10px;
  font-size: 1rem;
}

@media only screen and (min-width: 30.000em) {
  .UIE009 a.action-more {
    margin: 14px 0 0 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media only screen and (min-width: 768px) {
  .UIE009 a.action-more {
    position: static;
    font-size: 14px;
    font-size: 1.4rem;
    width: auto;
    float: none;
    padding-right: 0;
  }
}

@media only screen and (min-width: 62.000em) {
  .UIE009 a.action-more {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.UIE009 a.action-more i {
  color: #e2b010;
  position: relative;
  top: -1px;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (min-width: 30.000em) {
  .UIE009 a.action-more i {
    top: -3px;
    font-size: 34px;
    font-size: 3.4rem;
  }
}

.UIE009 .orderPanel {
  display: none;
  border: 1px solid #e2b010;
  position: relative;
}

.UIE009 .orderPanel:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #efeff1;
  position: absolute;
  left: 2px;
  top: -9px;
  z-index: 2;
}

@media only screen and (min-width: 768px) {
  .UIE009 .orderPanel:before {
    right: 2px;
    left: auto;
  }
}

@media only screen and (min-width: 80.000em) {
  .UIE009 .orderPanel:before {
    right: 38px;
  }
}

.UIE009 .orderPanel:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #e2b010;
  position: absolute;
  left: 2px;
  top: -11px;
  z-index: 1;
}

@media only screen and (min-width: 768px) {
  .UIE009 .orderPanel:after {
    right: 2px;
    left: auto;
  }
}

@media only screen and (min-width: 80.000em) {
  .UIE009 .orderPanel:after {
    right: 38px;
  }
}

.UIE009 .orderPanel .orderPanelHead {
  padding: 28px 0 15px 0;
}

.UIE009 .orderPanel .orderPanelTrow {
  padding: 22px 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .UIE009 .orderPanel {
    padding: 15px;
    padding-left: 5px;
  }

  .UIE009 a.trowText {
    margin: 10px 0;
    display: block;
  }
}

.UIE014 {
  margin-top: 20px;
}

.UIE014 > .row {
  display: flex;
  flex-wrap: wrap;
}

.UIE012 .rating-view-btn > div,
.UIE015 .rating-view-btn > div {
  display: block;
  font-size: 50px;
  margin-top: -8px;
}

.UIE012 .rating-view-btn > div.rating-part,
.UIE015 .rating-view-btn > div.rating-part {
  display: inline-block;
}

.UIE012 .rating-view-btn > div.view-btn-part,
.UIE015 .rating-view-btn > div.view-btn-part {
  margin-bottom: 10px;
}

.UIE012 .rating-view-btn .best-for-label,
.UIE015 .rating-view-btn .best-for-label {
  font-size: 1.8rem;
  margin: 10px 0 20px 0;
}

.UIE012 .combination-item,
.UIE015 .combination-item {
  background: white;
  margin-bottom: 20px;
}

.UIE012 .combination-item .img-container img,
.UIE015 .combination-item .img-container img {
  width: 100%;
}

.UIE012 .combination-item-content,
.UIE015 .combination-item-content {
  margin-top: 25px;
  padding: 0px 10px 10px 10px;
}

@media only screen and (max-width: 30.000em) {
  .UIE012 .combination-item-content,
  .UIE015 .combination-item-content {
    margin-top: 10px;
    padding: 0px 5px 5px 5px;
  }
}

.UIE012 .img-container,
.UIE015 .img-container {
  position: relative;
  height: 230px;
  overflow: hidden;
}

@media only screen and (max-width: 30.000em) {
  .UIE012 .img-container,
  .UIE015 .img-container {
    height: 180px;
  }
}

.UIE012 .img-container img,
.UIE015 .img-container img {
  position: absolute;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  text-align: center;
}

.UIE012 .img-container h2,
.UIE015 .img-container h2 {
  position: absolute;
  bottom: 0;
  color: white;
  font-size: 17px;
  text-transform: capitalize;
  padding: 7px 20px;
  border-top-right-radius: 10px;
  margin: 0;
  font-weight: normal;
}

.UIE016 .rating.large .star {
  width: 22px;
  height: 23px;
}

.UIE016 .rating.large .star i {
  font-size: 27px;
  font-size: 2.7rem;
}

.UIE015 .title-row {
  margin-top: 90px;
  margin-bottom: 20px;
}

.UIE015 .combination-item-content {
  margin-top: 15px;
}

.UIE015 .combination-item-content h6 {
  text-transform: capitalize;
}

.UIE015 .star-container {
  margin-left: 0px;
  margin-bottom: 15px;
  margin-top: 5px;
}

.UIE015 .rating.large .star {
  width: 22px;
  height: 23px;
}

.UIE015 .rating.large .star i {
  font-size: 27px;
  font-size: 2.7rem;
}

.UIE015 .owl-theme .owl-dots .owl-dot span {
  background: rgba(29, 105, 131, 0.75);
}

.UIE015 .owl-theme .owl-dots .owl-dot.active span,
.UIE015 .owl-theme .owl-dots .owl-dot:hover span {
  background: rgba(226, 176, 16, 0.75);
  background: rgba(226, 176, 16, 0.75);
}

.UIE015 .owl-nav.disabled {
  display: none;
}

.UIE015 .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.UIE015 .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.UIE015 .owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 2px;
  margin: 5px 3px;
  display: block;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.UIE012 {
  margin-bottom: 20px;
}

.UIE012 .combination-item {
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  height: 100%;
}

.UIE012 .combination-item-content {
  display: flex;
  flex-direction: column;
  height: calc(100% - 270px);
}

.UIE012 .combination-item-content .rating-view-btn {
  margin-top: auto;
}

.UIE012:hover .combination-item {
  -webkit-box-shadow: 3px 5px 20px 0px rgba(0, 0, 0, 0.45);
  -moz-box-shadow: 3px 5px 20px 0px rgba(0, 0, 0, 0.45);
  box-shadow: 3px 5px 20px 0px rgba(0, 0, 0, 0.45);
}

@media only screen and (max-width: 30.000em) {
  .UIE012 {
    margin-bottom: 0px;
  }
}

#cboxCurrent {
  font-size: 80%;
}

.UI065 {
  margin-top: 60px;
}

@media only screen and (max-width: 62.000em) {
  .UI065 {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .UI065 {
    margin-top: 0;
  }
}

.UIE011,
.UIE013,
.UI065 {
  padding-top: 30px;
  padding-bottom: 20px;
  background: white;
}

.UIE011 h1,
.UIE013 h1,
.UI065 h1 {
  margin: 0;
}

.UIE011 h1.combination-overview-header,
.UIE013 h1.combination-overview-header,
.UI065 h1.combination-overview-header {
  font-size: 34px;
  font-size: 3.4rem;
  position: relative;
  text-transform: none;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .UIE011 h1.combination-overview-header,
  .UIE013 h1.combination-overview-header,
  .UI065 h1.combination-overview-header {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 10px;
  }
}

.UIE011 h1.combination-overview-header .combination-overview-header-guarantee-logo,
.UIE013 h1.combination-overview-header .combination-overview-header-guarantee-logo,
.UI065 h1.combination-overview-header .combination-overview-header-guarantee-logo {
  content: "";
  width: 43px;
  height: 43px;
  position: absolute;
  margin-left: 10px;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  .UIE011 h1.combination-overview-header .combination-overview-header-guarantee-logo,
  .UIE013 h1.combination-overview-header .combination-overview-header-guarantee-logo,
  .UI065 h1.combination-overview-header .combination-overview-header-guarantee-logo {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: relative;
    top: 6px;
    margin-left: 0;
  }
}

.UIE011 .item-gallery,
.UIE013 .item-gallery,
.UI065 .item-gallery {
  margin-top: 50px;
}

.UIE011 .item-gallery .item-gallery__Wrapper,
.UIE013 .item-gallery .item-gallery__Wrapper,
.UI065 .item-gallery .item-gallery__Wrapper {
  padding: 0;
}

@media only screen and (max-width: 62.000em) {
  .UIE011 .item-gallery,
  .UIE013 .item-gallery,
  .UI065 .item-gallery {
    margin-top: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .UIE011 .item-gallery,
  .UIE013 .item-gallery,
  .UI065 .item-gallery {
    margin-top: 20px;
  }
}

.UIE011 .item-gallery__Wrapper:hover .fa-search-plus,
.UIE013 .item-gallery__Wrapper:hover .fa-search-plus,
.UI065 .item-gallery__Wrapper:hover .fa-search-plus {
  color: #655c4b;
}

.UIE011 .item-gallery .owl-wrapper,
.UIE013 .item-gallery .owl-wrapper,
.UI065 .item-gallery .owl-wrapper {
  display: table !important;
}

.UIE011 .item-gallery .owl-stage,
.UIE013 .item-gallery .owl-stage,
.UI065 .item-gallery .owl-stage {
  display: table;
  table-layout: fixed;
}

.UIE011 .item-gallery .owl-item,
.UIE013 .item-gallery .owl-item,
.UI065 .item-gallery .owl-item {
  float: none;
  display: table-cell;
  vertical-align: middle;
}

.UIE011 .item-gallery .owl-item:hover,
.UIE013 .item-gallery .owl-item:hover,
.UI065 .item-gallery .owl-item:hover {
  cursor: pointer;
}

.UIE011 .item-gallery .item img,
.UIE013 .item-gallery .item img,
.UI065 .item-gallery .item img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

@media only screen and (max-width: 62.000em) {
  .UIE011 .item-gallery .item img,
  .UIE013 .item-gallery .item img,
  .UI065 .item-gallery .item img {
    max-height: 380px;
  }
}

@media only screen and (max-width: 767px) {
  .UIE011 .item-gallery .item img,
  .UIE013 .item-gallery .item img,
  .UI065 .item-gallery .item img {
    max-height: 300px;
  }
}

.UIE011 .item-gallery .owl-nav.disabled,
.UIE013 .item-gallery .owl-nav.disabled,
.UI065 .item-gallery .owl-nav.disabled {
  display: none;
}

.UIE011 .item-gallery .owl-prev,
.UIE013 .item-gallery .owl-prev,
.UI065 .item-gallery .owl-prev {
  float: left;
}

.UIE011 .item-gallery .owl-next,
.UIE013 .item-gallery .owl-next,
.UI065 .item-gallery .owl-next {
  float: right;
}

.UIE011 .item-gallery .btn-play-container,
.UIE013 .item-gallery .btn-play-container,
.UI065 .item-gallery .btn-play-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

.UIE011 .item-gallery .btn-play-container .btn-play,
.UIE013 .item-gallery .btn-play-container .btn-play,
.UI065 .item-gallery .btn-play-container .btn-play {
  width: 60px;
  height: 60px;
  position: absolute;
  opacity: 1;
  left: 50%;
  top: 50%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url("../../../img/icons/PlayButton-small.png");
  cursor: pointer;
  pointer-events: none;
  z-index: 1;
}

.UIE011 .owl-nav,
.UIE013 .owl-nav,
.UI065 .owl-nav {
  height: 0px;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
}

.UIE011 .owl-nav [class*=owl-],
.UIE013 .owl-nav [class*=owl-],
.UI065 .owl-nav [class*=owl-] {
  display: table;
  margin: 0;
  background: rgba(255, 255, 255, 0.9) !important;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 0;
}

.UIE011 .owl-nav [class*=owl-] .fa,
.UIE013 .owl-nav [class*=owl-] .fa,
.UI065 .owl-nav [class*=owl-] .fa {
  display: table-cell;
  padding-top: 4px;
  vertical-align: middle;
  opacity: 1;
  color: #e2b010;
  font-size: 30px;
  font-size: 3rem;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

@media only screen and (max-width: 30.000em) {
  .UIE011 .owl-nav [class*=owl-] .fa,
  .UIE013 .owl-nav [class*=owl-] .fa,
  .UI065 .owl-nav [class*=owl-] .fa {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.UIE011 .owl-nav [class*=owl-]:hover,
.UIE013 .owl-nav [class*=owl-]:hover,
.UI065 .owl-nav [class*=owl-]:hover {
  background: none;
}

.UIE011 .owl-nav [class*=owl-]:hover .fa,
.UIE013 .owl-nav [class*=owl-]:hover .fa,
.UI065 .owl-nav [class*=owl-]:hover .fa {
  color: #655c4b;
}

.UIE011 .owl-nav [class*=owl-].disabled,
.UIE013 .owl-nav [class*=owl-].disabled,
.UI065 .owl-nav [class*=owl-].disabled {
  opacity: 0.3;
}

.UIE011 .owl-nav [class*=owl-].disabled .fa,
.UIE013 .owl-nav [class*=owl-].disabled .fa,
.UI065 .owl-nav [class*=owl-].disabled .fa {
  color: #655c4b;
}

.UIE011 .item-gallery__dots,
.UIE013 .item-gallery__dots,
.UI065 .item-gallery__dots {
  margin-top: 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .UIE011 .item-gallery__dots,
  .UIE013 .item-gallery__dots,
  .UI065 .item-gallery__dots {
    margin-top: 20px;
  }
}

.UIE011 .item-gallery__dots .owl-dot,
.UIE013 .item-gallery__dots .owl-dot,
.UI065 .item-gallery__dots .owl-dot {
  position: relative;
  width: 16.666%;
  margin-bottom: 12px;
  opacity: 0.8;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  text-align: center;
}

@media only screen and (max-width: 1559px) {
  .UIE011 .item-gallery__dots .owl-dot,
  .UIE013 .item-gallery__dots .owl-dot,
  .UI065 .item-gallery__dots .owl-dot {
    width: 20%;
  }
}

@media only screen and (max-width: 80.000em) {
  .UIE011 .item-gallery__dots .owl-dot,
  .UIE013 .item-gallery__dots .owl-dot,
  .UI065 .item-gallery__dots .owl-dot {
    width: 25%;
  }
}

@media only screen and (max-width: 62.000em) {
  .UIE011 .item-gallery__dots .owl-dot,
  .UIE013 .item-gallery__dots .owl-dot,
  .UI065 .item-gallery__dots .owl-dot {
    width: 16.666%;
  }
}

@media only screen and (max-width: 767px) {
  .UIE011 .item-gallery__dots .owl-dot,
  .UIE013 .item-gallery__dots .owl-dot,
  .UI065 .item-gallery__dots .owl-dot {
    width: 20%;
  }
}

@media only screen and (max-width: 30.000em) {
  .UIE011 .item-gallery__dots .owl-dot,
  .UIE013 .item-gallery__dots .owl-dot,
  .UI065 .item-gallery__dots .owl-dot {
    width: 25%;
  }
}

.UIE011 .item-gallery__dots .owl-dot:hover,
.UIE013 .item-gallery__dots .owl-dot:hover,
.UI065 .item-gallery__dots .owl-dot:hover {
  cursor: pointer;
  opacity: 1;
}

.UIE011 .item-gallery__dots .owl-dot img,
.UIE013 .item-gallery__dots .owl-dot img,
.UI065 .item-gallery__dots .owl-dot img {
  width: auto;
  max-width: 90%;
}

.UIE011 .item-gallery__dots .owl-dot .btn-play,
.UIE013 .item-gallery__dots .owl-dot .btn-play,
.UI065 .item-gallery__dots .owl-dot .btn-play {
  background-size: 30px;
  width: 30px;
  height: 30px;
}

.UIE011 .item-gallery__dots .owl-dot.active,
.UIE013 .item-gallery__dots .owl-dot.active,
.UI065 .item-gallery__dots .owl-dot.active {
  opacity: 1;
}

.UIE011 .fa-search-plus,
.UIE013 .fa-search-plus,
.UI065 .fa-search-plus {
  padding: 6px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
  color: #e2b010;
  background: white;
  border: none;
  outline: none;
  font-size: 24px;
  font-size: 2.4rem;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

@media only screen and (max-width: 30.000em) {
  .UIE011 .fa-search-plus,
  .UIE013 .fa-search-plus,
  .UI065 .fa-search-plus {
    font-size: 20px;
    font-size: 2rem;
  }
}

.UIE011 .item-content,
.UIE013 .item-content,
.UI065 .item-content {
  padding-left: 20px;
  padding-top: 40px;
}

@media only screen and (max-width: 767px) {
  .UIE011 .item-content,
  .UIE013 .item-content,
  .UI065 .item-content {
    padding-left: 10px;
    padding-top: 20px;
  }
}

.UIE011 .item-content h2.productTop,
.UIE013 .item-content h2.productTop,
.UI065 .item-content h2.productTop {
  color: #186684;
  font-size: 40px;
  font-size: 4rem;
  text-transform: none;
}

@media only screen and (max-width: 767px) {
  .UIE011 .item-content h2.productTop,
  .UIE013 .item-content h2.productTop,
  .UI065 .item-content h2.productTop {
    font-size: 30px;
    font-size: 3rem;
  }
}

.UIE011 .item-content #view-products,
.UIE013 .item-content #view-products,
.UI065 .item-content #view-products {
  margin-right: 15px;
}

@media only screen and (max-width: 80.000em) {
  .UIE011 .item-content > a,
  .UIE013 .item-content > a,
  .UI065 .item-content > a {
    padding: 20px 20px;
  }
}

@media only screen and (max-width: 30.000em) {
  .UIE011 .item-content > a,
  .UIE013 .item-content > a,
  .UI065 .item-content > a {
    padding: 10px 13px;
  }
}

.UIE011 .item-content .item-title,
.UIE013 .item-content .item-title,
.UI065 .item-content .item-title {
  font-size: 40px;
  font-size: 4rem;
  color: #186684;
  font-family: "fruiteger-BoldCn";
}

@media only screen and (max-width: 767px) {
  .UIE011 .item-content .item-title,
  .UIE013 .item-content .item-title,
  .UI065 .item-content .item-title {
    font-size: 30px;
    font-size: 3rem;
  }
}

.UIE011 .item-content ul.item-content-list,
.UIE013 .item-content ul.item-content-list,
.UI065 .item-content ul.item-content-list {
  margin-left: 10px;
  margin-bottom: 40px;
}

.UIE011 .item-content ul.item-content-list li,
.UIE013 .item-content ul.item-content-list li,
.UI065 .item-content ul.item-content-list li {
  margin: 25px 0px;
}

.UIE011 .item-content .overview-links-wrapper,
.UIE013 .item-content .overview-links-wrapper,
.UI065 .item-content .overview-links-wrapper {
  display: flex;
  row-gap: 16px;
}

@media only screen and (max-width: 80.000em) {
  .UIE011 .item-content .overview-links-wrapper,
  .UIE013 .item-content .overview-links-wrapper,
  .UI065 .item-content .overview-links-wrapper {
    flex-direction: column;
  }
}

.UIE011 .item-content .overview-links-wrapper > a,
.UIE013 .item-content .overview-links-wrapper > a,
.UI065 .item-content .overview-links-wrapper > a {
  flex-basis: 50%;
}

.UIE011 .item-content .overview-link-block,
.UIE013 .item-content .overview-link-block,
.UI065 .item-content .overview-link-block {
  height: 80px;
  border-top: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0px auto;
  cursor: pointer;
}

.UIE011 .item-content .overview-link-block .overview-link-image,
.UIE013 .item-content .overview-link-block .overview-link-image,
.UI065 .item-content .overview-link-block .overview-link-image {
  margin: 0 15px 0 10px;
  float: left;
  width: 64px;
  height: 61px;
  margin-top: 9.5px;
  background-color: #186684;
  display: flex;
  align-items: center;
}

.UIE011 .item-content .overview-link-block .overview-link-image img,
.UIE013 .item-content .overview-link-block .overview-link-image img,
.UI065 .item-content .overview-link-block .overview-link-image img {
  margin: 0 auto;
}

.UIE011 .item-content .overview-link-block .overview-link-info,
.UIE013 .item-content .overview-link-block .overview-link-info,
.UI065 .item-content .overview-link-block .overview-link-info {
  vertical-align: middle;
  display: table-cell;
  height: 80px;
}

.UIE011 .item-content .overview-link-block .overview-link-info .overview-link-title,
.UIE013 .item-content .overview-link-block .overview-link-info .overview-link-title,
.UI065 .item-content .overview-link-block .overview-link-info .overview-link-title {
  font-size: 17px;
  font-size: 1.7rem;
  color: #273270;
  font-family: "fruiteger-BoldCn";
  display: block;
}

@media only screen and (max-width: 767px) {
  .UIE011 .item-content .overview-link-block .overview-link-info .overview-link-title,
  .UIE013 .item-content .overview-link-block .overview-link-info .overview-link-title,
  .UI065 .item-content .overview-link-block .overview-link-info .overview-link-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.UIE011 .item-content .overview-link-block .overview-link-info .overview-link-description,
.UIE013 .item-content .overview-link-block .overview-link-info .overview-link-description,
.UI065 .item-content .overview-link-block .overview-link-info .overview-link-description {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  line-height: 1.4;
  color: #435159;
}

.UIE011 .item-content .builder-link .overview-link-image,
.UIE013 .item-content .builder-link .overview-link-image,
.UI065 .item-content .builder-link .overview-link-image {
  background-color: #6d2521 !important;
}

.UIE011 .item-content .instructions-message,
.UIE013 .item-content .instructions-message,
.UI065 .item-content .instructions-message {
  margin-bottom: 40px;
  font-family: fruiteger-BoldCn;
  text-transform: uppercase;
}

.UIE011 .item-content .inc-vat,
.UIE013 .item-content .inc-vat,
.UI065 .item-content .inc-vat {
  margin-top: -25px;
  margin-bottom: 27px;
}

@media only screen and (max-width: 767px) {
  .UIE011 .item-content .inc-vat,
  .UIE013 .item-content .inc-vat,
  .UI065 .item-content .inc-vat {
    margin-top: -10px;
  }
}

.UIE011 .item-content #excVatValue,
.UIE011 .item-content #wasExcVatValue,
.UIE013 .item-content #excVatValue,
.UIE013 .item-content #wasExcVatValue,
.UI065 .item-content #excVatValue,
.UI065 .item-content #wasExcVatValue {
  font-size: inherit;
  font-size: 130%;
  color: #8c8b90;
  font-family: "fruiteger-BoldCn";
}

.UIE011 .item-content .price,
.UIE013 .item-content .price,
.UI065 .item-content .price {
  -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  margin: 0px;
  opacity: 0;
}

.UIE011 .item-content .wasContainer,
.UIE011 .item-content .nowContainer,
.UIE013 .item-content .wasContainer,
.UIE013 .item-content .nowContainer,
.UI065 .item-content .wasContainer,
.UI065 .item-content .nowContainer {
  display: inline-block;
  width: 180px;
}

.UIE011 .item-content .wasContainer .nowText,
.UIE011 .item-content .wasContainer .wasText,
.UIE011 .item-content .nowContainer .nowText,
.UIE011 .item-content .nowContainer .wasText,
.UIE013 .item-content .wasContainer .nowText,
.UIE013 .item-content .wasContainer .wasText,
.UIE013 .item-content .nowContainer .nowText,
.UIE013 .item-content .nowContainer .wasText,
.UI065 .item-content .wasContainer .nowText,
.UI065 .item-content .wasContainer .wasText,
.UI065 .item-content .nowContainer .nowText,
.UI065 .item-content .nowContainer .wasText {
  font-size: 90%;
}

.UIE011 .item-content .wasContainer #wasExcVatValue,
.UIE011 .item-content .wasContainer #wasIncVatValue,
.UIE013 .item-content .wasContainer #wasExcVatValue,
.UIE013 .item-content .wasContainer #wasIncVatValue,
.UI065 .item-content .wasContainer #wasExcVatValue,
.UI065 .item-content .wasContainer #wasIncVatValue {
  text-decoration: line-through;
}

.UIE011 .item-content .wasContainer .exc-vat,
.UIE013 .item-content .wasContainer .exc-vat,
.UI065 .item-content .wasContainer .exc-vat {
  margin-top: -25px;
}

@media only screen and (max-width: 767px) {
  .UIE011 .item-content .wasContainer .exc-vat,
  .UIE013 .item-content .wasContainer .exc-vat,
  .UI065 .item-content .wasContainer .exc-vat {
    margin-top: 0px;
  }
}

.UIE011 .item-content .exc-vat.enabledGroups,
.UIE013 .item-content .exc-vat.enabledGroups,
.UI065 .item-content .exc-vat.enabledGroups {
  margin-top: -25px;
}

@media only screen and (max-width: 767px) {
  .UIE011 .item-content .exc-vat.enabledGroups,
  .UIE013 .item-content .exc-vat.enabledGroups,
  .UI065 .item-content .exc-vat.enabledGroups {
    margin-top: 0px;
  }
}

.UIE011 .item-content .exc-vat.enabledGroups #excVatValue,
.UIE013 .item-content .exc-vat.enabledGroups #excVatValue,
.UI065 .item-content .exc-vat.enabledGroups #excVatValue {
  color: #e2b010;
}

.UIE011 .item-content #excVatValue,
.UIE013 .item-content #excVatValue,
.UI065 .item-content #excVatValue {
  color: black;
}

.UIE011 .item-content .item-inputs form,
.UIE013 .item-content .item-inputs form,
.UI065 .item-content .item-inputs form {
  display: block;
  float: left;
  margin-top: 27px;
}

.UIE011 .item-content .item-inputs > div,
.UIE013 .item-content .item-inputs > div,
.UI065 .item-content .item-inputs > div {
  display: block;
  float: left;
  margin-right: 10px;
}

.UIE011 .item-content .item-inputs .item-label,
.UIE013 .item-content .item-inputs .item-label,
.UI065 .item-content .item-inputs .item-label {
  display: block;
  font-family: "fruiteger-BoldCn";
  text-transform: uppercase;
  color: #6b8096;
}

@media only screen and (max-width: 767px) {
  .UIE011 .item-content .item-inputs .item-label,
  .UIE013 .item-content .item-inputs .item-label,
  .UI065 .item-content .item-inputs .item-label {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.UIE011 .item-content .item-inputs .amount input,
.UIE013 .item-content .item-inputs .amount input,
.UI065 .item-content .item-inputs .amount input {
  padding: 0;
  height: 62px;
  width: 100px;
  text-indent: 10px;
  color: #000;
  border: 1px solid #ddd;
}

@media only screen and (max-width: 80.000em) {
  .UIE011 .item-content .item-inputs .amount input,
  .UIE013 .item-content .item-inputs .amount input,
  .UI065 .item-content .item-inputs .amount input {
    width: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .UIE011 .item-content .item-inputs .amount input,
  .UIE013 .item-content .item-inputs .amount input,
  .UI065 .item-content .item-inputs .amount input {
    height: 40px;
    width: 42px;
  }
}

.UIE011 .item-content .item-inputs .variations,
.UIE013 .item-content .item-inputs .variations,
.UI065 .item-content .item-inputs .variations {
  width: 340px;
}

@media only screen and (max-width: 80.000em) {
  .UIE011 .item-content .item-inputs .variations,
  .UIE013 .item-content .item-inputs .variations,
  .UI065 .item-content .item-inputs .variations {
    width: 250px;
  }
}

@media only screen and (max-width: 62.000em) {
  .UIE011 .item-content .item-inputs .variations,
  .UIE013 .item-content .item-inputs .variations,
  .UI065 .item-content .item-inputs .variations {
    width: 240px;
  }
}

@media only screen and (max-width: 767px) {
  .UIE011 .item-content .item-inputs .variations,
  .UIE013 .item-content .item-inputs .variations,
  .UI065 .item-content .item-inputs .variations {
    width: 190px;
  }
}

.UIE011 .item-content .item-inputs a,
.UIE013 .item-content .item-inputs a,
.UI065 .item-content .item-inputs a {
  margin-top: 25px;
  float: left;
}

.UIE011 .item-content .item-inputs a#addToBasket:focus,
.UIE013 .item-content .item-inputs a#addToBasket:focus,
.UI065 .item-content .item-inputs a#addToBasket:focus {
  background: #283270;
  color: white;
  border: 1px solid #283270;
}

@media only screen and (max-width: 767px) {
  .UIE011 .item-content .item-inputs a,
  .UIE013 .item-content .item-inputs a,
  .UI065 .item-content .item-inputs a {
    margin-top: 17px;
  }
}

@media only screen and (max-width: 767px) {
  .UIE011 .item-content .item-inputs a.btn,
  .UIE013 .item-content .item-inputs a.btn,
  .UI065 .item-content .item-inputs a.btn {
    margin-top: 5px;
  }
}

@media only screen and (max-width: 30.000em) {
  .UIE011 .item-content .item-inputs a.btn,
  .UIE013 .item-content .item-inputs a.btn,
  .UI065 .item-content .item-inputs a.btn {
    margin-top: 19px;
  }
}

.UIE011 .item-content .item-inputs .calc-btn,
.UIE013 .item-content .item-inputs .calc-btn,
.UI065 .item-content .item-inputs .calc-btn {
  width: 45px;
  height: 64px;
  background: url("../img/icons/calc_icon.png") no-repeat center center;
  display: block;
  float: left;
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .UIE011 .item-content .item-inputs .calc-btn,
  .UIE013 .item-content .item-inputs .calc-btn,
  .UI065 .item-content .item-inputs .calc-btn {
    width: 30px;
    height: 40px;
    background-size: 100% 100%;
  }
}

.UIE011 .item-content .product-selector,
.UIE013 .item-content .product-selector,
.UI065 .item-content .product-selector {
  margin-top: 25px;
}

@media only screen and (max-width: 30.000em) {
  .UIE011 .item-content .product-selector,
  .UIE013 .item-content .product-selector,
  .UI065 .item-content .product-selector {
    margin-left: 10px;
  }
}

.UIE011 .item-content .product-selector .height-selector-header,
.UIE013 .item-content .product-selector .height-selector-header,
.UI065 .item-content .product-selector .height-selector-header {
  font-family: "fruiteger-BoldCn";
  color: #273270;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.UIE011 .item-content .product-selector .height-selector-header span,
.UIE013 .item-content .product-selector .height-selector-header span,
.UI065 .item-content .product-selector .height-selector-header span {
  font-family: "fruiteger-lightCn";
  font-weight: 600;
}

.UIE011 .item-content .product-selector .height-selector,
.UIE013 .item-content .product-selector .height-selector,
.UI065 .item-content .product-selector .height-selector {
  display: inline-block;
  position: relative;
  border: 1px solid #d8d8dd;
  padding: 12px 16px;
  margin-bottom: 10px;
  cursor: pointer;
  margin-right: 5px;
  color: #273270;
  font-family: "fruiteger-BoldCn";
  font-size: 15px;
  letter-spacing: 0.2px;
}

.UIE011 .item-content .product-selector .height-selector.selected,
.UIE013 .item-content .product-selector .height-selector.selected,
.UI065 .item-content .product-selector .height-selector.selected {
  background-color: #273270;
  color: #fff;
  border-color: #273270;
}

.UIE011 .item-content .product-selector .height-selector.selected:after,
.UIE013 .item-content .product-selector .height-selector.selected:after,
.UI065 .item-content .product-selector .height-selector.selected:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 16px 16px 0;
  border-color: transparent #fff transparent transparent;
}

.UIE011 .item-content .product-selector .height-selector.selected:before,
.UIE013 .item-content .product-selector .height-selector.selected:before,
.UI065 .item-content .product-selector .height-selector.selected:before {
  content: "";
  position: absolute;
  top: 3px;
  right: 2px;
  z-index: 1;
  width: 6px;
  height: 3px;
  border-bottom: 1px solid #273270;
  border-left: 1px solid #273270;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.UIE011 .item-content .product-selector .calc-btn,
.UIE013 .item-content .product-selector .calc-btn,
.UI065 .item-content .product-selector .calc-btn {
  width: 45px;
  height: 45px;
  background: url("../img/icons/calc_icon.png") no-repeat center center;
  background-size: 70%;
  vertical-align: middle;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .UIE011 .item-content .product-selector .calc-btn,
  .UIE013 .item-content .product-selector .calc-btn,
  .UI065 .item-content .product-selector .calc-btn {
    width: 30px;
    height: 40px;
    background-size: 100% 100%;
  }
}

.UIE011 .item-content .product-selector .product-selector-row,
.UIE013 .item-content .product-selector .product-selector-row,
.UI065 .item-content .product-selector .product-selector-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1280px) {
  .UIE011 .item-content .product-selector .product-selector-row,
  .UIE013 .item-content .product-selector .product-selector-row,
  .UI065 .item-content .product-selector .product-selector-row {
    flex-wrap: wrap;
    row-gap: 10px;
  }
}

.UIE011 .item-content .product-selector .price-block,
.UIE013 .item-content .product-selector .price-block,
.UI065 .item-content .product-selector .price-block {
  margin-top: 5px;
}

.UIE011 .item-content .product-selector .price-block.open,
.UIE013 .item-content .product-selector .price-block.open,
.UI065 .item-content .product-selector .price-block.open {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .UIE011 .item-content .product-selector .price-block #excVatValue,
  .UIE013 .item-content .product-selector .price-block #excVatValue,
  .UI065 .item-content .product-selector .price-block #excVatValue {
    font-size: 24px;
  }
}

@media only screen and (max-width: 30.000em) {
  .UIE011 .item-content .product-selector .price-block #excVatValue,
  .UIE013 .item-content .product-selector .price-block #excVatValue,
  .UI065 .item-content .product-selector .price-block #excVatValue {
    font-size: 16px;
  }
}

.UIE011 .item-content .product-selector .quantity-selector,
.UIE013 .item-content .product-selector .quantity-selector,
.UI065 .item-content .product-selector .quantity-selector {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: 20px;
}

@media only screen and (max-width: 1600px) {
  .UIE011 .item-content .product-selector .quantity-selector,
  .UIE013 .item-content .product-selector .quantity-selector,
  .UI065 .item-content .product-selector .quantity-selector {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .UIE011 .item-content .product-selector .quantity-selector,
  .UIE013 .item-content .product-selector .quantity-selector,
  .UI065 .item-content .product-selector .quantity-selector {
    margin-right: 0;
  }
}

.UIE011 .item-content .product-selector .quantity-selector input,
.UIE013 .item-content .product-selector .quantity-selector input,
.UI065 .item-content .product-selector .quantity-selector input {
  padding: 0;
  height: 35px;
  width: 70px;
  text-align: center;
  color: #273270;
  border: 1px solid #d8d8dd;
  margin: 0 7px;
}

@media only screen and (max-width: 767px) {
  .UIE011 .item-content .product-selector .quantity-selector input,
  .UIE013 .item-content .product-selector .quantity-selector input,
  .UI065 .item-content .product-selector .quantity-selector input {
    width: 60px;
    margin-right: 10px;
    margin: 0 4px;
  }
}

@media only screen and (max-width: 30.000em) {
  .UIE011 .item-content .product-selector .quantity-selector input,
  .UIE013 .item-content .product-selector .quantity-selector input,
  .UI065 .item-content .product-selector .quantity-selector input {
    width: 50px;
    font-size: 14px;
  }
}

.UIE011 .item-content .product-selector .quantity-selector .control,
.UIE013 .item-content .product-selector .quantity-selector .control,
.UI065 .item-content .product-selector .quantity-selector .control {
  display: inline-block;
  border-radius: 50%;
  padding: 8px;
  width: 30px;
  height: 30px;
  background-color: #273270;
  background-position: center;
  background-size: 50% 2px, 2px 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}

@media only screen and (max-width: 30.000em) {
  .UIE011 .item-content .product-selector .quantity-selector .control,
  .UIE013 .item-content .product-selector .quantity-selector .control,
  .UI065 .item-content .product-selector .quantity-selector .control {
    width: 25px;
    height: 25px;
  }
}

.UIE011 .item-content .product-selector .quantity-selector .control.plus,
.UIE013 .item-content .product-selector .quantity-selector .control.plus,
.UI065 .item-content .product-selector .quantity-selector .control.plus {
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
}

.UIE011 .item-content .product-selector .quantity-selector .control.minus,
.UIE013 .item-content .product-selector .quantity-selector .control.minus,
.UI065 .item-content .product-selector .quantity-selector .control.minus {
  background-image: linear-gradient(#fff, #fff);
}

.UIE011 .item-content .product-selector #addToBasket,
.UIE013 .item-content .product-selector #addToBasket,
.UI065 .item-content .product-selector #addToBasket {
  background: #e2b010;
  color: #273270;
  border-color: #e2b010;
  min-width: 240px;
  padding: 14px 22px;
}

@media only screen and (max-width: 1559px) {
  .UIE011 .item-content .product-selector #addToBasket,
  .UIE013 .item-content .product-selector #addToBasket,
  .UI065 .item-content .product-selector #addToBasket {
    min-width: 220px;
  }
}

@media only screen and (max-width: 767px) {
  .UIE011 .item-content .product-selector #addToBasket,
  .UIE013 .item-content .product-selector #addToBasket,
  .UI065 .item-content .product-selector #addToBasket {
    min-width: 200px;
  }
}

@media only screen and (max-width: 600px) {
  .UIE011 .item-content .product-selector #addToBasket,
  .UIE013 .item-content .product-selector #addToBasket,
  .UI065 .item-content .product-selector #addToBasket {
    min-width: 180px;
  }
}

@media only screen and (max-width: 30.000em) {
  .UIE011 .item-content .product-selector #addToBasket,
  .UIE013 .item-content .product-selector #addToBasket,
  .UI065 .item-content .product-selector #addToBasket {
    min-width: 120px;
    padding: 10px 5px;
  }
}

.UIE011 .delivery-info,
.UIE013 .delivery-info,
.UI065 .delivery-info {
  background-color: #f7f7f8;
  border-left: 2px solid #186684;
  padding: 23px;
  padding-top: 5px;
  margin-top: 30px;
}

.UIE011 .delivery-info .delivery-title,
.UIE013 .delivery-info .delivery-title,
.UI065 .delivery-info .delivery-title {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 24px;
  font-size: 2.4rem;
}

.UIE011 .delivery-info .delivery-period,
.UIE013 .delivery-info .delivery-period,
.UI065 .delivery-info .delivery-period {
  color: #0a0f2f;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

.UIE011 .delivery-info .delivery-description,
.UIE013 .delivery-info .delivery-description,
.UI065 .delivery-info .delivery-description {
  color: #435159;
  font-size: 16px;
  font-size: 1.6rem;
}

.UIE011 .delivery-info .delivery-description p,
.UIE013 .delivery-info .delivery-description p,
.UI065 .delivery-info .delivery-description p {
  margin: 5px 0;
  font-size: 16px;
  font-size: 1.6rem;
}

.UIE011 .delivery-info .delivery-anchor,
.UIE013 .delivery-info .delivery-anchor,
.UI065 .delivery-info .delivery-anchor {
  color: black;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  line-height: 16px;
}

.UIE011 .delivery-info .delivery-anchor .btn-mini-play,
.UIE013 .delivery-info .delivery-anchor .btn-mini-play,
.UI065 .delivery-info .delivery-anchor .btn-mini-play {
  height: 35px;
  width: 35px;
  background: url("../../../img/icons/PlayButton-yellow-small.png");
  cursor: pointer;
  margin-right: 10px;
  background-size: cover;
}

.UIE011 .delivery-info .delivery-anchor .link-to-jd-text,
.UIE013 .delivery-info .delivery-anchor .link-to-jd-text,
.UI065 .delivery-info .delivery-anchor .link-to-jd-text {
  font-size: 16px;
  font-size: 1.6rem;
  color: #0a0f2f;
  font-family: "fruiteger-boldCn";
  font-weight: bold;
}

.UIE013,
.UI065 {
  padding-bottom: 110px;
}

.UIE013-productData .tabset ul li,
.UI065-productData .tabset ul li {
  background: #d8d8dd;
}

.UIE013-productData .tabset ul li a,
.UI065-productData .tabset ul li a {
  color: #283270;
}

.UIE013-productData .tabset ul li.active,
.UI065-productData .tabset ul li.active {
  background: #efeff1;
}

.UIE013-productData hr,
.UI065-productData hr {
  margin-top: 60px;
  margin-bottom: 0;
}

@media only screen and (max-width: 62.000em) {
  .UIE013-productData hr,
  .UI065-productData hr {
    margin-top: 30px;
  }
}

.UIE013-productData .drag-icon.blink,
.UI065-productData .drag-icon.blink {
  display: none;
}

@media only screen and (max-width: 767px) {
  .UIE013-productData .table-wrapper,
  .UI065-productData .table-wrapper {
    overflow-y: auto;
  }

  .UIE013-productData .table-wrapper .drag-icon,
  .UI065-productData .table-wrapper .drag-icon {
    opacity: 0.5;
  }

@-webkit-keyframes blinker {
    from {
      opacity: 0.5;
    }

    to {
      opacity: 0;
    }
}

@keyframes blinker {
    from {
      opacity: 0.5;
    }

    to {
      opacity: 0;
    }
}

  .UIE013-productData .blink,
  .UI065-productData .blink {
    -webkit-animation-name: blinker;
    animation-name: blinker;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
  }

  .UIE013-productData .drag-icon.blink,
  .UI065-productData .drag-icon.blink {
    display: block;
  }
}

.UIE013-productData #productInformation iframe,
.UI065-productData #productInformation iframe {
  min-width: 100%;
  height: 720px;
  border: none;
}

.UIE013 h2,
.UI065 h2 {
  text-transform: inherit;
  color: #186684;
}

.UIE013 .item-content .nowContainer,
.UI065 .item-content .nowContainer {
  opacity: 0;
}

.UIE013 .item-content .wasContainer,
.UI065 .item-content .wasContainer {
  display: none;
}

.UIE013 .price-block,
.UI065 .price-block {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  margin-bottom: 0px;
  margin-top: 30px;
}

.UIE013 .price-block.open,
.UI065 .price-block.open {
  max-height: 119px;
  overflow: hidden;
  margin-bottom: 27px;
}

.UIE013 .productDetailList li,
.UI065 .productDetailList li {
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .UIE013 {
    padding-top: 0;
  }
}

.UIE013 .item-gallery {
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  .UIE013 .item-gallery {
    margin-top: 10px;
  }
}

.UIE013 .item-gallery .item {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .UIE013 .item-gallery .item-gallery__dots {
    display: none;
  }
}

.UIE013 .item-content {
  padding-top: 10px;
}

.UIE013 .combination-highlights h2 {
  display: none;
}

.UIE013 .price-block.open {
  max-height: 200px;
}

.UIE013 a#makeenquiry.btn {
  margin-top: 30px;
  margin-bottom: 30px;
}

.UIE013 .owl-item .item .image-desc {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.65);
  text-transform: capitalize;
  color: white;
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 62.000em) {
  .UIE013 .owl-item .item .image-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.UIE013 .owl-item .item .image-desc span,
.UIE013 .owl-item .item .image-desc a,
.UIE013 .owl-item .item .image-desc b {
  display: block;
}

.UIE013 .owl-item .item .image-desc p,
.UIE013 .owl-item .item .image-desc span,
.UIE013 .owl-item .item .image-desc a,
.UIE013 .owl-item .item .image-desc b {
  margin-bottom: 0;
  color: white;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: capitalize;
}

.UIE011 .rating-view-btn {
  margin-left: 0;
  margin-bottom: 15px;
}

.UIE011 .rating-view-btn .rating-part {
  float: left;
  width: 170px;
  margin-right: 10px;
}

@media only screen and (max-width: 767px) {
  .UIE011 .rating-view-btn .rating-part {
    width: 105px;
  }
}

.UIE011 .rating-view-btn .view-btn-part {
  height: 33px;
  line-height: 36px;
  float: left;
}

@media only screen and (max-width: 767px) {
  .UIE011 .rating-view-btn .view-btn-part {
    line-height: 23px;
  }
}

.UIE011 .rating-view-btn .view-btn-part a {
  color: #1d6983;
  font-family: "fruiteger-lightCn";
  text-transform: uppercase;
}

.UIE011 .rating-view-btn .view-btn-part a:hover {
  color: #6b8096;
}

.UIE011 .rating-view-btn .rating {
  margin-bottom: 0;
}

.UIE011 .item-content .item-title {
  color: #283270;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 3rem;
}

@media only screen and (max-width: 767px) {
  .UIE011 .item-content .item-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.UIE011 .item-content .inc-vat {
  margin-bottom: 22px;
}

.UIE011 .item-content .instructions-message {
  margin-bottom: 20px;
}

.UIE011 .item-content .builder-link {
  padding: 0;
}

.UIE011 #sendToFriend .fa-paper-plane-o {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  margin: -5px 3px 0px -5px;
}

@media only screen and (max-width: 767px) {
  .UIE011 #sendToFriend .fa-paper-plane-o {
    font-size: 10px;
    font-size: 1rem;
    margin: -3px 3px 0px -3px;
  }
}

.UIE011 .item-help-content {
  margin: 20px 0;
}

.UIE011 .item-help-content span {
  font-family: "fruiteger-lightCn";
  font-size: 13px;
  font-size: 1.3rem;
  position: relative;
  display: inline-block;
}

.UIE011 .item-help-content .stock-status .fa-info-circle {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  color: #186684;
  position: absolute;
  position: absolute;
  right: -17px;
  top: 0px;
}

.UIE011 .item-help-content .contact-us {
  font-size: 14px;
  font-size: 1.4rem;
  color: #186684;
  font-family: "fruiteger-lightCn";
}

.UIE011 .owl-item .item {
  position: relative;
}

.UIE011 .owl-item .item .image-desc {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.65);
  text-transform: capitalize;
  color: white;
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 62.000em) {
  .UIE011 .owl-item .item .image-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.UIE011 .owl-item .item .image-desc span,
.UIE011 .owl-item .item .image-desc a,
.UIE011 .owl-item .item .image-desc b {
  display: block;
}

.UIE011 .owl-item .item .image-desc p,
.UIE011 .owl-item .item .image-desc span,
.UIE011 .owl-item .item .image-desc a,
.UIE011 .owl-item .item .image-desc b {
  margin-bottom: 0;
  color: white;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: capitalize;
}

.UI065 .owl-nav [class*=owl-] .fa,
.UI065 .fa-search-plus {
  color: #435159;
}

.UI065 .owl-nav [class*=owl-] .fa:hover,
.UI065 .fa-search-plus:hover {
  background: none;
}

.UI065 .owl-nav [class*=owl-] .fa:hover .fa,
.UI065 .fa-search-plus:hover .fa {
  color: #435159;
}

.UI065 .owl-nav [class*=owl-] .fa.disabled,
.UI065 .fa-search-plus.disabled {
  opacity: 0.3;
}

.UI065 .owl-nav [class*=owl-] .fa.disabled .fa,
.UI065 .fa-search-plus.disabled .fa {
  color: #435159;
}

.UI065 {
  margin-top: 0;
}

.UI065 .item-gallery {
  margin-top: 0;
}

.UI065 .item-gallery .owl-item {
  margin: 0;
  border: none;
  padding: 0;
  float: none;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  min-height: 1px;
}

.UI065 .item-gallery .owl-item .item {
  position: relative;
}

.UI065 .item-gallery .owl-item .item .image-desc {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.65);
  text-transform: capitalize;
  color: white;
  width: 100%;
  font-size: 15px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 62.000em) {
  .UI065 .item-gallery .owl-item .item .image-desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.UI065 .item-gallery .owl-item .item .image-desc span,
.UI065 .item-gallery .owl-item .item .image-desc a,
.UI065 .item-gallery .owl-item .item .image-desc b {
  display: block;
}

.UI065 .item-gallery .owl-item .item .image-desc p,
.UI065 .item-gallery .owl-item .item .image-desc span,
.UI065 .item-gallery .owl-item .item .image-desc a,
.UI065 .item-gallery .owl-item .item .image-desc b {
  margin-bottom: 0;
  color: white;
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: capitalize;
}

.UI065 .item-gallery .owl-item:before,
.UI065 .item-gallery .owl-item:after {
  background: none;
}

.UI065 .item-gallery .item-gallery__dots {
  margin-top: 40px;
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  #cboxPrevious,
  #cboxClose,
  #cboxNext {
    padding: 10px;
  }
}

.UIE019Error {
  background: #efeff1;
  text-align: center;
  max-width: 460px;
  margin: 20px auto 10px auto;
  padding: 12px 0 19px 0;
}

.UIE019Error p {
  color: #8c8b90;
}

.UIE019Error__title {
  font-family: "fruiteger-BoldCn";
  font-size: 20px;
  font-size: 2rem;
  color: #6d2521;
}

.UIE019Error__text {
  color: #8c8b90;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
}

@media only screen and (min-width: 62.000em) {
  .UIE019Error {
    margin-bottom: 0;
  }
}

.header-desktop .cart {
  cursor: default;
  cursor: pointer;
  width: 47px;
  height: 47px;
  z-index: 2;
}

.header-desktop.hoverable {
  cursor: pointer;
}

.UIE020 {
  display: block;
  position: absolute;
  width: 460px;
  left: -410px;
  z-index: 11;
  font-family: "fruiteger-BoldCn";
  opacity: 0;
  display: none;
}

.UIE020.empty {
  display: none;
}

.UIE020 .img-container {
  text-align: center;
}

.UIE020 .img-container .image-background {
  background: white;
  min-height: 90px;
  position: relative;
}

.UIE020 .img-container img {
  max-height: 90px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.UIE020 .callout {
  position: relative;
  margin: 18px 0;
  /* easy rounded corners for modern browsers */
  /*-moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;*/
  background: url("../../../img/background-themes/grey-texture.png");
  -webkit-box-shadow: 0px 6px 25px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 6px 25px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 6px 25px -5px rgba(0, 0, 0, 0.75);
}

.UIE020 .callout .notch {
  position: absolute;
  top: -10px;
  right: 10px;
  margin: 0;
  border-top: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #eef4f9;
  padding: 0;
  width: 0;
  height: 0;
  /* ie6 height fix */
  font-size: 0;
  line-height: 0;
  /* ie6 transparent fix */
  _border-right-color: pink;
  _border-left-color: pink;
  _filter: chroma(color=pink);
}

.UIE020 .border-callout {
  border: 1px solid #c5d9e8;
  /*padding: 17px 19px;*/
  padding: 10px 6px;
}

.UIE020 .border-callout .border-notch {
  border-bottom-color: #c5d9e8;
  top: -11px;
}

.UIE020 .basketId {
  text-align: left;
  text-transform: uppercase;
  font-family: "fruiteger-BoldCn";
  font-size: 12px;
  font-size: 1.2rem;
  color: #8c8b90;
  padding: 5px 10px;
}

.UIE020 .basket-menu-buttons {
  text-align: center;
}

.UIE020 .basket-menu-buttons .btn {
  width: 46%;
}

.UIE020 .subtotal {
  text-align: right;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 2.2rem;
  color: #333333;
  padding: 10px 15px 10px 0;
  /*.subtotal-value{ 
      padding-left: 10px;
  }*/
}

.UIE020 .products {
  border-top: 1px solid #ccd6e4;
  border-bottom: 1px solid #ccd6e4;
  max-height: 450px;
  overflow-y: scroll;
  width: calc(100% - 10px);
  margin-left: 5px;
}

@media only screen and (max-height: 731px) {
  .UIE020 .products {
    border-bottom: 0px solid #ccd6e4;
  }
}

.UIE020 .products .product {
  margin: 25px 0 40px;
}

.UIE020 .products .product .product-heading {
  padding-bottom: 30px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  font-family: "fruiteger-BoldCn";
}

.UIE020 .products .product .product-heading a {
  color: #186684;
}

.UIE020 .products .product .product-heading a:hover {
  color: #283270;
}

.UIE020 .products .product .product-details {
  margin: 10px 0 0px;
  overflow: hidden;
  width: 94%;
  position: absolute;
  bottom: 0px;
}

.UIE020 .products .product .product-details div {
  float: left;
  width: 48%;
}

.UIE020 .products .product .product-price {
  text-align: left;
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "fruiteger-BoldCn";
}

.UIE020 .products .product .product-quantity-label {
  font-size: 16px;
  font-size: 1.6rem;
  color: #6b8096;
  line-height: 20px;
  text-align: left;
  white-space: nowrap;
}

.UIE020 .products .product .product-quantity-value {
  color: #273270;
}

@media only screen and (max-height: 731px) {
  .UIE020 .when-fixed {
    background: url("../../../img/background-themes/grey-texture.png");
    position: absolute;
    bottom: 0px;
    left: 4px;
    padding-bottom: 12px;
    width: 451px;
    border-top: 1px solid #ccd6e4;
  }
}

@media only screen and (max-height: 731px) {
  .UIE020 .height-filler {
    margin-bottom: 110px;
  }
}

.UIE003 .validationLabelTC {
  display: none;
  font-size: 80%;
  font-style: italic;
  color: #FF0000;
  margin: 20px 0 0 -60px;
}

.UIE003__payNowBtn.btn {
  background: #e2b010;
  border: 1px solid #e2b010;
  color: #283270;
  -webkit-box-shadow: 0px 5px 4px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 5px 4px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 5px 4px -6px rgba(0, 0, 0, 0.75);
}

.UIE003__payNowBtn.btn:hover {
  background: #e2b010;
  border: 1px solid #e2b010;
  color: #283270;
}

.UIE003.elem-stuck .height-filler {
  margin-bottom: 60px;
}

.UIE003 .will-stick .UIE003Preambule__title {
  padding: 0px;
}

.UIE003 .will-stick.stuck {
  position: fixed;
  width: 100%;
  z-index: 120;
  top: 71px;
}

@media only screen and (max-width: 80.000em) {
  .UIE003 .will-stick.stuck {
    top: 68px;
  }
}

@media only screen and (max-width: 62.000em) {
  .UIE003 .will-stick.stuck {
    top: 42px;
  }
}

.UIE003Preambule--footer {
  padding: 55px 0 105px 0;
}

@media only screen and (min-width: 62.000em) {
  .UIE003Preambule--footer {
    padding: 50px 0 34px 0;
  }
}

.UIE003Preambule a.btn {
  width: 100%;
  min-width: inherit;
  margin: 0;
}

.UIE003Preambule .UIE003__payNowBtn.disabled {
  pointer-events: none;
}

.UIE003Preambule__title {
  text-align: center;
  text-transform: none;
  font-size: 22px;
  font-size: 2.2rem;
  margin: 0;
  padding: 0 0 26px 0;
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (min-width: 80.000em) {
  .UIE003Preambule__title {
    text-align: left;
    padding: 0;
    line-height: 60px;
    padding-right: 60px;
  }
}

@media only screen and (max-width: 30.000em) {
  .UIE003Preambule__title {
    display: block;
    text-align: right;
    padding: 0px;
  }
}

.UIE003Preambule__formsElements {
  padding: 10px 0 0 0;
}

@media only screen and (min-width: 768px) {
  .UIE003Preambule__formsElements {
    padding: 20px 0;
  }
}

.UIE003Box {
  border-bottom: 1px solid #fff;
  padding: 39px 0 29px 0;
  margin: 0 0 10px 0;
}

.UIE003Box:last-child {
  border-bottom-width: 0;
}

@media only screen and (min-width: 62.000em) {
  .UIE003Box:last-child {
    border-bottom-width: 1px;
  }
}

.UIE003Box .formFieldCheck {
  padding: 20px 0;
}

.UIE003Box .formField__textarea {
  min-height: 180px;
}

.UIE003BoxTitle {
  position: relative;
}

.UIE003BoxTitle_hd {
  font-size: 22px;
  font-size: 2.2rem;
  text-transform: none;
  margin: 0 0 9px 0;
  padding: 0 100px 0 0;
}

.UIE003BoxTitle .blockEdit {
  position: absolute;
  right: 0;
  top: 0;
}

.UIE003BoxEntry__text {
  font-size: 18px;
  font-size: 1.8rem;
  margin: 0;
  padding: 0 0 12px 0;
}

.UIE003BoxEntry__notification {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 7px 0 5px 0;
}

.UIE003BoxMobile {
  padding: 16px 0 5px 0;
}

.UIE003BoxMobile__phone {
  margin: 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

@media only screen and (min-width: 62.000em) {
  .UIE003BoxMobile .formField {
    padding-top: 0;
    margin-top: -10px;
  }
}

#UIE003BoxMobile__Form .formField {
  display: none;
}

.formFieldCheck input[type=checkbox] {
  width: 34px;
  height: 35px;
  float: left;
}

.formFieldCheck label {
  padding: 0 0 0 25px;
  margin: 0;
  cursor: pointer;
  float: left;
}

.UIE022 {
  padding: 84px 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .UIE022 {
    padding-top: 42px;
  }
}

.UIE022__title {
  padding: 0 0 27px 0;
}

.UIE022__table .table tr td {
  border: 0;
  padding: 12px 0;
}

.UIE022__table .table tr td span {
  color: #677f98;
  text-transform: uppercase;
  font-family: "fruiteger-BoldCn";
}

.UIE024 a {
  text-transform: uppercase;
}

.UIE024 .confirmation-code {
  border: 1px solid #d8d8dd;
  background: #fff;
  width: 60%;
  margin: 40px auto 40px auto;
}

.UIE024 .confirmation-code h3 {
  margin-top: 0;
}

@media only screen and (max-width: 30.000em) {
  .UIE024 .confirmation-code {
    width: 100%;
  }
}

@media only screen and (max-width: 1600px) {
  .UIE024 .confirmation-code {
    width: 80%;
    margin: 20px auto 20px auto;
  }
}

.UIE027 .installers-image img {
  width: 100%;
  margin-top: 45px;
}

.UIE027 .installers-info {
  margin-top: 45px;
}

@media only screen and (max-width: 1559px) {
  .UIE027 .installers-info {
    margin-top: 20px;
  }
}

.UIE027 .installers-subtitle {
  font-family: "fruiteger-boldCn";
  color: #8c8b90;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.UIE027 .installers-title {
  color: #273270;
}

.UIE027 .installers-description {
  font-size: 16px;
  font-size: 1.6rem;
  color: #435159;
  margin: 10px 0 40px 0;
}

@media only screen and (max-width: 767px) {
  .UIE027 .installers-description {
    margin-bottom: 20px;
  }
}

.UIE027 .installers-buttons-block {
  display: flex;
}

.UIE027 a.btn {
  margin-left: 0;
  margin-bottom: 5px;
  max-width: 260px;
  width: 100%;
}

.UIE027 a.btn.installers-find-out-btn {
  margin-right: 20px;
  flex: 1 3 auto;
}

@media only screen and (max-width: 30.000em) {
  .UIE027 a.btn.installers-find-out-btn {
    margin-right: 5px;
  }
}

.UIE027 a.btn.installers-add-btn {
  flex: 1 2 auto;
}

@media only screen and (max-width: 30.000em) {
  .UIE027 a.btn.installers-add-btn {
    margin-right: 5px;
  }
}

.UIE028.delivery-estimator {
  margin: 30px 0;
}

.UIE028.delivery-estimator .de-push-panel {
  display: none;
}

@media only screen and (max-width: 767px) {
  .UIE028.delivery-estimator .de-push-panel {
    display: block;
    text-align: right;
    text-transform: uppercase;
    font-family: "fruiteger-BoldCn";
    color: #283270;
    font-size: 16px;
    font-size: 1.6rem;
    cursor: pointer;
  }

  .UIE028.delivery-estimator .de-push-panel i {
    color: #e2b010;
    font-size: 18px;
    font-size: 1.8rem;
    vertical-align: baseline;
    padding-left: 5px;
    -webkit-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.2s cubic-bezier(0.77, 0, 0.175, 1);
  }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
  .UIE028.delivery-estimator .de-push-panel i {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 767px) {
  .UIE028.delivery-estimator .de-push-panel.open i {
    -ms-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
}

@media only screen and (max-width: 767px) {
  .UIE028.delivery-estimator .de-main-panel {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  }

  .UIE028.delivery-estimator .de-main-panel.open {
    max-height: 1000px;
    opacity: 1;
    overflow: visible;
  }
}

.UIE028.delivery-estimator .de-top {
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .UIE028.delivery-estimator .de-top {
    margin-bottom: 10px;
  }
}

.UIE028.delivery-estimator .de-top .de-top-left {
  flex: 1 0 auto;
}

@media only screen and (max-width: 80.000em) {
  .UIE028.delivery-estimator .de-top .de-top-left {
    flex: 1 0 80%;
  }
}

.UIE028.delivery-estimator .de-top .de-top-right {
  flex: 1 1 150px;
  text-align: right;
}

.UIE028.delivery-estimator .de-top .de-title {
  font-family: "fruiteger-BoldCn";
  text-transform: uppercase;
  font-size: 20px;
  font-size: 2rem;
  color: #283270;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .UIE028.delivery-estimator .de-top .de-title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.UIE028.delivery-estimator .de-top input.de-input {
  border: 1px solid #ccd6e4;
  padding: 18px 15px;
  width: 250px;
  vertical-align: bottom;
}

@media only screen and (max-width: 767px) {
  .UIE028.delivery-estimator .de-top input.de-input {
    width: 50%;
  }
}

@media only screen and (max-width: 30.000em) {
  .UIE028.delivery-estimator .de-top input.de-input {
    width: 40%;
  }
}

.UIE028.delivery-estimator .de-top .de-error-message {
  display: block;
  opacity: 0;
  font-size: 80%;
  font-style: italic;
  color: red;
  position: static;
  transform: none;
  font-family: "fruiteger-BoldCn";
  margin-top: 5px;
  margin-bottom: 5px;
}

.UIE028.delivery-estimator .de-top .de-estimate-btn {
  margin-left: 10px;
  border: 1px solid #283270;
  padding: 18px 27px;
}

@media only screen and (max-width: 30.000em) {
  .UIE028.delivery-estimator .de-top .de-estimate-btn {
    padding: 18px 20px;
  }
}

.UIE028.delivery-estimator .de-top .de-costs {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "FrutigerLTStd-Cn";
}

@media only screen and (min-width: 30.000em) {
  .UIE028.delivery-estimator .de-top .de-costs.estimated span {
    font-size: 20px;
    font-size: 2rem;
  }
}

.UIE028.delivery-estimator .de-top .de-costs span {
  font-weight: bold;
  color: #333333;
}

.UIE028.delivery-estimator .de-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .UIE028.delivery-estimator .de-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}

.UIE028.delivery-estimator .de-bottom .de-bottom-info {
  text-transform: uppercase;
  margin: 0;
  font-family: "FrutigerLTStd-Cn";
}

.UIE028.delivery-estimator .de-bottom .de-sign-in-btn {
  flex-shrink: 0;
  margin-left: 10px;
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .UIE028.delivery-estimator .de-bottom .de-sign-in-btn {
    margin-left: 0;
    margin-top: 10px;
  }
}

.MB004 .shippingAddressLabel {
  top: auto;
  transform: none;
  position: static;
}

.MB005 {
  padding: 130px 0 70px 0;
  background: url("../../../img/background-themes/blue-dark-texture.png");
}

.MB005 .membership-form_input {
  max-width: inherit;
  margin-top: 40px;
  display: inline-block;
}

.MB005 .membership-form_input input {
  max-width: inherit;
  width: 500px;
}

@media only screen and (max-width: 767px) {
  .MB005 .membership-form_input input {
    width: 300px;
  }
}

.MB005 .membership-form_input.active label.above {
  color: white;
}

.MB005 p {
  max-width: 600px;
  margin: 0 auto;
}

.MB005 .btn {
  margin: -2px 0 0 -6px;
  border: 1px solid white;
}

.MB005 .btn:hover {
  background: white;
  color: #283270;
}

.forgotten-password-page .alert-success,
.reset-password-page .alert-success {
  background: url("../../../img/background-themes/blue-dark-texture.png");
}

.forgotten-password-page .alert-danger,
.reset-password-page .alert-danger {
  background: url("../../../img/background-themes/red-texture.png");
}

.forgotten-password-page .alert-success,
.forgotten-password-page .alert-danger,
.reset-password-page .alert-success,
.reset-password-page .alert-danger {
  border: none;
  outline: none;
  border-radius: 0px;
  padding: 120px 30px;
  margin-bottom: 0px;
  font-family: fruiteger-BoldCn;
  font-size: 40px;
  font-size: 4rem;
  text-align: center;
  color: white;
}

@media only screen and (max-width: 62.000em) {
  .forgotten-password-page .alert-success,
  .forgotten-password-page .alert-danger,
  .reset-password-page .alert-success,
  .reset-password-page .alert-danger {
    font-size: 26px;
    font-size: 2.6rem;
    padding: 60px 30px;
  }
}

.MB008 {
  padding: 120px 0 1px 0;
  background: url("../../../img/background-themes/blue-dark-texture.png");
}

.MB008 .membership-form-container {
  margin-bottom: 150px;
}

.MB008 .membership-form_input {
  max-width: inherit;
  margin-top: 40px;
  display: inline-block;
}

.MB008 .membership-form_input input {
  max-width: inherit;
  width: 500px;
}

@media only screen and (max-width: 767px) {
  .MB008 .membership-form_input input {
    width: 300px;
  }
}

.MB008 .membership-form_input.active label.above,
.MB008 .membership-form_input label.above.completed {
  color: white;
  opacity: 1;
}

.MB008 label.error {
  text-align: left;
}

.MB008 p {
  max-width: 600px;
  margin: 0 auto;
}

.MB008 .btn {
  margin: 20px 0 0 -6px;
  border: 1px solid white;
}

.MB008 .btn:hover {
  background: white;
  color: #283270;
}

/*TODO !important (sergii/6/26/17) Short description of document destination/structure to be pasted here*/

.clear {
  clear: both;
  float: none !important;
}

@media only screen and (max-width: 767px) {
  .hideOnMobile {
    display: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .rating:after {
    content: "mobile";
    font-size: 0px;
  }
}

@media only screen and (min-width: 768px) {
  .hideOnDesktop {
    display: none !important;
  }
}

.container .container:not(.sub-menu-container) {
  width: 100%;
}

body {
  overflow-x: hidden;
}

@media only screen and (max-width: 62.000em) {
  #main-container {
    overflow-x: hidden;
  }
}

@media only screen and (max-width: 30.000em) {
  #main-container {
    overflow-y: scroll;
  }
}

hr {
  border-top: 1px solid #283270;
}

section {
  padding: 25px 0px;
}

@media only screen and (max-width: 767px) {
  section {
    padding: 10px 0px;
  }
}

section.search-results-page {
  padding: 0px;
}

section.row-add-padding {
  padding: 50px 0px;
}

@media only screen and (max-width: 767px) {
  section.row-add-padding {
    padding: 20px 0px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

button {
  -webkit-appearance: none;
  appearance: none;
  background: none;
  border: none;
  outline: none;
}

.desktop-search-btn {
  display: inline-block;
}

.mobile-search-btn {
  display: none;
}

.font-size-zero {
  font-size: 0px;
  font-size: 0rem;
}

.overlap-top {
  position: relative;
  top: -110px;
  z-index: 10;
  margin-bottom: -110px;
}

@media only screen and (max-width: 767px) {
  .overlap-top {
    top: -40px;
    margin-bottom: -40px;
  }
}

@media only screen and (max-width: 30.000em) {
  .desktop-search-btn {
    display: none;
  }

  .mobile-search-btn {
    display: inline-block;
  }
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
  z-index: 10;
}

.static {
  position: static;
}

.content-container {
  margin-top: 30px;
  position: relative;
  z-index: 10;
}

.banner-tall {
  padding: 80px 0px;
}

@media only screen and (max-width: 767px) {
  .banner-tall {
    padding: 40px 0px;
  }
}

.banner-short {
  padding: 40px 0px;
}

@media only screen and (max-width: 767px) {
  .banner-short {
    padding: 20px 0px;
  }
}

.btn-container {
  margin-top: 50px;
}

@media only screen and (max-width: 767px) {
  .btn-container {
    margin-top: 25px;
  }
}

.show-inner-border:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid white;
}

@media only screen and (max-width: 767px) {
  .show-inner-border:before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
  }
}

.show-inner-border.small:before {
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
}

.no-overlay .hasBGoverlay {
  opacity: 0;
  display: none;
}

.bgCover {
  background-size: cover !important;
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-center {
  background-position: center;
}

.bg-size-contain {
  background-size: contain;
}

.overlay-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}

.full-height {
  height: 100%;
  -webkit-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.4s cubic-bezier(0.77, 0, 0.175, 1);
}

.owl-carousel .owl-wrapper-outer,
.owl-carousel-autoplay .owl-wrapper-outer {
  overflow: hidden;
}

.owl-carousel .owl-controls,
.owl-carousel-autoplay .owl-controls {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .owl-carousel .owl-controls,
  .owl-carousel-autoplay .owl-controls {
    margin-top: 15px;
  }
}

.owl-carousel .owl-controls .owl-page span,
.owl-carousel-autoplay .owl-controls .owl-page span {
  background: transparent;
  opacity: 1;
  cursor: pointer;
  margin: 0px 5px;
  border-radius: 0px;
  height: 2px;
  width: 45px;
  position: relative;
  padding: 10px 0px;
}

@media only screen and (max-width: 767px) {
  .owl-carousel .owl-controls .owl-page span,
  .owl-carousel-autoplay .owl-controls .owl-page span {
    width: 25px;
  }
}

.owl-carousel .owl-controls .owl-page span:before,
.owl-carousel .owl-controls .owl-page span:after,
.owl-carousel-autoplay .owl-controls .owl-page span:before,
.owl-carousel-autoplay .owl-controls .owl-page span:after {
  content: "";
  height: 2px;
  width: 45px;
  background: #8c8b90;
  position: absolute;
  left: 0px;
}

@media only screen and (max-width: 767px) {
  .owl-carousel .owl-controls .owl-page span:before,
  .owl-carousel .owl-controls .owl-page span:after,
  .owl-carousel-autoplay .owl-controls .owl-page span:before,
  .owl-carousel-autoplay .owl-controls .owl-page span:after {
    width: 25px;
  }
}

.owl-carousel .owl-controls .owl-page span:after,
.owl-carousel-autoplay .owl-controls .owl-page span:after {
  background: #e2b010;
  width: 0px;
}

.owl-carousel .owl-controls .owl-page.active span,
.owl-carousel-autoplay .owl-controls .owl-page.active span {
  background: transparent;
}

.owl-carousel .owl-controls .owl-page.active span:after,
.owl-carousel-autoplay .owl-controls .owl-page.active span:after {
  width: 45px;
}

@media only screen and (max-width: 767px) {
  .owl-carousel .owl-controls .owl-page.active span:after,
  .owl-carousel-autoplay .owl-controls .owl-page.active span:after {
    width: 25px;
  }
}

.owl-carousel-autoplay .owl-controls .owl-page span:before,
.owl-carousel-autoplay .owl-controls .owl-page span:after {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.owl-carousel-autoplay .owl-controls .owl-page.active span {
  background: transparent;
}

.owl-carousel-autoplay .owl-controls .owl-page.active span:after {
  width: 46px;
  -webkit-transition: all 5.5s ease;
  -moz-transition: all 5.5s ease;
  -o-transition: all 5.5s ease;
  transition: all 5.5s ease;
}

@media only screen and (max-width: 767px) {
  .owl-carousel-autoplay .owl-controls .owl-page.active span:after {
    width: 26px;
  }
}

.see-more {
  color: white;
  padding: 0px 15px;
  display: inline-block;
  position: absolute;
  left: 13px;
  bottom: 160px;
}

@media only screen and (max-width: 30.000em) {
  .see-more {
    left: 15px;
  }
}

.see-more span {
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.see-more span:before {
  content: "";
  position: absolute;
  left: 1px;
  top: -8px;
  height: 30px;
  width: 1px;
  background: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.see-more:before,
.see-more:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -moz-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  -o-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}

.see-more:before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -2px;
  bottom: -7px;
}

.see-more:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 4px;
  bottom: -7px;
}

.see-more:hover:before {
  background: white;
  bottom: -17px;
}

.see-more:hover:after {
  background: white;
  bottom: -17px;
}

.see-more:hover span:before {
  background: white;
  -ms-transform: translateY(10px);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.remove-bottom-margin {
  margin-bottom: 0px;
}

#chatbot-chat {
  z-index: 999 !important;
}

.trustpilot-widget > a {
  opacity: 0;
  height: 0;
  width: 0;
  display: block;
}

/*TODO !important (sergii/6/26/17) Short description of document destination/structure to be pasted here*/

/*we need to think twice about whether this file can be omitted*/

.pagemode-edit.header-fixed.header-minimised,
.pagemode-edit.header-fixed,
.pagemode-preview.header-fixed.header-minimised,
.pagemode-preview.header-fixed {
  margin-top: 0px !important;
}

.pagemode-edit .at-custom-side-wrapper,
.pagemode-preview .at-custom-side-wrapper {
  display: none;
}

.pagemode-edit .header-desktop,
.pagemode-preview .header-desktop {
  z-index: 5;
}

.pagemode-edit .header-desktop.fixed,
.pagemode-preview .header-desktop.fixed {
  position: relative;
}

.pagemode-edit .secondary-nav.the-edit.isStuck,
.pagemode-preview .secondary-nav.the-edit.isStuck {
  position: relative;
}

.pagemode-edit .UI056 .tabset-accordion h6,
.pagemode-preview .UI056 .tabset-accordion h6 {
  margin-right: 0px;
}

.pagemode-edit .UI056 .tabset-accordion ul,
.pagemode-preview .UI056 .tabset-accordion ul {
  width: 100%;
}

.pagemode-edit .UI056 .tabset-accordion ul li,
.pagemode-preview .UI056 .tabset-accordion ul li {
  width: 100%;
  margin: 0px;
}

.pagemode-edit .UI056 .tabset-accordion .panel-content,
.pagemode-preview .UI056 .tabset-accordion .panel-content {
  position: static;
  max-height: 1000px;
  opacity: 1;
}

/*TODO !important (sergii/6/26/17) Short description of document destination/structure to be pasted here*/

/*we need to think twice about whether this file can be omitted*/

/* Overwriting botostrap is a big deal, Sergey, do you think we should add in a little comment to EVERYTHING we add in here so it's clear why we have it here? */

/* Not sure why this is here? Commented out for now */

/*@media (max-width: 480px) {
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6,
    .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{
        padding-left: 5px;
        padding-right: 5px;
    }
}*/

/* I've implemented this because:

    UI021 - The grid system square parts of this component needs to be reduced from 10px to 5px in the middle padding to keep a consistent gutter size
*/

@media (max-width: 480px) {
  .square-row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .square-row .col-xs-1,
  .square-row .col-xs-2,
  .square-row .col-xs-3,
  .square-row .col-xs-4,
  .square-row .col-xs-5,
  .square-row .col-xs-6,
  .square-row .col-xs-7,
  .square-row .col-xs-8,
  .square-row .col-xs-9,
  .square-row .col-xs-10,
  .square-row .col-xs-11,
  .square-row .col-xs-12 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .product-master-grid .col-xs-1,
  .product-master-grid .col-xs-2,
  .product-master-grid .col-xs-3,
  .product-master-grid .col-xs-4,
  .product-master-grid .col-xs-5,
  .product-master-grid .col-xs-6,
  .product-master-grid .col-xs-7,
  .product-master-grid .col-xs-8,
  .product-master-grid .col-xs-9,
  .product-master-grid .col-xs-10,
  .product-master-grid .col-xs-11,
  .product-master-grid .col-xs-12,
  .UIE016 .col-xs-1,
  .UIE016 .col-xs-2,
  .UIE016 .col-xs-3,
  .UIE016 .col-xs-4,
  .UIE016 .col-xs-5,
  .UIE016 .col-xs-6,
  .UIE016 .col-xs-7,
  .UIE016 .col-xs-8,
  .UIE016 .col-xs-9,
  .UIE016 .col-xs-10,
  .UIE016 .col-xs-11,
  .UIE016 .col-xs-12,
  .UIE010 .col-xs-1,
  .UIE010 .col-xs-2,
  .UIE010 .col-xs-3,
  .UIE010 .col-xs-4,
  .UIE010 .col-xs-5,
  .UIE010 .col-xs-6,
  .UIE010 .col-xs-7,
  .UIE010 .col-xs-8,
  .UIE010 .col-xs-9,
  .UIE010 .col-xs-10,
  .UIE010 .col-xs-11,
  .UIE010 .col-xs-12 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 62.000em) {
  .product-comparision-wrapper section .row .column:last-child {
    display: none;
  }
}

.product-comparision-wrapper section .comparisonImage {
  max-height: 300px;
  max-width: 300px;
}

.product-comparision-wrapper .product-selector .UI002 .selectric .label {
  height: 60px;
  line-height: 55px;
  font-size: 1.6rem;
}

.product-comparision-wrapper .product-selector .UI002 .selectric .button {
  background: url("../img/icons/selectric_icon.png") no-repeat center center;
}

.product-comparision-wrapper .product-selector .UI002 .selectric-items li {
  margin: 0;
  width: 100%;
}

.product-comparision-wrapper .product-selector.css-sticky {
  position: sticky;
  top: 100px;
  z-index: 11;
  background-color: #efeff1;
}

@media only screen and (max-width: 62.000em) {
  .product-comparision-wrapper .product-selector.css-sticky {
    top: 42px;
  }
}

.jacksons-site .product-comparision-wrapper {
  /*$primary-yellow*/
}

.jacksons-site .product-comparision-wrapper .UI014 .card-banner-vertical:hover {
  border-bottom: 1px solid #e2b010;
}

.jacksons-site .product-comparision-wrapper .UI002 .selectric .button {
  background: url("../img/icons/selectric_icon.png") no-repeat center center;
}

.jacksons-site .product-comparision-wrapper .UI002 ul li span.custom-bullet {
  background: #e2b010;
}

.security-site .product-comparision-wrapper {
  /*$security-primary-yellow*/
}

.security-site .product-comparision-wrapper .UI014 .card-banner-vertical:hover {
  border-bottom: 1px solid #ed6e4d;
}

.security-site .product-comparision-wrapper .UI002 .selectric .button {
  background: url("../img/icons/security_selectric_icon.png") no-repeat center center;
}

.security-site .product-comparision-wrapper .UI002 ul li span.custom-bullet {
  background: #ed6e4d;
}

/*This stylesheet describe classes for turning and configuring overlay*/

/*
    Theming - you can add colour overlays to images based on your colour palette (provided by TTT)
    Yes / No - you can turn this off
    Opacity - you can add an opacity level to any of the overlays which will be set at: 20% / 40% / 60% / 80%. This will allow you to amend the opacity of the image accordingly (as some images will be lighter and darker so you need this flexibility).
    Yes / No  - you can turn this off
*/

.hasBGoverlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background: #0a0f2f;
  -webkit-transition: all 0.7s cubic-bezier(0.04, 0.51, 0.51, 0.93);
  -moz-transition: all 0.7s cubic-bezier(0.04, 0.51, 0.51, 0.93);
  -o-transition: all 0.7s cubic-bezier(0.04, 0.51, 0.51, 0.93);
  transition: all 0.7s cubic-bezier(0.04, 0.51, 0.51, 0.93);
}

.hasBGoverlay.primary-black {
  background: #000;
}

.hasBGoverlay.the-edit-blue {
  background: #273270;
}

.hasBGoverlay.primary-yellow {
  background: #e2b010;
}

.hasBGoverlay.primary-light-brown {
  background: #a4864d;
}

.hasBGoverlay.primary-pink {
  background: #b0385e;
}

.hasBGoverlay.primary-light-purple {
  background: #62484e;
}

.hasBGoverlay.primary-dark-red {
  background: #6d2521;
}

.hasBGoverlay.primary-light-blue {
  background: #1d6983;
}

.hasBGoverlay.grey-blue {
  background: #6b8096;
}

.hasBGoverlay.primary-dark-brown {
  background: #655c4b;
}

.hasBGoverlay.green-brown {
  background: #7f8457;
}

.hasBGoverlay.primary-dark-grey {
  background: #8c8b90;
}

.hasBGoverlay.primary-light-grey {
  background: #d8d8dd;
}

.overlay20 {
  opacity: 0.2;
}

.overlay40 {
  opacity: 0.4;
}

.overlay60 {
  opacity: 0.6;
}

.overlay80 {
  opacity: 0.8;
}

.overlay100 {
  opacity: 1;
}

.article-content {
  padding-top: 80px;
}

@media only screen and (max-width: 767px) {
  .article-content {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 30.000em) {
  .article-content {
    padding-top: 20px;
  }
}

.article-content .article-body {
  font-size: 18px;
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .article-content .article-body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 30.000em) {
  .article-content .article-body {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.article-content .article-body p:first-of-type {
  font-weight: bold;
}

.article-content .article-body .give-image-border {
  max-width: 100%;
  margin: 30px 0px;
  position: relative;
  z-index: 0;
  display: inline-block;
}

.article-content .article-body .give-image-border img {
  z-index: 1;
  -webkit-box-shadow: 0px 10px 50px -20px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 10px 50px -20px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 50px -20px rgba(0, 0, 0, 0.75);
}

.article-content .article-body .give-image-border:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 30px;
  bottom: -10px;
  right: -10px;
  border: 1px solid #283270;
  z-index: -1;
}

.article-content .share-container p {
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .article-content .share-container p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 30.000em) {
  .article-content .share-container p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.article-content .share-container .houzz-image {
  float: right;
  -ms-transform: translateY(8px);
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

@media only screen and (max-width: 30.000em) {
  .article-content .share-container .houzz-image {
    float: left;
  }
}

.article-content .author-info-container {
  padding-right: 0px;
  margin-top: 70px;
}

@media only screen and (max-width: 767px) {
  .article-content .author-info-container {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 30.000em) {
  .article-content .author-info-container {
    margin-top: 50px;
    min-height: 160px;
  }
}

.article-content.article .article-body .image-container {
  margin: 50px 0px;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 767px) {
  .article-content.article .article-body .image-container {
    margin: 30px 0px;
  }
}

.article-content.article .article-body .image-container:before {
  content: "";
  position: absolute;
  top: 30px;
  bottom: -10px;
  left: 30px;
  right: -10px;
  border: 1px solid red;
  z-index: #283270;
}

.article-content.article .article-body img {
  height: auto !important;
  -webkit-box-shadow: 0px 15px 55px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 15px 55px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 15px 55px -15px rgba(0, 0, 0, 0.75);
}

/*This document should keep its schema the same across projects, properties shouldn't mostly be changed only their values*/

/*input placeholder color*/

::-webkit-input-placeholder {
  color: #8c8b90;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #8c8b90;
  opacity: 1;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #8c8b90;
  opacity: 1;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8c8b90;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #8c8b90;
}

.rating.color-ok .star-container .star i {
  color: #e2b010 !important;
}

.star.icon i.star-empty:before,
.rating.star-icon i.star-empty:before {
  content: "★";
  color: #d8d8dd;
}

.blockEdit {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "fruiteger-BoldCn";
  color: #273270;
  text-transform: uppercase;
}

@media only screen and (max-width: 30.000em) {
  .blockEdit {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.blockEdit i {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  position: relative;
  top: -2px;
}

@media only screen and (max-width: 30.000em) {
  .blockEdit i {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.input-number,
.input-select {
  background: #fff;
}

.input-label {
  display: block;
  font-family: "fruiteger-BoldCn";
  text-transform: uppercase;
  color: #6b8096;
}

@media only screen and (max-width: 767px) {
  .input-label {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.input-number,
.input-name {
  padding: 0;
  height: 62px;
  width: 100px;
  text-indent: 10px;
  color: #000;
  border: 1px solid #ddd;
}

@media only screen and (max-width: 80.000em) {
  .input-number,
  .input-name {
    width: 70px;
  }
}

@media only screen and (max-width: 767px) {
  .input-number,
  .input-name {
    height: 42px;
    width: 42px;
  }
}

.input-select {
  width: 340px;
}

@media only screen and (max-width: 80.000em) {
  .input-select {
    width: 250px;
  }
}

@media only screen and (max-width: 62.000em) {
  .input-select {
    width: 240px;
  }
}

@media only screen and (max-width: 767px) {
  .input-select {
    width: 190px;
  }
}

select {
  font-family: "fruiteger-BoldCn";
  height: 60px;
  line-height: 55px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  select {
    height: 40px;
    line-height: 35px;
  }
}

.selectric {
  background: #fff;
}

.selectric .label {
  font-family: "fruiteger-BoldCn";
  height: 60px;
  line-height: 55px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .selectric .label {
    height: 40px;
    line-height: 35px;
  }
}

.selectric .button {
  height: 60px;
  background: url("../img/icons/selectric_icon.png") no-repeat center center;
}

@media only screen and (max-width: 767px) {
  .selectric .button {
    height: 40px;
  }
}

.selectric .button:after {
  content: none;
}

.selectric-items li {
  color: #000;
  padding: 20px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "fruiteger-lightCn";
}

.selectric-items li:before {
  content: none;
}

/* Hide default checkboxes and radio buttons */

/* Custom checkbox wrapper */

.box {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url("../../../img/icons/customInput.png") no-repeat;
  cursor: pointer;
  position: relative;
}

/* Tick styling for checkboxes */

.tick {
  display: none;
  width: 42px;
  height: 42px;
  background-position: -86px 0;
  position: absolute;
  top: 0;
  left: 0;
}

/* Show tick when checkbox is checked */

input[type=checkbox]:checked + .box .tick {
  display: block;
}

/* Hover effect */

.box:hover {
  background-position: -43px 0;
}

/* Scoped radio button wrapper */

.radio-box {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../../../img/icons/customInput.png") no-repeat;
  cursor: pointer;
  position: relative;
}

/* Tick styling for selected radio buttons */

.radio-tick {
  display: none;
  width: 22px;
  height: 22px;
  background-position: -178px 0;
  position: absolute;
  top: 0;
  left: 0;
}

/* Show tick when radio button is selected */

input[type=radio]:checked + .radio-box .radio-tick {
  display: block;
}

/* Hover effect */

.radio-box:hover {
  background-position: -154px 0;
}

/* Disabled state */

input[type=radio]:disabled + .radio-box {
  background-position: -202px 0;
  cursor: default;
}

input[type=radio]:checked:disabled + .radio-box .radio-tick {
  background-position: -226px 0;
}

/* Scoped styling for `.login-form-footer` */

.login-form-footer .box {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../../../img/icons/customInput.png") no-repeat;
  cursor: pointer;
  position: relative;
}

/* Checked state for `.login-form-footer` checkbox */

.login-form-footer input[type=checkbox]:checked + .box .tick {
  display: block;
}

/* Mobile adjustments */

@media (max-width: 768px) {
  .box,
  .radio-box {
    width: 32px;
    height: 32px;
  }

  .tick,
  .radio-tick {
    width: 32px;
    height: 32px;
  }
}

/* Custom checkbox wrapper */

.custom-checkbox input[type=checkbox],
input.input-toggle {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-checkbox input[type=checkbox] {
  width: 42px;
  height: 42px;
  z-index: 2;
  margin: 0;
}

input.input-toggle {
  width: 26px;
  height: 22px;
  z-index: 2;
  margin: 0;
}

.custom-checkbox input[type=checkbox] + .box,
.custom-checkbox input[type=checkbox] + input[type=hidden] + .box {
  display: inline-block;
  width: 42px;
  height: 42px;
  cursor: pointer;
  position: relative;
  background: url("../../../img/icons/customInput.png") no-repeat;
  background-position: 0 0;
}

.custom-checkbox input[type=checkbox] + .box:hover,
.custom-checkbox input[type=checkbox] + input[type=hidden] + .box:hover {
  background-position: -43px 0;
}

.custom-checkbox input[type=checkbox]:checked + .box,
.custom-checkbox input[type=checkbox]:checked + .box:hover,
.custom-checkbox input[type=checkbox]:checked + input[type=hidden] + .box,
.custom-checkbox input[type=checkbox]:checked + input[type=hidden] + .box:hover {
  background-position: -86px 0;
}

input.input-toggle + .box {
  width: 26px;
  height: 22px;
  display: inline-block;
  cursor: pointer;
  position: relative;
  background: url("../../../img/icons/customInput.png") no-repeat;
  background-position: -128px 0;
}

input.input-toggle + .box:hover {
  background-position: -152px 0;
}

input.input-toggle:checked + .box,
input.input-toggle:checked + .box:hover {
  background-position: -176px 0;
}

input.input-toggle:disabled + .box {
  background-position: -200px 0;
}

input.input-toggle:checked:disabled + .box {
  background-position: -224px 0;
}

/* Tick styling for checkboxes */

input.input-toggle + .box .tick,
.custom-checkbox input[type=checkbox] + .box .tick,
.custom-checkbox input[type=checkbox] + input[type=hidden] + .box .tick {
  display: none;
  visibility: hidden;
}

@keyframes forms {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.BC010 {
  opacity: 0;
  transition: opacity, 3s, easy-in;
}

.BC010 .panelViewLabel {
  opacity: 0;
}

.BC010.loadIt {
  opacity: 1;
}

.BC010.loadIt .panelViewLabel {
  transition: opacity, 5s, easy-in;
  opacity: 1;
}

.new-twitter-logo:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 5px;
  right: 4px;
  width: 12px;
  height: 15px;
  background: url("../../../img/icons/x-logo.svg") no-repeat center center;
}

@media only screen and (min-width: 600px) {
  .new-twitter-logo:before {
    width: 25px;
    background-size: 25px 25px;
    height: 29px;
    top: 10px;
  }
}

.instagram-logo:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 13px;
  left: 5px;
  width: 35px;
  height: 35px;
  margin-right: 13px;
  background: url("../../../img/icons/instagram-logo.svg") no-repeat center center;
  background-size: 35px 35px;
}
@charset "UTF-8";

/* ------------------------------------------------------------------
:: Lib 
------------------------------------------------------------------ */

/* This file was compressed using MbCompression library. http://blog.mironabramson.com */

/* HTML5 ✰ Boilerplate
* ==|== normalize ==========================================================
*/

.portedStylesBC010 {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
  /* [hidden] { display: none; } */
  /*
  ::-moz-selection { background: #EFF4F5; color: #0039A5; text-shadow: none; }
  ::selection { background: #EFF4F5; color: #0039A5; text-shadow: none; }
  */
  /* ==|== primary styles =====================================================
     Author: 
     ========================================================================== */
  /* ==|== non-semantic helper classes ======================================== */
  /* ==|== media queries ====================================================== */
  /* ==|== print styles ======================================================= */
  /* MAIN SHEETS */
  /***************
     Christmas changes
     ***************/
  /*body {
      background-image: url(/images/wallpaper/background.jpg);
      background-repeat: repeat-x;
      background-position: center bottom;
      background-attachment: fixed;
  }

     body#home{
         background-position: center top;
     }*/
  /****** HTML Elements **/
  font-size: 0.8em;
  font-family: Arial, Verdana, Sans-Serif;
  margin: 0;
  background-color: #ffffff;
  color: #6D6F71;
  overflow-x: hidden;
  /****** Content **/
  /*** Tooltips ***/
  /*** end ToolTips ***/
  /* Addition of the comment tip to the lower right corner */
  /************ Cricket popup **************/
  /*** header update JAN2012 ***/
  /*#search label{
      font-weight:bold; display:block; float:left; padding:4px 4px 4px 0;
  }
  #search input{
      margin:0; background-image:url(/images/shd2/searchInput.png);
      background-repeat:no-repeat; border:0; padding:4px; width:154px; display:block; float:left;
  }
  #search #searchBtn {
      background-image:url(/images/shd2/searchBtn.png); vertical-align:baseline;
      background-repeat:no-repeat; width:36px; overflow:hidden; height:0;
      padding-top:22px; display:block; float:left; cursor:pointer;
  }*/
  /** To go in layout css 

  #customersWhoBoughtThis a
  {
  	float: left;
  	width: 120px;
  	height: 170px;
  }

  #customersWhoBoughtThis span 
  {
  	padding: 0 5px;
  	float: left;
  	clear: left;
  }

  #CustomersBoughtX ul li 
  {
  	background-color: #f5f5f5;
  	border:1px solid #cfd9de;
  	border-radius: 4px;
  }
  **/
  /* Banner styling because CMS is broken*/
  /* Cookie Message Styles */
  /* Fence builder carousel for touch #divFenceBuilder.isFingered */
  /*  ____________________

       Product Reviews    
      ____________________
  */
  /*Expert-tip*/
  /*Adding ipad fix form left hand nav popup*/
  /* 2 Column news page */
  /*Blog pagination*/
  /** LAYOUT **/
  /** FIRST LEVEL **/
  /** SECOND LEVEL **/
  /** STYLING & COLOURS **/
  /* Hover Colours */
  /** Ensures that the parent <a> remains 'on' **/
  /* MAGIC, MAGIC, MAGIC */
  /* FIRST LEVEL */
  /* SECOND LEVEL */
  /* THIRD LEVEL */
  /* FOURTH LEVEL */
  /*** homepage update JAN2012 ***/
  /** show gardens **/
  /*** show ***/
  /**** High security popup ****/
  /* Addition of the comment tip to the lower right corner */
  /* PopUp Cricket */
  /* widget styling on Show Gardens homepage again because CMS is broken*/
  /* Dressage banner for homepage rotator */
  /* October Free Deliver Banner 2013 */
  /* Make the most of your garden banner */
  /* Guarantees Homepage banner */
  /* Equestrian Stables Solutions Banner */
  /* February Fence Homepage Failure Banner */
  /* February 28th Even the Finest Fences Fail  */
  /* 5th Annual Show Banner */
  /* Homepage main slider */
  /* HOME SPECIFIC CSS */
  /* JUNE 2014 BANNER STYLES*/
  /* FIX FOR MOBILE BUG */
  /* FIX FOR MOBILE BUG */
  /*==== Login Form layout fix ====*/
  /*==== End of Login Form layout fix ====*/
  /*
  .product_images {
  	float: right;
  	width: 220px;
  	overflow:hidden;
      position:relative;
  	margin: 0 0 0 10px;
  	text-align:center;
  }

  .product_images ul {	
  	float:left;
  	padding: 0;
  	margin: 0;
  	display:inline;
  	width:5000px;
  }

  .product_images ul li, .product_images ul li:hover {
  	background-image: none;	
  	float:left;
  	width:220px;
  	text-align:center;
  	list-style: none;
  	display:inline;
  	padding: 0;
  	margin: 0;
  }



  .product_images img {

  }

  .product_images ul li img {
  	margin:auto;
  }

  .product_images_bar a:active, .product_images_bar a:hover, .product_images_bar a:visited:hover {
  	text-decoration: underline;
  }

  .product_images_width {
  	width: 70px;
  	float: left;
  }
  */
  /* Float all the buttons/options left */
  /* Add to basket button */
  /*
  #pricePanel { margin-top: 5px;width: 300px; }
  #pricePanel #priceText { margin-right: 10px; }
  #pricePanel #priceText .largePrice { font-size:1.2em; float:left; }
  #pricePanel #priceText .exVatPrice { font-size: 0.75em; float: left; clear: left; margin-top: 1px; margin-left: 1px; } 
  #pricePanel #prices .rrpPrice { float:left; }
  #pricePanel #prices .salePrice { clear: left; display: block; }
  */
  /*
      ColorBox Core Style
      The following rules are the styles that are consistant between themes.
      Avoid changing this area to maintain compatability with future versions of ColorBox.
  */
  /* 
      Example user style
      The following rules are ordered and tabbed in a way that represents the
      order/nesting of the generated HTML, so that the structure easier to understand.
  */
  /*
      The following fixes png-transparency for IE6.  
      It is also necessary for png-transparency in IE7 & IE8 to avoid 'black halos' with the fade transition

      Since this method does not support CSS background-positioning, it is incompatible with CSS sprites.
      Colorbox preloads navigation hover classes to account for this.

      !! Important Note: AlphaImageLoader src paths are relative to the HTML document,
      while regular CSS background images are relative to the CSS document.
  */
  /* .lightboxImageWrapper { min-height: 400px; height: auto !important; height: 400px; } */
  /* courtyard gate form styles */
  /****** FORM ELEMENTS **/
  /* PROFILE PAGE CONFIRM PASSWORD BOX */
  /* Blog widget styles */
  /***********************************************/
  /* Basket Case Styles                          */
  /***********************************************/
  /**** CHECKOUT CSS *******/
  /**
   * BxSlider v4.0 - Fully loaded, responsive content slider
   * http://bxslider.com
   *
   * Written by: Steven Wanderski, 2012
   * http://stevenwanderski.com
   * (while drinking Belgian ales and listening to jazz)
   *
   * CEO and founder of bxCreative, LTD
   * http://bxcreative.com
   */
  /** RESET AND LAYOUT
  ===================================*/
  /** THEME
  ===================================*/
  /* LOADER */
  /* PAGER */
  /* DIRECTION CONTROLS (NEXT / PREV) */
  /* AUTO CONTROLS (START / STOP) */
  /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
  /* IMAGE CAPTIONS */
  /*.hero-carousel div article a {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
      filter: alpha(opacity=40);
      -moz-opacity: 0.4;
      -khtml-opacity: 0.4;
      opacity: 0.4;
      -webkit-transition: opacity 0.1s ease;
      -moz-transition: opacity 0.1s ease;
      -ms-transition: opacity 0.1s ease;
      -o-transition: opacity 0.1s ease;
      transition: opacity 0.1s ease;
  }

  .hero-carousel div.current article a {
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -moz-opacity: 1.0;
      -khtml-opacity: 1.0;
      opacity: 1.0;
  }*/
  /*///////////////////////
      Internal span styling for copy
  ///////////////////////*/
  /*#featurePanels .items span.position1 p:nth-child(3), #featurePanels .items span.position2 p:nth-child(3){
      margin-top:3em;
  }*/
  /*#featurePanels .items span.position1 p:nth-child(3){
      position:absolute;
      bottom:-120px;
      right:20px;
  }*/
  /*#featurePanels .items span.position3 p:nth-child(2){
      position:absolute;
      bottom:-257px;
      width:430px;
  }

  #featurePanels .items span.position3 p:nth-child(3){
      position:absolute;
      bottom:-235px;
      width:430px;
      width: 283px;
      left: 16%;
  }*/
  /*#featurePanels .items .element0 span.position3 p:nth-child(3){
      background:none;
  }*/
  /*JULY 2014 BANNERS*/
  /*** Normal help icon tooltips ***/
  /*** inline content style tooltips ***/
  /** wide image version of this page **/
  /** end wide version css **/
  /* The requested file 'jquery.jcarousel.css' was not found */
}

.portedStylesBC010 button,
.portedStylesBC010 input,
.portedStylesBC010 select,
.portedStylesBC010 textarea {
  font-family: sans-serif;
  color: #222;
}

.portedStylesBC010 article,
.portedStylesBC010 aside,
.portedStylesBC010 details,
.portedStylesBC010 figcaption,
.portedStylesBC010 figure,
.portedStylesBC010 footer,
.portedStylesBC010 header,
.portedStylesBC010 hgroup,
.portedStylesBC010 nav,
.portedStylesBC010 section {
  display: block;
}

.portedStylesBC010 audio,
.portedStylesBC010 canvas,
.portedStylesBC010 video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.portedStylesBC010 audio:not([controls]) {
  display: none;
}

.portedStylesBC010 a {
  color: #00e;
}

.portedStylesBC010 a:visited {
  color: #551a8b;
}

.portedStylesBC010 a:hover {
  color: #06e;
}

.portedStylesBC010 a:focus {
  outline: thin dotted;
}

.portedStylesBC010 a:hover,
.portedStylesBC010 a:active {
  outline: 0;
}

.portedStylesBC010 abbr[title] {
  border-bottom: 1px dotted;
}

.portedStylesBC010 b,
.portedStylesBC010 strong {
  font-weight: bold;
}

.portedStylesBC010 blockquote {
  margin: 1em 40px;
}

.portedStylesBC010 dfn {
  font-style: italic;
}

.portedStylesBC010 hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.portedStylesBC010 ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

.portedStylesBC010 mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

.portedStylesBC010 pre,
.portedStylesBC010 code,
.portedStylesBC010 kbd,
.portedStylesBC010 samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

.portedStylesBC010 pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.portedStylesBC010 q {
  quotes: none;
}

.portedStylesBC010 q:before,
.portedStylesBC010 q:after {
  content: "";
  content: none;
}

.portedStylesBC010 small {
  font-size: 85%;
}

.portedStylesBC010 sub,
.portedStylesBC010 sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.portedStylesBC010 sup {
  top: -0.5em;
}

.portedStylesBC010 sub {
  bottom: -0.25em;
}

.portedStylesBC010 ul,
.portedStylesBC010 ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

.portedStylesBC010 dd {
  margin: 0 0 0 40px;
}

.portedStylesBC010 nav ul,
.portedStylesBC010 nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.portedStylesBC010 img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

.portedStylesBC010 svg:not(:root) {
  overflow: hidden;
}

.portedStylesBC010 figure {
  margin: 0;
}

.portedStylesBC010 form {
  margin: 0;
}

.portedStylesBC010 fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.portedStylesBC010 label {
  cursor: pointer;
}

.portedStylesBC010 legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}

.portedStylesBC010 button,
.portedStylesBC010 input,
.portedStylesBC010 select,
.portedStylesBC010 textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

.portedStylesBC010 button,
.portedStylesBC010 input {
  line-height: normal;
  *overflow: visible;
}

.portedStylesBC010 table button,
.portedStylesBC010 table input {
  *overflow: auto;
}

.portedStylesBC010 button,
.portedStylesBC010 input[type=button],
.portedStylesBC010 input[type=reset],
.portedStylesBC010 input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

.portedStylesBC010 input[type=checkbox],
.portedStylesBC010 input[type=radio] {
  box-sizing: border-box;
}

.portedStylesBC010 input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.portedStylesBC010 input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.portedStylesBC010 button::-moz-focus-inner,
.portedStylesBC010 input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.portedStylesBC010 textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

.portedStylesBC010 input:invalid,
.portedStylesBC010 textarea:invalid {
  background-color: #f0dddd;
}

.portedStylesBC010 table {
  border-collapse: collapse;
  border-spacing: 0;
}

.portedStylesBC010 td {
  vertical-align: top;
}

.portedStylesBC010 .ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}

.portedStylesBC010 .ir br {
  display: none;
}

.portedStylesBC010 .hidden {
  display: none !important;
  visibility: hidden;
}

.portedStylesBC010 .visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.portedStylesBC010 .visuallyhidden.focusable:active,
.portedStylesBC010 .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.portedStylesBC010 .invisible {
  visibility: hidden;
}

.portedStylesBC010 .clearfix:before,
.portedStylesBC010 .clearfix:after {
  content: "";
  display: table;
}

.portedStylesBC010 .clearfix:after {
  clear: both;
}

.portedStylesBC010 .clearfix {
  zoom: 1;
}

@media print {
  .portedStylesBC010 {
    /*
      * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
      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: ""; } 
      pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
      thead { display: table-header-group; }
      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; }

    */
  }

  .portedStylesBC010 .tipHolder {
    display: none;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .portedStylesBC010 body {
    background: none;
  }
}

.portedStylesBC010 .footer a,
.portedStylesBC010 .footer a:visited,
.portedStylesBC010 .footer a:link {
  background-image: none;
}

.portedStylesBC010 h1 {
  font-size: 1.5em;
  color: #000000;
  margin: 0 0 10px 0;
}

.portedStylesBC010 h2 {
  font-size: 1em;
  color: #00007F;
  margin: 0 0 10px 0;
}

.portedStylesBC010 img {
  border: 0;
}

.portedStylesBC010 .left {
  float: left;
}

.portedStylesBC010 .right {
  float: right;
}

.portedStylesBC010 .newsItem img.right {
  float: left;
  padding: 0 10px 0 0;
}

.portedStylesBC010 .clear {
  clear: both;
}

.portedStylesBC010 .hidden {
  display: none;
}

.portedStylesBC010 .container {
  width: 990px;
  margin: auto;
}

.portedStylesBC010 .header {
  position: relative;
}

.portedStylesBC010 .content {
  padding: 6px 0 0 0;
  background: #F2F5F6 url("../../../images/shd/outer_content_top.jpg") no-repeat left top;
  float: left;
  width: 990px;
}

.portedStylesBC010 .content_main {
  padding: 0 10px 0 10px;
  background: #CFD9DE url("../../../images/shd/outer_content_bg.jpg") repeat-x left top;
  float: left;
  width: 970px;
}

.portedStylesBC010 .content_main_bot {
  padding: 0 0 10px 0;
  background: #CFD9DE url("../../../images/shd/outer_content_bot.jpg") no-repeat left bottom;
  float: left;
  width: 990px;
}

.portedStylesBC010 .orange {
  color: #FF5800;
}

.portedStylesBC010 div#tipDiv {
  background-color: white;
  border: 1px dashed #75666D;
  color: White;
  float: left;
  font-size: 11px;
  left: 0px;
  line-height: 1.2;
  opacity: 0.9;
  padding: 1px;
  position: absolute;
  top: 0pt;
  visibility: hidden;
  z-index: 10000;
}

.portedStylesBC010 .imgleft {
  float: left;
  margin-bottom: 8px;
  margin-right: 8px;
}

.portedStylesBC010 .redText {
  color: #990000;
}

.portedStylesBC010 .zoomImg,
.portedStylesBC010 img.zoomImg:hover,
.portedStylesBC010 img.zoomImg,
.portedStylesBC010 img.zoomImg a,
.portedStylesBC010 img.zoomImg a:hover {
  cursor: url("../../../images/shd/magnify.cur"), pointer !important;
}

.portedStylesBC010 html > body div#popup a#visitCommercial,
.portedStylesBC010 html > body div#popup a#continueToResidential {
  margin-left: 34px;
}

.portedStylesBC010 div#popup a#continueToResidential {
  margin-left: 17px;
}

.portedStylesBC010 div#popup a#visitCommercial {
  margin-left: 32px;
}

.portedStylesBC010 .rss {
  margin-left: 1em;
}

.portedStylesBC010 #previousBasket_messages,
.portedStylesBC010 #previousOrder_messages {
  display: block;
  float: left;
  width: 595px;
  z-index: 30000;
  background: url("../../../images/shd/prev_basket_pop_top.png") no-repeat left top;
  padding: 21px 0 0 0;
  color: #6D6F71;
  position: absolute;
  left: 0;
}

.portedStylesBC010 #previousBasket_messages .basket_messages_bot,
.portedStylesBC010 #previousOrder_messages .order_messages_bot {
  background: url("../../../images/shd/prev_basket_pop_bot.png") no-repeat left top;
  width: 595px;
}

.portedStylesBC010 #previousBasket_messages .basket_messages_mid,
.portedStylesBC010 #previousOrder_messages .order_messages_mid {
  background: url("../../../images/shd/prev_basket_pop_mid.png") repeat-y left top;
  width: 786px;
}

.portedStylesBC010 #basket_loading {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #EEEEEE;
  color: #000000;
  font-size: 0.9em;
  left: 50%;
  margin-left: -110px;
  padding: 10px;
  position: fixed;
  text-align: center;
  top: 100px;
}

.portedStylesBC010 #basket_loading p {
  margin: 0 0 4px 0;
}

.portedStylesBC010 #previousBasket_messages .closeBtn,
.portedStylesBC010 #previousOrder_messages .closeBtn {
  width: 552px;
  text-align: right;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
}

.portedStylesBC010 .middle_column #previousBasket_messages h3,
.portedStylesBC010 .middle_column #previousOrder_messages h3 {
  margin: 10px 0 2px;
}

.portedStylesBC010 .basket_messages_mid,
.portedStylesBC010 .order_messages_mid {
  padding: 0 20px 0 20px;
  width: 786px;
  background: url("../../../images/shd/basket_pop_mid.png") repeat-y left top;
}

.portedStylesBC010 .basket_messages_bot,
.portedStylesBC010 .order_messages_bot {
  background: url("../../../images/shd/basket_pop_bot.png") no-repeat left top;
  padding: 21px 0 0 0;
  width: 826px;
}

.portedStylesBC010 .LoginMessage {
  clear: left;
  float: left;
}

.portedStylesBC010 #buyInfoPanel .noBuyPanel {
  border-left: none;
  width: 570px;
  margin-left: 0px;
  padding-left: 0;
}

.portedStylesBC010 .productListFilter {
  background: url("../sass_ported/images/shd/table_divider.gif") no-repeat scroll left top #0039A6;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: bold;
  padding: 24px 0 5px 10px;
  text-align: left;
  width: 560px;
  float: left;
}

.portedStylesBC010 .productListFilter #prodText {
  float: left;
  margin-top: 4px;
}

.portedStylesBC010 .productListFilter div {
  float: right;
}

.portedStylesBC010 .productListFilter select {
  float: left;
}

.portedStylesBC010 body .container .content .middle_column .productListFilter div a.button1 {
  float: left;
  margin-top: 2px;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 0px;
}

.portedStylesBC010 .productListFilter div span {
  margin-top: 4px;
  float: left;
  display: block;
  margin-right: 3px;
}

.portedStylesBC010 .productListFilter #productListFilterSorter {
  font-size: 0.85em;
}

.portedStylesBC010 .last {
  margin-right: 0 !important;
}

.portedStylesBC010 .helper {
  display: block;
  overflow: hidden;
  height: 0;
  padding-top: 32px;
  width: 32px;
  background-image: url("../../../images/fence-builder/helpButton.jpg");
  background-repeat: no-repeat;
}

.portedStylesBC010 #customerDet label {
  float: left;
  width: 100px;
}

.portedStylesBC010 #customerDet input {
  float: left;
}

.portedStylesBC010 #customerDet li {
  clear: left;
  display: block;
  height: 20px;
  margin-bottom: 5px;
}

.portedStylesBC010 .checkoutCustomerDetails p {
  margin-top: 0;
}

.portedStylesBC010 .checkoutCustomerDetails {
  float: left;
  width: 100%;
}

.portedStylesBC010 .middle_column .checkoutVS li {
  background: none;
}

.portedStylesBC010 .tipHolder {
  display: block;
  position: fixed !important;
  right: 0;
  bottom: 0;
}

.portedStylesBC010 .tipHolder .cornerImg {
  display: block;
  z-index: 2;
  position: fixed !important;
  right: 0;
  bottom: 0;
}

.portedStylesBC010 span.arrow {
  position: relative;
  bottom: 9px;
}

.portedStylesBC010 #cricket {
  color: #ffffff;
  font-family: Arial;
  background: url("../../../images/shd/cricket_back_pop.jpg") no-repeat -3px -3px;
  border: 1px solid #ffffff;
  width: 445px;
  height: 580px;
  PADDING-LEFT: 10PX;
  background-color: #1E57A7;
}

.portedStylesBC010 #cricket .family {
  float: left;
  width: 200px;
  padding-left: 11px;
  background: url("../../../images/shd/family.jpg") no-repeat 7px -4px;
}

.portedStylesBC010 #cricket .family span a {
  height: 0;
  display: block;
  overflow: hidden;
}

.portedStylesBC010 #cricket .clubs span a {
  height: 0;
  display: block;
  overflow: hidden;
}

.portedStylesBC010 #cricket .family span a:hover {
  display: block;
  width: 1px;
  overflow: hidden;
}

.portedStylesBC010 #cricket .family div {
  font-size: 12px;
  width: 193px;
  padding-top: 11px;
  padding-bottom: 2px;
}

.portedStylesBC010 #cricket .clubs {
  float: right;
  width: 218px;
  background: url("../../../images/shd/club.jpg") no-repeat -8px -1px;
}

.portedStylesBC010 #cricket .clubs div {
  font-size: 12px;
  width: 193px;
  padding-top: 11px;
  padding-bottom: 2px;
}

.portedStylesBC010 .orangeBox span {
  width: 200px;
  height: 43px;
  font: bold 12px Arial;
  text-align: center;
  padding-top: 5px;
  color: #ffffff;
  display: block;
  float: left;
}

.portedStylesBC010 #cricket .header {
  font-size: 24px;
  font-weight: bold;
  padding-left: 44px;
}

.portedStylesBC010 #cricket .list_content span a {
  text-decoration: none;
  color: #ffffff;
}

.portedStylesBC010 #cricket .list_content img {
  border: 3px #ffffff solid;
  margin: 4px 10px 10px 7px;
}

.portedStylesBC010 #cricket .footer {
  clear: both;
  color: #333333;
  padding-left: 25px;
  font-size: 13px;
  width: 415px;
  font-weight: bold;
  margin-top: 0px;
}

.portedStylesBC010 #cricket .footer span {
  padding-left: 50px;
}

.portedStylesBC010 #cricket .list_content {
  padding-top: 10px;
  width: 440px;
  background: transparent;
}

.portedStylesBC010 #cricket .sub_header {
  font-size: 18px !important;
  padding-left: 77px;
}

.portedStylesBC010 #cricket .foot_logo {
  position: relative;
  right: 9px;
  top: 60px;
  float: right;
  border: 0 !important;
  margin: 0 !important;
}

.portedStylesBC010 .gen_ibox_footer_wrapper a {
  color: #ffffff;
}

.portedStylesBC010 .orangeBox {
  height: 45px;
  width: 200px;
  display: inline;
}

.portedStylesBC010 .orangeBox a {
  width: 199px;
}

.portedStylesBC010 .voucher {
  border: 0 !important;
  clear: left;
  height: 36px;
  width: 154px;
  margin-top: 0px !important;
}

.portedStylesBC010 .orangeBox a.cricketLink {
  width: 199px;
  padding-top: 50px;
  height: 0;
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  float: left;
  overflow: hidden;
  margin: 0 0 1px 18px;
  background: url("../../../images/shd/cricket_btn_sprite.gif");
}

.portedStylesBC010 a.cricketLink:hover {
  background: url("../../../images/shd/cricket_btn_sprite.gif") no-repeat 0 -50px;
}

.portedStylesBC010 .orangeBox a.familyB:hover {
  background: url("../../../images/shd/family_btn_sprite.gif") no-repeat 0 -50px;
}

.portedStylesBC010 .orangeBox a.familyB {
  width: 199px;
  padding-top: 50px;
  height: 0;
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  float: left;
  overflow: hidden;
  margin: 0 1px 1px 9px;
  background: url("../../../images/shd/family_btn_sprite.gif");
}

.portedStylesBC010 .cl {
  clear: both;
}

.portedStylesBC010 .downButn {
  background: url("../sass_ported/images/shd/downlBack.jpg");
  height: 262px;
  width: 275px;
}

.portedStylesBC010 .downButn a.orangeButn {
  position: relative;
  top: 231px;
  left: 149px;
  text-decoration: none !important;
  color: #ffffff !important;
  background: url("../sass_ported/images/shd/orangeSprite.jpg") no-repeat 0 0;
  height: 22px;
  width: 120px;
  padding: 8px 8px 7px 10px;
  font: 12px Arial;
  font-weight: bold;
}

.portedStylesBC010 a.orangeButn:hover {
  background: url("../sass_ported/images/shd/orangeSprite.jpg") no-repeat 0 -29px;
}

.portedStylesBC010 #divBskFooter {
  position: relative;
  top: -20px;
}

.portedStylesBC010 #divBskFooterLeft {
  clear: left;
}

.portedStylesBC010 #divBskFooterLeft .button1 {
  margin-right: 5px;
}

.portedStylesBC010 #header {
  font-size: 0.938em;
}

.portedStylesBC010 #headerMain {
  float: left;
  width: 990px;
}

.portedStylesBC010 #logo {
  float: left;
  width: 192px;
}

.portedStylesBC010 #headerHelp {
  float: left;
  width: 485px;
  margin-left: 10px;
  position: relative;
  min-height: 52px;
}

.portedStylesBC010 #basket {
  float: left;
  width: 275px;
  margin-left: 10px;
  padding: 4px;
  height: 44px;
  background-image: url("../../../images/shd2/shop.gif");
  background-repeat: no-repeat;
  color: #708F9E;
  position: relative;
}

.portedStylesBC010 #basket h3 {
  position: absolute;
  left: 10px;
  top: 6px;
  padding: 0;
  margin: 0;
  font-size: 1.1em;
  background-image: url("../../../images/shd2/cart.png");
  background-repeat: no-repeat;
  padding-left: 25px;
}

.portedStylesBC010 #basket h3 a {
  color: #708E9E;
}

.portedStylesBC010 #basket h3 a:hover {
  color: #666;
}

.portedStylesBC010 #basketInfo {
  position: absolute;
  left: 10px;
  bottom: 9px;
  width: 173px;
}

.portedStylesBC010 #basketInfo li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-right: 3px;
}

.portedStylesBC010 #basketBtns {
  position: absolute;
  right: 4px;
  top: 6px;
  width: 90px;
}

.portedStylesBC010 #basketBtns li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-right: 3px;
}

.portedStylesBC010 #basketBtns li a {
  background-image: url("../../../images/shd2/arrow.png");
  padding-right: 7px;
  background-repeat: no-repeat;
  background-position: right center;
  color: #708F9E;
}

.portedStylesBC010 #checkoutBtn {
  position: absolute;
  right: 6px;
  bottom: 6px;
  display: block;
  background-image: url("../../../images/shd2/checkout.png");
  width: 90px;
  padding-top: 22px;
  height: 0;
  overflow: hidden;
}

.portedStylesBC010 #basketError {
  width: 216px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 50;
  float: left;
  background-image: url("../../../images/shd2/error_bkg.png");
  color: #fff;
  background-position: left bottom;
  background-repeat: no-repeat;
  display: none;
}

.portedStylesBC010 #basketErrorInner {
  width: 196px;
  padding: 5px 10px 10px;
  float: left;
  text-shadow: 1px 1px 0px #627C88;
}

.portedStylesBC010 #basketError p {
  margin: 0;
  padding: 0 0 6px 0;
  color: #fff;
  font-weight: normal;
}

.portedStylesBC010 .closeError {
  position: absolute;
  right: 7px;
  top: 3px;
  padding-right: 6px;
  font-size: 11px;
  cursor: pointer;
  background-image: url("../../../images/shd2/close.png");
  background-repeat: no-repeat;
  overflow: hidden;
  background-position: right center;
  padding-top: 24px;
  height: 0;
  padding-top: 24px;
  width: 16px;
}

.portedStylesBC010 #basketErrorInner .errorTitle {
  font-size: 14px;
  padding-bottom: 3px;
}

.portedStylesBC010 #basketErrorInner a {
  font-weight: bold;
  color: #fff;
  text-decoration: underline;
}

.portedStylesBC010 #planningAccount {
  background-image: url("../../../images/shd2/top_silver_bkg.png");
  background-repeat: repeat-x;
  width: 990px;
  font-size: 0.938em;
  float: left;
  margin-bottom: 15px;
}

.portedStylesBC010 #planningAccount li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding: 5px 5px 5px 0;
}

.portedStylesBC010 #planningAccount li a {
  background-image: url("../../../images/shd2/arrow.png");
  padding-right: 10px;
  background-repeat: no-repeat;
  background-position: right center;
  color: #666666;
}

.portedStylesBC010 #planningAccount ul,
.portedStylesBC010 #headerMain ul,
.portedStylesBC010 #headerBtns {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.portedStylesBC010 #planningAccount #planningTools {
  float: left;
  width: 760px;
  padding-left: 10px;
}

.portedStylesBC010 #planningAccount #accountLogin {
  float: left;
  width: 210px;
  padding-right: 10px;
  text-align: right;
}

.portedStylesBC010 #headerBtns {
  padding-bottom: 8px;
  float: left;
  font-weight: bold;
  width: 990px;
}

.portedStylesBC010 #headerBtns li {
  display: block;
  float: left;
  background-image: url("../../../images/shd2/second_nav_button_dark.png");
  background-repeat: no-repeat;
  text-align: center;
  width: 243px;
  height: 18px;
  margin-right: 6px;
}

.portedStylesBC010 #headerBtns li:hover {
  background-position: 0 -18px;
}

.portedStylesBC010 #headerBtns li a {
  color: #fff;
  padding-top: 3px;
  vertical-align: middle;
}

.portedStylesBC010 #phoneUs {
  margin: 0;
  padding: 15px 0 0 0;
  display: block;
  float: left;
  font-weight: bold;
  width: 300px;
}

.portedStylesBC010 #phoneTag {
  padding-left: 25px;
  background-image: url("../../../images/shd2/phoneIcon.png");
  background-repeat: no-repeat;
  float: left;
  width: 300px;
}

.portedStylesBC010 #phoneNumber {
  float: left;
  width: 300px;
  color: #0039A5;
  font-size: 1.406em;
}

.portedStylesBC010 a {
  text-decoration: none;
  color: #666666;
}

.portedStylesBC010 a:hover,
.portedStylesBC010 a.over {
  color: #FF5800;
}

.portedStylesBC010 a span {
  cursor: pointer;
}

.portedStylesBC010 .last {
  margin-right: 0;
}

.portedStylesBC010 #customersWhoBoughtThis .imgHolder {
  margin: 10px 0 0 20px;
}

.portedStylesBC010 #CustomersBoughtX {
  float: left;
}

.portedStylesBC010 #CustomersBoughtX ul {
  position: relative;
  padding-bottom: 20px;
  float: left;
}

.portedStylesBC010 #CustomersBoughtX ul li {
  list-style-type: none;
  font-size: 0.85em;
  background: none;
  display: inline;
  float: left;
  margin: 0 5px 10px 14px;
  width: 115px;
}

.portedStylesBC010 #CustomersBoughtX .qtyBasket {
  position: absolute;
  bottom: 0;
}

.portedStylesBC010 #customersWhoBoughtThis h3 {
  background: url("../sass_ported/images/shd/table_divider.gif") no-repeat scroll left top #0039A6;
  border-bottom: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: bold;
  padding: 24px 0 5px 10px;
  text-align: left;
  width: 560px;
  float: left;
}

.portedStylesBC010 #customersWhoBoughtThis abbr {
  float: left;
  width: 120px;
  height: 170px;
  background-color: #cfd9de;
}

.portedStylesBC010 #customersWhoBoughtThis .imgHolder {
  height: 65px;
  width: 100px;
  float: left;
  margin-left: 15px;
}

.portedStylesBC010 #customersWhoBoughtThis .salePrice {
  display: none;
  clear: left;
  color: #990000;
}

.portedStylesBC010 #customersWhoBoughtThis .onSale .salePrice {
  display: block;
}

.portedStylesBC010 #customersWhoBoughtThis .onSale .price {
  text-decoration: line-through;
}

.portedStylesBC010 #relatedFencePanelProds ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 0.9em;
}

.portedStylesBC010 #outerRelated {
  width: 424px;
  display: block;
  float: right;
  background-image: url("../../../images/shd/rightWhiteTop.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 5px;
}

.portedStylesBC010 #outerRelated .outerRelatedMid {
  width: 416px;
  padding-left: 8px;
  background-image: url("../../../images/shd/rightWhiteMiddle.png");
  background-repeat: repeat-y;
  background-position: left top;
  float: left;
  height: 214px;
}

.portedStylesBC010 #outerRelated .outerRelatedBtm {
  width: 424px;
  background-image: url("../../../images/shd/rightWhiteBottom.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 10px;
  float: left;
}

.portedStylesBC010 #relatedFencePanelProds {
  float: left;
  display: block;
  overflow-y: scroll;
  height: 157px;
  width: 405px;
  margin-bottom: 5px;
  position: relative;
  overflow-x: hidden;
}

.portedStylesBC010 #basket_messages .basket {
  width: 342px;
  height: 68px;
  background-image: url("../../../images/shd/leftGreyTop.png");
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  display: block;
  padding-top: 5px;
}

.portedStylesBC010 #basket_messages .basket .basketMid {
  width: 342px;
  background-image: url("../../../images/shd/leftGreyMid.png");
  background-repeat: repeat-y;
  background-position: left top;
  float: left;
  display: block;
  padding: 3px 8px;
}

.portedStylesBC010 #basket_messages .basket .basketBtm {
  width: 342px;
  background-image: url("../../../images/shd/leftGreyBottom.png");
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  display: block;
  padding-bottom: 5px;
}

.portedStylesBC010 #basket_messages .outerBasket {
  width: 358px;
  height: 118px;
  float: left;
  display: block;
  padding-right: 4px;
  background-image: url("../../../images/shd/leftWhiteTop.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 5px;
}

.portedStylesBC010 #basket_messages .outerBasketMid {
  width: 352px;
  padding-left: 6px;
  float: left;
  background-image: url("../../../images/shd/leftWhiteMiddle.png");
  background-repeat: repeat-y;
  background-position: left top;
}

.portedStylesBC010 .hasRelated #basket_messages .outerBasketMid {
  min-height: 104px;
}

.portedStylesBC010 #basket_messages .outerBasketBtm {
  width: 358px;
  float: left;
  background-image: url("../../../images/shd/leftWhiteBottom.png");
  background-repeat: no-repeat;
  padding-top: 10px;
  background-position: left top;
}

.portedStylesBC010 .outerBasket h2,
.portedStylesBC010 #outerRelated h2 {
  font-size: 1.4em;
  color: #0039A5;
  font-family: "Myriad Pro";
  font-weight: normal;
}

.portedStylesBC010 #basket_messages .basket .title {
  width: 228px;
  display: block;
  float: left;
  padding-top: 10px;
  padding-left: 10px;
}

.portedStylesBC010 .img .productImg {
  background-image: url("../../../images/shd2/bubble.png");
  background-repeat: no-repeat;
  background-position: left top;
  padding: 14px 16px 14px 38px;
  position: absolute;
  top: 2px;
  left: 15px;
  display: none;
  z-index: 1;
}

.portedStylesBC010 #relatedFencePanelProds .odd {
  position: relative;
}

.portedStylesBC010 #relatedFencePanelProds .odd {
  background-color: #F5F5F5;
}

.portedStylesBC010 .prodListLightboxGroup {
  position: relative;
}

.portedStylesBC010 #relatedFencePanelProds .img {
  padding: 0;
  position: relative;
  padding-left: 5px;
}

.portedStylesBC010 #relatedFencePanelProds tr {
  text-align: left;
  font-size: 0.85em;
  position: relative;
  min-height: 52px;
}

.portedStylesBC010 #relatedFencePanelProds tr a {
  color: #666;
}

.portedStylesBC010 .camera {
  background-image: url("../../../images/shd2/camera.png");
  background-repeat: no-repeat;
  background-position: left top;
  overflow: hidden;
  height: 0;
  float: left;
  padding-top: 13px;
}

.portedStylesBC010 #relatedFencePanelProds tr td {
  padding-top: 5px !important;
}

.portedStylesBC010 .basketMid img {
  float: left;
  display: block;
}

.portedStylesBC010 .continueBtn {
  background-image: url("../../../images/shd/continueBtn.png");
  background-repeat: no-repeat;
  height: 16px;
  float: right;
  color: #FFF;
  font-size: 0.8em;
  padding: 3px 8px 2px 8px;
  width: 139px;
  text-align: center;
}

.portedStylesBC010 .checkoutBtn {
  background-image: url("../../../images/shd/checkoutBtn.png");
  background-repeat: no-repeat;
  height: 16px;
  float: right;
  color: #FFF;
  font-size: 0.8em;
  padding: 3px 5px 2px 11px;
  width: 139px;
}

.portedStylesBC010 .checkoutBtn:visited {
  color: #FFF;
}

.portedStylesBC010 .checkoutBtn:hover {
  color: #FFF;
  background-position: left -22px;
}

.portedStylesBC010 .continueBtn:hover {
  color: #FFF;
  background-position: left -22px;
}

.portedStylesBC010 .continueBtn:visited {
  color: #FFF;
}

.portedStylesBC010 .addToBasket {
  background-image: url("../../../images/shd/checkoutBtn.png");
  background-repeat: no-repeat;
  font-size: 0.8em;
  float: right;
  height: 16px;
  color: #FFF;
  width: 124px;
  padding: 2px 15px 3px 25px;
}

.portedStylesBC010 .addToBasket:hover {
  color: #FFF;
  background-position: left -22px;
}

.portedStylesBC010 .addToBasket:visited {
  color: #FFF;
}

.portedStylesBC010 #outerRelated .relatedProducts {
  background-image: url("../../../images/shd/relatedProducts.png");
  background-repeat: no-repeat;
  overflow: hidden;
  height: 0;
  padding-top: 19px;
  float: left;
}

.portedStylesBC010 #outerRelated .relatedProducts {
  background-image: url("../../../images/shd/relatedProducts.png");
  background-repeat: no-repeat;
  overflow: hidden;
  height: 0;
  padding-top: 19px;
  float: left;
  margin-top: 2px;
}

.portedStylesBC010 .outerBasketMid .productAddedToBasket {
  background-image: url("../../../images/shd/productAddedToBasket.png");
  background-repeat: no-repeat;
  overflow: hidden;
  height: 0;
  padding-top: 19px;
  float: left;
  margin-top: 2px;
  width: 330px;
}

.portedStylesBC010 #relatedPanelThankYou .content {
  background-image: url("../../../images/shd/summaryTop.png");
  background-repeat: no-repeat;
  width: 330px;
  background-color: transparent;
  float: left;
  padding: 18px 18px 0px;
}

.portedStylesBC010 #relatedPanelThankYou .bottom {
  background-image: url("../../../images/shd/summaryBtm.png");
  background-repeat: no-repeat;
  width: 365px;
  background-color: transparent;
  height: 16px;
  float: left;
}

.portedStylesBC010 #relatedPanelThankYou .contentInner {
  background-image: url("../../../images/shd/summaryInnerTop.png");
  background-repeat: no-repeat;
  width: 365px;
  background-color: transparent;
  float: left;
  width: 310px;
  padding: 15px 12px 0;
}

.portedStylesBC010 #relatedPanelThankYou .contentInner p {
  margin-bottom: 0px;
}

.portedStylesBC010 #relatedPanelThankYou .contentInner h2 {
  margin-bottom: 0px;
}

.portedStylesBC010 #relatedPanelThankYou .contentBtm {
  background-image: url("../../../images/shd/summaryInnerBtm.png");
  background-repeat: no-repeat;
  width: 330px;
  background-color: transparent;
  float: left;
  height: 16px;
  padding-bottom: 3px;
}

.portedStylesBC010 #relatedPanelThankYou .content .checkoutBtn {
  float: right;
}

.portedStylesBC010 #EOSWidget_container .regField {
  width: 190px;
}

.portedStylesBC010 #basketContainer {
  z-index: 3000;
  display: none;
}

.portedStylesBC010 #basketContainer.noRelated #outerRelated {
  display: none;
}

.portedStylesBC010 #basketContainer.noRelated #value_disc_msg {
  width: 420px;
  padding: 0 0 0 4px;
}

.portedStylesBC010 #shoppingButtons {
  width: 100%;
  float: right;
}

.portedStylesBC010 .noRelated #basket_messages {
  background-image: url("../../../images/shd/norelated_pop_top.png");
  background-repeat: no-repeat;
  width: 396px;
}

.portedStylesBC010 .noRelated #basket_messages .basket_messages_mid {
  background-image: url("../../../images/shd/norelated_pop_mid.png");
  background-repeat: no-repeat;
  background-repeat: repeat-y;
  width: 356px;
}

.portedStylesBC010 .noRelated #basket_messages .basket_messages_bot {
  background-image: url("../../../images/shd/norelated_pop_btm.png");
  background-repeat: no-repeat;
  width: 396px;
}

.portedStylesBC010 .noRelated #basket_messages .basket_messages_mid #value_disc_msg {
  width: 350px;
}

.portedStylesBC010 #headerHelp .radioBtns {
  position: absolute;
  bottom: 2px;
  right: 33px;
}

.portedStylesBC010 #headerHelp .radioBtns label {
  padding-right: 5px;
}

.portedStylesBC010 .homeTitle {
  display: none;
}

.portedStylesBC010 .highlightSearch {
  background-color: #E7ECEF;
  border: 1px solid #CFD9DE;
  float: left;
  padding: 0 5px;
}

.portedStylesBC010 .highlightSearch b {
  font-weight: normal;
}

.portedStylesBC010 .wide-image .swControls #pageCounter {
  text-decoration: none;
  margin-left: 5px;
  padding: 14px 0 10px;
  width: 340px;
  margin-right: 0;
}

.portedStylesBC010 .swControls #pageCounter {
  text-decoration: none;
  margin-left: 5px;
  margin-right: 52px;
  padding: 5px 0;
}

.portedStylesBC010 .wide-image #pauseButton {
  background-image: url("../../../images/shd/pause.png");
  background-repeat: no-repeat;
  height: 0;
  padding-top: 13px;
  overflow: hidden;
  float: left;
  width: 8px;
  margin: 14px 5px 0 10px;
  display: block;
  cursor: pointer;
}

.portedStylesBC010 #pauseButton {
  background-image: url("../../../images/shd/pause.png");
  background-repeat: no-repeat;
  height: 0;
  padding-top: 13px;
  overflow: hidden;
  float: left;
  width: 8px;
  margin: 5px 5px 0 10px;
  display: block;
  cursor: pointer;
}

.portedStylesBC010 .wide-image #resumeButton {
  background-image: url("../../../images/shd/play.png");
  background-repeat: no-repeat;
  height: 0;
  padding-top: 13px;
  overflow: hidden;
  float: left;
  width: 12px;
  margin: 14px 5px 0 5px;
  display: none;
  cursor: pointer;
}

.portedStylesBC010 #resumeButton {
  background-image: url("../../../images/shd/play.png");
  background-repeat: no-repeat;
  height: 0;
  padding-top: 13px;
  overflow: hidden;
  float: left;
  width: 12px;
  margin: 5px 5px 0 5px;
  display: none;
  cursor: pointer;
}

.portedStylesBC010 .paused #pauseButton {
  display: none;
}

.portedStylesBC010 .paused #resumeButton {
  display: block;
}

.portedStylesBC010 .resume #pauseButton {
  display: block;
}

.portedStylesBC010 .resume #resumeButton {
  display: none;
}

.portedStylesBC010 #prevPage,
.portedStylesBC010 #nextPage {
  cursor: pointer;
}

.portedStylesBC010 #nextPage {
  float: right;
}

.portedStylesBC010 .wide-image .swControls #title {
  width: 150px;
  float: left;
  text-align: right;
  margin: 12px 0;
}

.portedStylesBC010 .wide-image #ulProdImgs li {
  display: none;
}

.portedStylesBC010 .wide-image #title {
  display: block;
}

.portedStylesBC010 #title {
  display: none;
}

.portedStylesBC010 .productItem {
  overflow: hidden;
  margin: 45px 0;
}

.portedStylesBC010 .productItem .productImg {
  float: right;
  width: 35%;
  margin-top: 28px;
}

.portedStylesBC010 .productItem h2 {
  display: inline;
  padding-bottom: 12px;
}

.portedStylesBC010 .productItem ul.productList {
  float: left;
  width: 62%;
  margin-right: 3%;
  margin: 7px 0;
}

.portedStylesBC010 .productItem .button1 {
  float: left;
  display: block;
  height: 14px;
  clear: both;
}

.portedStylesBC010 .productTop h2 {
  display: inline-block;
  margin: 10px 0;
}

.portedStylesBC010 p.fenceBuilderBtn {
  display: inline-block;
}

.portedStylesBC010 .otherProds a.timber_button1 {
  display: inline-block;
  float: none;
}

.portedStylesBC010 :focus {
  outline: none;
}

.portedStylesBC010 #moreLatestNewsList {
  overflow: hidden;
  padding-top: 20px;
}

.portedStylesBC010 #moreLatestNewsList img {
  display: none;
}

.portedStylesBC010 #moreLatestNewsList > div div {
  width: 268px;
  float: left;
  height: 175px;
  background: #fafafa;
  padding: 5px;
  margin: 0 5px 5px 0;
  position: relative;
}

.portedStylesBC010 #moreLatestNewsList.headed-box.bordered-box.padded-box.text-list > div div {
  height: auto;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.portedStylesBC010 #moreLatestNewsList .headline a {
  color: #6D6F71;
  text-decoration: none;
}

.portedStylesBC010 #moreLatestNewsList .headline a:hover {
  text-decoration: underline;
}

.portedStylesBC010 .newsListBtn {
  float: right !important;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.portedStylesBC010 .postcrete2 p {
  padding-top: 40px;
}

.portedStylesBC010 .halfPriceDeliveryGuide {
  position: absolute;
  padding-top: 15px;
  font-family: Jacksons, Arial, sans-serif;
  color: #ffffff;
  background-image: url("http://staging.jacksons-fencing.co.uk/pages/images/db_img.image?id=13912&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true");
  height: 345px;
  width: 965px;
}

.portedStylesBC010 .halfPriceDeliveryGuide a {
  color: #fff;
  text-decoration: none;
}

.portedStylesBC010 .halfPriceDeliverySeeOffer {
  font-weight: 700;
  font-size: 22px;
  left: 15px;
  top: 246px;
  position: absolute;
}

.portedStylesBC010 .halfPriceDeliverySeeOffer:hover {
  text-decoration: underline;
}

.portedStylesBC010 .halfPriceDeliveryFencingGuide {
  position: absolute;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  background-image: url("http://www.jackson-fencing.co.uk/pages/images/db_img.image?id=13915&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true");
  background-repeat: no-repeat;
  background-position: 0 -124px;
  width: 94px;
  height: 89px;
  padding: 35px 15px 0 15px;
  display: block;
  left: 265px;
  top: 105px;
}

.portedStylesBC010 .halfPriceDeliveryFencingGuide:hover {
  background-position: 0 0;
}

.portedStylesBC010 .halfPriceDeliveryGuide .halfPriceDeliveryFencingGuide .halfPriceDownloadSpan {
  font-size: 12px;
}

.portedStylesBC010 .halfPriceDeliveryEqSolution {
  position: absolute;
  font-weight: normal;
  font-size: 16px;
  text-align: center;
  background-image: url("http://www.jackson-fencing.co.uk/pages/images/db_img.image?id=13915&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true");
  background-repeat: no-repeat;
  background-position: 0 -124px;
  width: 124px;
  height: 89px;
  padding-top: 35px;
  display: block;
  top: 115px;
  right: 45px;
}

.portedStylesBC010 .halfPriceDeliveryEqSolution:hover {
  background-position: 0 0;
}

.portedStylesBC010 .halfPriceDeliveryGuide .halfPriceDeliveryEqSolution .halfPriceDownloadSpan {
  font-size: 12px;
}

.portedStylesBC010 #ctl00_ctl00_CookiePermissions_cookieMessageContainer,
.portedStylesBC010 #ctl00_CookiePermissions_cookieMessageContainer {
  margin: 10px 0;
  z-index: 1000;
}

.portedStylesBC010 #cookieMessage {
  background-color: #eeeef2;
  color: #333;
  overflow: hidden;
  padding: 10px;
}

.portedStylesBC010 #cookieClose {
  background: url("../../../images/cookies_close.png") no-repeat;
  width: 16px;
  height: 16px;
  float: right;
  margin: 2px 2px 0 0;
  cursor: pointer;
}

.portedStylesBC010 #cookieMessageText {
  float: left;
  width: 95%;
}

.portedStylesBC010 #cookieMessageText p {
  font-size: 12px;
  line-height: 1.2em;
  margin: 0;
}

.portedStylesBC010 #cookieMessageText a,
.portedStylesBC010 #cookieMessageText a:link {
  color: #0039A5;
  text-decoration: none;
}

.portedStylesBC010 #cookieMessageText a:hover {
  color: #F56010;
  text-decoration: underline;
}

.portedStylesBC010 div.error {
  width: auto;
  font-weight: bold;
}

.portedStylesBC010 div.error > span {
  float: left;
  width: auto;
}

.portedStylesBC010 .tablast {
  margin: 0;
}

.portedStylesBC010 .prevBtn,
.portedStylesBC010 .nextBtn {
  visibility: hidden !important;
}

.portedStylesBC010 .jcarousel-skin-fencebuilder {
  width: 550px !important;
}

.portedStylesBC010 .jcarousel-skin-fencebuilder .jcarousel-container.jcarousel-container-horizontal {
  padding: 0px !important;
  width: auto !important;
}

.portedStylesBC010 .jcarousel-clip.jcarousel-clip-horizontal {
  left: -95px !important;
  width: 660px !important;
  overflow: visible !important;
}

.portedStylesBC010 .reviewSubHeading {
  display: none;
}

.portedStylesBC010 .reviewRatingPanel {
  float: right;
  width: 50%;
}

.portedStylesBC010 .reviewSubHeading {
  float: right;
}

.portedStylesBC010 .productRange .reviewRatingPanel,
.portedStylesBC010 .productFamily .reviewRatingPanel {
  float: right;
  width: 100%;
  margin-bottom: 20px;
}

.portedStylesBC010 .productRange .reviewSubHeading,
.portedStylesBC010 .productFamily .reviewSubHeading {
  display: block;
  margin-right: 10px;
}

.portedStylesBC010 .reviewRatingPanel .rrtItem li,
.portedStylesBC010 .reviewRatingPanel .rrtItem:hover li {
  background: none;
  padding: 0;
}

.portedStylesBC010 .reviewRatingPanel .RadRating.RadRating_Default {
  float: right;
  margin-top: 10px;
}

.portedStylesBC010 .reviewRatingPanel .RadRating.RadRating_Default {
  float: right;
}

.portedStylesBC010 .product_images {
  clear: both;
}

.portedStylesBC010 .searchMeta .reviewRatingPanel p {
  display: none;
}

.portedStylesBC010 .searchMeta .reviewRatingPanel {
  float: left;
  width: 100%;
}

.portedStylesBC010 #megaSearchResults .rrtItem li {
  width: auto;
  padding: 0;
}

.portedStylesBC010 .reviewRatingPanel .RadRating.RadRating_Default {
  margin-bottom: 10px;
}

.portedStylesBC010 .searchMeta .reviewRatingPanel .RadRating.RadRating_Default {
  float: left;
}

.portedStylesBC010 .middle_column li.reviewListStar,
.portedStylesBC010 .middle_column li.reviewListStar:hover {
  background: none !important;
  padding: 0 !important;
  float: left;
  width: 100%;
}

.portedStylesBC010 .reviewListName {
  float: left;
  margin: 0;
  margin-left: 20px;
}

.portedStylesBC010 .reviewSection {
  list-style-type: none;
}

.portedStylesBC010 .reviewListDate,
.portedStylesBC010 .reviewListBody {
  float: left;
  width: 100%;
  clear: both;
  font-size: 12px;
  margin-top: 0;
}

.portedStylesBC010 .reviewListBody {
  margin-bottom: 30px;
}

.portedStylesBC010 .reviewListStarWrap {
  float: left;
  height: 17px;
  width: 90px;
  background: url("../../../images/starSprite.png");
}

.portedStylesBC010 .reviewListStarWrap.star1 {
  background-position: 0px 0px;
}

.portedStylesBC010 .reviewListStarWrap.star2 {
  background-position: 0 68px;
}

.portedStylesBC010 .reviewListStarWrap.star3 {
  background-position: 0 51px;
}

.portedStylesBC010 .reviewListStarWrap.star4 {
  background-position: 0 34px;
}

.portedStylesBC010 .reviewListStarWrap.star5 {
  background-position: 0 17px;
}

.portedStylesBC010 p.button1 {
  width: 120px;
  margin: 0 0 0 30px;
}

.portedStylesBC010 p.button1.noPad {
  margin: 0 0 55px 0;
}

.portedStylesBC010 p.button1 a {
  margin-top: 0 !important;
}

.portedStylesBC010 #productDetails .reviewRatingPanel {
  width: 70%;
}

.portedStylesBC010 .productReview .imgWrap {
  float: none !important;
}

.portedStylesBC010 .RadRating {
  width: 105px !important;
}

.portedStylesBC010 #expert-tip {
  height: 0;
  display: block;
  padding: 37px 0 0 0;
  width: 134px;
  background: url("../../../images/shd/expert-tip.jpg") no-repeat;
  overflow: hidden;
  cursor: pointer;
}

.portedStylesBC010 #did-you-know {
  height: 0;
  display: block;
  padding: 37px 0 0 0;
  width: 176px;
  background: url("../../../images/shd/DYK-tip.jpg") no-repeat;
  overflow: hidden;
  cursor: pointer;
}

.portedStylesBC010 #newsTitleBox h2,
.portedStylesBC010 #authPanel h3,
.portedStylesBC010 .authorLink {
  font-size: 22px;
  font-weight: 400;
  color: #6D6F71;
}

.portedStylesBC010 #authPanel {
  overflow: hidden;
  margin: 20px 0 20px 0;
}

.portedStylesBC010 #authPanel h3 {
  font-size: 18px;
}

.portedStylesBC010 .authorLink {
  font-size: 14px;
  text-decoration: none !important;
}

.portedStylesBC010 .authorLink:hover {
  text-decoration: underline !important;
}

.portedStylesBC010 #newsTitleBox img,
.portedStylesBC010 authPanel img {
  margin: 0 10px 0 0;
  float: left;
}

.portedStylesBC010 .rightContent {
  width: 330px;
  float: right;
}

.portedStylesBC010 .socialLinks,
.portedStylesBC010 #authPanel ol {
  width: 100%;
  float: left;
  display: block;
  margin: 0;
  margin: 0 0 10px 0;
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px 0;
}

.portedStylesBC010 #authPanel ol {
  border: none;
  margin: 0;
}

.portedStylesBC010 .authRight {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-left: 10px;
  padding: 20px 0 14px 0;
  width: 420px;
}

.portedStylesBC010 #newsTitleBox .socialLinks li,
.portedStylesBC010 #authPanel ol li {
  display: block;
  float: left;
  width: 40px;
  height: 40px;
  list-style: none;
  padding: 0;
  margin: 0 10px 0 0;
  background: none;
  line-height: 1;
}

.portedStylesBC010 #newsTitleBox .socialLinks li a,
.portedStylesBC010 #authPanel ol li a {
  color: white;
  font-size: 24px;
  text-decoration: none;
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  border-radius: 50%;
}

.portedStylesBC010 .teamSkype,
.portedStylesBC010 .teamGooglePlus,
.portedStylesBC010 .teamLinkedIn,
.portedStylesBC010 .teamFacebook {
  font-family: "FontAwesome";
  content: "\f0c8";
  color: white;
}

.portedStylesBC010 .teamSkype {
  background: #00aced;
}

.portedStylesBC010 .teamGooglePlus {
  background: #E04B34;
}

.portedStylesBC010 .teamLinkedIn {
  background: #007bb6;
}

.portedStylesBC010 .teamFacebook {
  background: #3b5998;
}

.portedStylesBC010 .teamSkype:hover {
  background: #008ABE;
}

.portedStylesBC010 .teamGooglePlus:hover {
  background: #B33C2A;
}

.portedStylesBC010 .teamLinkedIn:hover {
  background: #006292;
}

.portedStylesBC010 .teamFacebook:hover {
  background: #2F477A;
}

.portedStylesBC010 .teamSkype:before,
.portedStylesBC010 .teamGooglePlus:before,
.portedStylesBC010 .teamLinkedIn:before,
.portedStylesBC010 .teamFacebook:before {
  position: absolute;
  left: 10px;
  top: 9px;
}

.portedStylesBC010 .teamSkype:before {
  content: "\f099";
}

.portedStylesBC010 .teamGooglePlus:before {
  content: "\f0d5";
}

.portedStylesBC010 .teamLinkedIn:before {
  content: "\f0e1";
}

.portedStylesBC010 .teamFacebook:before {
  content: "\f09a";
  left: 13px;
}

.portedStylesBC010 html.touch #left_menu > li > a > span {
  display: none !important;
}

.portedStylesBC010 html.touch #left_menu > li > a > span.prodName {
  display: block !important;
}

.portedStylesBC010 #authPanel .authAvatar img {
  float: left;
}

.portedStylesBC010 #authPanel .authRight {
  float: right;
}

.portedStylesBC010 .blueText.blueText {
  color: #0039A6 !important;
}

.portedStylesBC010 .orangeText.orangeText {
  color: #df5912 !important;
}

.portedStylesBC010 .blogItem {
  width: 50%;
  width: 50%;
  float: left;
  clear: none;
  padding: 10px;
  box-sizing: border-box;
  min-height: 460px;
}

.portedStylesBC010 .blogItem .newsThumb {
  width: 100%;
  float: left;
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.portedStylesBC010 .blogItem .newsThumb a {
  width: 100%;
  float: left;
  display: block;
}

.portedStylesBC010 .blogItem .newsThumb a img {
  width: 100%;
}

.portedStylesBC010 .blogItem .newsLister {
  width: 100%;
  float: left;
}

.portedStylesBC010 .blogItem #moreLatestNewsList {
  width: 100%;
  float: left;
}

.portedStylesBC010 #moreLatestNewsList {
  float: left;
  width: 100%;
}

.portedStylesBC010 .blogItem .newsThumbDate {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #ffffff;
  color: #000000;
  padding: 4px;
  margin: 0;
}

.portedStylesBC010 .middle_column_padding .newsLister a:link,
.portedStylesBC010 .middle_column_padding .newsLister a span {
  font-size: 1.1em;
  text-decoration: none;
}

.portedStylesBC010 .middle_column_padding .newsLister a:hover {
  text-decoration: underline;
}

.portedStylesBC010 #latestNewsList {
  overflow: hidden;
  position: relative;
}

.portedStylesBC010 #page_navigation {
  clear: both;
  width: 100%;
  text-align: center;
}

.portedStylesBC010 #page_navigation .previous_link,
.portedStylesBC010 #page_navigation .next_link {
  font-weight: bold;
}

.portedStylesBC010 #page_navigation .previous_link {
  float: left;
}

.portedStylesBC010 #page_navigation .next_link {
  float: right;
}

.portedStylesBC010 #page_navigation .page_link + .page_link {
  margin-left: 12px;
}

.portedStylesBC010 #main_navigation {
  float: left;
  width: 962px;
  margin: 10px 0 7px 0;
  padding: 2px 8px 3px 20px;
  background: #D8E1E6 url("../../../images/shd/nav_bg.jpg") repeat-y left top;
  font-weight: bold;
  position: relative;
}

.portedStylesBC010 #main_navigation ul {
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.portedStylesBC010 #main_navigation ul.navOn1 {
  margin: 0;
  padding: 0;
  float: left;
  z-index: 10;
  width: 974px;
}

.portedStylesBC010 #main_navigation ul.navOn2 {
  width: 520px;
  border: 1px solid #B2C4DC;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.65);
  -moz-box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.65);
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.65);
}

.portedStylesBC010 #main_navigation .wideNav ul.navOn2 {
  width: 695px;
}

.portedStylesBC010 #main_navigation .shortNav ul.navOn2 {
  width: 170px;
}

.portedStylesBC010 #main_navigation .twoCol ul.navOn2 {
  width: 340px;
}

.portedStylesBC010 #main_navigation ul.navOn3 {
  width: 170px;
  position: static;
  padding-bottom: 20px;
  display: block;
}

.portedStylesBC010 ul.navOn1 li {
  display: block;
  position: relative;
  float: left;
  z-index: 20;
  padding: 0 2px 0 0;
  background: url("../../../images/shd/nav_divider.gif") no-repeat right center;
}

.portedStylesBC010 ul.navOn1 li:last-child {
  background-image: none;
}

.portedStylesBC010 ul.navOn1 li ul {
  width: auto;
  display: none;
  position: absolute;
  z-index: 200;
  right: -1px;
  /* Set 1px less than menu width */
  top: 27px;
}

.portedStylesBC010 ul.navOn1 .navItem1 ul,
.portedStylesBC010 ul.navOn1 .navItem2 ul,
.portedStylesBC010 ul.navOn1 .navItem3 ul,
.portedStylesBC010 ul.navOn1 .navItem4 ul,
.portedStylesBC010 ul.navOn1 .navItem5 ul,
.portedStylesBC010 ul.navOn1 .navItem6 ul {
  right: auto;
  left: -1px;
  /* Set 1px less than menu width */
}

.portedStylesBC010 ul.navOn1 li li {
  margin-left: 0px;
  display: block;
  float: left;
  z-index: 200;
  font-weight: normal;
  padding: 0;
  width: 170px;
  background-image: none;
  margin-right: 5px;
}

.portedStylesBC010 ul.navOn1 li.mediumNav li:nth-child(3n+3) {
  margin-right: 0px;
}

.portedStylesBC010 ul.navOn1 li.wideNav li:nth-child(4n+4) {
  margin-right: 0px;
}

.portedStylesBC010 ul.navOn1 li.twoCol li:nth-child(2n+2) {
  margin-right: 0px;
}

.portedStylesBC010 ul.navOn1 li.shortNav li:nth-child(1n+1) {
  margin-right: 0px;
}

.portedStylesBC010 ul.navOn1 li a,
.portedStylesBC010 ul.navOn1 li a:visited,
.portedStylesBC010 ul.navOn1 li a:link {
  display: block;
  z-index: 10;
  margin: 0;
  color: #708F9E;
  float: left;
  text-decoration: none;
  padding: 6px 10px 7px;
}

.portedStylesBC010 ul.navOn1 li li a,
.portedStylesBC010 ul.navOn1 li li a:visited,
.portedStylesBC010 ul.navOn1 li li a:link {
  z-index: 3000;
  color: #6C6D71;
  border: 0;
  margin-bottom: 0;
  padding: 4px 8px;
  width: 154px;
  background-color: #E8EDF4;
  background-image: none;
  font-weight: bold;
}

.portedStylesBC010 ul.navOn1 li li li a,
.portedStylesBC010 ul.navOn1 li li li a:visited,
.portedStylesBC010 ul.navOn1 li li li a:link {
  background-color: transparent;
  font-weight: normal;
}

.portedStylesBC010 ul.navOn3 li.on a,
.portedStylesBC010 ul.navOn3 li.on a:visited,
.portedStylesBC010 ul.navOn3 li.on a:link,
.portedStylesBC010 .navOn2 > li.on > a.on {
  text-decoration: none;
  color: #ffffff;
  background: #7D9AC1 url("../../../images/shd/sub_nav_arrow.gif") no-repeat -12px center;
}

.portedStylesBC010 li.on a,
.portedStylesBC010 li.on a:visited,
.portedStylesBC010 li.on a:link {
  background: #ACBFD8 url("../../../images/shd/nav_over_bg.jpg") repeat-x left top;
}

.portedStylesBC010 ul.navOn1 li a:hover,
.portedStylesBC010 ul.navOn1 li a:active,
.portedStylesBC010 ul.navOn1 li a:focus {
  background: #ACBFD8 url("../../../images/shd/nav_over_bg.jpg") repeat-x left top;
  color: #ffffff;
  text-decoration: underline;
}

.portedStylesBC010 ul.navOn1 li li a:hover,
.portedStylesBC010 ul.navOn1 li li a:active,
.portedStylesBC010 ul.navOn1 li li a:focus {
  text-decoration: underline;
  color: #6C6D71;
}

.portedStylesBC010 ul.navOn1 li li a:hover,
.portedStylesBC010 ul.navOn1 li li a:active,
.portedStylesBC010 ul.navOn1 li li a:focus {
  color: #FF5800;
}

.portedStylesBC010 ul.navOn1 li:hover > a {
  background: #ACBFD8 url("../../../images/shd/nav_over_bg.jpg") repeat-x left top;
  color: #ffffff;
}

.portedStylesBC010 .navOn1 li:hover ul,
.portedStylesBC010 .navOn1 li.over ul {
  display: block;
}

.portedStylesBC010 .navOn1 li:hover ul ul,
.portedStylesBC010 .navOn1 li.over ul ul {
  display: none;
}

.portedStylesBC010 .navOn1 li:hover li:hover ul,
.portedStylesBC010 .navOn1 li.over li.over ul {
  display: block;
}

.portedStylesBC010 .navOn1 li:hover li:hover ul ul,
.portedStylesBC010 .navOn1 li.over li.over ul ul {
  display: none;
}

.portedStylesBC010 .navOn1 li:hover li:hover li:hover ul,
.portedStylesBC010 .navOn1 li.over li.over li.over ul {
  display: none;
}

.portedStylesBC010 .navOn1 li:hover li:hover li:hover ul ul,
.portedStylesBC010 .navOn1 li.over li.over li.over ul ul {
  display: none;
}

.portedStylesBC010 .navOn1 li:hover li:hover li:hover li:hover ul,
.portedStylesBC010 .navOn1 li.over li.over li.over li.over ul {
  display: none;
}

.portedStylesBC010 .navOn1 li:hover li:hover li:hover li:hover ul ul,
.portedStylesBC010 .navOn1 li.over li.over li.over li.over ul ul {
  display: none;
}

@font-face {
  font-family: "Jacksons";
  src: url("../sass_ported/fonts/jacksons-normal.eot");
  src: url("../sass_ported/fonts/jacksons-normal.eot?#iefix") format("embedded-opentype"), url("../sass_ported/fonts/jacksons-normal.woff") format("woff"), url("../sass_ported/fonts/jacksons-normal.ttf") format("truetype"), url("../sass_ported/fonts/jacksons-normal.svg#Jacksons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.portedStylesBC010 #homeContent {
  width: 100%;
  background-image: url("../../../images/home2/homeBkg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  float: none;
  padding-bottom: 11px;
  overflow: hidden;
}

.portedStylesBC010 #homeContent > div {
  float: none;
  margin: 0 auto;
  overflow: hidden;
}

.portedStylesBC010 #featurePanels {
  width: 100%;
}

.portedStylesBC010 #featurePanels .item {
  width: 968px;
  height: 360px;
}

.portedStylesBC010 .widgetSet {
  float: left;
  width: 968px;
  margin-top: 8px;
}

.portedStylesBC010 .widgetSet .widget {
  float: left;
  background-image: url("../../../images/home2/subnav2_widget_bottom.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  width: 317px;
  padding-bottom: 5px;
  margin-right: 8px;
}

.portedStylesBC010 .widgetSet .widget h2 {
  background-repeat: no-repeat;
  padding: 10px 12px;
  margin: 0;
  font-size: 1.406em;
  font-weight: normal;
  background-image: url("../../../images/home2/subnav2_widget_head.png");
  font-family: "Jacksons", Arial, Sans-Serif;
  letter-spacing: -0.025em;
  position: relative;
}

.portedStylesBC010 .widgetSet .widget h2 a {
  color: #0039A5;
}

.portedStylesBC010 .widgetSet .widget .arrow {
  font-size: 0.859em;
  color: #FF5800;
  background-image: url("../../../images/shd2/arrow.png");
  padding-right: 7px;
  background-repeat: no-repeat;
  background-position: right center;
}

.portedStylesBC010 .widget img {
  background-image: url("../../../images/home2/subnav2_widget_img_bkg.png");
  padding: 2px;
}

.portedStylesBC010 .widget .widget_btm {
  padding: 2px 10px;
  text-align: right;
  width: 297px;
}

.portedStylesBC010 #homeSubNav1 .widget img {
  background-image: url("../../../images/home2/subnav1_widget_img_bkg.png");
}

.portedStylesBC010 #homeSubNav1 .widget .widget_btm {
  width: 212px;
}

.portedStylesBC010 #homeSubNav1 .widget {
  width: 236px;
  background-image: url("../../../images/home2/subnav1_widget_bottom.png");
}

.portedStylesBC010 #homeSubNav1 .widget .arrow {
  color: #FF5800;
}

.portedStylesBC010 .widgetSet .widget-blue1 h2 {
  background-image: url("../../../images/home2/subnav2_widget_head_blue1.png");
}

.portedStylesBC010 .widgetSet .widget-blue1 h2 a {
  color: #fff;
}

.portedStylesBC010 .widgetSet .widget-blue2 h2 {
  background-image: url("../../../images/home2/subnav2_widget_head_blue2.png");
}

.portedStylesBC010 .widgetSet .widget-blue2 h2 a {
  color: #fff;
}

.portedStylesBC010 .widgetSet .widget-teal1 h2 {
  background-image: url("../../../images/home2/subnav2_widget_head_teal1.png");
}

.portedStylesBC010 .widgetSet .widget-teal1 h2 a {
  color: #fff;
}

.portedStylesBC010 .widgetSet .widget-teal2 h2 {
  background-image: url("../../../images/home2/subnav2_widget_head_teal2.png");
}

.portedStylesBC010 .widgetSet .widget-teal2 h2 a {
  color: #fff;
}

.portedStylesBC010 .widgetSet .widget-blue1 {
  background-image: url("../../../images/home2/subnav2_widget_bottom_blue1.png");
}

.portedStylesBC010 .widgetSet .widget-blue1 .arrow {
  color: #fff;
}

.portedStylesBC010 .widgetSet .widget-blue2 {
  background-image: url("../../../images/home2/subnav2_widget_bottom_blue2.png");
}

.portedStylesBC010 .widgetSet .widget-blue2 .arrow {
  color: #fff;
}

.portedStylesBC010 .widgetSet .widget-teal1 {
  background-image: url("../../../images/home2/subnav2_widget_bottom_teal1.png");
}

.portedStylesBC010 .widgetSet .widget-teal1 .arrow {
  color: #fff;
}

.portedStylesBC010 .widgetSet .widget-teal2 {
  background-image: url("../../../images/home2/subnav2_widget_bottom_teal2.png");
}

.portedStylesBC010 .widgetSet .widget-teal2 .arrow {
  color: #fff;
}

.portedStylesBC010 #homeSubNav1 .widget h2 {
  background-image: url("../../../images/home2/subnav1_widget_head.png");
  width: 212px;
}

.portedStylesBC010 #homeSubNav1 .widget-blue1 h2 {
  background-image: url("../../../images/home2/subnav1_widget_head_blue1.png");
}

.portedStylesBC010 #homeSubNav1 .widget-blue2 h2 {
  background-image: url("../../../images/home2/subnav1_widget_head_blue2.png");
}

.portedStylesBC010 #homeSubNav1 .widget-teal1 h2 {
  background-image: url("../../../images/home2/subnav1_widget_head_teal1.png");
}

.portedStylesBC010 #homeSubNav1 .widget-teal2 h2 {
  background-image: url("../../../images/home2/subnav1_widget_head_teal2.png");
}

.portedStylesBC010 .widgetContent .divErrMsg {
  width: 290px;
}

.portedStylesBC010 .widgetContent {
  background-color: #fff;
  background-image: url("../../../images/home2/widgetContent.png");
  background-repeat: repeat-x;
  height: 170px;
  position: relative;
}

.portedStylesBC010 .widgetContent hr {
  margin: 0;
}

.portedStylesBC010 .widgetContent p {
  margin-top: 0;
}

.portedStylesBC010 .widget-teal1 .widgetContent {
  background-image: url("../../../images/home2/tealInner.png");
}

.portedStylesBC010 #signUp {
  margin-bottom: 0;
  font-size: 11px;
  padding: 3px;
}

.portedStylesBC010 .widgetContent .widgetInner {
  margin: 0 2px;
  padding: 10px 10px 5px;
  width: 293px;
}

.portedStylesBC010 #twitterBadge {
  display: inline-block;
  zoom: 1;
  *display: inline;
  float: left;
  margin-right: 5px;
}

.portedStylesBC010 #twitterBadge img {
  background-image: none;
  padding: 0;
}

.portedStylesBC010 .fb-like {
  margin-top: 5px;
  display: block;
  width: 200px;
  float: left;
  clear: both;
}

.portedStylesBC010 .widgetInner input {
  display: inline-block;
  border: 1px solid #ccc;
  background-image: url("../../../images/home2/input_bkg.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  height: 17px;
}

.portedStylesBC010 #regBtn {
  background-image: url("../../../images/home2/button.png");
  background-repeat: no-repeat;
  width: 74px;
  height: 20px;
  display: inline-block;
  text-align: center;
  color: #fff;
  cursor: pointer;
  vertical-align: top;
}

.portedStylesBC010 .regBtn {
  background-image: url("../../../images/home2/button.png") !important;
  background-repeat: no-repeat !important;
  width: 74px;
  height: 20px !important;
  display: inline-block;
  text-align: center;
  color: #fff;
  cursor: pointer;
  vertical-align: top;
}

.portedStylesBC010 div.scrollable {
  position: relative;
  overflow: hidden;
  height: 158px;
  width: 293px;
  float: left;
}

.portedStylesBC010 div.scrollable div.items {
  position: absolute;
  height: 20000em;
}

.portedStylesBC010 div.scrollable div.items div {
  float: left;
  display: block;
  clear: both;
  width: 293px;
}

.portedStylesBC010 #homeLatestNews .prev a,
.portedStylesBC010 #homeLatestNews .next a {
  cursor: pointer;
  width: 20px;
  height: 0;
  padding-top: 10px;
  background-image: url("../../../images/home2/up_arrow.png");
  background-position: center 2px;
  background-repeat: no-repeat;
  overflow: hidden;
  display: block;
  top: -10px;
  position: absolute;
  left: 145px;
}

.portedStylesBC010 #homeLatestNews .next a {
  background-image: url("../../../images/home2/down_arrow.png");
  bottom: -10px;
  top: auto;
  background-position: center 2px;
}

.portedStylesBC010 #homeLatestNews .prev a:hover {
  background-position: center 1px;
}

.portedStylesBC010 #homeLatestNews .next a:hover {
  background-position: center 3px;
}

.portedStylesBC010 #homeLatestNews #fade {
  z-index: 2;
  position: absolute;
  width: 315px;
  height: 9px;
  bottom: 0;
  left: 0;
  background-image: url("../../../images/home2/news_fade.png");
}

.portedStylesBC010 #homeLatestNews .items a img {
  padding: 0;
  background-image: none;
}

.portedStylesBC010 #homeLatestNews .items a {
  display: inline-block;
  zoom: 1;
  *display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
}

.portedStylesBC010 .newsImg {
  width: 50px;
  height: 50px;
}

.portedStylesBC010 .homeNewsStory {
  width: 235px;
  padding-left: 4px;
  color: #666;
}

.portedStylesBC010 .homeNewsStory span {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.portedStylesBC010 .newsDate {
  font-size: 0.859em;
  color: #FF5800;
  width: 235px;
}

.portedStylesBC010 .newsHeadline {
  font-size: 1.016em;
  font-weight: bold;
  width: 235px;
  color: #666;
}

.portedStylesBC010 #home #featurePanels .item {
  display: none;
}

.portedStylesBC010 #home #featurePanels .slideTabs {
  bottom: 10px;
  left: 0;
  padding-right: 10px;
  background-image: url("../../../images/home2/transparent_Bkg.png");
  background-repeat: repeat;
  background-color: Transparent;
  display: block;
  float: left;
  height: 52px;
  position: absolute;
  z-index: 10;
}

.portedStylesBC010 #home #featurePanels .slideTabs a {
  display: block;
  float: left;
  margin: 7px 0 0 10px;
  background-color: #fff;
  padding: 1px;
  width: 59px;
  height: 36px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.portedStylesBC010 #home #featurePanels .slideTabs a span {
  display: none;
}

.portedStylesBC010 #showgardenleftcol #featurePanels {
  display: block;
  height: 341px;
  margin-right: 5px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.portedStylesBC010 #showgardenleftcol #featurePanels .items {
  position: absolute;
  width: 20000em;
}

.portedStylesBC010 #showgardenleftcol .items div {
  float: left;
}

.portedStylesBC010 #showgardenleftcol .slideTabs {
  margin-right: 5px;
  position: absolute;
  right: 0;
  top: 10px;
}

.portedStylesBC010 #showgardenleftcol .slideTabs a {
  background-image: url("../../../images/home/tabs.png");
  background-position: 0 -26px;
  background-repeat: no-repeat;
  display: block;
  float: left;
  height: 13px;
  margin-right: 5px;
  width: 14px;
}

.portedStylesBC010 #showgardenleftcol .slideTabs a:hover {
  background-position: 0 -13px;
}

.portedStylesBC010 #showgardenleftcol .slideTabs a.current {
  background-position: 0 0;
}

.portedStylesBC010 #showgardenleftcol .tipHolder {
  bottom: 0;
  display: block;
  position: fixed !important;
  right: 0;
}

.portedStylesBC010 #rssBtn {
  position: absolute;
  background-image: url("../../../images/home2/rss.png");
  overflow: hidden;
  display: block;
  position: absolute;
  right: 12px;
  top: 12px;
  height: 0;
  width: 19px;
  padding-top: 19px;
}

.portedStylesBC010 #rssBtn:hover {
  background-position: 0 -19px;
}

.portedStylesBC010 #home #featurePanels {
  position: relative;
  display: block;
  overflow: visible;
}

.portedStylesBC010 #ibox_wrapper {
  background-repeat: no-repeat;
  background-color: #1E57A7;
  background-position: left bottom;
  width: 882px !important;
  border: 2px solid #ffffff;
  font-size: 0.85em;
  height: 627px;
}

.portedStylesBC010 #ibox_footer_wrapper a {
  display: block;
  background-image: url("../../../images/home/popup/circleClose.png");
  width: 25px;
  margin: 0;
  padding: 25px 0 0 0;
  height: 0;
  overflow: hidden;
  text-indent: -1000em;
  background-repeat: no-repeat;
}

.portedStylesBC010 #ibox_footer {
  display: none;
}

.portedStylesBC010 #ibox_footer_wrapper a:hover {
  background-image: url("../../../images/home/popup/circleCloseOver.png");
}

.portedStylesBC010 #ibox_content {
  overflow: visible !important;
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #FFFFFF;
  float: left;
  height: 636px !important;
}

.portedStylesBC010 #popup p {
  color: #ffffff;
  float: left;
  width: 200px;
}

.portedStylesBC010 #popup #popupUrl {
  width: 450px;
  float: left;
}

.portedStylesBC010 #popup ul {
  color: #666666;
  float: left;
  width: 175px;
  padding-left: 25px;
  display: block;
  margin: 0;
  padding: 0;
}

.portedStylesBC010 #popup ul {
  font-family: "Jacksons", Arial, Sans-Serif;
  font-size: 12px;
  padding-left: 12px;
  padding-bottom: 5px;
}

.portedStylesBC010 #popup p,
.portedStylesBC010 #popup p a {
  color: #666666;
  margin-top: 0;
  margin-bottom: 5px;
  text-decoration: none;
  height: auto;
}

.portedStylesBC010 #popup h3 {
  width: 457px;
  padding-top: 71px;
  height: 0;
  overflow: hidden;
  display: block;
  float: left;
  background-image: url("../../../images/home/popup/new/popup_title.gif");
  margin: 0;
}

.portedStylesBC010 #popup #resComList {
  width: 454px;
  padding-top: 190px;
  background-image: url("../../../images/home/popup/new/popup_mainbg.jpg");
  margin: 0;
  display: block;
  float: left;
  background-repeat: no-repeat;
}

.portedStylesBC010 a#visitCommercial,
.portedStylesBC010 a#continueToResidential {
  width: 178px;
  padding-top: 43px;
  height: 0;
  background-repeat: no-repeat;
  background-position: left top;
  display: block;
  float: left;
  overflow: hidden;
  margin: 0 0 20px 34px;
}

.portedStylesBC010 a#visitCommercial {
  background-image: url("../../../images/home/popup/new/com_link.jpg");
}

.portedStylesBC010 a#continueToResidential {
  background-image: url("../../../images/home/popup/new/res_link.jpg");
}

.portedStylesBC010 a#visitCommercial:hover,
.portedStylesBC010 a#continueToResidential:hover {
  background-position: left -43px;
}

.portedStylesBC010 #ibox_footer_wrapper a,
.portedStylesBC010 #ibox_footer_wrapper {
  z-index: 60000;
  top: -8px;
  right: -8px;
  height: 30px;
  /* Hiding close button */
  display: none;
}

.portedStylesBC010 .tipHolder {
  display: block;
  position: fixed !important;
  right: 0;
  bottom: 0;
}

.portedStylesBC010 .tipHolder .cornerImg {
  display: block;
  z-index: 9;
  position: fixed !important;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 1248px) {
  .portedStylesBC010 .tipHolder {
    display: none;
  }
}

.portedStylesBC010 #cricket .resComList {
  width: 440px;
  padding-top: 153px;
  background-image: url("../../../images/home/popup/new/cricket_mainbg.gif");
  margin: 0;
  display: block;
  float: left;
  background-repeat: no-repeat;
  background-position: -1px 0px;
  height: 254px;
}

.portedStylesBC010 #cricket h3 {
  width: 440px;
  padding-top: 71px;
  height: 0;
  overflow: hidden;
  display: block;
  float: left;
  background: url("../../../images/home/popup/new/welcome_txt.jpg") no-repeat -15px 3px;
  margin: 0;
}

.portedStylesBC010 #ibox_wrapper {
  width: 882px;
  height: 550px !important;
}

.portedStylesBC010 #ibox_content {
  width: 882px;
  height: 550px !important;
}

.portedStylesBC010 #lightboxHeader {
  width: 842px;
  display: block;
  float: left;
  padding: 30px 20px 10px;
}

.portedStylesBC010 #lightboxHeader .logo {
  background-image: url("../../../images/shd2/logo.png");
  background-repeat: no-repeat;
  float: left;
  overflow: hidden;
  display: block;
  padding-top: 32px;
  padding-right: 148px;
  height: 0;
  margin-top: 12px;
}

.portedStylesBC010 #lightboxHeader .guarantees {
  background-image: url("../../../images/home/guaranteeBadges.jpg");
  background-repeat: no-repeat;
  float: right;
  overflow: hidden;
  height: 0;
  padding-top: 45px;
  padding-right: 214px;
}

.portedStylesBC010 #lightboxWrapper {
  background-image: url("../../../images/home/jsb-BG.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  display: block;
  float: left;
  width: 100%;
  padding-bottom: 6em;
}

.portedStylesBC010 #lightboxWrapper h2 {
  text-align: center;
  font-size: 52px;
  font-weight: normal;
  color: #0039A5;
  margin: 0.7em 0 0.7em 0;
}

.portedStylesBC010 #lightboxWrapper h4 {
  color: #0039A5;
}

.portedStylesBC010 .jsb-mod1,
.portedStylesBC010 .jsb-mod2,
.portedStylesBC010 .jsb-mod3 {
  position: relative;
  float: left;
  width: 276px;
  height: 206px;
}

.portedStylesBC010 .jsb-mod1 a,
.portedStylesBC010 .jsb-mod2 a,
.portedStylesBC010 .jsb-mod3 a {
  cursor: pointer;
}

.portedStylesBC010 .jsb-mod1 {
  background-image: url("../../../images/home/jsb-mod1.jpg");
  margin: 0 0.1em 0 2.3em;
}

.portedStylesBC010 .jsb-mod2 {
  background-image: url("../../../images/home/jsb-mod2.jpg");
  margin: 0 0.1em 0 0;
}

.portedStylesBC010 .jsb-mod3 {
  background-image: url("../../../images/home/jsb-mod3.jpg");
}

.portedStylesBC010 #lightboxWrapper a.modLink {
  display: block;
  width: 276px;
  height: 206px;
}

.portedStylesBC010 .fom {
  background: url("../../../images/shd2/arrow.png") 70px 4px no-repeat;
  position: absolute;
  bottom: 0.8em;
  right: 1em;
  padding: 0 1em 0 0;
}

.portedStylesBC010 .fomDiff {
  background-position: 55px 4px;
}

.portedStylesBC010 #lightboxWrapper span {
  display: block;
  text-align: center;
}

.portedStylesBC010 #lightboxWrapper span a {
  color: #0039A5;
  font-size: 15px;
  font-weight: bold;
}

.portedStylesBC010 #lightboxWrapper #Residential {
  float: left;
  display: block;
  padding: 18px 14px 8px;
  width: 394px;
  margin-left: 19px;
}

.portedStylesBC010 #lightboxWrapper #Commercial {
  float: left;
  display: block;
  padding: 18px 13px 8px;
  width: 394px;
  margin-right: 19px;
}

.portedStylesBC010 #Residential .header {
  background-image: url("../../../images/home/leftHeader.jpg");
  background-repeat: no-repeat;
  float: left;
  text-align: center;
  width: 394px;
  padding: 14px 0;
  font-size: 16px;
  font-family: "Jacksons", Arial, Sans-Serif;
  color: #FFFFFF;
  font-weight: normal;
}

.portedStylesBC010 #popup h4 {
  display: block;
  float: left;
  font-family: "Jacksons", Arial, Sans-Serif;
  font-size: 14px;
  font-weight: normal;
  margin: 1em 0 0 1em;
}

.portedStylesBC010 #Commercial .header {
  background-image: url("../../../images/home/rightHeader.jpg");
  background-repeat: no-repeat;
  float: left;
  text-align: center;
  width: 394px;
  padding: 4px 0;
  font-size: 16px;
  font-family: "Jacksons", Arial, Sans-Serif;
  color: #FFFFFF;
  font-weight: normal;
}

.portedStylesBC010 #lightboxWrapper .backgroundBtm {
  background-image: url("../../../images/home/lightboxBottom.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  height: 400px;
}

.portedStylesBC010 #popup .Services {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  display: block;
  width: 100%;
}

.portedStylesBC010 #Residential .Services .panel span {
  text-align: center;
  float: left;
  display: block;
  width: 100%;
  font-size: 14px;
  font-family: "Jacksons", Arial, Sans-Serif;
  padding: 5px 0;
  color: #FFFFFF;
}

.portedStylesBC010 #Commercial .Services .panelDark span {
  text-align: center;
  float: left;
  display: block;
  width: 100%;
  font-size: 14px;
  font-family: "Jacksons", Arial, Sans-Serif;
  padding: 9px 0;
  color: #FFFFFF;
}

.portedStylesBC010 #Residential .Services .panel {
  background-image: url("../../../images/home/blueWidget.jpg");
  background-repeat: no-repeat;
  display: block;
  float: left;
  width: 190px;
  padding-bottom: 8px;
}

.portedStylesBC010 #Commercial .Services .panelDark {
  background-image: url("../../../images/home/darkBlueWidget.jpg");
  background-repeat: no-repeat;
  display: block;
  float: left;
  width: 190px;
  padding-bottom: 8px;
  margin-right: 1px;
}

.portedStylesBC010 #popup .Services .first {
  padding-right: 8px;
  margin-left: 2px;
}

.portedStylesBC010 .alsoAvailable {
  display: block;
  float: left;
  width: 188px;
}

.portedStylesBC010 .alsoAvailable ul li {
  list-style-image: url("../../../images/shd2/arrow.png");
}

.portedStylesBC010 #Commercial .alsoAvailable ul li {
  list-style-image: url("../../../images/shd2/arrow.png");
  white-space: nowrap;
}

.portedStylesBC010 .alsoAvailable .title {
  font-weight: bold;
  font-size: 12px;
  font-family: "Jacksons", Arial, Sans-Serif;
}

.portedStylesBC010 #popup .visit {
  float: right;
  display: block;
  background-image: url("../../../images/shd2/blueArrow.png");
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 8px;
  color: #666666;
}

.portedStylesBC010 #lightboxFooter {
  float: left;
  display: block;
  width: 828px;
  padding-top: 45px;
  margin: 0 28px;
  background-image: url("../../../images/home/splashFooter.png");
  background-repeat: no-repeat;
  margin-top: 8px;
}

.portedStylesBC010 .alsoAvailable .fix {
  letter-spacing: -0.03em;
}

.portedStylesBC010 .jacksons_footer {
  background-image: url("http://staging.jacksons-fencing.co.uk/images/image/db_img.image?id=10995&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true");
  background-repeat: no-repeat;
  height: 50px;
  width: 547px;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.portedStylesBC010 h2.thankyou {
  background-image: url("http://staging.jacksons-fencing.co.uk/images/image/db_img.image?id=10992&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true");
  background-repeat: no-repeat;
  height: 206px;
  width: 547px;
  text-indent: -75px;
  overflow: hidden;
}

.portedStylesBC010 .thankyou hr {
  border-style: dashed;
}

.portedStylesBC010 .leftImg {
  margin-right: 8px;
  float: left;
}

.portedStylesBC010 span.tel {
  background-image: url("../../../images/shd/tel.jpg");
  background-repeat: no-repeat;
  padding-left: 20px;
  margin-right: 10px;
}

.portedStylesBC010 .thankyou .button {
  background-image: url("../../../images/shd/button.png");
  background-repeat: no-repeat;
  height: 30px;
  width: 268px;
  display: block;
}

.portedStylesBC010 .thankyou .button:hover {
  background-position: 0 -31px;
}

.portedStylesBC010 .showgardenpanel {
  background-image: url("http://staging.jacksons-fencing.co.uk/pages/images/db_img.image?id=9989&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true");
}

.portedStylesBC010 .dressageShow {
  background-image: url("http://staging.jacksons-fencing.co.uk/pages/multimedia/db_image.image?id=14426&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true");
  background-repeat: no-repeat;
  position: relative;
  width: 966px;
  height: 360px;
  font-family: "Jacksons", sans-serif;
}

.portedStylesBC010 .dressageShow .dressageBuyHere {
  position: absolute;
  top: 180px;
  left: 420px;
  background-image: url("http://staging.jacksons-fencing.co.uk/pages/multimedia/db_image.image?id=14424&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: block;
  height: 138px;
  width: 158px;
  text-align: center;
  text-decoration: none;
  font-size: 2.154em;
  line-height: 1em;
  padding-top: 15px;
  color: #fff;
  font-weight: 500;
}

.portedStylesBC010 .dressageShow .dressageBuyHere .dressagePrice {
  font-size: 1.286em;
  font-weight: bold;
  line-height: 1.2em;
}

.portedStylesBC010 .dressageShow .dressageBuyHere:hover {
  background-position: 0px -158px;
}

.portedStylesBC010 .dressageShow .seeMoreDressage {
  position: absolute;
  bottom: 5px;
  right: 0px;
  padding: 0.5em 1em 0.5em 1em;
  background-image: url("http://staging.jacksons-fencing.co.uk/pages/multimedia/db_image.image?id=14425&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true");
}

.portedStylesBC010 .dressageShow .seeMoreDressage a {
  background-image: url("http://staging.jacksons-fencing.co.uk/pages/multimedia/db_image.image?id=14427&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true");
  background-position: bottom right;
  background-repeat: no-repeat;
  padding-right: 1em;
  color: #fff;
  font-size: 1em;
  text-decoration: none;
}

.portedStylesBC010 .dressageShow .seeMoreDressage a:hover {
  text-decoration: underline;
}

.portedStylesBC010 .octFreeDel {
  background-image: url("http://staging.jacksons-fencing.co.uk/pages/multimedia/db_image.image?id=14526&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true");
  background-repeat: no-repeat;
  position: relative;
  width: 966px;
  height: 360px;
  font-family: "Jacksons", sans-serif;
}

.portedStylesBC010 .octSeeFreeDel {
  position: absolute;
  top: 230px;
  left: 15px;
  font-family: "Jacksons", sans-serif;
  font-size: 1.846em;
  font-weight: 700;
  padding-right: 15px;
  background-image: url("http://staging.jacksons-fencing.co.uk/pages/multimedia/db_image.image?id=14427&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true");
  background-repeat: no-repeat;
  background-position: right 10px;
  text-decoration: none;
  color: #ffffff;
}

.portedStylesBC010 .octSeeFreeDel:hover {
  text-decoration: underline;
  color: #ffffff;
}

.portedStylesBC010 .octSeeFreeDel:visited {
  color: #ffffff;
}

.portedStylesBC010 .springBanner {
  position: absolute;
  padding-top: 15px;
  font-family: Jacksons, Arial, sans-serif;
  height: 345px;
  width: 966px;
  background-image: url("http://staging.jacksons-fencing.co.uk/pages/images/db_img.image?id=13419&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true");
  text-align: center;
}

.portedStylesBC010 .springList li {
  position: absolute;
  list-style-type: none;
  display: inline-block;
  width: 15%;
}

.portedStylesBC010 .springBanner h1 {
  margin: 0;
  font-weight: normal;
  color: #FFF;
  font-size: 38px;
  text-shadow: 2px 2px 10px #000;
  filter: dropshadow(color=#807980, offx=2, offy=2);
}

.portedStylesBC010 .springBanner .springLink a {
  font-size: 16px;
  color: #343434;
  text-decoration: none;
  position: absolute;
  bottom: 15px;
  right: 30px;
  background-image: url("http://staging.jacksons-fencing.co.uk/pages/images/db_img.image?id=13430&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true");
  background-position: 98% 4px;
  background-repeat: no-repeat;
  padding-right: 20px;
}

.portedStylesBC010 .springBanner .springLink a:hover {
  background-position: 100% 4px;
}

.portedStylesBC010 .springList .trellis {
  top: 111px;
  left: 20px;
}

.portedStylesBC010 .springList .jakwall {
  top: 112px;
  left: 228px;
}

.portedStylesBC010 .springList .pergolas {
  top: 110px;
  left: 415px;
}

.portedStylesBC010 .springList .decking {
  top: 110px;
  right: 221px;
}

.portedStylesBC010 .springList .binstore {
  top: 110px;
  right: 42px;
}

.portedStylesBC010 .guarantee12 {
  background-image: url("http://staging.jacksons-fencing.co.uk/images/image/db_img.image?id=10840&width=968&height=360&crop=true&quality=80");
}

.portedStylesBC010 #guaranteeemoreBtn {
  position: absolute;
  right: 12px;
  bottom: 12px;
  background-image: url("http://staging.jacksons-fencing.co.uk/images/image/db_img.image?id=10848&width=190&height=26&crop=true&percent=100");
  width: 190px;
  height: 13px;
}

.portedStylesBC010 #guaranteeemoreBtn:hover {
  background-position: 0 -13px;
}

.portedStylesBC010 .equestrianWinBanner .jacksonsHicksteadBlue {
  color: #252C44;
  position: absolute;
  top: 7px;
  left: 13px;
  font-size: 27px;
  float: left;
  width: 660px;
  font-family: "Jacksons", Arial, Sans-Serif;
}

.portedStylesBC010 .equestrianWinBanner {
  height: 360px;
  background-image: url("http://staging.jacksons-fencing.co.uk/pages/multimedia/db_image.image?id=11923&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true");
  position: relative;
}

.portedStylesBC010 #newProducts {
  position: absolute;
  background-image: url("http://staging.jacksons-fencing.co.uk/images/image/db_img.image?id=11577&amp;width=800&amp;height=800&amp;crop=False&amp;percent=100&amp;ivi=lmi&amp;vm=0&amp;quality=100&amp;assrc=true");
  left: 13px;
  top: 207px;
  width: 292px;
  height: 0;
  overflow: hidden;
  padding-top: 37px;
}

.portedStylesBC010 #subtitleShelters {
  position: absolute;
  left: 13px;
  top: 45px;
  font-size: 1.3em;
  font-weight: bold;
  color: #252C44;
}

.portedStylesBC010 #subtitleShelters a {
  text-decoration: none;
  color: #252C44;
}

.portedStylesBC010 #subtitleShelters2 {
  position: absolute;
  left: 13px;
  top: 69px;
  background-image: url("http://staging.jacksons-fencing.co.uk/pages/images/db_img.image?id=11922&amp;width=800&amp;height=800&amp;crop=False&amp;percent=100&amp;ivi=lmi&amp;vm=0&amp;quality=100&amp;assrc=true");
  background-repeat: no-repeat;
  background-position: center right;
  padding-right: 9px;
  font-size: 1em;
  font-weight: bold;
  color: #252C44;
}

.portedStylesBC010 #subtitleShelters2 a {
  text-decoration: none;
  color: #252C44;
}

.portedStylesBC010 .feb14banner {
  width: 968px;
  height: 360px;
  background: url("http://staging.jacksons-fencing.co.uk/pages/multimedia/db_image.image?id=17298&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true") no-repeat;
  color: #fff;
  font-family: "Jacksons", sans-serif;
  position: relative;
}

.portedStylesBC010 .feb14banner a {
  text-decoration: none;
}

.portedStylesBC010 .feb14banner .febLeft {
  width: 350px;
  padding: 10px;
}

.portedStylesBC010 .feb14banner h1 {
  color: #fff;
  font-size: 29px;
  font-weight: 700;
  margin-top: 0;
}

.portedStylesBC010 .feb14banner p {
  color: #CCC;
  font-size: 22px;
  margin-bottom: 0.5em;
}

.portedStylesBC010 .feb14banner p .caps {
  text-transform: uppercase;
  color: #fff;
}

.portedStylesBC010 .feb14banner .clickMore {
  font-size: 22px;
  color: #fff;
  padding-right: 20px;
  background: url("http://staging.jacksons-fencing.co.uk/pages/multimedia/db_image.image?id=17297&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true") no-repeat right 10px;
}

.portedStylesBC010 .feb14banner .febRight {
  position: absolute;
  right: 10px;
  bottom: 66px;
  padding: 10px;
  width: 500px;
  background: url("http://staging.jacksons-fencing.co.uk/pages/multimedia/db_image.image?id=17302&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true");
}

.portedStylesBC010 .feb14banner .febLink {
  display: block;
  float: left;
  color: #333;
  width: 98px;
  padding-right: 67px;
}

.portedStylesBC010 .feb14banner .febLink .febHeader {
  font-size: 18px;
  font-weight: 600;
}

.portedStylesBC010 .feb14banner .febLink .febSub,
.portedStylesBC010 .feb14banner .febLink .febMore {
  font-size: 13px;
  display: block;
}

.portedStylesBC010 .feb14banner .febLink .febSub {
  margin-bottom: 10px;
}

.portedStylesBC010 .feb14banner .febLink .febMore {
  background: url("http://staging.jacksons-fencing.co.uk/pages/multimedia/db_image.image?id=17296&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true") no-repeat right 5px;
  padding-right: 10px;
  width: 102px;
  font-weight: 600;
}

.portedStylesBC010 .feb14banner .febLink .febMoreGap {
  margin-top: 20px;
}

.portedStylesBC010 .feb14banner .febLink {
  background-repeat: no-repeat;
  background-position: 90px top;
}

.portedStylesBC010 .feb14banner .fenceFail {
  background-image: url("http://staging.jacksons-fencing.co.uk/pages/multimedia/db_image.image?id=17300&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true");
}

.portedStylesBC010 .feb14banner .chestnut {
  background-image: url("http://staging.jacksons-fencing.co.uk/pages/multimedia/db_image.image?id=17299&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true");
}

.portedStylesBC010 .feb14banner .jacksonsChecklist {
  background-image: url("http://staging.jacksons-fencing.co.uk/pages/multimedia/db_image.image?id=17301&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true");
  background-position: 102px top;
}

.portedStylesBC010 .feb14banner .febLink:hover .febMore,
.portedStylesBC010 .feb14banner .clickMore:hover {
  text-decoration: underline;
}

.portedStylesBC010 .feb28banner {
  width: 968px;
  height: 360px;
  background: url("http://staging.jacksons-fencing.co.uk/pages/multimedia/db_image.image?id=18446&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true") no-repeat;
  color: #fff;
  font-family: "Jacksons", sans-serif;
  position: relative;
}

.portedStylesBC010 .feb28banner a {
  text-decoration: none;
}

.portedStylesBC010 .feb28banner .febLeft {
  width: 350px;
  padding: 10px;
}

.portedStylesBC010 .feb28banner h1 {
  color: #fff;
  font-size: 29px;
  font-weight: 700;
  margin-top: 0;
}

.portedStylesBC010 .feb28banner p {
  color: #CCC;
  font-size: 22px;
  margin-top: 0;
}

.portedStylesBC010 .feb28banner p .priceWhite {
  color: #fff;
  font-weight: bold;
}

.portedStylesBC010 .feb28banner .clickMore {
  font-size: 22px;
  color: #fff;
  padding-right: 20px;
  background: url("http://staging.jacksons-fencing.co.uk/pages/multimedia/db_image.image?id=17297&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true") no-repeat right 10px;
}

.portedStylesBC010 .feb28banner .febRight {
  position: absolute;
  right: 10px;
  bottom: 66px;
  padding: 10px;
  width: 500px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
}

.portedStylesBC010 .feb28banner .febLink {
  display: block;
  float: left;
  color: #333;
  width: 102px;
  padding-right: 63px;
}

.portedStylesBC010 .feb28banner .febLink .febHeader {
  font-size: 18px;
  font-weight: 600;
  color: #46207A;
}

.portedStylesBC010 .feb28banner .febLink .febSub,
.portedStylesBC010 .feb28banner .febLink .febMore {
  font-size: 13px;
  display: block;
}

.portedStylesBC010 .feb28banner .febLink .febSub {
  margin-bottom: 10px;
}

.portedStylesBC010 .feb28banner .febLink .febMore {
  background: url("http://staging.jacksons-fencing.co.uk/pages/multimedia/db_image.image?id=17296&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true") no-repeat right 5px;
  padding-right: 10px;
  width: 110px;
  font-weight: 600;
}

.portedStylesBC010 .feb28banner .febLink .febMoreGap {
  margin-top: 20px;
}

.portedStylesBC010 .feb28banner .febLink {
  background-repeat: no-repeat;
  background-position: 100px top;
}

.portedStylesBC010 .feb28banner .fenceFail {
  background-image: url("http://staging.jacksons-fencing.co.uk/pages/multimedia/db_image.image?id=17300&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true");
}

.portedStylesBC010 .feb28banner .siteFencing {
  background-image: url("http://staging.jacksons-fencing.co.uk/pages/multimedia/db_image.image?id=18443&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true");
}

.portedStylesBC010 .feb28banner .jacksonsChecklist {
  background-image: url("http://staging.jacksons-fencing.co.uk/pages/multimedia/db_image.image?id=17301&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true");
  background-position: 102px top;
}

.portedStylesBC010 .feb28banner .febLink:hover .febMore,
.portedStylesBC010 .feb28banner .clickMore:hover {
  text-decoration: underline;
}

.portedStylesBC010 .annualShow5 {
  width: 968px;
  height: 360px;
  background-image: url("http://staging.jacksons-fencing.co.uk/pages/multimedia/db_image.image?id=18749&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true");
  background-repeat: no-repeat;
  background-position: top left;
  position: relative;
}

.portedStylesBC010 #home .container #featurePanelsContainer {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 20px 0 10px 0;
}

.portedStylesBC010 .annualShowSeeMore {
  position: absolute;
  bottom: 26px;
  right: 58px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}

.portedStylesBC010 #featurePanels {
  height: 295px;
  z-index: 100;
}

.portedStylesBC010 #featurePanels .bx-wrapper {
  width: 100% !important;
}

.portedStylesBC010 .annualShowSeeMore:visited {
  color: #FFF;
}

.portedStylesBC010 .annualShowSeeMore:hover {
  text-decoration: underline;
  color: #FFDCEB;
}

.portedStylesBC010 .annualShowLeft {
  position: absolute;
  top: 5px;
  left: 15px;
  width: 285px;
}

.portedStylesBC010 .annualShowLeft h3 {
  font-size: 32px;
  font-weight: 300;
  color: #ffffff;
  margin: 0;
  margin-bottom: 10px;
  line-height: 1.1;
}

.portedStylesBC010 .annualShowLeft p {
  color: #ffffff;
  font-size: 18px;
  margin: 0 0 15px 0;
}

.portedStylesBC010 .annualShowLeft ul {
  margin: 0;
  padding: 0;
}

.portedStylesBC010 .annualShowLeft ul li {
  position: relative;
  list-style-type: none;
  margin-left: 15px;
  margin-bottom: 9px;
  color: #FFDCEB;
  font-size: 15px;
  line-height: 1;
}

.portedStylesBC010 .annualShowLeft ul li:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 10px;
  background-image: url("http://staging.jacksons-fencing.co.uk/pages/multimedia/db_image.image?id=18751&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true");
  background-repeat: no-repeat;
  background-position: top left;
  left: -16px;
  top: 2px;
}

.portedStylesBC010 .annualShowCircle {
  color: #fff;
  position: absolute;
  width: 130px;
  height: 150px;
  position: absolute;
  top: 35px;
  right: 38px;
  text-align: center;
}

.portedStylesBC010 .annualShowCircle h4 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 5px 0;
  line-height: 1.1;
}

.portedStylesBC010 .annualShowCircle span {
  font-size: 15px;
  font-weight: normal;
  display: block;
}

.portedStylesBC010 #home .container {
  width: 100%;
  float: left;
}

.portedStylesBC010 #home .container > div {
  margin: 0 auto;
  float: none;
  overflow: hidden;
}

.portedStylesBC010 #home .container .homeHeaderWrap {
  width: 100%;
  height: 145px;
  overflow: visible;
}

.portedStylesBC010 #home #header,
.portedStylesBC010 #home #planningAccount {
  width: 990px;
  margin: 0 auto;
  float: none;
  overflow: visible;
}

.portedStylesBC010 #home #planningAccount {
  height: 26px;
  padding-bottom: 15px;
}

.portedStylesBC010 #home #main_navigation {
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 7px;
  margin-left: 0;
}

.portedStylesBC010 #home .container .quick_links_outer {
  margin: 0 auto;
  margin-top: 10px;
}

.portedStylesBC010 #home .container #footerLogos {
  margin: 0 auto;
  margin-top: 10px;
}

.portedStylesBC010 #home .container .footer {
  margin: 10px auto 5px auto;
}

.portedStylesBC010 #home #featurePanels .items {
  width: 968px;
  height: 290px;
}

.portedStylesBC010 #home .container .widgetSet {
  margin-top: 8px;
}

.portedStylesBC010 #home #featurePanels .slideTabs a.current {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}

.portedStylesBC010 #home #featurePanels .bx-wrapper .bx-pager,
.portedStylesBC010 .bx-wrapper .bx-controls-auto {
  bottom: -25px;
}

.portedStylesBC010 .june102014banner1 {
  width: 537px;
  height: 331px;
  background: url("http://staging.jacksons-fencing.co.uk/pages/multimedia/db_image.image?id=17296&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true") no-repeat;
  color: #fff;
  font-family: "Jacksons", sans-serif;
  position: relative;
}

.portedStylesBC010 .june102014banner1 .link {
  clear: both;
  color: #fff;
  text-decoration: none;
}

.portedStylesBC010 .june102014banner1 .link:hover {
  color: red;
  text-decoration: underline;
}

.portedStylesBC010 .june102014banner1 .header {
  font-size: 22px;
}

.portedStylesBC010 .june102014banner1 .subHeader {
  font-size: 16px;
  color: #dddddd;
}

.portedStylesBC010 .june102014banner1 .subHeader span {
  color: #ffffff;
}

.portedStylesBC010 .june102014banner1 .juneLeft {
  float: left;
  width: 204px;
  padding: 0px 20px;
  box-sizing: border-box;
}

.portedStylesBC010 .june102014banner1 .whiteArrowLink {
  background-image: url("http://staging.jacksons-fencing.co.uk/pages/multimedia/db_image.image?id=17279&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 10px;
}

.portedStylesBC010 .june102014banner1 .bannerLink.blackArrowLink {
  background-image: url("http://staging.jacksons-fencing.co.uk/pages/multimedia/db_image.image?id=17277&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 10px;
  float: right;
  color: #333333;
  font-weight: bold;
  font-size: 13px;
  clear: none;
}

.portedStylesBC010 .june102014banner1 .bannerHeader {
  color: #431F79;
  margin: 0;
  font-size: 15px;
  font-weight: bold;
  float: left;
}

.portedStylesBC010 .june102014banner1 .bannerText {
  margin: 0;
  font-size: 12px;
  font-weight: bold;
  color: #333333;
  float: left;
}

.portedStylesBC010 .juneRight {
  position: absolute;
  bottom: 10px;
  right: 75px;
  width: 250px;
}

.portedStylesBC010 .june102014banner2 {
  width: 537px;
  height: 331px;
  background: url("http://inside.sagittarius-digital.com/images/image/db_img.image?id=17297&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true") no-repeat;
  color: #fff;
  font-family: "Jacksons", sans-serif;
  position: relative;
}

.portedStylesBC010 .june102014banner2 .link {
  clear: both;
  color: #fff;
  text-decoration: none;
}

.portedStylesBC010 .june102014banner2 .link:hover {
  color: red;
  text-decoration: underline;
}

.portedStylesBC010 .june102014banner2 .header {
  font-size: 22px;
}

.portedStylesBC010 .june102014banner2 .juneTop {
  position: absolute;
  top: 20px;
  left: 20px;
}

.portedStylesBC010 .june102014banner2 .whiteArrowLink {
  background-image: url("http://staging.jacksons-fencing.co.uk/pages/multimedia/db_image.image?id=17279&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 10px;
}

.portedStylesBC010 .june102014banner2 .juneBottom {
  position: absolute;
  bottom: 25px;
  left: 45px;
}

.portedStylesBC010 .june102014banner2 .header {
  font-size: 30px;
  width: 348px;
  margin: 0;
}

.portedStylesBC010 .june102014banner3 {
  width: 537px;
  height: 331px;
  background: url("http://staging.jacksons-fencing.co.uk/pages/multimedia/db_image.image?id=17298&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true") no-repeat;
  color: #fff;
  font-family: "Jacksons", sans-serif;
  position: relative;
  text-align: center;
}

.portedStylesBC010 .june102014banner3 .link {
  clear: both;
  color: #fff;
  text-decoration: none;
}

.portedStylesBC010 .june102014banner3 .link:hover {
  color: #0039A5;
  text-decoration: underline;
}

.portedStylesBC010 .june102014banner3 .header {
  font-size: 28px;
  margin: 0;
}

.portedStylesBC010 .june102014banner3 .header2 {
  font-size: 46px;
  margin: 0;
}

.portedStylesBC010 .june102014banner3 .juneTop {
  position: absolute;
  width: 100%;
  top: 20px;
}

.portedStylesBC010 .june102014banner3 .whiteArrowLink {
  background-image: url("http://staging.jacksons-fencing.co.uk/pages/multimedia/db_image.image?id=17279&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 10px;
}

.portedStylesBC010 .june102014banner3 .juneBottom {
  position: absolute;
  width: 100%;
  bottom: 23px;
}

.portedStylesBC010 .june102014banner3 .subHeader {
  margin: 0;
  font-size: 14px;
}

.portedStylesBC010 .june102014banner3 .link {
  font-size: 14px;
  font-weight: bold;
}

.portedStylesBC010 .june102014banner4 {
  width: 537px;
  height: 331px;
  background: url("http://staging.jacksons-fencing.co.uk/pages/multimedia/db_image.image?id=17299&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true") no-repeat;
  color: #fff;
  font-family: "Jacksons", sans-serif;
  position: relative;
  text-align: center;
}

.portedStylesBC010 .june102014banner4 .link {
  font-size: 28px;
  margin: 0;
  color: #0039A5;
  text-decoration: none;
}

.portedStylesBC010 .june102014banner4 .link:hover {
  text-decoration: underline;
}

.portedStylesBC010 .june102014banner4 .blueArrowLink {
  background-image: url("http://staging.jacksons-fencing.co.uk/pages/multimedia/db_image.image?id=17278&width=800&height=800&crop=False&percent=100&ivi=lmi&vm=0&quality=100&assrc=true");
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 14px;
}

.portedStylesBC010 .june102014banner4 .juneBottom {
  position: absolute;
  left: 20px;
  bottom: 64px;
}

.portedStylesBC010 .quick_links_outer {
  background: url("../../../images/shd/quick_links_bot.jpg") no-repeat left bottom;
  padding: 0 0 8px 0;
  float: left;
  width: 990px;
  margin: 10px 0 0 0;
}

.portedStylesBC010 .quick_links {
  background: #D8E1E5 url("../../../images/shd/quick_links_bg.jpg") no-repeat left top;
  float: left;
  padding: 10px 0 4px 13px;
  width: 977px;
  font-size: 0.85em;
}

.portedStylesBC010 .quick_links h3 {
  font-size: 1.2em;
  padding: 0 0 6px 0;
  margin: 0;
}

.portedStylesBC010 .quick_links_holder {
  float: left;
  margin: 0 15px 0 0;
}

.portedStylesBC010 .quick_links a,
.portedStylesBC010 .quick_links a:visited,
.portedStylesBC010 .quick_links a:link {
  color: #6D6F71;
  padding: 0 0 0 11px;
  background: url("../../../images/shd/quick_links_nav_arrow.gif") no-repeat left;
  text-decoration: none;
}

.portedStylesBC010 .quick_links a:active,
.portedStylesBC010 .quick_links a:hover,
.portedStylesBC010 .quick_links a:visited:hover {
  color: #FF5800;
}

.portedStylesBC010 #footerLogos {
  background-image: url("../../../images/shd/footer.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  float: left;
  width: 990px;
  font-size: 0.85em;
  margin-top: 10px;
}

.portedStylesBC010 #footerLogos a {
  float: left;
  display: block;
  width: 97px;
  height: 100px;
}

.portedStylesBC010 #footerLogos p {
  float: left;
  display: block;
  width: 98px;
  margin: 7px 0 0;
}

.portedStylesBC010 #footerLogos .logo1 {
  width: 81px;
}

.portedStylesBC010 #footerLogos .logo2 {
  width: 63px;
}

.portedStylesBC010 #footerLogos .logo3 {
  width: 110px;
}

.portedStylesBC010 #footerLogos .logo4 {
  width: 112px;
}

.portedStylesBC010 #footerLogos .logo5 {
  width: 117px;
}

.portedStylesBC010 .quick_links ul h3 a,
.portedStylesBC010 .quick_links ul h3 a:visited,
.portedStylesBC010 .quick_links ul h3 a:link,
.portedStylesBC010 .quick_links_holder a,
.portedStylesBC010 .quick_links_holder a:visited,
.portedStylesBC010 .quick_links_holder a:link {
  padding: 0;
  background: none;
}

.portedStylesBC010 .quick_links ul {
  float: left;
  padding: 0;
  margin: 0;
}

.portedStylesBC010 #cardLogos {
  text-align: center;
  padding-top: 7px;
  width: 990px;
  float: left;
  position: relative;
}

.portedStylesBC010 #payPalLink {
  position: absolute;
  display: block;
  background-color: #fff;
  top: 8px;
  left: 260px;
}

.portedStylesBC010 .quick_links ul ul {
  margin: 0;
  margin-right: 20px;
  width: 140px;
}

.portedStylesBC010 .quick_links ul li {
  list-style: none;
  line-height: 1.4em;
  padding: 0;
  margin: 0;
  float: left;
}

.portedStylesBC010 .quick_links ul li ul li {
  float: none;
  padding-bottom: 2px;
}

.portedStylesBC010 .quick_links_specialist {
  width: 220px;
  float: left;
}

.portedStylesBC010 .quick_links_specialist li li {
  width: 103px;
  float: left !important;
}

.portedStylesBC010 .quick_links_specialist ul ul {
  margin: 0 !important;
  padding: 0 !important;
}

.portedStylesBC010 #quick_links li#areasOfExpertise {
  width: 140px;
}

.portedStylesBC010 #quick_links li#onlineStore {
  width: 112px;
}

.portedStylesBC010 #quick_links li#customerServices {
  width: 140px;
}

.portedStylesBC010 #footerLogos .logo1 + p {
  width: 84px;
}

.portedStylesBC010 #footerLogos .logo2 + p {
  width: 104px;
}

.portedStylesBC010 #footerLogos .logo3 + p {
  width: 110px;
}

.portedStylesBC010 .footer {
  width: 990px;
  float: left;
  font-size: 0.85em;
  margin: 10px 0 5px 0;
  color: #708F9E;
}

.portedStylesBC010 .footer p {
  padding: 0;
  margin: 0 0 5px 5px;
  float: left;
}

.portedStylesBC010 .footer a,
.portedStylesBC010 .footer a:visited,
.portedStylesBC010 .footer a:link {
  color: #708F9E;
  background: #ffffff url("../../../images/shd/white.gif") repeat left top;
}

.portedStylesBC010 .footer a:active,
.portedStylesBC010 .footer a:hover,
.portedStylesBC010 .footer a:visited:hover {
  color: #FF5800;
}

.portedStylesBC010 .footer ul {
  float: right;
  padding: 0;
  margin: 0 5px 0 0;
}

.portedStylesBC010 .footer ul li {
  list-style: none;
  float: left;
  padding: 0 0 0 8px;
  margin: 0 0 0 7px;
  background: url("../../../images/shd/nav_arrow.gif") no-repeat left;
}

.portedStylesBC010 .footer ul li:hover {
  background: #ffffff url("../../../images/shd/nav_arrow.gif") no-repeat left;
}

.portedStylesBC010 .footer ul a,
.portedStylesBC010 .footer ul a:visited,
.portedStylesBC010 .footer ul a:link {
  text-decoration: none;
}

.portedStylesBC010 p.sag_line {
  width: 980px;
  margin: 0 0 0 5px;
  text-align: center;
}

.portedStylesBC010 .left_column {
  float: left;
  width: 187px;
  margin: 5px 10px 0 0;
}

.portedStylesBC010 .left_nav_outer {
  float: left;
  width: 187px;
  padding: 0 0 6px 0;
  background: url("../../../images/shd/inner_left_bot.gif") no-repeat left bottom;
  margin: 0 0 10px 0;
}

.portedStylesBC010 .left_nav {
  float: left;
  width: 187px;
  padding: 6px 0 0 0;
  background: #FFFFFF url("../../../images/shd/inner_left_top.gif") no-repeat left top;
}

.portedStylesBC010 h3.leftColumnTitle {
  float: left;
  width: 174px;
  padding: 4px 0 9px 13px;
  margin: 0 0 4px 0;
  background: #0039A6;
  font-size: 1.1em;
  color: #FFFFFF;
  font-weight: normal;
}

.portedStylesBC010 .left_nav ul a,
.portedStylesBC010 .left_nav ul a:visited,
.portedStylesBC010 .left_nav ul a:link {
  color: #708F9E;
  padding: 0;
  margin: 0;
  text-decoration: none;
  display: block;
  font-weight: normal;
  background: #ffffff url("../../../images/shd/white.gif") repeat left top;
}

.portedStylesBC010 .left_nav ul a:active,
.portedStylesBC010 .left_nav ul a:hover,
.portedStylesBC010 .left_nav ul a:visited:hover {
  color: #FF5800;
}

.portedStylesBC010 .left_nav ul {
  float: left;
  padding: 0;
  margin: 0;
}

.portedStylesBC010 .left_nav ul li {
  list-style: none;
  padding: 3px 0 3px 14px;
  margin: 0 0 0 7px;
  background: url("../../../images/shd/nav_arrow_inner.gif") no-repeat left top;
  font-size: 0.9em;
  color: #FF5800;
  font-weight: bold;
  width: 166px;
}

.portedStylesBC010 .left_nav ul li:hover {
  background: #ffffff url("../../../images/shd/nav_arrow_inner.gif") no-repeat left top;
}

.portedStylesBC010 .left_nav.home_widget a,
.portedStylesBC010 .left_nav.home_widget a:visited,
.portedStylesBC010 .left_nav.home_widget a:link {
  margin: 0;
}

.portedStylesBC010 #left_menu li a span {
  display: none;
  position: relative;
  z-index: 150;
  overflow: visible;
}

.portedStylesBC010 #left_menu li a span.prodName {
  display: block;
  position: static;
}

.portedStylesBC010 #left_menu li a span img {
  padding: 18px 18px 18px 50px;
  background: url("../../../images/shd/left_nav_pop_up_bg1.png") no-repeat left top;
}

.portedStylesBC010 #left_menu li a:hover span {
  float: left;
  display: block;
  top: -4px;
  left: 50px;
  height: 0;
  width: 0;
}

.portedStylesBC010 #left_menu li a:hover span.prodName {
  float: none;
  position: static;
  height: auto;
  width: 166px;
}

.portedStylesBC010 .middle_column_outer {
  float: left;
  width: 595px;
  margin: 0 10px 0 0;
}

.portedStylesBC010 .two-col {
  width: 769px !important;
  margin: 0 0 0 0 !important;
}

.portedStylesBC010 .middle_column {
  float: left;
  width: 595px;
  padding: 0 0 6px 0;
  background: url("../../../images/shd/inner_middle_bot.gif") no-repeat left bottom;
  margin-bottom: 10px;
  position: relative;
}

.portedStylesBC010 .middle_column .two-col {
  width: 745px !important;
}

.portedStylesBC010 .middle_column_two-col {
  background: url("../../../images/shd/inner_middle_bot_two.gif") no-repeat left bottom;
}

.portedStylesBC010 .middle_column_padding {
  float: left;
  width: 569px;
  padding: 10px 13px 0 13px;
  background: #FFFFFF;
  clear: both;
  /*position:relative; removed to fix tooltip*/
}

.portedStylesBC010 .middle_column_padding_two_col {
  width: 743px !important;
  padding: 10px 13px 0 13px;
  clear: both;
  float: left;
  background-color: #ffffff;
}

.portedStylesBC010 .middle_column_padding a,
.portedStylesBC010 .middle_column_padding a:visited,
.portedStylesBC010 .middle_column_padding a:link {
  color: #708F9E;
  text-decoration: underline;
}

.portedStylesBC010 .middle_column_padding a:active,
.portedStylesBC010 .middle_column_padding a:hover,
.portedStylesBC010 .middle_column_padding a:visited:hover {
  color: #FF5800;
}

.portedStylesBC010 .middle_column h1,
.portedStylesBC010 .middle_column h2.title,
.portedStylesBC010 .middle_column_outer h1 {
  float: left;
  width: 581px;
  color: #ffffff;
  background: #0039A6 url("../../../images/shd/header_long_bg.gif") no-repeat left top;
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: normal;
  padding: 9px 0 10px 14px;
  margin: 5px 0 0 0;
}

.portedStylesBC010 .two-col h1 {
  width: 755px !important;
  background: #0039A6 url("../../../images/shd/header_two_bg.gif") no-repeat left top;
}

.portedStylesBC010 h1.middle_column_detail {
  float: left;
  width: 353px;
  color: #ffffff;
  background: #0039A6 url("../../../images/shd/header_bg.gif") no-repeat left top;
  color: #FFFFFF;
  font-size: 1.1em;
  font-weight: normal;
  padding: 9px 228px 10px 14px;
  margin: 5px 0 0 0;
  border-bottom: 5px solid #ffffff;
}

.portedStylesBC010 img.jakcure {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.portedStylesBC010 .white_holder {
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
}

.portedStylesBC010 .middle_column h2 {
  color: #0039A6;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0 0 5px 0;
  margin: 0;
}

.portedStylesBC010 .middle_column h3,
.portedStylesBC010 #newsItemDisplay h1.newsTitle {
  color: #6D6F71;
  font-size: 1em;
  font-weight: bold;
  padding: 0;
  margin: 0 0 10px 0;
  float: none;
  background: none;
  width: auto;
}

.portedStylesBC010 .middle_column ul {
  padding: 0;
  margin: 0 0 15px 0;
}

.portedStylesBC010 .middle_column li {
  list-style: none;
  padding: 0 0 0 8px;
  margin: 0;
  background: url("../../../images/shd/nav_arrow.gif") no-repeat left 5px;
  line-height: 1.6em;
}

.portedStylesBC010 .middle_column li:hover {
  background: url("../../../images/shd/nav_arrow.gif") no-repeat left 5px;
}

.portedStylesBC010 .middle_column input {
  color: #708F9E;
  font-size: 1em;
  padding: 1px 0 1px 0;
}

.portedStylesBC010 .middle_column select {
  border: 1px solid #708F9E;
  color: #708F9E;
  font-size: 1em;
  padding: 0;
  margin: 1px 0 1px 0;
}

.portedStylesBC010 #innerHeaderImage img {
  margin: 5px 0 0 0;
  float: left;
}

.portedStylesBC010 #innerHeaderImage {
  position: relative;
  overflow: hidden;
}

.portedStylesBC010 #innerHeaderImage .imageHeaderCaption,
.portedStylesBC010 #innerHeaderImage .imageHeaderSub {
  color: #fff;
  font-weight: 300;
  position: absolute;
  left: 10px;
  font-family: "Jacksons", sans-serif;
  margin-bottom: 0;
}

.portedStylesBC010 #innerHeaderImage .imageHeaderCaption {
  font-size: 1.65em;
  bottom: 25px;
}

.portedStylesBC010 #innerHeaderImage .imageHeaderSub {
  font-size: 1.25em;
  bottom: 5px;
}

.portedStylesBC010 .middle_column_outer h1.headerImageH1 {
  background-image: none;
  margin: 0;
}

.portedStylesBC010 .button1 a,
.portedStylesBC010 .button1 a:visited,
.portedStylesBC010 .button1 a:link,
.portedStylesBC010 a.button1,
.portedStylesBC010 a.button1:visited,
.portedStylesBC010 a.button1:link,
.portedStylesBC010 a.button2,
.portedStylesBC010 a.button2:visited,
.portedStylesBC010 a.button2:link,
.portedStylesBC010 a.button1,
.portedStylesBC010 a.button1:visited,
.portedStylesBC010 a.button1:link,
.portedStylesBC010 a.metal_button1,
.portedStylesBC010 a.metal_button1:visited,
.portedStylesBC010 a.metal_button1:link,
.portedStylesBC010 a.timber_button1,
.portedStylesBC010 a.timber_button1:visited,
.portedStylesBC010 a.timber_button1:link {
  color: #708F9E;
  background: #DBE3E7 url("../../../images/shd/button1_arrow.gif") no-repeat right center;
  border: 1px solid #708F9E;
  padding: 1px 20px 1px 5px;
  margin: 10px 0 0 0;
  font-size: 0.9em;
  text-decoration: none;
  float: left;
}

.portedStylesBC010 .loginFix .userLogin .divRightHalf {
  width: 257px;
}

.portedStylesBC010 .loginFix .userLogin {
  margin: 0;
  padding: 0;
}

.portedStylesBC010 .userLogin .divRightHalf {
  width: 257px;
}

.portedStylesBC010 .userLogin {
  margin: 10px 1px 10px 5px;
  padding: 1px 20px 1px 5px;
}

.portedStylesBC010 .button1 a:active,
.portedStylesBC010 .button1 a:hover,
.portedStylesBC010 .button1 a:visited:hover,
.portedStylesBC010 a.button1:active,
.portedStylesBC010 a.button1:hover,
.portedStylesBC010 a.button1:visited:hover,
.portedStylesBC010 a.button2:active,
.portedStylesBC010 a.button2:hover,
.portedStylesBC010 a.button2:visited:hover,
.portedStylesBC010 a.metal_button1:active,
.portedStylesBC010 a.metal_button1:hover,
.portedStylesBC010 a.metal_button1:visited:hover,
.portedStylesBC010 a.timber_button1:active,
.portedStylesBC010 a.timber_button1:hover,
.portedStylesBC010 a.timber_button1:visited:hover {
  color: #FF5800;
}

.portedStylesBC010 a.button2,
.portedStylesBC010 a.button2:visited,
.portedStylesBC010 a.button2:link {
  background: #DBE3E7 url("../../../images/shd/button2_arrow.gif") no-repeat left center;
  padding: 1px 5px 1px 20px;
  clear: both;
}

.portedStylesBC010 .right_column {
  float: left;
  width: 168px;
  color: #FFFFFF;
  font-size: 0.9em;
  margin: 5px 0 0 0;
}

.portedStylesBC010 .right_column ul {
  float: left;
  padding: 0;
  margin: 0;
}

.portedStylesBC010 .right_column li {
  list-style: none;
  float: left;
  padding: 0 0 4px 0;
  width: 152px;
}

.portedStylesBC010 .right_column h3 {
  margin: 0 0 5px 0;
  padding: 0;
  font-size: 1.2em;
}

.portedStylesBC010 .right_column p {
  padding: 0;
  margin: 0 0 10px 0;
}

.portedStylesBC010 .para_bold {
  font-weight: bold;
  line-height: 1em;
  font-size: 0.9em;
}

.portedStylesBC010 .img {
  float: right;
  padding: 0 0 0 10px;
}

.portedStylesBC010 .divider_line {
  float: left;
  width: 100%;
  height: 30px;
  background: #FFFFFF url("../../../images/shd/divider.gif") no-repeat left center;
  border: 0;
  padding: 0;
  margin: 0;
}

.portedStylesBC010 a.orange_btn2,
.portedStylesBC010 a.orange_btn2:visited,
.portedStylesBC010 a.orange_btn2:link,
.portedStylesBC010 a.orange_btn3,
.portedStylesBC010 a.orange_btn3:visited,
.portedStylesBC010 a.orange_btn3:link {
  background: url("../../../images/shd/checkout_btn2_bg.gif") no-repeat left top !important;
  padding: 2px 0 5px 0 !important;
  clear: both;
}

.portedStylesBC010 a.orange_btn3,
.portedStylesBC010 a.orange_btn3:visited,
.portedStylesBC010 a.orange_btn3:link {
  background: url("../../../images/shd/checkout_btn3_bg.gif") no-repeat left top !important;
  margin-bottom: 0 !important;
}

.portedStylesBC010 .products_sale h3 {
  margin-top: 15px !important;
}

.portedStylesBC010 .divContentPromo {
  float: left;
  width: 569px;
  padding: 0 0 6px 0;
  margin: 10px 0 10px 0;
  background: url("../../../images/shd/promo_bot.gif") no-repeat left bottom;
  clear: both;
  color: #FFFFFF;
}

.portedStylesBC010 .divContentPromo_bg {
  float: left;
  width: 549px;
  padding: 16px 10px 10px 10px;
  background: #75BED6 url("../../../images/shd/promo_bg.jpg") no-repeat left top;
}

.portedStylesBC010 .divContentPromo a,
.portedStylesBC010 .divContentPromo a:visited,
.portedStylesBC010 .divContentPromo a:link {
  color: #ffffff;
  text-decoration: underline;
  background: none !important;
}

.portedStylesBC010 .divContentPromo a:active,
.portedStylesBC010 .divContentPromo a:hover,
.portedStylesBC010 .divContentPromo a:visited:hover {
  color: #ffffff;
  text-decoration: none;
}

.portedStylesBC010 .right_widget_3_bg ul a,
.portedStylesBC010 .right_widget_3_bg ul a:visited,
.portedStylesBC010 .right_widget_3_bg ul a:link {
  color: white;
  padding: 0;
  margin: 0;
  text-decoration: none;
  display: block;
  font-weight: normal;
}

.portedStylesBC010 .right_widget_3_bg ul a:active,
.portedStylesBC010 .right_widget_3_bg ul a:hover,
.portedStylesBC010 .right_widget_3_bg ul a:visited:hover {
  color: #FF5800;
}

.portedStylesBC010 .gfg_addition_banner {
  width: 211px;
  padding-top: 63px;
  height: 0;
  display: block;
  float: left;
  overflow: hidden;
  background-image: url("../../../images/shd/gfg_addition.jpg");
  margin: 15px 0;
}

.portedStylesBC010 .gfg_addition_banner:hover {
  background-position: 0 -63px;
}

.portedStylesBC010 .right_column #TopLister li {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid;
}

.portedStylesBC010 .paraBox {
  float: left;
  margin-bottom: 10px;
}

.portedStylesBC010 .paraBox img {
  padding: 1px 0 5px 5px;
}

.portedStylesBC010 .myAccountBtns {
  clear: both;
  display: block;
  float: left;
  margin: 0;
  width: 100%;
}

.portedStylesBC010 .myAccountBtns a.button1,
.portedStylesBC010 .myAccountBtns a.metal_button1 {
  margin-right: 3px;
}

.portedStylesBC010 .myAccountBtns a.marginRight {
  margin-right: 3px;
}

.portedStylesBC010 .left_nav ul a.active {
  color: #FF5800;
}

.portedStylesBC010 #search-results-page .search-result {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #CFD9DE;
  float: left;
  width: 100%;
}

.portedStylesBC010 #search-results-page .search-result div {
  float: left;
}

.portedStylesBC010 #search-results-page .search-result .search-result-content {
  width: 100%;
}

.portedStylesBC010 #search-results-page .search-result .with-image {
  width: 450px;
  margin-right: 10px;
}

.portedStylesBC010 #search-results-page .search-result img {
  float: right;
  height: 80px;
  width: 100px;
  display: block;
  border: 1px solid #CFD9DE;
}

.portedStylesBC010 #search-results-page .search-result h3.search-result-title a {
  color: #E95F17;
  margin-bottom: 3px;
  text-decoration: none;
}

.portedStylesBC010 #search-results-page .search-result p.search-result-desc {
  margin-top: 5px;
  margin-bottom: 0px;
  width: 100%;
}

.portedStylesBC010 #verisign {
  clear: both;
  width: 125px;
  margin: 0 auto;
  background: white;
  padding: 5px;
}

.portedStylesBC010 #verisign a {
  display: block;
  text-align: center;
  float: none;
  color: #fff;
  font-size: 14px;
}

.portedStylesBC010 #search-results-page #search-buttons a,
.portedStylesBC010 #search-results-page #search-buttons label,
.portedStylesBC010 #search-results-page #search-buttons input {
  float: left;
  display: block;
}

.portedStylesBC010 #search-results-page .metal_button_add_to {
  width: 110px;
  height: 21px;
  background-image: url("../../../images/fence-builder/add_to_basket.gif");
  border: 0;
  margin-top: 10px;
  cursor: pointer;
}

.portedStylesBC010 #search-results-page #search-buttons label,
.portedStylesBC010 #search-results-page #search-buttons input {
  margin-top: 10px;
}

.portedStylesBC010 #search-results-page #search-buttons a.metal_button_add_to {
  margin-top: 10px;
}

.portedStylesBC010 #search-results-page #search-buttons input {
  margin-right: 10px;
  width: 30px;
}

.portedStylesBC010 #search-results-page #search-buttons label {
  margin-left: 150px;
  margin-right: 10px;
}

.portedStylesBC010 #megaSearchResults .srchATB a,
.portedStylesBC010 #megaSearchResults .srchATB label,
.portedStylesBC010 #megaSearchResults .srchATB input {
  float: left;
  display: block;
}

.portedStylesBC010 #megaSearchResults .srchATB .metal_button_add_to {
  width: 110px;
  height: 21px;
  background-image: url("../../../images/fence-builder/add_to_basket.gif");
  border: 0;
  margin-top: 10px;
  cursor: pointer;
  text-decoration: none;
}

.portedStylesBC010 #megaSearchResults .srchATB .metal_button_add_to span {
  visibility: hidden;
}

.portedStylesBC010 #megaSearchResults .srchATB input {
  margin-top: 10px;
}

.portedStylesBC010 #megaSearchResults .srchATB a.metal_button_add_to {
  margin-top: 10px;
}

.portedStylesBC010 #megaSearchResults .srchATB input {
  margin-right: 10px;
  width: 30px;
}

.portedStylesBC010 #pricePanel {
  margin-top: 5px;
  width: 300px;
}

.portedStylesBC010 #pricePanel .largePrice {
  font-size: 1.1em;
}

.portedStylesBC010 #pricePanel .rrpPrice {
  font-size: 1.2em;
}

.portedStylesBC010 #pricePanel .salePrice {
  font-size: 1.2em;
  margin-left: 5px;
}

.portedStylesBC010 #pricePanel .exVatPrice {
  font-size: 0.75em;
}

.portedStylesBC010 .fenceCalcWidget {
  background-image: url("../../../images/fence-builder/widgetBkg_top.png");
  background-position: left top;
  background-repeat: no-repeat;
  float: left;
  clear: both;
  margin-bottom: 10px;
}

.portedStylesBC010 .left_column .fenceCalcWidget {
  background-image: url("../../../images/fence-builder/widgetBkg_top_leftCol.png");
}

.portedStylesBC010 .fenceCalcWidgetInner {
  background-image: url("../../../images/fence-builder/widgetBkg_btm.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  padding: 10px;
  float: left;
  width: 152px;
  display: block;
}

.portedStylesBC010 .left_column .fenceCalcWidgetInner {
  background-image: url("../../../images/fence-builder/widgetBkg_btm_leftCol.png");
  width: 167px;
}

.portedStylesBC010 .fenceCalcWidgetInner h3 {
  width: 110px;
}

.portedStylesBC010 .fenceCalcWidgetInner input {
  width: 85px;
  margin-right: 3px;
}

.portedStylesBC010 .fenceCalcWidgetInner a {
  cursor: pointer;
  font-size: 1em;
}

.portedStylesBC010 .fenceCalcWidgetInner .panelCalcResult {
  margin: 0;
  display: none;
}

.portedStylesBC010 .panelCalcResult p {
  margin: 0;
  padding: 7px 0 0 0;
}

.portedStylesBC010 .widgetCalcInfo {
  font-size: 0.8em;
}

.portedStylesBC010 .home_widget {
  padding: 0 0 5px 0;
  background: url("../../../images/home/widg_1_3_bot.jpg") no-repeat left bottom;
  float: left;
}

.portedStylesBC010 .left_column .home_widget {
  margin: 0 0 10px 0 !important;
}

.portedStylesBC010 .home_widget a,
.portedStylesBC010 .home_widget a:visited,
.portedStylesBC010 .home_widget a:link {
  background: #E4F4F8 url("../../../images/home/widg_1_3_bg.jpg") no-repeat left top;
  padding: 11px 1px 0px 1px;
  margin: 0 10px 0 0 !important;
  width: 185px;
  float: left;
  color: #6D6F71;
  font-size: 0.8em;
  text-decoration: none;
}

.portedStylesBC010 .jacksonsSecurityLink {
  background: url("../../../images/home/widg_1_3_bot.jpg") no-repeat scroll left bottom transparent;
  float: left;
  margin: 0 0 10px;
  padding: 0 0 5px;
}

.portedStylesBC010 .jacksonsSecurityLink div {
  background: url("../../../images/home/widg_1_3_bg.jpg") no-repeat scroll left top #E4F4F8;
  color: #6D6F71;
  float: left;
  font-size: 0.8em;
  padding: 11px 1px 0;
  text-decoration: none;
  width: 185px;
}

.portedStylesBC010 .jacksonsSecurityLink p {
  font-size: 1.2em;
  margin: 4px 0 10px;
  padding: 0 10px;
}

.portedStylesBC010 .jacksonsSecurityLink h2 {
  margin: 0 0 4px;
}

.portedStylesBC010 .jacksonsSecurityLink img {
  margin: 0 0 3px;
}

.portedStylesBC010 a.right_column_link,
.portedStylesBC010 a.right_column_link:visited,
.portedStylesBC010 a.right_column_link:link {
  float: left;
  color: #ffffff;
  padding: 0 0 0 8px;
  margin: 5px 0 0 0;
  background: url("../../../images/shd/nav_arrow.gif") no-repeat left 3px;
  text-decoration: none;
}

.portedStylesBC010 a.right_column_link:active,
.portedStylesBC010 a.right_column_link:hover,
.portedStylesBC010 a.right_column_link:visited:hover {
  color: #FF5800;
}

.portedStylesBC010 li a.right_column_link,
.portedStylesBC010 li a.right_column_link:visited,
.portedStylesBC010 li a.right_column_link:link {
  margin: 0;
}

.portedStylesBC010 .right_widget_1_bg label {
  float: left;
  width: 70px;
}

.portedStylesBC010 .right_widget_1_bg label.saveBasketLabels {
  float: left;
  width: 152px;
  margin-bottom: 8px;
  clear: both;
}

.portedStylesBC010 .right_widget_1_bg input.saveBasketInput {
  width: 145px;
}

.portedStylesBC010 #item_total,
.portedStylesBC010 #subtotal {
  float: left;
  text-align: right;
  width: 70px;
}

.portedStylesBC010 #basket_ref,
.portedStylesBC010 #basket_id {
  font-size: 0.75em;
  font-style: italic;
  font-weight: normal;
}

.portedStylesBC010 a.orange_btn,
.portedStylesBC010 a.orange_btn:visited,
.portedStylesBC010 a.orange_btn:link {
  background: url("../../../images/shd/checkout_btn_bg.gif") no-repeat left top;
  float: left;
  width: 152px;
  text-align: center;
  padding: 4px 0 5px 0;
  margin: 10px 0 5px 0;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 0.9em;
  font-weight: bold;
}

.portedStylesBC010 a.orange_btn:active,
.portedStylesBC010 a.orange_btn:hover,
.portedStylesBC010 a.orange_btn:visited:hover {
  color: #0039A6;
}

.portedStylesBC010 .right_widget_1_bot,
.portedStylesBC010 .right_widget_2_bot,
.portedStylesBC010 .right_widget_3_bot,
.portedStylesBC010 .right_widget_4_bot {
  float: left;
  width: 168px;
  padding: 0 0 6px 0;
  margin: 0 0 10px 0;
  background: url("../../../images/shd/right_widget_1_bot.gif") no-repeat left bottom;
  clear: both;
}

.portedStylesBC010 .right_widget_1_bg,
.portedStylesBC010 .right_widget_2_bg,
.portedStylesBC010 .right_widget_3_bg,
.portedStylesBC010 .right_widget_4_bg {
  float: left;
  width: 152px;
  padding: 9px 8px 4px 8px;
  background: #174BAE url("../../../images/shd/right_widget_1_bg.jpg") no-repeat left top;
  font-size: 1.1em;
}

.portedStylesBC010 .right_widget_1_bg ul {
  margin: 5px 0 0 0;
}

.portedStylesBC010 .right_widget_2_bot {
  background: url("../../../images/shd/right_widget_2_bot.gif") no-repeat left bottom;
  clear: both;
}

.portedStylesBC010 .right_widget_2_bg {
  background: #2C6AB4 url("../../../images/shd/right_widget_2_bg.jpg") no-repeat left top;
  font-size: 1.1em;
}

.portedStylesBC010 .right_widget_3_bot {
  background: url("../../../images/shd/right_widget_3_bot.gif") no-repeat left bottom;
  clear: both;
}

.portedStylesBC010 .right_widget_3_bg {
  background: #478FBC url("../../../images/shd/right_widget_3_bg.jpg") no-repeat left top;
}

.portedStylesBC010 .right_widget_3_bot {
  background: #478FBC url("../../../images/shd/blue_panel_sml_bg.jpg") no-repeat left bottom;
  clear: both;
}

.portedStylesBC010 .left_column .right_widget_3_bg {
  width: 171px;
  background-image: url("../../../images/shd/left_widget_3_bg.jpg");
}

.portedStylesBC010 .left_column .right_widget_3_bot {
  width: 187px;
  background-image: url("../../../images/shd/left_widget_3_bot.gif");
}

.portedStylesBC010 .right_widget_white_bot {
  background: url("../../../images/shd/white_panel_bottom.gif") no-repeat left bottom;
  clear: both;
  padding-bottom: 6px;
  margin-bottom: 10px;
  color: #2D6BB4;
}

.portedStylesBC010 .right_widget_white_bg {
  background: #478FBC url("../../../images/shd/white_panel_top.gif") no-repeat left top;
  padding: 10px 10px 4px;
}

.portedStylesBC010 .right_widget_4_bot {
  background: url("../../../images/shd/right_widget_4_bot.gif") no-repeat left bottom;
  clear: both;
}

.portedStylesBC010 .right_widget_4_bg {
  background: #49A9C9 url("../../../images/shd/right_widget_4_bg.jpg") no-repeat left top;
}

.portedStylesBC010 .right_widget_5_bot {
  float: left;
  width: 168px;
  padding: 0 0 6px 0;
  margin: 0 0 10px 0;
  background: url("../../../images/shd/right_widget_5_bot.gif") no-repeat left bottom;
  clear: both;
}

.portedStylesBC010 .right_widget_5_bot a,
.portedStylesBC010 a.right_widget_5_bot:visited,
.portedStylesBC010 a.right_widget_5_bot:link {
  float: left;
  width: 152px;
  padding: 9px 8px 0 8px;
  background: #EAF6F9 url("../../../images/shd/right_widget_5_bg.jpg") no-repeat left top;
  font-size: 0.9em;
  color: #6D6F71;
  text-decoration: none !important;
  line-height: 1em;
}

.portedStylesBC010 .right_widget_5_bot a:active,
.portedStylesBC010 .right_widget_5_bot a:hover,
.portedStylesBC010 .right_widget_5_bot a:visited:hover {
  color: #FF5800;
  text-decoration: none !important;
}

.portedStylesBC010 .right_widget_5_bot a h3 {
  color: #0039A6;
}

.portedStylesBC010 .sendToAFriendBg {
  background-image: url("../../../images/shd/right_widget_2_bg_sendToAFriend.jpg");
  background-repeat: no-repeat;
}

.portedStylesBC010 #sendToAFriend,
.portedStylesBC010 #sendToAFriend ul,
.portedStylesBC010 #sendToAFriend li {
  display: block;
  float: none;
  padding: 0;
  margin: 0;
}

.portedStylesBC010 #sendToAFriend li a {
  float: none;
  display: block;
}

.portedStylesBC010 #sendToAFriend {
  font-size: 1em;
}

.portedStylesBC010 #sendToAFriend ul {
  margin-top: 0.5em;
}

.portedStylesBC010 #sendToAFriend li {
  margin-top: 3px;
}

.portedStylesBC010 #sendToAFriend input {
  width: 138px;
  padding: 3px 5px;
  font-size: 0.9em;
}

.portedStylesBC010 #sendToAFriend label {
  padding-top: 3px;
}

.portedStylesBC010 #sendToAFriend textarea {
  width: 142px;
  padding: 3px;
  margin-top: 2px;
}

.portedStylesBC010 .left_column .hireStationWidget {
  display: block;
  float: left;
  color: white;
  padding: 8px 9px 0 9px;
  width: 169px;
  height: 135px;
  background-image: url("../../../images/shd/specialistToolHireBanner.jpg");
  background-position: left top;
  outline: 0;
  cursor: pointer;
  margin: 0 0 10px 0;
}

.portedStylesBC010 .left_column .hireStationWidget:hover {
  background-position: left -160px;
}

.portedStylesBC010 .left_column .hireStationWidget strong {
  width: 90px;
}

.portedStylesBC010 .left_column .hireStationWidget span {
  display: inline;
  float: left;
  width: 96px;
  line-height: 1.3em;
  margin: 3px 0 0 2px;
}

.portedStylesBC010 #fbLftWidget {
  background-image: url("../../../images/fence-builder/widget/ltBlue_top.gif");
  background-position: left top;
  background-repeat: no-repeat;
  float: left;
  padding-top: 8px;
  width: 187px;
  color: #fff;
  margin-bottom: 10px;
}

.portedStylesBC010 #fbLftWidget h3 {
  padding: 0;
  margin: 0;
}

.portedStylesBC010 #fbLftWidget p {
  padding: 5px 0 0 0;
  margin: 0;
  color: #fff;
}

.portedStylesBC010 #fbLftWidget p a {
  color: #fff;
}

.portedStylesBC010 #fbLftWidgetInner {
  background-image: url("../../../images/fence-builder/widget/ltBlue_btm.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  float: left;
  padding: 0 10px 80px 10px;
  width: 167px;
}

.portedStylesBC010 #SendToFriendTwitter,
.portedStylesBC010 #SendToFriendFacebook {
  float: left;
  width: auto;
  margin-top: 6px;
  clear: both;
  text-align: center;
  width: 100%;
}

.portedStylesBC010 #SendToFriendFacebook {
  clear: both;
  float: left;
  margin-top: 6px;
  padding-left: 36px;
  text-align: center;
  width: 100%;
}

.portedStylesBC010 #SendToFriendGoogle {
  width: 100%;
  float: left;
  clear: both;
  margin-top: 6px;
  padding-left: 10px;
  text-align: center;
}

.portedStylesBC010 .reviewWidgetImage {
  width: 100%;
  background: white;
  padding: 10px;
  box-sizing: border-box;
}

.portedStylesBC010 .reviewWidgetImage img {
  width: 100%;
}

.portedStylesBC010 #colorbox,
.portedStylesBC010 #cboxOverlay,
.portedStylesBC010 #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

.portedStylesBC010 #cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

.portedStylesBC010 #cboxMiddleLeft,
.portedStylesBC010 #cboxBottomLeft {
  clear: left;
}

.portedStylesBC010 #cboxContent {
  position: relative;
  overflow: hidden;
}

.portedStylesBC010 #cboxLoadedContent {
  overflow: auto;
}

.portedStylesBC010 #cboxLoadedContent iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.portedStylesBC010 #cboxTitle {
  margin: 0;
}

.portedStylesBC010 #cboxLoadingOverlay,
.portedStylesBC010 #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.portedStylesBC010 #cboxPrevious,
.portedStylesBC010 #cboxNext,
.portedStylesBC010 #cboxClose,
.portedStylesBC010 #cboxSlideshow {
  cursor: pointer;
}

.portedStylesBC010 #cboxOverlay {
  background: gainsboro;
}

.portedStylesBC010 #cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url("../../../images/colorbox/controls.png") -100px 0 no-repeat;
  border: 0;
}

.portedStylesBC010 #cboxTopRight {
  width: 21px;
  height: 21px;
  background: url("../../../images/colorbox/controls.png") -129px 0 no-repeat;
  border: 0;
}

.portedStylesBC010 #cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url("../../../images/colorbox/controls.png") -100px -29px no-repeat;
  border: 0;
}

.portedStylesBC010 #cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url("../../../images/colorbox/controls.png") -129px -29px no-repeat;
  border: 0;
}

.portedStylesBC010 #cboxMiddleLeft {
  width: 21px;
  background: url("../../../images/colorbox/controls.png") left top repeat-y;
  border: 0;
}

.portedStylesBC010 #cboxMiddleRight {
  width: 21px;
  background: url("../../../images/colorbox/controls.png") right top repeat-y;
  border: 0;
}

.portedStylesBC010 #cboxTopCenter {
  height: 21px;
  background: url("../../../images/colorbox/border.png") 0 0 repeat-x;
  border: 0;
}

.portedStylesBC010 #cboxBottomCenter {
  height: 21px;
  background: url("../../../images/colorbox/border.png") 0 -29px repeat-x;
  border: 0;
}

.portedStylesBC010 #cboxContent {
  background: #fff;
  border: 0;
}

.portedStylesBC010 #cboxLoadedContent {
  margin-bottom: 28px;
  border: 0;
}

.portedStylesBC010 #cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 0%;
  visibility: hidden;
  display: none;
  color: #949494;
  border: 0;
}

.portedStylesBC010 #cboxCurrent {
  position: absolute;
  bottom: 5px;
  left: 30px;
  width: 95px;
  color: #949494;
  text-align: center;
  border: 0;
}

.portedStylesBC010 #cboxSlideshow {
  position: absolute;
  bottom: 2px;
  left: 160px;
  color: #0092ef;
  border: 0;
}

.portedStylesBC010 #cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0px;
  background: url("../../../images/colorbox/controls.png") -75px 0px no-repeat;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  border: 0;
}

.portedStylesBC010 #cboxPrevious.hover {
  background-position: -75px -25px;
  border: 0;
}

.portedStylesBC010 #cboxNext {
  position: absolute;
  bottom: 0;
  left: 130px;
  background: url("../../../images/colorbox/controls.png") -50px 0px no-repeat;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  border: 0;
  border: 0;
}

.portedStylesBC010 #cboxNext.hover {
  background-position: -50px -25px;
  border: 0;
}

.portedStylesBC010 #cboxLoadingOverlay {
  background: url("../../../images/colorbox/loading_background.png") center center no-repeat;
  border: 0;
}

.portedStylesBC010 #cboxLoadingGraphic {
  background: url("../../../images/colorbox/loading.gif") center center no-repeat;
  border: 0;
}

.portedStylesBC010 #cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../../../images/colorbox/controls.png") -25px 0px no-repeat;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  border: 0;
}

.portedStylesBC010 #cboxClose.hover {
  background-position: -25px -25px;
  border: 0;
}

.portedStylesBC010 .cboxIE #cboxTopLeft {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/colorbox/internet_explorer/borderTopLeft.png", sizingMethod="scale");
}

.portedStylesBC010 .cboxIE #cboxTopCenter {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/colorbox/internet_explorer/borderTopCenter.png", sizingMethod="scale");
}

.portedStylesBC010 .cboxIE #cboxTopRight {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/colorbox/internet_explorer/borderTopRight.png", sizingMethod="scale");
}

.portedStylesBC010 .cboxIE #cboxBottomLeft {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/colorbox/internet_explorer/borderBottomLeft.png", sizingMethod="scale");
}

.portedStylesBC010 .cboxIE #cboxBottomCenter {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/colorbox/internet_explorer/borderBottomCenter.png", sizingMethod="scale");
}

.portedStylesBC010 .cboxIE #cboxBottomRight {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/colorbox/internet_explorer/borderBottomRight.png", sizingMethod="scale");
}

.portedStylesBC010 .cboxIE #cboxMiddleLeft {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/colorbox/internet_explorer/borderMiddleLeft.png", sizingMethod="scale");
}

.portedStylesBC010 .cboxIE #cboxMiddleRight {
  background: transparent;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/colorbox/internet_explorer/borderMiddleRight.png", sizingMethod="scale");
}

.portedStylesBC010 .cboxSlideshow_off #cboxSlideshow,
.portedStylesBC010 .cboxSlideshow_on #cboxSlideshow {
  background: url("../../../images/colorbox/playStopBtns.gif") top left no-repeat;
  width: 21px;
  padding-top: 21px;
  height: 0px;
  overflow: hidden;
  display: block;
}

.portedStylesBC010 .cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -2px -27px;
}

.portedStylesBC010 .cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -27px -27px;
}

.portedStylesBC010 .cboxSlideshow_off #cboxSlideshow {
  background-position: -2px -2px;
}

.portedStylesBC010 .cboxSlideshow_on #cboxSlideshow {
  background-position: -27px -2px;
}

.portedStylesBC010 #cBoxWallpaper {
  background: url("../../../images/colorbox/wallpaperDownload.png") no-repeat scroll left top transparent;
  display: block;
  height: 21px;
  padding: 5px 5px 5px 110px;
  position: absolute;
  right: 0;
  top: 0;
  width: 159px;
}

.portedStylesBC010 #cBoxWallpaper select {
  float: left;
  width: 125px;
}

.portedStylesBC010 #cBoxWallpaper a {
  background: url("../../../images/colorbox/controls.png") no-repeat -52px -2px;
  display: block;
  float: left;
  height: 0;
  margin-left: 9px;
  overflow: hidden;
  padding-top: 21px;
  width: 21px;
}

.portedStylesBC010 #cBoxWallpaper a:hover {
  background-position: -52px -27px;
}

.portedStylesBC010 #cBoxHighRes {
  background: url("../../../images/colorbox/highResDownload.png") no-repeat scroll left top transparent;
  display: block;
  padding-top: 31px;
  height: 0px;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 279px;
  top: 0px;
  width: 156px;
  cursor: pointer;
}

.portedStylesBC010 #cBoxHighRes:hover {
  background-position: left -31px;
}

.portedStylesBC010 #cBoxHighResLogin {
  background: url("../../../images/colorbox/highResLogin.png") no-repeat scroll left top transparent;
  display: block;
  padding-top: 31px;
  height: 0px;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 176px;
  top: 0px;
  width: 181px;
  cursor: pointer;
}

.portedStylesBC010 #cBoxHighResLogin:hover {
  background-position: left -31px;
}

.portedStylesBC010 #cBoxWallpaperLogin {
  background: url("../../../images/colorbox/wallpaperLogin.png") no-repeat scroll left top transparent;
  display: block;
  padding-top: 31px;
  height: 0px;
  display: block;
  overflow: hidden;
  position: absolute;
  right: 0px;
  top: 0px;
  width: 170px;
  cursor: pointer;
}

.portedStylesBC010 #cBoxWallpaperLogin:hover {
  background-position: left -31px;
}

.portedStylesBC010 .lightboxContentWrapper {
  width: 800px;
  display: block;
}

.portedStylesBC010 .lightboxContentWrapper .descBoxOuter a,
.portedStylesBC010 .lightboxContentWrapper .descBoxOuter a:active,
.portedStylesBC010 .lightboxContentWrapper .descBoxOuter a:link {
  text-decoration: underline;
  color: #fff;
}

.portedStylesBC010 .lightboxContentWrapper .descBoxOuter a:hover {
  color: #AFCCFF;
}

.portedStylesBC010 .lightboxContentWrapper img {
  display: block;
  margin: 0 auto;
}

.portedStylesBC010 .descBoxOuter {
  background: url("../../../images/colorbox/descBoxBottom.gif") no-repeat scroll left bottom transparent;
  padding-bottom: 4px;
  width: 800px;
  display: block;
  margin: 7px 0;
}

.portedStylesBC010 .descBoxInner {
  background: url("../../../images/colorbox/descBoxTop.gif") no-repeat scroll left top transparent;
  width: 800px;
  display: block;
}

.portedStylesBC010 .descBoxContent {
  color: #fff;
  padding: 12px 12px 0;
  width: 776px;
  display: block;
}

.portedStylesBC010 .descBoxContent p {
  margin: 0;
  padding-bottom: 8px;
}

.portedStylesBC010 .descBoxContent h3 {
  font-size: 12px;
  margin: 0;
  padding-bottom: 8px;
}

.portedStylesBC010 .breadcrumb {
  width: 990px;
  float: left;
  margin: 0 0 7px 0;
}

.portedStylesBC010 .breadcrumb ul a,
.portedStylesBC010 .breadcrumb ul a:visited,
.portedStylesBC010 .breadcrumb ul a:link {
  color: #708F9E;
  padding: 0;
  margin: 0;
  text-decoration: none;
  background: #ffffff url("../../../images/shd/white.gif") repeat left top;
}

.portedStylesBC010 .breadcrumb ul a:active,
.portedStylesBC010 .breadcrumb ul a:hover,
.portedStylesBC010 .breadcrumb ul a:visited:hover {
  color: #FF5800;
}

.portedStylesBC010 .breadcrumb ul {
  float: left;
  padding: 0;
  margin: 0;
}

.portedStylesBC010 .breadcrumb ul li {
  color: #708F9E;
  list-style: none;
  float: left;
  padding: 0 0 0 8px;
  margin: 0 0 0 10px;
  background: url("../../../images/shd/nav_arrow.gif") no-repeat left;
}

.portedStylesBC010 .breadcrumb ul li:hover {
  background: #ffffff url("../../../images/shd/nav_arrow.gif") no-repeat left;
}

.portedStylesBC010 table.layout {
  border-spacing: 1px;
  color: #6D6F71;
  font-size: 0.85em;
  background: #E7E7E7;
  width: 569px;
  clear: both;
}

.portedStylesBC010 .layout caption {
  font-weight: bold;
  color: #FFFfff;
  text-align: left;
  padding: 24px 0 5px 10px;
  font-size: 1.1em;
  background: #0039A6 url("../../../images/shd/table_divider.gif") no-repeat left top;
  border-bottom: 1px solid #ffffff;
}

.portedStylesBC010 .layout .timberth td,
.portedStylesBC010 .layout .timberth th {
  background-color: #F5F5F5;
  color: #0039A6;
  font-weight: bold;
  vertical-align: top;
}

.portedStylesBC010 .layout td,
.portedStylesBC010 .layout th {
  padding: 4px;
  max-width: 100px;
}

.portedStylesBC010 .layout tbody tr {
  background-color: #ffffff;
  text-align: left;
}

.portedStylesBC010 .layout tbody tr.treventim {
  background: #F5F5F5;
  border-top: 1px solid #ffffff;
}

.portedStylesBC010 .layout tbody tr td,
.portedStylesBC010 .layout tbody tr th {
  background: #ffffff;
  border: 1px solid #ffffff;
  text-align: center;
}

.portedStylesBC010 .layout tbody tr.treventim td {
  background: #F5F5F5;
  border-top: 1px solid #ffffff;
}

.portedStylesBC010 form {
  clear: both;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.portedStylesBC010 input {
  margin: 0 5px 0 0;
}

.portedStylesBC010 textarea {
  border: 1px solid #708F9E;
  color: #708F9E;
  width: 565px;
  font-size: 0.9em;
  font-family: Arial, Verdana, Sans-Serif;
  margin: 10px 0 0 0;
}

.portedStylesBC010 table.layout input {
  border: 1px solid #7895A3;
  color: #7895A3;
  font-size: 1em;
}

.portedStylesBC010 #marginForm fieldset {
  border-color: #0039A6;
  border-style: solid;
  border-width: 1px;
  display: block;
  margin: 0pt 0pt 1em;
  padding: 0 0 10px 10px;
}

.portedStylesBC010 #marginForm fieldset legend {
  color: #0039A6;
  font-weight: bold;
}

.portedStylesBC010 #marginForm fieldset.radio {
  border: 0pt solid #FFFFFF;
  margin: 0pt 0pt 0pt -1em;
}

.portedStylesBC010 #marginForm fieldset.radio input {
  clear: both;
  float: left;
  position: static;
}

.portedStylesBC010 #marginForm fieldset.radio label {
  display: inline;
  font-weight: normal;
  margin: 0pt 0pt 0pt 8em;
  position: relative;
  top: -1.25em;
  width: auto;
}

.portedStylesBC010 #marginForm fieldset.radio legend {
  float: left;
  font-weight: bold;
}

.portedStylesBC010 #marginForm input {
  display: block;
  left: 10em;
  position: relative;
  top: -1.4em;
}

.portedStylesBC010 #marginForm span {
  clear: both;
  display: block;
  float: left;
  margin-top: -1em;
  width: 10em;
}

.portedStylesBC010 #marginForm span span {
  display: block;
  left: 22.5em;
  position: relative;
  top: -1.9em;
  height: 0.8em;
  width: 1em;
}

.portedStylesBC010 #marginForm span.first {
  margin-top: 1em;
}

.portedStylesBC010 #marginForm select {
  display: block;
  left: 10em;
  position: relative;
  top: -1.4em;
}

.portedStylesBC010 .clearer {
  clear: both;
  height: 1px;
}

.portedStylesBC010 .submit {
  clear: both;
  display: block;
  left: 10em;
  position: relative;
  font-size: 1em !important;
  top: -1.4em;
  margin-bottom: -1em !important;
}

.portedStylesBC010 fieldset p {
  clear: both;
  margin: 0;
  padding: 0;
  float: left;
}

.portedStylesBC010 .ErrorMsg {
  font-weight: bold;
  color: #FF0000;
  margin: 0 0 0 5px;
}

.portedStylesBC010 .LoginLeft {
  float: Left;
}

.portedStylesBC010 .LoginRight {
  float: right;
}

.portedStylesBC010 .formElem,
.portedStylesBC010 .formElemShort,
.portedStylesBC010 .formElemHidden,
.portedStylesBC010 .formElemAutoEnq,
.portedStylesBC010 .formElemComEnq {
  padding-top: 3px;
  float: left;
  width: 120px;
  vertical-align: text-bottom;
  /* border:1px solid yellow */
}

.portedStylesBC010 .formElem {
  clear: both;
}

.portedStylesBC010 .formElemAutoEnq {
  padding-bottom: 3px;
  padding-right: 10px;
  width: 300px;
}

.portedStylesBC010 .formElemComEnq {
  padding-bottom: 3px;
  padding-right: 10px;
  width: 200px;
}

.portedStylesBC010 .autoGateStyle {
  width: 300px;
  margin-left: 310px;
  display: block;
  margin-bottom: 7px;
}

.portedStylesBC010 .formElemShort {
  width: 45px;
}

.portedStylesBC010 .labelElement,
.portedStylesBC010 .labelElementLong {
  padding-top: 3px;
  float: left;
  width: 180px;
  vertical-align: text-bottom;
  /* border:1px solid red */
}

.portedStylesBC010 .labelElementLong {
  width: 180px;
}

.portedStylesBC010 .formLoginPreReg {
  width: 186px;
  float: left;
}

.portedStylesBC010 .formRegButt {
  width: 182px;
  float: left;
}

.portedStylesBC010 .formForgotPW {
  width: 186px;
  float: left;
}

.portedStylesBC010 .formLoginButt {
  width: 199px;
  float: left;
}

.portedStylesBC010 .LoginDivider {
  margin-left: 20px;
  margin-right: 10px;
  float: left;
}

.portedStylesBC010 .submitButton {
  margin-right: 50px;
}

.portedStylesBC010 .divLeftHalf {
  float: left;
  margin: 0 10px 10px 0;
  width: 270px;
  /* border:1px solid red */
}

.portedStylesBC010 .divLeftHalfFull {
  float: left;
  margin-bottom: 10px;
  width: 560px;
  /* border:1px solid red */
}

.portedStylesBC010 .divRightHalf {
  float: left;
  margin-left: 10px;
  margin-bottom: 10px;
  width: 270px;
  /* border:1px solid green */
}

.portedStylesBC010 .divErrMsg {
  color: Red;
  width: 560px;
  float: left;
  clear: right;
}

.portedStylesBC010 .form-error {
  background-color: #FFE8E8;
  float: left;
  width: 80%;
  margin: 15px 10%;
  padding: 15px;
  border: 1px solid red;
}

.portedStylesBC010 .form-error .divErrMsg {
  color: #444;
  line-height: 1.5;
}

.portedStylesBC010 .input_small {
  font-size: 100%;
  color: #333333;
  border: 1px solid #708F9E;
  width: 40px;
  vertical-align: middle;
}

.portedStylesBC010 .input_medium {
  font-size: 100%;
  color: #333333;
  border: 1px solid #708F9E;
  width: 80px;
  vertical-align: middle;
}

.portedStylesBC010 .formerror {
  color: #cc0000;
  font-weight: bold;
}

.portedStylesBC010 .regular {
  font-size: 100%;
  color: #333333;
  border: 1px solid #708F9E;
  width: 120px;
  vertical-align: middle;
  margin: 1px 0 1px 0;
}

.portedStylesBC010 .regularLarge {
  font-size: 100%;
  color: #333333;
  border: 1px solid #333333;
  width: 520px;
  height: 120px;
  vertical-align: middle;
}

.portedStylesBC010 .regularOrderCat {
  font-size: 100%;
  color: #333333;
  border: 1px solid #708F9E;
  width: 197px;
  vertical-align: middle;
  margin: 1px 0 1px 0;
}

.portedStylesBC010 .ddregular {
  border: 1px solid #333333;
  font-family: Arial, sans-serif;
  font-size: 90%;
  color: #333333;
}

.portedStylesBC010 #divComEnqPersonal .regular {
  margin: 2px 0px;
}

.portedStylesBC010 #divComEnqDetails .regular {
  width: 200px;
  margin: 2px 0px;
}

.portedStylesBC010 .checkbox {
  border: 0 !important;
}

.portedStylesBC010 .divRightHalf h5,
.portedStylesBC010 .divLeftHalf h5 {
  padding: 0;
  margin: 0;
  font-size: 0.85em;
}

.portedStylesBC010 .border_right {
  border-right: 1px dashed #C9D5DA;
}

.portedStylesBC010 .form label {
  padding-top: 3px;
  float: left;
  width: 120px;
  vertical-align: text-bottom;
}

.portedStylesBC010 .button_margin_left {
  margin: 10px 0 0 120px !important;
}

.portedStylesBC010 #fsJakureForm ol,
.portedStylesBC010 #fsServiceLife ol,
.portedStylesBC010 #fsAutomation ol,
.portedStylesBC010 #Generic ol {
  margin: 0px 10px 10px 10px;
  padding: 0px 10px 10px 10px;
}

.portedStylesBC010 #Generic ol li label {
  width: 270px;
}

.portedStylesBC010 #fsJakureForm ol li label,
.portedStylesBC010 #fsServiceLife ol li label,
.portedStylesBC010 #fsAutomation ol li label,
.portedStylesBC010 #Generic ol li label {
  display: block;
  float: left;
}

.portedStylesBC010 #fsJakureForm ol li input,
.portedStylesBC010 #fsServiceLife ol li input,
.portedStylesBC010 #fsAutomation ol li input,
.portedStylesBC010 #Generic ol li input {
  width: 220px;
  padding: 1px 0pt 1px 5px;
}

.portedStylesBC010 #fsJakureForm ol li select,
.portedStylesBC010 #fsServiceLife ol li select,
.portedStylesBC010 #fsAutomation ol li select,
.portedStylesBC010 #Generic ol li select {
  width: 227px;
}

.portedStylesBC010 #fsJakureForm ol li,
.portedStylesBC010 #fsServiceLife ol li,
.portedStylesBC010 #fsAutomation ol li,
.portedStylesBC010 #Generic ol li {
  clear: left;
  list-style-image: none;
  list-style-type: none;
  list-style: 0;
  background-image: none;
  padding: 0;
  width: 100%;
  padding-top: 5px;
}

.portedStylesBC010 #fsJakureForm ol li,
.portedStylesBC010 #fsServiceLife ol li,
.portedStylesBC010 #fsAutomation ol li {
  padding-top: 10px;
}

.portedStylesBC010 #fsJakureForm,
.portedStylesBC010 #fsServiceLife,
.portedStylesBC010 #fsAutomation,
.portedStylesBC010 #Generic {
  border: 0;
  margin: 0;
  padding: 0;
}

.portedStylesBC010 #fsJakureForm ol li textarea,
.portedStylesBC010 #fsServiceLife ol li textarea,
.portedStylesBC010 #fsAutomation ol li textarea,
.portedStylesBC010 #Generic ol li textarea {
  width: 460px;
}

.portedStylesBC010 #fsJakureForm ol li td label,
.portedStylesBC010 #fsServiceLife ol li td label,
.portedStylesBC010 #fsAutomation ol li td label,
.portedStylesBC010 #Generic ol li td label {
  width: auto;
}

.portedStylesBC010 #fsJakureForm ol li td input,
.portedStylesBC010 #fsServiceLife ol li td input,
.portedStylesBC010 #fsAutomation ol li td input,
.portedStylesBC010 #Generic ol li td input {
  width: auto;
  display: block;
  float: left;
}

.portedStylesBC010 #fsJakureForm table,
.portedStylesBC010 #fsServiceLife table,
.portedStylesBC010 #fsAutomation table,
.portedStylesBC010 #Generic table {
  border-collapse: collapse;
  margin: 1em auto;
  width: 100%;
  clear: left;
}

.portedStylesBC010 #fsJakureForm li p,
.portedStylesBC010 #fsServiceLife li p,
.portedStylesBC010 #fsAutomation li p,
.portedStylesBC010 #Generic li p {
  width: 100%;
  padding: 5px 5px 5px 5px;
}

.portedStylesBC010 #fsJakureForm li span,
.portedStylesBC010 #fsServiceLife li span,
.portedStylesBC010 #fsAutomation li span,
.portedStylesBC010 #Generic li span {
  border-collapse: collapse;
  margin: 1em auto;
  width: 100%;
  clear: left;
}

.portedStylesBC010 #fsJakureForm li span label,
.portedStylesBC010 #fsServiceLife li span label,
.portedStylesBC010 #fsAutomation li span label,
.portedStylesBC010 #Generic li span label {
  width: 75px;
  margin-top: 10px;
}

.portedStylesBC010 #fsJakureForm li span input,
.portedStylesBC010 #fsServiceLife li span input,
.portedStylesBC010 #fsAutomation li span input,
.portedStylesBC010 #Generic li span input {
  width: auto;
  display: block;
  float: left;
  margin-top: 10px;
}

.portedStylesBC010 #fsJakureForm li span br,
.portedStylesBC010 #fsServiceLife li span br,
.portedStylesBC010 #fsAutomation li span br,
.portedStylesBC010 #Generic li span br {
  display: none;
}

.portedStylesBC010 fieldset#Generic li div {
  float: left;
}

.portedStylesBC010 fieldset#Generic li div.postcode {
  width: 220px;
}

.portedStylesBC010 fieldset#Generic li div.postcode input {
  width: 50px;
  margin-right: 10px;
}

.portedStylesBC010 .WideLabel {
  width: 100%;
}

.portedStylesBC010 .formBottom {
  margin-top: 20px;
}

.portedStylesBC010 .formBottom input {
  float: left;
  clear: both;
  margin-bottom: 5px;
  margin-left: 20px;
}

.portedStylesBC010 .formBottom .formElem {
  float: left;
  clear: both;
}

.portedStylesBC010 #CourtyardGate fieldset {
  width: 569px;
  float: left;
  clear: both;
  border: 0;
  margin: 0;
  padding: 0;
}

.portedStylesBC010 #CourtyardGate fieldset legend {
  display: none;
}

.portedStylesBC010 #CourtyardGate fieldset ol {
  float: left;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}

.portedStylesBC010 #CourtyardGate fieldset li {
  float: left;
  width: 280px;
  margin-bottom: 1em;
  margin: 0;
  padding: 0;
  background: none;
}

.portedStylesBC010 #CourtyardGate fieldset div {
  margin: 0 0 0.6em 0;
  width: 100%;
  float: left;
  clear: both;
}

.portedStylesBC010 #CourtyardGate fieldset h3 {
  margin-bottom: 0.5em;
}

.portedStylesBC010 #CourtyardGate fieldset label {
  width: 120px;
  margin-right: 10px;
  display: block;
  float: left;
  line-height: 1.7em;
  text-align: left;
}

.portedStylesBC010 #CourtyardGate fieldset input,
.portedStylesBC010 #CourtyardGate fieldset textarea,
.portedStylesBC010 #CourtyardGate fieldset select {
  display: block;
  float: left;
  padding: 2px;
  border: 1px solid #708F9E;
  background-color: #fff;
  color: #000;
  font-size: 1em;
}

.portedStylesBC010 #CourtyardGate fieldset input,
.portedStylesBC010 #CourtyardGate fieldset textarea {
  width: 120px;
}

.portedStylesBC010 #CourtyardGate fieldset select {
  width: 126px;
  margin: 0;
  padding: 0;
}

.portedStylesBC010 #CourtyardGate fieldset input[type=radio] {
  width: auto;
  border: 0;
}

.portedStylesBC010 #CourtyardGate fieldset input[type=file] {
  width: 126px;
}

.portedStylesBC010 #CourtyardGate fieldset textarea {
  min-height: 80px;
}

.portedStylesBC010 #CourtyardGate ul#AutomatedOptions {
  display: inline;
}

.portedStylesBC010 #CourtyardGate ul#AutomatedOptions li {
  width: 189px;
  clear: none;
  text-align: left;
  margin-bottom: 10px;
}

.portedStylesBC010 #CourtyardGate ul#AutomatedOptions li label {
  width: 189px;
  text-align: left;
}

.portedStylesBC010 #CourtyardGate ul#AutomatedOptions li input,
.portedStylesBC010 #CourtyardGate ul#AutomatedOptions li label {
  width: 18px;
  float: none;
  display: inline;
}

.portedStylesBC010 #CourtyardGate ul#AutomatedOptions li label.cgSelectStyle {
  float: left !important;
  width: 80px !important;
}

.portedStylesBC010 #CourtyardGate ul#AutomatedOptions li span {
  display: block;
  float: left;
  width: 189px;
}

.portedStylesBC010 fieldset .courtyardTitle {
  margin: 0px 0px 5px;
  font-weight: bold;
  float: left;
}

.portedStylesBC010 fieldset#details {
  width: 560px;
}

.portedStylesBC010 body #CourtyardGate fieldset ul#AutomatedOptions li.liFullWidth,
.portedStylesBC010 body #CourtyardGate fieldset ol#filesList li.liFullWidth {
  width: 550px;
  margin-bottom: 5px;
}

.portedStylesBC010 body #CourtyardGate fieldset ol#filesList li.files {
  margin-top: 5px;
  clear: both;
  width: 100%;
  /*padding-left: 130px;*/
}

.portedStylesBC010 body #CourtyardGate fieldset ol#filesList li.files label.checkBox {
  float: left;
  width: 300px;
  padding-left: 4px;
}

.portedStylesBC010 body #CourtyardGate fieldset ol#filesList li.files span.checkBox input {
  float: left;
  width: auto;
}

.portedStylesBC010 body #CourtyardGate fieldset ol#filesList li.files input {
  width: 230px;
}

.portedStylesBC010 body #CourtyardGate li.checkBox input {
  border: none;
  background-color: Transparent;
}

.portedStylesBC010 body #CourtyardGate li.checkBox {
  display: inline;
  float: left;
}

.portedStylesBC010 body #CourtyardGate fieldset ul#AutomatedOptions li.marginTop,
.portedStylesBC010 body #CourtyardGate fieldset li.marginTop {
  margin-top: 15px;
}

.portedStylesBC010 body #CourtyardGate fieldset ol.addressList {
  width: 280px;
}

.portedStylesBC010 body #CourtyardGate fieldset ol.addressList li {
  width: 270px;
}

.portedStylesBC010 body #CourtyardGate fieldset ol.addressList li input {
  width: 130px;
}

.portedStylesBC010 body #CourtyardGate fieldset ol.addressList li select {
  width: 136px;
}

.portedStylesBC010 #CourtyardGate fieldset li.submit {
  /*padding-left: 130px;*/
  display: block;
  font-size: auto !important;
  left: auto;
  margin-bottom: auto !important;
  position: static;
  top: auto;
}

.portedStylesBC010 #CourtyardGate fieldset li.dimensions label {
  width: 176px;
  text-align: left;
}

.portedStylesBC010 #CourtyardGate fieldset li.dimensions input {
  width: 65px;
}

.portedStylesBC010 #CourtyardGate fieldset li.dimensions {
  width: 280px;
  clear: none;
  float: left;
}

.portedStylesBC010 #CourtyardGate fieldset li.title {
  width: 560px;
}

.portedStylesBC010 #CourtyardGate fieldset li.otherinfo {
  clear: both;
  width: 560px;
}

.portedStylesBC010 #CourtyardGate fieldset li.otherinfo textarea {
  width: 400px;
}

.portedStylesBC010 #AutomatedOptions .liFullWidth select {
  width: 250px;
}

.portedStylesBC010 .errorMsg {
  display: block;
  float: left;
  width: 500px;
}

.portedStylesBC010 #CourtyardGate .errorMsg {
  width: 100% !important;
}

.portedStylesBC010 #promotionCode input {
  float: left;
  margin: 10px 5px 0px 0px;
}

.portedStylesBC010 #promotionCode a {
  float: left;
}

.portedStylesBC010 .profileConfirmPassword {
  width: 265px;
  background: url("../../../images/shd/profile_pw_confirm_top.jpg") no-repeat left top;
  display: block;
  float: right;
  color: White;
  margin: 0 13px 15px 0;
}

.portedStylesBC010 .profileConfirmPassword div {
  width: 245px;
  background: url("../../../images/shd/profile_pw_confirm_bottom.jpg") no-repeat left bottom;
  padding: 10px;
  display: block;
  float: right;
}

.portedStylesBC010 .profileConfirmPassword span,
.portedStylesBC010 .profileConfirmPassword strong {
  margin: 0 0 5px 0;
  clear: none;
  float: left;
  display: block;
  width: 100%;
}

.portedStylesBC010 .profileConfirmPassword .confirmText {
  width: 120px;
}

.portedStylesBC010 .profileConfirmPassword input {
  display: block;
  float: left;
  margin: 0 0 0 3px;
}

.portedStylesBC010 body div .profileConfirmPassword .metal_button1 {
  padding: 1px 23px 1px 12px !important;
  clear: both;
  float: left;
  margin: 10px 0px 0 123px !important;
  display: inline;
  width: 85px;
}

.portedStylesBC010 .websiteRating label {
  margin-right: 6px;
}

.portedStylesBC010 .websiteRating input {
  margin-right: 2px;
}

.portedStylesBC010 #subscriptions-promotion {
  margin-top: 15px;
  font-size: 0.9em;
}

.portedStylesBC010 #subscriptions-promotion .left {
  width: 365px;
  float: left;
  margin-right: 23px;
}

.portedStylesBC010 #subscriptions-promotion .right {
  width: 355px;
  float: left;
}

.portedStylesBC010 #subscriptions-promotion .form-section {
  border: 0;
  padding: 0;
  margin-bottom: 15px;
  width: 365px;
  float: left;
}

.portedStylesBC010 #subscriptions-promotion ol {
  margin: 0;
  padding: 0;
  float: left;
}

.portedStylesBC010 #subscriptions-promotion li {
  background: none;
  padding: 0;
  margin-bottom: 6px;
  width: 365px;
  float: left;
}

.portedStylesBC010 #subscriptions-promotion label {
  width: 177px;
  margin-right: 10px;
  text-align: left;
  float: left;
  padding-top: 3px;
}

.portedStylesBC010 #subscriptions-promotion input,
.portedStylesBC010 #subscriptions-promotion select {
  padding: 4px 5px;
  width: 159px;
  float: right;
  margin-right: 5px;
}

.portedStylesBC010 #subscriptions-promotion input:focus {
  background: #F7FBFD;
  color: #4C646F;
}

.portedStylesBC010 #subscriptions-promotion select {
  padding: 2px;
  width: 173px;
  border: 1px solid #ccc;
}

.portedStylesBC010 #subscriptions-promotion span.postcode-inputs {
  width: 178px;
  float: right;
}

.portedStylesBC010 #subscriptions-promotion input.pcode1 {
  width: 45px;
  margin-right: 6px;
  float: left;
}

.portedStylesBC010 #subscriptions-promotion input.pcode2 {
  width: 94px;
  float: left;
  margin-right: 0px;
}

.portedStylesBC010 #subscriptions-promotion #subscriptions-list {
  float: left;
  clear: both;
  margin: 10px 0 25px;
  display: block;
  width: 753px;
}

.portedStylesBC010 .magazine-choice {
  clear: both;
  float: left;
  margin-bottom: 25px;
  width: 753px;
}

.portedStylesBC010 #subscriptions-promotion #submit-button {
  clear: both;
  width: 365px;
  float: left;
  margin-right: 13px;
}

.portedStylesBC010 #subscriptions-promotion #submit-button a.update-button {
  width: 360px;
  padding-top: 45px;
  height: 0px;
  display: block;
  float: left;
  overflow: hidden;
  background: url("../../../images/fullWidth/subscriptions-promotion-button.png") top left no-repeat;
}

.portedStylesBC010 #subscriptions-promotion #submit-button a.update-button:hover {
  background-position: 0 -45px;
}

.portedStylesBC010 #subscriptions-promotion #submit-button a.update-button:active {
  background-position: 0 -90px;
}

.portedStylesBC010 #subscriptions-promotion #submit-button p {
  float: left;
  margin-top: 10px;
  width: 100%;
}

.portedStylesBC010 #subscriptions-promotion #submit-button p input {
  float: left;
  width: 13px;
  height: 13px;
  margin: 0;
  margin-right: 10px;
}

.portedStylesBC010 #subscriptions-promotion #submit-button p label {
  float: left;
  width: auto;
  padding: 0;
}

.portedStylesBC010 #subscriptions-promotion #promotion-panel {
  float: right;
  width: 362px;
  height: 0px;
  padding-top: 178px;
  overflow: hidden;
  background: url("../../../images/fullWidth/subscriptions-promotion-panel.jpg") top left no-repeat;
}

.portedStylesBC010 #subscriptions-list input {
  width: 13px;
  height: 13px;
  margin: 0;
  margin-right: 5px;
}

.portedStylesBC010 #subscriptions-list label {
  width: 345px;
  margin-right: 0px;
}

.portedStylesBC010 #subscriptions-list label.alt {
  margin-right: 20px;
}

.portedStylesBC010 #subscriptions-list input,
.portedStylesBC010 #subscriptions-list label {
  float: left;
  margin-bottom: 6px;
  padding: 0;
  display: inline;
}

.portedStylesBC010 .divider {
  padding: 15px 0 0 0;
  background: url("../../../images/shd/table_divider.gif") no-repeat left top;
  margin: 15px 0 0 0;
}

.portedStylesBC010 .related_products {
  width: 380px;
  float: left;
  display: block;
}

.portedStylesBC010 .related_products h4,
.portedStylesBC010 .cad h4 {
  color: #0039A6;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0;
  margin: 0 0 10px 0;
}

.portedStylesBC010 .cad h4 {
  margin: 0 0 5px 0;
}

.portedStylesBC010 .cad h5 {
  padding: 0;
  margin: 3px 0 0 0;
  font-size: 0.85em;
}

.portedStylesBC010 .cad input {
  padding: 1px 0 1px 3px;
  font-size: 0.85em;
}

.portedStylesBC010 .related_product_item {
  float: left;
  width: 120px;
  margin: 0 5px 0 0;
}

.portedStylesBC010 a.related_link,
.portedStylesBC010 a.related_link:visited,
.portedStylesBC010 a.related_link:link {
  color: #708F9E;
  padding: 0 0 0 7px;
  margin: 0;
  background: url("../../../images/shd/nav_arrow.gif") no-repeat left 2px;
  text-decoration: none;
  font-size: 0.85em;
}

.portedStylesBC010 a.related_link:active,
.portedStylesBC010 a.related_link:hover,
.portedStylesBC010 a.related_link:visited:hover {
  color: #FF5800;
}

.portedStylesBC010 .cad {
  width: 188px;
  float: left;
  display: block;
}

.portedStylesBC010 .cad p {
  margin: 0;
  padding: 0;
  font-size: 0.85em;
}

.portedStylesBC010 .cad_retrieve {
  margin: 0 0 0 5px;
  float: left;
}

.portedStylesBC010 .cad .buttons {
  font-size: 1.1em;
}

.portedStylesBC010 .cad .buttons a {
  margin: 5px 0 0 0;
}

.portedStylesBC010 .cad ul a,
.portedStylesBC010 .cad ul a:visited,
.portedStylesBC010 .cad ul a:link {
  color: #708F9E;
  padding: 0;
  margin: 0;
  text-decoration: none;
  display: block;
  font-weight: normal;
  line-height: 1.1em;
}

.portedStylesBC010 .cad ul a:active,
.portedStylesBC010 .cad ul a:hover,
.portedStylesBC010 .cad ul a:visited:hover {
  color: #FF5800;
}

.portedStylesBC010 .cad ul {
  float: left;
  padding: 0;
  margin: 0;
}

.portedStylesBC010 .cad ul li {
  list-style: none;
  padding: 0 0 0 7px;
  margin: 0;
  background: url("../../../images/shd/nav_arrow.gif") no-repeat left top;
  font-size: 0.85em;
  color: #FF5800;
  font-weight: bold;
}

.portedStylesBC010 .cad_scroll {
  float: left;
  width: 188px;
  height: 95px;
  overflow: auto;
}

.portedStylesBC010 .cad .divRightHalf {
  margin: 0;
  width: 188px;
  font-size: 0.85em;
}

.portedStylesBC010 .cad .divRightHalf h2 {
  font-size: 1em;
  margin: 3px 0 0 0;
  padding: 0;
}

.portedStylesBC010 .cad .divRightHalf h3 {
  margin: 0;
  padding: 0;
}

.portedStylesBC010 .cad .formElem {
  padding-top: 0px;
}

.portedStylesBC010 .date {
  color: #FF5800;
  font-weight: bold;
  font-size: 0.85em;
}

.portedStylesBC010 .headline {
  font-weight: bold;
}

.portedStylesBC010 #share {
  clear: both;
  background: #fff url("../../../images/shd/inner_middle_bot.gif") no-repeat scroll left bottom;
  display: block;
  float: left;
  width: 595px;
}

.portedStylesBC010 #share h4 {
  margin-bottom: 0.2em;
  margin-top: 0;
  background: url("../../../images/shd/inner_share_top.jpg") no-repeat top;
  padding: 0.5em 0.5em 0 0.5em;
  color: #0039A6;
  font-size: 1.2em;
  font-weight: bold;
}

.portedStylesBC010 #share h4 a {
  font-size: 0.8em;
  color: #708F9E;
}

.portedStylesBC010 #share ul li {
  display: inline;
  margin-right: 10px;
  padding-left: 20px;
}

.portedStylesBC010 #share ul li a {
  color: #708F9E;
}

.portedStylesBC010 #share ul {
  padding: 0.5em;
  text-align: center;
}

.portedStylesBC010 #share li#delicious {
  background: url("../../../images/share/delicious.gif") left center no-repeat;
}

.portedStylesBC010 #share li#stumbleupon {
  background: url("../../../images/share/stumbleupon.gif") left center no-repeat;
}

.portedStylesBC010 #share li#digg {
  background: url("../../../images/share/digg.gif") left center no-repeat;
}

.portedStylesBC010 #share li#reddit {
  background: url("../../../images/share/reddit.gif") left center no-repeat;
}

.portedStylesBC010 #share li#facebook {
  background: url("../../../images/share/facebook.gif") left center no-repeat;
}

.portedStylesBC010 #share li#twitter {
  background: url("../../../images/share/twitter.gif") left center no-repeat;
}

.portedStylesBC010 #newsItemDisplay .newsImage {
  padding-left: 10px;
  padding-bottom: 5px;
}

.portedStylesBC010 #newsItemDisplay .schemaProperties {
  display: none;
}

.portedStylesBC010 ul#allNews {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.portedStylesBC010 ul#allNews li {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  border-bottom: dashed 1px #C9D5DA;
  float: left;
  width: 279px;
  clear: both;
  background: none;
}

.portedStylesBC010 ul#allNews li.right {
  float: right;
  clear: none;
}

.portedStylesBC010 ul#allNews span {
  margin: 0;
  float: left;
  display: block;
  clear: both;
}

.portedStylesBC010 ul#allNews span a {
  text-decoration: none;
  color: #6D6F71;
  float: left;
  width: 280px;
}

.portedStylesBC010 ul#allNews span {
  padding: 4px 0 0 0;
}

.portedStylesBC010 #megaSearchResults {
  font-size: 0.938em;
  width: 569px;
  overflow: hidden;
  padding-bottom: 25px;
  margin-bottom: 0;
}

.portedStylesBC010 #megaSearchResults h3 {
  margin-bottom: 3px;
}

.portedStylesBC010 #megaSearchResults li {
  float: left;
  width: 100%;
  padding-bottom: 15px;
}

.portedStylesBC010 #megaSearchResults p {
  padding: 0;
  margin: 0;
}

.portedStylesBC010 #megaSearchResults .url {
  color: #999;
}

.portedStylesBC010 #megaSearchResults .product .url {
  padding-bottom: 4px;
}

.portedStylesBC010 #megaSearchResults img {
  width: 60px;
  height: auto;
}

.portedStylesBC010 #megaSearchResults .price {
  font-size: 1em;
  color: #FF5800;
}

.portedStylesBC010 #megaSearchResults .date {
  font-size: 1em;
  color: #708F9E;
  font-weight: normal;
}

.portedStylesBC010 #megaSearchResults .searchImg {
  width: 60px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}

.portedStylesBC010 #megaSearchResults .products .searchMeta,
.portedStylesBC010 #megaSearchResults .news .searchMeta {
  width: 485px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin-left: 6px;
}

.portedStylesBC010 #megaSearchResults .swControls {
  width: 569px;
  positon: absolute;
  bottom: 0;
  left: 0;
}

.portedStylesBC010 #indNewsCategories {
  width: 100%;
  float: left;
  clear: both;
}

.portedStylesBC010 #indNewsCategories h4 {
  margin: 5px 0;
}

.portedStylesBC010 #indNewsCategories .imgWrap {
  position: relative;
}

.portedStylesBC010 #indNewsCategories .imgWrap img {
  width: 100%;
}

.portedStylesBC010 #indNewsCategories .imgWrap .date {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 4px;
  background: #ffffff;
}

.portedStylesBC010 #indNewsCategories .content {
  background: none;
  float: left;
  width: 100%;
}

.portedStylesBC010 #indNewsCategories a {
  color: white;
}

.portedStylesBC010 #indNewsCategories a:hover {
  color: #FF5800;
}

.portedStylesBC010 #indNewsCategories #news-cat-menu a {
  text-decoration: underline;
}

.portedStylesBC010 #indNewsCategories #smlNewsHeadlines > h3 {
  display: none;
}

.portedStylesBC010 #indNewsCategories li.on a,
.portedStylesBC010 #indNewsCategories li.on a:visited,
.portedStylesBC010 #indNewsCategories li.on a:link {
  background: none;
}

.portedStylesBC010 .tblBasketcase {
  width: 569px;
}

.portedStylesBC010 .tblBasketcasecell {
  padding: 7px;
  font-size: 90%;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

.portedStylesBC010 .tblBasketcaseright {
  color: #0261A9;
  padding: 7px;
  background-color: #E5E5E5;
  font-weight: bold;
  font-size: 90%;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

.portedStylesBC010 .tblBasketcaseheader {
  color: #0261A9;
  padding: 7px;
  background-color: #E5E5E5;
  font-weight: bold;
  font-size: 90%;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
}

.portedStylesBC010 .tblBasketcasewhite {
  padding: 10px;
  font-weight: lighter;
  font-size: 90%;
}

.portedStylesBC010 .tblBasketcasewhitetopborder {
  padding: 10px;
  font-weight: lighter;
  font-size: 90%;
  border-top: 1px solid #CCCCCC;
}

.portedStylesBC010 .tblbasketrightcell {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 7px;
  font-size: 90%;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}

.portedStylesBC010 .tblbasketrightbottom {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 7px;
  font-size: 90%;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.portedStylesBC010 .baskettrodd {
  background: #ffffff;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  padding: 7px;
  font-size: 90%;
}

.portedStylesBC010 .baskettreven {
  background-color: #F5F5F5;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  padding: 7px;
  font-size: 90%;
}

.portedStylesBC010 .baskettrevenborder {
  background-color: #F5F5F5;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding: 7px;
  font-size: 90%;
}

.portedStylesBC010 .baskettroddborder {
  background: #ffffff;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  padding: 7px;
  font-size: 90%;
}

.portedStylesBC010 .bskRedTxt {
  color: #FF0000;
}

.portedStylesBC010 .bskGrnTxt {
  color: #07724D;
}

.portedStylesBC010 .divErrMsg {
  color: Red;
  width: 560px;
  float: left;
  clear: right;
}

.portedStylesBC010 #divBskFooter {
  margin: 5px 0px 10px 0px;
}

.portedStylesBC010 #divBskFooterLeft {
  float: left;
  width: 339px;
}

.portedStylesBC010 .divBskFooterRight {
  float: right;
  text-align: right;
  width: 230px;
}

.portedStylesBC010 .divBskFooterRight a.button1 {
  float: right !important;
}

.portedStylesBC010 #divChkPromo {
  margin: 5px 0px 5px 0px;
  float: left;
  width: 569px;
  clear: both;
}

.portedStylesBC010 .bluepanel,
.portedStylesBC010 .bluepanel_cat {
  background: #49A9C9 url("../../../images/shd/blue_panel_bot.gif") no-repeat left bottom;
  width: 280px;
  float: left;
  padding: 0 0 6px 0;
  margin: 10px 0 10px 0;
  color: #FFFFFF;
}

.portedStylesBC010 .bluepanel_bg,
.portedStylesBC010 .bluepanel_cat_bg {
  float: left;
  width: 260px;
  padding: 10px;
  background: #49A9C9 url("../../../images/shd/blue_panel_bg.jpg") no-repeat left top;
}

.portedStylesBC010 .bluepanel_cat {
  background: #49A9C9 url("../../../images/shd/blue_panel_cat_bot.gif") no-repeat left bottom !important;
  width: 175px !important;
  margin: 0 0 0 10px !important;
}

.portedStylesBC010 .bluepanel_cat_bg {
  width: 155px !important;
  background: #49A9C9 url("../../../images/shd/blue_panel_cat_bg.jpg") no-repeat left top !important;
}

.portedStylesBC010 .bluepanel h2 {
  color: #FFFFFF;
}

.portedStylesBC010 a.blue_panel_links,
.portedStylesBC010 a.blue_panel_links:visited,
.portedStylesBC010 a.blue_panel_links:link {
  color: #ffffff;
  text-decoration: underline;
  background: none !important;
}

.portedStylesBC010 a.blue_panel_links:active,
.portedStylesBC010 a.blue_panel_links:hover,
.portedStylesBC010 a.blue_panel_links:visited:hover {
  color: #ffffff !important;
  text-decoration: none;
}

.portedStylesBC010 .bluepanelRight,
.portedStylesBC010 .clearpanelRight {
  float: right;
  width: 250px;
  padding: 10px;
  border-left: 1px dashed #708F9E;
  margin: 10px 0px 10px 0px;
}

.portedStylesBC010 .clearpanelRight {
  background-color: White;
}

.portedStylesBC010 .bluepanel ul {
  padding: 0 0 0 18px;
  margin: 0;
  list-style: none;
}

.portedStylesBC010 html > body .bluepanel ul {
  padding: 0 0 0 16px;
}

.portedStylesBC010 .bluepanel li {
  list-style-image: url("../../../images/shared/lnk_arr.gif");
  list-style-position: outside;
  padding: 0;
  margin: 0;
  text-indent: 0;
}

.portedStylesBC010 .img .bluepanel {
  margin-top: 8px;
  width: 184px;
  float: none;
  padding: 8px 6px 4px 6px;
  display: block;
}

.portedStylesBC010 .img .bluepanel .bluepanel {
  margin: 2px 0 4px 0;
  padding: 0 0 0 0;
  overflow: scroll;
  overflow-x: auto;
  overflow-y: none;
  max-height: 170px;
  height: auto !important;
  height: 170px;
  font-size: 0.9em;
}

.portedStylesBC010 .img .bluepanel span {
  width: 100%;
  display: block;
  text-align: right;
  font-size: 0.8em;
}

.portedStylesBC010 #basket_messages {
  background: url("../../../images/shd/basket_pop_top.png") no-repeat scroll left top transparent;
  color: #6D6F71;
  left: 50%;
  list-style: none outside none;
  margin: 0 -198px;
  padding: 21px 0 0;
  position: fixed;
  top: 70px;
  width: 826px;
  z-index: 30000;
}

.portedStylesBC010 .hasRelated #basket_messages {
  margin: 0 -413px;
}

.portedStylesBC010 .basket_messages_mid {
  float: left;
  padding: 0 20px 0 20px;
  width: 786px;
  background: url("../../../images/shd/basket_pop_mid.png") repeat-y left top;
}

.portedStylesBC010 .basket_messages_bot {
  float: left;
  background: url("../../../images/shd/basket_pop_bot.png") no-repeat left top;
  padding: 21px 0 0 0;
  width: 826px;
}

.portedStylesBC010 ul#value_disc_msg {
  margin: 0px;
  padding: 0px;
  display: block;
  float: left;
  width: 350px;
  list-style-type: none;
}

.portedStylesBC010 ul#value_disc_msg li {
  width: 98%;
  padding: 5px 1% 20px 1%;
  font-size: 0.9em;
}

.portedStylesBC010 #basketNotice {
  clear: both;
  margin-top: 10px;
}

.portedStylesBC010 #previousBasket_messages table {
  float: left;
  width: 555px;
}

.portedStylesBC010 #QuotePanel {
  float: left;
  margin-left: 11px;
}

.portedStylesBC010 #headerBasketLinks {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}

.portedStylesBC010 #headerBasketLinks .backToShop {
  margin-right: 5px;
}

.portedStylesBC010 #headerBasketLinks .proceedCheckout {
  float: right;
  border: 1px solid #FF5800;
  color: #FFF;
  background: #FF5800 url("../../../images/shd/orange_btn_checkout.png") repeat-x right;
  padding-right: 20px;
}

.portedStylesBC010 #divBsk .divBskFooterRight .proceedCheckout {
  height: 18px;
  background: url("../../../images/shd/checkout_btn_orange.png") repeat-x right;
  border: 1px solid #FF5800;
  padding: 5px 25px 5px 8px;
  color: #FFF;
  font-weight: bold;
  font-size: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.portedStylesBC010 .tblBasketcase {
  clear: left;
}

.portedStylesBC010 .basket_detail {
  display: block;
  margin-bottom: 10px;
}

.portedStylesBC010 #DeliveryInformation {
  padding-top: 10px;
}

.portedStylesBC010 #divBsk {
  border-bottom: 1px solid #CCCCCC;
  height: 100px;
}

.portedStylesBC010 #jacksonsDeliveryLeft {
  background-image: url("../../../images/basket/basketTotalBg.jpg");
  background-repeat: no-repeat;
  float: left;
  width: 424px;
  padding-right: 25px;
  text-align: right;
  height: 82px;
  margin-top: 6px;
  margin-bottom: 5px;
}

.portedStylesBC010 #jacksonsDeliveryLeft .postcode {
  color: #666666;
  line-height: 1em;
  margin: 0;
  padding: 9px 0 0;
}

.portedStylesBC010 #jacksonsDeliveryLeft .postcode span {
  color: #FF6710;
  font-weight: bold;
  line-height: 1em;
  font-size: 14px;
  margin: 0;
  padding: 9px 0 0;
}

.portedStylesBC010 #jacksonsDeliveryLeft .total {
  color: #FFFFFF;
  font-weight: bold;
  padding: 12px 0 0;
  margin: 0;
}

.portedStylesBC010 #jacksonsDeliveryLeft .total span {
  font-size: 16px;
  padding-left: 5px;
}

.portedStylesBC010 #jacksonsDeliveryRight {
  float: right;
  text-align: right;
  height: 82px;
}

.portedStylesBC010 #jacksonsDeliveryRight .delivery {
  font-size: 14px;
  font-weight: bold;
  margin: 0;
  padding-top: 7px;
}

.portedStylesBC010 #jacksonsDeliveryRight .delivery span {
  color: #6D6F71;
  font-size: 10px;
  margin: 0px;
}

.portedStylesBC010 #jacksonsDeliveryRight .deliveryPrice {
  color: #FF6710;
  font-weight: bold;
  text-align: right;
  font-size: 14px;
  margin: 4px 0 0 0;
}

.portedStylesBC010 #jacksonsDeliveryRight .deliveryPrice .one-price {
  display: block;
  font-size: 18px;
  margin: 11px 0em 0em 0em;
}

.portedStylesBC010 #jacksonsDeliveryRight .vat {
  margin: 0;
  font-size: 10px;
}

.portedStylesBC010 #freeDelivery {
  border-bottom: 1px solid #CCCCCC;
  font-size: 18px;
  font-weight: bold;
  color: #6D6F71;
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-top: 8px;
}

.portedStylesBC010 #freeDelivery p {
  padding: 0;
  margin: 0;
  padding-bottom: 5px;
}

.portedStylesBC010 #freeDelivery span {
  font-size: 18px;
  color: #FF6710;
}

.portedStylesBC010 #freeDelivery p.local-caveat {
  font-size: 12px !important;
  font-weight: normal !important;
  color: #6D6F71 !important;
}

.portedStylesBC010 #freeDelivery p.local-caveat span.star {
  color: #FF6710;
}

.portedStylesBC010 ul#sitemap {
  width: 220px;
  float: left;
}

.portedStylesBC010 .sitemap {
  width: 170px;
  float: left;
}

.portedStylesBC010 .sitemap a {
  text-decoration: none !important;
}

.portedStylesBC010 .sitemap ul a {
  text-decoration: underline !important;
}

.portedStylesBC010 .bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

.portedStylesBC010 .bx-wrapper img {
  max-width: 100%;
  display: block;
}

.portedStylesBC010 .bx-wrapper .bx-viewport {
  height: 160px !important;
}

.portedStylesBC010 .bx-wrapper .bx-pager,
.portedStylesBC010 .bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

.portedStylesBC010 .bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../sass_ported/BC010_FenceBuilder/images/bx_loader.gif") center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

.portedStylesBC010 .bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.portedStylesBC010 .bx-wrapper .bx-pager .bx-pager-item,
.portedStylesBC010 .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.portedStylesBC010 .bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.portedStylesBC010 .bx-wrapper .bx-pager.bx-default-pager a:hover,
.portedStylesBC010 .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

.portedStylesBC010 .bx-wrapper .bx-prev {
  left: 10px;
  background: url("../sass_ported/BC010_FenceBuilder/images/controls.png") no-repeat 0 -32px;
}

.portedStylesBC010 .bx-wrapper .bx-next {
  right: 10px;
  background: url("../sass_ported/BC010_FenceBuilder/images/controls.png") no-repeat -43px -32px;
}

.portedStylesBC010 .bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.portedStylesBC010 .bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.portedStylesBC010 .bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.portedStylesBC010 .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

.portedStylesBC010 .bx-wrapper .bx-controls-auto {
  text-align: center;
}

.portedStylesBC010 .bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../sass_ported/BC010_FenceBuilder/images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.portedStylesBC010 .bx-wrapper .bx-controls-auto .bx-start:hover,
.portedStylesBC010 .bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.portedStylesBC010 .bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../sass_ported/BC010_FenceBuilder/images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.portedStylesBC010 .bx-wrapper .bx-controls-auto .bx-stop:hover,
.portedStylesBC010 .bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

.portedStylesBC010 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.portedStylesBC010 .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

.portedStylesBC010 .bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.portedStylesBC010 .bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

.portedStylesBC010 .flashFeatureTopLink {
  position: relative;
  z-index: 1;
}

.portedStylesBC010 #linkContainerEq {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 485px;
  height: 293px;
  z-index: 2;
}

.portedStylesBC010 #linkContainerEq a {
  display: block;
  width: 485px;
  height: 293px;
}

.portedStylesBC010 #linkContainerEq span {
  position: absolute;
  left: 20px;
  bottom: 25px;
  width: 110px;
  height: 25px;
  clear: both;
  color: #333;
  padding: 5px 10px;
  margin: 0;
  font-size: 1.1em;
  font-weight: bold;
}

.portedStylesBC010 .carouselBg {
  position: absolute;
  top: 0%;
  left: 0%;
  height: 305px;
  z-index: 199;
  background: rgb(255, 255, 255);
  width: 1000px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0.8;
}

.portedStylesBC010 .carouselBg.right {
  left: auto;
  right: 0%;
}

.portedStylesBC010 .hero-carousel div {
  width: 970px;
  margin: 0 auto;
  height: 480px;
  display: block;
  float: left;
  position: relative;
}

.portedStylesBC010 .hero-carousel div article {
  padding: 0 5px;
}

.portedStylesBC010 .hero-carousel div article,
.portedStylesBC010 .hero-carousel div article a {
  display: block;
  width: 475px;
  float: left;
  position: relative;
}

.portedStylesBC010 .hero-carousel div article a {
  cursor: pointer;
}

.portedStylesBC010 .hero-carousel-container div {
  float: left;
}

.portedStylesBC010 .hero-carousel article img {
  width: 475px;
}

.portedStylesBC010 .hero-carousel span .contents {
  position: relative;
  z-index: 2;
  top: 72px;
  left: 48px;
  list-style: none;
  color: #000;
  width: 556px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.8);
  -pie-background: rgba(255, 255, 255, 0.8);
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  behavior: url("../../../assets/PIE.htc");
}

.portedStylesBC010 .hero-carousel-nav {
  width: 1146px;
  position: absolute;
  top: 232px;
  left: 50%;
  margin-left: -595px;
  z-index: 999;
  height: 0px;
}

.portedStylesBC010 .hero-carousel-nav li {
  position: absolute;
  bottom: 48px;
  list-style: none;
  height: 60px;
  background-color: rgb(255, 255, 255);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  opacity: 0.8;
  padding: 24px 16px;
  -webkit-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #e9e9e9;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.portedStylesBC010 .hero-carousel-nav li.prev {
  left: 48px;
  right: auto;
}

.portedStylesBC010 .hero-carousel-nav li.next {
  left: auto;
  right: 44px;
}

.portedStylesBC010 .hero-carousel-nav li.prev.moved {
  left: 99px;
}

.portedStylesBC010 .hero-carousel-nav li.next.moved {
  right: 95px;
}

.portedStylesBC010 .hero-carousel-nav li a {
  display: block;
  background-image: url("../../../images/home/slider/controls.png");
  background-repeat: no-repeat;
  overflow: hidden;
  height: 0px;
  width: 32px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  padding: 60px 0 0 0;
}

.portedStylesBC010 .hero-carousel-nav li.next a {
  background-position: -32px -60px;
  right: -56px;
}

.portedStylesBC010 .hero-carousel-nav li.prev a {
  background-position: 0px -60px;
  left: -56px;
}

.portedStylesBC010 .hero-carousel-nav li.prev a:hover {
  background-position: 0px 0px;
}

.portedStylesBC010 .hero-carousel-nav li.next a:hover {
  background-position: -32px 0px;
}

.portedStylesBC010 #featurePanels .items span p,
.portedStylesBC010 #featurePanels .items span h2 {
  clear: both;
  color: #333;
  padding: 5px 10px;
  margin: 0;
  font-size: 1.1em;
  font-weight: bold;
}

.portedStylesBC010 #featurePanels .items span h2 {
  color: #0039A5;
  font-size: 1.5em;
}

.portedStylesBC010 #featurePanels .items span.position1,
.portedStylesBC010 #featurePanels .items span.position2,
.portedStylesBC010 #featurePanels .items span.position3,
.portedStylesBC010 #featurePanels .items span.position4 {
  position: absolute;
  display: block;
}

.portedStylesBC010 #featurePanels .items span.position1,
.portedStylesBC010 #featurePanels .items span.position2 {
  top: 20px;
  left: 20px;
  width: 140px;
}

.portedStylesBC010 #featurePanels .items span.position2 {
  top: 20px;
  left: auto;
  right: 20px;
}

.portedStylesBC010 #featurePanels .items span.position3 {
  top: 20px;
  left: 20px;
  text-align: center;
  width: 435px;
}

.portedStylesBC010 #featurePanels .items span.position4 {
  bottom: 17px;
  left: 20px;
  width: 435px;
  text-align: center;
}

.portedStylesBC010 #featurePanels .items span.position4 p {
  display: none;
}

.portedStylesBC010 #featurePanels .items span.position4 h2 {
  display: inline;
}

.portedStylesBC010 #featurePanels .items span.position4 h2 {
  background-image: url("../../../db_NewsItemDisplay.image?id=19065&width=6&height=8&crop=false&file=ext.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 10px;
}

.portedStylesBC010 #featurePanels .items span.position4 h2 {
  background: url("../../../db_NewsItemDisplay.image?id=19066&width=6&height=9&crop=false&file=ext.jpg");
  background-repeat: no-repeat;
  background-position: right center;
}

.portedStylesBC010 .july032014banner1,
.portedStylesBC010 .july032014banner2 {
  width: 477px;
  height: 294px;
  color: #fff;
  font-family: "Jacksons", sans-serif;
  position: relative;
  display: block;
  z-index: 2;
}

.portedStylesBC010 .july032014banner1 .imageMap,
.portedStylesBC010 .july032014banner2 .imageMap {
  display: block;
  position: absolute;
  /*background: lime;
     opacity:0.5;*/
}

.portedStylesBC010 .july032014banner1 .map1 {
  width: 147px;
  height: 156px;
  top: 87px;
  right: 134px;
}

.portedStylesBC010 .july032014banner1 .map2 {
  width: 118px;
  height: 115px;
  top: 36px;
  right: 24px;
}

.portedStylesBC010 .july032014banner1 .map3 {
  width: 111px;
  height: 108px;
  bottom: 17px;
  right: 24px;
}

.portedStylesBC010 .july032014banner2 .map1 {
  width: 120px;
  height: 120px;
  top: 50px;
  left: 55px;
}

.portedStylesBC010 .july032014banner2 .map2 {
  width: 120px;
  height: 120px;
  bottom: 3px;
  left: 55px;
}

.portedStylesBC010 .july032014banner2 .map3 {
  width: 120px;
  height: 120px;
  top: 50px;
  left: 174px;
}

.portedStylesBC010 .july032014banner2 .map4 {
  width: 120px;
  height: 120px;
  bottom: 3px;
  left: 174px;
}

.portedStylesBC010 .july032014banner2 .map5 {
  width: 120px;
  height: 120px;
  top: 50px;
  right: 64px;
}

.portedStylesBC010 .july032014banner2 .map6 {
  width: 120px;
  height: 120px;
  bottom: 3px;
  right: 64px;
}

.portedStylesBC010 .july042014banner3 {
  width: 475px;
  height: 231px;
  color: #fff;
  font-family: "Jacksons", sans-serif;
  position: relative;
  display: block;
  z-index: 2;
}

.portedStylesBC010 .july042014banner3 {
  position: relative;
}

.portedStylesBC010 .july042014banner3 .imageMap {
  display: block;
  position: absolute;
  /*background: lime;*/
}

.portedStylesBC010 .july042014banner3 .map1 {
  width: 121px;
  height: 126px;
  top: 62px;
  right: 341px;
}

.portedStylesBC010 .july042014banner3 .map2 {
  width: 107px;
  height: 119px;
  top: 8px;
  right: 244px;
}

.portedStylesBC010 .july042014banner3 .map3 {
  width: 119px;
  height: 136px;
  top: 52px;
  right: 129px;
}

.portedStylesBC010 .july042014banner3 .map4 {
  width: 116px;
  height: 122px;
  top: 16px;
  right: 12px;
}

.portedStylesBC010 .july042014banner4 {
  width: 477px;
  height: 293px;
  color: #fff;
  font-family: "Jacksons", sans-serif;
  position: relative;
  display: block;
  z-index: 2;
}

.portedStylesBC010 .july042014banner4 {
  position: relative;
}

.portedStylesBC010 .july042014banner4 .imageMap {
  display: block;
  position: absolute;
  /*background: lime;*/
}

.portedStylesBC010 .july042014banner4 .map1 {
  width: 138px;
  height: 151px;
  top: 119px;
  left: 8px;
}

.portedStylesBC010 .july042014banner4 .map2 {
  width: 141px;
  height: 152px;
  top: 115px;
  left: 164px;
}

.portedStylesBC010 .july042014banner4 .map3 {
  width: 140px;
  height: 144px;
  top: 112px;
  left: 322px;
}

.portedStylesBC010 .helper {
  display: block;
  overflow: hidden;
  height: 0;
  padding-top: 32px;
  width: 60px;
  background-image: url("../../../images/fence-builder/helpButton.jpg");
  background-repeat: no-repeat;
  cursor: help;
}

.portedStylesBC010 .toolTip {
  background-color: #fff;
  border: 1px dashed #75666D;
  color: White;
  float: left;
  font-size: 11px;
  left: 0px;
  line-height: 1.2;
  opacity: 0.9;
  padding: 1px;
  position: absolute;
  top: 0pt;
  display: none;
  z-index: 10000;
}

.portedStylesBC010 .ttInner {
  background-color: #0039A6;
  width: auto;
  max-width: 320px;
  padding: 3px 6px;
}

.portedStylesBC010 .ttInner p {
  margin: 0;
  padding: 4px 0;
}

.portedStylesBC010 .inline-helper,
.portedStylesBC010 .inline-helper * {
  cursor: help;
}

.portedStylesBC010 .tooltip-content {
  display: none;
}

.portedStylesBC010 span.inline-helper {
  border-bottom: 1px dotted #6D6F71;
}

.portedStylesBC010 .middle_column_padding span.inline-helper a {
  border-bottom: none;
  text-decoration: none;
  cursor: pointer;
}

.portedStylesBC010 .product_images {
  width: 220px;
  float: right;
  margin-bottom: 10px;
}

.portedStylesBC010 #ulProdImgs li img {
  float: left;
  display: block;
  width: 220px;
  height: 220px;
}

.portedStylesBC010 .wide-image .product_images,
.portedStylesBC010 .wide-image #ulProdImgs,
.portedStylesBC010 .wide-image #ulProdImgs li {
  width: 569px;
}

.portedStylesBC010 .wide-image #ulProdImgs li img {
  float: left;
  display: block;
  width: 569px;
  height: 310px;
}

.portedStylesBC010 #wideCol1 {
  float: left;
  width: 280px;
  padding-right: 10px;
}

.portedStylesBC010 #wideCol2 {
  float: left;
  width: 279px;
}

.portedStylesBC010 #thumbsPanel {
  float: left;
  width: 569px;
  background: url("../sass_ported/images/shd/table_divider.gif") no-repeat scroll left top #fff;
  padding-top: 10px;
}

.portedStylesBC010 #thumbsPanel .arrow {
  float: right;
  font-size: 0.9em;
  color: #666;
  background-image: url("../../../images/shd/wideProduct/orangeArrow.gif");
  background-position: left 50%;
  background-repeat: no-repeat;
  padding-left: 8px;
}

.portedStylesBC010 #thumbsPanel h2 {
  float: left;
  width: 400px;
  display: block;
  color: #4EABCA;
}

.portedStylesBC010 #gateThumbs {
  float: left;
  display: block;
  padding-top: 3px;
  padding-bottom: 15px;
}

.portedStylesBC010 #gateAutoBanner {
  background-image: url("../../../images/shd/wideProduct/gate_bkg.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  float: left;
  width: 263px;
  padding: 0 8px;
  color: #fff;
  min-height: 199px;
  height: auto !important;
  height: 199px;
  margin-bottom: 10px;
}

.portedStylesBC010 #gateAutoBanner .arrow,
.portedStylesBC010 #gateAutoBanner .arrow:link,
.portedStylesBC010 #gateAutoBanner .arrow:visited {
  background-image: url("../../../images/shd/wideProduct/orangeArrow.gif");
  background-position: left 50%;
  background-repeat: no-repeat;
  padding-left: 8px;
  color: #fff;
  display: block;
  float: left;
  text-decoration: none;
  margin-top: 5px;
}

.portedStylesBC010 #gateAutoBanner h3 {
  padding: 7px 0 130px;
  margin: 0;
  color: #fff;
  font-size: 1.2em;
}

.portedStylesBC010 #gateAutoBanner p {
  margin: 0;
  padding: 0;
}

.portedStylesBC010 #DIYbanner {
  background-image: url("../../../images/shd/wideProduct/build_bkg.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  float: left;
  width: 239px;
  padding-left: 45px;
  text-decoration: none;
  min-height: 49px;
  height: auto !important;
  height: 49px;
  margin-bottom: 10px;
  display: block;
  float: left;
  text-decoration: none;
}

.portedStylesBC010 #DIYbanner:hover {
  background-position: left -49px;
}

.portedStylesBC010 #DIYbanner .header {
  color: #4EABCA;
  font-size: 1.1em;
  font-weight: bold;
  padding: 7px 0 2px;
}

.portedStylesBC010 #DIYbanner span {
  width: 230px;
  float: left;
  display: block;
  background-image: none;
}

.portedStylesBC010 #orderFormBanner {
  background-image: url("../../../images/shd/wideProduct/court_btn.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  float: left;
  width: 232px;
  padding-left: 52px;
  text-decoration: none;
  min-height: 59px;
  height: 59px;
  margin-bottom: 10px;
}

.portedStylesBC010 #orderFormBanner:hover {
  background-position: left -59px;
}

.portedStylesBC010 #orderFormBanner .header {
  font-size: 1.1em;
  width: 230px;
  font-weight: bold;
  padding: 10px 0 5px 0;
}

.portedStylesBC010 #orderFormBanner span {
  color: #fff;
  padding-left: 14px;
  width: 220px;
  float: left;
  display: block;
  background-image: none;
}

.portedStylesBC010 .wide-image .swControls {
  text-align: left;
  width: 559px;
  background-image: url("../../../images/shd/wideProduct/wide_img__ctrl_slider.gif");
  background-position: left bottom;
  background-repeat: no-repeat;
}

.portedStylesBC010 .wide-image .product_images .clickToEnlarge {
  display: none;
}

.portedStylesBC010 .wide-image #prevPage,
.portedStylesBC010 .wide-image #nextPage {
  display: block;
  height: 0;
  width: 20px;
  padding-top: 30px;
  overflow: hidden;
  margin: 0;
}

.portedStylesBC010 .wide-image #prevPage {
  float: left;
}

.portedStylesBC010 .wide-image #nextPage {
  float: right;
}

.portedStylesBC010 .wide-image .pageCounter,
.portedStylesBC010 .wide-image #imgCaption {
  margin: 0;
  padding: 14px 0 10px;
  float: left;
}

.portedStylesBC010 .wide-image .pageCounter {
  width: 93px;
  padding-left: 7px;
}

.portedStylesBC010 .wide-image #imgCaption {
  font-size: 1.3em;
  display: block;
  text-align: right;
  width: 412px;
  padding-right: 7px;
}

.portedStylesBC010 #imgCaption {
  display: none;
}

.portedStylesBC010 #ulProdImgs {
  /* The unordered list that is to be split into pages */
  width: 220px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
}

.portedStylesBC010 #ulProdImgs li {
  /* The unordered list that is to be split into pages */
  width: 220px;
  position: relative;
  padding: 0;
  float: left;
}

.portedStylesBC010 #ulProdImgs li a {
  float: left;
}

.portedStylesBC010 .swControls {
  width: 210px;
  padding: 0px 5px 4px 5px;
  background-color: #0039A6;
  text-align: center;
  color: #FFFFFF;
  font-size: 0.9em;
  clear: right;
  float: left;
}

.portedStylesBC010 a.swShowPage:hover {
  color: #fff;
}

.portedStylesBC010 .middle_column_padding .swControls a.active,
.portedStylesBC010 .middle_column_padding .swControls a {
  color: #fff;
  float: left;
  width: 39px;
}

.portedStylesBC010 .middle_column_padding .swControls a#nextPage {
  text-align: right;
}

.portedStylesBC010 span.pageCounter {
  margin: 4px 15px 0;
  float: left;
  width: 90px;
}

.portedStylesBC010 a.swShowPage {
  display: inline-block;
  height: 15px;
  margin: 4px 3px 0;
  text-decoration: none;
  text-align: left;
  color: #fff;
  outline: 0;
}

.portedStylesBC010 .swControls a.swShowPageNumber {
  display: none;
}

.portedStylesBC010 .swControls a.active {
  color: #000;
  background: url("../../../images/shd/orangeImageButton.gif") repeat scroll 0 0 transparent;
}

.portedStylesBC010 .swControls a.disabled,
.portedStylesBC010 .swControls a.disabled:hover {
  color: #0039A6;
  cursor: default;
}

.portedStylesBC010 .product_images .clickToEnlarge {
  margin-bottom: 3px;
  display: block;
  font-size: 0.8em;
  float: right;
  width: 220px;
}

.portedStylesBC010 .product_images_bar a,
.portedStylesBC010 .product_images_bar a:visited,
.portedStylesBC010 .product_images_bar a:link {
  color: #ffffff;
  text-decoration: none;
}

.portedStylesBC010 .productFamily #gridFamilyLister {
  clear: both;
  margin-top: 70px;
  overflow: hidden;
}

.portedStylesBC010 #gridFamilyLister li {
  width: 17%;
  float: left;
  height: 160px;
  position: relative;
  background: none;
  padding: 0.5em 0 1em 0;
  border: 2px solid #CFD9DE;
  margin: 0 1em 1em 0;
  overflow: hidden;
  text-align: center;
}

.portedStylesBC010 #gridFamilyLister li a {
  position: relative;
  top: 0;
  left: 0;
  text-decoration: none;
}

.portedStylesBC010 #gridFamilyLister li a span.prodName {
  line-height: 1.2em;
  display: block;
  margin: 0.5em 0 0 0;
}

.portedStylesBC010 #gridFamilyLister li:hover {
  border-color: #0039A6;
}

.portedStylesBC010 #gridFamilyLister li img {
  margin: 0 0 0 -0.8em;
}

.portedStylesBC010 #fenceScroller {
  visibility: visible;
}

/* Global hide */

.hide {
  display: none;
}

#fbLftWidget {
  display: none;
}

#divMsg {
  display: none !important;
}

#divFenceBuilder {
  float: left;
}

#divFenceBuilder h3 {
  clear: both;
}

#fencebuilderBasketBtns {
  /*float: right;
  padding: 0 100px 20px 0;*/
}

#fencebuilderBasketBtns .metal_button_add_to {
  display: inline;
}

.welcomeTo {
  background-image: url("../../../images/fence-builder/welcomeTo.gif");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 577px;
  display: block;
  float: left;
  padding-top: 60px;
}

.welcomeTo span {
  margin: 0 0 10px 0;
  display: block;
}

.welcomeTo p {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  margin-bottom: 10px;
}

.stepOne h3,
.stepTwo h3,
.stepThree h3,
.stepFour h3,
.stepFive h3 {
  background-repeat: no-repeat;
  height: 0px;
  padding-top: 45px;
  overflow: hidden;
  width: 450px;
  float: left;
}

.stepOne h3 {
  background-image: url("../../../images/fence-builder/stepOne.gif");
}

.stepTwo h3 {
  background-image: url("../../../images/fence-builder/stepTwo.gif");
}

.stepThree h3 {
  background-image: url("../../../images/fence-builder/stepThree.gif");
}

.stepFour h3 {
  background-image: url("../../../images/fence-builder/stepFour.gif");
}

.stepFive h3 {
  background-image: url("../../../images/fence-builder/stepFive.gif");
}

.divStepOne,
.divStepTwo,
.divStepThree,
.divStepFour,
.divStepFive {
  display: block;
  float: left;
  margin: 0 0 25px 0;
}

.divStepOne {
  min-height: 270px;
  height: auto !important;
  height: 260px;
  margin-bottom: 0px;
}

.divStepTwo {
  position: relative;
}

#fenceLoad {
  background-color: #fff;
  float: left;
  visibility: hidden;
  overflow: hidden !important;
  width: 100%;
  height: 350px;
  position: relative;
}

.slick-prev,
.slick-next {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.slick-prev:hover,
.slick-next:hover {
  cursor: pointer;
}

.slick-slider {
  overflow: hidden;
}

.slick-prev,
.slick-next {
  left: 0;
  height: 59px;
  width: 50px;
  background: #283270;
  text-align: center;
  bottom: auto;
  top: 45%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.slick-next {
  left: auto;
  right: 0;
}

.slick-prev:after,
.slick-next:after {
  width: 50px;
  height: 59px;
  color: white;
  font-size: 2em;
  position: relative;
  top: 0.7em;
}

.slick-prev:after {
  content: "\e60c";
}

.slick-next:after {
  content: "\e60b";
}

.stepOne,
.stepTwo,
.stepThree,
.stepFour,
.stepFive {
  display: block;
  width: 577px;
  float: left;
}

.threeColMargin {
  margin: 0 28px;
}

/*.slick-list.draggable{
    padding: 0 60px !important;
}*/

.fenceid input {
  visibility: hidden;
  position: absolute;
}

.divPanelOpt,
.divPanelOpt label,
.divPanelOpt label img,
.fenceSlider,
#fenceSlider {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.divPanelOpt {
  padding: 0;
  float: left;
  width: 100%;
  box-sizing: border-box;
}

.divPanelOpt label {
  transition: all 0.2s ease;
  display: block;
  float: left;
  width: 100%;
}

.divPanelOpt label img {
  width: 100%;
  display: block;
  float: left;
}

.divPanelOpt.slick-center label {
  background: #0039A6;
  height: 315px;
  color: #ffffff;
}

.divPanelOpt .stepOnePrice {
  width: 100px;
}

.divPanelOpt span.stepOneButton {
  margin-top: 5px;
  display: block;
}

.divPanelOpt span.stepOneButton span {
  margin-left: 23px;
}

.chooseHeight {
  width: 276px;
  float: left;
  position: relative;
}

.chooseHeight .glower {
  width: 276px;
  position: absolute;
  height: 105px;
  background-image: url("../../../images/fence-builder/glower.png");
  background-position: right 5px;
  background-repeat: no-repeat;
  z-index: 0;
  display: none;
}

#fenceCalc a {
  font-weight: bold;
  cursor: pointer;
}

/*#calcApp p {
    margin: 0;
    padding: 5px 0;
    float: left;
}

#calcApp input {
    width: 96px;
    float: left;
}

#calcApp label {
    width: 50px;
    float: left;
    display: block;
}

#calcApp .calcBtn {
    float: left;
    display: block;
    height: 0;
    overflow: hidden;
    padding-top: 24px;
    background-position: 0 0;
    cursor: pointer;
}

    #calcApp .calcBtn:hover {
        background-position: 0 -24px;
    }

#calcApp #calcBtn {
    background-image: url(/images/fence-builder/calcBtn.png);
    width: 91px;
}

#calcApp #cancelBtn {
    background-image: url(/images/fence-builder/cancelBtn.png);
    width: 65px;
    margin-left: 5px;
}*/

.chooseQuantity {
  width: 280px;
  float: left;
  position: relative;
}

.chooseHeight select,
.chooseQuantity input {
  border: 1px solid #8E8E8E;
  display: block;
  padding: 1px;
  width: 208px;
}

.postSelectWrap {
  margin-left: 15px;
  float: left;
}

.postSelectOuter {
  background-color: white;
  background-image: url("../../../images/fence-builder/box_top.jpg");
  background-position: left top;
  padding: 0px;
  height: 173px;
  width: 161px;
  float: left;
  color: White;
}

.postSelectInner {
  background-color: transparent;
  background-image: url("../../../images/fence-builder/box_bottom.jpg");
  background-position: left bottom;
  background-repeat: no-repeat;
  width: 155px;
  height: 169px;
  padding: 3px;
}

.postSelectInner input {
  border: 1px solid #8E8E8E;
  float: left;
  height: 18px;
  margin: 0px 0px 0px 2px;
  padding: 0pt 0pt 0pt 48px;
  width: 59px;
}

.postSelectInner div img {
  float: left;
  margin: 0;
  padding: 0;
}

.postSelectInner p {
  margin: 5px 0 10px 0;
  text-align: center;
}

.stepFiveScrews {
  height: 180px;
}

div.stepFiveSecurity .securityAlert p.desc {
  height: auto;
  color: red;
  min-height: 0;
}

.stepFiveScrews .textboxContainer.screws,
.stepFiveSecurity .textboxContainer.dangerSigns {
  float: left;
  width: 267px;
  margin: 10px 20px 0 0;
  clear: both;
}

.stepFiveScrews .textboxContainer.screws #PriceScrews,
.stepFiveSecurity .textboxContainer.dangerSigns #PriceDangerSigns {
  float: right;
  width: auto;
  clear: none;
  margin-top: 3px;
}

.screwPriceBox,
.dangerSignsPriceBox {
  width: 60px;
}

.incButton,
.decButton {
  float: left;
  margin: 1px 0 2px 0;
}

.stepFourContainer {
  float: left;
  display: block;
}

.gridItem {
  display: block;
  float: left;
  text-align: center;
  width: 110px;
}

.gridItem label {
  display: block;
}

.cappingOrComb {
  float: left;
  display: block;
}

div.stepFiveCappingRail,
div.stepFiveCutandTreat,
div.stepFivePostcrete,
div.stepFiveGravelBoard,
div.stepFiveScrews,
div.stepFiveSecurity,
div.stepFiveHDSlottedPost {
  width: 283px;
  float: left;
  display: block;
  margin-bottom: 44px;
}

div.stepFivePostcrete {
  margin-bottom: 65px;
}

div.stepFiveCappingRail p.desc,
div.stepFiveCutandTreat p.desc,
div.stepFivePostcrete p.desc,
div.stepFiveGravelBoard p.desc,
div.stepFiveScrews p.desc,
div.stepFiveSecurity p.desc,
div.stepFiveHDSlottedPost p.desc {
  padding-left: 3px;
  width: 265px;
  margin: 5px 0 0 0;
  min-height: 5em;
}

div.stepFiveGravelBoard p.desc,
div.stepFiveCappingRail p.desc,
div.stepFiveCutandTreat p.desc {
  /*border-right:1px dashed #66686A;*/
  padding-right: 7px;
  min-height: 5em;
}

div.divStepFive span.stepFivePrice {
  width: 95%;
  clear: both;
  text-align: left;
  float: left;
  display: block;
  margin: 15px 0 0 0;
}

div.divStepFive span.stepFiveCheckbox {
  width: 95%;
  display: Block;
  float: left;
  clear: both;
  margin: 6px 0 0 4px;
}

div.divStepFive span.stepFiveCheckbox input {
  margin: 0 4px 0 0;
}

hr.stepFiveDivider {
  background-color: transparent;
  border-left: 1px dashed grey;
  border-right: 0px solid white;
  display: block;
  float: left;
  height: 208px;
  margin-right: 8px;
  margin-top: 24px;
  width: 1px;
}

.fbSubmitButton {
  background-image: url("../../../images/fence-builder/buttonBkg.jpg");
  background-repeat: repeat-x;
  border: 1px solid #8E8E8E;
  font-weight: bold;
  font-size: 0.8em;
  color: #303030;
}

.middle_column h3.subTotal {
  background-repeat: no-repeat;
  background-image: url("../../../images/fence-builder/subTotal.gif");
  height: 0px;
  padding-top: 20px;
  overflow: hidden;
  width: 179px;
  float: left;
  margin: 0px 2px 2px 0px;
}

.middle_column h3.subTotalBasket {
  background-image: url("../../../images/fence-builder/basket_total.gif");
}

.middle_column h3.subTotalDiscount {
  background-image: url("../../../images/fence-builder/total_discount.gif");
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.subTotalText {
  font-size: 1.2em;
  font-weight: bold;
  padding-left: 10px;
  padding-right: 10px;
}

#subTotal {
  margin-top: 25px;
}

.clear {
  clear: both;
}

.divStepFive > div {
  float: left;
}

.stepFiveTitle {
  width: 200px;
  background-repeat: no-repeat;
  padding-top: 20px;
  height: 0;
  overflow: hidden;
  display: block;
}

.stepFiveGravelBoard .stepFiveTitle {
  background-image: url("../../../images/fence-builder/gravelboard.gif");
}

.stepFiveCappingRail .stepFiveTitle {
  background-image: url("../../../images/fence-builder/cappingrail.gif");
}

.stepFiveCappingRail.HD .stepFiveTitle {
  background-image: url("../../../images/fence-builder/HDCappingRail.jpg");
}

.stepFiveCutandTreat .stepFiveTitle {
  background-image: url("../../../images/fence-builder/cutandtreat.gif");
}

.stepFivePostcrete .stepFiveTitle {
  background-image: url("../../../images/fence-builder/postcrete.gif");
}

.stepFiveScrews .stepFiveTitle {
  background-image: url("../../../images/fence-builder/screws.gif");
}

.stepFiveSecurity .stepFiveTitle {
  background-image: url("../../../images/fence-builder/securitycomb.gif");
}

.stepFiveHDSlottedPost .stepFiveTitle {
  background-image: url("../../../images/fence-builder/hdslottedposts.gif");
}

.metal_button_add_to {
  width: 110px;
  height: 21px;
  background-image: url("../../../images/fence-builder/add_to_basket.gif");
  border: 0;
  display: block;
  float: left;
  clear: both;
  margin: 0;
  margin-left: 300px;
  margin-right: 10px;
  cursor: pointer;
}

.metal_button_clear {
  width: 56px;
  height: 21px;
  background-image: url("../../../images/fence-builder/clear.gif");
  border: 0;
  display: block;
  float: left;
  margin: 0;
  cursor: pointer;
}

.HDPostPrice {
  width: 100%;
  float: left;
  margin-bottom: 4px;
}

/******************** HELP BUTTON TOOL TIP's *********************/

.helpButton {
  float: right;
  width: 32px;
  height: 32px;
  display: block;
  background-image: url("../../../images/fence-builder/helpButton.jpg");
  background-repeat: no-repeat;
}

.helpButton:hover {
  background-image: url("../../../images/fence-builder/helpButtonOvr.jpg");
}

/* This is where you can customize the appearance of the tooltip */

div#tipDiv {
  /*function CSS*/
  position: absolute;
  visibility: hidden;
  left: 0px;
  top: 0;
  z-index: 10000;
  font-size: 11px;
  line-height: 1.2;
  -moz-opacity: 0.9;
  opacity: 0.9;
  filter: alpha(opacity=90);
  /*custom design/display css */
  background-color: white;
  border: dashed 1px #75666D;
  padding: 1px;
  float: left;
  color: White;
}

.divTipInner {
  background-color: #0039A6;
  width: 210px;
  padding: 5px 10px 10px 10px;
}

.divTipInner p {
  margin: 5px 0;
}

.stepFiveScrews .textboxContainer {
  margin-top: 5px;
}

.stepFiveScrews .textboxContainer .textbox,
.stepFiveSecurity .textboxContainer .textbox {
  margin-bottom: 2px;
  display: block;
  float: left;
  margin-right: 5px;
}

#viewingStyle,
.viewingStyle,
.panelViewLabel {
  font-weight: bold;
  text-align: center;
  width: 100%;
  float: left;
  background: #f3f3f3;
  padding: 0.5em 0;
}

#viewingStyle .nextBtn {
  position: absolute;
  right: 0;
  margin: 0;
}

#viewingStyle .prevBtn {
  position: absolute;
  left: 0;
  margin: 0;
}

#viewingStyle a {
  cursor: pointer;
}

.divStepFive {
  height: auto;
  margin: 0;
}

/*. ____________________ .*/

/*. Capping and Security .*/

/*. ____________________ .*/

.securityAlert {
  margin-top: 12px;
  float: left;
  font-size: 12px;
  padding: 5px 10px 5px 0px;
  border-radius: 6px;
}

.HDPostTitle {
  float: left;
}

#HDSlottedPostOption p {
  float: left;
  clear: both;
  width: 100%;
}

.cbPriceHDSlottedPost {
  float: left;
  clear: both;
}

.gravelInfoForHD {
  width: 95%;
  float: left;
  font-size: 1em;
  color: red;
}

.postSelectInner p {
  margin: 6px;
}

.postcreteNotHD {
  display: block;
}

.postcreteIsHD {
  display: none;
}

.isHDpostcrete .postcreteIsHD {
  display: block;
}

.isHDpostcrete .postcreteNotHD {
  display: none;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-loading .slick-list {
  background: white url("../../../images/ajax-loader.gif") center center no-repeat;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-slide .image {
  padding: 10px;
}

.slick-slide img.slick-loading {
  border: 0;
}

/*.slick-slider{margin:30px auto 50px;}*/

ul#mobMenu,
ul.productLister {
  padding: 8px 0;
}

ul#mobMenu li,
ul.productLister li {
  list-style-type: none;
  padding: 0 14px 0 10px;
  background: rgb(252, 253, 253);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgb(252, 253, 253) 1%, rgb(224, 233, 239) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgb(252, 253, 253)), color-stop(100%, rgb(224, 233, 239)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgb(252, 253, 253) 1%, rgb(224, 233, 239) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgb(252, 253, 253) 1%, rgb(224, 233, 239) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgb(252, 253, 253) 1%, rgb(224, 233, 239) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgb(252, 253, 253) 1%, rgb(224, 233, 239) 100%);
  /* W3C */
  border-top: 1px solid #E0E9EE;
  border-bottom: 1px solid #fff;
}

#userControls {
  margin: 5px 10px;
}

#subMenu {
  background-color: #F2F2F2;
  padding: 5px 10px;
  margin: 16px 0;
  border-top: 1px solid #E0E9EE;
  border-bottom: 1px solid #E0E9EE;
  overflow: hidden;
}

#subMenu ul {
  float: left;
}

#subMenu li {
  list-style-type: none;
  display: block;
  width: 100%;
  float: left;
  padding-left: 15px;
  background-image: url("../../../images/mobile/orangeArrow.png");
  background-repeat: no-repeat;
  background-position: left;
  margin-left: 5px;
}

#subMenu h3 {
  display: none;
}

#mobileSwitch {
  margin: 20px 0;
  text-align: center;
}

#mobileSwitch span {
  display: inline-block;
  height: 36px;
}

#mobileSwitch .mobileBtn {
  width: 145px;
  background-image: url("../../../images/mobile/mobileBtn.png");
  background-repeat: no-repeat;
  background-position: left;
  font-size: 12px;
  font-weight: bold;
  padding-left: 10px;
}

#mobileSwitch a {
  font-size: 12px;
  display: inline-block;
  line-height: 2.5;
  text-decoration: none;
  font-weight: bold;
  padding-top: 3px;
}

#mobileSwitch .mobileBtn a {
  color: #666;
}

#mobileSwitch .desktopBtn a {
  color: #FFF;
  padding-left: 15px;
}

#footer p {
  text-align: center;
  font-size: 10px;
}

#userControls a,
#userControls p {
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  color: #666;
  font-size: 16px;
}

/* ------------------------------------------------------------------
:: Base 
------------------------------------------------------------------ */

/* ------------------------------------------------------------
:: Reset 
----------------------------------------------------------- */

/*body, nav, header, footer, div, object, figure, p, a, ul, li{
    margin: 0;
    padding: 0;
    bottom: 0;
    box-sizing: border-box;
    }*/

/* ------------------------------------------------------------
:: Colours 
----------------------------------------------------------- */

/* ------------------------------------------------------------
:: Dimensions & Typography
----------------------------------------------------------- */

.fenceBApp p,
.fenceBApp a,
.fenceBApp span,
.fenceBApp input {
  font-size: 16px;
}

.contLeft p {
  font-size: 18px;
}

#divFenceBuilder h3 {
  font-size: 24px;
  color: #283270;
  margin: 0 0 0.75em 0;
}

@media (max-width: 480px) {
  #divFenceBuilder h3 {
    font-size: 18px;
  }
}

#fencebuilerSub h3 {
  font-size: 20px;
  color: #666;
}

#fencebuilerSub h3.first {
  color: #283270;
}

#fencebuilerSub h1 {
  font-size: 24px;
  color: #283270;
}

/* ------------------------------------------------------------
:: Cross browser checkboxes
----------------------------------------------------------- */

.custom-checkbox {
  position: relative;
  display: table;
  margin: 1.5em 0 0 0;
}

.custom-checkbox .km-checkbox-label {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}

@media (max-width: 480px) {
  .custom-checkbox .km-checkbox-label {
    display: block;
    padding-left: 0px;
  }
}

.custom-checkbox > .box {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  border: 1px solid #ccc;
  background-color: #eee;
  border-radius: 4px;
}

.custom-checkbox > .box > .tick {
  position: absolute;
  left: 9px;
  top: 9px;
  width: 24px;
  height: 12px;
  border-bottom: 3px solid #283270;
  border-left: 3px solid #283270;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: none;
}

.custom-checkbox > input:checked + .box > .tick {
  display: block;
}

.custom-checkbox > input {
  position: absolute;
  outline: none;
  left: 0;
  top: 0;
  padding: 0;
  width: 44px;
  height: 44px;
  border: none;
  margin: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.custom-checkbox > input:active + .box {
  border-color: #aaa;
  background-color: #ddd;
}

#capSlides .custom-checkbox > .box,
#capSlides .custom-checkbox > input {
  width: 24px;
  height: 24px;
}

#capSlides .custom-checkbox > .box > .tick {
  left: 4px;
  top: 6px;
  width: 12px;
  height: 6px;
}

.spinner {
  margin: 150px auto 100px auto;
  width: 50px;
  height: 60px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: rgba(0, 57, 165, 0.9);
  height: 150%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(0.8);
  }
}

@keyframes stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(0.8);
    -webkit-transform: scaleY(0.8);
  }
}

/* ------------------------------------------------------------
:: Cross browser select 
----------------------------------------------------------- */

.select-fancy {
  display: inline-block;
  border: 1px solid #e5e5e5;
  position: relative;
  border-radius: 5px;
  width: 100%;
  padding: 1em;
  overflow: hidden;
  box-shadow: inset 0 -2px 5px rgba(255, 255, 255, 0.4);
}

.select-fancy,
.select-fancy > * {
  cursor: pointer;
}

.select-fancy select {
  box-sizing: border-box;
  background: transparent;
  border: 0;
  outline: 0;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.7);
  padding: 6px 0 6px 8px;
  font-size: 12px;
  width: 120%;
  height: 17px;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: radio-container;
  appearance: none;
}

.select-fancy-image {
  background: #efeff1;
}

.select-fancy-image + span {
  display: none;
  position: absolute;
  top: 1em;
  right: 0.5em;
  background: url("//cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-16.png") no-repeat center center;
  width: 16px;
  height: 16px;
}

/*
    //This padding added to the parent container which allows the carousel js calculate based on, so the image width will change based on it.
    //This has been removed. don't use padding, unless you have changed the box-sizing, or change the config of the slide.js
    .slick-list{

    padding: 0 10% 0 10%; 
}*/

.showFS {
  display: none;
}

@media (max-width: 480px) {
  .showFS {
    display: block;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }

  25% {
    -webkit-transform: scale(1.05);
  }

  50% {
    -webkit-transform: scale(1);
  }

  75% {
    -webkit-transform: scale(1.05);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    transform: perspective(1px) scale(1);
  }

  25% {
    transform: perspective(1px) scale(1.05);
  }

  50% {
    transform: perspective(1px) scale(1);
  }

  75% {
    transform: perspective(1px) scale(1.05);
  }

  100% {
    transform: perspective(1px) scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@font-face {
  font-family: "fenceBuilderIcons";
  src: url("../../../fonts/fenceBuilderIcons.eot?74jn1z");
  src: url("../../../fonts/fenceBuilderIcons.eot?#iefix74jn1z") format("embedded-opentype"), url("../../../fonts/fenceBuilderIcons.ttf?74jn1z") format("truetype"), url("../../../fonts/fenceBuilderIcons.woff?74jn1z") format("woff"), url("../../../fonts/fenceBuilderIcons.svg?74jn1z#fenceBuilderIcons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.icon {
  font-family: "fenceBuilderIcons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-nextIcon:before {
  content: "\e60b";
}

.icon-prevIcon:before {
  content: "\e60c";
}

.icon-searchIcon:before {
  content: "\e60a";
}

.icon-basketIcon:before {
  content: "\e600";
}

.icon-extrasIcon:before {
  content: "\e601";
}

.icon-fenceCapIcon:before {
  content: "\e602";
}

.icon-fenceIcon:before {
  content: "\e603";
}

.icon-grvlBoardIcon:before {
  content: "\e604";
}

.icon-panelIcon:before {
  content: "\e605";
}

.icon-plus:before {
  content: "\e606";
}

.icon-minus:before {
  content: "\e607";
}

.icon-cross:before {
  content: "\e608";
}

.icon-checkmark:before {
  content: "\e609";
}

/* ------------------------------------------------------------------
:: Layout
------------------------------------------------------------------ */

/*html, body,*/

.fbApp,
.fbLoader,
.calcLoader,
form {
  width: 100%;
  height: 100%;
}

#divFenceBuilder {
  /*overflow: auto;*/
  width: 100%;
  height: 100%;
  position: relative;
}

#divFenceBuilder .ajax-loader {
  position: absolute;
  z-index: 3;
  top: calc(50% - 50px);
  left: calc(50% - 20px);
}

#divFenceBuilder .ajax-loader .spinner {
  margin: 0;
}

#divFenceBuilder .ajax-loader .spinner > div {
  margin-left: 4px;
}

#divFenceBuilder .no-padding-bottom {
  padding-bottom: 0;
}

#divFenceBuilder .no-padding-top {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  #divFenceBuilder no-padding-top-mobile {
    padding-top: 0;
  }
}

/*html.portedStylesBC010{
	overflow: hidden;
}*/

body .fbLoader,
body .calcLoader {
  transition: all 1s ease-in-out;
  opacity: 0;
  z-index: -1;
}

body.updating .fbLoader {
  opacity: 1;
  z-index: 999999;
}

body.updating .BC010 {
  display: none;
}

body.showCalc .calcLoader {
  opacity: 1;
  z-index: 1;
}

body .ATBfbLoader {
  display: block;
  z-index: 999999;
}

#heightSupText {
  width: 100%;
  display: block;
  font-size: 14px;
  color: red;
}

#cappingButton,
#securityButton,
#backToSecurity,
#backToCapping {
  display: none;
}

.hasCappingRail #cappingButton,
.hasCappingRail #backToCapping {
  display: block;
}

.hasCappingRail #noCappingButton,
.hasCappingRail #backToScrews {
  display: none;
}

.hasSecurityComb #securityButton,
.hasSecurityComb #backToSecurity {
  display: block;
}

.hasSecurityComb #noSecurityButton,
.hasSecurityComb #backToScrews,
.hasSecurityComb #backToCapping {
  display: none;
}

#HDSlottedPostOption,
.gravelInfoForHD {
  display: none;
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}

.jfDivider {
  border-bottom: 1px solid #f3f3f3;
}

.note {
  font-size: 16px;
  color: #222;
}

#fenceBuilderWrapper .button {
  cursor: pointer;
  position: relative;
  border: 1px solid #efeff1;
  padding: 1.5em 2em;
}

@media (max-width: 480px) {
  #fenceBuilderWrapper .button {
    padding: 0.8em 0.1em;
  }
}

#fenceBuilderWrapper .button.primary {
  border: 1px solid #ff843f;
  padding: 1.5em 2em;
  background: #e2b010;
  color: #283270;
  border: 1px solid #e2b010;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  font-weight: bold;
  -webkit-box-shadow: 0 5px 4px -6px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 5px 4px -6px rgba(0, 0, 0, 0);
  box-shadow: 0 5px 4px -6px rgba(0, 0, 0, 0);
}

@media (max-width: 480px) {
  #fenceBuilderWrapper .button.primary {
    padding: 0.8em 0.1em;
  }
}

#fenceBuilderWrapper .button.primary:hover {
  color: #283270;
  -webkit-box-shadow: 0 5px 4px -6px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 5px 4px -6px rgba(0, 0, 0, 0.75);
  box-shadow: 0 5px 4px -6px rgba(0, 0, 0, 0.75);
}

#fenceBuilderWrapper .button.primary:visited {
  color: #283270;
}

#fenceBuilderWrapper .button.secondary {
  border: 1px solid #5c9bad;
  padding: 1.5em 2em;
  background: #283270;
  color: #fff;
  border: 1px solid #283270;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  font-weight: bold;
}

@media (max-width: 480px) {
  #fenceBuilderWrapper .button.secondary {
    padding: 0.8em 0.1em;
  }
}

#fenceBuilderWrapper .button.secondary:hover {
  background: #1a2048;
  color: #ffffff;
}

#fenceBuilderWrapper .button.secondary:visited {
  color: #ffffff;
}

#fenceBuilderWrapper .button.ghost {
  border: 1px solid #5c9bad;
  padding: 1.5em 2em;
  background: #fff;
  color: #283270;
  border: 2px solid #283270;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  font-weight: bold;
  border-radius: 0;
}

@media (max-width: 480px) {
  #fenceBuilderWrapper .button.ghost {
    padding: 0.8em 0.1em;
  }
}

#fenceBuilderWrapper .button.ghost:hover {
  background: #283270;
  color: #ffffff;
}

#fenceBuilderWrapper .button.ghost:visited {
  color: #ffffff;
}

#fenceBuilderWrapper .button .icon-nextIcon,
#fenceBuilderWrapper .button .icon-prevIcon {
  margin-top: -0.15em;
  font-size: 2em;
  position: absolute;
  right: 0.5em;
}

@media (max-width: 480px) {
  #fenceBuilderWrapper .button .icon-nextIcon,
  #fenceBuilderWrapper .button .icon-prevIcon {
    right: 0.25em;
    font-size: 1.5em;
  }
}

#fenceBuilderWrapper .button .icon-prevIcon {
  right: auto;
  left: 0.5em;
}

@media (max-width: 480px) {
  #fenceBuilderWrapper .button .icon-prevIcon {
    left: 0.25em;
    font-size: 1.5em;
  }
}

#fenceBuilderWrapper .fence-builder-link {
  color: #283270;
  text-decoration: underline;
  font-size: 16px;
}

.vOuter {
  display: table;
  height: inherit;
  width: 100%;
}

.vInner {
  display: table-cell;
  vertical-align: middle;
}

.contLeft,
.contRight {
  float: left;
  display: block;
}

.contLeft {
  width: 45%;
  float: left;
}

.contRight {
  width: 55%;
  float: right;
}

.fbTabContent .icon-minus:before,
.fbTabContent .icon-plus:before {
  color: #e2b010;
}

.tAlignR {
  text-align: right;
}

#divFenceBuilder img {
  max-width: 100%;
}

.fWidth.backButtonMsg {
  padding: 15px;
  background: transparent;
  margin: 20px 0 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.fWidth.backButtonMsg h4 {
  margin-top: 0;
  font-size: 20px;
  color: #283270;
}

.fWidth.backButtonMsg p {
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 0px;
}

.fbATBBody {
  padding-top: 15px;
}

.fbATBBody .fWidth.backButtonMsg {
  display: none;
}

.fWidth.clearButton {
  padding-top: 0;
}

.fWidth.clearButton input {
  margin: 0;
}

.stepHeader {
  padding: 0px 15px;
}

/*svg IE handling*/

/*img:not(.png), img:not(.gif), img:not(.jpg) {
  width: 100%;
}*/

.fWidth {
  width: 94%;
  margin: 0 3%;
  float: left;
  display: block;
  padding: 1.5em 0;
}

@media only screen and (max-width: 479px) {
  .fWidth.lwrBtns {
    display: flex;
    flex-direction: column-reverse;
  }
}

.fWidthFlex {
  width: 94%;
  margin: 0 3%;
  display: flex;
  padding: 1.5em 0;
}

.fWidthFlex.verticalAlign {
  align-items: center;
}

.fWidthFlex .contLeftFlex {
  flex: 1 0 45%;
}

.fWidthFlex .contRightFlex {
  flex: 1 1 55%;
  padding-left: 10px;
}

#fbTabset .fWidth.postCheckbox {
  padding: 0px;
}

#fbTabset .fWidth.postCheckbox .custom-checkbox {
  margin: 0px 0px 10px 0px;
}

.fbLoader,
.calcLoader,
.ATBfbLoader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: white;
  color: rgba(0, 57, 165, 0.9);
}

.calcLoader {
  height: 300px;
  top: 50%;
  box-shadow: 0px 4px 8px rgba(34, 60, 80, 0.2), 0px -4px 8px rgba(34, 60, 80, 0.2);
}

.fbLoader,
.ATBfbLoader {
  text-align: center;
}

.fbLoader p,
.ATBfbLoader p {
  margin: 10px 0;
  font-size: 16px;
}

#fbTabset {
  clear: both;
}

#fbTabset ul {
  padding: 0 0 1.5em 0;
  width: 100%;
  overflow: auto;
  border-bottom: 1px solid #e5e5e5;
  padding: 0px;
  margin: 0px;
}

#fbTabset .tabsetLink {
  width: 20%;
  text-align: center;
  float: left;
  padding: 10px 0px;
  margin: 0px;
}

@media only screen and (max-width: 479px) {
  #fbTabset .tabsetLink {
    font-size: 16px;
  }
}

#fbTabset .tabsetLink a {
  text-align: center;
  display: inline-block;
  overflow: auto;
}

#fbTabset .tabsetLink a .icon,
#fbTabset .tabsetLink a .fBdot {
  color: #e5e5e5;
  font-size: 3em;
  float: left;
}

@media (max-width: 480px) {
  #fbTabset .tabsetLink a .icon,
  #fbTabset .tabsetLink a .fBdot {
    font-size: 2.2em;
  }
}

#fbTabset .tabsetLink a .fBdot {
  border-radius: 50%;
  height: 0.5em;
  width: 0.5em;
  background: #e5e5e5;
  clear: both;
  margin: 0.15em 0 0 0.25em;
}

#fbTabset .tabsetLink a.active .icon {
  color: #283270;
}

#fbTabset .tabsetLink a.active .fBdot {
  background: #283270;
}

#fbTabset .tabsetLink a.active .stepCounter {
  color: #fff;
}

#fbTabset .tabsetLink a:focus {
  outline: none;
}

#fbTabset .tabsetLink a .stepCounter {
  color: #666666;
  position: absolute;
  bottom: 15px;
  left: 47%;
  font-weight: bold;
}

@media (max-width: 480px) {
  #fbTabset .tabsetLink a .stepCounter {
    font-size: 11px;
    bottom: 16px;
    left: 46%;
  }
}

#fbTabset .fbTabContent {
  display: none;
}

#fbTabset .fbTabContent.active {
  display: block;
}

#fbTabset .fbTabContent.active::after {
  content: "";
  display: table;
  clear: both;
}

#fbTabset .custom-checkbox {
  margin: 0px 0px 10px 0px;
}

.fenceCalcBtn {
  color: #283270;
  text-decoration: underline;
}

#viewingStyle,
.viewingStyle,
.panelViewLabel {
  display: table;
  position: relative;
  padding: 10px 5px;
  min-height: 65px;
}

#viewingStyle > span,
.viewingStyle > span,
.panelViewLabel > span {
  display: table-cell;
  vertical-align: middle;
  color: #283270;
}

.panelViewLabel {
  min-height: 82px;
}

.panelViewLabel > span {
  font-size: 1.4em;
}

@media (max-width: 480px) {
  .panelViewLabel {
    min-height: 68px;
  }

  .panelViewLabel > span {
    font-size: 1em;
  }
}

#fenceScroller .panelViewLabel {
  height: 64px;
  overflow: hidden;
}

@media (max-width: 480px) {
  #fenceScroller .panelViewLabel {
    height: 58px;
  }
}

#fenceScroller .panelViewLabel > span {
  padding: 0 54px;
}

@media (max-width: 480px) {
  #fenceScroller .panelViewLabel > span {
    padding: 0 20px;
  }
}

#fenceScroller .slick-next,
#fenceScroller .slick-prev {
  height: 64px;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

@media (max-width: 480px) {
  #fenceScroller .slick-next,
  #fenceScroller .slick-prev {
    height: 58px;
  }
}

#fenceScroller .slick-next:hover,
#fenceScroller .slick-prev:hover {
  background: #1a2048;
}

#fenceScroller .slick-slide img.slick-loading {
  display: none;
}

#viewingStyle,
.viewingStyle {
  height: 40px;
  min-height: 0;
  background: transparent;
}

.contLeft {
  display: table;
  height: 42px;
  padding-right: 10px;
}

.contLeft .title {
  display: table-cell;
  vertical-align: middle;
  color: #283270;
}

.gravelBoardSelect .contLeft {
  width: 72%;
}

.gravelBoardSelect .contLeft__sup {
  width: 100%;
  display: block;
  font-size: 14px;
  color: red;
}

.gravelBoardSelect .contLeft .title {
  display: block;
  margin: 0px;
  font-size: 15px;
}

.gravelBoardSelect .contLeft .desc {
  margin: 0px;
  font-size: 13px;
}

.gravelBoardSelect .contRight {
  width: 28%;
}

.gravelBoardSelect .contRight .custom-checkbox {
  margin-top: 15px;
}

.gravelBoardSelect .custom-checkbox > input + .box > .tick.tickedDefault {
  display: block;
}

#fenceCalc {
  color: #222;
  float: left;
  text-align: center;
  width: 100%;
  background: #283270;
  border: 1px solid #283270;
  border-radius: 0px;
}

#fenceCalc a {
  color: white;
  float: left;
  width: 100%;
  padding: 10px 0px;
  font-size: 18px;
}

@media (max-width: 480px) {
  #fenceCalc a {
    font-size: 14px;
  }
}

#fenceCalc a .fa {
  font-size: 20px;
  padding-left: 6px;
}

@media (max-width: 480px) {
  #fenceCalc a {
    font-size: 14px;
  }

  #fenceCalc a .fa {
    font-size: 16px;
  }
}

#fenceCalc:hover {
  background: #1a2048;
  border: 1px solid #1a2048;
}

.panelNo {
  text-align: left;
}

.panelNo > p {
  color: #283270;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 10px;
}

.panelNo input,
.panelNo a {
  display: inline-block;
}

.panelNo .select-fancy {
  width: 35px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin: 0 1%;
  text-align: center;
}

@media (max-width: 480px) {
  .panelNo .select-fancy {
    width: 25px;
  }
}

.contRight.panelNo {
  text-align: left;
}

#fenceBuilderWrapper .plusBtn,
#fenceBuilderWrapper .minusBtn {
  padding: 0.79em 1em;
  background: #efeff1;
}

@media (max-width: 480px) {
  #fenceBuilderWrapper .plusBtn,
  #fenceBuilderWrapper .minusBtn {
    padding: 0.79em 0.5em;
  }
}

.lwrBtns .button {
  width: 49%;
  display: inline-block;
  text-align: center;
}

@media (max-width: 480px) {
  .lwrBtns .button {
    width: 100%;
    margin-bottom: 5px;
  }
}

.lwrBtns .leftBtn {
  float: left;
}

.lwrBtns .rightBtn {
  float: right;
}

#fenceLoad {
  height: auto;
  margin-left: -100px;
  width: calc(100% + 200px);
}

@media (max-width: 480px) {
  #fenceLoad {
    margin-left: 0px;
    width: 100%;
  }
}

.gridContainer .gridItem {
  width: 50%;
  float: left;
  opacity: 1;
  position: relative;
  padding: 3px;
  width: 48%;
  margin: 1%;
  background: transparent;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.gridContainer .gridItem:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 9px;
  top: 9px;
  width: 24px;
  height: 12px;
  border-bottom: 2px solid #283270;
  border-left: 2px solid #283270;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: none;
}

.gridContainer .gridItem:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 3px;
  top: 3px;
  width: 38px;
  height: 35px;
  background: white;
  display: none;
}

.gridContainer .gridItem.checked {
  background: #283270;
}

.gridContainer .gridItem.checked:after,
.gridContainer .gridItem.checked:before {
  display: block;
}

.gridContainer .gridItem:hover {
  cursor: pointer;
  background: #283270;
}

.gridContainer .grid-radio-button {
  position: absolute;
  z-index: -99;
  left: 50%;
  left: 0;
  top: 0;
  visibility: hidden;
}

.gridContainer .panelViewLabel span {
  float: left;
  width: 100%;
}

.gridContainer .panelViewLabel .grid-radio span {
  width: auto;
  float: none;
}

.desc {
  margin-bottom: 1.5em;
  font-size: 17px;
  color: #222;
  margin-top: 0px;
}

.desc.danger {
  margin-top: 2em;
}

#PriceScrews,
#PriceDangerSigns,
#lblHedgehogGravelBoard,
#lblInfillPieces {
  width: 100%;
  float: left;
  display: block;
  margin-top: 1.5em;
}

#lblHedgehogGravelBoardValidity {
  color: red;
  font-weight: bold;
}

#tbHedgehogGravelBoards:valid ~ #lblHedgehogGravelBoardValidity {
  display: none;
}

#tbHedgehogGravelBoards:invalid ~ #lblHedgehogGravelBoardValidity {
  display: block;
}

#divFenceBuilder .breadcrumb {
  display: none;
}

@media (max-width: 480px) {
  #capSlides .custom-checkbox .km-checkbox-label {
    padding-left: 2px;
    font-size: 0.85em;
  }
}

@media (max-width: 480px) {
  .title {
    font-size: 14px;
  }
}

.mobile #header .logo img {
  max-width: 100%;
}

.mobile #header a {
  color: #425BB2;
  text-decoration: underline;
}

.mobile #header .basketBtn {
  float: right;
  width: 95%;
  box-sizing: border-box;
  text-align: right;
  padding: 3px 11px;
  -webkit-box-shadow: 0px 0px 0px 1px #BED1DC;
  box-shadow: 0px 0px 0px 1px #BED1DC;
  background: rgb(255, 255, 255);
  /* Old browsers */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(55%, rgb(240, 244, 247)), color-stop(100%, rgb(224, 233, 238)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(240, 244, 247) 55%, rgb(224, 233, 238) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(240, 244, 247) 55%, rgb(224, 233, 238) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(240, 244, 247) 55%, rgb(224, 233, 238) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(240, 244, 247) 55%, rgb(224, 233, 238) 100%);
  /* W3C */
  border-radius: 8px;
  border: 1px solid #fff;
  margin: 3px;
  font-size: 14px;
}

.mobile #header .basketBtn a {
  text-decoration: none;
}

#header {
  height: auto;
  margin: 10px;
  box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.15);
  margin: 0 0 1.5em 0;
  position: relative;
  z-index: 1;
  padding: 10px;
  float: left;
  width: 100%;
}

#header span {
  width: 60%;
  display: inline;
  float: left;
}

#header .basket {
  width: 40%;
  float: right;
}

#header p {
  font-size: 13px;
  margin: 0;
  float: left;
  margin-top: 4px;
  clear: both;
}

#header .basketBtn a {
  text-decoration: none;
  color: #7996A4;
  line-height: 1.4em;
}

#header .basketBtn {
  position: relative;
}

#header .basket {
  width: 40%;
  float: right;
}

#fenceBuilderWrapper .logo {
  width: 58%;
  height: 30px;
  display: inline-block;
}

#fenceBuilderWrapper .logo a#logo {
  height: 30px;
  display: inline-block;
}

#search {
  height: 46px;
  float: left;
  width: 100%;
  margin-top: 14px;
}

#search .searchForm {
  display: inline-block;
  width: 99%;
  position: relative;
}

#search input {
  background-color: #E7E7E7;
  border: 0;
  height: 34px;
  padding: 3px 0 3px 10px;
  font-size: 18px;
  color: #666;
  width: 93%;
  margin-top: 1px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 1px 4px 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 1px 1px 4px 2px rgba(0, 0, 0, 0.3);
}

#search .searchBtn {
  height: 40px;
  position: absolute;
  top: 0;
  right: -5px;
  background-color: transparent;
  background-image: url("../../../images/mobile/searchBtnBig.png");
  width: 80px;
  box-shadow: none;
  margin-right: 0;
}

.basketBtn a:before {
  content: url("../../../images/mobile/basketIcon.png");
  position: absolute;
  left: 9px;
  top: 9px;
}

.fbRunningTotal {
  float: left;
  width: 100%;
  padding: 10px;
  background: #f3f3f3;
  color: #283270;
  text-align: center;
}

.fbRunningTotal .basketTxt {
  font-size: 16px;
  color: #283270 !important;
}

.fbRunningTotal .basketTxt span {
  font-size: 16px;
  font-weight: bold;
}

#calcApp {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}

#calcApp > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  border-radius: 5px;
  padding: 2em;
}

#calcApp p {
  text-align: center;
  font-size: 22px;
}

@media only screen and (max-width: 767px) {
  #calcApp p {
    font-size: 19px;
  }
}

#calcApp .calcBtn {
  float: none;
  display: inline-block;
}

#calcApp #cancelBtn {
  margin: 0;
}

#calcApp #perimeter {
  width: 50%;
  height: 15px;
  margin: 15px 10px 15px 0;
}

#calcApp .calcButtons {
  width: 100%;
  float: left;
}

#calcApp .calcButtons .left,
#calcApp .calcButtons .right {
  width: 48%;
  text-align: center;
}

#calcApp .calcButtons .left {
  float: left;
}

#calcApp .calcButtons .right {
  float: right;
}

#fencebuilerSub .first {
  margin-top: 10px;
  font-size: 14px;
}

#fencebuilerSub .subTotal {
  font-size: 20px;
  margin: 8px 0;
  color: #6b8096;
}

@media (max-width: 480px) {
  #fencebuilerSub .subTotal {
    font-size: 18px;
  }
}

#fencebuilerSub .subTotal span {
  color: #333;
}

#fencebuilerSub .subTotal .subTotalText {
  font-size: 1em;
}

@media (max-width: 480px) {
  #fencebuilerSub .subTotal .subTotalText {
    padding: 0px;
  }
}

#fencebuilerSub .fWidth {
  padding: 0;
}

#fencebuilerSub .subTotalBasket {
  font-size: 32px;
  color: #333;
}

@media (max-width: 480px) {
  #fencebuilerSub .subTotalBasket {
    font-size: 24px;
  }
}

.fbATBBody .fbTabContent[data-tab="#tab2"] .leftBtn {
  display: none;
}

.fbATBBody #btnResetForm {
  display: none;
}

.fbATBBody #fbTabset .tabsetLink {
  display: none;
}

.fbATBBody #fbTabset ul:first-child {
  display: none;
}

.fbATBBody .fbTabContent .fWidth:first-child {
  padding: 0 !important;
}

.internetExpNineSpinner {
  display: none;
  margin: 100px auto;
}

.internetExpNineSpinner p {
  font-size: 40px;
  font-weight: bold;
}

@media screen and (min-width: 0) and (min-resolution: 0.001dpcm) {
  .internetExpNineSpinner {
    display: block\9;
  }

  .spinner {
    display: none\9;
  }
}

#divFenceBuilder.metalPostsSelected #step2 #metalPostsSection,
#divFenceBuilder.metalPostsSelected #step3 #metalFinishSection {
  display: block;
}

#divFenceBuilder.metalPostsSelected #step2 #timberPostsSection,
#divFenceBuilder.metalPostsSelected #step3 #capStyleSection,
#divFenceBuilder.metalPostsSelected #step4 #hedgehogGravelBoardSection,
#divFenceBuilder.metalPostsSelected #step4 #infillPiecesSection {
  display: none !important;
}

#divFenceBuilder.timberPostsSelected #step2 #timberPostsSection {
  display: block;
}

#step2 .subHeader {
  display: none;
}

#step2.hasMetalPosts .subHeader {
  display: block;
  margin-top: 15px;
}

#step2 #selectPostsTypeSection {
  display: none;
}

#step2 #selectPostsTypeSection .top-message {
  padding: 0;
}

#step2 #selectPostsTypeSection img {
  max-width: 200px;
}

@media only screen and (max-width: 767px) {
  #step2 #selectPostsTypeSection img {
    max-width: 155px;
  }
}

#step2.hasMetalPosts #selectPostsTypeSection {
  display: block;
}

#step2.hasMetalPosts #timberPostsSection {
  display: none;
}

#step2 #timberPostsSection {
  display: block;
  padding-top: 15px;
}

#step2 #timberPostsSection .fWidth .contLeft {
  width: 35%;
}

#step2 #timberPostsSection .fWidth .contRight {
  float: left;
  padding-left: 10px;
  width: 65%;
}

#step2 #timberPostsSection .fWidth .contRight > p {
  margin-top: 0;
  margin-left: 0;
  text-align: left;
}

#step2 #timberPostsSection .fWidth .contRight .nothd {
  text-align: center;
}

#step2 #timberPostsSection .fWidth .contRight .minusBtn {
  margin-left: 0;
}

#step2 #metalPostsSection {
  display: none;
}

#step2 #metalPostsSection img {
  max-width: 200px;
}

@media only screen and (max-width: 767px) {
  #step2 #metalPostsSection img {
    max-width: 155px;
  }
}

#step2 #metalPostsSection p {
  margin-top: 0;
}

#step3 #metalFinishSection {
  display: none;
}

#step3 #capStyleSection {
  display: block;
}

#step4 .metalImage,
#step4 .metalDesc {
  display: none;
}

.metalPostsSelected #step4 .timberImage,
.metalPostsSelected #step4 .timberDesc {
  display: none;
}

.metalPostsSelected #step4 .metalImage,
.metalPostsSelected #step4 .metalDesc {
  display: block;
}

#step4 #postcreteActions {
  margin-left: 0;
}

#step4 .contRight_buttons {
  display: flex;
  width: 100%;
}

.jacksons-ui-modal {
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.3294117647);
}

.jacksons-ui-modal.show {
  display: flex !important;
}

@media only screen and (max-width: 767px) {
  .jacksons-ui-modal.fade .modal-dialog {
    max-width: 88%;
  }
}

.jacksons-ui-modal .modal-dialog {
  margin: 0;
  width: 80vw;
  height: 70vh;
  max-width: 800px;
  justify-content: center;
  align-items: center;
  -webkit-box-shadow: 0 0 0px 15px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0px 15px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  background: white;
  border-radius: 10px;
}

.jacksons-ui-modal .modal-dialog .modal-content {
  border: 0;
  width: 100%;
  height: 100%;
  box-shadow: none;
  border-radius: 0;
}

.jacksons-ui-modal .modal-dialog .modal-content .modal-header {
  border: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 6px;
  bottom: 10px;
  z-index: 99;
}

.jacksons-ui-modal .modal-dialog .modal-content .modal-header button.btn-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 24 24%22 width=%2224%22 height=%2224%22%3E%3Ccircle cx=%2212%22 cy=%2212%22 r=%2211%22 stroke=%22%23848484%22 fill=%22none%22 stroke-width=%222%22%3E%3C/circle%3E%3Cline x1=%228%22 y1=%228%22 x2=%2216%22 y2=%2216%22 stroke=%22%23848484%22 stroke-width=%222%22 stroke-linecap=%22round%22%3E%3C/line%3E%3Cline x1=%228%22 y1=%2216%22 x2=%2216%22 y2=%228%22 stroke=%22%23848484%22 stroke-width=%222%22 stroke-linecap=%22round%22%3E%3C/line%3E%3C/svg%3E");
  background-size: 100%;
  width: 16px;
  height: 16px;
}

.jacksons-ui-modal .modal-dialog .modal-content .modal-header button.btn-close i {
  display: none;
}

.jacksons-ui-modal .modal-dialog .modal-content .modal-body {
  height: 100%;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.jacksons-ui-modal .modal-dialog .modal-content .modal-body .modal-gallery-carousel {
  width: 100%;
  height: 100%;
  position: unset;
}

.jacksons-ui-modal .modal-dialog .modal-content .modal-body .modal-gallery-carousel .owl-stage-outer {
  height: 100% !important;
  width: 100%;
  max-height: calc(100% - 60px);
  overflow-y: hidden;
}

.jacksons-ui-modal .modal-dialog .modal-content .modal-body .modal-gallery-carousel .owl-stage-outer .owl-stage {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.jacksons-ui-modal .modal-dialog .modal-content .modal-body .modal-gallery-carousel .modal-gallery-item {
  opacity: 0;
  display: flex;
  justify-content: center;
  height: 100%;
  overflow-y: auto;
}

.jacksons-ui-modal .modal-dialog .modal-content .modal-body .modal-gallery-carousel .owl-item {
  height: 100%;
}

.jacksons-ui-modal .modal-dialog .modal-content .modal-body .modal-gallery-carousel .owl-item.active .modal-gallery-item {
  opacity: 1;
}

.jacksons-ui-modal .modal-dialog .modal-content .modal-body .modal-gallery-carousel .owl-item img {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: auto;
}

.jacksons-ui-modal .modal-dialog .modal-content .modal-body .modal-gallery-carousel .owl-nav {
  line-height: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin: 0 7px;
  width: 144px;
  position: absolute;
  bottom: 11px;
  left: 0;
  z-index: 1;
}

.jacksons-ui-modal .modal-dialog .modal-content .modal-body .modal-gallery-carousel .owl-nav .fa {
  font-size: 3rem;
}

.jacksons-ui-modal .modal-dialog .modal-content .modal-body .modal-gallery-carousel .owl-nav .fa-chevron-left:before {
  content: "\f104";
}

.jacksons-ui-modal .modal-dialog .modal-content .modal-body .modal-gallery-carousel .owl-nav .fa-chevron-right:before {
  content: "\f105";
}

.jacksons-ui-modal .modal-dialog .modal-content .modal-body .modal-gallery-carousel .owl-nav > div {
  padding: 0 10px;
  color: #949494;
}

.jacksons-ui-modal .modal-dialog .modal-content .modal-body .carousel-navigation {
  color: #949494;
  position: absolute;
  left: 7px;
  bottom: 13px;
  display: flex;
  padding: 0;
  width: 144px;
  box-sizing: border-box;
  text-align: center;
  justify-content: center;
}

.jacksons-ui-modal .modal-dialog .modal-content .modal-body .carousel-navigation #current-image {
  padding: 0px 8px;
}

.jacksons-ui-modal .modal-dialog .modal-content .modal-body .carousel-navigation #total-images {
  padding: 0 8px;
}

.jacksons-ui-modal .modal-dialog .modal-content .modal-footer {
  border: 0;
  padding: 0;
  margin: 0;
}

.jacksons-ui-modal .modal-dialog .modal-content .modal-footer .modal-close {
  position: absolute;
  top: -10px;
  right: -15px;
  z-index: 1;
  background: #212f6f;
  width: 30px;
  min-width: unset;
  border-radius: 100%;
  height: 30px;
  padding: 0;
}

.container {
  max-width: unset;
}

.row {
  flex-wrap: unset;
  display: block;
}

.modal-backdrop.show {
  display: none !important;
}

.dt010_page .jacksons-ui-modal .modal-dialog .modal-content .modal-body p {
  margin: 0;
  padding: 15px;
}

#divFenceBuilder.redesigned #step1 #fence-panels {
  margin-left: -415px;
  width: calc(100% + 830px);
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  font-family: "fruiteger-BoldCn";
}

#divFenceBuilder.redesigned #step1 #fence-panels .style-selection {
  flex: 1 0 70%;
}

@media only screen and (max-width: 991px) {
  #divFenceBuilder.redesigned #step1 #fence-panels .style-selection {
    flex-basis: 100%;
  }
}

#divFenceBuilder.redesigned #step1 #fence-panels .style-selection .fence-panel-grid {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

#divFenceBuilder.redesigned #step1 #fence-panels .style-selection .fence-panel-grid .grid-overlay,
#divFenceBuilder.redesigned #step1 #fence-panels .style-selection .fence-panel-grid .spinner {
  display: none;
}

#divFenceBuilder.redesigned #step1 #fence-panels .style-selection .fence-panel-grid.loading .grid-overlay {
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
}

#divFenceBuilder.redesigned #step1 #fence-panels .style-selection .fence-panel-grid.loading .spinner {
  display: block;
  position: absolute;
  margin: 0;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#divFenceBuilder.redesigned #step1 #fence-panels .style-selection .fence-panel-item {
  flex: 0 0 calc(25% - 20px);
  margin: 10px;
  padding: 5px;
  letter-spacing: 0.2px;
  cursor: pointer;
}

#divFenceBuilder.redesigned #step1 #fence-panels .style-selection .fence-panel-item _:-ms-fullscreen,
:root #divFenceBuilder.redesigned #step1 #fence-panels .style-selection .fence-panel-item {
  flex: 0 0 21%;
}

@media only screen and (max-width: 1279px) {
  #divFenceBuilder.redesigned #step1 #fence-panels .style-selection .fence-panel-item {
    flex: 0 0 calc(33% - 20px);
  }
}

@media only screen and (max-width: 991px) {
  #divFenceBuilder.redesigned #step1 #fence-panels .style-selection .fence-panel-item {
    flex: 0 0 calc(50% - 20px);
  }
}

#divFenceBuilder.redesigned #step1 #fence-panels .style-selection .fence-panel-item .image-wrapper {
  max-height: 120px;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  #divFenceBuilder.redesigned #step1 #fence-panels .style-selection .fence-panel-item .image-wrapper {
    max-height: 100px;
  }
}

#divFenceBuilder.redesigned #step1 #fence-panels .style-selection .fence-panel-item .image-wrapper img {
  width: 100%;
}

#divFenceBuilder.redesigned #step1 #fence-panels .style-selection .fence-panel-item .fence-panel-item-info {
  margin-top: 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#divFenceBuilder.redesigned #step1 #fence-panels .style-selection .fence-panel-item .fence-panel-item-name {
  color: #273270;
  font-family: "fruiteger-BoldCn";
  font-size: 15px;
}

#divFenceBuilder.redesigned #step1 #fence-panels .style-selection .fence-panel-item .fence-panel-item-price {
  color: #8c8b90;
  font-family: "FrutigerLTStd-Cn";
  font-size: 12px;
}

#divFenceBuilder.redesigned #step1 #fence-panels .style-selection .fence-panel-item .fence-panel-item-price span {
  color: #0a0f2f;
  font-family: "fruiteger-BoldCn";
  font-size: 14px;
}

#divFenceBuilder.redesigned #step1 #fence-panels .style-selection .fence-panel-item .fence-panel-item-checkbox {
  flex: 0 0 30px;
  height: 29px;
  border: 1px solid #d8d8dd;
  margin: 0 0 0 5px;
  position: relative;
}

#divFenceBuilder.redesigned #step1 #fence-panels .style-selection .fence-panel-item .fence-panel-item-checkbox span {
  display: none;
  position: absolute;
  left: 4px;
  top: 5px;
  width: 20px;
  height: 10px;
  border-bottom: 3px solid #283270;
  border-left: 3px solid #283270;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#divFenceBuilder.redesigned #step1 #fence-panels .style-selection .fence-panel-item.selected {
  background-color: #273270;
}

#divFenceBuilder.redesigned #step1 #fence-panels .style-selection .fence-panel-item.selected .fence-panel-item-name {
  color: white;
}

#divFenceBuilder.redesigned #step1 #fence-panels .style-selection .fence-panel-item.selected .fence-panel-item-price span {
  color: white;
}

#divFenceBuilder.redesigned #step1 #fence-panels .style-selection .fence-panel-item.selected .fence-panel-item-checkbox {
  background-color: white;
}

#divFenceBuilder.redesigned #step1 #fence-panels .style-selection .fence-panel-item.selected .fence-panel-item-checkbox span {
  display: block;
}

#divFenceBuilder.redesigned #step1 #fence-panels .style-selection .no-results {
  margin: 20px auto 30px;
  font-family: "fruiteger-BoldCn";
  font-size: 18px;
  color: #273270;
  padding: 0 15px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  #divFenceBuilder.redesigned #step1 #fence-panels .style-selection .no-results {
    margin-bottom: 20px;
  }
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel {
  flex: 1 0 30%;
  max-width: 30%;
  padding: 10px 10px 10px 15px;
  letter-spacing: 0.2px;
  background-color: white;
}

@media only screen and (max-width: 991px) {
  #divFenceBuilder.redesigned #step1 #fence-panels .info-panel {
    flex-basis: 100%;
    max-width: 100%;
    width: 95%;
    margin-left: 0;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.98);
    border-radius: 5px 5px 0 0;
    box-shadow: 0px 0px 3px 0px rgba(68, 83, 94, 0.3);
    padding: 0;
  }
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel .fence-info {
  display: none;
}

@media only screen and (max-width: 991px) {
  #divFenceBuilder.redesigned #step1 #fence-panels .info-panel .fence-info {
    margin: 20px;
  }
}

@media only screen and (max-width: 479px) {
  #divFenceBuilder.redesigned #step1 #fence-panels .info-panel .fence-info {
    margin: 15px;
  }
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel .info-header {
  color: #273270;
  font-family: "fruiteger-BoldCn";
  font-size: 26px;
  margin-bottom: 20px;
  text-transform: initial;
}

@media only screen and (max-width: 1279px) {
  #divFenceBuilder.redesigned #step1 #fence-panels .info-panel .info-header {
    font-size: 24px;
  }
}

@media only screen and (max-width: 479px) {
  #divFenceBuilder.redesigned #step1 #fence-panels .info-panel .info-header {
    font-size: 22px;
  }
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel .info-subheader,
#divFenceBuilder.redesigned #step1 #fence-panels .info-panel .info-description {
  color: #435159;
  font-family: "Lora", serif;
  font-size: 16px;
  line-height: 22px;
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel .info-subheader {
  font-weight: bold;
  margin-bottom: 20px;
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel .info-description-title {
  font-family: "fruiteger-BoldCn";
  font-size: 18px;
  color: #186684;
  margin-bottom: 8px;
}

@media only screen and (max-width: 991px) {
  #divFenceBuilder.redesigned #step1 #fence-panels .info-panel .welcome-info {
    margin: 20px;
  }
}

@media only screen and (max-width: 479px) {
  #divFenceBuilder.redesigned #step1 #fence-panels .info-panel .welcome-info {
    margin: 15px;
  }
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel .welcome-info .info-header {
  margin-top: 10px;
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel .welcome-info .info-start-btn,
#divFenceBuilder.redesigned #step1 #fence-panels .info-panel .fence-info .specify-dimensions-btn {
  display: none;
}

@media only screen and (max-width: 991px) {
  #divFenceBuilder.redesigned #step1 #fence-panels .info-panel .welcome-info .info-start-btn,
  #divFenceBuilder.redesigned #step1 #fence-panels .info-panel .fence-info .specify-dimensions-btn {
    display: block;
  }
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel .fence-info .info-description {
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  #divFenceBuilder.redesigned #step1 #fence-panels .info-panel .fence-info .info-description {
    margin-bottom: 15px;
    font-size: 14px;
  }
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel .fence-info .desktop-section {
  display: block;
}

@media only screen and (max-width: 991px) {
  #divFenceBuilder.redesigned #step1 #fence-panels .info-panel .fence-info .desktop-section {
    display: none;
  }
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel .fence-info .mobile-section {
  display: none;
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel .fence-info .mobile-section .fence-builder-arrow {
  position: relative;
  flex: 0 0 22px;
  cursor: pointer;
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel .fence-info .mobile-section .fence-builder-arrow:after,
#divFenceBuilder.redesigned #step1 #fence-panels .info-panel .fence-info .mobile-section .fence-builder-arrow:before {
  content: "";
  display: block;
  width: 13px;
  height: 2px;
  background-color: #273270;
  position: absolute;
  top: 15px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel .fence-info .mobile-section .fence-builder-arrow:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 8px;
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel .fence-info .mobile-section .fence-builder-arrow:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0px;
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel .fence-info .mobile-section .fence-builder-arrow.active:before {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel .fence-info .mobile-section .fence-builder-arrow.active:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 991px) {
  #divFenceBuilder.redesigned #step1 #fence-panels .info-panel .fence-info .mobile-section {
    display: flex;
    justify-content: space-between;
  }
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel .fence-info-name {
  margin-bottom: 5px;
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel .fence-info-price {
  font-family: "FrutigerLTStd-Cn";
  font-size: 20px;
  color: #8c8b90;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  #divFenceBuilder.redesigned #step1 #fence-panels .info-panel .fence-info-price {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 479px) {
  #divFenceBuilder.redesigned #step1 #fence-panels .info-panel .fence-info-price {
    font-size: 18px;
  }
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel .fence-info-price span {
  font-family: "fruiteger-BoldCn";
  color: #0a0f2f;
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel #fence-info-heights {
  border-bottom: none;
  overflow: hidden;
  padding-bottom: 24px;
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel #fence-info-heights + .info-description-title {
  display: none;
}

@media only screen and (min-width: 992px) {
  #divFenceBuilder.redesigned #step1 #fence-panels .info-panel #fence-info-heights + .info-description-title {
    display: block;
  }
}

@media only screen and (max-width: 991px) {
  #divFenceBuilder.redesigned #step1 #fence-panels .info-panel #fence-info-heights {
    columns: 2;
  }
}

@media only screen and (max-width: 767px) {
  #divFenceBuilder.redesigned #step1 #fence-panels .info-panel #fence-info-heights {
    columns: 3;
  }
}

@media only screen and (max-width: 479px) {
  #divFenceBuilder.redesigned #step1 #fence-panels .info-panel #fence-info-heights {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel #fence-info-heights li {
  font-family: "fruiteger-BoldCn";
  font-size: 18px;
  color: #0a0f2f;
  padding-left: 0;
  margin-bottom: 10px;
}

@media only screen and (max-width: 479px) {
  #divFenceBuilder.redesigned #step1 #fence-panels .info-panel #fence-info-heights li:nth-of-type(even) {
    grid-row: 2;
  }
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel #fence-info-carousel {
  margin-bottom: 20px !important;
  position: relative;
  min-height: 36px;
  height: 260px;
  overflow: hidden;
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel #fence-info-carousel .fa {
  pointer-events: none;
  padding: 6px;
  position: absolute;
  right: 0;
  z-index: 2;
  cursor: pointer;
  color: #e2b010;
  background: #fff;
  border: none;
  outline: 0;
  font-size: 24px;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel #fence-info-carousel:hover .fa {
  color: #655c4b;
}

@media only screen and (max-width: 991px) {
  #divFenceBuilder.redesigned #step1 #fence-panels .info-panel #fence-info-carousel {
    max-width: 400px;
    margin: 0 auto;
  }
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel #fence-info-carousel .owl-height {
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel #fence-info-carousel .owl-item {
  cursor: pointer;
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel #fence-info-carousel .owl-prev {
  float: left;
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel #fence-info-carousel .owl-next {
  float: right;
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel #fence-info-carousel .owl-nav {
  height: 0px;
  width: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel #fence-info-carousel .owl-nav [class*=owl-] {
  display: table;
  margin: 0;
  background: rgba(255, 255, 255, 0.9) !important;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 0;
  padding: 0;
  width: 30px;
  height: 30px;
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel #fence-info-carousel .owl-nav [class*=owl-].owl-prev {
  margin-left: 4px;
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel #fence-info-carousel .owl-nav [class*=owl-].owl-next {
  margin-right: 4px;
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel #fence-info-carousel .owl-nav [class*=owl-] .left-chevron,
#divFenceBuilder.redesigned #step1 #fence-panels .info-panel #fence-info-carousel .owl-nav [class*=owl-] .right-chevron {
  display: inline-block;
  border-right: 2px solid #e2b010;
  border-bottom: 2px solid #e2b010;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel #fence-info-carousel .owl-nav [class*=owl-] .left-chevron {
  -ms-transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  left: 4px;
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel #fence-info-carousel .owl-nav [class*=owl-] .right-chevron {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 4px;
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel #fence-info-carousel .owl-nav [class*=owl-]:hover {
  background: none;
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel #fence-info-carousel .owl-nav [class*=owl-]:hover .fa {
  color: #655c4b;
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel #fence-info-carousel .owl-nav [class*=owl-].disabled {
  opacity: 0.3;
}

#divFenceBuilder.redesigned #step1 #fence-panels .info-panel #fence-info-carousel .owl-nav [class*=owl-].disabled .fa {
  color: #655c4b;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters {
  padding: 15px 15px 0 15px;
  letter-spacing: 0.2px;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters.open .filter-header > span.filter-styles {
  background-color: #fff;
  border: 2px solid #273270;
  color: #273270;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters.open .filter-header > span.filter-styles i {
  color: #273270;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters.open .filter-header > span.filter-styles i:before {
  border-left-color: #273270;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters .filter-header {
  color: #0a0f2f;
  font-size: 14px;
  border-top: 1px solid #efeff1;
  border-bottom: 1px solid #efeff1;
  display: flex;
  justify-content: space-between;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters .filter-header > span {
  cursor: pointer;
  display: flex;
  align-items: center;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters .filter-header > span.filter-styles {
  background-color: #273270;
  padding: 10px;
  width: 115px;
  border: 2px solid transparent;
  color: #fff;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters .filter-header > span.filter-styles i {
  color: #fff;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters .filter-header > span.filter-styles:hover {
  background-color: #fff;
  border: 2px solid #273270;
  color: #273270;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters .filter-header > span.filter-styles:hover i {
  color: #273270;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters .filter-header > span.filter-styles:hover i:before {
  border-left-color: #273270;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters .filter-header .filter-icon {
  display: inline;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters .filter-body {
  display: none;
  border-bottom: 1px solid #efeff1;
  margin-bottom: 10px;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters .filter-body .filter-type .filter-name {
  font-family: "FrutigerLTStd-Cn";
  color: #8c8b90;
  font-size: 14px;
  margin-top: 20px;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters .filter-body .filter-type .filter-subtitle {
  font-family: "FrutigerLTStd-Cn";
  color: #273270;
  font-size: 12px;
  margin-top: 3px;
  display: flex;
  align-items: center;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters .filter-body .filter-type ul.filter-options {
  display: flex;
  flex-wrap: wrap;
  border-bottom: none;
  margin-top: 10px;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters .filter-body .filter-type ul.filter-options li {
  border: 1px solid #d8d8dd;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 14px 0;
  cursor: pointer;
  color: #273270;
  text-align: center;
  position: relative;
  min-width: 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  #divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters .filter-body .filter-type ul.filter-options li {
    min-width: 100px;
    padding: 10px 0;
    margin-right: 10px;
  }
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters .filter-body .filter-type ul.filter-options li img.white-icon {
  display: none;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters .filter-body .filter-type ul.filter-options li > span {
  display: block;
  margin-top: 7px;
  font-size: 14px;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters .filter-body .filter-type ul.filter-options li.selected {
  background-color: #273270;
  color: white;
  border-color: #273270;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters .filter-body .filter-type ul.filter-options li.selected img.white-icon {
  display: inline-block;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters .filter-body .filter-type ul.filter-options li.selected img:not(.white-icon) {
  display: none;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters .filter-body .filter-type ul.filter-options li.selected:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 20px 20px 0;
  border-color: transparent white transparent transparent;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters .filter-body .filter-type ul.filter-options li.selected:before {
  content: "";
  position: absolute;
  top: 4px;
  right: 2px;
  z-index: 1;
  width: 7px;
  height: 3px;
  left: initial;
  background: none;
  border-radius: initial;
  border-bottom: 1px solid #273270;
  border-left: 1px solid #273270;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters .filter-body #height-filter ul.filter-options li {
  padding: 8px 0;
  min-width: 100px;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters .filter-body #height-filter ul.filter-options li > span {
  margin-top: 0;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters .filter-body .close-filters {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 10px;
  color: #0a0f2f;
  font-size: 14px;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters .filter-body .close-filters i {
  display: inline-block;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters.open .filter-header .close-icon {
  display: inline-block;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters.open .filter-header .filter-icon {
  display: none;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters i {
  font-size: 14px;
  margin-left: 5px;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters .close-icon {
  display: none;
  position: relative;
  width: 10px;
  height: 10px;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters .close-icon:before,
#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters .close-icon:after {
  position: absolute;
  margin: inherit;
  content: " ";
  height: 10px;
  border-left: 2px solid #0a0f2f;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters .close-icon:before {
  transform: rotate(45deg);
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-panel-filters .close-icon:after {
  transform: rotate(-45deg);
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-builder-tooltip {
  position: relative;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-builder-tooltip:hover .tp-content {
  visibility: visible;
  opacity: 1;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-builder-tooltip .tp-icon {
  display: inline-block;
  margin-left: 5px;
  background-color: #273270;
  color: white;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  cursor: pointer;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-builder-tooltip .tp-content {
  width: 230px;
  border: 1px solid #273270;
  padding: 10px;
  position: absolute;
  left: 17px;
  bottom: 32px;
  background-color: white;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.3s cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 0px 6px 10px 0px rgba(68, 83, 94, 0.3);
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-builder-tooltip .tp-content.active {
  visibility: visible;
  opacity: 1;
}

@media only screen and (max-width: 479px) {
  #divFenceBuilder.redesigned #step1 #fence-panels .fence-builder-tooltip .tp-content {
    width: 150px;
  }
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-builder-tooltip .tp-content:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 12px 0 0;
  border-color: white transparent transparent transparent;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-builder-tooltip .tp-content:before {
  content: "";
  position: absolute;
  top: 100%;
  left: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 14px 0 0;
  border-color: #273270 transparent transparent transparent;
}

#divFenceBuilder.redesigned #step1 #fence-panels .fence-builder-button {
  background-color: #273270;
  font-family: "FrutigerLTStd-Cn";
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.8px;
  padding: 15px 0;
  margin: 20px 0;
  text-transform: uppercase;
}

.BC017 #fbTabset #step1Tab {
  margin-left: 20%;
}

.BC017 #step1 .length-units {
  display: block;
  font-size: 14px;
}

.BC017 #step3 .spinner {
  margin: 0 auto 30px auto;
}

.BC017 #step3 .sub-header {
  color: #283270;
  margin: 0 0 1.5em 0;
  font-family: "fruiteger-BoldCn";
  font-size: 18px;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .BC017 #step3 .sub-header {
    font-size: 14px;
  }
}

.BC017 #step3 ul {
  border-bottom: none;
}

.BC017 #step3 ul li {
  font-family: "fruiteger-BoldCn";
  color: #283270;
  font-size: 16px;
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .BC017 #step3 ul li {
    font-size: 14px;
    padding-left: 0;
  }
}

.BC017 #step3 .acoustic-fencing-items li span {
  display: inline-block;
  min-width: 45px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .BC017 #step3 .acoustic-fencing-items li span {
    display: inline;
  }
}

.BC017 #step3 .selected-options-header {
  color: #6b8096;
  margin-bottom: 20px;
}

.BC017 #step3 .acoustic-fencing-options {
  margin-bottom: 20px;
}

.BC017 #step3 .acoustic-fencing-options li {
  color: #6b8096;
  padding-left: 18px;
}

@media only screen and (max-width: 767px) {
  .BC017 #step3 .acoustic-fencing-options li {
    padding-left: 0;
  }
}

.fence-builder-header {
  text-align: center;
}

#fenceBuilderWrapper {
  background: transparent;
  font-size: 12.8px;
  overflow-y: auto;
}

#fenceBuilderWrapper .calcLoader {
  max-width: 600px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#fenceBuilderWrapper .calcLoader #calcApp #perimeter {
  height: auto;
}

#fenceBuilderWrapper .BC010 {
  max-width: 600px;
  margin: 0 auto;
  background: white;
}

#fenceBuilderWrapper .BC010 select {
  height: auto;
}

#fenceBuilderWrapper .BC010#divFenceBuilder {
  float: none;
}

#fenceBuilderWrapper .BC010#divFenceBuilder.right-align {
  float: right;
}

#fenceBuilderWrapper .BC010#divFenceBuilder h1 {
  font-size: 46px;
  color: #283270;
  margin-top: 20px;
  margin-bottom: 10px;
}

#fenceBuilderWrapper .BC010#divFenceBuilder .pageTitle {
  text-align: center;
}

@media only screen and (max-width: 48.000em) {
  #fenceBuilderWrapper .BC010#divFenceBuilder .pageTitle {
    background-image: url("../../../images/gate_calc/btn.png");
    background-repeat: repeat-x;
    background-color: #6AA8B8;
    display: block;
    margin: 10px -10px;
    color: #FFF;
    font-size: 22px;
    line-height: 2;
  }
}

#fenceBuilderWrapper .BC010 .divPanelOpt label {
  margin-bottom: 0px;
}

#fenceBuilderWrapper .BC010 input[type=text],
#fenceBuilderWrapper .BC010 input[type=search],
#fenceBuilderWrapper .BC010 input[type=number] {
  font-size: inherit;
}

@media only screen and (max-width: 48em) {
  #fenceBuilderWrapper .BC010 a,
  #fenceBuilderWrapper .BC010 label {
    font-size: inherit;
  }
}

#fenceBuilderWrapper .BC010 label {
  color: inherit;
}

#fenceBuilderWrapper .BC010 ul li:before {
  content: none;
}

#fenceBuilderWrapper .BC010 .add-extras-block h3 {
  font-size: 16px !important;
  color: #273270;
  margin-bottom: 6px !important;
  text-transform: inherit;
}

#fenceBuilderWrapper .BC010 .add-extras-block .tool-tip-help svg {
  width: 13px;
  height: 16px;
}

#fenceBuilderWrapper .BC010 .add-extras-block .tool-tip-help svg path:first-child {
  fill: #273270;
}

#fenceBuilderWrapper .BC010 .add-extras-block p {
  font-size: 14px !important;
  color: #435159;
  margin: 0 0 10px 0;
}

#fenceBuilderWrapper .BC010 .add-extras-block button {
  min-width: 100px;
  max-width: 150px;
  padding: 10px;
  background: #fff;
  color: #273270;
  border: 1px solid #D8D8DD;
  min-height: 26px;
  font-size: 12px;
  margin-right: 15px;
  flex: 1;
}

#fenceBuilderWrapper .BC010 .add-extras-block button:last-child {
  margin-right: 0px;
}

#fenceBuilderWrapper .BC010 .add-extras-block button:hover,
#fenceBuilderWrapper .BC010 .add-extras-block button.active {
  background: #273270;
  color: #ffffff;
}

#fenceBuilderWrapper .BC010 .add-extras-block .contLeft {
  width: 35%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #fenceBuilderWrapper .BC010 .add-extras-block .contLeft img {
    max-width: 180px !important;
  }
}

#fenceBuilderWrapper .BC010 .add-extras-block .contRight {
  width: 65%;
}

#fenceBuilderWrapper .BC010 .add-extras-block .contRight.actions {
  min-height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

#fenceBuilderWrapper .BC010 #fbTabset .UI068_USP {
  box-shadow: none;
}

@media only screen and (max-width: 767px) {
  #fenceBuilderWrapper .BC010 #fbTabset .UI068_USP {
    padding-top: 0 !important;
  }
}

#fenceBuilderWrapper .BC010 #fbTabset .UI068_USP ul {
  padding: 0;
  overflow: hidden;
  border-bottom: none;
}

#fenceBuilderWrapper .BC010 #fbTabset .UI068_USP ul .usp-item {
  padding: 5px 10px;
}

#fenceBuilderWrapper .BC010 #fbTabset .UI068_USP h3 {
  font-size: 14px;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  #fenceBuilderWrapper .BC010 #fbTabset .UI068_USP h3 {
    margin-top: 0;
    font-size: 13px;
  }
}

@media only screen and (max-width: 48.000em) {
  #fenceBuilderWrapper .BC010 .add-extras-block .contLeft {
    width: 35%;
  }

  #fenceBuilderWrapper .BC010 .add-extras-block .contRight {
    width: 65%;
  }

  #fenceBuilderWrapper .BC010 .add-extras-block .contRight.actions {
    width: 100%;
    float: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    padding-top: 10px;
  }

  #fenceBuilderWrapper .BC010 .add-extras-block .contRight.actions .panelNo {
    margin-left: 35%;
  }

  #fenceBuilderWrapper .BC010 .add-extras-block .contRight button {
    min-width: 60px;
    margin-right: 9px;
    justify-content: flex-start;
  }
}

#fenceBuilderWrapper .BC010 .basket-info {
  position: absolute;
  right: 100%;
  width: 420px;
  background: white;
  padding: 20px;
}

#fenceBuilderWrapper .BC010 .basket-info .product:after {
  content: "";
  display: table;
  clear: both;
}

#fenceBuilderWrapper .BC010 .basket-info .product img {
  width: 100px;
  float: left;
  margin-right: 15px;
}

#fenceBuilderWrapper .BC010 .basket-info .product h4 {
  font-size: 18px;
  color: #8c8b90;
  float: left;
  display: block;
  width: calc(100% - 120px);
  margin: 0;
}

#fenceBuilderWrapper .BC010 .basket-info .help-tip {
  background: #779bcf;
  padding: 10px;
  margin-top: 15px;
  position: relative;
}

#fenceBuilderWrapper .BC010 .basket-info .help-tip:before,
#fenceBuilderWrapper .BC010 .basket-info .help-tip:after {
  width: 40px;
  height: 50%;
  position: absolute;
  left: 100%;
  content: "";
}

#fenceBuilderWrapper .BC010 .basket-info .help-tip:before {
  top: 0px;
  background: linear-gradient(to right top, #0039a5 50%, transparent 50%);
}

#fenceBuilderWrapper .BC010 .basket-info .help-tip:after {
  top: 50%;
  background: linear-gradient(to right bottom, #0039a5 50%, transparent 50%);
}

#fenceBuilderWrapper .BC010 .basket-info .help-tip p {
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  padding: 0;
}

#fenceBuilderWrapper .BC010 .basket-info .actions {
  margin-top: 15px;
}

#fenceBuilderWrapper .BC010 .basket-info .actions a {
  color: #ffffff;
  font-size: 16px;
  margin: 0;
  padding: 13px 15px;
}

#fenceBuilderWrapper .BC010 .basket-info .actions a:first-child {
  margin-right: 5px;
}

#fenceBuilderWrapper .BC010 .basket-info .actions a:hover {
  color: #283270;
}

#fenceBuilderWrapper .BC010 .basket-info .actions a.ghost {
  color: #283270;
}

#fenceBuilderWrapper .BC010 .basket-info .actions a.ghost:hover {
  color: #ffffff;
}

@media only screen and (max-width: 1280px) {
  #fenceBuilderWrapper .BC010 .basket-info {
    position: relative;
    right: unset;
    width: 100%;
  }

  #fenceBuilderWrapper .BC010 .basket-info .help-tip:before,
  #fenceBuilderWrapper .BC010 .basket-info .help-tip:after {
    content: "";
    width: 0;
    height: 0;
    border-top: none;
    border-left: none;
  }

  #fenceBuilderWrapper .BC010 .basket-info .actions a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1280px) {
  #fenceBuilderWrapper .BC010 .basket-info .actions a {
    font-size: 9px;
  }
}