/*=============================================================*/
/*       
     _____                           _         _     _      
    |  __ \                         | |       | |   | |     
    | |__) |___ _ __ ___   __ _ _ __| | ____ _| |__ | | ___ 
    |  _  // _ \ '_ ` _ \ / _` | '__| |/ / _` | '_ \| |/ _ \
    | | \ \  __/ | | | | | (_| | |  |   < (_| | |_) | |  __/
    |_|  \_\___|_| |_| |_|\__,_|_|  |_|\_\__,_|_.__/|_|\___|
    
    
    Master CSS 2019
    Copyright � Remarkable
    Author X (Remarkable)
    Date: XX/XX/XXX

*/
/*!
 * Bootstrap v3.3.5 (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;
  -webkit-text-size-adjust: 100%;
  -ms-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: 700;
}
dfn {
  font-style: italic;
}
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}
mark {
  color: black;
  background: yellow;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
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 {
  padding: 0;
  border: 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-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  padding: 0.35em 0.625em 0.75em;
  margin: 0 2px;
  border: 1px solid silver;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
  *,
  :after,
  :before {
    color: black !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  blockquote,
  pre {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: black !important;
  }
  .label {
    border: 1px solid black;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: white !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dddddd !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: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.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: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.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: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.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;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: white;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:focus,
a:hover {
  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;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: white;
  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;
}
.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;
  padding: 0;
  margin: -1px;
  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,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}
.h1,
.h2,
.h3,
h1,
h2,
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,
.h5,
.h6,
h4,
h5,
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 {
  padding: 0.2em;
  background-color: #fcf8e3;
}
.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:focus,
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:focus,
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:focus,
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: white;
  background-color: #337ab7;
}
a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:focus,
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:focus,
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dd,
dt {
  line-height: 1.42857143;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[data-original-title],
abbr[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 ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: '';
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
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: white;
  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: 700;
  -webkit-box-shadow: none;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: whitesmoke;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  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-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    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-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    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 {
    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: 1200px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    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 {
    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 > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  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 > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: white;
}
.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: whitesmoke;
}
table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: whitesmoke;
}
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}
.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}
@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 > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 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: 700;
}
input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=checkbox],
input[type=radio] {
  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=checkbox]:focus,
input[type=radio]: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: white;
  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[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-group-sm input[type=date],
  .input-group-sm input[type=time],
  .input-group-sm input[type=datetime-local],
  .input-group-sm input[type=month],
  input[type=date].input-sm,
  input[type=time].input-sm,
  input[type=datetime-local].input-sm,
  input[type=month].input-sm {
    line-height: 30px;
  }
  .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],
  input[type=date].input-lg,
  input[type=time].input-lg,
  input[type=datetime-local].input-lg,
  input[type=month].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
  cursor: not-allowed;
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
  cursor: not-allowed;
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
  cursor: not-allowed;
}
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-right: 0;
  padding-left: 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;
}
select[multiple].input-sm,
textarea.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 select[multiple].form-control,
.form-group-sm textarea.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;
}
select[multiple].input-lg,
textarea.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 select[multiple].form-control,
.form-group-lg textarea.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;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-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;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-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;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-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;
  background-color: #f2dede;
  border-color: #a94442;
}
.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 .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type=checkbox],
  .form-inline .radio input[type=radio] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333333;
  text-decoration: none;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -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;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: white;
  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.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
  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,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: white;
  border-color: #cccccc;
}
.btn-default .badge {
  color: white;
  background-color: #333333;
}
.btn-primary {
  color: white;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary.focus,
.btn-primary:focus {
  color: white;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: white;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover {
  color: white;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary.active,
.btn-primary:active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
  color: white;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: white;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  color: white;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .dropdown-toggle.btn-success.focus,
.open > .dropdown-toggle.btn-success:focus,
.open > .dropdown-toggle.btn-success:hover {
  color: white;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: white;
}
.btn-info {
  color: white;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
  color: white;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: white;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  color: white;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .dropdown-toggle.btn-info.focus,
.open > .dropdown-toggle.btn-info:focus,
.open > .dropdown-toggle.btn-info:hover {
  color: white;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: white;
}
.btn-warning {
  color: white;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
  color: white;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: white;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  color: white;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .dropdown-toggle.btn-warning.focus,
.open > .dropdown-toggle.btn-warning:focus,
.open > .dropdown-toggle.btn-warning:hover {
  color: white;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: white;
}
.btn-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
  color: white;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: white;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  color: white;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .dropdown-toggle.btn-danger.focus,
.open > .dropdown-toggle.btn-danger:focus,
.open > .dropdown-toggle.btn-danger:hover {
  color: white;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: white;
}
.btn-link {
  font-weight: 400;
  color: #337ab7;
  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:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777777;
  text-decoration: none;
}
.btn-group-lg > .btn,
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-group-sm > .btn,
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-xs > .btn,
.btn-xs {
  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=button].btn-block,
input[type=reset].btn-block,
input[type=submit].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-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.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;
}
.dropdown,
.dropup {
  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;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: white;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  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);
}
.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: 400;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: whitesmoke;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: white;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  color: #777777;
}
.dropdown-menu > .disabled > a:focus,
.dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
.dropdown-menu-left {
  right: auto;
  left: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  position: relative;
  float: left;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 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-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  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-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  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=checkbox],
[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio] {
  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-right: 0;
  padding-left: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.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;
}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.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;
}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: table-cell;
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn: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: 400;
  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=checkbox],
.input-group-addon input[type=radio] {
  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-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-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:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle {
  border-top-left-radius: 0;
  border-bottom-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:active,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:hover {
  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 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:focus,
.nav > li.disabled > a:hover {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  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:focus,
.nav-tabs > li.active > a:hover {
  color: #555555;
  cursor: default;
  background-color: white;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.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:focus,
.nav-tabs.nav-justified > .active > a:hover {
  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:focus,
  .nav-tabs.nav-justified > .active > a:hover {
    border-bottom-color: white;
  }
}
.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:focus,
.nav-pills > li.active > a:hover {
  color: white;
  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 {
  margin-bottom: 5px;
  text-align: center;
}
.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:focus,
.nav-tabs-justified > .active > a:hover {
  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:focus,
  .nav-tabs-justified > .active > a:hover {
    border-bottom-color: white;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-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 {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  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);
}
.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-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-bottom .navbar-collapse,
  .navbar-fixed-top .navbar-collapse {
    max-height: 200px;
  }
}
.container-fluid > .navbar-collapse,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container > .navbar-header {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container-fluid > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container > .navbar-header {
    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-bottom,
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    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;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.navbar-brand:focus,
.navbar-brand:hover {
  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;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  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 .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-nav .open .dropdown-menu > li > a:hover {
    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 {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -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);
}
@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 .form-control,
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox,
  .navbar-form .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .checkbox label,
  .navbar-form .radio label {
    padding-left: 0;
  }
  .navbar-form .checkbox input[type=checkbox],
  .navbar-form .radio input[type=radio] {
    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;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-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-right: 15px;
    margin-left: 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:focus,
.navbar-default .navbar-brand:hover {
  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:focus,
.navbar-default .navbar-nav > li > a:hover {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:focus,
.navbar-default .navbar-nav > .disabled > a:hover {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  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:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #555555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    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:focus,
.navbar-default .btn-link:hover {
  color: #333333;
}
.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .active > a:hover {
  color: white;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:focus,
.navbar-inverse .navbar-nav > .disabled > a:hover {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  color: white;
  background-color: #080808;
}
@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:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
    color: white;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: white;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: white;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
  color: white;
}
.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
  color: #444444;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: whitesmoke;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}
.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;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: white;
  border: 1px solid #dddddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 3;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 2;
  color: white;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777777;
  cursor: not-allowed;
  background-color: white;
  border-color: #dddddd;
}
.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-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-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-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:focus,
.pager li > a:hover {
  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:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: white;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:focus,
a.label:hover {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:focus,
.label-default[href]:hover {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:focus,
.label-primary[href]:hover {
  background-color: #286090;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:focus,
.label-success[href]:hover {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:focus,
.label-info[href]:hover {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:focus,
.label-warning[href]:hover {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:focus,
.label-danger[href]:hover {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: white;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-group-xs > .btn .badge,
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:focus,
a.badge:hover {
  color: white;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: white;
}
.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;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron .h1,
  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: white;
  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 a > img,
.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
  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: 700;
}
.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 {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.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 {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: whitesmoke;
  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: white;
  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-bar-striped,
.progress-striped .progress-bar {
  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-bar.active,
.progress.active .progress-bar {
  -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 {
  overflow: hidden;
  zoom: 1;
}
.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-body,
.media-left,
.media-right {
  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 {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: white;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-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:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
  color: #555555;
  text-decoration: none;
  background-color: whitesmoke;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
  color: #777777;
}
.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
  z-index: 2;
  color: white;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .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:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
  color: white;
  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:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
  color: white;
  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:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
  color: white;
  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:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
  color: white;
  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: white;
  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-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > .small,
.panel-title > .small > a,
.panel-title > a,
.panel-title > small,
.panel-title > small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: whitesmoke;
  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-left-radius: 3px;
  border-top-right-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-left-radius: 0;
  border-top-right-radius: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .panel-collapse > .table,
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-collapse > .table caption,
.panel > .table caption,
.panel > .table-responsive > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.panel > .table-responsive:first-child > .table:first-child,
.panel > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .table:first-child > tbody: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:first-child > thead:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table-responsive:first-child > .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 th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table-responsive:first-child > .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 th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child,
.panel > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .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 th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table-responsive:last-child > .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 th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .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 td,
.panel > .table > tbody:first-child > tr:first-child th {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child {
  border-left: 0;
}
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child {
  border-right: 0;
}
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  margin-bottom: 0;
  border: 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 > .list-group,
.panel-group .panel-heading + .panel-collapse > .panel-body {
  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: whitesmoke;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: whitesmoke;
  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: white;
  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: white;
}
.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 embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 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: whitesmoke;
  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: #dddddd;
  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: 700;
  line-height: 1;
  color: black;
  text-shadow: 0 1px 0 white;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.close:focus,
.close:hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.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: white;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: black;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  min-height: 16.43px;
  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-bottom: 0;
  margin-left: 5px;
}
.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-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: white;
  text-align: center;
  background-color: black;
  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: black;
}
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: black;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: black;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: black;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: black;
}
.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-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: white;
  -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);
  line-break: auto;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  padding: 8px 14px;
  margin: 0;
  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 {
  content: "";
  border-width: 10px;
}
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: white;
  border-bottom-width: 0;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: white;
  border-left-width: 0;
}
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: white;
}
.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 {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: white;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -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 > a > img,
.carousel-inner > .item > 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.active.right,
  .carousel-inner > .item.next {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.active.left,
  .carousel-inner > .item.prev {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.active,
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: white;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  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%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:focus,
.carousel-control:hover {
  color: white;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: 0.9;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-next,
.carousel-control .icon-prev {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: black \9;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: white;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  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-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}
.btn-group-vertical > .btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: 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-lg,
.visible-md,
.visible-sm,
.visible-xs {
  display: none !important;
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-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;
  }
  td.visible-xs,
  th.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;
  }
  td.visible-sm,
  th.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: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  td.visible-md,
  th.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  td.visible-lg,
  th.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .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: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .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;
  }
  td.visible-print,
  th.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;
  }
}
/* __forms
======================*/

.bs-form select,
.bs-form textarea,
.bs-form input[type="text"],
.bs-form input[type="password"],
.bs-form input[type="datetime"],
.bs-form input[type="datetime-local"],
.bs-form input[type="date"],
.bs-form input[type="month"],
.bs-form input[type="time"],
.bs-form input[type="week"],
.bs-form input[type="number"],
.bs-form input[type="email"],
.bs-form input[type="url"],
.bs-form input[type="search"],
.bs-form input[type="tel"],
.bs-form input[type="color"],
.bs-form .uneditable-input {
  padding: 14px 12px;
  font-size: 14px;
  letter-spacing: 1px;
  border: 1px solid #8e8e8d;
  border-radius: 0;
  height: auto;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 15px;
  background: transparent;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-appearance: none;
}
.bs-form select:focus,
.bs-form textarea:focus,
.bs-form input[type="text"]:focus,
.bs-form input[type="password"]:focus,
.bs-form input[type="datetime"]:focus,
.bs-form input[type="datetime-local"]:focus,
.bs-form input[type="date"]:focus,
.bs-form input[type="month"]:focus,
.bs-form input[type="time"]:focus,
.bs-form input[type="week"]:focus,
.bs-form input[type="number"]:focus,
.bs-form input[type="email"]:focus,
.bs-form input[type="url"]:focus,
.bs-form input[type="search"]:focus,
.bs-form input[type="tel"]:focus,
.bs-form input[type="color"]:focus,
.bs-form .uneditable-input:focus {
  outline: none;
  border-color: black;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bs-form select:disabled,
.bs-form textarea:disabled,
.bs-form input[type="text"]:disabled,
.bs-form input[type="password"]:disabled,
.bs-form input[type="datetime"]:disabled,
.bs-form input[type="datetime-local"]:disabled,
.bs-form input[type="date"]:disabled,
.bs-form input[type="month"]:disabled,
.bs-form input[type="time"]:disabled,
.bs-form input[type="week"]:disabled,
.bs-form input[type="number"]:disabled,
.bs-form input[type="email"]:disabled,
.bs-form input[type="url"]:disabled,
.bs-form input[type="search"]:disabled,
.bs-form input[type="tel"]:disabled,
.bs-form input[type="color"]:disabled,
.bs-form .uneditable-input:disabled {
  border: 0;
  background: #f7f7f7;
}
.bs-form .radio {
  margin-left: 15px;
}
.bs-form label {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  min-height: 15px;
  font-weight: normal;
}
.bs-form h3 label {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
.bs-form select {
  padding: 12px 12px 12px;
  height: auto;
  /*-webkit-appearance: none;
        -moz-appearance: none;*/

}
.bs-form .select-multiple {
  height: auto;
}
.bs-form input[type="date"] {
  padding: 5px 12px;
}
.bs-form .form-group {
  margin-bottom: 25px;
}
.bs-form .form-group--no-margin {
  margin-bottom: 0;
}
.bs-form .form-group-margin {
  margin-bottom: 25px !important;
}
.form-control {
  padding: 5px 12px;
  height: 32px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control:focus {
  color: black;
  border: 1px solid rgba(234, 234, 234, 0.6);
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.form-control--inline {
  width: auto;
}
.input-group input,
.input-group button {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.input-group .input-group-btn {
  font-size: inherit;
}
.input-group .input-group-btn button {
  margin-left: -2px !important;
}
.input-group-sm .form-control {
  height: 30px;
  padding: 4px;
}
.radio label {
  line-height: 22px;
}
.radio i {
  float: left;
  margin-left: -20px;
  margin-top: 4px;
}
.checkbox label {
  line-height: 23px;
}
.checkbox.margin-bottom {
  margin-bottom: 15px;
}
.checkbox.checkbox--no-margin {
  line-height: 21px;
  padding-left: 20px;
}
/* __dropdowns
======================*/

.ui-dropdown {
  background: white;
  border: 1px solid black;
  color: black;
  display: none;
  line-height: 18px;
  margin: 4px 0 0;
  padding: 15px;
  position: absolute;
  top: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.4);
  font-weight: normal;
}
.ui-dropdown a {
  color: black;
}
.ui-dropdown .arrow-up {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid black;
  position: absolute;
  top: -7px;
  right: 11px;
}
.ui-dropdown .arrow-up2 {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  left: -6px;
  top: 1px;
  position: absolute;
}
/* __btn-primary
======================*/

.btn {
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 20px;
  padding: 10px 10px;
  text-decoration: none !important;
  text-align: center;
  font-size: 14px;
  vertical-align: top;
  -webkit-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
  background: #333333;
  color: white;
  font-family: 'Montserrat', sans-serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn:hover {
  text-decoration: none;
  color: white;
  background: #4d4d4d;
}
.btn:focus {
  color: white;
}
.btn .pull-icon-left {
  float: left;
  top: 3px;
}
.btn .pull-icon-right {
  float: right;
  top: 3px;
}
.btn .pull-effeckt-left,
.btn .pull-effeckt-right {
  float: left;
  position: relative;
}
.btn .pull-effeckt-left .glyphicon,
.btn .pull-effeckt-right .glyphicon {
  top: 2px;
}
.btn .pull-effeckt-right {
  float: right;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 0.8em;
  line-height: 1.5;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 0.9em;
  line-height: 1.5;
}
.btn-font-brand {
  letter-spacing: 2px;
  font-size: 0.9em;
  text-indent: 2px;
}
.btn-icon-right-arrow:after {
  font-family: 'Glyphicons Halflings';
  content: "\e080";
  float: right;
}
.btn-primary-thick {
  padding: 7px 12px;
}
/* __btn-default
======================*/

.btn-default {
  color: #a18f61;
  background-color: transparent;
  border-color: #a18f61;
  font-size: 11px !important;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #a18f61;
  background-color: transparent;
  border-color: #7b6d49;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.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,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: transparent;
  border-color: #a18f61;
}
.btn-default .badge {
  color: transparent;
  background-color: #a18f61;
}
.btn-default:hover,
.btn-default:active,
.btn-default.active {
  background-color: #82734d;
  color: white;
}
/* __btn-primary
======================*/
.btn-primary {
  color: white !important;
  background-color: #a18f61;
  border-color: #a18f61;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
}
.btn-primary.btn-lg {
  padding: 9px 10px;
}
.btn-purple {
  color: white !important;
  background-color: #747dcc;
  border-color: #747dcc;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  transition: background 0.2s ease-in-out;
}
.btn-purple:hover {
  background: #616cc5;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #82734d !important;
  border: 1px solid #82734d;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.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,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: rgba(161, 143, 97, 0.9) !important;
  border: 1px solid rgba(161, 143, 97, 0.9);
}
.btn-primary:focus,
.btn-primary:active {
  outline: 0 auto transparent !important;
  outline-offset: 0;
}
/* __btn-secondary
======================*/

.btn-secondary {
  color: white;
  background-color: black;
  border-color: #333333;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background: #333333;
}
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: rgba(234, 234, 234, 0.5) !important;
  border: 1px solid rgba(234, 234, 234, 0.5);
}
/* __btn-gray
======================*/

.btn-gray {
  color: #eeeeee !important;
  background-color: #777777;
  border-color: #777777;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray.focus,
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  color: #eeeeee;
  background-color: #484848 !important;
  border: 1px solid #484848;
}
.btn-gray:active,
.btn-gray.active,
.open > .dropdown-toggle.btn-gray {
  background-image: none;
}
.btn-gray.disabled,
.btn-gray[disabled],
fieldset[disabled] .btn-gray,
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-gray.disabled.focus,
.btn-gray[disabled].focus,
fieldset[disabled] .btn-gray.focus,
.btn-gray.disabled:active,
.btn-gray[disabled]:active,
fieldset[disabled] .btn-gray:active,
.btn-gray.disabled.active,
.btn-gray[disabled].active,
fieldset[disabled] .btn-gray.active {
  background-color: rgba(119, 119, 119, 0.5) !important;
  border: 1px solid rgba(119, 119, 119, 0.5);
}
/* __btn-gray-lighter
======================*/

.btn-gray-lighter {
  color: #555555 !important;
  background-color: #f2f2f2;
  border-color: #aaaaaa;
}
.btn-gray-lighter:hover,
.btn-gray-lighter:focus,
.btn-gray-lighter.focus,
.btn-gray-lighter:active,
.btn-gray-lighter.active,
.open > .dropdown-toggle.btn-gray-lighter {
  color: #eeeeee;
  background-color: #d0d0d0;
  border: 1px solid #9d9d9d;
}
.btn-gray-lighter:active,
.btn-gray-lighter.active,
.open > .dropdown-toggle.btn-gray-lighter {
  background-image: none;
}
.btn-gray-lighter.disabled,
.btn-gray-lighter[disabled],
fieldset[disabled] .btn-gray-lighter,
.btn-gray-lighter.disabled:hover,
.btn-gray-lighter[disabled]:hover,
fieldset[disabled] .btn-gray-lighter:hover,
.btn-gray-lighter.disabled:focus,
.btn-gray-lighter[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-gray-lighter.disabled.focus,
.btn-gray-lighter[disabled].focus,
fieldset[disabled] .btn-gray-lighter.focus,
.btn-gray-lighter.disabled:active,
.btn-gray-lighter[disabled]:active,
fieldset[disabled] .btn-gray-lighter:active,
.btn-gray-lighter.disabled.active,
.btn-gray-lighter[disabled].active,
fieldset[disabled] .btn-gray-lighter.active {
  background-color: rgba(119, 119, 119, 0.5) !important;
  border: 1px solid rgba(119, 119, 119, 0.5);
}
/* __btn-primary
======================*/

.btn-warning {
  color: white !important;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: white;
  background-color: #c9302c !important;
  border: 1px solid #c9302c;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.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,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: rgba(217, 83, 79, 0.5) !important;
  border: 1px solid rgba(217, 83, 79, 0.5);
}
/* __btn-circle 
======================*/

.btn-circle {
  background: black;
  border: 1px solid black;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: white !important;
  display: inline-block;
  font-size: 17px;
  height: 100%;
  max-height: 40px;
  opacity: 0.8;
  line-height: 42px;
  text-align: center;
  max-width: 40px;
  width: 100%;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.btn-circle:hover {
  color: white !important;
  opacity: 1;
}
.btn-circle--light {
  background: white;
  border: 1px solid white;
  color: black !important;
}
.btn-circle--light:hover {
  color: black !important;
}
/* __btn-extras
======================*/

.btn-margin-xs {
  margin-bottom: 15px;
}
.btn-font-brand press-shrink text-uppercase {
  letter-spacing: 2px;
  font-size: 0.9em;
  text-indent: 1px;
}
/* __effeckt
======================*/

.effeckt-button {
  position: relative;
  font-family: inherit;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
}
.effeckt-button[data-loading] {
  cursor: default;
}
.perspective {
  -webkit-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  -o-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-perspective: 600px;
  -ms-perspective: 600px;
  -o-perspective: 600px;
  perspective: 600px;
}
.effeckt-button .effeckt-spinner {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  margin-left: -9px;
  opacity: 0;
  background-image: url(data:image/gif;base64,R0lGODlhIAAgAPMAAJmZmf///6+vr8nJybW1tcDAwOjo6Nvb26ioqKOjo7Ozs/Ly8vz8/AAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
  -moz-background-size: 18px auto;
  -o-background-size: 18px auto;
  -webkit-background-size: 18px auto;
  background-size: 18px auto;
}
.effeckt-button,
.effeckt-button .effeckt-spinner,
.effeckt-button .effeckt-label {
  -webkit-transition: 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  -o-transition: 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
  transition: 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) all;
}
.effeckt-button[data-effeckt-type="slide-left"] {
  overflow: hidden;
}
.effeckt-button[data-effeckt-type="slide-left"] .effeckt-label {
  position: relative;
}
.effeckt-button[data-effeckt-type="slide-left"] .effeckt-spinner {
  left: 100%;
}
.effeckt-button[data-effeckt-type="slide-left"][data-loading] .effeckt-label {
  opacity: 0;
  left: -100%;
}
.effeckt-button[data-effeckt-type="slide-left"][data-loading] .effeckt-spinner {
  opacity: 1;
  left: 50%;
}
.effeckt-button[data-effeckt-type="zoom-in"],
.effeckt-button[data-effeckt-type="zoom-in"] .effeckt-spinner,
.effeckt-button[data-effeckt-type="zoom-in"] .effeckt-label,
.effeckt-button[data-effeckt-type="zoom-out"],
.effeckt-button[data-effeckt-type="zoom-out"] .effeckt-spinner,
.effeckt-button[data-effeckt-type="zoom-out"] .effeckt-label {
  -webkit-transition: 500ms ease all;
  -o-transition: 500ms ease all;
  transition: 500ms ease all;
}
.effeckt-button[data-effeckt-type="zoom-out"] {
  overflow: hidden;
}
.effeckt-button[data-effeckt-type="zoom-out"] .effeckt-spinner {
  left: 50%;
  -webkit-transform: scale(2.5);
  -ms-transform: scale(2.5);
  -o-transform: scale(2.5);
  transform: scale(2.5);
}
.effeckt-button[data-effeckt-type="zoom-out"] .effeckt-label {
  position: relative;
  display: inline-block;
}
.effeckt-button[data-effeckt-type="zoom-out"][data-loading] .effeckt-label {
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
}
.effeckt-button[data-effeckt-type="zoom-out"][data-loading] .effeckt-spinner {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.effeckt-button[data-effeckt-type="zoom-in"] {
  overflow: hidden;
}
.effeckt-button[data-effeckt-type="zoom-in"] .effeckt-spinner {
  left: 50%;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
}
.effeckt-button[data-effeckt-type="zoom-in"] .effeckt-label {
  position: relative;
  display: inline-block;
}
.effeckt-button[data-effeckt-type="zoom-in"][data-loading] .effeckt-label {
  opacity: 0;
  -webkit-transform: scale(2.2);
  -ms-transform: scale(2.2);
  -o-transform: scale(2.2);
  transform: scale(2.2);
}
.effeckt-button[data-effeckt-type="zoom-in"][data-loading] .effeckt-spinner {
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}
.btn-checkout {
  background-color: #747dcc;
  color: white;
  text-transform: uppercase;
  padding: 15px 0;
  font-family: 'Montserrat', sans-serif;
}
.btn-checkout:hover {
  background-color: #99a0da;
}
.btn-checkout__highlight {
  background-color: #747dcc;
  color: white;
  opacity: 0.6;
  text-transform: uppercase;
  padding: 15px 0;
  font-family: 'Montserrat', sans-serif;
}
.btn-checkout__highlight:hover {
  background-color: #99a0da;
}
.btn-main-cta {
  padding: 14px 20px;
  font-weight: 600;
  font-size: 14px;
}
@media (max-width: 767px) {
  .sd-form select,
  .sd-form textarea,
  .sd-form input[type="text"],
  .sd-form input[type="password"],
  .sd-form input[type="datetime"],
  .sd-form input[type="datetime-local"],
  .sd-form input[type="date"],
  .sd-form input[type="month"],
  .sd-form input[type="time"],
  .sd-form input[type="week"],
  .sd-form input[type="number"],
  .sd-form input[type="email"],
  .sd-form input[type="url"],
  .sd-form input[type="search"],
  .sd-form input[type="tel"],
  .sd-form input[type="color"],
  .sd-form .uneditable-input {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .btn-xs,
  .btn-group-xs > .btn {
    font-size: 0.9em;
  }
  .btn-sm,
  .btn-group-sm > .btn {
    font-size: 0.9em;
  }
  .btn-margin-xs {
    margin-bottom: 0;
  }
  .btn-margin-md {
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .btn-margin-md {
    margin-bottom: 0;
  }
}
/* __outline to site colour
======================*/

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto #eaeaea;
  outline-offset: -2px;
}
/* __gridlock
======================*/

.container {
  /*.container-fixed();*/

  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
@media (min-width: 1600px) {
  .container {
    width: 1600px;
  }
}
@media (min-width: 1600px) {
  .col-xlg-1,
  .col-xlg-2,
  .col-xlg-3,
  .col-xlg-4,
  .col-xlg-5,
  .col-xlg-6,
  .col-xlg-7,
  .col-xlg-8,
  .col-xlg-9,
  .col-xlg-10,
  .col-xlg-11,
  .col-xlg-12 {
    float: left;
  }
  .col-xlg-12 {
    width: 100%;
  }
  .col-xlg-11 {
    width: 91.666666667%;
  }
  .col-xlg-10 {
    width: 83.333333333%;
  }
  .col-xlg-9 {
    width: 75%;
  }
  .col-xlg-8 {
    width: 66.666666667%;
  }
  .col-xlg-7 {
    width: 58.333333333%;
  }
  .col-xlg-6 {
    width: 50%;
  }
  .col-xlg-5 {
    width: 41.666666667%;
  }
  .col-xlg-4 {
    width: 33.333333333%;
  }
  .col-xlg-3 {
    width: 25%;
  }
  .col-xlg-2 {
    width: 16.666666667%;
  }
  .col-xlg-1 {
    width: 8.333333333%;
  }
  .col-xlg-pull-12 {
    right: 100%;
  }
  .col-xlg-pull-11 {
    right: 91.666666667%;
  }
  .col-xlg-pull-10 {
    right: 83.333333333%;
  }
  .col-xlg-pull-9 {
    right: 75%;
  }
  .col-xlg-pull-8 {
    right: 66.666666667%;
  }
  .col-xlg-pull-7 {
    right: 58.333333333%;
  }
  .col-xlg-pull-6 {
    right: 50%;
  }
  .col-xlg-pull-5 {
    right: 41.666666667%;
  }
  .col-xlg-pull-4 {
    right: 33.333333333%;
  }
  .col-xlg-pull-3 {
    right: 25%;
  }
  .col-xlg-pull-2 {
    right: 16.666666667%;
  }
  .col-xlg-pull-1 {
    right: 8.333333333%;
  }
  .col-xlg-pull-0 {
    right: auto;
  }
  .col-xlg-push-12 {
    left: 100%;
  }
  .col-xlg-push-11 {
    left: 91.666666667%;
  }
  .col-xlg-push-10 {
    left: 83.333333333%;
  }
  .col-xlg-push-9 {
    left: 75%;
  }
  .col-xlg-push-8 {
    left: 66.666666667%;
  }
  .col-xlg-push-7 {
    left: 58.333333333%;
  }
  .col-xlg-push-6 {
    left: 50%;
  }
  .col-xlg-push-5 {
    left: 41.666666667%;
  }
  .col-xlg-push-4 {
    left: 33.333333333%;
  }
  .col-xlg-push-3 {
    left: 25%;
  }
  .col-xlg-push-2 {
    left: 16.666666667%;
  }
  .col-xlg-push-1 {
    left: 8.333333333%;
  }
  .col-xlg-push-0 {
    left: auto;
  }
  .col-xlg-offset-12 {
    margin-left: 100%;
  }
  .col-xlg-offset-11 {
    margin-left: 91.666666667%;
  }
  .col-xlg-offset-10 {
    margin-left: 83.333333333%;
  }
  .col-xlg-offset-9 {
    margin-left: 75%;
  }
  .col-xlg-offset-8 {
    margin-left: 66.666666667%;
  }
  .col-xlg-offset-7 {
    margin-left: 58.333333333%;
  }
  .col-xlg-offset-6 {
    margin-left: 50%;
  }
  .col-xlg-offset-5 {
    margin-left: 41.666666667%;
  }
  .col-xlg-offset-4 {
    margin-left: 33.333333333%;
  }
  .col-xlg-offset-3 {
    margin-left: 25%;
  }
  .col-xlg-offset-2 {
    margin-left: 16.666666667%;
  }
  .col-xlg-offset-1 {
    margin-left: 8.333333333%;
  }
  .col-xlg-offset-0 {
    margin-left: 0%;
  }
}
.checkoutPages .header .col-xlg-offset-1 {
  margin-left: 0;
}
.checkoutPages .header .col-xlg-10 {
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1600px) {
  .visible-lg {
    display: none !important;
  }
  table.visible-lg {
    display: none;
  }
  tr.visible-lg {
    display: none !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: none !important;
  }
  .visible-lg-block {
    display: none !important;
  }
  .visible-lg-inline {
    display: none !important;
  }
  .visible-lg-inline-block {
    display: none !important;
  }
}
.visible-xlg,
.visible-xlg-block,
.visible-xlg-inline,
.visible-xlg-inline-block {
  display: none;
}
@media (min-width: 1600px) {
  .visible-xlg {
    display: block !important;
  }
  table.visible-xlg {
    display: table;
  }
  tr.visible-xlg {
    display: table-row !important;
  }
  th.visible-xlg,
  td.visible-xlg {
    display: table-cell !important;
  }
  .visible-xlg-block {
    display: block !important;
  }
  .visible-xlg-inline {
    display: inline !important;
  }
  .visible-xlg-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .hidden-xlg {
    display: none !important;
  }
}
/* Overrides any .container nested in a row */

.row .container {
  padding-left: 0;
  padding-right: 0;
  width: 100% !important;
}
/* __jumbotron */

.jumbotron a {
  font-size: 13px;
  letter-spacing: 2px;
}
.jumbotron-blue {
  background: #5bc0de;
  background: -moz-linear-gradient(-45deg, #5bc0de 0%, #6fc1d9 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #5bc0de), color-stop(100%, #6fc1d9));
  background: -webkit-linear-gradient(-45deg, #5bc0de 0%, #6fc1d9 100%);
  background: -o-linear-gradient(-45deg, #5bc0de 0%, #6fc1d9 100%);
  background: -ms-linear-gradient(-45deg, #5bc0de 0%, #6fc1d9 100%);
  background: linear-gradient(135deg, #5bc0de 0%, #6fc1d9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#6fc1d9', GradientType=1);
  margin: 30px 0;
  color: white;
}
.jumbotron-red {
  background: #d9534f;
  background: -moz-linear-gradient(-45deg, #d9534f 0%, #d9706c 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #d9534f), color-stop(100%, #d9706c));
  background: -webkit-linear-gradient(-45deg, #d9534f 0%, #d9706c 100%);
  background: -o-linear-gradient(-45deg, #d9534f 0%, #d9706c 100%);
  background: -ms-linear-gradient(-45deg, #d9534f 0%, #d9706c 100%);
  background: linear-gradient(135deg, #d9534f 0%, #d9706c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9534f', endColorstr='#d9706c', GradientType=1);
  margin: 30px 0;
  color: white;
}
/* __panels
======================*/

.panel {
  border: none;
  border-radius: 0;
}
.panel .panel-heading {
  font-size: 14px;
  letter-spacing: 2px;
  padding: 4px 12px;
  border-radius: 0;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.panel .panel-heading .panel-title {
  font-size: 1em;
}
.panel .panel-heading:last-child {
  margin-top: 1px;
}
.panel .panel-heading > h2 {
  font-size: inherit;
}
.panel .panel-heading--inner {
  margin: 15px -15px;
}
.panel .panel-heading--with-btn {
  position: relative;
}
.panel .panel-heading--with-btn .btn {
  padding: 10px 10px 10px;
  position: absolute;
  width: 100%;
  left: 0;
  top: -12px;
}
.panel .form-group:last-child {
  margin-bottom: 0;
}
.panel .alert {
  margin: 0;
}
.modal-body .panel:last-child {
  margin-bottom: 0;
}
.panel [class*='col-'] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.panel .media-object {
  max-width: 58px;
}
.panel .panel-group {
  margin-bottom: 15px;
}
.panel-heading .accordion-toggle:after {
  font-family: 'Glyphicons Halflings';
  content: "\e080";
  float: right;
  -webkit-transition: all 350ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 350ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 350ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 350ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.panel-heading .accordion-toggle.collapsed:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.panel-default .panel-heading {
  background: #e8e8e8;
  color: #2b2834;
  border-color: #e8e8e8;
}
.panel-default .panel-body {
  background: whitesmoke;
  border: 1px solid whitesmoke;
}
.panel-default:hover .panel-heading {
  background: #dbdbdb;
  border-color: #dbdbdb;
}
.panel-info .panel-heading {
  background: #333333;
  color: white !important;
  border-color: #333333;
}
.panel-info .panel-heading > h2 {
  color: white !important;
}
.panel-info .panel-body {
  background: whitesmoke;
  border: 1px solid whitesmoke;
}
.panel-info:hover .panel-heading {
  background: #262626;
  border-color: #262626;
}
.panel-minimal .panel-heading {
  padding: 5px 0 !important;
}
.panel-minimal .panel-title {
  font-size: 1.2em !important;
}
.panel-minimal .panel-collapse {
  padding: 5px 10px !important;
}
.panel-flat .panel-heading {
  background: #e8e8e8;
  color: #2b2834;
  border-color: #e8e8e8;
}
.panel-flat .panel-body {
  background: whitesmoke;
  border: 1px solid whitesmoke;
}
.panel-flat:hover .panel-heading {
  background: #dbdbdb;
  border-color: #dbdbdb;
}
.panel-basket .panel-body {
  padding-top: 0;
  padding-bottom: 0;
}
/* __alerts 
 =====================*/

.alert {
  border-radius: 0;
  padding: 12px 15px;
  margin-bottom: 15px;
  border: 1px solid transparent;
}
.alert a {
  color: white;
}
.alert a:hover {
  color: white;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
  padding: 8px 0 0 20px;
}
.alert .alert-heading {
  padding: 10px 15px;
  margin: -13px -16px 6px;
  background: rgba(0, 0, 0, 0.09);
}
.alert-success {
  color: white;
  background-color: #80c780;
  border-color: #80c780;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.alert-success:hover {
  background-color: #6ec06e;
  border-color: #6ec06e;
}
.alert-danger {
  color: white;
  background-color: #d9534f;
  border-color: #d43f3a;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation: alert-danger-pulse 1.2s 5;
  animation: alert-danger-pulse 1.2s 5;
}
.alert-danger hr {
  border-top-color: #d43f3a;
}
.alert-danger .alert-link {
  color: white;
}
.alert-warning {
  color: white;
  background-color: #f4c37d;
  border-color: #f4c37d;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.alert-warning:hover {
  background-color: #f2b866;
  border-color: #f2b866;
}
.alert-info {
  color: white;
  background-color: #85d0e7;
  border-color: #85d0e7;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.alert-info:hover {
  background-color: #70c8e2;
  border-color: #70c8e2;
}
@-webkit-keyframes alert-danger-pulse {
  0% {
    background-color: #d9534f;
  }
  50% {
    background-color: #ce312c;
  }
  100% {
    background-color: #d9534f;
  }
}
@keyframes alert-danger-pulse {
  0% {
    background-color: #d9534f;
  }
  50% {
    background-color: #ce312c;
  }
  100% {
    background-color: #d9534f;
  }
}
/* __modifiders
======================*/

.no-gutter {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.container-fluid .no-gutter {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.no-relative > [class*='col-'] {
  position: static;
}
.row-padding-bottom {
  margin-bottom: 15px;
}
.padding-right {
  padding-right: 0 !important;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.margin-top-20 {
  margin-top: 20px !important;
}
/* __equal 5ths
======================*/

.col-xs-eq-5 {
  width: 20%;
  float: left;
}
.glyphicon-small {
  font-size: 85%;
  margin-left: 4px;
  position: relative;
  top: 0px;
}
@media (max-width: 767px) {
  .no-gutter-xs {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .container-fluid .no-gutter-xs {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .no-gutter-xs > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .row--no-container {
    padding-left: 0;
    padding-right: 0;
  }
  .row--padding-double {
    padding: 30px 0 0;
  }
  .row--padding-none .col {
    padding: 0 15px;
  }
  .img-center {
    margin-bottom: 0;
  }
  .col-sm-eq-5 {
    width: 20%;
    float: left;
  }
  .row-padding-bottom {
    margin-bottom: 19px;
  }
  .padding-right {
    padding-right: 12px !important;
  }
  .col-sm-eq-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 19.9%;
  }
}
@media (min-width: 992px) {
  .panel {
    border: none;
    border-radius: 0;
  }
  .panel .panel-heading {
    font-size: 1.1em;
    letter-spacing: 3px;
    padding: 12px 15px 11px;
  }
  .row-padding-bottom {
    margin-bottom: 19px;
  }
  .padding-right {
    padding-right: 12px !important;
  }
  .col-md-eq-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row-padding-bottom {
    margin-bottom: 28px;
  }
  .padding-right {
    padding-right: 15px !important;
  }
  .col-lg-eq-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1600px) {
  .row-padding-bottom {
    margin-bottom: 30px;
  }
  .col-xlg-eq-5 {
    width: 20%;
    float: left;
  }
}
.modal-terms {
  display: block;
  margin: 0 auto 20px auto;
  background: #f7f7f7;
  text-align: center;
  padding: 20px;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
}
.modal-terms a {
  text-decoration: underline;
  margin-left: 5px;
  font-family: 'Montserrat', sans-serif;
}
#global_modal {
  z-index: 1501;
}
.modal-message {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.modal-message .modal-content {
  border: none;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.33);
  background: #fcfcfc;
  max-height: 732px;
  max-height: 80vh;
  overflow-y: auto;
  overflow-x: hidden;
  /* Handle */

}
.modal-message .modal-content::-webkit-scrollbar {
  -webkit-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  cursor: pointer;
  width: 6px !important;
  border-radius: 8px !important;
  border: 2px solid #eeeeee;
  background-color: #c8c8c8;
}
.modal-message .modal-content::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid #eeeeee;
  background-color: #6e6e6e;
}
.modal-message .modal-padding {
  padding: 30px;
}
.modal-message .modal-dialog {
  margin: 66px auto;
  padding: 0 15px;
  z-index: 7;
}
.modal-message .modal-header {
  padding: 6px;
  border-bottom: 0;
  min-height: 30px;
}
.modal-message .modal-header .close {
  margin-top: 0;
  position: relative;
  top: 10px;
  left: -10px;
  background: url(/img/skin/close.png);
  text-indent: -9999px;
  width: 20px;
  height: 20px;
}
.modal-message .modal-body {
  padding: 16px 15px;
}
.modal-message .modal-body p {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 15px;
}
.modal-message .modal-body .alert {
  padding: 0;
  margin: 0;
}
.modal-message .modal-message__image {
  margin: -83px auto 24px;
  text-align: center;
  max-width: 90px;
  display: block;
  float: none;
}
.modal-message .modal-message__image img,
.modal-message .modal-message__image svg {
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.modal-message .modal-title {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}
.modal-message .modal-message__title {
  margin: -16px 0 0;
  display: block;
}
.modal-message .modal-message__title h2 {
  font-size: 1.7em;
  text-align: center;
  margin-bottom: 3px;
}
.modal-message .modal-message__title p {
  text-align: center;
  margin: 0 0 -8px;
}
.modal-message .model-message__options .goToBasket {
  margin-top: 15px;
  padding: 7px 12px;
}
.modal-message .modal-footer {
  padding: 0 15px 16px;
  border-top: none;
}
.modal-message .modal-footer .btn {
  font-size: 14px;
}
.modal-message .modal-loading {
  padding: 30px 30px 25px;
  text-align: center;
}
.modal-backdrop {
  z-index: 21;
  height: 100%;
  position: fixed;
}
.modal-backdrop.in {
  opacity: 0.3;
}
.modal-quick-view .breadcrumbs {
  display: none !important;
}
.modal-shrink {
  text-align: center;
}
.modal-shrink .modal-dialog {
  display: inline-block;
  width: auto !important;
}
.modal-shrink .modal-content {
  max-height: none !important;
}
.modal-body .panel-default {
  border: 0;
  box-shadow: none;
}
.modal-body .panel-default .panel-heading {
  background: #f9f9f9;
  color: #1d1d1b;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  padding: 11px 0 6px 23px;
  text-transform: uppercase;
  border-bottom: 1px solid #c6c6c6;
}
.modal-body .panel-default .panel-body {
  border: 0;
  min-height: 235px;
  font-size: 14px;
  background: white;
}
.modal-body .panel-default .bg-warning {
  padding: 3px 5px;
}
.modal-video {
  padding-bottom: 20px;
}
.modal-video iframe {
  margin-top: 20px;
  width: 100%;
  height: 400px;
}
@media (max-width: 767px) {
  .modal-message .modal-title {
    width: 80%;
    left: 10%;
    position: relative;
  }
  .modal-header .close {
    top: 2px !important;
  }
}
@media (min-width: 768px) {
  .modal-message .modal-dialog {
    width: 660px;
    padding: 0;
  }
  .modal-message .modal-dialog:hover .modal-message__image img {
    opacity: 1;
  }
  .modal-message .modal-dialog--large {
    width: 80%;
  }
  .modal-message .modal-content {
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    background: white;
    border-radius: 0;
  }
  .modal-message .modal-title {
    font-size: 24px;
  }
  .modal-message .modal-body {
    padding: 5px 30px;
  }
  .modal-message .modal-footer {
    padding: 0 20px 30px;
  }
  .modal-message .modal-message__image {
    margin: -9px 13px -12px -4px;
    text-align: left;
    max-width: 59px;
    float: left;
    width: 59px;
  }
  .modal-message .modal-message__image img,
  .modal-message .modal-message__image svg {
    max-width: 150px;
    opacity: 0.96;
    -webkit-filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.15));
    filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.15));
    -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .modal-message .modal-message__title {
    margin: -11px 0 0 0;
    display: inline-block;
  }
  .modal-message .modal-message__title h2 {
    font-size: 2.3em;
    margin: 5px 0 1px;
    text-align: left;
  }
  .modal-message .modal-message__title p {
    text-align: left;
  }
  .modal-message .model-message__options .goToBasket {
    margin-top: 0;
    padding: 5px 23px;
  }
  .modal-message .modal-footer {
    padding: 0 30px 15px;
    border-top: none;
  }
  .modal-bagged .modal-dialog {
    width: 660px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .modal-message .modal-dialog--large {
    width: 60%;
  }
  .modal-bagged .modal-dialog {
    width: 660px;
    padding: 0;
  }
}
html .font-brand {
  font-family: 'Montserrat', sans-serif;
}
html .font-brand-letterspacing {
  letter-spacing: 4px;
}
html .font-primary {
  font-family: 'Montserrat', sans-serif;
}
html .font-secondary {
  font-family: 'Montserrat', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #131217;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 15px;
}
h1 {
  font-size: 4.5em;
  color: black;
}
h2 {
  font-size: 1.5em;
  color: #131217;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.38em;
}
h5 {
  font-size: 1.23em;
}
h6 {
  font-size: 1.1em;
}
p {
  font-size: 1.1em;
  margin: 0;
}
.fonts-grid h1 {
  font-size: 4.5em;
}
.fonts-grid h2 {
  font-size: 3.5em;
}
.fonts-grid h3 {
  font-size: 2.5em;
}
.fonts-grid h4 {
  font-size: 2em;
}
.fonts-grid h5 {
  font-size: 1.5em;
}
.fonts-grid h6 {
  font-size: 1em;
}
.fonts-grid p {
  font-size: 1em;
}
.fonts-grid .grid-uppercase {
  text-transform: uppercase;
}
.color-primary {
  color: black;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
a.color-primary:hover {
  color: black;
}
.color-secondary {
  color: #eaeaea;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
a.color-secondary:hover {
  color: #dddddd;
}
.color-highlight {
  color: #a18f61;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
a.color-highlight:hover {
  color: #928157;
}
@font-face {
  font-family: 'proxima_nova_regular';
  src: url('/fonts/proxima/proximanova-regular-webfont.eot');
  src: url('/fonts/proxima/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/proxima/proximanova-regular-webfont.woff2') format('woff2'), url('/fonts/proxima/proximanova-regular-webfont.woff') format('woff'), url('/fonts/proxima/proximanova-regular-webfont.ttf') format('truetype'), url('/fonts/proxima/proximanova-regular-webfont.svg#proxima_nova_rgregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'newsgoth_cn_btregular';
  src: url('/css/fonts/news-gothic/news_gothic_condensed_bt-webfont.eot');
  src: url('/css/fonts/news-gothic/news_gothic_condensed_bt-webfont.eot?#iefix') format('embedded-opentype'), url('/css/fonts/news-gothic/news_gothic_condensed_bt-webfont.woff2') format('woff2'), url('/css/fonts/news-gothic/news_gothic_condensed_bt-webfont.woff') format('woff'), url('/css/fonts/news-gothic/news_gothic_condensed_bt-webfont.ttf') format('truetype'), url('/css/fonts/news-gothic/news_gothic_condensed_bt-webfont.svg#newsgoth_cn_btregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'newsgoth_bdxcn_btbold';
  src: url('/css/fonts/news-gothic-bold/newsgoth-bdxcn-bt-bold-webfont.eot');
  src: url('/css/fonts/news-gothic-bold/newsgoth-bdxcn-bt-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/css/fonts/news-gothic-bold/newsgoth-bdxcn-bt-bold-webfont.woff2') format('woff2'), url('/css/fonts/news-gothic-bold/newsgoth-bdxcn-bt-bold-webfont.woff') format('woff'), url('/css/fonts/news-gothic-bold/newsgoth-bdxcn-bt-bold-webfont.ttf') format('truetype'), url('/css/fonts/news-gothic-bold/newsgoth-bdxcn-bt-bold-webfont.svg#newsgoth_bdxcn_btbold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'roboto';
  src: url('/fonts/roboto/roboto/RobotoCondensed-Regular.eotRobotoCondensed-Regular.eot');
  src: url('/fonts/roboto/roboto/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/roboto/roboto/RobotoCondensed-Regular.woff2') format('woff2'), url('core/s/fonts/roboto/roboto/RobotoCondensed-Regular.woff') format('woff'), url('/fonts/roboto/roboto/RobotoCondensed-Regular.ttf') format('truetype'), url('/fonts/roboto/roboto/RobotoCondensed-Regular.svg#/fonts/roboto/roboto/RobotoCondensed-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*=============================================================*/

/*       
     _____                           _         _     _      
    |  __ \                         | |       | |   | |     
    | |__) |___ _ __ ___   __ _ _ __| | ____ _| |__ | | ___ 
    |  _  // _ \ '_ ` _ \ / _` | '__| |/ / _` | '_ \| |/ _ \
    | | \ \  __/ | | | | | (_| | |  |   < (_| | |_) | |  __/
    |_|  \_\___|_| |_| |_|\__,_|_|  |_|\_\__,_|_.__/|_|\___|                                                  
    
    Master CSS 2015
    Copyright © Remarkable
    Author Remarkable.net
    Date: XX/XX/XXX
    
    THIS CODE SHOULD NEVER BE ADDED TO BUT UPDATED FROM CORE COPY
    REMEMBER TO LOOK AT MEDIA QUERIES

    __Helpers
    __Animations

    Media Queries
    __>768

*/

/*============================================================*/

/* __Helpers 
==============================================================*/

.inline-block {
  display: inline-block;
}
.img-center {
  margin: 0 auto;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-underline {
  text-decoration: underline;
}
.text-emphasis {
  font-weight: bold;
}
.letter-spacing {
  letter-spacing: 0.5px;
}
.font-style-italic {
  font-style: italic;
}
.word-break {
  word-break: break-all;
}
.margin {
  margin-top: 15px !important;
}
.margin-bottom {
  margin-bottom: 15px;
}
.margin-top {
  margin-top: 15px;
}
.margin-breakout {
  margin-left: -15px !important;
  margin-right: -15px !important;
  padding-left: 15px;
  padding-right: 15px;
}
.vertical-align-middle {
  vertical-align: middle;
}
.ninja {
  display: none;
}
.list-unstyled {
  list-style-type: none;
}
/* Debug to show the grid */

/* Debug to show the grid */

.show-grid span {
  display: block;
  background-color: #eeeeee;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  min-height: 68px;
  line-height: 68px;
}
.remarkable-zoomer__img {
  max-width: 961px;
  display: block;
  margin: 0px auto;
}
/* __Functions
======================*/
/* __Animations
==============================================================*/

/* 
<a href="#" class="zoom-hover__bg">Element Fade</a> 
*/

.element-fade {
  opacity: 0.85;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.element-fade:hover {
  opacity: 1;
}
/* 
<a href="#" class="zoom-hover__bg">Element Fade</a> 
*/

.element-disabled {
  opacity: 0.3;
  cursor: default;
  pointer-events: none;
}
/* 
<a href="#" class="zoom-hover__bg">Element Fade</a> 
*/

.press-shrink {
  -webkit-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.press-shrink:active {
  -moz-transform: scale(0.85);
  -webkit-transform: scale(0.85);
  -o-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  outline: none !important;
}
.press-shrink:focus {
  outline: none !important;
}
/* 
<figure class="zoom-hover">
<a href="#" class="zoom-hover__bg">
    <img alt="Allo" src="/img/image.jpg" />
    <figcaption class="zoom-hover__text">I'm Vertically Centered</figcaption>
</a>
</figure>    
*/

.template-view {
  background: white;
  border: 5px solid black;
  /* display: table; */
  /* width: 100%; */
  /* text-align: center; */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  box-orient: vertical;
  flex-direction: column;
  font-size: 30px;
  font-weight: bold;
}
.template-view > * {
  flex: 1;
  align-items: center;
  display: flex;
}
.js-template-title {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.zoom-hover {
  position: relative;
  overflow: hidden;
}
.zoom-hover__bg {
  margin: 0;
}
.zoom-hover__bg > img {
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.zoom-hover__text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
/* 
<div class="pindent-anim"></div>  
*/

.indent-anim > li > a {
  -webkit-transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1) !important;
  -moz-transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1) !important;
  -o-transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition: all 150ms cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.indent-anim > li:hover > a {
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
/* 
<div class="paper-ripple"></div>  
*/
@-webkit-keyframes paper-ripple {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
    transform: translateX(-50%) translateY(-50%) scale(0.2);
  }
  15% {
    opacity: 0.07;
  }
  40% {
    opacity: 0.07;
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
@keyframes paper-ripple {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
    transform: translateX(-50%) translateY(-50%) scale(0.2);
  }
  15% {
    opacity: 0.07;
  }
  40% {
    opacity: 0.07;
  }
  50% {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
}
.tile-cascade > *:first-child {
  transition-delay: 60ms !important;
}
.tile-cascade > *:nth-child(2) {
  transition-delay: 120ms !important;
}
.tile-cascade > *:nth-child(3) {
  transition-delay: 180ms !important;
}
.tile-cascade > *:nth-child(4) {
  transition-delay: 240ms !important;
}
.tile-cascade > *:nth-child(5) {
  transition-delay: 300ms !important;
}
.tile-cascade > *:nth-child(6) {
  transition-delay: 360ms !important;
}
.tile-cascade > *:nth-child(7) {
  transition-delay: 420ms !important;
}
.tile-cascade > *:nth-child(8) {
  transition-delay: 480ms !important;
}
.tile-cascade > *:nth-child(9) {
  transition-delay: 540ms !important;
}
.tile-cascade > *:nth-child(10) {
  transition-delay: 600ms !important;
}
.tile-cascade > *:nth-child(11) {
  transition-delay: 660ms !important;
}
.tile-cascade > *:nth-child(12) {
  transition-delay: 720ms !important;
}
@media (max-width: 991px) {
  .btn-block-xs {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .btn-block-xs + .btn-block-xs {
    margin-top: 5px;
  }
  input[type="submit"].btn-block-xs,
  input[type="reset"].btn-block-xs,
  input[type="button"].btn-block-xs {
    width: 100%;
  }
}
/* __>768
==============================================================*/

@media (min-width: 768px) {
  /* __Animations > 768px
  ===============================*/
  
  .zoom-hover__bg:hover > img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
body {
  font-weight: 300;
  font-size: 12px;
  font-family: 'Arial';
  color: #131217;
}
* a,
a {
  text-decoration: none;
  color: #292a2e;
}
* a:hover,
a:hover,
* a:active,
a:active,
* a:focus,
a:focus {
  color: #1d1e21;
  text-decoration: none;
  outline: none;
}
body.mobile #_GUARANTEE_SealSpan {
  visibility: hidden !important;
}
.hidden {
  display: none;
}
.underlined {
  text-decoration: underline;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #d4d4d4;
}
img:focus,
map:focus,
area:focus {
  outline: transparent auto 0;
}
.owl-full-width .owl-item img {
  width: 100% !important;
  max-width: none !important;
}
.img-full-width {
  width: 100%;
}
.embed-responsive-1by1 {
  padding-bottom: 100%;
}
.embed-responsive--overlay {
  position: relative;
}
.embed-responsive--overlay a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #0099c5;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}
.twitter-feed > iframe {
  width: 100% !important;
  height: 220px !important;
}
.facebook-feed {
  border: 1px solid #eeeeee;
  border-radius: 7px;
}
.facebook-feed > iframe {
  width: 100% !important;
  height: 220px !important;
}
.instagram-polaroid--life {
  max-height: 220px !important;
  height: 220px !important;
}
.instagram-polaroid--life .instagram-polaroid__img {
  max-height: 184px;
}
.owl-carousel .owl-controls {
  opacity: 0.5;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.owl-carousel:hover .owl-controls {
  opacity: 1;
}
.owl-carousel .owl-nav > div {
  position: absolute;
  top: 50%;
  width: 51px;
  height: 56px;
  margin-top: -24px;
  text-indent: -9999px;
  background: url(/img/skin/owl-nav-large.png) left top no-repeat;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.85;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
.owl-carousel .owl-nav > div:hover {
  opacity: 1;
}
.owl-carousel .owl-nav .owl-prev {
  left: 9px;
}
.owl-carousel .owl-nav .owl-next {
  background-position: right;
  right: 9px;
}
.static,
.static-content {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 30px;
}
.static h2,
.static-content h2 {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  margin-top: 25px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #333333;
}
.static .panel-heading h2,
.static-content .panel-heading h2 {
  font-weight: normal;
  margin: 0;
}
.static h3,
.static-content h3 {
  font-size: 18px;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 15px;
  text-transform: uppercase;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
}
.static ul li,
.static-content ul li {
  font-size: 14px;
  list-style: none;
}
.static p,
.static-content p {
  font-size: 14px;
  margin-bottom: 20px;
}
.static ol li,
.static-content ol li {
  font-size: 16px;
  margin-top: 10px;
}
.static .static-content__block,
.static-content .static-content__block {
  margin-bottom: 10px;
}
.static .slide-menu,
.static-content .slide-menu {
  list-style-type: none;
  padding: 0;
}
.static .slide-menu li:hover,
.static-content .slide-menu li:hover {
  background: #f1f1f1;
}
.static .slide-menu li a,
.static-content .slide-menu li a {
  display: block;
  font-size: 13px;
  padding: 3px 0 3px 4px;
}
.contact-panel .live-help {
  padding: 7px 0 0;
  margin-left: -4px;
}
.contact-panel .live-help .live-help__bubble {
  background: url(http://s7.postimg.org/g5f2b4ftj/footer_widget_contact_bubble.png) 0 2px no-repeat;
  font-size: 0.9em;
  color: white;
  width: 34px;
  line-height: 25px;
  padding: 0 6px 0 6px;
}
.contact-form .cs-form {
  margin-bottom: 20px;
}
.panel-info {
  border-color: #1a1a1a;
}
.panel-info > .panel-heading {
  color: white;
  background-color: #333333;
  border-color: #1a1a1a;
}
.panel-info > .panel-heading h2 {
  color: white;
}
.help .help__questions a {
  color: #7b7b7b;
}
.help .help__questions a:hover {
  color: #333333;
}
.help .help__questions ol li {
  padding: 2px 0;
}
.help .help__answers h2 {
  margin-top: 50px;
}
.text-color-highlight {
  color: #a18f61;
}
.padding-bottom {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .mobile-title {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    color: #7b7b7b;
    font-weight: normal !important;
    padding: 15px 0;
    text-align: center;
  }
  .owl-carousel .owl-controls {
    opacity: 0.5;
    -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .owl-carousel:hover .owl-controls {
    opacity: 1;
  }
  .owl-carousel .owl-nav > div {
    top: 40%;
    background: url(/img/skin/owl-nav-small.png) left top no-repeat;
  }
  .owl-carousel .owl-nav .owl-prev {
    left: 3px;
  }
  .owl-carousel .owl-nav .owl-next {
    background-position: right top;
    right: 3px;
  }
}
@media (min-width: 768px) {
  
}
@media (min-width: 992px) {
  
}
@media (min-width: 1200px) {
  
}
@media (min-width: 1600px) {
  
}
.quick-basket__total {
  position: absolute;
  font-size: 11px;
  color: white;
  font-family: 'Montserrat', sans-serif;
}
body {
  position: relative;
}
.primary-logo img {
  display: inline-block;
  width: 160px;
  float: left;
}
.header-icons {
  margin: 0 auto;
  display: inline-block;
  float: right;
  position: relative;
  top: 41px;
}
.header-icons ul {
  display: inline-block;
}
.header-icons ul li {
  display: inline-block;
  float: left;
}
.header-icons ul li .glyphicon {
  color: #7d7d7d;
  font-size: 18px;
}
.header-icons ul li a {
  display: block;
  margin: 0 5px;
}
#shopping-bag-svg {
  width: 20px;
  height: 20px;
}
#search-svg {
  width: 20px;
  height: 20px;
}
.slideout {
  position: absolute;
  background: white;
  max-height: none;
  top: 0;
  right: 0;
  overflow: hidden;
  height: 100vh;
  z-index: 100;
  max-width: 350px;
  width: 350px;
  transition: margin-right 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, 0, 1000);
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
}
.slideout-header {
  background: #eeeeee;
  padding: 30px 15px;
  border-bottom: 2px solid #b5b5b5;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.btn-search-slideout {
  margin-bottom: 30px;
}
.slideout-contact {
  padding: 30px;
}
.slideout-contact h2 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.slideout-contact p {
  font-size: 14px;
  text-transform: none;
  font-family: 'Montserrat', sans-serif;
}
.slideout-contact .bs-form--slideout label {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0px;
  margin-bottom: 5px;
}
.slideout-contact .bs-form--slideout .form-control {
  margin-bottom: 15px;
  padding: 6px 10px !important;
}
.slideout {
  max-height: none;
  right: 0;
  height: 100vh;
  transform: translateX(100%);
  transition: transform 200ms cubic-bezier(0.4, 0, 1, 1);
}
.search-svg {
  fill: none;
  stroke: #7b7e7c;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.search-glass {
  position: relative;
  top: -16px;
  cursor: pointer;
}
.close-search {
  cursor: pointer;
  position: relative;
  right: 17px;
  width: 30px;
  height: 30px;
}
.cross-left {
  background: #b5b5b5;
  width: 1px;
  height: 26px;
  transform: rotate(-45deg);
  position: absolute;
  right: 11px;
}
.cross-right {
  background: #b5b5b5;
  width: 1px;
  height: 26px;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
}
.slideout__outer {
  background-color: transparent;
  z-index: 5;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100vh;
  transition: background-color 200ms cubic-bezier(0.4, 0, 1, 1);
}
.slideout__outer.active {
  background-color: rgba(0, 0, 0, 0.63);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  pointer-events: all;
}
.slideout__outer.active .slideout {
  transform: translateX(0%);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.slideout-usp li {
  padding: 7px 0 0 0;
  border-top: 1px solid #eeeeee;
  margin: 6px 0;
}
.slideout-usp li a {
  display: block;
}
.slideout-usp li:last-child {
  border-bottom: 1px solid #eeeeee;
}
.header-banner-image {
  background: black;
}
header {
  color: black;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
}
header.fixed .main-navigation {
  border-top: 0;
}
header.fixed .header-bottom {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: height 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: height 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: height 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
header.fixed .fixed-search {
  display: block;
}
.header-top {
  border-bottom: 1px solid #c7c7c7;
  background: #f9f9f9;
  height: 50px;
}
.header-bottom {
  height: 177px;
}
.page-container {
  position: relative;
  z-index: 1;
  margin-top: 160px;
}
.primary-logo {
  padding: 21px 0 24px 20px;
  text-align: center;
  opacity: 1;
}
.primary-logo img {
  display: inline-block;
}
.search {
  cursor: pointer;
  float: right;
  width: 100%;
}
.search input {
  background: none;
  border: 0;
  padding: 0 10px;
  text-transform: uppercase;
  color: black;
  width: 80%;
  height: 28px;
  font-size: 12px;
}
.search input:focus {
  outline: 0;
}
.search > i {
  font-size: 12px;
}
.search__input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: black;
  letter-spacing: 1px;
}
.search__input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: black;
  opacity: 1;
  letter-spacing: 1px;
}
.search__input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: black;
  opacity: 1;
  letter-spacing: 1px;
}
.search__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: black;
  letter-spacing: 1px;
}
.search__btn {
  float: right;
  width: 30px;
  height: 28px;
  margin-right: 5px;
  margin-top: 2px;
  text-align: center;
  line-height: 32px;
  color: #c7c7c7;
  background: none;
  font-size: 14px;
  border: 0;
}
.search__btn:hover {
  color: black;
}
.search__box {
  display: inline-block;
  width: 100%;
  height: 30px;
  border: 1px solid #c7c7c7;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.search--active .search__btn {
  opacity: 1;
  display: block;
}
.header-top .fixed-search {
  display: none;
  padding: 15px 0 0 10px;
  position: relative;
  float: right;
  cursor: pointer;
}
.header-top .fixed-search > .glyphicon {
  font-size: 14px;
}
.header-top .fixed-search .search__box input {
  border: 0;
  text-transform: uppercase;
  width: 80%;
  height: 28px;
  padding: 0 5px;
  font-size: 14px;
}
.header-top .fixed-search .search__box input:focus {
  outline: none;
}
.header-top .fixed-search .search__dropdown {
  display: none;
  position: absolute;
  top: 50px;
  left: -225px;
  z-index: 3;
  padding: 10px;
  border: 1px solid #c7c7c7;
  border-top: 0;
  background: white;
}
.header-top .fixed-search .search__dropdown:after,
.header-top .fixed-search .search__dropdown:before {
  bottom: 100%;
  left: 90%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.header-top .fixed-search .search__dropdown:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: white;
  border-width: 10px;
  margin-left: -10px;
}
.header-top .fixed-search .search__dropdown:before {
  border-color: rgba(199, 199, 199, 0);
  border-bottom-color: #c7c7c7;
  border-width: 11px;
  margin-left: -11px;
}
.header-top .fixed-search.active .search__dropdown {
  display: block;
}
.usp__info-red a {
  color: #99283a !important;
  font-weight: bold;
  font-family: 'newsgoth_bdxcn_btbold', sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
}
.header-top__store {
  padding-top: 5px;
}
.alert-slide {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: height 200ms cubic-bezier(0.4, 0, 1, 1), opacity 200ms cubic-bezier(0.4, 0, 1, 1), visibility 200ms cubic-bezier(0.4, 0, 1, 1);
}
.alert-slide.active {
  height: 44px;
  visibility: visible;
  opacity: 1;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  margin-bottom: 20px;
}
.alert-slide .alert {
  margin-bottom: 15px;
}
.usp {
  padding: 8px 0;
  background: #585858;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.usp .usp__block {
  text-align: center;
}
.usp .usp__info {
  display: inline-block;
  margin: 0;
}
.usp .usp__info a {
  color: white;
  font-size: 12px;
}
.contact {
  line-height: 80px;
  padding: 0 15px;
  float: left;
}
.contact a {
  color: white;
}
.contact a:hover {
  text-dcoration: none;
}
.country {
  position: relative;
  font-size: 16px;
  cursor: pointer;
}
.country svg {
  width: 20px;
  position: relative;
  top: 6px;
}
.country .country__selected {
  display: inline-block;
}
.country .country__selected img {
  opacity: 0.6;
  width: 20px;
}
.country .country__selected i {
  font-size: 8px;
  color: white;
}
.country .country__selected .siteFlagText {
  display: inline-block;
  padding: 0 3px;
  color: white;
  position: relative;
  top: 3px;
}
.country .country__dropdown {
  position: absolute;
  top: 40px;
  left: -7px;
  width: 90px;
  background: white;
  z-index: 3;
  overflow: hidden;
  border: 0 solid #c7c7c7;
  height: 0;
  -moz-transition: height 200ms cubic-bezier(0.4, 0, 0.2, 1), border 200ms cubic-bezier(0.4, 0, 0.2, 1), overflow 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: height 200ms cubic-bezier(0.4, 0, 0.2, 1), border 200ms cubic-bezier(0.4, 0, 0.2, 1), overflow 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: height 200ms cubic-bezier(0.4, 0, 0.2, 1), border 200ms cubic-bezier(0.4, 0, 0.2, 1), overflow 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 200ms cubic-bezier(0.4, 0, 0.2, 1), border 200ms cubic-bezier(0.4, 0, 0.2, 1), overflow 200ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.country .country__dropdown:after,
.country .country__dropdown:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.country .country__dropdown:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: white;
  border-width: 10px;
  margin-left: -10px;
}
.country .country__dropdown:before {
  border-color: rgba(199, 199, 199, 0);
  border-bottom-color: #c7c7c7;
  border-width: 11px;
  margin-left: -11px;
}
.country .country__select {
  border-bottom: 1px solid #c7c7c7;
  text-align: center;
  opacity: 0;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 10px;
}
.country .country__select img {
  display: inline-block;
  margin-right: 5px;
  width: 20px;
}
.country .country__select a:hover {
  text-decoration: underline;
}
.country .country__dropdown .country__select:last-child {
  border-bottom: 0;
}
.country:hover .country__dropdown {
  overflow: initial;
  border: 1px solid #c7c7c7;
  height: 250px;
}
.country:hover .country__dropdown .country__select {
  opacity: 1;
  padding: 9px;
}
.country:hover .country__dropdown .country__select:nth-child(2) {
  -moz-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}
.country:hover .country__dropdown .country__select:nth-child(3) {
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.country:hover .country__dropdown .country__select:nth-child(4) {
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.country:hover .country__dropdown .country__select:nth-child(5) {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.country:hover .country__dropdown .country__select:nth-child(6) {
  -moz-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}
.search-module .vybe-search {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  z-index: 1001;
}
.search-module .vybe-search input[type=text] {
  background: none;
  border: 0;
  padding: 10px;
  text-transform: uppercase;
  color: black;
  width: 80%;
  height: 38px;
  font-size: 16px !important;
  font-family: 'Montserrat', sans-serif;
  position: relative;
}
.search-module .vybe-search .vybe-search-btn {
  border: none;
  background-color: transparent;
}
.search-module .vybe-search .vybe-search-result__img img {
  max-height: 80px;
}
.search-module .vybe-search .vybe-search-result__title {
  padding: 0 10px;
}
@media (max-width: 768px) {
  .search-module .vybe-search input[type=text] {
    margin-left: 0;
    height: 50px;
  }
}
@media (max-width: 767px) {
  .page-container {
    margin-top: 166px;
  }
  .main-navigation {
    position: relative;
    top: 0 !important;
    margin-top: 0 !important;
  }
  .no-gutter-mobile {
    padding-left: 0px;
    padding-right: 0px;
  }
  .usp {
    padding: 5px 0;
    font-size: 11px;
  }
  .country .country__dropdown {
    top: 38px;
  }
}
@media (max-width: 991px) {
  .search-module__dropdown {
    right: 0px !important;
    top: 125px !important;
  }
}
@media (min-width: 767px) {
  .header {
    font-size: 14px;
  }
  .no-gutter-xs {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 768px) {
  .page-container {
    position: relative;
    z-index: 1;
    margin-top: 138px;
  }
  .header-icons ul li .glyphicon {
    font-size: 16px;
  }
  #shopping-bag-svg {
    width: 18px;
    height: 18px;
    position: relative;
    top: -1px;
  }
  .quick-basket__total {
    right: 9px;
    top: -1px;
    padding-top: 4px;
  }
  .vybe-search-results {
    margin-left: -400px;
    left: 50% !important;
    top: 44px !important;
  }
}
@media (min-width: 992px) {
  .header-top__store {
    padding-top: 14px;
  }
  .header-icons ul li .glyphicon {
    font-size: 18px;
  }
  #shopping-bag-svg {
    width: 20px;
    height: 20px;
    position: relative;
    top: -4px !important;
  }
  .quick-basket__total {
    right: 11px;
    top: -3px;
    padding-top: 4px;
  }
  .search {
    cursor: pointer;
    float: right;
    width: 100%;
  }
  .primary-logo {
    padding: 21px 0 24px 0;
    float: right;
  }
}
@media (min-width: 1200px) {
  .header-top__store {
    padding-top: 14px;
  }
  .quick-basket__total {
    right: 14px;
    top: -3px;
    padding-top: 4px;
  }
}
.logo-colour {
  fill: #202944;
}
#desktop-logo {
  position: relative;
}
.headerB .header-border {
  border-top: 3px solid #eaeaea;
}
.headerB .quick-basket__total {
  position: absolute;
  font-family: 'Montserrat', sans-serif;
}
.headerB .quick-basket__total {
  top: 6px;
  padding-top: 0;
  color: black;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.headerB body {
  position: relative;
}
.headerB .primary-logo img {
  display: inline-block;
  width: 160px;
  float: left;
}
.headerB .header-icons {
  margin: 0 auto;
  display: inline-block;
  float: right;
  position: relative;
}
.headerB .header-icons ul {
  display: inline-block;
}
.headerB .header-icons ul li {
  display: inline-block;
  float: left;
}
.headerB .header-icons ul li .glyphicon {
  color: #7d7d7d;
  font-size: 18px;
}
.headerB .header-icons ul li a {
  display: block;
  margin: 0 5px;
}
.headerB #shopping-bag-svg #shopping-bag-svg {
  width: 20px;
  height: 20px;
}
.headerB #shopping-bag-svg #search-svg {
  width: 20px;
  height: 20px;
}
.headerB #shopping-bag-svg .slideout {
  position: absolute;
  background: white;
  max-height: none;
  top: 0;
  right: 0;
  overflow: hidden;
  height: 100vh;
  z-index: 100;
  max-width: 350px;
  width: 350px;
  transition: margin-right 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, 0, 1000);
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
}
.headerB #shopping-bag-svg .slideout-header {
  background: #eeeeee;
  padding: 30px 15px;
  border-bottom: 2px solid #b5b5b5;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.headerB #shopping-bag-svg .btn-search-slideout {
  margin-bottom: 30px;
}
.headerB #shopping-bag-svg .slideout-contact {
  padding: 30px;
}
.headerB #shopping-bag-svg .slideout-contact h2 {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.headerB #shopping-bag-svg .slideout-contact p {
  font-size: 14px;
  text-transform: none;
  font-family: 'Montserrat', sans-serif;
}
.headerB #shopping-bag-svg .slideout-contact .bs-form--slideout label {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0px;
  margin-bottom: 5px;
}
.headerB #shopping-bag-svg .slideout-contact .bs-form--slideout .form-control {
  margin-bottom: 15px;
  padding: 6px 10px !important;
}
.headerB #shopping-bag-svg .slideout {
  max-height: none;
  right: 0;
  height: 100vh;
  transform: translateX(100%);
  transition: transform 200ms cubic-bezier(0.4, 0, 1, 1);
}
.headerB #shopping-bag-svg .search-svg {
  fill: none;
  stroke: #7b7e7c;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.headerB #shopping-bag-svg .search-glass {
  position: relative;
  top: -16px;
  cursor: pointer;
}
.headerB #shopping-bag-svg .close-search {
  cursor: pointer;
  position: relative;
  right: 17px;
  width: 30px;
  height: 30px;
}
.headerB #shopping-bag-svg .cross-left {
  background: #b5b5b5;
  width: 1px;
  height: 26px;
  transform: rotate(-45deg);
  position: absolute;
  right: 11px;
}
.headerB #shopping-bag-svg .cross-right {
  background: #b5b5b5;
  width: 1px;
  height: 26px;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
}
.headerB #shopping-bag-svg .slideout__outer {
  background-color: transparent;
  z-index: 5;
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100vh;
  transition: background-color 200ms cubic-bezier(0.4, 0, 1, 1);
}
.headerB #shopping-bag-svg .slideout__outer.active {
  background-color: rgba(0, 0, 0, 0.63);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  pointer-events: all;
}
.headerB #shopping-bag-svg .slideout__outer.active .slideout {
  transform: translateX(0%);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.headerB #shopping-bag-svg .slideout-usp li {
  padding: 7px 0 0 0;
  border-top: 1px solid #eeeeee;
  margin: 6px 0;
}
.headerB #shopping-bag-svg .slideout-usp li a {
  display: block;
}
.headerB #shopping-bag-svg .slideout-usp li:last-child {
  border-bottom: 1px solid #eeeeee;
}
.headerB #shopping-bag-svg .header-banner-image {
  background: black;
}
.headerB #shopping-bag-svg header {
  color: black;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: white;
}
.headerB #shopping-bag-svg .header-top {
  border-bottom: 1px solid #c7c7c7;
  background: #f9f9f9;
  height: 50px;
}
.headerB #shopping-bag-svg .header-bottom {
  height: 177px;
}
.headerB #shopping-bag-svg .primary-logo {
  padding: 21px 0 24px 20px;
  text-align: left;
  opacity: 1;
}
.headerB #shopping-bag-svg .primary-logo img {
  display: inline-block;
}
.headerB #shopping-bag-svg .search {
  cursor: pointer;
  width: 100%;
  position: relative;
}
.headerB #shopping-bag-svg .search input {
  background: none;
  border: 0;
  padding: 15px 10px;
  text-transform: uppercase;
  color: black;
  width: 80%;
  height: 41px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}
.headerB #shopping-bag-svg .search input:focus {
  outline: 0;
}
.headerB #shopping-bag-svg .search > i {
  font-size: 12px;
}
.headerB #shopping-bag-svg .search__input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #585858;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
}
.headerB #shopping-bag-svg .search__input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #585858;
  opacity: 1;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
}
.headerB #shopping-bag-svg .search__input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #585858;
  opacity: 1;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
}
.headerB #shopping-bag-svg .search__input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #585858;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
}
.headerB #shopping-bag-svg .search__btn {
  float: right;
  width: 30px;
  height: 28px;
  margin-right: 5px;
  margin-top: 2px;
  text-align: center;
  line-height: 32px;
  color: #c7c7c7;
  background: none;
  font-size: 14px;
  border: 0;
}
.headerB #shopping-bag-svg .search__btn:hover {
  color: black;
}
.headerB #shopping-bag-svg .search__btn svg {
  position: relative;
  top: 5px;
  right: 10px;
}
.headerB #shopping-bag-svg .search__box {
  display: inline-block;
  width: 100%;
  height: 41px;
  border: 2px solid #585858;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  -webkit-transition: all 600ms;
  transition: all 600ms;
}
.headerB #shopping-bag-svg .search--active .search__btn {
  opacity: 1;
  display: block;
}
.headerB #shopping-bag-svg .header-top .fixed-search {
  display: none;
  padding: 15px 0 0 10px;
  position: relative;
  float: right;
  cursor: pointer;
}
.headerB #shopping-bag-svg .header-top .fixed-search > .glyphicon {
  font-size: 14px;
}
.headerB #shopping-bag-svg .header-top .fixed-search .search__box input {
  border: 0;
  text-transform: uppercase;
  width: 80%;
  height: 28px;
  padding: 0 5px;
  font-size: 14px;
}
.headerB #shopping-bag-svg .header-top .fixed-search .search__box input:focus {
  outline: none;
}
.headerB #shopping-bag-svg .header-top .fixed-search .search__dropdown {
  display: none;
  position: absolute;
  top: 50px;
  left: -225px;
  z-index: 3;
  padding: 10px;
  border: 1px solid #c7c7c7;
  border-top: 0;
  background: white;
}
.headerB #shopping-bag-svg .header-top .fixed-search .search__dropdown:after,
.headerB #shopping-bag-svg .header-top .fixed-search .search__dropdown:before {
  bottom: 100%;
  left: 90%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.headerB #shopping-bag-svg .header-top .fixed-search .search__dropdown:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: white;
  border-width: 10px;
  margin-left: -10px;
}
.headerB #shopping-bag-svg .header-top .fixed-search .search__dropdown:before {
  border-color: rgba(199, 199, 199, 0);
  border-bottom-color: #c7c7c7;
  border-width: 11px;
  margin-left: -11px;
}
.headerB #shopping-bag-svg .header-top .fixed-search.active .search__dropdown {
  display: block;
}
.headerB #shopping-bag-svg .usp__info-red a {
  color: #99283a !important;
  font-weight: bold;
  font-family: 'newsgoth_bdxcn_btbold', sans-serif;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
}
.headerB #shopping-bag-svg .header-top__store {
  padding-top: 5px;
}
.headerB #shopping-bag-svg .alert-slide {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: height 200ms cubic-bezier(0.4, 0, 1, 1), opacity 200ms cubic-bezier(0.4, 0, 1, 1), visibility 200ms cubic-bezier(0.4, 0, 1, 1);
}
.headerB #shopping-bag-svg .alert-slide.active {
  height: 44px;
  visibility: visible;
  opacity: 1;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  margin-bottom: 20px;
}
.headerB #shopping-bag-svg .alert-slide .alert {
  margin-bottom: 15px;
}
.headerB #shopping-bag-svg .usp {
  padding: 8px 0;
  background: #585858;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  transition: padding 0.2s ease-in-out;
  position: relative;
}
.headerB #shopping-bag-svg .usp .usp__block {
  text-align: center;
  display: flex;
  margin: 0 -30px;
}
.headerB #shopping-bag-svg .usp .usp__block .row {
  flex: max-content;
}
.headerB #shopping-bag-svg .usp .usp__info {
  display: inline-block;
  margin: 0;
}
.headerB #shopping-bag-svg .usp .usp__info a {
  color: white;
  font-size: 13px;
}
.headerB #shopping-bag-svg .contact {
  line-height: 80px;
  padding: 0 15px;
  float: left;
}
.headerB #shopping-bag-svg .contact a {
  color: white;
}
.headerB #shopping-bag-svg .contact a:hover {
  text-dcoration: none;
}
.headerB #shopping-bag-svg .country {
  position: absolute;
  font-size: 12px;
  cursor: pointer;
  left: 5px;
}
.headerB #shopping-bag-svg .country .country__selected {
  display: inline-block;
}
.headerB #shopping-bag-svg .country .country__selected img {
  opacity: 0.6;
}
.headerB #shopping-bag-svg .country .country__selected i {
  font-size: 8px;
  color: white;
}
.headerB #shopping-bag-svg .country .country__selected .siteFlagText {
  display: inline-block;
  padding: 0 3px;
  color: white;
  position: relative;
  top: 3px;
}
.headerB #shopping-bag-svg .country .country__dropdown {
  position: absolute;
  top: 40px;
  left: -7px;
  width: 90px;
  background: white;
  z-index: 3;
  overflow: hidden;
  border: 0 solid #c7c7c7;
  height: 0;
  -moz-transition: height 200ms cubic-bezier(0.4, 0, 0.2, 1), border 200ms cubic-bezier(0.4, 0, 0.2, 1), overflow 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: height 200ms cubic-bezier(0.4, 0, 0.2, 1), border 200ms cubic-bezier(0.4, 0, 0.2, 1), overflow 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: height 200ms cubic-bezier(0.4, 0, 0.2, 1), border 200ms cubic-bezier(0.4, 0, 0.2, 1), overflow 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: height 200ms cubic-bezier(0.4, 0, 0.2, 1), border 200ms cubic-bezier(0.4, 0, 0.2, 1), overflow 200ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.headerB #shopping-bag-svg .country .country__dropdown:after,
.headerB #shopping-bag-svg .country .country__dropdown:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.headerB #shopping-bag-svg .country .country__dropdown:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: white;
  border-width: 10px;
  margin-left: -10px;
}
.headerB #shopping-bag-svg .country .country__dropdown:before {
  border-color: rgba(199, 199, 199, 0);
  border-bottom-color: #c7c7c7;
  border-width: 11px;
  margin-left: -11px;
}
.headerB #shopping-bag-svg .country .country__select {
  border-bottom: 1px solid #c7c7c7;
  text-align: center;
  opacity: 0;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 10px;
  font-size: 12px;
}
.headerB #shopping-bag-svg .country .country__select img {
  display: inline-block;
  margin-right: 5px;
}
.headerB #shopping-bag-svg .country .country__select a:hover {
  text-decoration: underline;
}
.headerB #shopping-bag-svg .country .country__dropdown .country__select:last-child {
  border-bottom: 0;
}
.headerB #shopping-bag-svg .country:hover .country__dropdown {
  overflow: initial;
  border: 1px solid #c7c7c7;
  height: 230px;
}
.headerB #shopping-bag-svg .country:hover .country__dropdown .country__select {
  opacity: 1;
  padding: 10px;
}
.headerB #shopping-bag-svg .country:hover .country__dropdown .country__select:nth-child(2) {
  -moz-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  -webkit-transition-delay: 50ms;
  transition-delay: 50ms;
}
.headerB #shopping-bag-svg .country:hover .country__dropdown .country__select:nth-child(3) {
  -moz-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  -webkit-transition-delay: 100ms;
  transition-delay: 100ms;
}
.headerB #shopping-bag-svg .country:hover .country__dropdown .country__select:nth-child(4) {
  -moz-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  -webkit-transition-delay: 150ms;
  transition-delay: 150ms;
}
.headerB #shopping-bag-svg .country:hover .country__dropdown .country__select:nth-child(5) {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.headerB #shopping-bag-svg .country:hover .country__dropdown .country__select:nth-child(6) {
  -moz-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  -webkit-transition-delay: 250ms;
  transition-delay: 250ms;
}
.store-svg {
  position: relative;
  transition: all 0.5s ease-in-out;
}
.store-svg:hover {
  top: -2px;
}
.customer-svg {
  position: relative;
  transition: all 0.5s ease-in-out;
}
.customer-svg:hover {
  top: -2px;
}
.account-svg {
  position: relative;
  transition: all 0.5s ease-in-out;
}
.account-svg:hover {
  top: -2px;
}
@media (max-width: 767px) {
  .page-containerB {
    margin-top: 147px;
  }
  .headerB .usp .usp__info a {
    color: white;
    font-size: 10px;
  }
  .headerB .country {
    position: absolute;
    font-size: 12px;
    cursor: pointer;
    left: 5px;
    top: 3px;
  }
  .headerB .main-navigation {
    position: relative;
    top: 0 !important;
    margin-top: 0 !important;
  }
  .headerB .search-mobile {
    background: white;
    padding: 10px 20px;
  }
  .headerB .no-gutter-mobile {
    padding-left: 0px;
    padding-right: 0px;
  }
  .headerB .usp {
    padding: 5px 0;
    font-size: 11px;
  }
  .headerB .country .country__dropdown {
    top: 38px;
  }
}
@media (max-width: 991px) {
  .headerB .search {
    padding: 0 30px;
  }
  .headerB .search-module__dropdown {
    right: 0px !important;
    top: 125px !important;
  }
  .headerB .header-icons {
    top: 20px;
  }
}
@media (min-width: 767px) {
  .headerB .header {
    font-size: 14px;
  }
  .headerB .no-gutter-xs {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (min-width: 768px) {
  .headerB .quick-basket__total {
    right: 12px;
  }
  #desktop-logo {
    top: 5px;
    width: 160px;
    left: 5px;
    height: 30px;
  }
}
@media (min-width: 992px) {
  .headerB .quick-basket__total {
    right: 12px;
  }
  .headerB .header-icons {
    top: 20px;
  }
  #desktop-logo {
    top: 2px;
    width: 180px;
    left: 5px;
  }
  .primary-logo {
    padding: 21px 0 24px 0;
    float: right;
  }
}
@media (min-width: 1200px) {
  .headerB .quick-basket__total {
    right: 16px;
  }
}
.footer {
  background: #f1f1f1;
  padding: 30px 0;
  border-top: 1px solid #c7c7c7;
}
.feefo-images li {
  float: left;
  display: inline-block;
  width: 49%;
}
.disclaimer-text {
  font-family: 'Montserrat', sans-serif;
  color: #7a7a7a;
  padding: 10px 0 0 0;
  font-size: 12px;
  text-transform: capitalize;
}
.feefo-footer {
  margin: 20px;
}
.feefo-footer .feefo-number-image {
  margin-top: 12px;
}
.feefo-footer .feefo-badge__link img {
  display: block;
  max-width: 100px;
  margin: 0 auto;
  text-align: right;
}
.olympic-logo,
.footer-feefo-logo {
  margin-top: 4px;
}
ul.footer-nav {
  margin-bottom: 0px;
}
.footer-nav__heading {
  color: black !important;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 0 5px 0;
  width: 100% !important;
  text-indent: 0 !important;
}
.footer-nav {
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}
.footer-nav:before,
.footer-nav:after {
  content: " ";
  display: table;
}
.footer-nav:after {
  clear: both;
}
.footer-nav li {
  list-style: none;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  color: #7a7a7a;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}
.footer-nav li a {
  color: #7a7a7a;
  padding: 2px 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  display: block;
}
.footer-nav li a:hover {
  text-decoration: underline;
}
.newsletter-signup__input .checkbox input {
  margin-right: 5px;
}
.social-icons {
  padding-bottom: 15px;
}
.social-icons .icons {
  display: inline-block;
  margin: 0px 6px;
  width: 30px;
}
.social-icons .icons svg {
  fill: black;
}
.social-icons .facebook:hover svg {
  fill: #3a5795;
}
.social-icons .twitter:hover svg {
  fill: #55acee;
}
.social-icons .youtube:hover svg {
  fill: #cc181e;
}
.social-icons .instagram:hover svg {
  fill: #1c5380;
}
.copyright {
  font-family: 'Montserrat', sans-serif;
  color: #7a7a7a;
  padding: 30px 0;
  font-size: 12px;
  text-transform: capitalize;
}
.footer-newsletter p {
  transition: all 200ms;
  color: #7a7a7a;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 10px;
}
.footer-newsletter .form-control {
  height: 50px;
}
.footer-newsletter .checkbox {
  color: #7a7a7a;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  display: block;
  padding: 15px 0 5px 0;
}
.footer-newsletter .btn {
  padding: 10px 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid transparent;
}
.footer-newsletter .alert {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  left: 15px;
  right: 15px;
  width: auto;
}
@media (max-width: 767px) {
  .disclaimer-text {
    text-align: center;
  }
  .olympic-logo {
    max-width: 110px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .feefowidget-logo-container {
    display: block;
    margin-bottom: 20px;
  }
  #feefologohere {
    text-align: center;
  }
  .feefo-gold-service {
    display: flex;
    justify-content: center;
  }
  .social-icons {
    padding: 10px 20px;
    text-align: center;
    margin-top: -25px;
    transform: scale(0.7);
    margin-bottom: 20px;
  }
  .checkbox {
    margin: 0px 0;
  }
  .newsletter-signup__input {
    margin-bottom: 20px;
  }
  .feefo-footer .feefo-number-image {
    margin-top: 10px;
  }
  .feefo-footer li {
    float: left;
    display: inline-block;
    width: 38%;
  }
  .feefo-footer .feefo-images {
    position: relative;
    width: 82%;
    left: 14%;
  }
  .footer {
    padding: 40px 0;
  }
  .copyright {
    padding: 0;
  }
  .social-icons {
    padding: 0 20px;
    text-align: center;
  }
  .social-icons .twitter {
    position: relative;
  }
  .footer-nav {
    text-align: center;
  }
  .footer-nav .footer-nav__heading {
    padding: 5px 0 10px 0;
  }
  .footer-nav li {
    float: none;
    width: 100%;
  }
  .footer-nav.collapsible {
    text-align: left;
    max-height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #c7c7c7;
    padding-bottom: 20px;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms;
  }
  .footer-nav.collapsible .footer-nav__heading {
    padding: 10px 0;
    cursor: pointer;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms;
  }
  .footer-nav.collapsible li {
    float: none;
    width: 100%;
  }
  .footer-nav.collapsible .footer-nav__collapse span {
    position: absolute;
    right: 10px;
    top: 15px;
    border: 2px solid #333333;
    width: 14px;
    height: 1px;
    -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .footer-nav.collapsible .footer-nav__collapse span:nth-child(2) {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .footer-nav.collapsible .footer-nav__collapse span:nth-child(1) {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .footer-nav.open {
    max-height: 999px;
  }
  .footer-nav.open .footer-nav__collapse span:nth-child(2) {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .footer-nav.open .footer-nav__collapse span:nth-child(1) {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .social-icons {
    padding: 20px 0 0 0;
    text-align: center;
  }
  .footer-newsletter input {
    height: 36px;
  }
  .footer-newsletter .btn {
    width: 100%;
  }
  .copyright {
    text-align: center;
  }
}
/*-----------------------------------
     Navigation Varibles
-----------------------------------*/

/*-----------------------------------
     Navigation Transition
-----------------------------------*/

.transition-menu {
  -webkit-transition: top 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75), opacity 200ms ease;
  -moz-transition: top 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75), opacity 200ms ease;
  -o-transition: top 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75), opacity 200ms ease;
  transition: top 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75), opacity 200ms ease;
  will-change: opacity, transform;
}
.transition-mobile-menu {
  -webkit-transition: transform 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: transform 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: transform 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: transform 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  will-change: transform;
}
/*-----------------------------------
     Navigation
-----------------------------------*/

/*.main-navigation {
    border-bottom: 1px solid #c7c7c7;
    border-top: 1px solid #c7c7c7;
}*/

.navbar {
  position: static;
  background: white;
  z-index: 2;
  margin-bottom: 0;
}
.main-navigation {
  position: static;
  margin-top: 24px;
}
.sale {
  color: #99283a;
}
.navbar-nav {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.navbar-nav .dropdown {
  flex-grow: 0;
}
.navbar-nav .dropdown > a {
  padding: 10px 18px;
  white-space: nowrap;
}
.navbar-nav .dropdown a {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0px;
  font-size: 22px;
  text-transform: uppercase;
  color: #333333;
}
.navbar-nav .dropdown a.sale {
  color: #99283a;
}
.navbar-nav .dropdown .dropdown-menu {
  display: block;
  opacity: 0;
  top: 83%;
  left: -9999px;
  width: 100%;
  min-height: 300px;
}
.navbar-nav .dropdown .dropdown-menu li {
  list-style: none;
}
.navbar-nav .dropdown .dropdown-menu .list-menu {
  padding: 15px 0;
}
.navbar-nav .dropdown .dropdown-menu .list-menu li > a {
  text-transform: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  line-height: 24px;
}
.navbar-nav .dropdown .dropdown-menu .list-menu .dropdown-header {
  padding: 15px 0;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: #333333;
}
.menu-offer {
  margin: 20px 0 0;
  padding-left: 20px;
  border-left: 1px solid #c7c7c7;
}
.menu-offer img {
  display: inline-block;
  margin-right: 20px;
}
.nav-image__container {
  padding: 0;
}
.nav-image__container li {
  display: inline-block;
}
.menu-offer--right-aligned {
  border-left: 0;
  border-right: 1px solid #c7c7c7;
}
.no-flexbox .navbar-nav {
  margin: 0 auto;
  width: 1150px;
  display: block;
  float: none;
}
/*-----------------------------------
     Navigation Mobile
-----------------------------------*/

@media (max-width: 767px) {
  .search-mobile {
    background: #eeeeee;
    padding: 15px 20px;
  }
  .search input {
    position: absolute;
    width: 0px;
    margin-left: 210px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    height: 40px;
    line-height: 18px;
    padding: 0 2px 0 2px;
    border-radius: 1px;
    background: white;
    right: 0;
    width: 100%;
    padding: 0 10px;
  }
  .search-mobile-non-vybe {
    background: #eeeeee;
    padding: 15px 20px;
  }
  .search-mobile-non-vybe .search input {
    position: absolute;
    width: 0px;
    margin-left: 210px;
    transition: all 0.7s ease-in-out;
    height: 40px;
    line-height: 18px;
    padding: 0 2px 0 2px;
    border-radius: 1px;
    background: white;
    right: 0;
    width: 100%;
    padding: 0 10px;
  }
  .navbar-header {
    height: 43px;
    z-index: 2;
    /*border-bottom: 1px solid #c7c7c7;*/
    text-align: center;
    position: relative;
    top: 0;
  }
  .mobile-logo {
    position: relative;
    text-align: left;
    padding: 6px 55px 0 55px;
  }
  svg#mobile-logo {
    width: 40%;
    position: absolute;
    left: 15%;
    top: 2px;
    height: 35px;
  }
  .mobile-quick-basket {
    position: absolute;
    right: 6px;
    top: 54px;
    width: 40px;
    height: 33px;
    font-size: 16px;
  }
  .navbar-collapse {
    height: auto !important;
  }
  .mobile-nav {
    position: fixed;
    top: 86px;
    left: 0;
    width: 100%;
    min-height: 300px;
    z-index: 2;
    overflow: hidden;
    background: white;
    -webkit-transition: transform 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -moz-transition: transform 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -o-transition: transform 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: transform 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    will-change: transform;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .mobile-nav.closed {
    position: fixed;
    top: 92px;
    left: 0;
    -moz-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    -o-transform: translateX(-120%);
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
    overflow: hidden;
  }
  .dropdown-header {
    font-size: 14px !important;
  }
  /*-----------------------------------
       Navigation Mobile Toggle
  -----------------------------------*/
  
  .navbar-toggle {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin: 0;
    height: 35px;
    float: none;
    position: absolute;
    top: 47px;
    left: 5px;
  }
  .navbar-toggle .icon-bar {
    background: black;
    margin-left: auto;
    margin-right: auto;
    -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .navbar-toggle.navbar--open .icon-bar:nth-child(3) {
    opacity: 0;
  }
  .navbar-toggle.navbar--open .icon-bar:nth-child(2) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 0;
  }
  .navbar-toggle.navbar--open .icon-bar:nth-child(4) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -7px;
  }
  /*-----------------------------------
       Navigation Mobile Cat
  -----------------------------------*/
  
  .navbar-nav {
    flex-direction: column;
    flex-wrap: nowrap;
    width: 98%;
    margin: 0;
  }
  .navbar-nav .dropdown {
    overflow: hidden;
  }
  .navbar-nav .dropdown > a {
    padding: 12px 0;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
  }
  .navbar-nav .dropdown > a:focus {
    border-color: #dddddd;
  }
  .navbar-nav .dropdown > a i {
    float: right;
  }
  .navbar-nav .dropdown > a:hover {
    background-color: white;
  }
  .navbar-nav .dropdown i {
    font-size: 14px;
    padding: 0 10px;
  }
  .navbar-nav .dropdown .dropdown-header {
    font-size: 14px;
  }
  .navbar-nav .dropdown .dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    min-height: 20px;
    padding: 20px 0;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .dropdown .dropdown-menu .list-menu {
    padding: 0;
  }
  .navbar-nav .dropdown .dropdown-menu ul,
  .navbar-nav .dropdown .dropdown-menu li {
    padding: 3px 0;
  }
  .mobile-collapse {
    max-height: 45px;
    overflow: hidden;
    -webkit-transition: max-height 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -moz-transition: max-height 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -o-transition: max-height 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: max-height 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
  .mobile-collapse .list-menu {
    text-indent: 10px;
    opacity: 0;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms;
  }
  .mobile-collapse.in {
    max-height: 600px;
  }
  .mobile-collapse.in .list-menu {
    text-indent: 0px;
    opacity: 1;
  }
  /*-----------------------------------
       Navigation Mobile Search
      -----------------------------------*/
  
  .search-mobile {
    cursor: pointer;
  }
  .search-mobile input {
    background: none;
    border: 0;
    padding: 0 10px;
    text-transform: uppercase;
    color: black;
    width: 80%;
    height: 39px;
    font-size: 12px;
  }
  .search-mobile input:focus {
    outline: 0;
  }
  .search-mobile > i {
    font-size: 12px;
  }
  .search-mobile__input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: black;
    letter-spacing: 1px;
  }
  .searc-mobile__input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: black;
    opacity: 1;
    letter-spacing: 1px;
  }
  .search-mobile__input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: black;
    opacity: 1;
    letter-spacing: 1px;
  }
  .search-mobile__input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: black;
    letter-spacing: 1px;
  }
  .search-mobile__btn {
    float: right;
    width: 30px;
    height: 28px;
    margin-right: 5px;
    text-align: center;
    line-height: 32px;
    color: #333333;
    font-size: 12px;
    padding: 0 !important;
    background: none;
    border: 0;
    margin-top: 5px;
  }
  .search-mobile__btn:focus {
    outline: none;
  }
  .search-mobile__box {
    display: inline-block;
    width: 100%;
    height: 40px;
    border: 1px solid #c7c7c7;
    background: #f9f9f9;
    -moz-transition: all 600ms;
    -o-transition: all 600ms;
    -webkit-transition: all 600ms;
    transition: all 600ms;
  }
}
/*-----------------------------------
     Navigation Tablet/ Desktop
-----------------------------------*/

@media (min-width: 767px) {
  .mobile-nav {
    height: auto !important;
  }
  .nav > li > a:hover + .dropdown-menu {
    top: 74%;
    left: 0px;
    opacity: 1;
  }
  .nav > li > .dropdown-menu:hover {
    top: 74%;
    left: 0px;
    opacity: 1;
  }
  .dropdown-menu {
    -webkit-transition: top 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75), opacity 200ms ease;
    -moz-transition: top 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75), opacity 200ms ease;
    -o-transition: top 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75), opacity 200ms ease;
    transition: top 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75), opacity 200ms ease;
    will-change: opacity, transform;
    top: 60px;
    border-radius: 0;
  }
  .dropdown-menu a {
    text-shadow: none;
  }
  .dropdown-menu a:hover {
    text-decoration: underline;
  }
  .nav > li .dropdown-menu.open {
    opacity: 1;
    left: 0;
    top: 98%;
  }
  .dropdown {
    position: static !important;
  }
  .dropdown a:hover {
    text-decoration: underline;
  }
  .dropdown:hover > a {
    text-decoration: underline;
  }
  .nav > li > a {
    font-size: 14px;
    padding: 15px 10px;
  }
  .no-flexbox .navbar-nav {
    margin: 0 auto;
    width: 750px;
    display: block;
    float: none;
  }
  .navbar-nav > li > .dropdown-menu {
    margin-top: 38px;
  }
}
@media (min-width: 768px) {
  .navbar-nav .dropdown > a {
    font-size: 14px;
  }
  .navbar {
    min-height: 40px;
  }
  .menu-offer a:nth-child(2) {
    display: none;
  }
  .navbar-nav .dropdown > a {
    padding: 7px 6px;
    white-space: nowrap;
    font-size: 12px;
    letter-spacing: 0;
  }
  .main-navigation {
    margin-top: 7px;
  }
  .header-icons {
    top: 14px;
  }
  .header-icons #search-svg {
    width: 14px;
    height: 14px;
    top: -4px;
    position: relative;
  }
  .header-icons #shopping-bag-svg {
    width: 14px;
    height: 18px;
    position: relative;
    top: -1px;
  }
  .header-icons .glyphicon {
    top: -1px;
  }
  .header-icons ul li .glyphicon {
    font-size: 12px;
  }
  .tablet-logo {
    position: relative;
    width: 80% !important;
    padding: 0 !important;
    left: 10px;
  }
  .nav > li > a:hover + .dropdown-menu {
    top: 56%;
  }
  .homepage .page-container {
    margin-top: 138px !important;
  }
}
@media (min-width: 992px) {
  .homepage .page-container {
    margin-top: 112px;
  }
  .nav > li > a:hover + .dropdown-menu {
    top: 74%;
  }
  .navbar-nav .dropdown > a {
    padding: 7px 3px;
    white-space: nowrap;
    font-size: 12px;
  }
  .no-flexbox .navbar-nav {
    margin: 0 auto;
    width: 1010px;
    display: block;
    float: none;
  }
  .navbar-nav .dropdown > a {
    font-size: 15px;
    padding: 18px 4px 48px 4px;
  }
  .main-navigation {
    margin-top: 24px;
  }
  .header-icons {
    top: 41px;
  }
  .header-icons #search-svg {
    width: 20px;
    height: 20px;
    top: 0px;
    position: relative;
  }
  .header-icons #shopping-bag-svg {
    width: 18px;
    height: 18px;
    position: relative;
    top: -1px;
  }
  .header-icons ul li .glyphicon {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .navbar-nav .dropdown > a {
    padding: 10px 18px;
    white-space: nowrap;
  }
  .navbar-nav .dropdown > a {
    font-size: 16px;
    padding: 18px 10px 50px 10px;
  }
  .no-flexbox .navbar-nav {
    margin: 0 auto;
    width: 1150px;
    display: block;
    float: none;
  }
  .menu-offer a:nth-child(2) {
    display: inline-block;
  }
  .header-icons ul li {
    margin: 0 3px;
  }
  .header-icons #search-svg {
    width: 20px;
    height: 20px;
    top: -3px;
    position: relative;
  }
  .header-icons #shopping-bag-svg {
    width: 18px;
    height: 18px;
    position: relative;
    top: -3px;
  }
}
@media (min-width: 1400px) {
  .navbar-nav .dropdown > a {
    padding: 18px 10px 50px 10px;
  }
}
.headerB .primary-logo {
  transition: all 0.2s ease-in-out;
}
.headerB .transition-menu {
  -webkit-transition: top 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75), opacity 200ms ease;
  -moz-transition: top 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75), opacity 200ms ease;
  -o-transition: top 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75), opacity 200ms ease;
  transition: top 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75), opacity 200ms ease;
  will-change: opacity, transform;
}
.headerB .transition-mobile-menu {
  -webkit-transition: transform 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: transform 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: transform 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: transform 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  will-change: transform;
}
.headerB .navbar {
  position: static;
  background: white;
  z-index: 2;
  margin-bottom: 0;
}
.headerB .main-navigation {
  position: static;
  margin-top: 0px;
}
.headerB .sale {
  color: #99283a;
}
.headerB .navbar-nav {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-justify-content: center;
  justify-content: center;
}
.headerB .navbar-nav .dropdown {
  flex-grow: 0;
}
.headerB .navbar-nav .dropdown > a {
  padding: 10px 18px;
  white-space: nowrap;
}
.headerB .navbar-nav .dropdown a {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0px;
  font-size: 14px;
  text-transform: uppercase;
  color: #333333;
  padding: 0;
  display: block;
  transition: padding 0.2s ease-in-out;
  line-height: initial;
}
.headerB .navbar-nav .dropdown a.sale {
  color: #99283a;
}
.headerB .navbar-nav .dropdown .dropdown-menu {
  display: block;
  opacity: 0;
  top: 72%;
  left: -9999px;
  width: 100%;
  min-height: 150px;
}
.headerB .navbar-nav .dropdown .dropdown-menu li {
  list-style: none;
}
.headerB .navbar-nav .dropdown .dropdown-menu .list-menu {
  padding: 15px 0;
}
.headerB .navbar-nav .dropdown .dropdown-menu .list-menu li > a {
  text-transform: none;
  text-transform: uppercase;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  line-height: 24px;
}
.headerB .navbar-nav .dropdown .dropdown-menu .list-menu .dropdown-header {
  padding: 15px 0;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: #333333;
}
.headerB .menu-offer {
  margin: 20px 0 0;
  padding-left: 20px;
  border-left: 1px solid #c7c7c7;
}
.headerB .menu-offer img {
  display: block;
  margin-right: 0;
}
.headerB .nav-image__container {
  padding: 0;
}
.headerB .nav-image__container li {
  display: inline-block;
}
.headerB .menu-offer--right-aligned {
  border-left: 0;
  border-right: 1px solid #c7c7c7;
}
.headerB .no-flexbox .navbar-nav {
  margin: 0 auto;
  width: 1150px;
  display: block;
  float: none;
}
.items-added .quick-basket__total {
  color: white;
}
/*-----------------------------------
     Navigation Mobile
-----------------------------------*/

@media (max-width: 767px) {
  .navbar {
    min-height: 40px !important;
  }
  .navbar .dropdown-menu li > a {
    font-size: 14px;
  }
  .page-containerB .breadcrumbs {
    margin: 15px 0 0 0;
  }
  .headerB .country .country__selected .siteFlagText {
    padding: 0 0 0 0;
    top: 2px;
  }
  .headerB .search input {
    position: absolute;
    width: 0px;
    margin-left: 210px;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    height: 40px;
    line-height: 18px;
    padding: 0 2px 0 2px;
    border-radius: 1px;
    background: white;
    right: 0;
    width: 100%;
    padding: 0 10px;
    border-bottom: 1px solid black;
  }
  .headerB .navbar-header {
    height: 43px;
    z-index: 2;
    text-align: center;
  }
  .headerB .mobile-quick-basket {
    position: absolute;
    right: 6px;
    top: 7px;
    width: 40px;
    height: 33px;
    font-size: 16px;
  }
  .headerB .mobile-quick-basket .outer-price {
    position: absolute;
    top: 6px;
    left: 16px;
    font-size: 14px;
  }
  .headerB .navbar-collapse {
    height: auto !important;
  }
  .headerB .mobile-nav {
    position: fixed;
    top: 76px;
    left: 0;
    width: 100%;
    min-height: 300px;
    z-index: 2;
    height: calc(100vh);
    overflow: hidden;
    background: white;
    -webkit-transition: transform 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -moz-transition: transform 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -o-transition: transform 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: transform 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    will-change: transform;
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .headerB .main-navigation {
    border-top: none;
    border-bottom: none;
  }
  .headerB .mobile-nav.closed {
    position: fixed;
    top: 84px;
    left: 0;
    -moz-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    -o-transform: translateX(-120%);
    -webkit-transform: translateX(-120%);
    transform: translateX(-120%);
    overflow: hidden;
  }
  .headerB .dropdown-header {
    font-size: 14px !important;
  }
  .headerB .navbar-toggle {
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin: 0;
    height: 35px;
    float: none;
    position: absolute;
    top: 0;
    left: 0px;
  }
  .headerB .navbar-toggle .icon-bar {
    background: black;
    margin-left: auto;
    margin-right: auto;
    -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .headerB .btn-mobile-search {
    padding: 0;
    position: absolute;
    top: 5px;
    right: 52px;
    background: white;
  }
  .headerB .navbar-toggle.navbar--open .icon-bar:nth-child(3) {
    opacity: 0;
  }
  .headerB .navbar-toggle.navbar--open .icon-bar:nth-child(2) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: 0;
  }
  .headerB .navbar-toggle.navbar--open .icon-bar:nth-child(4) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -7px;
  }
  .headerB .navbar-nav {
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    margin: 0;
  }
  .headerB .navbar-nav .dropdown {
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
  }
  .headerB .navbar-nav .dropdown > a {
    border-bottom: none;
    border-top: none;
    line-height: 20px;
    padding: 13px 0;
    display: block;
    height: 43px;
    font-size: 14px;
  }
  .headerB .navbar-nav .dropdown > a:focus {
    border-color: #dddddd;
  }
  .headerB .navbar-nav .dropdown > a i {
    float: right;
  }
  .headerB .navbar-nav .dropdown > a:hover {
    background-color: white;
  }
  .headerB .navbar-nav .dropdown i {
    font-size: 14px;
    padding: 0 10px;
  }
  .headerB .navbar-nav .dropdown .dropdown-header {
    font-size: 14px;
  }
  .headerB .navbar-nav .dropdown .dropdown-menu {
    position: relative;
    top: 0;
    left: 0;
    opacity: 1;
    min-height: 20px;
    padding: 0;
    border: 0;
    box-shadow: none;
  }
  .headerB .navbar-nav .dropdown .dropdown-menu .list-menu {
    padding: 0;
  }
  .headerB .navbar-nav .dropdown .dropdown-menu ul,
  .headerB .navbar-nav .dropdown .dropdown-menu li {
    padding: 3px 0;
  }
  .headerB .mobile-collapse {
    max-height: 40px;
    overflow: hidden;
    -webkit-transition: max-height 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -moz-transition: max-height 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    -o-transition: max-height 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
    transition: max-height 300ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  }
  .headerB .mobile-collapse .list-menu {
    text-indent: 10px;
    opacity: 0;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms;
  }
  .headerB .mobile-collapse.in {
    max-height: 600px;
  }
  .headerB .mobile-collapse.in .list-menu {
    text-indent: 0px;
    opacity: 1;
  }
  .headerB .search-mobile {
    cursor: pointer;
    background: #f9f9f9;
    padding: 15px 20px;
  }
  .headerB .search-mobile input {
    background: none;
    border: 0;
    padding: 0 10px;
    text-transform: uppercase;
    color: black;
    width: 80%;
    height: 39px;
    font-size: 16px;
  }
  .headerB .search-mobile input:focus {
    outline: 0;
  }
  .headerB .search-mobile > i {
    font-size: 12px;
  }
  .headerB .search-mobile-non-vybe {
    cursor: pointer;
    background: #eeeeee;
    padding: 15px 20px;
  }
  .headerB .search-mobile-non-vybe input {
    background: none;
    border: 0;
    padding: 0 10px;
    text-transform: uppercase;
    color: black;
    width: 80%;
    height: 39px;
    font-size: 12px;
  }
  .headerB .search-mobile-non-vybe input:focus {
    outline: 0;
  }
  .headerB .search-mobile-non-vybe > i {
    font-size: 12px;
  }
  .headerB .search-mobile__input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: black;
    letter-spacing: 1px;
  }
  .headerB .searc-mobile__input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: black;
    opacity: 1;
    letter-spacing: 1px;
  }
  .headerB .search-mobile__input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: black;
    opacity: 1;
    letter-spacing: 1px;
  }
  .headerB .search-mobile__input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: black;
    letter-spacing: 1px;
  }
  .headerB .search-mobile__btn {
    float: right;
    width: 30px;
    height: 28px;
    margin-right: 5px;
    text-align: center;
    line-height: 32px;
    color: #333333;
    font-size: 18px;
    padding: 0 !important;
    background: none;
    border: 0;
    margin-top: 5px;
  }
  .headerB .search-mobile__btn:focus {
    outline: none;
  }
  .headerB .search-mobile__box {
    display: inline-block;
    width: 100%;
    height: 40px;
    border: 2px solid #3c3c3c;
    background: #f9f9f9;
    -moz-transition: all 600ms;
    -o-transition: all 600ms;
    -webkit-transition: all 600ms;
    transition: all 600ms;
  }
}
/*-----------------------------------
     Navigation Tablet/ Desktop
-----------------------------------*/

@media (min-width: 767px) {
  svg#mobile-logo {
    width: 40%;
    position: absolute;
    left: 20%;
    top: 2px;
    height: 35px;
  }
  .bottom-spacing {
    margin-bottom: 30px;
  }
  .headerB .mobile-nav {
    height: auto !important;
  }
  .headerB .nav > li > a:hover + .dropdown-menu {
    left: 0px;
    opacity: 1;
  }
  .headerB .nav > li > .dropdown-menu:hover {
    left: 0px;
    opacity: 1;
  }
  .headerB .dropdown-menu {
    -webkit-transition: top 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75), opacity 200ms ease;
    -moz-transition: top 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75), opacity 200ms ease;
    -o-transition: top 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75), opacity 200ms ease;
    transition: top 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75), opacity 200ms ease;
    will-change: opacity, transform;
    top: 60px;
    border-radius: 0;
  }
  .headerB .dropdown-menu a {
    text-shadow: none;
  }
  .headerB .dropdown-menu a:hover {
    text-decoration: none;
  }
  .headerB .nav > li .dropdown-menu.open {
    opacity: 1;
    left: 0;
    top: 73%;
  }
  .headerB .dropdown {
    position: static !important;
  }
  .headerB .dropdown a:hover {
    text-decoration: none;
  }
  .headerB .dropdown:hover > a {
    text-decoration: none;
  }
  .headerB .nav > li > a {
    font-size: 14px;
    padding: 15px 10px;
  }
  .headerB .no-flexbox .navbar-nav {
    margin: 0 auto;
    width: 750px;
    display: block;
    float: none;
  }
  .headerB .navbar-nav > li > .dropdown-menu {
    margin-top: 38px;
    top: 73%;
  }
}
@media (min-width: 768px) {
  .homepage .page-containerB {
    position: relative;
    margin-top: 140px;
  }
  .page-containerB {
    position: relative;
    margin-top: 143px;
  }
  .headerB .search {
    transition: margin-top 0.2s ease-in-out;
    margin-top: 1.8rem;
  }
  .headerB .navbar {
    min-height: 25px;
  }
  .headerB .navbar-nav .dropdown .dropdown-menu .list-menu li > a {
    font-size: 14px;
  }
  .headerB .menu-offer a:nth-child(2) {
    display: none;
  }
  .headerB .navbar-nav .dropdown > a {
    white-space: nowrap;
    font-size: 10px;
    padding: 6px 5px 3px 5px;
    font-weight: 700;
    border-bottom: 3px solid transparent;
  }
  .headerB .navbar-nav .dropdown > a:hover {
    color: black;
    background: none;
    border-bottom: 3px solid black;
  }
  .headerB .header-icons #search-svg {
    width: 14px;
    height: 14px;
    top: -4px;
    position: relative;
  }
  .headerB .tablet-logo {
    position: relative;
    width: 80% !important;
    padding: 0 !important;
    left: 10px;
  }
}
@media (min-width: 1200px) {
  .headerB .no-flexbox .navbar-nav {
    margin: 0 auto;
    width: 1150px;
    display: block;
    float: none;
  }
  .headerB .menu-offer a:nth-child(2) {
    display: inline-block;
  }
  .headerB .header-icons ul li {
    margin: 0 3px;
  }
  .headerB .header-icons #search-svg {
    width: 20px;
    height: 20px;
    top: -3px;
    position: relative;
  }
  .headerB .header-icons #shopping-bag-svg {
    width: 18px;
    height: 18px;
    position: relative;
    top: -3px;
  }
  .navbar {
    min-height: 40px;
  }
  .nav > li > a:hover + .dropdown-menu {
    top: 73%;
  }
  .headerB .navbar-nav .dropdown > a {
    white-space: nowrap;
    font-size: 14px;
    padding: 10px 15px;
    font-weight: 700;
  }
}
@media (min-width: 1400px) {
  
}
@media (min-width: 1200px) and (max-width: 1365px) {
  .headerB .navbar-nav .dropdown .dropdown-menu .list-menu li > a {
    font-size: 12px;
  }
}
@media (min-width: 1600px) {
  .page-containerB {
    margin-top: 165px;
  }
  .headerB .usp .usp__block .row {
    justify-content: center;
    display: flex;
  }
}
.your-account .members-log-out {
  margin-top: 10px;
  float: right;
}
.your-account .nav-tabs > li > a {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
}
.your-account .tab-content .tab-pane {
  padding-top: 40px;
}
.your-account .tab-content h3 {
  text-transform: uppercase;
}
.your-account .your-account__orders .table th {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 16px;
  background: #f9f9f9;
}
.your-account .your-account__orders .table td {
  font-size: 12px;
}
.your-account .your-account__orders .table a {
  text-transform: uppercase;
  text-decoration: underline;
}
.order-confirmation__details dt {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 767px) {
  .your-account .members-log-out {
    margin-top: 10px;
    float: none;
  }
  .your-account .members-log-out .btn {
    width: 100%;
  }
  .your-account .nav-tabs > li > a {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .your-account .tab-content .tab-pane {
    padding-top: 40px;
  }
  .your-account .tab-content h3 {
    text-transform: uppercase;
  }
  .your-account .your-account__orders .table th {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 1px;
    background: #f9f9f9;
  }
  .your-account .your-account__orders .table td {
    font-size: 12px;
  }
  .your-account .your-account__orders .table a {
    text-transform: uppercase;
    text-decoration: underline;
  }
  .order-confirmation__details dt {
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}
@media (min-width: 768px) {
  
}
@media (min-width: 992px) {
  
}
@media (min-width: 1200px) {
  
}
.payment-types {
  margin: 10px 0;
}
.viewBasket .page-container {
  position: relative;
  z-index: 1;
  margin-top: 175px;
}
.viewBasket header {
  border-bottom: 1px solid #c7c7c7;
}
.viewBasket .owl-carousel .owl-controls {
  opacity: 1;
}
.page-title--center {
  display: block;
  text-align: center !important;
}
.owl-carousel-upsell .owl-dots {
  text-align: center;
  bottom: 5px;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
.owl-carousel-upsell .owl-dot.active {
  background: black;
}
.owl-carousel-upsell .owl-dot {
  border-radius: 50px;
  height: 10px;
  width: 10px;
  display: inline-block;
  background: rgba(127, 127, 127, 0.5);
  margin-left: 5px;
  margin-right: 5px;
}
.header-checkout .main-navigation {
  border-bottom: 1px solid transparent !important;
  border-top: 1px solid transparent !important;
}
.header-checkout header {
  position: relative;
}
.header-checkout .page-container {
  position: relative;
  z-index: 1;
  margin-top: 0px;
}
.header-checkout .mobile-quick-basket {
  display: none;
}
.header-checkout .navbar-toggle {
  display: none;
}
.header-checkout .dropdown {
  display: none;
}
.checkout-terms {
  margin: 20px 0 0 0;
  padding: 20px 0 17px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  display: block;
}
.basket-test .delivery-options {
  margin: 0px 0;
}
.price-totals__subtotal {
  text-align: left !important;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 16px;
  color: #8a8a8a;
}
.voucher_update {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.voucher_update .well.voucher {
  min-height: 20px;
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border: transparent;
  border-radius: 4px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.voucher_update .voucher-form__titleNew {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  padding: 10px;
  padding: 0;
  text-align: center;
  display: block;
}
.upsell-carousel {
  margin-top: 20px;
}
.upsell-carousel .btn-secondary {
  font-size: 10px;
}
.upsell-carousel .associated-product {
  min-height: unset !important;
}
.upsell-carousel .owl-carousel-upsell {
  padding: 0 5%;
}
.upsell-carousel .owl-carousel .owl-nav .owl-prev {
  left: 0px;
}
.upsell-carousel .owl-carousel .owl-nav .owl-next {
  right: 0px;
}
.basket-upsell {
  background: #efefef;
  padding-right: 20px;
}
.basket-upsell .associated-product__title {
  padding: 0 0;
  min-height: 0;
  margin-top: 20px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}
.basket-upsell .pricing-block__now {
  font-size: 14px;
}
.basket-upsell .custom-select--light {
  font-size: 14px;
}
.basket-upsell .associated-product__image {
  margin-bottom: 0;
  position: relative;
}
.basket-upsell .pricing-block {
  margin-top: 10px;
}
.basket-upsell .custom-select--light {
  border: 1px solid #c1c1c1;
  padding: 7px 5px;
  margin: 15px 0;
}
.basket-upsell .buy-grid__btn {
  margin-top: 7px;
}
.basket-upsell .effeckt-label {
  white-space: normal;
  word-wrap: break-word;
}
/*====   NEW BASKET CSS ====*/

input:focus {
  outline: none;
}
.newBasket {
  background: #f7f7f7;
  padding-bottom: 60px;
}
.newBasket .listing-noresults {
  /* margin-top: 20px; */
  margin-bottom: 30px;
}
.newBasket .voucher-form .voucher-form__title {
  background: none;
  border-bottom: none;
}
.newBasket .delivery-options .delivery-options__title {
  background: none;
  border-bottom: none;
}
.newBasket .btn-primary {
  color: white;
  background-color: #3fe080;
  border-color: #30b365;
}
.newBasket .btn-primary:hover,
.newBasket .btn-primary:focus,
.newBasket .btn-primary:active,
.newBasket .btn-primary.active,
.newBasket .open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #30b365;
  border-color: #30b365;
}
.newBasket .btn-primary:active,
.newBasket .btn-primary.active,
.newBasket .open .dropdown-toggle.btn-primary {
  background-image: none;
}
.newBasket .btn-primary.disabled,
.newBasket .btn-primary[disabled],
.newBasket fieldset[disabled] .btn-primary,
.newBasket .btn-primary.disabled:hover,
.newBasket .btn-primary[disabled]:hover,
.newBasket fieldset[disabled] .btn-primary:hover,
.newBasket .btn-primary.disabled:focus,
.newBasket .btn-primary[disabled]:focus,
.newBasket fieldset[disabled] .btn-primary:focus,
.newBasket .btn-primary.disabled:active,
.newBasket .btn-primary[disabled]:active,
.newBasket fieldset[disabled] .btn-primary:active,
.newBasket .btn-primary.disabled.active,
.newBasket .btn-primary[disabled].active,
.newBasket fieldset[disabled] .btn-primary.active {
  background-color: #3fe080;
  border-color: #30b365;
}
.newBasket .btn-primary .badge {
  color: #3fe080;
  background-color: white;
}
.newBasket .btn-primary:hover,
.newBasket .btn-primary:focus,
.newBasket .btn-primary.focus,
.newBasket .btn-primary:active,
.newBasket .btn-primary.active,
.newBasket .open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #30b365 !important;
  border-color: #30b365 !important;
}
.newBasket .basket-product__item-price {
  margin-top: 0px;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
}
.newBasket .price-totals .price-totals__grand-total {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
/*====   NEW BASKET CSS ====*/

.listing-noresults {
  margin-top: 20px;
}
.listing-noresults .listing-noresults__image {
  padding: 10px;
  display: inline-block;
}
.listing-noresults .listing-noresults__heading {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}
.basket-promo {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px;
  margin: 20px 0;
  border-left: 1px solid #f2f2f2;
  min-height: 142px;
}
.basket-promo .basket-promo__highlight {
  color: #a18f61;
}
.basket-promo .basket-promo__small {
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  font-style: italic;
  color: #b6b6b6;
}
.basket-promo p.basket-promo__small {
  margin-top: 5px;
}
.viewBasketContainer .alert {
  margin: 0;
  padding: 12px 15px 11px;
}
.block-window {
  position: relative;
}
.viewBagTable .promotion {
  color: #ff5959;
  font-weight: bold;
}
.basket-product-list {
  position: relative;
}
.basket-product-list .btn-delete {
  position: absolute;
  right: 12px;
  top: 15px;
}
.basket-product-list .btn-delete a {
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  padding: 3px 7px;
  font-size: 1em;
}
.table-header {
  font-family: 'Montserrat', sans-serif;
  background: #f9f9f9;
  border-bottom: 1px solid #b6b6b6;
}
.table-header h5 {
  margin: 0;
  padding: 10px;
  letter-spacing: 1px;
}
.basket-product {
  position: relative;
  border-top: 0;
  overflow: hidden;
  padding: 15px 0;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  font-size: 12px;
}
.basket-product .basket-product__img {
  display: block;
  margin: 0;
}
.basket-product a {
  color: black;
  text-decoration: none;
}
.basket-product a:hover {
  color: #333333;
}
.basket-product-list .row-fluid:first-child .basket-product {
  border: 1px solid #b3b3b3;
}
.basket-product .label {
  color: white;
  font-family: Arial;
  font-size: 0.8em;
  font-weight: normal;
  text-transform: lowercase;
}
.basket-product__item-colour {
  margin: 0;
  font-size: 18px;
}
.basket-product__item-colour span {
  padding-right: 52px;
}
.basket-product__item-size {
  margin: 10px 0 0;
  font-size: 18px;
}
.basket-product__item-quantity {
  text-align: center;
  font-size: 18px;
}
.basket-product__item-quantity .qty {
  height: 34px;
  width: 40px;
  text-align: center;
  vertical-align: top;
}
.basket-product__item-quantity .qty-btn {
  display: inline-block;
  line-height: 32px;
}
.basket-product__item-quantity .qty-btn:hover {
  background: rgba(0, 0, 0, 0.07);
}
.basket-product__item-quantity .qty-up {
  text-align: center;
  height: 32px;
  width: 40px;
  cursor: pointer;
}
.basket-product__item-quantity .qty-down {
  text-align: center;
  height: 32px;
  width: 40px;
  cursor: pointer;
}
.basket-product__item-quantity .basket-product__update-btn {
  border: rgba(0, 0, 0, 0.07);
}
.basket-product__remove {
  background: url(/img/static/basket/cross.png) no-repeat;
  height: 20px;
  width: 20px;
  display: inline-block;
}
.basket-product__item-price {
  margin-top: 10px;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}
.basket-product--no-padding {
  margin: 10px 0 0;
}
.basket-product--large-padding {
  margin: 5px 0 0;
}
.basket-product--small-padding {
  margin: 8px 0 0;
}
.delivery-options .sprite-filter {
  background: white;
  border: 1px solid #dddddd;
  height: 14px;
  width: 14px;
}
.delivery-options .active .sprite-filter {
  background: #333333;
  border: none;
  height: 14px;
  width: 14px;
}
.delivery-options label {
  font-weight: normal;
}
.delivery-options .radio {
  cursor: pointer;
  margin-left: 20px;
}
.delivery-options .delivery-options__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  padding: 10px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #b6b6b6;
  margin-bottom: 0;
}
.delivery-options .delivery-options__type {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.delivery-options .delivery-options__type-desc {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
}
.delivery-options .delivery-option__cost {
  display: inline-block;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  padding-left: 20px;
}
.delivery-options input {
  display: block;
}
.delivery-options .accordion .accordion-heading {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.delivery-options .accordion .radio {
  margin-left: 20px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 2px 5px;
}
.delivery-options .accordion .radio:hover {
  background: #f2f2f2;
}
.delivery-options .accordion .delivery-option__country-desc {
  font-size: 14px;
  font-weight: normal;
}
.delivery-options .accordion .delivery-option__cost {
  color: #333333;
}
.basket-table {
  background: white;
  border-radius: 6px;
  padding: 10px;
}
.basket-table .table-header h5 {
  font-size: 14px;
}
.basket-table--grey {
  background: #f7f7f7;
}
.basket-table-margin {
  margin-top: 20px;
}
.voucher-form {
  margin: 20px 0;
  width: 100%;
}
.voucher-form .voucher-form__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  background: #f9f9f9;
  padding: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid #b6b6b6;
}
.voucher-form .voucher-form__input {
  font-size: 16px;
  height: 53px;
  width: 70%;
}
.voucher-form .voucher-form__btn {
  font-family: 'Montserrat', sans-serif;
  padding: 15px 10px;
  font-size: 18px;
}
.alert-voucher a {
  color: white;
  margin: -13px -15px;
  padding: 14px 15px;
  background: rgba(0, 0, 0, 0.07);
  line-height: initial;
}
.panel-not-ready .panel {
  margin-bottom: 0;
}
.panel-not-ready--bottom {
  position: absolute;
  bottom: 0;
}
.price-list {
  font-size: 1.2em;
}
.basket-btn {
  padding: 12px 10px;
  font-size: 20px;
}
.price-totals {
  text-align: right;
}
.price-totals .price-totals__sub-total,
.price-totals .price-totals__delivery,
.price-totals .price-totals__discount,
.price-totals .price-totals__grand-total {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  margin: 4px 0;
  text-transform: uppercase;
  color: #333333;
  letter-spacing: 1px;
}
.price-totals .price-totals__sub-total span,
.price-totals .price-totals__delivery span,
.price-totals .price-totals__discount span,
.price-totals .price-totals__grand-total span {
  float: left;
}
.bag-options {
  margin: 20px 0;
}
.bag-options h3 {
  display: block;
  font-family: 'Montserrat', sans-serif;
  margin: 9px 0 18px 0;
  font-size: 18px;
}
.bag-options .btn-gray-lighter {
  padding: 15px 12px;
  font-size: 18px;
  margin-bottom: 15px;
  text-transform: none;
  text-transform: uppercase;
}
.btn-paypal {
  background: none;
  border: 1px solid #aaaaaa;
  padding: 8px 20px;
  transition: background 0.2s ease-in-out;
}
.btn-paypal:hover {
  background: #eeeeee;
}
.btn-paypal span {
  color: #002f86;
  position: relative;
  top: -6px;
  right: 9px;
}
@media (max-width: 767px) {
  .margin-bottom-mobile {
    margin-bottom: 10px;
  }
  .basket-product__item-colour {
    font-size: 12px;
  }
  .basket-product__item-size {
    font-size: 12px;
    margin: 0;
  }
  .no-gutter-margin {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .mobile-buttons {
    margin-top: 20px;
  }
  .padding-left-mobile {
    padding-left: 5px;
  }
  .basket-table-margin--mobile {
    margin-top: 20px;
  }
  .viewBasket .search-mobile {
    display: none;
  }
  .viewBasket .owl-controls {
    display: block;
  }
  .ymal-title h3 {
    font-size: 20px !important;
    letter-spacing: 1px;
  }
  .viewBasket .page-containerB {
    margin-top: 85px;
  }
  .newBasket .page-title h1 {
    font-size: 22px;
  }
  .newBasket .basket-product__item-price {
    font-size: 18px;
    text-align: left;
    margin-top: 10px;
  }
  .voucher_update .form-group {
    display: flex;
  }
  .basket-product__remove {
    height: 16px;
    width: 16px;
    background: none;
    position: absolute;
    right: -9px;
    top: -4px;
  }
  .basket-product__remove .top {
    width: 2px;
    background: black;
    height: 18px;
    display: block;
    transform: rotate(-45deg);
    top: 0;
    position: absolute;
    left: 7px;
  }
  .basket-product__remove .left {
    width: 2px;
    background: black;
    height: 18px;
    display: block;
    transform: rotate(45deg);
    position: absolute;
    left: 7px;
  }
  .basket-product__item-description {
    font-family: 'Montserrat', sans-serif;
    margin: -2px 0px 8px 0px;
    line-height: 18px;
  }
  .basket-product__item-description p {
    font-size: 18px;
  }
  .proceed-to-checkout {
    float: none !important;
  }
  .pricing-block__was {
    font-size: 18px !important;
  }
  .basket-product {
    text-align: left;
    margin-bottom: 15px;
  }
  .basket-product .basket-product__img {
    display: inline-block;
    max-width: 110%;
  }
  .basket-upsell .custom-select--light {
    margin: 7px 0;
    padding: 9px 5px;
  }
  .basket-upsell .associated-product__title {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    margin-top: 0px;
  }
  .basket-product__item-quantity {
    text-align: left;
    font-size: 12px;
    margin: 0px 0;
  }
  .basket-product__item-quantity input {
    padding: 5px 8px;
    font-size: 12px;
    margin: 0 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .basket-product__item-quantity .qty-btn {
    position: relative;
  }
  .basket-product__item-quantity .qty {
    display: inline-block;
    width: 22px;
    padding: 0 0;
    height: 31px;
    margin-top: 0;
    border: none;
  }
  .basket-product__item-quantity .qty-down {
    height: 25px;
    width: 18px;
  }
  .basket-product__item-quantity .qty-up {
    height: 25px;
    width: 18px;
  }
  .basket-product__item-quantity .qty-up .glyphicon {
    left: 2px;
  }
  .basket-product__item-quantity .basket-product__update-btn {
    width: 100%;
  }
  .price-totals {
    margin-top: 0px;
  }
  .price-totals__subtotal {
    margin: 0px !important;
  }
  .voucher-form .voucher-form__input {
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 8px;
    font-size: 16px;
    margin: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
  }
  .voucher-form .voucher-form__btn {
    display: block;
    width: 100%;
  }
  .basket-promo {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    min-height: 120px;
    border-left: 0;
    margin: 0;
    padding: 0;
  }
  .basket-upsell {
    padding: 10px 10px;
    background: white;
  }
  .upsell-carousel .owl-carousel-upsell {
    padding: 0 0%;
  }
}
@media (min-width: 768px) {
  .voucher-form .form-group {
    position: relative;
    width: 100%;
  }
  .voucher-form .voucher-form__input {
    width: 100%;
  }
  .viewBasket .page-container {
    margin-top: 138px;
  }
  .price-totals__subtotal {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .viewBasket .page-container {
    margin-top: 175px;
  }
  .shop-securely h2 {
    padding: 0 7px;
    font-size: 1.5em;
  }
  .price-totals__subtotal {
    margin-top: 0px;
  }
}
.checkoutPages,
.checkoutPage,
.orderConfirmation {
  background: whitesmoke;
}
.checkoutPages .page-container,
.checkoutPage .page-container,
.orderConfirmation .page-container {
  margin-top: 112px;
}
.checkoutPages .page-container .page-title,
.checkoutPage .page-container .page-title,
.orderConfirmation .page-container .page-title {
  text-align: center !important;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 0;
}
.checkoutPages .page-containerB,
.checkoutPage .page-containerB,
.orderConfirmation .page-containerB {
  margin-top: 103px;
}
.checkoutPages iframe,
.checkoutPage iframe,
.orderConfirmation iframe {
  margin: 0;
}
.outside-address {
  background: #cccccc;
  color: #333333;
  text-transform: uppercase;
  padding: 15px 10px;
  margin-bottom: 30px;
}
.checkout-pagetitle h1 {
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  padding-top: 15px;
}
.cvc-icon {
  position: relative;
  top: 11px;
}
.card-icon {
  position: relative;
  top: 5px;
  margin-left: 12px;
}
.checkout-tab__content .panel {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
}
.checkout-tab__content .panel-body {
  padding: 15px 15px 0 15px;
}
.paywithpaypal {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  font-weight: 500;
  padding-top: 12px;
  text-transform: uppercase;
}
.bs-form select {
  padding: 14px 10px;
  height: auto;
  width: 100%;
  background-position: 99% 48%;
}
.controls .glyphicon-chevron-down {
  top: 14px !important;
}
.checkoutpage {
  margin-bottom: 100px;
}
.checkoutpage .checkout-tab .checkout-tab__content {
  padding: 0;
}
.delivery-active a {
  background-color: #82734d;
}
.billing-address__list {
  padding: 30px;
  margin-bottom: 25px;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #eeeeee;
}
.billing-address__list ul li {
  font-size: 16px;
  padding-bottom: 5px;
}
.billing-address__list .list-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.billing-address__list .billing-address_list {
  margin-bottom: 20px;
}
label.termsandconditions {
  font-family: 'Montserrat', sans-serif;
  text-transform: inherit;
  font-size: 14px;
  letter-spacing: 0;
}
.checkout-tab p {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 14px;
  margin: 10px 0;
}
.checkout-tab h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.checkout-tab .checkout-tab__content {
  padding: 40px 5px;
}
.checkout-tab .sprite-filter {
  background: white;
  border: 1px solid #333333;
  height: 14px;
  width: 14px;
}
.checkout-tab .active .sprite-filter {
  background: black;
  border: none;
  height: 14px;
  width: 14px;
}
.checkout-tab .radio {
  cursor: pointer;
}
.checkout-tab .radio input {
  opacity: 0;
}
.checkout-tab .js-reveal {
  min-height: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.checkout-tab .js-reveal.open {
  max-height: 200px;
  overflow: hidden;
}
.checkout-tab .forgot-password {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 0;
  text-transform: uppercase;
}
.btn-look-up-address {
  text-transform: uppercase;
  font-size: 16px;
  padding: 14px 10px;
}
.checkout-tab__title {
  background: #f9f9f9;
  padding: 10px;
  margin-bottom: 20px;
}
.checkout-tab__title h2 {
  font-size: 20px;
  margin: 5px 0;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}
.checkout-tab__title h2 i {
  float: right;
  font-size: 26px;
  color: #2d9708;
}
.adyen-popup {
  position: fixed;
  width: 100%;
  z-index: 10;
  height: calc(122vh);
  top: -106px !important;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  border: 0px;
  max-width: 100%;
  margin: auto;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 2147483647;
  overflow: hidden;
}
.summary-table .summary-table__title {
  background: #f9f9f9;
  margin-bottom: 20px;
  padding: 10px;
}
.summary-table .summary-table__title h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin: 5px 0;
  letter-spacing: 1px;
}
.summary-table .summery-table__product-size {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  border-right: 1px solid #333333;
  padding-right: 5px;
  display: inline-block;
}
.summary-table .summery-table__product-color,
.summary-table .summery-table__product-qty {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  border-right: 1px solid #333333;
  padding-right: 5px;
  padding-left: 5px;
  display: inline-block;
}
.summary-table .summary-table__content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 385px;
  margin-bottom: 30px;
}
.summary-table .summary-table__content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f2f2f2;
}
.summary-table .summary-table__content::-webkit-scrollbar {
  width: 6px;
  background-color: whitesmoke;
}
.summary-table .summary-table__content::-webkit-scrollbar-thumb {
  background-color: #cccccc;
}
.summary-table .summary-table__item {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-family: 'Montserrat', sans-serif;
}
.summary-table .summery-table__product-title {
  font-size: 12px;
}
.summary-table .summery-table__item-price .summery-table__was {
  font-size: 14px;
  text-decoration: line-through;
}
.summary-table .summery-table__item-price .summery-table__now {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.summary-table .summary-table__bag-total {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 15px;
}
.summary-table .summary-table__bag-total span {
  float: right;
}
.summary-table .summary-table__bag-total .summary-table__total {
  font-size: 18px;
  margin-top: 10px;
}
.order-review h2 a {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
}
.order-review__payment-method {
  margin-top: 40px;
}
.order-review__payment-method .btn-paypal {
  background: #009cde;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.order-review__payment-method .btn-paypal:hover {
  background: #0078ab;
}
.safe-place p {
  margin-bottom: 10px;
}
.customer-details__billing-address .alert {
  margin: 10px 0;
}
.bg-warning {
  background-color: #fcf8e3;
  padding: 20px;
  margin-bottom: 10px;
  border: 1px solid #e4e187;
}
.manual-address,
.manual-address-delivery {
  display: inline-block;
  padding: 10px 0px;
  text-transform: uppercase;
}
.manual-address--btn {
  padding: 10px 30px;
}
#deliveryAddress {
  margin-top: 15px;
}
.bs-form .radio {
  margin-left: 25px !important;
}
.radio i {
  margin-left: -20px;
}
.select-delivery .sprite-tick {
  width: 12px;
  height: 12px;
  border: 1px solid #cccccc;
  cursor: pointer;
}
.select-delivery .active .sprite-tick {
  background: #333333;
  border-color: #333333;
}
.select-signup {
  padding-left: 21px;
}
.select-signup input[type="checkbox"] {
  margin-right: 2px;
}
.form-horizontal .js-address-yes,
.form-horizontal .js-address-no {
  text-align: left;
  vertical-align: middle;
  margin-top: 5px;
  cursor: pointer;
}
.delivery-options {
  margin: 20px 0;
}
.delivery-options .delivery-options__section {
  padding: 20px;
  margin: 4px 0;
  background: #fbfbfb;
  border: 1px solid #c3c3c3;
  min-height: 170px;
}
.delivery-options__select-options {
  padding-bottom: 10px;
  margin: 10px 0px;
}
.order-summery__list::-webkit-scrollbar {
  -webkit-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  cursor: pointer;
  width: 10px !important;
  border-radius: 8px !important;
  border: 2px solid white;
  background-color: #cccccc;
}
.order-summery__list::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.5);
}
.order-summery {
  height: 1200px;
  position: relative;
}
.order-summery h2 {
  padding: 10px 0;
  background: #f6f6f6;
}
.order-summery .price-totals {
  padding: 15px 0;
  margin-top: 10px;
  text-align: center;
}
.fixed-sidebar {
  position: fixed;
  width: 404px;
  background: white;
  z-index: 20;
}
.order-summery__list {
  height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
}
.order-summery__list img {
  max-width: 100px;
}
.js-proceed-to-payment {
  margin-top: 5px;
}
.order-confirmation__details {
  padding: 15px 0;
}
.order-confirmation__details dt {
  line-height: 24px;
}
.order-confirmation__details dd {
  line-height: 24px;
}
.continue-shopping--mobile {
  margin: 20px 0;
}
.delivery-confirmation {
  font-size: 25px;
}
.delivery-information__controls {
  height: 150px;
}
.delivery-information__controls p {
  margin: 15px 0;
}
.form-validation .controls {
  position: relative;
}
.form-validation .controls .glyphicon {
  position: absolute;
  top: 12px;
  right: 5px;
  color: #333333;
  font-size: 15px;
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
}
.form-validation .controls .glyphicon-ok {
  color: #2d9708;
}
.form-validation .controls .glyphicon-remove {
  color: #cc423f;
}
.register-alert {
  display: none;
  margin-top: 15px;
  padding: 10px;
  text-transform: uppercase;
  background: #cc423f;
  position: relative;
  color: white;
}
.register-alert span {
  text-decoration: underline;
}
.register-alert .register-alert__status {
  padding: 3px 0;
  background: #cc423f;
  color: white;
  text-transform: uppercase;
}
.parcel-shop-locations {
  padding-right: 0;
  position: relative;
  max-height: 650px;
  overflow: hidden;
  margin: 0 0 50px 0;
}
.parcel-shop-locations .parcel-shop-locations__inner {
  max-height: 630px;
  overflow-y: scroll;
  padding-right: 20px;
}
.parcel-shop-stores {
  border: 1px solid #dedede;
  padding: 20px;
  margin: 20px 0;
  transition: border 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.parcel-shop-stores p {
  margin-bottom: 0 !important;
}
.parcel-shop-stores:hover {
  border: 1px solid #c4c4c4;
  box-shadow: 4px 4px 6px 0px rgba(186, 186, 186, 0.7);
}
.parcel-shop-stores .parcel-shop-store-name {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 8px;
  font-family: 'Montserrat', sans-serif;
}
.opening-hours {
  margin: 10px 0;
}
.opening-hours .opening-hours__title {
  margin: 5px 0;
  font-weight: 600;
  text-transform: uppercase;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 5px 0 5px 0;
}
.opening-hours ul li {
  font-size: 11px;
  padding: 2px 0;
  float: left;
  width: 50%;
}
.parcelShopMiles {
  margin-left: 20px;
}
.btn-parcelShop {
  font-size: 12px;
  padding: 14px 5px;
  text-align: center;
}
.btn-parcelShop-invert {
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 7px 30px 5px 30px;
  background: #e8cf61;
  color: black;
}
#map {
  height: 600px;
  width: 100%;
}
.btn-parcel-shop {
  background: black;
  color: white;
  font-size: 12px;
}
.register-alert:after {
  bottom: 100%;
  left: 15%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #cc423f;
  border-width: 10px;
  margin-left: -30px;
}
.sagepay-iframe {
  width: 100%;
  height: 550px;
}
.glyphicon-edit {
  float: right;
  position: relative;
  top: -1px;
}
.order-review__billing-address,
.order-review__delivery-address {
  border: 1px solid #cccccc;
  padding: 10px;
  font-family: 'Montserrat', sans-serif;
}
.order-review__billing-address h2,
.order-review__delivery-address h2 {
  font-size: 14px;
}
.checkout-totals .checkout-totals__header {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #8a8a8a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.checkout-totals .checkout-totals__header-total {
  color: #131217;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.order-detail-list li {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  margin: 5px 0;
}
.order-detail-list li span {
  font-weight: 600;
  color: #585858;
  width: 30%;
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .btn-parcelShop {
    font-size: 14px;
    letter-spacing: 0;
    padding: 14px 20px;
  }
  .paywithpaypal {
    padding-top: 0px;
  }
  .margin-top-mobile {
    margin-top: 10px;
  }
  .checkout-terms {
    margin: 20px 0 0 0;
    display: block;
    text-align: center;
  }
  .paywithpaypal {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
  .order-review__payment-method {
    margin-top: 0px;
  }
  .checkout-pagetitle h1 {
    text-align: center !important;
    padding-top: 10px;
    font-size: 20px;
  }
  .select-delivery {
    padding-left: 0;
  }
  .checkout-tab__content .panel {
    margin-bottom: 0;
  }
  .orderConfirmation .summary-table__title {
    display: none;
  }
  .orderConfirmation .summary-table__content {
    display: none;
  }
  .orderConfirmation .checkout-totals {
    border-top: 1px solid gray;
    padding-top: 25px;
  }
  .checkoutpage {
    margin-bottom: 50px;
    margin-top: 86px !important;
  }
  .customer-details__personal {
    margin-bottom: 30px;
  }
  .order-review__billing-address {
    margin-bottom: 30px;
  }
  .fixed-sidebar {
    position: relative;
    width: auto;
    z-index: auto;
  }
  .order-summery {
    height: auto;
  }
  .continue-shopping--mobile {
    width: 100%;
  }
  .summary-table .summary-table__bag-total {
    padding-bottom: 20px;
  }
  .summary-table .summary-table__content {
    max-height: none;
  }
  .summary-table .summary-table__content .summery-table__product-title {
    font-size: 18px;
    padding: 20px 0;
  }
  .summary-table .summary-table__item {
    text-align: center;
  }
  .summary-table .summary-table__item img {
    display: inline;
  }
  .summary-table .summery-table__item-price {
    padding: 10px 0;
  }
  .order-confirmation__details dt {
    font-size: 18px;
    text-transform: uppercase;
  }
  .order-confirmation__details dd {
    font-size: 16px;
  }
  .continue-shopping--mobile {
    width: auto;
    float: none;
  }
  .checkout-tab h2 {
    font-size: 19px;
  }
}
.signup-small__label {
  font-size: 16px !important;
  position: absolute;
}
@media (min-width: 768px) {
  .checkout-pagetitle h1 {
    text-align: right !important;
  }
  .paywithpaypal {
    padding-top: 0px;
  }
  .sagepay-iframe {
    height: 550px;
  }
  .checkoutPages .header-icons,
  .checkoutPage .header-icons,
  .orderConfirmation .header-icons {
    top: 40px;
    right: 14px;
  }
  .checkoutPages .visible-checkout {
    display: block;
  }
  .checkoutPages .visible-checkout .page-title__message {
    display: block;
    margin: 0;
    font-size: 1.9em;
    line-height: 56px;
  }
  .continue-shopping--mobile {
    width: 230px;
    float: left;
  }
  .signup-small__label {
    font-size: 18px !important;
  }
}
@media (min-width: 992px) {
  .paywithpaypal {
    padding-top: 12px;
  }
}
@media (min-width: 1600px) {
  /*.page-containerB {
              margin-top: 120px;
          }*/
}
.black-friday--homepage {
  background: black;
}
.black-friday--homepage .home-heading {
  display: inline-block;
  background: black;
  padding: 15px;
  font-family: 'Montserrat', sans-serif;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  margin-bottom: 10px;
  height: 100px;
}
.black-friday--homepage .home-heading h2 {
  display: inline-block;
  background: black;
  padding: 15px;
  font-family: 'Montserrat', sans-serif;
  color: white !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  margin: 0;
}
.black-friday--homepage .home-heading h2 a {
  color: white !important;
}
.black-friday--homepage .home-tile {
  margin-bottom: 0px;
}
.black-friday--homepage .home-headings h2 {
  color: white;
  background: black;
}
.black-friday--homepage .home-headings h2 a {
  color: white;
}
.black-friday--homepage .home-tile .home-tile__text .home-tile__line1 {
  color: white;
}
.homepage .associated-product {
  min-height: 0 !important;
}
.home-promo {
  background-color: #e5e5e5;
}
.reduced-gutter {
  padding-left: 3px !important;
  padding-right: 3px !important;
}
.olympic-associated {
  margin-top: 30px;
}
.olympic-associated h5 {
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 11px;
}
.olympic-associated .btn-olympic-outline {
  border: 1px solid black;
  background: white;
  color: black;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  font-size: 18px;
}
.newsletter-signup--desc p {
  font-size: 20px;
  letter-spacing: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  text-align: center;
  margin-top: 25px;
}
.blackfriday-landingpage__countdowntimer .countdown-timer__timer {
  color: #9b8a5e;
  position: absolute;
  z-index: 10;
  bottom: 10%;
  width: 100%;
  text-align: center;
}
.blackfriday-landingpage__countdowntimer .countdown-timer__timer span.countdown--timer {
  font-weight: bold;
  font-size: 66px;
  margin-top: 78px;
  display: block;
}
.blackfriday-landingpage__countdowntimer .countdown-timer__timer span.countdown--legend {
  font-weight: bold;
  font-size: 22px;
  display: block;
}
.owl-full-width .owl-nav .owl-prev {
  background: url(/img/static/homepage/carousel-arrows.png);
  width: 60px;
  height: 60px;
}
.owl-full-width .owl-nav .owl-next {
  background: url(/img/static/homepage/carousel-arrows.png);
  width: 60px;
  height: 60px;
  background-position: bottom;
}
.campaign-films {
  margin-top: 14px;
}
.new-arrivals {
  padding: 0 0 20px 0;
}
.new-arrivals .owl-carousel-associated {
  max-height: 750px;
}
.home-heading {
  text-align: center;
  padding: 20px 0;
  margin-bottom: 30px;
  position: absolute;
  bottom: -31px;
  width: 100%;
}
.home-heading h2 {
  display: inline-block;
  background: white;
  padding: 15px;
  font-family: 'Montserrat', sans-serif;
  color: #231f20;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 22px;
  margin: 0;
}
.home-heading hr {
  margin-top: -43px;
}
.home-headings h2 {
  display: inline-block;
  background: white;
  padding: 15px;
  font-family: 'Montserrat', sans-serif;
  color: #231f20;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 22px;
  margin: 20px 0;
  text-align: center;
}
.home-tile .home-tile__tile {
  position: relative;
  margin-bottom: 5px;
}
.home-tile .home-tile__title {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 35px;
  letter-spacing: 1px;
  color: white;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  z-index: 2;
}
.home-tile .home-tile__title:after {
  content: "";
  border-bottom: 3px solid white;
  height: 1px;
  width: 0;
  position: absolute;
  top: 110%;
  left: 30%;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.home-tile .home-tile__cta {
  position: absolute;
  top: 55%;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  z-index: 2;
}
.home-tile .home-tile__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  left: 0;
  z-index: 1;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.home-tile .home-tile__tile:hover .home-tile__overlay {
  background: rgba(0, 0, 0, 0.3);
}
.home-tile .home-tile__tile:hover .home-tile__title:after {
  width: 40%;
}
.home-tile .col-5 {
  width: 20%;
}
.home-tile .home-tile__text {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.home-tile .home-tile__text .home-tile__line1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  margin: 20px 0;
}
.home-tile--shopbysize .home-tile__tile {
  margin-top: 0;
}
.home-tile--shopbysize .home-tile__title {
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 70px;
  letter-spacing: 1px;
  color: white;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  z-index: 2;
}
.home-tile--shopbysize .home-tile__title:after {
  content: "";
  border-bottom: 0;
}
.home-tile--shopbysize .home-tile__cta {
  top: 60%;
}
.home-tile__title.sale span {
  color: #d13d2f;
}
.homepage .page-container {
  margin-top: 112px;
}
.newsletter-signup {
  padding: 30px 0 50px 0;
  font-size: 18px;
  text-align: center;
  color: white;
  letter-spacing: 2px;
}
.newsletter-signup img.visible-lg {
  display: inline-block !important;
}
.newsletter-signup p {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
  letter-spacing: 2px;
  padding: 3px 20px;
  color: black;
  display: inline-block;
  font-size: 22px;
}
.newsletter-signup form {
  left: 0;
  width: 100%;
}
.newsletter-signup .form-control {
  margin: 0 5px;
}
.newsletter-signup .form-control:focus {
  border-color: #333333;
  border: 2px solid #333333;
}
.newsletter-signup input {
  font-family: 'Montserrat', sans-serif;
  background: white;
  padding: 0 10px;
  font-size: 20px;
  outline: 0 none;
  border: 2px solid #333333;
  height: 75px;
  min-width: 385px;
  text-align: left;
}
.newsletter-signup button {
  background: black;
  color: white;
  padding: 23px 40px;
  font-size: 20px;
  border: 0;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.newsletter-signup button:hover {
  background: #1a1a1a;
}
.campaign-films .campaign-films__video {
  cursor: pointer;
}
.campaign-films .campaign-films__video:hover .campaign-films__play:before {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.campaign-films .campaign-films__title {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  padding: 20px 0;
  text-align: center;
  max-height: 65px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.campaign-films .campaign-films__desc {
  position: absolute;
  font-size: 44px;
  color: white;
  text-transform: uppercase;
  top: 66%;
  text-align: center;
  width: 50%;
  left: 25%;
  font-weight: bold;
  font-family: 'newsgoth_bdxcn_btbold', sans-serif;
  line-height: 1;
}
.campaign-films .campaign-films__play {
  position: absolute;
  top: 35%;
  left: 48%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 30px;
  border-color: transparent transparent transparent white;
}
.campaign-films .campaign-films__play:before {
  content: '';
  position: absolute;
  top: -60px;
  left: -80px;
  border-radius: 50%;
  border: 7px solid white;
  z-index: 2;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  width: 120px;
  height: 120px;
  box-shadow: inset -2px -2px 8px 1px rgba(0, 0, 0, 0.5);
}
.campaign-films .campaign-films__play:hover:before {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.instagram-feed {
  padding: 50px 0;
}
.no-gutter {
  padding: 0;
  margin: 0;
}
.homepage .page-containerB > .container-fluid {
  margin: 0 0 15px;
  padding: 0;
}
.homepage .page-containerB .cms-page-instance.container-fluid {
  margin: 0 0 15px;
  padding: 0;
}
.homepage .page-containerB .v-row:nth-child(2),
.homepage .page-containerB .cms-block[data-block-type-id="29"] .v-row {
  max-width: 1600px;
  margin: 0 auto;
}
.homepage .page-containerB .cms-page-instance {
  margin: 0;
  padding: 0;
  width: 100%;
}
.homepage .cms-page-instance .cms-block {
  overflow: hidden;
}
.homepage .cms-page-instance .v-col-12 {
  padding: 0;
}
.homepage .cms-page-instance .v-row {
  margin: 0;
}
.homepage .cms-page-instance .v-row.container {
  margin: 0 auto;
}
.homepage .cms-page-instance img {
  padding: 0 5px 5px 5px;
  width: 100%;
}
/* media queries
===================================================*/

@media (max-width: 767px) {
  .home-tile__tile {
    margin: 10px 0;
  }
  .fullwidth-carousel .owl-slide {
    position: relative;
  }
  .fullwidth-carousel .owl-slide img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .fullwidth-carousel .owl-slide:before {
    content: "";
    width: 1px;
    margin-left: -1px;
    float: left;
    height: 0;
    padding-top: 65.104166667%;
  }
  .fullwidth-carousel .owl-slide:after {
    content: "";
    display: table;
    clear: both;
  }
  .owl-slide .home-heading {
    bottom: 14px;
  }
  .reduced-gutter {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .home-tile .home-tile__text {
    margin-bottom: 0px;
  }
  .mobileblocks {
    margin: 30px 0 15px 0;
  }
  .mobileblocks .mobileblocks__outer {
    background-color: black;
    display: block;
    text-align: center;
    padding: 20px;
    margin-bottom: 20px;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    letter-spacing: 0.5px;
  }
  .home-tile .home-tile__text .home-tile__line1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    margin: 20px 0;
  }
  .homepage .page-container {
    margin-top: 157px;
  }
  .home-heading {
    text-align: center;
    padding: 12px 0;
    margin-bottom: 15px;
  }
  .home-tile {
    padding: 0;
    margin-bottom: 0;
  }
  .home-tile .home-tile__cta {
    top: 55%;
    font-size: 16px;
  }
  .home-tile--shopbysize .col-5 {
    width: 20%;
    padding: 0 10px;
  }
  .newsletter-signup {
    padding: 60px 0;
  }
  .newsletter-signup img.visible-lg {
    display: none !important;
  }
  .newsletter-signup p {
    color: #333333;
    background: white;
  }
  .newsletter-signup form {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
  .newsletter-signup .form-control:focus {
    border-color: #333333;
    border: 2px solid #333333;
  }
  .newsletter-signup input {
    border: 0;
    background: #f2f2f2;
    font-size: 16px;
    min-width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
  }
  .newsletter-signup button {
    width: 100%;
  }
  .campaign-films .campaign-films__title {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    padding: 20px 0;
    text-align: center;
    max-height: 65px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .campaign-films .campaign-films__desc {
    font-size: 26px;
  }
  .campaign-films .campaign-films__play {
    position: absolute;
    top: 20%;
    left: 48%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent white;
  }
  .campaign-films .campaign-films__play:before {
    content: '';
    position: absolute;
    top: -50px;
    left: -64px;
    border-radius: 50%;
    border: 7px solid white;
    z-index: 2;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    width: 100px;
    height: 100px;
    box-shadow: inset -2px -2px 8px 1px rgba(0, 0, 0, 0.5);
  }
  .campaign-films:hover:before {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
  }
  .instagram-feed {
    padding: 0;
  }
  .blackfriday-landingpage__countdowntimer .countdown-timer__timer {
    bottom: 10%;
    font-size: 35px;
  }
  .blackfriday-landingpage__countdowntimer .countdown-timer__timer span.countdown--timer {
    font-weight: bold;
    font-size: 28px;
    margin-top: 78px;
    display: block;
  }
  .blackfriday-landingpage__countdowntimer .countdown-timer__timer span.countdown--legend {
    font-weight: bold;
    font-size: 22px;
    display: block;
  }
}
@media (min-width: 768px) {
  .fullwidth-carousel .owl-slide {
    position: relative;
  }
  .fullwidth-carousel .owl-slide img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .fullwidth-carousel .owl-slide:before {
    content: "";
    width: 1px;
    margin-left: -1px;
    float: left;
    height: 0;
    padding-top: 31.678986272%;
  }
  .fullwidth-carousel .owl-slide:after {
    content: "";
    display: table;
    clear: both;
  }
  .campaign-films .campaign-films__play {
    top: 20%;
  }
  .newsletter-signup img.visible-lg {
    display: none !important;
  }
  .campaign-films .campaign-films__desc {
    display: none;
  }
  .instagram-feed .owl-nav .owl-prev {
    left: -15px;
  }
  .instagram-feed .owl-nav .owl-next {
    right: -15px;
  }
  .blackfriday-landingpage__countdowntimer .countdown-timer__timer {
    bottom: 5%;
    font-size: 60px;
  }
  .blackfriday-landingpage__countdowntimer .countdown-timer__timer span.countdown--timer {
    font-weight: bold;
    font-size: 24px;
    margin-top: 78px;
    margin-bottom: 0;
    display: block;
  }
  .blackfriday-landingpage__countdowntimer .countdown-timer__timer span.countdown--legend {
    font-weight: bold;
    font-size: 22px;
    display: block;
  }
}
@media (min-width: 992px) {
  .fullwidth-carousel {
    padding-top: 15px;
  }
  .fullwidth-carousel .owl-slide {
    position: relative;
  }
  .fullwidth-carousel .owl-slide img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .fullwidth-carousel .owl-slide:before {
    content: "";
    width: 1px;
    margin-left: -1px;
    float: left;
    height: 0;
    padding-top: 32.614413467%;
  }
  .fullwidth-carousel .owl-slide:after {
    content: "";
    display: table;
    clear: both;
  }
  .campaign-films .campaign-films__desc {
    display: block;
    font-size: 22px;
    top: 77%;
  }
  .blackfriday-landingpage__countdowntimer .countdown-timer__timer {
    bottom: 7%;
    font-size: 40px;
  }
  .blackfriday-landingpage__countdowntimer .countdown-timer__timer span.countdown--timer {
    font-weight: bold;
    font-size: 34px;
    margin-top: 78px;
    display: block;
  }
  .blackfriday-landingpage__countdowntimer .countdown-timer__timer span.countdown--legend {
    font-weight: bold;
    font-size: 22px;
    display: block;
  }
}
@media (min-width: 1200px) {
  .campaign-films .campaign-films__play {
    top: 25%;
  }
  .fullwidth-carousel {
    padding-top: 30px;
  }
  .fullwidth-carousel .owl-slide {
    position: relative;
  }
  .fullwidth-carousel .owl-slide img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .fullwidth-carousel .owl-slide:before {
    content: "";
    width: 1px;
    margin-left: -1px;
    float: left;
    height: 0;
    padding-top: 33.140452393%;
  }
  .fullwidth-carousel .owl-slide:after {
    content: "";
    display: table;
    clear: both;
  }
  .newsletter-signup img.visible-lg {
    display: inline-block !important;
  }
  .campaign-films .campaign-films__desc {
    position: absolute;
    font-size: 44px;
    color: white;
    text-transform: uppercase;
    top: 66%;
    text-align: center;
    width: 50%;
    left: 25%;
    font-weight: bold;
    font-family: 'newsgoth_bdxcn_btbold', sans-serif;
    line-height: 1;
  }
  .blackfriday-landingpage__countdowntimer .countdown-timer__timer {
    bottom: 10%;
    font-size: 60px;
  }
  .blackfriday-landingpage__countdowntimer .countdown-timer__timer span.countdown--timer {
    font-weight: bold;
    font-size: 38px;
    margin-top: 78px;
    display: block;
  }
  .blackfriday-landingpage__countdowntimer .countdown-timer__timer span.countdown--legend {
    font-weight: bold;
    font-size: 22px;
    display: block;
  }
}
@media (min-width: 1500px) {
  .fullwidth-carousel {
    padding-top: 15px;
  }
}
@media (min-width: 1600px) {
  .fullwidth-carousel .owl-slide {
    position: relative;
  }
  .fullwidth-carousel .owl-slide img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .fullwidth-carousel .owl-slide:before {
    content: "";
    width: 1px;
    margin-left: -1px;
    float: left;
    height: 0;
    padding-top: 31.562335613%;
  }
  .fullwidth-carousel .owl-slide:after {
    content: "";
    display: table;
    clear: both;
  }
  .campaign-films .campaign-films__play {
    top: 36%;
  }
  .blackfriday-landingpage__countdowntimer .countdown-timer__timer span.countdown--timer {
    font-size: 50px;
  }
  .homepage .page-container {
    margin-top: 154px !important;
  }
}
.dynamicContent {
  zoom: 1;
}
.margin-bottom-clearance {
  margin-bottom: 30px !important;
}
.productList .page-container {
  padding: 0 3%;
}
.productList .custom-select--light {
  padding: 0px 10px;
}
.listingNoResults {
  display: block;
  margin-top: 20px;
  text-align: center;
}
.listingNoResults h2 {
  font-family: 'Montserrat', sans-serif;
}
.olympic-heading-text {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
}
.olympic-heading-text h1 {
  font-size: 28px;
  margin-bottom: 14px;
}
.olympic-section {
  transition: box-shadow 0.2s ease-in-out;
}
.olympic-section:hover {
  box-shadow: 10px 10px 18px -4px #c4c4c4;
}
.olympic-image-box {
  margin-top: 30px;
}
.olympic-section-text {
  display: block;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin: 10px 0;
  font-size: 14px;
  padding: 20px 0;
}
.olympic-image-box img {
  border: 2px solid black;
}
.btn-olympic-button {
  border: 2px solid black;
  margin-top: 40px;
  background: white;
  color: black;
  padding: 15px 60px;
  display: inline-block;
}
@media (min-width: 1200px) {
  .productList__items > .col-lg-2 {
    width: 14.666667%;
    padding-right: 0;
  }
  .productList__items > .col-lg-10 {
    width: 85.333333%;
  }
}
.saving-ribbon {
  position: absolute;
  background: black;
  bottom: 0;
  width: 100%;
}
.ajaxLoaderContainer {
  position: relative;
  width: 100%;
  z-index: 1;
  zoom: 1;
}
.ajaxLoaderOverlay {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background: black;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.ajaxLoaderOverlay.show {
  visibility: visible;
  opacity: 0.4;
}
.ajaxLoaderOverlay.show .overlayContent,
.ajaxLoaderOverlay.show svg {
  display: block;
  margin: 0 auto;
}
.ajaxLoaderOverlay .bgColor {
  background: white;
  height: 100%;
  width: 100%;
}
.ajaxLoaderOverlay svg {
  margin-top: 15px;
}
.ajaxLoaderOverlay .overlayContent {
  display: none;
  left: 0;
  position: absolute;
  text-align: center;
  top: 400px;
  width: 100%;
  color: white;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.ajaxLoaderOverlay .ajaxLoaderOverlay__loading {
  padding: 5px 0;
}
.starRatingLarge {
  display: inline-block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  background-image: url(/Content/img/skin/star-rating-large.png);
  height: 21px;
  line-height: 21px;
  width: 100px;
}
.starRatingLarge li {
  line-height: 21px;
}
.starRatingLarge li:first-child {
  background: url(/Content/img/skin/star-rating-large.png) 0 -21px repeat-x;
  height: 21px;
  text-indent: -999em;
}
.starRatingLarge a {
  height: 21px;
}
.starRatingLarge a:hover {
  background: url(/Content/img/skin/star-rating-large.png) 0 -42px repeat-x;
}
.starRatingLarge .star0 {
  width: 0%;
}
.starRatingLarge .star1 {
  width: 20%;
}
.starRatingLarge .star2 {
  width: 40%;
}
.starRatingLarge .star3 {
  width: 60%;
}
.starRatingLarge .star4 {
  width: 80%;
}
.starRatingLarge .star5 {
  width: 100%;
}
.starRatingLarge.hoverStar:hover li:first-child {
  display: none;
}
.starRatingLarge.hoverStar .rate1 {
  width: 20%;
  z-index: 5;
}
.starRatingLarge.hoverStar .rate2 {
  width: 40%;
  z-index: 4;
}
.starRatingLarge.hoverStar .rate3 {
  width: 60%;
  z-index: 3;
}
.starRatingLarge.hoverStar .rate4 {
  width: 80%;
  z-index: 2;
}
.starRatingLarge.hoverStar .rate5 {
  width: 100%;
  z-index: 1;
}
.clearance-banner {
  display: none;
  margin-top: 30px;
}
.shop-clearance-container {
  padding: 7rem;
  top: 1%;
  left: 20%;
  background-color: #da0b34;
  font-family: Montserrat, sans-serif;
  color: white;
}
.shop-clearance-title {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-bottom: 0px;
}
.reduced-gutter-padding {
  padding-left: 5px;
  padding-right: 5px;
}
.shop-clearance-text {
  font-weight: 100;
  font-size: 13px;
}
.shop-clearance-buttons-title {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  padding-bottom: 0px;
  margin-bottom: 10px;
}
.btn-clearance-default {
  border: 1px solid white;
  padding: 8px 30px 7px;
  font-size: 16px;
  font-weight: 500;
  background: white;
  color: #da0b34;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.btn-clearance-default:hover {
  color: white;
  background: #da0b34;
}
.btn-clearance {
  border: 1px solid white;
  background-color: transparent;
  color: white;
  font-size: 16px;
  width: 50px;
  height: auto;
  margin-bottom: 5px;
}
.btn-clearance:hover {
  background: white;
  color: #da0b34;
}
.sale-item .card-img-overlay {
  background: transparent;
  transition: background ease-in-out 0.2s;
}
.sale-item:hover .card-img-overlay {
  background: rgba(0, 0, 0, 0.3);
}
.sale-item .sale-item-text {
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sale-item .sale-item-text h2 {
  font-size: 16px;
  margin-bottom: 0;
  color: white;
}
.sale-item .sale-item-text h3 {
  font-size: 44px;
  font-weight: 600;
  color: white;
}
.sub-banner {
  display: flex;
  justify-content: center;
  padding: 3%;
}
.reviewContainer {
  margin: 8px 0 0;
}
.reviewContainer > a {
  color: #333333;
  text-decoration: underline;
}
.reviewContainer > a:hover {
  color: black;
}
.category-4093 .category-intro__title {
  color: #99283a;
}
.category-4093 .category-intro__description {
  color: #99283a;
  font-weight: 700;
}
.cat-controls {
  padding: 20px 0;
  font-family: 'Montserrat', sans-serif;
  line-height: 35px;
  font-size: 14px;
  letter-spacing: 1px;
}
.cat-controls .cat-controls__columns {
  float: right;
  margin: 0 5px;
  padding: 5px;
  cursor: pointer;
  border: 1px solid white;
}
.cat-controls .cat-controls__columns:hover {
  border-color: #d4d4d4;
  background: #f9f9f9;
}
.cat-controls .cat-controls__columns span {
  float: left;
  display: block;
  width: 8px;
  height: 20px;
  margin: 0 2px;
  background: #c7c7c7;
}
.cat-controls .cat-controls__columns.active {
  border-color: #d4d4d4;
  background: #f9f9f9;
}
.cat-controls .cat-controls__information {
  float: right;
  margin: 0 5px;
}
.cat-controls .custom-select__information {
  float: left;
}
.cat-controls .custom-select--light {
  max-width: 188px;
  display: inline-block;
  float: left;
  margin: 0 10px;
  border: 1px solid #d4d4d4;
}
.review-name {
  font-family: 'Montserrat', sans-serif;
}
.filter-container {
  display: none;
}
.listing-banner__links {
  display: none;
}
.custom-select {
  background: url(/img/skin/select-arrow.png) center right no-repeat;
  font-size: 16px;
  margin: 0 0 6px;
  padding: 8px 30px 7px 9px;
  position: relative;
}
.custom-select select {
  border: none;
  color: #333333;
  cursor: pointer;
  height: 100%;
  left: 0;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.buy-grid .custom-select select:focus {
  display: none;
}
.custom-select__value {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 0 !important;
  width: 184px;
}
.custom-select--light {
  font-family: 'Montserrat', sans-serif;
  background: url(/img/skin/select-arrow-dark.png) center right no-repeat;
  color: #333333;
  margin-bottom: 0;
  font-size: 14px;
  padding: 1px 35px 1px 15px;
  border: 1px solid #333333;
  margin-bottom: 10px;
}
.filters-container .fltrPrice {
  padding: 5px 0;
  border-bottom: 0;
}
.filter-container__title {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  font-style: italic;
}
.filter-title {
  font-weight: 600;
  margin-bottom: 11px;
  padding: 10px 0;
}
.filter-group {
  margin: 0 0 20px;
}
.filter-group .panel-heading {
  padding: 0;
}
.filter-group .panel-body {
  border-top: none !important;
}
.filter-group .cols2 li {
  float: left;
  width: 49.9%;
}
.filter-group .cols3 li {
  float: left;
  width: 33.333%;
}
.filter-group hr {
  margin-top: 10px;
}
.filter-group .irs-line-mid {
  width: 100%;
}
.filter-group .tooltip-inner {
  width: 100px;
}
.filter-group .clearAll {
  background: none;
  color: #555555;
  float: right;
  margin: -5px 5px 0 0;
  padding: 0;
  line-height: 30px;
  font-size: 10px;
  font-weight: normal;
}
.filter-group .clearAll:hover {
  color: black;
}
.filter-group--price .hide-overflow {
  overflow: hidden;
}
.filter-group__title {
  border-bottom: 1px solid #d4d4d4;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: normal;
  padding: 7px 0 8px 18px;
  letter-spacing: 1px;
  position: relative;
}
.filter-group__title h3 {
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  margin: 0 15px 0 0;
}
.filter-group__title .filter-group__collapse {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 15px;
  height: 20px;
  width: 20px;
}
.filter-group__title .filter-group__collapse span {
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -moz-transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.filter-group__title .filter-group__collapse.open span {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.btn-clear-all {
  border: 1px solid #d6d6d6;
  padding: 5px 20px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  margin: 5px auto;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px;
  background: #f9f9f9;
}
.filter-group__clear {
  font-size: 12px;
  margin-top: 4px;
  padding: 0 0 0;
  text-decoration: underline;
}
.filter-group__clear:hover {
  text-decoration: underline;
}
.filter-group__select {
  border-radius: 0;
  display: block;
  padding: 5px;
  width: 100%;
}
.filter-group__list {
  font-size: 11px;
  margin: 0 0 8px;
  max-height: 400px;
  width: 100%;
  overflow: auto;
  /* Let's get this party started */

  /* Handle */

  /*&:hover::-webkit-scrollbar {
        width: 11px !important;
    }*/

}
.filter-group__list > li {
  line-height: 18px;
}
.filter-group__list a {
  font-family: 'Montserrat', sans-serif;
  background: url(/img/static/listing/filter.png) no-repeat 4px 7px;
  color: #555555;
  display: block;
  font-size: 14px;
  padding: 4px 4px 4px 25px;
  margin-right: 0;
  margin-left: 0;
  text-decoration: none;
  text-transform: capitalize;
}
.filter-group__list a:hover {
  background-color: #f5f5f3;
  color: #333333;
}
.filter-group__list .active a {
  background-position: 4px -83px;
}
.filter-group__list .sprite-filter {
  display: inline-block;
  margin-top: 4px;
  margin-right: 6px;
  margin-left: -15px;
  vertical-align: top;
}
.filter-group__list::-webkit-scrollbar {
  -webkit-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  cursor: pointer;
  width: 6px !important;
  border-radius: 8px !important;
  border: 2px solid white;
  background-color: #cccccc;
}
.filter-group__list::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.3);
}
.filter-color {
  display: block;
  margin: 2px;
  width: 16px;
  height: 16px;
  text-indent: 20px;
}
/*.paging-module {
    font-family:@font-secondary;
      padding: 0 0 4px;
    margin: 0 15px;
    text-transform:uppercase;

    i { 

        font-size:16px;
    }
}*/

.paging-module {
  margin: 20px 0;
}
.paging-module .paging-module__page-numbers {
  text-align: right;
  padding: 0;
}
.paging-module .paging-module__page-numbers .paging-module__page-number {
  list-style: none;
  display: inline-block;
  margin: 3px;
  border: 1px solid #d4d4d4;
  background: white;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.paging-module .paging-module__page-numbers .paging-module__page-number a {
  display: block;
  padding: 5px 10px;
}
.paging-module .paging-module__page-numbers .paging-module__page-number:hover {
  background: #f9f9f9;
  text-decoration: underline;
}
.paging-module .paging-module__page-numbers .paging-module__page-number.active {
  background: #f9f9f9;
  text-decoration: underline;
  border-color: #cccccc;
}
.listing-items .associated-product {
  margin-bottom: 20px;
}
.listing-items__clear-bar {
  clear: both;
}
.listing-infobox {
  background: white;
  box-shadow: 0 5px 1px 0 rgba(0, 0, 0, 0.1);
  color: #555555;
  font-size: 14px;
  padding: 50px 30px;
  margin: 0 0 30px;
}
.listing-infobox__title {
  font-size: 22px;
  line-height: normal;
  margin: 0;
}
.category-intro {
  color: #333333;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.category-intro img {
  display: inline-block;
}
.category-intro--small {
  height: 30px !important;
}
.category-intro__information {
  padding: 0 20%;
}
.category-intro__links a {
  color: black;
  text-decoration: underline;
  padding: 0 10px;
  border-right: 1px solid white;
}
.category-intro__links :nth-last-child(1) {
  border-right: none;
}
.category-intro__title {
  letter-spacing: 3px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  line-height: normal;
  text-align: center;
}
.category-intro__title.sale {
  color: black;
  font-size: 34px;
}
.category-intro__description {
  font-size: 14px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  text-align: center;
}
.listing-page__offers {
  margin-top: 20px;
}
.listing-page__offers .listing-page__offer {
  padding: 10px 0;
}
.sale-landingpage .category-intro__information .category-intro__title {
  color: #99283a;
}
.sale-landingpage .category-intro__information .category-intro__description {
  color: #99283a;
}
.category-4090 .category-intro__information .category-intro__title {
  color: #99283a;
}
.category-4090 .category-intro__information .category-intro__description {
  color: #99283a;
}
.category-4090 .category-intro__information .category-intro__links a {
  color: #99283a !important;
}
.category-intro--4135 {
  top: 56%;
}
.category-4177 .category-intro__links a {
  font-weight: bold;
  font-size: 18px;
}
.listing-intro__countdown-timer .countdown--timer {
  font-family: 'Montserrat', sans-serif;
  display: block;
  font-size: 40px;
  color: white;
  font-weight: bold;
  letter-spacing: 3px;
}
.listing-intro__countdown-timer .countdown--legend {
  font-family: 'Montserrat', sans-serif;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .clearance-banner {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .shop-clearance-container {
    padding: 1rem;
    top: 7%;
    width: 50%;
    position: absolute;
  }
  .clearance-banner {
    display: block;
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .shop-clearance-container {
    padding: 5rem;
    top: 3%;
    width: 41%;
  }
  .clearance-banner {
    margin-top: 10px;
  }
}
@media (min-width: 1400px) {
  .shop-clearance-container {
    padding: 7rem;
  }
}
@media (min-width: 1600px) {
  .shop-clearance-container {
    top: 6%;
    width: 33%;
  }
}
@media (max-width: 767px) {
  .size-filter-mobile {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
  .associated-product {
    padding: 0px !important;
  }
  .reduced-gutter-mobile {
    padding-left: 8px;
    padding-right: 8px;
  }
  .productList .page-container {
    padding: 0 3%;
  }
  .listing-intro__countdown-timer .countdown--timer {
    color: #333333;
  }
  .listing-intro__countdown-timer .countdown--legend {
    color: #333333;
  }
  .cat-controls .btn {
    margin-bottom: 20px;
  }
  .cat-controls .cat-controls__columns {
    float: right;
    margin: 0 5px;
    padding: 5px;
    cursor: pointer;
    border: 1px solid white;
  }
  .cat-controls .cat-controls__columns.active {
    border-color: #d4d4d4;
    background: #f9f9f9;
  }
  .cat-controls .cat-controls__information {
    float: right;
    margin: 0 5px;
  }
  .cat-controls .custom-select__information {
    font-size: 12px;
  }
  .cat-controls .custom-select--light {
    max-width: 100%;
    display: inline-block;
    float: left;
    margin: 0 0 0 0;
    border: 1px solid #d4d4d4;
  }
  .cat-controls .custom-select--light .custom-select__value {
    padding-right: 128px;
    line-height: 42px;
    white-space: nowrap;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .category-intro {
    color: #333333;
    position: relative;
    overflow: auto;
    margin: 15px 0;
  }
  .category-intro img {
    display: none;
  }
  .category-intro .category-intro__links a {
    color: #292a2e;
  }
  .category-intro .category-intro__information {
    padding: 0;
  }
  .category-intro .category-intro__title {
    margin: 5px 0;
    color: #333333;
    font-size: 24px;
  }
  .category-intro .category-intro__description {
    font-size: 14px;
    color: #333333;
    display: block;
    letter-spacing: 0;
    line-height: 20px;
  }
  .read-more-link {
    color: black;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: underline;
  }
  .expand {
    overflow: hidden;
    transition: height 0.2s ease-in-out;
    height: 46px;
  }
  .expanded {
    height: auto;
    transition: height 0.2s ease-in-out;
  }
  .filter-group__title {
    font-family: 'Montserrat', sans-serif;
    padding: 7px 20px;
    margin-bottom: 10px;
  }
  .fixed-filters-xs {
    position: fixed;
    bottom: 0;
    z-index: 5;
    width: 100%;
    background-color: white;
    padding: 15px;
    left: 0;
    border-top: 1px solid #e8e8e8;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    -moz-transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .fixed-filters-xs.offscreen {
    -moz-transform: translateY(110%);
    -ms-transform: translateY(110%);
    -o-transform: translateY(110%);
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
  }
  .paging-module {
    margin: 20px 0;
  }
  .paging-module .paging-module__page-numbers {
    text-align: center;
  }
  .cat-controls {
    padding: 0;
  }
  .cat-controls .custom-select--light {
    max-width: 100%;
    display: block;
    float: none;
    height: 42px;
  }
  .cat-controls .custom-select__value {
    line-height: 42px;
  }
}
@media (min-width: 768px) {
  .read-more-link {
    display: none;
  }
  .cat-controls .btn {
    margin-bottom: 20px;
  }
  .four-grid .associated-product {
    min-height: 589px !important;
  }
  .category-intro img {
    display: none;
  }
  .listing-items {
    margin-left: 0;
    margin-right: 0;
  }
  .sort-by-filter {
    font-size: 14px;
  }
  .category-intro {
    margin: 10px;
    text-align: center;
  }
  .category-intro__information {
    padding: 0;
  }
  .category-intro--4135 {
    top: 56%;
  }
  .category-intro__title {
    font-size: 30px;
    margin-bottom: 5px;
    color: black;
  }
  .category-intro__description {
    color: black;
    line-height: 22px;
  }
  .category-intro {
    margin: 15px 0;
  }
  .category-4109 .category-intro,
  .category-4110 .category-intro,
  .category-4111 .category-intro,
  .category-4112 .category-intro,
  .category-4113 .category-intro,
  .category-4114 .category-intro,
  .category-4115 .category-intro,
  .category-4116 .category-intro {
    display: block;
  }
  .category-4109 .category-intro__information,
  .category-4110 .category-intro__information,
  .category-4111 .category-intro__information,
  .category-4112 .category-intro__information,
  .category-4113 .category-intro__information,
  .category-4114 .category-intro__information,
  .category-4115 .category-intro__information,
  .category-4116 .category-intro__information {
    top: 66%;
  }
  .category-4109 .category-intro__information .category-intro__title,
  .category-4110 .category-intro__information .category-intro__title,
  .category-4111 .category-intro__information .category-intro__title,
  .category-4112 .category-intro__information .category-intro__title,
  .category-4113 .category-intro__information .category-intro__title,
  .category-4114 .category-intro__information .category-intro__title,
  .category-4115 .category-intro__information .category-intro__title,
  .category-4116 .category-intro__information .category-intro__title {
    background: black;
    position: absolute;
    top: -52px;
  }
  .category-4109 .category-intro__information .category-intro__links a,
  .category-4110 .category-intro__information .category-intro__links a,
  .category-4111 .category-intro__information .category-intro__links a,
  .category-4112 .category-intro__information .category-intro__links a,
  .category-4113 .category-intro__information .category-intro__links a,
  .category-4114 .category-intro__information .category-intro__links a,
  .category-4115 .category-intro__information .category-intro__links a,
  .category-4116 .category-intro__information .category-intro__links a {
    padding: 5px 10px;
    border: 1px solid white;
    background: black;
    margin: 0 20px;
    color: white;
  }
  .category-4109 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4110 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4111 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4112 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4113 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4114 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4115 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4116 .category-intro__information .category-intro__links a:nth-child(2) {
    margin-right: 55px;
  }
  .category-4109 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4110 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4111 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4112 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4113 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4114 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4115 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4116 .category-intro__information .category-intro__links a:nth-child(3) {
    margin-left: 55px;
  }
}
@media (min-width: 992px) {
  .filter-container {
    display: block !important;
    padding: 0 5px;
  }
  .four-grid .associated-product {
    min-height: 409px !important;
  }
  .category-intro__information {
    padding: 0 5%;
  }
  .category-intro__title {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .category-intro--4135 {
    top: 56%;
  }
  .category-intro {
    margin: 35px 0 15px 0;
  }
  .category-intro img {
    display: none;
  }
  .buy-grid__qty .custom-select--light {
    font-family: 'Montserrat', sans-serif;
    background: none;
    color: #333333;
    margin-bottom: 0;
    font-size: 14px;
    padding: 10px 30px 10px 28px;
    border: 1px solid #333333;
  }
  .category-4109 .category-intro__information,
  .category-4110 .category-intro__information,
  .category-4111 .category-intro__information,
  .category-4112 .category-intro__information,
  .category-4113 .category-intro__information,
  .category-4114 .category-intro__information,
  .category-4115 .category-intro__information,
  .category-4116 .category-intro__information {
    top: 70%;
  }
  .category-4109 .category-intro__information .category-intro__title,
  .category-4110 .category-intro__information .category-intro__title,
  .category-4111 .category-intro__information .category-intro__title,
  .category-4112 .category-intro__information .category-intro__title,
  .category-4113 .category-intro__information .category-intro__title,
  .category-4114 .category-intro__information .category-intro__title,
  .category-4115 .category-intro__information .category-intro__title,
  .category-4116 .category-intro__information .category-intro__title {
    top: -72px;
  }
  .category-4109 .category-intro__information .category-intro__links a,
  .category-4110 .category-intro__information .category-intro__links a,
  .category-4111 .category-intro__information .category-intro__links a,
  .category-4112 .category-intro__information .category-intro__links a,
  .category-4113 .category-intro__information .category-intro__links a,
  .category-4114 .category-intro__information .category-intro__links a,
  .category-4115 .category-intro__information .category-intro__links a,
  .category-4116 .category-intro__information .category-intro__links a {
    padding: 10px;
    margin: 0 20px;
  }
}
@media (min-width: 1200px) {
  .four-grid .associated-product {
    min-height: 500px !important;
  }
  .filter-container {
    display: block !important;
    padding: 0 5px;
  }
  .filter-group__list {
    max-height: 400px;
    overflow: auto;
  }
  .category-intro__information {
    padding: 0 10%;
  }
  .category-intro--4135 {
    top: 56%;
  }
  .category-intro__title {
    font-size: 40px;
    margin-bottom: 5px;
  }
  .category-intro__description {
    font-size: 14px;
    line-height: 22px;
  }
  .category-intro {
    margin: 35px 0 15px 0;
  }
  .category-4109 .category-intro__information,
  .category-4110 .category-intro__information,
  .category-4111 .category-intro__information,
  .category-4112 .category-intro__information,
  .category-4113 .category-intro__information,
  .category-4114 .category-intro__information,
  .category-4115 .category-intro__information,
  .category-4116 .category-intro__information {
    top: 67%;
  }
  .category-4109 .category-intro__information .category-intro__links a,
  .category-4110 .category-intro__information .category-intro__links a,
  .category-4111 .category-intro__information .category-intro__links a,
  .category-4112 .category-intro__information .category-intro__links a,
  .category-4113 .category-intro__information .category-intro__links a,
  .category-4114 .category-intro__information .category-intro__links a,
  .category-4115 .category-intro__information .category-intro__links a,
  .category-4116 .category-intro__information .category-intro__links a {
    padding: 10px;
    margin: 0 35px;
  }
  .category-4109 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4110 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4111 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4112 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4113 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4114 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4115 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4116 .category-intro__information .category-intro__links a:nth-child(2) {
    margin-right: 45px;
  }
  .category-4109 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4110 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4111 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4112 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4113 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4114 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4115 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4116 .category-intro__information .category-intro__links a:nth-child(3) {
    margin-left: 45px;
  }
}
@media (min-width: 1600px) {
  .category-intro {
    margin: 15px 0;
  }
  .category-intro__information {
    padding: 0 15%;
  }
  .four-grid .associated-product {
    min-height: 500px !important;
  }
  .category-intro--4135 {
    top: 56%;
  }
  .category-intro__title {
    font-size: 28px;
    margin-bottom: 14px;
  }
  .category-intro__description {
    line-height: 20px;
  }
  .category-4109 .category-intro,
  .category-4110 .category-intro,
  .category-4111 .category-intro,
  .category-4112 .category-intro,
  .category-4113 .category-intro,
  .category-4114 .category-intro,
  .category-4115 .category-intro,
  .category-4116 .category-intro {
    display: none;
  }
  .category-4109 .category-intro__title,
  .category-4110 .category-intro__title,
  .category-4111 .category-intro__title,
  .category-4112 .category-intro__title,
  .category-4113 .category-intro__title,
  .category-4114 .category-intro__title,
  .category-4115 .category-intro__title,
  .category-4116 .category-intro__title {
    width: 40%;
    left: 30%;
  }
  .category-4109 .category-intro,
  .category-4110 .category-intro,
  .category-4111 .category-intro,
  .category-4112 .category-intro,
  .category-4113 .category-intro,
  .category-4114 .category-intro,
  .category-4115 .category-intro,
  .category-4116 .category-intro {
    margin: 15px 0 15px 0;
  }
  .category-4109 .category-4109 .category-intro__information .category-intro__title,
  .category-4110 .category-4109 .category-intro__information .category-intro__title,
  .category-4111 .category-4109 .category-intro__information .category-intro__title,
  .category-4112 .category-4109 .category-intro__information .category-intro__title,
  .category-4113 .category-4109 .category-intro__information .category-intro__title,
  .category-4114 .category-4109 .category-intro__information .category-intro__title,
  .category-4115 .category-4109 .category-intro__information .category-intro__title,
  .category-4116 .category-4109 .category-intro__information .category-intro__title,
  .category-4109 .category-4110 .category-intro__information .category-intro__title,
  .category-4110 .category-4110 .category-intro__information .category-intro__title,
  .category-4111 .category-4110 .category-intro__information .category-intro__title,
  .category-4112 .category-4110 .category-intro__information .category-intro__title,
  .category-4113 .category-4110 .category-intro__information .category-intro__title,
  .category-4114 .category-4110 .category-intro__information .category-intro__title,
  .category-4115 .category-4110 .category-intro__information .category-intro__title,
  .category-4116 .category-4110 .category-intro__information .category-intro__title,
  .category-4109 .category-4111 .category-intro__information .category-intro__title,
  .category-4110 .category-4111 .category-intro__information .category-intro__title,
  .category-4111 .category-4111 .category-intro__information .category-intro__title,
  .category-4112 .category-4111 .category-intro__information .category-intro__title,
  .category-4113 .category-4111 .category-intro__information .category-intro__title,
  .category-4114 .category-4111 .category-intro__information .category-intro__title,
  .category-4115 .category-4111 .category-intro__information .category-intro__title,
  .category-4116 .category-4111 .category-intro__information .category-intro__title,
  .category-4109 .category-4112 .category-intro__information .category-intro__title,
  .category-4110 .category-4112 .category-intro__information .category-intro__title,
  .category-4111 .category-4112 .category-intro__information .category-intro__title,
  .category-4112 .category-4112 .category-intro__information .category-intro__title,
  .category-4113 .category-4112 .category-intro__information .category-intro__title,
  .category-4114 .category-4112 .category-intro__information .category-intro__title,
  .category-4115 .category-4112 .category-intro__information .category-intro__title,
  .category-4116 .category-4112 .category-intro__information .category-intro__title,
  .category-4109 .category-4113 .category-intro__information .category-intro__title,
  .category-4110 .category-4113 .category-intro__information .category-intro__title,
  .category-4111 .category-4113 .category-intro__information .category-intro__title,
  .category-4112 .category-4113 .category-intro__information .category-intro__title,
  .category-4113 .category-4113 .category-intro__information .category-intro__title,
  .category-4114 .category-4113 .category-intro__information .category-intro__title,
  .category-4115 .category-4113 .category-intro__information .category-intro__title,
  .category-4116 .category-4113 .category-intro__information .category-intro__title,
  .category-4109 .category-4114 .category-intro__information .category-intro__title,
  .category-4110 .category-4114 .category-intro__information .category-intro__title,
  .category-4111 .category-4114 .category-intro__information .category-intro__title,
  .category-4112 .category-4114 .category-intro__information .category-intro__title,
  .category-4113 .category-4114 .category-intro__information .category-intro__title,
  .category-4114 .category-4114 .category-intro__information .category-intro__title,
  .category-4115 .category-4114 .category-intro__information .category-intro__title,
  .category-4116 .category-4114 .category-intro__information .category-intro__title,
  .category-4109 .category-4115 .category-intro__information .category-intro__title,
  .category-4110 .category-4115 .category-intro__information .category-intro__title,
  .category-4111 .category-4115 .category-intro__information .category-intro__title,
  .category-4112 .category-4115 .category-intro__information .category-intro__title,
  .category-4113 .category-4115 .category-intro__information .category-intro__title,
  .category-4114 .category-4115 .category-intro__information .category-intro__title,
  .category-4115 .category-4115 .category-intro__information .category-intro__title,
  .category-4116 .category-4115 .category-intro__information .category-intro__title,
  .category-4109 .category-4116 .category-intro__information .category-intro__title,
  .category-4110 .category-4116 .category-intro__information .category-intro__title,
  .category-4111 .category-4116 .category-intro__information .category-intro__title,
  .category-4112 .category-4116 .category-intro__information .category-intro__title,
  .category-4113 .category-4116 .category-intro__information .category-intro__title,
  .category-4114 .category-4116 .category-intro__information .category-intro__title,
  .category-4115 .category-4116 .category-intro__information .category-intro__title,
  .category-4116 .category-4116 .category-intro__information .category-intro__title {
    top: -90px;
  }
  .category-4109 .category-4109 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4110 .category-4109 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4111 .category-4109 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4112 .category-4109 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4113 .category-4109 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4114 .category-4109 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4115 .category-4109 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4116 .category-4109 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4109 .category-4110 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4110 .category-4110 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4111 .category-4110 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4112 .category-4110 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4113 .category-4110 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4114 .category-4110 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4115 .category-4110 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4116 .category-4110 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4109 .category-4111 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4110 .category-4111 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4111 .category-4111 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4112 .category-4111 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4113 .category-4111 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4114 .category-4111 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4115 .category-4111 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4116 .category-4111 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4109 .category-4112 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4110 .category-4112 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4111 .category-4112 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4112 .category-4112 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4113 .category-4112 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4114 .category-4112 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4115 .category-4112 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4116 .category-4112 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4109 .category-4113 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4110 .category-4113 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4111 .category-4113 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4112 .category-4113 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4113 .category-4113 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4114 .category-4113 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4115 .category-4113 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4116 .category-4113 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4109 .category-4114 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4110 .category-4114 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4111 .category-4114 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4112 .category-4114 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4113 .category-4114 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4114 .category-4114 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4115 .category-4114 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4116 .category-4114 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4109 .category-4115 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4110 .category-4115 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4111 .category-4115 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4112 .category-4115 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4113 .category-4115 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4114 .category-4115 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4115 .category-4115 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4116 .category-4115 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4109 .category-4116 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4110 .category-4116 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4111 .category-4116 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4112 .category-4116 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4113 .category-4116 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4114 .category-4116 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4115 .category-4116 .category-intro__information .category-intro__links a:nth-child(2),
  .category-4116 .category-4116 .category-intro__information .category-intro__links a:nth-child(2) {
    margin-right: 80px;
  }
  .category-4109 .category-4109 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4110 .category-4109 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4111 .category-4109 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4112 .category-4109 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4113 .category-4109 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4114 .category-4109 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4115 .category-4109 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4116 .category-4109 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4109 .category-4110 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4110 .category-4110 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4111 .category-4110 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4112 .category-4110 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4113 .category-4110 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4114 .category-4110 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4115 .category-4110 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4116 .category-4110 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4109 .category-4111 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4110 .category-4111 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4111 .category-4111 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4112 .category-4111 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4113 .category-4111 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4114 .category-4111 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4115 .category-4111 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4116 .category-4111 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4109 .category-4112 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4110 .category-4112 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4111 .category-4112 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4112 .category-4112 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4113 .category-4112 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4114 .category-4112 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4115 .category-4112 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4116 .category-4112 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4109 .category-4113 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4110 .category-4113 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4111 .category-4113 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4112 .category-4113 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4113 .category-4113 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4114 .category-4113 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4115 .category-4113 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4116 .category-4113 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4109 .category-4114 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4110 .category-4114 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4111 .category-4114 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4112 .category-4114 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4113 .category-4114 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4114 .category-4114 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4115 .category-4114 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4116 .category-4114 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4109 .category-4115 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4110 .category-4115 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4111 .category-4115 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4112 .category-4115 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4113 .category-4115 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4114 .category-4115 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4115 .category-4115 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4116 .category-4115 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4109 .category-4116 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4110 .category-4116 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4111 .category-4116 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4112 .category-4116 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4113 .category-4116 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4114 .category-4116 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4115 .category-4116 .category-intro__information .category-intro__links a:nth-child(3),
  .category-4116 .category-4116 .category-intro__information .category-intro__links a:nth-child(3) {
    margin-left: 80px;
  }
  .category-4109 .category-intro__information,
  .category-4110 .category-intro__information,
  .category-4111 .category-intro__information,
  .category-4112 .category-intro__information,
  .category-4113 .category-intro__information,
  .category-4114 .category-intro__information,
  .category-4115 .category-intro__information,
  .category-4116 .category-intro__information {
    padding: 0 6% !important;
  }
}
/* Product Page */

.buy-grid__btn {
  margin-top: 20px;
}
.productPage .breadcrumbs .breadcrumbs__back {
  visibility: visible !important;
  display: inline-block !important;
}
.productPage .breadcrumbs .hidden-product-page {
  visibility: hidden;
  margin: 20px 0 20px;
}
.productPage .breadcrumbs--productpage {
  margin-bottom: 20px;
}
.productPage .product-info__description .panel-heading {
  padding: 8px 0px 8px 0;
  border-bottom: 1px solid black;
  border-top: 1px solid black;
}
.productPage .product-info__description .panel-title {
  color: black;
  font-size: 14px;
}
.productPage .product-info__collapse,
.productPage .product-info__no-collapse {
  right: 0px;
}
.productPage .product-info__collapse span,
.productPage .product-info__no-collapse span {
  border: 1px solid black;
}
.product-code {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  letter-spacing: 0;
}
.product-image {
  margin-left: -15px;
  margin-right: -15px;
}
.product-image .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 10px;
}
.product-image .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline !important;
}
.product-image .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.product-image .owl-theme .owl-dots .owl-dot.active span,
.product-image .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.product-image__main-container {
  position: relative;
}
.product-image__preloader {
  background: black;
  color: #a0a0a0;
  display: none;
  font-size: 12px;
  margin: -15px 0 0 -53px;
  padding: 8px;
  text-align: center;
  width: 90px;
  z-index: 110;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-opacity: 0.8;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.product-image__options {
  border: 1px solid #c4c7d1;
  border-left: none;
  border-right: none;
  font-size: 11px;
  margin: 12px 0 6px;
  padding: 9px 0;
}
.product-image__options a {
  color: black;
  text-decoration: none;
}
.product-image__options a:hover {
  color: black;
}
.product-image__main-image {
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.product-image__main-image .img-responsive {
  margin: 0 auto;
}
.product-image__main-image a {
  display: block;
}
.product-image__main-image a:hover {
  cursor: zoom-in;
}
.product-image__main-image .product-alternate__video-button {
  position: absolute;
  top: 40%;
  left: 44%;
  width: 72px !important;
  height: 81px;
}
.product-info__pricing {
  margin-top: 10px;
}
.owl-product-images .owl-nav > div {
  position: absolute;
  top: 50%;
  width: 51px;
  height: 56px;
  margin-top: -14px;
  text-indent: -9999px;
  background: url(/img/skin/owl-nav-large.png) left top no-repeat;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.owl-product-images .owl-nav .owl-prev {
  left: 15px;
}
.owl-product-images .owl-nav .owl-next {
  background-position: right;
  right: 15px;
}
.product-image__alternate-container {
  margin-top: 0;
  padding-top: 10px;
  overflow: hidden;
}
.owl-alternates {
  width: auto;
}
.owl-alternates .owl-item {
  text-align: center;
  opacity: 0.8;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.owl-alternates .synced {
  opacity: 1;
}
.owl-alternates .synced .product-alternate {
  border: 1px solid #cccccc;
}
.owl-alternates .owl-controls {
  color: white;
  position: absolute;
  top: 35%;
  width: 100%;
  z-index: 1;
}
.owl-alternates .owl-prev {
  position: absolute;
  left: -14px;
  top: 0;
}
.owl-alternates .owl-next {
  position: absolute;
  right: -14px;
  top: 0;
}
.owl-alternates .owl-wrapper-outer {
  padding: 1.4% 0;
}
.buy-grid .associated-product-colours h2 {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.product-alternate--video {
  position: relative;
  text-align: center;
}
.product-alternate--video .product-alternate__video-button {
  width: auto !important;
  position: absolute;
  top: 20%;
  left: 25%;
  opacity: 0.9;
}
#product-video {
  width: 100%;
  height: 400px;
  margin: 20px 0 10px 0;
}
.product-info {
  font-size: 12px;
  margin-bottom: 15px;
}
.product-info .custom-select--light {
  padding: 10px 10px;
  font-size: 14px;
}
.product-info .custom-select--light .quick-buy__select-dropdown li {
  padding: 15px 14px;
  font-size: 14px;
  font-weight: 300;
  opacity: 0;
  transform: translateX(-10px);
}
.product-info h2,
.product-info h3 {
  font-size: 17.5px;
}
.product-info h4 {
  font-size: 14px;
}
.product-info hr {
  margin: 15px 0;
}
.product-info .pricing-block {
  margin: 10px 0;
}
.product-info__title {
  font-size: 22px;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  color: black;
  text-align: center;
}
.product-details {
  font-size: 1.1em;
  margin-bottom: 15px;
}
.product-details > ul > li {
  line-height: 15px;
  padding: 3px 0;
}
.productbulletheader {
  display: none;
}
.productbullet {
  font-size: 1.1em;
  height: auto;
  line-height: 20px;
  color: #777777;
}
.product-details__wash-symbols {
  list-style: none;
  padding: 15px 0 0;
  margin: 0;
}
.product-details__wash-symbols li {
  padding: 6px 0 6px 11px;
  line-height: 34px;
  border-left: 6px solid #eeeeee;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.product-details__wash-symbols li span {
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.product-details__wash-symbols li:hover {
  border-left: 6px solid #e1e1e1;
}
.product-details__wash-symbols li:hover span {
  display: block;
  transform: translateX(5px);
}
.product-details__wash-symbols img {
  margin-right: 15px;
}
.product-info__description {
  margin-top: 20px;
}
.product-info__description p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: initial;
  margin-bottom: 20px;
}
.product-info__description h3 {
  font-size: 16px;
  margin: 10px 0 15px;
  text-transform: uppercase;
}
.product-info__description ul {
  margin-top: 15px;
  margin-bottom: 25px;
}
.product-info__description .starRating {
  margin: 10px 0 0;
}
.product-info__description .features {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
.product-info__description .features .features__title {
  font-family: 'Montserrat', sans-serif;
  list-style: none;
  text-transform: uppercase;
  margin-left: -20px;
}
.product-info__need-help {
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-size: 18px;
  text-align: center;
  color: #999999;
}
/* Ajax status */

.basketStatus > span {
  display: block;
  margin: 10px 0 0;
  padding: 12px 15px;
  text-align: center;
}
.status-working {
  background: whitesmoke;
  color: black;
}
.status-error {
  color: white;
  background-color: #d9534f;
}
.status-warning {
  color: white;
  background-color: #f0ad4e;
}
.status-success {
  color: white;
  background-color: #5cb85c;
}
.basketStatus .status-success {
  display: none;
}
.size-reminder {
  padding: 0 20px;
  font-family: 'Montserrat', sans-serif;
}
.size-reminder P {
  font-size: 16px;
  margin-bottom: 20px;
}
.size-reminder .reminder-alert {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.size-reminder label {
  text-transform: none;
}
.ymal-carousel {
  margin-top: 30px;
  background: whitesmoke;
  padding: 60px 0;
}
.ymal-carousel .owl-carousel .owl-nav .owl-prev {
  left: -50px;
}
.ymal-carousel .owl-carousel .owl-nav .owl-next {
  right: -50px;
}
.ymal-carousel .associated-product {
  min-height: 10px !important;
}
.ymal-carousel .pricing-block__was {
  font-size: 18px;
}
.ymal-title h3 {
  display: block;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 22px;
}
.product-info__brand-image {
  text-align: center;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.product-info__feefo-rating {
  text-align: center;
  margin: 5px 0;
}
.custom-select__wasprices {
  color: #cccccc;
  font-size: 16px;
  text-transform: uppercase;
  padding-right: 18px;
  font-family: 'Montserrat', sans-serif;
  text-decoration: line-through;
}
.custom-select__prices {
  padding-right: 38px;
}
.product-info__price {
  text-align: center;
}
.product-info__price span {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.product-info__price .product-info__was {
  text-decoration: line-through;
  color: #cccccc;
  margin-right: 10px;
}
.product-info__price .product-info__now {
  color: #99283a;
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
}
.product-info__reviews {
  font-family: 'Montserrat', sans-serif;
}
.product-info__reviews a {
  text-decoration: underline;
}
.product-info__brand {
  text-align: center;
}
.review-block__review {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
.review-block__review blockquote {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  color: #333333;
  text-transform: uppercase;
  border-left: 0;
}
.review-block .review-block__title {
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-style: italic;
}
.review-block .review-block__review {
  text-align: center;
  min-height: 200px;
}
.review-block .review-block__review blockquote {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  color: #333333;
  text-transform: uppercase;
  border-left: 0;
}
.associated-carousel--you-may-also-like {
  padding: 20px 0;
}
.associated-carousel--complete-the-look {
  padding: 20px 0;
}
.product-info__delivery a {
  border: 0;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  background: url(/img/static/productpage/delivery.png) top left no-repeat;
  padding: 0 20px 0 55px;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  display: inline-block;
}
.product-info__another-size a {
  border: 0;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  background: url(/img/static/productpage/mail.png) top left no-repeat;
  padding: 0 20px 0 55px;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  display: inline-block;
}
.product-page__active-offer {
  text-align: center;
  padding: 15px 0;
  margin: 20px 0 20px 0;
  font-size: 18px;
  background: #f2f2f2;
  font-family: 'Montserrat', sans-serif;
}
.product-page__active-offer strong {
  padding: 10px 0;
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.product-page__active-offer .btn-primary {
  margin-top: 10px;
  background: #36c13d;
  border: #36c13d;
}
.product-page__active-offer .btn-primary:hover {
  background: #33b53a !important;
}
.js-add-to-basket--item-added {
  background: #36c13d;
  border: 1px solid #36c13d;
}
.product-info__description .panel-title {
  font-family: 'Montserrat', sans-serif;
  position: relative;
  text-transform: uppercase;
}
.product-info__description .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  font-size: 14px !important;
}
.product-info__description .panel-group .panel {
  border-bottom: 0;
  box-shadow: none;
  border-radius: 0;
}
.product-info__description .panel-group .panel .panel-body {
  border-top: 0;
}
.product-info__collapse,
.product-info__no-collapse {
  position: absolute;
  display: inline-block;
  right: 5px;
  top: 8px;
  height: 30px;
  width: 20px;
}
.product-info__collapse span,
.product-info__no-collapse span {
  position: absolute;
  border: 1px solid #333333;
  width: 14px;
  height: 1px;
  -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.product-info__collapse span:nth-child(2),
.product-info__no-collapse span:nth-child(2) {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.product-info__collapse span:nth-child(1),
.product-info__no-collapse span:nth-child(1) {
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.product-info__collapse.open span:nth-child(2) {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.product-info__collapse.open span:nth-child(1) {
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.buy-grid__status {
  padding: 5px;
  background: #99283a;
  position: relative;
}
.buy-grid__status .status-error {
  background: #99283a;
  color: white;
  text-transform: uppercase;
}
.buy-grid__status:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #99283a;
  border-width: 10px;
  margin-left: -30px;
}
.ymal {
  float: right;
  max-width: 200px;
  clear: both;
}
.ymal .ymal__title {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}
.ymal .associated-product {
  padding: 0 8px;
}
.ymal .associated-product .associated-product__image {
  margin-bottom: 5px;
}
.delivery-notice {
  border-top: 1px solid #cccccc;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
}
#delivery-notice__countdown {
  text-align: center;
}
#delivery-notice__countdown > div {
  background: #333333;
  color: white;
  text-align: center;
  display: inline-block;
  padding: 5px 10px;
  margin: 10px 2px;
  min-width: 50px;
}
#delivery-notice__countdown > div > div {
  font-family: 'Montserrat', sans-serif;
  font-size: 10px;
}
#delivery-notice__countdown > div > span {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
}
.buy-grid__btn {
  background-color: black;
  border-color: black;
  transition: background-color 0.2s ease-in-out;
}
.buy-grid__btn:focus {
  background-color: #333333 !important;
}
.buy-grid__btn:hover {
  background-color: #333333 !important;
}
@media (max-width: 767px) {
  .product-info__title {
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    padding: 5px 15px;
    position: relative;
    text-align: center;
    z-index: 1;
  }
  .owl-controls {
    display: none;
  }
  .productPage .owl-product-images .owl-nav > div {
    top: 44%;
  }
  .productPage .owl-product-images .owl-nav .owl-prev {
    left: 0px;
  }
  .productPage .owl-product-images .owl-nav .owl-next {
    right: 0px;
  }
  .product-alternate-views {
    text-align: center;
    font-size: 10px;
  }
  .product-alternate-views i {
    font-size: 18px;
  }
  .product-info .product-info__brand-image {
    margin: 20px 0;
  }
  .product-info .group-pricing {
    border: 0;
    font-size: 14px;
  }
  .product-info__feefo-rating {
    text-align: center;
    margin: 0 0 15px 0;
  }
  .product-info__price {
    margin-top: 10px;
  }
  .product-info__price .product-info__now {
    font-size: 30px;
  }
  .product-info__another-size,
  .product-info__delivery {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .productPage .page-container {
    margin-top: 138px;
  }
  .owl-alternates {
    margin: 20px 0;
  }
  .product-image {
    margin-left: 0;
    margin-right: 0;
  }
  .owl-product-images {
    padding-left: 35px;
    padding-right: 35px;
  }
  .owl-product-images .owl-nav .owl-prev {
    left: 0;
  }
  .owl-product-images .owl-nav .owl-next {
    right: 0;
  }
  .panel-minimal {
    margin-left: 0;
    margin-right: 0;
  }
  .product-info__another-size,
  .product-info__delivery {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .productPage .page-container {
    margin: 151px 0;
  }
  .product-image__alternate-container {
    padding-top: 0;
  }
  .product-image__alternate-container .owl-alternates {
    height: 510px;
    max-width: 140px;
    margin: 0;
    overflow: auto;
    /* Handle */
  
    /*&:hover::-webkit-scrollbar {
                  width: 11px !important;
              }*/
  
  }
  .product-image__alternate-container .owl-alternates::-webkit-scrollbar {
    -webkit-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out;
    cursor: pointer;
    width: 6px !important;
    border-radius: 8px !important;
    border: 2px solid white;
    background-color: #cccccc;
  }
  .product-image__alternate-container .owl-alternates::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .product-image__alternate-container .owl-item {
    width: 100% !important;
  }
  .product-image__alternate-container .owl-stage {
    width: 100% !important;
    max-width: 120px !important;
    transform: translate3d(0, 0, 0) !important;
  }
}
@media (min-width: 1200px) {
  .product-image__alternate-container .product-alternate {
    display: inline-block;
    max-height: inherit;
    margin: 0 4px;
    overflow: hidden;
  }
  .product-image__alternate-container .owl-alternates {
    height: 670px;
    overflow-y: auto;
    overflow-x: hidden;
    /* Let's get this party started */
  
  }
  .product-image__alternate-container .owl-carousel .owl-item {
    height: auto;
  }
  .reviews-block {
    max-height: 517px;
    overflow: auto;
  }
}
.size-guide__title {
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
}
.size-guide .size-guide__ruler {
  height: 50px;
  background: url(/img/static/sizeguide/ruler.png) repeat-x;
  margin: 0 20px;
}
.size-guide .tab-content {
  padding: 0 20px 20px 20px !important;
}
.size-guide .size-guide__navigation {
  text-align: center;
  padding: 0;
}
.size-guide .size-guide__navigation li.active {
  text-decoration: underline;
}
.size-guide .size-guide__navigation li {
  display: inline-block;
  margin: 0 20px;
}
.size-guide .size-guide__navigation a {
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}
.size-guide .size-guide__navigation a:hover {
  text-decoration: underline;
}
.size-guide .table {
  text-transform: uppercase;
}
.size-guide .table th {
  font-weight: normal;
}
.size-guide .size-guide__viewby {
  text-align: right;
}
.size-guide .size-guide__viewby a {
  display: inline-block;
  margin: 10px;
  text-transform: uppercase;
  font-size: 16px;
}
.size-guide .size-guide__viewby a.active {
  text-decoration: underline;
}
.size-guide .size-guide__measurement img {
  margin: 10px 0;
}
.size-guide .table-header {
  background: black;
  color: white;
  letter-spacing: 1px;
  font-size: 14px;
}
.size-guide .size-guide__sub-menu {
  text-align: center;
  margin-bottom: 20px;
}
.size-guide .size-guide__sub-menu a {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  margin: 10px;
  letter-spacing: 1px;
}
.size-guide .size-guide__sub-menu a.active {
  text-decoration: underline;
}
.size-guide--modal {
  padding: 0 20px;
}
@media (max-width: 767px) {
  .customer-service .nav-tabs > li {
    float: none;
    text-align: center;
  }
  .customer-service .nav-tabs > li > a {
    padding: 10px !important;
    font-family: 'Montserrat', sans-serif;
  }
}
@media (min-width: 768px) {
  
}
@media (min-width: 992px) {
  
}
@media (min-width: 1200px) {
  
}
@media (min-width: 1600px) {
  
}
/*Main CSS form the top controlls*/

.storeLocatorForm {
  padding: 15px 20px;
}
.storeLocatorForm .form-group {
  margin-left: 0;
  margin-right: 0;
}
.storeLocatorForm #storeSearch {
  margin-top: 40px;
}
.storeLocatorForm p {
  margin: 10px 0;
}
.storeLocatorForm label {
  font-size: 18px;
  font-weight: normal;
  min-height: 40px;
  margin: 0px;
}
.storeLocatorForm input {
  text-transform: uppercase;
}
.storeLocatorForm .custom-select {
  height: 40px;
  padding: 0;
  background: url(/img/skin/select-arrow-dark.png) no-repeat right center;
}
.storeLocatorForm .custom-select select {
  background: transparent;
  border: 1px solid #8e8e8d;
  height: 43px;
  opacity: 1;
}
.storeLocatorForm .search-error {
  padding: 5px 0;
  display: none;
}
.listStore {
  padding-bottom: 15px;
  min-height: 253px;
}
.listStore:nth-child(2n+1) {
  clear: both;
}
.store-locator__title {
  background: rgba(0, 0, 0, 0.7);
  color: black;
  position: absolute !important;
  top: 0;
  left: 0;
  padding: 20px 30px;
  margin-left: 30px !important;
}
.store-locator__title h1 {
  color: white;
}
.store-locator__title p {
  font-weight: normal;
  letter-spacing: 1px;
}
.store-locator__stores h2 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 1px;
  padding: 5px 0;
  color: black;
}
.store-locator__stores h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
}
.store-locator__stores h3 i {
  float: right;
  margin-right: 30px;
  font-size: 14px;
}
.store-locator__stores p {
  font-family: 'Montserrat', sans-serif;
}
.store-locator__stores .store-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
}
.store-locator__stores .store-link a {
  line-height: 20px;
}
.store-locator__stores .store-link a:hover {
  text-decoration: underline;
}
.store-locator__stores .panel-group {
  overflow: hidden;
  -webkit-transition: max-height 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: max-height 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: max-height 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: max-height 400ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  will-change: max-height;
}
.store-locator__stores .panel-group.collapse {
  display: block;
  max-height: 0;
}
#map_canvas {
  height: 300px;
}
@media (max-width: 767px) {
  .store-locator__title {
    background: none;
    color: black;
    position: relative !important;
    top: 0;
    left: 0;
    padding: 20px 30px;
    margin-left: 0 !important;
  }
  .store-locator__title h1 {
    color: black;
  }
  .store-locator__stores h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
  }
  .store-locator__stores h3 i {
    float: right;
    margin-right: 0;
    font-size: 14px;
  }
  .storeLocatorForm {
    padding: 15px 20px;
  }
  .storeLocatorForm .custom-select {
    height: 40px;
    padding: 0;
    background: url(/img/skin/select-arrow-dark.png) no-repeat right center;
  }
  .storeLocatorForm .custom-select select {
    background: transparent;
    border: 1px solid #8e8e8d;
    height: 43px;
    opacity: 1;
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  #map_canvas {
    height: 350px;
    margin: 60px 0;
  }
}
@media (min-width: 992px) {
  
}
@media (min-width: 1200px) {
  
}
@media (min-width: 1600px) {
  
}
.store-map {
  height: 600px;
}
.store-single-page {
  margin-top: 160px;
}
.store .page-title {
  margin: 0;
}
.store .page-title h1 {
  font-size: 30px;
}
.store .breadcrumbs {
  margin: 20px 0 30px 0;
}
.store-feature {
  margin: 20px 0 12px 0;
}
.store-feature__title {
  background: none repeat scroll 0 0 #f9f9f9;
  border-bottom: 1px solid #c6c6c6;
  line-height: normal;
  padding: 11px 0 5px 9px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  margin-bottom: 10px;
}
.store-feature__content {
  padding: 5px 10px 25px 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
.store-feature__content ul {
  padding: 0;
}
.store-feature__content ul li {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 3px;
  font-size: 16px;
}
.store-feature__content ul li span {
  float: right;
}
.store-information__store-image .owl-nav .owl-prev {
  background: url(/img/skin/owl-nav-large-black.png);
}
.store-information__store-image .owl-nav .owl-next {
  background: url(/img/skin/owl-nav-large-black.png) bottom;
}
.store-information__store-image .owl-nav > div {
  background: url(/img/skin/owl-nav-large-black.png) right top no-repeat;
}
@media (max-width: 767px) {
  #map {
    height: 300px;
  }
}
.brand-history .brand-history__ben {
  padding: 20px 0;
  margin-bottom: 20px;
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
}
.brand-history .brand-history__ben img {
  display: inline-block;
}
.brand-history .brand-history__quote {
  font-family: 'Montserrat', sans-serif;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 24px;
  border-top: 2px solid #cccccc;
  border-bottom: 2px solid #cccccc;
  letter-spacing: 1px;
}
.brand-history .brand-history__timeline-carousel {
  max-height: 500px;
}
.brand-history .brand-history__timeline {
  padding: 20px 0;
  margin-bottom: 20px;
  text-align: center;
}
.brand-history .brand-history__timeline img {
  display: inline-block;
}
@media (min-width: 768px) {
  
}
@media (min-width: 992px) {
  
}
@media (min-width: 1200px) {
  
}
@media (min-width: 1600px) {
  
}
.newsletter-outer {
  padding: 60px 0 120px 0;
}
.margin-top-40 {
  margin-top: 40px;
}
.store-closed {
  margin: 50px 0;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
.olympics-form a {
  text-decoration: underline;
}
.student-discount {
  margin: 40px 0;
}
.student-discount .student-image {
  position: relative;
  margin-top: 40px;
}
.student-discount .student-image .student-image-overlay {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: background 0.2s ease-in-out;
}
.student-discount .student-image:hover .student-image-overlay {
  background: rgba(0, 0, 0, 0.28);
}
.termsandconditions a {
  color: black !important;
  text-decoration: underline;
}
#ContactNumber {
  background: white;
}
.current-discounts {
  margin-bottom: 50px;
}
.current-discounts .page-title {
  margin: 30px 0 10px;
}
.current-discounts .voucher-code-form {
  background: #efefef;
  padding: 10px 20px;
}
.current-discounts .voucher-code-form h2 {
  margin-top: 15px;
}
.current-discounts .voucher-code-form .bs-form label {
  font-size: 14px;
  text-transform: inherit;
  font-family: 'newsgoth_bdxcn', sans-serif;
  letter-spacing: 1px;
  min-height: 15px;
  font-weight: normal;
  margin-bottom: 20px;
}
.contactus .page-container {
  position: relative;
  z-index: 1;
  margin-top: 180px;
}
#mc_embed_signup_scroll {
  margin-bottom: 30px;
}
#mc_embed_signup_scroll h2 {
  font-family: 'newsgoth_bdxcn_btbold', sans-serif;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
#mc_embed_signup_scroll label {
  font-size: 16px;
  text-transform: inherit;
  font-family: 'newsgoth_bdxcn_btbold', sans-serif;
  min-height: 15px;
  font-weight: normal;
  margin-bottom: 10px;
}
#mc_embed_signup_scroll .form-control {
  margin-bottom: 20px;
  height: 50px;
}
.sale-landingpage .sale-block__text {
  color: #99283a;
}
.sale-landingpage .sale-block__overlay {
  background: rgba(232, 232, 232, 0.68);
}
.sale-landingpage .sale-block:hover .sale-block__overlay--single {
  background: rgba(232, 232, 232, 0.68);
}
.sale-landingpage .sale-roundel-area {
  margin-bottom: 10px;
}
.sale-landingpage .sale-roundel-area .sale-roundel-title {
  letter-spacing: 3px;
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  line-height: normal;
  text-align: center;
  color: #99283a;
}
.sale-landingpage .sale-roundel-area .sale-roundel {
  text-align: center;
  padding-left: 0px;
}
.sale-landingpage .sale-roundel-area .sale-roundel-size {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #99283a;
  background-color: white;
  color: #99283a;
  text-align: center;
  font-size: 1em;
  margin: 0 auto;
}
.sale-landingpage .sale-roundel-area .sale-roundel-size:hover {
  cursor: pointer;
  background-color: #99283a;
  color: white;
}
.sale-roundel-area {
  margin-bottom: 10px;
}
.sale-roundel-area .sale-roundel-title {
  letter-spacing: 3px;
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  line-height: normal;
  text-align: center;
}
.sale-roundel-area .sale-roundel {
  text-align: center;
  padding-left: 0px;
}
.sale-roundel-area .sale-roundel-size {
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid black;
  background-color: white;
  color: black;
  text-align: center;
  font-size: 1em;
  margin: 0 auto;
}
.sale-roundel-area .sale-roundel-size:hover {
  cursor: pointer;
  background-color: black;
  color: white;
}
@media (max-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0 !important;
  }
}
.current-discounts__outer {
  border-left: 3px solid #99283a;
  border-right: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 20px 20px 13px 20px;
  text-align: center;
  margin: 0 0 30px 0;
  transition: all 0.2s ease-in-out;
}
.current-discounts__outer .current-discounts__code {
  color: #99283a;
  text-transform: uppercase;
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
}
.current-discounts__outer .current-discounts__code .current-discounts__small {
  display: block;
  font-size: 16px;
}
.current-discounts__outer .current-discounts__desc {
  border-top: 1px solid #eeeeee;
  padding: 18px 0px;
  font-size: 14px;
}
.current-discounts__outer:hover {
  box-shadow: 5px 5px 15px 0px #ebebeb;
}
.sale-block {
  position: relative;
  margin-bottom: 30px;
}
.sale-block:hover .sale-block__overlay {
  background: none;
}
.sale-block:hover .sale-block__text {
  opacity: 0;
}
.sale-block:hover .sale-block__overlay--single {
  background: #00000099;
}
.sale-block:hover .sale-block__text--single {
  opacity: 1;
}
.mobile-scroll-more {
  border-top: 1px solid #949494;
  border-bottom: 1px solid #949494;
  margin: 10px 0;
  padding: 10px 0;
}
.sale-block__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0000005e;
  transition: background 0.2s ease-in-out;
}
.sale-block__overlay--single {
  background: #0000005e;
}
.sale-block__text {
  color: white;
  text-transform: uppercase;
  font-size: 30px;
  position: absolute;
  z-index: 2;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  width: 100%;
  text-align: center;
  height: 13%;
  top: 45%;
  opacity: 1;
  transition: opacity 0.2s ease-in-out;
}
.sale-block__background {
  height: 190px;
  background-color: white;
}
.outlet-signup {
  margin: 60px 0;
}
.outlet-signup h3 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
}
.outlet-signup .form-control {
  width: 450px;
  height: 60px;
}
.outlet-signup .btn-signup {
  height: 60px;
  line-height: 36px;
  padding: 0 40px;
}
.outlet-signup .form-control.grey-background {
  background-color: #afdbec !important;
}
.offer__images {
  margin-bottom: 40px;
}
.storeLocatorForm--outlet {
  padding: 0 !important;
}
.storeLocatorForm--outlet label {
  display: block !important;
}
.current-offers {
  display: block;
  text-align: center;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 20px 0;
  margin: 50px 0;
}
.current-offers h3 {
  text-transform: uppercase;
  color: black;
  font-size: 20px;
  margin: 5px 0 0 0;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
}
.current-offer__outer {
  position: relative;
}
.current-offer__outer .current-offer__overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  transition: all 0.3s ease-in-out;
}
.current-offer__outer .current-offer__overlay:hover {
  background: #c07e0000;
  cursor: pointer;
}
.comp_text h2 {
  font-size: 30px;
}
.comp_text .italic {
  font-style: italic;
  text-transform: none;
  font-size: 26px;
  font-family: georgia;
  color: white;
}
.comp_text p {
  text-transform: initial !important;
  color: white;
}
.comp_text-small .italic {
  font-style: italic;
  text-transform: none;
  font-size: 18px;
  font-family: georgia;
  margin: 20px 0;
}
.comp_text-small .selectpicker {
  margin: 20px 0;
}
.comp-products {
  color: #333333;
  font-size: 18px;
  height: auto;
  line-height: 18px;
  margin: 0 0 5px;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
}
.comp-products .img,
.comp-products .title {
  margin-bottom: 20px;
}
.margin-twenty {
  margin-bottom: 20px;
}
.error {
  padding: 20px;
}
.error .error-content {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}
.error .error-content h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3em;
}
.error .error-content p {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.5em;
}
.error .error-content .btn-primary {
  margin-top: 20px;
}
.denim {
  margin-bottom: 40px;
}
.campaign-terms p {
  font-family: 'roboto', sans-serif;
  font-size: 16px;
}
.campaign-terms ol {
  padding-left: 18px;
}
.campaign-terms ol li {
  padding-bottom: 20px;
  font-family: 'roboto', sans-serif;
  font-size: 16px;
}
.comp-thankyou {
  padding: 0px 0 100px 0 !important;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.competition-page {
  background: url(/img/static/competition/londontrip/competitionBK.jpg) repeat-x center center;
  padding: 0 0 150px 0;
}
.competition-page .form-pane {
  padding: 0px 40px 0px 40px;
  margin-bottom: 15px;
}
.competition-page .year-graphic {
  margin-bottom: 30px;
}
.competition-page input[type=checkbox],
.competition-page input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  float: left;
  margin-right: 10px;
}
.competition-page .competition-header p {
  color: white;
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 2px;
  font-weight: 100;
}
.competition-page .competition-header span {
  font-family: 'newsgoth_cn_btregular', sans-serif;
  font-size: 18px;
}
.competition-page .competition-header h1 {
  color: black;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  letter-spacing: 0px;
  margin-bottom: 0px;
}
.competition-page .competition-desc p {
  margin-bottom: 20px;
  color: black;
}
.competition-page h2 {
  color: black;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 64px;
  letter-spacing: 3px;
}
.competition-page h3 {
  color: white;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  letter-spacing: 3px;
  line-height: 34px;
}
.competition-page p {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 34px;
}
.competition-page .small-print {
  color: white;
  font-weight: 400;
  font-size: 14px;
}
.competition-page a {
  color: white;
  text-transform: unset;
}
.competition-page p.small {
  font-size: 16px;
}
.competition-page small {
  color: black;
}
.competition-page .required-fields {
  margin: 30px 0;
}
.competition-page .competition-form {
  margin-top: 82px;
}
.competition-page .competition-form h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: 3px;
}
.competition-page .competition-form h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 0.8;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.competition-page .competition-form p {
  color: black;
  font-size: 28px;
  font-family: 'Montserrat', sans-serif;
}
.competition-page .competition-form .termsandconditions {
  color: black;
}
.competition-page .competition-form .margin-top {
  margin-top: 30px;
}
.competition-page .competition-form .bs-form select {
  padding: 10px 10px;
  height: 60px;
  background: white;
  border: none;
  color: #484848;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.competition-page .competition-form .bs-form select::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #484848;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  opacity: 1;
  /* Firefox */
  font-size: 16px;
}
.competition-page .competition-form .bs-form select:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #484848;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}
.competition-page .competition-form .form-control {
  padding: 10px 10px;
  height: 60px;
  background: white;
  border: none;
  color: #484848;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid black;
}
.competition-page .competition-form .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: gray;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  opacity: 1;
  /* Firefox */
  font-size: 16px;
}
.competition-page .competition-form .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: gray;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}
.competition-page .competition-form::-ms-input-placeholder {
  /* Microsoft Edge */
  color: gray;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}
.competition-page .bs-form .form-group {
  margin-bottom: 20px;
}
.competition-page .btn-secondary {
  background: white;
  border: 1px solid white !important;
  padding: 10px 30px 5px 30px;
  margin-top: 30px;
  font-size: 14px !important;
  color: black !important;
  transition: all 0.2s ease-in-out;
}
.competition-page .btn-secondary:hover {
  background: #eeeeee;
  color: black !important;
  border: 1px solid #eeeeee;
}
.competition-page label {
  color: black !important;
  text-align: left !important;
  text-transform: none !important;
  font-size: 14px !important;
  display: block !important;
}
.competition-page .competition-copyright {
  margin-top: 30px;
}
.competition-page .competition-copyright a {
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  text-decoration: underline;
}
.competition-page .btn-competition-button {
  border: 2px solid white;
  background: transparent;
  text-transform: uppercase;
  font-size: 20px;
  color: black;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 20px 60px 15px 60px;
  margin-top: 20px;
}
.competition-page .customer-service {
  margin: 20px 0;
}
.competition-page .customer-service .nav-tabs > li > a {
  background: #fbfbfb;
  color: black;
  border: 1px solid #cccccc;
  padding: 20px 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.competition-page .customer-service .nav-tabs > li > a img {
  width: 30px;
  height: 30px;
}
.competition-page .customer-service #sizeguide .tab-content {
  border: 0 !important;
}
.competition-page .customer-service .nav-tabs > li.active > a {
  background: #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
}
.competition-page .customer-service .tab-content {
  background: #f2f2f2;
  border-right: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 20px;
  margin-bottom: 20px;
}
.competition-page .customer-service .tab-content h2 {
  letter-spacing: 1px;
}
.competition-page .customer-service .table th {
  font-weight: normal;
  text-transform: uppercase;
}
.competition-page .static-content__phone {
  padding-bottom: 30px;
  border-bottom: 3px solid #333333;
}
.competition-page .brands-page hr {
  border-top: 1px dashed #cccccc;
}
.competition-page .brands-page img {
  display: block;
  margin: 20px 0;
}
.competition-page .engage-tile {
  margin: 20px 0;
  position: relative;
}
.competition-page .engage-tile .engage-tile__title {
  position: absolute;
  top: 35%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 35px;
  letter-spacing: 1px;
  color: white;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  z-index: 2;
}
.competition-page .engage-tile .engage-tile__title:after {
  content: "";
  border-bottom: 3px solid white;
  height: 1px;
  width: 30%;
  position: absolute;
  top: 110%;
  left: 35%;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.competition-page .engage-tile .engage-tile--last-word {
  line-height: normal;
}
.competition-page .engage-tile .engage-tile--last-word span {
  font-family: Georgia, sans-serif;
  display: inline-block;
  text-transform: none;
  font-size: 18px;
  font-style: italic;
}
.competition-page .engage-tile .engage-tile__cta {
  position: absolute;
  top: 60%;
  left: 0;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  letter-spacing: 2px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  z-index: 2;
}
.competition-page .engage-tile .engage-tile__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  left: 0;
  z-index: 1;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.competition-page .engage-tile:hover .engage-tile__overlay {
  background: rgba(0, 0, 0, 0.3);
}
.competition-page .engage-tile:hover .engage-tile__title:after {
  width: 30%;
}
.competition-page .popup {
  padding: 10px 0 20px 0;
  position: relative;
}
.competition-page .popup .popup__form {
  width: 250px;
  position: absolute;
  top: 280px;
  right: 21px;
  color: white;
}
.competition-page .popup .popup__form .form-group {
  margin-bottom: 10px;
}
.competition-page .popup .popup__form .form-group .form-control {
  padding: 4px 20px;
}
.competition-page .popup .popup__form .form-group .form-control ::-webkit-input-placeholder {
  color: black;
}
.competition-page .popup .popup__form .form-group .form-control :-moz-placeholder {
  /* Firefox 18- */
  color: black;
}
.competition-page .popup .popup__form .form-group .form-control ::-moz-placeholder {
  /* Firefox 19+ */
  color: black;
}
.competition-page .popup .popup__form .form-group .form-control :-ms-input-placeholder {
  color: black;
}
.competition-page .popup .popup__form input {
  background: white !important;
  font-family: 'Montserrat', sans-serif !important;
  text-transform: uppercase;
  text-align: center;
}
.competition-page .popup h2 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  background-color: #99eb9d;
  color: #0f3f11;
  text-align: center;
  padding: 20px;
}
.madetomeasure__signup {
  padding: 30px 0;
  font-size: 18px;
  text-align: center;
  color: #333333;
  letter-spacing: 2px;
}
.madetomeasure__signup p {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
.madetomeasure__signup .form-control:focus {
  border-color: #333333;
  border: 2px solid #333333;
}
.madetomeasure__signup input {
  font-family: 'Montserrat', sans-serif;
  background: white;
  padding: 0 10px;
  font-size: 16px;
  outline: 0 none;
  border: 1px solid #333333;
  height: 50px;
  min-width: 350px;
}
.madetomeasure__signup textarea {
  font-family: 'Montserrat', sans-serif;
  background: white;
  padding: 10px;
  font-size: 16px;
  outline: 0 none;
  border: 1px solid #333333;
}
.madetomeasure__signup button {
  background: #333333;
  color: white;
  padding: 14px 40px;
  font-size: 16px;
  border: 0;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.madetomeasure__signup button:hover {
  background: #1a1a1a;
}
.madetomeasure__address {
  padding: 50px 0;
  font-size: 20px;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
}
.madetomeasure__address span {
  font-weight: bold;
}
.storeLocatorForm {
  padding: 15px 20px;
}
.storeLocatorForm .custom-select {
  height: 43px;
  padding: 0;
  background: url(/img/skin/select-arrow-dark.png) no-repeat right 8px center;
}
.storeLocatorForm .custom-select select {
  background: transparent;
  border: 1px solid #8e8e8d;
  height: 43px;
  opacity: 1;
  font-size: 14px;
  line-height: 1.1;
  padding: 10px 10px;
}
.comp-image {
  position: relative;
}
.momentum-container {
  background-color: #e83052;
  padding: 30px 0;
}
.momentum-competition-page {
  background: url("/img/static/competition/momentum/comppage-background.jpg");
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 690px;
}
.comp-logos {
  display: block;
}
.momentum-comp-form {
  color: white;
  font-family: 'Montserrat', sans-serif;
}
.momentum-comp-form h1 {
  color: white;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 500;
}
.momentum-comp-form h2 {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
}
.momentum-comp-form p {
  font-size: 14px;
}
.momentum-comp-form a {
  color: white;
  text-decoration: underline;
}
.momentum-comp-form iframe {
  margin: 0 0;
}
.momentum-comp-form .g-recaptcha {
  margin: 20px 0;
  display: block;
}
.momentum-comp-form .checkbox-momentum {
  display: inline-block;
  background: yellow;
  width: 14px;
  position: relative;
  left: 0px;
}
.momentum-comp-form .checkbox-momentum input [type=checkbox] {
  margin-left: 0;
}
.momentum-comp-form .checkbox-momentum p {
  float: left;
}
.momentum-comp-form .form-competition {
  padding-right: 0;
}
.momentum-comp-form select,
.momentum-comp-form input[type="text"] {
  background: white;
  color: black;
}
.olympics-staticpage {
  background-image: url("/img/static/olympics/Team_GB_Gradient.jpg");
  background-color: white;
  background-position: center;
  /* Center the image */
  background-repeat: no-repeat;
  /* Do not repeat the image */
  background-size: cover;
  /* Resize the background image to cover the entire container */

}
.olympics-staticpage h1 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 28px;
  font-family: 'Montserrat', sans-serif;
  color: white;
}
.olympics-staticpage p,
.olympics-staticpage a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: white;
}
.olympics-staticpage .termsandconditions a {
  color: white !important;
}
.olympics-staticpage .flex-container {
  height: 500px;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.olympics-staticpage .small-images {
  padding: 5px;
  width: 100%;
  height: auto;
  margin: 10px;
  line-height: 20px;
  color: white;
  font-weight: bold;
  font-size: 2em;
  text-align: center;
}
.olympics-staticpage .bs-form label {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0;
  font-weight: normal;
  color: white;
}
.olympics-staticpage .bs-form input {
  background: white;
}
.olympics-staticpage .checkbox input[type=checkbox],
.olympics-staticpage .checkbox-inline input[type=checkbox],
.olympics-staticpage .radio input[type=radio],
.olympics-staticpage .radio-inline input[type=radio] {
  margin-left: 0;
}
.olympics-staticpage .form-competition {
  position: relative;
}
.olympics-staticpage .olympics-form {
  padding: 10%;
}
.olympics-staticpage .olympic-logo {
  display: none;
}
.olympics-staticpage .btn-competition-button {
  border: 1px solid white;
  background: transparent;
  text-transform: uppercase;
  font-size: 16px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  padding: 20px 60px 15px 60px;
  margin-top: 20px;
}
.privacy-policy div {
  padding-bottom: 15px;
}
.privacy-policy .table-responsive {
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .olympics-staticpage {
    padding: 50px 0;
    height: auto;
    /* You must set a specified height */
  
  }
  .olympics-staticpage .flex-container {
    height: 150px;
  }
  .olympics-staticpage .olympics-form {
    padding: 10% 0;
  }
  .olympics-staticpage p,
  .olympics-staticpage a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: white;
  }
  .country-page {
    padding: 30px 10px;
    margin: 15px 0;
  }
  .country-page__title {
    margin-bottom: 20px;
  }
  .country-page__images {
    display: block;
    padding: 0 2%;
  }
  .country-page__title h1 {
    font-size: 30px;
  }
  .country-page__title h3 {
    font-size: 20px;
  }
  .country-page__title p {
    font-size: 18px;
  }
  .competition-page {
    background: url(/img/static/competition/londontrip/competitionBK.jpg) repeat-x center center;
    padding: 100px 0 150px 0;
  }
  .competition-page .competition-form {
    margin-top: 40px;
    text-align: center;
  }
  .competition-page .competition-form h1 {
    font-size: 40px;
    letter-spacing: 2px;
  }
  .competition-page .competition-form h2 {
    font-size: 22px;
  }
  .competition-page .competition-form p {
    line-height: 26px;
    font-size: 20px;
  }
  .sale-landing .page-container,
  .clearance-landing .page-container {
    margin-top: 140px;
  }
  .sale-landing .sale-block__text,
  .clearance-landing .sale-block__text {
    font-size: 30px;
  }
  .clearance-landing .page-container {
    margin-top: 140px;
  }
  .clearance-landing .sale-block__text {
    font-size: 30px;
  }
  .sale-roundel-title {
    font-size: 28px !important;
  }
  .competition-page {
    padding: 30px 0;
  }
  .competition-page .form-pane {
    margin-top: 20px;
  }
  .comp_text {
    padding: 20px 60px 20px 0;
    margin-bottom: 0px;
  }
  .madetomeasure__signup {
    padding: 30px 0;
    font-size: 18px;
    text-align: center;
    color: #333333;
    letter-spacing: 2px;
  }
  .madetomeasure__signup button {
    background: #333333;
    color: white;
    width: 100%;
    padding: 14px 40px;
    font-size: 16px;
    border: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
  }
  .madetomeasure__signup button:hover {
    background: #1a1a1a;
  }
  .engage-tile .engage-tile__title {
    position: absolute;
    top: 15%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 35px;
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    z-index: 2;
  }
  .popup {
    padding: 10px 0 20px 0;
    position: relative;
  }
  .popup .popup__form {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
  }
  .popup .popup__mobile p {
    text-align: center;
    text-transform: uppercase;
  }
  .popup .popup__mobile h2 {
    text-align: center;
    font-size: 45px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
  }
  .popup .popup__mobile h3 {
    text-align: center;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
  }
  .error .error-content h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2em;
  }
  .error .error-content p {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3em;
  }
  .error .error-content .error__text {
    margin: 0 0 20px 0;
  }
  .brands-page {
    text-align: center;
  }
  .brands-page img {
    display: inline-block;
    margin: 20px 0;
  }
}
.timeline .owl-carousel .owl-item img {
  width: auto;
}
@media (min-width: 768px) {
  .sale-block__text {
    font-size: 18px;
  }
  .sale-landing .page-container,
  .clearance-landing .page-container {
    margin-top: 130px !important;
  }
  .olympics-staticpage {
    padding: 50px 0;
    height: auto;
    /* You must set a specified height */
  
  }
  .competition .page-container {
    margin-top: 95px;
  }
  .comp_text {
    padding: 20px 60px 20px 0;
    margin-bottom: 0px;
  }
  .engage-tile .engage-tile__title {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 35px;
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    z-index: 2;
  }
  .engage-tile .engage-tile--last-word {
    top: 20%;
  }
  .engage-tile .engage-tile--last-word span {
    font-family: Georgia, sans-serif;
    display: inline-block;
    text-transform: none;
    font-size: 18px;
    font-style: italic;
  }
  .customer-service .nav-tabs > li > a {
    padding: 20px 23px 20px 24px;
    font-family: 'Montserrat', sans-serif;
  }
}
@media (min-width: 992px) {
  .sale-block__text {
    font-size: 30px;
  }
  .olympic-logo {
    display: block;
    margin: 0 auto;
    width: 112px;
  }
  .sale-landing .page-container,
  .clearance-landing .page-container {
    margin-top: 150px !important;
  }
  .comp-logos {
    padding-top: 88%;
  }
  .competition .page-container {
    margin-top: 160px;
  }
  .form-competition {
    padding-right: 60px;
  }
  .comp_text {
    padding: 20px 60px 20px 0;
    margin-bottom: 0px;
  }
  .engage-tile .engage-tile__title {
    position: absolute;
    top: 25%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 35px;
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    z-index: 2;
  }
  .engage-tile .engage-tile--last-word {
    top: 20%;
  }
  .engage-tile .engage-tile--last-word span {
    font-family: Georgia, sans-serif;
    display: inline-block;
    text-transform: none;
    font-size: 18px;
    font-style: italic;
  }
  .customer-service .nav-tabs > li > a {
    padding: 20px 30px;
    font-family: 'Montserrat', sans-serif;
  }
}
@media (min-width: 1200px) {
  .olympics-staticpage {
    padding: 100px 0;
    height: 750px;
    /* You must set a specified height */
  
  }
  .olympics-staticpage .olympics-form {
    padding: 2%;
  }
  .comp-logos {
    padding-top: 30%;
  }
  .competition-page .form-pane {
    margin-top: 0px;
  }
  .comp-thankyou {
    padding: 0px 0 100px 0 !important;
  }
  .comp-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 563px;
  }
  .engage-tile .engage-tile__title {
    position: absolute;
    top: 35%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 35px;
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    z-index: 2;
  }
  .engage-tile .engage-tile__title:after {
    top: 105%;
  }
  .engage-tile .engage-tile__cta {
    top: 65%;
  }
  .engage-tile .engage-tile--last-word {
    top: 20%;
  }
  .engage-tile .engage-tile--last-word span {
    font-family: Georgia, sans-serif;
    display: inline-block;
    text-transform: none;
    font-size: 18px;
    font-style: italic;
  }
  .customer-service .nav-tabs > li > a {
    padding: 20px 28px;
    font-family: 'Montserrat', sans-serif;
  }
}
@media (min-width: 1600px) {
  .engage-tile .engage-tile--last-word {
    top: 28%;
  }
  .comp-logos {
    padding-top: 23%;
  }
}
/* New season edit*/

.new-season-title {
  background: url(/img/static/inspiration/new-season-edit.jpg) no-repeat;
  width: 377px;
  height: 75px;
  margin: 40px auto;
  text-indent: -9999px;
}
.four-ways-title {
  background: url(/img/static/inspiration/four-ways.jpg) no-repeat;
  width: 595px;
  height: 75px;
  margin: 40px auto;
  text-indent: -9999px;
}
.mad-men-title {
  background: url(/img/static/inspiration/mad-men.jpg) no-repeat;
  width: 400px;
  height: 75px;
  margin: 40px auto;
  text-indent: -9999px;
}
.party-wear-title {
  background: url(/img/static/inspiration/party-wear.jpg) no-repeat;
  width: 325px;
  height: 75px;
  margin: 40px auto;
  text-indent: -9999px;
}
.big-day {
  margin: 40px auto;
  text-indent: 0;
  text-align: center;
  font-size: 60px !important;
  font-family: 'Montserrat', sans-serif;
}
.prom-king {
  background: url(/img/static/inspiration/prom-king.jpg) no-repeat;
  width: 400px;
  height: 140px;
  margin: 10px auto 40px auto;
  text-indent: -9999px;
}
.legend {
  background: url(/img/static/inspiration/legend/dresslikealegend.jpg) no-repeat;
  width: 280px;
  height: 160px;
  margin: 10px auto 20px auto;
  text-indent: -9999px;
}
.racinggreen {
  margin: 40px auto;
  text-indent: 0;
  text-align: center;
  font-size: 60px !important;
  font-family: 'Montserrat', sans-serif;
}
.boys-club {
  background: url(/img/static/inspiration/boysclub/boys-club-logo.jpg) no-repeat;
  width: 270px;
  height: 139px;
  margin: 10px auto 20px auto;
  text-indent: -9999px;
}
/*zoom effect*/

.inspiration-block {
  overflow: hidden;
  position: relative;
  margin: 20px 0;
}
.inspiration-block:hover .inspiration-block__desc {
  bottom: 50px;
}
.inspiration-block img {
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
  -webkit-filter: grayscale(20%);
  /* Chrome, Safari, Opera */
  filter: grayscale(20%);
}
.inspiration-block__desc {
  position: absolute;
  left: 20px;
  bottom: 40px;
  color: white;
  font-family: 'Montserrat', sans-serif;
  font-style: italic;
  font-size: 32px;
  width: 50%;
  letter-spacing: 1px;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.inspiration-view {
  margin: 20px 0;
}
.inspiration-view__text {
  padding: 60px 0;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
}
.inspiration-view__outfit {
  margin: 30px 0;
  font-size: 18px;
}
.inspiration-view__outfit-brand {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}
.inspiration-view__outfit-was {
  font-size: 0.8em;
  text-decoration: line-through;
}
.inspiration-view__outfit-now {
  color: black;
  font-family: 'kiroregular', sans-serif;
  display: block;
  position: relative;
  line-height: 26px;
  font-size: 18px;
  font-weight: bold;
}
.inspiration-view__outfit-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
}
.james-bond__logo {
  text-align: center;
}
.james-bond__logo img {
  display: inline-block;
}
.james-bond__credit {
  text-align: center;
  margin: 20px 0;
  color: gray;
}
.james-bond__credit a {
  color: gray;
  font-size: 12px;
}
.james-bond__years {
  position: relative;
}
.james-bond__year {
  position: relative;
}
.james-bond__year img {
  display: inline-block;
}
.james-bond__year .james-bond__information {
  text-align: left;
  font-size: 16px;
  font-size: 18px;
  color: #333333;
  width: 300px;
  position: absolute;
  top: 30%;
  left: 70%;
}
.james-bond__year .james-bond__information p {
  margin: 15px 0;
}
.james-bond__year.right {
  text-align: right;
  padding-right: 100px;
}
.james-bond__year.right .james-bond__information {
  text-align: left;
  font-size: 18px;
  color: #333333;
  width: 300px;
  position: absolute;
  top: 30%;
  left: 10%;
}
.james-bond__year.right p {
  margin: 15px 0;
}
.james-bond__btn {
  display: inline-block;
  background: #d1a015;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: white;
  padding: 15px;
  margin: 5px 0;
  text-transform: uppercase;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 200ms ease;
}
.james-bond__btn:hover {
  color: white;
  background: #bf9314;
}
.james-bond__timeline {
  position: absolute;
  top: 0;
  left: 50%;
  width: 16px;
}
.james-bond__timeline .timeline {
  width: 3px;
  height: 3561px;
  background: black;
  z-index: 5;
}
.james-bond__timeline .timeline::before {
  content: "";
  display: block;
  width: 17px;
  height: 3px;
  background: black;
  position: absolute;
  top: 0;
  left: -7px;
}
.james-bond__timeline .timeline::after {
  content: "";
  display: block;
  width: 17px;
  height: 3px;
  background: black;
  position: absolute;
  bottom: 0;
  left: -7px;
}
.james-bond__timeline .timeline-dot {
  width: 14px;
  height: 14px;
  border: 3px solid black;
  background: white;
  position: absolute;
  left: -6px;
  z-index: 10;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.james-bond__timeline .timeline-dot.active {
  background: #d1a015;
}
.james-bond__timeline .timeline-dot.one {
  top: 6%;
}
.james-bond__timeline .timeline-dot.two {
  top: 22%;
}
.james-bond__timeline .timeline-dot.three {
  top: 40%;
}
.james-bond__timeline .timeline-dot.four {
  top: 56%;
}
.james-bond__timeline .timeline-dot.five {
  top: 73%;
}
.james-bond__timeline .timeline-dot.six {
  top: 90%;
}
.james-bond__horizontal-timeline {
  text-align: center;
  padding: 20px 0;
}
.james-bond__details {
  border-bottom: 1px solid #cccccc;
  padding: 10px 5px 50px 5px;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
}
.james-bond__details p {
  font-size: 20px;
  margin-bottom: 15px;
}
.james-bond__dyk {
  border-bottom: 1px solid #cccccc;
  padding: 10px 5px 50px 5px;
  color: #333333;
  font-family: 'Montserrat', sans-serif;
}
.james-bond__dyk ul {
  font-size: 20px;
}
.james-bond__dyk ul li {
  background: url(/images/static/inspiration/007/bullet-point.jpg) no-repeat;
  list-style: none;
  margin-top: 10px;
  padding-left: 50px;
  min-height: 38px;
}
.james-bond__social {
  padding: 10px 5px 50px 5px;
}
.james-bond__social h2 {
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #333333;
  font-weight: bold;
}
.james-bond__social ul li {
  list-style: none;
  float: left;
}
@media (max-width: 767px) {
  .big-day,
  .party-wear-title,
  .new-season-title,
  .four-ways-title,
  .mad-men-title,
  .prom-king,
  .racinggreen {
    background: none;
    width: auto;
    height: auto;
    margin: 40px auto;
    text-indent: 0;
    text-align: center;
    font-size: 30px !important;
    font-family: 'Montserrat', sans-serif;
  }
  .inspiration-view {
    margin: 20px 0;
  }
  .inspiration-view .btn-primary {
    width: 100%;
  }
  .inspiration-view__text {
    padding: 15px 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
  }
  .james-bond__year .james-bond__information {
    font-size: 16px;
    font-size: 18px;
    color: #333333;
    width: auto;
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
  }
  .james-bond__year.right .james-bond__information {
    font-size: 16px;
    font-size: 18px;
    color: #333333;
    width: auto;
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
  }
  .james-bond__year {
    text-align: center;
  }
  .james-bond__year.right {
    padding-right: 0;
    text-align: center;
  }
  .james-bond__timeline {
    display: none;
  }
  .james-bond__details {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .james-bond__year.right {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  
}
@media (min-width: 1200px) {
  .james-bond__year.right {
    padding-right: 100px;
  }
}
.newblog .page-title {
  text-align: center !important;
}
.newblog .page-title p {
  font-size: 16px;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
}
.readmore-owl .owl-carousel .owl-nav .owl-prev {
  left: -60px;
}
.readmore-owl .owl-carousel .owl-nav .owl-next {
  background-position: right;
  right: -60px;
}
.newblog__clear-bar {
  clear: both;
}
.newblog-outer {
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
}
.newblog-outer .newblog-outer__image {
  margin-bottom: 10px;
  position: relative;
  max-height: 370px;
  overflow: hidden;
}
.newblog-outer .newblog-outer__image:hover .newblog-outer__overlay {
  background: rgba(0, 0, 0, 0.5);
}
.newblog-outer .newblog-outer__image .newblog-outer__overlay {
  background: transparent;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
.newblog-outer .newblog-outer__title {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.newblog-outer .newwblog-outer__date {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin: 10px 0;
  padding: 10px 0;
  font-family: 'Montserrat', sans-serif;
  width: 60%;
  position: relative;
  left: 20%;
  transition: all 0.2s ease-in-out;
}
.newblog-outer:hover .newwblog-outer__date {
  border-top: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
}
.staticblog-post .staticblog-post__date {
  font-family: 'Montserrat', sans-serif;
  line-height: 26px;
}
.staticblog-post .associated-product {
  min-height: auto !important;
}
.staticblog-post .staticblog-post__title h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  text-transform: uppercase;
}
.staticblog-post .staticblog-post__title h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: black;
  padding: 0;
  margin: 0;
  text-align: left;
}
.staticblog-post .staticblog-post__content {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.staticblog-post .staticblog-post__content img {
  margin: 30px 0;
  display: block;
  max-width: 100%;
  height: auto;
}
.staticblog-post .staticblog-post__content h3 {
  font-family: georgia;
  font-size: 24px;
  font-style: italic;
  color: black;
  padding: 0;
  margin: 15px 0;
  text-align: left;
}
.staticblog-post .staticblog-post__content a {
  text-decoration: underline !important;
}
.img-block {
  margin: 30px 0;
}
iframe {
  margin: 30px 0;
}
.section-title {
  border-top: 1px solid #eeeeee;
  text-align: center;
  display: block;
  font-weight: 500;
  font-family: georgia;
  font-style: italic;
  font-size: 18px !important;
}
.owl-carousel-associated .newblog-outer {
  text-align: center;
  padding: 10px;
}
.signup_form {
  margin: 0 0 60px 0;
  text-align: center;
}
.signup_form h3 {
  font-family: georgia;
  font-size: 18px;
  font-style: italic;
}
.signup_form h4 {
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 2px;
}
.signup_form .form-control {
  height: 50px;
  width: 300px;
}
.signup_form .btn {
  padding: 24px 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 0;
}
.signup_form .footer-newsletter {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .staticblog-post .staticblog-post__date {
    text-align: left;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .staticblog-post .staticblog-post__image {
    margin: 15px 0;
  }
  .section-title {
    padding: 8px;
    font-size: 20px;
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .staticblog-post .staticblog-post__date {
    text-align: center;
    border-right: 2px solid black;
    padding: 0 20px;
    font-size: 24px;
  }
  .staticblog-post .staticblog-post__image {
    margin: 30px 0;
  }
  .section-title {
    padding: 30px;
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .section-title {
    padding: 30px;
    margin-top: 60px;
  }
}
.careers-block {
  margin: 20px 0;
}
.careers-block .careers-block__content {
  max-height: 420px;
  overflow: auto;
  padding: 5px;
}
.careers-block .careers-block__content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f9f9f9;
}
.careers-block .careers-block__content::-webkit-scrollbar {
  width: 6px;
  background-color: whitesmoke;
}
.careers-block .careers-block__content::-webkit-scrollbar-thumb {
  background-color: #c7c7c7;
}
.careers-block h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  background: #f9f9f9;
  padding: 5px 20px;
  border-bottom: 1px solid #c7c7c7;
}
.careers-block h4 {
  font-family: 'Montserrat', sans-serif;
}
.careers-block img {
  margin: 10px 0;
}
.careers-text {
  font-size: 18px !important;
}
.careers-video {
  text-align: center;
  padding: 20px 0;
}
.retail-img {
  margin: 30px 0;
  text-align: center;
}
.retail-img img {
  display: inline-block;
}
.business-block {
  margin: 10px 0;
  position: relative;
  cursor: pointer;
}
.business-block:hover .business-block__overlay div {
  background: rgba(255, 255, 255, 0.7);
}
.business-block:hover .business-block__overlay div hr {
  width: 30%;
}
.business-block .business-block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.business-block .business-block__overlay div {
  height: 80%;
  width: 80%;
  margin: 10%;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 10px;
  padding-top: 30%;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.business-block .business-block__overlay div hr {
  width: 20%;
  border-top: 2px solid black;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.business-units__model-header {
  padding: 10px 0;
}
.business-units__model-header .modal-title {
  font-family: 'Montserrat', sans-serif;
}
.business-units__model-body {
  font-size: 16px;
}
.business-units__model-body hr {
  border-top: 1px solid #333333;
  width: 10%;
}
.business-units__model-footer {
  padding: 10px 0 20px;
}
.business-units__model-footer a {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.life-at-bensherman__controls {
  padding: 20px 0;
}
.life-at-bensherman__article-title {
  text-align: center;
  position: relative;
  margin: 10px 0;
}
.life-at-bensherman__article-title img {
  display: inline-block;
}
.life-at-bensherman__article-title h2 {
  position: absolute;
  top: 10px;
  left: 10px;
  color: white;
}
.life-at-bensherman__blog-header {
  padding-bottom: 20px;
}
.life-at-bensherman__blog-header img {
  display: inline-block;
}
.life-at-bensherman__blog {
  background: #f9f9f9;
  padding: 40px 0;
}
.life-at-bensherman__blog img {
  display: inline-block;
}
.life-at-bensherman__blog ul {
  padding: 0;
}
.life-at-bensherman__blog a {
  text-decoration: underline;
}
.life-at-bensherman__blog ul {
  padding-left: 20px;
}
.life-at-bensherman__blog li {
  list-style: disc !important;
}
@media (max-width: 767px) {
  .business-block .business-block__overlay {
    font-size: 16px;
  }
  .life-at-bensherman__controls {
    padding: 20px;
  }
  .life-at-bensherman__controls a {
    margin: 2px 0;
  }
}
span.strikethrough {
  color: gray;
  text-decoration: line-through;
}
.newblog-item {
  font-family: 'Montserrat', sans-serif;
}
.newblog-item .newblog-item__number {
  color: #a39362;
  font-size: 20px;
  font-weight: 600;
}
.newblog-item .newblog-item__title {
  font-size: 18px;
  margin: 10px;
  min-height: 55px;
}
.newblog-item .newblog-item__price {
  font-size: 16px;
  text-transform: uppercase;
  margin: 10px;
  color: #717171;
}
.newblog-item .newblog-item__price strong.sale {
  color: #99283a;
}
.newblog-item .newblog-item__cta {
  background: black;
  text-transform: uppercase;
  color: white;
  padding: 11px 0;
  font-size: 18px;
}
.last-word-article .margin-bottom {
  margin-bottom: 30px;
}
.last-word-article strong {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  display: block;
  margin: 25px 0 15px 0;
}
.last-word {
  margin: 0 0 30px 0;
}
.last-word .article {
  margin-bottom: 30px;
}
.last-word .last-word__outsidearticle .last-word__outsidearticle-title {
  margin-top: 20px;
  font-size: 20px;
}
.last-word .last-word__outsidearticle .last-word__outsidearticle-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}
.last-word .last-word__outsidearticle .last-word__outsidearticle-date {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 5px 0;
  font-family: 'Montserrat', sans-serif;
}
.last-word .page-title {
  text-align: center;
}
.last-word .page-title p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
.last-word .last-word__section {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  padding: 10px;
  text-align: left;
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 20px;
}
.last-word .last-word__section--yellow {
  background: #ffe796;
}
.last-word .last-word__section--pink {
  background: mistyrose;
}
.last-word .last-word__section--green {
  background: #d6f2e0;
}
.last-word .last-word__section--blue {
  background: #e8f4f8;
}
.last-word .last-word__selection--purple {
  background: #eed2ee;
}
.last-word .last-word__article {
  position: relative;
}
.last-word .last-word__article-title {
  position: absolute;
  width: 100%;
  text-align: center;
  color: white;
  padding: 0 5%;
  font-size: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  top: 40%;
  left: 0;
  opacity: 0;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.last-word .last-word__article-button {
  position: absolute;
  width: 100%;
  text-align: center;
  color: white;
  padding: 10px 5%;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  top: 56%;
  left: 0;
  opacity: 0;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.last-word .last-word__article-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  left: 0;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.last-word .last-word__article:hover .last-word__article-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.last-word .last-word__article:hover .last-word__article-title {
  opacity: 1;
}
.last-word .last-word__article:hover .last-word__article-button {
  opacity: 1;
}
.last-word__view-article h1 {
  text-align: center;
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
  width: 100%;
  font-size: 66px;
  font-family: 'newsgoth_bdxcn_btbold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: black;
  margin: 60px 0 20px 0;
}
.last-word__view-article h2 {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  letter-spacing: 1px;
  color: #a39362;
  padding: 10px 0;
  margin: 0;
  font-style: italic;
}
.last-word__view-article .title {
  padding: 50px 0;
}
.last-word__view-article hr {
  width: 200px;
  border-top: 1px solid #cccccc;
  margin: 0 auto;
}
.last-word__view-article .sub-text {
  font-family: georgia;
  font-style: italic;
  font-size: 18px;
  text-align: center;
  margin: 10px 0;
}
.last-word__view-article .product-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}
.last-word__view-article .product-colour {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}
.last-word__view-article .product-price {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}
.last-word__view-article .sub-text--large {
  font-size: 26px;
}
.last-word__view-article .extra-padding-small {
  padding: 20px 0;
}
.last-word__view-article .extra-padding-large {
  padding: 40px 0;
}
.last-word__view-article .boldtxt {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  letter-spacing: 1px;
  color: black;
  padding: 30px 0;
}
.last-word__view-article p {
  text-align: justify;
  font-size: 25px;
  letter-spacing: -1px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 34px;
}
.last-word__view-article .first {
  float: left;
  font-size: 115px;
  line-height: 80px;
  padding-bottom: 20px;
  padding-right: 20px;
}
.last-word__view-article .img-block {
  margin: 40px 0;
}
.last-word__view-article .img-block img {
  margin-bottom: 30px;
}
.last-word__view-article img {
  width: 100%;
}
.last-word__view-article .img-cred {
  padding-bottom: 20px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align: center;
  color: #333333;
  font-size: 14px;
  font-style: italic;
}
.view-article__title {
  position: relative;
  cursor: default;
}
.view-article__title img {
  width: 100%;
}
.view-article__title h2 {
  text-align: center;
  position: absolute;
  top: 45%;
  left: 0;
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
  width: 100%;
  font-size: 66px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: white;
}
.view-article__title h2 .tag-line {
  display: block;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 35px;
  text-transform: none;
  font-style: italic;
}
.last-word__collapse.last-word__collapsed .last-word__view-article {
  max-width: 0;
  max-height: 0;
  overflow: hidden;
}
.last-word__collapse .last-word__view-article {
  max-width: 2000px;
  max-height: 100%;
  overflow: hidden;
  -webkit-transition: max-height 800ms cubic-bezier(0.25, 0.25, 0.75, 0.75), max-width 800ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: max-height 800ms cubic-bezier(0.25, 0.25, 0.75, 0.75), max-width 800ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: max-height 800ms cubic-bezier(0.25, 0.25, 0.75, 0.75), max-width 800ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: max-height 800ms cubic-bezier(0.25, 0.25, 0.75, 0.75), max-width 800ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@media (max-width: 767px) {
  .last-word {
    margin: 0 0 30px 0;
  }
  .last-word .article {
    min-height: 451px;
  }
  .last-word .last-word__section {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
    text-align: left;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 20px;
  }
  .last-word .last-word__article {
    margin: 10px 0;
  }
  .last-word .last-word__article-title {
    position: absolute;
    width: 100%;
    text-align: center;
    color: white;
    padding: 0 5%;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    top: 40%;
    left: 0;
    opacity: 1;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms;
  }
  .last-word .last-word__article-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms;
  }
  .view-article__title {
    position: relative;
    padding: 0 15px;
  }
  .view-article__title img {
    width: 100%;
  }
  .view-article__title h2 {
    display: none;
    text-align: center;
    position: relative;
    top: 45%;
    left: 0;
    text-shadow: none;
    width: 100%;
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: black;
  }
  .view-article__title h2 .tag-line {
    display: block;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 26px;
    color: black;
    text-transform: none;
    font-style: italic;
  }
}
@media (max-width: 767px) {
  .last-word__view-article .first {
    float: left;
    font-size: 71px;
    line-height: 62px;
    padding-bottom: 0px;
    padding-right: 7px;
  }
  .last-word__view-article p {
    text-align: justify;
    font-size: 16px;
    letter-spacing: 0px;
    font-family: 'newsgoth_bdxcn_btbold', sans-serif;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 2;
  }
  .last-word__view-article .title {
    padding: 20px 0;
  }
}
@media (min-width: 767px) {
  .last-word {
    margin: 0 0 30px 0;
  }
  .last-word .article {
    min-height: 468px;
  }
  .last-word .last-word__article {
    margin: 0;
  }
  .last-word .last-word__article-title {
    opacity: 1;
    font-size: 20px;
  }
  .last-word .last-word__article-overlay {
    background: rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 768px) {
  .last-word .article {
    min-height: 410px;
  }
  .view-article__title {
    position: relative;
    padding: 0 15px;
  }
  .view-article__title img {
    width: 100%;
  }
  .view-article__title h2 {
    font-size: 40px;
  }
  .view-article__title h2 .tag-line {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .last-word {
    margin: 0 0 30px 0;
  }
  .last-word .last-word__article {
    margin: 0;
  }
  .last-word .last-word__article-title {
    opacity: 0;
  }
  .last-word .last-word__article-overlay {
    background: transparent;
  }
  .view-article__title h2 {
    font-size: 60px;
  }
  .view-article__title h2 .tag-line {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .last-word .article {
    min-height: 347px;
  }
}
@media (min-width: 1200px) {
  .last-word .article {
    min-height: 356px;
  }
}
@media (min-width: 1600px) {
  .last-word .article {
    min-height: 416px;
  }
}
@media (max-width: 550px) {
  .last-word .article {
    min-height: 351px;
  }
}
span.strikethrough {
  color: gray;
  text-decoration: line-through;
}
.style-tips-article .margin-bottom {
  margin-bottom: 30px;
}
.style-tips {
  margin: 0 0 30px 0;
}
.style-tips .article {
  margin-bottom: 30px;
}
.style-tips .style-tips__outsidearticle .style-tips__outsidearticle-title {
  margin-top: 20px;
  font-size: 20px;
}
.style-tips .style-tips__outsidearticle .style-tips__outsidearticle-text {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}
.style-tips .style-tips__outsidearticle .style-tips__outsidearticle-date {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 5px 0;
  font-family: 'Montserrat', sans-serif;
}
.style-tips .page-title {
  text-align: center;
}
.style-tips .page-title p {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
.style-tips .style-tips__section {
  display: inline-block;
  font-family: 'Montserrat', sans-serif;
  padding: 10px;
  text-align: left;
  font-size: 20px;
  letter-spacing: 1px;
  margin-top: 20px;
}
.style-tips .style-tips__section--yellow {
  background: #ffe796;
}
.style-tips .style-tips__section--pink {
  background: mistyrose;
}
.style-tips .style-tips__section--green {
  background: #d6f2e0;
}
.style-tips .style-tips__section--blue {
  background: #e8f4f8;
}
.style-tips .style-tips__selection--purple {
  background: #eed2ee;
}
.style-tips .style-tips__article {
  position: relative;
}
.style-tips .style-tips__article-title {
  position: absolute;
  width: 100%;
  text-align: center;
  color: white;
  padding: 0 5%;
  font-size: 26px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  top: 40%;
  left: 0;
  opacity: 0;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.style-tips .style-tips__article-button {
  position: absolute;
  width: 100%;
  text-align: center;
  color: white;
  padding: 10px 5%;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  top: 56%;
  left: 0;
  opacity: 0;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.style-tips .style-tips__article-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: transparent;
  top: 0;
  left: 0;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.style-tips .style-tips__article:hover .style-tips__article-overlay {
  background: rgba(0, 0, 0, 0.4);
}
.style-tips .style-tips__article:hover .style-tips__article-title {
  opacity: 1;
}
.style-tips .style-tips__article:hover .style-tips__article-button {
  opacity: 1;
}
.style-tips__view-article h2 {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  letter-spacing: 1px;
  color: #a39362;
  padding: 10px 0;
  margin: 0;
  font-style: italic;
}
.style-tips__view-article strong {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  display: block;
  margin: 25px 0 15px 0;
}
.style-tips__view-article .title {
  padding: 50px 0;
}
.style-tips__view-article hr {
  width: 200px;
  border-top: 1px solid #cccccc;
  margin: 0 auto;
}
.style-tips__view-article .sub-text {
  font-family: georgia;
  font-style: italic;
  font-size: 18px;
  text-align: center;
  margin: 10px 0;
}
.style-tips__view-article .product-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  text-transform: capitalize;
  text-align: center;
  letter-spacing: 1px;
  font-weight: bold;
  margin: 10px 0 10px 0;
}
.style-tips__view-article .product-colour {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}
.style-tips__view-article .product-price {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
}
.style-tips__view-article .sub-text--large {
  font-size: 26px;
}
.style-tips__view-article .extra-padding-small {
  padding: 20px 0;
}
.style-tips__view-article .extra-padding-large {
  padding: 40px 0;
}
.style-tips__view-article .boldtxt {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
  letter-spacing: 1px;
  color: black;
  padding: 30px 0;
}
.style-tips__view-article p {
  text-align: justify;
  font-size: 25px;
  letter-spacing: -1px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
  margin-top: 20px;
  line-height: 34px;
}
.style-tips__view-article .first {
  float: left;
  font-size: 115px;
  line-height: 80px;
  padding-bottom: 20px;
  padding-right: 20px;
}
.style-tips__view-article .img-block {
  margin: 40px 0;
}
.style-tips__view-article .img-block img {
  margin-bottom: 30px;
}
.style-tips__view-article img {
  width: 100%;
}
.style-tips__view-article .img-cred {
  padding-bottom: 20px;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align: center;
  color: #333333;
  font-size: 14px;
  font-style: italic;
}
.view-style-article__title {
  position: relative;
  cursor: pointer;
}
.view-style-article__title img {
  width: 100%;
}
.view-style-article__title h2 {
  text-align: center;
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
  width: 100%;
  font-size: 66px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: black;
  margin: 60px 0 20px 0;
}
.view-style-article__title h2 .tag-line {
  display: block;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 35px;
  text-transform: none;
  font-style: italic;
}
.style-tips__collapse.style-tips__collapsed .style-tips__view-article {
  max-width: 0;
  max-height: 0;
  overflow: hidden;
}
.style-tips__collapse .style-tips__view-article {
  max-width: 2000px;
  max-height: 100%;
  overflow: hidden;
  -webkit-transition: max-height 800ms cubic-bezier(0.25, 0.25, 0.75, 0.75), max-width 800ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: max-height 800ms cubic-bezier(0.25, 0.25, 0.75, 0.75), max-width 800ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: max-height 800ms cubic-bezier(0.25, 0.25, 0.75, 0.75), max-width 800ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: max-height 800ms cubic-bezier(0.25, 0.25, 0.75, 0.75), max-width 800ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
@media (max-width: 767px) {
  .style-tips {
    margin: 0 0 30px 0;
  }
  .style-tips .article {
    min-height: 451px;
  }
  .style-tips .style-tips__section {
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    padding: 10px;
    text-align: left;
    font-size: 20px;
    letter-spacing: 1px;
    margin-top: 20px;
  }
  .style-tips .style-tips__article {
    margin: 10px 0;
  }
  .style-tips .style-tips__article-title {
    position: absolute;
    width: 100%;
    text-align: center;
    color: white;
    padding: 0 5%;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    top: 40%;
    left: 0;
    opacity: 1;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms;
  }
  .style-tips .style-tips__article-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -webkit-transition: all 200ms;
    transition: all 200ms;
  }
  .view-style-article__title {
    position: relative;
    padding: 0 15px;
  }
  .view-style-article__title img {
    width: 100%;
  }
  .view-style-article__title h2 {
    display: none;
    text-align: center;
    position: relative;
    text-shadow: none;
    width: 100%;
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: black;
  }
  .view-style-article__title h2 .tag-line {
    display: block;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 26px;
    color: black;
    text-transform: none;
    font-style: italic;
  }
}
@media (max-width: 767px) {
  .style-tips__view-article .first {
    float: left;
    font-size: 71px;
    line-height: 62px;
    padding-bottom: 0px;
    padding-right: 7px;
  }
  .style-tips__view-article p {
    text-align: justify;
    font-size: 16px;
    letter-spacing: 0px;
    font-family: 'newsgoth_bdxcn_btbold', sans-serif;
    margin-bottom: 20px;
    margin-top: 10px;
    line-height: 2;
  }
  .style-tips__view-article .title {
    padding: 20px 0;
  }
}
@media (min-width: 767px) {
  .style-tips {
    margin: 0 0 30px 0;
  }
  .style-tips .article {
    min-height: 468px;
  }
  .style-tips .style-tips__article {
    margin: 0;
  }
  .style-tips .style-tips__article-title {
    opacity: 1;
    font-size: 20px;
  }
  .style-tips .style-tips__article-overlay {
    background: rgba(0, 0, 0, 0.4);
  }
}
@media (min-width: 768px) {
  .style-tips__view-article .product-title {
    margin: 20px 0 10px 0;
  }
  .style-tips .article {
    min-height: 410px;
  }
  .view-style-article__title {
    position: relative;
    padding: 0 15px;
  }
  .view-style-article__title img {
    width: 100%;
  }
  .view-style-article__title h2 {
    font-size: 40px;
  }
  .view-style-article__title h2 .tag-line {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  .style-tips {
    margin: 0 0 30px 0;
  }
  .style-tips .style-tips__article {
    margin: 0;
  }
  .style-tips .style-tips__article-title {
    opacity: 0;
  }
  .style-tips .style-tips__article-overlay {
    background: transparent;
  }
  .view-style-article__title h2 {
    font-size: 60px;
  }
  .view-style-article__title h2 .tag-line {
    font-size: 35px;
  }
}
@media (min-width: 992px) {
  .style-tips .article {
    min-height: 347px;
  }
}
@media (min-width: 1200px) {
  .style-tips .article {
    min-height: 356px;
  }
}
@media (min-width: 1600px) {
  .style-tips .article {
    min-height: auto;
  }
}
@media (max-width: 550px) {
  .style-tips .article {
    min-height: 351px;
  }
}
.countrypage-background {
  background: #e5e5e5;
}
.country-page {
  background-image: url("https://content.bensherman.co.uk/img/static/homepage/banner/background.jpg");
  background-color: #cccccc;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0;
  margin: 15px 0;
}
.country-page__title {
  margin-bottom: 20px;
}
.country-page__title h1 {
  font-family: 'newsgoth_bdxcn_btbold', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.country-page__title h3 {
  font-size: 28px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.country-page__title p {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
}
.country-page__images {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
.country-page__images .country-block {
  background-color: white;
  width: auto;
  margin: 10px;
  text-align: center;
  padding: 6px;
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
}
.country-page__images .country-block:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.28), 0 3px 6px rgba(0, 0, 0, 0.28);
}
.country-page__images .country-block__title {
  margin-top: 10px;
}
.country-page__images .country-block__title h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 0;
  padding: 10px 0;
}
@media (max-width: 767px) {
  .country-page {
    padding: 30px 10px;
    margin: 15px 0;
  }
  .country-page__title {
    margin-bottom: 20px;
  }
  .country-page__images {
    display: block;
    padding: 0 2%;
  }
  .country-page__title h1 {
    font-size: 30px;
  }
  .country-page__title h3 {
    font-size: 20px;
  }
  .country-page__title p {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .country-page__images {
    padding: 0 5% !important;
  }
}
@media (min-width: 992px) {
  .country-page__images {
    padding: 0 5% !important;
  }
}
@media (min-width: 1200px) {
  .country-page__images {
    padding: 0 10% !important;
  }
}
@media (min-width: 1600px) {
  .country-page__images {
    padding: 0 20% !important;
  }
}
.black-friday {
  background: url(../img/static/blackfriday/BSBF.jpg) no-repeat center center fixed;
  background-size: cover;
}
.black-friday-signup {
  text-align: center;
  margin: 90px 0;
  color: white;
}
.black-friday-signup .black-friday__titles {
  margin: 0 0 30px 0;
}
.black-friday-signup .black-friday__content {
  margin: 0 0 30px 0;
}
.black-friday-signup h1 {
  color: white;
  margin: 0px;
  font-size: 32px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.black-friday-signup h2 {
  color: white;
  margin: 0px;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.black-friday-signup h3 {
  color: white;
  margin: 0px;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}
.black-friday-signup .form-control {
  background: white !important;
}
.black-friday-signup p {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
.black-friday-signup a {
  text-decoration: underline;
  color: white;
  font-family: 'Montserrat', sans-serif;
}
.black-friday-signup ul li a {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  padding-bottom: 10px;
  display: block;
}
.black-friday-signup .input-text-content {
  font-size: 14px;
  margin-bottom: 10px;
}
.black-friday-signup .btn-secondary {
  padding: 15px 60px;
  background: white;
  color: black;
  border: 1px solid white;
  -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
}
.black-friday-signup .btn-secondary:hover {
  background: #eeeeee;
  border: 1px solid #eeeeee;
}
.black-friday-signup .bs-form label {
  display: block;
  text-align: left;
}
.page-loading {
  background: rgba(255, 255, 255, 0.96);
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
}
/* LOADING ICON */

.loader {
  position: relative;
  width: 80px;
  margin: 130px auto;
}
.duo {
  height: 20px;
  width: 50px;
  background: transparent;
  position: absolute;
}
.duo,
.dot {
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
.duo1 {
  left: 0;
}
.duo2 {
  left: 30px;
}
.dot {
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #202944;
  position: absolute;
}
.dot-a {
  left: 0px;
}
.dot-b {
  right: 0px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes onOff {
  0% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.duo1 {
  animation-name: spin;
}
.duo2 {
  animation-name: spin;
  animation-direction: reverse;
}
.duo2 .dot-b {
  animation-name: onOff;
}
.duo1 .dot-a {
  opacity: 0;
  animation-name: onOff;
  animation-direction: reverse;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
.opener {
  background: white;
  height: 60px;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.loading-text {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  font-size: 20px;
  position: relative;
  top: 85px;
  text-transform: uppercase;
  color: #202944;
  font-weight: 700;
}
.container-fluid-black {
  background: black;
  padding: 100px 0;
}
.olympic-interview iframe {
  margin-bottom: 20px;
}
.header-product-title {
  color: #333333;
  font-size: 16px;
  height: auto;
  line-height: 18px;
  margin: 0 0 5px;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
  margin: 15px 0 5px 0;
  text-align: center;
}
.header-priduct-price {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #333333;
  text-align: center;
}
.amondo-container {
  padding-top: 30px;
  background: #0f253a;
}
.olympic-associated h5 {
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  font-size: 18px;
  margin-top: 10px;
}
.olympic-associated .btn-olympic-outline {
  border: 1px solid black;
  background: white;
  color: black;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  font-size: 18px;
}
.amondo-image-container {
  background: #040b13;
  margin-top: 30px;
}
.olympic-promo-banner {
  text-align: center;
}
.olympic-promo-banner a {
  display: block;
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  font-size: 28px;
  color: white;
}
.interview-content {
  margin: 0 0 60px 0;
}
.interview-content h2 {
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 5px;
  display: block;
  text-align: center;
}
.interview-content h4 {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: 'Montserrat', sans-serif;
  display: block;
  text-align: center;
}
.interview-content p {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
  line-height: 26px;
}
.header-image-small {
  margin: 10px 0;
}
.olympics-image-list {
  margin-bottom: 60px;
}
.header-image {
  margin: 20px 0;
}
.header-image-text {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 20px;
  line-height: 26px;
  text-transform: uppercase;
}
.header-image--no-margin {
  margin: 0;
}
.flex-row-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.flex-row-container > .flex-row-item {
  flex: 1 1 30%;
  height: 100px;
  position: relative;
  padding: 0 59px;
}
.flex-row-item::after {
  content: "";
  width: 1px;
  height: 60px;
  position: absolute;
  background: black;
  right: 0;
  top: 20%;
}
.flex-row-item:last-child:after {
  content: "";
  width: 1px;
  height: 60px;
  position: absolute;
  background: transparent;
  right: 0;
  top: 20%;
}
.meet-athletes {
  margin-bottom: 30px;
  padding: 0% 10%;
}
.meet-athlete-name {
  text-align: center;
}
.meet-athlete-name h2 {
  font-family: 'Playfair Display', serif;
  text-transform: uppercase;
  font-size: 24px;
  margin: 10px 0 5px 0;
}
.meet-athlete-name span {
  font-family: 'Montserrat', sans-serif;
  display: block;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  margin: 10px 0 5px 0;
}
.meet-athlete-bio p {
  font-family: 'Montserrat', sans-serif;
  display: block;
  text-align: center;
}
.container-padding {
  padding: 40px 0;
}
.mt-30 {
  margin-top: 30px;
}
/* Ion.RangeSlider
// css version 1.8.1
// by Denis Ineshin | ionden.com
// ===================================================================================================================*/

/* =====================================================================================================================
// RangeSlider */

.irs {
  position: relative;
  display: block;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
}
.irs-line:focus {
  outline: none;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}
.irs-line-left {
  left: 0;
  width: 10%;
}
.irs-line-mid {
  left: 10%;
  width: 80%;
}
.irs-line-right {
  right: 0;
  width: 10%;
}
.irs-diapason {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
}
.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}
.irs-slider.single {
  left: 10px;
}
.irs-slider.single:before {
  position: absolute;
  display: block;
  content: "";
  top: -50%;
  left: -100%;
  width: 300%;
  height: 200%;
  background: transparent;
}
.irs-slider.from {
  left: 100px;
}
.irs-slider.from:before {
  position: absolute;
  display: block;
  content: "";
  top: -50%;
  left: -200%;
  width: 300%;
  height: 200%;
  background: transparent;
}
.irs-slider.to {
  left: 300px;
}
.irs-slider.to:before {
  position: absolute;
  display: block;
  content: "";
  top: -50%;
  left: 0;
  width: 300%;
  height: 200%;
  background: transparent;
}
.irs-slider.last {
  z-index: 2;
}
.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}
.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-hidden-input {
  display: none;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: black;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  color: black;
}
/* Ion.RangeSlider, Nice Skin
// css version 1.7.0
// by Denis Ineshin | ionden.com
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-diapason,
.irs-slider {
  background: url(/img/static/listing/sprite-skin-nice.png) repeat-x;
}
.irs {
  height: 40px;
  margin: 8px 8px 0;
}
.irs-with-grid {
  height: 60px;
}
.irs-line {
  height: 5px;
  top: 25px;
}
.irs-line-left {
  height: 5px;
  background-position: 0 -30px;
}
.irs-line-mid {
  height: 5px;
  background-position: 0 0;
}
.irs-line-right {
  height: 5px;
  background-position: 100% -30px;
}
.irs-diapason {
  height: 5px;
  top: 25px;
  background-position: 0 -60px;
}
.irs-slider {
  cursor: pointer;
  width: 22px;
  height: 22px;
  top: 17px;
  background-position: 0 -90px;
}
#irs-active-slider,
.irs-slider:hover {
  background-position: 0 -120px;
}
.irs-min,
.irs-max {
  color: #999999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  border-radius: 3px;
}
.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
  background: #cccccc;
}
.irs-from,
.irs-to,
.irs-single {
  color: black;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  border-radius: 3px;
}
.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
  background: #999999;
}
.irs-grid-pol {
  background: #99a4ac;
}
.irs-grid-text {
  color: #99a4ac;
}
/* 
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  /*-webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;*/

}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */

.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: black;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("utils/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* Make clicks pass-through */

#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #eaeaea;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
/* Fancy blur effect */

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #eaeaea, 0 0 5px #eaeaea;
  opacity: 1;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */

#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 100;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #eaeaea;
  border-left-color: #eaeaea;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}
@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.search-module__dropdown {
  max-width: 374px;
  width: 331px;
  max-height: 405px;
  height: auto;
  position: absolute;
  right: 164px;
  top: 102px;
  overflow: hidden;
  z-index: 4;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  visibility: visible;
}
.search-module__dropdown .color-highlight {
  color: #99283a;
}
.search-module__dropdown--hidden {
  opacity: 0;
  visibility: hidden;
}
.search-module__header {
  background-color: #f9f9f9;
  border-bottom: 1px solid #cccccc;
  padding: 5px 10px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.search-module__header-icon {
  width: 29px;
  height: 25px;
  text-align: center;
}
.search-module__header-icon .glyphicon {
  font-size: 16px;
  margin-top: 5px;
  color: #cccccc;
}
.search-module__header-text {
  height: 25px;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 25px;
  font-family: 'Montserrat', sans-serif;
}
.search-module__header-text a {
  color: black;
}
.search-module__header-text a:hover {
  text-decoration: underline;
}
.search-module__ajax {
  background: white;
  overflow: auto;
  max-height: 362px;
  height: auto;
}
.search-module__ajax > p {
  margin: 10px 0;
  padding: 0 20px;
}
.search-module__ajax > a {
  display: block;
}
.search-module__ajax::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f2f2f2;
}
.search-module__ajax::-webkit-scrollbar {
  width: 8px;
  background-color: #cccccc;
}
.search-module__ajax::-webkit-scrollbar-thumb {
  background-color: #4f4f4f;
}
.search-module__ajax .aSearchHead {
  text-align: center;
  padding: 40px 5px;
}
.search-module__ajax .media {
  margin-top: 3px;
  text-align: left;
}
.search-module__ajax .media .media-search__title {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}
.search-module__ajax .media .price {
  font-size: 12px;
  padding: 5px 0;
}
.search-module__ajax .media-search:hover {
  background: #f9f9f9;
}
.search-module__ajax-related {
  background: white;
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
  text-align: left;
}
.search-module__ajax-related > a {
  padding: 2px 0 2px 18px;
  display: block;
  font-size: 14px;
}
.search-module__ajax-related > a:hover {
  background: #f9f9f9;
}
.media-search__image {
  width: 50px;
  max-width: 50px;
  height: 68px;
  max-height: 75px;
  overflow: hidden;
  padding: 6px;
  text-align: center;
}
.media-search__image img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 768px) {
  
}
@media (min-width: 992px) {
  .search-module__dropdown {
    right: 0;
    top: 142px;
  }
}
@media (min-width: 1200px) {
  .search-module__dropdown {
    right: 13px;
    top: 100px;
    width: 320px;
  }
}
@media (min-width: 1600px) {
  .search-module__dropdown {
    max-width: 374px;
    width: 331px;
    max-height: 405px;
    height: auto;
    position: absolute;
    right: 164px;
    top: 102px;
    overflow: hidden;
    z-index: 4;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
    visibility: visible;
  }
}
.headerB .search-module__dropdown {
  height: auto;
  overflow: hidden;
  z-index: 4;
  position: absolute;
  width: 100% !important;
  max-width: none;
  top: 50px !important;
  right: 0 !important;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 250ms cubic-bezier(0.4, 0, 0.2, 1);
  visibility: visible;
}
.headerB .search-module__dropdown .color-highlight {
  color: #99283a;
}
.headerB .search-module__dropdown--hidden {
  opacity: 0;
  visibility: hidden;
}
.headerB .search-module__header {
  background-color: #f9f9f9;
  border-bottom: 1px solid #cccccc;
  padding: 5px 10px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.headerB .search-module__header-icon {
  width: 29px;
  height: 25px;
  text-align: center;
}
.headerB .search-module__header-icon .glyphicon {
  font-size: 16px;
  margin-top: 5px;
  color: #cccccc;
}
.headerB .search-module__header-text {
  height: 25px;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 25px;
  font-family: 'Montserrat', sans-serif;
}
.headerB .search-module__header-text a {
  color: black;
}
.headerB .search-module__header-text a:hover {
  text-decoration: underline;
}
.headerB .search-module__ajax {
  background: white;
  overflow: auto;
  max-height: 362px;
  height: auto;
}
.headerB .search-module__ajax > p {
  margin: 10px 0;
  padding: 0 20px;
}
.headerB .search-module__ajax > a {
  display: block;
}
.headerB .search-module__ajax::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f2f2f2;
}
.headerB .search-module__ajax::-webkit-scrollbar {
  width: 8px;
  background-color: #cccccc;
}
.headerB .search-module__ajax::-webkit-scrollbar-thumb {
  background-color: #4f4f4f;
}
.headerB .search-module__ajax .aSearchHead {
  text-align: center;
  padding: 40px 5px;
}
.headerB .search-module__ajax .media {
  margin-top: 3px;
  text-align: left;
  border-bottom: 1px solid #eeeeee;
  margin: 10px 5px;
  padding: 5px 0;
}
.headerB .search-module__ajax .media .media-search__title {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0px;
}
.headerB .search-module__ajax .media .price {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  padding: 0;
  margin-bottom: 5px;
}
.headerB .search-module__ajax .media-search:hover {
  background: #f9f9f9;
}
.headerB .search-module__ajax-related {
  background: white;
  padding: 15px;
  border-bottom: 1px solid #eeeeee;
  text-align: left;
}
.headerB .search-module__ajax-related > a {
  padding: 2px 0 2px 18px;
  display: block;
  font-size: 14px;
}
.headerB .search-module__ajax-related > a:hover {
  background: #f9f9f9;
}
.headerB .media-search__image {
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  overflow: hidden;
  padding: 2px;
  text-align: center;
}
@media (min-width: 768px) {
  
}
@media (min-width: 992px) {
  
}
@media (min-width: 1200px) {
  
}
@media (min-width: 1600px) {
  
}
.associated-product {
  border: 1px solid transparent;
  cursor: pointer;
  overflow: hidden;
  padding: 8px;
  position: relative;
}
.associated-product > a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
}
.associated-product:hover .associated-product__arrow-left {
  opacity: 1;
}
.associated-product:hover .associated-product__arrow-right {
  opacity: 1;
}
.associated-product .associated-product__colour-link {
  text-decoration: underline;
  text-align: center;
  padding: 0 10px;
  min-height: 20px;
}
.associated-product__more-colours {
  color: #333333;
  font-size: 12px;
  height: auto;
  line-height: 18px;
  padding-top: 15px;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
}
.associated-product__image {
  margin-bottom: 28px;
  position: relative;
}
.associated-product__image > a {
  display: block;
}
.associated-product__image .associated-product__arrow-right {
  position: absolute;
  top: 45%;
  right: 0;
  font-size: 24px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  opacity: 0;
  z-index: 10;
}
.associated-product__image .associated-product__arrow-right .glyphicon {
  line-height: 50px;
}
.associated-product__image .associated-product__arrow-right:hover {
  background: #f2f2f2;
}
.associated-product__image .associated-product__arrow-left {
  position: absolute;
  top: 45%;
  left: 0;
  font-size: 24px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  opacity: 0;
  z-index: 10;
}
.associated-product__image .associated-product__arrow-left .glyphicon {
  line-height: 50px;
}
.associated-product__image .associated-product__arrow-left:hover {
  background: #f2f2f2;
}
.associated-product__meta {
  margin-top: 10px;
  position: relative;
}
.associated-product__title {
  color: #333333;
  font-size: 16px;
  height: auto;
  line-height: 18px;
  margin: 0 0 5px;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  text-transform: capitalize;
}
.associated-product__sash {
  width: 55px;
  height: 55px;
  position: absolute;
  top: 10px;
  right: 7px;
  z-index: 0;
}
.associated-product__sash--bottom {
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.associated-product-colours {
  text-align: center;
}
.associated-product-colours a {
  display: inline-block;
  height: 16px;
  width: 36px;
  margin: 1px;
  padding: 2px;
  border: 1px solid #7c7c7c;
}
.associated-product-colours .associated-product-colours__colour {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.owl-item .associated-product-colours {
  display: none;
}
.associated-product__sash {
  position: absolute;
  text-align: left;
}
.associated-product__sash.top-left {
  top: 0;
  left: 0;
}
.associated-product__sash.top-right {
  top: 0;
  right: 0;
}
.associated-product__sash.bottom-right {
  bottom: 0;
  right: 0;
}
.associated-product__sash.bottom-left {
  bottom: 0;
  left: 0;
}
.associated-product__sash.top-center {
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
.associated-product__sash.bottom-center {
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
}
.associated-product__more-link {
  font-size: 12px;
  margin: 4px 0 6px;
  text-decoration: underline !important;
}
.associated-product__status {
  display: none;
  font-size: 11px;
  line-height: 12px;
  margin: 6px 0 0;
}
.associated-product__status i {
  vertical-align: middle;
  margin-top: -2px;
}
.associated-product__controls {
  color: white;
  background: rgba(255, 255, 255, 0.7);
  bottom: 0;
  margin: -60px -8px -8px;
  padding: 10px 15px;
  position: relative;
  z-index: 10;
  /* To cover all possible sash options and let us individually position each sash position */
  opacity: 0;
  visibility: hidden;
}
.associated-product__controls:hover {
  color: white;
}
.pricing-block {
  min-height: 30px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #333333;
}
.product-info .pricing-block__rrp {
  display: block;
  margin-bottom: -9px;
}
.pricing-block__was {
  color: #707070;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  line-height: 18px;
  font-size: 14px;
  text-decoration: line-through;
}
.pricing-block__now {
  font-family: 'Montserrat', sans-serif;
  display: block;
  position: relative;
  line-height: 26px;
  font-size: 18px;
  color: #99283a;
}
.pricing-block--inline .pricing-block__now,
.pricing-block--inline .pricing-block__saving {
  display: inline;
}
.associated-carousel {
  padding: 15px 0;
}
.associated-carousel .associated-carousel__title {
  margin: 8px 15px 17px;
  letter-spacing: 1px;
  text-align: center;
}
.associated-carousel .associated-carousel__title h2 {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-style: italic;
}
.associated-carousel .associated-carousel__title span {
  font-size: 82%;
  top: 1px;
}
.associated-carousel .associated-carousel__title:hover span {
  transform: translateX(5px);
}
.associated-carousel .associated-carousel__title--outfit {
  border-top: 1px solid #d4d4d4;
  padding-top: 13px;
  margin-bottom: 9px;
  margin-left: 0;
}
.associated-carousel .associated-carousel__title--outfit .glyphicon {
  position: relative;
  font-size: 0.66em;
  left: 1px;
}
.associated-carousel .owl-carousel {
  padding: 0 40px;
}
.associated-carousel--complete-outfit .associated-carousel .owl-carousel {
  padding: 0;
}
.associated-carousel .pricing-block {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  color: #333333;
}
.associated-carousel--also-like .associated-product__controls .col-xs-6 {
  display: block;
}
.associated-carousel--also-like .associated-product__controls .col-xs-12 {
  display: none;
}
.associated-carousel--also-like .associated-product__controls .buy-text {
  display: none;
}
.associated-carousel--recently-viewed .associated-product__controls .col-xs-6 {
  display: none;
}
.associated-carousel--recently-viewed .associated-product__controls .col-xs-12 {
  display: block;
}
.associated-carousel--recently-viewed .associated-product__controls .landing-basket-svg {
  display: none;
}
.associated-carousel--recently-viewed .associated-product__controls .buy-text {
  display: block;
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 39px;
  padding-left: 4px;
}
@media (max-width: 767px) {
  .associated-carousel .associated-carousel__title {
    background-color: #eeeeee;
    margin: 0 0 15px;
    padding: 10px 0;
    line-height: normal;
  }
  .associated-carousel .associated-carousel__title h2 {
    background: transparent;
    font-size: 18px;
    margin: 0;
  }
  .associated-carousel .associated-carousel__title hr {
    display: none;
  }
  .associated-carousel .owl-carousel {
    padding: 0 15px;
  }
  .pricing-block__now .reviewContainer > a {
    display: block;
  }
  .associated-product__image.active {
    min-height: 160px;
  }
  .associated-product__image.active .touch-pad {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .associated-product__arrow-right {
    display: none;
  }
  .associated-product__arrow-left {
    display: none;
  }
  .associated-product__arrow-left .glyphicon {
    line-height: 50px;
  }
  .associated-product__sash {
    width: 55px;
    height: 55px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
  }
}
@media (min-width: 768px) {
  .associated-product__title {
    line-height: 20px;
    min-height: 40px;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .associated-product__image.active {
    min-height: 320px;
  }
  .associated-product .associated-product__arrow-left {
    opacity: 1;
  }
  .associated-product .associated-product__arrow-right {
    opacity: 1;
  }
}
@media (min-width: 992px) {
  .associated-product {
    min-height: 580px;
  }
  .associated-carousel--complete-outfit .associated-product {
    min-height: 580px;
  }
  .associated-carousel--complete-outfit .associated-product .associated-product__controls {
    height: 100%;
    width: 100%;
    position: absolute;
    padding: 0;
    margin: 0;
  }
  .associated-carousel--complete-outfit .associated-product .associated-product__controls .row {
    position: static;
  }
  .associated-carousel--complete-outfit .associated-product .associated-product__controls .row .col-xs-12 {
    position: static;
  }
  .associated-carousel--complete-outfit .associated-product .associated-product__controls .row .col-xs-12 a {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    padding: 0;
    margin: 0;
    display: block;
    max-width: 100%;
    max-height: 100%;
  }
  .associated-product__title {
    min-height: 50px;
  }
  .associated-product__image.active {
    min-height: 246px;
  }
  .associated-product {
    min-height: 580px;
  }
  .associated-product .associated-product__arrow-left {
    opacity: 0;
  }
  .associated-product .associated-product__arrow-right {
    opacity: 0;
  }
}
@media (min-width: 1200px) {
  .four-grid .associated-product {
    min-height: 0px !important;
  }
  .associated-product__title {
    min-height: 45px;
  }
  .associated-product {
    min-height: 580px !important;
  }
}
@media (min-width: 1600px) {
  .associated-product {
    min-height: 750px !important;
  }
}
@media (min-width: 992px) {
  .associated-product {
    min-height: 580px;
  }
}
@media (min-width: 1200px) {
  .associated-product {
    min-height: 650px !important;
  }
}
@media (min-width: 1600px) {
  .associated-product {
    min-height: 740px !important;
  }
}
.breadcrumbs {
  margin: 10px 0 0 0;
  font-family: 'Montserrat', sans-serif;
  color: #9d9d9d;
}
.breadcrumbs a {
  letter-spacing: 1px;
  color: #9d9d9d;
  text-transform: uppercase;
}
.breadcrumbs .breadcrumbs__back {
  font-size: 16px;
  margin-right: 30px;
  padding-left: 10px;
}
.breadcrumbs .breadcrumbs__back span {
  margin: 0 4px 0 0;
  position: relative;
  top: 0px;
}
.breadcrumbs .breadcrumbs__home {
  margin: 0 4px 0 0;
  width: 21px;
  height: 17px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAARCAYAAAAyhueAAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkJFMEE5RDQ1OEI1RjExRTRCQjc0Rjc1Q0Y0QUVGMjFFIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkJFMEE5RDQ2OEI1RjExRTRCQjc0Rjc1Q0Y0QUVGMjFFIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6QkUwQTlENDM4QjVGMTFFNEJCNzRGNzVDRjRBRUYyMUUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6QkUwQTlENDQ4QjVGMTFFNEJCNzRGNzVDRjRBRUYyMUUiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5V1m6cAAACTElEQVR42nxUvaqaQRCdT8VOrr+oCBYidj6BpW3ewAdQAhZiYwohlaTTygtibSUWQh5ATCVoYbBUSPxXkHtBFPzb7Gw8X1auZGHd2W9nz5w5MysJIYjneDx+4fV2u33YDwYDkclkRKfTEfB/5ovV4J//jXa7LSqVCp1OJ7JYLJRKpSidThvL5VLsdjuy2+0UjUYNOZT/ZDJ5+QCqIkmH9XodbzQaw2azqfY8mRkDJxIJOhwO1O/3KRQKUbVa/eT1er8DwwYQjhCJRN7542azEaVSSV0CAwZkm/273S5ZrVYz2PV6/Q0cBQqDARl4v9+/MeB8PjeZMzsMPQhWv9//U8/WAh14HY1Gb7lcjmazGUdXAMyIbQwwxthut1Sr1YQuo4GI5XJZtFqtf9EkO4AxCPYc5HK5qAKdz2fTN5lMUjabffV4PJ+N6XSq9BsOh2YxoB1WAPEKRhzAZrOZEvGUXUDFYpGswWDw62KxIKmlugj9kKIeQNeV/XQCzNzlctFqtfqbvuy5cD6f/8VawhHOKBT2z3RlW7YU1ev1LzL9b6r6MkpcB8BrAetYLEaFQsEEkX1JvV7P9MU0+/QeKQwAHOrpORyOh1fjdDqF/lA05qqLLHwgtfzBwus9Cab35jYfCJ/xk+WiPZHiXWHcezEMQADoVQV7fiBsc9W5qMgIgeUIqyLiAtoFza7LwSDwQ7o6U9x7YMpacGR2QP8hLbaPx+MDe/bBo8F3lkTacXUHYshWwIGZMuxAIPDwD+Z2u1UL6b4+n48DvbL9R4ABAErO3kw3NaVWAAAAAElFTkSuQmCC);
  display: inline-block;
  position: relative;
  top: -3px;
}
.breadcrumbs .breadcrumbs__splitter {
  font-size: 1.3em;
  margin: 0 2px;
}
@media (min-width: 768px) {
  
}
.checkout-panel {
  background: white;
  padding: 10px 20px;
  box-shadow: 5px 5px 5px 0px #f2f2f2;
  margin-bottom: 15px;
}
.checkout-panel p {
  font-family: 'Montserrat', sans-serif;
}
.checkout-panel-title {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding: 10px 0;
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
.checkout-panel-title p {
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
}
.feedback-block {
  background: url(/img/icons/flat/quotes.png) no-repeat #fafafa top right;
  margin: 20px 0;
  border-bottom: 2px solid #eeeeee;
  padding: 2px 20px 20px;
}
.feedback-block .feedback-block__name {
  margin: 10px 0 2px;
}
.feedback-block .feedback-block__avatar {
  padding-right: 10px;
}
.feedback-block--intro {
  margin: 20px 0;
  padding: 20px 20px 20px;
}
@media (min-width: 768px) {
  
}
@media (min-width: 992px) {
  
}
@media (min-width: 1200px) {
  
}
@media (min-width: 1600px) {
  
}
.generic-box {
  background: whitesmoke;
  margin: 34px 0 0;
  position: relative;
  padding: 15px;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.generic-box:first-child {
  margin-top: 0;
}
.generic-box:last-child {
  margin-bottom: 20px;
}
.generic-box h2 {
  background: #d4d4d4;
  color: #2b2834;
  font-size: 1.1em;
  letter-spacing: 2px;
  font-weight: normal;
  margin: -15px -15px 13px;
  padding: 14px 15px 13px;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.generic-box p {
  line-height: 18px;
  margin: 0 0 12px;
}
.generic-box p.first-p {
  margin: 0 0 17px;
}
.generic-box:hover .media img {
  opacity: 1;
}
.generic-box:hover .media-heading {
  color: #131217;
}
.generic-box .media img {
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.85;
}
.generic-box .media-heading {
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  color: rgba(19, 18, 23, 0.8);
}
@media (min-width: 768px) {
  
}
@media (min-width: 992px) {
  
}
@media (min-width: 1200px) {
  
}
@media (min-width: 1600px) {
  
}
.group-pricing__title {
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 10px;
}
.group-pricing__was-price {
  font-family: 'Montserrat', sans-serif;
  text-decoration: line-through;
  font-weight: normal;
  color: #cccccc;
  font-size: 19px;
  text-transform: uppercase;
}
.group-pricing__now-price {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 20px;
  color: #99283a;
  text-transform: uppercase;
  margin-left: 10px;
}
.group-pricing__default {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 22px;
  color: black;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .group-pricing__title,
  .group-pricing__was-price,
  .group-pricing__now-price,
  .group-pricing__default {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  
}
@media (min-height: 768px) and (max-width: 991px) {
  .group-pricing__title,
  .group-pricing__was-price,
  .group-pricing__now-price,
  .group-pricing__default {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  
}
@media (min-width: 1200px) {
  
}
@media (min-width: 1600px) {
  
}
.buy-grid {
  margin: 15px 30px 40px 30px;
}
.buy-grid small {
  font-size: 10px;
}
.buy-grid h3 {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.buy-grid .associated-product-colours {
  text-align: left;
}
.buy-grid .associated-product-colours a {
  width: 35px;
  margin: 5px 2px;
  border-color: #cccccc;
  display: block;
  float: left;
}
.buy-grid .associated-product-colours a.activeColour {
  border-color: black;
}
.buy-grid__price {
  font-size: 14px;
  padding: 10px 0 9px;
}
.buy-grid__was {
  font-size: 12px;
  text-decoration: line-through;
}
.buy-grid__static-value {
  padding: 10px 0 9px;
}
.buy-grid__size h3 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin: 15px 0 10px 0;
}
.buy-grid__size .buy-grid__size-select {
  display: inline-block;
  border: 1px solid #c7c7c7;
  line-height: 35px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  height: 40px;
  width: 40px;
  margin: 5px 2px;
  cursor: pointer;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}
.buy-grid__size .buy-grid__size-select.outofstock {
  background: #f9f9f9;
  color: #cccccc;
  cursor: default;
  position: relative;
}
.buy-grid__size .buy-grid__size-select.outofstock:before {
  content: "";
  width: 46px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -4px;
  background: #c7c7c7;
  -ms-transform: rotate(135deg);
  /* IE 9 */
  -webkit-transform: rotate(135deg);
  /* Chrome, Safari, Opera */
  transform: rotate(135deg);
}
.buy-grid__size .buy-grid__size-select.outofstock:after {
  content: "";
  width: 46px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: -4px;
  background: #c7c7c7;
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.buy-grid__size .buy-grid__size-select.active {
  border: 1px solid #333333;
  background: #333333;
  color: white;
}
.buy-grid__status {
  clear: both;
  display: none;
  font-size: 12px;
  line-height: normal;
  margin: 10px 0;
}
.buy-grid__status > div {
  padding: 4px 0;
}
.buy-grid__qty-label {
  font-family: 'Montserrat', sans-serif;
  line-height: 42px;
  font-size: 16px;
}
.buy-grid__size-guide {
  text-align: center;
}
.buy-grid__size-guide .btn-size-guide {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0;
  display: inline-block;
  margin: 13px 0 0;
  text-decoration: underline;
}
.buy-grid__size-guide .btn-size-guide:hover {
  background-color: none;
  text-decoration: underline;
}
/* Ajax status */

.status-error {
  color: #a94442;
  background-color: #f2dede;
}
.status-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.status-success {
  color: #3c763d;
  background-color: #dff0d8;
}
.buy-grid__collapse-container {
  margin-bottom: 15px;
}
.buy-grid__controls {
  margin: 0 22px;
}
.buy-grid__controls .col-xs-3 {
  padding-right: 4px;
}
.buy-grid__controls .buy-grid__qty {
  text-align: center;
  padding: 9px;
  font-size: 16px;
  display: block;
  width: 100%;
}
.buy-grid__controls button {
  display: inline-block;
  padding: 11px 0;
  font-family: 'Montserrat', sans-serif;
}
.product-title-row {
  display: block;
  width: 100%;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}
.buy-grid__product-title {
  text-align: left;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
  padding: 10px 0;
  letter-spacing: 1px;
  float: left;
  margin-top: 15px;
  display: inline-block;
}
.group-pricing-outer {
  display: block;
}
.buy-grid__price {
  text-align: right;
  text-transform: uppercase;
  font-size: 25px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 1px;
}
.buy-grid__price .small {
  font-family: 'Montserrat', sans-serif;
  color: #333333;
  font-size: 12px;
  display: block;
}
.associated-carousel--buy-grid .owl-carousel-associated {
  padding: 0;
}
.buy-grid__qty--suit-qty h3 {
  margin: 5px 0;
}
.buy-grid__qty--suit-qty .buy-grid__qty {
  text-align: center;
  padding: 9px;
  font-size: 16px;
  display: block;
  width: 50%;
}
@media (max-width: 767px) {
  .buy-grid__controls {
    margin: 0;
    text-align: center;
  }
  .custom-select select {
    font-size: 35px;
  }
  .buy-grid {
    margin: 15px 0px 0 0px;
  }
  .buy-grid .associated-product-colours {
    text-align: left;
  }
  .buy-grid .associated-product-colours a {
    width: 35px;
    height: 30px;
    margin: 5px 2px;
    border-color: #cccccc;
    display: block;
    float: left;
  }
}
@media (min-width: 768px) {
  .buy-grid__controls {
    margin: 0 auto;
  }
}
.info-item {
  margin: 20px 0;
  border-bottom: 1px solid #eeeeee;
  padding: 2px 20px 20px;
}
[class*='col-']:first-child .info-item {
  margin-top: 0;
}
[class*='col-']:last-child .info-item {
  margin-bottom: 10px;
}
.info-item:hover .info-item__splitter {
  width: 45%;
  border-top: 1px solid black;
}
.info-item.info-item--plane svg {
  max-width: 108px;
  padding: 12px 0 2px;
}
.info-item.info-item--plane .info-item__paragraph {
  line-height: 20px;
}
.info-item__img svg {
  max-width: 80px;
}
.info-item__img--contact svg {
  max-width: 124px;
}
.info-item__title {
  font-size: 1.3em;
  text-transform: capitalize;
  padding: 15px 0 10px;
  margin-bottom: 0;
}
.info-item__splitter {
  width: 25%;
  border-top: 1px solid #6c6c6c;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  margin: 6px auto 7px;
}
.info-item__paragraph {
  line-height: 25px;
  padding: 8px 10% 0;
}
.info-item__paragraph__bubble {
  background: url(http://s7.postimg.org/g5f2b4ftj/footer_widget_contact_bubble.png) 0 2px no-repeat;
  font-size: 0.9em;
  color: white;
  padding: 6px 5px 9px 6px;
}
.info-item__input {
  margin: 6px 0 0;
}
.info-item__input .input-group-sm > .form-control,
.info-item__input .input-group-sm > .input-group-addon,
.info-item__input .input-group-sm > .input-group-btn > .btn {
  height: 27px;
  padding: 3px 9px;
}
.info-item__input .btn-default:hover,
.info-item__input .btn-default:focus,
.info-item__input .btn-default.focus,
.info-item__input .btn-default:active,
.info-item__input .btn-default.active,
.info-item__input .open > .dropdown-toggle.btn-default {
  color: white;
  background-color: #dddddd !important;
  border: 1px solid #dddddd;
}
.info-item__input .btn-default:active,
.info-item__input .btn-default.active,
.info-item__input .open > .dropdown-toggle.btn-default {
  background-color: #dddddd !important;
  border: 1px solid #dddddd;
  background-image: none;
}
.info-item__social {
  margin: 20px 0 0;
}
.info-item__social > li {
  padding: 0 2px;
}
.info-item__social a {
  display: block;
  width: 28px;
  height: 28px;
  opacity: 0.3;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.info-item__social a svg {
  width: 100%;
  height: 100%;
}
.info-item__social a:hover {
  opacity: 1;
  transform: translateY(-5px);
}
@media (min-width: 768px) {
  .info-item {
    margin: 11px 0;
    padding: 0;
    border-bottom: 0;
  }
  [class*='col-']:first-child .info-item {
    margin-top: 11px;
  }
  [class*='col-']:last-child .info-item {
    margin-bottom: 11px;
  }
  .info-item .info-item__paragraph {
    line-height: 15px;
    padding: 8px 5% 0;
    font-size: 0.9em;
  }
  .info-item .info-item__img {
    transform: scale(0.8);
  }
  .info-item__social a {
    width: 28px;
    height: 28px;
  }
}
@media (min-width: 992px) {
  .info-item {
    margin: 20px 0;
  }
  [class*='col-']:first-child .info-item {
    margin-top: 20px;
  }
  .info-item .info-item__paragraph {
    line-height: 21px;
    padding: 8px 10% 0;
    font-size: 1em;
  }
  .info-item .info-item__img {
    transform: scale(0.9);
  }
  .info-item .info-item__title {
    font-size: 1.45em;
    letter-spacing: 0.5px;
  }
  .info-item__social a {
    width: 22px;
    height: 22px;
  }
}
@media (min-width: 1200px) {
  .info-item {
    margin: 35px 0;
  }
  [class*='col-']:first-child .info-item {
    margin-top: 35px;
  }
  .info-item .info-item__paragraph {
    line-height: 25px;
    font-size: 1.1em;
  }
  .info-item .info-item__img {
    transform: scale(1);
  }
  .info-item .info-item__title {
    font-size: 1.89em;
    letter-spacing: 0.5px;
  }
  .info-item__social a {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1600px) {
  .info-item__social a {
    width: 28px;
    height: 28px;
  }
}
.primary-logo {
  opacity: 1;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.primary-logo:hover {
  opacity: 0.9;
}
.page-title,
.hr-title {
  text-align: left;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 30px 0 34px;
  font-family: 'Montserrat', sans-serif;
}
.page-title h1,
.hr-title h1,
.page-title h2,
.hr-title h2 {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  display: inline-block;
  letter-spacing: 1px;
  position: relative;
  z-index: 2;
}
.page-title h1,
.hr-title h1 {
  font-size: 30px;
}
.page-title h2,
.hr-title h2 {
  color: #4f4f4f;
  font-size: 30px;
}
.page-title hr,
.hr-title hr {
  width: 100%;
  position: absolute;
  z-index: 1;
  display: block;
  top: 52%;
  padding: 0;
  margin: 0;
}
.page-title--center {
  text-align: center;
}
.page-title--center h1 {
  margin-bottom: 15px;
}
.hr-title {
  margin: 8px 15px 17px;
}
@media (max-width: 767px) {
  .page-title {
    margin: 10px 0;
    font-weight: normal;
    padding: 5px 0;
    text-align: center;
  }
  .page-title h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .page-title {
    margin: 30px 0 34px;
  }
  .page-title.first--with-text {
    margin-bottom: 9px;
  }
  .page-title.product-title {
    margin: 0;
    text-align: left;
  }
  .page-title.product-title h1 {
    background: none;
    padding: 0;
    margin: 0 0 10px 0;
  }
  .page-title.product-title h1:hover {
    padding: 0;
  }
  .page-title__message {
    background: none;
    color: #7e818c;
    font-family: 'Arial';
    font-weight: normal;
    font-size: 1em;
    font-style: italic;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    z-index: 1;
    margin: 0 0 12px 0;
    display: inline-block;
  }
  .page-title__message--large {
    font-style: normal;
    font-size: 1.8em;
    margin-bottom: 30px;
    margin-top: -11px;
  }
  .page-title h1,
  .hr-title h1 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .page-title h1,
  .hr-title h1 {
    font-size: 24px;
  }
}
.payment-types ul {
  display: inline-block;
}
.payment-types ul li {
  display: block;
  float: left;
  margin: 0 5px;
}
.quick-basket {
  position: relative;
  float: right;
  z-index: 10;
  min-width: 105px;
  min-height: 49px;
}
.quick-basket .quick-basket__arrow {
  position: absolute;
  right: 40px;
  top: 51px;
  z-index: 1000;
  opacity: 0;
  -webkit-transition: opacity 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -moz-transition: opacity 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -ms-transition: opacity 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  -o-transition: opacity 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: opacity 250ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}
.quick-basket .quick-basket__arrow:after,
.quick-basket .quick-basket__arrow:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.quick-basket .quick-basket__arrow:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: white;
  border-width: 10px;
  margin-left: -10px;
}
.quick-basket .quick-basket__arrow:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #cccccc;
  border-width: 11px;
  margin-left: -11px;
}
.quick-basket:hover .quick-basket__open {
  float: right;
}
.quick-basket:hover .quick-basket__arrow {
  opacity: 1;
}
.quick-basket:hover .quick-basket__dropdown {
  max-height: 600px;
}
.quick-basket .quick-basket__image-bg {
  display: block;
}
.quick-basket .quick-basket__price {
  line-height: 50px;
  cursor: pointer;
  text-transform: none;
  min-width: 90px;
  text-align: right;
  -moz-transition: min-width 200ms ease-in;
  -o-transition: min-width 200ms ease-in;
  -webkit-transition: min-width 200ms ease-in;
  transition: min-width 0ms ease-in;
  transform: translate3d(0, 0, 0);
}
.quick-basket .quick-basket__saving {
  font-family: 'Montserrat', sans-serif;
  color: #a18f61;
  margin: 25px 0 0 8px;
  text-transform: none;
  font-style: italic;
  float: left;
  cursor: pointer;
}
.quick-basket .quick-basket__content {
  color: #333333;
  font-weight: normal;
  font-size: 14px;
  overflow-y: auto;
  padding: 15px 20px;
}
.quick-basket .quick-basket__checkout {
  padding: 20px 15px;
}
.quick-basket .quick-basket__checkout a {
  font-size: 18px;
}
.quick-basket .quick-basket__table {
  overflow-y: auto;
}
.quick-basket .quick-basket__table::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f2f2f2;
}
.quick-basket .quick-basket__table::-webkit-scrollbar {
  width: 8px;
  background-color: #cccccc;
}
.quick-basket .quick-basket__table::-webkit-scrollbar-thumb {
  background-color: #4f4f4f;
}
.quick-basket .quick-basket__row {
  margin: 15px 0;
}
.quick-basket .quick-basket__info {
  font-family: 'Montserrat', sans-serif;
}
.quick-basket .quick-basket__info a {
  color: #333333;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 12px;
}
.quick-basket .quick-basket__qty,
.quick-basket .quick-basket__item-total,
.quick-basket .quick-basket__size {
  color: #666666;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
}
.quick-basket .quick-basket__remove i {
  color: #333333;
}
.quick-basket .quick-basket__subtotal {
  padding: 10px 30px;
  color: #333333;
  font-size: 20px;
  font-family: 'Montserrat', sans-serif;
}
.quick-basket .quick-basket__empty {
  padding: 10px;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
}
.quick-basket.quick-basket--hidden {
  margin-right: -70px;
}
@media (max-width: 767px) {
  .quick-basket {
    position: static;
    float: right;
    margin: 0 15px 0 0;
  }
  .quick-basket .quick-basket__bag {
    height: 22px;
    width: 30px;
    line-height: 22px;
    margin-top: 20px;
    font-family: 'Montserrat', sans-serif;
  }
  .quick-basket-mobile__dropdown {
    position: absolute;
    top: 64px;
    left: -9999px;
    width: 100%;
    max-height: 0;
    opacity: 0;
    background: #f2f2f2;
    color: black;
    border-radius: 2px;
    -webkit-box-shadow: 5px 4px 5px 0px rgba(107, 107, 107, 0.64);
    -moz-box-shadow: 5px 4px 5px 0px rgba(107, 107, 107, 0.64);
    box-shadow: 5px 4px 5px 0px rgba(107, 107, 107, 0.64);
    -webkit-transition: max-height 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75), opacity 200ms ease;
    -moz-transition: max-height 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75), opacity 200ms ease;
    -o-transition: max-height 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75), opacity 200ms ease;
    transition: max-height 200ms cubic-bezier(0.25, 0.25, 0.75, 0.75), opacity 200ms ease;
  }
  .quick-basket-mobile__dropdown ul {
    text-align: center;
    padding: 15px 15px 0 15px;
  }
  .quick-basket-mobile__dropdown ul li {
    border-top: 1px solid #cccccc;
    font-size: 14px;
    padding: 5px 0;
    list-style: none;
  }
  .quick-basket-mobile__dropdown a {
    color: black;
  }
  .quick-basket-mobile__dropdown:after,
  .arrow_box:before {
    bottom: 100%;
    right: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .quick-basket-mobile__dropdown:after {
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: #f2f2f2;
    border-width: 10px;
    margin-left: -10px;
  }
  .quick-basket-mobile__dropdown:before {
    border-color: rgba(194, 225, 245, 0);
    border-bottom-color: #f2f2f2;
    border-width: 10px;
    margin-left: -10px;
  }
  .quick-backet-mobile__info {
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
  }
  .quick-backet-mobile__info a {
    color: black;
  }
  .quick-basket-mobile__dropdown.active {
    left: 0px;
    max-height: 800px;
    opacity: 1;
  }
  .mobile-quick-basket .quick-basket__bag {
    display: block;
    float: left;
    background: black;
    width: 15px;
    margin-top: 5px;
    height: 15px;
    color: black;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    z-index: 2;
  }
  .mobile-quick-basket .quick-basket__bag .quick-basket__handle {
    position: absolute;
    top: 0px;
    left: 2px;
    height: 5px;
    width: 11px;
    border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    -webkit-border-radius: 30px 30px 0 0;
    border-top: 2px solid black;
    border-right: 2px solid black;
    border-left: 2px solid black;
    z-index: 0;
  }
}
@media (min-width: 768px) {
  .quick-basket .quick-basket__saving {
    margin: 25px 0 0 8px;
    font-size: 12px;
  }
  .quick-basket .quick-basket__price {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .quick-basket .quick-basket__saving {
    margin: 24px 0 0 8px;
    font-size: 16px;
  }
  .quick-basket .quick-basket__price {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  
}
.readmore-container {
  position: relative;
  -webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.readmore-container.overflown {
  padding-bottom: 50px;
  overflow: hidden;
  max-height: 200px;
}
.readmore-container .hide-text {
  display: none;
}
.readmore-container.max-height {
  max-height: 1000px !important;
}
.readmore-container.max-height.overflown {
  padding-bottom: 35px;
}
.readmore-container__read-more {
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 12px;
  bottom: 0;
  height: 50px;
  left: 0;
  line-height: 50px;
  position: absolute;
  width: 100%;
  padding-bottom: 15px;
}
.readmore-container__read-more span {
  position: relative;
  top: 10px;
  text-decoration: underline;
}
.readmore-container__read-more:hover span {
  text-decoration: underline;
}
.readmore-container__read-more--white {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, white), color-stop(100%, white));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%, white 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
  /* IE6-9 */

}
.readmore-container__read-more--grey {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fafafa 50%, #fafafa 51%, #fafafa 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, #fafafa), color-stop(51%, #fafafa), color-stop(100%, #fafafa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fafafa 50%, #fafafa 51%, #fafafa 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fafafa 50%, #fafafa 51%, #fafafa 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fafafa 50%, #fafafa 51%, #fafafa 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fafafa 50%, #fafafa 51%, #fafafa 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#fafafa', GradientType=0);
  /* IE6-9 */

}
@media (min-width: 768px) {
  
}
@media (min-width: 992px) {
  
}
@media (min-width: 1200px) {
  
}
@media (min-width: 1600px) {
  
}
#product-zoomer {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  width: 800px;
  height: 100vh;
  z-index: 1051;
  background: white;
  transform: translateX(-50%);
  cursor: move;
}
#product-zoomer-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 500px;
  z-index: 2;
  background: white;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  cursor: zoom-out;
}
.product-zoomer__alert {
  display: none;
  position: absolute;
  width: 100%;
  top: 15px;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 3;
  font-family: 'Montserrat', sans-serif;
}
.product-zoomer__alert span {
  display: block;
  margin: 0 20px;
  padding: 5px;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.7);
  letter-spacing: 0.5px;
  color: white;
}
.product-zoomer__product-container {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
}
/*#product-zoomer__product {
    position:relative;

    img {
        position:absolute;
        height:100%;
        width:100%;
        top:0;
        left:0;    
    }

}*/

.product-zoomer__product-alternate-container {
  height: 100vh;
  overflow: hidden;
}
#product-zoomer__product-alternate {
  position: absolute;
  top: 50%;
  left: 2%;
  width: 100px;
  height: auto;
  overflow: hidden;
  overflow-y: auto;
  transform: translateY(-50%);
  max-height: 50vh;
  z-index: 2;
}
#product-zoomer__product-alternate .owl-stage {
  width: 87px !important;
  transform: none !important;
}
#product-zoomer__product-alternate .owl-item {
  width: 87px !important;
  cursor: pointer;
  padding: 2px;
  border: 0;
}
#product-zoomer__product-alternate .owl-item.active {
  border: 1px solid #cccccc;
}
#product-zoomer__product-alternate::-webkit-scrollbar {
  -webkit-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
  cursor: pointer;
  width: 6px !important;
  border-radius: 8px !important;
  border: 2px solid white;
  background-color: #cccccc;
}
#product-zoomer__product-alternate::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.3);
}
.owl-carousel--product-zoomer .owl-nav > div,
.owl-carousel--product-zoomer-alternate .owl-nav > div {
  position: absolute;
  top: 46%;
  width: 27px;
  height: 42px;
  margin-top: -14px;
}
.owl-carousel--product-zoomer .owl-nav .owl-next,
.owl-carousel--product-zoomer-alternate .owl-nav .owl-next {
  background: none;
  right: 10px;
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: black;
  width: 25px;
  height: 25px;
  overflow: hidden;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.owl-carousel--product-zoomer .owl-nav .owl-prev,
.owl-carousel--product-zoomer-alternate .owl-nav .owl-prev {
  background: none;
  left: 10px;
  border-style: solid;
  border-width: 3px 0 0 3px;
  border-color: black;
  width: 25px;
  height: 25px;
  overflow: hidden;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.owl-carousel--product-zoomer img {
  width: auto !important;
  margin: 0 auto;
}
.product-zoomer__close {
  position: absolute;
  top: 40px;
  right: 40px;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  z-index: 1;
  font-size: 14px;
}
.product-zoomer__close i {
  vertical-align: middle;
  display: inline-block;
  background: url(/img/skin/close.png);
  opacity: 0.5;
  width: 20px;
  height: 20px;
}
.product-zoomer__close:hover i {
  opacity: 0.9;
}
.product-zoomer__overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
@media (max-width: 767px) {
  .product-zoomer__close {
    top: 10px;
    right: 10px;
  }
}
@media (min-width: 768px) {
  #product-zoomer-mobile {
    display: none !important;
  }
  .product-zoomer__alert {
    display: none !important;
  }
}
.form-group {
  margin-bottom: 0px !important;
}
.custom-select {
  background: white url(/Content/img/skin/select-arrow-dark.png) center right no-repeat;
  border: 1px solid #cccccc;
  color: black;
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  padding: 5px 30px 5px 9px;
  position: relative;
  text-transform: uppercase;
}
.custom-select select {
  background: white;
  border: none;
  color: black;
  cursor: pointer;
  font-size: 20px;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.custom-select__dropdown {
  position: absolute;
  top: 99%;
  left: 0;
  width: 100%;
  z-index: 3;
  border: 2px solid lightgray;
  background: white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1), visibility 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-select--visible .custom-select__dropdown {
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
}
.custom-select__absolute-dropdown {
  display: none;
  position: absolute;
  z-index: 10;
  max-height: 300px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  border: 2px solid lightgray;
  background: white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.quick-buy__select-dropdown {
  padding: 0;
  margin: 0;
  list-style: none;
}
.quick-buy__select-dropdown li {
  background: white;
  padding: 6px 7px 5px;
  transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.quick-buy__select-dropdown li span.lowstock {
  display: none;
}
.quick-buy__select-dropdown li:hover {
  background: #eeeeee;
  text-indent: 2px;
  cursor: pointer;
}
.custom-select__value {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  padding-right: 180px;
  text-align: left;
}
.custom-select__pricing {
  padding-right: 0px;
}
.custom-select--light {
  border: 1px solid #eeeeee;
  background: url(/img/skin/select-arrow-dark.png) center right no-repeat;
  background-position: 99% 48%;
  font-size: 16px;
  font-weight: 500;
  padding: 16px 10px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}
.custom-select--light .custom-select__dropdown {
  border: inherit;
  border-top: none;
  margin: 0 -2px;
  box-sizing: initial;
  text-align: left;
  overflow: auto;
  max-height: 0;
  transition: max-height 300ms cubic-bezier(0.4, 0, 0.2, 1), opacity 300ms cubic-bezier(0.4, 0, 0.2, 1), visibility 300ms cubic-bezier(0.4, 0, 0.2, 1);
}
.custom-select--light .quick-buy__select-dropdown li {
  padding: 15px 14px;
  font-size: 16px;
  font-weight: 300;
  opacity: 0;
  transform: translateX(-10px);
}
.custom-select--light .quick-buy__select-dropdown:hover li {
  transition-delay: 0s !important;
}
.custom-select--light.custom-select--visible .custom-select__dropdown {
  max-height: 500px;
}
.custom-select--light.custom-select--visible .quick-buy__select-dropdown li {
  opacity: 1;
  transform: translateX(0);
}
.custom-select--single {
  background-image: none;
  cursor: default;
}
.custom-select--single select {
  cursor: default;
}
.custom-select--disabled .custom-select__select {
  display: none;
}
/* __StarRating */
.starRating {
  background: url(/img/skin/star-rating.png) 0 0 repeat-x;
  display: inline-block;
  height: 13px;
  line-height: 13px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 65px;
  top: -3px;
}
.starRating li {
  font-size: 0;
  line-height: 13px;
}
.starRating li:first-child {
  background: url(/img/skin/star-rating.png) 0 -13px repeat-x;
  height: 13px;
  text-indent: -999em;
}
.starRating a {
  display: block;
  height: 13px;
  left: 0;
  position: absolute;
  top: 0;
}
.starRating a:hover {
  background: url(/img/skin/star-rating.png) 0 -26px repeat-x;
}
.starRating .star0 {
  width: 0%;
}
.starRating .star1 {
  width: 20%;
}
.starRating .star2 {
  width: 40%;
}
.starRating .star3 {
  width: 60%;
}
.starRating .star4 {
  width: 80%;
}
.starRating .star5 {
  width: 100%;
}
.starRating.hoverStar:hover li:first-child {
  display: none;
}
.starRating.hoverStar .rate1 {
  width: 20%;
  z-index: 5;
}
.starRating.hoverStar .rate2 {
  width: 40%;
  z-index: 4;
}
.starRating.hoverStar .rate3 {
  width: 60%;
  z-index: 3;
}
.starRating.hoverStar .rate4 {
  width: 80%;
  z-index: 2;
}
.starRating.hoverStar .rate5 {
  width: 100%;
  z-index: 1;
}
.starRatingLarge {
  display: inline-block;
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  background-image: url(/img/skin/star-rating-large.png);
  height: 21px;
  line-height: 21px;
  width: 100px;
}
.starRatingLarge li {
  line-height: 21px;
}
.starRatingLarge li:first-child {
  background: url(/img/skin/star-rating-large.png) 0 -21px repeat-x;
  height: 21px;
  text-indent: -999em;
}
.starRatingLarge a {
  height: 21px;
}
.starRatingLarge a:hover {
  background: url(/img/skin/star-rating-large.png) 0 -42px repeat-x;
}
.starRatingLarge .star0 {
  width: 0%;
}
.starRatingLarge .star1 {
  width: 20%;
}
.starRatingLarge .star2 {
  width: 40%;
}
.starRatingLarge .star3 {
  width: 60%;
}
.starRatingLarge .star4 {
  width: 80%;
}
.starRatingLarge .star5 {
  width: 100%;
}
.starRatingLarge.hoverStar:hover li:first-child {
  display: none;
}
.starRatingLarge.hoverStar .rate1 {
  width: 20%;
  z-index: 5;
}
.starRatingLarge.hoverStar .rate2 {
  width: 40%;
  z-index: 4;
}
.starRatingLarge.hoverStar .rate3 {
  width: 60%;
  z-index: 3;
}
.starRatingLarge.hoverStar .rate4 {
  width: 80%;
  z-index: 2;
}
.starRatingLarge.hoverStar .rate5 {
  width: 100%;
  z-index: 1;
}
/* add swipe icon to indicate scrolling on mobile devices */

/* ensure svg color matches the border rule here. Open svg file and edit fill colour */

.table-swipe {
  position: relative;
}
.table-swipe .table-swipe-icon {
  background: url(/img/svg/swipe.svg) 0 0 no-repeat;
  width: 60px;
  height: 20px;
  display: inline-block;
  position: absolute;
  right: 12px;
  z-index: 2;
  margin-top: -11px;
}
.table-swipe .thead-btm-border-swipe:first-of-type th,
.table-swipe .thead-btm-border-swipe:first-of-type td {
  border-bottom: 2px solid #fd4242;
}
.cookie-consent {
  background: white;
  border: 1px solid black;
  width: 100%;
  height: auto;
  padding: 1.5rem 1rem;
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 6;
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.15);
  display: none;
}
.cookie-consent.is-visible {
  display: block;
}
.cookie-consent .cookie-consent__text {
  font-size: 11px;
  width: 75%;
  margin-left: 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
.cookie-consent .cookie-consent__text a {
  color: black;
}
.cookie-consent .accept-btn {
  background: black;
  color: white;
  text-transform: uppercase;
  padding: 2px 5px;
}
.cookie-consent .accept-btn:hover {
  background: white;
  color: black;
  border: 1px solid black;
}
@media (min-width: 768px) {
  .cookie-consent {
    max-width: 340px;
    right: 10px;
    left: unset;
    bottom: 10px;
  }
  .cookie-consent .cookie-consent__text {
    width: 90%;
    line-height: 1.6;
    margin-left: 10px;
  }
  .cookie-consent .accept-btn {
    margin-top: 20px;
  }
}
